01M2919DTAEY281JY0JG0JSR2V: 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: 01M291AFXK6NGTZMC9KMMQB57K

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-09-11T20:08:26.916Zjob assigned to worker 01M291AJ4JJM6PHSHXCGZDQNH5 [factory aws, i-0dffc0076fa220ec2] (queued for 45 s)
 
22026-09-11T20:08:33.971Zstarting task 0: "setup"
32026-09-11T20:08:33.976Z++ uname -s
42026-09-11T20:08:33.985Z+ kern=SunOS
52026-09-11T20:08:33.986Z+ build_user=build
62026-09-11T20:08:33.986Z+ build_uid=12345
72026-09-11T20:08:33.986Z+ work_dir=/work
82026-09-11T20:08:33.986Z+ input_dir=/input
92026-09-11T20:08:33.986Z+ [[ 0 == 12345 ]]
102026-09-11T20:08:33.986Z+ case "$kern" in
112026-09-11T20:08:33.987Z+ groupadd -g 12345 build
122026-09-11T20:08:33.987Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-09-11T20:08:35.992Z+ zfs create -o mountpoint=/work rpool/work
142026-09-11T20:08:36.097Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-09-11T20:08:36.101Z+ home_fs=zfs
162026-09-11T20:08:36.101Z+ [[ zfs == autofs ]]
172026-09-11T20:08:36.101Z+ mkdir -p /home/build
182026-09-11T20:08:36.101Z+ chown build:build /home/build /work
192026-09-11T20:08:37.098Z+ chmod 0700 /home/build /work
202026-09-11T20:08:37.101Zprocess exited: duration 3132 ms, exit code 0
 
212026-09-11T20:08:37.108Zstarting task 1: "rust-toolchain"
222026-09-11T20:08:37.114Z+ printf ' * rust toolchain channel = "%s"\n' 1.98.1
232026-09-11T20:08:37.114Z * rust toolchain channel = "1.98.1"
242026-09-11T20:08:37.117Z * rust toolchain profile = "default"
252026-09-11T20:08:37.117Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-09-11T20:08:37.118Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-09-11T20:08:37.118Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-09-11T20:08:37.119Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-09-11T20:08:37.119Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.98.1 --profile default
302026-09-11T20:08:37.181Zinfo: downloading installer
312026-09-11T20:08:38.463Zinfo: profile set to default
322026-09-11T20:08:38.463Zinfo: default host tuple is x86_64-unknown-illumos
332026-09-11T20:08:38.466Zinfo: syncing channel updates for 1.98.1-x86_64-unknown-illumos
342026-09-11T20:08:38.612Zinfo: latest update on 2026-09-03 for version 1.98.1 (48a229cea 2026-09-01)
352026-09-11T20:08:38.617Zinfo: downloading 6 components
362026-09-11T20:08:53.306Zinfo: default toolchain set to 1.98.1-x86_64-unknown-illumos
372026-09-11T20:08:53.306Z
382026-09-11T20:08:53.335Z 1.98.1-x86_64-unknown-illumos installed - rustc 1.98.1 (48a229cea 2026-09-01)
392026-09-11T20:08:53.335Z
402026-09-11T20:08:53.339Z
412026-09-11T20:08:53.339ZRust is installed now. Great!
422026-09-11T20:08:53.341Z
432026-09-11T20:08:53.341ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
442026-09-11T20:08:53.341Zenvironment variable. This has not been done automatically.
452026-09-11T20:08:53.341Z
462026-09-11T20:08:53.341ZTo configure your current shell, you need to source
472026-09-11T20:08:53.341Zthe corresponding env file under $HOME/.cargo.
482026-09-11T20:08:53.341Z
492026-09-11T20:08:53.341ZConsider running the right command for your shell (note the leading DOT):
502026-09-11T20:08:53.341Z. "$HOME/.cargo/env" # For sh/ash/dash/pdksh
512026-09-11T20:08:53.341Zcargo:rerun-if-env-changed=CC_x86_64-unknown-illumos
522026-09-11T20:08:53.341ZCC_x86_64-unknown-illumos = None
532026-09-11T20:08:53.341Zcargo:rerun-if-env-changed=CC_x86_64_unknown_illumos
542026-09-11T20:08:53.341ZCC_x86_64_unknown_illumos = None
552026-09-11T20:08:53.341Zcargo:rerun-if-env-changed=HOST_CC
562026-09-11T20:08:53.341ZHOST_CC = None
572026-09-11T20:08:53.341Zcargo:rerun-if-env-changed=CC
582026-09-11T20:08:53.341ZCC = None
592026-09-11T20:08:53.341Zcargo:rerun-if-env-changed=CC_ENABLE_DEBUG_OUTPUT
602026-09-11T20:08:53.515Zcargo:rerun-if-env-changed=CRATE_CC_NO_DEFAULTS
612026-09-11T20:08:53.515ZCRATE_CC_NO_DEFAULTS = None
622026-09-11T20:08:53.515Zcargo:rerun-if-env-changed=CFLAGS
632026-09-11T20:08:53.515ZCFLAGS = None
642026-09-11T20:08:53.515Zcargo:rerun-if-env-changed=HOST_CFLAGS
652026-09-11T20:08:53.515ZHOST_CFLAGS = None
662026-09-11T20:08:53.515Zcargo:rerun-if-env-changed=CFLAGS_x86_64_unknown_illumos
672026-09-11T20:08:53.515ZCFLAGS_x86_64_unknown_illumos = None
682026-09-11T20:08:53.515Zcargo:rerun-if-env-changed=CFLAGS_x86_64-unknown-illumos
692026-09-11T20:08:53.515ZCFLAGS_x86_64-unknown-illumos = None
702026-09-11T20:08:53.625Z+ rustup --version
712026-09-11T20:08:53.629Zrustup 1.29.1 (d95a37b6a 2026-08-13)
722026-09-11T20:08:53.633Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
732026-09-11T20:08:53.653Zinfo: the currently active `rustc` version is `rustc 1.98.1 (48a229cea 2026-09-01)`
742026-09-11T20:08:53.656Z+ cargo --version
752026-09-11T20:08:53.663Zcargo 1.98.1 (797e8a9bc 2026-08-05)
762026-09-11T20:08:53.666Z+ rustc --version
772026-09-11T20:08:53.684Zrustc 1.98.1 (48a229cea 2026-09-01)
782026-09-11T20:08:53.688Zprocess exited: duration 16579 ms, exit code 0
 
792026-09-11T20:08:53.696Zstarting task 2: "authentication"
802026-09-11T20:08:53.713Zprocess exited: duration 17 ms, exit code 0
 
812026-09-11T20:08:53.720Zstarting task 3: "clone repository"
822026-09-11T20:08:53.724Z+ mkdir -p /work/oxidecomputer/omicron
832026-09-11T20:08:53.728Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
842026-09-11T20:08:53.758ZCloning into '/work/oxidecomputer/omicron'...
852026-09-11T20:09:07.234Z+ cd /work/oxidecomputer/omicron
862026-09-11T20:09:07.234Z+ git fetch origin d4dc8e72af2e2dde2c44b0899cd6c8dd5e706125
872026-09-11T20:09:07.565ZFrom https://github.com/oxidecomputer/omicron
882026-09-11T20:09:07.565Z * branch d4dc8e72af2e2dde2c44b0899cd6c8dd5e706125 -> FETCH_HEAD
892026-09-11T20:09:07.581Z+ [[ -n eliza/mgs-vpd ]]
902026-09-11T20:09:07.584Z++ git branch --show-current
912026-09-11T20:09:07.587Z+ current=main
922026-09-11T20:09:07.587Z+ [[ main != eliza/mgs-vpd ]]
932026-09-11T20:09:07.587Z+ git branch -f eliza/mgs-vpd d4dc8e72af2e2dde2c44b0899cd6c8dd5e706125
942026-09-11T20:09:07.590Z+ git checkout -f eliza/mgs-vpd
952026-09-11T20:09:07.747ZSwitched to branch 'eliza/mgs-vpd'
962026-09-11T20:09:07.750Z+ git reset --hard d4dc8e72af2e2dde2c44b0899cd6c8dd5e706125
972026-09-11T20:09:07.904ZHEAD is now at d4dc8e72a post rebase unbreaking of things
982026-09-11T20:09:07.908Zprocess exited: duration 14186 ms, exit code 0
 
992026-09-11T20:09:07.914Zstarting task 4: "build"
1002026-09-11T20:09:07.919Z+ source .github/buildomat/ci-env.sh
1012026-09-11T20:09:07.924Z++ export CARGO_TERM_COLOR=always
1022026-09-11T20:09:07.924Z++ CARGO_TERM_COLOR=always
1032026-09-11T20:09:07.924Z+++ uname -s
1042026-09-11T20:09:07.924Z++ [[ SunOS == \S\u\n\O\S ]]
1052026-09-11T20:09:07.924Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
1062026-09-11T20:09:07.929Z+ cargo --version
1072026-09-11T20:09:07.935Zcargo 1.98.1 (797e8a9bc 2026-08-05)
1082026-09-11T20:09:07.935Z+ rustc --version
1092026-09-11T20:09:07.957Zrustc 1.98.1 (48a229cea 2026-09-01)
1102026-09-11T20:09:07.960Z+ cargo tree --locked
1112026-09-11T20:09:08.143Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
1122026-09-11T20:09:08.509Z Updating crates.io index
1132026-09-11T20:09:08.512Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
1142026-09-11T20:09:08.809Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
1152026-09-11T20:09:09.216Z Updating git repository `https://github.com/oxidecomputer/omicron-debug-dropbox`
1162026-09-11T20:09:09.537Z Updating git repository `https://github.com/oxidecomputer/propolis`
1172026-09-11T20:09:10.536Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
1182026-09-11T20:09:11.122Z Updating git repository `https://github.com/oxidecomputer/crucible`
1192026-09-11T20:09:12.706Z Updating git repository `https://github.com/oxidecomputer/opte`
1202026-09-11T20:09:13.574Z Updating git repository `https://github.com/oxidecomputer/tofino`
1212026-09-11T20:09:13.896Z Updating git repository `https://github.com/oxidecomputer/lldp`
1222026-09-11T20:09:14.241Z Updating git repository `https://github.com/oxidecomputer/maghemite`
1232026-09-11T20:09:15.397Z Updating git repository `https://github.com/oxidecomputer/clickward`
1242026-09-11T20:09:15.993Z Updating git repository `https://github.com/oxidecomputer/dice-util`
1252026-09-11T20:09:16.377Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
1262026-09-11T20:09:16.687Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
1272026-09-11T20:09:16.970Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
1282026-09-11T20:09:17.253Z Updating git repository `https://github.com/oxidecomputer/libnvme`
1292026-09-11T20:09:17.577Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
1302026-09-11T20:09:17.856Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
1312026-09-11T20:09:18.178Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
1322026-09-11T20:09:18.569Z Updating git repository `https://github.com/oxidecomputer/dendrite`
1332026-09-11T20:09:19.058Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
1342026-09-11T20:09:19.351Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
1352026-09-11T20:09:19.941Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
1362026-09-11T20:09:20.294Z Updating git repository `https://github.com/oxidecomputer/erebor`
1372026-09-11T20:09:20.595Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
1382026-09-11T20:09:21.016Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
1392026-09-11T20:09:21.551Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
1402026-09-11T20:09:21.989Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
1412026-09-11T20:09:22.757Z Updating git repository `https://github.com/oxidecomputer/ispf`
1422026-09-11T20:09:23.056Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
1432026-09-11T20:09:23.380Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1442026-09-11T20:09:23.779Z Updating git repository `https://github.com/oxidecomputer/tough`
1452026-09-11T20:09:24.379Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
1462026-09-11T20:09:24.942Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
1472026-09-11T20:09:25.252Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
1482026-09-11T20:09:25.555Z Updating git repository `https://github.com/oxidecomputer/pmbus`
1492026-09-11T20:09:25.904Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
1502026-09-11T20:09:26.201Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1512026-09-11T20:09:26.554Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1522026-09-11T20:09:26.872Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1532026-09-11T20:09:27.155Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
1542026-09-11T20:09:27.588Z Updating git repository `https://github.com/illumos/smf-rs`
1552026-09-11T20:09:30.240Z Downloading crates ...
1562026-09-11T20:09:30.267Z Downloaded clap_lex v1.0.0
1572026-09-11T20:09:30.273Z Downloaded crc-catalog v2.4.0
1582026-09-11T20:09:30.278Z Downloaded corncobs v0.1.4
1592026-09-11T20:09:30.282Z Downloaded constant_time_eq v0.4.2
1602026-09-11T20:09:30.286Z Downloaded crossbeam-utils v0.8.21
1612026-09-11T20:09:30.286Z Downloaded compression-core v0.4.31
1622026-09-11T20:09:30.289Z Downloaded cpubits v0.1.1
1632026-09-11T20:09:30.289Z Downloaded cobs v0.3.0
1642026-09-11T20:09:30.292Z Downloaded crc v3.4.0
1652026-09-11T20:09:30.292Z Downloaded convert_case v0.4.0
1662026-09-11T20:09:30.295Z Downloaded hyper-tls v0.6.0
1672026-09-11T20:09:30.299Z Downloaded hash32 v0.3.1
1682026-09-11T20:09:30.299Z Downloaded criterion-plot v0.6.0
1692026-09-11T20:09:30.302Z Downloaded cipher v0.5.2
1702026-09-11T20:09:30.302Z Downloaded compression-codecs v0.4.37
1712026-09-11T20:09:30.306Z Downloaded instability v0.3.11
1722026-09-11T20:09:30.306Z Downloaded half v2.7.1
1732026-09-11T20:09:30.310Z Downloaded is_ci v1.2.0
1742026-09-11T20:09:30.310Z Downloaded crossbeam-deque v0.8.6
1752026-09-11T20:09:30.310Z Downloaded hash32 v0.2.1
1762026-09-11T20:09:30.310Z Downloaded colorchoice v1.0.4
1772026-09-11T20:09:30.310Z Downloaded heck v0.5.0
1782026-09-11T20:09:30.314Z Downloaded hex v0.4.3
1792026-09-11T20:09:30.314Z Downloaded highway v1.3.0
1802026-09-11T20:09:30.314Z Downloaded diesel_table_macro_syntax v0.3.0
1812026-09-11T20:09:30.314Z Downloaded cmov v0.5.4
1822026-09-11T20:09:30.314Z Downloaded addr2line v0.25.1
1832026-09-11T20:09:30.318Z Downloaded colored v2.2.0
1842026-09-11T20:09:30.318Z Downloaded headers v0.4.1
1852026-09-11T20:09:30.321Z Downloaded constant_time_eq v0.3.1
1862026-09-11T20:09:30.321Z Downloaded crucible-workspace-hack v0.1.0
1872026-09-11T20:09:30.324Z Downloaded crc8 v0.1.1
1882026-09-11T20:09:30.328Z Downloaded crc32fast v1.5.0
1892026-09-11T20:09:30.331Z Downloaded hostname v0.4.2
1902026-09-11T20:09:30.334Z Downloaded cpufeatures v0.3.0
1912026-09-11T20:09:30.337Z Downloaded defmt-parser v1.0.0
1922026-09-11T20:09:30.340Z Downloaded headers-core v0.3.0
1932026-09-11T20:09:30.340Z Downloaded http-body v1.0.1
1942026-09-11T20:09:30.343Z Downloaded darling_macro v0.21.3
1952026-09-11T20:09:30.343Z Downloaded hostname v0.3.1
1962026-09-11T20:09:30.346Z Downloaded http-range v0.1.5
1972026-09-11T20:09:30.349Z Downloaded cstr-argument v0.1.2
1982026-09-11T20:09:30.349Z Downloaded home v0.5.12
1992026-09-11T20:09:30.349Z Downloaded is-terminal v0.4.17
2002026-09-11T20:09:30.353Z Downloaded crunchy v0.2.4
2012026-09-11T20:09:30.353Z Downloaded darling_macro v0.23.0
2022026-09-11T20:09:30.353Z Downloaded derive_builder_macro v0.20.2
2032026-09-11T20:09:30.353Z Downloaded hex-literal v1.1.0
2042026-09-11T20:09:30.353Z Downloaded is_terminal_polyfill v1.70.2
2052026-09-11T20:09:30.356Z Downloaded guppy-workspace-hack v0.1.0
2062026-09-11T20:09:30.360Z Downloaded cmake v0.1.57
2072026-09-11T20:09:30.360Z Downloaded httpdate v1.0.3
2082026-09-11T20:09:30.364Z Downloaded ctutils v0.4.2
2092026-09-11T20:09:30.364Z Downloaded derive_builder_core v0.20.2
2102026-09-11T20:09:30.367Z Downloaded daft-derive v0.1.8
2112026-09-11T20:09:30.367Z Downloaded clang-sys v1.8.1
2122026-09-11T20:09:30.371Z Downloaded instant v0.1.13
2132026-09-11T20:09:30.374Z Downloaded ident_case v1.0.1
2142026-09-11T20:09:30.378Z Downloaded hubpack_derive v0.1.1
2152026-09-11T20:09:30.378Z Downloaded indoc v1.0.9
2162026-09-11T20:09:30.378Z Downloaded darling_macro v0.20.11
2172026-09-11T20:09:30.378Z Downloaded defmt v0.3.100
2182026-09-11T20:09:30.381Z Downloaded curve25519-dalek-derive v0.1.1
2192026-09-11T20:09:30.384Z Downloaded indent_write v2.2.0
2202026-09-11T20:09:30.384Z Downloaded heck v0.4.1
2212026-09-11T20:09:30.384Z Downloaded illumos-nvpair v0.3.0
2222026-09-11T20:09:30.387Z Downloaded crypto-common v0.1.7
2232026-09-11T20:09:30.387Z Downloaded hubpack v0.1.2
2242026-09-11T20:09:30.392Z Downloaded darling_macro v0.13.4
2252026-09-11T20:09:30.396Z Downloaded itoa v1.0.17
2262026-09-11T20:09:30.399Z Downloaded inout v0.2.2
2272026-09-11T20:09:30.399Z Downloaded idna_adapter v1.2.1
2282026-09-11T20:09:30.403Z Downloaded approx v0.5.1
2292026-09-11T20:09:30.403Z Downloaded assert_matches v1.5.0
2302026-09-11T20:09:30.404Z Downloaded async-object-pool v0.2.0
2312026-09-11T20:09:30.404Z Downloaded bb8 v0.8.6
2322026-09-11T20:09:30.404Z Downloaded illumos-nvpair-sys v0.2.0
2332026-09-11T20:09:30.404Z Downloaded internet-checksum v0.2.1
2342026-09-11T20:09:30.407Z Downloaded jiff-static v0.2.34
2352026-09-11T20:09:30.407Z Downloaded bit-set v0.5.3
2362026-09-11T20:09:30.407Z Downloaded cpufeatures v0.2.17
2372026-09-11T20:09:30.410Z Downloaded der_derive v0.7.3
2382026-09-11T20:09:30.410Z Downloaded const_format_proc_macros v0.2.34
2392026-09-11T20:09:30.410Z Downloaded critical-section v1.2.0
2402026-09-11T20:09:30.415Z Downloaded inout v0.1.4
2412026-09-11T20:09:30.418Z Downloaded convert_case v0.10.0
2422026-09-11T20:09:30.418Z Downloaded derive-ex v0.1.8
2432026-09-11T20:09:30.421Z Downloaded bit-set v0.8.0
2442026-09-11T20:09:30.424Z Downloaded console v0.15.11
2452026-09-11T20:09:30.425Z Downloaded hex-literal v0.4.1
2462026-09-11T20:09:30.428Z Downloaded colored v3.1.1
2472026-09-11T20:09:30.428Z Downloaded http-body-util v0.1.3
2482026-09-11T20:09:30.431Z Downloaded cookie v0.18.1
2492026-09-11T20:09:30.432Z Downloaded ingot-types v0.2.0
2502026-09-11T20:09:30.434Z Downloaded const-oid v0.9.6
2512026-09-11T20:09:30.442Z Downloaded castaway v0.2.4
2522026-09-11T20:09:30.446Z Downloaded cfg_aliases v0.2.1
2532026-09-11T20:09:30.446Z Downloaded base16ct v1.0.0
2542026-09-11T20:09:30.446Z Downloaded packed_struct_codegen v0.10.1
2552026-09-11T20:09:30.446Z Downloaded parse-display v0.10.0
2562026-09-11T20:09:30.449Z Downloaded path-slash v0.2.1
2572026-09-11T20:09:30.452Z Downloaded plotters-svg v0.3.7
2582026-09-11T20:09:30.452Z Downloaded compact_str v0.8.1
2592026-09-11T20:09:30.452Z Downloaded crypto-common v0.2.2
2602026-09-11T20:09:30.455Z Downloaded predicates-tree v1.0.13
2612026-09-11T20:09:30.455Z Downloaded data-encoding v2.10.0
2622026-09-11T20:09:30.455Z Downloaded darling v0.13.4
2632026-09-11T20:09:30.456Z Downloaded delegate v0.13.5
2642026-09-11T20:09:30.458Z Downloaded deranged v0.5.8
2652026-09-11T20:09:30.463Z Downloaded debug-ignore v1.0.5
2662026-09-11T20:09:30.463Z Downloaded diesel-dtrace v0.5.0
2672026-09-11T20:09:30.463Z Downloaded humantime v2.3.0
2682026-09-11T20:09:30.466Z Downloaded csv-core v0.1.13
2692026-09-11T20:09:30.466Z Downloaded defmt v1.0.1
2702026-09-11T20:09:30.469Z Downloaded ctr v0.10.1
2712026-09-11T20:09:30.469Z Downloaded defmt-macros v1.0.1
2722026-09-11T20:09:30.472Z Downloaded anstyle v1.0.14
2732026-09-11T20:09:30.472Z Downloaded autocfg v1.5.0
2742026-09-11T20:09:30.472Z Downloaded impl-trait-for-tuples v0.2.3
2752026-09-11T20:09:30.475Z Downloaded indoc v2.0.7
2762026-09-11T20:09:30.475Z Downloaded ipnetwork v0.21.1
2772026-09-11T20:09:30.479Z Downloaded phf_shared v0.13.1
2782026-09-11T20:09:30.479Z Downloaded proc-macro-error-attr v1.0.4
2792026-09-11T20:09:30.479Z Downloaded hyper-staticfile v0.10.1
2802026-09-11T20:09:30.479Z Downloaded concurrent-queue v2.5.0
2812026-09-11T20:09:30.482Z Downloaded oorandom v11.1.5
2822026-09-11T20:09:30.482Z Downloaded arrayvec v0.7.6
2832026-09-11T20:09:30.482Z Downloaded darling v0.20.11
2842026-09-11T20:09:30.485Z Downloaded console v0.16.2
2852026-09-11T20:09:30.488Z Downloaded quick-error v1.2.3
2862026-09-11T20:09:30.488Z Downloaded cookie_store v0.22.1
2872026-09-11T20:09:30.491Z Downloaded crossbeam-epoch v0.9.18
2882026-09-11T20:09:30.492Z Downloaded darling v0.21.3
2892026-09-11T20:09:30.495Z Downloaded async-trait v0.1.89
2902026-09-11T20:09:30.498Z Downloaded radium v0.7.0
2912026-09-11T20:09:30.498Z Downloaded ingot v0.2.1
2922026-09-11T20:09:30.498Z Downloaded des v0.9.0
2932026-09-11T20:09:30.501Z Downloaded darling v0.23.0
2942026-09-11T20:09:30.504Z Downloaded httparse v1.10.1
2952026-09-11T20:09:30.504Z Downloaded derive_more v2.1.1
2962026-09-11T20:09:30.509Z Downloaded httptest v0.16.4
2972026-09-11T20:09:30.513Z Downloaded rustc_version v0.4.1
2982026-09-11T20:09:30.516Z Downloaded ipnet v2.12.0
2992026-09-11T20:09:30.516Z Downloaded cast v0.3.0
3002026-09-11T20:09:30.516Z Downloaded parse-display-derive v0.10.0
3012026-09-11T20:09:30.516Z Downloaded pbkdf2 v0.13.0
3022026-09-11T20:09:30.519Z Downloaded seq-macro v0.3.6
3032026-09-11T20:09:30.523Z Downloaded postgres-protocol v0.6.12
3042026-09-11T20:09:30.523Z Downloaded serde_spanned v0.6.9
3052026-09-11T20:09:30.527Z Downloaded oxide-generation v0.1.3
3062026-09-11T20:09:30.531Z Downloaded oxide-update-engine-display v0.1.2
3072026-09-11T20:09:30.531Z Downloaded daft v0.1.8
3082026-09-11T20:09:30.531Z Downloaded sha1 v0.10.6
3092026-09-11T20:09:30.534Z Downloaded signal-hook-tokio v0.3.1
3102026-09-11T20:09:30.534Z Downloaded clap_derive v4.6.1
3112026-09-11T20:09:30.534Z Downloaded derive_builder v0.20.2
3122026-09-11T20:09:30.538Z Downloaded datatest-stable v0.3.3
3132026-09-11T20:09:30.543Z Downloaded phf v0.13.1
3142026-09-11T20:09:30.546Z Downloaded hybrid-array v0.4.13
3152026-09-11T20:09:30.546Z Downloaded ppv-lite86 v0.2.21
3162026-09-11T20:09:30.550Z Downloaded slog-bunyan v2.5.0
3172026-09-11T20:09:30.550Z Downloaded const-oid v0.10.2
3182026-09-11T20:09:30.550Z Downloaded darling_core v0.13.4
3192026-09-11T20:09:30.553Z Downloaded derive-where v1.6.0
3202026-09-11T20:09:30.556Z Downloaded ingot-macros v0.2.0
3212026-09-11T20:09:30.556Z Downloaded progenitor v0.14.0
3222026-09-11T20:09:30.556Z Downloaded rand_core v0.9.5
3232026-09-11T20:09:30.556Z Downloaded supports-unicode v3.0.0
3242026-09-11T20:09:30.559Z Downloaded iana-time-zone v0.1.65
3252026-09-11T20:09:30.563Z Downloaded supports-color v2.1.0
3262026-09-11T20:09:30.563Z Downloaded derive_more v0.99.20
3272026-09-11T20:09:30.566Z Downloaded cancel-safe-futures v0.1.5
3282026-09-11T20:09:30.570Z Downloaded bs58 v0.5.1
3292026-09-11T20:09:30.573Z Downloaded structmeta-derive v0.3.0
3302026-09-11T20:09:30.573Z Downloaded http v1.4.2
3312026-09-11T20:09:30.577Z Downloaded backon v1.6.0
3322026-09-11T20:09:30.577Z Downloaded clap v4.6.1
3332026-09-11T20:09:30.580Z Downloaded hmac v0.13.0
3342026-09-11T20:09:30.583Z Downloaded hmac v0.12.1
3352026-09-11T20:09:30.583Z Downloaded scroll v0.13.0
3362026-09-11T20:09:30.583Z Downloaded sec1 v0.7.3
3372026-09-11T20:09:30.586Z Downloaded half v1.8.3
3382026-09-11T20:09:30.589Z Downloaded rustc-demangle v0.1.27
3392026-09-11T20:09:30.589Z Downloaded serde_repr v0.1.20
3402026-09-11T20:09:30.589Z Downloaded testing_table v0.3.0
3412026-09-11T20:09:30.594Z Downloaded toml_datetime v0.6.11
3422026-09-11T20:09:30.597Z Downloaded blake2b_simd v1.0.4
3432026-09-11T20:09:30.598Z Downloaded unicode-truncate v1.1.0
3442026-09-11T20:09:30.603Z Downloaded pem-rfc7468 v0.7.0
3452026-09-11T20:09:30.606Z Downloaded serde_with_macros v1.5.2
3462026-09-11T20:09:30.606Z Downloaded serdect v0.4.3
3472026-09-11T20:09:30.606Z Downloaded simd-adler32 v0.3.8
3482026-09-11T20:09:30.609Z Downloaded slog-stdlog v4.1.1
3492026-09-11T20:09:30.613Z Downloaded pest_derive v2.8.6
3502026-09-11T20:09:30.616Z Downloaded utf-8 v0.7.6
3512026-09-11T20:09:30.616Z Downloaded wnaf v0.14.0
3522026-09-11T20:09:30.619Z Downloaded pest_generator v2.8.6
3532026-09-11T20:09:30.619Z Downloaded primeorder v0.14.0
3542026-09-11T20:09:30.626Z Downloaded shlex v1.3.0
3552026-09-11T20:09:30.626Z Downloaded typify-macro v0.6.2
3562026-09-11T20:09:30.626Z Downloaded usdt v0.5.0
3572026-09-11T20:09:30.629Z Downloaded crc-any v2.5.0
3582026-09-11T20:09:30.629Z Downloaded anyhow v1.0.104
3592026-09-11T20:09:30.629Z Downloaded hickory-client v0.25.2
3602026-09-11T20:09:30.632Z Downloaded string_cache v0.8.9
3612026-09-11T20:09:30.632Z Downloaded void v1.0.2
3622026-09-11T20:09:30.632Z Downloaded const_format v0.2.35
3632026-09-11T20:09:30.635Z Downloaded der v0.7.10
3642026-09-11T20:09:30.639Z Downloaded bitflags v2.11.0
3652026-09-11T20:09:30.642Z Downloaded icu_provider v2.1.1
3662026-09-11T20:09:30.643Z Downloaded indexmap v1.9.3
3672026-09-11T20:09:30.646Z Downloaded ssh-cipher v0.3.0
3682026-09-11T20:09:30.646Z Downloaded zeroize_derive v1.5.0
3692026-09-11T20:09:30.646Z Downloaded dirs-next v2.0.0
3702026-09-11T20:09:30.646Z Downloaded digest-io v0.1.0
3712026-09-11T20:09:30.646Z Downloaded hyper-rustls v0.27.7
3722026-09-11T20:09:30.649Z Downloaded smf v0.2.3
3732026-09-11T20:09:30.649Z Downloaded spki v0.8.0
3742026-09-11T20:09:30.650Z Downloaded waitgroup v0.1.2
3752026-09-11T20:09:30.655Z Downloaded dropshot-api-manager-types v0.8.0
3762026-09-11T20:09:30.658Z Downloaded rand_seeder v0.4.0
3772026-09-11T20:09:30.658Z Downloaded semver v1.0.28
3782026-09-11T20:09:30.658Z Downloaded ssh-encoding v0.3.0
3792026-09-11T20:09:30.661Z Downloaded heapless v0.7.17
3802026-09-11T20:09:30.664Z Downloaded thiserror v1.0.69
3812026-09-11T20:09:30.669Z Downloaded endian-type v0.1.2
3822026-09-11T20:09:30.672Z Downloaded enum-as-inner v0.6.1
3832026-09-11T20:09:30.672Z Downloaded fd-lock v4.0.4
3842026-09-11T20:09:30.675Z Downloaded fnv v1.0.7
3852026-09-11T20:09:30.675Z Downloaded target-lexicon v0.13.3
3862026-09-11T20:09:30.678Z Downloaded tinystr v0.8.2
3872026-09-11T20:09:30.678Z Downloaded foreign-types v0.5.0
3882026-09-11T20:09:30.678Z Downloaded funty v2.0.0
3892026-09-11T20:09:30.678Z Downloaded papergrid v0.11.0
3902026-09-11T20:09:30.681Z Downloaded pkcs1 v0.8.0-rc.4
3912026-09-11T20:09:30.681Z Downloaded tinytemplate v1.2.1
3922026-09-11T20:09:30.684Z Downloaded escape8259 v0.5.3
3932026-09-11T20:09:30.684Z Downloaded form_urlencoded v1.2.2
3942026-09-11T20:09:30.684Z Downloaded darling_core v0.20.11
3952026-09-11T20:09:30.688Z Downloaded darling_core v0.23.0
3962026-09-11T20:09:30.688Z Downloaded allocator-api2 v0.2.21
3972026-09-11T20:09:30.691Z Downloaded pkcs5 v0.8.1
3982026-09-11T20:09:30.695Z Downloaded salsa20 v0.11.0
3992026-09-11T20:09:30.695Z Downloaded toml_writer v1.1.1+spec-1.1.0
4002026-09-11T20:09:30.699Z Downloaded slog-scope v4.4.1
4012026-09-11T20:09:30.699Z Downloaded vergen-gitcl v1.0.8
4022026-09-11T20:09:30.699Z Downloaded usdt-impl v0.5.0
4032026-09-11T20:09:30.699Z Downloaded uzers v0.12.2
4042026-09-11T20:09:30.699Z Downloaded futures-task v0.3.32
4052026-09-11T20:09:30.702Z Downloaded git-stub v1.0.0
4062026-09-11T20:09:30.702Z Downloaded linkme-impl v0.3.35
4072026-09-11T20:09:30.705Z Downloaded lzss v0.8.2
4082026-09-11T20:09:30.708Z Downloaded crossbeam-channel v0.5.15
4092026-09-11T20:09:30.712Z Downloaded icu_normalizer v2.1.1
4102026-09-11T20:09:30.715Z Downloaded icu_normalizer_data v2.1.1
4112026-09-11T20:09:30.715Z Downloaded zeroize v1.9.0
4122026-09-11T20:09:30.715Z Downloaded downcast-rs v2.0.2
4132026-09-11T20:09:30.715Z Downloaded match_cfg v0.1.0
4142026-09-11T20:09:30.715Z Downloaded maybe-uninit v2.0.0
4152026-09-11T20:09:30.720Z Downloaded oso v0.27.3
4162026-09-11T20:09:30.723Z Downloaded term v0.7.0
4172026-09-11T20:09:30.727Z Downloaded ignore v0.4.25
4182026-09-11T20:09:30.727Z Downloaded tokio-stream v0.1.18
4192026-09-11T20:09:30.731Z Downloaded crossterm v0.29.0
4202026-09-11T20:09:30.734Z Downloaded progenitor-impl v0.13.0
4212026-09-11T20:09:30.738Z Downloaded mime v0.3.17
4222026-09-11T20:09:30.738Z Downloaded newtype-uuid-macros v0.1.0
4232026-09-11T20:09:30.738Z Downloaded hickory-resolver v0.25.2
4242026-09-11T20:09:30.741Z Downloaded indicatif v0.18.4
4252026-09-11T20:09:30.741Z Downloaded icu_properties v2.1.2
4262026-09-11T20:09:30.744Z Downloaded hickory-resolver v0.24.4
4272026-09-11T20:09:30.744Z Downloaded trybuild v1.0.116
4282026-09-11T20:09:30.747Z Downloaded either v1.15.0
4292026-09-11T20:09:30.747Z Downloaded nodrop v0.1.14
4302026-09-11T20:09:30.747Z Downloaded adler2 v2.0.1
4312026-09-11T20:09:30.751Z Downloaded fallible-iterator v0.2.0
4322026-09-11T20:09:30.755Z Downloaded ff v0.13.1
4332026-09-11T20:09:30.755Z Downloaded darling_core v0.21.3
4342026-09-11T20:09:30.758Z Downloaded dtrace-parser v0.3.0
4352026-09-11T20:09:30.758Z Downloaded assert-json-diff v2.0.2
4362026-09-11T20:09:30.761Z Downloaded block-buffer v0.10.4
4372026-09-11T20:09:30.761Z Downloaded block-buffer v0.12.1
4382026-09-11T20:09:30.761Z Downloaded crypto-bigint v0.5.5
4392026-09-11T20:09:30.765Z Downloaded base16ct v0.2.0
4402026-09-11T20:09:30.765Z Downloaded futures-executor v0.3.32
4412026-09-11T20:09:30.769Z Downloaded socket2 v0.5.10
4422026-09-11T20:09:30.772Z Downloaded jobserver v0.1.34
4432026-09-11T20:09:30.772Z Downloaded lazy_static v1.5.0
4442026-09-11T20:09:30.772Z Downloaded group v0.14.0
4452026-09-11T20:09:30.775Z Downloaded similar v2.7.0
4462026-09-11T20:09:30.779Z Downloaded twox-hash v2.1.2
4472026-09-11T20:09:30.779Z Downloaded globset v0.4.18
4482026-09-11T20:09:30.779Z Downloaded bitfield-struct v0.6.2
4492026-09-11T20:09:30.779Z Downloaded cargo-platform v0.3.2
4502026-09-11T20:09:30.782Z Downloaded opaque-debug v0.3.1
4512026-09-11T20:09:30.782Z Downloaded subprocess v0.2.15
4522026-09-11T20:09:30.782Z Downloaded openssl-probe v0.1.6
4532026-09-11T20:09:30.782Z Downloaded libsw v3.5.0
4542026-09-11T20:09:30.785Z Downloaded futures-timer v3.0.3
4552026-09-11T20:09:30.785Z Downloaded knus-derive v3.4.0
4562026-09-11T20:09:30.785Z Downloaded term v1.2.1
4572026-09-11T20:09:30.789Z Downloaded md-5 v0.11.0
4582026-09-11T20:09:30.789Z Downloaded num-conv v0.2.0
4592026-09-11T20:09:30.789Z Downloaded guppy v0.17.25
4602026-09-11T20:09:30.792Z Downloaded parse-size v1.1.0
4612026-09-11T20:09:30.792Z Downloaded plotters-backend v0.3.7
4622026-09-11T20:09:30.795Z Downloaded heapless v0.8.0
4632026-09-11T20:09:30.798Z Downloaded icu_locale_core v2.1.1
4642026-09-11T20:09:30.801Z Downloaded textwrap v0.15.2
4652026-09-11T20:09:30.801Z Downloaded textwrap v0.16.2
4662026-09-11T20:09:30.804Z Downloaded icu_collections v2.1.1
4672026-09-11T20:09:30.813Z Downloaded ecdsa v0.17.0
4682026-09-11T20:09:30.816Z Downloaded predicates-core v1.0.10
4692026-09-11T20:09:30.816Z Downloaded proc-macro-error-attr2 v2.0.0
4702026-09-11T20:09:30.816Z Downloaded num-rational v0.4.2
4712026-09-11T20:09:30.816Z Downloaded num_enum v0.7.6
4722026-09-11T20:09:30.819Z Downloaded rand_pcg v0.10.2
4732026-09-11T20:09:30.822Z Downloaded rtoolbox v0.0.3
4742026-09-11T20:09:30.823Z Downloaded multer v3.1.0
4752026-09-11T20:09:30.826Z Downloaded diesel_derives v2.3.7
4762026-09-11T20:09:30.829Z Downloaded zstd v0.13.3
4772026-09-11T20:09:30.833Z Downloaded hashbrown v0.12.3
4782026-09-11T20:09:30.833Z Downloaded multimap v0.10.1
4792026-09-11T20:09:30.833Z Downloaded ref-cast-impl v1.0.25
4802026-09-11T20:09:30.836Z Downloaded rayon-core v1.13.0
4812026-09-11T20:09:30.836Z Downloaded bit-vec v0.6.3
4822026-09-11T20:09:30.836Z Downloaded typify v0.6.2
4832026-09-11T20:09:30.840Z Downloaded ref-cast v1.0.25
4842026-09-11T20:09:30.840Z Downloaded tinyvec v1.10.0
4852026-09-11T20:09:30.843Z Downloaded rfc6979 v0.4.0
4862026-09-11T20:09:30.843Z Downloaded same-file v1.0.6
4872026-09-11T20:09:30.843Z Downloaded prettyplease v0.2.37
4882026-09-11T20:09:30.846Z Downloaded cexpr v0.6.0
4892026-09-11T20:09:30.849Z Downloaded unsafe-libyaml v0.2.11
4902026-09-11T20:09:30.854Z Downloaded byteorder v1.5.0
4912026-09-11T20:09:30.857Z Downloaded similar-asserts v1.7.0
4922026-09-11T20:09:30.857Z Downloaded chacha20 v0.9.1
4932026-09-11T20:09:30.857Z Downloaded serde_bytes v0.11.19
4942026-09-11T20:09:30.857Z Downloaded zerocopy v0.6.6
4952026-09-11T20:09:30.861Z Downloaded serde_spanned v1.1.1
4962026-09-11T20:09:30.864Z Downloaded sha1 v0.11.0
4972026-09-11T20:09:30.864Z Downloaded sponge-cursor v0.1.0
4982026-09-11T20:09:30.864Z Downloaded owo-colors v4.3.0
4992026-09-11T20:09:30.869Z Downloaded peg v0.8.5
5002026-09-11T20:09:30.869Z Downloaded potential_utf v0.1.4
5012026-09-11T20:09:30.872Z Downloaded pem v3.0.6
5022026-09-11T20:09:30.873Z Downloaded supports-unicode v2.1.0
5032026-09-11T20:09:30.873Z Downloaded target-triple v1.0.0
5042026-09-11T20:09:30.880Z Downloaded port-file v0.1.0
5052026-09-11T20:09:30.884Z Downloaded scuffle v0.1.0
5062026-09-11T20:09:30.887Z Downloaded toml_edit v0.22.27
5072026-09-11T20:09:30.887Z Downloaded indexmap v2.14.0
5082026-09-11T20:09:30.890Z Downloaded primefield v0.14.0
5092026-09-11T20:09:30.893Z Downloaded psm v0.1.30
5102026-09-11T20:09:30.896Z Downloaded sync-ptr v0.1.4
5112026-09-11T20:09:30.896Z Downloaded tabled_derive v0.7.0
5122026-09-11T20:09:30.896Z Downloaded tokio-macros v2.7.0
5132026-09-11T20:09:30.896Z Downloaded proc-macro-error v1.0.4
5142026-09-11T20:09:30.900Z Downloaded r2d2 v0.8.10
5152026-09-11T20:09:30.900Z Downloaded termtree v0.5.1
5162026-09-11T20:09:30.900Z Downloaded trait-variant v0.1.2
5172026-09-11T20:09:30.900Z Downloaded zopfli v0.8.3
5182026-09-11T20:09:30.903Z Downloaded derive_more-impl v2.1.1
5192026-09-11T20:09:30.906Z Downloaded der v0.8.0
5202026-09-11T20:09:30.909Z Downloaded qorb v0.4.1
5212026-09-11T20:09:30.913Z Downloaded argon2 v0.6.0-rc.8
5222026-09-11T20:09:30.913Z Downloaded resolv-conf v0.7.6
5232026-09-11T20:09:30.913Z Downloaded russh-cryptovec v0.62.0
5242026-09-11T20:09:30.913Z Downloaded universal-hash v0.6.1
5252026-09-11T20:09:30.916Z Downloaded usdt v0.6.0
5262026-09-11T20:09:30.920Z Downloaded getrandom v0.3.4
5272026-09-11T20:09:30.923Z Downloaded libbz2-rs-sys v0.2.2
5282026-09-11T20:09:30.923Z Downloaded assert_cmd v2.1.2
5292026-09-11T20:09:30.927Z Downloaded async-bb8-diesel v0.2.1
5302026-09-11T20:09:30.927Z Downloaded sec1 v0.8.1
5312026-09-11T20:09:30.927Z Downloaded criterion v0.7.0
5322026-09-11T20:09:30.930Z Downloaded samael v0.0.19
5332026-09-11T20:09:30.934Z Downloaded walkdir v2.5.0
5342026-09-11T20:09:30.937Z Downloaded scroll v0.12.0
5352026-09-11T20:09:30.937Z Downloaded yoke-derive v0.8.1
5362026-09-11T20:09:30.937Z Downloaded camino v1.2.5
5372026-09-11T20:09:30.937Z Downloaded ciborium v0.2.2
5382026-09-11T20:09:30.940Z Downloaded signal-hook-registry v1.4.8
5392026-09-11T20:09:30.940Z Downloaded log v0.4.33
5402026-09-11T20:09:30.940Z Downloaded partial-io v0.5.4
5412026-09-11T20:09:30.943Z Downloaded slog-term v2.9.2
5422026-09-11T20:09:30.944Z Downloaded slog-json v2.6.1
5432026-09-11T20:09:30.944Z Downloaded strum_macros v0.24.3
5442026-09-11T20:09:30.948Z Downloaded event-listener-strategy v0.5.4
5452026-09-11T20:09:30.948Z Downloaded float-cmp v0.10.0
5462026-09-11T20:09:30.951Z Downloaded stringmetrics v2.2.2
5472026-09-11T20:09:30.951Z Downloaded stringprep v0.1.5
5482026-09-11T20:09:30.951Z Downloaded foreign-types-shared v0.3.1
5492026-09-11T20:09:30.955Z Downloaded hickory-server v0.25.2
5502026-09-11T20:09:30.958Z Downloaded itertools v0.10.5
5512026-09-11T20:09:30.961Z Downloaded internal-russh-num-bigint v0.5.0
5522026-09-11T20:09:30.964Z Downloaded rand_chacha v0.9.0
5532026-09-11T20:09:30.968Z Downloaded thread-id v5.1.0
5542026-09-11T20:09:30.968Z Downloaded thiserror-impl v1.0.69
5552026-09-11T20:09:30.968Z Downloaded futures-sink v0.3.32
5562026-09-11T20:09:30.971Z Downloaded thread_local v1.1.9
5572026-09-11T20:09:30.971Z Downloaded tls_codec_derive v0.4.2
5582026-09-11T20:09:30.977Z Downloaded support-bundle-viewer v0.1.2
5592026-09-11T20:09:30.977Z Downloaded tabwriter v1.4.1
5602026-09-11T20:09:30.977Z Downloaded tokio-native-tls v0.3.1
5612026-09-11T20:09:30.977Z Downloaded futures-macro v0.3.32
5622026-09-11T20:09:30.982Z Downloaded ahash v0.8.12
5632026-09-11T20:09:30.982Z Downloaded unicode_categories v0.1.1
5642026-09-11T20:09:30.990Z Downloaded usdt-macro v0.5.0
5652026-09-11T20:09:30.994Z Downloaded macaddr v1.0.1
5662026-09-11T20:09:30.994Z Downloaded managed v0.8.0
5672026-09-11T20:09:30.995Z Downloaded new_debug_unreachable v1.0.6
5682026-09-11T20:09:30.995Z Downloaded writeable v0.6.2
5692026-09-11T20:09:30.995Z Downloaded xshell v0.2.7
5702026-09-11T20:09:30.995Z Downloaded rustls-pemfile v2.2.0
5712026-09-11T20:09:31.002Z Downloaded nested v0.1.1
5722026-09-11T20:09:31.006Z Downloaded num v0.4.3
5732026-09-11T20:09:31.006Z Downloaded num-derive v0.4.2
5742026-09-11T20:09:31.006Z Downloaded steno v0.4.1
5752026-09-11T20:09:31.009Z Downloaded displaydoc v0.2.5
5762026-09-11T20:09:31.012Z Downloaded ecdsa v0.16.9
5772026-09-11T20:09:31.012Z Downloaded zstd-safe v7.2.4
5782026-09-11T20:09:31.012Z Downloaded yansi v1.0.1
5792026-09-11T20:09:31.015Z Downloaded async-stream-impl v0.3.6
5802026-09-11T20:09:31.015Z Downloaded oxide-update-engine-types v0.1.2
5812026-09-11T20:09:31.016Z Downloaded pkcs8 v0.11.0
5822026-09-11T20:09:31.019Z Downloaded whoami v2.1.0
5832026-09-11T20:09:31.019Z Downloaded digest v0.10.7
5842026-09-11T20:09:31.019Z Downloaded num-iter v0.1.45
5852026-09-11T20:09:31.038Z Downloaded oso-derive v0.27.3
5862026-09-11T20:09:31.041Z Downloaded olpc-cjson v0.1.4
5872026-09-11T20:09:31.045Z Downloaded parking v2.2.1
5882026-09-11T20:09:31.045Z Downloaded progenitor-impl v0.14.0
5892026-09-11T20:09:31.045Z Downloaded foldhash v0.2.0
5902026-09-11T20:09:31.048Z Downloaded hashbrown v0.15.5
5912026-09-11T20:09:31.051Z Downloaded cfg_aliases v0.1.1
5922026-09-11T20:09:31.051Z Downloaded cfg-if v1.0.4
5932026-09-11T20:09:31.051Z Downloaded peg-runtime v0.8.5
5942026-09-11T20:09:31.055Z Downloaded crossterm v0.28.1
5952026-09-11T20:09:31.060Z Downloaded flate2 v1.1.9
5962026-09-11T20:09:31.063Z Downloaded path-slash v0.1.5
5972026-09-11T20:09:31.066Z Downloaded powerfmt v0.2.0
5982026-09-11T20:09:31.069Z Downloaded progenitor-client v0.14.0
5992026-09-11T20:09:31.070Z Downloaded recursive v0.1.1
6002026-09-11T20:09:31.070Z Downloaded recursive-proc-macro-impl v0.1.1
6012026-09-11T20:09:31.073Z Downloaded russh-util v0.52.0
6022026-09-11T20:09:31.077Z Downloaded hyper-util v0.1.20
6032026-09-11T20:09:31.080Z Downloaded libtest-mimic v0.8.1
6042026-09-11T20:09:31.083Z Downloaded p384 v0.14.0
6052026-09-11T20:09:31.083Z Downloaded serde_path_to_error v0.1.20
6062026-09-11T20:09:31.087Z Downloaded anes v0.1.6
6072026-09-11T20:09:31.090Z Downloaded anstream v1.0.0
6082026-09-11T20:09:31.094Z Downloaded clap_builder v4.6.0
6092026-09-11T20:09:31.098Z Downloaded scheduled-thread-pool v0.2.7
6102026-09-11T20:09:31.098Z Downloaded ena v0.14.4
6112026-09-11T20:09:31.098Z Downloaded find-msvc-tools v0.1.9
6122026-09-11T20:09:31.098Z Downloaded num-integer v0.1.46
6132026-09-11T20:09:31.101Z Downloaded signature v2.2.0
6142026-09-11T20:09:31.101Z Downloaded bitflags v1.3.2
6152026-09-11T20:09:31.101Z Downloaded block-padding v0.4.2
6162026-09-11T20:09:31.105Z Downloaded blowfish v0.10.0
6172026-09-11T20:09:31.105Z Downloaded secrecy v0.10.3
6182026-09-11T20:09:31.105Z Downloaded secrecy v0.8.0
6192026-09-11T20:09:31.105Z Downloaded jiff-core v0.1.0
6202026-09-11T20:09:31.123Z Downloaded iri-string v0.7.10
6212026-09-11T20:09:31.126Z Downloaded cassowary v0.3.0
6222026-09-11T20:09:31.126Z Downloaded rcgen v0.12.1
6232026-09-11T20:09:31.129Z Downloaded toml v0.7.8
6242026-09-11T20:09:31.129Z Downloaded strip-ansi-escapes v0.2.1
6252026-09-11T20:09:31.135Z Downloaded supports-color v3.0.2
6262026-09-11T20:09:31.135Z Downloaded subtle v2.6.1
6272026-09-11T20:09:31.135Z Downloaded group v0.13.0
6282026-09-11T20:09:31.135Z Downloaded terminal_size v0.1.17
6292026-09-11T20:09:31.135Z Downloaded hashbrown v0.17.0
6302026-09-11T20:09:31.138Z Downloaded hyper v1.10.1
6312026-09-11T20:09:31.186Z Downloaded base64 v0.21.7
6322026-09-11T20:09:31.186Z Downloaded idna v1.1.0
6332026-09-11T20:09:31.186Z Downloaded tagptr v0.2.0
6342026-09-11T20:09:31.186Z Downloaded phc v0.6.1
6352026-09-11T20:09:31.186Z Downloaded supports-hyperlinks v2.1.0
6362026-09-11T20:09:31.186Z Downloaded thread-id v4.2.2
6372026-09-11T20:09:31.186Z Downloaded tower-service v0.3.3
6382026-09-11T20:09:31.186Z Downloaded vte v0.14.1
6392026-09-11T20:09:31.186Z Downloaded knuffel-derive v3.2.0
6402026-09-11T20:09:31.187Z Downloaded toml_write v0.1.2
6412026-09-11T20:09:31.187Z Downloaded progenitor-extras v0.2.0
6422026-09-11T20:09:31.187Z Downloaded unarray v0.1.4
6432026-09-11T20:09:31.187Z Downloaded lock_api v0.4.14
6442026-09-11T20:09:31.187Z Downloaded primeorder v0.13.6
6452026-09-11T20:09:31.187Z Downloaded uuid v1.23.4
6462026-09-11T20:09:31.187Z Downloaded schemars v0.9.0
6472026-09-11T20:09:31.187Z Downloaded quote v1.0.45
6482026-09-11T20:09:31.187Z Downloaded libsw-core v0.3.2
6492026-09-11T20:09:31.187Z Downloaded mime_guess v2.0.5
6502026-09-11T20:09:31.187Z Downloaded serde_derive_internals v0.29.1
6512026-09-11T20:09:31.187Z Downloaded untrusted v0.9.0
6522026-09-11T20:09:31.187Z Downloaded rsa v0.10.0-rc.18
6532026-09-11T20:09:31.187Z Downloaded slog v2.8.2
6542026-09-11T20:09:31.187Z Downloaded unicode-xid v0.2.6
6552026-09-11T20:09:31.187Z Downloaded drift v0.2.0
6562026-09-11T20:09:31.191Z Downloaded anstream v0.6.21
6572026-09-11T20:09:31.191Z Downloaded difflib v0.4.0
6582026-09-11T20:09:31.191Z Downloaded zip v4.6.1
6592026-09-11T20:09:31.191Z Downloaded zone v0.3.1
6602026-09-11T20:09:31.191Z Downloaded embedded-io v0.4.0
6612026-09-11T20:09:31.191Z Downloaded elliptic-curve v0.13.8
6622026-09-11T20:09:31.196Z Downloaded event-listener v5.4.1
6632026-09-11T20:09:31.196Z Downloaded rustls-native-certs v0.8.3
6642026-09-11T20:09:31.196Z Downloaded bzip2 v0.6.1
6652026-09-11T20:09:31.199Z Downloaded serde_tokenstream v0.3.0
6662026-09-11T20:09:31.199Z Downloaded slab v0.4.12
6672026-09-11T20:09:31.200Z Downloaded version_check v0.9.5
6682026-09-11T20:09:31.200Z Downloaded hashbrown v0.13.2
6692026-09-11T20:09:31.204Z Downloaded hashbrown v0.14.5
6702026-09-11T20:09:31.204Z Downloaded itertools v0.12.1
6712026-09-11T20:09:31.207Z Downloaded itertools v0.13.0
6722026-09-11T20:09:31.211Z Downloaded itertools v0.14.0
6732026-09-11T20:09:31.216Z Downloaded itertools v0.15.0
6742026-09-11T20:09:31.221Z Downloaded futures v0.3.32
6752026-09-11T20:09:31.224Z Downloaded spki v0.7.3
6762026-09-11T20:09:31.227Z Downloaded slog-dtrace v0.3.0
6772026-09-11T20:09:31.227Z Downloaded dyn-clone v1.0.20
6782026-09-11T20:09:31.227Z Downloaded errno v0.3.14
6792026-09-11T20:09:31.228Z Downloaded toml_edit v0.23.10+spec-1.0.0
6802026-09-11T20:09:31.231Z Downloaded getrandom v0.4.3
6812026-09-11T20:09:31.235Z Downloaded hashbrown v0.16.1
6822026-09-11T20:09:31.240Z Downloaded strum v0.26.3
6832026-09-11T20:09:31.240Z Downloaded ed25519-dalek v3.0.0
6842026-09-11T20:09:31.243Z Downloaded parking_lot_core v0.9.12
6852026-09-11T20:09:31.243Z Downloaded tiny-keccak v2.0.2
6862026-09-11T20:09:31.243Z Downloaded globwalk v0.9.1
6872026-09-11T20:09:31.243Z Downloaded md5 v0.8.0
6882026-09-11T20:09:31.243Z Downloaded hickory-proto v0.24.4
6892026-09-11T20:09:31.252Z Downloaded pkcs1 v0.7.5
6902026-09-11T20:09:31.256Z Downloaded quinn-udp v0.5.14
6912026-09-11T20:09:31.256Z Downloaded memoffset v0.9.1
6922026-09-11T20:09:31.256Z Downloaded tokio-dtrace v0.1.1
6932026-09-11T20:09:31.256Z Downloaded toml_datetime v0.7.5+spec-1.1.0
6942026-09-11T20:09:31.259Z Downloaded futures-core v0.3.32
6952026-09-11T20:09:31.259Z Downloaded futures-io v0.3.32
6962026-09-11T20:09:31.259Z Downloaded gethostname v0.5.0
6972026-09-11T20:09:31.259Z Downloaded kem v0.3.0
6982026-09-11T20:09:31.259Z Downloaded unicase v2.9.0
6992026-09-11T20:09:31.267Z Downloaded linked-hash-map v0.5.6
7002026-09-11T20:09:31.267Z Downloaded serde v1.0.228
7012026-09-11T20:09:31.267Z Downloaded rustls-webpki v0.103.13
7022026-09-11T20:09:31.270Z Downloaded crypto-primes v0.7.2
7032026-09-11T20:09:31.270Z Downloaded rustls-pki-types v1.14.0
7042026-09-11T20:09:31.270Z Downloaded usdt-impl v0.6.0
7052026-09-11T20:09:31.273Z Downloaded digest v0.11.3
7062026-09-11T20:09:31.273Z Downloaded lru v0.12.5
7072026-09-11T20:09:31.273Z Downloaded array-init v0.0.4
7082026-09-11T20:09:31.273Z Downloaded backtrace-ext v0.2.1
7092026-09-11T20:09:31.276Z Downloaded hkdf v0.12.4
7102026-09-11T20:09:31.277Z Downloaded mio v1.2.0
7112026-09-11T20:09:31.281Z Downloaded vsss-rs v3.3.4
7122026-09-11T20:09:31.281Z Downloaded wyz v0.5.1
7132026-09-11T20:09:31.284Z Downloaded icu_properties_data v2.1.2
7142026-09-11T20:09:31.287Z Downloaded spin v0.9.8
7152026-09-11T20:09:31.291Z Downloaded nonempty v0.12.0
7162026-09-11T20:09:31.291Z Downloaded normalize-line-endings v0.3.0
7172026-09-11T20:09:31.291Z Downloaded num_enum_derive v0.5.11
7182026-09-11T20:09:31.291Z Downloaded atomicwrites v0.4.4
7192026-09-11T20:09:31.291Z Downloaded plain v0.2.3
7202026-09-11T20:09:31.291Z Downloaded h2 v0.4.15
7212026-09-11T20:09:31.294Z Downloaded omicron-zone-package v0.12.3
7222026-09-11T20:09:31.298Z Downloaded hkdf v0.13.0
7232026-09-11T20:09:31.298Z Downloaded regex v1.12.3
7242026-09-11T20:09:31.301Z Downloaded zerovec-derive v0.11.2
7252026-09-11T20:09:31.301Z Downloaded ff v0.14.0
7262026-09-11T20:09:31.305Z Downloaded knuffel v3.2.0
7272026-09-11T20:09:31.306Z Downloaded tokio-util v0.7.18
7282026-09-11T20:09:31.310Z Downloaded fs-err v2.11.0
7292026-09-11T20:09:31.310Z Downloaded scroll_derive v0.13.1
7302026-09-11T20:09:31.310Z Downloaded rand_xorshift v0.4.0
7312026-09-11T20:09:31.310Z Downloaded stable_deref_trait v1.2.1
7322026-09-11T20:09:31.310Z Downloaded smawk v0.3.2
7332026-09-11T20:09:31.314Z Downloaded sqlparser_derive v0.5.0
7342026-09-11T20:09:31.314Z Downloaded foldhash v0.1.5
7352026-09-11T20:09:31.314Z Downloaded thiserror-impl-no-std v2.0.2
7362026-09-11T20:09:31.314Z Downloaded time-core v0.1.8
7372026-09-11T20:09:31.314Z Downloaded serde_json v1.0.151
7382026-09-11T20:09:31.317Z Downloaded p521 v0.14.0
7392026-09-11T20:09:31.320Z Downloaded kstat-rs v0.2.5
7402026-09-11T20:09:31.320Z Downloaded signal-hook-mio v0.2.5
7412026-09-11T20:09:31.320Z Downloaded schemars v0.8.22
7422026-09-11T20:09:31.327Z Downloaded yasna v0.5.2
7432026-09-11T20:09:31.330Z Downloaded argon2 v0.5.3
7442026-09-11T20:09:31.330Z Downloaded terminal_size v0.4.3
7452026-09-11T20:09:31.330Z Downloaded unit-prefix v0.5.2
7462026-09-11T20:09:31.333Z Downloaded universal-hash v0.5.1
7472026-09-11T20:09:31.333Z Downloaded utf8parse v0.2.2
7482026-09-11T20:09:31.333Z Downloaded wait-timeout v0.2.1
7492026-09-11T20:09:31.333Z Downloaded bit-vec v0.8.0
7502026-09-11T20:09:31.333Z Downloaded oxnet v0.1.6
7512026-09-11T20:09:31.336Z Downloaded iddqd v0.4.2
7522026-09-11T20:09:31.340Z Downloaded native-tls v0.2.18
7532026-09-11T20:09:31.340Z Downloaded vergen v9.1.0
7542026-09-11T20:09:31.343Z Downloaded zerocopy-derive v0.7.35
7552026-09-11T20:09:31.347Z Downloaded nanorand v0.7.0
7562026-09-11T20:09:31.347Z Downloaded num_enum_derive v0.7.6
7572026-09-11T20:09:31.347Z Downloaded xshell-macros v0.2.7
7582026-09-11T20:09:31.349Z Downloaded dirs-sys-next v0.1.2
7592026-09-11T20:09:31.349Z Downloaded dtrace-parser v0.2.0
7602026-09-11T20:09:31.354Z Downloaded equivalent v1.0.2
7612026-09-11T20:09:31.354Z Downloaded foreign-types v0.3.2
7622026-09-11T20:09:31.354Z Downloaded pest_meta v2.8.6
7632026-09-11T20:09:31.354Z Downloaded test-strategy v0.4.5
7642026-09-11T20:09:31.354Z Downloaded bytecount v0.6.9
7652026-09-11T20:09:31.354Z Downloaded reqwest v0.13.2
7662026-09-11T20:09:31.357Z Downloaded keccak v0.1.6
7672026-09-11T20:09:31.358Z Downloaded libscf-sys v1.2.0
7682026-09-11T20:09:31.358Z Downloaded tower-http v0.6.8
7692026-09-11T20:09:31.361Z Downloaded byte-wrapper v0.1.0
7702026-09-11T20:09:31.364Z Downloaded rayon v1.11.0
7712026-09-11T20:09:31.367Z Downloaded owo-colors v3.5.0
7722026-09-11T20:09:31.371Z Downloaded pem-rfc7468 v1.0.0
7732026-09-11T20:09:31.371Z Downloaded pin-project-internal v1.1.11
7742026-09-11T20:09:31.371Z Downloaded proc-macro-error2 v2.0.1
7752026-09-11T20:09:31.374Z Downloaded serde-hex v0.1.0
7762026-09-11T20:09:31.374Z Downloaded rusty-fork v0.3.1
7772026-09-11T20:09:31.374Z Downloaded sqlformat v0.3.5
7782026-09-11T20:09:31.377Z Downloaded stacker v0.1.23
7792026-09-11T20:09:31.377Z Downloaded generic-array v0.14.7
7802026-09-11T20:09:31.378Z Downloaded anstyle-query v1.1.5
7812026-09-11T20:09:31.378Z Downloaded arrayref v0.3.9
7822026-09-11T20:09:31.381Z Downloaded ciborium-io v0.2.2
7832026-09-11T20:09:31.381Z Downloaded p384 v0.13.1
7842026-09-11T20:09:31.384Z Downloaded openssl-sys v0.9.117
7852026-09-11T20:09:31.384Z Downloaded pretty_assertions v1.4.1
7862026-09-11T20:09:31.387Z Downloaded newtype_derive v0.1.6
7872026-09-11T20:09:31.388Z Downloaded anstyle-parse v1.0.0
7882026-09-11T20:09:31.388Z Downloaded percent-encoding v2.3.2
7892026-09-11T20:09:31.391Z Downloaded progenitor-macro v0.13.0
7902026-09-11T20:09:31.391Z Downloaded atty v0.2.14
7912026-09-11T20:09:31.391Z Downloaded openssl-probe v0.2.1
7922026-09-11T20:09:31.391Z Downloaded goblin v0.8.2
7932026-09-11T20:09:31.395Z Downloaded toml_datetime v1.1.1+spec-1.1.0
7942026-09-11T20:09:31.398Z Downloaded blake2 v0.10.6
7952026-09-11T20:09:31.398Z Downloaded cfg-expr v0.20.6
7962026-09-11T20:09:31.398Z Downloaded zerocopy v0.7.35
7972026-09-11T20:09:31.407Z Downloaded blake3 v1.8.5
7982026-09-11T20:09:31.412Z Downloaded parking_lot v0.12.5
7992026-09-11T20:09:31.416Z Downloaded oxide-generation-macros v0.2.0
8002026-09-11T20:09:31.416Z Downloaded phf_shared v0.12.1
8012026-09-11T20:09:31.416Z Downloaded proc-macro-crate v1.3.1
8022026-09-11T20:09:31.416Z Downloaded miette v5.10.0
8032026-09-11T20:09:31.420Z Downloaded chacha20 v0.10.0
8042026-09-11T20:09:31.420Z Downloaded serde_yaml v0.9.34+deprecated
8052026-09-11T20:09:31.423Z Downloaded yoke v0.8.1
8062026-09-11T20:09:31.423Z Downloaded fs_extra v1.3.0
8072026-09-11T20:09:31.423Z Downloaded rfc6979 v0.6.0
8082026-09-11T20:09:31.423Z Downloaded base64 v0.22.1
8092026-09-11T20:09:31.427Z Downloaded env_logger v0.11.11
8102026-09-11T20:09:31.427Z Downloaded shell-words v1.1.1
8112026-09-11T20:09:31.427Z Downloaded semver v0.1.20
8122026-09-11T20:09:31.430Z Downloaded strsim v0.10.0
8132026-09-11T20:09:31.430Z Downloaded strsim v0.11.1
8142026-09-11T20:09:31.430Z Downloaded tower v0.5.3
8152026-09-11T20:09:31.434Z Downloaded tungstenite v0.21.0
8162026-09-11T20:09:31.437Z Downloaded serde_cbor v0.11.2
8172026-09-11T20:09:31.440Z Downloaded parking_lot v0.11.2
8182026-09-11T20:09:31.440Z Downloaded peg-macros v0.8.5
8192026-09-11T20:09:31.444Z Downloaded postcard v1.1.3
8202026-09-11T20:09:31.444Z Downloaded postgres-types v0.2.14
8212026-09-11T20:09:31.444Z Downloaded rustc-hash v2.1.1
8222026-09-11T20:09:31.447Z Downloaded password-hash v0.6.1
8232026-09-11T20:09:31.448Z Downloaded linkme v0.3.35
8242026-09-11T20:09:31.448Z Downloaded module-lattice v0.2.3
8252026-09-11T20:09:31.452Z Downloaded tinyvec_macros v0.1.1
8262026-09-11T20:09:31.452Z Downloaded nu-ansi-term v0.50.3
8272026-09-11T20:09:31.452Z Downloaded elliptic-curve v0.14.1
8282026-09-11T20:09:31.452Z Downloaded salty v0.3.0
8292026-09-11T20:09:31.455Z Downloaded rsa v0.9.10
8302026-09-11T20:09:31.458Z Downloaded tokio-rustls v0.26.4
8312026-09-11T20:09:31.463Z Downloaded dropshot_endpoint v0.17.1
8322026-09-11T20:09:31.463Z Downloaded pkg-config v0.3.32
8332026-09-11T20:09:31.463Z Downloaded precomputed-hash v0.1.1
8342026-09-11T20:09:31.463Z Downloaded document-features v0.2.12
8352026-09-11T20:09:31.467Z Downloaded fixedbitset v0.4.2
8362026-09-11T20:09:31.467Z Downloaded tower-layer v0.3.3
8372026-09-11T20:09:31.467Z Downloaded utf8_iter v1.0.4
8382026-09-11T20:09:31.467Z Downloaded usdt-macro v0.6.0
8392026-09-11T20:09:31.471Z Downloaded typed-path v0.12.3
8402026-09-11T20:09:31.471Z Downloaded typenum v1.20.1
8412026-09-11T20:09:31.475Z Downloaded minimal-lexical v0.2.1
8422026-09-11T20:09:31.478Z Downloaded serde_with_macros v3.21.0
8432026-09-11T20:09:31.482Z Downloaded newline-converter v0.3.0
8442026-09-11T20:09:31.482Z Downloaded rand_distr v0.5.1
8452026-09-11T20:09:31.482Z Downloaded ghash v0.6.0
8462026-09-11T20:09:31.487Z Downloaded rustversion v1.0.22
8472026-09-11T20:09:31.487Z Downloaded schemars_derive v0.8.22
8482026-09-11T20:09:31.490Z Downloaded async-recursion v1.1.1
8492026-09-11T20:09:31.492Z Downloaded toml v0.8.23
8502026-09-11T20:09:31.501Z Downloaded sha2 v0.10.9
8512026-09-11T20:09:31.501Z Downloaded phf_shared v0.11.3
8522026-09-11T20:09:31.501Z Downloaded async-compression v0.4.41
8532026-09-11T20:09:31.504Z Downloaded sapling-renderdag v0.1.0
8542026-09-11T20:09:31.504Z Downloaded miette-derive v5.10.0
8552026-09-11T20:09:31.504Z Downloaded litemap v0.8.1
8562026-09-11T20:09:31.504Z Downloaded miniz_oxide v0.8.9
8572026-09-11T20:09:31.504Z Downloaded termcolor v1.4.1
8582026-09-11T20:09:31.504Z Downloaded unicode-normalization v0.1.25
8592026-09-11T20:09:31.508Z Downloaded rstest v0.25.0
8602026-09-11T20:09:31.511Z Downloaded thiserror-no-std v2.0.2
8612026-09-11T20:09:31.514Z Downloaded display-error-chain v0.2.2
8622026-09-11T20:09:31.517Z Downloaded proc-macro2 v1.0.106
8632026-09-11T20:09:31.520Z Downloaded ssh-key v0.7.0-rc.11
8642026-09-11T20:09:31.524Z Downloaded zerovec v0.11.5
8652026-09-11T20:09:31.527Z Downloaded filetime v0.2.27
8662026-09-11T20:09:31.530Z Downloaded untrusted v0.7.1
8672026-09-11T20:09:31.530Z Downloaded xattr v1.6.1
8682026-09-11T20:09:31.530Z Downloaded zone_cfg_derive v0.3.1
8692026-09-11T20:09:31.535Z Downloaded proptest v1.11.0
8702026-09-11T20:09:31.542Z Downloaded tokio-tungstenite v0.23.1
8712026-09-11T20:09:31.545Z Downloaded slog-envlogger v2.2.0
8722026-09-11T20:09:31.545Z Downloaded tap v1.0.1
8732026-09-11T20:09:31.545Z Downloaded num-complex v0.4.6
8742026-09-11T20:09:31.548Z Downloaded bitfield v0.19.4
8752026-09-11T20:09:31.548Z Downloaded buf-list v1.1.2
8762026-09-11T20:09:31.548Z Downloaded strum v0.27.2
8772026-09-11T20:09:31.549Z Downloaded topological-sort v0.2.2
8782026-09-11T20:09:31.552Z Downloaded vergen-lib v0.1.6
8792026-09-11T20:09:31.552Z Downloaded vergen-lib v9.1.0
8802026-09-11T20:09:31.552Z Downloaded ed25519 v3.0.0
8812026-09-11T20:09:31.552Z Downloaded embedded-io v0.6.1
8822026-09-11T20:09:31.555Z Downloaded fatfs v0.3.6
8832026-09-11T20:09:31.555Z Downloaded lru-slab v0.1.2
8842026-09-11T20:09:31.555Z Downloaded signal-hook v0.3.18
8852026-09-11T20:09:31.559Z Downloaded knus v3.4.0
8862026-09-11T20:09:31.559Z Downloaded tui-tree-widget v0.23.1
8872026-09-11T20:09:31.562Z Downloaded vergen-git2 v9.1.0
8882026-09-11T20:09:31.562Z Downloaded erased-serde v0.3.31
8892026-09-11T20:09:31.562Z Downloaded fixedbitset v0.5.7
8902026-09-11T20:09:31.566Z Downloaded path-tree v0.8.3
8912026-09-11T20:09:31.566Z Downloaded relative-path v1.9.3
8922026-09-11T20:09:31.566Z Downloaded slog-async v2.8.0
8932026-09-11T20:09:31.566Z Downloaded smallvec v1.15.1
8942026-09-11T20:09:31.569Z Downloaded rust-argon2 v2.1.0
8952026-09-11T20:09:31.569Z Downloaded libefi-sys v0.1.0
8962026-09-11T20:09:31.569Z Downloaded linear-map v1.2.0
8972026-09-11T20:09:31.572Z Downloaded lru-cache v0.1.2
8982026-09-11T20:09:31.573Z Downloaded flagset v0.4.7
8992026-09-11T20:09:31.573Z Downloaded float-ord v0.3.2
9002026-09-11T20:09:31.573Z Downloaded unicode-ident v1.0.24
9012026-09-11T20:09:31.576Z Downloaded tar v0.4.46
9022026-09-11T20:09:31.580Z Downloaded strum_macros v0.26.4
9032026-09-11T20:09:31.584Z Downloaded fastrand v2.3.0
9042026-09-11T20:09:31.584Z Downloaded rand_chacha v0.3.1
9052026-09-11T20:09:31.584Z Downloaded serde_plain v1.0.2
9062026-09-11T20:09:31.587Z Downloaded cipher v0.4.4
9072026-09-11T20:09:31.587Z Downloaded diff v0.1.13
9082026-09-11T20:09:31.591Z Downloaded thiserror v2.0.18
9092026-09-11T20:09:31.594Z Downloaded aes-gcm v0.11.0
9102026-09-11T20:09:31.597Z Downloaded generic-array v1.4.3
9112026-09-11T20:09:31.600Z Downloaded oxide-tokio-rt v0.1.4
9122026-09-11T20:09:31.600Z Downloaded pretty-hex v0.4.1
9132026-09-11T20:09:31.600Z Downloaded usdt-attr-macro v0.6.0
9142026-09-11T20:09:31.604Z Downloaded oxide-update-engine v0.1.2
9152026-09-11T20:09:31.604Z Downloaded toml v1.1.2+spec-1.1.0
9162026-09-11T20:09:31.604Z Downloaded winnow v1.0.3
9172026-09-11T20:09:31.610Z Downloaded rustc_version v0.1.7
9182026-09-11T20:09:31.614Z Downloaded serde_urlencoded v0.7.1
9192026-09-11T20:09:31.614Z Downloaded swrite v0.1.0
9202026-09-11T20:09:31.614Z Downloaded num_enum v0.5.11
9212026-09-11T20:09:31.618Z Downloaded cargo_metadata v0.23.1
9222026-09-11T20:09:31.623Z Downloaded aho-corasick v1.1.4
9232026-09-11T20:09:31.631Z Downloaded ucd-trie v0.1.7
9242026-09-11T20:09:31.631Z Downloaded foreign-types-shared v0.1.1
9252026-09-11T20:09:31.631Z Downloaded memmap v0.7.0
9262026-09-11T20:09:31.631Z Downloaded ascii-canvas v3.0.0
9272026-09-11T20:09:31.631Z Downloaded async-stream v0.3.6
9282026-09-11T20:09:31.631Z Downloaded whoami v1.6.1
9292026-09-11T20:09:31.635Z Downloaded dof v0.4.0
9302026-09-11T20:09:31.635Z Downloaded poly1305 v0.8.0
9312026-09-11T20:09:31.635Z Downloaded base64ct v1.8.3
9322026-09-11T20:09:31.635Z Downloaded futures-channel v0.3.32
9332026-09-11T20:09:31.638Z Downloaded camino-tempfile-ext v0.3.3
9342026-09-11T20:09:31.638Z Downloaded cbc v0.2.1
9352026-09-11T20:09:31.638Z Downloaded chrono v0.4.45
9362026-09-11T20:09:31.642Z Downloaded litrs v1.0.0
9372026-09-11T20:09:31.645Z Downloaded tough v0.22.0
9382026-09-11T20:09:31.649Z Downloaded quinn v0.11.11
9392026-09-11T20:09:31.652Z Downloaded progenitor-client v0.13.0
9402026-09-11T20:09:31.652Z Downloaded packed_struct v0.10.1
9412026-09-11T20:09:31.656Z Downloaded progenitor-macro v0.14.0
9422026-09-11T20:09:31.656Z Downloaded structmeta v0.3.0
9432026-09-11T20:09:31.656Z Downloaded tokio-test v0.4.5
9442026-09-11T20:09:31.656Z Downloaded pin-project-lite v0.2.17
9452026-09-11T20:09:31.659Z Downloaded serde_regex v1.1.0
9462026-09-11T20:09:31.662Z Downloaded fxhash v0.2.1
9472026-09-11T20:09:31.662Z Downloaded aead v0.6.1
9482026-09-11T20:09:31.662Z Downloaded serde_derive v1.0.228
9492026-09-11T20:09:31.666Z Downloaded want v0.3.1
9502026-09-11T20:09:31.666Z Downloaded zerofrom v0.1.6
9512026-09-11T20:09:31.666Z Downloaded zerofrom-derive v0.1.6
9522026-09-11T20:09:31.666Z Downloaded cc v1.2.56
9532026-09-11T20:09:31.672Z Downloaded bytes v1.11.1
9542026-09-11T20:09:31.673Z Downloaded smallvec v0.6.14
9552026-09-11T20:09:31.676Z Downloaded russh v0.62.4
9562026-09-11T20:09:31.679Z Downloaded static_assertions v1.1.0
9572026-09-11T20:09:31.679Z Downloaded target-spec v3.5.7
9582026-09-11T20:09:31.683Z Downloaded enum_dispatch v0.3.13
9592026-09-11T20:09:31.684Z Downloaded atomic-waker v1.1.2
9602026-09-11T20:09:31.687Z Downloaded proc-macro-crate v3.4.0
9612026-09-11T20:09:31.687Z Downloaded bcrypt-pbkdf v0.11.0
9622026-09-11T20:09:31.692Z Downloaded tokio-postgres v0.7.18
9632026-09-11T20:09:31.697Z Downloaded num-traits v0.2.19
9642026-09-11T20:09:31.700Z Downloaded env_filter v2.0.0
9652026-09-11T20:09:31.700Z Downloaded tungstenite v0.23.0
9662026-09-11T20:09:31.704Z Downloaded unicode-properties v0.1.4
9672026-09-11T20:09:31.704Z Downloaded ml-kem v0.3.2
9682026-09-11T20:09:31.707Z Downloaded fs-err v3.3.0
9692026-09-11T20:09:31.710Z Downloaded ron v0.8.1
9702026-09-11T20:09:31.714Z Downloaded ryu v1.0.23
9712026-09-11T20:09:31.717Z Downloaded aead v0.5.2
9722026-09-11T20:09:31.717Z Downloaded parking_lot_core v0.8.6
9732026-09-11T20:09:31.720Z Downloaded siphasher v1.0.2
9742026-09-11T20:09:31.720Z Downloaded sync_wrapper v1.0.2
9752026-09-11T20:09:31.720Z Downloaded scroll_derive v0.12.1
9762026-09-11T20:09:31.724Z Downloaded polyval v0.7.1
9772026-09-11T20:09:31.728Z Downloaded ed25519-dalek v2.2.0
9782026-09-11T20:09:31.732Z Downloaded bumpalo v3.20.2
9792026-09-11T20:09:31.735Z Downloaded rand_core v0.10.0
9802026-09-11T20:09:31.738Z Downloaded dunce v1.0.5
9812026-09-11T20:09:31.738Z Downloaded scrypt v0.12.0
9822026-09-11T20:09:31.738Z Downloaded serde_tokenstream v0.2.3
9832026-09-11T20:09:31.738Z Downloaded maplit v1.0.2
9842026-09-11T20:09:31.741Z Downloaded unicode-linebreak v0.1.5
9852026-09-11T20:09:31.744Z Downloaded async-lock v3.4.2
9862026-09-11T20:09:31.744Z Downloaded strum_macros v0.27.2
9872026-09-11T20:09:31.744Z Downloaded tabled v0.15.0
9882026-09-11T20:09:31.754Z Downloaded ed25519 v2.2.3
9892026-09-11T20:09:31.758Z Downloaded bitfield-macros v0.19.4
9902026-09-11T20:09:31.758Z Downloaded chumsky v0.9.3
9912026-09-11T20:09:31.758Z Downloaded tls_codec v0.4.2
9922026-09-11T20:09:31.761Z Downloaded nom v8.0.0
9932026-09-11T20:09:31.764Z Downloaded prefix-trie v0.7.0
9942026-09-11T20:09:31.764Z Downloaded tabled v0.21.0
9952026-09-11T20:09:31.775Z Downloaded nibble_vec v0.1.0
9962026-09-11T20:09:31.779Z Downloaded anstyle-parse v0.2.7
9972026-09-11T20:09:31.779Z Downloaded serde-big-array v0.5.1
9982026-09-11T20:09:31.779Z Downloaded time-macros v0.2.27
9992026-09-11T20:09:31.783Z Downloaded backoff v0.4.0
10002026-09-11T20:09:31.783Z Downloaded usdt-attr-macro v0.5.0
10012026-09-11T20:09:31.783Z Downloaded openssl-macros v0.1.1
10022026-09-11T20:09:31.783Z Downloaded glob v0.3.3
10032026-09-11T20:09:31.783Z Downloaded phf v0.12.1
10042026-09-11T20:09:31.783Z Downloaded rpassword v7.5.4
10052026-09-11T20:09:31.787Z Downloaded progenitor v0.13.0
10062026-09-11T20:09:31.787Z Downloaded rand v0.8.6
10072026-09-11T20:09:31.790Z Downloaded arc-swap v1.8.2
10082026-09-11T20:09:31.790Z Downloaded memmap2 v0.9.10
10092026-09-11T20:09:31.794Z Downloaded termios v0.3.3
10102026-09-11T20:09:31.794Z Downloaded supports-hyperlinks v3.2.0
10112026-09-11T20:09:31.794Z Downloaded try-lock v0.2.5
10122026-09-11T20:09:31.794Z Downloaded pathdiff v0.2.3
10132026-09-11T20:09:31.794Z Downloaded ciborium-ll v0.2.2
10142026-09-11T20:09:31.798Z Downloaded scopeguard v1.2.0
10152026-09-11T20:09:31.798Z Downloaded take_mut v0.2.2
10162026-09-11T20:09:31.798Z Downloaded ar_archive_writer v0.5.1
10172026-09-11T20:09:31.798Z Downloaded bzip2 v0.4.4
10182026-09-11T20:09:31.802Z Downloaded once_cell v1.21.3
10192026-09-11T20:09:31.802Z Downloaded paste v1.0.15
10202026-09-11T20:09:31.802Z Downloaded signature v3.0.0
10212026-09-11T20:09:31.805Z Downloaded radix_trie v0.2.1
10222026-09-11T20:09:31.810Z Downloaded camino-tempfile v1.4.1
10232026-09-11T20:09:31.810Z Downloaded lalrpop-util v0.19.12
10242026-09-11T20:09:31.810Z Downloaded schemars v1.2.1
10252026-09-11T20:09:31.817Z Downloaded typed-path v0.9.3
10262026-09-11T20:09:31.821Z Downloaded predicates v3.1.4
10272026-09-11T20:09:31.824Z Downloaded dsl_auto_type v0.2.0
10282026-09-11T20:09:31.824Z Downloaded pkcs8 v0.10.2
10292026-09-11T20:09:31.828Z Downloaded num_threads v0.1.7
10302026-09-11T20:09:31.828Z Downloaded psl-types v2.0.11
10312026-09-11T20:09:31.828Z Downloaded serde_with v3.21.0
10322026-09-11T20:09:31.834Z Downloaded dof v0.3.0
10332026-09-11T20:09:31.837Z Downloaded tempfile v3.27.0
10342026-09-11T20:09:31.838Z Downloaded rand_core v0.6.4
10352026-09-11T20:09:31.838Z Downloaded sigpipe v0.1.3
10362026-09-11T20:09:31.841Z Downloaded thiserror-impl v2.0.18
10372026-09-11T20:09:31.841Z Downloaded foreign-types-macros v0.2.3
10382026-09-11T20:09:31.841Z Downloaded rand v0.9.2
10392026-09-11T20:09:31.844Z Downloaded toml_parser v1.1.2+spec-1.1.0
10402026-09-11T20:09:31.844Z Downloaded keccak v0.2.0
10412026-09-11T20:09:31.844Z Downloaded sha2 v0.11.0
10422026-09-11T20:09:31.847Z Downloaded miette-derive v7.6.0
10432026-09-11T20:09:31.847Z Downloaded zmij v1.0.21
10442026-09-11T20:09:31.851Z Downloaded synstructure v0.13.2
10452026-09-11T20:09:31.854Z Downloaded pin-project v1.1.11
10462026-09-11T20:09:31.858Z Downloaded plotters v0.3.7
10472026-09-11T20:09:31.863Z Downloaded serde_with v1.14.0
10482026-09-11T20:09:31.867Z Downloaded miette v7.6.0
10492026-09-11T20:09:31.871Z Downloaded password-hash v0.5.0
10502026-09-11T20:09:31.874Z Downloaded papergrid v0.18.0
10512026-09-11T20:09:31.878Z Downloaded blake2 v0.11.0-rc.6
10522026-09-11T20:09:31.878Z Downloaded flume v0.11.1
10532026-09-11T20:09:31.883Z Downloaded reqwest v0.12.28
10542026-09-11T20:09:31.886Z Downloaded polar-core v0.27.3
10552026-09-11T20:09:31.890Z Downloaded backtrace v0.3.76
10562026-09-11T20:09:31.894Z Downloaded snafu-derive v0.8.9
10572026-09-11T20:09:31.894Z Downloaded newtype-uuid v1.3.2
10582026-09-11T20:09:31.894Z Downloaded tokio-tungstenite v0.21.0
10592026-09-11T20:09:31.894Z Downloaded zip v0.6.6
10602026-09-11T20:09:31.897Z Downloaded crypto-bigint v0.7.5
10612026-09-11T20:09:31.906Z Downloaded git-stub-vcs v0.1.0
10622026-09-11T20:09:31.909Z Downloaded curve25519-dalek v4.1.3
10632026-09-11T20:09:31.912Z Downloaded tracing-core v0.1.36
10642026-09-11T20:09:31.915Z Downloaded petname v2.0.2
10652026-09-11T20:09:31.918Z Downloaded poly1305 v0.9.0
10662026-09-11T20:09:31.921Z Downloaded tracing-attributes v0.1.31
10672026-09-11T20:09:31.921Z Downloaded getrandom v0.2.17
10682026-09-11T20:09:31.925Z Downloaded bcs v0.1.6
10692026-09-11T20:09:31.925Z Downloaded libloading v0.8.9
10702026-09-11T20:09:31.931Z Downloaded num-bigint v0.4.6
10712026-09-11T20:09:31.934Z Downloaded x509-cert v0.2.5
10722026-09-11T20:09:31.938Z Downloaded nom v7.1.3
10732026-09-11T20:09:31.943Z Downloaded rustls-platform-verifier v0.6.2
10742026-09-11T20:09:31.946Z Downloaded serde_core v1.0.228
10752026-09-11T20:09:31.955Z Downloaded quinn-proto v0.11.16
10762026-09-11T20:09:31.972Z Downloaded zerotrie v0.2.3
10772026-09-11T20:09:31.977Z Downloaded fancy-regex v0.14.0
10782026-09-11T20:09:31.977Z Downloaded zlib-rs v0.6.2
10792026-09-11T20:09:31.981Z Downloaded openssl v0.10.80
10802026-09-11T20:09:31.988Z Downloaded socket2 v0.6.3
10812026-09-11T20:09:31.991Z Downloaded winnow v0.6.26
10822026-09-11T20:09:31.996Z Downloaded num-bigint-dig v0.8.6
10832026-09-11T20:09:31.999Z Downloaded unicode-bidi v0.3.18
10842026-09-11T20:09:32.004Z Downloaded rustyline v14.0.0
10852026-09-11T20:09:32.004Z Downloaded portable-atomic v1.13.1
10862026-09-11T20:09:32.009Z Downloaded toml_edit v0.19.15
10872026-09-11T20:09:32.019Z Downloaded zip v8.6.0
10882026-09-11T20:09:32.023Z Downloaded rstest_macros v0.25.0
10892026-09-11T20:09:32.026Z Downloaded zerocopy-derive v0.8.55
10902026-09-11T20:09:32.030Z Downloaded chacha20poly1305 v0.10.1
10912026-09-11T20:09:32.034Z Downloaded vcpkg v0.2.15
10922026-09-11T20:09:32.057Z Downloaded url v2.5.8
10932026-09-11T20:09:32.062Z Downloaded sha3 v0.12.0
10942026-09-11T20:09:32.062Z Downloaded reedline v0.40.0
10952026-09-11T20:09:32.065Z Downloaded rand v0.10.1
10962026-09-11T20:09:32.068Z Downloaded git2 v0.20.4
10972026-09-11T20:09:32.073Z Downloaded quick-xml v0.37.5
10982026-09-11T20:09:32.077Z Downloaded curve25519-dalek v5.0.0
10992026-09-11T20:09:32.083Z Downloaded publicsuffix v2.3.0
11002026-09-11T20:09:32.086Z Downloaded snafu v0.8.9
11012026-09-11T20:09:32.089Z Downloaded unicode-segmentation v1.12.0
11022026-09-11T20:09:32.092Z Downloaded expectorate v1.2.0
11032026-09-11T20:09:32.092Z Downloaded aws-lc-rs v1.16.3
11042026-09-11T20:09:32.097Z Downloaded p256 v0.14.0
11052026-09-11T20:09:32.101Z Downloaded syn v3.0.3
11062026-09-11T20:09:32.107Z Downloaded bstr v1.12.1
11072026-09-11T20:09:32.113Z Downloaded memchr v2.8.0
11082026-09-11T20:09:32.117Z Downloaded bindgen v0.71.1
11092026-09-11T20:09:32.120Z Downloaded dropshot-api-manager v0.8.0
11102026-09-11T20:09:32.124Z Downloaded object v0.39.1
11112026-09-11T20:09:32.131Z Downloaded libxml v0.3.3
11122026-09-11T20:09:32.135Z Downloaded aes v0.9.1
11132026-09-11T20:09:32.138Z Downloaded zerocopy v0.8.55
11142026-09-11T20:09:32.151Z Downloaded futures-util v0.3.32
11152026-09-11T20:09:32.158Z Downloaded smoltcp v0.9.1
11162026-09-11T20:09:32.165Z Downloaded libm v0.2.16
11172026-09-11T20:09:32.170Z Downloaded unicode-width v0.2.0
11182026-09-11T20:09:32.176Z Downloaded pest v2.8.6
11192026-09-11T20:09:32.180Z Downloaded nix v0.28.0
11202026-09-11T20:09:32.185Z Downloaded hickory-proto v0.25.2
11212026-09-11T20:09:32.195Z Downloaded rustix v0.38.44
11222026-09-11T20:09:32.210Z Downloaded syn v1.0.109
11232026-09-11T20:09:32.216Z Downloaded nix v0.31.2
11242026-09-11T20:09:32.224Z Downloaded object v0.37.3
11252026-09-11T20:09:32.231Z Downloaded rawzip v0.4.4
11262026-09-11T20:09:32.235Z Downloaded regex-syntax v0.6.29
11272026-09-11T20:09:32.239Z Downloaded winnow v0.5.40
11282026-09-11T20:09:32.244Z Downloaded bitvec v1.0.1
11292026-09-11T20:09:32.253Z Downloaded winnow v0.7.14
11302026-09-11T20:09:32.261Z Downloaded smoltcp v0.11.0
11312026-09-11T20:09:32.267Z Downloaded goblin v0.10.5
11322026-09-11T20:09:32.315Z Downloaded diesel v2.3.7
11332026-09-11T20:09:32.324Z Downloaded dropshot v0.17.1
11342026-09-11T20:09:32.324Z Downloaded rustix v1.1.4
11352026-09-11T20:09:32.324Z Downloaded syn v2.0.117
11362026-09-11T20:09:32.327Z Downloaded unicode-width v0.1.14
11372026-09-11T20:09:32.327Z Downloaded lalrpop v0.19.12
11382026-09-11T20:09:32.335Z Downloaded time v0.3.47
11392026-09-11T20:09:32.340Z Downloaded nix v0.27.1
11402026-09-11T20:09:32.346Z Downloaded moka v0.12.13
11412026-09-11T20:09:32.351Z Downloaded object v0.30.4
11422026-09-11T20:09:32.358Z Downloaded regex-syntax v0.8.10
11432026-09-11T20:09:32.361Z Downloaded tracing v0.1.44
11442026-09-11T20:09:32.405Z Downloaded typify-impl v0.6.2
11452026-09-11T20:09:32.415Z Downloaded gimli v0.32.3
11462026-09-11T20:09:32.419Z Downloaded regress v0.10.5
11472026-09-11T20:09:32.426Z Downloaded regress v0.11.1
11482026-09-11T20:09:32.432Z Downloaded sqlparser v0.61.0
11492026-09-11T20:09:32.441Z Downloaded rustls v0.23.41
11502026-09-11T20:09:32.447Z Downloaded sha3 v0.11.0
11512026-09-11T20:09:32.453Z Downloaded regex-automata v0.4.14
11522026-09-11T20:09:32.457Z Downloaded jiff v0.2.34
11532026-09-11T20:09:32.465Z Downloaded openapiv3 v2.2.0
11542026-09-11T20:09:32.471Z Downloaded bzip2-sys v0.1.13+1.0.8
11552026-09-11T20:09:32.478Z Downloaded sled v0.34.7
11562026-09-11T20:09:32.483Z Downloaded ratatui v0.29.0
11572026-09-11T20:09:32.497Z Downloaded petgraph v0.6.5
11582026-09-11T20:09:32.509Z Downloaded chrono-tz v0.10.4
11592026-09-11T20:09:32.519Z Downloaded zerocopy-derive v0.6.6
11602026-09-11T20:09:32.525Z Downloaded csv v1.4.0
11612026-09-11T20:09:32.535Z Downloaded petgraph v0.8.3
11622026-09-11T20:09:32.571Z Downloaded sha3 v0.10.8
11632026-09-11T20:09:32.574Z Downloaded libz-sys v1.1.24
11642026-09-11T20:09:32.592Z Downloaded libc v0.2.185
11652026-09-11T20:09:32.611Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
11662026-09-11T20:09:32.624Z Downloaded tokio v1.52.1
11672026-09-11T20:09:32.647Z Downloaded encoding_rs v0.8.35
11682026-09-11T20:09:32.706Z Downloaded ring v0.17.14
11692026-09-11T20:09:32.736Z Downloaded httpmock v0.8.3
11702026-09-11T20:09:32.753Z Downloaded libgit2-sys v0.18.3+1.9.2
11712026-09-11T20:09:33.187Z Downloaded aws-lc-sys v0.40.0
11722026-09-11T20:09:33.605Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
11732026-09-11T20:09:36.061Z Startup: Refreshing catalog 'helios' ... Done
11742026-09-11T20:09:36.570Z Startup: Caching catalogs ... Done
11752026-09-11T20:09:39.223ZPlanning: Solver setup ... Done (2.517s)
11762026-09-11T20:09:39.297ZPlanning: Running solver ... Done (0.075s)
11772026-09-11T20:09:39.352ZPlanning: Finding local manifests ... Done (0.003s)
11782026-09-11T20:09:39.363ZPlanning: Fetching manifests: 0/2 0% complete
11792026-09-11T20:09:39.381ZPlanning: Fetching manifests: 2/2 100% complete
11802026-09-11T20:09:39.394ZPlanning: Package planning ... Done (0.015s)
11812026-09-11T20:09:39.397ZPlanning: Merging actions ... Done (0.002s)
11822026-09-11T20:09:39.566ZPlanning: Checking for conflicting actions ... Done (0.170s)
11832026-09-11T20:09:39.570ZPlanning: Consolidating action changes ... Done (0.001s)
11842026-09-11T20:09:40.449ZPlanning: Evaluating mediators ... Done (0.882s)
11852026-09-11T20:09:40.453ZPlanning: Planning completed in 3.84 seconds
11862026-09-11T20:09:40.459Z Packages to install: 2
11872026-09-11T20:09:40.460Z Estimated space available: 155.73 GB
11882026-09-11T20:09:40.460ZEstimated space to be consumed: 87.89 MB
11892026-09-11T20:09:40.460Z Create boot environment: No
11902026-09-11T20:09:40.464ZCreate backup boot environment: No
11912026-09-11T20:09:40.464Z Rebuild boot archive: No
11922026-09-11T20:09:40.464Z
11932026-09-11T20:09:40.464ZChanged packages:
11942026-09-11T20:09:40.464Zhelios
11952026-09-11T20:09:40.464Z developer/build-essential
11962026-09-11T20:09:40.464Z None -> 11-3.0
11972026-09-11T20:09:40.464Z library/libxmlsec1
11982026-09-11T20:09:40.464Z None -> 1.2.35-3.0
11992026-09-11T20:09:40.486Z
12002026-09-11T20:09:40.486ZDownload: 0/214 items 0.0/1.3MB 0% complete
12012026-09-11T20:09:40.565ZDownload: Completed 1.28 MB in 0.08 seconds (16.2M/s)
12022026-09-11T20:09:40.651Z Actions: 1/268 actions (Installing new actions)
12032026-09-11T20:09:40.692Z Actions: Completed 268 actions in 0.04 seconds.
12042026-09-11T20:09:40.728ZFinalize: Updating package state database ... Done (0.038s)
12052026-09-11T20:09:40.728ZFinalize: Updating package cache ... Done (0.000s)
12062026-09-11T20:09:40.833ZFinalize: Updating image state ... Done (0.104s)
12072026-09-11T20:09:43.600ZFinalize: Creating fast lookup database ... Done (2.711s)
12082026-09-11T20:09:43.669ZFinalize: Reading search index ... Done (0.012s)
12092026-09-11T20:09:43.672ZFinalize: Updating search index ... Done (0.000s)
12102026-09-11T20:09:43.771ZFinalize: Updating package cache ... Done (0.000s)
12112026-09-11T20:09:44.155ZPlanning: Evaluating mediator changes ... Done
12122026-09-11T20:09:44.261ZPlanning: Checking for conflicting actions ... Done
12132026-09-11T20:09:44.264ZPlanning: Consolidating action changes ... Done
12142026-09-11T20:09:44.422ZPlanning: Evaluating mediators ... Done
12152026-09-11T20:09:44.425ZPlanning: Planning completed in 0.27 seconds
12162026-09-11T20:09:44.446Z Mediators to change: 2
12172026-09-11T20:09:44.446Z Create boot environment: No
12182026-09-11T20:09:44.446ZCreate backup boot environment: No
12192026-09-11T20:09:44.515ZFinalize: Updating package state database ... Done
12202026-09-11T20:09:44.515ZFinalize: Updating package cache ... Done
12212026-09-11T20:09:44.580ZFinalize: Updating image state ... Done
12222026-09-11T20:09:46.559ZFinalize: Creating fast lookup database ... Done
12232026-09-11T20:09:46.623ZFinalize: Reading search index ... Done
12242026-09-11T20:09:46.627ZFinalize: Updating search index ... Done
12252026-09-11T20:09:46.720ZFinalize: Updating package cache ... Done
12262026-09-11T20:09:47.015ZPlanning: Evaluating mediator changes ... Done
12272026-09-11T20:09:47.120ZPlanning: Checking for conflicting actions ... Done
12282026-09-11T20:09:47.123ZPlanning: Consolidating action changes ... Done
12292026-09-11T20:09:47.280ZPlanning: Evaluating mediators ... Done
12302026-09-11T20:09:47.283ZPlanning: Planning completed in 0.27 seconds
12312026-09-11T20:09:47.304Z Mediators to change: 1
12322026-09-11T20:09:47.304Z Create boot environment: No
12332026-09-11T20:09:47.305ZCreate backup boot environment: No
12342026-09-11T20:09:47.362ZFinalize: Updating package state database ... Done
12352026-09-11T20:09:47.362ZFinalize: Updating package cache ... Done
12362026-09-11T20:09:47.427ZFinalize: Updating image state ... Done
12372026-09-11T20:09:49.410ZFinalize: Creating fast lookup database ... Done
12382026-09-11T20:09:49.470ZFinalize: Reading search index ... Done
12392026-09-11T20:09:49.474ZFinalize: Updating search index ... Done
12402026-09-11T20:09:49.586ZFinalize: Updating package cache ... Done
12412026-09-11T20:09:49.904ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
12422026-09-11T20:09:49.904Zapache system 2.4 system
12432026-09-11T20:09:49.905Zclang system 15 system
12442026-09-11T20:09:49.905Zcsh system system illumos
12452026-09-11T20:09:49.905Zctags system system illumos
12462026-09-11T20:09:49.905Zfile vendor vendor darwinsys
12472026-09-11T20:09:49.905Zfile system system illumos
12482026-09-11T20:09:49.905Zgcc vendor 14 vendor
12492026-09-11T20:09:49.905Zgcc system 13 system
12502026-09-11T20:09:49.905Zgcc system 10 system
12512026-09-11T20:09:49.905Zgo system 1.25 system
12522026-09-11T20:09:49.905Zllvm system 15 system
12532026-09-11T20:09:49.905Zmariadb system 11.4 system
12542026-09-11T20:09:49.905Zmta vendor vendor dma
12552026-09-11T20:09:49.905Zopenjdk system 17 system
12562026-09-11T20:09:49.905Zopenjdk system 11 system
12572026-09-11T20:09:49.905Zopenssl vendor 3 vendor
12582026-09-11T20:09:49.905Zperl system 5.40 system
12592026-09-11T20:09:49.905Zpostgresql system 18 system
12602026-09-11T20:09:49.905Zpostgresql system 17 system
12612026-09-11T20:09:49.905Zpython vendor 3 vendor
12622026-09-11T20:09:49.905Zpython system 2 system
12632026-09-11T20:09:49.905Zpython3 vendor 3.13 vendor
12642026-09-11T20:09:49.905Zruby system 3.4 system
12652026-09-11T20:09:49.906Zruby system 3.0 system
12662026-09-11T20:09:49.906Zwords vendor vendor american-english
12672026-09-11T20:09:49.906Zwords system system australian-english
12682026-09-11T20:09:49.906Zwords system system british-english
12692026-09-11T20:09:49.906Zwords system system canadian-english
12702026-09-11T20:09:49.906Zwords system system french
12712026-09-11T20:09:49.907Zwords system system italian
12722026-09-11T20:09:49.907Zwords system system ngerman
12732026-09-11T20:09:49.907Zwords system system ogerman
12742026-09-11T20:09:49.907Zwords system system spanish
12752026-09-11T20:09:50.164ZPUBLISHER TYPE STATUS P LOCATION
12762026-09-11T20:09:50.164Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
12772026-09-11T20:09:50.727ZFMRI IFO
12782026-09-11T20:09:50.727Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
12792026-09-11T20:09:50.727Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
12802026-09-11T20:09:50.727Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
12812026-09-11T20:09:50.727Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
12822026-09-11T20:09:50.727Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
12832026-09-11T20:09:50.727Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
12842026-09-11T20:09:50.727Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
12852026-09-11T20:09:50.728Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
12862026-09-11T20:09:50.728Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
12872026-09-11T20:09:51.366Z Downloading crates ...
12882026-09-11T20:09:51.428Z Downloaded cargo_toml v0.21.0
12892026-09-11T20:09:51.471Z Compiling proc-macro2 v1.0.106
12902026-09-11T20:09:51.471Z Compiling unicode-ident v1.0.24
12912026-09-11T20:09:51.471Z Compiling quote v1.0.45
12922026-09-11T20:09:51.490Z Compiling serde_core v1.0.228
12932026-09-11T20:09:51.490Z Compiling libc v0.2.185
12942026-09-11T20:09:51.490Z Compiling version_check v0.9.5
12952026-09-11T20:09:51.490Z Compiling memchr v2.8.0
12962026-09-11T20:09:51.490Z Compiling serde v1.0.228
12972026-09-11T20:09:51.490Z Compiling zmij v1.0.21
12982026-09-11T20:09:51.490Z Compiling itoa v1.0.17
12992026-09-11T20:09:51.490Z Compiling thiserror v1.0.69
13002026-09-11T20:09:51.546Z Compiling ucd-trie v0.1.7
13012026-09-11T20:09:51.558Z Compiling rustix v1.1.4
13022026-09-11T20:09:51.558Z Compiling byteorder v1.5.0
13032026-09-11T20:09:51.754Z Compiling bitflags v2.11.0
13042026-09-11T20:09:51.834Z Compiling serde_json v1.0.151
13052026-09-11T20:09:51.971Z Compiling syn v1.0.109
13062026-09-11T20:09:51.983Z Compiling proc-macro-error-attr v1.0.4
13072026-09-11T20:09:52.055Z Compiling pest v2.8.6
13082026-09-11T20:09:52.083Z Compiling usdt-impl v0.5.0
13092026-09-11T20:09:52.106Z Compiling camino v1.2.5
13102026-09-11T20:09:52.193Z Compiling proc-macro-error v1.0.4
13112026-09-11T20:09:52.234Z Compiling hashbrown v0.17.0
13122026-09-11T20:09:52.243Z Compiling plain v0.2.3
13132026-09-11T20:09:52.266Z Compiling equivalent v1.0.2
13142026-09-11T20:09:52.283Z Compiling log v0.4.33
13152026-09-11T20:09:52.293Z Compiling utf8parse v0.2.2
13162026-09-11T20:09:52.360Z Compiling getrandom v0.3.4
13172026-09-11T20:09:52.395Z Compiling anstyle-parse v1.0.0
13182026-09-11T20:09:52.411Z Compiling is_terminal_polyfill v1.70.2
13192026-09-11T20:09:52.424Z Compiling colorchoice v1.0.4
13202026-09-11T20:09:52.464Z Compiling toml_write v0.1.2
13212026-09-11T20:09:52.486Z Compiling anstyle v1.0.14
13222026-09-11T20:09:52.496Z Compiling anstyle-query v1.1.5
13232026-09-11T20:09:52.528Z Compiling thiserror v2.0.18
13242026-09-11T20:09:52.559Z Compiling errno v0.3.14
13252026-09-11T20:09:52.572Z Compiling thread-id v4.2.2
13262026-09-11T20:09:52.622Z Compiling winnow v0.7.14
13272026-09-11T20:09:52.634Z Compiling cfg-if v1.0.4
13282026-09-11T20:09:52.637Z Compiling autocfg v1.5.0
13292026-09-11T20:09:52.666Z Compiling pretty-hex v0.4.1
13302026-09-11T20:09:52.698Z Compiling clap_lex v1.0.0
13312026-09-11T20:09:52.731Z Compiling anstream v1.0.0
13322026-09-11T20:09:52.774Z Compiling indexmap v2.14.0
13332026-09-11T20:09:52.789Z Compiling once_cell v1.21.3
13342026-09-11T20:09:52.809Z Compiling fnv v1.0.7
13352026-09-11T20:09:52.831Z Compiling fastrand v2.3.0
13362026-09-11T20:09:52.915Z Compiling bytecount v0.6.9
13372026-09-11T20:09:52.976Z Compiling heck v0.4.1
13382026-09-11T20:09:53.028Z Compiling heck v0.5.0
13392026-09-11T20:09:53.051Z Compiling syn v2.0.117
13402026-09-11T20:09:53.106Z Compiling fs-err v3.3.0
13412026-09-11T20:09:53.116Z Compiling strsim v0.11.1
13422026-09-11T20:09:53.149Z Compiling anyhow v1.0.104
13432026-09-11T20:09:53.162Z Compiling pest_meta v2.8.6
13442026-09-11T20:09:53.199Z Compiling unicode-width v0.1.14
13452026-09-11T20:09:53.271Z Compiling memmap v0.7.0
13462026-09-11T20:09:53.321Z Compiling unicode-linebreak v0.1.5
13472026-09-11T20:09:53.421Z Compiling unicode-width v0.2.0
13482026-09-11T20:09:53.470Z Compiling smawk v0.3.2
13492026-09-11T20:09:53.511Z Compiling papergrid v0.11.0
13502026-09-11T20:09:53.524Z Compiling swrite v0.1.0
13512026-09-11T20:09:53.618Z Compiling terminal_size v0.4.3
13522026-09-11T20:09:53.618Z Compiling tempfile v3.27.0
13532026-09-11T20:09:53.700Z Compiling clap_builder v4.6.0
13542026-09-11T20:09:53.700Z Compiling textwrap v0.16.2
13552026-09-11T20:09:53.979Z Compiling semver v1.0.28
13562026-09-11T20:09:54.015Z Compiling cargo-platform v0.3.2
13572026-09-11T20:09:54.239Z Compiling camino-tempfile v1.4.1
13582026-09-11T20:09:54.541Z Compiling tabled_derive v0.7.0
13592026-09-11T20:09:55.242Z Compiling tabled v0.15.0
13602026-09-11T20:09:55.267Z Compiling pest_generator v2.8.6
13612026-09-11T20:09:55.817Z Compiling serde_derive v1.0.228
13622026-09-11T20:09:55.817Z Compiling thiserror-impl v1.0.69
13632026-09-11T20:09:55.817Z Compiling zerocopy-derive v0.7.35
13642026-09-11T20:09:55.820Z Compiling scroll_derive v0.12.1
13652026-09-11T20:09:55.820Z Compiling thiserror-impl v2.0.18
13662026-09-11T20:09:55.820Z Compiling clap_derive v4.6.1
13672026-09-11T20:09:55.856Z Compiling pest_derive v2.8.6
13682026-09-11T20:09:56.442Z Compiling scroll v0.12.0
13692026-09-11T20:09:56.515Z Compiling zerocopy v0.7.35
13702026-09-11T20:09:56.646Z Compiling goblin v0.8.2
13712026-09-11T20:09:56.831Z Compiling dtrace-parser v0.2.0
13722026-09-11T20:09:57.166Z Compiling clap v4.6.1
13732026-09-11T20:09:58.232Z Compiling serde_spanned v0.6.9
13742026-09-11T20:09:58.232Z Compiling toml_datetime v0.6.11
13752026-09-11T20:09:58.232Z Compiling macaddr v1.0.1
13762026-09-11T20:09:58.236Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
13772026-09-11T20:09:58.236Z Compiling cargo_metadata v0.23.1
13782026-09-11T20:09:58.244Z Compiling dof v0.3.0
13792026-09-11T20:09:58.247Z Compiling serde_tokenstream v0.2.3
13802026-09-11T20:09:58.397Z Compiling toml_edit v0.22.27
13812026-09-11T20:09:58.944Z Compiling usdt-attr-macro v0.5.0
13822026-09-11T20:09:58.947Z Compiling usdt-macro v0.5.0
13832026-09-11T20:09:59.569Z Compiling usdt v0.5.0
13842026-09-11T20:09:59.692Z Compiling toml v0.8.23
13852026-09-11T20:10:00.017Z Compiling cargo_toml v0.21.0
13862026-09-11T20:10:01.330Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
13872026-09-11T20:10:03.424Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.55s
13882026-09-11T20:10:03.467Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
13892026-09-11T20:10:04.259Z Compiling serde_core v1.0.228
13902026-09-11T20:10:04.259Z Compiling libc v0.2.185
13912026-09-11T20:10:04.259Z Compiling serde v1.0.228
13922026-09-11T20:10:04.263Z Compiling log v0.4.33
13932026-09-11T20:10:04.263Z Compiling smallvec v1.15.1
13942026-09-11T20:10:04.263Z Compiling subtle v2.6.1
13952026-09-11T20:10:04.263Z Compiling shlex v1.3.0
13962026-09-11T20:10:04.263Z Compiling find-msvc-tools v0.1.9
13972026-09-11T20:10:04.431Z Compiling typenum v1.20.1
13982026-09-11T20:10:04.436Z Compiling scopeguard v1.2.0
13992026-09-11T20:10:04.436Z Compiling stable_deref_trait v1.2.1
14002026-09-11T20:10:04.444Z Compiling portable-atomic v1.13.1
14012026-09-11T20:10:04.447Z Compiling serde_json v1.0.151
14022026-09-11T20:10:04.472Z Compiling zerocopy v0.8.55
14032026-09-11T20:10:04.512Z Compiling syn v2.0.117
14042026-09-11T20:10:04.546Z Compiling critical-section v1.2.0
14052026-09-11T20:10:04.587Z Compiling libm v0.2.16
14062026-09-11T20:10:04.597Z Compiling lock_api v0.4.14
14072026-09-11T20:10:04.614Z Compiling num-traits v0.2.19
14082026-09-11T20:10:04.614Z Compiling pkg-config v0.3.32
14092026-09-11T20:10:04.648Z Compiling pin-project-lite v0.2.17
14102026-09-11T20:10:04.692Z Compiling getrandom v0.4.3
14112026-09-11T20:10:04.700Z Compiling parking_lot_core v0.9.12
14122026-09-11T20:10:04.716Z Compiling rand_core v0.10.0
14132026-09-11T20:10:04.720Z Compiling writeable v0.6.2
14142026-09-11T20:10:04.767Z Compiling litemap v0.8.1
14152026-09-11T20:10:04.835Z Compiling percent-encoding v2.3.2
14162026-09-11T20:10:04.867Z Compiling foldhash v0.2.0
14172026-09-11T20:10:04.904Z Compiling futures-core v0.3.32
14182026-09-11T20:10:04.951Z Compiling icu_properties_data v2.1.2
14192026-09-11T20:10:05.010Z Compiling icu_normalizer_data v2.1.1
14202026-09-11T20:10:05.041Z Compiling generic-array v0.14.7
14212026-09-11T20:10:05.045Z Compiling const-oid v0.9.6
14222026-09-11T20:10:05.055Z Compiling getrandom v0.3.4
14232026-09-11T20:10:05.069Z Compiling hashbrown v0.17.0
14242026-09-11T20:10:05.099Z Compiling rustix v1.1.4
14252026-09-11T20:10:05.140Z Compiling futures-sink v0.3.32
14262026-09-11T20:10:05.153Z Compiling slab v0.4.12
14272026-09-11T20:10:05.241Z Compiling utf8_iter v1.0.4
14282026-09-11T20:10:05.271Z Compiling futures-channel v0.3.32
14292026-09-11T20:10:05.344Z Compiling errno v0.3.14
14302026-09-11T20:10:05.360Z Compiling jobserver v0.1.34
14312026-09-11T20:10:05.364Z Compiling getrandom v0.2.17
14322026-09-11T20:10:05.424Z Compiling mio v1.2.0
14332026-09-11T20:10:05.444Z Compiling socket2 v0.6.3
14342026-09-11T20:10:05.512Z Compiling signal-hook-registry v1.4.8
14352026-09-11T20:10:05.528Z Compiling rand_core v0.6.4
14362026-09-11T20:10:05.652Z Compiling cc v1.2.56
14372026-09-11T20:10:05.682Z Compiling once_cell v1.21.3
14382026-09-11T20:10:05.703Z Compiling parking_lot v0.12.5
14392026-09-11T20:10:05.722Z Compiling futures-io v0.3.32
14402026-09-11T20:10:05.762Z Compiling futures-task v0.3.32
14412026-09-11T20:10:05.780Z Compiling form_urlencoded v1.2.2
14422026-09-11T20:10:05.786Z Compiling cmov v0.5.4
14432026-09-11T20:10:05.849Z Compiling rustversion v1.0.22
14442026-09-11T20:10:05.863Z Compiling iana-time-zone v0.1.65
14452026-09-11T20:10:05.889Z Compiling base64ct v1.8.3
14462026-09-11T20:10:05.904Z Compiling dunce v1.0.5
14472026-09-11T20:10:05.918Z Compiling ident_case v1.0.1
14482026-09-11T20:10:05.933Z Compiling fs_extra v1.3.0
14492026-09-11T20:10:05.947Z Compiling flagset v0.4.7
14502026-09-11T20:10:05.971Z Compiling regex-syntax v0.8.10
14512026-09-11T20:10:06.012Z Compiling ctutils v0.4.2
14522026-09-11T20:10:06.026Z Compiling base64 v0.22.1
14532026-09-11T20:10:06.054Z Compiling syn v1.0.109
14542026-09-11T20:10:06.081Z Compiling vcpkg v0.2.15
14552026-09-11T20:10:06.097Z Compiling tracing-core v0.1.36
14562026-09-11T20:10:06.112Z Compiling aws-lc-rs v1.16.3
14572026-09-11T20:10:06.117Z Compiling dyn-clone v1.0.20
14582026-09-11T20:10:06.171Z Compiling pem-rfc7468 v0.7.0
14592026-09-11T20:10:06.205Z Compiling crc32fast v1.5.0
14602026-09-11T20:10:06.219Z Compiling schemars v0.8.22
14612026-09-11T20:10:06.281Z Compiling rand_core v0.9.5
14622026-09-11T20:10:06.295Z Compiling spin v0.9.8
14632026-09-11T20:10:06.366Z Compiling httparse v1.10.1
14642026-09-11T20:10:06.407Z Compiling cmake v0.1.57
14652026-09-11T20:10:06.489Z Compiling openssl-probe v0.2.1
14662026-09-11T20:10:06.503Z Compiling tinyvec_macros v0.1.1
14672026-09-11T20:10:06.522Z Compiling aho-corasick v1.1.4
14682026-09-11T20:10:06.552Z Compiling tower-service v0.3.3
14692026-09-11T20:10:06.579Z Compiling bitflags v2.11.0
14702026-09-11T20:10:06.608Z Compiling semver v1.0.28
14712026-09-11T20:10:06.667Z Compiling indexmap v2.14.0
14722026-09-11T20:10:06.681Z Compiling uuid v1.23.4
14732026-09-11T20:10:06.822Z Compiling rustc_version v0.4.1
14742026-09-11T20:10:06.836Z Compiling tinyvec v1.10.0
14752026-09-11T20:10:06.839Z Compiling untrusted v0.7.1
14762026-09-11T20:10:06.864Z Compiling try-lock v0.2.5
14772026-09-11T20:10:06.905Z Compiling atomic-waker v1.1.2
14782026-09-11T20:10:06.941Z Compiling radium v0.7.0
14792026-09-11T20:10:06.956Z Compiling tower-layer v0.3.3
14802026-09-11T20:10:06.973Z Compiling simd-adler32 v0.3.8
14812026-09-11T20:10:06.988Z Compiling unicode-segmentation v1.12.0
14822026-09-11T20:10:07.044Z Compiling want v0.3.1
14832026-09-11T20:10:07.162Z Compiling foreign-types-shared v0.1.1
14842026-09-11T20:10:07.218Z Compiling tap v1.0.1
14852026-09-11T20:10:07.233Z Compiling rustls v0.23.41
14862026-09-11T20:10:07.250Z Compiling adler2 v2.0.1
14872026-09-11T20:10:07.265Z Compiling untrusted v0.9.0
14882026-09-11T20:10:07.294Z Compiling aws-lc-sys v0.40.0
14892026-09-11T20:10:07.312Z Compiling openssl-sys v0.9.117
14902026-09-11T20:10:07.339Z Compiling cpufeatures v0.2.17
14912026-09-11T20:10:07.352Z Compiling const-oid v0.10.2
14922026-09-11T20:10:07.396Z Compiling httpdate v1.0.3
14932026-09-11T20:10:07.412Z Compiling openssl v0.10.80
14942026-09-11T20:10:07.415Z Compiling maybe-uninit v2.0.0
14952026-09-11T20:10:07.415Z Compiling miniz_oxide v0.8.9
14962026-09-11T20:10:07.454Z Compiling synstructure v0.13.2
14972026-09-11T20:10:07.461Z Compiling serde_derive_internals v0.29.1
14982026-09-11T20:10:07.461Z Compiling pest_generator v2.8.6
14992026-09-11T20:10:07.583Z Compiling regex-automata v0.4.14
15002026-09-11T20:10:07.651Z Compiling darling_core v0.20.11
15012026-09-11T20:10:07.690Z Compiling tempfile v3.27.0
15022026-09-11T20:10:07.741Z Compiling terminal_size v0.4.3
15032026-09-11T20:10:07.856Z Compiling wyz v0.5.1
15042026-09-11T20:10:07.972Z Compiling bzip2-sys v0.1.13+1.0.8
15052026-09-11T20:10:08.065Z Compiling zstd-sys v2.0.16+zstd.1.5.7
15062026-09-11T20:10:08.115Z Compiling foreign-types v0.3.2
15072026-09-11T20:10:08.130Z Compiling unicode-normalization v0.1.25
15082026-09-11T20:10:08.134Z Compiling num-integer v0.1.46
15092026-09-11T20:10:08.164Z Compiling socket2 v0.5.10
15102026-09-11T20:10:08.240Z Compiling wait-timeout v0.2.1
15112026-09-11T20:10:08.261Z Compiling ahash v0.8.12
15122026-09-11T20:10:08.310Z Compiling num-bigint-dig v0.8.6
15132026-09-11T20:10:08.338Z Compiling powerfmt v0.2.0
15142026-09-11T20:10:08.426Z Compiling num-conv v0.2.0
15152026-09-11T20:10:08.440Z Compiling time-core v0.1.8
15162026-09-11T20:10:08.500Z Compiling packed_struct v0.10.1
15172026-09-11T20:10:08.516Z Compiling funty v2.0.0
15182026-09-11T20:10:08.522Z Compiling bit-vec v0.8.0
15192026-09-11T20:10:08.545Z Compiling native-tls v0.2.18
15202026-09-11T20:10:08.548Z Compiling quick-error v1.2.3
15212026-09-11T20:10:08.571Z Compiling cpufeatures v0.3.0
15222026-09-11T20:10:08.574Z Compiling clap_builder v4.6.0
15232026-09-11T20:10:08.623Z Compiling time-macros v0.2.27
15242026-09-11T20:10:08.706Z Compiling rusty-fork v0.3.1
15252026-09-11T20:10:08.714Z Compiling deranged v0.5.8
15262026-09-11T20:10:08.714Z Compiling num-iter v0.1.45
15272026-09-11T20:10:08.796Z Compiling bit-set v0.8.0
15282026-09-11T20:10:08.851Z Compiling bitvec v1.0.1
15292026-09-11T20:10:08.866Z Compiling lazy_static v1.5.0
15302026-09-11T20:10:08.919Z Compiling rand_xorshift v0.4.0
15312026-09-11T20:10:08.975Z Compiling sync_wrapper v1.0.2
15322026-09-11T20:10:08.986Z Compiling indexmap v1.9.3
15332026-09-11T20:10:08.990Z Compiling nodrop v0.1.14
15342026-09-11T20:10:09.096Z Compiling crc-catalog v2.4.0
15352026-09-11T20:10:09.112Z Compiling siphasher v1.0.2
15362026-09-11T20:10:09.115Z Compiling unarray v0.1.4
15372026-09-11T20:10:09.143Z Compiling object v0.37.3
15382026-09-11T20:10:09.204Z Compiling num_threads v0.1.7
15392026-09-11T20:10:09.229Z Compiling paste v1.0.15
15402026-09-11T20:10:09.239Z Compiling serde_derive v1.0.228
15412026-09-11T20:10:09.252Z Compiling zeroize_derive v1.5.0
15422026-09-11T20:10:09.315Z Compiling zerofrom-derive v0.1.6
15432026-09-11T20:10:09.315Z Compiling yoke-derive v0.8.1
15442026-09-11T20:10:09.457Z Compiling zerovec-derive v0.11.2
15452026-09-11T20:10:09.587Z Compiling zerocopy-derive v0.8.55
15462026-09-11T20:10:09.681Z Compiling displaydoc v0.2.5
15472026-09-11T20:10:09.744Z Compiling tokio-macros v2.7.0
15482026-09-11T20:10:09.808Z Compiling futures-macro v0.3.32
15492026-09-11T20:10:10.025Z Compiling der_derive v0.7.3
15502026-09-11T20:10:10.143Z Compiling thiserror-impl v2.0.18
15512026-09-11T20:10:10.424Z Compiling tracing-attributes v0.1.31
15522026-09-11T20:10:10.515Z Compiling schemars_derive v0.8.22
15532026-09-11T20:10:10.568Z Compiling scroll_derive v0.13.1
15542026-09-11T20:10:10.613Z Compiling pest_derive v2.8.6
15552026-09-11T20:10:10.640Z Compiling darling_macro v0.20.11
15562026-09-11T20:10:10.703Z Compiling openssl-macros v0.1.1
15572026-09-11T20:10:10.719Z Compiling futures-util v0.3.32
15582026-09-11T20:10:10.898Z Compiling zerofrom v0.1.6
15592026-09-11T20:10:11.047Z Compiling yoke v0.8.1
15602026-09-11T20:10:11.102Z Compiling thiserror-impl v1.0.69
15612026-09-11T20:10:11.127Z Compiling packed_struct_codegen v0.10.1
15622026-09-11T20:10:11.206Z Compiling darling v0.20.11
15632026-09-11T20:10:11.255Z Compiling zerovec v0.11.5
15642026-09-11T20:10:11.304Z Compiling zerotrie v0.2.3
15652026-09-11T20:10:11.459Z Compiling scroll v0.13.0
15662026-09-11T20:10:11.610Z Compiling thiserror v2.0.18
15672026-09-11T20:10:11.641Z Compiling zerocopy-derive v0.6.6
15682026-09-11T20:10:11.781Z Compiling tinystr v0.8.2
15692026-09-11T20:10:11.793Z Compiling potential_utf v0.1.4
15702026-09-11T20:10:11.815Z Compiling goblin v0.10.5
15712026-09-11T20:10:11.819Z Compiling clap_derive v4.6.1
15722026-09-11T20:10:11.873Z Compiling tracing v0.1.44
15732026-09-11T20:10:11.899Z Compiling icu_collections v2.1.1
15742026-09-11T20:10:11.958Z Compiling icu_locale_core v2.1.1
15752026-09-11T20:10:11.976Z Compiling bitfield-macros v0.19.4
15762026-09-11T20:10:11.998Z Compiling crossbeam-utils v0.8.21
15772026-09-11T20:10:12.165Z Compiling usdt-impl v0.6.0
15782026-09-11T20:10:12.321Z Compiling dtrace-parser v0.3.0
15792026-09-11T20:10:12.372Z Compiling derive_builder_core v0.20.2
15802026-09-11T20:10:12.441Z Compiling time v0.3.47
15812026-09-11T20:10:12.509Z Compiling thiserror v1.0.69
15822026-09-11T20:10:12.592Z Compiling icu_provider v2.1.1
15832026-09-11T20:10:12.631Z Compiling zerocopy v0.6.6
15842026-09-11T20:10:12.694Z Compiling structmeta-derive v0.3.0
15852026-09-11T20:10:12.758Z Compiling bitfield v0.19.4
15862026-09-11T20:10:12.889Z Compiling icu_properties v2.1.2
15872026-09-11T20:10:12.906Z Compiling icu_normalizer v2.1.1
15882026-09-11T20:10:12.975Z Compiling zeroize v1.9.0
15892026-09-11T20:10:13.020Z Compiling bytes v1.11.1
15902026-09-11T20:10:13.084Z Compiling chrono v0.4.45
15912026-09-11T20:10:13.124Z Compiling ipnet v2.12.0
15922026-09-11T20:10:13.222Z Compiling hybrid-array v0.4.13
15932026-09-11T20:10:13.272Z Compiling der v0.7.10
15942026-09-11T20:10:13.474Z Compiling rustls-pki-types v1.14.0
15952026-09-11T20:10:13.660Z Compiling tokio v1.52.1
15962026-09-11T20:10:13.673Z Compiling crypto-common v0.1.7
15972026-09-11T20:10:13.703Z Compiling block-buffer v0.10.4
15982026-09-11T20:10:13.735Z Compiling http v1.4.2
15992026-09-11T20:10:13.832Z Compiling idna_adapter v1.2.1
16002026-09-11T20:10:13.847Z Compiling digest v0.10.7
16012026-09-11T20:10:13.885Z Compiling hex v0.4.3
16022026-09-11T20:10:13.936Z Compiling serde_spanned v0.6.9
16032026-09-11T20:10:13.991Z Compiling idna v1.1.0
16042026-09-11T20:10:14.030Z Compiling crypto-common v0.2.2
16052026-09-11T20:10:14.037Z Compiling block-buffer v0.12.1
16062026-09-11T20:10:14.085Z Compiling block-padding v0.4.2
16072026-09-11T20:10:14.097Z Compiling spki v0.7.3
16082026-09-11T20:10:14.119Z Compiling signature v2.2.0
16092026-09-11T20:10:14.176Z Compiling sha2 v0.10.9
16102026-09-11T20:10:14.247Z Compiling ppv-lite86 v0.2.21
16112026-09-11T20:10:14.260Z Compiling inout v0.2.2
16122026-09-11T20:10:14.286Z Compiling pkcs8 v0.10.2
16132026-09-11T20:10:14.334Z Compiling url v2.5.8
16142026-09-11T20:10:14.338Z Compiling toml_datetime v0.6.11
16152026-09-11T20:10:14.459Z Compiling http-body v1.0.1
16162026-09-11T20:10:14.480Z Compiling pkcs1 v0.7.5
16172026-09-11T20:10:14.575Z Compiling clap v4.6.1
16182026-09-11T20:10:14.629Z Compiling rand_chacha v0.9.0
16192026-09-11T20:10:14.639Z Compiling rand_chacha v0.3.1
16202026-09-11T20:10:14.653Z Compiling dof v0.4.0
16212026-09-11T20:10:14.678Z Compiling http-body-util v0.1.3
16222026-09-11T20:10:14.758Z Compiling digest v0.11.3
16232026-09-11T20:10:14.823Z Compiling cipher v0.5.2
16242026-09-11T20:10:14.952Z Compiling rand v0.9.2
16252026-09-11T20:10:15.003Z Compiling rand v0.8.6
16262026-09-11T20:10:15.026Z Compiling scroll_derive v0.12.1
16272026-09-11T20:10:15.148Z Compiling chacha20 v0.10.0
16282026-09-11T20:10:15.246Z Compiling crc v3.4.0
16292026-09-11T20:10:15.370Z Compiling array-init v0.0.4
16302026-09-11T20:10:15.424Z Compiling smallvec v0.6.14
16312026-09-11T20:10:15.466Z Compiling darling_core v0.23.0
16322026-09-11T20:10:15.559Z Compiling proptest v1.11.0
16332026-09-11T20:10:15.609Z Compiling heapless v0.7.17
16342026-09-11T20:10:15.738Z Compiling slog v2.8.2
16352026-09-11T20:10:15.742Z Compiling thread-id v5.1.0
16362026-09-11T20:10:15.766Z Compiling ipnetwork v0.21.1
16372026-09-11T20:10:15.850Z Compiling env_filter v2.0.0
16382026-09-11T20:10:15.867Z Compiling syn v3.0.3
16392026-09-11T20:10:15.909Z Compiling cookie v0.18.1
16402026-09-11T20:10:15.917Z Compiling anyhow v1.0.104
16412026-09-11T20:10:15.931Z Compiling unicode-bidi v0.3.18
16422026-09-11T20:10:15.983Z Compiling zstd-safe v7.2.4
16432026-09-11T20:10:16.094Z Compiling iri-string v0.7.10
16442026-09-11T20:10:16.124Z Compiling ryu v1.0.23
16452026-09-11T20:10:16.176Z Compiling winnow v0.5.40
16462026-09-11T20:10:16.194Z Compiling base64 v0.21.7
16472026-09-11T20:10:16.216Z Compiling allocator-api2 v0.2.21
16482026-09-11T20:10:16.225Z Compiling gimli v0.32.3
16492026-09-11T20:10:16.275Z Compiling signal-hook v0.3.18
16502026-09-11T20:10:16.292Z Compiling hashbrown v0.12.3
16512026-09-11T20:10:16.318Z Compiling unicode-properties v0.1.4
16522026-09-11T20:10:16.522Z Compiling stringprep v0.1.5
16532026-09-11T20:10:16.538Z Compiling ron v0.8.1
16542026-09-11T20:10:16.553Z Compiling serde_urlencoded v0.7.1
16552026-09-11T20:10:16.607Z Compiling env_logger v0.11.11
16562026-09-11T20:10:16.647Z Compiling oxnet v0.1.6
16572026-09-11T20:10:16.732Z Compiling rsa v0.9.10
16582026-09-11T20:10:16.844Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16592026-09-11T20:10:17.048Z Compiling scroll v0.12.0
16602026-09-11T20:10:17.117Z Compiling serde-hex v0.1.0
16612026-09-11T20:10:17.199Z Compiling rand v0.10.1
16622026-09-11T20:10:17.346Z Compiling camino v1.2.5
16632026-09-11T20:10:17.523Z Compiling toml_edit v0.19.15
16642026-09-11T20:10:17.651Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
16652026-09-11T20:10:17.684Z Compiling tokio-util v0.7.18
16662026-09-11T20:10:17.710Z Compiling tower v0.5.3
16672026-09-11T20:10:17.762Z Compiling tokio-native-tls v0.3.1
16682026-09-11T20:10:17.861Z Compiling sha2 v0.11.0
16692026-09-11T20:10:17.950Z Compiling hmac v0.13.0
16702026-09-11T20:10:18.085Z Compiling newtype-uuid v1.3.2
16712026-09-11T20:10:18.104Z Compiling darling_macro v0.23.0
16722026-09-11T20:10:18.160Z Compiling tower-http v0.6.8
16732026-09-11T20:10:18.233Z Compiling addr2line v0.25.1
16742026-09-11T20:10:18.268Z Compiling md-5 v0.11.0
16752026-09-11T20:10:18.444Z Compiling h2 v0.4.15
16762026-09-11T20:10:18.596Z Compiling hashbrown v0.13.2
16772026-09-11T20:10:18.611Z Compiling x509-cert v0.2.5
16782026-09-11T20:10:18.614Z Compiling structmeta v0.3.0
16792026-09-11T20:10:18.649Z Compiling rustls-native-certs v0.8.3
16802026-09-11T20:10:18.771Z Compiling derive_builder_macro v0.20.2
16812026-09-11T20:10:18.862Z Compiling erased-serde v0.3.31
16822026-09-11T20:10:18.889Z Compiling serde_tokenstream v0.2.3
16832026-09-11T20:10:19.250Z Compiling bzip2 v0.4.4
16842026-09-11T20:10:19.373Z Compiling hubpack_derive v0.1.1
16852026-09-11T20:10:19.465Z Compiling bstr v1.12.1
16862026-09-11T20:10:19.469Z Compiling daft-derive v0.1.8
16872026-09-11T20:10:19.706Z Compiling pin-project-internal v1.1.11
16882026-09-11T20:10:19.721Z Compiling zerocopy-derive v0.7.35
16892026-09-11T20:10:19.769Z Compiling async-trait v0.1.89
16902026-09-11T20:10:19.855Z Compiling heck v0.4.1
16912026-09-11T20:10:19.889Z Compiling curve25519-dalek v4.1.3
16922026-09-11T20:10:19.913Z Compiling vergen-lib v9.1.0
16932026-09-11T20:10:20.100Z Compiling hash32 v0.2.1
16942026-09-11T20:10:20.147Z Compiling memoffset v0.9.1
16952026-09-11T20:10:20.229Z Compiling encoding_rs v0.8.35
16962026-09-11T20:10:20.270Z Compiling cfg_aliases v0.2.1
16972026-09-11T20:10:20.304Z Compiling rustix v0.38.44
16982026-09-11T20:10:20.307Z Compiling litrs v1.0.0
16992026-09-11T20:10:20.333Z Compiling smoltcp v0.9.1
17002026-09-11T20:10:20.336Z Compiling mime v0.3.17
17012026-09-11T20:10:20.361Z Compiling rustc-demangle v0.1.27
17022026-09-11T20:10:20.388Z Compiling crc-any v2.5.0
17032026-09-11T20:10:20.625Z Compiling zlib-rs v0.6.2
17042026-09-11T20:10:20.646Z Compiling psl-types v2.0.11
17052026-09-11T20:10:20.693Z Compiling owo-colors v4.3.0
17062026-09-11T20:10:20.708Z Compiling ref-cast v1.0.25
17072026-09-11T20:10:20.739Z Compiling libbz2-rs-sys v0.2.2
17082026-09-11T20:10:20.790Z Compiling bumpalo v3.20.2
17092026-09-11T20:10:20.801Z Compiling fallible-iterator v0.2.0
17102026-09-11T20:10:20.866Z Compiling document-features v0.2.12
17112026-09-11T20:10:20.883Z Compiling publicsuffix v2.3.0
17122026-09-11T20:10:20.945Z Compiling pin-project v1.1.11
17132026-09-11T20:10:21.064Z Compiling zopfli v0.8.3
17142026-09-11T20:10:21.102Z Compiling postgres-protocol v0.6.12
17152026-09-11T20:10:21.147Z Compiling zerocopy v0.7.35
17162026-09-11T20:10:21.153Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
17172026-09-11T20:10:21.174Z Compiling bzip2 v0.6.1
17182026-09-11T20:10:21.344Z Compiling nix v0.31.2
17192026-09-11T20:10:21.402Z Compiling daft v0.1.8
17202026-09-11T20:10:21.530Z Compiling snafu-derive v0.8.9
17212026-09-11T20:10:21.555Z Compiling hubpack v0.1.2
17222026-09-11T20:10:21.706Z Compiling hyper v1.10.1
17232026-09-11T20:10:21.729Z Compiling backtrace v0.3.76
17242026-09-11T20:10:21.745Z Compiling zip v0.6.6
17252026-09-11T20:10:21.749Z Compiling derive_builder v0.20.2
17262026-09-11T20:10:21.793Z Compiling object v0.30.4
17272026-09-11T20:10:21.810Z Compiling toml v0.7.8
17282026-09-11T20:10:21.827Z Compiling derive-ex v0.1.8
17292026-09-11T20:10:21.908Z Compiling darling v0.23.0
17302026-09-11T20:10:21.934Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
17312026-09-11T20:10:22.002Z Compiling goblin v0.8.2
17322026-09-11T20:10:22.335Z Compiling hmac v0.12.1
17332026-09-11T20:10:22.436Z Compiling futures-executor v0.3.32
17342026-09-11T20:10:22.518Z Compiling regex v1.12.3
17352026-09-11T20:10:22.567Z Compiling phf_shared v0.13.1
17362026-09-11T20:10:22.610Z Compiling ref-cast-impl v1.0.25
17372026-09-11T20:10:22.726Z Compiling curve25519-dalek-derive v0.1.1
17382026-09-11T20:10:22.760Z Compiling strum_macros v0.27.2
17392026-09-11T20:10:22.788Z Compiling convert_case v0.10.0
17402026-09-11T20:10:22.828Z Compiling hyper-util v0.1.20
17412026-09-11T20:10:22.956Z Compiling vergen v9.1.0
17422026-09-11T20:10:22.971Z Compiling cargo-platform v0.3.2
17432026-09-11T20:10:23.115Z Compiling ff v0.13.1
17442026-09-11T20:10:23.183Z Compiling fs-err v3.3.0
17452026-09-11T20:10:23.210Z Compiling jiff-core v0.1.0
17462026-09-11T20:10:23.275Z Compiling foldhash v0.1.5
17472026-09-11T20:10:23.280Z Compiling managed v0.8.0
17482026-09-11T20:10:23.371Z Compiling is_ci v1.2.0
17492026-09-11T20:10:23.433Z Compiling base16ct v0.2.0
17502026-09-11T20:10:23.493Z Compiling bitflags v1.3.2
17512026-09-11T20:10:23.501Z Compiling path-slash v0.1.5
17522026-09-11T20:10:23.531Z Compiling flate2 v1.1.9
17532026-09-11T20:10:23.537Z Compiling same-file v1.0.6
17542026-09-11T20:10:23.578Z Compiling snafu v0.8.9
17552026-09-11T20:10:23.602Z Compiling test-strategy v0.4.5
17562026-09-11T20:10:23.623Z Compiling sec1 v0.7.3
17572026-09-11T20:10:23.629Z Compiling supports-color v3.0.2
17582026-09-11T20:10:23.726Z Compiling walkdir v2.5.0
17592026-09-11T20:10:23.936Z Compiling hashbrown v0.15.5
17602026-09-11T20:10:23.966Z Compiling textwrap v0.16.2
17612026-09-11T20:10:23.989Z Compiling jiff v0.2.34
17622026-09-11T20:10:24.042Z Compiling group v0.13.0
17632026-09-11T20:10:24.187Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
17642026-09-11T20:10:24.256Z Compiling cargo_metadata v0.23.1
17652026-09-11T20:10:24.347Z Compiling hyper-tls v0.6.0
17662026-09-11T20:10:24.420Z Compiling dof v0.3.0
17672026-09-11T20:10:24.462Z Compiling derive_more-impl v2.1.1
17682026-09-11T20:10:24.533Z Compiling phf v0.13.1
17692026-09-11T20:10:24.656Z Compiling reqwest v0.12.28
17702026-09-11T20:10:24.721Z Compiling futures v0.3.32
17712026-09-11T20:10:24.737Z Compiling hkdf v0.12.4
17722026-09-11T20:10:24.820Z Compiling cookie_store v0.22.1
17732026-09-11T20:10:24.864Z Compiling signal-hook-mio v0.2.5
17742026-09-11T20:10:24.884Z Compiling strum v0.27.2
17752026-09-11T20:10:25.007Z Compiling zstd v0.13.3
17762026-09-11T20:10:25.036Z Compiling backtrace-ext v0.2.1
17772026-09-11T20:10:25.229Z Compiling serde_with_macros v3.21.0
17782026-09-11T20:10:25.261Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=438cd185666d5f164548885873f0f5df9a38eed1#438cd185)
17792026-09-11T20:10:25.279Z Compiling postgres-types v0.2.14
17802026-09-11T20:10:25.539Z Compiling globset v0.4.18
17812026-09-11T20:10:25.596Z Compiling usdt-macro v0.6.0
17822026-09-11T20:10:25.637Z Compiling usdt-attr-macro v0.6.0
17832026-09-11T20:10:25.689Z Compiling hashbrown v0.16.1
17842026-09-11T20:10:25.704Z Compiling byte-wrapper v0.1.0
17852026-09-11T20:10:25.742Z Compiling ed25519 v2.2.3
17862026-09-11T20:10:25.863Z Compiling crypto-bigint v0.5.5
17872026-09-11T20:10:26.075Z Compiling serde-big-array v0.5.1
17882026-09-11T20:10:26.188Z Compiling serde_plain v1.0.2
17892026-09-11T20:10:26.240Z Compiling olpc-cjson v0.1.4
17902026-09-11T20:10:26.267Z Compiling dtrace-parser v0.2.0
17912026-09-11T20:10:26.322Z Compiling phf_shared v0.11.3
17922026-09-11T20:10:26.406Z Compiling async-recursion v1.1.1
17932026-09-11T20:10:26.428Z Compiling serde_repr v0.1.20
17942026-09-11T20:10:26.442Z Compiling strum_macros v0.26.4
17952026-09-11T20:10:26.479Z Compiling miette-derive v7.6.0
17962026-09-11T20:10:26.492Z Compiling enum-as-inner v0.6.1
17972026-09-11T20:10:26.535Z Compiling float-cmp v0.10.0
17982026-09-11T20:10:26.547Z Compiling pem v3.0.6
17992026-09-11T20:10:26.717Z Compiling thread-id v4.2.2
18002026-09-11T20:10:26.732Z Compiling memmap2 v0.9.10
18012026-09-11T20:10:26.803Z Compiling typed-path v0.9.3
18022026-09-11T20:10:26.902Z Compiling keccak v0.1.6
18032026-09-11T20:10:26.933Z Compiling supports-hyperlinks v3.2.0
18042026-09-11T20:10:26.959Z Compiling static_assertions v1.1.0
18052026-09-11T20:10:26.975Z Compiling whoami v2.1.0
18062026-09-11T20:10:27.024Z Compiling typed-path v0.12.3
18072026-09-11T20:10:27.050Z Compiling normalize-line-endings v0.3.0
18082026-09-11T20:10:27.065Z Compiling supports-unicode v3.0.0
18092026-09-11T20:10:27.069Z Compiling difflib v0.4.0
18102026-09-11T20:10:27.112Z Compiling fixedbitset v0.5.7
18112026-09-11T20:10:27.128Z Compiling either v1.15.0
18122026-09-11T20:10:27.159Z Compiling winnow v1.0.3
18132026-09-11T20:10:27.245Z Compiling fixedbitset v0.4.2
18142026-09-11T20:10:27.356Z Compiling data-encoding v2.10.0
18152026-09-11T20:10:27.382Z Compiling predicates-core v1.0.10
18162026-09-11T20:10:27.441Z Compiling new_debug_unreachable v1.0.6
18172026-09-11T20:10:27.486Z Compiling precomputed-hash v0.1.1
18182026-09-11T20:10:27.528Z Compiling predicates v3.1.4
18192026-09-11T20:10:27.574Z Compiling string_cache v0.8.9
18202026-09-11T20:10:27.588Z Compiling petgraph v0.6.5
18212026-09-11T20:10:27.648Z Compiling petgraph v0.8.3
18222026-09-11T20:10:27.670Z Compiling hickory-proto v0.25.2
18232026-09-11T20:10:27.714Z Compiling miette v7.6.0
18242026-09-11T20:10:27.780Z Compiling itertools v0.13.0
18252026-09-11T20:10:27.820Z Compiling tokio-postgres v0.7.18
18262026-09-11T20:10:28.049Z Compiling zip v8.6.0
18272026-09-11T20:10:28.065Z Compiling sha3 v0.10.8
18282026-09-11T20:10:28.081Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=438cd185666d5f164548885873f0f5df9a38eed1#438cd185)
18292026-09-11T20:10:28.206Z Compiling toml_parser v1.1.2+spec-1.1.0
18302026-09-11T20:10:28.221Z Compiling toml_edit v0.22.27
18312026-09-11T20:10:28.301Z Compiling usdt v0.6.0
18322026-09-11T20:10:28.314Z Compiling strum v0.26.3
18332026-09-11T20:10:28.462Z Compiling elliptic-curve v0.13.8
18342026-09-11T20:10:28.550Z Compiling usdt-impl v0.5.0
18352026-09-11T20:10:28.570Z Compiling serde_with v3.21.0
18362026-09-11T20:10:28.603Z Compiling zip v4.6.1
18372026-09-11T20:10:28.875Z Compiling iddqd v0.4.2
18382026-09-11T20:10:28.890Z Compiling crossterm v0.28.1
18392026-09-11T20:10:28.906Z Compiling ed25519-dalek v2.2.0
18402026-09-11T20:10:29.058Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
18412026-09-11T20:10:29.100Z Compiling derive_more v2.1.1
18422026-09-11T20:10:29.477Z Compiling similar v2.7.0
18432026-09-11T20:10:29.647Z Compiling crossbeam-epoch v0.9.18
18442026-09-11T20:10:29.660Z Compiling tokio-stream v0.1.18
18452026-09-11T20:10:29.675Z Compiling buf-list v1.1.2
18462026-09-11T20:10:29.700Z Compiling openapiv3 v2.2.0
18472026-09-11T20:10:29.970Z Compiling lalrpop-util v0.19.12
18482026-09-11T20:10:30.006Z Compiling peg-runtime v0.8.5
18492026-09-11T20:10:30.143Z Compiling thread_local v1.1.9
18502026-09-11T20:10:30.184Z Compiling slog-async v2.8.0
18512026-09-11T20:10:30.211Z Compiling crossbeam-channel v0.5.15
18522026-09-11T20:10:30.224Z Compiling is-terminal v0.4.17
18532026-09-11T20:10:30.285Z Compiling filetime v0.2.27
18542026-09-11T20:10:30.307Z Compiling term v1.2.1
18552026-09-11T20:10:30.336Z Compiling take_mut v0.2.2
18562026-09-11T20:10:30.392Z Compiling xattr v1.6.1
18572026-09-11T20:10:30.413Z Compiling camino-tempfile v1.4.1
18582026-09-11T20:10:30.557Z Compiling tar v0.4.46
18592026-09-11T20:10:30.665Z Compiling slog-term v2.9.2
18602026-09-11T20:10:47.814Z Compiling rustls-webpki v0.103.13
18612026-09-11T20:10:50.539Z Compiling tokio-rustls v0.26.4
18622026-09-11T20:10:50.539Z Compiling rustls-platform-verifier v0.6.2
18632026-09-11T20:10:50.542Z Compiling tough v0.22.0
18642026-09-11T20:10:50.741Z Compiling hyper-rustls v0.27.7
18652026-09-11T20:10:50.933Z Compiling reqwest v0.13.2
18662026-09-11T20:10:53.139Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18672026-09-11T20:10:53.391Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18682026-09-11T20:10:56.314Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 52.81s
18692026-09-11T20:10:56.448Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
18702026-09-11T20:10:56.500ZSep 11 20:10:55.436 INFO Starting download, target: Console
18712026-09-11T20:10:56.500ZSep 11 20:10:55.437 INFO Starting download, target: DendriteStub
18722026-09-11T20:10:56.500ZSep 11 20:10:55.437 INFO Starting download, target: Cockroach
18732026-09-11T20:10:56.500ZSep 11 20:10:55.437 INFO Starting download, target: Clickhouse
18742026-09-11T20:10:56.500ZSep 11 20:10:55.437 INFO Starting download, target: MaghemiteMgd
18752026-09-11T20:10:56.500ZSep 11 20:10:55.437 INFO Starting download, target: MaghemiteDdmd
18762026-09-11T20:10:56.500ZSep 11 20:10:55.437 INFO Starting download, target: TransceiverControl
18772026-09-11T20:10:56.505ZSep 11 20:10:55.437 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
18782026-09-11T20:10:56.505ZSep 11 20:10:55.437 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
18792026-09-11T20:10:56.505ZSep 11 20:10:55.437 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
18802026-09-11T20:10:56.505ZSep 11 20:10:55.437 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
18812026-09-11T20:10:56.505ZSep 11 20:10:55.437 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
18822026-09-11T20:10:56.505ZSep 11 20:10:55.437 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
18832026-09-11T20:10:56.505ZSep 11 20:10:55.437 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
18842026-09-11T20:10:56.825ZSep 11 20:10:55.762 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
18852026-09-11T20:10:57.002ZSep 11 20:10:55.938 INFO Download complete, target: TransceiverControl
18862026-09-11T20:10:58.278ZSep 11 20:10:57.213 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
18872026-09-11T20:10:58.507ZSep 11 20:10:57.443 INFO Download complete, target: Console
18882026-09-11T20:10:58.621ZSep 11 20:10:57.552 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
18892026-09-11T20:10:58.821ZSep 11 20:10:57.755 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
18902026-09-11T20:10:58.927ZSep 11 20:10:57.863 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
18912026-09-11T20:10:59.896ZSep 11 20:10:58.833 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
18922026-09-11T20:10:59.896ZSep 11 20:10:58.833 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
18932026-09-11T20:11:00.183ZSep 11 20:10:59.119 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
18942026-09-11T20:11:00.224ZSep 11 20:10:59.161 INFO Download complete, target: MaghemiteDdmd
18952026-09-11T20:11:01.091ZSep 11 20:11:00.027 INFO Download complete, target: DendriteStub
18962026-09-11T20:11:01.146ZSep 11 20:11:00.083 INFO Download complete, target: MaghemiteMgd
18972026-09-11T20:11:03.802ZSep 11 20:11:02.738 INFO Checking that binary works, target: Cockroach
18982026-09-11T20:11:03.919ZSep 11 20:11:02.856 INFO Download complete, target: Cockroach
18992026-09-11T20:11:05.648ZSep 11 20:11:04.585 INFO Checking that binary works, target: Clickhouse
19002026-09-11T20:11:05.732ZSep 11 20:11:04.669 INFO Download complete, target: Clickhouse
19012026-09-11T20:11:05.738ZAll prerequisites installed successfully
19022026-09-11T20:11:05.741Z
19032026-09-11T20:11:05.742Zreal 1:32.130247391
19042026-09-11T20:11:05.742Zuser 7:31.043620399
19052026-09-11T20:11:05.742Zsys 1:49.011195700
19062026-09-11T20:11:05.742Ztrap 0.263849871
19072026-09-11T20:11:05.742Ztflt 0.843280303
19082026-09-11T20:11:05.742Zdflt 1.489363271
19092026-09-11T20:11:05.742Zkflt 0.020604328
19102026-09-11T20:11:05.742Zlock 28:05.437778726
19112026-09-11T20:11:05.742Zslp 20:42.744443285
19122026-09-11T20:11:05.742Zlat 27.442489769
19132026-09-11T20:11:05.742Zstop 2:59.594918426
19142026-09-11T20:11:05.742Z+ source ./tools/include/force-git-over-https.sh
19152026-09-11T20:11:05.742Z++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/')
19162026-09-11T20:11:05.742Z++ (( i = 0 ))
19172026-09-11T20:11:05.742Z++ (( i < 5 ))
19182026-09-11T20:11:05.742Z++ git config --add --global url.https://github.com/.insteadOf git://github.com/
19192026-09-11T20:11:05.745Z++ (( i++ ))
19202026-09-11T20:11:05.745Z++ (( i < 5 ))
19212026-09-11T20:11:05.745Z++ git config --add --global url.https://github.com/.insteadOf git@github.com:
19222026-09-11T20:11:05.745Z++ (( i++ ))
19232026-09-11T20:11:05.745Z++ (( i < 5 ))
19242026-09-11T20:11:05.745Z++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/
19252026-09-11T20:11:05.748Z++ (( i++ ))
19262026-09-11T20:11:05.748Z++ (( i < 5 ))
19272026-09-11T20:11:05.748Z++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/
19282026-09-11T20:11:05.751Z++ (( i++ ))
19292026-09-11T20:11:05.751Z++ (( i < 5 ))
19302026-09-11T20:11:05.751Z++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/
19312026-09-11T20:11:05.754Z++ (( i++ ))
19322026-09-11T20:11:05.754Z++ (( i < 5 ))
19332026-09-11T20:11:05.754Z++ export CARGO_NET_GIT_FETCH_WITH_CLI=true
19342026-09-11T20:11:05.755Z++ CARGO_NET_GIT_FETCH_WITH_CLI=true
19352026-09-11T20:11:05.755Z+ rc=0
19362026-09-11T20:11:05.755Z+ pfexec pkg install -q /system/zones/brand/omicron1/tools
19372026-09-11T20:11:13.456Z+ case $rc in
19382026-09-11T20:11:13.456Z+ pfexec zfs create -p rpool/images/build/host
19392026-09-11T20:11:13.656Z+ pfexec zfs create -p rpool/images/build/recovery
19402026-09-11T20:11:13.723Z+ cargo xtask releng --output-dir /work --mkincorp --verify-debug-libraries
19412026-09-11T20:11:14.180Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
19422026-09-11T20:11:14.201Z Running `target/debug/xtask releng --output-dir /work --mkincorp --verify-debug-libraries`
19432026-09-11T20:11:15.068Z Compiling proc-macro2 v1.0.106
19442026-09-11T20:11:15.068Z Compiling quote v1.0.45
19452026-09-11T20:11:15.068Z Compiling unicode-ident v1.0.24
19462026-09-11T20:11:15.068Z Compiling serde_core v1.0.228
19472026-09-11T20:11:15.082Z Compiling libc v0.2.185
19482026-09-11T20:11:15.082Z Compiling serde v1.0.228
19492026-09-11T20:11:15.082Z Compiling cfg-if v1.0.4
19502026-09-11T20:11:15.083Z Compiling find-msvc-tools v0.1.9
19512026-09-11T20:11:15.083Z Compiling shlex v1.3.0
19522026-09-11T20:11:15.083Z Compiling autocfg v1.5.0
19532026-09-11T20:11:15.083Z Compiling version_check v0.9.5
19542026-09-11T20:11:15.201Z Compiling memchr v2.8.0
19552026-09-11T20:11:15.206Z Compiling portable-atomic v1.13.1
19562026-09-11T20:11:15.299Z Compiling zmij v1.0.21
19572026-09-11T20:11:15.392Z Compiling serde_json v1.0.151
19582026-09-11T20:11:15.403Z Compiling zerocopy v0.8.55
19592026-09-11T20:11:15.410Z Compiling libm v0.2.16
19602026-09-11T20:11:15.607Z Compiling getrandom v0.4.3
19612026-09-11T20:11:15.670Z Compiling parking_lot_core v0.9.12
19622026-09-11T20:11:15.684Z Compiling pkg-config v0.3.32
19632026-09-11T20:11:15.701Z Compiling icu_normalizer_data v2.1.1
19642026-09-11T20:11:15.718Z Compiling icu_properties_data v2.1.2
19652026-09-11T20:11:15.735Z Compiling smallvec v1.15.1
19662026-09-11T20:11:15.870Z Compiling num-traits v0.2.19
19672026-09-11T20:11:15.904Z Compiling getrandom v0.3.4
19682026-09-11T20:11:15.907Z Compiling log v0.4.33
19692026-09-11T20:11:15.938Z Compiling rustix v1.1.4
19702026-09-11T20:11:15.969Z Compiling generic-array v0.14.7
19712026-09-11T20:11:16.000Z Compiling itoa v1.0.17
19722026-09-11T20:11:16.014Z Compiling subtle v2.6.1
19732026-09-11T20:11:16.160Z Compiling typenum v1.20.1
19742026-09-11T20:11:16.178Z Compiling scopeguard v1.2.0
19752026-09-11T20:11:16.195Z Compiling stable_deref_trait v1.2.1
19762026-09-11T20:11:16.232Z Compiling critical-section v1.2.0
19772026-09-11T20:11:16.301Z Compiling jobserver v0.1.34
19782026-09-11T20:11:16.307Z Compiling errno v0.3.14
19792026-09-11T20:11:16.307Z Compiling lock_api v0.4.14
19802026-09-11T20:11:16.390Z Compiling thiserror v2.0.18
19812026-09-11T20:11:16.468Z Compiling cc v1.2.56
19822026-09-11T20:11:16.566Z Compiling syn v2.0.117
19832026-09-11T20:11:16.590Z Compiling fs_extra v1.3.0
19842026-09-11T20:11:16.605Z Compiling heck v0.5.0
19852026-09-11T20:11:16.612Z Compiling dunce v1.0.5
19862026-09-11T20:11:16.735Z Compiling writeable v0.6.2
19872026-09-11T20:11:16.740Z Compiling percent-encoding v2.3.2
19882026-09-11T20:11:16.768Z Compiling litemap v0.8.1
19892026-09-11T20:11:16.783Z Compiling once_cell v1.21.3
19902026-09-11T20:11:16.805Z Compiling rand_core v0.10.0
19912026-09-11T20:11:17.073Z Compiling equivalent v1.0.2
19922026-09-11T20:11:17.185Z Compiling schemars v0.8.22
19932026-09-11T20:11:17.185Z Compiling pin-project-lite v0.2.17
19942026-09-11T20:11:17.185Z Compiling foldhash v0.2.0
19952026-09-11T20:11:17.269Z Compiling getrandom v0.2.17
19962026-09-11T20:11:17.270Z Compiling crc32fast v1.5.0
19972026-09-11T20:11:17.270Z Compiling signal-hook-registry v1.4.8
19982026-09-11T20:11:17.270Z Compiling cmake v0.1.57
19992026-09-11T20:11:17.270Z Compiling syn v1.0.109
20002026-09-11T20:11:17.562Z Compiling bitflags v2.11.0
20012026-09-11T20:11:17.567Z Compiling semver v1.0.28
20022026-09-11T20:11:17.567Z Compiling rand_core v0.6.4
20032026-09-11T20:11:17.567Z Compiling aws-lc-rs v1.16.3
20042026-09-11T20:11:17.579Z Compiling rustversion v1.0.22
20052026-09-11T20:11:17.613Z Compiling futures-core v0.3.32
20062026-09-11T20:11:17.630Z Compiling parking_lot v0.12.5
20072026-09-11T20:11:17.672Z Compiling hashbrown v0.17.0
20082026-09-11T20:11:17.703Z Compiling mio v1.2.0
20092026-09-11T20:11:18.040Z Compiling const-oid v0.9.6
20102026-09-11T20:11:18.169Z Compiling utf8_iter v1.0.4
20112026-09-11T20:11:18.169Z Compiling aws-lc-sys v0.40.0
20122026-09-11T20:11:18.169Z Compiling form_urlencoded v1.2.2
20132026-09-11T20:11:18.345Z Compiling vcpkg v0.2.15
20142026-09-11T20:11:18.360Z Compiling byteorder v1.5.0
20152026-09-11T20:11:18.361Z Compiling strsim v0.11.1
20162026-09-11T20:11:18.361Z Compiling indexmap v2.14.0
20172026-09-11T20:11:18.376Z Compiling fnv v1.0.7
20182026-09-11T20:11:18.593Z Compiling socket2 v0.6.3
20192026-09-11T20:11:18.847Z Compiling futures-sink v0.3.32
20202026-09-11T20:11:18.869Z Compiling radium v0.7.0
20212026-09-11T20:11:18.869Z Compiling httparse v1.10.1
20222026-09-11T20:11:18.869Z Compiling openssl-sys v0.9.117
20232026-09-11T20:11:18.944Z Compiling futures-channel v0.3.32
20242026-09-11T20:11:19.118Z Compiling futures-io v0.3.32
20252026-09-11T20:11:19.162Z Compiling thiserror v1.0.69
20262026-09-11T20:11:19.162Z Compiling futures-task v0.3.32
20272026-09-11T20:11:19.162Z Compiling slab v0.4.12
20282026-09-11T20:11:19.199Z Compiling iana-time-zone v0.1.65
20292026-09-11T20:11:19.217Z Compiling base64 v0.22.1
20302026-09-11T20:11:19.249Z Compiling maybe-uninit v2.0.0
20312026-09-11T20:11:19.307Z Compiling rustls v0.23.41
20322026-09-11T20:11:19.425Z Compiling synstructure v0.13.2
20332026-09-11T20:11:19.431Z Compiling serde_derive_internals v0.29.1
20342026-09-11T20:11:19.431Z Compiling rustc_version v0.4.1
20352026-09-11T20:11:19.612Z Compiling bzip2-sys v0.1.13+1.0.8
20362026-09-11T20:11:19.649Z Compiling uuid v1.23.4
20372026-09-11T20:11:19.649Z Compiling ahash v0.8.12
20382026-09-11T20:11:19.654Z Compiling ident_case v1.0.1
20392026-09-11T20:11:19.654Z Compiling num-bigint-dig v0.8.6
20402026-09-11T20:11:19.678Z Compiling ucd-trie v0.1.7
20412026-09-11T20:11:19.750Z Compiling regex-syntax v0.8.10
20422026-09-11T20:11:19.754Z Compiling cmov v0.5.4
20432026-09-11T20:11:19.754Z Compiling base64ct v1.8.3
20442026-09-11T20:11:19.808Z Compiling packed_struct v0.10.1
20452026-09-11T20:11:19.914Z Compiling pest v2.8.6
20462026-09-11T20:11:20.138Z Compiling ctutils v0.4.2
20472026-09-11T20:11:20.143Z Compiling fastrand v2.3.0
20482026-09-11T20:11:20.143Z Compiling flagset v0.4.7
20492026-09-11T20:11:20.143Z Compiling pem-rfc7468 v0.7.0
20502026-09-11T20:11:20.160Z Compiling openssl v0.10.80
20512026-09-11T20:11:20.164Z Compiling dyn-clone v1.0.20
20522026-09-11T20:11:20.188Z Compiling tempfile v3.27.0
20532026-09-11T20:11:20.230Z Compiling indexmap v1.9.3
20542026-09-11T20:11:20.264Z Compiling unicode-segmentation v1.12.0
20552026-09-11T20:11:20.302Z Compiling zstd-sys v2.0.16+zstd.1.5.7
20562026-09-11T20:11:20.397Z Compiling paste v1.0.15
20572026-09-11T20:11:20.440Z Compiling native-tls v0.2.18
20582026-09-11T20:11:21.536Z Compiling serde_derive v1.0.228
20592026-09-11T20:11:21.560Z Compiling zeroize_derive v1.5.0
20602026-09-11T20:11:21.560Z Compiling zerofrom-derive v0.1.6
20612026-09-11T20:11:21.560Z Compiling yoke-derive v0.8.1
20622026-09-11T20:11:21.560Z Compiling zerocopy-derive v0.8.55
20632026-09-11T20:11:21.560Z Compiling zerovec-derive v0.11.2
20642026-09-11T20:11:21.560Z Compiling displaydoc v0.2.5
20652026-09-11T20:11:21.560Z Compiling tokio-macros v2.7.0
20662026-09-11T20:11:21.560Z Compiling futures-macro v0.3.32
20672026-09-11T20:11:21.560Z Compiling der_derive v0.7.3
20682026-09-11T20:11:21.560Z Compiling thiserror-impl v2.0.18
20692026-09-11T20:11:21.560Z Compiling schemars_derive v0.8.22
20702026-09-11T20:11:21.560Z Compiling tracing-attributes v0.1.31
20712026-09-11T20:11:21.560Z Compiling thiserror-impl v1.0.69
20722026-09-11T20:11:21.560Z Compiling clap_derive v4.6.1
20732026-09-11T20:11:21.560Z Compiling packed_struct_codegen v0.10.1
20742026-09-11T20:11:21.642Z Compiling futures-util v0.3.32
20752026-09-11T20:11:21.810Z Compiling pest_meta v2.8.6
20762026-09-11T20:11:21.877Z Compiling bitfield-macros v0.19.4
20772026-09-11T20:11:22.302Z Compiling zerofrom v0.1.6
20782026-09-11T20:11:22.338Z Compiling yoke v0.8.1
20792026-09-11T20:11:22.339Z Compiling zerovec v0.11.5
20802026-09-11T20:11:22.464Z Compiling zerotrie v0.2.3
20812026-09-11T20:11:22.601Z Compiling zerocopy-derive v0.6.6
20822026-09-11T20:11:22.650Z Compiling pest_generator v2.8.6
20832026-09-11T20:11:22.833Z Compiling tinystr v0.8.2
20842026-09-11T20:11:22.844Z Compiling potential_utf v0.1.4
20852026-09-11T20:11:22.899Z Compiling openssl-macros v0.1.1
20862026-09-11T20:11:22.995Z Compiling icu_collections v2.1.1
20872026-09-11T20:11:23.045Z Compiling icu_locale_core v2.1.1
20882026-09-11T20:11:23.104Z Compiling scroll_derive v0.13.1
20892026-09-11T20:11:23.222Z Compiling rand_core v0.9.5
20902026-09-11T20:11:23.278Z Compiling pest_derive v2.8.6
20912026-09-11T20:11:23.451Z Compiling syn v3.0.3
20922026-09-11T20:11:23.463Z Compiling utf8parse v0.2.2
20932026-09-11T20:11:23.488Z Compiling camino v1.2.5
20942026-09-11T20:11:23.564Z Compiling anstyle v1.0.14
20952026-09-11T20:11:23.822Z Compiling icu_provider v2.1.1
20962026-09-11T20:11:23.910Z Compiling crossbeam-utils v0.8.21
20972026-09-11T20:11:23.935Z Compiling zeroize v1.9.0
20982026-09-11T20:11:23.955Z Compiling bytes v1.11.1
20992026-09-11T20:11:24.018Z Compiling chrono v0.4.45
21002026-09-11T20:11:24.087Z Compiling hex v0.4.3
21012026-09-11T20:11:24.216Z Compiling icu_properties v2.1.2
21022026-09-11T20:11:24.216Z Compiling icu_normalizer v2.1.1
21032026-09-11T20:11:24.272Z Compiling der v0.7.10
21042026-09-11T20:11:24.417Z Compiling tokio v1.52.1
21052026-09-11T20:11:24.477Z Compiling hybrid-array v0.4.13
21062026-09-11T20:11:24.757Z Compiling block-buffer v0.10.4
21072026-09-11T20:11:24.867Z Compiling crypto-common v0.1.7
21082026-09-11T20:11:25.034Z Compiling digest v0.10.7
21092026-09-11T20:11:25.063Z Compiling idna_adapter v1.2.1
21102026-09-11T20:11:25.228Z Compiling idna v1.1.0
21112026-09-11T20:11:25.302Z Compiling spki v0.7.3
21122026-09-11T20:11:25.334Z Compiling ppv-lite86 v0.2.21
21132026-09-11T20:11:25.365Z Compiling http v1.4.2
21142026-09-11T20:11:25.566Z Compiling pkcs8 v0.10.2
21152026-09-11T20:11:25.576Z Compiling url v2.5.8
21162026-09-11T20:11:25.698Z Compiling rustls-pki-types v1.14.0
21172026-09-11T20:11:26.013Z Compiling anstyle-parse v1.0.0
21182026-09-11T20:11:26.259Z Compiling terminal_size v0.4.3
21192026-09-11T20:11:26.323Z Compiling spin v0.9.8
21202026-09-11T20:11:26.343Z Compiling tinyvec_macros v0.1.1
21212026-09-11T20:11:26.347Z Compiling num-conv v0.2.0
21222026-09-11T20:11:26.429Z Compiling anstyle-query v1.1.5
21232026-09-11T20:11:26.438Z Compiling is_terminal_polyfill v1.70.2
21242026-09-11T20:11:26.513Z Compiling colorchoice v1.0.4
21252026-09-11T20:11:26.527Z Compiling time-core v0.1.8
21262026-09-11T20:11:26.551Z Compiling tinyvec v1.10.0
21272026-09-11T20:11:26.574Z Compiling rand_chacha v0.9.0
21282026-09-11T20:11:26.578Z Compiling crypto-common v0.2.2
21292026-09-11T20:11:26.578Z Compiling block-buffer v0.12.1
21302026-09-11T20:11:26.578Z Compiling daft-derive v0.1.8
21312026-09-11T20:11:26.650Z Compiling anstream v1.0.0
21322026-09-11T20:11:26.694Z Compiling structmeta-derive v0.3.0
21332026-09-11T20:11:26.706Z Compiling time-macros v0.2.27
21342026-09-11T20:11:26.790Z Compiling async-trait v0.1.89
21352026-09-11T20:11:26.875Z Compiling tracing-core v0.1.36
21362026-09-11T20:11:27.040Z Compiling plain v0.2.3
21372026-09-11T20:11:27.075Z Compiling cpufeatures v0.2.17
21382026-09-11T20:11:27.153Z Compiling untrusted v0.7.1
21392026-09-11T20:11:27.172Z Compiling object v0.37.3
21402026-09-11T20:11:27.175Z Compiling rand v0.9.2
21412026-09-11T20:11:27.297Z Compiling tracing v0.1.44
21422026-09-11T20:11:27.317Z Compiling http-body v1.0.1
21432026-09-11T20:11:27.580Z Compiling toml_datetime v0.6.11
21442026-09-11T20:11:27.659Z Compiling serde_spanned v0.6.9
21452026-09-11T20:11:27.693Z Compiling pin-project-internal v1.1.11
21462026-09-11T20:11:27.797Z Compiling structmeta v0.3.0
21472026-09-11T20:11:27.801Z Compiling slog v2.8.2
21482026-09-11T20:11:27.860Z Compiling wait-timeout v0.2.1
21492026-09-11T20:11:27.864Z Compiling cookie v0.18.1
21502026-09-11T20:11:27.915Z Compiling bit-vec v0.8.0
21512026-09-11T20:11:27.928Z Compiling untrusted v0.9.0
21522026-09-11T20:11:27.958Z Compiling openssl-probe v0.2.1
21532026-09-11T20:11:28.020Z Compiling simd-adler32 v0.3.8
21542026-09-11T20:11:28.041Z Compiling tap v1.0.1
21552026-09-11T20:11:28.062Z Compiling zstd-safe v7.2.4
21562026-09-11T20:11:28.118Z Compiling clap_lex v1.0.0
21572026-09-11T20:11:28.165Z Compiling tokio-util v0.7.18
21582026-09-11T20:11:28.184Z Compiling quick-error v1.2.3
21592026-09-11T20:11:28.196Z Compiling wyz v0.5.1
21602026-09-11T20:11:28.211Z Compiling bit-set v0.8.0
21612026-09-11T20:11:28.278Z Compiling rusty-fork v0.3.1
21622026-09-11T20:11:28.313Z Compiling clap_builder v4.6.0
21632026-09-11T20:11:28.343Z Compiling derive-ex v0.1.8
21642026-09-11T20:11:28.526Z Compiling sha2 v0.10.9
21652026-09-11T20:11:28.557Z Compiling unicode-normalization v0.1.25
21662026-09-11T20:11:28.592Z Compiling rand_chacha v0.3.1
21672026-09-11T20:11:28.628Z Compiling signature v2.2.0
21682026-09-11T20:11:28.633Z Compiling rand_xorshift v0.4.0
21692026-09-11T20:11:28.684Z Compiling scroll_derive v0.12.1
21702026-09-11T20:11:28.814Z Compiling heck v0.4.1
21712026-09-11T20:11:28.839Z Compiling heapless v0.7.17
21722026-09-11T20:11:29.005Z Compiling num-integer v0.1.46
21732026-09-11T20:11:29.042Z Compiling aho-corasick v1.1.4
21742026-09-11T20:11:29.152Z Compiling atomic-waker v1.1.2
21752026-09-11T20:11:29.170Z Compiling usdt-impl v0.6.0
21762026-09-11T20:11:29.185Z Compiling pretty-hex v0.4.1
21772026-09-11T20:11:29.354Z Compiling adler2 v2.0.1
21782026-09-11T20:11:29.452Z Compiling signal-hook v0.3.18
21792026-09-11T20:11:29.528Z Compiling try-lock v0.2.5
21802026-09-11T20:11:29.547Z Compiling tower-layer v0.3.3
21812026-09-11T20:11:29.563Z Compiling rustix v0.38.44
21822026-09-11T20:11:29.563Z Compiling tower-service v0.3.3
21832026-09-11T20:11:29.635Z Compiling unarray v0.1.4
21842026-09-11T20:11:29.649Z Compiling funty v2.0.0
21852026-09-11T20:11:29.664Z Compiling anyhow v1.0.104
21862026-09-11T20:11:29.772Z Compiling proptest v1.11.0
21872026-09-11T20:11:29.803Z Compiling h2 v0.4.15
21882026-09-11T20:11:29.898Z Compiling regex-automata v0.4.14
21892026-09-11T20:11:29.916Z Compiling want v0.3.1
21902026-09-11T20:11:29.963Z Compiling test-strategy v0.4.5
21912026-09-11T20:11:30.095Z Compiling bitvec v1.0.1
21922026-09-11T20:11:30.303Z Compiling miniz_oxide v0.8.9
21932026-09-11T20:11:30.365Z Compiling clap v4.6.1
21942026-09-11T20:11:30.491Z Compiling num-iter v0.1.45
21952026-09-11T20:11:30.573Z Compiling snafu-derive v0.8.9
21962026-09-11T20:11:31.090Z Compiling rand v0.8.6
21972026-09-11T20:11:31.219Z Compiling ipnetwork v0.21.1
21982026-09-11T20:11:31.298Z Compiling lazy_static v1.5.0
21992026-09-11T20:11:31.406Z Compiling block-padding v0.4.2
22002026-09-11T20:11:31.524Z Compiling scroll v0.13.0
22012026-09-11T20:11:31.584Z Compiling ipnet v2.12.0
22022026-09-11T20:11:31.820Z Compiling strum_macros v0.26.4
22032026-09-11T20:11:32.107Z Compiling darling_core v0.23.0
22042026-09-11T20:11:32.114Z Compiling darling_core v0.20.11
22052026-09-11T20:11:32.328Z Compiling const-oid v0.10.2
22062026-09-11T20:11:32.346Z Compiling foreign-types-shared v0.1.1
22072026-09-11T20:11:32.394Z Compiling crc-catalog v2.4.0
22082026-09-11T20:11:32.429Z Compiling httpdate v1.0.3
22092026-09-11T20:11:32.503Z Compiling nodrop v0.1.14
22102026-09-11T20:11:32.683Z Compiling cpufeatures v0.3.0
22112026-09-11T20:11:32.737Z Compiling winnow v0.5.40
22122026-09-11T20:11:32.773Z Compiling array-init v0.0.4
22132026-09-11T20:11:32.972Z Compiling hyper v1.10.1
22142026-09-11T20:11:33.163Z Compiling digest v0.11.3
22152026-09-11T20:11:33.437Z Compiling crc v3.4.0
22162026-09-11T20:11:33.453Z Compiling foreign-types v0.3.2
22172026-09-11T20:11:33.566Z Compiling newtype-uuid v1.3.2
22182026-09-11T20:11:33.765Z Compiling goblin v0.10.5
22192026-09-11T20:11:35.525Z Compiling inout v0.2.2
22202026-09-11T20:11:35.570Z Compiling darling_macro v0.20.11
22212026-09-11T20:11:35.570Z Compiling oxnet v0.1.6
22222026-09-11T20:11:35.570Z Compiling darling_macro v0.23.0
22232026-09-11T20:11:35.570Z Compiling toml_edit v0.19.15
22242026-09-11T20:11:35.570Z Compiling smallvec v0.6.14
22252026-09-11T20:11:35.570Z Compiling pkcs1 v0.7.5
22262026-09-11T20:11:35.571Z Compiling zerocopy v0.6.6
22272026-09-11T20:11:35.571Z Compiling bitfield v0.19.4
22282026-09-11T20:11:35.571Z Compiling hubpack_derive v0.1.1
22292026-09-11T20:11:35.571Z Compiling zerocopy-derive v0.7.35
22302026-09-11T20:11:35.571Z Compiling curve25519-dalek v4.1.3
22312026-09-11T20:11:35.571Z Compiling socket2 v0.5.10
22322026-09-11T20:11:35.571Z Compiling env_filter v2.0.0
22332026-09-11T20:11:35.614Z Compiling memoffset v0.9.1
22342026-09-11T20:11:35.624Z Compiling owo-colors v4.3.0
22352026-09-11T20:11:35.658Z Compiling base64 v0.21.7
22362026-09-11T20:11:35.825Z Compiling smoltcp v0.9.1
22372026-09-11T20:11:35.874Z Compiling ref-cast v1.0.25
22382026-09-11T20:11:35.888Z Compiling hashbrown v0.12.3
22392026-09-11T20:11:36.098Z Compiling litrs v1.0.0
22402026-09-11T20:11:36.114Z Compiling ron v0.8.1
22412026-09-11T20:11:36.196Z Compiling toml v0.7.8
22422026-09-11T20:11:36.201Z Compiling env_logger v0.11.11
22432026-09-11T20:11:36.232Z Compiling hyper-util v0.1.20
22442026-09-11T20:11:36.461Z Compiling document-features v0.2.12
22452026-09-11T20:11:36.495Z Compiling dof v0.4.0
22462026-09-11T20:11:36.515Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
22472026-09-11T20:11:36.724Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
22482026-09-11T20:11:36.888Z Compiling rsa v0.9.10
22492026-09-11T20:11:37.434Z Compiling bzip2 v0.4.4
22502026-09-11T20:11:37.603Z Compiling darling v0.23.0
22512026-09-11T20:11:37.608Z Compiling serde-hex v0.1.0
22522026-09-11T20:11:37.625Z Compiling darling v0.20.11
22532026-09-11T20:11:37.659Z Compiling daft v0.1.8
22542026-09-11T20:11:37.695Z Compiling cipher v0.5.2
22552026-09-11T20:11:37.698Z Compiling hashbrown v0.13.2
22562026-09-11T20:11:37.990Z Compiling x509-cert v0.2.5
22572026-09-11T20:11:38.123Z Compiling dtrace-parser v0.3.0
22582026-09-11T20:11:38.247Z Compiling async-recursion v1.1.1
22592026-09-11T20:11:38.332Z Compiling sync_wrapper v1.0.2
22602026-09-11T20:11:38.382Z Compiling thread-id v5.1.0
22612026-09-11T20:11:38.455Z Compiling cfg_aliases v0.2.1
22622026-09-11T20:11:38.591Z Compiling powerfmt v0.2.0
22632026-09-11T20:11:38.645Z Compiling siphasher v1.0.2
22642026-09-11T20:11:38.757Z Compiling crc-any v2.5.0
22652026-09-11T20:11:38.801Z Compiling deranged v0.5.8
22662026-09-11T20:11:38.972Z Compiling nix v0.31.2
22672026-09-11T20:11:39.079Z Compiling tower v0.5.3
22682026-09-11T20:11:39.669Z Compiling object v0.30.4
22692026-09-11T20:11:39.836Z Compiling chacha20 v0.10.0
22702026-09-11T20:11:39.915Z Compiling derive_builder_core v0.20.2
22712026-09-11T20:11:39.937Z Compiling serde_with_macros v3.21.0
22722026-09-11T20:11:39.947Z Compiling zip v0.6.6
22732026-09-11T20:11:40.142Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
22742026-09-11T20:11:40.256Z Compiling bstr v1.12.1
22752026-09-11T20:11:40.587Z Compiling http-body-util v0.1.3
22762026-09-11T20:11:40.700Z Compiling futures-executor v0.3.32
22772026-09-11T20:11:40.745Z Compiling erased-serde v0.3.31
22782026-09-11T20:11:40.760Z Compiling serde_tokenstream v0.2.3
22792026-09-11T20:11:40.969Z Compiling ref-cast-impl v1.0.25
22802026-09-11T20:11:41.002Z Compiling curve25519-dalek-derive v0.1.1
22812026-09-11T20:11:41.051Z Compiling strum_macros v0.27.2
22822026-09-11T20:11:41.196Z Compiling fs-err v3.3.0
22832026-09-11T20:11:41.225Z Compiling usdt-impl v0.5.0
22842026-09-11T20:11:41.851Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
22852026-09-11T20:11:41.856Z Compiling unicode-properties v0.1.4
22862026-09-11T20:11:41.867Z Compiling iri-string v0.7.10
22872026-09-11T20:11:41.867Z Compiling same-file v1.0.6
22882026-09-11T20:11:41.867Z Compiling allocator-api2 v0.2.21
22892026-09-11T20:11:41.867Z Compiling unicode-bidi v0.3.18
22902026-09-11T20:11:41.920Z Compiling ryu v1.0.23
22912026-09-11T20:11:41.970Z Compiling path-slash v0.1.5
22922026-09-11T20:11:42.046Z Compiling num_threads v0.1.7
22932026-09-11T20:11:42.097Z Compiling gimli v0.32.3
22942026-09-11T20:11:42.462Z Compiling zlib-rs v0.6.2
22952026-09-11T20:11:42.506Z Compiling time v0.3.47
22962026-09-11T20:11:42.761Z Compiling tower-http v0.6.8
22972026-09-11T20:11:43.204Z Compiling serde_urlencoded v0.7.1
22982026-09-11T20:11:43.695Z Compiling stringprep v0.1.5
22992026-09-11T20:11:43.760Z Compiling walkdir v2.5.0
23002026-09-11T20:11:43.936Z Compiling addr2line v0.25.1
23012026-09-11T20:11:44.355Z Compiling futures v0.3.32
23022026-09-11T20:11:44.554Z Compiling derive_builder_macro v0.20.2
23032026-09-11T20:11:44.597Z Compiling flate2 v1.1.9
23042026-09-11T20:11:44.838Z Compiling rand v0.10.1
23052026-09-11T20:11:44.872Z Compiling tokio-native-tls v0.3.1
23062026-09-11T20:11:45.071Z Compiling sha2 v0.11.0
23072026-09-11T20:11:45.089Z Compiling md-5 v0.11.0
23082026-09-11T20:11:45.105Z Compiling hmac v0.13.0
23092026-09-11T20:11:45.138Z Compiling strum v0.26.3
23102026-09-11T20:11:45.241Z Compiling scroll v0.12.0
23112026-09-11T20:11:45.304Z Compiling pin-project v1.1.11
23122026-09-11T20:11:45.327Z Compiling rustls-native-certs v0.8.3
23132026-09-11T20:11:45.417Z Compiling convert_case v0.10.0
23142026-09-11T20:11:45.436Z Compiling vergen-lib v9.1.0
23152026-09-11T20:11:45.455Z Compiling hash32 v0.2.1
23162026-09-11T20:11:45.566Z Compiling encoding_rs v0.8.35
23172026-09-11T20:11:45.638Z Compiling libbz2-rs-sys v0.2.2
23182026-09-11T20:11:45.679Z Compiling mime v0.3.17
23192026-09-11T20:11:45.700Z Compiling jiff-core v0.1.0
23202026-09-11T20:11:45.709Z Compiling psl-types v2.0.11
23212026-09-11T20:11:45.779Z Compiling rustc-demangle v0.1.27
23222026-09-11T20:11:45.845Z Compiling bumpalo v3.20.2
23232026-09-11T20:11:46.095Z Compiling fallible-iterator v0.2.0
23242026-09-11T20:11:46.158Z Compiling zopfli v0.8.3
23252026-09-11T20:11:46.179Z Compiling bzip2 v0.6.1
23262026-09-11T20:11:46.180Z Compiling publicsuffix v2.3.0
23272026-09-11T20:11:46.331Z Compiling derive_more-impl v2.1.1
23282026-09-11T20:11:46.405Z Compiling postgres-protocol v0.6.12
23292026-09-11T20:11:46.547Z Compiling jiff v0.2.34
23302026-09-11T20:11:46.671Z Compiling goblin v0.8.2
23312026-09-11T20:11:46.911Z Compiling snafu v0.8.9
23322026-09-11T20:11:46.963Z Compiling backtrace v0.3.76
23332026-09-11T20:11:47.359Z Compiling derive_builder v0.20.2
23342026-09-11T20:11:47.405Z Compiling hyper-tls v0.6.0
23352026-09-11T20:11:49.153Z Compiling usdt-attr-macro v0.6.0
23362026-09-11T20:11:49.201Z Compiling usdt-macro v0.6.0
23372026-09-11T20:11:49.202Z Compiling globset v0.4.18
23382026-09-11T20:11:49.202Z Compiling phf_shared v0.13.1
23392026-09-11T20:11:49.202Z Compiling crossbeam-epoch v0.9.18
23402026-09-11T20:11:49.202Z Compiling zerocopy v0.7.35
23412026-09-11T20:11:49.202Z Compiling hubpack v0.1.2
23422026-09-11T20:11:49.202Z Compiling regex v1.12.3
23432026-09-11T20:11:49.202Z Compiling hmac v0.12.1
23442026-09-11T20:11:49.202Z Compiling serde_plain v1.0.2
23452026-09-11T20:11:49.202Z Compiling enum-as-inner v0.6.1
23462026-09-11T20:11:49.202Z Compiling serde_repr v0.1.20
23472026-09-11T20:11:49.202Z Compiling miette-derive v7.6.0
23482026-09-11T20:11:49.202Z Compiling pem v3.0.6
23492026-09-11T20:11:49.202Z Compiling ff v0.13.1
23502026-09-11T20:11:49.202Z Compiling vergen v9.1.0
23512026-09-11T20:11:49.202Z Compiling cargo-platform v0.3.2
23522026-09-11T20:11:49.202Z Compiling filetime v0.2.27
23532026-09-11T20:11:49.230Z Compiling xattr v1.6.1
23542026-09-11T20:11:49.230Z Compiling smawk v0.3.2
23552026-09-11T20:11:49.323Z Compiling unicode-linebreak v0.1.5
23562026-09-11T20:11:49.346Z Compiling foldhash v0.1.5
23572026-09-11T20:11:49.366Z Compiling unicode-width v0.2.0
23582026-09-11T20:11:49.372Z Compiling is_ci v1.2.0
23592026-09-11T20:11:49.472Z Compiling managed v0.8.0
23602026-09-11T20:11:49.535Z Compiling typed-path v0.9.3
23612026-09-11T20:11:49.546Z Compiling bitflags v1.3.2
23622026-09-11T20:11:49.656Z Compiling base16ct v0.2.0
23632026-09-11T20:11:49.697Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
23642026-09-11T20:11:49.780Z Compiling textwrap v0.16.2
23652026-09-11T20:11:49.864Z Compiling sec1 v0.7.3
23662026-09-11T20:11:49.876Z Compiling supports-color v3.0.2
23672026-09-11T20:11:49.968Z Compiling hashbrown v0.15.5
23682026-09-11T20:11:50.273Z Compiling tar v0.4.46
23692026-09-11T20:11:50.446Z Compiling cargo_metadata v0.23.1
23702026-09-11T20:11:50.480Z Compiling group v0.13.0
23712026-09-11T20:11:50.496Z Compiling dof v0.3.0
23722026-09-11T20:11:50.643Z Compiling hkdf v0.12.4
23732026-09-11T20:11:51.203Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=438cd185666d5f164548885873f0f5df9a38eed1#438cd185)
23742026-09-11T20:11:51.671Z Compiling phf v0.13.1
23752026-09-11T20:11:51.853Z Compiling zstd v0.13.3
23762026-09-11T20:11:51.868Z Compiling reqwest v0.12.28
23772026-09-11T20:11:52.061Z Compiling backtrace-ext v0.2.1
23782026-09-11T20:11:52.091Z Compiling signal-hook-mio v0.2.5
23792026-09-11T20:11:52.119Z Compiling cookie_store v0.22.1
23802026-09-11T20:11:52.163Z Compiling postgres-types v0.2.14
23812026-09-11T20:11:52.247Z Compiling strum v0.27.2
23822026-09-11T20:11:52.347Z Compiling hashbrown v0.16.1
23832026-09-11T20:11:52.536Z Compiling phf_shared v0.11.3
23842026-09-11T20:11:52.564Z Compiling dtrace-parser v0.2.0
23852026-09-11T20:11:52.666Z Compiling byte-wrapper v0.1.0
23862026-09-11T20:11:52.719Z Compiling olpc-cjson v0.1.4
23872026-09-11T20:11:52.736Z Compiling ed25519 v2.2.3
23882026-09-11T20:11:53.018Z Compiling crypto-bigint v0.5.5
23892026-09-11T20:11:53.066Z Compiling serde-big-array v0.5.1
23902026-09-11T20:11:53.226Z Compiling float-cmp v0.10.0
23912026-09-11T20:11:53.284Z Compiling memmap2 v0.9.10
23922026-09-11T20:11:53.359Z Compiling thread-id v4.2.2
23932026-09-11T20:11:53.398Z Compiling fixedbitset v0.5.7
23942026-09-11T20:11:53.455Z Compiling keccak v0.1.6
23952026-09-11T20:11:53.476Z Compiling typed-path v0.12.3
23962026-09-11T20:11:53.545Z Compiling static_assertions v1.1.0
23972026-09-11T20:11:53.567Z Compiling precomputed-hash v0.1.1
23982026-09-11T20:11:53.582Z Compiling rayon-core v1.13.0
23992026-09-11T20:11:53.628Z Compiling winnow v0.7.14
24002026-09-11T20:11:53.644Z Compiling normalize-line-endings v0.3.0
24012026-09-11T20:11:53.689Z Compiling winnow v1.0.3
24022026-09-11T20:11:53.692Z Compiling either v1.15.0
24032026-09-11T20:11:53.727Z Compiling data-encoding v2.10.0
24042026-09-11T20:11:53.768Z Compiling toml_write v0.1.2
24052026-09-11T20:11:53.848Z Compiling new_debug_unreachable v1.0.6
24062026-09-11T20:11:53.949Z Compiling unicode-width v0.1.14
24072026-09-11T20:11:54.116Z Compiling supports-unicode v3.0.0
24082026-09-11T20:11:54.154Z Compiling difflib v0.4.0
24092026-09-11T20:11:54.176Z Compiling whoami v2.1.0
24102026-09-11T20:11:54.269Z Compiling supports-hyperlinks v3.2.0
24112026-09-11T20:11:54.278Z Compiling predicates-core v1.0.10
24122026-09-11T20:11:54.357Z Compiling fixedbitset v0.4.2
24132026-09-11T20:11:54.531Z Compiling petgraph v0.6.5
24142026-09-11T20:11:54.566Z Compiling predicates v3.1.4
24152026-09-11T20:11:54.579Z Compiling tokio-postgres v0.7.18
24162026-09-11T20:11:54.621Z Compiling toml_parser v1.1.2+spec-1.1.0
24172026-09-11T20:11:54.880Z Compiling miette v7.6.0
24182026-09-11T20:11:55.093Z Compiling zip v8.6.0
24192026-09-11T20:11:55.141Z Compiling hickory-proto v0.25.2
24202026-09-11T20:11:55.192Z Compiling toml_edit v0.22.27
24212026-09-11T20:11:55.439Z Compiling elliptic-curve v0.13.8
24222026-09-11T20:11:55.444Z Compiling string_cache v0.8.9
24232026-09-11T20:11:55.676Z Compiling itertools v0.13.0
24242026-09-11T20:11:55.822Z Compiling petgraph v0.8.3
24252026-09-11T20:11:55.880Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=438cd185666d5f164548885873f0f5df9a38eed1#438cd185)
24262026-09-11T20:11:55.922Z Compiling sha3 v0.10.8
24272026-09-11T20:11:56.205Z Compiling usdt v0.6.0
24282026-09-11T20:11:56.744Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
24292026-09-11T20:11:56.983Z Compiling ed25519-dalek v2.2.0
24302026-09-11T20:11:57.316Z Compiling iddqd v0.4.2
24312026-09-11T20:11:57.721Z Compiling zip v4.6.1
24322026-09-11T20:11:57.737Z Compiling crossterm v0.28.1
24332026-09-11T20:11:58.536Z Compiling derive_more v2.1.1
24342026-09-11T20:11:58.659Z Compiling similar v2.7.0
24352026-09-11T20:11:58.918Z Compiling serde_with v3.21.0
24362026-09-11T20:11:59.460Z Compiling tokio-stream v0.1.18
24372026-09-11T20:11:59.481Z Compiling buf-list v1.1.2
24382026-09-11T20:11:59.530Z Compiling half v2.7.1
24392026-09-11T20:11:59.655Z Compiling openapiv3 v2.2.0
24402026-09-11T20:11:59.886Z Compiling lalrpop-util v0.19.12
24412026-09-11T20:12:00.165Z Compiling ciborium-io v0.2.2
24422026-09-11T20:12:00.174Z Compiling peg-runtime v0.8.5
24432026-09-11T20:12:00.257Z Compiling ciborium-ll v0.2.2
24442026-09-11T20:12:01.264Z Compiling crossbeam-deque v0.8.6
24452026-09-11T20:12:01.605Z Compiling camino-tempfile v1.4.1
24462026-09-11T20:12:01.886Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24472026-09-11T20:12:01.997Z Compiling blake3 v1.8.5
24482026-09-11T20:12:02.097Z Compiling fs-err v2.11.0
24492026-09-11T20:12:04.081Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
24502026-09-11T20:12:05.144Z Compiling ciborium v0.2.2
24512026-09-11T20:12:05.449Z Compiling olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
24522026-09-11T20:12:05.616Z Compiling thread_local v1.1.9
24532026-09-11T20:12:05.646Z Compiling arrayvec v0.7.6
24542026-09-11T20:12:05.670Z Compiling arrayref v0.3.9
24552026-09-11T20:12:05.851Z Compiling slog-async v2.8.0
24562026-09-11T20:12:05.866Z Compiling constant_time_eq v0.4.2
24572026-09-11T20:12:05.920Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
24582026-09-11T20:12:05.966Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
24592026-09-11T20:12:06.081Z Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
24602026-09-11T20:12:06.096Z Compiling toml v0.8.23
24612026-09-11T20:12:06.203Z Compiling atomicwrites v0.4.4
24622026-09-11T20:12:06.257Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
24632026-09-11T20:12:06.285Z Compiling crossbeam-channel v0.5.15
24642026-09-11T20:12:06.491Z Compiling digest-io v0.1.0
24652026-09-11T20:12:06.496Z Compiling serde_path_to_error v0.1.20
24662026-09-11T20:12:06.496Z Compiling is-terminal v0.4.17
24672026-09-11T20:12:06.578Z Compiling topological-sort v0.2.2
24682026-09-11T20:12:06.595Z Compiling rawzip v0.4.4
24692026-09-11T20:12:06.658Z Compiling indent_write v2.2.0
24702026-09-11T20:12:06.738Z Compiling take_mut v0.2.2
24712026-09-11T20:12:06.819Z Compiling debug-ignore v1.0.5
24722026-09-11T20:12:06.826Z Compiling parse-size v1.1.0
24732026-09-11T20:12:06.862Z Compiling term v1.2.1
24742026-09-11T20:12:07.176Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
24752026-09-11T20:12:07.176Z Compiling shell-words v1.1.1
24762026-09-11T20:12:07.281Z Compiling slog-term v2.9.2
24772026-09-11T20:12:10.200Z Compiling rustls-webpki v0.103.13
24782026-09-11T20:12:12.984Z Compiling tokio-rustls v0.26.4
24792026-09-11T20:12:12.985Z Compiling rustls-platform-verifier v0.6.2
24802026-09-11T20:12:12.988Z Compiling tough v0.22.0
24812026-09-11T20:12:13.195Z Compiling hyper-rustls v0.27.7
24822026-09-11T20:12:13.392Z Compiling reqwest v0.13.2
24832026-09-11T20:12:14.861Z Compiling tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
24842026-09-11T20:12:15.728Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
24852026-09-11T20:12:16.948Z Compiling omicron-zone-package v0.12.3
24862026-09-11T20:12:17.151Z Compiling tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
24872026-09-11T20:12:17.632Z Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
24882026-09-11T20:12:17.667Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
24892026-09-11T20:12:20.193Z Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
24902026-09-11T20:12:40.570Z Finished `release` profile [optimized] target(s) in 1m 26s
24912026-09-11T20:12:40.714Z Running `target/release/omicron-releng --output-dir /work --mkincorp --verify-debug-libraries`
24922026-09-11T20:12:40.772ZSep 11 20:12:39.708 DEBG changing working directory to /work/oxidecomputer/omicron
24932026-09-11T20:12:40.870ZSep 11 20:12:39.807 DEBG running: git rev-parse HEAD
24942026-09-11T20:12:40.873ZSep 11 20:12:39.809 DEBG process exited with exit status: 0 (2.511203ms)
24952026-09-11T20:12:40.874ZSep 11 20:12:39.809 INFO version: 23.0.0-0.ci+gitd4dc8e72af2
24962026-09-11T20:12:40.881ZSep 11 20:12:39.818 INFO cloning helios to /work/oxidecomputer/helios
24972026-09-11T20:12:40.883ZSep 11 20:12:39.818 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios
24982026-09-11T20:12:40.887ZCloning into '/work/oxidecomputer/helios'...
24992026-09-11T20:12:41.468ZSep 11 20:12:40.405 DEBG process exited with exit status: 0 (587.246421ms)
25002026-09-11T20:12:41.468ZSep 11 20:12:40.405 DEBG running: git -C /work/oxidecomputer/helios rev-parse --verify HEAD^{commit}
25012026-09-11T20:12:41.471ZSep 11 20:12:40.408 DEBG process exited with exit status: 0 (2.604953ms)
25022026-09-11T20:12:41.471ZSep 11 20:12:40.408 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools
25032026-09-11T20:12:41.852ZSep 11 20:12:40.789 DEBG process exited with exit status: 0 (381.499385ms)
25042026-09-11T20:12:41.852ZSep 11 20:12:40.789 DEBG running: zfs list rpool/images/build/host
25052026-09-11T20:12:41.856ZNAME USED AVAIL REFER MOUNTPOINT
25062026-09-11T20:12:41.856Zrpool/images/build/host 24K 152G 24K /rpool/images/build/host
25072026-09-11T20:12:41.860ZSep 11 20:12:40.794 DEBG process exited with exit status: 0 (4.596815ms)
25082026-09-11T20:12:41.860ZSep 11 20:12:40.794 DEBG running: zfs list rpool/images/build/recovery
25092026-09-11T20:12:41.864ZNAME USED AVAIL REFER MOUNTPOINT
25102026-09-11T20:12:41.864Zrpool/images/build/recovery 24K 152G 24K /rpool/images/build/recovery
25112026-09-11T20:12:41.865ZSep 11 20:12:40.797 DEBG process exited with exit status: 0 (3.555834ms)
25122026-09-11T20:12:41.865ZSep 11 20:12:40.797 INFO console assets match pinned console commit (700ff8bf5ce55e426b69a5c0c67334fe3bad53d8)
25132026-09-11T20:12:41.874ZSep 11 20:12:40.811 WARN console asset check failed (not fatal outside a release branch): the console assets in out/console-assets were generated against API version 2026081901.0.0, but the current nexus API version is 2026090800.0.0; the console needs a client regen and tools/console_version needs a bump
25142026-09-11T20:12:41.879ZSep 11 20:12:40.811 INFO [incorp-manifest] running task
25152026-09-11T20:12:41.879ZSep 11 20:12:40.811 INFO [hubris-production] running task
25162026-09-11T20:12:41.879ZSep 11 20:12:40.811 INFO [hubris-staging] running task
25172026-09-11T20:12:41.879ZSep 11 20:12:40.811 DEBG running: pkg list -H -o branch -n -g https://pkg.oxide.computer/helios/3/dev/ release/name
25182026-09-11T20:12:41.879ZSep 11 20:12:40.812 INFO [incorp-create] running: pkgrepo create /work/incorporation
25192026-09-11T20:12:41.879ZSep 11 20:12:40.813 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
25202026-09-11T20:12:41.879ZSep 11 20:12:40.813 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup
25212026-09-11T20:12:41.916Z[ helios-setup] cd tools/helios-build && cargo build --quiet
25222026-09-11T20:12:41.998Z[ omicron-package] Blocking waiting for file lock on package cache
25232026-09-11T20:12:42.114ZSep 11 20:12:41.051 INFO [incorp-create] process exited with exit status: 0 (239.199963ms)
25242026-09-11T20:12:42.118ZSep 11 20:12:41.051 INFO [incorp-publisher] running: pkgrepo add-publisher -s /work/incorporation helios
25252026-09-11T20:12:42.373ZSep 11 20:12:41.310 INFO [incorp-publisher] process exited with exit status: 0 (258.588515ms)
25262026-09-11T20:12:42.681Z[ omicron-package] Blocking waiting for file lock on package cache
25272026-09-11T20:12:43.107ZSep 11 20:12:42.043 INFO [hubris-production] task succeeded (1.232307376s)
25282026-09-11T20:12:43.963Z[ omicron-package] Compiling macaddr v1.0.1
25292026-09-11T20:12:43.966Z[ omicron-package] Compiling crucible-workspace-hack v0.1.0
25302026-09-11T20:12:43.967Z[ omicron-package] Compiling itertools v0.15.0
25312026-09-11T20:12:43.967Z[ omicron-package] Compiling secrecy v0.10.3
25322026-09-11T20:12:43.967Z[ omicron-package] Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
25332026-09-11T20:12:43.967Z[ omicron-package] Compiling toml_datetime v0.7.5+spec-1.1.0
25342026-09-11T20:12:43.967Z[ omicron-package] Compiling heapless v0.8.0
25352026-09-11T20:12:43.967Z[ omicron-package] Compiling inout v0.1.4
25362026-09-11T20:12:43.968Z[ omicron-package] Compiling hash32 v0.3.1
25372026-09-11T20:12:43.968Z[ omicron-package] Compiling multer v3.1.0
25382026-09-11T20:12:43.968Z[ omicron-package] Compiling compression-core v0.4.31
25392026-09-11T20:12:44.469ZSep 11 20:12:43.405 DEBG process exited with exit status: 0 (2.593579859s)
25402026-09-11T20:12:44.472ZSep 11 20:12:43.406 DEBG running: pkg list -g https://pkg.oxide.computer/helios/3/dev/ -F json -o fmri -n '*'
25412026-09-11T20:12:44.662Z[ omicron-package] Compiling smoltcp v0.11.0
25422026-09-11T20:12:44.666Z[ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
25432026-09-11T20:12:44.666Z[ omicron-package] Compiling toml_edit v0.23.10+spec-1.0.0
25442026-09-11T20:12:44.666Z[ omicron-package] Compiling match_cfg v0.1.0
25452026-09-11T20:12:44.666Z[ omicron-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25462026-09-11T20:12:44.878Z[ omicron-package] Compiling slog-json v2.6.1
25472026-09-11T20:12:45.057Z[ omicron-package] Compiling serde_tokenstream v0.3.0
25482026-09-11T20:12:45.062Z[ omicron-package] Compiling newtype-uuid-macros v0.1.0
25492026-09-11T20:12:45.101Z[ omicron-package] Compiling compression-codecs v0.4.37
25502026-09-11T20:12:45.101Z[ omicron-package] Compiling cobs v0.3.0
25512026-09-11T20:12:45.127Z[ omicron-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
25522026-09-11T20:12:45.131Z[ omicron-package] Compiling hostname v0.3.1
25532026-09-11T20:12:45.150Z[ omicron-package] Compiling cipher v0.4.4
25542026-09-11T20:12:45.170Z[ omicron-package] Compiling universal-hash v0.5.1
25552026-09-11T20:12:45.331Z[ omicron-package] Compiling thiserror-impl-no-std v2.0.2
25562026-09-11T20:12:45.538Z[ omicron-package] Compiling proc-macro-error-attr v1.0.4
25572026-09-11T20:12:45.538Z[ omicron-package] Compiling dropshot v0.17.1
25582026-09-11T20:12:45.643Z[ omicron-package] Compiling proc-macro-crate v3.4.0
25592026-09-11T20:12:45.686Z[ omicron-package] Compiling serde_spanned v1.1.1
25602026-09-11T20:12:45.730Z[ omicron-package] Compiling toml_datetime v1.1.1+spec-1.1.0
25612026-09-11T20:12:45.734Z[ omicron-package] Compiling async-stream-impl v0.3.6
25622026-09-11T20:12:45.734Z[ omicron-package] Compiling convert_case v0.4.0
25632026-09-11T20:12:45.734Z[ omicron-package] Compiling toml_writer v1.1.1+spec-1.1.0
25642026-09-11T20:12:45.734Z[ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
25652026-09-11T20:12:45.769Z[ omicron-package] Compiling opaque-debug v0.3.1
25662026-09-11T20:12:45.988Z[ omicron-package] Compiling poly1305 v0.8.0
25672026-09-11T20:12:46.023Z[ omicron-package] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
25682026-09-11T20:12:46.040Z[ omicron-package] Compiling slog-bunyan v2.5.0
25692026-09-11T20:12:46.099Z[ omicron-package] Compiling postcard v1.1.3
25702026-09-11T20:12:46.102Z[ omicron-package] Compiling ingot-macros v0.2.0
25712026-09-11T20:12:46.153Z[ omicron-package] Compiling toml v1.1.2+spec-1.1.0
25722026-09-11T20:12:46.153Z[ omicron-package] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
25732026-09-11T20:12:46.153Z[ omicron-package] Compiling chacha20 v0.9.1
25742026-09-11T20:12:46.183Z[ omicron-package] Compiling derive_more v0.99.20
25752026-09-11T20:12:46.219Z[ omicron-package] Compiling num_enum_derive v0.7.6
25762026-09-11T20:12:46.222Z[ omicron-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
25772026-09-11T20:12:46.296Z[ omicron-package] Compiling async-compression v0.4.41
25782026-09-11T20:12:46.300Z[ omicron-package] Compiling oxide-generation-macros v0.2.0
25792026-09-11T20:12:46.536Z[ omicron-package] Compiling async-stream v0.3.6
25802026-09-11T20:12:46.614Z[ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
25812026-09-11T20:12:46.645Z[ omicron-package] Compiling progenitor-client v0.14.0
25822026-09-11T20:12:46.652Z[ omicron-package] Compiling thiserror-no-std v2.0.2
25832026-09-11T20:12:46.722Z[ omicron-package] Compiling oxide-generation v0.1.3
25842026-09-11T20:12:46.816Z[ omicron-package] Compiling sha1 v0.11.0
25852026-09-11T20:12:46.839Z[ omicron-package] Compiling parse-display-derive v0.10.0
25862026-09-11T20:12:46.895Z[ omicron-package] Compiling waitgroup v0.1.2
25872026-09-11T20:12:47.032Z[ omicron-package] Compiling proc-macro-crate v1.3.1
25882026-09-11T20:12:47.145Z[ omicron-package] Compiling rustls-pemfile v2.2.0
25892026-09-11T20:12:47.189Z[ omicron-package] Compiling backon v1.6.0
25902026-09-11T20:12:47.235Z[ omicron-package] Compiling password-hash v0.5.0
25912026-09-11T20:12:47.258Z[ omicron-package] Compiling blake2 v0.10.6
25922026-09-11T20:12:47.287Z[ omicron-package] Compiling dropshot_endpoint v0.17.1
25932026-09-11T20:12:47.412Z[ omicron-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
25942026-09-11T20:12:47.564Z[ omicron-package] Compiling aead v0.5.2
25952026-09-11T20:12:47.577ZSep 11 20:12:46.514 DEBG process exited with exit status: 0 (3.108291176s)
25962026-09-11T20:12:47.583ZSep 11 20:12:46.520 INFO [incorp-manifest] task succeeded (5.709172054s)
25972026-09-11T20:12:47.586ZSep 11 20:12:46.520 INFO [incorp-fmt] running: pkgfmt -u -f v2 /work/incorporation.p5m
25982026-09-11T20:12:47.602Z[ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
25992026-09-11T20:12:47.606Z[ omicron-package] Compiling proc-macro-error v1.0.4
26002026-09-11T20:12:47.705Z[ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
26012026-09-11T20:12:47.731Z[ omicron-package] Compiling hostname v0.4.2
26022026-09-11T20:12:47.768Z[ omicron-package] Compiling instant v0.1.13
26032026-09-11T20:12:47.833ZSep 11 20:12:46.770 INFO [incorp-fmt] process exited with exit status: 0 (249.022155ms)
26042026-09-11T20:12:47.833ZSep 11 20:12:46.770 INFO [incorp-pkgsend] running: pkgsend publish -s /work/incorporation /work/incorporation.p5m
26052026-09-11T20:12:47.846Z[ omicron-package] Compiling foreign-types-macros v0.2.3
26062026-09-11T20:12:47.937Z[ omicron-package] Compiling foreign-types-shared v0.3.1
26072026-09-11T20:12:47.975Z[ omicron-package] Compiling illumos-nvpair-sys v0.2.0
26082026-09-11T20:12:48.006Z[ omicron-package] Compiling backoff v0.4.0
26092026-09-11T20:12:48.022Z[ omicron-package] Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
26102026-09-11T20:12:48.057Z[ omicron-package] Compiling argon2 v0.5.3
26112026-09-11T20:12:48.122Z[ omicron-package] Compiling chacha20poly1305 v0.10.1
26122026-09-11T20:12:48.125Z[ omicron-package] Compiling num_enum v0.7.6
26132026-09-11T20:12:48.134Z[ incorp-pkgsend] pkg://helios/consolidation/oxide/omicron-release-incorporation@23.0.0.0,5.11-3.0:20260911T201247Z
26142026-09-11T20:12:48.134Z[ incorp-pkgsend] PUBLISHED
26152026-09-11T20:12:48.179Z[ omicron-package] Compiling num_enum_derive v0.5.11
26162026-09-11T20:12:48.194ZSep 11 20:12:47.131 INFO [incorp-pkgsend] process exited with exit status: 0 (361.528142ms)
26172026-09-11T20:12:48.198ZSep 11 20:12:47.134 INFO [helios-incorp] running: pkgrecv -s /work/incorporation -a -d /work/incorporation.p5p -m latest -v '*'
26182026-09-11T20:12:48.236Z[ omicron-package] Compiling progenitor-extras v0.2.0
26192026-09-11T20:12:48.327Z[ omicron-package] Compiling omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds)
26202026-09-11T20:12:48.377Z[ omicron-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26212026-09-11T20:12:48.403Z[ omicron-package] Compiling vsss-rs v3.3.4
26222026-09-11T20:12:48.484Z[ helios-incorp] Retrieving packages for publisher helios ...
26232026-09-11T20:12:48.489Z[ helios-incorp] Retrieving catalog 'helios' ... Done
26242026-09-11T20:12:48.534Z[ helios-incorp] Retrieving and evaluating 1 package(s)...
26252026-09-11T20:12:48.534Z[ helios-incorp] Fetching manifests: 1/1 100% complete
26262026-09-11T20:12:48.534Z[ helios-incorp] Fetching manifests: 1/1 100% complete
26272026-09-11T20:12:48.539Z[ helios-incorp]
26282026-09-11T20:12:48.539Z[ helios-incorp] Archiving packages ...
26292026-09-11T20:12:48.539Z[ helios-incorp] Packages to add: 1
26302026-09-11T20:12:48.539Z[ helios-incorp] Files to retrieve: 0
26312026-09-11T20:12:48.539Z[ helios-incorp] Estimated transfer size: 0.00 B
26322026-09-11T20:12:48.539Z[ helios-incorp]
26332026-09-11T20:12:48.539Z[ helios-incorp] Packages to archive:
26342026-09-11T20:12:48.539Z[ helios-incorp] consolidation/oxide/omicron-release-incorporation@23.0.0.0,5.11-3.0:20260911T201247Z
26352026-09-11T20:12:48.539Z[ helios-incorp]
26362026-09-11T20:12:48.539Z[ helios-incorp] Archiving: 1/7 items 0.0/0.1MB 0% complete
26372026-09-11T20:12:48.539Z[ helios-incorp] Archiving: Completed 120.69 kB in 0.00 seconds
26382026-09-11T20:12:48.593ZSep 11 20:12:47.529 INFO [helios-incorp] process exited with exit status: 0 (397.369474ms)
26392026-09-11T20:12:48.596Z[ omicron-package] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
26402026-09-11T20:12:48.636Z[ omicron-package] Compiling regress v0.10.5
26412026-09-11T20:12:48.825Z[ omicron-package] Compiling itertools v0.14.0
26422026-09-11T20:12:48.886Z[ omicron-package] Compiling parse-display v0.10.0
26432026-09-11T20:12:48.901Z[ omicron-package] Compiling foreign-types v0.5.0
26442026-09-11T20:12:48.901Z[ omicron-package] Compiling tabwriter v1.4.1
26452026-09-11T20:12:48.957Z[ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
26462026-09-11T20:12:49.053Z[ omicron-package] Compiling cstr-argument v0.1.2
26472026-09-11T20:12:49.077Z[ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
26482026-09-11T20:12:49.142Z[ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
26492026-09-11T20:12:49.146Z[ omicron-package] Compiling humantime v2.3.0
26502026-09-11T20:12:49.352Z[ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
26512026-09-11T20:12:49.356Z[ omicron-package] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
26522026-09-11T20:12:49.478Z[ omicron-package] Compiling num_enum v0.5.11
26532026-09-11T20:12:49.484Z[ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
26542026-09-11T20:12:49.519Z[ omicron-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
26552026-09-11T20:12:49.597Z[ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
26562026-09-11T20:12:49.656Z[ omicron-package] Compiling rayon v1.11.0
26572026-09-11T20:12:49.675Z[ omicron-package] Compiling ingot-types v0.2.0
26582026-09-11T20:12:49.718Z[ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
26592026-09-11T20:12:49.761Z[ omicron-package] Compiling libefi-sys v0.1.0
26602026-09-11T20:12:49.816Z[ omicron-package] Compiling colored v3.1.1
26612026-09-11T20:12:49.864Z[ omicron-package] Compiling illumos-nvpair v0.3.0
26622026-09-11T20:12:49.901Z[ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
26632026-09-11T20:12:49.988Z[ omicron-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
26642026-09-11T20:12:50.026Z[ omicron-package] Compiling zone_cfg_derive v0.3.1
26652026-09-11T20:12:50.143Z[ omicron-package] Compiling ingot v0.2.1
26662026-09-11T20:12:50.197Z[ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
26672026-09-11T20:12:50.222Z[ omicron-package] Compiling itertools v0.12.1
26682026-09-11T20:12:50.350Z[ omicron-package] Compiling usdt-macro v0.5.0
26692026-09-11T20:12:50.396Z[ omicron-package] Compiling usdt-attr-macro v0.5.0
26702026-09-11T20:12:50.429Z[ omicron-package] Compiling memmap v0.7.0
26712026-09-11T20:12:50.484Z[ omicron-package] Compiling sigpipe v0.1.3
26722026-09-11T20:12:50.552Z[ omicron-package] Compiling bitfield-struct v0.6.2
26732026-09-11T20:12:50.556Z[ omicron-package] Compiling num-derive v0.4.2
26742026-09-11T20:12:50.692Z[ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
26752026-09-11T20:12:50.750Z[ omicron-package] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
26762026-09-11T20:12:50.944Z[ omicron-package] Compiling glob v0.3.3
26772026-09-11T20:12:51.000Z[ omicron-package] Compiling swrite v0.1.0
26782026-09-11T20:12:51.111Z[ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
26792026-09-11T20:12:51.320Z[ omicron-package] Compiling usdt v0.5.0
26802026-09-11T20:12:51.381Z[ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26812026-09-11T20:12:51.515Z[ omicron-package] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
26822026-09-11T20:12:51.716Z[ omicron-package] Compiling smf v0.2.3
26832026-09-11T20:12:51.761Z[ omicron-package] Compiling whoami v1.6.1
26842026-09-11T20:12:51.765Z[ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26852026-09-11T20:12:51.809Z[ omicron-package] Compiling tokio-dtrace v0.1.1
26862026-09-11T20:12:51.809Z[ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
26872026-09-11T20:12:51.872Z[ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
26882026-09-11T20:12:51.921Z[ omicron-package] Compiling zone v0.3.1
26892026-09-11T20:12:52.032Z[ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26902026-09-11T20:12:52.102Z[ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26912026-09-11T20:12:52.102Z[ omicron-package] Compiling gethostname v0.5.0
26922026-09-11T20:12:52.105Z[ omicron-package] Compiling console v0.16.2
26932026-09-11T20:12:52.139Z[ omicron-package] Compiling unit-prefix v0.5.2
26942026-09-11T20:12:52.222Z[ omicron-package] Compiling oxide-tokio-rt v0.1.4
26952026-09-11T20:12:52.547Z[ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
26962026-09-11T20:12:52.638Z[ omicron-package] Compiling indicatif v0.18.4
26972026-09-11T20:12:53.359Z[ omicron-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
26982026-09-11T20:12:54.072Z[ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
26992026-09-11T20:12:55.313Z[ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
27002026-09-11T20:12:56.739Z[ omicron-package] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
27012026-09-11T20:12:56.827Z[ helios-setup] Sep 11 20:12:55.764 INFO helios repository root is: /work/oxidecomputer/helios
27022026-09-11T20:12:56.830Z[ helios-setup] Sep 11 20:12:55.765 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
27032026-09-11T20:12:56.830Z[ helios-setup] Sep 11 20:12:55.765 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl
27042026-09-11T20:12:56.831Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'...
27052026-09-11T20:12:57.392Z[ helios-setup] Sep 11 20:12:56.328 INFO clone ok!, project: phbl
27062026-09-11T20:12:57.395Z[ helios-setup] Sep 11 20:12:56.329 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
27072026-09-11T20:12:57.395Z[ helios-setup] Sep 11 20:12:56.329 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms
27082026-09-11T20:12:57.395Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'...
27092026-09-11T20:12:58.156ZSep 11 20:12:57.093 INFO [hubris-staging] task succeeded (16.281364347s)
27102026-09-11T20:12:58.266Z[ helios-setup] Sep 11 20:12:57.203 INFO clone ok!, project: chelsio-t6-roms
27112026-09-11T20:12:58.269Z[ helios-setup] Sep 11 20:12:57.203 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
27122026-09-11T20:12:58.270Z[ helios-setup] Sep 11 20:12:57.203 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder
27132026-09-11T20:12:58.270Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'...
27142026-09-11T20:12:59.400Z[ helios-setup] Sep 11 20:12:58.310 INFO clone ok!, project: image-builder
27152026-09-11T20:12:59.400Z[ helios-setup] Sep 11 20:12:58.310 INFO project amd-firmware: Project { github: Some("oxidecomputer/amd-firmware"), url: None, auto_update: true, rev: None, use_ssh: true, site_sh: false, cargo_build: false, use_debug: false, cargo_toolchain: false, unless_env: Some("OXIDE_STAFF"), fixup: [] }, project: amd-firmware
27162026-09-11T20:12:59.405Z[ helios-setup] Sep 11 20:12:58.310 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware
27172026-09-11T20:12:59.405Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'...
27182026-09-11T20:13:05.746Z[ helios-setup] Sep 11 20:13:04.683 INFO clone ok!, project: amd-firmware
27192026-09-11T20:13:05.746Z[ helios-setup] Sep 11 20:13:04.683 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
27202026-09-11T20:13:05.749Z[ helios-setup] Sep 11 20:13:04.683 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
27212026-09-11T20:13:05.749Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'...
27222026-09-11T20:13:06.599Z[ helios-setup] Sep 11 20:13:05.535 INFO clone ok!, project: amd-host-image-builder
27232026-09-11T20:13:06.602Z[ helios-setup] Sep 11 20:13:05.536 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no"
27242026-09-11T20:13:06.602Z[ helios-setup] Sep 11 20:13:05.536 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no"
27252026-09-11T20:13:06.602Z[ helios-setup] Sep 11 20:13:05.536 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
27262026-09-11T20:13:06.602Z[ helios-setup] Sep 11 20:13:05.536 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot
27272026-09-11T20:13:06.602Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'...
27282026-09-11T20:13:06.856Z[ omicron-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
27292026-09-11T20:13:07.505Z[ helios-setup] Sep 11 20:13:06.442 INFO clone ok!, project: pilot
27302026-09-11T20:13:07.509Z[ helios-setup] Sep 11 20:13:06.442 INFO skipping project "illumos" because "BUILD_OS" is set to "no"
27312026-09-11T20:13:07.509Z[ helios-setup] Sep 11 20:13:06.442 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
27322026-09-11T20:13:07.509Z[ helios-setup] Sep 11 20:13:06.442 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick
27332026-09-11T20:13:07.509Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'...
27342026-09-11T20:13:08.137Z[ helios-setup] Sep 11 20:13:07.073 INFO clone ok!, project: pinprick
27352026-09-11T20:13:08.141Z[ helios-setup] Sep 11 20:13:07.074 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
27362026-09-11T20:13:08.141Z[ helios-setup] Sep 11 20:13:07.074 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver
27372026-09-11T20:13:08.141Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'...
27382026-09-11T20:13:08.724Z[ helios-setup] Sep 11 20:13:07.660 INFO clone ok!, project: bootserver
27392026-09-11T20:13:08.724Z[ helios-setup] Sep 11 20:13:07.661 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
27402026-09-11T20:13:08.724Z[ helios-setup] Sep 11 20:13:07.661 INFO cloning git@github.com:oxidecomputer/dmar-report.git at "/work/oxidecomputer/helios/projects/dmar-report"..., project: dmar-report
27412026-09-11T20:13:08.727Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/dmar-report'...
27422026-09-11T20:13:09.522Z[ helios-setup] Sep 11 20:13:08.459 INFO clone ok!, project: dmar-report
27432026-09-11T20:13:09.525Z[ helios-setup] Sep 11 20:13:08.459 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None
27442026-09-11T20:13:09.753Z[ helios-setup] Sep 11 20:13:08.688 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios"], pwd: None
27452026-09-11T20:13:09.969Z[ helios-setup] Sep 11 20:13:08.906 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios created
27462026-09-11T20:13:09.970Z[ helios-setup] Sep 11 20:13:08.906 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None
27472026-09-11T20:13:10.074Z[ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
27482026-09-11T20:13:10.194Z[ helios-setup] Sep 11 20:13:09.131 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios"], pwd: None
27492026-09-11T20:13:10.456Z[ helios-setup] Sep 11 20:13:09.391 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios created
27502026-09-11T20:13:10.456Z[ helios-setup] Sep 11 20:13:09.391 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None
27512026-09-11T20:13:10.702Z[ helios-setup] Sep 11 20:13:09.639 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios"], pwd: None
27522026-09-11T20:13:10.922Z[ helios-setup] Sep 11 20:13:09.859 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios created
27532026-09-11T20:13:10.922Z[ helios-setup] Sep 11 20:13:09.859 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist
27542026-09-11T20:13:10.926Z[ helios-setup] Sep 11 20:13:09.859 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ...
27552026-09-11T20:13:10.926Z[ helios-setup] Sep 11 20:13:09.859 INFO ok!
27562026-09-11T20:13:10.926Z[ helios-setup] Sep 11 20:13:09.859 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist
27572026-09-11T20:13:10.926Z[ helios-setup] Sep 11 20:13:09.859 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ...
27582026-09-11T20:13:10.926Z[ helios-setup] Sep 11 20:13:09.859 INFO ok!
27592026-09-11T20:13:10.926Z[ helios-setup] Sep 11 20:13:09.859 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist
27602026-09-11T20:13:10.926Z[ helios-setup] Sep 11 20:13:09.859 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ...
27612026-09-11T20:13:10.926Z[ helios-setup] Sep 11 20:13:09.859 INFO ok!
27622026-09-11T20:13:10.926Z[ helios-setup] Sep 11 20:13:09.859 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/phbl"
27632026-09-11T20:13:11.130Z[ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
27642026-09-11T20:13:24.211Z[ omicron-package] Finished `release` profile [optimized] target(s) in 42.33s
27652026-09-11T20:13:24.444Z[ omicron-package]
27662026-09-11T20:13:24.445Z[ omicron-package] real 42.509449324
27672026-09-11T20:13:24.445Z[ omicron-package] user 4:09.160799512
27682026-09-11T20:13:24.448Z[ omicron-package] sys 30.146895174
27692026-09-11T20:13:24.448Z[ omicron-package] trap 0.782908114
27702026-09-11T20:13:24.448Z[ omicron-package] tflt 0.310903777
27712026-09-11T20:13:24.448Z[ omicron-package] dflt 2.692263975
27722026-09-11T20:13:24.448Z[ omicron-package] kflt 0.000306680
27732026-09-11T20:13:24.448Z[ omicron-package] lock 8:36.125533772
27742026-09-11T20:13:24.448Z[ omicron-package] slp 4:42.289865524
27752026-09-11T20:13:24.448Z[ omicron-package] lat 53.113460735
27762026-09-11T20:13:24.448Z[ omicron-package] stop 1:44.298013553
27772026-09-11T20:13:24.448ZSep 11 20:13:23.382 INFO [omicron-package] process exited with exit status: 0 (42.568876281s)
27782026-09-11T20:13:24.448ZSep 11 20:13:23.382 INFO [host-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out target create --preset host
27792026-09-11T20:13:24.448ZSep 11 20:13:23.382 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --preset recovery
27802026-09-11T20:13:24.453Z[ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG
27812026-09-11T20:13:24.453Z[ recovery-target] Logging to: /work/artifacts-recovery/LOG
27822026-09-11T20:13:24.456Z[ host-target] Created new build target 'host' and set it as active
27832026-09-11T20:13:24.456Z[ recovery-target] Created new build target 'recovery' and set it as active
27842026-09-11T20:13:24.459ZSep 11 20:13:23.393 INFO [host-target] process exited with exit status: 0 (11.340623ms)
27852026-09-11T20:13:24.459ZSep 11 20:13:23.393 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package
27862026-09-11T20:13:24.459ZSep 11 20:13:23.394 INFO [recovery-target] process exited with exit status: 0 (11.368683ms)
27872026-09-11T20:13:24.463Z[ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG
27882026-09-11T20:13:26.041Z[ host-package] Compiling cfg-if v1.0.4
27892026-09-11T20:13:26.258Z[ host-package] Compiling serde_core v1.0.228
27902026-09-11T20:13:26.258Z[ host-package] Compiling libc v0.2.185
27912026-09-11T20:13:26.261Z[ host-package] Compiling memchr v2.8.0
27922026-09-11T20:13:26.332Z[ host-package] Compiling smallvec v1.15.1
27932026-09-11T20:13:26.369Z[ host-package] Compiling stable_deref_trait v1.2.1
27942026-09-11T20:13:26.396Z[ host-package] Compiling libm v0.2.16
27952026-09-11T20:13:26.396Z[ host-package] Compiling scopeguard v1.2.0
27962026-09-11T20:13:26.440Z[ host-package] Compiling zerofrom v0.1.6
27972026-09-11T20:13:26.466Z[ host-package] Compiling writeable v0.6.2
27982026-09-11T20:13:26.470Z[ host-package] Compiling percent-encoding v2.3.2
27992026-09-11T20:13:26.470Z[ host-package] Compiling litemap v0.8.1
28002026-09-11T20:13:26.536Z[ host-package] Compiling lock_api v0.4.14
28012026-09-11T20:13:26.558Z[ host-package] Compiling icu_properties_data v2.1.2
28022026-09-11T20:13:26.582Z[ host-package] Compiling icu_normalizer_data v2.1.1
28032026-09-11T20:13:26.605Z[ host-package] Compiling yoke v0.8.1
28042026-09-11T20:13:26.608Z[ host-package] Compiling rand_core v0.10.0
28052026-09-11T20:13:26.653Z[ host-package] Compiling utf8_iter v1.0.4
28062026-09-11T20:13:26.678Z[ host-package] Compiling form_urlencoded v1.2.2
28072026-09-11T20:13:26.707Z[ host-package] Compiling zerocopy v0.8.55
28082026-09-11T20:13:26.710Z[ host-package] Compiling iana-time-zone v0.1.65
28092026-09-11T20:13:26.770Z[ host-package] Compiling errno v0.3.14
28102026-09-11T20:13:26.770Z[ host-package] Compiling parking_lot_core v0.9.12
28112026-09-11T20:13:26.770Z[ host-package] Compiling mio v1.2.0
28122026-09-11T20:13:26.841Z[ host-package] Compiling getrandom v0.4.3
28132026-09-11T20:13:26.844Z[ host-package] Compiling zerovec v0.11.5
28142026-09-11T20:13:26.844Z[ host-package] Compiling zerotrie v0.2.3
28152026-09-11T20:13:26.924Z[ host-package] Compiling socket2 v0.6.3
28162026-09-11T20:13:26.948Z[ host-package] Compiling signal-hook-registry v1.4.8
28172026-09-11T20:13:26.977Z[ host-package] Compiling thiserror v2.0.18
28182026-09-11T20:13:27.007Z[ host-package] Compiling parking_lot v0.12.5
28192026-09-11T20:13:27.060Z[ host-package] Compiling getrandom v0.2.17
28202026-09-11T20:13:27.097Z[ host-package] Compiling getrandom v0.3.4
28212026-09-11T20:13:27.100Z[ host-package] Compiling futures-util v0.3.32
28222026-09-11T20:13:27.152Z[ host-package] Compiling base64 v0.22.1
28232026-09-11T20:13:27.180Z[ host-package] Compiling time v0.3.47
28242026-09-11T20:13:27.218Z[ host-package] Compiling aho-corasick v1.1.4
28252026-09-11T20:13:27.319Z[ host-package] Compiling num-traits v0.2.19
28262026-09-11T20:13:27.357Z[ host-package] Compiling rand_core v0.6.4
28272026-09-11T20:13:27.392Z[ host-package] Compiling rand_core v0.9.5
28282026-09-11T20:13:27.479Z[ host-package] Compiling spin v0.9.8
28292026-09-11T20:13:27.503Z[ host-package] Compiling socket2 v0.5.10
28302026-09-11T20:13:27.529Z[ host-package] Compiling pest v2.8.6
28312026-09-11T20:13:27.584Z[ host-package] Compiling tinystr v0.8.2
28322026-09-11T20:13:27.659Z[ host-package] Compiling potential_utf v0.1.4
28332026-09-11T20:13:27.659Z[ host-package] Compiling crc32fast v1.5.0
28342026-09-11T20:13:27.739Z[ host-package] Compiling encoding_rs v0.8.35
28352026-09-11T20:13:27.783Z[ host-package] Compiling simd-adler32 v0.3.8
28362026-09-11T20:13:27.814Z[ host-package] Compiling adler2 v2.0.1
28372026-09-11T20:13:27.838Z[ host-package] Compiling lazy_static v1.5.0
28382026-09-11T20:13:27.917Z[ host-package] Compiling icu_locale_core v2.1.1
28392026-09-11T20:13:27.950Z[ host-package] Compiling icu_collections v2.1.1
28402026-09-11T20:13:28.019Z[ host-package] Compiling wait-timeout v0.2.1
28412026-09-11T20:13:28.046Z[ host-package] Compiling miniz_oxide v0.8.9
28422026-09-11T20:13:28.091Z[ host-package] Compiling rand_xorshift v0.4.0
28432026-09-11T20:13:28.157Z[ host-package] Compiling zlib-rs v0.6.2
28442026-09-11T20:13:28.234Z[ host-package] Compiling num-integer v0.1.46
28452026-09-11T20:13:28.361Z[ host-package] Compiling serde v1.0.228
28462026-09-11T20:13:28.395Z[ host-package] Compiling bitflags v2.11.0
28472026-09-11T20:13:28.436Z[ host-package] Compiling serde_json v1.0.151
28482026-09-11T20:13:28.456Z[ host-package] Compiling uuid v1.23.4
28492026-09-11T20:13:28.534Z[ host-package] Compiling semver v1.0.28
28502026-09-11T20:13:28.720Z[ host-package] Compiling icu_provider v2.1.1
28512026-09-11T20:13:28.794Z[ host-package] Compiling rustix v1.1.4
28522026-09-11T20:13:28.925Z[ host-package] Compiling indexmap v2.14.0
28532026-09-11T20:13:29.073Z[ host-package] Compiling bytes v1.11.1
28542026-09-11T20:13:29.106Z[ host-package] Compiling zeroize v1.9.0
28552026-09-11T20:13:29.151Z[ host-package] Compiling icu_normalizer v2.1.1
28562026-09-11T20:13:29.196Z[ host-package] Compiling icu_properties v2.1.2
28572026-09-11T20:13:29.243Z[ host-package] Compiling chrono v0.4.45
28582026-09-11T20:13:29.449Z[ host-package] Compiling generic-array v0.14.7
28592026-09-11T20:13:29.579Z[ host-package] Compiling erased-serde v0.3.31
28602026-09-11T20:13:29.692Z[ host-package] Compiling tokio v1.52.1
28612026-09-11T20:13:29.866Z[ host-package] Compiling http v1.4.2
28622026-09-11T20:13:29.909Z[ host-package] Compiling terminal_size v0.4.3
28632026-09-11T20:13:30.041Z[ host-package] Compiling rustls-pki-types v1.14.0
28642026-09-11T20:13:30.108Z[ host-package] Compiling ppv-lite86 v0.2.21
28652026-09-11T20:13:30.139Z[ host-package] Compiling crypto-common v0.1.7
28662026-09-11T20:13:30.163Z[ host-package] Compiling block-buffer v0.10.4
28672026-09-11T20:13:30.201Z[ host-package] Compiling idna_adapter v1.2.1
28682026-09-11T20:13:30.260Z[ host-package] Compiling slog v2.8.2
28692026-09-11T20:13:30.295Z[ host-package] Compiling ipnet v2.12.0
28702026-09-11T20:13:30.354Z[ host-package] Compiling clap_builder v4.6.0
28712026-09-11T20:13:30.357Z[ host-package] Compiling aws-lc-rs v1.16.3
28722026-09-11T20:13:30.401Z[ host-package] Compiling digest v0.10.7
28732026-09-11T20:13:30.427Z[ host-package] Compiling regex-automata v0.4.14
28742026-09-11T20:13:30.427Z[ host-package] Compiling tempfile v3.27.0
28752026-09-11T20:13:30.476Z[ host-package] Compiling der v0.7.10
28762026-09-11T20:13:30.514Z[ host-package] Compiling idna v1.1.0
28772026-09-11T20:13:30.581Z[ host-package] Compiling rand_chacha v0.9.0
28782026-09-11T20:13:30.730Z[ host-package] Compiling http-body v1.0.1
28792026-09-11T20:13:30.819Z[ host-package] Compiling hybrid-array v0.4.13
28802026-09-11T20:13:30.895Z[ host-package] Compiling rand_chacha v0.3.1
28812026-09-11T20:13:30.932Z[ host-package] Compiling url v2.5.8
28822026-09-11T20:13:30.975Z[ host-package] Compiling rand v0.9.2
28832026-09-11T20:13:31.115Z[ host-package] Compiling http-body-util v0.1.3
28842026-09-11T20:13:31.115Z[ host-package] Compiling serde_urlencoded v0.7.1
28852026-09-11T20:13:31.295Z[ host-package] Compiling rand v0.8.6
28862026-09-11T20:13:31.295Z[ host-package] Compiling hex v0.4.3
28872026-09-11T20:13:31.501Z[ host-package] Compiling hubpack v0.1.2
28882026-09-11T20:13:31.554Z[ host-package] Compiling rustls-webpki v0.103.13
28892026-09-11T20:13:31.608Z[ helios-setup] Sep 11 20:13:30.544 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')"
28902026-09-11T20:13:31.608Z[ helios-setup] Sep 11 20:13:30.545 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/image-builder"
28912026-09-11T20:13:31.612Z[ host-package] Compiling spki v0.7.3
28922026-09-11T20:13:31.619Z[ helios-setup] Sep 11 20:13:30.553 INFO rust toolchain for "/work/oxidecomputer/helios/projects/image-builder": "1.98.1-x86_64-unknown-illumos (default)"
28932026-09-11T20:13:31.619Z[ helios-setup] Sep 11 20:13:30.553 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder
28942026-09-11T20:13:31.619Z[ helios-setup] Sep 11 20:13:30.553 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder")
28952026-09-11T20:13:31.670Z[ host-package] Compiling schemars v0.8.22
28962026-09-11T20:13:31.733Z[ helios-setup] Sep 11 20:13:30.670 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib`
28972026-09-11T20:13:31.780Z[ host-package] Compiling block-buffer v0.12.1
28982026-09-11T20:13:31.803Z[ host-package] Compiling crypto-common v0.2.2
28992026-09-11T20:13:31.834Z[ host-package] Compiling rustls-native-certs v0.8.3
29002026-09-11T20:13:31.934Z[ host-package] Compiling pkcs8 v0.10.2
29012026-09-11T20:13:32.029Z[ host-package] Compiling futures-executor v0.3.32
29022026-09-11T20:13:32.043Z[ helios-setup] Sep 11 20:13:30.980 INFO E| From https://github.com/jclulow/rust-jmclib
29032026-09-11T20:13:32.043Z[ helios-setup] Sep 11 20:13:30.980 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949
29042026-09-11T20:13:32.058Z[ helios-setup] Sep 11 20:13:30.995 INFO E| Updating crates.io index
29052026-09-11T20:13:32.111Z[ helios-setup] Sep 11 20:13:31.048 INFO E| Downloading crates ...
29062026-09-11T20:13:32.115Z[ host-package] Compiling publicsuffix v2.3.0
29072026-09-11T20:13:32.165Z[ helios-setup] Sep 11 20:13:31.102 INFO E| Downloaded libdevinfo-sys v1.0.0
29082026-09-11T20:13:32.169Z[ helios-setup] Sep 11 20:13:31.106 INFO E| Downloaded sha-1 v0.9.8
29092026-09-11T20:13:32.175Z[ helios-setup] Sep 11 20:13:31.112 INFO E| Downloaded typenum v1.16.0
29102026-09-11T20:13:32.181Z[ helios-setup] Sep 11 20:13:31.114 INFO E| Downloaded block-buffer v0.9.0
29112026-09-11T20:13:32.181Z[ helios-setup] Sep 11 20:13:31.117 INFO E| Downloaded opaque-debug v0.3.0
29122026-09-11T20:13:32.186Z[ helios-setup] Sep 11 20:13:31.119 INFO E| Downloaded md-5 v0.9.1
29132026-09-11T20:13:32.186Z[ helios-setup] Sep 11 20:13:31.123 INFO E| Downloaded cpufeatures v0.2.9
29142026-09-11T20:13:32.193Z[ helios-setup] Sep 11 20:13:31.131 INFO E| Downloaded errno v0.3.1
29152026-09-11T20:13:32.193Z[ helios-setup] Sep 11 20:13:31.131 INFO E| Downloaded digest v0.9.0
29162026-09-11T20:13:32.197Z[ helios-setup] Sep 11 20:13:31.131 INFO E| Downloaded fastrand v2.0.0
29172026-09-11T20:13:32.197Z[ helios-setup] Sep 11 20:13:31.133 INFO E| Downloaded itoa v1.0.9
29182026-09-11T20:13:32.200Z[ host-package] Compiling rustls v0.23.41
29192026-09-11T20:13:32.216Z[ helios-setup] Sep 11 20:13:31.151 INFO E| Downloaded tempfile v3.7.0
29202026-09-11T20:13:32.219Z[ helios-setup] Sep 11 20:13:31.153 INFO E| Downloaded unicode-width v0.1.10
29212026-09-11T20:13:32.219Z[ helios-setup] Sep 11 20:13:31.154 INFO E| Downloaded glob v0.3.1
29222026-09-11T20:13:32.223Z[ helios-setup] Sep 11 20:13:31.160 INFO E| Downloaded walkdir v2.3.3
29232026-09-11T20:13:32.227Z[ helios-setup] Sep 11 20:13:31.162 INFO E| Downloaded bitflags v2.3.3
29242026-09-11T20:13:32.231Z[ helios-setup] Sep 11 20:13:31.168 INFO E| Downloaded getrandom v0.2.10
29252026-09-11T20:13:32.234Z[ helios-setup] Sep 11 20:13:31.170 INFO E| Downloaded uuid v0.8.2
29262026-09-11T20:13:32.237Z[ helios-setup] Sep 11 20:13:31.172 INFO E| Downloaded quote v1.0.31
29272026-09-11T20:13:32.237Z[ helios-setup] Sep 11 20:13:31.174 INFO E| Downloaded serde_derive v1.0.193
29282026-09-11T20:13:32.240Z[ helios-setup] Sep 11 20:13:31.175 INFO E| Downloaded unicode-ident v1.0.11
29292026-09-11T20:13:32.240Z[ helios-setup] Sep 11 20:13:31.177 INFO E| Downloaded once_cell v1.18.0
29302026-09-11T20:13:32.245Z[ helios-setup] Sep 11 20:13:31.178 INFO E| Downloaded proc-macro2 v1.0.66
29312026-09-11T20:13:32.245Z[ helios-setup] Sep 11 20:13:31.180 INFO E| Downloaded ryu v1.0.15
29322026-09-11T20:13:32.249Z[ helios-setup] Sep 11 20:13:31.186 INFO E| Downloaded toml v0.5.11
29332026-09-11T20:13:32.252Z[ helios-setup] Sep 11 20:13:31.188 INFO E| Downloaded anyhow v1.0.72
29342026-09-11T20:13:32.255Z[ helios-setup] Sep 11 20:13:31.190 INFO E| Downloaded serde v1.0.193
29352026-09-11T20:13:32.267Z[ helios-setup] Sep 11 20:13:31.203 INFO E| Downloaded serde_json v1.0.103
29362026-09-11T20:13:32.284Z[ host-package] Compiling futures v0.3.32
29372026-09-11T20:13:32.287Z[ helios-setup] Sep 11 20:13:31.221 INFO E| Downloaded syn v2.0.32
29382026-09-11T20:13:32.301Z[ helios-setup] Sep 11 20:13:31.238 INFO E| Downloaded rustix v0.38.4
29392026-09-11T20:13:32.320Z[ helios-setup] Sep 11 20:13:31.256 INFO E| Downloaded libc v0.2.147
29402026-09-11T20:13:32.345Z[ host-package] Compiling openapiv3 v2.2.0
29412026-09-11T20:13:32.437Z[ host-package] Compiling clap v4.6.1
29422026-09-11T20:13:32.437Z[ host-package] Compiling cookie v0.18.1
29432026-09-11T20:13:32.496Z[ helios-setup] Sep 11 20:13:31.433 INFO E| Compiling libc v0.2.147
29442026-09-11T20:13:32.496Z[ helios-setup] Sep 11 20:13:31.433 INFO E| Compiling proc-macro2 v1.0.66
29452026-09-11T20:13:32.496Z[ helios-setup] Sep 11 20:13:31.433 INFO E| Compiling cfg-if v1.0.0
29462026-09-11T20:13:32.535Z[ helios-setup] Sep 11 20:13:31.433 INFO E| Compiling unicode-ident v1.0.11
29472026-09-11T20:13:32.535Z[ helios-setup] Sep 11 20:13:31.433 INFO E| Compiling version_check v0.9.4
29482026-09-11T20:13:32.535Z[ helios-setup] Sep 11 20:13:31.433 INFO E| Compiling typenum v1.16.0
29492026-09-11T20:13:32.535Z[ helios-setup] Sep 11 20:13:31.433 INFO E| Compiling serde v1.0.193
29502026-09-11T20:13:32.535Z[ helios-setup] Sep 11 20:13:31.433 INFO E| Compiling time-core v0.1.2
29512026-09-11T20:13:32.535Z[ helios-setup] Sep 11 20:13:31.433 INFO E| Compiling powerfmt v0.2.0
29522026-09-11T20:13:32.535Z[ helios-setup] Sep 11 20:13:31.433 INFO E| Compiling itoa v1.0.9
29532026-09-11T20:13:32.535Z[ helios-setup] Sep 11 20:13:31.433 INFO E| Compiling rustix v0.38.4
29542026-09-11T20:13:32.536Z[ helios-setup] Sep 11 20:13:31.433 INFO E| Compiling slog v2.7.0
29552026-09-11T20:13:32.536Z[ helios-setup] Sep 11 20:13:31.433 INFO E| Compiling num-conv v0.1.0
29562026-09-11T20:13:32.536Z[ helios-setup] Sep 11 20:13:31.433 INFO E| Compiling once_cell v1.18.0
29572026-09-11T20:13:32.536Z[ helios-setup] Sep 11 20:13:31.433 INFO E| Compiling num_threads v0.1.6
29582026-09-11T20:13:32.536Z[ helios-setup] Sep 11 20:13:31.433 INFO E| Compiling bitflags v2.3.3
29592026-09-11T20:13:32.542Z[ host-package] Compiling signature v2.2.0
29602026-09-11T20:13:32.545Z[ host-package] Compiling rusty-fork v0.3.1
29612026-09-11T20:13:32.614Z[ host-package] Compiling digest v0.11.3
29622026-09-11T20:13:32.718Z[ host-package] Compiling sha2 v0.10.9
29632026-09-11T20:13:32.799Z[ host-package] Compiling flate2 v1.1.9
29642026-09-11T20:13:32.834Z[ host-package] Compiling ipnetwork v0.21.1
29652026-09-11T20:13:32.952Z[ host-package] Compiling cookie_store v0.22.1
29662026-09-11T20:13:33.015Z[ host-package] Compiling proptest v1.11.0
29672026-09-11T20:13:33.089Z[ host-package] Compiling dof v0.4.0
29682026-09-11T20:13:33.132Z[ host-package] Compiling dtrace-parser v0.3.0
29692026-09-11T20:13:33.139Z[ helios-setup] Sep 11 20:13:32.076 INFO E| Compiling generic-array v0.14.7
29702026-09-11T20:13:33.219Z[ helios-setup] Sep 11 20:13:32.156 INFO E| Compiling fastrand v2.0.0
29712026-09-11T20:13:33.219Z[ helios-setup] Sep 11 20:13:32.156 INFO E| Compiling opaque-debug v0.3.0
29722026-09-11T20:13:33.238Z[ helios-setup] Sep 11 20:13:32.174 INFO E| Compiling serde_json v1.0.103
29732026-09-11T20:13:33.256Z[ host-package] Compiling camino v1.2.5
29742026-09-11T20:13:33.445Z[ helios-setup] Sep 11 20:13:32.382 INFO E| Compiling anyhow v1.0.72
29752026-09-11T20:13:33.482Z[ helios-setup] Sep 11 20:13:32.419 INFO E| Compiling ryu v1.0.15
29762026-09-11T20:13:33.556Z[ helios-setup] Sep 11 20:13:32.480 INFO E| Compiling time-macros v0.2.18
29772026-09-11T20:13:33.556Z[ helios-setup] Sep 11 20:13:32.490 INFO E| Compiling deranged v0.3.11
29782026-09-11T20:13:33.623Z[ host-package] Compiling oxnet v0.1.6
29792026-09-11T20:13:33.653Z[ helios-setup] Sep 11 20:13:32.590 INFO E| Compiling unicode-width v0.1.10
29802026-09-11T20:13:33.734Z[ host-package] Compiling regex v1.12.3
29812026-09-11T20:13:33.740Z[ helios-setup] Sep 11 20:13:32.674 INFO E| Compiling thread_local v1.1.7
29822026-09-11T20:13:33.766Z[ helios-setup] Sep 11 20:13:32.703 INFO E| Compiling cpufeatures v0.2.9
29832026-09-11T20:13:33.815Z[ helios-setup] Sep 11 20:13:32.752 INFO E| Compiling same-file v1.0.6
29842026-09-11T20:13:33.872Z[ helios-setup] Sep 11 20:13:32.809 INFO E| Compiling getopts v0.2.21
29852026-09-11T20:13:33.880Z[ host-package] Compiling thread-id v5.1.0
29862026-09-11T20:13:33.888Z[ helios-setup] Sep 11 20:13:32.825 INFO E| Compiling glob v0.3.1
29872026-09-11T20:13:33.909Z[ helios-setup] Sep 11 20:13:32.846 INFO E| Compiling libdevinfo-sys v1.0.0
29882026-09-11T20:13:33.979Z[ helios-setup] Sep 11 20:13:32.916 INFO E| Compiling walkdir v2.3.3
29892026-09-11T20:13:33.993Z[ host-package] Compiling data-encoding v2.10.0
29902026-09-11T20:13:34.103Z[ helios-setup] Sep 11 20:13:33.040 INFO E| Compiling quote v1.0.31
29912026-09-11T20:13:34.344Z[ host-package] Compiling x509-cert v0.2.5
29922026-09-11T20:13:34.456Z[ helios-setup] Sep 11 20:13:33.393 INFO E| Compiling syn v2.0.32
29932026-09-11T20:13:34.483Z[ host-package] Compiling memmap2 v0.9.10
29942026-09-11T20:13:34.553Z[ host-package] Compiling num-iter v0.1.45
29952026-09-11T20:13:34.628Z[ host-package] Compiling usdt-impl v0.6.0
29962026-09-11T20:13:34.696Z[ helios-setup] Sep 11 20:13:33.633 INFO E| Compiling dirs-sys-next v0.1.2
29972026-09-11T20:13:34.696Z[ helios-setup] Sep 11 20:13:33.633 INFO E| Compiling errno v0.3.1
29982026-09-11T20:13:34.696Z[ helios-setup] Sep 11 20:13:33.633 INFO E| Compiling atty v0.2.14
29992026-09-11T20:13:34.712Z[ helios-setup] Sep 11 20:13:33.633 INFO E| Compiling getrandom v0.2.10
30002026-09-11T20:13:34.878Z[ helios-setup] Sep 11 20:13:33.814 INFO E| Compiling dirs-next v2.0.0
30012026-09-11T20:13:34.935Z[ host-package] Compiling rustix v0.38.44
30022026-09-11T20:13:34.956Z[ helios-setup] Sep 11 20:13:33.893 INFO E| Compiling term v0.7.0
30032026-09-11T20:13:35.101Z[ host-package] Compiling packed_struct v0.10.1
30042026-09-11T20:13:35.196Z[ host-package] Compiling hmac v0.12.1
30052026-09-11T20:13:35.355Z[ host-package] Compiling tokio-util v0.7.18
30062026-09-11T20:13:35.399Z[ host-package] Compiling tower v0.5.3
30072026-09-11T20:13:35.442Z[ helios-setup] Sep 11 20:13:34.379 INFO E| Compiling digest v0.9.0
30082026-09-11T20:13:35.442Z[ helios-setup] Sep 11 20:13:34.379 INFO E| Compiling block-buffer v0.9.0
30092026-09-11T20:13:35.615Z[ helios-setup] Sep 11 20:13:34.551 INFO E| Compiling sha-1 v0.9.8
30102026-09-11T20:13:35.615Z[ helios-setup] Sep 11 20:13:34.551 INFO E| Compiling md-5 v0.9.1
30112026-09-11T20:13:35.625Z[ host-package] Compiling usdt v0.6.0
30122026-09-11T20:13:35.704Z[ helios-setup] Sep 11 20:13:34.641 INFO E| Compiling tempfile v3.7.0
30132026-09-11T20:13:35.729Z[ helios-setup] Sep 11 20:13:34.665 INFO E| Compiling time v0.3.36
30142026-09-11T20:13:35.804Z[ host-package] Compiling num-bigint-dig v0.8.6
30152026-09-11T20:13:35.807Z[ host-package] Compiling dof v0.3.0
30162026-09-11T20:13:36.017Z[ host-package] Compiling bstr v1.12.1
30172026-09-11T20:13:36.386Z[ host-package] Compiling h2 v0.4.15
30182026-09-11T20:13:36.496Z[ host-package] Compiling tower-http v0.6.8
30192026-09-11T20:13:36.777Z[ helios-setup] Sep 11 20:13:35.712 INFO E| Compiling slog-term v2.9.0
30202026-09-11T20:13:36.803Z[ host-package] Compiling pkcs1 v0.7.5
30212026-09-11T20:13:36.867Z[ host-package] Compiling newtype-uuid v1.3.2
30222026-09-11T20:13:36.920Z[ helios-setup] Sep 11 20:13:35.857 INFO E| Compiling serde_derive v1.0.193
30232026-09-11T20:13:37.086Z[ host-package] Compiling block-padding v0.4.2
30242026-09-11T20:13:37.164Z[ host-package] Compiling serde_spanned v0.6.9
30252026-09-11T20:13:37.186Z[ host-package] Compiling toml_datetime v0.6.11
30262026-09-11T20:13:37.328Z[ host-package] Compiling daft v0.1.8
30272026-09-11T20:13:37.402Z[ host-package] Compiling dtrace-parser v0.2.0
30282026-09-11T20:13:37.439Z[ host-package] Compiling ff v0.13.1
30292026-09-11T20:13:37.442Z[ host-package] Compiling thread-id v4.2.2
30302026-09-11T20:13:37.622Z[ host-package] Compiling tokio-rustls v0.26.4
30312026-09-11T20:13:37.653Z[ host-package] Compiling rustls-platform-verifier v0.6.2
30322026-09-11T20:13:37.678Z[ host-package] Compiling sec1 v0.7.3
30332026-09-11T20:13:37.681Z[ host-package] Compiling group v0.13.0
30342026-09-11T20:13:37.681Z[ host-package] Compiling signal-hook v0.3.18
30352026-09-11T20:13:37.725Z[ host-package] Compiling nix v0.31.2
30362026-09-11T20:13:37.747Z[ host-package] Compiling inout v0.2.2
30372026-09-11T20:13:37.824Z[ host-package] Compiling rsa v0.9.10
30382026-09-11T20:13:37.848Z[ host-package] Compiling usdt-impl v0.5.0
30392026-09-11T20:13:37.974Z[ host-package] Compiling serde-hex v0.1.0
30402026-09-11T20:13:37.997Z[ host-package] Compiling hkdf v0.12.4
30412026-09-11T20:13:38.105Z[ host-package] Compiling ron v0.8.1
30422026-09-11T20:13:38.127Z[ host-package] Compiling serde_with v3.21.0
30432026-09-11T20:13:38.150Z[ host-package] Compiling crypto-bigint v0.5.5
30442026-09-11T20:13:38.246Z[ host-package] Compiling foreign-types-shared v0.1.1
30452026-09-11T20:13:38.319Z[ host-package] Compiling cipher v0.5.2
30462026-09-11T20:13:38.458Z[ host-package] Compiling foreign-types v0.3.2
30472026-09-11T20:13:38.463Z[ host-package] Compiling openssl-sys v0.9.117
30482026-09-11T20:13:38.573Z[ host-package] Compiling ahash v0.8.12
30492026-09-11T20:13:38.711Z[ host-package] Compiling chacha20 v0.10.0
30502026-09-11T20:13:38.899Z[ host-package] Compiling signal-hook-mio v0.2.5
30512026-09-11T20:13:38.954Z[ host-package] Compiling openssl v0.10.80
30522026-09-11T20:13:39.086Z[ host-package] Compiling globset v0.4.18
30532026-09-11T20:13:39.163Z[ host-package] Compiling sha3 v0.10.8
30542026-09-11T20:13:39.166Z[ host-package] Compiling zopfli v0.8.3
30552026-09-11T20:13:39.254Z[ host-package] Compiling elliptic-curve v0.13.8
30562026-09-11T20:13:39.279Z[ host-package] Compiling toml_edit v0.19.15
30572026-09-11T20:13:39.282Z[ host-package] Compiling curve25519-dalek v4.1.3
30582026-09-11T20:13:39.479Z[ host-package] Compiling rand v0.10.1
30592026-09-11T20:13:39.604Z[ host-package] Compiling bzip2 v0.4.4
30602026-09-11T20:13:39.639Z[ host-package] Compiling hashbrown v0.13.2
30612026-09-11T20:13:39.699Z[ host-package] Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
30622026-09-11T20:13:39.742Z[ host-package] Compiling jiff v0.2.34
30632026-09-11T20:13:39.839Z[ host-package] Compiling zip v0.6.6
30642026-09-11T20:13:39.902Z[ host-package] Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
30652026-09-11T20:13:39.934Z[ host-package] Compiling crossterm v0.28.1
30662026-09-11T20:13:40.257Z[ host-package] Compiling object v0.30.4
30672026-09-11T20:13:40.262Z[ host-package] Compiling sha2 v0.11.0
30682026-09-11T20:13:40.343Z[ host-package] Compiling ed25519 v2.2.3
30692026-09-11T20:13:40.351Z[ host-package] Compiling serde-big-array v0.5.1
30702026-09-11T20:13:40.419Z[ host-package] Compiling pem v3.0.6
30712026-09-11T20:13:40.603Z[ host-package] Compiling hyper v1.10.1
30722026-09-11T20:13:40.648Z[ host-package] Compiling petgraph v0.8.3
30732026-09-11T20:13:40.775Z[ host-package] Compiling object v0.37.3
30742026-09-11T20:13:40.862Z[ host-package] Compiling heapless v0.7.17
30752026-09-11T20:13:40.917Z[ host-package] Compiling ed25519-dalek v2.2.0
30762026-09-11T20:13:40.963Z[ host-package] Compiling toml v0.7.8
30772026-09-11T20:13:41.042Z[ host-package] Compiling hmac v0.13.0
30782026-09-11T20:13:41.374Z[ host-package] Compiling md-5 v0.11.0
30792026-09-11T20:13:41.407Z[ host-package] Compiling byte-wrapper v0.1.0
30802026-09-11T20:13:41.453Z[ host-package] Compiling serde_plain v1.0.2
30812026-09-11T20:13:41.500Z[ host-package] Compiling toml_edit v0.22.27
30822026-09-11T20:13:41.705Z[ host-package] Compiling native-tls v0.2.18
30832026-09-11T20:13:41.746Z[ helios-setup] Sep 11 20:13:40.683 INFO E| Compiling toml v0.5.11
30842026-09-11T20:13:41.746Z[ helios-setup] Sep 11 20:13:40.683 INFO E| Compiling uuid v0.8.2
30852026-09-11T20:13:41.773Z[ host-package] Compiling postgres-protocol v0.6.12
30862026-09-11T20:13:42.078Z[ host-package] Compiling tokio-native-tls v0.3.1
30872026-09-11T20:13:42.163Z[ host-package] Compiling zip v8.6.0
30882026-09-11T20:13:42.228Z[ host-package] Compiling smoltcp v0.9.1
30892026-09-11T20:13:42.287Z[ host-package] Compiling hickory-proto v0.25.2
30902026-09-11T20:13:42.380Z[ host-package] Compiling hyper-util v0.1.20
30912026-09-11T20:13:42.462Z[ host-package] Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=438cd185666d5f164548885873f0f5df9a38eed1#438cd185)
30922026-09-11T20:13:42.591Z[ helios-setup] Sep 11 20:13:41.528 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268)
30932026-09-11T20:13:42.876Z[ host-package] Compiling float-cmp v0.10.0
30942026-09-11T20:13:42.995Z[ host-package] Compiling textwrap v0.16.2
30952026-09-11T20:13:43.046Z[ host-package] Compiling petgraph v0.6.5
30962026-09-11T20:13:43.137Z[ host-package] Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=438cd185666d5f164548885873f0f5df9a38eed1#438cd185)
30972026-09-11T20:13:43.323Z[ host-package] Compiling predicates v3.1.4
30982026-09-11T20:13:43.363Z[ host-package] Compiling string_cache v0.8.9
30992026-09-11T20:13:43.373Z[ helios-setup] Sep 11 20:13:42.310 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder)
31002026-09-11T20:13:43.704Z[ host-package] Compiling zip v4.6.1
31012026-09-11T20:13:43.746Z[ host-package] Compiling postgres-types v0.2.14
31022026-09-11T20:13:44.093Z[ host-package] Compiling iddqd v0.4.2
31032026-09-11T20:13:44.245Z[ host-package] Compiling backtrace v0.3.76
31042026-09-11T20:13:44.275Z[ host-package] Compiling similar v2.7.0
31052026-09-11T20:13:44.581Z[ host-package] Compiling hyper-rustls v0.27.7
31062026-09-11T20:13:44.791Z[ host-package] Compiling hyper-tls v0.6.0
31072026-09-11T20:13:44.912Z[ host-package] Compiling backtrace-ext v0.2.1
31082026-09-11T20:13:44.944Z[ host-package] Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
31092026-09-11T20:13:45.136Z[ host-package] Compiling reqwest v0.13.2
31102026-09-11T20:13:45.174Z[ host-package] Compiling reqwest v0.12.28
31112026-09-11T20:13:45.216Z[ host-package] Compiling olpc-cjson v0.1.4
31122026-09-11T20:13:45.251Z[ host-package] Compiling tokio-stream v0.1.18
31132026-09-11T20:13:45.355Z[ host-package] Compiling miette v7.6.0
31142026-09-11T20:13:45.355Z[ host-package] Compiling tokio-postgres v0.7.18
31152026-09-11T20:13:45.511Z[ host-package] Compiling fs-err v3.3.0
31162026-09-11T20:13:45.864Z[ host-package] Compiling buf-list v1.1.2
31172026-09-11T20:13:45.940Z[ host-package] Compiling thread_local v1.1.9
31182026-09-11T20:13:46.040Z[ host-package] Compiling is-terminal v0.4.17
31192026-09-11T20:13:46.109Z[ host-package] Compiling hostname v0.3.1
31202026-09-11T20:13:46.177Z[ host-package] Compiling slog-async v2.8.0
31212026-09-11T20:13:46.180Z[ host-package] Compiling slog-json v2.6.1
31222026-09-11T20:13:46.283Z[ host-package] Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
31232026-09-11T20:13:46.340Z[ host-package] Compiling slog-term v2.9.2
31242026-09-11T20:13:46.372Z[ host-package] Compiling serde_spanned v1.1.1
31252026-09-11T20:13:46.372Z[ host-package] Compiling toml_datetime v1.1.1+spec-1.1.0
31262026-09-11T20:13:46.591Z[ host-package] Compiling slog-bunyan v2.5.0
31272026-09-11T20:13:46.654Z[ host-package] Compiling compression-codecs v0.4.37
31282026-09-11T20:13:46.699Z[ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
31292026-09-11T20:13:46.826Z[ host-package] Compiling toml v1.1.2+spec-1.1.0
31302026-09-11T20:13:46.996Z[ host-package] Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
31312026-09-11T20:13:47.020Z[ host-package] Compiling tough v0.22.0
31322026-09-11T20:13:47.068Z[ host-package] Compiling multer v3.1.0
31332026-09-11T20:13:47.103Z[ host-package] Compiling progenitor-client v0.14.0
31342026-09-11T20:13:47.179Z[ host-package] Compiling async-compression v0.4.41
31352026-09-11T20:13:47.374Z[ host-package] Compiling sha1 v0.11.0
31362026-09-11T20:13:47.644Z[ helios-setup] Sep 11 20:13:46.581 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.01s
31372026-09-11T20:13:47.663Z[ host-package] Compiling rustls-pemfile v2.2.0
31382026-09-11T20:13:47.668Z[ helios-setup] Sep 11 20:13:46.605 INFO building project "image-builder" ok (16 seconds)
31392026-09-11T20:13:47.668Z[ helios-setup] Sep 11 20:13:46.605 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/amd-host-image-builder"
31402026-09-11T20:13:47.709Z[ host-package] Compiling serde_path_to_error v0.1.20
31412026-09-11T20:13:47.713Z[ helios-setup] Sep 11 20:13:46.647 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')"
31422026-09-11T20:13:47.713Z[ helios-setup] Sep 11 20:13:46.647 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder
31432026-09-11T20:13:47.713Z[ helios-setup] Sep 11 20:13:46.647 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder")
31442026-09-11T20:13:47.835Z[ host-package] Compiling hostname v0.4.2
31452026-09-11T20:13:47.859Z[ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
31462026-09-11T20:13:47.944Z[ helios-setup] Sep 11 20:13:46.881 INFO E| Updating crates.io index
31472026-09-11T20:13:47.948Z[ helios-setup] Sep 11 20:13:46.882 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git`
31482026-09-11T20:13:47.953Z[ host-package] Compiling atomicwrites v0.4.4
31492026-09-11T20:13:47.998Z[ host-package] Compiling macaddr v1.0.1
31502026-09-11T20:13:48.047Z[ host-package] Compiling instant v0.1.13
31512026-09-11T20:13:48.075Z[ host-package] Compiling oxide-generation v0.1.3
31522026-09-11T20:13:48.097Z[ host-package] Compiling regress v0.10.5
31532026-09-11T20:13:48.100Z[ host-package] Compiling progenitor-extras v0.2.0
31542026-09-11T20:13:48.208Z[ host-package] Compiling dropshot v0.17.1
31552026-09-11T20:13:48.230Z[ host-package] Compiling backoff v0.4.0
31562026-09-11T20:13:48.270Z[ host-package] Compiling parse-display v0.10.0
31572026-09-11T20:13:48.306Z[ host-package] Compiling half v2.7.1
31582026-09-11T20:13:48.369Z[ host-package] Compiling omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds)
31592026-09-11T20:13:48.431Z[ host-package] Compiling heck v0.5.0
31602026-09-11T20:13:48.504Z[ host-package] Compiling regress v0.11.1
31612026-09-11T20:13:48.579Z[ helios-setup] Sep 11 20:13:47.516 INFO E| From https://github.com/oxidecomputer/amd-apcb
31622026-09-11T20:13:48.579Z[ helios-setup] Sep 11 20:13:47.516 INFO E| * [new ref] 1ec66d607de2437813cdd9ffa91719a4b163b3cf -> refs/commit/1ec66d607de2437813cdd9ffa91719a4b163b3cf
31632026-09-11T20:13:48.593Z[ helios-setup] Sep 11 20:13:47.530 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-efs.git`
31642026-09-11T20:13:48.698Z[ host-package] Compiling ciborium-ll v0.2.2
31652026-09-11T20:13:48.774Z[ host-package] Compiling secrecy v0.10.3
31662026-09-11T20:13:48.832Z[ host-package] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
31672026-09-11T20:13:48.964Z[ host-package] Compiling ciborium v0.2.2
31682026-09-11T20:13:49.000Z[ host-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
31692026-09-11T20:13:49.010Z[ helios-setup] Sep 11 20:13:47.946 INFO E| From https://github.com/oxidecomputer/amd-efs
31702026-09-11T20:13:49.010Z[ helios-setup] Sep 11 20:13:47.947 INFO E| * [new ref] da9716b305396da455bd7f6f665cec493c780037 -> refs/commit/da9716b305396da455bd7f6f665cec493c780037
31712026-09-11T20:13:49.023Z[ host-package] Compiling inout v0.1.4
31722026-09-11T20:13:49.076Z[ host-package] Compiling universal-hash v0.5.1
31732026-09-11T20:13:49.134Z[ host-package] Compiling unsafe-libyaml v0.2.11
31742026-09-11T20:13:49.236Z[ host-package] Compiling cipher v0.4.4
31752026-09-11T20:13:49.278Z[ helios-setup] Sep 11 20:13:48.215 INFO E| Downloading crates ...
31762026-09-11T20:13:49.303Z[ host-package] Compiling poly1305 v0.8.0
31772026-09-11T20:13:49.317Z[ helios-setup] Sep 11 20:13:48.254 INFO E| Downloaded dyn-clone v1.0.19
31782026-09-11T20:13:49.325Z[ helios-setup] Sep 11 20:13:48.262 INFO E| Downloaded ansi_term v0.12.1
31792026-09-11T20:13:49.332Z[ helios-setup] Sep 11 20:13:48.269 INFO E| Downloaded memchr v2.7.4
31802026-09-11T20:13:49.336Z[ helios-setup] Sep 11 20:13:48.273 INFO E| Downloaded autocfg v1.4.0
31812026-09-11T20:13:49.343Z[ helios-setup] Sep 11 20:13:48.280 INFO E| Downloaded parse_int v0.9.0
31822026-09-11T20:13:49.347Z[ helios-setup] Sep 11 20:13:48.283 INFO E| Downloaded unic-ucd-ident v0.9.0
31832026-09-11T20:13:49.350Z[ helios-setup] Sep 11 20:13:48.285 INFO E| Downloaded itoa v1.0.15
31842026-09-11T20:13:49.353Z[ helios-setup] Sep 11 20:13:48.288 INFO E| Downloaded unic-char-property v0.9.0
31852026-09-11T20:13:49.353Z[ helios-setup] Sep 11 20:13:48.290 INFO E| Downloaded four-cc v0.4.0
31862026-09-11T20:13:49.356Z[ helios-setup] Sep 11 20:13:48.291 INFO E| Downloaded unic-common v0.9.0
31872026-09-11T20:13:49.356Z[ helios-setup] Sep 11 20:13:48.292 INFO E| Downloaded fletcher v1.0.0
31882026-09-11T20:13:49.359Z[ helios-setup] Sep 11 20:13:48.295 INFO E| Downloaded heck v0.3.3
31892026-09-11T20:13:49.359Z[ helios-setup] Sep 11 20:13:48.296 INFO E| Downloaded strsim v0.8.0
31902026-09-11T20:13:49.362Z[ helios-setup] Sep 11 20:13:48.299 INFO E| Downloaded unic-char-range v0.9.0
31912026-09-11T20:13:49.365Z[ helios-setup] Sep 11 20:13:48.300 INFO E| Downloaded unic-ucd-version v0.9.0
31922026-09-11T20:13:49.370Z[ helios-setup] Sep 11 20:13:48.306 INFO E| Downloaded quote v1.0.40
31932026-09-11T20:13:49.373Z[ helios-setup] Sep 11 20:13:48.310 INFO E| Downloaded thiserror v2.0.12
31942026-09-11T20:13:49.376Z[ helios-setup] Sep 11 20:13:48.314 INFO E| Downloaded bytesize v2.0.1
31952026-09-11T20:13:49.379Z[ helios-setup] Sep 11 20:13:48.315 INFO E| Downloaded pest_generator v2.8.0
31962026-09-11T20:13:49.379Z[ helios-setup] Sep 11 20:13:48.316 INFO E| Downloaded structopt-derive v0.4.18
31972026-09-11T20:13:49.382Z[ helios-setup] Sep 11 20:13:48.317 INFO E| Downloaded modular-bitfield v0.11.2
31982026-09-11T20:13:49.386Z[ helios-setup] Sep 11 20:13:48.323 INFO E| Downloaded thiserror-impl v2.0.12
31992026-09-11T20:13:49.391Z[ helios-setup] Sep 11 20:13:48.324 INFO E| Downloaded strum v0.27.1
32002026-09-11T20:13:49.391Z[ helios-setup] Sep 11 20:13:48.326 INFO E| Downloaded vec_map v0.8.2
32012026-09-11T20:13:49.394Z[ helios-setup] Sep 11 20:13:48.328 INFO E| Downloaded strum_macros v0.27.1
32022026-09-11T20:13:49.397Z[ helios-setup] Sep 11 20:13:48.331 INFO E| Downloaded pest_derive v2.8.0
32032026-09-11T20:13:49.402Z[ helios-setup] Sep 11 20:13:48.340 INFO E| Downloaded unicode-ident v1.0.18
32042026-09-11T20:13:49.406Z[ helios-setup] Sep 11 20:13:48.341 INFO E| Downloaded ryu v1.0.20
32052026-09-11T20:13:49.409Z[ helios-setup] Sep 11 20:13:48.343 INFO E| Downloaded rustversion v1.0.20
32062026-09-11T20:13:49.409Z[ helios-setup] Sep 11 20:13:48.345 INFO E| Downloaded typenum v1.18.0
32072026-09-11T20:13:49.412Z[ helios-setup] Sep 11 20:13:48.347 INFO E| Downloaded modular-bitfield-impl v0.13.1
32082026-09-11T20:13:49.412Z[ helios-setup] Sep 11 20:13:48.347 INFO E| Downloaded modular-bitfield-impl v0.11.2
32092026-09-11T20:13:49.412Z[ helios-setup] Sep 11 20:13:48.348 INFO E| Downloaded modular-bitfield v0.13.1
32102026-09-11T20:13:49.416Z[ helios-setup] Sep 11 20:13:48.353 INFO E| Downloaded textwrap v0.11.0
32112026-09-11T20:13:49.419Z[ helios-setup] Sep 11 20:13:48.354 INFO E| Downloaded log v0.4.27
32122026-09-11T20:13:49.419Z[ helios-setup] Sep 11 20:13:48.356 INFO E| Downloaded serde_derive v1.0.219
32132026-09-11T20:13:49.422Z[ helios-setup] Sep 11 20:13:48.357 INFO E| Downloaded pest_meta v2.8.0
32142026-09-11T20:13:49.422Z[ helios-setup] Sep 11 20:13:48.358 INFO E| Downloaded proc-macro2 v1.0.95
32152026-09-11T20:13:49.425Z[ helios-setup] Sep 11 20:13:48.360 INFO E| Downloaded serde v1.0.219
32162026-09-11T20:13:49.425Z[ helios-setup] Sep 11 20:13:48.361 INFO E| Downloaded structopt v0.3.26
32172026-09-11T20:13:49.452Z[ helios-setup] Sep 11 20:13:48.389 INFO E| Downloaded zerocopy-derive v0.8.25
32182026-09-11T20:13:49.456Z[ helios-setup] Sep 11 20:13:48.394 INFO E| Downloaded pest v2.8.0
32192026-09-11T20:13:49.480Z[ helios-setup] Sep 11 20:13:48.417 INFO E| Downloaded serde_json v1.0.140
32202026-09-11T20:13:49.485Z[ helios-setup] Sep 11 20:13:48.422 INFO E| Downloaded clap v2.34.0
32212026-09-11T20:13:49.488Z[ helios-setup] Sep 11 20:13:48.426 INFO E| Downloaded goblin v0.9.3
32222026-09-11T20:13:49.492Z[ helios-setup] Sep 11 20:13:48.429 INFO E| Downloaded zerocopy v0.8.25
32232026-09-11T20:13:49.507Z[ helios-setup] Sep 11 20:13:48.444 INFO E| Downloaded syn v2.0.101
32242026-09-11T20:13:49.514Z[ helios-setup] Sep 11 20:13:48.451 INFO E| Downloaded libc v0.2.172
32252026-09-11T20:13:49.609Z[ helios-setup] Sep 11 20:13:48.546 INFO E| Compiling proc-macro2 v1.0.95
32262026-09-11T20:13:49.609Z[ helios-setup] Sep 11 20:13:48.546 INFO E| Compiling unicode-ident v1.0.18
32272026-09-11T20:13:49.609Z[ helios-setup] Sep 11 20:13:48.546 INFO E| Compiling memchr v2.7.4
32282026-09-11T20:13:49.612Z[ helios-setup] Sep 11 20:13:48.546 INFO E| Compiling autocfg v1.4.0
32292026-09-11T20:13:49.612Z[ helios-setup] Sep 11 20:13:48.546 INFO E| Compiling thiserror v2.0.12
32302026-09-11T20:13:49.612Z[ helios-setup] Sep 11 20:13:48.546 INFO E| Compiling syn v1.0.109
32312026-09-11T20:13:49.612Z[ helios-setup] Sep 11 20:13:48.546 INFO E| Compiling serde v1.0.219
32322026-09-11T20:13:49.612Z[ helios-setup] Sep 11 20:13:48.546 INFO E| Compiling version_check v0.9.5
32332026-09-11T20:13:49.612Z[ helios-setup] Sep 11 20:13:48.546 INFO E| Compiling serde_json v1.0.140
32342026-09-11T20:13:49.613Z[ helios-setup] Sep 11 20:13:48.546 INFO E| Compiling schemars v0.8.22
32352026-09-11T20:13:49.613Z[ helios-setup] Sep 11 20:13:48.546 INFO E| Compiling itoa v1.0.15
32362026-09-11T20:13:49.613Z[ helios-setup] Sep 11 20:13:48.546 INFO E| Compiling ryu v1.0.20
32372026-09-11T20:13:49.613Z[ helios-setup] Sep 11 20:13:48.547 INFO E| Compiling ucd-trie v0.1.7
32382026-09-11T20:13:49.613Z[ helios-setup] Sep 11 20:13:48.547 INFO E| Compiling dyn-clone v1.0.19
32392026-09-11T20:13:49.613Z[ helios-setup] Sep 11 20:13:48.547 INFO E| Compiling rustversion v1.0.20
32402026-09-11T20:13:49.613Z[ helios-setup] Sep 11 20:13:48.547 INFO E| Compiling zerocopy v0.8.25
32412026-09-11T20:13:49.617Z[ host-package] Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
32422026-09-11T20:13:49.672Z[ host-package] Compiling chacha20 v0.9.1
32432026-09-11T20:13:49.776Z[ host-package] Compiling serde_yaml v0.9.34+deprecated
32442026-09-11T20:13:49.801Z[ host-package] Compiling blake2 v0.10.6
32452026-09-11T20:13:49.870Z[ host-package] Compiling aead v0.5.2
32462026-09-11T20:13:49.937Z[ host-package] Compiling password-hash v0.5.0
32472026-09-11T20:13:50.033Z[ host-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
32482026-09-11T20:13:50.103Z[ host-package] Compiling chacha20poly1305 v0.10.1
32492026-09-11T20:13:50.168Z[ host-package] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
32502026-09-11T20:13:50.168Z[ host-package] Compiling typify-impl v0.6.2
32512026-09-11T20:13:50.171Z[ host-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
32522026-09-11T20:13:50.174Z[ host-package] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
32532026-09-11T20:13:50.387Z[ helios-setup] Sep 11 20:13:49.323 INFO E| Compiling static_assertions v1.1.0
32542026-09-11T20:13:50.394Z[ helios-setup] Sep 11 20:13:49.330 INFO E| Compiling libc v0.2.172
32552026-09-11T20:13:50.445Z[ helios-setup] Sep 11 20:13:49.382 INFO E| Compiling paste v1.0.15
32562026-09-11T20:13:50.451Z[ host-package] Compiling argon2 v0.5.3
32572026-09-11T20:13:50.485Z[ helios-setup] Sep 11 20:13:49.420 INFO E| Compiling once_cell v1.21.3
32582026-09-11T20:13:50.517Z[ helios-setup] Sep 11 20:13:49.454 INFO E| Compiling unicode-segmentation v1.12.0
32592026-09-11T20:13:50.579Z[ helios-setup] Sep 11 20:13:49.515 INFO E| Compiling unicode-width v0.1.14
32602026-09-11T20:13:50.622Z[ helios-setup] Sep 11 20:13:49.559 INFO E| Compiling proc-macro-error-attr v1.0.4
32612026-09-11T20:13:50.657Z[ helios-setup] Sep 11 20:13:49.594 INFO E| Compiling num-traits v0.2.19
32622026-09-11T20:13:50.657Z[ helios-setup] Sep 11 20:13:49.594 INFO E| Compiling memoffset v0.9.1
32632026-09-11T20:13:50.722Z[ host-package] Compiling vsss-rs v3.3.4
32642026-09-11T20:13:50.746Z[ helios-setup] Sep 11 20:13:49.683 INFO E| Compiling proc-macro-error v1.0.4
32652026-09-11T20:13:50.834Z[ helios-setup] Sep 11 20:13:49.771 INFO E| Compiling heck v0.5.0
32662026-09-11T20:13:50.879Z[ helios-setup] Sep 11 20:13:49.816 INFO E| Compiling unic-common v0.9.0
32672026-09-11T20:13:50.940Z[ helios-setup] Sep 11 20:13:49.871 INFO E| Compiling byteorder v1.5.0
32682026-09-11T20:13:50.953Z[ helios-setup] Sep 11 20:13:49.890 INFO E| Compiling fletcher v1.0.0
32692026-09-11T20:13:51.031Z[ host-package] Compiling camino-tempfile v1.4.1
32702026-09-11T20:13:51.135Z[ helios-setup] Sep 11 20:13:50.071 INFO E| Compiling textwrap v0.11.0
32712026-09-11T20:13:51.145Z[ helios-setup] Sep 11 20:13:50.082 INFO E| Compiling unic-char-range v0.9.0
32722026-09-11T20:13:51.185Z[ helios-setup] Sep 11 20:13:50.120 INFO E| Compiling strsim v0.8.0
32732026-09-11T20:13:51.246Z[ host-package] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
32742026-09-11T20:13:51.262Z[ helios-setup] Sep 11 20:13:50.195 INFO E| Compiling bitflags v1.3.2
32752026-09-11T20:13:51.297Z[ helios-setup] Sep 11 20:13:50.234 INFO E| Compiling quote v1.0.40
32762026-09-11T20:13:51.333Z[ helios-setup] Sep 11 20:13:50.270 INFO E| Compiling heck v0.3.3
32772026-09-11T20:13:51.358Z[ helios-setup] Sep 11 20:13:50.295 INFO E| Compiling ansi_term v0.12.1
32782026-09-11T20:13:51.365Z[ helios-setup] Sep 11 20:13:50.302 INFO E| Compiling vec_map v0.8.2
32792026-09-11T20:13:51.386Z[ helios-setup] Sep 11 20:13:50.323 INFO E| Compiling strum v0.27.1
32802026-09-11T20:13:51.489Z[ host-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
32812026-09-11T20:13:51.493Z[ helios-setup] Sep 11 20:13:50.426 INFO E| Compiling unic-char-property v0.9.0
32822026-09-11T20:13:51.518Z[ helios-setup] Sep 11 20:13:50.454 INFO E| Compiling unic-ucd-version v0.9.0
32832026-09-11T20:13:51.542Z[ helios-setup] Sep 11 20:13:50.479 INFO E| Compiling lazy_static v1.5.0
32842026-09-11T20:13:51.557Z[ helios-setup] Sep 11 20:13:50.493 INFO E| Compiling syn v2.0.101
32852026-09-11T20:13:51.628Z[ helios-setup] Sep 11 20:13:50.565 INFO E| Compiling plain v0.2.3
32862026-09-11T20:13:51.680Z[ helios-setup] Sep 11 20:13:50.617 INFO E| Compiling log v0.4.27
32872026-09-11T20:13:51.705Z[ helios-setup] Sep 11 20:13:50.642 INFO E| Compiling bytesize v2.0.1
32882026-09-11T20:13:51.801Z[ host-package] Compiling heapless v0.8.0
32892026-09-11T20:13:51.805Z[ host-package] Compiling ingot-types v0.2.0
32902026-09-11T20:13:51.805Z[ helios-setup] Sep 11 20:13:50.736 INFO E| Compiling unic-ucd-ident v0.9.0
32912026-09-11T20:13:52.002Z[ host-package] Compiling cobs v0.3.0
32922026-09-11T20:13:52.107Z[ host-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
32932026-09-11T20:13:52.179Z[ host-package] Compiling cstr-argument v0.1.2
32942026-09-11T20:13:52.245Z[ helios-setup] Sep 11 20:13:51.182 INFO E| Compiling atty v0.2.14
32952026-09-11T20:13:52.283Z[ host-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
32962026-09-11T20:13:52.326Z[ helios-setup] Sep 11 20:13:51.263 INFO E| Compiling clap v2.34.0
32972026-09-11T20:13:52.524Z[ host-package] Compiling postcard v1.1.3
32982026-09-11T20:13:52.598Z[ host-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
32992026-09-11T20:13:52.709Z[ host-package] Compiling smoltcp v0.11.0
33002026-09-11T20:13:52.713Z[ host-package] Compiling ingot v0.2.1
33012026-09-11T20:13:52.810Z[ helios-setup] Sep 11 20:13:51.747 INFO E| Compiling parse_int v0.9.0
33022026-09-11T20:13:52.871Z[ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
33032026-09-11T20:13:52.874Z[ host-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
33042026-09-11T20:13:53.131Z[ host-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
33052026-09-11T20:13:53.151Z[ host-package] Compiling sigpipe v0.1.3
33062026-09-11T20:13:53.265Z[ host-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
33072026-09-11T20:13:53.372Z[ host-package] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
33082026-09-11T20:13:53.442Z[ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
33092026-09-11T20:13:53.614Z[ host-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
33102026-09-11T20:13:53.715Z[ host-package] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
33112026-09-11T20:13:53.840Z[ host-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
33122026-09-11T20:13:53.983Z[ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
33132026-09-11T20:13:54.082Z[ host-package] Compiling memmap v0.7.0
33142026-09-11T20:13:54.264Z[ host-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
33152026-09-11T20:13:54.292Z[ host-package] Compiling zone v0.3.1
33162026-09-11T20:13:54.442Z[ host-package] Compiling usdt v0.5.0
33172026-09-11T20:13:54.539Z[ host-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
33182026-09-11T20:13:54.713Z[ helios-setup] Sep 11 20:13:53.649 INFO E| Compiling serde_derive_internals v0.29.1
33192026-09-11T20:13:54.742Z[ host-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
33202026-09-11T20:13:55.077Z[ host-package] Compiling derive-where v1.6.0
33212026-09-11T20:13:55.182Z[ host-package] Compiling bytecount v0.6.9
33222026-09-11T20:13:55.382Z[ host-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
33232026-09-11T20:13:55.399Z[ helios-setup] Sep 11 20:13:54.336 INFO E| Compiling modular-bitfield-impl v0.11.2
33242026-09-11T20:13:55.399Z[ helios-setup] Sep 11 20:13:54.336 INFO E| Compiling structopt-derive v0.4.18
33252026-09-11T20:13:55.495Z[ host-package] Compiling toml v0.8.23
33262026-09-11T20:13:55.565Z[ host-package] Compiling tokio-dtrace v0.1.1
33272026-09-11T20:13:55.565Z[ host-package] Compiling typify-macro v0.6.2
33282026-09-11T20:13:55.578Z[ host-package] Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
33292026-09-11T20:13:55.700Z[ helios-setup] Sep 11 20:13:54.637 INFO E| Compiling thiserror-impl v2.0.12
33302026-09-11T20:13:55.700Z[ helios-setup] Sep 11 20:13:54.637 INFO E| Compiling serde_derive v1.0.219
33312026-09-11T20:13:55.700Z[ helios-setup] Sep 11 20:13:54.637 INFO E| Compiling zerocopy-derive v0.8.25
33322026-09-11T20:13:55.703Z[ helios-setup] Sep 11 20:13:54.637 INFO E| Compiling modular-bitfield-impl v0.13.1
33332026-09-11T20:13:55.703Z[ helios-setup] Sep 11 20:13:54.637 INFO E| Compiling num-derive v0.4.2
33342026-09-11T20:13:55.703Z[ helios-setup] Sep 11 20:13:54.637 INFO E| Compiling scroll_derive v0.12.1
33352026-09-11T20:13:55.703Z[ helios-setup] Sep 11 20:13:54.637 INFO E| Compiling strum_macros v0.27.1
33362026-09-11T20:13:55.942Z[ host-package] Compiling prettyplease v0.2.37
33372026-09-11T20:13:55.965Z[ helios-setup] Sep 11 20:13:54.902 INFO E| Compiling schemars_derive v0.8.22
33382026-09-11T20:13:56.135Z[ host-package] Compiling oxide-tokio-rt v0.1.4
33392026-09-11T20:13:56.138Z[ host-package] Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
33402026-09-11T20:13:56.138Z[ host-package] Compiling newline-converter v0.3.0
33412026-09-11T20:13:56.141Z[ host-package] Compiling gethostname v0.5.0
33422026-09-11T20:13:56.420Z[ host-package] Compiling console v0.15.11
33432026-09-11T20:13:56.730Z[ host-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
33442026-09-11T20:13:56.786Z[ helios-setup] Sep 11 20:13:55.715 INFO E| Compiling modular-bitfield v0.11.2
33452026-09-11T20:13:56.827Z[ host-package] Compiling slog-dtrace v0.3.0
33462026-09-11T20:13:56.830Z[ host-package] Compiling cancel-safe-futures v0.1.5
33472026-09-11T20:13:56.830Z[ host-package] Compiling num-rational v0.4.2
33482026-09-11T20:13:56.891Z[ helios-setup] Sep 11 20:13:55.827 INFO E| Compiling scroll v0.12.0
33492026-09-11T20:13:57.171Z[ host-package] Compiling oxide-update-engine-types v0.1.2
33502026-09-11T20:13:57.191Z[ helios-setup] Sep 11 20:13:56.128 INFO E| Compiling goblin v0.9.3
33512026-09-11T20:13:57.193Z[ host-package] Compiling num-complex v0.4.6
33522026-09-11T20:13:57.372Z[ helios-setup] Sep 11 20:13:56.309 INFO E| Compiling structopt v0.3.26
33532026-09-11T20:13:57.376Z[ host-package] Compiling expectorate v1.2.0
33542026-09-11T20:13:57.467Z[ host-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
33552026-09-11T20:13:57.480Z[ helios-setup] Sep 11 20:13:56.417 INFO E| Compiling modular-bitfield v0.13.1
33562026-09-11T20:13:57.824Z[ host-package] Compiling resolv-conf v0.7.6
33572026-09-11T20:13:57.914Z[ helios-setup] Sep 11 20:13:56.851 INFO E| Compiling pest v2.8.0
33582026-09-11T20:13:57.955Z[ host-package] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
33592026-09-11T20:13:58.056Z[ host-package] Compiling match_cfg v0.1.0
33602026-09-11T20:13:58.059Z[ host-package] Compiling compression-core v0.4.31
33612026-09-11T20:13:58.135Z[ host-package] Compiling num v0.4.3
33622026-09-11T20:13:58.495Z[ host-package] Compiling crossbeam-channel v0.5.15
33632026-09-11T20:13:58.974Z[ host-package] Compiling float-ord v0.3.2
33642026-09-11T20:13:58.974Z[ host-package] Compiling typify v0.6.2
33652026-09-11T20:13:59.035Z[ host-package] Compiling take_mut v0.2.2
33662026-09-11T20:13:59.084Z[ helios-setup] Sep 11 20:13:58.019 INFO E| Compiling pest_meta v2.8.0
33672026-09-11T20:13:59.165Z[ host-package] Compiling progenitor-impl v0.14.0
33682026-09-11T20:13:59.168Z[ host-package] Compiling linear-map v1.2.0
33692026-09-11T20:13:59.168Z[ host-package] Compiling toml_writer v1.1.1+spec-1.1.0
33702026-09-11T20:13:59.168Z[ host-package] Compiling term v1.2.1
33712026-09-11T20:13:59.327Z[ host-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
33722026-09-11T20:13:59.375Z[ host-package] Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
33732026-09-11T20:13:59.582Z[ host-package] Compiling oxide-update-engine v0.1.2
33742026-09-11T20:13:59.749Z[ helios-setup] Sep 11 20:13:58.684 INFO E| Compiling pest_generator v2.8.0
33752026-09-11T20:14:00.580Z[ helios-setup] Sep 11 20:13:59.517 INFO E| Compiling pest_derive v2.8.0
33762026-09-11T20:14:00.623Z[ host-package] Compiling async-stream v0.3.6
33772026-09-11T20:14:00.963Z[ host-package] Compiling waitgroup v0.1.2
33782026-09-11T20:14:01.152Z[ host-package] Compiling backon v1.6.0
33792026-09-11T20:14:01.303Z[ helios-setup] Sep 11 20:14:00.239 INFO E| Compiling json5 v0.4.1
33802026-09-11T20:14:01.350Z[ host-package] Compiling linked-hash-map v0.5.6
33812026-09-11T20:14:01.516Z[ host-package] Compiling debug-ignore v1.0.5
33822026-09-11T20:14:01.521Z[ host-package] Compiling minimal-lexical v0.2.1
33832026-09-11T20:14:01.710Z[ host-package] Compiling lru-cache v0.1.2
33842026-09-11T20:14:01.803Z[ host-package] Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
33852026-09-11T20:14:01.936Z[ host-package] Compiling nom v7.1.3
33862026-09-11T20:14:01.974Z[ host-package] Compiling itertools v0.14.0
33872026-09-11T20:14:02.101Z[ host-package] Compiling progenitor-macro v0.14.0
33882026-09-11T20:14:02.236Z[ host-package] Compiling unicode-xid v0.2.6
33892026-09-11T20:14:02.354Z[ host-package] Compiling humantime v2.3.0
33902026-09-11T20:14:02.536Z[ host-package] Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
33912026-09-11T20:14:02.581Z[ host-package] Compiling hickory-proto v0.24.4
33922026-09-11T20:14:02.702Z[ host-package] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
33932026-09-11T20:14:02.749Z[ host-package] Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
33942026-09-11T20:14:02.784Z[ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
33952026-09-11T20:14:02.809Z[ helios-setup] Sep 11 20:14:01.746 INFO E| Compiling four-cc v0.4.0
33962026-09-11T20:14:02.809Z[ helios-setup] Sep 11 20:14:01.746 INFO E| Compiling amd-efs v0.4.4 (https://github.com/oxidecomputer/amd-efs.git?branch=main#da9716b3)
33972026-09-11T20:14:02.937Z[ helios-setup] Sep 11 20:14:01.874 INFO E| Compiling amd-apcb v0.5.5 (https://github.com/oxidecomputer/amd-apcb.git?branch=main#1ec66d60)
33982026-09-11T20:14:03.176Z[ host-package] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
33992026-09-11T20:14:03.459Z[ host-package] Compiling papergrid v0.11.0
34002026-09-11T20:14:03.523Z[ host-package] Compiling tabled_derive v0.7.0
34012026-09-11T20:14:04.108Z[ host-package] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
34022026-09-11T20:14:04.179Z[ host-package] Compiling termtree v0.5.1
34032026-09-11T20:14:04.353Z[ host-package] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
34042026-09-11T20:14:04.431Z[ host-package] Compiling crossterm v0.29.0
34052026-09-11T20:14:04.472Z[ host-package] Compiling phf_shared v0.12.1
34062026-09-11T20:14:04.638Z[ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
34072026-09-11T20:14:04.677Z[ host-package] Compiling csv-core v0.1.13
34082026-09-11T20:14:04.760Z[ host-package] Compiling tabled v0.15.0
34092026-09-11T20:14:04.867Z[ host-package] Compiling vte v0.14.1
34102026-09-11T20:14:05.104Z[ host-package] Compiling highway v1.3.0
34112026-09-11T20:14:05.172Z[ host-package] Compiling chrono-tz v0.10.4
34122026-09-11T20:14:05.470Z[ host-package] Compiling hickory-resolver v0.24.4
34132026-09-11T20:14:05.542Z[ host-package] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
34142026-09-11T20:14:05.584Z[ host-package] Compiling strip-ansi-escapes v0.2.1
34152026-09-11T20:14:05.638Z[ host-package] Compiling csv v1.4.0
34162026-09-11T20:14:06.047Z[ host-package] Compiling phf v0.12.1
34172026-09-11T20:14:06.398Z[ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
34182026-09-11T20:14:06.438Z[ host-package] Compiling const_format_proc_macros v0.2.34
34192026-09-11T20:14:06.559Z[ host-package] Compiling fd-lock v4.0.4
34202026-09-11T20:14:06.622Z[ host-package] Compiling peg-macros v0.8.5
34212026-09-11T20:14:06.721Z[ host-package] Compiling nu-ansi-term v0.50.3
34222026-09-11T20:14:06.883Z[ host-package] Compiling progenitor v0.14.0
34232026-09-11T20:14:06.967Z[ host-package] Compiling qorb v0.4.1
34242026-09-11T20:14:07.069Z[ host-package] Compiling reedline v0.40.0
34252026-09-11T20:14:07.136Z[ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
34262026-09-11T20:14:07.246Z[ host-package] Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
34272026-09-11T20:14:07.274Z[ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
34282026-09-11T20:14:07.385Z[ host-package] Compiling bcs v0.1.6
34292026-09-11T20:14:07.456Z[ host-package] Compiling const_format v0.2.35
34302026-09-11T20:14:07.875Z[ host-package] Compiling nom v8.0.0
34312026-09-11T20:14:07.955Z[ host-package] Compiling semver v0.1.20
34322026-09-11T20:14:08.051Z[ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
34332026-09-11T20:14:08.205Z[ host-package] Compiling peg v0.8.5
34342026-09-11T20:14:08.366Z[ host-package] Compiling rustc_version v0.1.7
34352026-09-11T20:14:08.404Z[ host-package] Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
34362026-09-11T20:14:08.438Z[ host-package] Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
34372026-09-11T20:14:08.633Z[ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
34382026-09-11T20:14:08.675Z[ host-package] Compiling newtype_derive v0.1.6
34392026-09-11T20:14:08.949Z[ host-package] Compiling dropshot-api-manager-types v0.8.0
34402026-09-11T20:14:09.223Z[ host-package] Compiling sha1 v0.10.6
34412026-09-11T20:14:09.261Z[ host-package] Compiling steno v0.4.1
34422026-09-11T20:14:09.417Z[ host-package] Compiling utf-8 v0.7.6
34432026-09-11T20:14:09.455Z[ host-package] Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
34442026-09-11T20:14:09.458Z[ host-package] Compiling tagptr v0.2.0
34452026-09-11T20:14:09.614Z[ host-package] Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
34462026-09-11T20:14:09.658Z[ host-package] Compiling tungstenite v0.21.0
34472026-09-11T20:14:09.693Z[ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34482026-09-11T20:14:09.718Z[ host-package] Compiling moka v0.12.13
34492026-09-11T20:14:09.762Z[ host-package] Compiling darling_core v0.21.3
34502026-09-11T20:14:09.920Z[ host-package] Compiling display-error-chain v0.2.2
34512026-09-11T20:14:10.059Z[ host-package] Compiling vergen-lib v0.1.6
34522026-09-11T20:14:10.131Z[ host-package] Compiling diesel_derives v2.3.7
34532026-09-11T20:14:10.326Z[ host-package] Compiling tokio-tungstenite v0.21.0
34542026-09-11T20:14:10.357Z[ host-package] Compiling scheduled-thread-pool v0.2.7
34552026-09-11T20:14:10.433Z[ host-package] Compiling vergen-gitcl v1.0.8
34562026-09-11T20:14:10.496Z[ host-package] Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
34572026-09-11T20:14:10.759Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
34582026-09-11T20:14:10.869Z[ host-package] Compiling diesel_table_macro_syntax v0.3.0
34592026-09-11T20:14:10.906Z[ host-package] Compiling dirs-sys-next v0.1.2
34602026-09-11T20:14:11.087Z[ host-package] Compiling hickory-resolver v0.25.2
34612026-09-11T20:14:11.128Z[ host-package] Compiling maplit v1.0.2
34622026-09-11T20:14:11.150Z[ host-package] Compiling glob v0.3.3
34632026-09-11T20:14:11.205Z[ host-package] Compiling crunchy v0.2.4
34642026-09-11T20:14:11.269Z[ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
34652026-09-11T20:14:11.332Z[ host-package] Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
34662026-09-11T20:14:11.374Z[ host-package] Compiling dirs-next v2.0.0
34672026-09-11T20:14:11.537Z[ host-package] Compiling r2d2 v0.8.10
34682026-09-11T20:14:11.651Z[ host-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
34692026-09-11T20:14:11.688Z[ host-package] Compiling clang-sys v1.8.1
34702026-09-11T20:14:11.858Z[ host-package] Compiling libscf-sys v1.2.0
34712026-09-11T20:14:11.907Z[ host-package] Compiling tiny-keccak v2.0.2
34722026-09-11T20:14:11.999Z[ host-package] Compiling xshell-macros v0.2.7
34732026-09-11T20:14:12.055Z[ host-package] Compiling downcast-rs v2.0.2
34742026-09-11T20:14:12.058Z[ host-package] Compiling darling_macro v0.21.3
34752026-09-11T20:14:12.235Z[ host-package] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
34762026-09-11T20:14:12.288Z[ host-package] Compiling term v0.7.0
34772026-09-11T20:14:12.324Z[ host-package] Compiling papergrid v0.18.0
34782026-09-11T20:14:12.365Z[ host-package] Compiling bit-vec v0.6.3
34792026-09-11T20:14:12.432Z[ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
34802026-09-11T20:14:12.502Z[ host-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
34812026-09-11T20:14:12.681Z[ host-package] Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
34822026-09-11T20:14:12.743Z[ host-package] Compiling xshell v0.2.7
34832026-09-11T20:14:12.797Z[ host-package] Compiling darling v0.21.3
34842026-09-11T20:14:12.883Z[ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
34852026-09-11T20:14:12.985Z[ host-package] Compiling dsl_auto_type v0.2.0
34862026-09-11T20:14:13.087Z[ host-package] Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
34872026-09-11T20:14:13.574Z[ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
34882026-09-11T20:14:13.651Z[ host-package] Compiling tabled v0.21.0
34892026-09-11T20:14:13.664Z[ host-package] Compiling ascii-canvas v3.0.0
34902026-09-11T20:14:13.809Z[ host-package] Compiling bit-set v0.5.3
34912026-09-11T20:14:14.075Z[ host-package] Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
34922026-09-11T20:14:14.338Z[ host-package] Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
34932026-09-11T20:14:14.409Z[ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
34942026-09-11T20:14:14.757Z[ host-package] Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
34952026-09-11T20:14:14.837Z[ host-package] Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
34962026-09-11T20:14:15.048Z[ host-package] Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
34972026-09-11T20:14:15.119Z[ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
34982026-09-11T20:14:15.202Z[ host-package] Compiling itertools v0.15.0
34992026-09-11T20:14:15.436Z[ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
35002026-09-11T20:14:15.681Z[ host-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
35012026-09-11T20:14:15.964Z[ host-package] Compiling itertools v0.10.5
35022026-09-11T20:14:16.491Z[ host-package] Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
35032026-09-11T20:14:16.561Z[ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
35042026-09-11T20:14:16.689Z[ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
35052026-09-11T20:14:16.709Z[ host-package] Compiling ena v0.14.4
35062026-09-11T20:14:16.712Z[ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
35072026-09-11T20:14:16.777Z[ host-package] Compiling libloading v0.8.9
35082026-09-11T20:14:17.029Z[ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
35092026-09-11T20:14:17.050Z[ host-package] Compiling regex-syntax v0.6.29
35102026-09-11T20:14:17.077Z[ host-package] Compiling unicase v2.9.0
35112026-09-11T20:14:17.107Z[ host-package] Compiling diff v0.1.13
35122026-09-11T20:14:17.225Z[ host-package] Compiling bindgen v0.71.1
35132026-09-11T20:14:17.422Z[ helios-setup] Sep 11 20:14:16.314 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/ahib-config)
35142026-09-11T20:14:17.714Z[ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
35152026-09-11T20:14:17.868Z[ host-package] Compiling cexpr v0.6.0
35162026-09-11T20:14:18.123Z[ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
35172026-09-11T20:14:18.217Z[ host-package] Compiling rustc-hash v2.1.1
35182026-09-11T20:14:18.610Z[ host-package] Compiling lalrpop v0.19.12
35192026-09-11T20:14:18.665Z[ host-package] Compiling diesel v2.3.7
35202026-09-11T20:14:18.744Z[ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
35212026-09-11T20:14:18.832Z[ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
35222026-09-11T20:14:18.835Z[ host-package] Compiling headers-core v0.3.0
35232026-09-11T20:14:18.981Z[ host-package] Compiling libxml v0.3.3
35242026-09-11T20:14:19.248Z[ host-package] Compiling crc8 v0.1.1
35252026-09-11T20:14:19.489Z[ host-package] Compiling headers v0.4.1
35262026-09-11T20:14:19.556Z[ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
35272026-09-11T20:14:19.781Z[ host-package] Compiling strum_macros v0.24.3
35282026-09-11T20:14:20.012Z[ host-package] Compiling indoc v1.0.9
35292026-09-11T20:14:20.477Z[ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
35302026-09-11T20:14:20.547Z[ host-package] Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
35312026-09-11T20:14:20.573Z[ host-package] Compiling omicron-debug-dropbox v0.1.0 (https://github.com/oxidecomputer/omicron-debug-dropbox?rev=eb13fc7a0031261dd51a14a30a133155460f5c0a#eb13fc7a)
35322026-09-11T20:14:20.637Z[ helios-setup] Sep 11 20:14:19.574 INFO E| Compiling amd-host-image-builder v0.1.2 (/work/oxidecomputer/helios/projects/amd-host-image-builder)
35332026-09-11T20:14:20.773Z[ host-package] Compiling quick-xml v0.37.5
35342026-09-11T20:14:20.934Z[ host-package] Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
35352026-09-11T20:14:20.977Z[ host-package] Compiling derive_builder v0.20.2
35362026-09-11T20:14:21.040Z[ host-package] Compiling oso-derive v0.27.3
35372026-09-11T20:14:21.134Z[ host-package] Compiling impl-trait-for-tuples v0.2.3
35382026-09-11T20:14:21.182Z[ host-package] Compiling openssl-probe v0.1.6
35392026-09-11T20:14:21.224Z[ host-package] Compiling object v0.39.1
35402026-09-11T20:14:21.628Z[ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
35412026-09-11T20:14:21.658Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
35422026-09-11T20:14:21.688Z[ host-package] Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
35432026-09-11T20:14:21.784Z[ host-package] Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support?rev=fc64732faf5511850b35f1734d572b9953d73374#fc64732f)
35442026-09-11T20:14:22.013Z[ host-package] Compiling tlvc v0.4.1 (https://github.com/oxidecomputer/tlvc?rev=7a96eab94c8aec9120412d8601ffd68853957da3#7a96eab9)
35452026-09-11T20:14:22.378Z[ host-package] Compiling tlvc-text v0.4.0 (https://github.com/oxidecomputer/tlvc?rev=7a96eab94c8aec9120412d8601ffd68853957da3#7a96eab9)
35462026-09-11T20:14:22.542Z[ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
35472026-09-11T20:14:22.573Z[ host-package] Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
35482026-09-11T20:14:22.613Z[ host-package] Compiling bb8 v0.8.6
35492026-09-11T20:14:22.777Z[ host-package] Compiling filetime v0.2.27
35502026-09-11T20:14:22.867Z[ host-package] Compiling trait-variant v0.1.2
35512026-09-11T20:14:22.959Z[ host-package] Compiling proc-macro-error-attr2 v2.0.0
35522026-09-11T20:14:22.996Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
35532026-09-11T20:14:23.077Z[ host-package] Compiling half v1.8.3
35542026-09-11T20:14:23.106Z[ host-package] Compiling path-slash v0.2.1
35552026-09-11T20:14:23.388Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
35562026-09-11T20:14:23.446Z[ host-package] Compiling serde_cbor v0.11.2
35572026-09-11T20:14:23.474Z[ host-package] Compiling proc-macro-error2 v2.0.1
35582026-09-11T20:14:23.527Z[ host-package] Compiling tar v0.4.46
35592026-09-11T20:14:23.573Z[ host-package] Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
35602026-09-11T20:14:23.757Z[ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
35612026-09-11T20:14:23.838Z[ host-package] Compiling rfc6979 v0.4.0
35622026-09-11T20:14:24.061Z[ host-package] Compiling hashbrown v0.14.5
35632026-09-11T20:14:24.152Z[ host-package] Compiling salty v0.3.0
35642026-09-11T20:14:24.242Z[ host-package] Compiling ecdsa v0.16.9
35652026-09-11T20:14:24.275Z[ host-package] Compiling knus-derive v3.4.0
35662026-09-11T20:14:24.612Z[ host-package] Compiling samael v0.0.19
35672026-09-11T20:14:24.657Z[ host-package] Compiling chumsky v0.9.3
35682026-09-11T20:14:24.763Z[ host-package] Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
35692026-09-11T20:14:25.066Z[ host-package] Compiling primeorder v0.13.6
35702026-09-11T20:14:25.188Z[ host-package] Compiling nonempty v0.12.0
35712026-09-11T20:14:25.472Z[ host-package] Compiling p384 v0.13.1
35722026-09-11T20:14:25.548Z[ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
35732026-09-11T20:14:25.851Z[ host-package] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
35742026-09-11T20:14:26.053Z[ host-package] Compiling knus v3.4.0
35752026-09-11T20:14:26.092Z[ host-package] Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
35762026-09-11T20:14:26.384Z[ host-package] Compiling fxhash v0.2.1
35772026-09-11T20:14:26.617Z[ host-package] Compiling libz-sys v1.1.24
35782026-09-11T20:14:26.673Z[ host-package] Compiling polar-core v0.27.3
35792026-09-11T20:14:26.787Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
35802026-09-11T20:14:26.953Z[ host-package] Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
35812026-09-11T20:14:27.013Z[ host-package] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
35822026-09-11T20:14:27.259Z[ host-package] Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d)
35832026-09-11T20:14:27.443Z[ host-package] Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support?rev=fc64732faf5511850b35f1734d572b9953d73374#fc64732f)
35842026-09-11T20:14:27.473Z[ host-package] Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
35852026-09-11T20:14:27.632Z[ host-package] Compiling kstat-rs v0.2.5
35862026-09-11T20:14:28.255Z[ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
35872026-09-11T20:14:28.371Z[ host-package] Compiling mime_guess v2.0.5
35882026-09-11T20:14:28.968Z[ host-package] Compiling hubtools v0.4.9 (https://github.com/oxidecomputer/hubtools.git?rev=87881bd389025f7c5692c0be153452c11ae3312e#87881bd3)
35892026-09-11T20:14:29.087Z[ host-package] Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
35902026-09-11T20:14:29.318Z[ host-package] Compiling nanorand v0.7.0
35912026-09-11T20:14:29.745Z[ host-package] Compiling libgit2-sys v0.18.3+1.9.2
35922026-09-11T20:14:29.811Z[ host-package] Compiling parking_lot_core v0.8.6
35932026-09-11T20:14:30.350Z[ host-package] Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
35942026-09-11T20:14:30.374Z[ host-package] Compiling flume v0.11.1
35952026-09-11T20:14:30.644Z[ host-package] Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
35962026-09-11T20:14:31.005Z[ host-package] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
35972026-09-11T20:14:31.054Z[ host-package] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
35982026-09-11T20:14:31.241Z[ host-package] Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
35992026-09-11T20:14:31.394Z[ host-package] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
36002026-09-11T20:14:31.707Z[ host-package] Compiling git-stub v1.0.0
36012026-09-11T20:14:31.789Z[ host-package] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e)
36022026-09-11T20:14:31.853Z[ host-package] Compiling http-range v0.1.5
36032026-09-11T20:14:31.991Z[ host-package] Compiling corncobs v0.1.4
36042026-09-11T20:14:32.011Z[ helios-setup] Sep 11 20:14:30.947 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 44.24s
36052026-09-11T20:14:32.051Z[ helios-setup] Sep 11 20:14:30.984 INFO building project "amd-host-image-builder" ok (44 seconds)
36062026-09-11T20:14:32.051Z[ helios-setup] Sep 11 20:14:30.984 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/pilot"
36072026-09-11T20:14:32.054Z[ host-package] Compiling strsim v0.10.0
36082026-09-11T20:14:32.059Z[ helios-setup] Sep 11 20:14:30.992 INFO rust toolchain for "/work/oxidecomputer/helios/projects/pilot": "1.98.1-x86_64-unknown-illumos (default)"
36092026-09-11T20:14:32.059Z[ helios-setup] Sep 11 20:14:30.993 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot
36102026-09-11T20:14:32.059Z[ helios-setup] Sep 11 20:14:30.993 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot")
36112026-09-11T20:14:32.129Z[ host-package] Compiling instability v0.3.11
36122026-09-11T20:14:32.179Z[ helios-setup] Sep 11 20:14:31.115 INFO E| Updating git repository `https://github.com/jclulow/hiercmd`
36132026-09-11T20:14:32.182Z[ host-package] Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
36142026-09-11T20:14:32.221Z[ host-package] Compiling git-stub-vcs v0.1.0
36152026-09-11T20:14:32.250Z[ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
36162026-09-11T20:14:32.392Z[ host-package] Compiling darling_core v0.13.4
36172026-09-11T20:14:32.520Z[ helios-setup] Sep 11 20:14:31.457 INFO E| From https://github.com/jclulow/hiercmd
36182026-09-11T20:14:32.520Z[ helios-setup] Sep 11 20:14:31.457 INFO E| * [new ref] 8eed23a01e9472183e9278ff456ba2f91e52b0ee -> refs/commit/8eed23a01e9472183e9278ff456ba2f91e52b0ee
36192026-09-11T20:14:32.533Z[ helios-setup] Sep 11 20:14:31.470 INFO E| Updating git repository `https://github.com/oxidecomputer/network-interface`
36202026-09-11T20:14:32.754Z[ host-package] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
36212026-09-11T20:14:32.820Z[ host-package] Compiling progenitor-impl v0.13.0
36222026-09-11T20:14:32.858Z[ helios-setup] Sep 11 20:14:31.794 INFO E| From https://github.com/oxidecomputer/network-interface
36232026-09-11T20:14:32.858Z[ helios-setup] Sep 11 20:14:31.794 INFO E| * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
36242026-09-11T20:14:32.877Z[ helios-setup] Sep 11 20:14:31.806 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git`
36252026-09-11T20:14:33.034Z[ host-package] Compiling ignore v0.4.25
36262026-09-11T20:14:33.067Z[ host-package] Compiling olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
36272026-09-11T20:14:33.212Z[ helios-setup] Sep 11 20:14:32.146 INFO E| From https://github.com/oxidecomputer/boot-image-tools
36282026-09-11T20:14:33.213Z[ helios-setup] Sep 11 20:14:32.146 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff
36292026-09-11T20:14:33.216Z[ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#878a31ea)
36302026-09-11T20:14:33.228Z[ helios-setup] Sep 11 20:14:32.165 INFO E| Updating crates.io index
36312026-09-11T20:14:33.289Z[ helios-setup] Sep 11 20:14:32.226 INFO E| Downloading crates ...
36322026-09-11T20:14:33.330Z[ host-package] Compiling secrecy v0.8.0
36332026-09-11T20:14:33.348Z[ helios-setup] Sep 11 20:14:32.285 INFO E| Downloaded env_filter v0.1.4
36342026-09-11T20:14:33.353Z[ helios-setup] Sep 11 20:14:32.290 INFO E| Downloaded time-core v0.1.6
36352026-09-11T20:14:33.375Z[ helios-setup] Sep 11 20:14:32.312 INFO E| Downloaded anstyle-query v1.1.4
36362026-09-11T20:14:33.378Z[ helios-setup] Sep 11 20:14:32.313 INFO E| Downloaded futures-sink v0.3.31
36372026-09-11T20:14:33.383Z[ helios-setup] Sep 11 20:14:32.320 INFO E| Downloaded generic-array v0.14.9
36382026-09-11T20:14:33.386Z[ helios-setup] Sep 11 20:14:32.321 INFO E| Downloaded clap_lex v0.7.6
36392026-09-11T20:14:33.386Z[ helios-setup] Sep 11 20:14:32.322 INFO E| Downloaded crc v3.3.0
36402026-09-11T20:14:33.386Z[ helios-setup] Sep 11 20:14:32.323 INFO E| Downloaded futures-macro v0.3.31
36412026-09-11T20:14:33.405Z[ helios-setup] Sep 11 20:14:32.342 INFO E| Downloaded libdevinfo-sys v1.1.0
36422026-09-11T20:14:33.408Z[ helios-setup] Sep 11 20:14:32.343 INFO E| Downloaded bitfield-macros v0.19.3
36432026-09-11T20:14:33.408Z[ helios-setup] Sep 11 20:14:32.343 INFO E| Downloaded futures-core v0.3.31
36442026-09-11T20:14:33.415Z[ helios-setup] Sep 11 20:14:32.352 INFO E| Downloaded pin-utils v0.1.0
36452026-09-11T20:14:33.420Z[ helios-setup] Sep 11 20:14:32.353 INFO E| Downloaded futures-task v0.3.31
36462026-09-11T20:14:33.420Z[ helios-setup] Sep 11 20:14:32.354 INFO E| Downloaded zeroize_derive v1.4.2
36472026-09-11T20:14:33.424Z[ helios-setup] Sep 11 20:14:32.358 INFO E| Downloaded futures-io v0.3.31
36482026-09-11T20:14:33.424Z[ helios-setup] Sep 11 20:14:32.358 INFO E| Downloaded simd-adler32 v0.3.7
36492026-09-11T20:14:33.437Z[ helios-setup] Sep 11 20:14:32.374 INFO E| Downloaded devinfo v0.1.0
36502026-09-11T20:14:33.440Z[ helios-setup] Sep 11 20:14:32.375 INFO E| Downloaded serde_spanned v1.0.3
36512026-09-11T20:14:33.455Z[ helios-setup] Sep 11 20:14:32.389 INFO E| Downloaded signal-hook-registry v1.4.6
36522026-09-11T20:14:33.492Z[ helios-setup] Sep 11 20:14:32.390 INFO E| Downloaded thiserror v2.0.17
36532026-09-11T20:14:33.492Z[ helios-setup] Sep 11 20:14:32.394 INFO E| Downloaded futures-executor v0.3.31
36542026-09-11T20:14:33.492Z[ helios-setup] Sep 11 20:14:32.395 INFO E| Downloaded base64ct v1.8.0
36552026-09-11T20:14:33.492Z[ helios-setup] Sep 11 20:14:32.396 INFO E| Downloaded find-msvc-tools v0.1.4
36562026-09-11T20:14:33.492Z[ helios-setup] Sep 11 20:14:32.397 INFO E| Downloaded anstyle v1.0.13
36572026-09-11T20:14:33.492Z[ helios-setup] Sep 11 20:14:32.398 INFO E| Downloaded num-bigint-dig v0.8.4
36582026-09-11T20:14:33.492Z[ helios-setup] Sep 11 20:14:32.401 INFO E| Downloaded quote v1.0.41
36592026-09-11T20:14:33.492Z[ helios-setup] Sep 11 20:14:32.412 INFO E| Downloaded futures-channel v0.3.31
36602026-09-11T20:14:33.493Z[ helios-setup] Sep 11 20:14:32.414 INFO E| Downloaded pin-project-lite v0.2.16
36612026-09-11T20:14:33.493Z[ helios-setup] Sep 11 20:14:32.417 INFO E| Downloaded deranged v0.5.5
36622026-09-11T20:14:33.493Z[ helios-setup] Sep 11 20:14:32.422 INFO E| Downloaded num_enum v0.7.5
36632026-09-11T20:14:33.493Z[ helios-setup] Sep 11 20:14:32.425 INFO E| Downloaded thiserror-impl v2.0.17
36642026-09-11T20:14:33.493Z[ helios-setup] Sep 11 20:14:32.426 INFO E| Downloaded toml_datetime v0.7.3
36652026-09-11T20:14:33.497Z[ helios-setup] Sep 11 20:14:32.428 INFO E| Downloaded zeroize v1.8.2
36662026-09-11T20:14:33.497Z[ helios-setup] Sep 11 20:14:32.429 INFO E| Downloaded bitfield v0.19.3
36672026-09-11T20:14:33.498Z[ helios-setup] Sep 11 20:14:32.430 INFO E| Downloaded slab v0.4.11
36682026-09-11T20:14:33.498Z[ helios-setup] Sep 11 20:14:32.431 INFO E| Downloaded toml_writer v1.0.4
36692026-09-11T20:14:33.502Z[ helios-setup] Sep 11 20:14:32.438 INFO E| Downloaded clap_derive v4.5.49
36702026-09-11T20:14:33.506Z[ helios-setup] Sep 11 20:14:32.439 INFO E| Downloaded proc-macro2 v1.0.103
36712026-09-11T20:14:33.506Z[ helios-setup] Sep 11 20:14:32.441 INFO E| Downloaded toml_parser v1.0.4
36722026-09-11T20:14:33.509Z[ helios-setup] Sep 11 20:14:32.443 INFO E| Downloaded getopts v0.2.24
36732026-09-11T20:14:33.509Z[ helios-setup] Sep 11 20:14:32.444 INFO E| Downloaded num_enum_derive v0.7.5
36742026-09-11T20:14:33.513Z[ helios-setup] Sep 11 20:14:32.448 INFO E| Downloaded env_logger v0.11.8
36752026-09-11T20:14:33.514Z[ helios-setup] Sep 11 20:14:32.449 INFO E| Downloaded getrandom v0.2.16
36762026-09-11T20:14:33.517Z[ helios-setup] Sep 11 20:14:32.451 INFO E| Downloaded iana-time-zone v0.1.64
36772026-09-11T20:14:33.517Z[ helios-setup] Sep 11 20:14:32.453 INFO E| Downloaded unicode-ident v1.0.22
36782026-09-11T20:14:33.541Z[ helios-setup] Sep 11 20:14:32.455 INFO E| Downloaded tokio-macros v2.6.0
36792026-09-11T20:14:33.542Z[ helios-setup] Sep 11 20:14:32.455 INFO E| Downloaded term v1.2.0
36802026-09-11T20:14:33.542Z[ helios-setup] Sep 11 20:14:32.471 INFO E| Downloaded time-macros v0.2.24
36812026-09-11T20:14:33.542Z[ helios-setup] Sep 11 20:14:32.471 INFO E| Downloaded bitflags v2.10.0
36822026-09-11T20:14:33.557Z[ helios-setup] Sep 11 20:14:32.485 INFO E| Downloaded log v0.4.28
36832026-09-11T20:14:33.557Z[ helios-setup] Sep 11 20:14:32.487 INFO E| Downloaded anyhow v1.0.100
36842026-09-11T20:14:33.557Z[ helios-setup] Sep 11 20:14:32.490 INFO E| Downloaded socket2 v0.6.1
36852026-09-11T20:14:33.560Z[ helios-setup] Sep 11 20:14:32.491 INFO E| Downloaded clap v4.5.51
36862026-09-11T20:14:33.564Z[ host-package] Compiling anstyle-parse v0.2.7
36872026-09-11T20:14:33.564Z[ helios-setup] Sep 11 20:14:32.497 INFO E| Downloaded futures v0.3.31
36882026-09-11T20:14:33.564Z[ helios-setup] Sep 11 20:14:32.501 INFO E| Downloaded toml v0.9.8
36892026-09-11T20:14:33.567Z[ helios-setup] Sep 11 20:14:32.503 INFO E| Downloaded bytes v1.10.1
36902026-09-11T20:14:33.570Z[ helios-setup] Sep 11 20:14:32.506 INFO E| Downloaded toml_edit v0.23.7
36912026-09-11T20:14:33.580Z[ helios-setup] Sep 11 20:14:32.517 INFO E| Downloaded uuid v1.18.1
36922026-09-11T20:14:33.586Z[ helios-setup] Sep 11 20:14:32.523 INFO E| Downloaded typenum v1.19.0
36932026-09-11T20:14:33.595Z[ helios-setup] Sep 11 20:14:32.532 INFO E| Downloaded flate2 v1.1.5
36942026-09-11T20:14:33.601Z[ helios-setup] Sep 11 20:14:32.538 INFO E| Downloaded rand v0.8.5
36952026-09-11T20:14:33.605Z[ helios-setup] Sep 11 20:14:32.541 INFO E| Downloaded rsa v0.9.8
36962026-09-11T20:14:33.608Z[ helios-setup] Sep 11 20:14:32.544 INFO E| Downloaded zerocopy-derive v0.8.27
36972026-09-11T20:14:33.612Z[ helios-setup] Sep 11 20:14:32.549 INFO E| Downloaded cc v1.2.44
36982026-09-11T20:14:33.614Z[ helios-setup] Sep 11 20:14:32.551 INFO E| Downloaded memchr v2.7.6
36992026-09-11T20:14:33.617Z[ helios-setup] Sep 11 20:14:32.554 INFO E| Downloaded mio v1.1.0
37002026-09-11T20:14:33.622Z[ helios-setup] Sep 11 20:14:32.558 INFO E| Downloaded indexmap v2.12.0
37012026-09-11T20:14:33.625Z[ helios-setup] Sep 11 20:14:32.561 INFO E| Downloaded iddqd v0.3.14
37022026-09-11T20:14:33.696Z[ helios-setup] Sep 11 20:14:32.603 INFO E| Downloaded hashbrown v0.16.0
37032026-09-11T20:14:33.765Z[ helios-setup] Sep 11 20:14:32.606 INFO E| Downloaded time v0.3.44
37042026-09-11T20:14:33.765Z[ helios-setup] Sep 11 20:14:32.611 INFO E| Downloaded futures-util v0.3.31
37052026-09-11T20:14:33.765Z[ helios-setup] Sep 11 20:14:32.619 INFO E| Downloaded clap_builder v4.5.51
37062026-09-11T20:14:33.765Z[ helios-setup] Sep 11 20:14:32.623 INFO E| Downloaded libm v0.2.15
37072026-09-11T20:14:33.765Z[ helios-setup] Sep 11 20:14:32.629 INFO E| Downloaded serde_json v1.0.145
37082026-09-11T20:14:33.765Z[ helios-setup] Sep 11 20:14:32.633 INFO E| Downloaded winnow v0.7.13
37092026-09-11T20:14:33.800Z[ helios-setup] Sep 11 20:14:32.660 INFO E| Downloaded zerocopy v0.8.27
37102026-09-11T20:14:33.800Z[ helios-setup] Sep 11 20:14:32.673 INFO E| Downloaded chrono v0.4.42
37112026-09-11T20:14:33.800Z[ helios-setup] Sep 11 20:14:32.678 INFO E| Downloaded syn v2.0.108
37122026-09-11T20:14:33.801Z[ helios-setup] Sep 11 20:14:32.684 INFO E| Downloaded unicode-width v0.2.2
37132026-09-11T20:14:33.801Z[ helios-setup] Sep 11 20:14:32.703 INFO E| Downloaded rustix v1.1.2
37142026-09-11T20:14:33.810Z[ helios-setup] Sep 11 20:14:32.726 INFO E| Downloaded libc v0.2.177
37152026-09-11T20:14:33.810Z[ helios-setup] Sep 11 20:14:32.744 INFO E| Downloaded tokio v1.48.0
37162026-09-11T20:14:33.862Z[ host-package] Compiling vergen-git2 v9.1.0
37172026-09-11T20:14:33.956Z[ helios-setup] Sep 11 20:14:32.855 INFO E| Compiling proc-macro2 v1.0.103
37182026-09-11T20:14:33.956Z[ helios-setup] Sep 11 20:14:32.855 INFO E| Compiling quote v1.0.41
37192026-09-11T20:14:33.956Z[ helios-setup] Sep 11 20:14:32.855 INFO E| Compiling unicode-ident v1.0.22
37202026-09-11T20:14:33.956Z[ helios-setup] Sep 11 20:14:32.855 INFO E| Compiling libc v0.2.177
37212026-09-11T20:14:33.985Z[ helios-setup] Sep 11 20:14:32.855 INFO E| Compiling serde_core v1.0.228
37222026-09-11T20:14:33.987Z[ helios-setup] Sep 11 20:14:32.855 INFO E| Compiling cfg-if v1.0.4
37232026-09-11T20:14:33.987Z[ helios-setup] Sep 11 20:14:32.855 INFO E| Compiling serde v1.0.228
37242026-09-11T20:14:33.987Z[ helios-setup] Sep 11 20:14:32.855 INFO E| Compiling version_check v0.9.5
37252026-09-11T20:14:33.987Z[ helios-setup] Sep 11 20:14:32.855 INFO E| Compiling autocfg v1.5.0
37262026-09-11T20:14:33.987Z[ helios-setup] Sep 11 20:14:32.855 INFO E| Compiling const-oid v0.9.6
37272026-09-11T20:14:33.987Z[ helios-setup] Sep 11 20:14:32.855 INFO E| Compiling typenum v1.19.0
37282026-09-11T20:14:33.987Z[ helios-setup] Sep 11 20:14:32.855 INFO E| Compiling libm v0.2.15
37292026-09-11T20:14:33.987Z[ helios-setup] Sep 11 20:14:32.855 INFO E| Compiling zerocopy v0.8.27
37302026-09-11T20:14:33.987Z[ helios-setup] Sep 11 20:14:32.855 INFO E| Compiling rustversion v1.0.22
37312026-09-11T20:14:33.987Z[ helios-setup] Sep 11 20:14:32.855 INFO E| Compiling zeroize v1.8.2
37322026-09-11T20:14:33.987Z[ helios-setup] Sep 11 20:14:32.856 INFO E| Compiling base64ct v1.8.0
37332026-09-11T20:14:34.131Z[ host-package] Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
37342026-09-11T20:14:34.321Z[ helios-setup] Sep 11 20:14:33.252 INFO E| Compiling smallvec v1.15.1
37352026-09-11T20:14:34.342Z[ host-package] Compiling castaway v0.2.4
37362026-09-11T20:14:34.693Z[ helios-setup] Sep 11 20:14:33.627 INFO E| Compiling memchr v2.7.6
37372026-09-11T20:14:34.703Z[ helios-setup] Sep 11 20:14:33.634 INFO E| Compiling crc32fast v1.5.0
37382026-09-11T20:14:34.703Z[ helios-setup] Sep 11 20:14:33.634 INFO E| Compiling anyhow v1.0.100
37392026-09-11T20:14:34.736Z[ helios-setup] Sep 11 20:14:33.655 INFO E| Compiling winnow v0.7.13
37402026-09-11T20:14:34.846Z[ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#878a31ea)
37412026-09-11T20:14:34.873Z[ helios-setup] Sep 11 20:14:33.780 INFO E| Compiling generic-array v0.14.9
37422026-09-11T20:14:34.898Z[ host-package] Compiling indoc v2.0.7
37432026-09-11T20:14:35.076Z[ helios-setup] Sep 11 20:14:33.980 INFO E| Compiling pem-rfc7468 v0.7.0
37442026-09-11T20:14:35.204Z[ helios-setup] Sep 11 20:14:34.140 INFO E| Compiling byteorder v1.5.0
37452026-09-11T20:14:35.333Z[ helios-setup] Sep 11 20:14:34.270 INFO E| Compiling num-traits v0.2.19
37462026-09-11T20:14:35.473Z[ helios-setup] Sep 11 20:14:34.405 INFO E| Compiling equivalent v1.0.2
37472026-09-11T20:14:35.489Z[ host-package] Compiling compact_str v0.8.1
37482026-09-11T20:14:35.516Z[ helios-setup] Sep 11 20:14:34.449 INFO E| Compiling utf8parse v0.2.2
37492026-09-11T20:14:35.587Z[ helios-setup] Sep 11 20:14:34.524 INFO E| Compiling rustix v1.1.2
37502026-09-11T20:14:35.657Z[ helios-setup] Sep 11 20:14:34.591 INFO E| Compiling flagset v0.4.7
37512026-09-11T20:14:35.732Z[ helios-setup] Sep 11 20:14:34.669 INFO E| Compiling hashbrown v0.16.0
37522026-09-11T20:14:35.855Z[ host-package] Compiling progenitor-macro v0.13.0
37532026-09-11T20:14:35.874Z[ helios-setup] Sep 11 20:14:34.811 INFO E| Compiling anstyle-parse v0.2.7
37542026-09-11T20:14:35.896Z[ helios-setup] Sep 11 20:14:34.833 INFO E| Compiling getrandom v0.2.16
37552026-09-11T20:14:36.032Z[ host-package] Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
37562026-09-11T20:14:36.063Z[ helios-setup] Sep 11 20:14:34.994 INFO E| Compiling errno v0.3.14
37572026-09-11T20:14:36.202Z[ helios-setup] Sep 11 20:14:35.133 INFO E| Compiling rand_core v0.6.4
37582026-09-11T20:14:36.342Z[ helios-setup] Sep 11 20:14:35.279 INFO E| Compiling anstyle-query v1.1.4
37592026-09-11T20:14:36.523Z[ helios-setup] Sep 11 20:14:35.460 INFO E| Compiling radium v0.7.0
37602026-09-11T20:14:36.568Z[ helios-setup] Sep 11 20:14:35.505 INFO E| Compiling find-msvc-tools v0.1.4
37612026-09-11T20:14:36.615Z[ helios-setup] Sep 11 20:14:35.551 INFO E| Compiling syn v2.0.108
37622026-09-11T20:14:36.621Z[ helios-setup] Sep 11 20:14:35.558 INFO E| Compiling colorchoice v1.0.4
37632026-09-11T20:14:36.643Z[ helios-setup] Sep 11 20:14:35.576 INFO E| Compiling anstyle v1.0.13
37642026-09-11T20:14:36.781Z[ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
37652026-09-11T20:14:36.791Z[ helios-setup] Sep 11 20:14:35.728 INFO E| Compiling indexmap v2.12.0
37662026-09-11T20:14:36.833Z[ helios-setup] Sep 11 20:14:35.770 INFO E| Compiling cpufeatures v0.2.17
37672026-09-11T20:14:36.964Z[ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#878a31ea)
37682026-09-11T20:14:36.972Z[ helios-setup] Sep 11 20:14:35.864 INFO E| Compiling shlex v1.3.0
37692026-09-11T20:14:36.972Z[ helios-setup] Sep 11 20:14:35.872 INFO E| Compiling is_terminal_polyfill v1.70.2
37702026-09-11T20:14:37.008Z[ helios-setup] Sep 11 20:14:35.944 INFO E| Compiling toml_datetime v0.7.3
37712026-09-11T20:14:37.033Z[ helios-setup] Sep 11 20:14:35.965 INFO E| Compiling allocator-api2 v0.2.21
37722026-09-11T20:14:37.117Z[ helios-setup] Sep 11 20:14:36.053 INFO E| Compiling syn v1.0.109
37732026-09-11T20:14:37.143Z[ helios-setup] Sep 11 20:14:36.075 INFO E| Compiling anstream v0.6.21
37742026-09-11T20:14:37.152Z[ helios-setup] Sep 11 20:14:36.083 INFO E| Compiling slog v2.8.2
37752026-09-11T20:14:37.176Z[ helios-setup] Sep 11 20:14:36.112 INFO E| Compiling block-buffer v0.10.4
37762026-09-11T20:14:37.192Z[ helios-setup] Sep 11 20:14:36.129 INFO E| Compiling crypto-common v0.1.6
37772026-09-11T20:14:37.254Z[ helios-setup] Sep 11 20:14:36.188 INFO E| Compiling cc v1.2.44
37782026-09-11T20:14:37.415Z[ host-package] Compiling darling_macro v0.13.4
37792026-09-11T20:14:37.519Z[ helios-setup] Sep 11 20:14:36.453 INFO E| Compiling digest v0.10.7
37802026-09-11T20:14:37.763Z[ helios-setup] Sep 11 20:14:36.700 INFO E| Compiling toml_parser v1.0.4
37812026-09-11T20:14:37.866Z[ helios-setup] Sep 11 20:14:36.803 INFO E| Compiling pkg-config v0.3.32
37822026-09-11T20:14:37.949Z[ helios-setup] Sep 11 20:14:36.886 INFO E| Compiling pin-project-lite v0.2.16
37832026-09-11T20:14:38.094Z[ host-package] Compiling globwalk v0.9.1
37842026-09-11T20:14:38.098Z[ helios-setup] Sep 11 20:14:37.033 INFO E| Compiling sha2 v0.10.9
37852026-09-11T20:14:38.130Z[ helios-setup] Sep 11 20:14:37.067 INFO E| Compiling parking_lot_core v0.9.12
37862026-09-11T20:14:38.130Z[ helios-setup] Sep 11 20:14:37.067 INFO E| Compiling unicode-width v0.2.2
37872026-09-11T20:14:38.136Z[ host-package] Compiling anstream v0.6.21
37882026-09-11T20:14:38.158Z[ helios-setup] Sep 11 20:14:37.095 INFO E| Compiling maybe-uninit v2.0.0
37892026-09-11T20:14:38.221Z[ helios-setup] Sep 11 20:14:37.153 INFO E| Compiling futures-sink v0.3.31
37902026-09-11T20:14:38.226Z[ helios-setup] Sep 11 20:14:37.163 INFO E| Compiling futures-core v0.3.31
37912026-09-11T20:14:38.419Z[ helios-setup] Sep 11 20:14:37.356 INFO E| Compiling tap v1.0.1
37922026-09-11T20:14:38.602Z[ helios-setup] Sep 11 20:14:37.538 INFO E| Compiling wyz v0.5.1
37932026-09-11T20:14:38.636Z[ helios-setup] Sep 11 20:14:37.573 INFO E| Compiling getopts v0.2.24
37942026-09-11T20:14:38.644Z[ helios-setup] Sep 11 20:14:37.580 INFO E| Compiling futures-channel v0.3.31
37952026-09-11T20:14:38.707Z[ helios-setup] Sep 11 20:14:37.644 INFO E| Compiling num-integer v0.1.46
37962026-09-11T20:14:38.906Z[ helios-setup] Sep 11 20:14:37.843 INFO E| Compiling toml_edit v0.23.7
37972026-09-11T20:14:39.004Z[ host-package] Compiling tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
37982026-09-11T20:14:39.149Z[ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
37992026-09-11T20:14:39.172Z[ helios-setup] Sep 11 20:14:38.109 INFO E| Compiling ahash v0.8.12
38002026-09-11T20:14:39.197Z[ helios-setup] Sep 11 20:14:38.130 INFO E| Compiling powerfmt v0.2.0
38012026-09-11T20:14:39.198Z[ helios-setup] Sep 11 20:14:38.130 INFO E| Compiling funty v2.0.0
38022026-09-11T20:14:39.223Z[ helios-setup] Sep 11 20:14:38.160 INFO E| Compiling getrandom v0.3.4
38032026-09-11T20:14:39.232Z[ helios-setup] Sep 11 20:14:38.169 INFO E| Compiling bytes v1.10.1
38042026-09-11T20:14:39.273Z[ helios-setup] Sep 11 20:14:38.210 INFO E| Compiling strsim v0.11.1
38052026-09-11T20:14:39.277Z[ host-package] Compiling parking_lot v0.11.2
38062026-09-11T20:14:39.283Z[ helios-setup] Sep 11 20:14:38.221 INFO E| Compiling scopeguard v1.2.0
38072026-09-11T20:14:39.410Z[ host-package] Compiling hyper-staticfile v0.10.1
38082026-09-11T20:14:39.445Z[ helios-setup] Sep 11 20:14:38.382 INFO E| Compiling bitflags v2.10.0
38092026-09-11T20:14:39.509Z[ helios-setup] Sep 11 20:14:38.446 INFO E| Compiling bzip2-sys v0.1.13+1.0.8
38102026-09-11T20:14:39.524Z[ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
38112026-09-11T20:14:39.599Z[ helios-setup] Sep 11 20:14:38.536 INFO E| Compiling itoa v1.0.15
38122026-09-11T20:14:39.607Z[ helios-setup] Sep 11 20:14:38.544 INFO E| Compiling futures-io v0.3.31
38132026-09-11T20:14:39.610Z[ helios-setup] Sep 11 20:14:38.544 INFO E| Compiling futures-task v0.3.31
38142026-09-11T20:14:39.788Z[ host-package] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
38152026-09-11T20:14:40.004Z[ helios-setup] Sep 11 20:14:38.939 INFO E| Compiling proc-macro-crate v3.4.0
38162026-09-11T20:14:40.159Z[ helios-setup] Sep 11 20:14:39.097 INFO E| Compiling clap_lex v0.7.6
38172026-09-11T20:14:40.167Z[ helios-setup] Sep 11 20:14:39.104 INFO E| Compiling num-conv v0.1.0
38182026-09-11T20:14:40.183Z[ helios-setup] Sep 11 20:14:39.120 INFO E| Compiling packed_struct v0.10.1
38192026-09-11T20:14:40.214Z[ helios-setup] Sep 11 20:14:39.151 INFO E| Compiling num-bigint-dig v0.8.4
38202026-09-11T20:14:40.335Z[ helios-setup] Sep 11 20:14:39.272 INFO E| Compiling spin v0.9.8
38212026-09-11T20:14:40.380Z[ helios-setup] Sep 11 20:14:39.317 INFO E| Compiling time-core v0.1.6
38222026-09-11T20:14:40.465Z[ host-package] Compiling oso v0.27.3
38232026-09-11T20:14:40.515Z[ helios-setup] Sep 11 20:14:39.452 INFO E| Compiling heck v0.5.0
38242026-09-11T20:14:40.593Z[ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
38252026-09-11T20:14:40.671Z[ helios-setup] Sep 11 20:14:39.608 INFO E| Compiling pin-utils v0.1.0
38262026-09-11T20:14:40.705Z[ helios-setup] Sep 11 20:14:39.642 INFO E| Compiling thiserror v1.0.69
38272026-09-11T20:14:40.714Z[ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
38282026-09-11T20:14:40.730Z[ helios-setup] Sep 11 20:14:39.668 INFO E| Compiling slab v0.4.11
38292026-09-11T20:14:40.795Z[ helios-setup] Sep 11 20:14:39.728 INFO E| Compiling time-macros v0.2.24
38302026-09-11T20:14:40.819Z[ helios-setup] Sep 11 20:14:39.756 INFO E| Compiling lazy_static v1.5.0
38312026-09-11T20:14:40.859Z[ helios-setup] Sep 11 20:14:39.795 INFO E| Compiling bitvec v1.0.1
38322026-09-11T20:14:40.947Z[ helios-setup] Sep 11 20:14:39.884 INFO E| Compiling deranged v0.5.5
38332026-09-11T20:14:41.024Z[ helios-setup] Sep 11 20:14:39.925 INFO E| Compiling lock_api v0.4.14
38342026-09-11T20:14:41.031Z[ helios-setup] Sep 11 20:14:39.938 INFO E| Compiling num-iter v0.1.45
38352026-09-11T20:14:41.031Z[ host-package] Compiling predicates-tree v1.0.13
38362026-09-11T20:14:41.242Z[ helios-setup] Sep 11 20:14:40.179 INFO E| Compiling indexmap v1.9.3
38372026-09-11T20:14:41.243Z[ helios-setup] Sep 11 20:14:40.180 INFO E| Compiling serde_json v1.0.145
38382026-09-11T20:14:41.302Z[ helios-setup] Sep 11 20:14:40.239 INFO E| Compiling terminal_size v0.4.3
38392026-09-11T20:14:41.353Z[ helios-setup] Sep 11 20:14:40.289 INFO E| Compiling nodrop v0.1.14
38402026-09-11T20:14:41.473Z[ helios-setup] Sep 11 20:14:40.405 INFO E| Compiling adler2 v2.0.1
38412026-09-11T20:14:41.564Z[ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
38422026-09-11T20:14:41.571Z[ helios-setup] Sep 11 20:14:40.508 INFO E| Compiling clap_builder v4.5.51
38432026-09-11T20:14:41.611Z[ helios-setup] Sep 11 20:14:40.540 INFO E| Compiling once_cell v1.21.3
38442026-09-11T20:14:41.868Z[ host-package] Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
38452026-09-11T20:14:41.951Z[ helios-setup] Sep 11 20:14:40.888 INFO E| Compiling iana-time-zone v0.1.64
38462026-09-11T20:14:42.035Z[ helios-setup] Sep 11 20:14:40.972 INFO E| Compiling thiserror v2.0.17
38472026-09-11T20:14:42.044Z[ helios-setup] Sep 11 20:14:40.981 INFO E| Compiling log v0.4.28
38482026-09-11T20:14:42.080Z[ helios-setup] Sep 11 20:14:41.015 INFO E| Compiling simd-adler32 v0.3.7
38492026-09-11T20:14:42.083Z[ helios-setup] Sep 11 20:14:41.016 INFO E| Compiling crc-catalog v2.4.0
38502026-09-11T20:14:42.262Z[ helios-setup] Sep 11 20:14:41.199 INFO E| Compiling crc v3.3.0
38512026-09-11T20:14:42.296Z[ helios-setup] Sep 11 20:14:41.234 INFO E| Compiling chrono v0.4.42
38522026-09-11T20:14:42.503Z[ helios-setup] Sep 11 20:14:41.440 INFO E| Compiling miniz_oxide v0.8.9
38532026-09-11T20:14:42.576Z[ helios-setup] Sep 11 20:14:41.514 INFO E| Compiling env_filter v0.1.4
38542026-09-11T20:14:42.622Z[ helios-setup] Sep 11 20:14:41.560 INFO E| Compiling parking_lot v0.12.5
38552026-09-11T20:14:42.986Z[ helios-setup] Sep 11 20:14:41.922 INFO E| Compiling array-init v0.0.4
38562026-09-11T20:14:43.016Z[ helios-setup] Sep 11 20:14:41.949 INFO E| Compiling smallvec v0.6.14
38572026-09-11T20:14:43.020Z[ host-package] Compiling diesel-dtrace v0.5.0
38582026-09-11T20:14:43.466Z[ helios-setup] Sep 11 20:14:42.402 INFO E| Compiling time v0.3.44
38592026-09-11T20:14:43.647Z[ helios-setup] Sep 11 20:14:42.584 INFO E| Compiling serde_spanned v1.0.3
38602026-09-11T20:14:43.665Z[ host-package] Compiling async-bb8-diesel v0.2.1
38612026-09-11T20:14:43.790Z[ host-package] Compiling progenitor-client v0.13.0
38622026-09-11T20:14:43.853Z[ host-package] Compiling unicode-truncate v1.1.0
38632026-09-11T20:14:43.943Z[ helios-setup] Sep 11 20:14:42.879 INFO E| Compiling signature v2.2.0
38642026-09-11T20:14:44.033Z[ helios-setup] Sep 11 20:14:42.970 INFO E| Compiling mio v1.1.0
38652026-09-11T20:14:44.067Z[ helios-setup] Sep 11 20:14:43.004 INFO E| Compiling is-terminal v0.4.17
38662026-09-11T20:14:44.157Z[ helios-setup] Sep 11 20:14:43.094 INFO E| Compiling serde_derive v1.0.228
38672026-09-11T20:14:44.164Z[ helios-setup] Sep 11 20:14:43.101 INFO E| Compiling zerocopy-derive v0.8.27
38682026-09-11T20:14:44.296Z[ helios-setup] Sep 11 20:14:43.233 INFO E| Compiling der_derive v0.7.3
38692026-09-11T20:14:44.326Z[ helios-setup] Sep 11 20:14:43.263 INFO E| Compiling futures-macro v0.3.31
38702026-09-11T20:14:44.628Z[ helios-setup] Sep 11 20:14:43.564 INFO E| Compiling num_enum_derive v0.7.5
38712026-09-11T20:14:44.637Z[ helios-setup] Sep 11 20:14:43.574 INFO E| Compiling clap_derive v4.5.49
38722026-09-11T20:14:44.661Z[ host-package] Compiling lru v0.12.5
38732026-09-11T20:14:44.795Z[ host-package] Compiling digest-io v0.1.0
38742026-09-11T20:14:44.856Z[ host-package] Compiling prefix-trie v0.7.0
38752026-09-11T20:14:44.910Z[ helios-setup] Sep 11 20:14:43.840 INFO E| Compiling bitfield-macros v0.19.3
38762026-09-11T20:14:45.013Z[ helios-setup] Sep 11 20:14:43.950 INFO E| Compiling packed_struct_codegen v0.10.1
38772026-09-11T20:14:45.166Z[ host-package] Compiling rand_seeder v0.4.0
38782026-09-11T20:14:45.215Z[ host-package] Compiling cassowary v0.3.0
38792026-09-11T20:14:45.228Z[ helios-setup] Sep 11 20:14:44.165 INFO E| Compiling zerocopy-derive v0.6.6
38802026-09-11T20:14:45.302Z[ host-package] Compiling tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
38812026-09-11T20:14:45.302Z[ host-package] Compiling progenitor v0.13.0
38822026-09-11T20:14:45.409Z[ helios-setup] Sep 11 20:14:44.346 INFO E| Compiling thiserror-impl v1.0.69
38832026-09-11T20:14:45.648Z[ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
38842026-09-11T20:14:45.856Z[ host-package] Compiling ratatui v0.29.0
38852026-09-11T20:14:45.965Z[ host-package] Compiling hickory-server v0.25.2
38862026-09-11T20:14:45.993Z[ helios-setup] Sep 11 20:14:44.930 INFO E| Compiling tokio-macros v2.6.0
38872026-09-11T20:14:46.146Z[ helios-setup] Sep 11 20:14:45.083 INFO E| Compiling thiserror-impl v2.0.17
38882026-09-11T20:14:46.190Z[ host-package] Compiling camino-tempfile-ext v0.3.3
38892026-09-11T20:14:46.369Z[ helios-setup] Sep 11 20:14:45.305 INFO E| Compiling futures-util v0.3.31
38902026-09-11T20:14:46.628Z[ helios-setup] Sep 11 20:14:45.565 INFO E| Compiling bitfield v0.19.3
38912026-09-11T20:14:46.651Z[ host-package] Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
38922026-09-11T20:14:47.068Z[ helios-setup] Sep 11 20:14:46.006 INFO E| Compiling signal-hook-registry v1.4.6
38932026-09-11T20:14:47.106Z[ helios-setup] Sep 11 20:14:46.042 INFO E| Compiling socket2 v0.6.1
38942026-09-11T20:14:47.237Z[ helios-setup] Sep 11 20:14:46.169 INFO E| Compiling zerocopy v0.6.6
38952026-09-11T20:14:47.241Z[ helios-setup] Sep 11 20:14:46.177 INFO E| Compiling der v0.7.10
38962026-09-11T20:14:47.302Z[ helios-setup] Sep 11 20:14:46.238 INFO E| Compiling num_enum v0.7.5
38972026-09-11T20:14:47.323Z[ host-package] Compiling sled v0.34.7
38982026-09-11T20:14:47.539Z[ helios-setup] Sep 11 20:14:46.476 INFO E| Compiling thread_local v1.1.9
38992026-09-11T20:14:47.745Z[ helios-setup] Sep 11 20:14:46.682 INFO E| Compiling term v1.2.0
39002026-09-11T20:14:47.796Z[ helios-setup] Sep 11 20:14:46.732 INFO E| Compiling ryu v1.0.20
39012026-09-11T20:14:47.830Z[ helios-setup] Sep 11 20:14:46.767 INFO E| Compiling libdevinfo-sys v1.1.0
39022026-09-11T20:14:48.172Z[ helios-setup] Sep 11 20:14:47.100 INFO E| Compiling subtle v2.6.1
39032026-09-11T20:14:48.234Z[ helios-setup] Sep 11 20:14:47.171 INFO E| Compiling toml_writer v1.0.4
39042026-09-11T20:14:48.258Z[ helios-setup] Sep 11 20:14:47.195 INFO E| Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
39052026-09-11T20:14:48.401Z[ helios-setup] Sep 11 20:14:47.338 INFO E| Compiling hashbrown v0.12.3
39062026-09-11T20:14:48.434Z[ helios-setup] Sep 11 20:14:47.370 INFO E| Compiling clap v4.5.51
39072026-09-11T20:14:48.558Z[ helios-setup] Sep 11 20:14:47.494 INFO E| Compiling winnow v0.5.40
39082026-09-11T20:14:48.571Z[ helios-setup] Sep 11 20:14:47.508 INFO E| Compiling base64 v0.21.7
39092026-09-11T20:14:48.642Z[ helios-setup] Sep 11 20:14:47.579 INFO E| Compiling toml v0.9.8
39102026-09-11T20:14:48.863Z[ helios-setup] Sep 11 20:14:47.801 INFO E| Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
39112026-09-11T20:14:48.993Z[ helios-setup] Sep 11 20:14:47.929 INFO E| Compiling devinfo v0.1.0
39122026-09-11T20:14:49.137Z[ helios-setup] Sep 11 20:14:48.073 INFO E| Compiling tokio v1.48.0
39132026-09-11T20:14:49.156Z[ helios-setup] Sep 11 20:14:48.093 INFO E| Compiling bzip2 v0.4.4
39142026-09-11T20:14:49.249Z[ helios-setup] Sep 11 20:14:48.167 INFO E| Compiling uuid v1.18.1
39152026-09-11T20:14:49.612Z[ helios-setup] Sep 11 20:14:48.549 INFO E| Compiling spki v0.7.3
39162026-09-11T20:14:49.876Z[ helios-setup] Sep 11 20:14:48.813 INFO E| Compiling pkcs8 v0.10.2
39172026-09-11T20:14:50.064Z[ helios-setup] Sep 11 20:14:49.001 INFO E| Compiling x509-cert v0.2.5
39182026-09-11T20:14:50.159Z[ helios-setup] Sep 11 20:14:49.095 INFO E| Compiling flate2 v1.1.5
39192026-09-11T20:14:50.459Z[ helios-setup] Sep 11 20:14:49.394 INFO E| Compiling pkcs1 v0.7.5
39202026-09-11T20:14:50.495Z[ helios-setup] Sep 11 20:14:49.430 INFO E| Compiling env_logger v0.11.8
39212026-09-11T20:14:50.661Z[ host-package] Compiling darling v0.13.4
39222026-09-11T20:14:50.825Z[ helios-setup] Sep 11 20:14:49.762 INFO E| Compiling hex v0.4.3
39232026-09-11T20:14:50.838Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
39242026-09-11T20:14:51.206Z[ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
39252026-09-11T20:14:51.321Z[ helios-setup] Sep 11 20:14:50.256 INFO E| Compiling ppv-lite86 v0.2.21
39262026-09-11T20:14:51.332Z[ helios-setup] Sep 11 20:14:50.269 INFO E| Compiling erased-serde v0.3.31
39272026-09-11T20:14:51.349Z[ helios-setup] Sep 11 20:14:50.286 INFO E| Compiling toml_datetime v0.6.11
39282026-09-11T20:14:51.554Z[ helios-setup] Sep 11 20:14:50.491 INFO E| Compiling serde_spanned v0.6.9
39292026-09-11T20:14:51.690Z[ host-package] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
39302026-09-11T20:14:51.740Z[ helios-setup] Sep 11 20:14:50.677 INFO E| Compiling futures-executor v0.3.31
39312026-09-11T20:14:51.957Z[ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
39322026-09-11T20:14:52.067Z[ helios-setup] Sep 11 20:14:51.004 INFO E| Compiling toml_edit v0.19.15
39332026-09-11T20:14:52.299Z[ helios-setup] Sep 11 20:14:51.236 INFO E| Compiling rand_chacha v0.3.1
39342026-09-11T20:14:52.307Z[ helios-setup] Sep 11 20:14:51.244 INFO E| Compiling futures v0.3.31
39352026-09-11T20:14:52.307Z[ helios-setup] Sep 11 20:14:51.244 INFO E| Compiling serde-hex v0.1.0
39362026-09-11T20:14:52.409Z[ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
39372026-09-11T20:14:52.441Z[ helios-setup] Sep 11 20:14:51.377 INFO E| Compiling hashbrown v0.13.2
39382026-09-11T20:14:52.553Z[ helios-setup] Sep 11 20:14:51.490 INFO E| Compiling ron v0.8.1
39392026-09-11T20:14:53.098Z[ helios-setup] Sep 11 20:14:52.034 INFO E| Compiling rand v0.8.5
39402026-09-11T20:14:53.145Z[ helios-setup] Sep 11 20:14:52.082 INFO E| Compiling slog-term v2.9.2
39412026-09-11T20:14:53.175Z[ helios-setup] Sep 11 20:14:52.112 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#8eed23a0)
39422026-09-11T20:14:53.223Z[ helios-setup] Sep 11 20:14:52.160 INFO E| Compiling crc-any v2.5.0
39432026-09-11T20:14:53.607Z[ helios-setup] Sep 11 20:14:52.543 INFO E| Compiling rustc-hash v2.1.1
39442026-09-11T20:14:53.697Z[ helios-setup] Sep 11 20:14:52.625 INFO E| Compiling bitflags v1.3.2
39452026-09-11T20:14:53.794Z[ helios-setup] Sep 11 20:14:52.731 INFO E| Compiling foldhash v0.2.0
39462026-09-11T20:14:53.954Z[ host-package] Compiling serde_with_macros v1.5.2
39472026-09-11T20:14:53.967Z[ helios-setup] Sep 11 20:14:52.904 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09)
39482026-09-11T20:14:54.052Z[ helios-setup] Sep 11 20:14:52.989 INFO E| Compiling object v0.30.4
39492026-09-11T20:14:54.096Z[ helios-setup] Sep 11 20:14:53.033 INFO E| Compiling zip v0.6.6
39502026-09-11T20:14:54.278Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
39512026-09-11T20:14:54.416Z[ helios-setup] Sep 11 20:14:53.353 INFO E| Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
39522026-09-11T20:14:55.077Z[ host-package] Compiling sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common)
39532026-09-11T20:14:55.263Z[ helios-setup] Sep 11 20:14:54.200 INFO E| Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#b507bc6d)
39542026-09-11T20:14:55.317Z[ helios-setup] Sep 11 20:14:54.250 INFO E| Compiling iddqd v0.3.14
39552026-09-11T20:14:55.524Z[ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
39562026-09-11T20:14:55.734Z[ helios-setup] Sep 11 20:14:54.671 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e)
39572026-09-11T20:14:55.774Z[ helios-setup] Sep 11 20:14:54.711 INFO E| Compiling path-slash v0.1.5
39582026-09-11T20:14:55.877Z[ host-package] Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
39592026-09-11T20:14:56.180Z[ helios-setup] Sep 11 20:14:55.115 INFO E| Compiling toml v0.7.8
39602026-09-11T20:14:56.542Z[ host-package] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
39612026-09-11T20:14:56.808Z[ helios-setup] Sep 11 20:14:55.743 INFO E| Compiling rsa v0.9.8
39622026-09-11T20:14:57.163Z[ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
39632026-09-11T20:14:57.979Z[ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
39642026-09-11T20:14:58.088Z[ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
39652026-09-11T20:14:58.368Z[ host-package] Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
39662026-09-11T20:14:58.382Z[ helios-setup] Sep 11 20:14:57.319 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common)
39672026-09-11T20:14:58.458Z[ host-package] Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
39682026-09-11T20:14:58.793Z[ helios-setup] Sep 11 20:14:57.730 INFO E| Compiling pilot-disks v0.1.0 (/work/oxidecomputer/helios/projects/pilot/disks)
39692026-09-11T20:14:59.032Z[ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
39702026-09-11T20:14:59.216Z[ host-package] Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
39712026-09-11T20:14:59.219Z[ host-package] Compiling arc-swap v1.8.2
39722026-09-11T20:14:59.219Z[ host-package] Compiling void v1.0.2
39732026-09-11T20:14:59.935Z[ host-package] Compiling slog-scope v4.4.1
39742026-09-11T20:15:00.297Z[ host-package] Compiling lzss v0.8.2
39752026-09-11T20:15:00.315Z[ host-package] Compiling serde_with v1.14.0
39762026-09-11T20:15:00.644Z[ host-package] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=ff9f27aa0d6ef6fb64c349890b6e3c242ea3d8fc#ff9f27aa)
39772026-09-11T20:15:00.883Z[ host-package] Compiling scuffle v0.1.0
39782026-09-11T20:15:00.886Z[ host-package] Compiling tungstenite v0.23.0
39792026-09-11T20:15:00.902Z[ host-package] Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
39802026-09-11T20:15:01.079Z[ host-package] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
39812026-09-11T20:15:01.651Z[ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
39822026-09-11T20:15:01.676Z[ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
39832026-09-11T20:15:01.679Z[ host-package] Compiling libsw-core v0.3.2
39842026-09-11T20:15:01.679Z[ host-package] Compiling nix v0.27.1
39852026-09-11T20:15:02.252Z[ host-package] Compiling git2 v0.20.4
39862026-09-11T20:15:02.431Z[ host-package] Compiling tlvc v0.4.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#7a96eab9)
39872026-09-11T20:15:02.487Z[ host-package] Compiling twox-hash v2.1.2
39882026-09-11T20:15:03.015Z[ host-package] Compiling serde_bytes v0.11.19
39892026-09-11T20:15:03.089Z[ host-package] Compiling atty v0.2.14
39902026-09-11T20:15:03.203Z[ host-package] Compiling tokio-tungstenite v0.23.1
39912026-09-11T20:15:03.261Z[ host-package] Compiling sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
39922026-09-11T20:15:03.291Z[ host-package] Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
39932026-09-11T20:15:03.344Z[ host-package] Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=438cd185666d5f164548885873f0f5df9a38eed1#438cd185)
39942026-09-11T20:15:03.401Z[ host-package] Compiling libsw v3.5.0
39952026-09-11T20:15:03.401Z[ host-package] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=ff9f27aa0d6ef6fb64c349890b6e3c242ea3d8fc#ff9f27aa)
39962026-09-11T20:15:03.465Z[ host-package] Compiling slog-stdlog v4.1.1
39972026-09-11T20:15:03.469Z[ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
39982026-09-11T20:15:03.627Z[ host-package] Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
39992026-09-11T20:15:03.651Z[ host-package] Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
40002026-09-11T20:15:03.676Z[ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
40012026-09-11T20:15:03.740Z[ helios-setup] Sep 11 20:15:02.675 INFO E| Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#b507bc6d)
40022026-09-11T20:15:04.103Z[ host-package] Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
40032026-09-11T20:15:04.174Z[ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
40042026-09-11T20:15:04.256Z[ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
40052026-09-11T20:15:04.617Z[ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
40062026-09-11T20:15:04.699Z[ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
40072026-09-11T20:15:04.904Z[ host-package] Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
40082026-09-11T20:15:05.072Z[ helios-setup] Sep 11 20:15:04.008 INFO E| Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?rev=cec2560e9a0126e9e687d51b385a57891abc87c3#cec2560e)
40092026-09-11T20:15:06.113Z[ host-package] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
40102026-09-11T20:15:06.597Z[ host-package] Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
40112026-09-11T20:15:06.656Z[ host-package] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
40122026-09-11T20:15:09.068Z[ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
40132026-09-11T20:15:09.382Z[ helios-setup] Sep 11 20:15:08.319 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot)
40142026-09-11T20:15:09.940Z[ host-package] Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
40152026-09-11T20:15:10.264Z[ host-package] Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
40162026-09-11T20:15:10.663Z[ host-package] Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
40172026-09-11T20:15:10.694Z[ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
40182026-09-11T20:15:11.133Z[ host-package] Compiling sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
40192026-09-11T20:15:11.304Z[ host-package] Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
40202026-09-11T20:15:11.673Z[ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
40212026-09-11T20:15:13.504Z[ host-package] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
40222026-09-11T20:15:13.608Z[ host-package] Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
40232026-09-11T20:15:14.074Z[ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
40242026-09-11T20:15:14.290Z[ host-package] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
40252026-09-11T20:15:14.513Z[ host-package] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
40262026-09-11T20:15:15.297Z[ host-package] Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
40272026-09-11T20:15:15.646Z[ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
40282026-09-11T20:15:16.560Z[ host-package] Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
40292026-09-11T20:15:16.901Z[ host-package] Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
40302026-09-11T20:15:17.191Z[ host-package] Compiling signal-hook-tokio v0.3.1
40312026-09-11T20:15:17.297Z[ host-package] Compiling fatfs v0.3.6
40322026-09-11T20:15:17.493Z[ host-package] Compiling yasna v0.5.2
40332026-09-11T20:15:18.201Z[ host-package] Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
40342026-09-11T20:15:18.946Z[ host-package] Compiling console v0.16.2
40352026-09-11T20:15:19.201Z[ host-package] Compiling seq-macro v0.3.6
40362026-09-11T20:15:19.745Z[ host-package] Compiling assert_matches v1.5.0
40372026-09-11T20:15:19.871Z[ host-package] Compiling indicatif v0.18.4
40382026-09-11T20:15:19.910Z[ host-package] Compiling rcgen v0.12.1
40392026-09-11T20:15:21.205Z[ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
40402026-09-11T20:15:21.722Z[ host-package] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
40412026-09-11T20:15:21.907Z[ host-package] Compiling slog-envlogger v2.2.0
40422026-09-11T20:15:22.280Z[ helios-setup] Sep 11 20:15:21.217 INFO E| Finished `release` profile [optimized] target(s) in 50.21s
40432026-09-11T20:15:22.284Z[ helios-setup] Sep 11 20:15:21.217 INFO E| Blocking waiting for file lock on package cache
40442026-09-11T20:15:22.740Z[ host-package] Compiling oxide-update-engine-display v0.1.2
40452026-09-11T20:15:23.072Z[ host-package] Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
40462026-09-11T20:15:23.282Z[ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
40472026-09-11T20:15:23.311Z[ host-package] Compiling nexus-fm-slippy v0.1.0 (/work/oxidecomputer/omicron/nexus/fm/slippy)
40482026-09-11T20:15:23.508Z[ host-package] Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
40492026-09-11T20:15:23.582Z[ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
40502026-09-11T20:15:23.787Z[ host-package] Compiling port-file v0.1.0
40512026-09-11T20:15:23.866Z[ host-package] Compiling subprocess v0.2.15
40522026-09-11T20:15:23.908Z[ host-package] Compiling rtoolbox v0.0.3
40532026-09-11T20:15:24.102Z[ helios-setup] Sep 11 20:15:23.037 INFO E| warning: the following packages contain code that will be rejected by a future version of Rust: num-bigint-dig v0.8.4
40542026-09-11T20:15:24.102Z[ helios-setup] Sep 11 20:15:23.037 INFO E| note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
40552026-09-11T20:15:24.128Z[ host-package] Compiling rpassword v7.5.4
40562026-09-11T20:15:24.179Z[ helios-setup] Sep 11 20:15:23.116 INFO building project "pilot" ok (52 seconds)
40572026-09-11T20:15:24.179Z[ helios-setup] Sep 11 20:15:23.116 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/pinprick"
40582026-09-11T20:15:24.188Z[ helios-setup] Sep 11 20:15:23.125 INFO rust toolchain for "/work/oxidecomputer/helios/projects/pinprick": "1.98.1-x86_64-unknown-illumos (default)"
40592026-09-11T20:15:24.188Z[ helios-setup] Sep 11 20:15:23.125 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick
40602026-09-11T20:15:24.188Z[ helios-setup] Sep 11 20:15:23.125 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick")
40612026-09-11T20:15:24.260Z[ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
40622026-09-11T20:15:24.331Z[ helios-setup] Sep 11 20:15:23.268 INFO E| Blocking waiting for file lock on package cache
40632026-09-11T20:15:24.603Z[ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
40642026-09-11T20:15:25.181Z[ host-package] Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
40652026-09-11T20:15:25.277Z[ host-package] Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
40662026-09-11T20:15:25.442Z[ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
40672026-09-11T20:15:26.093Z[ host-package] Compiling tui-tree-widget v0.23.1
40682026-09-11T20:15:26.435Z[ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
40692026-09-11T20:15:26.510Z[ host-package] Compiling wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
40702026-09-11T20:15:26.975Z[ host-package] Compiling wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
40712026-09-11T20:15:27.886Z[ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
40722026-09-11T20:15:28.194Z[ helios-setup] Sep 11 20:15:27.131 INFO E| Downloading crates ...
40732026-09-11T20:15:28.243Z[ helios-setup] Sep 11 20:15:27.179 INFO E| Downloaded miniz_oxide v0.8.8
40742026-09-11T20:15:28.250Z[ helios-setup] Sep 11 20:15:27.182 INFO E| Downloaded adler2 v2.0.0
40752026-09-11T20:15:28.292Z[ helios-setup] Sep 11 20:15:27.230 INFO E| Compiling adler2 v2.0.0
40762026-09-11T20:15:28.414Z[ helios-setup] Sep 11 20:15:27.350 INFO E| Compiling miniz_oxide v0.8.8
40772026-09-11T20:15:29.125Z[ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
40782026-09-11T20:15:29.180Z[ host-package] Compiling uzers v0.12.2
40792026-09-11T20:15:29.221Z[ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
40802026-09-11T20:15:29.316Z[ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
40812026-09-11T20:15:29.392Z[ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
40822026-09-11T20:15:29.629Z[ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
40832026-09-11T20:15:29.681Z[ helios-setup] Sep 11 20:15:28.618 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick)
40842026-09-11T20:15:30.230Z[ host-package] Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
40852026-09-11T20:15:30.252Z[ helios-setup] Sep 11 20:15:29.188 INFO E| Finished `release` profile [optimized] target(s) in 6.05s
40862026-09-11T20:15:30.264Z[ helios-setup] Sep 11 20:15:29.200 INFO building project "pinprick" ok (6 seconds)
40872026-09-11T20:15:30.264Z[ helios-setup] Sep 11 20:15:29.201 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/bootserver"
40882026-09-11T20:15:30.274Z[ helios-setup] Sep 11 20:15:29.210 INFO rust toolchain for "/work/oxidecomputer/helios/projects/bootserver": "1.98.1-x86_64-unknown-illumos (default)"
40892026-09-11T20:15:30.274Z[ helios-setup] Sep 11 20:15:29.210 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver
40902026-09-11T20:15:30.278Z[ helios-setup] Sep 11 20:15:29.210 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver")
40912026-09-11T20:15:30.419Z[ helios-setup] Sep 11 20:15:29.356 INFO E| Downloading crates ...
40922026-09-11T20:15:30.478Z[ helios-setup] Sep 11 20:15:29.407 INFO E| Downloaded anyhow v1.0.62
40932026-09-11T20:15:30.482Z[ helios-setup] Sep 11 20:15:29.410 INFO E| Downloaded flate2 v1.0.25
40942026-09-11T20:15:30.482Z[ helios-setup] Sep 11 20:15:29.414 INFO E| Downloaded block-buffer v0.10.3
40952026-09-11T20:15:30.482Z[ helios-setup] Sep 11 20:15:29.417 INFO E| Downloaded digest v0.10.3
40962026-09-11T20:15:30.486Z[ helios-setup] Sep 11 20:15:29.419 INFO E| Downloaded generic-array v0.14.6
40972026-09-11T20:15:30.486Z[ helios-setup] Sep 11 20:15:29.420 INFO E| Downloaded cpufeatures v0.2.5
40982026-09-11T20:15:30.486Z[ helios-setup] Sep 11 20:15:29.421 INFO E| Downloaded sha2 v0.10.5
40992026-09-11T20:15:30.486Z[ helios-setup] Sep 11 20:15:29.422 INFO E| Downloaded typenum v1.15.0
41002026-09-11T20:15:30.490Z[ helios-setup] Sep 11 20:15:29.424 INFO E| Downloaded miniz_oxide v0.6.2
41012026-09-11T20:15:30.490Z[ helios-setup] Sep 11 20:15:29.426 INFO E| Downloaded bytes v1.2.1
41022026-09-11T20:15:30.547Z[ helios-setup] Sep 11 20:15:29.482 INFO E| Compiling typenum v1.15.0
41032026-09-11T20:15:30.547Z[ helios-setup] Sep 11 20:15:29.482 INFO E| Compiling version_check v0.9.4
41042026-09-11T20:15:30.547Z[ helios-setup] Sep 11 20:15:29.482 INFO E| Compiling cfg-if v1.0.0
41052026-09-11T20:15:30.547Z[ helios-setup] Sep 11 20:15:29.482 INFO E| Compiling crc32fast v1.3.2
41062026-09-11T20:15:30.551Z[ helios-setup] Sep 11 20:15:29.482 INFO E| Compiling adler v1.0.2
41072026-09-11T20:15:30.551Z[ helios-setup] Sep 11 20:15:29.482 INFO E| Compiling anyhow v1.0.62
41082026-09-11T20:15:30.551Z[ helios-setup] Sep 11 20:15:29.483 INFO E| Compiling unicode-width v0.1.10
41092026-09-11T20:15:30.579Z[ helios-setup] Sep 11 20:15:29.516 INFO E| Compiling cpufeatures v0.2.5
41102026-09-11T20:15:30.579Z[ helios-setup] Sep 11 20:15:29.516 INFO E| Compiling bytes v1.2.1
41112026-09-11T20:15:30.584Z[ helios-setup] Sep 11 20:15:29.516 INFO E| Compiling bitflags v1.3.2
41122026-09-11T20:15:30.639Z[ host-package] Compiling support-bundle-viewer v0.1.2
41132026-09-11T20:15:30.939Z[ helios-setup] Sep 11 20:15:29.876 INFO E| Compiling miniz_oxide v0.6.2
41142026-09-11T20:15:31.159Z[ helios-setup] Sep 11 20:15:30.096 INFO E| Compiling generic-array v0.14.6
41152026-09-11T20:15:31.272Z[ helios-setup] Sep 11 20:15:30.208 INFO E| Compiling getopts v0.2.21
41162026-09-11T20:15:31.759Z[ helios-setup] Sep 11 20:15:30.696 INFO E| Compiling flate2 v1.0.25
41172026-09-11T20:15:31.820Z[ host-package] Compiling multimap v0.10.1
41182026-09-11T20:15:32.278Z[ host-package] Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
41192026-09-11T20:15:32.987Z[ helios-setup] Sep 11 20:15:31.922 INFO E| Compiling crypto-common v0.1.6
41202026-09-11T20:15:32.987Z[ helios-setup] Sep 11 20:15:31.922 INFO E| Compiling block-buffer v0.10.3
41212026-09-11T20:15:33.143Z[ helios-setup] Sep 11 20:15:32.077 INFO E| Compiling digest v0.10.3
41222026-09-11T20:15:33.345Z[ helios-setup] Sep 11 20:15:32.282 INFO E| Compiling sha2 v0.10.5
41232026-09-11T20:15:33.624Z[ helios-setup] Sep 11 20:15:32.561 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver)
41242026-09-11T20:15:36.278Z[ helios-setup] Sep 11 20:15:35.214 INFO E| Finished `release` profile [optimized] target(s) in 5.99s
41252026-09-11T20:15:36.294Z[ helios-setup] Sep 11 20:15:35.230 INFO building project "bootserver" ok (6 seconds)
41262026-09-11T20:15:36.294Z[ helios-setup] Sep 11 20:15:35.230 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/dmar-report"
41272026-09-11T20:15:36.302Z[ helios-setup] Sep 11 20:15:35.238 INFO rust toolchain for "/work/oxidecomputer/helios/projects/dmar-report": "1.98.1-x86_64-unknown-illumos (default)"
41282026-09-11T20:15:36.302Z[ helios-setup] Sep 11 20:15:35.239 INFO building project "dmar-report" at /work/oxidecomputer/helios/projects/dmar-report
41292026-09-11T20:15:36.302Z[ helios-setup] Sep 11 20:15:35.239 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/dmar-report")
41302026-09-11T20:15:36.538Z[ helios-setup] Sep 11 20:15:35.475 INFO E| Downloading crates ...
41312026-09-11T20:15:36.597Z[ helios-setup] Sep 11 20:15:35.533 INFO E| Downloaded anyhow v1.0.98
41322026-09-11T20:15:36.602Z[ helios-setup] Sep 11 20:15:35.537 INFO E| Downloaded errno v0.3.12
41332026-09-11T20:15:36.612Z[ helios-setup] Sep 11 20:15:35.548 INFO E| Downloaded time-core v0.1.4
41342026-09-11T20:15:36.615Z[ helios-setup] Sep 11 20:15:35.549 INFO E| Downloaded deranged v0.4.0
41352026-09-11T20:15:36.615Z[ helios-setup] Sep 11 20:15:35.550 INFO E| Downloaded time-macros v0.2.22
41362026-09-11T20:15:36.627Z[ helios-setup] Sep 11 20:15:35.563 INFO E| Downloaded tempfile v3.20.0
41372026-09-11T20:15:36.633Z[ helios-setup] Sep 11 20:15:35.565 INFO E| Downloaded bitflags v2.9.1
41382026-09-11T20:15:36.636Z[ helios-setup] Sep 11 20:15:35.568 INFO E| Downloaded serde_with_macros v3.12.0
41392026-09-11T20:15:36.636Z[ helios-setup] Sep 11 20:15:35.569 INFO E| Downloaded hashbrown v0.15.3
41402026-09-11T20:15:36.636Z[ helios-setup] Sep 11 20:15:35.572 INFO E| Downloaded getrandom v0.3.3
41412026-09-11T20:15:36.641Z[ helios-setup] Sep 11 20:15:35.579 INFO E| Downloaded iana-time-zone v0.1.63
41422026-09-11T20:15:36.651Z[ helios-setup] Sep 11 20:15:35.580 INFO E| Downloaded indexmap v2.9.0
41432026-09-11T20:15:36.658Z[ helios-setup] Sep 11 20:15:35.594 INFO E| Downloaded serde_with v3.12.0
41442026-09-11T20:15:36.663Z[ helios-setup] Sep 11 20:15:35.600 INFO E| Downloaded time v0.3.41
41452026-09-11T20:15:36.670Z[ helios-setup] Sep 11 20:15:35.605 INFO E| Downloaded chrono v0.4.41
41462026-09-11T20:15:36.699Z[ helios-setup] Sep 11 20:15:35.636 INFO E| Downloaded rustix v1.0.7
41472026-09-11T20:15:36.781Z[ helios-setup] Sep 11 20:15:35.717 INFO E| Compiling proc-macro2 v1.0.95
41482026-09-11T20:15:36.781Z[ helios-setup] Sep 11 20:15:35.718 INFO E| Compiling unicode-ident v1.0.18
41492026-09-11T20:15:36.785Z[ helios-setup] Sep 11 20:15:35.718 INFO E| Compiling libc v0.2.172
41502026-09-11T20:15:36.785Z[ helios-setup] Sep 11 20:15:35.718 INFO E| Compiling ident_case v1.0.1
41512026-09-11T20:15:36.785Z[ helios-setup] Sep 11 20:15:35.718 INFO E| Compiling strsim v0.11.1
41522026-09-11T20:15:36.785Z[ helios-setup] Sep 11 20:15:35.718 INFO E| Compiling fnv v1.0.7
41532026-09-11T20:15:36.785Z[ helios-setup] Sep 11 20:15:35.718 INFO E| Compiling serde v1.0.219
41542026-09-11T20:15:36.785Z[ helios-setup] Sep 11 20:15:35.718 INFO E| Compiling getrandom v0.3.3
41552026-09-11T20:15:36.785Z[ helios-setup] Sep 11 20:15:35.718 INFO E| Compiling rustix v1.0.7
41562026-09-11T20:15:36.785Z[ helios-setup] Sep 11 20:15:35.718 INFO E| Compiling bitflags v2.9.1
41572026-09-11T20:15:36.786Z[ helios-setup] Sep 11 20:15:35.718 INFO E| Compiling serde_json v1.0.140
41582026-09-11T20:15:36.786Z[ helios-setup] Sep 11 20:15:35.718 INFO E| Compiling anyhow v1.0.98
41592026-09-11T20:15:36.786Z[ helios-setup] Sep 11 20:15:35.718 INFO E| Compiling thiserror v2.0.12
41602026-09-11T20:15:36.786Z[ helios-setup] Sep 11 20:15:35.718 INFO E| Compiling cfg-if v1.0.0
41612026-09-11T20:15:36.786Z[ helios-setup] Sep 11 20:15:35.718 INFO E| Compiling once_cell v1.21.3
41622026-09-11T20:15:36.786Z[ helios-setup] Sep 11 20:15:35.718 INFO E| Compiling dmar-report v0.1.2 (/work/oxidecomputer/helios/projects/dmar-report)
41632026-09-11T20:15:37.409Z[ helios-setup] Sep 11 20:15:36.305 INFO E| Compiling fastrand v2.3.0
41642026-09-11T20:15:37.463Z[ helios-setup] Sep 11 20:15:36.400 INFO E| Compiling memchr v2.7.4
41652026-09-11T20:15:37.510Z[ helios-setup] Sep 11 20:15:36.446 INFO E| Compiling itoa v1.0.15
41662026-09-11T20:15:37.689Z[ helios-setup] Sep 11 20:15:36.625 INFO E| Compiling ryu v1.0.20
41672026-09-11T20:15:38.352Z[ helios-setup] Sep 11 20:15:37.289 INFO E| Compiling quote v1.0.40
41682026-09-11T20:15:38.474Z[ helios-setup] Sep 11 20:15:37.411 INFO E| Compiling errno v0.3.12
41692026-09-11T20:15:38.593Z[ helios-setup] Sep 11 20:15:37.530 INFO E| Compiling syn v2.0.101
41702026-09-11T20:15:39.584Z[ helios-setup] Sep 11 20:15:38.520 INFO E| Compiling tempfile v3.20.0
41712026-09-11T20:15:41.635Z[ helios-setup] Sep 11 20:15:40.548 INFO E| Compiling darling_core v0.20.11
41722026-09-11T20:15:41.652Z[ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
41732026-09-11T20:15:43.126Z[ helios-setup] Sep 11 20:15:42.039 INFO E| Compiling serde_derive v1.0.219
41742026-09-11T20:15:43.126Z[ helios-setup] Sep 11 20:15:42.039 INFO E| Compiling thiserror-impl v2.0.12
41752026-09-11T20:15:43.393Z[ helios-setup] Sep 11 20:15:42.329 INFO E| Compiling darling_macro v0.20.11
41762026-09-11T20:15:44.248Z[ helios-setup] Sep 11 20:15:43.174 INFO E| Compiling darling v0.20.11
41772026-09-11T20:15:44.377Z[ helios-setup] Sep 11 20:15:43.305 INFO E| Compiling serde_with_macros v3.12.0
41782026-09-11T20:15:48.493Z[ helios-setup] Sep 11 20:15:47.430 INFO E| Compiling serde_with v3.12.0
41792026-09-11T20:15:53.183Z[ helios-setup] Sep 11 20:15:52.120 INFO E| Finished `release` profile [optimized] target(s) in 16.87s
41802026-09-11T20:15:53.207Z[ helios-setup] Sep 11 20:15:52.144 INFO building project "dmar-report" ok (16 seconds)
41812026-09-11T20:15:53.211Z[ helios-setup] rm -f helios-build
41822026-09-11T20:15:53.215Z[ helios-setup] ln -s tools/helios-build/target/debug/helios-build
41832026-09-11T20:15:53.219Z[ helios-setup]
41842026-09-11T20:15:53.219Z[ helios-setup] Setup complete! ./helios-build is now available.
41852026-09-11T20:15:53.219Z[ helios-setup]
41862026-09-11T20:15:53.222Z[ helios-setup]
41872026-09-11T20:15:53.222Z[ helios-setup] real 3:11.341129490
41882026-09-11T20:15:53.222Z[ helios-setup] user 7:21.920252527
41892026-09-11T20:15:53.222Z[ helios-setup] sys 1:30.757435155
41902026-09-11T20:15:53.222Z[ helios-setup] trap 0.553786482
41912026-09-11T20:15:53.223Z[ helios-setup] tflt 2.776495895
41922026-09-11T20:15:53.223Z[ helios-setup] dflt 6.767807247
41932026-09-11T20:15:53.223Z[ helios-setup] kflt 0.002529481
41942026-09-11T20:15:53.223Z[ helios-setup] lock 59:49.381643922
41952026-09-11T20:15:53.223Z[ helios-setup] slp 40:26.689802417
41962026-09-11T20:15:53.223Z[ helios-setup] lat 7:33.412739740
41972026-09-11T20:15:53.223Z[ helios-setup] stop 1:48.694063526
41982026-09-11T20:15:53.223ZSep 11 20:15:52.158 INFO [helios-setup] process exited with exit status: 0 (191.344521424s)
41992026-09-11T20:15:53.223ZSep 11 20:15:52.158 INFO [helios-record] running task
42002026-09-11T20:15:53.223ZSep 11 20:15:52.158 DEBG running: git -C /work/oxidecomputer/helios/projects/pilot rev-parse --verify HEAD^{commit}
42012026-09-11T20:15:53.226ZSep 11 20:15:52.163 DEBG process exited with exit status: 0 (4.880265ms)
42022026-09-11T20:15:53.226ZSep 11 20:15:52.163 DEBG running: git -C /work/oxidecomputer/helios/projects/dmar-report rev-parse --verify HEAD^{commit}
42032026-09-11T20:15:53.230ZSep 11 20:15:52.167 DEBG process exited with exit status: 0 (3.905645ms)
42042026-09-11T20:15:53.230ZSep 11 20:15:52.167 DEBG running: git -C /work/oxidecomputer/helios/projects/amd-host-image-builder rev-parse --verify HEAD^{commit}
42052026-09-11T20:15:53.233ZSep 11 20:15:52.171 DEBG process exited with exit status: 0 (3.576204ms)
42062026-09-11T20:15:53.233ZSep 11 20:15:52.171 DEBG running: git -C /work/oxidecomputer/helios/projects/amd-firmware rev-parse --verify HEAD^{commit}
42072026-09-11T20:15:53.238ZSep 11 20:15:52.176 DEBG process exited with exit status: 0 (4.999556ms)
42082026-09-11T20:15:53.239ZSep 11 20:15:52.176 DEBG running: git -C /work/oxidecomputer/helios/projects/phbl rev-parse --verify HEAD^{commit}
42092026-09-11T20:15:53.243ZSep 11 20:15:52.180 DEBG process exited with exit status: 0 (4.327025ms)
42102026-09-11T20:15:53.243ZSep 11 20:15:52.180 DEBG running: git -C /work/oxidecomputer/helios/projects/pinprick rev-parse --verify HEAD^{commit}
42112026-09-11T20:15:53.247ZSep 11 20:15:52.184 DEBG process exited with exit status: 0 (4.287585ms)
42122026-09-11T20:15:53.247ZSep 11 20:15:52.184 DEBG running: git -C /work/oxidecomputer/helios/projects/image-builder rev-parse --verify HEAD^{commit}
42132026-09-11T20:15:53.251ZSep 11 20:15:52.188 DEBG process exited with exit status: 0 (3.515274ms)
42142026-09-11T20:15:53.251ZSep 11 20:15:52.188 DEBG running: git -C /work/oxidecomputer/helios/projects/bootserver rev-parse --verify HEAD^{commit}
42152026-09-11T20:15:53.254ZSep 11 20:15:52.191 DEBG process exited with exit status: 0 (3.296823ms)
42162026-09-11T20:15:53.254ZSep 11 20:15:52.191 DEBG running: git -C /work/oxidecomputer/helios/projects/chelsio-t6-roms rev-parse --verify HEAD^{commit}
42172026-09-11T20:15:53.258ZSep 11 20:15:52.194 DEBG process exited with exit status: 0 (3.189634ms)
42182026-09-11T20:15:53.258ZSep 11 20:15:52.195 INFO [helios-record] task succeeded (36.787151ms)
42192026-09-11T20:15:56.703Z[ host-package] Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
42202026-09-11T20:16:21.973Z[ host-package] Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
42212026-09-11T20:24:43.389Z[ host-package] Finished `release` profile [optimized] target(s) in 11m 18s
42222026-09-11T20:24:43.393Z[ host-package] warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
42232026-09-11T20:24:43.393Z[ host-package] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
42242026-09-11T20:25:19.735ZSep 11 20:25:18.673 INFO [host-package] process exited with exit status: 0 (715.279675905s)
42252026-09-11T20:25:19.736ZSep 11 20:25:18.673 INFO [host-libraries] running task
42262026-09-11T20:25:19.736ZSep 11 20:25:18.673 INFO [host-stamp] running task
42272026-09-11T20:25:19.739ZSep 11 20:25:18.676 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+gitd4dc8e72af2
42282026-09-11T20:25:19.739ZSep 11 20:25:18.676 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+gitd4dc8e72af2
42292026-09-11T20:25:19.739ZSep 11 20:25:18.676 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+gitd4dc8e72af2
42302026-09-11T20:25:19.739ZSep 11 20:25:18.677 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+gitd4dc8e72af2
42312026-09-11T20:25:19.743ZSep 11 20:25:18.677 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+gitd4dc8e72af2
42322026-09-11T20:25:19.743ZSep 11 20:25:18.677 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+gitd4dc8e72af2
42332026-09-11T20:25:19.743ZSep 11 20:25:18.678 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+gitd4dc8e72af2
42342026-09-11T20:25:19.743ZSep 11 20:25:18.678 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+gitd4dc8e72af2
42352026-09-11T20:25:19.746Z[ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
42362026-09-11T20:25:19.746Z[stamp-crucible-utils] Logging to: /work/oxidecomputer/omicron/out/LOG
42372026-09-11T20:25:19.746Z[ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG
42382026-09-11T20:25:19.746Z[stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG
42392026-09-11T20:25:19.746Z[stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG
42402026-09-11T20:25:19.746Z[stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
42412026-09-11T20:25:19.746Z[stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG
42422026-09-11T20:25:19.746Z[ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG
42432026-09-11T20:25:19.750Z[ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz
42442026-09-11T20:25:19.753ZSep 11 20:25:18.688 INFO [stamp-overlay] process exited with exit status: 0 (10.143531ms)
42452026-09-11T20:25:19.753Z[ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar
42462026-09-11T20:25:19.756ZSep 11 20:25:18.692 INFO [stamp-oxlog] process exited with exit status: 0 (15.841188ms)
42472026-09-11T20:25:19.795Z[stamp-crucible-utils] Created: /work/oxidecomputer/omicron/out/versioned/crucible-utils.tar
42482026-09-11T20:25:19.799ZSep 11 20:25:18.735 INFO [stamp-crucible-utils] process exited with exit status: 0 (58.682697ms)
42492026-09-11T20:25:19.811Z[stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar
42502026-09-11T20:25:19.814ZSep 11 20:25:18.751 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (73.873814ms)
42512026-09-11T20:25:19.975Z[ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar
42522026-09-11T20:25:19.979ZSep 11 20:25:18.916 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (240.148283ms)
42532026-09-11T20:25:20.015Z[stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar
42542026-09-11T20:25:20.018ZSep 11 20:25:18.956 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (278.790298ms)
42552026-09-11T20:25:20.285Z[stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz
42562026-09-11T20:25:20.289ZSep 11 20:25:19.224 INFO [stamp-propolis-server] process exited with exit status: 0 (546.907734ms)
42572026-09-11T20:25:20.567ZSep 11 20:25:19.504 INFO [host-libraries] task succeeded (831.292608ms)
42582026-09-11T20:25:20.570ZSep 11 20:25:19.505 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package
42592026-09-11T20:25:20.573Z[recovery-package] Logging to: /work/artifacts-recovery/LOG
42602026-09-11T20:25:21.569Z[recovery-package] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
42612026-09-11T20:25:21.693Z[recovery-package] Compiling regress v0.11.1
42622026-09-11T20:25:21.713Z[recovery-package] Compiling oxide-update-engine-types v0.1.2
42632026-09-11T20:25:21.716Z[recovery-package] Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
42642026-09-11T20:25:21.730Z[recovery-package] Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
42652026-09-11T20:25:21.734Z[recovery-package] Compiling cancel-safe-futures v0.1.5
42662026-09-11T20:25:21.738Z[recovery-package] Compiling slog-scope v4.4.1
42672026-09-11T20:25:21.738Z[recovery-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
42682026-09-11T20:25:21.888Z[recovery-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
42692026-09-11T20:25:21.920Z[recovery-package] Compiling slog-stdlog v4.1.1
42702026-09-11T20:25:22.018Z[recovery-package] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
42712026-09-11T20:25:22.062Z[recovery-package] Compiling slog-envlogger v2.2.0
42722026-09-11T20:25:22.303Z[recovery-package] Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
42732026-09-11T20:25:22.772Z[recovery-package] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
42742026-09-11T20:25:22.962Z[recovery-package] Compiling oxide-update-engine v0.1.2
42752026-09-11T20:25:23.344Z[recovery-package] Compiling typify-impl v0.6.2
42762026-09-11T20:25:24.607Z[stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz
42772026-09-11T20:25:24.611ZSep 11 20:25:23.548 INFO [stamp-switch-asic] process exited with exit status: 0 (4.870783477s)
42782026-09-11T20:25:24.611ZSep 11 20:25:23.548 INFO [host-stamp] task succeeded (4.874445721s)
42792026-09-11T20:25:24.611ZSep 11 20:25:23.548 INFO [host-proto] running task
42802026-09-11T20:25:24.951ZSep 11 20:25:23.888 INFO [host-proto] task succeeded (340.289018ms)
42812026-09-11T20:25:24.951ZSep 11 20:25:23.888 INFO [host-profile] running task
42822026-09-11T20:25:24.955ZSep 11 20:25:23.888 INFO [host-profile] task succeeded (241.521µs)
42832026-09-11T20:25:24.955ZSep 11 20:25:23.888 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/.tmpxxXox5/proto/host/root -N 'ci d4dc8e7/${os_short_commit} 2026-09-11 20:12' -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/'
42842026-09-11T20:25:24.958Z[ host-image] Sep 11 20:25:23.895 INFO Checking files for board 'cosmo'
42852026-09-11T20:25:24.958Z[ host-image] Sep 11 20:25:23.895 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5"
42862026-09-11T20:25:24.958Z[ host-image] Sep 11 20:25:23.895 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
42872026-09-11T20:25:24.958Z[ host-image] Sep 11 20:25:23.895 INFO Checking files for board 'cosmo-mbist-noaggr'
42882026-09-11T20:25:24.958Z[ host-image] Sep 11 20:25:23.895 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist-noaggr.toml"
42892026-09-11T20:25:24.958Z[ host-image] Sep 11 20:25:23.895 INFO Checking files for board 'gimlet'
42902026-09-11T20:25:24.958Z[ host-image] Sep 11 20:25:23.895 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
42912026-09-11T20:25:24.958Z[ host-image] Sep 11 20:25:23.895 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml"
42922026-09-11T20:25:24.958Z[ host-image] Sep 11 20:25:23.895 INFO Checking files for board 'cosmo-mbist'
42932026-09-11T20:25:24.958Z[ host-image] Sep 11 20:25:23.895 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist.toml"
42942026-09-11T20:25:24.967Z[ host-image] Sep 11 20:25:23.904 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmpxxXox5/proto/host/root"
42952026-09-11T20:25:24.967Z[ host-image] Sep 11 20:25:23.904 INFO using external package repositories: helios={ file:///work/incorporation.p5p https://pkg.oxide.computer/helios/3/dev/ }
42962026-09-11T20:25:24.971Z[ host-image] Sep 11 20:25:23.904 INFO image builder template: ramdisk-01-os...
42972026-09-11T20:25:24.972Z[ host-image] Sep 11 20:25:23.904 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/.tmpxxXox5/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
42982026-09-11T20:25:24.981Z[ host-image] Sep 11 20:25:23.918 INFO O| Sep 11 20:25:23.918 INFO CREATE DATASET: rpool/images/build/host/output
42992026-09-11T20:25:25.141Z[recovery-package] Compiling typify v0.6.2
43002026-09-11T20:25:25.235Z[recovery-package] Compiling progenitor-impl v0.14.0
43012026-09-11T20:25:26.330Z[ host-image] Sep 11 20:25:25.267 INFO O| Sep 11 20:25:25.267 INFO temporary dataset: rpool/images/build/host/tmp/sled/ramdisk-01-os
43022026-09-11T20:25:26.334Z[ host-image] Sep 11 20:25:25.270 INFO O| Sep 11 20:25:25.270 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/ramdisk-01-os
43032026-09-11T20:25:26.636Z[ host-image] Sep 11 20:25:25.574 INFO O| Sep 11 20:25:25.574 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/ramdisk-01-os: sync = disabled
43042026-09-11T20:25:26.640Z[recovery-package] Compiling progenitor v0.14.0
43052026-09-11T20:25:26.702Z[ host-image] Sep 11 20:25:25.640 INFO O| Sep 11 20:25:25.640 INFO temporary directory: /rpool/images/build/host/tmp/sled/ramdisk-01-os
43062026-09-11T20:25:26.702Z[ host-image] Sep 11 20:25:25.640 INFO O| Sep 11 20:25:25.640 INFO work dataset: rpool/images/build/host/work/sled/ramdisk
43072026-09-11T20:25:26.706Z[ host-image] Sep 11 20:25:25.640 INFO O| Sep 11 20:25:25.640 INFO resetting by removing work dataset: rpool/images/build/host/work/sled/ramdisk
43082026-09-11T20:25:26.706Z[ host-image] Sep 11 20:25:25.640 INFO O| Sep 11 20:25:25.640 INFO DESTROY DATASET: rpool/images/build/host/work/sled/ramdisk
43092026-09-11T20:25:26.709Z[ host-image] Sep 11 20:25:25.647 INFO O| Sep 11 20:25:25.647 INFO CREATE DATASET: rpool/images/build/host/work/sled/ramdisk
43102026-09-11T20:25:26.753Z[recovery-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
43112026-09-11T20:25:26.754Z[recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
43122026-09-11T20:25:26.930Z[ host-image] Sep 11 20:25:25.867 INFO O| Sep 11 20:25:25.867 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
43132026-09-11T20:25:26.938Z[ host-image] Sep 11 20:25:25.876 INFO O| Sep 11 20:25:25.876 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/sled/ramdisk"]
43142026-09-11T20:25:27.236Z[ host-image] Sep 11 20:25:26.173 INFO O| Sep 11 20:25:26.173 INFO O| Caching catalogs ... Done
43152026-09-11T20:25:27.305Z[ host-image] Sep 11 20:25:26.243 INFO O| Sep 11 20:25:26.243 INFO STEP 0 (pkg_image_create) COMPLETE
43162026-09-11T20:25:27.305Z[ host-image] Sep 11 20:25:26.243 INFO O| Sep 11 20:25:26.243 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
43172026-09-11T20:25:27.309Z[recovery-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
43182026-09-11T20:25:27.313Z[ host-image] Sep 11 20:25:26.251 INFO O| Sep 11 20:25:26.251 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"]
43192026-09-11T20:25:27.584Z[ host-image] Sep 11 20:25:26.522 INFO O| Sep 11 20:25:26.522 INFO STEP 1 (pkg_set_publisher) COMPLETE
43202026-09-11T20:25:27.584Z[ host-image] Sep 11 20:25:26.522 INFO O| Sep 11 20:25:26.522 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
43212026-09-11T20:25:27.584Z[ host-image] Sep 11 20:25:26.522 INFO O| Sep 11 20:25:26.522 INFO skip step because feature "publisher_1_name" is not enabled
43222026-09-11T20:25:27.588Z[ host-image] Sep 11 20:25:26.522 INFO O| Sep 11 20:25:26.522 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
43232026-09-11T20:25:27.588Z[ host-image] Sep 11 20:25:26.522 INFO O| Sep 11 20:25:26.522 INFO skip step because feature "publisher_2_name" is not enabled
43242026-09-11T20:25:27.588Z[ host-image] Sep 11 20:25:26.522 INFO O| Sep 11 20:25:26.522 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
43252026-09-11T20:25:27.588Z[ host-image] Sep 11 20:25:26.522 INFO O| Sep 11 20:25:26.522 INFO skip step because feature "publisher_3_name" is not enabled
43262026-09-11T20:25:27.588Z[ host-image] Sep 11 20:25:26.522 INFO O| Sep 11 20:25:26.522 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
43272026-09-11T20:25:27.866Z[ host-image] Sep 11 20:25:26.804 INFO O| Sep 11 20:25:26.804 INFO variant opensolaris.zone is already global
43282026-09-11T20:25:27.866Z[ host-image] Sep 11 20:25:26.804 INFO O| Sep 11 20:25:26.804 INFO STEP 5 (pkg_change_variant) COMPLETE
43292026-09-11T20:25:27.869Z[ host-image] Sep 11 20:25:26.804 INFO O| Sep 11 20:25:26.804 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
43302026-09-11T20:25:28.121Z[ host-image] Sep 11 20:25:27.059 INFO O| Sep 11 20:25:27.059 INFO variant opensolaris.imagetype is full; changing to partial
43312026-09-11T20:25:28.121Z[ host-image] Sep 11 20:25:27.059 INFO O| Sep 11 20:25:27.059 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
43322026-09-11T20:25:29.993Z[ host-image] Sep 11 20:25:28.930 INFO O| Sep 11 20:25:28.930 INFO O| Startup: Refreshing catalog 'helios' ... Done
43332026-09-11T20:25:30.456Z[ host-image] Sep 11 20:25:29.392 INFO O| Sep 11 20:25:29.392 INFO O| Startup: Caching catalogs ... Done
43342026-09-11T20:25:30.470Z[ host-image] Sep 11 20:25:29.408 INFO O| Sep 11 20:25:29.408 INFO O| Planning: Planning completed in 0.00 seconds
43352026-09-11T20:25:30.474Z[ host-image] Sep 11 20:25:29.408 INFO O| Sep 11 20:25:29.408 INFO O| Planning: Consolidating action changes ... Done
43362026-09-11T20:25:30.474Z[ host-image] Sep 11 20:25:29.408 INFO O| Sep 11 20:25:29.408 INFO O| Planning: Evaluating mediators ... Done
43372026-09-11T20:25:30.474Z[ host-image] Sep 11 20:25:29.409 INFO O| Sep 11 20:25:29.409 INFO O| Planning: Planning completed in 0.00 seconds
43382026-09-11T20:25:30.474Z[ host-image] Sep 11 20:25:29.409 INFO O| Sep 11 20:25:29.409 INFO O| Variants/Facets to change: 1
43392026-09-11T20:25:30.480Z[ host-image] Sep 11 20:25:29.418 INFO O| Sep 11 20:25:29.418 INFO O| Finalize: Updating package state database ... Done
43402026-09-11T20:25:30.480Z[ host-image] Sep 11 20:25:29.418 INFO O| Sep 11 20:25:29.418 INFO O| Finalize: Updating package cache ... Done
43412026-09-11T20:25:30.563Z[ host-image] Sep 11 20:25:29.500 INFO O| Sep 11 20:25:29.500 INFO O| Finalize: Updating image state ... Done
43422026-09-11T20:25:30.576Z[ host-image] Sep 11 20:25:29.513 INFO O| Sep 11 20:25:29.513 INFO O| Finalize: Creating fast lookup database ... Done
43432026-09-11T20:25:30.579Z[ host-image] Sep 11 20:25:29.513 INFO O| Sep 11 20:25:29.513 INFO O| Finalize: Reading search index ... Done
43442026-09-11T20:25:30.579Z[ host-image] Sep 11 20:25:29.513 INFO O| Sep 11 20:25:29.513 INFO O| Finalize: Updating search index ... Done
43452026-09-11T20:25:30.579Z[ host-image] Sep 11 20:25:29.514 INFO O| Sep 11 20:25:29.514 INFO O| Finalize: Updating package cache ... Done
43462026-09-11T20:25:30.780Z[ host-image] Sep 11 20:25:29.717 INFO O| Sep 11 20:25:29.717 INFO STEP 6 (pkg_change_variant) COMPLETE
43472026-09-11T20:25:30.780Z[ host-image] Sep 11 20:25:29.717 INFO O| Sep 11 20:25:29.717 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
43482026-09-11T20:25:30.783Z[ host-image] Sep 11 20:25:29.717 INFO O| Sep 11 20:25:29.717 INFO skip step because feature "debug_variant" is not enabled
43492026-09-11T20:25:30.783Z[ host-image] Sep 11 20:25:29.717 INFO O| Sep 11 20:25:29.717 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
43502026-09-11T20:25:31.024Z[ host-image] Sep 11 20:25:29.961 INFO O| Sep 11 20:25:29.961 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "change-facet", "openssl.10=false"]
43512026-09-11T20:25:32.913Z[ host-image] Sep 11 20:25:31.850 INFO O| Sep 11 20:25:31.850 INFO O| Startup: Refreshing catalog 'helios' ... Done
43522026-09-11T20:25:33.236Z[recovery-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
43532026-09-11T20:25:33.374Z[ host-image] Sep 11 20:25:32.311 INFO O| Sep 11 20:25:32.311 INFO O| Startup: Caching catalogs ... Done
43542026-09-11T20:25:33.390Z[ host-image] Sep 11 20:25:32.328 INFO O| Sep 11 20:25:32.328 INFO O| Planning: Planning completed in 0.00 seconds
43552026-09-11T20:25:33.393Z[ host-image] Sep 11 20:25:32.328 INFO O| Sep 11 20:25:32.328 INFO O| Planning: Consolidating action changes ... Done
43562026-09-11T20:25:33.393Z[ host-image] Sep 11 20:25:32.328 INFO O| Sep 11 20:25:32.328 INFO O| Planning: Evaluating mediators ... Done
43572026-09-11T20:25:33.393Z[ host-image] Sep 11 20:25:32.328 INFO O| Sep 11 20:25:32.328 INFO O| Planning: Planning completed in 0.00 seconds
43582026-09-11T20:25:33.393Z[ host-image] Sep 11 20:25:32.329 INFO O| Sep 11 20:25:32.328 INFO O| Variants/Facets to change: 1
43592026-09-11T20:25:33.399Z[ host-image] Sep 11 20:25:32.337 INFO O| Sep 11 20:25:32.337 INFO O| Finalize: Updating package state database ... Done
43602026-09-11T20:25:33.399Z[ host-image] Sep 11 20:25:32.337 INFO O| Sep 11 20:25:32.337 INFO O| Finalize: Updating package cache ... Done
43612026-09-11T20:25:33.478Z[ host-image] Sep 11 20:25:32.415 INFO O| Sep 11 20:25:32.415 INFO O| Finalize: Updating image state ... Done
43622026-09-11T20:25:33.495Z[ host-image] Sep 11 20:25:32.433 INFO O| Sep 11 20:25:32.432 INFO O| Finalize: Creating fast lookup database ... Done
43632026-09-11T20:25:33.499Z[ host-image] Sep 11 20:25:32.433 INFO O| Sep 11 20:25:32.433 INFO O| Finalize: Reading search index ... Done
43642026-09-11T20:25:33.499Z[ host-image] Sep 11 20:25:32.433 INFO O| Sep 11 20:25:32.433 INFO O| Finalize: Updating search index ... Done
43652026-09-11T20:25:33.499Z[ host-image] Sep 11 20:25:32.434 INFO O| Sep 11 20:25:32.434 INFO O| Finalize: Updating package cache ... Done
43662026-09-11T20:25:33.784Z[ host-image] Sep 11 20:25:32.721 INFO O| Sep 11 20:25:32.721 INFO STEP 8 (pkg_change_facet) COMPLETE
43672026-09-11T20:25:33.784Z[ host-image] Sep 11 20:25:32.721 INFO O| Sep 11 20:25:32.721 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
43682026-09-11T20:25:33.784Z[ host-image] Sep 11 20:25:32.721 INFO O| Sep 11 20:25:32.721 INFO skip step because feature "recovery" is not enabled
43692026-09-11T20:25:33.788Z[ host-image] Sep 11 20:25:32.721 INFO O| Sep 11 20:25:32.721 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
43702026-09-11T20:25:33.788Z[ host-image] Sep 11 20:25:32.721 INFO O| Sep 11 20:25:32.721 INFO skip step because feature "recovery" is not enabled
43712026-09-11T20:25:33.788Z[ host-image] Sep 11 20:25:32.721 INFO O| Sep 11 20:25:32.721 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
43722026-09-11T20:25:33.793Z[ host-image] Sep 11 20:25:32.731 INFO O| Sep 11 20:25:32.731 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"]
43732026-09-11T20:25:34.236Z[recovery-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
43742026-09-11T20:25:34.236Z[recovery-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
43752026-09-11T20:25:35.849Z[ host-image] Sep 11 20:25:34.787 INFO O| Sep 11 20:25:34.787 INFO O| Startup: Refreshing catalog 'helios' ... Done
43762026-09-11T20:25:36.312Z[ host-image] Sep 11 20:25:35.250 INFO O| Sep 11 20:25:35.250 INFO O| Startup: Caching catalogs ... Done
43772026-09-11T20:25:36.517Z[recovery-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
43782026-09-11T20:25:36.518Z[recovery-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
43792026-09-11T20:25:37.602Z[recovery-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
43802026-09-11T20:25:38.199Z[recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
43812026-09-11T20:25:39.083Z[ host-image] Sep 11 20:25:38.021 INFO O| Sep 11 20:25:38.021 INFO O| Planning: Solver setup ... Done
43822026-09-11T20:25:39.392Z[ host-image] Sep 11 20:25:38.330 INFO O| Sep 11 20:25:38.330 INFO O| Planning: Running solver ... Done
43832026-09-11T20:25:39.447Z[ host-image] Sep 11 20:25:38.385 INFO O| Sep 11 20:25:38.385 INFO O| Planning: Finding local manifests ... Done
43842026-09-11T20:25:39.465Z[ host-image] Sep 11 20:25:38.403 INFO O| Sep 11 20:25:38.403 INFO O| Planning: Fetching manifests: 0/130 0% complete
43852026-09-11T20:25:41.109Z[ host-image] Sep 11 20:25:40.046 INFO O| Sep 11 20:25:40.046 INFO O| Planning: Fetching manifests: 130/130 100% complete
43862026-09-11T20:25:41.580Z[ host-image] Sep 11 20:25:40.517 INFO O| Sep 11 20:25:40.517 INFO O| Planning: Package planning ... Done
43872026-09-11T20:25:41.894Z[ host-image] Sep 11 20:25:40.832 INFO O| Sep 11 20:25:40.832 INFO O| Planning: Merging actions ... Done
43882026-09-11T20:25:42.172Z[ host-image] Sep 11 20:25:41.108 INFO O| Sep 11 20:25:41.107 INFO O| Planning: Checking for conflicting actions ... Done
43892026-09-11T20:25:42.280Z[ host-image] Sep 11 20:25:41.217 INFO O| Sep 11 20:25:41.216 INFO O| Planning: Consolidating action changes ... Done
43902026-09-11T20:25:42.446Z[ host-image] Sep 11 20:25:41.383 INFO O| Sep 11 20:25:41.383 INFO O| Planning: Evaluating mediators ... Done
43912026-09-11T20:25:43.963Z[ host-image] Sep 11 20:25:42.900 INFO O| Sep 11 20:25:42.900 INFO O| Planning: Planning completed in 7.63 seconds
43922026-09-11T20:25:43.967Z[ host-image] Sep 11 20:25:42.902 INFO O| Sep 11 20:25:42.902 INFO O| Packages to install: 130
43932026-09-11T20:25:43.967Z[ host-image] Sep 11 20:25:42.902 INFO O| Sep 11 20:25:42.902 INFO O| Mediators to change: 5
43942026-09-11T20:25:43.967Z[ host-image] Sep 11 20:25:42.902 INFO O| Sep 11 20:25:42.902 INFO O| Services to change: 6
43952026-09-11T20:25:43.995Z[ host-image] Sep 11 20:25:42.933 INFO O| Sep 11 20:25:42.933 INFO O| Download: 0/23895 items 0.0/223.1MB 0% complete
43962026-09-11T20:25:49.003Z[ host-image] Sep 11 20:25:47.937 INFO O| Sep 11 20:25:47.936 INFO O| Download: 12119/23895 items 104.8/223.1MB 46% complete (20.9M/s)
43972026-09-11T20:25:53.814Z[ host-image] Sep 11 20:25:52.751 INFO O| Sep 11 20:25:52.751 INFO O| Download: Completed 223.11 MB in 9.82 seconds (22.7M/s)
43982026-09-11T20:25:54.193Z[ host-image] Sep 11 20:25:53.131 INFO O| Sep 11 20:25:53.131 INFO O| Actions: 1/54210 actions (Installing new actions)
43992026-09-11T20:25:54.558Z[recovery-package] Finished `release` profile [optimized] target(s) in 33.87s
44002026-09-11T20:25:56.255ZSep 11 20:25:55.191 INFO [recovery-package] process exited with exit status: 0 (35.686840419s)
44012026-09-11T20:25:56.255ZSep 11 20:25:55.191 INFO [recovery-libraries] running task
44022026-09-11T20:25:56.255ZSep 11 20:25:55.192 INFO [recovery-stamp] running task
44032026-09-11T20:25:56.260ZSep 11 20:25:55.192 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 23.0.0-0.ci+gitd4dc8e72af2
44042026-09-11T20:25:56.260ZSep 11 20:25:55.192 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+gitd4dc8e72af2
44052026-09-11T20:25:56.263Z[stamp-installinator] Logging to: /work/artifacts-recovery/LOG
44062026-09-11T20:25:56.263Z[ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG
44072026-09-11T20:25:56.279ZSep 11 20:25:55.217 INFO [recovery-libraries] task succeeded (25.266029ms)
44082026-09-11T20:25:56.282ZSep 11 20:25:55.217 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/cargo xtask verify-libraries
44092026-09-11T20:25:56.293Z[stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar
44102026-09-11T20:25:56.297ZSep 11 20:25:55.233 INFO [stamp-installinator] process exited with exit status: 0 (41.464068ms)
44112026-09-11T20:25:56.409Z[ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar
44122026-09-11T20:25:56.413ZSep 11 20:25:55.349 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (157.094259ms)
44132026-09-11T20:25:56.413ZSep 11 20:25:55.349 INFO [recovery-stamp] task succeeded (157.84577ms)
44142026-09-11T20:25:56.413ZSep 11 20:25:55.349 INFO [recovery-proto] running task
44152026-09-11T20:25:56.413ZSep 11 20:25:55.349 INFO [tuf-stamp] running task
44162026-09-11T20:25:56.413ZSep 11 20:25:55.350 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+gitd4dc8e72af2
44172026-09-11T20:25:56.416ZSep 11 20:25:55.351 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+gitd4dc8e72af2
44182026-09-11T20:25:56.417ZSep 11 20:25:55.351 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+gitd4dc8e72af2
44192026-09-11T20:25:56.417ZSep 11 20:25:55.351 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+gitd4dc8e72af2
44202026-09-11T20:25:56.417ZSep 11 20:25:55.352 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+gitd4dc8e72af2
44212026-09-11T20:25:56.417ZSep 11 20:25:55.352 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+gitd4dc8e72af2
44222026-09-11T20:25:56.417ZSep 11 20:25:55.352 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+gitd4dc8e72af2
44232026-09-11T20:25:56.417ZSep 11 20:25:55.353 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+gitd4dc8e72af2
44242026-09-11T20:25:56.417ZSep 11 20:25:55.353 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+gitd4dc8e72af2
44252026-09-11T20:25:56.417ZSep 11 20:25:55.354 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+gitd4dc8e72af2
44262026-09-11T20:25:56.417ZSep 11 20:25:55.354 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+gitd4dc8e72af2
44272026-09-11T20:25:56.421ZSep 11 20:25:55.354 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+gitd4dc8e72af2
44282026-09-11T20:25:56.421Z[ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG
44292026-09-11T20:25:56.421Z[stamp-clickhouse_server] Logging to: /work/oxidecomputer/omicron/out/LOG
44302026-09-11T20:25:56.424Z[stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
44312026-09-11T20:25:56.424Z[stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
44322026-09-11T20:25:56.424Z[stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG
44332026-09-11T20:25:56.424Z[stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
44342026-09-11T20:25:56.424Z[ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG
44352026-09-11T20:25:56.424Z[ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG
44362026-09-11T20:25:56.424Z[stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG
44372026-09-11T20:25:56.425Z[stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
44382026-09-11T20:25:56.425Z[ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG
44392026-09-11T20:25:56.425Z[stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG
44402026-09-11T20:25:56.472Z[ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz
44412026-09-11T20:25:56.476ZSep 11 20:25:55.413 INFO [stamp-probe] process exited with exit status: 0 (58.718407ms)
44422026-09-11T20:25:56.520ZSep 11 20:25:55.458 INFO [recovery-proto] task succeeded (108.623254ms)
44432026-09-11T20:25:56.526ZSep 11 20:25:55.458 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/.tmpxxXox5/proto/recovery/root -N 'recovery d4dc8e7/${os_short_commit} 2026-09-11 20:12' -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/'
44442026-09-11T20:25:56.531Z[ recovery-image] Sep 11 20:25:55.465 INFO Checking files for board 'cosmo-mbist'
44452026-09-11T20:25:56.531Z[ recovery-image] Sep 11 20:25:55.465 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist.toml"
44462026-09-11T20:25:56.531Z[ recovery-image] Sep 11 20:25:55.465 INFO Checking files for board 'cosmo-mbist-noaggr'
44472026-09-11T20:25:56.531Z[ recovery-image] Sep 11 20:25:55.465 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist-noaggr.toml"
44482026-09-11T20:25:56.531Z[ recovery-image] Sep 11 20:25:55.465 INFO Checking files for board 'cosmo'
44492026-09-11T20:25:56.531Z[ recovery-image] Sep 11 20:25:55.465 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5"
44502026-09-11T20:25:56.531Z[ recovery-image] Sep 11 20:25:55.465 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
44512026-09-11T20:25:56.531Z[ recovery-image] Sep 11 20:25:55.465 INFO Checking files for board 'gimlet'
44522026-09-11T20:25:56.531Z[ recovery-image] Sep 11 20:25:55.465 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
44532026-09-11T20:25:56.531Z[ recovery-image] Sep 11 20:25:55.465 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml"
44542026-09-11T20:25:56.536Z[ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz
44552026-09-11T20:25:56.541ZSep 11 20:25:55.473 INFO [stamp-ntp] process exited with exit status: 0 (120.676207ms)
44562026-09-11T20:25:56.541Z[ recovery-image] Sep 11 20:25:55.475 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmpxxXox5/proto/recovery/root"
44572026-09-11T20:25:56.542Z[ recovery-image] Sep 11 20:25:55.475 INFO using external package repositories: helios={ file:///work/incorporation.p5p https://pkg.oxide.computer/helios/3/dev/ }
44582026-09-11T20:25:56.542Z[ recovery-image] Sep 11 20:25:55.475 INFO image builder template: ramdisk-01-os...
44592026-09-11T20:25:56.542Z[ recovery-image] Sep 11 20:25:55.475 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/.tmpxxXox5/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@23.0.0.0", "-F", "optever=0.41.506", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
44602026-09-11T20:25:56.554Z[ recovery-image] Sep 11 20:25:55.491 INFO O| Sep 11 20:25:55.491 INFO CREATE DATASET: rpool/images/build/recovery/output
44612026-09-11T20:25:56.679Z[stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz
44622026-09-11T20:25:56.683ZSep 11 20:25:55.620 INFO [stamp-external-dns] process exited with exit status: 0 (266.651694ms)
44632026-09-11T20:25:56.720Z[stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz
44642026-09-11T20:25:56.724ZSep 11 20:25:55.661 INFO [stamp-internal-dns] process exited with exit status: 0 (310.860695ms)
44652026-09-11T20:25:56.739Z[ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz
44662026-09-11T20:25:56.743ZSep 11 20:25:55.678 INFO [stamp-oximeter] process exited with exit status: 0 (327.206503ms)
44672026-09-11T20:25:56.826Z[stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz
44682026-09-11T20:25:56.830ZSep 11 20:25:55.767 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (414.734754ms)
44692026-09-11T20:25:56.851Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
44702026-09-11T20:25:56.879Z[verify-libraries] Running `target/debug/xtask verify-libraries`
44712026-09-11T20:25:57.046Z[stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz
44722026-09-11T20:25:57.050ZSep 11 20:25:55.986 INFO [stamp-crucible-zone] process exited with exit status: 0 (635.648416ms)
44732026-09-11T20:25:57.174Z[ recovery-image] Sep 11 20:25:56.111 INFO O| Sep 11 20:25:56.111 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
44742026-09-11T20:25:57.189Z[ recovery-image] Sep 11 20:25:56.115 INFO O| Sep 11 20:25:56.115 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
44752026-09-11T20:25:58.418Z[stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz
44762026-09-11T20:25:58.421ZSep 11 20:25:57.358 INFO [stamp-cockroachdb] process exited with exit status: 0 (2.004047257s)
44772026-09-11T20:25:59.065Z[ recovery-image] Sep 11 20:25:58.002 INFO O| Sep 11 20:25:58.002 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-01-os: sync = disabled
44782026-09-11T20:25:59.193Z[ host-image] Sep 11 20:25:58.131 INFO O| Sep 11 20:25:58.131 INFO O| Actions: 25345/54210 actions (Installing new actions)
44792026-09-11T20:25:59.495Z[ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz
44802026-09-11T20:25:59.499ZSep 11 20:25:58.436 INFO [stamp-nexus] process exited with exit status: 0 (3.083288618s)
44812026-09-11T20:25:59.954Z[stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz
44822026-09-11T20:25:59.957ZSep 11 20:25:58.895 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (3.543525193s)
44832026-09-11T20:26:00.023Z[stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz
44842026-09-11T20:26:00.026ZSep 11 20:25:58.964 INFO [stamp-clickhouse] process exited with exit status: 0 (3.610541019s)
44852026-09-11T20:26:00.037Z[stamp-clickhouse_server] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_server.tar.gz
44862026-09-11T20:26:00.041ZSep 11 20:25:58.978 INFO [stamp-clickhouse_server] process exited with exit status: 0 (3.626917448s)
44872026-09-11T20:26:00.041ZSep 11 20:25:58.978 INFO [tuf-stamp] task succeeded (3.628940711s)
44882026-09-11T20:26:00.041ZSep 11 20:25:58.978 INFO [tuf-v2-zones] running task
44892026-09-11T20:26:00.127ZSep 11 20:25:59.065 INFO [tuf-v2-zones] task succeeded (86.570358ms)
44902026-09-11T20:26:01.096Z[ host-image] Sep 11 20:26:00.033 INFO O| Sep 11 20:26:00.033 INFO O| Actions: Completed 54210 actions in 6.90 seconds.
44912026-09-11T20:26:01.178Z[ host-image] Sep 11 20:26:00.115 INFO O| Sep 11 20:26:00.115 INFO O| Finalize: Updating package state database ... Done
44922026-09-11T20:26:01.178Z[ host-image] Sep 11 20:26:00.115 INFO O| Sep 11 20:26:00.115 INFO O| Finalize: Updating package cache ... Done
44932026-09-11T20:26:01.240Z[ recovery-image] Sep 11 20:26:00.177 INFO O| Sep 11 20:26:00.177 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-01-os
44942026-09-11T20:26:01.243Z[ recovery-image] Sep 11 20:26:00.177 INFO O| Sep 11 20:26:00.177 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
44952026-09-11T20:26:01.243Z[ recovery-image] Sep 11 20:26:00.177 INFO O| Sep 11 20:26:00.177 INFO resetting by removing work dataset: rpool/images/build/recovery/work/sled/ramdisk
44962026-09-11T20:26:01.243Z[ recovery-image] Sep 11 20:26:00.177 INFO O| Sep 11 20:26:00.177 INFO DESTROY DATASET: rpool/images/build/recovery/work/sled/ramdisk
44972026-09-11T20:26:01.247Z[ recovery-image] Sep 11 20:26:00.182 INFO O| Sep 11 20:26:00.182 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
44982026-09-11T20:26:01.247Z[verify-libraries] Compiling match_cfg v0.1.0
44992026-09-11T20:26:01.247Z[verify-libraries] Compiling slog-json v2.6.1
45002026-09-11T20:26:01.247Z[verify-libraries] Compiling debug-ignore v1.0.5
45012026-09-11T20:26:01.247Z[verify-libraries] Compiling newtype-uuid-macros v0.1.0
45022026-09-11T20:26:01.247Z[verify-libraries] Compiling toml_datetime v1.1.1+spec-1.1.0
45032026-09-11T20:26:01.247Z[verify-libraries] Compiling serde_spanned v1.1.1
45042026-09-11T20:26:01.247Z[verify-libraries] Compiling toml_writer v1.1.1+spec-1.1.0
45052026-09-11T20:26:01.247Z[verify-libraries] Compiling sha1 v0.11.0
45062026-09-11T20:26:01.247Z[verify-libraries] Compiling serde_path_to_error v0.1.20
45072026-09-11T20:26:01.247Z[verify-libraries] Compiling multer v3.1.0
45082026-09-11T20:26:01.247Z[verify-libraries] Compiling compression-core v0.4.31
45092026-09-11T20:26:01.247Z[verify-libraries] Compiling progenitor-client v0.14.0
45102026-09-11T20:26:01.317Z[ host-image] Sep 11 20:26:00.254 INFO O| Sep 11 20:26:00.254 INFO O| Finalize: Updating image state ... Done
45112026-09-11T20:26:01.696Z[verify-libraries] Compiling async-stream-impl v0.3.6
45122026-09-11T20:26:01.720Z[verify-libraries] Compiling hostname v0.3.1
45132026-09-11T20:26:01.720Z[verify-libraries] Compiling compression-codecs v0.4.37
45142026-09-11T20:26:01.723Z[verify-libraries] Compiling dropshot v0.17.1
45152026-09-11T20:26:01.793Z[verify-libraries] Compiling toml v1.1.2+spec-1.1.0
45162026-09-11T20:26:01.793Z[verify-libraries] Compiling waitgroup v0.1.2
45172026-09-11T20:26:01.793Z[verify-libraries] Compiling rustls-pemfile v2.2.0
45182026-09-11T20:26:01.864Z[verify-libraries] Compiling dropshot_endpoint v0.17.1
45192026-09-11T20:26:01.867Z[verify-libraries] Compiling slog-bunyan v2.5.0
45202026-09-11T20:26:01.913Z[verify-libraries] Compiling hostname v0.4.2
45212026-09-11T20:26:01.917Z[verify-libraries] Compiling atomicwrites v0.4.4
45222026-09-11T20:26:01.917Z[verify-libraries] Compiling async-compression v0.4.41
45232026-09-11T20:26:01.984Z[verify-libraries] Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
45242026-09-11T20:26:02.064Z[verify-libraries] Compiling macaddr v1.0.1
45252026-09-11T20:26:02.067Z[verify-libraries] Compiling serde_tokenstream v0.3.0
45262026-09-11T20:26:02.111Z[verify-libraries] Compiling regress v0.10.5
45272026-09-11T20:26:02.114Z[verify-libraries] Compiling instant v0.1.13
45282026-09-11T20:26:02.159Z[verify-libraries] Compiling oxide-generation v0.1.3
45292026-09-11T20:26:02.180Z[verify-libraries] Compiling parse-display-derive v0.10.0
45302026-09-11T20:26:02.204Z[verify-libraries] Compiling itertools v0.14.0
45312026-09-11T20:26:02.229Z[verify-libraries] Compiling backon v1.6.0
45322026-09-11T20:26:02.240Z[ host-image] Sep 11 20:26:01.178 INFO O| Sep 11 20:26:01.178 INFO O| Finalize: Creating fast lookup database ... Done
45332026-09-11T20:26:02.271Z[ host-image] Sep 11 20:26:01.209 INFO O| Sep 11 20:26:01.209 INFO O| Finalize: Reading search index ... Done
45342026-09-11T20:26:02.275Z[verify-libraries] Compiling backoff v0.4.0
45352026-09-11T20:26:02.316Z[verify-libraries] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
45362026-09-11T20:26:02.355Z[verify-libraries] Compiling humantime v2.3.0
45372026-09-11T20:26:02.355Z[verify-libraries] Compiling convert_case v0.4.0
45382026-09-11T20:26:02.425Z[verify-libraries] Compiling async-stream v0.3.6
45392026-09-11T20:26:02.487Z[verify-libraries] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
45402026-09-11T20:26:02.487Z[verify-libraries] Compiling oxide-generation-macros v0.2.0
45412026-09-11T20:26:02.562Z[verify-libraries] Compiling progenitor-extras v0.2.0
45422026-09-11T20:26:02.565Z[verify-libraries] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
45432026-09-11T20:26:02.585Z[verify-libraries] Compiling half v2.7.1
45442026-09-11T20:26:02.606Z[verify-libraries] Compiling ciborium-io v0.2.2
45452026-09-11T20:26:02.653Z[verify-libraries] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
45462026-09-11T20:26:02.706Z[verify-libraries] Compiling crucible-workspace-hack v0.1.0
45472026-09-11T20:26:02.706Z[verify-libraries] Compiling indent_write v2.2.0
45482026-09-11T20:26:02.753Z[verify-libraries] Compiling regress v0.11.1
45492026-09-11T20:26:02.783Z[verify-libraries] Compiling secrecy v0.10.3
45502026-09-11T20:26:02.827Z[verify-libraries] Compiling derive_more v0.99.20
45512026-09-11T20:26:02.882Z[verify-libraries] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
45522026-09-11T20:26:02.927Z[verify-libraries] Compiling ciborium-ll v0.2.2
45532026-09-11T20:26:02.955Z[verify-libraries] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
45542026-09-11T20:26:03.005Z[verify-libraries] Compiling inout v0.1.4
45552026-09-11T20:26:03.028Z[verify-libraries] Compiling universal-hash v0.5.1
45562026-09-11T20:26:03.097Z[verify-libraries] Compiling thiserror-impl-no-std v2.0.2
45572026-09-11T20:26:03.206Z[verify-libraries] Compiling ciborium v0.2.2
45582026-09-11T20:26:03.260Z[verify-libraries] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
45592026-09-11T20:26:03.260Z[verify-libraries] Compiling cipher v0.4.4
45602026-09-11T20:26:03.308Z[verify-libraries] Compiling opaque-debug v0.3.1
45612026-09-11T20:26:03.312Z[verify-libraries] Compiling unsafe-libyaml v0.2.11
45622026-09-11T20:26:03.395Z[verify-libraries] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
45632026-09-11T20:26:03.453Z[verify-libraries] Compiling blake2 v0.10.6
45642026-09-11T20:26:03.456Z[verify-libraries] Compiling omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds)
45652026-09-11T20:26:03.519Z[verify-libraries] Compiling poly1305 v0.8.0
45662026-09-11T20:26:03.519Z[verify-libraries] Compiling aead v0.5.2
45672026-09-11T20:26:03.632Z[ recovery-image] Sep 11 20:26:02.568 INFO O| Sep 11 20:26:02.568 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45682026-09-11T20:26:03.640Z[ recovery-image] Sep 11 20:26:02.578 INFO O| Sep 11 20:26:02.578 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/sled/ramdisk"]
45692026-09-11T20:26:03.644Z[verify-libraries] Compiling chacha20 v0.9.1
45702026-09-11T20:26:03.647Z[verify-libraries] Compiling password-hash v0.5.0
45712026-09-11T20:26:03.875Z[verify-libraries] Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
45722026-09-11T20:26:03.879Z[verify-libraries] Compiling serde_yaml v0.9.34+deprecated
45732026-09-11T20:26:03.998Z[ recovery-image] Sep 11 20:26:02.935 INFO O| Sep 11 20:26:02.935 INFO O| Caching catalogs ... Done
45742026-09-11T20:26:04.012Z[verify-libraries] Compiling chacha20poly1305 v0.10.1
45752026-09-11T20:26:04.054Z[verify-libraries] Compiling itertools v0.15.0
45762026-09-11T20:26:04.086Z[verify-libraries] Compiling parse-display v0.10.0
45772026-09-11T20:26:04.092Z[ recovery-image] Sep 11 20:26:03.029 INFO O| Sep 11 20:26:03.029 INFO STEP 0 (pkg_image_create) COMPLETE
45782026-09-11T20:26:04.092Z[ recovery-image] Sep 11 20:26:03.029 INFO O| Sep 11 20:26:03.029 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45792026-09-11T20:26:04.113Z[ recovery-image] Sep 11 20:26:03.039 INFO O| Sep 11 20:26:03.039 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"]
45802026-09-11T20:26:04.116Z[verify-libraries] Compiling argon2 v0.5.3
45812026-09-11T20:26:04.116Z[verify-libraries] Compiling num-derive v0.4.2
45822026-09-11T20:26:04.138Z[verify-libraries] Compiling crossbeam-deque v0.8.6
45832026-09-11T20:26:04.279Z[verify-libraries] Compiling rayon-core v1.13.0
45842026-09-11T20:26:04.332Z[verify-libraries] Compiling toml_datetime v0.7.5+spec-1.1.0
45852026-09-11T20:26:04.406Z[verify-libraries] Compiling glob v0.3.3
45862026-09-11T20:26:04.442Z[verify-libraries] Compiling typify-impl v0.6.2
45872026-09-11T20:26:04.475Z[verify-libraries] Compiling heapless v0.8.0
45882026-09-11T20:26:04.510Z[ recovery-image] Sep 11 20:26:03.447 INFO O| Sep 11 20:26:03.447 INFO STEP 1 (pkg_set_publisher) COMPLETE
45892026-09-11T20:26:04.510Z[ recovery-image] Sep 11 20:26:03.447 INFO O| Sep 11 20:26:03.447 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45902026-09-11T20:26:04.514Z[ recovery-image] Sep 11 20:26:03.447 INFO O| Sep 11 20:26:03.447 INFO skip step because feature "publisher_1_name" is not enabled
45912026-09-11T20:26:04.514Z[ recovery-image] Sep 11 20:26:03.447 INFO O| Sep 11 20:26:03.447 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45922026-09-11T20:26:04.514Z[ recovery-image] Sep 11 20:26:03.447 INFO O| Sep 11 20:26:03.447 INFO skip step because feature "publisher_2_name" is not enabled
45932026-09-11T20:26:04.514Z[ recovery-image] Sep 11 20:26:03.447 INFO O| Sep 11 20:26:03.447 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45942026-09-11T20:26:04.514Z[ recovery-image] Sep 11 20:26:03.447 INFO O| Sep 11 20:26:03.447 INFO skip step because feature "publisher_3_name" is not enabled
45952026-09-11T20:26:04.514Z[ recovery-image] Sep 11 20:26:03.447 INFO O| Sep 11 20:26:03.447 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45962026-09-11T20:26:04.557Z[verify-libraries] Compiling thiserror-no-std v2.0.2
45972026-09-11T20:26:04.771Z[verify-libraries] Compiling vsss-rs v3.3.4
45982026-09-11T20:26:04.825Z[verify-libraries] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
45992026-09-11T20:26:04.834Z[ recovery-image] Sep 11 20:26:03.771 INFO O| Sep 11 20:26:03.771 INFO variant opensolaris.zone is already global
46002026-09-11T20:26:04.834Z[ recovery-image] Sep 11 20:26:03.771 INFO O| Sep 11 20:26:03.771 INFO STEP 5 (pkg_change_variant) COMPLETE
46012026-09-11T20:26:04.838Z[ recovery-image] Sep 11 20:26:03.771 INFO O| Sep 11 20:26:03.771 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
46022026-09-11T20:26:04.890Z[verify-libraries] Compiling toml_edit v0.23.10+spec-1.0.0
46032026-09-11T20:26:05.051Z[ host-image] Sep 11 20:26:03.988 INFO O| Sep 11 20:26:03.988 INFO O| Finalize: Building new search index ... Done
46042026-09-11T20:26:05.165Z[ recovery-image] Sep 11 20:26:04.102 INFO O| Sep 11 20:26:04.102 INFO variant opensolaris.imagetype is full; changing to partial
46052026-09-11T20:26:05.169Z[ recovery-image] Sep 11 20:26:04.103 INFO O| Sep 11 20:26:04.102 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
46062026-09-11T20:26:05.322Z[verify-libraries] Compiling proc-macro-error v1.0.4
46072026-09-11T20:26:05.352Z[verify-libraries] Compiling usdt-attr-macro v0.5.0
46082026-09-11T20:26:05.470Z[verify-libraries] Compiling usdt-macro v0.5.0
46092026-09-11T20:26:05.473Z[ host-image] Sep 11 20:26:04.411 INFO O| Sep 11 20:26:04.411 INFO O| Finalize: Updating package cache ... Done
46102026-09-11T20:26:05.496Z[verify-libraries] Compiling tabwriter v1.4.1
46112026-09-11T20:26:05.500Z[verify-libraries] Compiling hash32 v0.3.1
46122026-09-11T20:26:05.552Z[verify-libraries] Compiling ingot-macros v0.2.0
46132026-09-11T20:26:05.556Z[verify-libraries] Compiling memmap v0.7.0
46142026-09-11T20:26:05.614Z[verify-libraries] Compiling proc-macro-crate v3.4.0
46152026-09-11T20:26:05.691Z[verify-libraries] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
46162026-09-11T20:26:05.757Z[verify-libraries] Compiling smoltcp v0.11.0
46172026-09-11T20:26:05.781Z[verify-libraries] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
46182026-09-11T20:26:05.813Z[verify-libraries] Compiling illumos-nvpair-sys v0.2.0
46192026-09-11T20:26:05.846Z[ host-image] Sep 11 20:26:04.777 INFO O| Sep 11 20:26:04.777 INFO STEP 11 (pkg_install) COMPLETE
46202026-09-11T20:26:05.846Z[ host-image] Sep 11 20:26:04.777 INFO O| Sep 11 20:26:04.777 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
46212026-09-11T20:26:05.854Z[ host-image] Sep 11 20:26:04.787 INFO O| Sep 11 20:26:04.787 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"]
46222026-09-11T20:26:05.907Z[verify-libraries] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
46232026-09-11T20:26:06.112Z[verify-libraries] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
46242026-09-11T20:26:06.182Z[verify-libraries] Compiling cobs v0.3.0
46252026-09-11T20:26:06.214Z[verify-libraries] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
46262026-09-11T20:26:06.217Z[verify-libraries] Compiling colored v3.1.1
46272026-09-11T20:26:06.259Z[verify-libraries] Compiling num_enum_derive v0.7.6
46282026-09-11T20:26:06.339Z[verify-libraries] Compiling rayon v1.11.0
46292026-09-11T20:26:06.364Z[verify-libraries] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
46302026-09-11T20:26:06.414Z[verify-libraries] Compiling postcard v1.1.3
46312026-09-11T20:26:06.444Z[verify-libraries] Compiling usdt v0.5.0
46322026-09-11T20:26:06.475Z[verify-libraries] Compiling proc-macro-crate v1.3.1
46332026-09-11T20:26:06.509Z[verify-libraries] Compiling foreign-types-macros v0.2.3
46342026-09-11T20:26:06.602Z[verify-libraries] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
46352026-09-11T20:26:06.673Z[verify-libraries] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
46362026-09-11T20:26:06.775Z[verify-libraries] Compiling foreign-types-shared v0.3.1
46372026-09-11T20:26:06.963Z[verify-libraries] Compiling illumos-nvpair v0.3.0
46382026-09-11T20:26:07.016Z[verify-libraries] Compiling num_enum_derive v0.5.11
46392026-09-11T20:26:07.040Z[verify-libraries] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
46402026-09-11T20:26:07.131Z[verify-libraries] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
46412026-09-11T20:26:07.217Z[verify-libraries] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
46422026-09-11T20:26:07.244Z[verify-libraries] Compiling foreign-types v0.5.0
46432026-09-11T20:26:07.245Z[verify-libraries] Compiling cstr-argument v0.1.2
46442026-09-11T20:26:07.328Z[verify-libraries] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
46452026-09-11T20:26:07.328Z[verify-libraries] Compiling itertools v0.12.1
46462026-09-11T20:26:07.426Z[verify-libraries] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
46472026-09-11T20:26:07.499Z[verify-libraries] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
46482026-09-11T20:26:07.569Z[verify-libraries] Compiling num_enum v0.7.6
46492026-09-11T20:26:07.693Z[ recovery-image] Sep 11 20:26:06.629 INFO O| Sep 11 20:26:06.629 INFO O| Startup: Refreshing catalog 'helios' ... Done
46502026-09-11T20:26:07.697Z[verify-libraries] Compiling sigpipe v0.1.3
46512026-09-11T20:26:07.743Z[verify-libraries] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
46522026-09-11T20:26:07.780Z[verify-libraries] Compiling zone_cfg_derive v0.3.1
46532026-09-11T20:26:07.803Z[verify-libraries] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
46542026-09-11T20:26:07.836Z[verify-libraries] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
46552026-09-11T20:26:07.863Z[verify-libraries] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
46562026-09-11T20:26:07.926Z[verify-libraries] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
46572026-09-11T20:26:07.930Z[verify-libraries] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
46582026-09-11T20:26:08.121Z[verify-libraries] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
46592026-09-11T20:26:08.121Z[verify-libraries] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
46602026-09-11T20:26:08.154Z[verify-libraries] Compiling toml v0.8.23
46612026-09-11T20:26:08.215Z[ recovery-image] Sep 11 20:26:07.152 INFO O| Sep 11 20:26:07.151 INFO O| Startup: Caching catalogs ... Done
46622026-09-11T20:26:08.228Z[ host-image] Sep 11 20:26:07.165 INFO O| Sep 11 20:26:07.165 INFO O| Startup: Refreshing catalog 'helios' ... Done
46632026-09-11T20:26:08.233Z[ recovery-image] Sep 11 20:26:07.171 INFO O| Sep 11 20:26:07.171 INFO O| Planning: Planning completed in 0.00 seconds
46642026-09-11T20:26:08.236Z[ recovery-image] Sep 11 20:26:07.171 INFO O| Sep 11 20:26:07.171 INFO O| Planning: Consolidating action changes ... Done
46652026-09-11T20:26:08.236Z[ recovery-image] Sep 11 20:26:07.171 INFO O| Sep 11 20:26:07.171 INFO O| Planning: Evaluating mediators ... Done
46662026-09-11T20:26:08.236Z[ recovery-image] Sep 11 20:26:07.172 INFO O| Sep 11 20:26:07.171 INFO O| Planning: Planning completed in 0.00 seconds
46672026-09-11T20:26:08.236Z[ recovery-image] Sep 11 20:26:07.172 INFO O| Sep 11 20:26:07.172 INFO O| Variants/Facets to change: 1
46682026-09-11T20:26:08.244Z[ recovery-image] Sep 11 20:26:07.182 INFO O| Sep 11 20:26:07.182 INFO O| Finalize: Updating package state database ... Done
46692026-09-11T20:26:08.244Z[ recovery-image] Sep 11 20:26:07.182 INFO O| Sep 11 20:26:07.182 INFO O| Finalize: Updating package cache ... Done
46702026-09-11T20:26:08.248Z[verify-libraries] Compiling num_enum v0.5.11
46712026-09-11T20:26:08.294Z[verify-libraries] Compiling smf v0.2.3
46722026-09-11T20:26:08.342Z[ recovery-image] Sep 11 20:26:07.279 INFO O| Sep 11 20:26:07.279 INFO O| Finalize: Updating image state ... Done
46732026-09-11T20:26:08.362Z[ recovery-image] Sep 11 20:26:07.299 INFO O| Sep 11 20:26:07.299 INFO O| Finalize: Creating fast lookup database ... Done
46742026-09-11T20:26:08.366Z[ recovery-image] Sep 11 20:26:07.300 INFO O| Sep 11 20:26:07.300 INFO O| Finalize: Reading search index ... Done
46752026-09-11T20:26:08.366Z[ recovery-image] Sep 11 20:26:07.300 INFO O| Sep 11 20:26:07.300 INFO O| Finalize: Updating search index ... Done
46762026-09-11T20:26:08.366Z[ recovery-image] Sep 11 20:26:07.301 INFO O| Sep 11 20:26:07.301 INFO O| Finalize: Updating package cache ... Done
46772026-09-11T20:26:08.371Z[verify-libraries] Compiling whoami v1.6.1
46782026-09-11T20:26:08.464Z[verify-libraries] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
46792026-09-11T20:26:08.574Z[verify-libraries] Compiling tokio-dtrace v0.1.1
46802026-09-11T20:26:08.606Z[verify-libraries] Compiling derive-where v1.6.0
46812026-09-11T20:26:08.630Z[verify-libraries] Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
46822026-09-11T20:26:08.710Z[verify-libraries] Compiling ingot-types v0.2.0
46832026-09-11T20:26:08.822Z[ recovery-image] Sep 11 20:26:07.759 INFO O| Sep 11 20:26:07.759 INFO STEP 6 (pkg_change_variant) COMPLETE
46842026-09-11T20:26:08.822Z[ recovery-image] Sep 11 20:26:07.759 INFO O| Sep 11 20:26:07.759 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
46852026-09-11T20:26:08.822Z[ recovery-image] Sep 11 20:26:07.759 INFO O| Sep 11 20:26:07.759 INFO skip step because feature "debug_variant" is not enabled
46862026-09-11T20:26:08.826Z[ recovery-image] Sep 11 20:26:07.759 INFO O| Sep 11 20:26:07.759 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
46872026-09-11T20:26:08.866Z[ host-image] Sep 11 20:26:07.803 INFO O| Sep 11 20:26:07.803 INFO O| Startup: Caching catalogs ... Done
46882026-09-11T20:26:08.870Z[verify-libraries] Compiling zone v0.3.1
46892026-09-11T20:26:08.870Z[verify-libraries] Compiling oxide-tokio-rt v0.1.4
46902026-09-11T20:26:08.906Z[verify-libraries] Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
46912026-09-11T20:26:08.952Z[verify-libraries] Compiling gethostname v0.5.0
46922026-09-11T20:26:09.002Z[verify-libraries] Compiling cancel-safe-futures v0.1.5
46932026-09-11T20:26:09.111Z[verify-libraries] Compiling newline-converter v0.3.0
46942026-09-11T20:26:09.114Z[verify-libraries] Compiling console v0.15.11
46952026-09-11T20:26:09.176Z[ recovery-image] Sep 11 20:26:08.113 INFO O| Sep 11 20:26:08.113 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "openssl.10=false"]
46962026-09-11T20:26:09.189Z[verify-libraries] Compiling linear-map v1.2.0
46972026-09-11T20:26:09.264Z[verify-libraries] Compiling ingot v0.2.1
46982026-09-11T20:26:09.305Z[verify-libraries] Compiling num-rational v0.4.2
46992026-09-11T20:26:09.315Z[verify-libraries] Compiling num-complex v0.4.6
47002026-09-11T20:26:09.368Z[verify-libraries] Compiling slog-dtrace v0.3.0
47012026-09-11T20:26:09.372Z[verify-libraries] Compiling prettyplease v0.2.37
47022026-09-11T20:26:09.473Z[verify-libraries] Compiling typify-macro v0.6.2
47032026-09-11T20:26:09.530Z[verify-libraries] Compiling expectorate v1.2.0
47042026-09-11T20:26:09.551Z[ host-image] Sep 11 20:26:08.488 INFO O| Sep 11 20:26:08.488 INFO O| Planning: Solver setup ... Done
47052026-09-11T20:26:09.556Z[ host-image] Sep 11 20:26:08.494 INFO O| Sep 11 20:26:08.494 INFO O| Planning: Running solver ... Done
47062026-09-11T20:26:09.576Z[ host-image] Sep 11 20:26:08.513 INFO O| Sep 11 20:26:08.513 INFO O| Planning: Finding local manifests ... Done
47072026-09-11T20:26:09.621Z[ host-image] Sep 11 20:26:08.554 INFO O| Sep 11 20:26:08.554 INFO O| Planning: Fetching manifests: 0/6 0% complete
47082026-09-11T20:26:09.694Z[verify-libraries] Compiling resolv-conf v0.7.6
47092026-09-11T20:26:09.708Z[ host-image] Sep 11 20:26:08.645 INFO O| Sep 11 20:26:08.645 INFO O| Planning: Fetching manifests: 6/6 100% complete
47102026-09-11T20:26:09.730Z[ host-image] Sep 11 20:26:08.667 INFO O| Sep 11 20:26:08.667 INFO O| Planning: Package planning ... Done
47112026-09-11T20:26:09.734Z[ host-image] Sep 11 20:26:08.669 INFO O| Sep 11 20:26:08.669 INFO O| Planning: Merging actions ... Done
47122026-09-11T20:26:09.793Z[ host-image] Sep 11 20:26:08.731 INFO O| Sep 11 20:26:08.731 INFO O| Planning: Checking for conflicting actions ... Done
47132026-09-11T20:26:09.798Z[ host-image] Sep 11 20:26:08.732 INFO O| Sep 11 20:26:08.732 INFO O| Planning: Consolidating action changes ... Done
47142026-09-11T20:26:09.860Z[verify-libraries] Compiling num v0.4.3
47152026-09-11T20:26:09.887Z[verify-libraries] Compiling float-ord v0.3.2
47162026-09-11T20:26:09.890Z[verify-libraries] Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
47172026-09-11T20:26:09.942Z[ host-image] Sep 11 20:26:08.876 INFO O| Sep 11 20:26:08.876 INFO O| Planning: Evaluating mediators ... Done
47182026-09-11T20:26:09.945Z[ host-image] Sep 11 20:26:08.877 INFO O| Sep 11 20:26:08.877 INFO O| Planning: Planning completed in 1.05 seconds
47192026-09-11T20:26:09.945Z[ host-image] Sep 11 20:26:08.878 INFO O| Sep 11 20:26:08.878 INFO O| Packages to install: 6
47202026-09-11T20:26:09.945Z[ host-image] Sep 11 20:26:08.878 INFO O| Sep 11 20:26:08.878 INFO O| Services to change: 2
47212026-09-11T20:26:09.952Z[ host-image] Sep 11 20:26:08.889 INFO O| Sep 11 20:26:08.888 INFO O| Download: 0/156 items 0.0/1.8MB 0% complete
47222026-09-11T20:26:09.990Z[verify-libraries] Compiling minimal-lexical v0.2.1
47232026-09-11T20:26:09.993Z[verify-libraries] Compiling linked-hash-map v0.5.6
47242026-09-11T20:26:10.069Z[verify-libraries] Compiling hickory-proto v0.24.4
47252026-09-11T20:26:10.073Z[verify-libraries] Compiling unicode-xid v0.2.6
47262026-09-11T20:26:10.103Z[ host-image] Sep 11 20:26:09.040 INFO O| Sep 11 20:26:09.040 INFO O| Download: Completed 1.76 MB in 0.15 seconds (11.5M/s)
47272026-09-11T20:26:10.117Z[verify-libraries] Compiling tabled_derive v0.7.0
47282026-09-11T20:26:10.132Z[ host-image] Sep 11 20:26:09.061 INFO O| Sep 11 20:26:09.061 INFO O| Actions: 1/391 actions (Installing new actions)
47292026-09-11T20:26:10.143Z[verify-libraries] Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
47302026-09-11T20:26:10.235Z[verify-libraries] Compiling lru-cache v0.1.2
47312026-09-11T20:26:10.236Z[verify-libraries] Compiling oxide-update-engine-types v0.1.2
47322026-09-11T20:26:10.259Z[ host-image] Sep 11 20:26:09.197 INFO O| Sep 11 20:26:09.197 INFO O| Actions: Completed 391 actions in 0.14 seconds.
47332026-09-11T20:26:10.274Z[verify-libraries] Compiling ar_archive_writer v0.5.1
47342026-09-11T20:26:10.314Z[ host-image] Sep 11 20:26:09.247 INFO O| Sep 11 20:26:09.247 INFO O| Finalize: Updating package state database ... Done
47352026-09-11T20:26:10.317Z[ host-image] Sep 11 20:26:09.247 INFO O| Sep 11 20:26:09.247 INFO O| Finalize: Updating package cache ... Done
47362026-09-11T20:26:10.327Z[verify-libraries] Compiling nom v7.1.3
47372026-09-11T20:26:10.405Z[verify-libraries] Compiling fd-lock v4.0.4
47382026-09-11T20:26:10.405Z[verify-libraries] Compiling vte v0.14.1
47392026-09-11T20:26:10.417Z[ host-image] Sep 11 20:26:09.354 INFO O| Sep 11 20:26:09.354 INFO O| Finalize: Updating image state ... Done
47402026-09-11T20:26:10.577Z[verify-libraries] Compiling display-error-chain v0.2.2
47412026-09-11T20:26:10.708Z[verify-libraries] Compiling crossterm v0.29.0
47422026-09-11T20:26:10.803Z[verify-libraries] Compiling strip-ansi-escapes v0.2.1
47432026-09-11T20:26:10.901Z[verify-libraries] Compiling nu-ansi-term v0.50.3
47442026-09-11T20:26:10.994Z[verify-libraries] Compiling stacker v0.1.23
47452026-09-11T20:26:11.138Z[verify-libraries] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
47462026-09-11T20:26:11.173Z[verify-libraries] Compiling cfg_aliases v0.1.1
47472026-09-11T20:26:11.222Z[verify-libraries] Compiling reedline v0.40.0
47482026-09-11T20:26:11.260Z[verify-libraries] Compiling tabled v0.15.0
47492026-09-11T20:26:11.324Z[verify-libraries] Compiling termtree v0.5.1
47502026-09-11T20:26:11.371Z[verify-libraries] Compiling oxide-update-engine v0.1.2
47512026-09-11T20:26:11.375Z[verify-libraries] Compiling psm v0.1.30
47522026-09-11T20:26:11.409Z[ host-image] Sep 11 20:26:10.340 INFO O| Sep 11 20:26:10.340 INFO O| Finalize: Creating fast lookup database ... Done
47532026-09-11T20:26:11.436Z[ host-image] Sep 11 20:26:10.374 INFO O| Sep 11 20:26:10.374 INFO O| Finalize: Reading search index ... Done
47542026-09-11T20:26:11.436Z[ host-image] Sep 11 20:26:10.374 INFO O| Sep 11 20:26:10.374 INFO O| Finalize: Updating search index ... Done
47552026-09-11T20:26:11.452Z[ host-image] Sep 11 20:26:10.390 INFO O| Sep 11 20:26:10.389 INFO O| Finalize: Updating package cache ... Done
47562026-09-11T20:26:11.459Z[verify-libraries] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
47572026-09-11T20:26:11.568Z[verify-libraries] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
47582026-09-11T20:26:11.568Z[ recovery-image] Sep 11 20:26:10.503 INFO O| Sep 11 20:26:10.503 INFO O| Startup: Refreshing catalog 'helios' ... Done
47592026-09-11T20:26:11.608Z[verify-libraries] Compiling typify v0.6.2
47602026-09-11T20:26:11.613Z[verify-libraries] Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
47612026-09-11T20:26:11.768Z[verify-libraries] Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
47622026-09-11T20:26:11.772Z[ host-image] Sep 11 20:26:10.708 INFO O| Sep 11 20:26:10.708 INFO STEP 12 (pkg_install) COMPLETE
47632026-09-11T20:26:11.772Z[ host-image] Sep 11 20:26:10.708 INFO O| Sep 11 20:26:10.708 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
47642026-09-11T20:26:11.784Z[ host-image] Sep 11 20:26:10.719 INFO O| Sep 11 20:26:10.719 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/library/libxmlsec1", "/ooce/library/postgresql-13", "/system/zones/brand/omicron1"]
47652026-09-11T20:26:11.842Z[verify-libraries] Compiling progenitor-impl v0.14.0
47662026-09-11T20:26:11.932Z[verify-libraries] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
47672026-09-11T20:26:12.048Z[verify-libraries] Compiling nix v0.28.0
47682026-09-11T20:26:12.073Z[ recovery-image] Sep 11 20:26:11.011 INFO O| Sep 11 20:26:11.011 INFO O| Startup: Caching catalogs ... Done
47692026-09-11T20:26:12.091Z[ recovery-image] Sep 11 20:26:11.029 INFO O| Sep 11 20:26:11.029 INFO O| Planning: Planning completed in 0.00 seconds
47702026-09-11T20:26:12.094Z[ recovery-image] Sep 11 20:26:11.029 INFO O| Sep 11 20:26:11.029 INFO O| Planning: Consolidating action changes ... Done
47712026-09-11T20:26:12.094Z[ recovery-image] Sep 11 20:26:11.029 INFO O| Sep 11 20:26:11.029 INFO O| Planning: Evaluating mediators ... Done
47722026-09-11T20:26:12.094Z[ recovery-image] Sep 11 20:26:11.030 INFO O| Sep 11 20:26:11.030 INFO O| Planning: Planning completed in 0.00 seconds
47732026-09-11T20:26:12.094Z[ recovery-image] Sep 11 20:26:11.030 INFO O| Sep 11 20:26:11.030 INFO O| Variants/Facets to change: 1
47742026-09-11T20:26:12.098Z[verify-libraries] Compiling semver v0.1.20
47752026-09-11T20:26:12.105Z[ recovery-image] Sep 11 20:26:11.042 INFO O| Sep 11 20:26:11.042 INFO O| Finalize: Updating package state database ... Done
47762026-09-11T20:26:12.105Z[ recovery-image] Sep 11 20:26:11.042 INFO O| Sep 11 20:26:11.042 INFO O| Finalize: Updating package cache ... Done
47772026-09-11T20:26:12.128Z[verify-libraries] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
47782026-09-11T20:26:12.223Z[ recovery-image] Sep 11 20:26:11.160 INFO O| Sep 11 20:26:11.160 INFO O| Finalize: Updating image state ... Done
47792026-09-11T20:26:12.242Z[ recovery-image] Sep 11 20:26:11.179 INFO O| Sep 11 20:26:11.179 INFO O| Finalize: Creating fast lookup database ... Done
47802026-09-11T20:26:12.245Z[ recovery-image] Sep 11 20:26:11.179 INFO O| Sep 11 20:26:11.179 INFO O| Finalize: Reading search index ... Done
47812026-09-11T20:26:12.245Z[ recovery-image] Sep 11 20:26:11.180 INFO O| Sep 11 20:26:11.179 INFO O| Finalize: Updating search index ... Done
47822026-09-11T20:26:12.245Z[ recovery-image] Sep 11 20:26:11.180 INFO O| Sep 11 20:26:11.180 INFO O| Finalize: Updating package cache ... Done
47832026-09-11T20:26:12.382Z[verify-libraries] Compiling hickory-resolver v0.24.4
47842026-09-11T20:26:12.453Z[verify-libraries] Compiling rustc_version v0.1.7
47852026-09-11T20:26:12.603Z[ recovery-image] Sep 11 20:26:11.540 INFO O| Sep 11 20:26:11.540 INFO STEP 8 (pkg_change_facet) COMPLETE
47862026-09-11T20:26:12.603Z[ recovery-image] Sep 11 20:26:11.541 INFO O| Sep 11 20:26:11.540 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
47872026-09-11T20:26:12.671Z[verify-libraries] Compiling phf_shared v0.12.1
47882026-09-11T20:26:12.801Z[verify-libraries] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
47892026-09-11T20:26:12.870Z[verify-libraries] Compiling recursive-proc-macro-impl v0.1.1
47902026-09-11T20:26:12.925Z[verify-libraries] Compiling nibble_vec v0.1.0
47912026-09-11T20:26:12.949Z[ recovery-image] Sep 11 20:26:11.887 INFO O| Sep 11 20:26:11.887 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "doc=false"]
47922026-09-11T20:26:13.023Z[verify-libraries] Compiling highway v1.3.0
47932026-09-11T20:26:13.058Z[verify-libraries] Compiling chrono-tz v0.10.4
47942026-09-11T20:26:13.198Z[verify-libraries] Compiling endian-type v0.1.2
47952026-09-11T20:26:13.426Z[verify-libraries] Compiling radix_trie v0.2.1
47962026-09-11T20:26:13.519Z[verify-libraries] Compiling recursive v0.1.1
47972026-09-11T20:26:13.589Z[verify-libraries] Compiling phf v0.12.1
47982026-09-11T20:26:13.593Z[verify-libraries] Compiling newtype_derive v0.1.6
47992026-09-11T20:26:13.669Z[verify-libraries] Compiling qorb v0.4.1
48002026-09-11T20:26:13.726Z[verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
48012026-09-11T20:26:13.796Z[verify-libraries] Compiling const_format_proc_macros v0.2.34
48022026-09-11T20:26:13.831Z[verify-libraries] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
48032026-09-11T20:26:13.895Z[verify-libraries] Compiling peg-macros v0.8.5
48042026-09-11T20:26:13.951Z[verify-libraries] Compiling sqlparser_derive v0.5.0
48052026-09-11T20:26:14.018Z[verify-libraries] Compiling csv-core v0.1.13
48062026-09-11T20:26:14.177Z[ host-image] Sep 11 20:26:13.114 INFO O| Sep 11 20:26:13.114 INFO O| Startup: Refreshing catalog 'helios' ... Done
48072026-09-11T20:26:14.219Z[verify-libraries] Compiling winnow v0.6.26
48082026-09-11T20:26:14.479Z[verify-libraries] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
48092026-09-11T20:26:14.532Z[verify-libraries] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
48102026-09-11T20:26:14.570Z[verify-libraries] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
48112026-09-11T20:26:14.821Z[verify-libraries] Compiling home v0.5.12
48122026-09-11T20:26:14.928Z[verify-libraries] Compiling unicode_categories v0.1.1
48132026-09-11T20:26:14.943Z[ host-image] Sep 11 20:26:13.879 INFO O| Sep 11 20:26:13.879 INFO O| Startup: Caching catalogs ... Done
48142026-09-11T20:26:14.998Z[verify-libraries] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
48152026-09-11T20:26:15.090Z[verify-libraries] Compiling progenitor-macro v0.14.0
48162026-09-11T20:26:15.094Z[verify-libraries] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
48172026-09-11T20:26:15.139Z[verify-libraries] Compiling rustyline v14.0.0
48182026-09-11T20:26:15.139Z[verify-libraries] Compiling sqlparser v0.61.0
48192026-09-11T20:26:15.142Z[verify-libraries] Compiling const_format v0.2.35
48202026-09-11T20:26:15.230Z[verify-libraries] Compiling csv v1.4.0
48212026-09-11T20:26:15.504Z[verify-libraries] Compiling bcs v0.1.6
48222026-09-11T20:26:15.555Z[verify-libraries] Compiling peg v0.8.5
48232026-09-11T20:26:15.595Z[ host-image] Sep 11 20:26:14.533 INFO O| Sep 11 20:26:14.533 INFO O| Planning: Solver setup ... Done
48242026-09-11T20:26:15.601Z[ host-image] Sep 11 20:26:14.538 INFO O| Sep 11 20:26:14.538 INFO O| Planning: Running solver ... Done
48252026-09-11T20:26:15.620Z[ host-image] Sep 11 20:26:14.557 INFO O| Sep 11 20:26:14.557 INFO O| Planning: Finding local manifests ... Done
48262026-09-11T20:26:15.623Z[verify-libraries] Compiling nom v8.0.0
48272026-09-11T20:26:15.673Z[ host-image] Sep 11 20:26:14.610 INFO O| Sep 11 20:26:14.610 INFO O| Planning: Fetching manifests: 0/6 0% complete
48282026-09-11T20:26:15.676Z[ recovery-image] Sep 11 20:26:14.612 INFO O| Sep 11 20:26:14.612 INFO O| Startup: Refreshing catalog 'helios' ... Done
48292026-09-11T20:26:15.720Z[verify-libraries] Compiling sqlformat v0.3.5
48302026-09-11T20:26:15.801Z[verify-libraries] Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
48312026-09-11T20:26:15.814Z[ host-image] Sep 11 20:26:14.752 INFO O| Sep 11 20:26:14.752 INFO O| Planning: Fetching manifests: 6/6 100% complete
48322026-09-11T20:26:15.829Z[verify-libraries] Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
48332026-09-11T20:26:15.844Z[ host-image] Sep 11 20:26:14.782 INFO O| Sep 11 20:26:14.782 INFO O| Planning: Package planning ... Done
48342026-09-11T20:26:15.861Z[ host-image] Sep 11 20:26:14.798 INFO O| Sep 11 20:26:14.791 INFO O| Planning: Merging actions ... Done
48352026-09-11T20:26:15.918Z[ host-image] Sep 11 20:26:14.844 INFO O| Sep 11 20:26:14.844 INFO O| Planning: Checking for conflicting actions ... Done
48362026-09-11T20:26:15.922Z[ host-image] Sep 11 20:26:14.847 INFO O| Sep 11 20:26:14.847 INFO O| Planning: Consolidating action changes ... Done
48372026-09-11T20:26:15.922Z[verify-libraries] Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
48382026-09-11T20:26:15.922Z[verify-libraries] Compiling steno v0.4.1
48392026-09-11T20:26:16.008Z[verify-libraries] Compiling sha1 v0.10.6
48402026-09-11T20:26:16.054Z[ host-image] Sep 11 20:26:14.992 INFO O| Sep 11 20:26:14.992 INFO O| Planning: Evaluating mediators ... Done
48412026-09-11T20:26:16.058Z[ host-image] Sep 11 20:26:14.995 INFO O| Sep 11 20:26:14.995 INFO O| Planning: Planning completed in 1.10 seconds
48422026-09-11T20:26:16.061Z[ host-image] Sep 11 20:26:14.995 INFO O| Sep 11 20:26:14.995 INFO O| Packages to install: 6
48432026-09-11T20:26:16.061Z[ host-image] Sep 11 20:26:14.995 INFO O| Sep 11 20:26:14.995 INFO O| Mediators to change: 1
48442026-09-11T20:26:16.061Z[ host-image] Sep 11 20:26:14.995 INFO O| Sep 11 20:26:14.995 INFO O| Services to change: 1
48452026-09-11T20:26:16.067Z[verify-libraries] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
48462026-09-11T20:26:16.070Z[ host-image] Sep 11 20:26:15.007 INFO O| Sep 11 20:26:15.007 INFO O| Download: 0/1147 items 0.0/7.8MB 0% complete
48472026-09-11T20:26:16.119Z[verify-libraries] Compiling dropshot-api-manager-types v0.8.0
48482026-09-11T20:26:16.209Z[ recovery-image] Sep 11 20:26:15.146 INFO O| Sep 11 20:26:15.146 INFO O| Startup: Caching catalogs ... Done
48492026-09-11T20:26:16.227Z[ recovery-image] Sep 11 20:26:15.164 INFO O| Sep 11 20:26:15.164 INFO O| Planning: Planning completed in 0.00 seconds
48502026-09-11T20:26:16.230Z[ recovery-image] Sep 11 20:26:15.165 INFO O| Sep 11 20:26:15.165 INFO O| Planning: Consolidating action changes ... Done
48512026-09-11T20:26:16.230Z[ recovery-image] Sep 11 20:26:15.165 INFO O| Sep 11 20:26:15.165 INFO O| Planning: Evaluating mediators ... Done
48522026-09-11T20:26:16.230Z[ recovery-image] Sep 11 20:26:15.165 INFO O| Sep 11 20:26:15.165 INFO O| Planning: Planning completed in 0.00 seconds
48532026-09-11T20:26:16.230Z[ recovery-image] Sep 11 20:26:15.165 INFO O| Sep 11 20:26:15.165 INFO O| Variants/Facets to change: 1
48542026-09-11T20:26:16.238Z[ recovery-image] Sep 11 20:26:15.176 INFO O| Sep 11 20:26:15.176 INFO O| Finalize: Updating package state database ... Done
48552026-09-11T20:26:16.238Z[ recovery-image] Sep 11 20:26:15.176 INFO O| Sep 11 20:26:15.176 INFO O| Finalize: Updating package cache ... Done
48562026-09-11T20:26:16.324Z[ recovery-image] Sep 11 20:26:15.261 INFO O| Sep 11 20:26:15.261 INFO O| Finalize: Updating image state ... Done
48572026-09-11T20:26:16.341Z[verify-libraries] Compiling tagptr v0.2.0
48582026-09-11T20:26:16.344Z[ recovery-image] Sep 11 20:26:15.280 INFO O| Sep 11 20:26:15.279 INFO O| Finalize: Creating fast lookup database ... Done
48592026-09-11T20:26:16.344Z[ recovery-image] Sep 11 20:26:15.280 INFO O| Sep 11 20:26:15.280 INFO O| Finalize: Reading search index ... Done
48602026-09-11T20:26:16.344Z[ recovery-image] Sep 11 20:26:15.280 INFO O| Sep 11 20:26:15.280 INFO O| Finalize: Updating search index ... Done
48612026-09-11T20:26:16.345Z[ recovery-image] Sep 11 20:26:15.281 INFO O| Sep 11 20:26:15.281 INFO O| Finalize: Updating package cache ... Done
48622026-09-11T20:26:16.626Z[verify-libraries] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
48632026-09-11T20:26:16.665Z[verify-libraries] Compiling libefi-sys v0.1.0
48642026-09-11T20:26:16.671Z[ host-image] Sep 11 20:26:15.609 INFO O| Sep 11 20:26:15.609 INFO O| Download: Completed 7.84 MB in 0.60 seconds (13.0M/s)
48652026-09-11T20:26:16.685Z[ recovery-image] Sep 11 20:26:15.622 INFO O| Sep 11 20:26:15.622 INFO STEP 9 (pkg_change_facet) COMPLETE
48662026-09-11T20:26:16.688Z[ recovery-image] Sep 11 20:26:15.622 INFO O| Sep 11 20:26:15.622 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
48672026-09-11T20:26:16.749Z[ host-image] Sep 11 20:26:15.687 INFO O| Sep 11 20:26:15.686 INFO O| Actions: 1/1366 actions (Installing new actions)
48682026-09-11T20:26:16.762Z[verify-libraries] Compiling utf-8 v0.7.6
48692026-09-11T20:26:16.888Z[verify-libraries] Compiling moka v0.12.13
48702026-09-11T20:26:16.956Z[verify-libraries] Compiling bitfield-struct v0.6.2
48712026-09-11T20:26:16.981Z[ host-image] Sep 11 20:26:15.917 INFO O| Sep 11 20:26:15.917 INFO O| Actions: Completed 1366 actions in 0.23 seconds.
48722026-09-11T20:26:16.984Z[verify-libraries] Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
48732026-09-11T20:26:16.985Z[verify-libraries] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
48742026-09-11T20:26:17.016Z[ recovery-image] Sep 11 20:26:15.953 INFO O| Sep 11 20:26:15.952 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "doc.man=false"]
48752026-09-11T20:26:17.029Z[verify-libraries] Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
48762026-09-11T20:26:17.032Z[ host-image] Sep 11 20:26:15.969 INFO O| Sep 11 20:26:15.969 INFO O| Finalize: Updating package state database ... Done
48772026-09-11T20:26:17.032Z[ host-image] Sep 11 20:26:15.969 INFO O| Sep 11 20:26:15.969 INFO O| Finalize: Updating package cache ... Done
48782026-09-11T20:26:17.137Z[verify-libraries] Compiling xshell-macros v0.2.7
48792026-09-11T20:26:17.158Z[ host-image] Sep 11 20:26:16.095 INFO O| Sep 11 20:26:16.086 INFO O| Finalize: Updating image state ... Done
48802026-09-11T20:26:17.162Z[verify-libraries] Compiling tungstenite v0.21.0
48812026-09-11T20:26:17.272Z[verify-libraries] Compiling object v0.39.1
48822026-09-11T20:26:17.376Z[verify-libraries] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
48832026-09-11T20:26:17.409Z[verify-libraries] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
48842026-09-11T20:26:17.454Z[verify-libraries] Compiling omicron-debug-dropbox v0.1.0 (https://github.com/oxidecomputer/omicron-debug-dropbox?rev=eb13fc7a0031261dd51a14a30a133155460f5c0a#eb13fc7a)
48852026-09-11T20:26:17.616Z[verify-libraries] Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support?rev=fc64732faf5511850b35f1734d572b9953d73374#fc64732f)
48862026-09-11T20:26:17.702Z[verify-libraries] Compiling hickory-resolver v0.25.2
48872026-09-11T20:26:17.739Z[verify-libraries] Compiling xshell v0.2.7
48882026-09-11T20:26:17.794Z[verify-libraries] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
48892026-09-11T20:26:17.822Z[verify-libraries] Compiling tokio-tungstenite v0.21.0
48902026-09-11T20:26:17.822Z[verify-libraries] Compiling tlvc v0.4.1 (https://github.com/oxidecomputer/tlvc?rev=7a96eab94c8aec9120412d8601ffd68853957da3#7a96eab9)
48912026-09-11T20:26:17.905Z[verify-libraries] Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
48922026-09-11T20:26:18.105Z[ host-image] Sep 11 20:26:17.043 INFO O| Sep 11 20:26:17.043 INFO O| Finalize: Creating fast lookup database ... Done
48932026-09-11T20:26:18.144Z[verify-libraries] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
48942026-09-11T20:26:18.165Z[ host-image] Sep 11 20:26:17.103 INFO O| Sep 11 20:26:17.102 INFO O| Finalize: Reading search index ... Done
48952026-09-11T20:26:18.165Z[ host-image] Sep 11 20:26:17.103 INFO O| Sep 11 20:26:17.102 INFO O| Finalize: Updating search index ... Done
48962026-09-11T20:26:18.169Z[verify-libraries] Compiling tlvc-text v0.4.0 (https://github.com/oxidecomputer/tlvc?rev=7a96eab94c8aec9120412d8601ffd68853957da3#7a96eab9)
48972026-09-11T20:26:18.169Z[verify-libraries] Compiling half v1.8.3
48982026-09-11T20:26:18.196Z[ host-image] Sep 11 20:26:17.134 INFO O| Sep 11 20:26:17.134 INFO O| Finalize: Updating package cache ... Done
48992026-09-11T20:26:18.320Z[verify-libraries] Compiling path-slash v0.2.1
49002026-09-11T20:26:18.639Z[verify-libraries] Compiling serde_cbor v0.11.2
49012026-09-11T20:26:18.672Z[ host-image] Sep 11 20:26:17.608 INFO O| Sep 11 20:26:17.604 INFO STEP 13 (pkg_install) COMPLETE
49022026-09-11T20:26:18.672Z[ host-image] Sep 11 20:26:17.608 INFO O| Sep 11 20:26:17.604 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49032026-09-11T20:26:18.677Z[ host-image] Sep 11 20:26:17.615 INFO O| Sep 11 20:26:17.615 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/driver/network/opte@0.41.506"]
49042026-09-11T20:26:18.767Z[verify-libraries] Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
49052026-09-11T20:26:18.817Z[verify-libraries] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
49062026-09-11T20:26:18.820Z[verify-libraries] Compiling libscf-sys v1.2.0
49072026-09-11T20:26:18.921Z[verify-libraries] Compiling subprocess v0.2.15
49082026-09-11T20:26:18.986Z[verify-libraries] Compiling papergrid v0.18.0
49092026-09-11T20:26:19.104Z[verify-libraries] Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
49102026-09-11T20:26:19.221Z[verify-libraries] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
49112026-09-11T20:26:19.331Z[verify-libraries] Compiling headers-core v0.3.0
49122026-09-11T20:26:19.509Z[ recovery-image] Sep 11 20:26:18.446 INFO O| Sep 11 20:26:18.446 INFO O| Startup: Refreshing catalog 'helios' ... Done
49132026-09-11T20:26:19.518Z[verify-libraries] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
49142026-09-11T20:26:19.595Z[verify-libraries] Compiling unicase v2.9.0
49152026-09-11T20:26:19.940Z[verify-libraries] Compiling headers v0.4.1
49162026-09-11T20:26:19.963Z[verify-libraries] Compiling darling_core v0.21.3
49172026-09-11T20:26:20.000Z[verify-libraries] Compiling maplit v1.0.2
49182026-09-11T20:26:20.025Z[ recovery-image] Sep 11 20:26:18.963 INFO O| Sep 11 20:26:18.962 INFO O| Startup: Caching catalogs ... Done
49192026-09-11T20:26:20.039Z[verify-libraries] Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
49202026-09-11T20:26:20.043Z[ recovery-image] Sep 11 20:26:18.981 INFO O| Sep 11 20:26:18.981 INFO O| Planning: Planning completed in 0.00 seconds
49212026-09-11T20:26:20.046Z[ recovery-image] Sep 11 20:26:18.981 INFO O| Sep 11 20:26:18.981 INFO O| Planning: Consolidating action changes ... Done
49222026-09-11T20:26:20.046Z[ recovery-image] Sep 11 20:26:18.981 INFO O| Sep 11 20:26:18.981 INFO O| Planning: Evaluating mediators ... Done
49232026-09-11T20:26:20.046Z[ recovery-image] Sep 11 20:26:18.982 INFO O| Sep 11 20:26:18.982 INFO O| Planning: Planning completed in 0.00 seconds
49242026-09-11T20:26:20.046Z[ recovery-image] Sep 11 20:26:18.982 INFO O| Sep 11 20:26:18.982 INFO O| Variants/Facets to change: 1
49252026-09-11T20:26:20.076Z[ recovery-image] Sep 11 20:26:19.013 INFO O| Sep 11 20:26:19.013 INFO O| Finalize: Updating package state database ... Done
49262026-09-11T20:26:20.076Z[ recovery-image] Sep 11 20:26:19.013 INFO O| Sep 11 20:26:19.013 INFO O| Finalize: Updating package cache ... Done
49272026-09-11T20:26:20.146Z[verify-libraries] Compiling tabled v0.21.0
49282026-09-11T20:26:20.179Z[ recovery-image] Sep 11 20:26:19.116 INFO O| Sep 11 20:26:19.116 INFO O| Finalize: Updating image state ... Done
49292026-09-11T20:26:20.240Z[ recovery-image] Sep 11 20:26:19.178 INFO O| Sep 11 20:26:19.178 INFO O| Finalize: Creating fast lookup database ... Done
49302026-09-11T20:26:20.244Z[ recovery-image] Sep 11 20:26:19.178 INFO O| Sep 11 20:26:19.178 INFO O| Finalize: Reading search index ... Done
49312026-09-11T20:26:20.244Z[ recovery-image] Sep 11 20:26:19.178 INFO O| Sep 11 20:26:19.178 INFO O| Finalize: Updating search index ... Done
49322026-09-11T20:26:20.244Z[ recovery-image] Sep 11 20:26:19.179 INFO O| Sep 11 20:26:19.179 INFO O| Finalize: Updating package cache ... Done
49332026-09-11T20:26:20.300Z[verify-libraries] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
49342026-09-11T20:26:20.594Z[ recovery-image] Sep 11 20:26:19.532 INFO O| Sep 11 20:26:19.532 INFO STEP 10 (pkg_change_facet) COMPLETE
49352026-09-11T20:26:20.594Z[ recovery-image] Sep 11 20:26:19.532 INFO O| Sep 11 20:26:19.532 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49362026-09-11T20:26:20.605Z[ recovery-image] Sep 11 20:26:19.543 INFO O| Sep 11 20:26:19.543 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"]
49372026-09-11T20:26:20.740Z[verify-libraries] Compiling progenitor v0.14.0
49382026-09-11T20:26:20.834Z[verify-libraries] Compiling yasna v0.5.2
49392026-09-11T20:26:20.916Z[verify-libraries] Compiling crc8 v0.1.1
49402026-09-11T20:26:20.943Z[verify-libraries] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
49412026-09-11T20:26:20.996Z[verify-libraries] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
49422026-09-11T20:26:21.026Z[verify-libraries] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
49432026-09-11T20:26:21.122Z[verify-libraries] Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
49442026-09-11T20:26:21.618Z[ host-image] Sep 11 20:26:20.554 INFO O| Sep 11 20:26:20.554 INFO O| Startup: Refreshing catalog 'helios' ... Done
49452026-09-11T20:26:21.631Z[verify-libraries] Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support?rev=fc64732faf5511850b35f1734d572b9953d73374#fc64732f)
49462026-09-11T20:26:21.888Z[verify-libraries] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
49472026-09-11T20:26:21.937Z[verify-libraries] Compiling rcgen v0.12.1
49482026-09-11T20:26:21.940Z[verify-libraries] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
49492026-09-11T20:26:22.000Z[verify-libraries] Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
49502026-09-11T20:26:22.239Z[ host-image] Sep 11 20:26:21.176 INFO O| Sep 11 20:26:21.176 INFO O| Startup: Caching catalogs ... Done
49512026-09-11T20:26:22.424Z[verify-libraries] Compiling vergen-lib v0.1.6
49522026-09-11T20:26:22.438Z[verify-libraries] Compiling diesel_derives v2.3.7
49532026-09-11T20:26:22.637Z[verify-libraries] Compiling port-file v0.1.0
49542026-09-11T20:26:22.696Z[verify-libraries] Compiling olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
49552026-09-11T20:26:22.780Z[verify-libraries] Compiling darling_macro v0.21.3
49562026-09-11T20:26:22.806Z[verify-libraries] Compiling vergen-gitcl v1.0.8
49572026-09-11T20:26:22.875Z[ host-image] Sep 11 20:26:21.812 INFO O| Sep 11 20:26:21.812 INFO O| Planning: Solver setup ... Done
49582026-09-11T20:26:22.880Z[ host-image] Sep 11 20:26:21.818 INFO O| Sep 11 20:26:21.818 INFO O| Planning: Running solver ... Done
49592026-09-11T20:26:22.897Z[ host-image] Sep 11 20:26:21.835 INFO O| Sep 11 20:26:21.834 INFO O| Planning: Finding local manifests ... Done
49602026-09-11T20:26:22.921Z[verify-libraries] Compiling scheduled-thread-pool v0.2.7
49612026-09-11T20:26:22.933Z[ host-image] Sep 11 20:26:21.869 INFO O| Sep 11 20:26:21.869 INFO O| Planning: Fetching manifests: 0/1 0% complete
49622026-09-11T20:26:22.948Z[ host-image] Sep 11 20:26:21.885 INFO O| Sep 11 20:26:21.882 INFO O| Planning: Fetching manifests: 1/1 100% complete
49632026-09-11T20:26:22.962Z[ host-image] Sep 11 20:26:21.899 INFO O| Sep 11 20:26:21.898 INFO O| Planning: Package planning ... Done
49642026-09-11T20:26:22.962Z[ host-image] Sep 11 20:26:21.899 INFO O| Sep 11 20:26:21.898 INFO O| Planning: Merging actions ... Done
49652026-09-11T20:26:22.966Z[verify-libraries] Compiling diesel_table_macro_syntax v0.3.0
49662026-09-11T20:26:23.000Z[ host-image] Sep 11 20:26:21.936 INFO O| Sep 11 20:26:21.936 INFO O| Planning: Checking for conflicting actions ... Done
49672026-09-11T20:26:23.000Z[ host-image] Sep 11 20:26:21.936 INFO O| Sep 11 20:26:21.936 INFO O| Planning: Consolidating action changes ... Done
49682026-09-11T20:26:23.007Z[verify-libraries] Compiling hubtools v0.4.9 (https://github.com/oxidecomputer/hubtools.git?rev=87881bd389025f7c5692c0be153452c11ae3312e#87881bd3)
49692026-09-11T20:26:23.062Z[verify-libraries] Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
49702026-09-11T20:26:23.101Z[verify-libraries] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
49712026-09-11T20:26:23.130Z[ host-image] Sep 11 20:26:22.067 INFO O| Sep 11 20:26:22.067 INFO O| Planning: Evaluating mediators ... Done
49722026-09-11T20:26:23.130Z[ host-image] Sep 11 20:26:22.067 INFO O| Sep 11 20:26:22.067 INFO O| Planning: Planning completed in 0.85 seconds
49732026-09-11T20:26:23.130Z[ host-image] Sep 11 20:26:22.067 INFO O| Sep 11 20:26:22.067 INFO O| Packages to install: 1
49742026-09-11T20:26:23.142Z[ host-image] Sep 11 20:26:22.079 INFO O| Sep 11 20:26:22.079 INFO O| Download: 0/4 items 0.0/13.3MB 0% complete
49752026-09-11T20:26:23.186Z[verify-libraries] Compiling r2d2 v0.8.10
49762026-09-11T20:26:23.243Z[verify-libraries] Compiling tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
49772026-09-11T20:26:23.267Z[verify-libraries] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
49782026-09-11T20:26:23.267Z[verify-libraries] Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
49792026-09-11T20:26:23.388Z[verify-libraries] Compiling digest-io v0.1.0
49802026-09-11T20:26:23.544Z[verify-libraries] Compiling darling v0.21.3
49812026-09-11T20:26:23.555Z[ host-image] Sep 11 20:26:22.493 INFO O| Sep 11 20:26:22.492 INFO O| Download: Completed 13.27 MB in 0.41 seconds (32.0M/s)
49822026-09-11T20:26:23.592Z[verify-libraries] Compiling dirs-sys-next v0.1.2
49832026-09-11T20:26:23.616Z[verify-libraries] Compiling crunchy v0.2.4
49842026-09-11T20:26:23.619Z[ recovery-image] Sep 11 20:26:22.553 INFO O| Sep 11 20:26:22.553 INFO O| Startup: Refreshing catalog 'helios' ... Done
49852026-09-11T20:26:23.710Z[verify-libraries] Compiling dsl_auto_type v0.2.0
49862026-09-11T20:26:23.733Z[verify-libraries] Compiling rawzip v0.4.4
49872026-09-11T20:26:23.763Z[verify-libraries] Compiling downcast-rs v2.0.2
49882026-09-11T20:26:23.915Z[ host-image] Sep 11 20:26:22.852 INFO O| Sep 11 20:26:22.852 INFO O| Actions: 1/22 actions (Installing new actions)
49892026-09-11T20:26:23.938Z[verify-libraries] Compiling cpubits v0.1.1
49902026-09-11T20:26:23.974Z[verify-libraries] Compiling dirs-next v2.0.0
49912026-09-11T20:26:24.108Z[verify-libraries] Compiling clang-sys v1.8.1
49922026-09-11T20:26:24.156Z[ host-image] Sep 11 20:26:23.093 INFO O| Sep 11 20:26:23.092 INFO O| Actions: Completed 22 actions in 0.24 seconds.
49932026-09-11T20:26:24.182Z[verify-libraries] Compiling ignore v0.4.25
49942026-09-11T20:26:24.203Z[ host-image] Sep 11 20:26:23.140 INFO O| Sep 11 20:26:23.140 INFO O| Finalize: Updating package state database ... Done
49952026-09-11T20:26:24.203Z[ host-image] Sep 11 20:26:23.140 INFO O| Sep 11 20:26:23.140 INFO O| Finalize: Updating package cache ... Done
49962026-09-11T20:26:24.226Z[verify-libraries] Compiling anstyle-parse v0.2.7
49972026-09-11T20:26:24.307Z[ host-image] Sep 11 20:26:23.245 INFO O| Sep 11 20:26:23.245 INFO O| Finalize: Updating image state ... Done
49982026-09-11T20:26:24.441Z[ recovery-image] Sep 11 20:26:23.379 INFO O| Sep 11 20:26:23.378 INFO O| Startup: Caching catalogs ... Done
49992026-09-11T20:26:24.508Z[verify-libraries] Compiling tiny-keccak v2.0.2
50002026-09-11T20:26:24.577Z[verify-libraries] Compiling anstream v0.6.21
50012026-09-11T20:26:24.782Z[verify-libraries] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
50022026-09-11T20:26:24.853Z[verify-libraries] Compiling globwalk v0.9.1
50032026-09-11T20:26:24.907Z[verify-libraries] Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
50042026-09-11T20:26:24.988Z[verify-libraries] Compiling term v0.7.0
50052026-09-11T20:26:25.066Z[verify-libraries] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
50062026-09-11T20:26:25.107Z[verify-libraries] Compiling predicates-tree v1.0.13
50072026-09-11T20:26:25.237Z[verify-libraries] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
50082026-09-11T20:26:25.350Z[ host-image] Sep 11 20:26:24.288 INFO O| Sep 11 20:26:24.288 INFO O| Finalize: Creating fast lookup database ... Done
50092026-09-11T20:26:25.371Z[verify-libraries] Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
50102026-09-11T20:26:25.379Z[ host-image] Sep 11 20:26:24.317 INFO O| Sep 11 20:26:24.317 INFO O| Finalize: Reading search index ... Done
50112026-09-11T20:26:25.379Z[ host-image] Sep 11 20:26:24.317 INFO O| Sep 11 20:26:24.317 INFO O| Finalize: Updating search index ... Done
50122026-09-11T20:26:25.391Z[ host-image] Sep 11 20:26:24.327 INFO O| Sep 11 20:26:24.327 INFO O| Finalize: Updating package cache ... Done
50132026-09-11T20:26:25.513Z[verify-libraries] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
50142026-09-11T20:26:25.633Z[verify-libraries] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
50152026-09-11T20:26:25.697Z[verify-libraries] Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
50162026-09-11T20:26:25.713Z[ host-image] Sep 11 20:26:24.651 INFO O| Sep 11 20:26:24.651 INFO STEP 14 (pkg_install) COMPLETE
50172026-09-11T20:26:25.713Z[ host-image] Sep 11 20:26:24.651 INFO O| Sep 11 20:26:24.651 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
50182026-09-11T20:26:25.716Z[ host-image] Sep 11 20:26:24.651 INFO O| Sep 11 20:26:24.651 INFO skip step because feature "mbist" is not enabled
50192026-09-11T20:26:25.716Z[ host-image] Sep 11 20:26:24.651 INFO O| Sep 11 20:26:24.651 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
50202026-09-11T20:26:25.716Z[ host-image] Sep 11 20:26:24.651 INFO O| Sep 11 20:26:24.651 INFO skip step because feature "mfg" is not enabled
50212026-09-11T20:26:25.716Z[ host-image] Sep 11 20:26:24.651 INFO O| Sep 11 20:26:24.651 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
50222026-09-11T20:26:25.716Z[ host-image] Sep 11 20:26:24.651 INFO O| Sep 11 20:26:24.651 INFO skip step because feature "compliance" is not enabled
50232026-09-11T20:26:25.716Z[ host-image] Sep 11 20:26:24.651 INFO O| Sep 11 20:26:24.651 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
50242026-09-11T20:26:25.716Z[ host-image] Sep 11 20:26:24.651 INFO O| Sep 11 20:26:24.651 INFO skip step because feature "stress" is not enabled
50252026-09-11T20:26:25.716Z[ host-image] Sep 11 20:26:24.651 INFO O| Sep 11 20:26:24.651 INFO STEP 19: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
50262026-09-11T20:26:25.717Z[ host-image] Sep 11 20:26:24.651 INFO O| Sep 11 20:26:24.651 INFO skip step because feature "compliance" is not enabled
50272026-09-11T20:26:25.717Z[ host-image] Sep 11 20:26:24.651 INFO O| Sep 11 20:26:24.651 INFO STEP 20: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
50282026-09-11T20:26:25.717Z[ host-image] Sep 11 20:26:24.651 INFO O| Sep 11 20:26:24.651 INFO skip step because feature "nfs" is not enabled
50292026-09-11T20:26:25.717Z[ host-image] Sep 11 20:26:24.651 INFO O| Sep 11 20:26:24.651 INFO creating output snapshot rpool/images/build/host/work/sled/ramdisk@os
50302026-09-11T20:26:25.717Z[ host-image] Sep 11 20:26:24.651 INFO O| Sep 11 20:26:24.651 INFO CREATE SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@os
50312026-09-11T20:26:25.766Z[verify-libraries] Compiling rand_seeder v0.4.0
50322026-09-11T20:26:25.769Z[verify-libraries] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
50332026-09-11T20:26:25.769Z[verify-libraries] Compiling diff v0.1.13
50342026-09-11T20:26:25.859Z[verify-libraries] Compiling bit-vec v0.6.3
50352026-09-11T20:26:25.943Z[ host-image] Sep 11 20:26:24.879 INFO O| Sep 11 20:26:24.879 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/ramdisk-01-os
50362026-09-11T20:26:25.962Z[verify-libraries] Compiling tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
50372026-09-11T20:26:26.046Z[verify-libraries] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
50382026-09-11T20:26:26.074Z[ host-image] Sep 11 20:26:25.012 INFO O| Sep 11 20:26:25.012 INFO completed processing sled/ramdisk-01-os
50392026-09-11T20:26:26.077Z[ host-image] Sep 11 20:26:25.014 INFO omicron1 baseline generation...
50402026-09-11T20:26:26.078Z[ host-image] Sep 11 20:26:25.014 INFO exec: ["/usr/lib/brand/omicron1/baseline", "-R", "/rpool/images/build/host/work/sled/ramdisk", "/work/oxidecomputer/helios/tmp/image.host/omicron1"], pwd: None
50412026-09-11T20:26:26.172Z[verify-libraries] Compiling bit-set v0.5.3
50422026-09-11T20:26:26.247Z[verify-libraries] Compiling camino-tempfile-ext v0.3.3
50432026-09-11T20:26:26.277Z[verify-libraries] Compiling ascii-canvas v3.0.0
50442026-09-11T20:26:26.459Z[ host-image] Sep 11 20:26:25.390 INFO O| incorp = pkg://helios/consolidation/osnet/osnet-incorporation@0.5.11-3.0.24250:20260908T193510Z
50452026-09-11T20:26:26.477Z[verify-libraries] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
50462026-09-11T20:26:26.530Z[verify-libraries] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
50472026-09-11T20:26:26.654Z[verify-libraries] Compiling itertools v0.10.5
50482026-09-11T20:26:26.723Z[verify-libraries] Compiling ena v0.14.4
50492026-09-11T20:26:26.831Z[verify-libraries] Compiling libloading v0.8.9
50502026-09-11T20:26:26.991Z[verify-libraries] Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
50512026-09-11T20:26:27.124Z[verify-libraries] Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
50522026-09-11T20:26:27.225Z[verify-libraries] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
50532026-09-11T20:26:27.623Z[verify-libraries] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
50542026-09-11T20:26:27.786Z[ recovery-image] Sep 11 20:26:26.723 INFO O| Sep 11 20:26:26.723 INFO O| Planning: Solver setup ... Done
50552026-09-11T20:26:27.858Z[verify-libraries] Compiling regex-syntax v0.6.29
50562026-09-11T20:26:27.927Z[verify-libraries] Compiling bindgen v0.71.1
50572026-09-11T20:26:28.153Z[ recovery-image] Sep 11 20:26:27.090 INFO O| Sep 11 20:26:27.090 INFO O| Planning: Running solver ... Done
50582026-09-11T20:26:28.218Z[ recovery-image] Sep 11 20:26:27.156 INFO O| Sep 11 20:26:27.156 INFO O| Planning: Finding local manifests ... Done
50592026-09-11T20:26:28.290Z[ recovery-image] Sep 11 20:26:27.227 INFO O| Sep 11 20:26:27.227 INFO O| Planning: Fetching manifests: 0/130 0% complete
50602026-09-11T20:26:29.063Z[verify-libraries] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
50612026-09-11T20:26:29.213Z[verify-libraries] Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
50622026-09-11T20:26:29.476Z[verify-libraries] Compiling lalrpop v0.19.12
50632026-09-11T20:26:29.614Z[verify-libraries] Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
50642026-09-11T20:26:30.370Z[verify-libraries] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
50652026-09-11T20:26:30.436Z[verify-libraries] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
50662026-09-11T20:26:30.840Z[verify-libraries] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
50672026-09-11T20:26:30.949Z[verify-libraries] Compiling diesel v2.3.7
50682026-09-11T20:26:30.953Z[verify-libraries] Compiling cexpr v0.6.0
50692026-09-11T20:26:31.614Z[verify-libraries] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
50702026-09-11T20:26:31.928Z[verify-libraries] Compiling pem-rfc7468 v1.0.0
50712026-09-11T20:26:31.963Z[ recovery-image] Sep 11 20:26:30.901 INFO O| Sep 11 20:26:30.901 INFO O| Planning: Fetching manifests: 130/130 100% complete
50722026-09-11T20:26:32.111Z[verify-libraries] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
50732026-09-11T20:26:32.286Z[verify-libraries] Compiling rustc-hash v2.1.1
50742026-09-11T20:26:32.338Z[verify-libraries] Compiling rfc6979 v0.4.0
50752026-09-11T20:26:32.383Z[verify-libraries] Compiling libxml v0.3.3
50762026-09-11T20:26:32.434Z[verify-libraries] Compiling proc-macro-error-attr2 v2.0.0
50772026-09-11T20:26:32.437Z[verify-libraries] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
50782026-09-11T20:26:32.571Z[ recovery-image] Sep 11 20:26:31.508 INFO O| Sep 11 20:26:31.508 INFO O| Planning: Package planning ... Done
50792026-09-11T20:26:32.573Z[verify-libraries] Compiling ecdsa v0.16.9
50802026-09-11T20:26:32.728Z[ recovery-image] Sep 11 20:26:31.662 INFO O| Sep 11 20:26:31.662 INFO O| Planning: Merging actions ... Done
50812026-09-11T20:26:32.790Z[verify-libraries] Compiling primeorder v0.13.6
50822026-09-11T20:26:32.794Z[ recovery-image] Sep 11 20:26:31.731 INFO O| Sep 11 20:26:31.731 INFO O| Planning: Checking for conflicting actions ... Done
50832026-09-11T20:26:32.852Z[ recovery-image] Sep 11 20:26:31.789 INFO O| Sep 11 20:26:31.788 INFO O| Planning: Consolidating action changes ... Done
50842026-09-11T20:26:32.866Z[verify-libraries] Compiling strum_macros v0.24.3
50852026-09-11T20:26:32.894Z[verify-libraries] Compiling hashbrown v0.14.5
50862026-09-11T20:26:32.989Z[ recovery-image] Sep 11 20:26:31.925 INFO O| Sep 11 20:26:31.925 INFO O| Planning: Evaluating mediators ... Done
50872026-09-11T20:26:33.016Z[verify-libraries] Compiling proc-macro-error2 v2.0.1
50882026-09-11T20:26:33.124Z[verify-libraries] Compiling universal-hash v0.6.1
50892026-09-11T20:26:33.151Z[verify-libraries] Compiling fxhash v0.2.1
50902026-09-11T20:26:33.360Z[verify-libraries] Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
50912026-09-11T20:26:33.427Z[verify-libraries] Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
50922026-09-11T20:26:33.459Z[verify-libraries] Compiling salty v0.3.0
50932026-09-11T20:26:33.517Z[verify-libraries] Compiling indoc v1.0.9
50942026-09-11T20:26:33.590Z[verify-libraries] Compiling knus-derive v3.4.0
50952026-09-11T20:26:33.590Z[verify-libraries] Compiling chumsky v0.9.3
50962026-09-11T20:26:33.593Z[verify-libraries] Compiling p384 v0.13.1
50972026-09-11T20:26:34.016Z[verify-libraries] Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
50982026-09-11T20:26:34.158Z[verify-libraries] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
50992026-09-11T20:26:34.455Z[verify-libraries] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
51002026-09-11T20:26:34.485Z[verify-libraries] Compiling oso-derive v0.27.3
51012026-09-11T20:26:34.518Z[verify-libraries] Compiling quick-xml v0.37.5
51022026-09-11T20:26:34.550Z[ recovery-image] Sep 11 20:26:33.487 INFO O| Sep 11 20:26:33.487 INFO O| Planning: Planning completed in 10.09 seconds
51032026-09-11T20:26:34.553Z[ recovery-image] Sep 11 20:26:33.490 INFO O| Sep 11 20:26:33.489 INFO O| Packages to install: 130
51042026-09-11T20:26:34.553Z[ recovery-image] Sep 11 20:26:33.490 INFO O| Sep 11 20:26:33.490 INFO O| Mediators to change: 5
51052026-09-11T20:26:34.553Z[ recovery-image] Sep 11 20:26:33.490 INFO O| Sep 11 20:26:33.490 INFO O| Services to change: 5
51062026-09-11T20:26:34.558Z[verify-libraries] Compiling impl-trait-for-tuples v0.2.3
51072026-09-11T20:26:34.581Z[ recovery-image] Sep 11 20:26:33.519 INFO O| Sep 11 20:26:33.519 INFO O| Download: 0/16683 items 0.0/200.2MB 0% complete
51082026-09-11T20:26:34.960Z[verify-libraries] Compiling openssl-probe v0.1.6
51092026-09-11T20:26:35.058Z[verify-libraries] Compiling polyval v0.7.1
51102026-09-11T20:26:35.116Z[verify-libraries] Compiling der v0.8.0
51112026-09-11T20:26:35.156Z[verify-libraries] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
51122026-09-11T20:26:35.203Z[verify-libraries] Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
51132026-09-11T20:26:35.279Z[verify-libraries] Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
51142026-09-11T20:26:35.344Z[verify-libraries] Compiling knus v3.4.0
51152026-09-11T20:26:35.540Z[verify-libraries] Compiling git-stub v1.0.0
51162026-09-11T20:26:35.594Z[verify-libraries] Compiling kstat-rs v0.2.5
51172026-09-11T20:26:35.945Z[verify-libraries] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
51182026-09-11T20:26:36.105Z[verify-libraries] Compiling trait-variant v0.1.2
51192026-09-11T20:26:36.158Z[verify-libraries] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
51202026-09-11T20:26:36.222Z[verify-libraries] Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d)
51212026-09-11T20:26:36.394Z[verify-libraries] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
51222026-09-11T20:26:36.431Z[verify-libraries] Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
51232026-09-11T20:26:36.434Z[verify-libraries] Compiling git-stub-vcs v0.1.0
51242026-09-11T20:26:36.559Z[verify-libraries] Compiling ghash v0.6.0
51252026-09-11T20:26:36.611Z[verify-libraries] Compiling aes v0.9.1
51262026-09-11T20:26:36.847Z[verify-libraries] Compiling crypto-bigint v0.7.5
51272026-09-11T20:26:36.878Z[verify-libraries] Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
51282026-09-11T20:26:36.957Z[verify-libraries] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
51292026-09-11T20:26:37.005Z[verify-libraries] Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
51302026-09-11T20:26:37.048Z[verify-libraries] Compiling pbkdf2 v0.13.0
51312026-09-11T20:26:37.349Z[verify-libraries] Compiling bb8 v0.8.6
51322026-09-11T20:26:37.376Z[verify-libraries] Compiling ctr v0.10.1
51332026-09-11T20:26:37.424Z[verify-libraries] Compiling aead v0.6.1
51342026-09-11T20:26:37.670Z[verify-libraries] Compiling parking_lot_core v0.8.6
51352026-09-11T20:26:37.708Z[verify-libraries] Compiling aes-gcm v0.11.0
51362026-09-11T20:26:37.786Z[verify-libraries] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
51372026-09-11T20:26:37.862Z[verify-libraries] Compiling spki v0.8.0
51382026-09-11T20:26:37.977Z[verify-libraries] Compiling mime_guess v2.0.5
51392026-09-11T20:26:38.114Z[verify-libraries] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
51402026-09-11T20:26:38.151Z[verify-libraries] Compiling salsa20 v0.11.0
51412026-09-11T20:26:38.212Z[verify-libraries] Compiling nanorand v0.7.0
51422026-09-11T20:26:38.396Z[verify-libraries] Compiling scrypt v0.12.0
51432026-09-11T20:26:38.598Z[verify-libraries] Compiling flume v0.11.1
51442026-09-11T20:26:38.621Z[verify-libraries] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
51452026-09-11T20:26:38.666Z[verify-libraries] Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
51462026-09-11T20:26:38.715Z[verify-libraries] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
51472026-09-11T20:26:38.794Z[verify-libraries] Compiling cbc v0.2.1
51482026-09-11T20:26:38.838Z[verify-libraries] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e)
51492026-09-11T20:26:38.895Z[verify-libraries] Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
51502026-09-11T20:26:39.003Z[verify-libraries] Compiling corncobs v0.1.4
51512026-09-11T20:26:39.064Z[verify-libraries] Compiling http-range v0.1.5
51522026-09-11T20:26:39.160Z[verify-libraries] Compiling nonempty v0.12.0
51532026-09-11T20:26:39.299Z[verify-libraries] Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
51542026-09-11T20:26:39.393Z[verify-libraries] Compiling pkcs5 v0.8.1
51552026-09-11T20:26:39.467Z[verify-libraries] Compiling parking_lot v0.11.2
51562026-09-11T20:26:39.470Z[verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
51572026-09-11T20:26:39.529Z[verify-libraries] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
51582026-09-11T20:26:39.566Z[verify-libraries] Compiling prefix-trie v0.7.0
51592026-09-11T20:26:39.581Z[ recovery-image] Sep 11 20:26:38.519 INFO O| Sep 11 20:26:38.519 INFO O| Download: 7732/16683 items 82.9/200.2MB 41% complete (16.6M/s)
51602026-09-11T20:26:39.882Z[verify-libraries] Compiling secrecy v0.8.0
51612026-09-11T20:26:40.044Z[verify-libraries] Compiling hickory-server v0.25.2
51622026-09-11T20:26:40.071Z[verify-libraries] Compiling hyper-staticfile v0.10.1
51632026-09-11T20:26:40.071Z[verify-libraries] Compiling pkcs8 v0.11.0
51642026-09-11T20:26:40.156Z[verify-libraries] Compiling sled v0.34.7
51652026-09-11T20:26:40.159Z[verify-libraries] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
51662026-09-11T20:26:40.339Z[verify-libraries] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
51672026-09-11T20:26:40.663Z[verify-libraries] Compiling ff v0.14.0
51682026-09-11T20:26:40.749Z[verify-libraries] Compiling libz-sys v1.1.24
51692026-09-11T20:26:40.800Z[verify-libraries] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
51702026-09-11T20:26:40.861Z[verify-libraries] Compiling group v0.14.0
51712026-09-11T20:26:40.927Z[verify-libraries] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#878a31ea)
51722026-09-11T20:26:41.225Z[verify-libraries] Compiling signature v3.0.0
51732026-09-11T20:26:41.396Z[verify-libraries] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#878a31ea)
51742026-09-11T20:26:41.475Z[verify-libraries] Compiling base16ct v1.0.0
51752026-09-11T20:26:41.576Z[verify-libraries] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
51762026-09-11T20:26:41.637Z[verify-libraries] Compiling instability v0.3.11
51772026-09-11T20:26:41.817Z[verify-libraries] Compiling sec1 v0.8.1
51782026-09-11T20:26:41.863Z[verify-libraries] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=ff9f27aa0d6ef6fb64c349890b6e3c242ea3d8fc#ff9f27aa)
51792026-09-11T20:26:41.889Z[verify-libraries] Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
51802026-09-11T20:26:42.040Z[verify-libraries] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#878a31ea)
51812026-09-11T20:26:42.091Z[verify-libraries] Compiling scuffle v0.1.0
51822026-09-11T20:26:42.193Z[verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
51832026-09-11T20:26:42.273Z[verify-libraries] Compiling hkdf v0.13.0
51842026-09-11T20:26:42.384Z[verify-libraries] Compiling libgit2-sys v0.18.3+1.9.2
51852026-09-11T20:26:42.535Z[verify-libraries] Compiling castaway v0.2.4
51862026-09-11T20:26:42.569Z[verify-libraries] Compiling indoc v2.0.7
51872026-09-11T20:26:42.764Z[verify-libraries] Compiling compact_str v0.8.1
51882026-09-11T20:26:42.768Z[verify-libraries] Compiling elliptic-curve v0.14.1
51892026-09-11T20:26:43.093Z[verify-libraries] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
51902026-09-11T20:26:43.143Z[verify-libraries] Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
51912026-09-11T20:26:43.614Z[verify-libraries] Compiling sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
51922026-09-11T20:26:44.288Z[verify-libraries] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=ff9f27aa0d6ef6fb64c349890b6e3c242ea3d8fc#ff9f27aa)
51932026-09-11T20:26:44.572Z[verify-libraries] Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
51942026-09-11T20:26:44.582Z[ recovery-image] Sep 11 20:26:43.520 INFO O| Sep 11 20:26:43.520 INFO O| Download: 16415/16683 items 194.2/200.2MB 96% complete (19.5M/s)
51952026-09-11T20:26:44.761Z[verify-libraries] Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
51962026-09-11T20:26:44.954Z[ recovery-image] Sep 11 20:26:43.892 INFO O| Sep 11 20:26:43.892 INFO O| Download: Completed 200.24 MB in 10.37 seconds (19.2M/s)
51972026-09-11T20:26:45.064Z[verify-libraries] Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
51982026-09-11T20:26:45.267Z[ recovery-image] Sep 11 20:26:44.204 INFO O| Sep 11 20:26:44.204 INFO O| Actions: 1/27596 actions (Installing new actions)
51992026-09-11T20:26:45.356Z[verify-libraries] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
52002026-09-11T20:26:45.390Z[verify-libraries] Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
52012026-09-11T20:26:45.465Z[verify-libraries] Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
52022026-09-11T20:26:45.468Z[verify-libraries] Compiling lru v0.12.5
52032026-09-11T20:26:45.812Z[verify-libraries] Compiling unicode-truncate v1.1.0
52042026-09-11T20:26:45.886Z[verify-libraries] Compiling arc-swap v1.8.2
52052026-09-11T20:26:45.922Z[verify-libraries] Compiling cassowary v0.3.0
52062026-09-11T20:26:46.097Z[verify-libraries] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
52072026-09-11T20:26:46.387Z[verify-libraries] Compiling slog-scope v4.4.1
52082026-09-11T20:26:46.436Z[verify-libraries] Compiling ratatui v0.29.0
52092026-09-11T20:26:46.731Z[verify-libraries] Compiling wnaf v0.14.0
52102026-09-11T20:26:46.762Z[verify-libraries] Compiling primefield v0.14.0
52112026-09-11T20:26:46.987Z[verify-libraries] Compiling rfc6979 v0.6.0
52122026-09-11T20:26:47.044Z[verify-libraries] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
52132026-09-11T20:26:47.090Z[verify-libraries] Compiling progenitor-impl v0.13.0
52142026-09-11T20:26:47.224Z[verify-libraries] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
52152026-09-11T20:26:47.601Z[verify-libraries] Compiling signal-hook-tokio v0.3.1
52162026-09-11T20:26:47.854Z[verify-libraries] Compiling sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common)
52172026-09-11T20:26:47.933Z[verify-libraries] Compiling vergen-git2 v9.1.0
52182026-09-11T20:26:48.226Z[verify-libraries] Compiling strsim v0.10.0
52192026-09-11T20:26:48.417Z[verify-libraries] Compiling ecdsa v0.17.0
52202026-09-11T20:26:48.676Z[verify-libraries] Compiling darling_core v0.13.4
52212026-09-11T20:26:48.784Z[verify-libraries] Compiling primeorder v0.14.0
52222026-09-11T20:26:49.145Z[verify-libraries] Compiling async-bb8-diesel v0.2.1
52232026-09-11T20:26:49.176Z[verify-libraries] Compiling diesel-dtrace v0.5.0
52242026-09-11T20:26:49.417Z[verify-libraries] Compiling slog-stdlog v4.1.1
52252026-09-11T20:26:49.584Z[verify-libraries] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
52262026-09-11T20:26:49.609Z[verify-libraries] Compiling tungstenite v0.23.0
52272026-09-11T20:26:49.677Z[verify-libraries] Compiling progenitor-client v0.13.0
52282026-09-11T20:26:49.736Z[verify-libraries] Compiling console v0.16.2
52292026-09-11T20:26:50.106Z[verify-libraries] Compiling curve25519-dalek v5.0.0
52302026-09-11T20:26:50.170Z[verify-libraries] Compiling libsw-core v0.3.2
52312026-09-11T20:26:50.249Z[verify-libraries] Compiling progenitor-macro v0.13.0
52322026-09-11T20:26:50.267Z[ recovery-image] Sep 11 20:26:49.204 INFO O| Sep 11 20:26:49.204 INFO O| Actions: 20484/27596 actions (Installing new actions)
52332026-09-11T20:26:50.354Z[verify-libraries] Compiling assert_matches v1.5.0
52342026-09-11T20:26:50.415Z[verify-libraries] Compiling void v1.0.2
52352026-09-11T20:26:50.478Z[verify-libraries] Compiling unit-prefix v0.5.2
52362026-09-11T20:26:50.491Z[verify-libraries] Compiling libsw v3.5.0
52372026-09-11T20:26:50.543Z[verify-libraries] Compiling tokio-tungstenite v0.23.1
52382026-09-11T20:26:50.693Z[verify-libraries] Compiling indicatif v0.18.4
52392026-09-11T20:26:50.728Z[verify-libraries] Compiling lzss v0.8.2
52402026-09-11T20:26:50.765Z[verify-libraries] Compiling slog-envlogger v2.2.0
52412026-09-11T20:26:50.789Z[verify-libraries] Compiling ssh-encoding v0.3.0
52422026-09-11T20:26:50.884Z[verify-libraries] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
52432026-09-11T20:26:50.965Z[verify-libraries] Compiling darling_macro v0.13.4
52442026-09-11T20:26:50.985Z[verify-libraries] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
52452026-09-11T20:26:51.061Z[verify-libraries] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
52462026-09-11T20:26:51.238Z[verify-libraries] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
52472026-09-11T20:26:51.271Z[verify-libraries] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
52482026-09-11T20:26:51.396Z[ recovery-image] Sep 11 20:26:50.333 INFO O| Sep 11 20:26:50.333 INFO O| Actions: Completed 27596 actions in 6.13 seconds.
52492026-09-11T20:26:51.483Z[ recovery-image] Sep 11 20:26:50.421 INFO O| Sep 11 20:26:50.421 INFO O| Finalize: Updating package state database ... Done
52502026-09-11T20:26:51.483Z[ recovery-image] Sep 11 20:26:50.421 INFO O| Sep 11 20:26:50.421 INFO O| Finalize: Updating package cache ... Done
52512026-09-11T20:26:51.562Z[verify-libraries] Compiling tlvc v0.4.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#7a96eab9)
52522026-09-11T20:26:51.616Z[verify-libraries] Compiling nix v0.27.1
52532026-09-11T20:26:51.619Z[verify-libraries] Compiling colored v2.2.0
52542026-09-11T20:26:51.625Z[ recovery-image] Sep 11 20:26:50.563 INFO O| Sep 11 20:26:50.563 INFO O| Finalize: Updating image state ... Done
52552026-09-11T20:26:51.674Z[verify-libraries] Compiling blake3 v1.8.5
52562026-09-11T20:26:51.724Z[verify-libraries] Compiling serde_bytes v0.11.19
52572026-09-11T20:26:51.945Z[verify-libraries] Compiling keccak v0.2.0
52582026-09-11T20:26:52.098Z[verify-libraries] Compiling shell-words v1.1.1
52592026-09-11T20:26:52.246Z[verify-libraries] Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=438cd185666d5f164548885873f0f5df9a38eed1#438cd185)
52602026-09-11T20:26:52.276Z[verify-libraries] Compiling darling v0.13.4
52612026-09-11T20:26:52.477Z[verify-libraries] Compiling oxide-update-engine-display v0.1.2
52622026-09-11T20:26:52.502Z[verify-libraries] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
52632026-09-11T20:26:52.521Z[ recovery-image] Sep 11 20:26:51.458 INFO O| Sep 11 20:26:51.458 INFO O| Finalize: Creating fast lookup database ... Done
52642026-09-11T20:26:52.549Z[ recovery-image] Sep 11 20:26:51.485 INFO O| Sep 11 20:26:51.485 INFO O| Finalize: Reading search index ... Done
52652026-09-11T20:26:52.815Z[verify-libraries] Compiling ed25519 v3.0.0
52662026-09-11T20:26:52.899Z[verify-libraries] Compiling crypto-primes v0.7.2
52672026-09-11T20:26:53.043Z[verify-libraries] Compiling pkcs1 v0.8.0-rc.4
52682026-09-11T20:26:53.443Z[verify-libraries] Compiling poly1305 v0.9.0
52692026-09-11T20:26:53.550Z[verify-libraries] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
52702026-09-11T20:26:53.596Z[verify-libraries] Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
52712026-09-11T20:26:53.716Z[verify-libraries] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
52722026-09-11T20:26:54.044Z[verify-libraries] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
52732026-09-11T20:26:54.094Z[verify-libraries] Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
52742026-09-11T20:26:54.128Z[verify-libraries] Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
52752026-09-11T20:26:54.207Z[verify-libraries] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
52762026-09-11T20:26:54.333Z[verify-libraries] Compiling blowfish v0.10.0
52772026-09-11T20:26:54.373Z[ recovery-image] Sep 11 20:26:53.311 INFO O| Sep 11 20:26:53.311 INFO O| Finalize: Building new search index ... Done
52782026-09-11T20:26:54.406Z[verify-libraries] Compiling blake2 v0.11.0-rc.6
52792026-09-11T20:26:54.465Z[verify-libraries] Compiling petname v2.0.2
52802026-09-11T20:26:54.517Z[verify-libraries] Compiling constant_time_eq v0.4.2
52812026-09-11T20:26:54.652Z[verify-libraries] Compiling arrayref v0.3.9
52822026-09-11T20:26:54.742Z[verify-libraries] Compiling arrayvec v0.7.6
52832026-09-11T20:26:54.751Z[ recovery-image] Sep 11 20:26:53.689 INFO O| Sep 11 20:26:53.689 INFO O| Finalize: Updating package cache ... Done
52842026-09-11T20:26:54.894Z[verify-libraries] Compiling argon2 v0.6.0-rc.8
52852026-09-11T20:26:54.969Z[verify-libraries] Compiling bcrypt-pbkdf v0.11.0
52862026-09-11T20:26:55.154Z[ recovery-image] Sep 11 20:26:54.091 INFO O| Sep 11 20:26:54.091 INFO STEP 11 (pkg_install) COMPLETE
52872026-09-11T20:26:55.154Z[ recovery-image] Sep 11 20:26:54.092 INFO O| Sep 11 20:26:54.091 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
52882026-09-11T20:26:55.157Z[ recovery-image] Sep 11 20:26:54.092 INFO O| Sep 11 20:26:54.091 INFO skip step because feature "recovery" is enabled
52892026-09-11T20:26:55.157Z[ recovery-image] Sep 11 20:26:54.092 INFO O| Sep 11 20:26:54.091 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
52902026-09-11T20:26:55.157Z[ recovery-image] Sep 11 20:26:54.092 INFO O| Sep 11 20:26:54.091 INFO skip step because feature "omicron1" is not enabled
52912026-09-11T20:26:55.157Z[ recovery-image] Sep 11 20:26:54.092 INFO O| Sep 11 20:26:54.091 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
52922026-09-11T20:26:55.164Z[ recovery-image] Sep 11 20:26:54.103 INFO O| Sep 11 20:26:54.102 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "install", "/driver/network/opte@0.41.506"]
52932026-09-11T20:26:55.232Z[verify-libraries] Compiling rsa v0.10.0-rc.18
52942026-09-11T20:26:55.334Z[verify-libraries] Compiling ssh-cipher v0.3.0
52952026-09-11T20:26:55.400Z[verify-libraries] Compiling ed25519-dalek v3.0.0
52962026-09-11T20:26:55.475Z[verify-libraries] Compiling serde_with_macros v1.5.2
52972026-09-11T20:26:55.799Z[verify-libraries] Compiling sha3 v0.11.0
52982026-09-11T20:26:55.920Z[verify-libraries] Compiling progenitor v0.13.0
52992026-09-11T20:26:56.004Z[verify-libraries] Compiling p256 v0.14.0
53002026-09-11T20:26:56.052Z[verify-libraries] Compiling p384 v0.14.0
53012026-09-11T20:26:56.161Z[verify-libraries] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
53022026-09-11T20:26:56.186Z[verify-libraries] Compiling p521 v0.14.0
53032026-09-11T20:26:56.334Z[verify-libraries] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
53042026-09-11T20:26:56.360Z[verify-libraries] Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
53052026-09-11T20:26:56.580Z[verify-libraries] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
53062026-09-11T20:26:56.619Z[verify-libraries] Compiling twox-hash v2.1.2
53072026-09-11T20:26:56.946Z[verify-libraries] Compiling kem v0.3.0
53082026-09-11T20:26:57.227Z[verify-libraries] Compiling module-lattice v0.2.3
53092026-09-11T20:26:57.264Z[verify-libraries] Compiling atty v0.2.14
53102026-09-11T20:26:57.264Z[verify-libraries] Compiling rtoolbox v0.0.3
53112026-09-11T20:26:57.305Z[verify-libraries] Compiling topological-sort v0.2.2
53122026-09-11T20:26:57.460Z[verify-libraries] Compiling sponge-cursor v0.1.0
53132026-09-11T20:26:57.524Z[verify-libraries] Compiling ml-kem v0.3.2
53142026-09-11T20:26:57.560Z[verify-libraries] Compiling omicron-zone-package v0.12.3
53152026-09-11T20:26:57.583Z[verify-libraries] Compiling rpassword v7.5.4
53162026-09-11T20:26:57.666Z[verify-libraries] Compiling sha3 v0.12.0
53172026-09-11T20:26:58.034Z[verify-libraries] Compiling serde_with v1.14.0
53182026-09-11T20:26:58.318Z[verify-libraries] Compiling russh-cryptovec v0.62.0
53192026-09-11T20:26:58.616Z[verify-libraries] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
53202026-09-11T20:26:58.662Z[verify-libraries] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
53212026-09-11T20:26:58.684Z[verify-libraries] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
53222026-09-11T20:26:58.852Z[verify-libraries] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
53232026-09-11T20:26:59.363Z[verify-libraries] Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
53242026-09-11T20:27:00.297Z[verify-libraries] Compiling sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
53252026-09-11T20:27:00.532Z[verify-libraries] Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
53262026-09-11T20:27:00.579Z[verify-libraries] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
53272026-09-11T20:27:01.035Z[ recovery-image] Sep 11 20:26:59.973 INFO O| Sep 11 20:26:59.973 INFO O| Startup: Refreshing catalog 'helios' ... Done
53282026-09-11T20:27:01.638Z[ recovery-image] Sep 11 20:27:00.576 INFO O| Sep 11 20:27:00.575 INFO O| Startup: Caching catalogs ... Done
53292026-09-11T20:27:02.038Z[verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
53302026-09-11T20:27:02.100Z[verify-libraries] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
53312026-09-11T20:27:02.254Z[ recovery-image] Sep 11 20:27:01.191 INFO O| Sep 11 20:27:01.191 INFO O| Planning: Solver setup ... Done
53322026-09-11T20:27:02.258Z[ recovery-image] Sep 11 20:27:01.196 INFO O| Sep 11 20:27:01.196 INFO O| Planning: Running solver ... Done
53332026-09-11T20:27:02.276Z[ recovery-image] Sep 11 20:27:01.213 INFO O| Sep 11 20:27:01.213 INFO O| Planning: Finding local manifests ... Done
53342026-09-11T20:27:02.323Z[ recovery-image] Sep 11 20:27:01.261 INFO O| Sep 11 20:27:01.261 INFO O| Planning: Fetching manifests: 0/1 0% complete
53352026-09-11T20:27:02.329Z[ recovery-image] Sep 11 20:27:01.267 INFO O| Sep 11 20:27:01.267 INFO O| Planning: Fetching manifests: 1/1 100% complete
53362026-09-11T20:27:02.360Z[ recovery-image] Sep 11 20:27:01.296 INFO O| Sep 11 20:27:01.296 INFO O| Planning: Package planning ... Done
53372026-09-11T20:27:02.363Z[ recovery-image] Sep 11 20:27:01.296 INFO O| Sep 11 20:27:01.296 INFO O| Planning: Merging actions ... Done
53382026-09-11T20:27:02.384Z[ recovery-image] Sep 11 20:27:01.322 INFO O| Sep 11 20:27:01.322 INFO O| Planning: Checking for conflicting actions ... Done
53392026-09-11T20:27:02.387Z[ recovery-image] Sep 11 20:27:01.322 INFO O| Sep 11 20:27:01.322 INFO O| Planning: Consolidating action changes ... Done
53402026-09-11T20:27:02.493Z[ recovery-image] Sep 11 20:27:01.431 INFO O| Sep 11 20:27:01.431 INFO O| Planning: Evaluating mediators ... Done
53412026-09-11T20:27:02.496Z[ recovery-image] Sep 11 20:27:01.431 INFO O| Sep 11 20:27:01.431 INFO O| Planning: Planning completed in 0.84 seconds
53422026-09-11T20:27:02.496Z[ recovery-image] Sep 11 20:27:01.432 INFO O| Sep 11 20:27:01.432 INFO O| Packages to install: 1
53432026-09-11T20:27:02.506Z[ recovery-image] Sep 11 20:27:01.444 INFO O| Sep 11 20:27:01.444 INFO O| Download: 0/4 items 0.0/13.3MB 0% complete
53442026-09-11T20:27:02.543Z[verify-libraries] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
53452026-09-11T20:27:02.762Z[ recovery-image] Sep 11 20:27:01.700 INFO O| Sep 11 20:27:01.700 INFO O| Download: Completed 13.27 MB in 0.26 seconds (51.9M/s)
53462026-09-11T20:27:02.782Z[ recovery-image] Sep 11 20:27:01.720 INFO O| Sep 11 20:27:01.720 INFO O| Actions: 1/22 actions (Installing new actions)
53472026-09-11T20:27:03.037Z[ recovery-image] Sep 11 20:27:01.974 INFO O| Sep 11 20:27:01.974 INFO O| Actions: Completed 22 actions in 0.25 seconds.
53482026-09-11T20:27:03.099Z[ recovery-image] Sep 11 20:27:02.036 INFO O| Sep 11 20:27:02.036 INFO O| Finalize: Updating package state database ... Done
53492026-09-11T20:27:03.099Z[ recovery-image] Sep 11 20:27:02.037 INFO O| Sep 11 20:27:02.036 INFO O| Finalize: Updating package cache ... Done
53502026-09-11T20:27:03.261Z[ recovery-image] Sep 11 20:27:02.199 INFO O| Sep 11 20:27:02.199 INFO O| Finalize: Updating image state ... Done
53512026-09-11T20:27:03.346Z[verify-libraries] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
53522026-09-11T20:27:03.663Z[verify-libraries] Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
53532026-09-11T20:27:04.063Z[ recovery-image] Sep 11 20:27:03.001 INFO O| Sep 11 20:27:03.001 INFO O| Finalize: Creating fast lookup database ... Done
53542026-09-11T20:27:04.080Z[ recovery-image] Sep 11 20:27:03.018 INFO O| Sep 11 20:27:03.018 INFO O| Finalize: Reading search index ... Done
53552026-09-11T20:27:04.080Z[ recovery-image] Sep 11 20:27:03.018 INFO O| Sep 11 20:27:03.018 INFO O| Finalize: Updating search index ... Done
53562026-09-11T20:27:04.090Z[ recovery-image] Sep 11 20:27:03.028 INFO O| Sep 11 20:27:03.028 INFO O| Finalize: Updating package cache ... Done
53572026-09-11T20:27:04.354Z[verify-libraries] Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
53582026-09-11T20:27:04.407Z[ recovery-image] Sep 11 20:27:03.344 INFO O| Sep 11 20:27:03.344 INFO STEP 14 (pkg_install) COMPLETE
53592026-09-11T20:27:04.407Z[ recovery-image] Sep 11 20:27:03.345 INFO O| Sep 11 20:27:03.344 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
53602026-09-11T20:27:04.407Z[ recovery-image] Sep 11 20:27:03.345 INFO O| Sep 11 20:27:03.344 INFO skip step because feature "mbist" is not enabled
53612026-09-11T20:27:04.410Z[ recovery-image] Sep 11 20:27:03.345 INFO O| Sep 11 20:27:03.344 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
53622026-09-11T20:27:04.410Z[ recovery-image] Sep 11 20:27:03.345 INFO O| Sep 11 20:27:03.344 INFO skip step because feature "mfg" is not enabled
53632026-09-11T20:27:04.410Z[ recovery-image] Sep 11 20:27:03.345 INFO O| Sep 11 20:27:03.344 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
53642026-09-11T20:27:04.410Z[ recovery-image] Sep 11 20:27:03.345 INFO O| Sep 11 20:27:03.344 INFO skip step because feature "compliance" is not enabled
53652026-09-11T20:27:04.410Z[ recovery-image] Sep 11 20:27:03.345 INFO O| Sep 11 20:27:03.344 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
53662026-09-11T20:27:04.410Z[ recovery-image] Sep 11 20:27:03.345 INFO O| Sep 11 20:27:03.344 INFO skip step because feature "stress" is not enabled
53672026-09-11T20:27:04.410Z[ recovery-image] Sep 11 20:27:03.345 INFO O| Sep 11 20:27:03.344 INFO STEP 19: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
53682026-09-11T20:27:04.410Z[ recovery-image] Sep 11 20:27:03.345 INFO O| Sep 11 20:27:03.344 INFO skip step because feature "compliance" is not enabled
53692026-09-11T20:27:04.410Z[ recovery-image] Sep 11 20:27:03.345 INFO O| Sep 11 20:27:03.344 INFO STEP 20: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
53702026-09-11T20:27:04.410Z[ recovery-image] Sep 11 20:27:03.345 INFO O| Sep 11 20:27:03.344 INFO skip step because feature "nfs" is not enabled
53712026-09-11T20:27:04.410Z[ recovery-image] Sep 11 20:27:03.345 INFO O| Sep 11 20:27:03.344 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@os
53722026-09-11T20:27:04.412Z[ recovery-image] Sep 11 20:27:03.345 INFO O| Sep 11 20:27:03.344 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@os
53732026-09-11T20:27:04.912Z[ recovery-image] Sep 11 20:27:03.850 INFO O| Sep 11 20:27:03.849 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
53742026-09-11T20:27:05.052Z[ recovery-image] Sep 11 20:27:03.989 INFO O| Sep 11 20:27:03.989 INFO completed processing sled/ramdisk-01-os
53752026-09-11T20:27:05.056Z[ recovery-image] Sep 11 20:27:03.991 INFO image builder template: ramdisk-02-trim...
53762026-09-11T20:27:05.056Z[ recovery-image] Sep 11 20:27:03.992 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/.tmpxxXox5/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@23.0.0.0", "-F", "optever=0.41.506", "-n", "ramdisk-02-trim"], pwd: None
53772026-09-11T20:27:05.076Z[ recovery-image] Sep 11 20:27:04.013 INFO O| Sep 11 20:27:04.013 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
53782026-09-11T20:27:05.080Z[ recovery-image] Sep 11 20:27:04.018 INFO O| Sep 11 20:27:04.018 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
53792026-09-11T20:27:05.216Z[ recovery-image] Sep 11 20:27:04.137 INFO O| Sep 11 20:27:04.137 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-02-trim: sync = disabled
53802026-09-11T20:27:05.229Z[verify-libraries] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
53812026-09-11T20:27:05.325Z[verify-libraries] Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
53822026-09-11T20:27:05.349Z[ recovery-image] Sep 11 20:27:04.286 INFO O| Sep 11 20:27:04.286 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
53832026-09-11T20:27:05.349Z[ recovery-image] Sep 11 20:27:04.286 INFO O| Sep 11 20:27:04.286 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
53842026-09-11T20:27:05.355Z[ recovery-image] Sep 11 20:27:04.292 INFO O| Sep 11 20:27:04.292 INFO looking for output snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
53852026-09-11T20:27:05.361Z[ recovery-image] Sep 11 20:27:04.297 INFO O| Sep 11 20:27:04.296 INFO looking for input snapshot rpool/images/build/recovery/work/sled/ramdisk@os
53862026-09-11T20:27:05.365Z[ recovery-image] Sep 11 20:27:04.301 INFO O| Sep 11 20:27:04.301 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@os
53872026-09-11T20:27:05.931Z[verify-libraries] Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
53882026-09-11T20:27:05.986Z[verify-libraries] Compiling ssh-key v0.7.0-rc.11
53892026-09-11T20:27:06.063Z[ recovery-image] Sep 11 20:27:05.000 INFO O| Sep 11 20:27:05.000 INFO rolled back to input snapshot; work may begin
53902026-09-11T20:27:06.063Z[ recovery-image] Sep 11 20:27:05.000 INFO O| Sep 11 20:27:05.000 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
53912026-09-11T20:27:06.068Z[ recovery-image] Sep 11 20:27:05.006 INFO O| Sep 11 20:27:05.006 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
53922026-09-11T20:27:06.080Z[ recovery-image] Sep 11 20:27:05.016 INFO O| Sep 11 20:27:05.016 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/var/pkg"
53932026-09-11T20:27:06.122Z[ recovery-image] Sep 11 20:27:05.054 INFO O| Sep 11 20:27:05.054 INFO STEP 0 (remove_files) COMPLETE
53942026-09-11T20:27:06.122Z[ recovery-image] Sep 11 20:27:05.054 INFO O| Sep 11 20:27:05.054 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
53952026-09-11T20:27:06.128Z[ recovery-image] Sep 11 20:27:05.064 INFO O| Sep 11 20:27:05.064 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/xpg4"
53962026-09-11T20:27:06.133Z[ recovery-image] Sep 11 20:27:05.065 INFO O| Sep 11 20:27:05.065 INFO STEP 1 (remove_files) COMPLETE
53972026-09-11T20:27:06.133Z[ recovery-image] Sep 11 20:27:05.065 INFO O| Sep 11 20:27:05.065 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
53982026-09-11T20:27:06.138Z[ recovery-image] Sep 11 20:27:05.075 INFO O| Sep 11 20:27:05.075 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/include"
53992026-09-11T20:27:06.152Z[ recovery-image] Sep 11 20:27:05.089 INFO O| Sep 11 20:27:05.089 INFO STEP 2 (remove_files) COMPLETE
54002026-09-11T20:27:06.152Z[ recovery-image] Sep 11 20:27:05.089 INFO O| Sep 11 20:27:05.089 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54012026-09-11T20:27:06.163Z[ recovery-image] Sep 11 20:27:05.100 INFO O| Sep 11 20:27:05.100 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/demo"
54022026-09-11T20:27:06.166Z[ recovery-image] Sep 11 20:27:05.101 INFO O| Sep 11 20:27:05.101 INFO STEP 3 (remove_files) COMPLETE
54032026-09-11T20:27:06.166Z[ recovery-image] Sep 11 20:27:05.102 INFO O| Sep 11 20:27:05.101 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54042026-09-11T20:27:06.174Z[ recovery-image] Sep 11 20:27:05.112 INFO O| Sep 11 20:27:05.112 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/help"
54052026-09-11T20:27:06.178Z[ recovery-image] Sep 11 20:27:05.115 INFO O| Sep 11 20:27:05.115 INFO STEP 4 (remove_files) COMPLETE
54062026-09-11T20:27:06.178Z[ recovery-image] Sep 11 20:27:05.115 INFO O| Sep 11 20:27:05.115 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54072026-09-11T20:27:06.190Z[ recovery-image] Sep 11 20:27:05.126 INFO O| Sep 11 20:27:05.126 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/doc"
54082026-09-11T20:27:06.190Z[ recovery-image] Sep 11 20:27:05.127 INFO O| Sep 11 20:27:05.127 INFO STEP 5 (remove_files) COMPLETE
54092026-09-11T20:27:06.194Z[ recovery-image] Sep 11 20:27:05.127 INFO O| Sep 11 20:27:05.127 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54102026-09-11T20:27:06.200Z[ recovery-image] Sep 11 20:27:05.138 INFO O| Sep 11 20:27:05.138 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bash-completion"
54112026-09-11T20:27:06.211Z[ recovery-image] Sep 11 20:27:05.148 INFO O| Sep 11 20:27:05.148 INFO STEP 6 (remove_files) COMPLETE
54122026-09-11T20:27:06.211Z[ recovery-image] Sep 11 20:27:05.148 INFO O| Sep 11 20:27:05.148 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54132026-09-11T20:27:06.218Z[ recovery-image] Sep 11 20:27:05.148 INFO O| Sep 11 20:27:05.148 INFO skip step because feature "heliosv2" is not enabled
54142026-09-11T20:27:06.218Z[ recovery-image] Sep 11 20:27:05.148 INFO O| Sep 11 20:27:05.148 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54152026-09-11T20:27:06.218Z[ recovery-image] Sep 11 20:27:05.148 INFO O| Sep 11 20:27:05.148 INFO skip step because feature "recovery" is enabled
54162026-09-11T20:27:06.218Z[ recovery-image] Sep 11 20:27:05.148 INFO O| Sep 11 20:27:05.148 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54172026-09-11T20:27:06.218Z[ recovery-image] Sep 11 20:27:05.148 INFO O| Sep 11 20:27:05.148 INFO skip step because feature "recovery" is enabled
54182026-09-11T20:27:06.218Z[ recovery-image] Sep 11 20:27:05.148 INFO O| Sep 11 20:27:05.148 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54192026-09-11T20:27:06.219Z[ recovery-image] Sep 11 20:27:05.148 INFO O| Sep 11 20:27:05.148 INFO skip step because feature "recovery" is enabled
54202026-09-11T20:27:06.219Z[ recovery-image] Sep 11 20:27:05.148 INFO O| Sep 11 20:27:05.148 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54212026-09-11T20:27:06.224Z[ recovery-image] Sep 11 20:27:05.159 INFO O| Sep 11 20:27:05.159 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/etc/net-snmp"
54222026-09-11T20:27:06.227Z[ recovery-image] Sep 11 20:27:05.162 INFO O| Sep 11 20:27:05.162 INFO STEP 11 (remove_files) COMPLETE
54232026-09-11T20:27:06.227Z[ recovery-image] Sep 11 20:27:05.162 INFO O| Sep 11 20:27:05.162 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54242026-09-11T20:27:06.235Z[ recovery-image] Sep 11 20:27:05.172 INFO O| Sep 11 20:27:05.172 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i386"
54252026-09-11T20:27:06.240Z[ recovery-image] Sep 11 20:27:05.173 INFO O| Sep 11 20:27:05.173 INFO STEP 12 (remove_files) COMPLETE
54262026-09-11T20:27:06.240Z[ recovery-image] Sep 11 20:27:05.173 INFO O| Sep 11 20:27:05.173 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54272026-09-11T20:27:06.245Z[ recovery-image] Sep 11 20:27:05.182 INFO O| Sep 11 20:27:05.182 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/platform/i86xpv"
54282026-09-11T20:27:06.248Z[ recovery-image] Sep 11 20:27:05.184 INFO O| Sep 11 20:27:05.183 INFO STEP 13 (remove_files) COMPLETE
54292026-09-11T20:27:06.248Z[ recovery-image] Sep 11 20:27:05.184 INFO O| Sep 11 20:27:05.184 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54302026-09-11T20:27:06.257Z[ recovery-image] Sep 11 20:27:05.194 INFO O| Sep 11 20:27:05.194 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/opt/ooce/lib/libjq.a"
54312026-09-11T20:27:06.257Z[ recovery-image] Sep 11 20:27:05.194 INFO O| Sep 11 20:27:05.194 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/opt/ooce/lib/amd64/libjq.a"
54322026-09-11T20:27:06.369Z[ recovery-image] Sep 11 20:27:05.306 INFO O| Sep 11 20:27:05.306 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libtddl.a"
54332026-09-11T20:27:06.378Z[ recovery-image] Sep 11 20:27:05.316 INFO O| Sep 11 20:27:05.316 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtddl.a"
54342026-09-11T20:27:06.414Z[ recovery-image] Sep 11 20:27:05.352 INFO O| Sep 11 20:27:05.351 INFO STEP 14 (remove_files) COMPLETE
54352026-09-11T20:27:06.414Z[ recovery-image] Sep 11 20:27:05.352 INFO O| Sep 11 20:27:05.352 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54362026-09-11T20:27:06.428Z[ recovery-image] Sep 11 20:27:05.365 INFO O| Sep 11 20:27:05.365 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/boot"
54372026-09-11T20:27:06.433Z[ recovery-image] Sep 11 20:27:05.366 INFO O| Sep 11 20:27:05.366 INFO STEP 15 (remove_files) COMPLETE
54382026-09-11T20:27:06.433Z[ recovery-image] Sep 11 20:27:05.366 INFO O| Sep 11 20:27:05.366 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54392026-09-11T20:27:06.438Z[ recovery-image] Sep 11 20:27:05.376 INFO O| Sep 11 20:27:05.376 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/platform/i86pc"
54402026-09-11T20:27:06.445Z[ recovery-image] Sep 11 20:27:05.382 INFO O| Sep 11 20:27:05.382 INFO STEP 16 (remove_files) COMPLETE
54412026-09-11T20:27:06.445Z[ recovery-image] Sep 11 20:27:05.382 INFO O| Sep 11 20:27:05.382 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54422026-09-11T20:27:06.449Z[verify-libraries] Compiling tui-tree-widget v0.23.1
54432026-09-11T20:27:06.458Z[ recovery-image] Sep 11 20:27:05.396 INFO O| Sep 11 20:27:05.396 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/platform/i86xpv"
54442026-09-11T20:27:06.463Z[ recovery-image] Sep 11 20:27:05.396 INFO O| Sep 11 20:27:05.396 INFO STEP 17 (remove_files) COMPLETE
54452026-09-11T20:27:06.463Z[ recovery-image] Sep 11 20:27:05.396 INFO O| Sep 11 20:27:05.396 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54462026-09-11T20:27:06.470Z[ recovery-image] Sep 11 20:27:05.407 INFO O| Sep 11 20:27:05.407 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/platform/i86pc"
54472026-09-11T20:27:06.473Z[ recovery-image] Sep 11 20:27:05.408 INFO O| Sep 11 20:27:05.408 INFO STEP 18 (remove_files) COMPLETE
54482026-09-11T20:27:06.473Z[ recovery-image] Sep 11 20:27:05.408 INFO O| Sep 11 20:27:05.408 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54492026-09-11T20:27:06.500Z[ recovery-image] Sep 11 20:27:05.438 INFO O| Sep 11 20:27:05.438 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/acpica"
54502026-09-11T20:27:06.500Z[ recovery-image] Sep 11 20:27:05.438 INFO O| Sep 11 20:27:05.438 INFO STEP 19 (remove_files) COMPLETE
54512026-09-11T20:27:06.500Z[ recovery-image] Sep 11 20:27:05.438 INFO O| Sep 11 20:27:05.438 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54522026-09-11T20:27:06.515Z[ recovery-image] Sep 11 20:27:05.452 INFO O| Sep 11 20:27:05.452 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/tem"
54532026-09-11T20:27:06.515Z[ recovery-image] Sep 11 20:27:05.452 INFO O| Sep 11 20:27:05.452 INFO STEP 20 (remove_files) COMPLETE
54542026-09-11T20:27:06.519Z[ recovery-image] Sep 11 20:27:05.452 INFO O| Sep 11 20:27:05.452 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54552026-09-11T20:27:06.522Z[verify-libraries] Compiling wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
54562026-09-11T20:27:06.526Z[ recovery-image] Sep 11 20:27:05.462 INFO O| Sep 11 20:27:05.462 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/kbtrans"
54572026-09-11T20:27:06.526Z[ recovery-image] Sep 11 20:27:05.462 INFO O| Sep 11 20:27:05.462 INFO STEP 21 (remove_files) COMPLETE
54582026-09-11T20:27:06.526Z[ recovery-image] Sep 11 20:27:05.462 INFO O| Sep 11 20:27:05.462 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54592026-09-11T20:27:06.535Z[ recovery-image] Sep 11 20:27:05.472 INFO O| Sep 11 20:27:05.472 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/wc"
54602026-09-11T20:27:06.536Z[ recovery-image] Sep 11 20:27:05.473 INFO O| Sep 11 20:27:05.472 INFO STEP 22 (remove_files) COMPLETE
54612026-09-11T20:27:06.536Z[ recovery-image] Sep 11 20:27:05.473 INFO O| Sep 11 20:27:05.472 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54622026-09-11T20:27:06.546Z[ recovery-image] Sep 11 20:27:05.483 INFO O| Sep 11 20:27:05.483 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/acpi_drv"
54632026-09-11T20:27:06.546Z[ recovery-image] Sep 11 20:27:05.483 INFO O| Sep 11 20:27:05.483 INFO STEP 23 (remove_files) COMPLETE
54642026-09-11T20:27:06.546Z[ recovery-image] Sep 11 20:27:05.483 INFO O| Sep 11 20:27:05.483 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54652026-09-11T20:27:06.562Z[ recovery-image] Sep 11 20:27:05.495 INFO O| Sep 11 20:27:05.495 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/conskbd"
54662026-09-11T20:27:06.562Z[ recovery-image] Sep 11 20:27:05.495 INFO O| Sep 11 20:27:05.495 INFO STEP 24 (remove_files) COMPLETE
54672026-09-11T20:27:06.562Z[ recovery-image] Sep 11 20:27:05.495 INFO O| Sep 11 20:27:05.495 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54682026-09-11T20:27:06.569Z[ recovery-image] Sep 11 20:27:05.506 INFO O| Sep 11 20:27:05.506 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/tzmon"
54692026-09-11T20:27:06.569Z[ recovery-image] Sep 11 20:27:05.506 INFO O| Sep 11 20:27:05.506 INFO STEP 25 (remove_files) COMPLETE
54702026-09-11T20:27:06.573Z[ recovery-image] Sep 11 20:27:05.506 INFO O| Sep 11 20:27:05.506 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54712026-09-11T20:27:06.577Z[ recovery-image] Sep 11 20:27:05.515 INFO O| Sep 11 20:27:05.515 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/power"
54722026-09-11T20:27:06.577Z[ recovery-image] Sep 11 20:27:05.515 INFO O| Sep 11 20:27:05.515 INFO STEP 26 (remove_files) COMPLETE
54732026-09-11T20:27:06.581Z[ recovery-image] Sep 11 20:27:05.515 INFO O| Sep 11 20:27:05.515 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54742026-09-11T20:27:06.586Z[ recovery-image] Sep 11 20:27:05.524 INFO O| Sep 11 20:27:05.524 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audio"
54752026-09-11T20:27:06.586Z[ recovery-image] Sep 11 20:27:05.524 INFO O| Sep 11 20:27:05.524 INFO STEP 27 (remove_files) COMPLETE
54762026-09-11T20:27:06.590Z[ recovery-image] Sep 11 20:27:05.524 INFO O| Sep 11 20:27:05.524 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54772026-09-11T20:27:06.595Z[ recovery-image] Sep 11 20:27:05.532 INFO O| Sep 11 20:27:05.532 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audio1575"
54782026-09-11T20:27:06.595Z[ recovery-image] Sep 11 20:27:05.532 INFO O| Sep 11 20:27:05.532 INFO STEP 28 (remove_files) COMPLETE
54792026-09-11T20:27:06.598Z[ recovery-image] Sep 11 20:27:05.532 INFO O| Sep 11 20:27:05.532 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54802026-09-11T20:27:06.606Z[ recovery-image] Sep 11 20:27:05.544 INFO O| Sep 11 20:27:05.544 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audioens"
54812026-09-11T20:27:06.606Z[ recovery-image] Sep 11 20:27:05.544 INFO O| Sep 11 20:27:05.544 INFO STEP 29 (remove_files) COMPLETE
54822026-09-11T20:27:06.609Z[ recovery-image] Sep 11 20:27:05.544 INFO O| Sep 11 20:27:05.544 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54832026-09-11T20:27:06.622Z[ recovery-image] Sep 11 20:27:05.560 INFO O| Sep 11 20:27:05.560 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audiopci"
54842026-09-11T20:27:06.622Z[ recovery-image] Sep 11 20:27:05.560 INFO O| Sep 11 20:27:05.560 INFO STEP 30 (remove_files) COMPLETE
54852026-09-11T20:27:06.622Z[ recovery-image] Sep 11 20:27:05.560 INFO O| Sep 11 20:27:05.560 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54862026-09-11T20:27:06.640Z[ recovery-image] Sep 11 20:27:05.570 INFO O| Sep 11 20:27:05.570 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audiots"
54872026-09-11T20:27:06.640Z[ recovery-image] Sep 11 20:27:05.570 INFO O| Sep 11 20:27:05.570 INFO STEP 31 (remove_files) COMPLETE
54882026-09-11T20:27:06.640Z[ recovery-image] Sep 11 20:27:05.570 INFO O| Sep 11 20:27:05.570 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54892026-09-11T20:27:06.652Z[ recovery-image] Sep 11 20:27:05.590 INFO O| Sep 11 20:27:05.590 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/ehci"
54902026-09-11T20:27:06.652Z[ recovery-image] Sep 11 20:27:05.590 INFO O| Sep 11 20:27:05.590 INFO STEP 32 (remove_files) COMPLETE
54912026-09-11T20:27:06.657Z[ recovery-image] Sep 11 20:27:05.590 INFO O| Sep 11 20:27:05.590 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54922026-09-11T20:27:06.676Z[ recovery-image] Sep 11 20:27:05.610 INFO O| Sep 11 20:27:05.610 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/hid"
54932026-09-11T20:27:06.676Z[ recovery-image] Sep 11 20:27:05.611 INFO O| Sep 11 20:27:05.611 INFO STEP 33 (remove_files) COMPLETE
54942026-09-11T20:27:06.679Z[ recovery-image] Sep 11 20:27:05.611 INFO O| Sep 11 20:27:05.611 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54952026-09-11T20:27:06.684Z[ recovery-image] Sep 11 20:27:05.621 INFO O| Sep 11 20:27:05.621 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/hubd"
54962026-09-11T20:27:06.684Z[ recovery-image] Sep 11 20:27:05.621 INFO O| Sep 11 20:27:05.621 INFO STEP 34 (remove_files) COMPLETE
54972026-09-11T20:27:06.687Z[ recovery-image] Sep 11 20:27:05.621 INFO O| Sep 11 20:27:05.621 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54982026-09-11T20:27:06.698Z[ recovery-image] Sep 11 20:27:05.632 INFO O| Sep 11 20:27:05.632 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/ohci"
54992026-09-11T20:27:06.698Z[ recovery-image] Sep 11 20:27:05.632 INFO O| Sep 11 20:27:05.632 INFO STEP 35 (remove_files) COMPLETE
55002026-09-11T20:27:06.698Z[ recovery-image] Sep 11 20:27:05.632 INFO O| Sep 11 20:27:05.632 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55012026-09-11T20:27:06.707Z[ recovery-image] Sep 11 20:27:05.645 INFO O| Sep 11 20:27:05.644 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/scsa2usb"
55022026-09-11T20:27:06.707Z[ recovery-image] Sep 11 20:27:05.645 INFO O| Sep 11 20:27:05.645 INFO STEP 36 (remove_files) COMPLETE
55032026-09-11T20:27:06.711Z[ recovery-image] Sep 11 20:27:05.645 INFO O| Sep 11 20:27:05.645 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55042026-09-11T20:27:06.730Z[ recovery-image] Sep 11 20:27:05.664 INFO O| Sep 11 20:27:05.664 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/uhci"
55052026-09-11T20:27:06.730Z[ recovery-image] Sep 11 20:27:05.664 INFO O| Sep 11 20:27:05.664 INFO STEP 37 (remove_files) COMPLETE
55062026-09-11T20:27:06.730Z[ recovery-image] Sep 11 20:27:05.664 INFO O| Sep 11 20:27:05.664 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55072026-09-11T20:27:06.736Z[ recovery-image] Sep 11 20:27:05.673 INFO O| Sep 11 20:27:05.673 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_ac"
55082026-09-11T20:27:06.736Z[ recovery-image] Sep 11 20:27:05.673 INFO O| Sep 11 20:27:05.673 INFO STEP 38 (remove_files) COMPLETE
55092026-09-11T20:27:06.736Z[ recovery-image] Sep 11 20:27:05.673 INFO O| Sep 11 20:27:05.673 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55102026-09-11T20:27:06.748Z[ recovery-image] Sep 11 20:27:05.683 INFO O| Sep 11 20:27:05.683 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_as"
55112026-09-11T20:27:06.748Z[ recovery-image] Sep 11 20:27:05.683 INFO O| Sep 11 20:27:05.683 INFO STEP 39 (remove_files) COMPLETE
55122026-09-11T20:27:06.748Z[ recovery-image] Sep 11 20:27:05.683 INFO O| Sep 11 20:27:05.683 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55132026-09-11T20:27:06.755Z[verify-libraries] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
55142026-09-11T20:27:06.760Z[ recovery-image] Sep 11 20:27:05.693 INFO O| Sep 11 20:27:05.693 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_ia"
55152026-09-11T20:27:06.760Z[ recovery-image] Sep 11 20:27:05.693 INFO O| Sep 11 20:27:05.693 INFO STEP 40 (remove_files) COMPLETE
55162026-09-11T20:27:06.760Z[ recovery-image] Sep 11 20:27:05.693 INFO O| Sep 11 20:27:05.693 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55172026-09-11T20:27:06.778Z[ recovery-image] Sep 11 20:27:05.715 INFO O| Sep 11 20:27:05.715 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_mid"
55182026-09-11T20:27:06.778Z[ recovery-image] Sep 11 20:27:05.715 INFO O| Sep 11 20:27:05.715 INFO STEP 41 (remove_files) COMPLETE
55192026-09-11T20:27:06.783Z[ recovery-image] Sep 11 20:27:05.715 INFO O| Sep 11 20:27:05.715 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55202026-09-11T20:27:06.794Z[verify-libraries] Compiling omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
55212026-09-11T20:27:06.802Z[ recovery-image] Sep 11 20:27:05.727 INFO O| Sep 11 20:27:05.727 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usbprn"
55222026-09-11T20:27:06.802Z[ recovery-image] Sep 11 20:27:05.727 INFO O| Sep 11 20:27:05.727 INFO STEP 42 (remove_files) COMPLETE
55232026-09-11T20:27:06.802Z[ recovery-image] Sep 11 20:27:05.727 INFO O| Sep 11 20:27:05.727 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55242026-09-11T20:27:06.807Z[ recovery-image] Sep 11 20:27:05.736 INFO O| Sep 11 20:27:05.736 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/xhci"
55252026-09-11T20:27:06.807Z[ recovery-image] Sep 11 20:27:05.736 INFO O| Sep 11 20:27:05.736 INFO STEP 43 (remove_files) COMPLETE
55262026-09-11T20:27:06.807Z[ recovery-image] Sep 11 20:27:05.736 INFO O| Sep 11 20:27:05.736 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55272026-09-11T20:27:06.810Z[ recovery-image] Sep 11 20:27:05.745 INFO O| Sep 11 20:27:05.745 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nhm"
55282026-09-11T20:27:06.810Z[ recovery-image] Sep 11 20:27:05.746 INFO O| Sep 11 20:27:05.745 INFO STEP 44 (remove_files) COMPLETE
55292026-09-11T20:27:06.811Z[ recovery-image] Sep 11 20:27:05.746 INFO O| Sep 11 20:27:05.745 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55302026-09-11T20:27:06.824Z[ recovery-image] Sep 11 20:27:05.762 INFO O| Sep 11 20:27:05.762 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nb5000"
55312026-09-11T20:27:06.824Z[ recovery-image] Sep 11 20:27:05.762 INFO O| Sep 11 20:27:05.762 INFO STEP 45 (remove_files) COMPLETE
55322026-09-11T20:27:06.825Z[ recovery-image] Sep 11 20:27:05.762 INFO O| Sep 11 20:27:05.762 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55332026-09-11T20:27:06.836Z[ recovery-image] Sep 11 20:27:05.772 INFO O| Sep 11 20:27:05.772 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/mc-amd"
55342026-09-11T20:27:06.836Z[ recovery-image] Sep 11 20:27:05.772 INFO O| Sep 11 20:27:05.772 INFO STEP 46 (remove_files) COMPLETE
55352026-09-11T20:27:06.836Z[ recovery-image] Sep 11 20:27:05.772 INFO O| Sep 11 20:27:05.772 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55362026-09-11T20:27:06.851Z[ recovery-image] Sep 11 20:27:05.787 INFO O| Sep 11 20:27:05.787 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/acpi_toshiba"
55372026-09-11T20:27:06.851Z[ recovery-image] Sep 11 20:27:05.787 INFO O| Sep 11 20:27:05.787 INFO STEP 47 (remove_files) COMPLETE
55382026-09-11T20:27:06.851Z[ recovery-image] Sep 11 20:27:05.787 INFO O| Sep 11 20:27:05.787 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55392026-09-11T20:27:06.861Z[ recovery-image] Sep 11 20:27:05.798 INFO O| Sep 11 20:27:05.798 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nhmex"
55402026-09-11T20:27:06.861Z[ recovery-image] Sep 11 20:27:05.798 INFO O| Sep 11 20:27:05.798 INFO STEP 48 (remove_files) COMPLETE
55412026-09-11T20:27:06.861Z[ recovery-image] Sep 11 20:27:05.798 INFO O| Sep 11 20:27:05.798 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55422026-09-11T20:27:06.874Z[ recovery-image] Sep 11 20:27:05.810 INFO O| Sep 11 20:27:05.810 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/intel_nhmex.conf"
55432026-09-11T20:27:06.874Z[ recovery-image] Sep 11 20:27:05.810 INFO O| Sep 11 20:27:05.810 INFO STEP 49 (remove_files) COMPLETE
55442026-09-11T20:27:06.874Z[ recovery-image] Sep 11 20:27:05.810 INFO O| Sep 11 20:27:05.810 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55452026-09-11T20:27:06.887Z[ recovery-image] Sep 11 20:27:05.824 INFO O| Sep 11 20:27:05.824 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/mpt"
55462026-09-11T20:27:06.887Z[ recovery-image] Sep 11 20:27:05.824 INFO O| Sep 11 20:27:05.824 INFO STEP 50 (remove_files) COMPLETE
55472026-09-11T20:27:06.887Z[ recovery-image] Sep 11 20:27:05.824 INFO O| Sep 11 20:27:05.824 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55482026-09-11T20:27:06.899Z[ recovery-image] Sep 11 20:27:05.836 INFO O| Sep 11 20:27:05.836 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/mpt.conf"
55492026-09-11T20:27:06.899Z[ recovery-image] Sep 11 20:27:05.837 INFO O| Sep 11 20:27:05.837 INFO STEP 51 (remove_files) COMPLETE
55502026-09-11T20:27:06.899Z[ recovery-image] Sep 11 20:27:05.837 INFO O| Sep 11 20:27:05.837 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55512026-09-11T20:27:06.908Z[ recovery-image] Sep 11 20:27:05.846 INFO O| Sep 11 20:27:05.846 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
55522026-09-11T20:27:06.909Z[ recovery-image] Sep 11 20:27:05.846 INFO O| Sep 11 20:27:05.846 INFO STEP 52 (remove_files) COMPLETE
55532026-09-11T20:27:06.909Z[ recovery-image] Sep 11 20:27:05.846 INFO O| Sep 11 20:27:05.846 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55542026-09-11T20:27:06.920Z[ recovery-image] Sep 11 20:27:05.857 INFO O| Sep 11 20:27:05.857 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
55552026-09-11T20:27:06.920Z[ recovery-image] Sep 11 20:27:05.857 INFO O| Sep 11 20:27:05.857 INFO STEP 53 (remove_files) COMPLETE
55562026-09-11T20:27:06.920Z[ recovery-image] Sep 11 20:27:05.857 INFO O| Sep 11 20:27:05.857 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55572026-09-11T20:27:06.930Z[ recovery-image] Sep 11 20:27:05.868 INFO O| Sep 11 20:27:05.868 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/sbin/bootadm"
55582026-09-11T20:27:06.930Z[ recovery-image] Sep 11 20:27:05.868 INFO O| Sep 11 20:27:05.868 INFO STEP 54 (remove_files) COMPLETE
55592026-09-11T20:27:06.933Z[ recovery-image] Sep 11 20:27:05.868 INFO O| Sep 11 20:27:05.868 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55602026-09-11T20:27:06.940Z[ recovery-image] Sep 11 20:27:05.878 INFO O| Sep 11 20:27:05.878 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bootadm"
55612026-09-11T20:27:06.941Z[ recovery-image] Sep 11 20:27:05.878 INFO O| Sep 11 20:27:05.878 INFO STEP 55 (remove_files) COMPLETE
55622026-09-11T20:27:06.941Z[ recovery-image] Sep 11 20:27:05.878 INFO O| Sep 11 20:27:05.878 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55632026-09-11T20:27:06.956Z[ recovery-image] Sep 11 20:27:05.894 INFO O| Sep 11 20:27:05.894 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/sbin/beadm"
55642026-09-11T20:27:06.956Z[ recovery-image] Sep 11 20:27:05.894 INFO O| Sep 11 20:27:05.894 INFO STEP 56 (remove_files) COMPLETE
55652026-09-11T20:27:06.956Z[ recovery-image] Sep 11 20:27:05.894 INFO O| Sep 11 20:27:05.894 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55662026-09-11T20:27:06.984Z[ recovery-image] Sep 11 20:27:05.918 INFO O| Sep 11 20:27:05.918 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/beadm"
55672026-09-11T20:27:06.984Z[ recovery-image] Sep 11 20:27:05.918 INFO O| Sep 11 20:27:05.918 INFO STEP 57 (remove_files) COMPLETE
55682026-09-11T20:27:06.984Z[ recovery-image] Sep 11 20:27:05.918 INFO O| Sep 11 20:27:05.918 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55692026-09-11T20:27:07.003Z[ recovery-image] Sep 11 20:27:05.939 INFO O| Sep 11 20:27:05.939 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/etc/default/tar"
55702026-09-11T20:27:07.003Z[ recovery-image] Sep 11 20:27:05.939 INFO O| Sep 11 20:27:05.939 INFO STEP 58 (remove_files) COMPLETE
55712026-09-11T20:27:07.003Z[ recovery-image] Sep 11 20:27:05.939 INFO O| Sep 11 20:27:05.939 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55722026-09-11T20:27:07.013Z[ recovery-image] Sep 11 20:27:05.950 INFO O| Sep 11 20:27:05.950 WARN file /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
55732026-09-11T20:27:07.013Z[ recovery-image] Sep 11 20:27:05.950 INFO O| Sep 11 20:27:05.950 INFO writing /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap ...
55742026-09-11T20:27:07.013Z[ recovery-image] Sep 11 20:27:05.951 INFO O| Sep 11 20:27:05.950 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
55752026-09-11T20:27:07.013Z[ recovery-image] Sep 11 20:27:05.951 INFO O| Sep 11 20:27:05.951 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
55762026-09-11T20:27:07.013Z[ recovery-image] Sep 11 20:27:05.951 INFO O| Sep 11 20:27:05.951 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
55772026-09-11T20:27:07.017Z[ recovery-image] Sep 11 20:27:05.951 INFO O| Sep 11 20:27:05.951 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
55782026-09-11T20:27:07.017Z[ recovery-image] Sep 11 20:27:05.951 INFO O| Sep 11 20:27:05.951 INFO ok!
55792026-09-11T20:27:07.017Z[ recovery-image] Sep 11 20:27:05.951 INFO O| Sep 11 20:27:05.951 INFO STEP 59 (ensure_file) COMPLETE
55802026-09-11T20:27:07.017Z[ recovery-image] Sep 11 20:27:05.951 INFO O| Sep 11 20:27:05.951 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55812026-09-11T20:27:07.028Z[ recovery-image] Sep 11 20:27:05.966 INFO O| Sep 11 20:27:05.965 WARN file /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
55822026-09-11T20:27:07.028Z[ recovery-image] Sep 11 20:27:05.966 INFO O| Sep 11 20:27:05.966 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk ...
55832026-09-11T20:27:07.031Z[ recovery-image] Sep 11 20:27:05.966 INFO O| Sep 11 20:27:05.966 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
55842026-09-11T20:27:07.031Z[ recovery-image] Sep 11 20:27:05.966 INFO O| Sep 11 20:27:05.966 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
55852026-09-11T20:27:07.031Z[ recovery-image] Sep 11 20:27:05.966 INFO O| Sep 11 20:27:05.966 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
55862026-09-11T20:27:07.032Z[ recovery-image] Sep 11 20:27:05.966 INFO O| Sep 11 20:27:05.966 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
55872026-09-11T20:27:07.032Z[ recovery-image] Sep 11 20:27:05.966 INFO O| Sep 11 20:27:05.966 INFO ok!
55882026-09-11T20:27:07.032Z[ recovery-image] Sep 11 20:27:05.966 INFO O| Sep 11 20:27:05.966 INFO STEP 60 (ensure_file) COMPLETE
55892026-09-11T20:27:07.032Z[ recovery-image] Sep 11 20:27:05.966 INFO O| Sep 11 20:27:05.966 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55902026-09-11T20:27:07.044Z[ recovery-image] Sep 11 20:27:05.975 INFO O| Sep 11 20:27:05.975 INFO file /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile does not exist
55912026-09-11T20:27:07.044Z[ recovery-image] Sep 11 20:27:05.975 INFO O| Sep 11 20:27:05.975 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile ...
55922026-09-11T20:27:07.044Z[ recovery-image] Sep 11 20:27:05.975 INFO O| Sep 11 20:27:05.975 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile
55932026-09-11T20:27:07.044Z[ recovery-image] Sep 11 20:27:05.975 INFO O| Sep 11 20:27:05.975 INFO ok!
55942026-09-11T20:27:07.044Z[ recovery-image] Sep 11 20:27:05.975 INFO O| Sep 11 20:27:05.975 INFO STEP 61 (ensure_file) COMPLETE
55952026-09-11T20:27:07.044Z[ recovery-image] Sep 11 20:27:05.975 INFO O| Sep 11 20:27:05.975 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55962026-09-11T20:27:07.048Z[ recovery-image] Sep 11 20:27:05.985 INFO O| Sep 11 20:27:05.985 WARN file /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc exists, with wrong contents, unlinking
55972026-09-11T20:27:07.048Z[ recovery-image] Sep 11 20:27:05.985 INFO O| Sep 11 20:27:05.985 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc ...
55982026-09-11T20:27:07.048Z[ recovery-image] Sep 11 20:27:05.985 INFO O| Sep 11 20:27:05.985 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc
55992026-09-11T20:27:07.048Z[ recovery-image] Sep 11 20:27:05.985 INFO O| Sep 11 20:27:05.985 INFO ok!
56002026-09-11T20:27:07.048Z[ recovery-image] Sep 11 20:27:05.985 INFO O| Sep 11 20:27:05.985 INFO STEP 62 (ensure_file) COMPLETE
56012026-09-11T20:27:07.048Z[ recovery-image] Sep 11 20:27:05.985 INFO O| Sep 11 20:27:05.985 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
56022026-09-11T20:27:07.057Z[verify-libraries] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
56032026-09-11T20:27:07.066Z[ recovery-image] Sep 11 20:27:06.003 INFO O| Sep 11 20:27:06.003 WARN file /rpool/images/build/recovery/work/sled/ramdisk/etc/motd exists, with wrong contents, unlinking
56042026-09-11T20:27:07.066Z[ recovery-image] Sep 11 20:27:06.003 INFO O| Sep 11 20:27:06.003 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/sled/ramdisk/etc/motd ...
56052026-09-11T20:27:07.066Z[ recovery-image] Sep 11 20:27:06.003 INFO O| Sep 11 20:27:06.003 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/motd
56062026-09-11T20:27:07.066Z[ recovery-image] Sep 11 20:27:06.003 INFO O| Sep 11 20:27:06.003 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/motd
56072026-09-11T20:27:07.066Z[ recovery-image] Sep 11 20:27:06.003 INFO O| Sep 11 20:27:06.003 INFO ok!
56082026-09-11T20:27:07.073Z[ recovery-image] Sep 11 20:27:06.004 INFO O| Sep 11 20:27:06.003 INFO STEP 63 (ensure_file) COMPLETE
56092026-09-11T20:27:07.074Z[ recovery-image] Sep 11 20:27:06.004 INFO O| Sep 11 20:27:06.004 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
56102026-09-11T20:27:07.078Z[ recovery-image] Sep 11 20:27:06.013 INFO O| Sep 11 20:27:06.013 WARN file /rpool/images/build/recovery/work/sled/ramdisk/etc/profile exists, with wrong contents, unlinking
56112026-09-11T20:27:07.078Z[ recovery-image] Sep 11 20:27:06.013 INFO O| Sep 11 20:27:06.013 INFO copying /work/oxidecomputer/helios/image/templates/files/profile -> /rpool/images/build/recovery/work/sled/ramdisk/etc/profile ...
56122026-09-11T20:27:07.078Z[ recovery-image] Sep 11 20:27:06.013 INFO O| Sep 11 20:27:06.013 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/profile
56132026-09-11T20:27:07.078Z[ recovery-image] Sep 11 20:27:06.013 INFO O| Sep 11 20:27:06.013 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/profile
56142026-09-11T20:27:07.078Z[ recovery-image] Sep 11 20:27:06.013 INFO O| Sep 11 20:27:06.013 INFO ok!
56152026-09-11T20:27:07.079Z[ recovery-image] Sep 11 20:27:06.013 INFO O| Sep 11 20:27:06.013 INFO STEP 64 (ensure_file) COMPLETE
56162026-09-11T20:27:07.079Z[ recovery-image] Sep 11 20:27:06.013 INFO O| Sep 11 20:27:06.013 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
56172026-09-11T20:27:07.085Z[ recovery-image] Sep 11 20:27:06.022 INFO O| Sep 11 20:27:06.022 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf does not exist
56182026-09-11T20:27:07.085Z[ recovery-image] Sep 11 20:27:06.023 INFO O| Sep 11 20:27:06.022 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-system-zfs:dbuf -> /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf ...
56192026-09-11T20:27:07.085Z[ recovery-image] Sep 11 20:27:06.023 INFO O| Sep 11 20:27:06.023 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf
56202026-09-11T20:27:07.089Z[ recovery-image] Sep 11 20:27:06.023 INFO O| Sep 11 20:27:06.023 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf
56212026-09-11T20:27:07.089Z[ recovery-image] Sep 11 20:27:06.023 INFO O| Sep 11 20:27:06.023 INFO ok!
56222026-09-11T20:27:07.089Z[ recovery-image] Sep 11 20:27:06.023 INFO O| Sep 11 20:27:06.023 INFO STEP 65 (ensure_file) COMPLETE
56232026-09-11T20:27:07.089Z[ recovery-image] Sep 11 20:27:06.023 INFO O| Sep 11 20:27:06.023 INFO STEP 66: assemble_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
56242026-09-11T20:27:07.094Z[ recovery-image] Sep 11 20:27:06.032 INFO O| Sep 11 20:27:06.032 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly does not exist
56252026-09-11T20:27:07.094Z[ recovery-image] Sep 11 20:27:06.032 INFO O| Sep 11 20:27:06.032 INFO writing /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly ...
56262026-09-11T20:27:07.094Z[ recovery-image] Sep 11 20:27:06.032 INFO O| Sep 11 20:27:06.032 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly
56272026-09-11T20:27:07.094Z[ recovery-image] Sep 11 20:27:06.032 INFO O| Sep 11 20:27:06.032 INFO ok!
56282026-09-11T20:27:07.094Z[ recovery-image] Sep 11 20:27:06.032 INFO O| Sep 11 20:27:06.032 INFO STEP 66 (assemble_files) COMPLETE
56292026-09-11T20:27:07.099Z[ recovery-image] Sep 11 20:27:06.032 INFO O| Sep 11 20:27:06.032 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
56302026-09-11T20:27:07.109Z[ recovery-image] Sep 11 20:27:06.046 INFO O| Sep 11 20:27:06.046 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf does not exist
56312026-09-11T20:27:07.109Z[ recovery-image] Sep 11 20:27:06.046 INFO O| Sep 11 20:27:06.046 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf ...
56322026-09-11T20:27:07.113Z[ recovery-image] Sep 11 20:27:06.046 INFO O| Sep 11 20:27:06.046 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf
56332026-09-11T20:27:07.114Z[ recovery-image] Sep 11 20:27:06.046 INFO O| Sep 11 20:27:06.046 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf
56342026-09-11T20:27:07.114Z[ recovery-image] Sep 11 20:27:06.046 INFO O| Sep 11 20:27:06.046 INFO ok!
56352026-09-11T20:27:07.114Z[ recovery-image] Sep 11 20:27:06.046 INFO O| Sep 11 20:27:06.046 INFO STEP 67 (ensure_file) COMPLETE
56362026-09-11T20:27:07.114Z[ recovery-image] Sep 11 20:27:06.046 INFO O| Sep 11 20:27:06.046 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
56372026-09-11T20:27:07.114Z[ recovery-image] Sep 11 20:27:06.046 INFO O| Sep 11 20:27:06.046 INFO skip step because feature "omicron1" is not enabled
56382026-09-11T20:27:07.114Z[ recovery-image] Sep 11 20:27:06.046 INFO O| Sep 11 20:27:06.046 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
56392026-09-11T20:27:07.115Z[ recovery-image] Sep 11 20:27:06.046 INFO O| Sep 11 20:27:06.046 INFO skip step because feature "omicron1" is not enabled
56402026-09-11T20:27:07.115Z[ recovery-image] Sep 11 20:27:06.046 INFO O| Sep 11 20:27:06.046 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
56412026-09-11T20:27:07.115Z[ recovery-image] Sep 11 20:27:06.046 INFO O| Sep 11 20:27:06.046 INFO skip step because feature "omicron1" is not enabled
56422026-09-11T20:27:07.115Z[ recovery-image] Sep 11 20:27:06.046 INFO O| Sep 11 20:27:06.046 INFO STEP 71: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
56432026-09-11T20:27:07.124Z[ recovery-image] Sep 11 20:27:06.060 INFO O| Sep 11 20:27:06.059 INFO file /rpool/images/build/recovery/output/sled-ramdisk.tar does not already exist, skipping removal
56442026-09-11T20:27:07.124Z[ recovery-image] Sep 11 20:27:06.060 INFO O| Sep 11 20:27:06.059 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/sled-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/sled/ramdisk", "."]
56452026-09-11T20:27:07.437Z[verify-libraries] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
56462026-09-11T20:27:07.802Z[verify-libraries] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
56472026-09-11T20:27:08.013Z[verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
56482026-09-11T20:27:08.061Z[verify-libraries] Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
56492026-09-11T20:27:08.144Z[verify-libraries] Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
56502026-09-11T20:27:08.227Z[verify-libraries] Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
56512026-09-11T20:27:08.267Z[verify-libraries] Compiling internal-russh-num-bigint v0.5.0
56522026-09-11T20:27:08.422Z[ recovery-image] Sep 11 20:27:07.355 INFO O| Sep 11 20:27:07.355 INFO STEP 71 (pack_tar) COMPLETE
56532026-09-11T20:27:08.422Z[ recovery-image] Sep 11 20:27:07.355 INFO O| Sep 11 20:27:07.355 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
56542026-09-11T20:27:08.422Z[ recovery-image] Sep 11 20:27:07.355 INFO O| Sep 11 20:27:07.355 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@trim
56552026-09-11T20:27:08.441Z[verify-libraries] Compiling fatfs v0.3.6
56562026-09-11T20:27:08.469Z[verify-libraries] Compiling num-bigint v0.4.6
56572026-09-11T20:27:08.569Z[verify-libraries] Compiling generic-array v1.4.3
56582026-09-11T20:27:08.661Z[verify-libraries] Compiling russh-util v0.52.0
56592026-09-11T20:27:08.684Z[verify-libraries] Compiling enum_dispatch v0.3.13
56602026-09-11T20:27:08.813Z[ recovery-image] Sep 11 20:27:07.750 INFO O| Sep 11 20:27:07.750 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
56612026-09-11T20:27:08.926Z[verify-libraries] Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
56622026-09-11T20:27:08.929Z[ recovery-image] Sep 11 20:27:07.865 INFO O| Sep 11 20:27:07.865 INFO completed processing sled/ramdisk-02-trim
56632026-09-11T20:27:08.933Z[ recovery-image] Sep 11 20:27:07.867 INFO image builder template: ramdisk-03-recovery-trim...
56642026-09-11T20:27:08.933Z[ recovery-image] Sep 11 20:27:07.867 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/.tmpxxXox5/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@23.0.0.0", "-F", "optever=0.41.506", "-n", "ramdisk-03-recovery-trim"], pwd: None
56652026-09-11T20:27:08.936Z[ recovery-image] Sep 11 20:27:07.872 INFO O| Sep 11 20:27:07.872 INFO skip include "recovery-elide-v2" because feature "heliosv2" is not enabled
56662026-09-11T20:27:09.015Z[ recovery-image] Sep 11 20:27:07.950 INFO O| Sep 11 20:27:07.950 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
56672026-09-11T20:27:09.021Z[ recovery-image] Sep 11 20:27:07.954 INFO O| Sep 11 20:27:07.954 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
56682026-09-11T20:27:09.205Z[verify-libraries] Compiling sapling-renderdag v0.1.0
56692026-09-11T20:27:09.231Z[ recovery-image] Sep 11 20:27:08.066 INFO O| Sep 11 20:27:08.066 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim: sync = disabled
56702026-09-11T20:27:09.231Z[verify-libraries] Compiling delegate v0.13.5
56712026-09-11T20:27:09.231Z[verify-libraries] Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
56722026-09-11T20:27:09.235Z[ recovery-image] Sep 11 20:27:08.159 INFO O| Sep 11 20:27:08.159 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
56732026-09-11T20:27:09.235Z[ recovery-image] Sep 11 20:27:08.159 INFO O| Sep 11 20:27:08.159 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
56742026-09-11T20:27:09.235Z[ recovery-image] Sep 11 20:27:08.165 INFO O| Sep 11 20:27:08.165 INFO looking for output snapshot rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
56752026-09-11T20:27:09.235Z[ recovery-image] Sep 11 20:27:08.170 INFO O| Sep 11 20:27:08.170 INFO looking for input snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
56762026-09-11T20:27:09.240Z[ recovery-image] Sep 11 20:27:08.175 INFO O| Sep 11 20:27:08.175 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@trim
56772026-09-11T20:27:09.318Z[verify-libraries] Compiling md5 v0.8.0
56782026-09-11T20:27:09.609Z[verify-libraries] Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
56792026-09-11T20:27:09.673Z[verify-libraries] Compiling seq-macro v0.3.6
56802026-09-11T20:27:09.774Z[verify-libraries] Compiling hex-literal v1.1.0
56812026-09-11T20:27:09.832Z[verify-libraries] Compiling sync-ptr v0.1.4
56822026-09-11T20:27:09.946Z[verify-libraries] Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
56832026-09-11T20:27:09.955Z[ recovery-image] Sep 11 20:27:08.892 INFO O| Sep 11 20:27:08.892 INFO rolled back to input snapshot; work may begin
56842026-09-11T20:27:09.955Z[ recovery-image] Sep 11 20:27:08.892 INFO O| Sep 11 20:27:08.892 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
56852026-09-11T20:27:09.963Z[ recovery-image] Sep 11 20:27:08.896 INFO O| Sep 11 20:27:08.896 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56862026-09-11T20:27:09.972Z[ recovery-image] Sep 11 20:27:08.905 INFO O| Sep 11 20:27:08.905 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/platform/oxide/kernel/drv/amd64/vmm"
56872026-09-11T20:27:09.976Z[ recovery-image] Sep 11 20:27:08.908 INFO O| Sep 11 20:27:08.908 INFO STEP 0 (remove_files) COMPLETE
56882026-09-11T20:27:09.977Z[ recovery-image] Sep 11 20:27:08.908 INFO O| Sep 11 20:27:08.908 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56892026-09-11T20:27:09.980Z[verify-libraries] Compiling nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
56902026-09-11T20:27:09.985Z[ recovery-image] Sep 11 20:27:08.922 INFO O| Sep 11 20:27:08.922 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/platform/oxide/kernel/drv/vmm.conf"
56912026-09-11T20:27:09.985Z[ recovery-image] Sep 11 20:27:08.922 INFO O| Sep 11 20:27:08.922 INFO STEP 1 (remove_files) COMPLETE
56922026-09-11T20:27:09.985Z[ recovery-image] Sep 11 20:27:08.922 INFO O| Sep 11 20:27:08.922 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56932026-09-11T20:27:09.997Z[ recovery-image] Sep 11 20:27:08.932 INFO O| Sep 11 20:27:08.931 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/7"
56942026-09-11T20:27:10.008Z[ recovery-image] Sep 11 20:27:08.943 INFO O| Sep 11 20:27:08.943 INFO STEP 2 (remove_files) COMPLETE
56952026-09-11T20:27:10.008Z[ recovery-image] Sep 11 20:27:08.943 INFO O| Sep 11 20:27:08.943 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56962026-09-11T20:27:10.015Z[ recovery-image] Sep 11 20:27:08.953 INFO O| Sep 11 20:27:08.953 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/share"
56972026-09-11T20:27:10.073Z[ recovery-image] Sep 11 20:27:09.003 INFO O| Sep 11 20:27:09.003 INFO STEP 3 (remove_files) COMPLETE
56982026-09-11T20:27:10.073Z[ recovery-image] Sep 11 20:27:09.003 INFO O| Sep 11 20:27:09.003 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56992026-09-11T20:27:10.081Z[ recovery-image] Sep 11 20:27:09.013 INFO O| Sep 11 20:27:09.013 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dns"
57002026-09-11T20:27:10.098Z[ recovery-image] Sep 11 20:27:09.035 INFO O| Sep 11 20:27:09.035 INFO STEP 4 (remove_files) COMPLETE
57012026-09-11T20:27:10.098Z[ recovery-image] Sep 11 20:27:09.035 INFO O| Sep 11 20:27:09.035 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57022026-09-11T20:27:10.109Z[ recovery-image] Sep 11 20:27:09.046 INFO O| Sep 11 20:27:09.046 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/iconv"
57032026-09-11T20:27:10.146Z[ recovery-image] Sep 11 20:27:09.083 INFO O| Sep 11 20:27:09.083 INFO STEP 5 (remove_files) COMPLETE
57042026-09-11T20:27:10.146Z[ recovery-image] Sep 11 20:27:09.083 INFO O| Sep 11 20:27:09.083 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57052026-09-11T20:27:10.156Z[ recovery-image] Sep 11 20:27:09.093 INFO O| Sep 11 20:27:09.093 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/locale"
57062026-09-11T20:27:10.169Z[ recovery-image] Sep 11 20:27:09.107 INFO O| Sep 11 20:27:09.106 INFO STEP 6 (remove_files) COMPLETE
57072026-09-11T20:27:10.169Z[ recovery-image] Sep 11 20:27:09.107 INFO O| Sep 11 20:27:09.107 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57082026-09-11T20:27:10.179Z[ recovery-image] Sep 11 20:27:09.117 INFO O| Sep 11 20:27:09.116 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/mps"
57092026-09-11T20:27:10.192Z[ recovery-image] Sep 11 20:27:09.119 INFO O| Sep 11 20:27:09.119 INFO STEP 7 (remove_files) COMPLETE
57102026-09-11T20:27:10.192Z[ recovery-image] Sep 11 20:27:09.119 INFO O| Sep 11 20:27:09.119 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57112026-09-11T20:27:10.195Z[ recovery-image] Sep 11 20:27:09.129 INFO O| Sep 11 20:27:09.129 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pkgconfig"
57122026-09-11T20:27:10.195Z[ recovery-image] Sep 11 20:27:09.130 INFO O| Sep 11 20:27:09.130 INFO STEP 8 (remove_files) COMPLETE
57132026-09-11T20:27:10.196Z[ recovery-image] Sep 11 20:27:09.130 INFO O| Sep 11 20:27:09.130 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57142026-09-11T20:27:10.202Z[ recovery-image] Sep 11 20:27:09.140 INFO O| Sep 11 20:27:09.140 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/scsi"
57152026-09-11T20:27:10.205Z[ recovery-image] Sep 11 20:27:09.142 INFO O| Sep 11 20:27:09.142 INFO STEP 9 (remove_files) COMPLETE
57162026-09-11T20:27:10.205Z[ recovery-image] Sep 11 20:27:09.142 INFO O| Sep 11 20:27:09.142 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57172026-09-11T20:27:10.214Z[ recovery-image] Sep 11 20:27:09.151 INFO O| Sep 11 20:27:09.151 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/smbfs"
57182026-09-11T20:27:10.214Z[ recovery-image] Sep 11 20:27:09.151 INFO O| Sep 11 20:27:09.151 INFO STEP 10 (remove_files) COMPLETE
57192026-09-11T20:27:10.215Z[ recovery-image] Sep 11 20:27:09.151 INFO O| Sep 11 20:27:09.151 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57202026-09-11T20:27:10.224Z[ recovery-image] Sep 11 20:27:09.159 INFO O| Sep 11 20:27:09.159 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/smbsrv"
57212026-09-11T20:27:10.230Z[ recovery-image] Sep 11 20:27:09.168 INFO O| Sep 11 20:27:09.168 INFO STEP 11 (remove_files) COMPLETE
57222026-09-11T20:27:10.230Z[ recovery-image] Sep 11 20:27:09.168 INFO O| Sep 11 20:27:09.168 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57232026-09-11T20:27:10.246Z[ recovery-image] Sep 11 20:27:09.179 INFO O| Sep 11 20:27:09.179 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/perl5"
57242026-09-11T20:27:10.254Z[verify-libraries] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
57252026-09-11T20:27:10.269Z[verify-libraries] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
57262026-09-11T20:27:10.320Z[ recovery-image] Sep 11 20:27:09.257 INFO O| Sep 11 20:27:09.257 INFO STEP 12 (remove_files) COMPLETE
57272026-09-11T20:27:10.321Z[ recovery-image] Sep 11 20:27:09.257 INFO O| Sep 11 20:27:09.257 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57282026-09-11T20:27:10.328Z[ recovery-image] Sep 11 20:27:09.266 INFO O| Sep 11 20:27:09.266 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bash"
57292026-09-11T20:27:10.331Z[ recovery-image] Sep 11 20:27:09.268 INFO O| Sep 11 20:27:09.268 INFO STEP 13 (remove_files) COMPLETE
57302026-09-11T20:27:10.331Z[ recovery-image] Sep 11 20:27:09.268 INFO O| Sep 11 20:27:09.268 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57312026-09-11T20:27:10.334Z[verify-libraries] Compiling russh v0.62.4
57322026-09-11T20:27:10.338Z[ recovery-image] Sep 11 20:27:09.276 INFO O| Sep 11 20:27:09.276 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bhyve"
57332026-09-11T20:27:10.341Z[ recovery-image] Sep 11 20:27:09.278 INFO O| Sep 11 20:27:09.278 INFO STEP 14 (remove_files) COMPLETE
57342026-09-11T20:27:10.341Z[ recovery-image] Sep 11 20:27:09.278 INFO O| Sep 11 20:27:09.278 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57352026-09-11T20:27:10.347Z[ recovery-image] Sep 11 20:27:09.285 INFO O| Sep 11 20:27:09.285 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/emacs"
57362026-09-11T20:27:10.347Z[ recovery-image] Sep 11 20:27:09.286 INFO O| Sep 11 20:27:09.286 INFO STEP 15 (remove_files) COMPLETE
57372026-09-11T20:27:10.360Z[ recovery-image] Sep 11 20:27:09.286 INFO O| Sep 11 20:27:09.286 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57382026-09-11T20:27:10.364Z[ recovery-image] Sep 11 20:27:09.293 INFO O| Sep 11 20:27:09.293 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/icons"
57392026-09-11T20:27:10.364Z[ recovery-image] Sep 11 20:27:09.294 INFO O| Sep 11 20:27:09.294 INFO STEP 16 (remove_files) COMPLETE
57402026-09-11T20:27:10.364Z[ recovery-image] Sep 11 20:27:09.294 INFO O| Sep 11 20:27:09.294 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57412026-09-11T20:27:10.367Z[ recovery-image] Sep 11 20:27:09.303 INFO O| Sep 11 20:27:09.302 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/locale"
57422026-09-11T20:27:10.384Z[ recovery-image] Sep 11 20:27:09.322 INFO O| Sep 11 20:27:09.322 INFO STEP 17 (remove_files) COMPLETE
57432026-09-11T20:27:10.385Z[ recovery-image] Sep 11 20:27:09.322 INFO O| Sep 11 20:27:09.322 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57442026-09-11T20:27:10.399Z[ recovery-image] Sep 11 20:27:09.332 INFO O| Sep 11 20:27:09.332 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/src"
57452026-09-11T20:27:10.419Z[ recovery-image] Sep 11 20:27:09.353 INFO O| Sep 11 20:27:09.353 INFO STEP 18 (remove_files) COMPLETE
57462026-09-11T20:27:10.419Z[ recovery-image] Sep 11 20:27:09.353 INFO O| Sep 11 20:27:09.353 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57472026-09-11T20:27:10.425Z[ recovery-image] Sep 11 20:27:09.362 INFO O| Sep 11 20:27:09.362 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/terminfo"
57482026-09-11T20:27:10.425Z[ recovery-image] Sep 11 20:27:09.362 INFO O| Sep 11 20:27:09.362 INFO STEP 19 (remove_files) COMPLETE
57492026-09-11T20:27:10.425Z[ recovery-image] Sep 11 20:27:09.362 INFO O| Sep 11 20:27:09.362 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57502026-09-11T20:27:10.434Z[verify-libraries] Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
57512026-09-11T20:27:10.480Z[ recovery-image] Sep 11 20:27:09.413 INFO O| Sep 11 20:27:09.413 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/vim"
57522026-09-11T20:27:10.806Z[ recovery-image] Sep 11 20:27:09.743 INFO O| Sep 11 20:27:09.743 INFO STEP 20 (remove_files) COMPLETE
57532026-09-11T20:27:10.806Z[ recovery-image] Sep 11 20:27:09.744 INFO O| Sep 11 20:27:09.743 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57542026-09-11T20:27:10.817Z[ recovery-image] Sep 11 20:27:09.754 INFO O| Sep 11 20:27:09.754 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/lib/svc/manifest/network/ssh.xml"
57552026-09-11T20:27:10.838Z[ recovery-image] Sep 11 20:27:09.774 INFO O| Sep 11 20:27:09.774 INFO STEP 21 (remove_files) COMPLETE
57562026-09-11T20:27:10.838Z[ recovery-image] Sep 11 20:27:09.775 INFO O| Sep 11 20:27:09.774 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57572026-09-11T20:27:10.847Z[ recovery-image] Sep 11 20:27:09.784 INFO O| Sep 11 20:27:09.784 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/lib/svc/manifest/system/fmd.xml"
57582026-09-11T20:27:10.847Z[ recovery-image] Sep 11 20:27:09.784 INFO O| Sep 11 20:27:09.784 INFO STEP 22 (remove_files) COMPLETE
57592026-09-11T20:27:10.847Z[ recovery-image] Sep 11 20:27:09.784 INFO O| Sep 11 20:27:09.784 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57602026-09-11T20:27:10.860Z[ recovery-image] Sep 11 20:27:09.793 INFO O| Sep 11 20:27:09.793 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/adb"
57612026-09-11T20:27:10.864Z[ recovery-image] Sep 11 20:27:09.793 INFO O| Sep 11 20:27:09.793 INFO STEP 23 (remove_files) COMPLETE
57622026-09-11T20:27:10.864Z[ recovery-image] Sep 11 20:27:09.793 INFO O| Sep 11 20:27:09.793 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57632026-09-11T20:27:10.868Z[ recovery-image] Sep 11 20:27:09.802 INFO O| Sep 11 20:27:09.802 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/addbadsec"
57642026-09-11T20:27:10.868Z[ recovery-image] Sep 11 20:27:09.802 INFO O| Sep 11 20:27:09.802 INFO STEP 24 (remove_files) COMPLETE
57652026-09-11T20:27:10.868Z[ recovery-image] Sep 11 20:27:09.802 INFO O| Sep 11 20:27:09.802 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57662026-09-11T20:27:10.873Z[ recovery-image] Sep 11 20:27:09.811 INFO O| Sep 11 20:27:09.811 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/agentxtrap"
57672026-09-11T20:27:10.873Z[ recovery-image] Sep 11 20:27:09.811 INFO O| Sep 11 20:27:09.811 INFO STEP 25 (remove_files) COMPLETE
57682026-09-11T20:27:10.873Z[ recovery-image] Sep 11 20:27:09.811 INFO O| Sep 11 20:27:09.811 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57692026-09-11T20:27:10.882Z[ recovery-image] Sep 11 20:27:09.819 INFO O| Sep 11 20:27:09.819 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/alias"
57702026-09-11T20:27:10.882Z[ recovery-image] Sep 11 20:27:09.819 INFO O| Sep 11 20:27:09.819 INFO STEP 26 (remove_files) COMPLETE
57712026-09-11T20:27:10.882Z[ recovery-image] Sep 11 20:27:09.819 INFO O| Sep 11 20:27:09.819 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57722026-09-11T20:27:10.892Z[ recovery-image] Sep 11 20:27:09.828 INFO O| Sep 11 20:27:09.828 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/adb"
57732026-09-11T20:27:10.892Z[ recovery-image] Sep 11 20:27:09.829 INFO O| Sep 11 20:27:09.829 INFO STEP 27 (remove_files) COMPLETE
57742026-09-11T20:27:10.898Z[ recovery-image] Sep 11 20:27:09.829 INFO O| Sep 11 20:27:09.829 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57752026-09-11T20:27:10.921Z[ recovery-image] Sep 11 20:27:09.859 INFO O| Sep 11 20:27:09.859 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/amt"
57762026-09-11T20:27:10.922Z[ recovery-image] Sep 11 20:27:09.859 INFO O| Sep 11 20:27:09.859 INFO STEP 28 (remove_files) COMPLETE
57772026-09-11T20:27:10.922Z[ recovery-image] Sep 11 20:27:09.859 INFO O| Sep 11 20:27:09.859 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57782026-09-11T20:27:10.971Z[ recovery-image] Sep 11 20:27:09.903 INFO O| Sep 11 20:27:09.903 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/crle"
57792026-09-11T20:27:10.971Z[ recovery-image] Sep 11 20:27:09.903 INFO O| Sep 11 20:27:09.903 INFO STEP 29 (remove_files) COMPLETE
57802026-09-11T20:27:10.975Z[ recovery-image] Sep 11 20:27:09.903 INFO O| Sep 11 20:27:09.903 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57812026-09-11T20:27:10.982Z[ recovery-image] Sep 11 20:27:09.919 INFO O| Sep 11 20:27:09.919 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/curl"
57822026-09-11T20:27:10.982Z[ recovery-image] Sep 11 20:27:09.920 INFO O| Sep 11 20:27:09.919 INFO STEP 30 (remove_files) COMPLETE
57832026-09-11T20:27:11.002Z[ recovery-image] Sep 11 20:27:09.920 INFO O| Sep 11 20:27:09.919 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57842026-09-11T20:27:11.036Z[ recovery-image] Sep 11 20:27:09.965 INFO O| Sep 11 20:27:09.965 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/curl-config"
57852026-09-11T20:27:11.041Z[ recovery-image] Sep 11 20:27:09.979 INFO O| Sep 11 20:27:09.979 INFO STEP 31 (remove_files) COMPLETE
57862026-09-11T20:27:11.041Z[ recovery-image] Sep 11 20:27:09.979 INFO O| Sep 11 20:27:09.979 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57872026-09-11T20:27:11.055Z[ recovery-image] Sep 11 20:27:09.989 INFO O| Sep 11 20:27:09.989 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/decrypt"
57882026-09-11T20:27:11.061Z[ recovery-image] Sep 11 20:27:09.991 INFO O| Sep 11 20:27:09.991 INFO STEP 32 (remove_files) COMPLETE
57892026-09-11T20:27:11.062Z[ recovery-image] Sep 11 20:27:09.991 INFO O| Sep 11 20:27:09.991 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57902026-09-11T20:27:11.076Z[ recovery-image] Sep 11 20:27:10.013 INFO O| Sep 11 20:27:10.013 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/digest"
57912026-09-11T20:27:11.076Z[ recovery-image] Sep 11 20:27:10.013 INFO O| Sep 11 20:27:10.013 INFO STEP 33 (remove_files) COMPLETE
57922026-09-11T20:27:11.079Z[ recovery-image] Sep 11 20:27:10.014 INFO O| Sep 11 20:27:10.013 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57932026-09-11T20:27:11.085Z[ recovery-image] Sep 11 20:27:10.023 INFO O| Sep 11 20:27:10.023 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/elfwrap"
57942026-09-11T20:27:11.085Z[ recovery-image] Sep 11 20:27:10.023 INFO O| Sep 11 20:27:10.023 INFO STEP 34 (remove_files) COMPLETE
57952026-09-11T20:27:11.090Z[ recovery-image] Sep 11 20:27:10.023 INFO O| Sep 11 20:27:10.023 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57962026-09-11T20:27:11.119Z[ recovery-image] Sep 11 20:27:10.051 INFO O| Sep 11 20:27:10.051 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/encrypt"
57972026-09-11T20:27:11.119Z[ recovery-image] Sep 11 20:27:10.051 INFO O| Sep 11 20:27:10.051 INFO STEP 35 (remove_files) COMPLETE
57982026-09-11T20:27:11.119Z[ recovery-image] Sep 11 20:27:10.051 INFO O| Sep 11 20:27:10.051 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57992026-09-11T20:27:11.125Z[ recovery-image] Sep 11 20:27:10.063 INFO O| Sep 11 20:27:10.062 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gclear"
58002026-09-11T20:27:11.125Z[ recovery-image] Sep 11 20:27:10.063 INFO O| Sep 11 20:27:10.063 INFO STEP 36 (remove_files) COMPLETE
58012026-09-11T20:27:11.128Z[ recovery-image] Sep 11 20:27:10.063 INFO O| Sep 11 20:27:10.063 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58022026-09-11T20:27:11.136Z[ recovery-image] Sep 11 20:27:10.073 INFO O| Sep 11 20:27:10.073 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ginfocmp"
58032026-09-11T20:27:11.136Z[ recovery-image] Sep 11 20:27:10.073 INFO O| Sep 11 20:27:10.073 INFO STEP 37 (remove_files) COMPLETE
58042026-09-11T20:27:11.136Z[ recovery-image] Sep 11 20:27:10.073 INFO O| Sep 11 20:27:10.073 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58052026-09-11T20:27:11.146Z[ recovery-image] Sep 11 20:27:10.084 INFO O| Sep 11 20:27:10.084 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtabs"
58062026-09-11T20:27:11.146Z[ recovery-image] Sep 11 20:27:10.084 INFO O| Sep 11 20:27:10.084 INFO STEP 38 (remove_files) COMPLETE
58072026-09-11T20:27:11.150Z[ recovery-image] Sep 11 20:27:10.084 INFO O| Sep 11 20:27:10.084 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58082026-09-11T20:27:11.160Z[ recovery-image] Sep 11 20:27:10.094 INFO O| Sep 11 20:27:10.094 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtic"
58092026-09-11T20:27:11.160Z[ recovery-image] Sep 11 20:27:10.094 INFO O| Sep 11 20:27:10.094 INFO STEP 39 (remove_files) COMPLETE
58102026-09-11T20:27:11.163Z[ recovery-image] Sep 11 20:27:10.094 INFO O| Sep 11 20:27:10.094 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58112026-09-11T20:27:11.167Z[ recovery-image] Sep 11 20:27:10.103 INFO O| Sep 11 20:27:10.103 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtoe"
58122026-09-11T20:27:11.167Z[ recovery-image] Sep 11 20:27:10.103 INFO O| Sep 11 20:27:10.103 INFO STEP 40 (remove_files) COMPLETE
58132026-09-11T20:27:11.168Z[ recovery-image] Sep 11 20:27:10.103 INFO O| Sep 11 20:27:10.103 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58142026-09-11T20:27:11.180Z[ recovery-image] Sep 11 20:27:10.113 INFO O| Sep 11 20:27:10.113 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtput"
58152026-09-11T20:27:11.180Z[ recovery-image] Sep 11 20:27:10.113 INFO O| Sep 11 20:27:10.113 INFO STEP 41 (remove_files) COMPLETE
58162026-09-11T20:27:11.180Z[ recovery-image] Sep 11 20:27:10.113 INFO O| Sep 11 20:27:10.113 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58172026-09-11T20:27:11.187Z[ recovery-image] Sep 11 20:27:10.123 INFO O| Sep 11 20:27:10.123 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtset"
58182026-09-11T20:27:11.187Z[ recovery-image] Sep 11 20:27:10.123 INFO O| Sep 11 20:27:10.123 INFO STEP 42 (remove_files) COMPLETE
58192026-09-11T20:27:11.193Z[ recovery-image] Sep 11 20:27:10.123 INFO O| Sep 11 20:27:10.123 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58202026-09-11T20:27:11.197Z[ recovery-image] Sep 11 20:27:10.131 INFO O| Sep 11 20:27:10.131 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/idn"
58212026-09-11T20:27:11.197Z[ recovery-image] Sep 11 20:27:10.131 INFO O| Sep 11 20:27:10.131 INFO STEP 43 (remove_files) COMPLETE
58222026-09-11T20:27:11.197Z[ recovery-image] Sep 11 20:27:10.131 INFO O| Sep 11 20:27:10.131 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58232026-09-11T20:27:11.203Z[ recovery-image] Sep 11 20:27:10.140 INFO O| Sep 11 20:27:10.140 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ksh93"
58242026-09-11T20:27:11.203Z[ recovery-image] Sep 11 20:27:10.140 INFO O| Sep 11 20:27:10.140 INFO STEP 44 (remove_files) COMPLETE
58252026-09-11T20:27:11.203Z[ recovery-image] Sep 11 20:27:10.140 INFO O| Sep 11 20:27:10.140 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58262026-09-11T20:27:11.211Z[ recovery-image] Sep 11 20:27:10.149 INFO O| Sep 11 20:27:10.149 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ls"
58272026-09-11T20:27:11.211Z[ recovery-image] Sep 11 20:27:10.149 INFO O| Sep 11 20:27:10.149 INFO STEP 45 (remove_files) COMPLETE
58282026-09-11T20:27:11.211Z[ recovery-image] Sep 11 20:27:10.149 INFO O| Sep 11 20:27:10.149 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58292026-09-11T20:27:11.242Z[ recovery-image] Sep 11 20:27:10.157 INFO O| Sep 11 20:27:10.157 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/mac"
58302026-09-11T20:27:11.242Z[ recovery-image] Sep 11 20:27:10.157 INFO O| Sep 11 20:27:10.157 INFO STEP 46 (remove_files) COMPLETE
58312026-09-11T20:27:11.251Z[ recovery-image] Sep 11 20:27:10.157 INFO O| Sep 11 20:27:10.157 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58322026-09-11T20:27:11.252Z[ recovery-image] Sep 11 20:27:10.166 INFO O| Sep 11 20:27:10.166 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/moe"
58332026-09-11T20:27:11.252Z[ recovery-image] Sep 11 20:27:10.166 INFO O| Sep 11 20:27:10.166 INFO STEP 47 (remove_files) COMPLETE
58342026-09-11T20:27:11.252Z[ recovery-image] Sep 11 20:27:10.166 INFO O| Sep 11 20:27:10.166 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58352026-09-11T20:27:11.252Z[ recovery-image] Sep 11 20:27:10.174 INFO O| Sep 11 20:27:10.174 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ncurses6-config"
58362026-09-11T20:27:11.252Z[ recovery-image] Sep 11 20:27:10.174 INFO O| Sep 11 20:27:10.174 INFO STEP 48 (remove_files) COMPLETE
58372026-09-11T20:27:11.252Z[ recovery-image] Sep 11 20:27:10.174 INFO O| Sep 11 20:27:10.174 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58382026-09-11T20:27:11.255Z[ recovery-image] Sep 11 20:27:10.184 INFO O| Sep 11 20:27:10.184 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/newtask"
58392026-09-11T20:27:11.255Z[ recovery-image] Sep 11 20:27:10.184 INFO O| Sep 11 20:27:10.184 INFO STEP 49 (remove_files) COMPLETE
58402026-09-11T20:27:11.255Z[ recovery-image] Sep 11 20:27:10.184 INFO O| Sep 11 20:27:10.184 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58412026-09-11T20:27:11.258Z[ recovery-image] Sep 11 20:27:10.195 INFO O| Sep 11 20:27:10.195 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/nohup"
58422026-09-11T20:27:11.258Z[ recovery-image] Sep 11 20:27:10.195 INFO O| Sep 11 20:27:10.195 INFO STEP 50 (remove_files) COMPLETE
58432026-09-11T20:27:11.259Z[ recovery-image] Sep 11 20:27:10.195 INFO O| Sep 11 20:27:10.195 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58442026-09-11T20:27:11.267Z[ recovery-image] Sep 11 20:27:10.205 INFO O| Sep 11 20:27:10.205 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pargs"
58452026-09-11T20:27:11.267Z[verify-libraries] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
58462026-09-11T20:27:11.271Z[ recovery-image] Sep 11 20:27:10.206 INFO O| Sep 11 20:27:10.206 INFO STEP 51 (remove_files) COMPLETE
58472026-09-11T20:27:11.271Z[ recovery-image] Sep 11 20:27:10.206 INFO O| Sep 11 20:27:10.206 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58482026-09-11T20:27:11.280Z[ recovery-image] Sep 11 20:27:10.217 INFO O| Sep 11 20:27:10.217 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pauxv"
58492026-09-11T20:27:11.280Z[ recovery-image] Sep 11 20:27:10.217 INFO O| Sep 11 20:27:10.217 INFO STEP 52 (remove_files) COMPLETE
58502026-09-11T20:27:11.280Z[ recovery-image] Sep 11 20:27:10.217 INFO O| Sep 11 20:27:10.217 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58512026-09-11T20:27:11.290Z[ recovery-image] Sep 11 20:27:10.228 INFO O| Sep 11 20:27:10.227 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcap-config"
58522026-09-11T20:27:11.290Z[ recovery-image] Sep 11 20:27:10.228 INFO O| Sep 11 20:27:10.228 INFO STEP 53 (remove_files) COMPLETE
58532026-09-11T20:27:11.303Z[ recovery-image] Sep 11 20:27:10.228 INFO O| Sep 11 20:27:10.228 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58542026-09-11T20:27:11.307Z[ recovery-image] Sep 11 20:27:10.237 INFO O| Sep 11 20:27:10.237 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre-config"
58552026-09-11T20:27:11.307Z[ recovery-image] Sep 11 20:27:10.237 INFO O| Sep 11 20:27:10.237 INFO STEP 54 (remove_files) COMPLETE
58562026-09-11T20:27:11.307Z[ recovery-image] Sep 11 20:27:10.237 INFO O| Sep 11 20:27:10.237 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58572026-09-11T20:27:11.316Z[ recovery-image] Sep 11 20:27:10.248 INFO O| Sep 11 20:27:10.248 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre2-config"
58582026-09-11T20:27:11.316Z[ recovery-image] Sep 11 20:27:10.248 INFO O| Sep 11 20:27:10.248 INFO STEP 55 (remove_files) COMPLETE
58592026-09-11T20:27:11.316Z[ recovery-image] Sep 11 20:27:10.248 INFO O| Sep 11 20:27:10.248 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58602026-09-11T20:27:11.334Z[ recovery-image] Sep 11 20:27:10.258 INFO O| Sep 11 20:27:10.258 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcred"
58612026-09-11T20:27:11.334Z[ recovery-image] Sep 11 20:27:10.258 INFO O| Sep 11 20:27:10.258 INFO STEP 56 (remove_files) COMPLETE
58622026-09-11T20:27:11.334Z[ recovery-image] Sep 11 20:27:10.258 INFO O| Sep 11 20:27:10.258 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58632026-09-11T20:27:11.340Z[ recovery-image] Sep 11 20:27:10.267 INFO O| Sep 11 20:27:10.267 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcregrep"
58642026-09-11T20:27:11.340Z[ recovery-image] Sep 11 20:27:10.267 INFO O| Sep 11 20:27:10.267 INFO STEP 57 (remove_files) COMPLETE
58652026-09-11T20:27:11.340Z[ recovery-image] Sep 11 20:27:10.267 INFO O| Sep 11 20:27:10.267 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58662026-09-11T20:27:11.340Z[ recovery-image] Sep 11 20:27:10.276 INFO O| Sep 11 20:27:10.276 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcretest"
58672026-09-11T20:27:11.340Z[ recovery-image] Sep 11 20:27:10.276 INFO O| Sep 11 20:27:10.276 INFO STEP 58 (remove_files) COMPLETE
58682026-09-11T20:27:11.340Z[ recovery-image] Sep 11 20:27:10.276 INFO O| Sep 11 20:27:10.276 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58692026-09-11T20:27:11.348Z[ recovery-image] Sep 11 20:27:10.286 INFO O| Sep 11 20:27:10.286 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/penv"
58702026-09-11T20:27:11.348Z[ recovery-image] Sep 11 20:27:10.286 INFO O| Sep 11 20:27:10.286 INFO STEP 59 (remove_files) COMPLETE
58712026-09-11T20:27:11.348Z[ recovery-image] Sep 11 20:27:10.286 INFO O| Sep 11 20:27:10.286 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58722026-09-11T20:27:11.359Z[ recovery-image] Sep 11 20:27:10.296 INFO O| Sep 11 20:27:10.296 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pfiles"
58732026-09-11T20:27:11.359Z[ recovery-image] Sep 11 20:27:10.296 INFO O| Sep 11 20:27:10.296 INFO STEP 60 (remove_files) COMPLETE
58742026-09-11T20:27:11.359Z[ recovery-image] Sep 11 20:27:10.296 INFO O| Sep 11 20:27:10.296 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58752026-09-11T20:27:11.368Z[ recovery-image] Sep 11 20:27:10.306 INFO O| Sep 11 20:27:10.305 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pflags"
58762026-09-11T20:27:11.368Z[ recovery-image] Sep 11 20:27:10.306 INFO O| Sep 11 20:27:10.306 INFO STEP 61 (remove_files) COMPLETE
58772026-09-11T20:27:11.368Z[ recovery-image] Sep 11 20:27:10.306 INFO O| Sep 11 20:27:10.306 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58782026-09-11T20:27:11.377Z[ recovery-image] Sep 11 20:27:10.315 INFO O| Sep 11 20:27:10.315 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pldd"
58792026-09-11T20:27:11.377Z[ recovery-image] Sep 11 20:27:10.315 INFO O| Sep 11 20:27:10.315 INFO STEP 62 (remove_files) COMPLETE
58802026-09-11T20:27:11.377Z[ recovery-image] Sep 11 20:27:10.315 INFO O| Sep 11 20:27:10.315 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58812026-09-11T20:27:11.392Z[ recovery-image] Sep 11 20:27:10.323 INFO O| Sep 11 20:27:10.323 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/plgrp"
58822026-09-11T20:27:11.392Z[ recovery-image] Sep 11 20:27:10.323 INFO O| Sep 11 20:27:10.323 INFO STEP 63 (remove_files) COMPLETE
58832026-09-11T20:27:11.392Z[ recovery-image] Sep 11 20:27:10.323 INFO O| Sep 11 20:27:10.323 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58842026-09-11T20:27:11.396Z[ recovery-image] Sep 11 20:27:10.331 INFO O| Sep 11 20:27:10.331 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/plimit"
58852026-09-11T20:27:11.397Z[ recovery-image] Sep 11 20:27:10.332 INFO O| Sep 11 20:27:10.331 INFO STEP 64 (remove_files) COMPLETE
58862026-09-11T20:27:11.397Z[ recovery-image] Sep 11 20:27:10.332 INFO O| Sep 11 20:27:10.331 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58872026-09-11T20:27:11.404Z[ recovery-image] Sep 11 20:27:10.342 INFO O| Sep 11 20:27:10.342 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pmadvise"
58882026-09-11T20:27:11.405Z[ recovery-image] Sep 11 20:27:10.342 INFO O| Sep 11 20:27:10.342 INFO STEP 65 (remove_files) COMPLETE
58892026-09-11T20:27:11.405Z[ recovery-image] Sep 11 20:27:10.342 INFO O| Sep 11 20:27:10.342 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58902026-09-11T20:27:11.415Z[ recovery-image] Sep 11 20:27:10.353 INFO O| Sep 11 20:27:10.352 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pmap"
58912026-09-11T20:27:11.415Z[ recovery-image] Sep 11 20:27:10.353 INFO O| Sep 11 20:27:10.353 INFO STEP 66 (remove_files) COMPLETE
58922026-09-11T20:27:11.415Z[ recovery-image] Sep 11 20:27:10.353 INFO O| Sep 11 20:27:10.353 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58932026-09-11T20:27:11.424Z[ recovery-image] Sep 11 20:27:10.362 INFO O| Sep 11 20:27:10.362 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ppgsz"
58942026-09-11T20:27:11.424Z[ recovery-image] Sep 11 20:27:10.362 INFO O| Sep 11 20:27:10.362 INFO STEP 67 (remove_files) COMPLETE
58952026-09-11T20:27:11.424Z[ recovery-image] Sep 11 20:27:10.362 INFO O| Sep 11 20:27:10.362 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58962026-09-11T20:27:11.434Z[ recovery-image] Sep 11 20:27:10.372 INFO O| Sep 11 20:27:10.372 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ppriv"
58972026-09-11T20:27:11.435Z[ recovery-image] Sep 11 20:27:10.372 INFO O| Sep 11 20:27:10.372 INFO STEP 68 (remove_files) COMPLETE
58982026-09-11T20:27:11.435Z[ recovery-image] Sep 11 20:27:10.372 INFO O| Sep 11 20:27:10.372 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58992026-09-11T20:27:11.444Z[ recovery-image] Sep 11 20:27:10.381 INFO O| Sep 11 20:27:10.381 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prctl"
59002026-09-11T20:27:11.444Z[ recovery-image] Sep 11 20:27:10.381 INFO O| Sep 11 20:27:10.381 INFO STEP 69 (remove_files) COMPLETE
59012026-09-11T20:27:11.447Z[ recovery-image] Sep 11 20:27:10.381 INFO O| Sep 11 20:27:10.381 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59022026-09-11T20:27:11.452Z[ recovery-image] Sep 11 20:27:10.389 INFO O| Sep 11 20:27:10.389 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/preap"
59032026-09-11T20:27:11.452Z[ recovery-image] Sep 11 20:27:10.389 INFO O| Sep 11 20:27:10.389 INFO STEP 70 (remove_files) COMPLETE
59042026-09-11T20:27:11.455Z[ recovery-image] Sep 11 20:27:10.389 INFO O| Sep 11 20:27:10.389 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59052026-09-11T20:27:11.464Z[ recovery-image] Sep 11 20:27:10.400 INFO O| Sep 11 20:27:10.400 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prstat"
59062026-09-11T20:27:11.464Z[ recovery-image] Sep 11 20:27:10.400 INFO O| Sep 11 20:27:10.400 INFO STEP 71 (remove_files) COMPLETE
59072026-09-11T20:27:11.464Z[ recovery-image] Sep 11 20:27:10.400 INFO O| Sep 11 20:27:10.400 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59082026-09-11T20:27:11.473Z[ recovery-image] Sep 11 20:27:10.411 INFO O| Sep 11 20:27:10.411 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prun"
59092026-09-11T20:27:11.473Z[ recovery-image] Sep 11 20:27:10.411 INFO O| Sep 11 20:27:10.411 INFO STEP 72 (remove_files) COMPLETE
59102026-09-11T20:27:11.477Z[ recovery-image] Sep 11 20:27:10.411 INFO O| Sep 11 20:27:10.411 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59112026-09-11T20:27:11.482Z[ recovery-image] Sep 11 20:27:10.420 INFO O| Sep 11 20:27:10.420 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/psecflags"
59122026-09-11T20:27:11.482Z[ recovery-image] Sep 11 20:27:10.420 INFO O| Sep 11 20:27:10.420 INFO STEP 73 (remove_files) COMPLETE
59132026-09-11T20:27:11.506Z[ recovery-image] Sep 11 20:27:10.420 INFO O| Sep 11 20:27:10.420 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59142026-09-11T20:27:11.528Z[verify-libraries] Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
59152026-09-11T20:27:11.528Z[ recovery-image] Sep 11 20:27:10.429 INFO O| Sep 11 20:27:10.429 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/psig"
59162026-09-11T20:27:11.528Z[ recovery-image] Sep 11 20:27:10.429 INFO O| Sep 11 20:27:10.429 INFO STEP 74 (remove_files) COMPLETE
59172026-09-11T20:27:11.528Z[ recovery-image] Sep 11 20:27:10.429 INFO O| Sep 11 20:27:10.429 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59182026-09-11T20:27:11.528Z[ recovery-image] Sep 11 20:27:10.440 INFO O| Sep 11 20:27:10.440 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pstack"
59192026-09-11T20:27:11.528Z[ recovery-image] Sep 11 20:27:10.440 INFO O| Sep 11 20:27:10.440 INFO STEP 75 (remove_files) COMPLETE
59202026-09-11T20:27:11.529Z[ recovery-image] Sep 11 20:27:10.440 INFO O| Sep 11 20:27:10.440 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59212026-09-11T20:27:11.529Z[ recovery-image] Sep 11 20:27:10.451 INFO O| Sep 11 20:27:10.451 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pstop"
59222026-09-11T20:27:11.529Z[ recovery-image] Sep 11 20:27:10.451 INFO O| Sep 11 20:27:10.451 INFO STEP 76 (remove_files) COMPLETE
59232026-09-11T20:27:11.529Z[ recovery-image] Sep 11 20:27:10.451 INFO O| Sep 11 20:27:10.451 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59242026-09-11T20:27:11.543Z[ recovery-image] Sep 11 20:27:10.462 INFO O| Sep 11 20:27:10.461 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ptime"
59252026-09-11T20:27:11.543Z[ recovery-image] Sep 11 20:27:10.462 INFO O| Sep 11 20:27:10.462 INFO STEP 77 (remove_files) COMPLETE
59262026-09-11T20:27:11.543Z[ recovery-image] Sep 11 20:27:10.462 INFO O| Sep 11 20:27:10.462 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59272026-09-11T20:27:11.550Z[ recovery-image] Sep 11 20:27:10.471 INFO O| Sep 11 20:27:10.471 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ptree"
59282026-09-11T20:27:11.550Z[ recovery-image] Sep 11 20:27:10.472 INFO O| Sep 11 20:27:10.471 INFO STEP 78 (remove_files) COMPLETE
59292026-09-11T20:27:11.551Z[ recovery-image] Sep 11 20:27:10.472 INFO O| Sep 11 20:27:10.472 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59302026-09-11T20:27:11.551Z[ recovery-image] Sep 11 20:27:10.481 INFO O| Sep 11 20:27:10.481 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pwait"
59312026-09-11T20:27:11.551Z[ recovery-image] Sep 11 20:27:10.482 INFO O| Sep 11 20:27:10.481 INFO STEP 79 (remove_files) COMPLETE
59322026-09-11T20:27:11.551Z[ recovery-image] Sep 11 20:27:10.482 INFO O| Sep 11 20:27:10.481 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59332026-09-11T20:27:11.558Z[ recovery-image] Sep 11 20:27:10.491 INFO O| Sep 11 20:27:10.491 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pwdx"
59342026-09-11T20:27:11.558Z[ recovery-image] Sep 11 20:27:10.492 INFO O| Sep 11 20:27:10.492 INFO STEP 80 (remove_files) COMPLETE
59352026-09-11T20:27:11.558Z[ recovery-image] Sep 11 20:27:10.492 INFO O| Sep 11 20:27:10.492 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59362026-09-11T20:27:11.563Z[ recovery-image] Sep 11 20:27:10.501 INFO O| Sep 11 20:27:10.501 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/rksh"
59372026-09-11T20:27:11.564Z[ recovery-image] Sep 11 20:27:10.501 INFO O| Sep 11 20:27:10.501 INFO STEP 81 (remove_files) COMPLETE
59382026-09-11T20:27:11.564Z[ recovery-image] Sep 11 20:27:10.501 INFO O| Sep 11 20:27:10.501 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59392026-09-11T20:27:11.574Z[ recovery-image] Sep 11 20:27:10.511 INFO O| Sep 11 20:27:10.511 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/rksh93"
59402026-09-11T20:27:11.574Z[ recovery-image] Sep 11 20:27:10.511 INFO O| Sep 11 20:27:10.511 INFO STEP 82 (remove_files) COMPLETE
59412026-09-11T20:27:11.574Z[ recovery-image] Sep 11 20:27:10.511 INFO O| Sep 11 20:27:10.511 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59422026-09-11T20:27:11.642Z[ recovery-image] Sep 11 20:27:10.521 INFO O| Sep 11 20:27:10.521 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/strings"
59432026-09-11T20:27:11.642Z[ recovery-image] Sep 11 20:27:10.521 INFO O| Sep 11 20:27:10.521 INFO STEP 83 (remove_files) COMPLETE
59442026-09-11T20:27:11.642Z[ recovery-image] Sep 11 20:27:10.521 INFO O| Sep 11 20:27:10.521 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59452026-09-11T20:27:11.642Z[ recovery-image] Sep 11 20:27:10.531 INFO O| Sep 11 20:27:10.531 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xml2-config"
59462026-09-11T20:27:11.642Z[ recovery-image] Sep 11 20:27:10.533 INFO O| Sep 11 20:27:10.532 INFO STEP 84 (remove_files) COMPLETE
59472026-09-11T20:27:11.642Z[ recovery-image] Sep 11 20:27:10.533 INFO O| Sep 11 20:27:10.532 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59482026-09-11T20:27:11.642Z[ recovery-image] Sep 11 20:27:10.542 INFO O| Sep 11 20:27:10.542 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xmlcatalog"
59492026-09-11T20:27:11.642Z[ recovery-image] Sep 11 20:27:10.543 INFO O| Sep 11 20:27:10.543 INFO STEP 85 (remove_files) COMPLETE
59502026-09-11T20:27:11.642Z[ recovery-image] Sep 11 20:27:10.543 INFO O| Sep 11 20:27:10.543 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59512026-09-11T20:27:11.642Z[ recovery-image] Sep 11 20:27:10.553 INFO O| Sep 11 20:27:10.553 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xmllint"
59522026-09-11T20:27:11.642Z[ recovery-image] Sep 11 20:27:10.553 INFO O| Sep 11 20:27:10.553 INFO STEP 86 (remove_files) COMPLETE
59532026-09-11T20:27:11.642Z[ recovery-image] Sep 11 20:27:10.553 INFO O| Sep 11 20:27:10.553 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59542026-09-11T20:27:11.642Z[ recovery-image] Sep 11 20:27:10.563 INFO O| Sep 11 20:27:10.562 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amt"
59552026-09-11T20:27:11.642Z[ recovery-image] Sep 11 20:27:10.563 INFO O| Sep 11 20:27:10.563 INFO STEP 87 (remove_files) COMPLETE
59562026-09-11T20:27:11.642Z[ recovery-image] Sep 11 20:27:10.563 INFO O| Sep 11 20:27:10.563 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59572026-09-11T20:27:11.658Z[ recovery-image] Sep 11 20:27:10.571 INFO O| Sep 11 20:27:10.571 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/arch"
59582026-09-11T20:27:11.658Z[ recovery-image] Sep 11 20:27:10.571 INFO O| Sep 11 20:27:10.571 INFO STEP 88 (remove_files) COMPLETE
59592026-09-11T20:27:11.658Z[ recovery-image] Sep 11 20:27:10.571 INFO O| Sep 11 20:27:10.571 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59602026-09-11T20:27:11.658Z[ recovery-image] Sep 11 20:27:10.582 INFO O| Sep 11 20:27:10.582 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/asa"
59612026-09-11T20:27:11.658Z[ recovery-image] Sep 11 20:27:10.583 INFO O| Sep 11 20:27:10.583 INFO STEP 89 (remove_files) COMPLETE
59622026-09-11T20:27:11.658Z[ recovery-image] Sep 11 20:27:10.583 INFO O| Sep 11 20:27:10.583 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59632026-09-11T20:27:11.662Z[ recovery-image] Sep 11 20:27:10.594 INFO O| Sep 11 20:27:10.594 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/at"
59642026-09-11T20:27:11.662Z[ recovery-image] Sep 11 20:27:10.594 INFO O| Sep 11 20:27:10.594 INFO STEP 90 (remove_files) COMPLETE
59652026-09-11T20:27:11.662Z[ recovery-image] Sep 11 20:27:10.594 INFO O| Sep 11 20:27:10.594 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59662026-09-11T20:27:11.672Z[ recovery-image] Sep 11 20:27:10.605 INFO O| Sep 11 20:27:10.604 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/atq"
59672026-09-11T20:27:11.672Z[ recovery-image] Sep 11 20:27:10.605 INFO O| Sep 11 20:27:10.604 INFO STEP 91 (remove_files) COMPLETE
59682026-09-11T20:27:11.675Z[ recovery-image] Sep 11 20:27:10.605 INFO O| Sep 11 20:27:10.604 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59692026-09-11T20:27:11.679Z[ recovery-image] Sep 11 20:27:10.614 INFO O| Sep 11 20:27:10.614 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/atrm"
59702026-09-11T20:27:11.679Z[ recovery-image] Sep 11 20:27:10.614 INFO O| Sep 11 20:27:10.614 INFO STEP 92 (remove_files) COMPLETE
59712026-09-11T20:27:11.679Z[ recovery-image] Sep 11 20:27:10.614 INFO O| Sep 11 20:27:10.614 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59722026-09-11T20:27:11.686Z[ recovery-image] Sep 11 20:27:10.624 INFO O| Sep 11 20:27:10.624 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/auths"
59732026-09-11T20:27:11.686Z[ recovery-image] Sep 11 20:27:10.624 INFO O| Sep 11 20:27:10.624 INFO STEP 93 (remove_files) COMPLETE
59742026-09-11T20:27:11.687Z[ recovery-image] Sep 11 20:27:10.624 INFO O| Sep 11 20:27:10.624 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59752026-09-11T20:27:11.696Z[ recovery-image] Sep 11 20:27:10.633 INFO O| Sep 11 20:27:10.633 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/banner"
59762026-09-11T20:27:11.701Z[ recovery-image] Sep 11 20:27:10.634 INFO O| Sep 11 20:27:10.634 INFO STEP 94 (remove_files) COMPLETE
59772026-09-11T20:27:11.702Z[ recovery-image] Sep 11 20:27:10.634 INFO O| Sep 11 20:27:10.634 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59782026-09-11T20:27:11.705Z[ recovery-image] Sep 11 20:27:10.643 INFO O| Sep 11 20:27:10.643 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bashbug"
59792026-09-11T20:27:11.708Z[ recovery-image] Sep 11 20:27:10.643 INFO O| Sep 11 20:27:10.643 INFO STEP 95 (remove_files) COMPLETE
59802026-09-11T20:27:11.708Z[ recovery-image] Sep 11 20:27:10.643 INFO O| Sep 11 20:27:10.643 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59812026-09-11T20:27:11.715Z[ recovery-image] Sep 11 20:27:10.652 INFO O| Sep 11 20:27:10.652 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/batch"
59822026-09-11T20:27:11.715Z[ recovery-image] Sep 11 20:27:10.652 INFO O| Sep 11 20:27:10.652 INFO STEP 96 (remove_files) COMPLETE
59832026-09-11T20:27:11.718Z[ recovery-image] Sep 11 20:27:10.652 INFO O| Sep 11 20:27:10.652 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59842026-09-11T20:27:11.723Z[ recovery-image] Sep 11 20:27:10.661 INFO O| Sep 11 20:27:10.661 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bc"
59852026-09-11T20:27:11.727Z[ recovery-image] Sep 11 20:27:10.662 INFO O| Sep 11 20:27:10.662 INFO STEP 97 (remove_files) COMPLETE
59862026-09-11T20:27:11.727Z[ recovery-image] Sep 11 20:27:10.662 INFO O| Sep 11 20:27:10.662 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59872026-09-11T20:27:11.734Z[ recovery-image] Sep 11 20:27:10.670 INFO O| Sep 11 20:27:10.670 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bdiff"
59882026-09-11T20:27:11.734Z[ recovery-image] Sep 11 20:27:10.670 INFO O| Sep 11 20:27:10.670 INFO STEP 98 (remove_files) COMPLETE
59892026-09-11T20:27:11.738Z[ recovery-image] Sep 11 20:27:10.670 INFO O| Sep 11 20:27:10.670 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59902026-09-11T20:27:11.743Z[ recovery-image] Sep 11 20:27:10.681 INFO O| Sep 11 20:27:10.681 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bg"
59912026-09-11T20:27:11.744Z[ recovery-image] Sep 11 20:27:10.681 INFO O| Sep 11 20:27:10.681 INFO STEP 99 (remove_files) COMPLETE
59922026-09-11T20:27:11.744Z[ recovery-image] Sep 11 20:27:10.681 INFO O| Sep 11 20:27:10.681 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59932026-09-11T20:27:11.755Z[ recovery-image] Sep 11 20:27:10.691 INFO O| Sep 11 20:27:10.691 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/brotli"
59942026-09-11T20:27:11.755Z[ recovery-image] Sep 11 20:27:10.691 INFO O| Sep 11 20:27:10.691 INFO STEP 100 (remove_files) COMPLETE
59952026-09-11T20:27:11.755Z[ recovery-image] Sep 11 20:27:10.691 INFO O| Sep 11 20:27:10.691 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59962026-09-11T20:27:11.763Z[ recovery-image] Sep 11 20:27:10.701 INFO O| Sep 11 20:27:10.701 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bunzip2"
59972026-09-11T20:27:11.775Z[ recovery-image] Sep 11 20:27:10.702 INFO O| Sep 11 20:27:10.702 INFO STEP 101 (remove_files) COMPLETE
59982026-09-11T20:27:11.775Z[ recovery-image] Sep 11 20:27:10.702 INFO O| Sep 11 20:27:10.702 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59992026-09-11T20:27:11.780Z[ recovery-image] Sep 11 20:27:10.713 INFO O| Sep 11 20:27:10.713 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/busstat"
60002026-09-11T20:27:11.780Z[ recovery-image] Sep 11 20:27:10.713 INFO O| Sep 11 20:27:10.713 INFO STEP 102 (remove_files) COMPLETE
60012026-09-11T20:27:11.780Z[ recovery-image] Sep 11 20:27:10.713 INFO O| Sep 11 20:27:10.713 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60022026-09-11T20:27:11.785Z[ recovery-image] Sep 11 20:27:10.723 INFO O| Sep 11 20:27:10.722 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzcat"
60032026-09-11T20:27:11.785Z[ recovery-image] Sep 11 20:27:10.723 INFO O| Sep 11 20:27:10.723 INFO STEP 103 (remove_files) COMPLETE
60042026-09-11T20:27:11.785Z[ recovery-image] Sep 11 20:27:10.723 INFO O| Sep 11 20:27:10.723 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60052026-09-11T20:27:11.819Z[ recovery-image] Sep 11 20:27:10.732 INFO O| Sep 11 20:27:10.732 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzdiff"
60062026-09-11T20:27:11.820Z[ recovery-image] Sep 11 20:27:10.732 INFO O| Sep 11 20:27:10.732 INFO STEP 104 (remove_files) COMPLETE
60072026-09-11T20:27:11.833Z[ recovery-image] Sep 11 20:27:10.732 INFO O| Sep 11 20:27:10.732 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60082026-09-11T20:27:11.843Z[ recovery-image] Sep 11 20:27:10.762 INFO O| Sep 11 20:27:10.762 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzgrep"
60092026-09-11T20:27:11.843Z[ recovery-image] Sep 11 20:27:10.762 INFO O| Sep 11 20:27:10.762 INFO STEP 105 (remove_files) COMPLETE
60102026-09-11T20:27:11.843Z[ recovery-image] Sep 11 20:27:10.762 INFO O| Sep 11 20:27:10.762 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60112026-09-11T20:27:11.843Z[ recovery-image] Sep 11 20:27:10.771 INFO O| Sep 11 20:27:10.771 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzip2"
60122026-09-11T20:27:11.843Z[ recovery-image] Sep 11 20:27:10.772 INFO O| Sep 11 20:27:10.772 INFO STEP 106 (remove_files) COMPLETE
60132026-09-11T20:27:11.843Z[ recovery-image] Sep 11 20:27:10.772 INFO O| Sep 11 20:27:10.772 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60142026-09-11T20:27:11.851Z[ recovery-image] Sep 11 20:27:10.779 INFO O| Sep 11 20:27:10.779 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzip2recover"
60152026-09-11T20:27:11.851Z[ recovery-image] Sep 11 20:27:10.779 INFO O| Sep 11 20:27:10.779 INFO STEP 107 (remove_files) COMPLETE
60162026-09-11T20:27:11.851Z[ recovery-image] Sep 11 20:27:10.779 INFO O| Sep 11 20:27:10.779 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60172026-09-11T20:27:11.854Z[ recovery-image] Sep 11 20:27:10.787 INFO O| Sep 11 20:27:10.787 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzmore"
60182026-09-11T20:27:11.855Z[ recovery-image] Sep 11 20:27:10.787 INFO O| Sep 11 20:27:10.787 INFO STEP 108 (remove_files) COMPLETE
60192026-09-11T20:27:11.855Z[ recovery-image] Sep 11 20:27:10.787 INFO O| Sep 11 20:27:10.787 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60202026-09-11T20:27:11.858Z[ recovery-image] Sep 11 20:27:10.794 INFO O| Sep 11 20:27:10.794 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cal"
60212026-09-11T20:27:11.858Z[ recovery-image] Sep 11 20:27:10.795 INFO O| Sep 11 20:27:10.794 INFO STEP 109 (remove_files) COMPLETE
60222026-09-11T20:27:11.858Z[ recovery-image] Sep 11 20:27:10.795 INFO O| Sep 11 20:27:10.795 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60232026-09-11T20:27:11.872Z[ recovery-image] Sep 11 20:27:10.807 INFO O| Sep 11 20:27:10.807 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/captoinfo"
60242026-09-11T20:27:11.872Z[ recovery-image] Sep 11 20:27:10.808 INFO O| Sep 11 20:27:10.808 INFO STEP 110 (remove_files) COMPLETE
60252026-09-11T20:27:11.872Z[ recovery-image] Sep 11 20:27:10.808 INFO O| Sep 11 20:27:10.808 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60262026-09-11T20:27:11.879Z[ recovery-image] Sep 11 20:27:10.817 INFO O| Sep 11 20:27:10.817 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cd"
60272026-09-11T20:27:11.879Z[ recovery-image] Sep 11 20:27:10.817 INFO O| Sep 11 20:27:10.817 INFO STEP 111 (remove_files) COMPLETE
60282026-09-11T20:27:11.880Z[ recovery-image] Sep 11 20:27:10.817 INFO O| Sep 11 20:27:10.817 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60292026-09-11T20:27:11.890Z[ recovery-image] Sep 11 20:27:10.827 INFO O| Sep 11 20:27:10.826 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/certutil"
60302026-09-11T20:27:11.893Z[ recovery-image] Sep 11 20:27:10.829 INFO O| Sep 11 20:27:10.829 INFO STEP 112 (remove_files) COMPLETE
60312026-09-11T20:27:11.893Z[ recovery-image] Sep 11 20:27:10.829 INFO O| Sep 11 20:27:10.829 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60322026-09-11T20:27:11.901Z[ recovery-image] Sep 11 20:27:10.838 INFO O| Sep 11 20:27:10.838 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/checkbandwidth"
60332026-09-11T20:27:11.901Z[ recovery-image] Sep 11 20:27:10.838 INFO O| Sep 11 20:27:10.838 INFO STEP 113 (remove_files) COMPLETE
60342026-09-11T20:27:11.905Z[ recovery-image] Sep 11 20:27:10.838 INFO O| Sep 11 20:27:10.838 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60352026-09-11T20:27:11.922Z[ recovery-image] Sep 11 20:27:10.847 INFO O| Sep 11 20:27:10.847 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/chgrp"
60362026-09-11T20:27:11.922Z[ recovery-image] Sep 11 20:27:10.847 INFO O| Sep 11 20:27:10.847 INFO STEP 114 (remove_files) COMPLETE
60372026-09-11T20:27:11.925Z[ recovery-image] Sep 11 20:27:10.847 INFO O| Sep 11 20:27:10.847 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60382026-09-11T20:27:11.925Z[ recovery-image] Sep 11 20:27:10.860 INFO O| Sep 11 20:27:10.860 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/chronyc"
60392026-09-11T20:27:11.925Z[ recovery-image] Sep 11 20:27:10.861 INFO O| Sep 11 20:27:10.861 INFO STEP 115 (remove_files) COMPLETE
60402026-09-11T20:27:11.925Z[ recovery-image] Sep 11 20:27:10.861 INFO O| Sep 11 20:27:10.861 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60412026-09-11T20:27:11.934Z[ recovery-image] Sep 11 20:27:10.869 INFO O| Sep 11 20:27:10.869 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckdate"
60422026-09-11T20:27:11.934Z[ recovery-image] Sep 11 20:27:10.869 INFO O| Sep 11 20:27:10.869 INFO STEP 116 (remove_files) COMPLETE
60432026-09-11T20:27:11.937Z[ recovery-image] Sep 11 20:27:10.870 INFO O| Sep 11 20:27:10.869 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60442026-09-11T20:27:11.947Z[ recovery-image] Sep 11 20:27:10.878 INFO O| Sep 11 20:27:10.878 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckgid"
60452026-09-11T20:27:11.947Z[ recovery-image] Sep 11 20:27:10.878 INFO O| Sep 11 20:27:10.878 INFO STEP 117 (remove_files) COMPLETE
60462026-09-11T20:27:11.947Z[ recovery-image] Sep 11 20:27:10.878 INFO O| Sep 11 20:27:10.878 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60472026-09-11T20:27:11.953Z[ recovery-image] Sep 11 20:27:10.889 INFO O| Sep 11 20:27:10.889 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckint"
60482026-09-11T20:27:11.953Z[ recovery-image] Sep 11 20:27:10.889 INFO O| Sep 11 20:27:10.889 INFO STEP 118 (remove_files) COMPLETE
60492026-09-11T20:27:11.953Z[ recovery-image] Sep 11 20:27:10.889 INFO O| Sep 11 20:27:10.889 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60502026-09-11T20:27:11.973Z[ recovery-image] Sep 11 20:27:10.900 INFO O| Sep 11 20:27:10.900 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckitem"
60512026-09-11T20:27:11.973Z[ recovery-image] Sep 11 20:27:10.900 INFO O| Sep 11 20:27:10.900 INFO STEP 119 (remove_files) COMPLETE
60522026-09-11T20:27:11.973Z[ recovery-image] Sep 11 20:27:10.900 INFO O| Sep 11 20:27:10.900 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60532026-09-11T20:27:11.977Z[ recovery-image] Sep 11 20:27:10.910 INFO O| Sep 11 20:27:10.910 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckkeywd"
60542026-09-11T20:27:11.977Z[ recovery-image] Sep 11 20:27:10.911 INFO O| Sep 11 20:27:10.911 INFO STEP 120 (remove_files) COMPLETE
60552026-09-11T20:27:11.977Z[ recovery-image] Sep 11 20:27:10.911 INFO O| Sep 11 20:27:10.911 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60562026-09-11T20:27:11.985Z[ recovery-image] Sep 11 20:27:10.922 INFO O| Sep 11 20:27:10.922 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckpath"
60572026-09-11T20:27:11.985Z[ recovery-image] Sep 11 20:27:10.922 INFO O| Sep 11 20:27:10.922 INFO STEP 121 (remove_files) COMPLETE
60582026-09-11T20:27:11.985Z[ recovery-image] Sep 11 20:27:10.922 INFO O| Sep 11 20:27:10.922 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60592026-09-11T20:27:11.993Z[ recovery-image] Sep 11 20:27:10.931 INFO O| Sep 11 20:27:10.930 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckrange"
60602026-09-11T20:27:11.993Z[ recovery-image] Sep 11 20:27:10.931 INFO O| Sep 11 20:27:10.931 INFO STEP 122 (remove_files) COMPLETE
60612026-09-11T20:27:11.997Z[ recovery-image] Sep 11 20:27:10.931 INFO O| Sep 11 20:27:10.931 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60622026-09-11T20:27:12.003Z[ recovery-image] Sep 11 20:27:10.938 INFO O| Sep 11 20:27:10.938 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckstr"
60632026-09-11T20:27:12.003Z[ recovery-image] Sep 11 20:27:10.938 INFO O| Sep 11 20:27:10.938 INFO STEP 123 (remove_files) COMPLETE
60642026-09-11T20:27:12.012Z[ recovery-image] Sep 11 20:27:10.938 INFO O| Sep 11 20:27:10.938 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60652026-09-11T20:27:12.012Z[ recovery-image] Sep 11 20:27:10.947 INFO O| Sep 11 20:27:10.947 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cksum"
60662026-09-11T20:27:12.012Z[ recovery-image] Sep 11 20:27:10.947 INFO O| Sep 11 20:27:10.947 INFO STEP 124 (remove_files) COMPLETE
60672026-09-11T20:27:12.012Z[ recovery-image] Sep 11 20:27:10.947 INFO O| Sep 11 20:27:10.947 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60682026-09-11T20:27:12.019Z[ recovery-image] Sep 11 20:27:10.956 INFO O| Sep 11 20:27:10.956 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cktime"
60692026-09-11T20:27:12.019Z[ recovery-image] Sep 11 20:27:10.956 INFO O| Sep 11 20:27:10.956 INFO STEP 125 (remove_files) COMPLETE
60702026-09-11T20:27:12.019Z[ recovery-image] Sep 11 20:27:10.956 INFO O| Sep 11 20:27:10.956 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60712026-09-11T20:27:12.045Z[ recovery-image] Sep 11 20:27:10.965 INFO O| Sep 11 20:27:10.965 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckuid"
60722026-09-11T20:27:12.045Z[ recovery-image] Sep 11 20:27:10.965 INFO O| Sep 11 20:27:10.965 INFO STEP 126 (remove_files) COMPLETE
60732026-09-11T20:27:12.050Z[ recovery-image] Sep 11 20:27:10.965 INFO O| Sep 11 20:27:10.965 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60742026-09-11T20:27:12.051Z[ recovery-image] Sep 11 20:27:10.978 INFO O| Sep 11 20:27:10.978 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckyorn"
60752026-09-11T20:27:12.051Z[ recovery-image] Sep 11 20:27:10.978 INFO O| Sep 11 20:27:10.978 INFO STEP 127 (remove_files) COMPLETE
60762026-09-11T20:27:12.051Z[ recovery-image] Sep 11 20:27:10.978 INFO O| Sep 11 20:27:10.978 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60772026-09-11T20:27:12.055Z[ recovery-image] Sep 11 20:27:10.990 INFO O| Sep 11 20:27:10.990 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/clear"
60782026-09-11T20:27:12.055Z[ recovery-image] Sep 11 20:27:10.990 INFO O| Sep 11 20:27:10.990 INFO STEP 128 (remove_files) COMPLETE
60792026-09-11T20:27:12.055Z[ recovery-image] Sep 11 20:27:10.990 INFO O| Sep 11 20:27:10.990 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60802026-09-11T20:27:12.064Z[ recovery-image] Sep 11 20:27:11.002 INFO O| Sep 11 20:27:11.001 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cmp"
60812026-09-11T20:27:12.064Z[ recovery-image] Sep 11 20:27:11.002 INFO O| Sep 11 20:27:11.002 INFO STEP 129 (remove_files) COMPLETE
60822026-09-11T20:27:12.064Z[ recovery-image] Sep 11 20:27:11.002 INFO O| Sep 11 20:27:11.002 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60832026-09-11T20:27:12.075Z[ recovery-image] Sep 11 20:27:11.009 INFO O| Sep 11 20:27:11.009 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/col"
60842026-09-11T20:27:12.075Z[ recovery-image] Sep 11 20:27:11.009 INFO O| Sep 11 20:27:11.009 INFO STEP 130 (remove_files) COMPLETE
60852026-09-11T20:27:12.078Z[ recovery-image] Sep 11 20:27:11.010 INFO O| Sep 11 20:27:11.009 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60862026-09-11T20:27:12.082Z[ recovery-image] Sep 11 20:27:11.017 INFO O| Sep 11 20:27:11.017 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/comm"
60872026-09-11T20:27:12.082Z[ recovery-image] Sep 11 20:27:11.017 INFO O| Sep 11 20:27:11.017 INFO STEP 131 (remove_files) COMPLETE
60882026-09-11T20:27:12.082Z[ recovery-image] Sep 11 20:27:11.017 INFO O| Sep 11 20:27:11.017 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60892026-09-11T20:27:12.089Z[ recovery-image] Sep 11 20:27:11.024 INFO O| Sep 11 20:27:11.024 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/command"
60902026-09-11T20:27:12.089Z[ recovery-image] Sep 11 20:27:11.025 INFO O| Sep 11 20:27:11.024 INFO STEP 132 (remove_files) COMPLETE
60912026-09-11T20:27:12.089Z[ recovery-image] Sep 11 20:27:11.025 INFO O| Sep 11 20:27:11.024 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60922026-09-11T20:27:12.109Z[ recovery-image] Sep 11 20:27:11.046 INFO O| Sep 11 20:27:11.046 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/compress"
60932026-09-11T20:27:12.109Z[ recovery-image] Sep 11 20:27:11.047 INFO O| Sep 11 20:27:11.047 INFO STEP 133 (remove_files) COMPLETE
60942026-09-11T20:27:12.109Z[ recovery-image] Sep 11 20:27:11.047 INFO O| Sep 11 20:27:11.047 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60952026-09-11T20:27:12.119Z[ recovery-image] Sep 11 20:27:11.057 INFO O| Sep 11 20:27:11.057 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/connstat"
60962026-09-11T20:27:12.119Z[ recovery-image] Sep 11 20:27:11.057 INFO O| Sep 11 20:27:11.057 INFO STEP 134 (remove_files) COMPLETE
60972026-09-11T20:27:12.119Z[ recovery-image] Sep 11 20:27:11.057 INFO O| Sep 11 20:27:11.057 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60982026-09-11T20:27:12.129Z[ recovery-image] Sep 11 20:27:11.067 INFO O| Sep 11 20:27:11.067 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cpio"
60992026-09-11T20:27:12.129Z[ recovery-image] Sep 11 20:27:11.067 INFO O| Sep 11 20:27:11.067 INFO STEP 135 (remove_files) COMPLETE
61002026-09-11T20:27:12.129Z[ recovery-image] Sep 11 20:27:11.067 INFO O| Sep 11 20:27:11.067 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61012026-09-11T20:27:12.140Z[ recovery-image] Sep 11 20:27:11.078 INFO O| Sep 11 20:27:11.078 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crle"
61022026-09-11T20:27:12.140Z[ recovery-image] Sep 11 20:27:11.078 INFO O| Sep 11 20:27:11.078 INFO STEP 136 (remove_files) COMPLETE
61032026-09-11T20:27:12.140Z[ recovery-image] Sep 11 20:27:11.078 INFO O| Sep 11 20:27:11.078 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61042026-09-11T20:27:12.152Z[ recovery-image] Sep 11 20:27:11.090 INFO O| Sep 11 20:27:11.090 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crontab"
61052026-09-11T20:27:12.152Z[ recovery-image] Sep 11 20:27:11.090 INFO O| Sep 11 20:27:11.090 INFO STEP 137 (remove_files) COMPLETE
61062026-09-11T20:27:12.153Z[ recovery-image] Sep 11 20:27:11.090 INFO O| Sep 11 20:27:11.090 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61072026-09-11T20:27:12.162Z[ recovery-image] Sep 11 20:27:11.100 INFO O| Sep 11 20:27:11.100 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crypt"
61082026-09-11T20:27:12.162Z[ recovery-image] Sep 11 20:27:11.100 INFO O| Sep 11 20:27:11.100 INFO STEP 138 (remove_files) COMPLETE
61092026-09-11T20:27:12.162Z[ recovery-image] Sep 11 20:27:11.100 INFO O| Sep 11 20:27:11.100 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61102026-09-11T20:27:12.173Z[ recovery-image] Sep 11 20:27:11.109 INFO O| Sep 11 20:27:11.109 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/csh"
61112026-09-11T20:27:12.173Z[ recovery-image] Sep 11 20:27:11.109 INFO O| Sep 11 20:27:11.109 INFO STEP 139 (remove_files) COMPLETE
61122026-09-11T20:27:12.173Z[ recovery-image] Sep 11 20:27:11.109 INFO O| Sep 11 20:27:11.109 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61132026-09-11T20:27:12.179Z[ recovery-image] Sep 11 20:27:11.117 INFO O| Sep 11 20:27:11.117 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/csplit"
61142026-09-11T20:27:12.179Z[ recovery-image] Sep 11 20:27:11.117 INFO O| Sep 11 20:27:11.117 INFO STEP 140 (remove_files) COMPLETE
61152026-09-11T20:27:12.179Z[ recovery-image] Sep 11 20:27:11.117 INFO O| Sep 11 20:27:11.117 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61162026-09-11T20:27:12.191Z[ recovery-image] Sep 11 20:27:11.128 INFO O| Sep 11 20:27:11.128 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/curl"
61172026-09-11T20:27:12.191Z[ recovery-image] Sep 11 20:27:11.128 INFO O| Sep 11 20:27:11.128 INFO STEP 141 (remove_files) COMPLETE
61182026-09-11T20:27:12.191Z[ recovery-image] Sep 11 20:27:11.128 INFO O| Sep 11 20:27:11.128 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61192026-09-11T20:27:12.199Z[ recovery-image] Sep 11 20:27:11.137 INFO O| Sep 11 20:27:11.136 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/curl-config"
61202026-09-11T20:27:12.199Z[ recovery-image] Sep 11 20:27:11.137 INFO O| Sep 11 20:27:11.137 INFO STEP 142 (remove_files) COMPLETE
61212026-09-11T20:27:12.202Z[ recovery-image] Sep 11 20:27:11.137 INFO O| Sep 11 20:27:11.137 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61222026-09-11T20:27:12.208Z[ recovery-image] Sep 11 20:27:11.145 INFO O| Sep 11 20:27:11.145 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dc"
61232026-09-11T20:27:12.208Z[ recovery-image] Sep 11 20:27:11.145 INFO O| Sep 11 20:27:11.145 INFO STEP 143 (remove_files) COMPLETE
61242026-09-11T20:27:12.211Z[ recovery-image] Sep 11 20:27:11.145 INFO O| Sep 11 20:27:11.145 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61252026-09-11T20:27:12.221Z[ recovery-image] Sep 11 20:27:11.154 INFO O| Sep 11 20:27:11.154 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/decrypt"
61262026-09-11T20:27:12.221Z[ recovery-image] Sep 11 20:27:11.154 INFO O| Sep 11 20:27:11.154 INFO STEP 144 (remove_files) COMPLETE
61272026-09-11T20:27:12.227Z[ recovery-image] Sep 11 20:27:11.154 INFO O| Sep 11 20:27:11.154 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61282026-09-11T20:27:12.233Z[ recovery-image] Sep 11 20:27:11.165 INFO O| Sep 11 20:27:11.165 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devattr"
61292026-09-11T20:27:12.233Z[ recovery-image] Sep 11 20:27:11.165 INFO O| Sep 11 20:27:11.165 INFO STEP 145 (remove_files) COMPLETE
61302026-09-11T20:27:12.233Z[ recovery-image] Sep 11 20:27:11.165 INFO O| Sep 11 20:27:11.165 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61312026-09-11T20:27:12.239Z[ recovery-image] Sep 11 20:27:11.175 INFO O| Sep 11 20:27:11.175 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devfree"
61322026-09-11T20:27:12.239Z[ recovery-image] Sep 11 20:27:11.175 INFO O| Sep 11 20:27:11.175 INFO STEP 146 (remove_files) COMPLETE
61332026-09-11T20:27:12.248Z[ recovery-image] Sep 11 20:27:11.175 INFO O| Sep 11 20:27:11.175 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61342026-09-11T20:27:12.253Z[ recovery-image] Sep 11 20:27:11.185 INFO O| Sep 11 20:27:11.185 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devreserv"
61352026-09-11T20:27:12.253Z[ recovery-image] Sep 11 20:27:11.185 INFO O| Sep 11 20:27:11.185 INFO STEP 147 (remove_files) COMPLETE
61362026-09-11T20:27:12.253Z[ recovery-image] Sep 11 20:27:11.185 INFO O| Sep 11 20:27:11.185 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61372026-09-11T20:27:12.263Z[ recovery-image] Sep 11 20:27:11.197 INFO O| Sep 11 20:27:11.193 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/diff3"
61382026-09-11T20:27:12.263Z[ recovery-image] Sep 11 20:27:11.197 INFO O| Sep 11 20:27:11.197 INFO STEP 148 (remove_files) COMPLETE
61392026-09-11T20:27:12.269Z[ recovery-image] Sep 11 20:27:11.197 INFO O| Sep 11 20:27:11.197 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61402026-09-11T20:27:12.277Z[ recovery-image] Sep 11 20:27:11.207 INFO O| Sep 11 20:27:11.207 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/digest"
61412026-09-11T20:27:12.277Z[ recovery-image] Sep 11 20:27:11.207 INFO O| Sep 11 20:27:11.207 INFO STEP 149 (remove_files) COMPLETE
61422026-09-11T20:27:12.277Z[ recovery-image] Sep 11 20:27:11.207 INFO O| Sep 11 20:27:11.207 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61432026-09-11T20:27:12.283Z[ recovery-image] Sep 11 20:27:11.216 INFO O| Sep 11 20:27:11.216 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dircmp"
61442026-09-11T20:27:12.283Z[ recovery-image] Sep 11 20:27:11.216 INFO O| Sep 11 20:27:11.216 INFO STEP 150 (remove_files) COMPLETE
61452026-09-11T20:27:12.283Z[ recovery-image] Sep 11 20:27:11.216 INFO O| Sep 11 20:27:11.216 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61462026-09-11T20:27:12.288Z[ recovery-image] Sep 11 20:27:11.225 INFO O| Sep 11 20:27:11.225 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dirname"
61472026-09-11T20:27:12.288Z[ recovery-image] Sep 11 20:27:11.225 INFO O| Sep 11 20:27:11.225 INFO STEP 151 (remove_files) COMPLETE
61482026-09-11T20:27:12.288Z[ recovery-image] Sep 11 20:27:11.225 INFO O| Sep 11 20:27:11.225 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61492026-09-11T20:27:12.303Z[ recovery-image] Sep 11 20:27:11.236 INFO O| Sep 11 20:27:11.236 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/diskscan"
61502026-09-11T20:27:12.303Z[ recovery-image] Sep 11 20:27:11.236 INFO O| Sep 11 20:27:11.236 INFO STEP 152 (remove_files) COMPLETE
61512026-09-11T20:27:12.306Z[ recovery-image] Sep 11 20:27:11.236 INFO O| Sep 11 20:27:11.236 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61522026-09-11T20:27:12.310Z[ recovery-image] Sep 11 20:27:11.247 INFO O| Sep 11 20:27:11.247 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dispgid"
61532026-09-11T20:27:12.310Z[ recovery-image] Sep 11 20:27:11.247 INFO O| Sep 11 20:27:11.247 INFO STEP 153 (remove_files) COMPLETE
61542026-09-11T20:27:12.310Z[ recovery-image] Sep 11 20:27:11.247 INFO O| Sep 11 20:27:11.247 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61552026-09-11T20:27:12.322Z[ recovery-image] Sep 11 20:27:11.257 INFO O| Sep 11 20:27:11.257 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dispuid"
61562026-09-11T20:27:12.322Z[ recovery-image] Sep 11 20:27:11.257 INFO O| Sep 11 20:27:11.257 INFO STEP 154 (remove_files) COMPLETE
61572026-09-11T20:27:12.323Z[ recovery-image] Sep 11 20:27:11.257 INFO O| Sep 11 20:27:11.257 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61582026-09-11T20:27:12.330Z[ recovery-image] Sep 11 20:27:11.268 INFO O| Sep 11 20:27:11.268 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dos2unix"
61592026-09-11T20:27:12.331Z[ recovery-image] Sep 11 20:27:11.268 INFO O| Sep 11 20:27:11.268 INFO STEP 155 (remove_files) COMPLETE
61602026-09-11T20:27:12.331Z[ recovery-image] Sep 11 20:27:11.268 INFO O| Sep 11 20:27:11.268 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61612026-09-11T20:27:12.338Z[ recovery-image] Sep 11 20:27:11.276 INFO O| Sep 11 20:27:11.276 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/du"
61622026-09-11T20:27:12.338Z[ recovery-image] Sep 11 20:27:11.276 INFO O| Sep 11 20:27:11.276 INFO STEP 156 (remove_files) COMPLETE
61632026-09-11T20:27:12.343Z[ recovery-image] Sep 11 20:27:11.276 INFO O| Sep 11 20:27:11.276 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61642026-09-11T20:27:12.348Z[ recovery-image] Sep 11 20:27:11.286 INFO O| Sep 11 20:27:11.286 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dumpcs"
61652026-09-11T20:27:12.348Z[ recovery-image] Sep 11 20:27:11.286 INFO O| Sep 11 20:27:11.286 INFO STEP 157 (remove_files) COMPLETE
61662026-09-11T20:27:12.348Z[ recovery-image] Sep 11 20:27:11.286 INFO O| Sep 11 20:27:11.286 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61672026-09-11T20:27:12.359Z[ recovery-image] Sep 11 20:27:11.296 INFO O| Sep 11 20:27:11.296 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dumpkeys"
61682026-09-11T20:27:12.359Z[ recovery-image] Sep 11 20:27:11.296 INFO O| Sep 11 20:27:11.296 INFO STEP 158 (remove_files) COMPLETE
61692026-09-11T20:27:12.359Z[ recovery-image] Sep 11 20:27:11.297 INFO O| Sep 11 20:27:11.296 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61702026-09-11T20:27:12.368Z[ recovery-image] Sep 11 20:27:11.306 INFO O| Sep 11 20:27:11.306 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/edit"
61712026-09-11T20:27:12.368Z[ recovery-image] Sep 11 20:27:11.306 INFO O| Sep 11 20:27:11.306 INFO STEP 159 (remove_files) COMPLETE
61722026-09-11T20:27:12.368Z[ recovery-image] Sep 11 20:27:11.306 INFO O| Sep 11 20:27:11.306 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61732026-09-11T20:27:12.376Z[ recovery-image] Sep 11 20:27:11.314 INFO O| Sep 11 20:27:11.314 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/eject"
61742026-09-11T20:27:12.377Z[ recovery-image] Sep 11 20:27:11.314 INFO O| Sep 11 20:27:11.314 INFO STEP 160 (remove_files) COMPLETE
61752026-09-11T20:27:12.380Z[ recovery-image] Sep 11 20:27:11.314 INFO O| Sep 11 20:27:11.314 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61762026-09-11T20:27:12.385Z[ recovery-image] Sep 11 20:27:11.323 INFO O| Sep 11 20:27:11.323 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/elfsign"
61772026-09-11T20:27:12.385Z[ recovery-image] Sep 11 20:27:11.323 INFO O| Sep 11 20:27:11.323 INFO STEP 161 (remove_files) COMPLETE
61782026-09-11T20:27:12.388Z[ recovery-image] Sep 11 20:27:11.323 INFO O| Sep 11 20:27:11.323 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61792026-09-11T20:27:12.394Z[ recovery-image] Sep 11 20:27:11.332 INFO O| Sep 11 20:27:11.332 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/elfwrap"
61802026-09-11T20:27:12.397Z[ recovery-image] Sep 11 20:27:11.333 INFO O| Sep 11 20:27:11.333 INFO STEP 162 (remove_files) COMPLETE
61812026-09-11T20:27:12.397Z[ recovery-image] Sep 11 20:27:11.333 INFO O| Sep 11 20:27:11.333 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61822026-09-11T20:27:12.405Z[ recovery-image] Sep 11 20:27:11.342 INFO O| Sep 11 20:27:11.342 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/encode_keychange"
61832026-09-11T20:27:12.407Z[ recovery-image] Sep 11 20:27:11.343 INFO O| Sep 11 20:27:11.343 INFO STEP 163 (remove_files) COMPLETE
61842026-09-11T20:27:12.408Z[ recovery-image] Sep 11 20:27:11.343 INFO O| Sep 11 20:27:11.343 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61852026-09-11T20:27:12.418Z[ recovery-image] Sep 11 20:27:11.355 INFO O| Sep 11 20:27:11.353 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/encrypt"
61862026-09-11T20:27:12.418Z[ recovery-image] Sep 11 20:27:11.355 INFO O| Sep 11 20:27:11.353 INFO STEP 164 (remove_files) COMPLETE
61872026-09-11T20:27:12.418Z[ recovery-image] Sep 11 20:27:11.355 INFO O| Sep 11 20:27:11.353 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61882026-09-11T20:27:12.424Z[ recovery-image] Sep 11 20:27:11.362 INFO O| Sep 11 20:27:11.362 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/enhance"
61892026-09-11T20:27:12.429Z[ recovery-image] Sep 11 20:27:11.363 INFO O| Sep 11 20:27:11.363 INFO STEP 165 (remove_files) COMPLETE
61902026-09-11T20:27:12.429Z[ recovery-image] Sep 11 20:27:11.363 INFO O| Sep 11 20:27:11.363 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61912026-09-11T20:27:12.435Z[ recovery-image] Sep 11 20:27:11.373 INFO O| Sep 11 20:27:11.372 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/env"
61922026-09-11T20:27:12.435Z[ recovery-image] Sep 11 20:27:11.373 INFO O| Sep 11 20:27:11.373 INFO STEP 166 (remove_files) COMPLETE
61932026-09-11T20:27:12.435Z[ recovery-image] Sep 11 20:27:11.373 INFO O| Sep 11 20:27:11.373 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61942026-09-11T20:27:12.444Z[ recovery-image] Sep 11 20:27:11.382 INFO O| Sep 11 20:27:11.382 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/etdump"
61952026-09-11T20:27:12.444Z[ recovery-image] Sep 11 20:27:11.382 INFO O| Sep 11 20:27:11.382 INFO STEP 167 (remove_files) COMPLETE
61962026-09-11T20:27:12.444Z[ recovery-image] Sep 11 20:27:11.382 INFO O| Sep 11 20:27:11.382 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61972026-09-11T20:27:12.453Z[ recovery-image] Sep 11 20:27:11.390 INFO O| Sep 11 20:27:11.390 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/expand"
61982026-09-11T20:27:12.453Z[ recovery-image] Sep 11 20:27:11.390 INFO O| Sep 11 20:27:11.390 INFO STEP 168 (remove_files) COMPLETE
61992026-09-11T20:27:12.453Z[ recovery-image] Sep 11 20:27:11.390 INFO O| Sep 11 20:27:11.390 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62002026-09-11T20:27:12.468Z[ recovery-image] Sep 11 20:27:11.400 INFO O| Sep 11 20:27:11.400 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/exstr"
62012026-09-11T20:27:12.468Z[ recovery-image] Sep 11 20:27:11.400 INFO O| Sep 11 20:27:11.400 INFO STEP 169 (remove_files) COMPLETE
62022026-09-11T20:27:12.472Z[ recovery-image] Sep 11 20:27:11.400 INFO O| Sep 11 20:27:11.400 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62032026-09-11T20:27:12.475Z[ recovery-image] Sep 11 20:27:11.410 INFO O| Sep 11 20:27:11.410 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/factor"
62042026-09-11T20:27:12.476Z[ recovery-image] Sep 11 20:27:11.410 INFO O| Sep 11 20:27:11.410 INFO STEP 170 (remove_files) COMPLETE
62052026-09-11T20:27:12.476Z[ recovery-image] Sep 11 20:27:11.410 INFO O| Sep 11 20:27:11.410 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62062026-09-11T20:27:12.487Z[ recovery-image] Sep 11 20:27:11.420 INFO O| Sep 11 20:27:11.420 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/false"
62072026-09-11T20:27:12.487Z[ recovery-image] Sep 11 20:27:11.420 INFO O| Sep 11 20:27:11.420 INFO STEP 171 (remove_files) COMPLETE
62082026-09-11T20:27:12.493Z[ recovery-image] Sep 11 20:27:11.420 INFO O| Sep 11 20:27:11.420 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62092026-09-11T20:27:12.496Z[ recovery-image] Sep 11 20:27:11.431 INFO O| Sep 11 20:27:11.431 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fc"
62102026-09-11T20:27:12.496Z[ recovery-image] Sep 11 20:27:11.431 INFO O| Sep 11 20:27:11.431 INFO STEP 172 (remove_files) COMPLETE
62112026-09-11T20:27:12.496Z[ recovery-image] Sep 11 20:27:11.431 INFO O| Sep 11 20:27:11.431 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62122026-09-11T20:27:12.506Z[ recovery-image] Sep 11 20:27:11.442 INFO O| Sep 11 20:27:11.442 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fdetach"
62132026-09-11T20:27:12.506Z[ recovery-image] Sep 11 20:27:11.442 INFO O| Sep 11 20:27:11.442 INFO STEP 173 (remove_files) COMPLETE
62142026-09-11T20:27:12.506Z[ recovery-image] Sep 11 20:27:11.442 INFO O| Sep 11 20:27:11.442 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62152026-09-11T20:27:12.516Z[ recovery-image] Sep 11 20:27:11.454 INFO O| Sep 11 20:27:11.454 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fdformat"
62162026-09-11T20:27:12.516Z[ recovery-image] Sep 11 20:27:11.454 INFO O| Sep 11 20:27:11.454 INFO STEP 174 (remove_files) COMPLETE
62172026-09-11T20:27:12.516Z[ recovery-image] Sep 11 20:27:11.454 INFO O| Sep 11 20:27:11.454 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62182026-09-11T20:27:12.534Z[ recovery-image] Sep 11 20:27:11.464 INFO O| Sep 11 20:27:11.464 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fg"
62192026-09-11T20:27:12.534Z[ recovery-image] Sep 11 20:27:11.464 INFO O| Sep 11 20:27:11.464 INFO STEP 175 (remove_files) COMPLETE
62202026-09-11T20:27:12.539Z[ recovery-image] Sep 11 20:27:11.464 INFO O| Sep 11 20:27:11.464 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62212026-09-11T20:27:12.539Z[ recovery-image] Sep 11 20:27:11.474 INFO O| Sep 11 20:27:11.474 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fgrep"
62222026-09-11T20:27:12.539Z[ recovery-image] Sep 11 20:27:11.474 INFO O| Sep 11 20:27:11.474 INFO STEP 176 (remove_files) COMPLETE
62232026-09-11T20:27:12.540Z[ recovery-image] Sep 11 20:27:11.474 INFO O| Sep 11 20:27:11.474 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62242026-09-11T20:27:12.550Z[ recovery-image] Sep 11 20:27:11.485 INFO O| Sep 11 20:27:11.484 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/file"
62252026-09-11T20:27:12.550Z[ recovery-image] Sep 11 20:27:11.485 INFO O| Sep 11 20:27:11.485 INFO STEP 177 (remove_files) COMPLETE
62262026-09-11T20:27:12.554Z[ recovery-image] Sep 11 20:27:11.485 INFO O| Sep 11 20:27:11.485 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62272026-09-11T20:27:12.558Z[ recovery-image] Sep 11 20:27:11.496 INFO O| Sep 11 20:27:11.496 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fixproc"
62282026-09-11T20:27:12.558Z[ recovery-image] Sep 11 20:27:11.496 INFO O| Sep 11 20:27:11.496 INFO STEP 178 (remove_files) COMPLETE
62292026-09-11T20:27:12.558Z[ recovery-image] Sep 11 20:27:11.496 INFO O| Sep 11 20:27:11.496 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62302026-09-11T20:27:12.569Z[ recovery-image] Sep 11 20:27:11.506 INFO O| Sep 11 20:27:11.506 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fmt"
62312026-09-11T20:27:12.569Z[ recovery-image] Sep 11 20:27:11.506 INFO O| Sep 11 20:27:11.506 INFO STEP 179 (remove_files) COMPLETE
62322026-09-11T20:27:12.569Z[ recovery-image] Sep 11 20:27:11.506 INFO O| Sep 11 20:27:11.506 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62332026-09-11T20:27:12.579Z[ recovery-image] Sep 11 20:27:11.517 INFO O| Sep 11 20:27:11.516 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fmtmsg"
62342026-09-11T20:27:12.579Z[ recovery-image] Sep 11 20:27:11.517 INFO O| Sep 11 20:27:11.517 INFO STEP 180 (remove_files) COMPLETE
62352026-09-11T20:27:12.579Z[ recovery-image] Sep 11 20:27:11.517 INFO O| Sep 11 20:27:11.517 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62362026-09-11T20:27:12.591Z[ recovery-image] Sep 11 20:27:11.526 INFO O| Sep 11 20:27:11.526 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fold"
62372026-09-11T20:27:12.591Z[ recovery-image] Sep 11 20:27:11.526 INFO O| Sep 11 20:27:11.526 INFO STEP 181 (remove_files) COMPLETE
62382026-09-11T20:27:12.598Z[ recovery-image] Sep 11 20:27:11.526 INFO O| Sep 11 20:27:11.526 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62392026-09-11T20:27:12.633Z[ recovery-image] Sep 11 20:27:11.536 INFO O| Sep 11 20:27:11.536 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fsstat"
62402026-09-11T20:27:12.633Z[ recovery-image] Sep 11 20:27:11.536 INFO O| Sep 11 20:27:11.536 INFO STEP 182 (remove_files) COMPLETE
62412026-09-11T20:27:12.633Z[ recovery-image] Sep 11 20:27:11.536 INFO O| Sep 11 20:27:11.536 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62422026-09-11T20:27:12.651Z[ recovery-image] Sep 11 20:27:11.548 INFO O| Sep 11 20:27:11.548 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gclear"
62432026-09-11T20:27:12.651Z[ recovery-image] Sep 11 20:27:11.548 INFO O| Sep 11 20:27:11.548 INFO STEP 183 (remove_files) COMPLETE
62442026-09-11T20:27:12.652Z[ recovery-image] Sep 11 20:27:11.548 INFO O| Sep 11 20:27:11.548 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62452026-09-11T20:27:12.660Z[ recovery-image] Sep 11 20:27:11.558 INFO O| Sep 11 20:27:11.558 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/geniconvtbl"
62462026-09-11T20:27:12.660Z[ recovery-image] Sep 11 20:27:11.558 INFO O| Sep 11 20:27:11.558 INFO STEP 184 (remove_files) COMPLETE
62472026-09-11T20:27:12.660Z[ recovery-image] Sep 11 20:27:11.558 INFO O| Sep 11 20:27:11.558 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62482026-09-11T20:27:12.660Z[ recovery-image] Sep 11 20:27:11.568 INFO O| Sep 11 20:27:11.568 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getconf"
62492026-09-11T20:27:12.660Z[ recovery-image] Sep 11 20:27:11.568 INFO O| Sep 11 20:27:11.568 INFO STEP 185 (remove_files) COMPLETE
62502026-09-11T20:27:12.660Z[ recovery-image] Sep 11 20:27:11.568 INFO O| Sep 11 20:27:11.568 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62512026-09-11T20:27:12.660Z[ recovery-image] Sep 11 20:27:11.578 INFO O| Sep 11 20:27:11.578 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getdev"
62522026-09-11T20:27:12.660Z[ recovery-image] Sep 11 20:27:11.578 INFO O| Sep 11 20:27:11.578 INFO STEP 186 (remove_files) COMPLETE
62532026-09-11T20:27:12.660Z[ recovery-image] Sep 11 20:27:11.578 INFO O| Sep 11 20:27:11.578 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62542026-09-11T20:27:12.740Z[ recovery-image] Sep 11 20:27:11.588 INFO O| Sep 11 20:27:11.588 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getdgrp"
62552026-09-11T20:27:12.740Z[ recovery-image] Sep 11 20:27:11.588 INFO O| Sep 11 20:27:11.588 INFO STEP 187 (remove_files) COMPLETE
62562026-09-11T20:27:12.740Z[ recovery-image] Sep 11 20:27:11.588 INFO O| Sep 11 20:27:11.588 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62572026-09-11T20:27:12.740Z[verify-libraries] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
62582026-09-11T20:27:12.740Z[ recovery-image] Sep 11 20:27:11.598 INFO O| Sep 11 20:27:11.598 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getent"
62592026-09-11T20:27:12.740Z[ recovery-image] Sep 11 20:27:11.598 INFO O| Sep 11 20:27:11.598 INFO STEP 188 (remove_files) COMPLETE
62602026-09-11T20:27:12.741Z[ recovery-image] Sep 11 20:27:11.598 INFO O| Sep 11 20:27:11.598 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62612026-09-11T20:27:12.741Z[ recovery-image] Sep 11 20:27:11.609 INFO O| Sep 11 20:27:11.609 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getfacl"
62622026-09-11T20:27:12.741Z[ recovery-image] Sep 11 20:27:11.609 INFO O| Sep 11 20:27:11.609 INFO STEP 189 (remove_files) COMPLETE
62632026-09-11T20:27:12.741Z[ recovery-image] Sep 11 20:27:11.609 INFO O| Sep 11 20:27:11.609 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62642026-09-11T20:27:12.741Z[ recovery-image] Sep 11 20:27:11.619 INFO O| Sep 11 20:27:11.619 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getopt"
62652026-09-11T20:27:12.741Z[ recovery-image] Sep 11 20:27:11.619 INFO O| Sep 11 20:27:11.619 INFO STEP 190 (remove_files) COMPLETE
62662026-09-11T20:27:12.741Z[ recovery-image] Sep 11 20:27:11.619 INFO O| Sep 11 20:27:11.619 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62672026-09-11T20:27:12.741Z[ recovery-image] Sep 11 20:27:11.628 INFO O| Sep 11 20:27:11.628 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getopts"
62682026-09-11T20:27:12.741Z[ recovery-image] Sep 11 20:27:11.628 INFO O| Sep 11 20:27:11.628 INFO STEP 191 (remove_files) COMPLETE
62692026-09-11T20:27:12.741Z[ recovery-image] Sep 11 20:27:11.628 INFO O| Sep 11 20:27:11.628 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62702026-09-11T20:27:12.741Z[ recovery-image] Sep 11 20:27:11.636 INFO O| Sep 11 20:27:11.636 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gettext"
62712026-09-11T20:27:12.741Z[ recovery-image] Sep 11 20:27:11.637 INFO O| Sep 11 20:27:11.637 INFO STEP 192 (remove_files) COMPLETE
62722026-09-11T20:27:12.741Z[ recovery-image] Sep 11 20:27:11.637 INFO O| Sep 11 20:27:11.637 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62732026-09-11T20:27:12.741Z[ recovery-image] Sep 11 20:27:11.647 INFO O| Sep 11 20:27:11.647 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getvol"
62742026-09-11T20:27:12.741Z[ recovery-image] Sep 11 20:27:11.647 INFO O| Sep 11 20:27:11.647 INFO STEP 193 (remove_files) COMPLETE
62752026-09-11T20:27:12.741Z[ recovery-image] Sep 11 20:27:11.647 INFO O| Sep 11 20:27:11.647 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62762026-09-11T20:27:12.741Z[ recovery-image] Sep 11 20:27:11.658 INFO O| Sep 11 20:27:11.658 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ginfocmp"
62772026-09-11T20:27:12.741Z[ recovery-image] Sep 11 20:27:11.658 INFO O| Sep 11 20:27:11.658 INFO STEP 194 (remove_files) COMPLETE
62782026-09-11T20:27:12.741Z[ recovery-image] Sep 11 20:27:11.658 INFO O| Sep 11 20:27:11.658 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62792026-09-11T20:27:12.741Z[ recovery-image] Sep 11 20:27:11.668 INFO O| Sep 11 20:27:11.668 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/groups"
62802026-09-11T20:27:12.741Z[ recovery-image] Sep 11 20:27:11.668 INFO O| Sep 11 20:27:11.668 INFO STEP 195 (remove_files) COMPLETE
62812026-09-11T20:27:12.741Z[ recovery-image] Sep 11 20:27:11.668 INFO O| Sep 11 20:27:11.668 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62822026-09-11T20:27:12.755Z[ recovery-image] Sep 11 20:27:11.678 INFO O| Sep 11 20:27:11.678 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtabs"
62832026-09-11T20:27:12.755Z[ recovery-image] Sep 11 20:27:11.678 INFO O| Sep 11 20:27:11.678 INFO STEP 196 (remove_files) COMPLETE
62842026-09-11T20:27:12.755Z[ recovery-image] Sep 11 20:27:11.678 INFO O| Sep 11 20:27:11.678 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62852026-09-11T20:27:12.765Z[ recovery-image] Sep 11 20:27:11.688 INFO O| Sep 11 20:27:11.688 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtic"
62862026-09-11T20:27:12.765Z[ recovery-image] Sep 11 20:27:11.688 INFO O| Sep 11 20:27:11.688 INFO STEP 197 (remove_files) COMPLETE
62872026-09-11T20:27:12.765Z[ recovery-image] Sep 11 20:27:11.688 INFO O| Sep 11 20:27:11.688 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62882026-09-11T20:27:12.771Z[ recovery-image] Sep 11 20:27:11.698 INFO O| Sep 11 20:27:11.698 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtoe"
62892026-09-11T20:27:12.771Z[ recovery-image] Sep 11 20:27:11.698 INFO O| Sep 11 20:27:11.698 INFO STEP 198 (remove_files) COMPLETE
62902026-09-11T20:27:12.771Z[ recovery-image] Sep 11 20:27:11.698 INFO O| Sep 11 20:27:11.698 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62912026-09-11T20:27:12.775Z[ recovery-image] Sep 11 20:27:11.707 INFO O| Sep 11 20:27:11.707 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtput"
62922026-09-11T20:27:12.775Z[ recovery-image] Sep 11 20:27:11.708 INFO O| Sep 11 20:27:11.708 INFO STEP 199 (remove_files) COMPLETE
62932026-09-11T20:27:12.775Z[ recovery-image] Sep 11 20:27:11.708 INFO O| Sep 11 20:27:11.708 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62942026-09-11T20:27:12.780Z[ recovery-image] Sep 11 20:27:11.716 INFO O| Sep 11 20:27:11.716 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtset"
62952026-09-11T20:27:12.780Z[ recovery-image] Sep 11 20:27:11.716 INFO O| Sep 11 20:27:11.716 INFO STEP 200 (remove_files) COMPLETE
62962026-09-11T20:27:12.780Z[ recovery-image] Sep 11 20:27:11.716 INFO O| Sep 11 20:27:11.716 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62972026-09-11T20:27:12.787Z[ recovery-image] Sep 11 20:27:11.725 INFO O| Sep 11 20:27:11.725 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gunzip"
62982026-09-11T20:27:12.787Z[ recovery-image] Sep 11 20:27:11.725 INFO O| Sep 11 20:27:11.725 INFO STEP 201 (remove_files) COMPLETE
62992026-09-11T20:27:12.787Z[ recovery-image] Sep 11 20:27:11.725 INFO O| Sep 11 20:27:11.725 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63002026-09-11T20:27:12.801Z[ recovery-image] Sep 11 20:27:11.734 INFO O| Sep 11 20:27:11.734 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzcat"
63012026-09-11T20:27:12.801Z[ recovery-image] Sep 11 20:27:11.734 INFO O| Sep 11 20:27:11.734 INFO STEP 202 (remove_files) COMPLETE
63022026-09-11T20:27:12.802Z[ recovery-image] Sep 11 20:27:11.734 INFO O| Sep 11 20:27:11.734 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63032026-09-11T20:27:12.806Z[ recovery-image] Sep 11 20:27:11.743 INFO O| Sep 11 20:27:11.743 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzcmp"
63042026-09-11T20:27:12.806Z[ recovery-image] Sep 11 20:27:11.743 INFO O| Sep 11 20:27:11.743 INFO STEP 203 (remove_files) COMPLETE
63052026-09-11T20:27:12.806Z[ recovery-image] Sep 11 20:27:11.743 INFO O| Sep 11 20:27:11.743 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63062026-09-11T20:27:12.816Z[ recovery-image] Sep 11 20:27:11.753 INFO O| Sep 11 20:27:11.753 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzdiff"
63072026-09-11T20:27:12.816Z[ recovery-image] Sep 11 20:27:11.754 INFO O| Sep 11 20:27:11.753 INFO STEP 204 (remove_files) COMPLETE
63082026-09-11T20:27:12.816Z[ recovery-image] Sep 11 20:27:11.754 INFO O| Sep 11 20:27:11.753 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63092026-09-11T20:27:12.827Z[ recovery-image] Sep 11 20:27:11.763 INFO O| Sep 11 20:27:11.763 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzegrep"
63102026-09-11T20:27:12.827Z[ recovery-image] Sep 11 20:27:11.763 INFO O| Sep 11 20:27:11.763 INFO STEP 205 (remove_files) COMPLETE
63112026-09-11T20:27:12.827Z[ recovery-image] Sep 11 20:27:11.763 INFO O| Sep 11 20:27:11.763 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63122026-09-11T20:27:12.838Z[ recovery-image] Sep 11 20:27:11.772 INFO O| Sep 11 20:27:11.771 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzexe"
63132026-09-11T20:27:12.838Z[ recovery-image] Sep 11 20:27:11.772 INFO O| Sep 11 20:27:11.772 INFO STEP 206 (remove_files) COMPLETE
63142026-09-11T20:27:12.838Z[ recovery-image] Sep 11 20:27:11.772 INFO O| Sep 11 20:27:11.772 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63152026-09-11T20:27:12.852Z[ recovery-image] Sep 11 20:27:11.780 INFO O| Sep 11 20:27:11.780 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzfgrep"
63162026-09-11T20:27:12.852Z[ recovery-image] Sep 11 20:27:11.780 INFO O| Sep 11 20:27:11.780 INFO STEP 207 (remove_files) COMPLETE
63172026-09-11T20:27:12.852Z[ recovery-image] Sep 11 20:27:11.780 INFO O| Sep 11 20:27:11.780 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63182026-09-11T20:27:12.856Z[ recovery-image] Sep 11 20:27:11.789 INFO O| Sep 11 20:27:11.789 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzforce"
63192026-09-11T20:27:12.856Z[ recovery-image] Sep 11 20:27:11.789 INFO O| Sep 11 20:27:11.789 INFO STEP 208 (remove_files) COMPLETE
63202026-09-11T20:27:12.856Z[ recovery-image] Sep 11 20:27:11.789 INFO O| Sep 11 20:27:11.789 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63212026-09-11T20:27:12.861Z[ recovery-image] Sep 11 20:27:11.799 INFO O| Sep 11 20:27:11.799 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzgrep"
63222026-09-11T20:27:12.861Z[ recovery-image] Sep 11 20:27:11.799 INFO O| Sep 11 20:27:11.799 INFO STEP 209 (remove_files) COMPLETE
63232026-09-11T20:27:12.864Z[ recovery-image] Sep 11 20:27:11.799 INFO O| Sep 11 20:27:11.799 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63242026-09-11T20:27:12.872Z[ recovery-image] Sep 11 20:27:11.810 INFO O| Sep 11 20:27:11.810 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzip"
63252026-09-11T20:27:12.872Z[ recovery-image] Sep 11 20:27:11.810 INFO O| Sep 11 20:27:11.810 INFO STEP 210 (remove_files) COMPLETE
63262026-09-11T20:27:12.873Z[ recovery-image] Sep 11 20:27:11.810 INFO O| Sep 11 20:27:11.810 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63272026-09-11T20:27:12.883Z[ recovery-image] Sep 11 20:27:11.821 INFO O| Sep 11 20:27:11.821 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzless"
63282026-09-11T20:27:12.883Z[ recovery-image] Sep 11 20:27:11.821 INFO O| Sep 11 20:27:11.821 INFO STEP 211 (remove_files) COMPLETE
63292026-09-11T20:27:12.883Z[ recovery-image] Sep 11 20:27:11.821 INFO O| Sep 11 20:27:11.821 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63302026-09-11T20:27:12.894Z[ recovery-image] Sep 11 20:27:11.832 INFO O| Sep 11 20:27:11.832 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzmore"
63312026-09-11T20:27:12.894Z[ recovery-image] Sep 11 20:27:11.832 INFO O| Sep 11 20:27:11.832 INFO STEP 212 (remove_files) COMPLETE
63322026-09-11T20:27:12.894Z[ recovery-image] Sep 11 20:27:11.832 INFO O| Sep 11 20:27:11.832 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63332026-09-11T20:27:12.905Z[ recovery-image] Sep 11 20:27:11.843 INFO O| Sep 11 20:27:11.843 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gznew"
63342026-09-11T20:27:12.905Z[ recovery-image] Sep 11 20:27:11.843 INFO O| Sep 11 20:27:11.843 INFO STEP 213 (remove_files) COMPLETE
63352026-09-11T20:27:12.909Z[ recovery-image] Sep 11 20:27:11.843 INFO O| Sep 11 20:27:11.843 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63362026-09-11T20:27:12.915Z[ recovery-image] Sep 11 20:27:11.852 INFO O| Sep 11 20:27:11.852 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hash"
63372026-09-11T20:27:12.915Z[ recovery-image] Sep 11 20:27:11.852 INFO O| Sep 11 20:27:11.852 INFO STEP 214 (remove_files) COMPLETE
63382026-09-11T20:27:12.915Z[ recovery-image] Sep 11 20:27:11.852 INFO O| Sep 11 20:27:11.852 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63392026-09-11T20:27:12.932Z[ recovery-image] Sep 11 20:27:11.861 INFO O| Sep 11 20:27:11.861 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hostid"
63402026-09-11T20:27:12.932Z[ recovery-image] Sep 11 20:27:11.861 INFO O| Sep 11 20:27:11.861 INFO STEP 215 (remove_files) COMPLETE
63412026-09-11T20:27:12.932Z[ recovery-image] Sep 11 20:27:11.861 INFO O| Sep 11 20:27:11.861 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63422026-09-11T20:27:12.939Z[ recovery-image] Sep 11 20:27:11.873 INFO O| Sep 11 20:27:11.873 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hostname"
63432026-09-11T20:27:12.939Z[ recovery-image] Sep 11 20:27:11.873 INFO O| Sep 11 20:27:11.873 INFO STEP 216 (remove_files) COMPLETE
63442026-09-11T20:27:12.939Z[ recovery-image] Sep 11 20:27:11.873 INFO O| Sep 11 20:27:11.873 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63452026-09-11T20:27:12.947Z[ recovery-image] Sep 11 20:27:11.884 INFO O| Sep 11 20:27:11.884 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/adb"
63462026-09-11T20:27:12.947Z[ recovery-image] Sep 11 20:27:11.884 INFO O| Sep 11 20:27:11.884 INFO STEP 217 (remove_files) COMPLETE
63472026-09-11T20:27:12.947Z[ recovery-image] Sep 11 20:27:11.884 INFO O| Sep 11 20:27:11.884 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63482026-09-11T20:27:12.951Z[verify-libraries] Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
63492026-09-11T20:27:12.958Z[ recovery-image] Sep 11 20:27:11.894 INFO O| Sep 11 20:27:11.894 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/amt"
63502026-09-11T20:27:12.958Z[ recovery-image] Sep 11 20:27:11.894 INFO O| Sep 11 20:27:11.894 INFO STEP 218 (remove_files) COMPLETE
63512026-09-11T20:27:12.959Z[ recovery-image] Sep 11 20:27:11.894 INFO O| Sep 11 20:27:11.894 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63522026-09-11T20:27:12.971Z[ recovery-image] Sep 11 20:27:11.905 INFO O| Sep 11 20:27:11.904 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/ksh"
63532026-09-11T20:27:12.971Z[ recovery-image] Sep 11 20:27:11.905 INFO O| Sep 11 20:27:11.904 INFO STEP 219 (remove_files) COMPLETE
63542026-09-11T20:27:12.977Z[ recovery-image] Sep 11 20:27:11.905 INFO O| Sep 11 20:27:11.904 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63552026-09-11T20:27:12.981Z[ recovery-image] Sep 11 20:27:11.914 INFO O| Sep 11 20:27:11.914 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/mdb"
63562026-09-11T20:27:12.981Z[ recovery-image] Sep 11 20:27:11.914 INFO O| Sep 11 20:27:11.914 INFO STEP 220 (remove_files) COMPLETE
63572026-09-11T20:27:12.981Z[ recovery-image] Sep 11 20:27:11.914 INFO O| Sep 11 20:27:11.914 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63582026-09-11T20:27:12.989Z[ recovery-image] Sep 11 20:27:11.926 INFO O| Sep 11 20:27:11.926 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/rksh"
63592026-09-11T20:27:12.989Z[ recovery-image] Sep 11 20:27:11.926 INFO O| Sep 11 20:27:11.926 INFO STEP 221 (remove_files) COMPLETE
63602026-09-11T20:27:12.989Z[ recovery-image] Sep 11 20:27:11.926 INFO O| Sep 11 20:27:11.926 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63612026-09-11T20:27:13.006Z[ recovery-image] Sep 11 20:27:11.936 INFO O| Sep 11 20:27:11.936 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/rksh93"
63622026-09-11T20:27:13.006Z[ recovery-image] Sep 11 20:27:11.936 INFO O| Sep 11 20:27:11.936 INFO STEP 222 (remove_files) COMPLETE
63632026-09-11T20:27:13.006Z[ recovery-image] Sep 11 20:27:11.936 INFO O| Sep 11 20:27:11.936 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63642026-09-11T20:27:13.010Z[ recovery-image] Sep 11 20:27:11.945 INFO O| Sep 11 20:27:11.945 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/iconv"
63652026-09-11T20:27:13.010Z[ recovery-image] Sep 11 20:27:11.945 INFO O| Sep 11 20:27:11.945 INFO STEP 223 (remove_files) COMPLETE
63662026-09-11T20:27:13.011Z[ recovery-image] Sep 11 20:27:11.945 INFO O| Sep 11 20:27:11.945 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63672026-09-11T20:27:13.018Z[ recovery-image] Sep 11 20:27:11.954 INFO O| Sep 11 20:27:11.954 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/id"
63682026-09-11T20:27:13.018Z[ recovery-image] Sep 11 20:27:11.954 INFO O| Sep 11 20:27:11.954 INFO STEP 224 (remove_files) COMPLETE
63692026-09-11T20:27:13.018Z[ recovery-image] Sep 11 20:27:11.954 INFO O| Sep 11 20:27:11.954 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63702026-09-11T20:27:13.026Z[ recovery-image] Sep 11 20:27:11.964 INFO O| Sep 11 20:27:11.964 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/idn"
63712026-09-11T20:27:13.026Z[ recovery-image] Sep 11 20:27:11.964 INFO O| Sep 11 20:27:11.964 INFO STEP 225 (remove_files) COMPLETE
63722026-09-11T20:27:13.034Z[ recovery-image] Sep 11 20:27:11.964 INFO O| Sep 11 20:27:11.964 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63732026-09-11T20:27:13.039Z[ recovery-image] Sep 11 20:27:11.973 INFO O| Sep 11 20:27:11.973 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/infocmp"
63742026-09-11T20:27:13.039Z[ recovery-image] Sep 11 20:27:11.973 INFO O| Sep 11 20:27:11.973 INFO STEP 226 (remove_files) COMPLETE
63752026-09-11T20:27:13.039Z[ recovery-image] Sep 11 20:27:11.973 INFO O| Sep 11 20:27:11.973 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63762026-09-11T20:27:13.046Z[ recovery-image] Sep 11 20:27:11.982 INFO O| Sep 11 20:27:11.982 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/iostat"
63772026-09-11T20:27:13.046Z[ recovery-image] Sep 11 20:27:11.982 INFO O| Sep 11 20:27:11.982 INFO STEP 227 (remove_files) COMPLETE
63782026-09-11T20:27:13.049Z[ recovery-image] Sep 11 20:27:11.982 INFO O| Sep 11 20:27:11.982 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63792026-09-11T20:27:13.049Z[verify-libraries] Compiling fs-err v2.11.0
63802026-09-11T20:27:13.053Z[ recovery-image] Sep 11 20:27:11.991 INFO O| Sep 11 20:27:11.991 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ipf-mod.pl"
63812026-09-11T20:27:13.053Z[ recovery-image] Sep 11 20:27:11.991 INFO O| Sep 11 20:27:11.991 INFO STEP 228 (remove_files) COMPLETE
63822026-09-11T20:27:13.058Z[ recovery-image] Sep 11 20:27:11.991 INFO O| Sep 11 20:27:11.991 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63832026-09-11T20:27:13.064Z[ recovery-image] Sep 11 20:27:12.002 INFO O| Sep 11 20:27:12.002 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/isainfo"
63842026-09-11T20:27:13.064Z[ recovery-image] Sep 11 20:27:12.002 INFO O| Sep 11 20:27:12.002 INFO STEP 229 (remove_files) COMPLETE
63852026-09-11T20:27:13.068Z[ recovery-image] Sep 11 20:27:12.002 INFO O| Sep 11 20:27:12.002 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63862026-09-11T20:27:13.076Z[ recovery-image] Sep 11 20:27:12.012 INFO O| Sep 11 20:27:12.012 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/isalist"
63872026-09-11T20:27:13.076Z[ recovery-image] Sep 11 20:27:12.012 INFO O| Sep 11 20:27:12.012 INFO STEP 230 (remove_files) COMPLETE
63882026-09-11T20:27:13.080Z[ recovery-image] Sep 11 20:27:12.012 INFO O| Sep 11 20:27:12.012 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63892026-09-11T20:27:13.085Z[ recovery-image] Sep 11 20:27:12.022 INFO O| Sep 11 20:27:12.022 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/jobs"
63902026-09-11T20:27:13.085Z[ recovery-image] Sep 11 20:27:12.022 INFO O| Sep 11 20:27:12.022 INFO STEP 231 (remove_files) COMPLETE
63912026-09-11T20:27:13.091Z[ recovery-image] Sep 11 20:27:12.022 INFO O| Sep 11 20:27:12.022 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63922026-09-11T20:27:13.096Z[ recovery-image] Sep 11 20:27:12.033 INFO O| Sep 11 20:27:12.033 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/join"
63932026-09-11T20:27:13.097Z[ recovery-image] Sep 11 20:27:12.033 INFO O| Sep 11 20:27:12.033 INFO STEP 232 (remove_files) COMPLETE
63942026-09-11T20:27:13.097Z[ recovery-image] Sep 11 20:27:12.033 INFO O| Sep 11 20:27:12.033 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63952026-09-11T20:27:13.107Z[ recovery-image] Sep 11 20:27:12.045 INFO O| Sep 11 20:27:12.045 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kbd"
63962026-09-11T20:27:13.108Z[ recovery-image] Sep 11 20:27:12.045 INFO O| Sep 11 20:27:12.045 INFO STEP 233 (remove_files) COMPLETE
63972026-09-11T20:27:13.108Z[ recovery-image] Sep 11 20:27:12.045 INFO O| Sep 11 20:27:12.045 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63982026-09-11T20:27:13.118Z[ recovery-image] Sep 11 20:27:12.056 INFO O| Sep 11 20:27:12.056 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kdestroy"
63992026-09-11T20:27:13.118Z[ recovery-image] Sep 11 20:27:12.056 INFO O| Sep 11 20:27:12.056 INFO STEP 234 (remove_files) COMPLETE
64002026-09-11T20:27:13.118Z[ recovery-image] Sep 11 20:27:12.056 INFO O| Sep 11 20:27:12.056 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64012026-09-11T20:27:13.175Z[ recovery-image] Sep 11 20:27:12.068 INFO O| Sep 11 20:27:12.068 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/keylogin"
64022026-09-11T20:27:13.175Z[ recovery-image] Sep 11 20:27:12.068 INFO O| Sep 11 20:27:12.068 INFO STEP 235 (remove_files) COMPLETE
64032026-09-11T20:27:13.175Z[ recovery-image] Sep 11 20:27:12.068 INFO O| Sep 11 20:27:12.068 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64042026-09-11T20:27:13.175Z[ recovery-image] Sep 11 20:27:12.079 INFO O| Sep 11 20:27:12.079 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/keylogout"
64052026-09-11T20:27:13.175Z[ recovery-image] Sep 11 20:27:12.079 INFO O| Sep 11 20:27:12.079 INFO STEP 236 (remove_files) COMPLETE
64062026-09-11T20:27:13.175Z[ recovery-image] Sep 11 20:27:12.079 INFO O| Sep 11 20:27:12.079 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64072026-09-11T20:27:13.175Z[ recovery-image] Sep 11 20:27:12.089 INFO O| Sep 11 20:27:12.089 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kill"
64082026-09-11T20:27:13.175Z[ recovery-image] Sep 11 20:27:12.089 INFO O| Sep 11 20:27:12.089 INFO STEP 237 (remove_files) COMPLETE
64092026-09-11T20:27:13.175Z[ recovery-image] Sep 11 20:27:12.089 INFO O| Sep 11 20:27:12.089 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64102026-09-11T20:27:13.175Z[ recovery-image] Sep 11 20:27:12.099 INFO O| Sep 11 20:27:12.099 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kinit"
64112026-09-11T20:27:13.175Z[ recovery-image] Sep 11 20:27:12.099 INFO O| Sep 11 20:27:12.099 INFO STEP 238 (remove_files) COMPLETE
64122026-09-11T20:27:13.175Z[ recovery-image] Sep 11 20:27:12.099 INFO O| Sep 11 20:27:12.099 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64132026-09-11T20:27:13.175Z[ recovery-image] Sep 11 20:27:12.108 INFO O| Sep 11 20:27:12.108 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/klist"
64142026-09-11T20:27:13.175Z[ recovery-image] Sep 11 20:27:12.108 INFO O| Sep 11 20:27:12.108 INFO STEP 239 (remove_files) COMPLETE
64152026-09-11T20:27:13.175Z[ recovery-image] Sep 11 20:27:12.108 INFO O| Sep 11 20:27:12.108 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64162026-09-11T20:27:13.179Z[ recovery-image] Sep 11 20:27:12.117 INFO O| Sep 11 20:27:12.117 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kmfcfg"
64172026-09-11T20:27:13.180Z[ recovery-image] Sep 11 20:27:12.117 INFO O| Sep 11 20:27:12.117 INFO STEP 240 (remove_files) COMPLETE
64182026-09-11T20:27:13.183Z[ recovery-image] Sep 11 20:27:12.118 INFO O| Sep 11 20:27:12.117 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64192026-09-11T20:27:13.192Z[ recovery-image] Sep 11 20:27:12.127 INFO O| Sep 11 20:27:12.127 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kpasswd"
64202026-09-11T20:27:13.192Z[ recovery-image] Sep 11 20:27:12.127 INFO O| Sep 11 20:27:12.127 INFO STEP 241 (remove_files) COMPLETE
64212026-09-11T20:27:13.192Z[ recovery-image] Sep 11 20:27:12.127 INFO O| Sep 11 20:27:12.127 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64222026-09-11T20:27:13.199Z[ recovery-image] Sep 11 20:27:12.137 INFO O| Sep 11 20:27:12.137 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/krb5-config"
64232026-09-11T20:27:13.199Z[ recovery-image] Sep 11 20:27:12.137 INFO O| Sep 11 20:27:12.137 INFO STEP 242 (remove_files) COMPLETE
64242026-09-11T20:27:13.202Z[ recovery-image] Sep 11 20:27:12.137 INFO O| Sep 11 20:27:12.137 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64252026-09-11T20:27:13.209Z[ recovery-image] Sep 11 20:27:12.147 INFO O| Sep 11 20:27:12.147 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ksh93"
64262026-09-11T20:27:13.210Z[ recovery-image] Sep 11 20:27:12.147 INFO O| Sep 11 20:27:12.147 INFO STEP 243 (remove_files) COMPLETE
64272026-09-11T20:27:13.210Z[ recovery-image] Sep 11 20:27:12.147 INFO O| Sep 11 20:27:12.147 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64282026-09-11T20:27:13.228Z[ recovery-image] Sep 11 20:27:12.161 INFO O| Sep 11 20:27:12.161 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ktutil"
64292026-09-11T20:27:13.228Z[ recovery-image] Sep 11 20:27:12.161 INFO O| Sep 11 20:27:12.161 INFO STEP 244 (remove_files) COMPLETE
64302026-09-11T20:27:13.234Z[ recovery-image] Sep 11 20:27:12.161 INFO O| Sep 11 20:27:12.161 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64312026-09-11T20:27:13.239Z[ recovery-image] Sep 11 20:27:12.170 INFO O| Sep 11 20:27:12.170 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kvmstat"
64322026-09-11T20:27:13.239Z[ recovery-image] Sep 11 20:27:12.170 INFO O| Sep 11 20:27:12.170 INFO STEP 245 (remove_files) COMPLETE
64332026-09-11T20:27:13.239Z[ recovery-image] Sep 11 20:27:12.170 INFO O| Sep 11 20:27:12.170 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64342026-09-11T20:27:13.246Z[ recovery-image] Sep 11 20:27:12.179 INFO O| Sep 11 20:27:12.179 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/last"
64352026-09-11T20:27:13.247Z[ recovery-image] Sep 11 20:27:12.179 INFO O| Sep 11 20:27:12.179 INFO STEP 246 (remove_files) COMPLETE
64362026-09-11T20:27:13.247Z[ recovery-image] Sep 11 20:27:12.179 INFO O| Sep 11 20:27:12.179 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64372026-09-11T20:27:13.252Z[ recovery-image] Sep 11 20:27:12.188 INFO O| Sep 11 20:27:12.188 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lastcomm"
64382026-09-11T20:27:13.252Z[ recovery-image] Sep 11 20:27:12.188 INFO O| Sep 11 20:27:12.188 INFO STEP 247 (remove_files) COMPLETE
64392026-09-11T20:27:13.252Z[ recovery-image] Sep 11 20:27:12.188 INFO O| Sep 11 20:27:12.188 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64402026-09-11T20:27:13.259Z[ recovery-image] Sep 11 20:27:12.196 INFO O| Sep 11 20:27:12.196 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ld"
64412026-09-11T20:27:13.259Z[ recovery-image] Sep 11 20:27:12.196 INFO O| Sep 11 20:27:12.196 INFO STEP 248 (remove_files) COMPLETE
64422026-09-11T20:27:13.267Z[ recovery-image] Sep 11 20:27:12.196 INFO O| Sep 11 20:27:12.196 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64432026-09-11T20:27:13.270Z[ recovery-image] Sep 11 20:27:12.206 INFO O| Sep 11 20:27:12.206 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ldd"
64442026-09-11T20:27:13.271Z[ recovery-image] Sep 11 20:27:12.206 INFO O| Sep 11 20:27:12.206 INFO STEP 249 (remove_files) COMPLETE
64452026-09-11T20:27:13.271Z[ recovery-image] Sep 11 20:27:12.206 INFO O| Sep 11 20:27:12.206 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64462026-09-11T20:27:13.278Z[ recovery-image] Sep 11 20:27:12.215 INFO O| Sep 11 20:27:12.215 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/less"
64472026-09-11T20:27:13.278Z[ recovery-image] Sep 11 20:27:12.215 INFO O| Sep 11 20:27:12.215 INFO STEP 250 (remove_files) COMPLETE
64482026-09-11T20:27:13.278Z[ recovery-image] Sep 11 20:27:12.215 INFO O| Sep 11 20:27:12.215 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64492026-09-11T20:27:13.282Z[verify-libraries] Compiling internet-checksum v0.2.1
64502026-09-11T20:27:13.286Z[ recovery-image] Sep 11 20:27:12.224 INFO O| Sep 11 20:27:12.224 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lessecho"
64512026-09-11T20:27:13.286Z[ recovery-image] Sep 11 20:27:12.224 INFO O| Sep 11 20:27:12.224 INFO STEP 251 (remove_files) COMPLETE
64522026-09-11T20:27:13.289Z[ recovery-image] Sep 11 20:27:12.224 INFO O| Sep 11 20:27:12.224 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64532026-09-11T20:27:13.296Z[ recovery-image] Sep 11 20:27:12.234 INFO O| Sep 11 20:27:12.234 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lesskey"
64542026-09-11T20:27:13.296Z[ recovery-image] Sep 11 20:27:12.234 INFO O| Sep 11 20:27:12.234 INFO STEP 252 (remove_files) COMPLETE
64552026-09-11T20:27:13.299Z[ recovery-image] Sep 11 20:27:12.234 INFO O| Sep 11 20:27:12.234 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64562026-09-11T20:27:13.311Z[ recovery-image] Sep 11 20:27:12.243 INFO O| Sep 11 20:27:12.243 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lgrpinfo"
64572026-09-11T20:27:13.312Z[ recovery-image] Sep 11 20:27:12.243 INFO O| Sep 11 20:27:12.243 INFO STEP 253 (remove_files) COMPLETE
64582026-09-11T20:27:13.316Z[ recovery-image] Sep 11 20:27:12.243 INFO O| Sep 11 20:27:12.243 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64592026-09-11T20:27:13.316Z[ recovery-image] Sep 11 20:27:12.252 INFO O| Sep 11 20:27:12.252 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/line"
64602026-09-11T20:27:13.316Z[ recovery-image] Sep 11 20:27:12.252 INFO O| Sep 11 20:27:12.252 INFO STEP 254 (remove_files) COMPLETE
64612026-09-11T20:27:13.316Z[ recovery-image] Sep 11 20:27:12.252 INFO O| Sep 11 20:27:12.252 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64622026-09-11T20:27:13.331Z[ recovery-image] Sep 11 20:27:12.261 INFO O| Sep 11 20:27:12.261 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/listdgrp"
64632026-09-11T20:27:13.331Z[ recovery-image] Sep 11 20:27:12.261 INFO O| Sep 11 20:27:12.261 INFO STEP 255 (remove_files) COMPLETE
64642026-09-11T20:27:13.331Z[ recovery-image] Sep 11 20:27:12.261 INFO O| Sep 11 20:27:12.261 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64652026-09-11T20:27:13.338Z[ recovery-image] Sep 11 20:27:12.271 INFO O| Sep 11 20:27:12.271 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/listusers"
64662026-09-11T20:27:13.338Z[ recovery-image] Sep 11 20:27:12.271 INFO O| Sep 11 20:27:12.271 INFO STEP 256 (remove_files) COMPLETE
64672026-09-11T20:27:13.338Z[ recovery-image] Sep 11 20:27:12.271 INFO O| Sep 11 20:27:12.271 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64682026-09-11T20:27:13.344Z[ recovery-image] Sep 11 20:27:12.281 INFO O| Sep 11 20:27:12.281 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/loadkeys"
64692026-09-11T20:27:13.344Z[ recovery-image] Sep 11 20:27:12.281 INFO O| Sep 11 20:27:12.281 INFO STEP 257 (remove_files) COMPLETE
64702026-09-11T20:27:13.344Z[ recovery-image] Sep 11 20:27:12.281 INFO O| Sep 11 20:27:12.281 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64712026-09-11T20:27:13.355Z[ recovery-image] Sep 11 20:27:12.292 INFO O| Sep 11 20:27:12.292 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logger"
64722026-09-11T20:27:13.355Z[ recovery-image] Sep 11 20:27:12.292 INFO O| Sep 11 20:27:12.292 INFO STEP 258 (remove_files) COMPLETE
64732026-09-11T20:27:13.365Z[ recovery-image] Sep 11 20:27:12.292 INFO O| Sep 11 20:27:12.292 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64742026-09-11T20:27:13.369Z[ recovery-image] Sep 11 20:27:12.302 INFO O| Sep 11 20:27:12.302 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logins"
64752026-09-11T20:27:13.369Z[ recovery-image] Sep 11 20:27:12.302 INFO O| Sep 11 20:27:12.302 INFO STEP 259 (remove_files) COMPLETE
64762026-09-11T20:27:13.369Z[ recovery-image] Sep 11 20:27:12.302 INFO O| Sep 11 20:27:12.302 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64772026-09-11T20:27:13.382Z[ recovery-image] Sep 11 20:27:12.312 INFO O| Sep 11 20:27:12.312 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logname"
64782026-09-11T20:27:13.382Z[ recovery-image] Sep 11 20:27:12.313 INFO O| Sep 11 20:27:12.312 INFO STEP 260 (remove_files) COMPLETE
64792026-09-11T20:27:13.382Z[ recovery-image] Sep 11 20:27:12.313 INFO O| Sep 11 20:27:12.313 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64802026-09-11T20:27:13.389Z[ recovery-image] Sep 11 20:27:12.324 INFO O| Sep 11 20:27:12.323 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/look"
64812026-09-11T20:27:13.389Z[ recovery-image] Sep 11 20:27:12.324 INFO O| Sep 11 20:27:12.324 INFO STEP 261 (remove_files) COMPLETE
64822026-09-11T20:27:13.392Z[ recovery-image] Sep 11 20:27:12.324 INFO O| Sep 11 20:27:12.324 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64832026-09-11T20:27:13.396Z[ recovery-image] Sep 11 20:27:12.334 INFO O| Sep 11 20:27:12.334 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lz4"
64842026-09-11T20:27:13.396Z[ recovery-image] Sep 11 20:27:12.334 INFO O| Sep 11 20:27:12.334 INFO STEP 262 (remove_files) COMPLETE
64852026-09-11T20:27:13.396Z[ recovery-image] Sep 11 20:27:12.334 INFO O| Sep 11 20:27:12.334 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64862026-09-11T20:27:13.410Z[ recovery-image] Sep 11 20:27:12.345 INFO O| Sep 11 20:27:12.345 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lzmadec"
64872026-09-11T20:27:13.410Z[ recovery-image] Sep 11 20:27:12.345 INFO O| Sep 11 20:27:12.345 INFO STEP 263 (remove_files) COMPLETE
64882026-09-11T20:27:13.418Z[ recovery-image] Sep 11 20:27:12.345 INFO O| Sep 11 20:27:12.345 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64892026-09-11T20:27:13.425Z[ recovery-image] Sep 11 20:27:12.356 INFO O| Sep 11 20:27:12.356 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lzmainfo"
64902026-09-11T20:27:13.425Z[ recovery-image] Sep 11 20:27:12.356 INFO O| Sep 11 20:27:12.356 INFO STEP 264 (remove_files) COMPLETE
64912026-09-11T20:27:13.425Z[ recovery-image] Sep 11 20:27:12.356 INFO O| Sep 11 20:27:12.356 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64922026-09-11T20:27:13.435Z[ recovery-image] Sep 11 20:27:12.370 INFO O| Sep 11 20:27:12.365 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mac"
64932026-09-11T20:27:13.438Z[ recovery-image] Sep 11 20:27:12.370 INFO O| Sep 11 20:27:12.365 INFO STEP 265 (remove_files) COMPLETE
64942026-09-11T20:27:13.439Z[ recovery-image] Sep 11 20:27:12.370 INFO O| Sep 11 20:27:12.365 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64952026-09-11T20:27:13.440Z[ recovery-image] Sep 11 20:27:12.374 INFO O| Sep 11 20:27:12.374 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mach"
64962026-09-11T20:27:13.440Z[ recovery-image] Sep 11 20:27:12.374 INFO O| Sep 11 20:27:12.374 INFO STEP 266 (remove_files) COMPLETE
64972026-09-11T20:27:13.440Z[ recovery-image] Sep 11 20:27:12.374 INFO O| Sep 11 20:27:12.374 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64982026-09-11T20:27:13.446Z[ recovery-image] Sep 11 20:27:12.382 INFO O| Sep 11 20:27:12.382 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mailx"
64992026-09-11T20:27:13.446Z[ recovery-image] Sep 11 20:27:12.383 INFO O| Sep 11 20:27:12.383 INFO STEP 267 (remove_files) COMPLETE
65002026-09-11T20:27:13.446Z[ recovery-image] Sep 11 20:27:12.383 INFO O| Sep 11 20:27:12.383 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65012026-09-11T20:27:13.457Z[ recovery-image] Sep 11 20:27:12.394 INFO O| Sep 11 20:27:12.393 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/makedev"
65022026-09-11T20:27:13.457Z[ recovery-image] Sep 11 20:27:12.394 INFO O| Sep 11 20:27:12.393 INFO STEP 268 (remove_files) COMPLETE
65032026-09-11T20:27:13.457Z[ recovery-image] Sep 11 20:27:12.394 INFO O| Sep 11 20:27:12.393 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65042026-09-11T20:27:13.466Z[ recovery-image] Sep 11 20:27:12.403 INFO O| Sep 11 20:27:12.403 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mesg"
65052026-09-11T20:27:13.466Z[ recovery-image] Sep 11 20:27:12.404 INFO O| Sep 11 20:27:12.403 INFO STEP 269 (remove_files) COMPLETE
65062026-09-11T20:27:13.470Z[ recovery-image] Sep 11 20:27:12.404 INFO O| Sep 11 20:27:12.403 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65072026-09-11T20:27:13.476Z[ recovery-image] Sep 11 20:27:12.412 INFO O| Sep 11 20:27:12.412 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mib2c"
65082026-09-11T20:27:13.476Z[ recovery-image] Sep 11 20:27:12.413 INFO O| Sep 11 20:27:12.412 INFO STEP 270 (remove_files) COMPLETE
65092026-09-11T20:27:13.479Z[ recovery-image] Sep 11 20:27:12.413 INFO O| Sep 11 20:27:12.413 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65102026-09-11T20:27:13.487Z[ recovery-image] Sep 11 20:27:12.425 INFO O| Sep 11 20:27:12.424 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mib2c-update"
65112026-09-11T20:27:13.487Z[ recovery-image] Sep 11 20:27:12.425 INFO O| Sep 11 20:27:12.424 INFO STEP 271 (remove_files) COMPLETE
65122026-09-11T20:27:13.487Z[ recovery-image] Sep 11 20:27:12.425 INFO O| Sep 11 20:27:12.424 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65132026-09-11T20:27:13.500Z[ recovery-image] Sep 11 20:27:12.438 INFO O| Sep 11 20:27:12.436 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mkfifo"
65142026-09-11T20:27:13.500Z[ recovery-image] Sep 11 20:27:12.438 INFO O| Sep 11 20:27:12.436 INFO STEP 272 (remove_files) COMPLETE
65152026-09-11T20:27:13.500Z[ recovery-image] Sep 11 20:27:12.438 INFO O| Sep 11 20:27:12.436 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65162026-09-11T20:27:13.506Z[verify-libraries] Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
65172026-09-11T20:27:13.509Z[ recovery-image] Sep 11 20:27:12.447 INFO O| Sep 11 20:27:12.447 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mkpwdict"
65182026-09-11T20:27:13.509Z[ recovery-image] Sep 11 20:27:12.447 INFO O| Sep 11 20:27:12.447 INFO STEP 273 (remove_files) COMPLETE
65192026-09-11T20:27:13.514Z[ recovery-image] Sep 11 20:27:12.447 INFO O| Sep 11 20:27:12.447 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65202026-09-11T20:27:13.522Z[ recovery-image] Sep 11 20:27:12.458 INFO O| Sep 11 20:27:12.457 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/moe"
65212026-09-11T20:27:13.522Z[ recovery-image] Sep 11 20:27:12.458 INFO O| Sep 11 20:27:12.458 INFO STEP 274 (remove_files) COMPLETE
65222026-09-11T20:27:13.525Z[ recovery-image] Sep 11 20:27:12.458 INFO O| Sep 11 20:27:12.458 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65232026-09-11T20:27:13.529Z[ recovery-image] Sep 11 20:27:12.467 INFO O| Sep 11 20:27:12.467 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mpstat"
65242026-09-11T20:27:13.529Z[ recovery-image] Sep 11 20:27:12.467 INFO O| Sep 11 20:27:12.467 INFO STEP 275 (remove_files) COMPLETE
65252026-09-11T20:27:13.532Z[ recovery-image] Sep 11 20:27:12.467 INFO O| Sep 11 20:27:12.467 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65262026-09-11T20:27:13.538Z[ recovery-image] Sep 11 20:27:12.476 INFO O| Sep 11 20:27:12.476 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mt"
65272026-09-11T20:27:13.538Z[ recovery-image] Sep 11 20:27:12.476 INFO O| Sep 11 20:27:12.476 INFO STEP 276 (remove_files) COMPLETE
65282026-09-11T20:27:13.541Z[ recovery-image] Sep 11 20:27:12.476 INFO O| Sep 11 20:27:12.476 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65292026-09-11T20:27:13.548Z[ recovery-image] Sep 11 20:27:12.486 INFO O| Sep 11 20:27:12.486 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ncurses6-config"
65302026-09-11T20:27:13.548Z[ recovery-image] Sep 11 20:27:12.486 INFO O| Sep 11 20:27:12.486 INFO STEP 277 (remove_files) COMPLETE
65312026-09-11T20:27:13.554Z[ recovery-image] Sep 11 20:27:12.486 INFO O| Sep 11 20:27:12.486 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65322026-09-11T20:27:13.563Z[ recovery-image] Sep 11 20:27:12.496 INFO O| Sep 11 20:27:12.495 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-cert"
65332026-09-11T20:27:13.563Z[ recovery-image] Sep 11 20:27:12.496 INFO O| Sep 11 20:27:12.496 INFO STEP 278 (remove_files) COMPLETE
65342026-09-11T20:27:13.563Z[ recovery-image] Sep 11 20:27:12.496 INFO O| Sep 11 20:27:12.496 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65352026-09-11T20:27:13.567Z[ recovery-image] Sep 11 20:27:12.505 INFO O| Sep 11 20:27:12.505 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-config"
65362026-09-11T20:27:13.568Z[ recovery-image] Sep 11 20:27:12.505 INFO O| Sep 11 20:27:12.505 INFO STEP 279 (remove_files) COMPLETE
65372026-09-11T20:27:13.577Z[ recovery-image] Sep 11 20:27:12.505 INFO O| Sep 11 20:27:12.505 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65382026-09-11T20:27:13.580Z[ recovery-image] Sep 11 20:27:12.516 INFO O| Sep 11 20:27:12.516 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-create-v3-user"
65392026-09-11T20:27:13.580Z[ recovery-image] Sep 11 20:27:12.517 INFO O| Sep 11 20:27:12.517 INFO STEP 280 (remove_files) COMPLETE
65402026-09-11T20:27:13.580Z[ recovery-image] Sep 11 20:27:12.517 INFO O| Sep 11 20:27:12.517 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65412026-09-11T20:27:13.589Z[ recovery-image] Sep 11 20:27:12.527 INFO O| Sep 11 20:27:12.527 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newform"
65422026-09-11T20:27:13.589Z[ recovery-image] Sep 11 20:27:12.527 INFO O| Sep 11 20:27:12.527 INFO STEP 281 (remove_files) COMPLETE
65432026-09-11T20:27:13.589Z[ recovery-image] Sep 11 20:27:12.527 INFO O| Sep 11 20:27:12.527 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65442026-09-11T20:27:13.600Z[ recovery-image] Sep 11 20:27:12.537 INFO O| Sep 11 20:27:12.537 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newgrp"
65452026-09-11T20:27:13.600Z[ recovery-image] Sep 11 20:27:12.537 INFO O| Sep 11 20:27:12.537 INFO STEP 282 (remove_files) COMPLETE
65462026-09-11T20:27:13.604Z[ recovery-image] Sep 11 20:27:12.537 INFO O| Sep 11 20:27:12.537 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65472026-09-11T20:27:13.609Z[ recovery-image] Sep 11 20:27:12.546 INFO O| Sep 11 20:27:12.546 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/news"
65482026-09-11T20:27:13.609Z[ recovery-image] Sep 11 20:27:12.546 INFO O| Sep 11 20:27:12.546 INFO STEP 283 (remove_files) COMPLETE
65492026-09-11T20:27:13.609Z[ recovery-image] Sep 11 20:27:12.546 INFO O| Sep 11 20:27:12.546 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65502026-09-11T20:27:13.617Z[ recovery-image] Sep 11 20:27:12.554 INFO O| Sep 11 20:27:12.554 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newtask"
65512026-09-11T20:27:13.617Z[ recovery-image] Sep 11 20:27:12.554 INFO O| Sep 11 20:27:12.554 INFO STEP 284 (remove_files) COMPLETE
65522026-09-11T20:27:13.617Z[ recovery-image] Sep 11 20:27:12.554 INFO O| Sep 11 20:27:12.554 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65532026-09-11T20:27:13.628Z[ recovery-image] Sep 11 20:27:12.562 INFO O| Sep 11 20:27:12.562 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/nice"
65542026-09-11T20:27:13.628Z[ recovery-image] Sep 11 20:27:12.563 INFO O| Sep 11 20:27:12.563 INFO STEP 285 (remove_files) COMPLETE
65552026-09-11T20:27:13.632Z[ recovery-image] Sep 11 20:27:12.563 INFO O| Sep 11 20:27:12.563 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65562026-09-11T20:27:13.639Z[ recovery-image] Sep 11 20:27:12.571 INFO O| Sep 11 20:27:12.571 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/nl"
65572026-09-11T20:27:13.639Z[ recovery-image] Sep 11 20:27:12.572 INFO O| Sep 11 20:27:12.572 INFO STEP 286 (remove_files) COMPLETE
65582026-09-11T20:27:13.640Z[ recovery-image] Sep 11 20:27:12.572 INFO O| Sep 11 20:27:12.572 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65592026-09-11T20:27:13.651Z[ recovery-image] Sep 11 20:27:12.580 INFO O| Sep 11 20:27:12.580 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/oawk"
65602026-09-11T20:27:13.651Z[ recovery-image] Sep 11 20:27:12.580 INFO O| Sep 11 20:27:12.580 INFO STEP 287 (remove_files) COMPLETE
65612026-09-11T20:27:13.651Z[ recovery-image] Sep 11 20:27:12.580 INFO O| Sep 11 20:27:12.580 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65622026-09-11T20:27:13.657Z[ recovery-image] Sep 11 20:27:12.589 INFO O| Sep 11 20:27:12.589 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/od"
65632026-09-11T20:27:13.657Z[ recovery-image] Sep 11 20:27:12.589 INFO O| Sep 11 20:27:12.589 INFO STEP 288 (remove_files) COMPLETE
65642026-09-11T20:27:13.657Z[ recovery-image] Sep 11 20:27:12.589 INFO O| Sep 11 20:27:12.589 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65652026-09-11T20:27:13.660Z[ recovery-image] Sep 11 20:27:12.598 INFO O| Sep 11 20:27:12.598 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/optisa"
65662026-09-11T20:27:13.660Z[ recovery-image] Sep 11 20:27:12.598 INFO O| Sep 11 20:27:12.598 INFO STEP 289 (remove_files) COMPLETE
65672026-09-11T20:27:13.664Z[ recovery-image] Sep 11 20:27:12.598 INFO O| Sep 11 20:27:12.598 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65682026-09-11T20:27:13.669Z[ recovery-image] Sep 11 20:27:12.607 INFO O| Sep 11 20:27:12.607 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pack"
65692026-09-11T20:27:13.669Z[ recovery-image] Sep 11 20:27:12.607 INFO O| Sep 11 20:27:12.607 INFO STEP 290 (remove_files) COMPLETE
65702026-09-11T20:27:13.673Z[ recovery-image] Sep 11 20:27:12.607 INFO O| Sep 11 20:27:12.607 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65712026-09-11T20:27:13.676Z[verify-libraries] Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
65722026-09-11T20:27:13.679Z[ recovery-image] Sep 11 20:27:12.616 INFO O| Sep 11 20:27:12.616 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/page"
65732026-09-11T20:27:13.679Z[ recovery-image] Sep 11 20:27:12.617 INFO O| Sep 11 20:27:12.617 INFO STEP 291 (remove_files) COMPLETE
65742026-09-11T20:27:13.679Z[ recovery-image] Sep 11 20:27:12.617 INFO O| Sep 11 20:27:12.617 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65752026-09-11T20:27:13.692Z[ recovery-image] Sep 11 20:27:12.628 INFO O| Sep 11 20:27:12.627 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pagesize"
65762026-09-11T20:27:13.692Z[ recovery-image] Sep 11 20:27:12.628 INFO O| Sep 11 20:27:12.628 INFO STEP 292 (remove_files) COMPLETE
65772026-09-11T20:27:13.693Z[ recovery-image] Sep 11 20:27:12.628 INFO O| Sep 11 20:27:12.628 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65782026-09-11T20:27:13.700Z[ recovery-image] Sep 11 20:27:12.638 INFO O| Sep 11 20:27:12.638 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/passwd"
65792026-09-11T20:27:13.700Z[ recovery-image] Sep 11 20:27:12.638 INFO O| Sep 11 20:27:12.638 INFO STEP 293 (remove_files) COMPLETE
65802026-09-11T20:27:13.700Z[ recovery-image] Sep 11 20:27:12.638 INFO O| Sep 11 20:27:12.638 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65812026-09-11T20:27:13.710Z[ recovery-image] Sep 11 20:27:12.648 INFO O| Sep 11 20:27:12.648 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/paste"
65822026-09-11T20:27:13.710Z[ recovery-image] Sep 11 20:27:12.648 INFO O| Sep 11 20:27:12.648 INFO STEP 294 (remove_files) COMPLETE
65832026-09-11T20:27:13.713Z[ recovery-image] Sep 11 20:27:12.648 INFO O| Sep 11 20:27:12.648 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65842026-09-11T20:27:13.719Z[ recovery-image] Sep 11 20:27:12.657 INFO O| Sep 11 20:27:12.657 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pathchk"
65852026-09-11T20:27:13.719Z[ recovery-image] Sep 11 20:27:12.657 INFO O| Sep 11 20:27:12.657 INFO STEP 295 (remove_files) COMPLETE
65862026-09-11T20:27:13.722Z[ recovery-image] Sep 11 20:27:12.657 INFO O| Sep 11 20:27:12.657 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65872026-09-11T20:27:13.728Z[ recovery-image] Sep 11 20:27:12.666 INFO O| Sep 11 20:27:12.666 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pax"
65882026-09-11T20:27:13.728Z[ recovery-image] Sep 11 20:27:12.667 INFO O| Sep 11 20:27:12.667 INFO STEP 296 (remove_files) COMPLETE
65892026-09-11T20:27:13.731Z[ recovery-image] Sep 11 20:27:12.667 INFO O| Sep 11 20:27:12.667 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65902026-09-11T20:27:13.738Z[ recovery-image] Sep 11 20:27:12.676 INFO O| Sep 11 20:27:12.676 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcap-config"
65912026-09-11T20:27:13.738Z[ recovery-image] Sep 11 20:27:12.676 INFO O| Sep 11 20:27:12.676 INFO STEP 297 (remove_files) COMPLETE
65922026-09-11T20:27:13.741Z[ recovery-image] Sep 11 20:27:12.676 INFO O| Sep 11 20:27:12.676 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65932026-09-11T20:27:13.748Z[ recovery-image] Sep 11 20:27:12.686 INFO O| Sep 11 20:27:12.686 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre-config"
65942026-09-11T20:27:13.748Z[ recovery-image] Sep 11 20:27:12.686 INFO O| Sep 11 20:27:12.686 INFO STEP 298 (remove_files) COMPLETE
65952026-09-11T20:27:13.751Z[ recovery-image] Sep 11 20:27:12.686 INFO O| Sep 11 20:27:12.686 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65962026-09-11T20:27:13.758Z[ recovery-image] Sep 11 20:27:12.696 INFO O| Sep 11 20:27:12.696 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2-config"
65972026-09-11T20:27:13.758Z[ recovery-image] Sep 11 20:27:12.696 INFO O| Sep 11 20:27:12.696 INFO STEP 299 (remove_files) COMPLETE
65982026-09-11T20:27:13.758Z[ recovery-image] Sep 11 20:27:12.696 INFO O| Sep 11 20:27:12.696 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65992026-09-11T20:27:13.768Z[ recovery-image] Sep 11 20:27:12.706 INFO O| Sep 11 20:27:12.706 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2grep"
66002026-09-11T20:27:13.768Z[ recovery-image] Sep 11 20:27:12.706 INFO O| Sep 11 20:27:12.706 INFO STEP 300 (remove_files) COMPLETE
66012026-09-11T20:27:13.768Z[ recovery-image] Sep 11 20:27:12.706 INFO O| Sep 11 20:27:12.706 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66022026-09-11T20:27:13.777Z[ recovery-image] Sep 11 20:27:12.715 INFO O| Sep 11 20:27:12.715 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2test"
66032026-09-11T20:27:13.778Z[ recovery-image] Sep 11 20:27:12.715 INFO O| Sep 11 20:27:12.715 INFO STEP 301 (remove_files) COMPLETE
66042026-09-11T20:27:13.778Z[ recovery-image] Sep 11 20:27:12.715 INFO O| Sep 11 20:27:12.715 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66052026-09-11T20:27:13.786Z[ recovery-image] Sep 11 20:27:12.724 INFO O| Sep 11 20:27:12.724 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcregrep"
66062026-09-11T20:27:13.786Z[ recovery-image] Sep 11 20:27:12.724 INFO O| Sep 11 20:27:12.724 INFO STEP 302 (remove_files) COMPLETE
66072026-09-11T20:27:13.786Z[ recovery-image] Sep 11 20:27:12.724 INFO O| Sep 11 20:27:12.724 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66082026-09-11T20:27:13.795Z[ recovery-image] Sep 11 20:27:12.733 INFO O| Sep 11 20:27:12.733 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcretest"
66092026-09-11T20:27:13.795Z[ recovery-image] Sep 11 20:27:12.733 INFO O| Sep 11 20:27:12.733 INFO STEP 303 (remove_files) COMPLETE
66102026-09-11T20:27:13.798Z[ recovery-image] Sep 11 20:27:12.733 INFO O| Sep 11 20:27:12.733 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66112026-09-11T20:27:13.805Z[ recovery-image] Sep 11 20:27:12.743 INFO O| Sep 11 20:27:12.742 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfbash"
66122026-09-11T20:27:13.805Z[ recovery-image] Sep 11 20:27:12.743 INFO O| Sep 11 20:27:12.743 INFO STEP 304 (remove_files) COMPLETE
66132026-09-11T20:27:13.805Z[ recovery-image] Sep 11 20:27:12.743 INFO O| Sep 11 20:27:12.743 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66142026-09-11T20:27:13.816Z[ recovery-image] Sep 11 20:27:12.754 INFO O| Sep 11 20:27:12.754 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfcsh"
66152026-09-11T20:27:13.816Z[ recovery-image] Sep 11 20:27:12.754 INFO O| Sep 11 20:27:12.754 INFO STEP 305 (remove_files) COMPLETE
66162026-09-11T20:27:13.816Z[ recovery-image] Sep 11 20:27:12.754 INFO O| Sep 11 20:27:12.754 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66172026-09-11T20:27:13.826Z[ recovery-image] Sep 11 20:27:12.764 INFO O| Sep 11 20:27:12.764 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfksh"
66182026-09-11T20:27:13.826Z[ recovery-image] Sep 11 20:27:12.764 INFO O| Sep 11 20:27:12.764 INFO STEP 306 (remove_files) COMPLETE
66192026-09-11T20:27:13.827Z[ recovery-image] Sep 11 20:27:12.764 INFO O| Sep 11 20:27:12.764 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66202026-09-11T20:27:13.837Z[ recovery-image] Sep 11 20:27:12.775 INFO O| Sep 11 20:27:12.775 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfksh93"
66212026-09-11T20:27:13.837Z[ recovery-image] Sep 11 20:27:12.775 INFO O| Sep 11 20:27:12.775 INFO STEP 307 (remove_files) COMPLETE
66222026-09-11T20:27:13.837Z[ recovery-image] Sep 11 20:27:12.775 INFO O| Sep 11 20:27:12.775 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66232026-09-11T20:27:13.849Z[ recovery-image] Sep 11 20:27:12.785 INFO O| Sep 11 20:27:12.785 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfrksh"
66242026-09-11T20:27:13.858Z[ recovery-image] Sep 11 20:27:12.785 INFO O| Sep 11 20:27:12.785 INFO STEP 308 (remove_files) COMPLETE
66252026-09-11T20:27:13.858Z[ recovery-image] Sep 11 20:27:12.785 INFO O| Sep 11 20:27:12.785 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66262026-09-11T20:27:13.858Z[ recovery-image] Sep 11 20:27:12.794 INFO O| Sep 11 20:27:12.794 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfrksh93"
66272026-09-11T20:27:13.861Z[ recovery-image] Sep 11 20:27:12.794 INFO O| Sep 11 20:27:12.794 INFO STEP 309 (remove_files) COMPLETE
66282026-09-11T20:27:13.861Z[ recovery-image] Sep 11 20:27:12.794 INFO O| Sep 11 20:27:12.794 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66292026-09-11T20:27:13.865Z[ recovery-image] Sep 11 20:27:12.803 INFO O| Sep 11 20:27:12.803 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfsh"
66302026-09-11T20:27:13.865Z[ recovery-image] Sep 11 20:27:12.803 INFO O| Sep 11 20:27:12.803 INFO STEP 310 (remove_files) COMPLETE
66312026-09-11T20:27:13.868Z[ recovery-image] Sep 11 20:27:12.803 INFO O| Sep 11 20:27:12.803 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66322026-09-11T20:27:13.874Z[ recovery-image] Sep 11 20:27:12.812 INFO O| Sep 11 20:27:12.812 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pftcsh"
66332026-09-11T20:27:13.874Z[ recovery-image] Sep 11 20:27:12.812 INFO O| Sep 11 20:27:12.812 INFO STEP 311 (remove_files) COMPLETE
66342026-09-11T20:27:13.874Z[ recovery-image] Sep 11 20:27:12.812 INFO O| Sep 11 20:27:12.812 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66352026-09-11T20:27:13.885Z[ recovery-image] Sep 11 20:27:12.823 INFO O| Sep 11 20:27:12.823 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfzsh"
66362026-09-11T20:27:13.885Z[ recovery-image] Sep 11 20:27:12.823 INFO O| Sep 11 20:27:12.823 INFO STEP 312 (remove_files) COMPLETE
66372026-09-11T20:27:13.885Z[ recovery-image] Sep 11 20:27:12.823 INFO O| Sep 11 20:27:12.823 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66382026-09-11T20:27:13.895Z[ recovery-image] Sep 11 20:27:12.833 INFO O| Sep 11 20:27:12.833 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pg"
66392026-09-11T20:27:13.895Z[ recovery-image] Sep 11 20:27:12.833 INFO O| Sep 11 20:27:12.833 INFO STEP 313 (remove_files) COMPLETE
66402026-09-11T20:27:13.895Z[ recovery-image] Sep 11 20:27:12.833 INFO O| Sep 11 20:27:12.833 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66412026-09-11T20:27:13.904Z[verify-libraries] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
66422026-09-11T20:27:13.907Z[ recovery-image] Sep 11 20:27:12.843 INFO O| Sep 11 20:27:12.843 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pginfo"
66432026-09-11T20:27:13.908Z[ recovery-image] Sep 11 20:27:12.844 INFO O| Sep 11 20:27:12.843 INFO STEP 314 (remove_files) COMPLETE
66442026-09-11T20:27:13.908Z[ recovery-image] Sep 11 20:27:12.844 INFO O| Sep 11 20:27:12.843 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66452026-09-11T20:27:13.915Z[ recovery-image] Sep 11 20:27:12.853 INFO O| Sep 11 20:27:12.853 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pgstat"
66462026-09-11T20:27:13.915Z[ recovery-image] Sep 11 20:27:12.853 INFO O| Sep 11 20:27:12.853 INFO STEP 315 (remove_files) COMPLETE
66472026-09-11T20:27:13.915Z[ recovery-image] Sep 11 20:27:12.853 INFO O| Sep 11 20:27:12.853 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66482026-09-11T20:27:13.924Z[ recovery-image] Sep 11 20:27:12.862 INFO O| Sep 11 20:27:12.862 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgadm"
66492026-09-11T20:27:13.925Z[ recovery-image] Sep 11 20:27:12.863 INFO O| Sep 11 20:27:12.863 INFO STEP 316 (remove_files) COMPLETE
66502026-09-11T20:27:13.925Z[ recovery-image] Sep 11 20:27:12.863 INFO O| Sep 11 20:27:12.863 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66512026-09-11T20:27:13.934Z[ recovery-image] Sep 11 20:27:12.872 INFO O| Sep 11 20:27:12.872 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgcond"
66522026-09-11T20:27:13.935Z[ recovery-image] Sep 11 20:27:12.872 INFO O| Sep 11 20:27:12.872 INFO STEP 317 (remove_files) COMPLETE
66532026-09-11T20:27:13.940Z[ recovery-image] Sep 11 20:27:12.872 INFO O| Sep 11 20:27:12.872 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66542026-09-11T20:27:13.945Z[ recovery-image] Sep 11 20:27:12.881 INFO O| Sep 11 20:27:12.881 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkginfo"
66552026-09-11T20:27:13.945Z[ recovery-image] Sep 11 20:27:12.882 INFO O| Sep 11 20:27:12.881 INFO STEP 318 (remove_files) COMPLETE
66562026-09-11T20:27:13.945Z[ recovery-image] Sep 11 20:27:12.882 INFO O| Sep 11 20:27:12.882 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66572026-09-11T20:27:13.953Z[ recovery-image] Sep 11 20:27:12.891 INFO O| Sep 11 20:27:12.891 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgmk"
66582026-09-11T20:27:13.953Z[ recovery-image] Sep 11 20:27:12.891 INFO O| Sep 11 20:27:12.891 INFO STEP 319 (remove_files) COMPLETE
66592026-09-11T20:27:13.953Z[ recovery-image] Sep 11 20:27:12.891 INFO O| Sep 11 20:27:12.891 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66602026-09-11T20:27:13.962Z[ recovery-image] Sep 11 20:27:12.900 INFO O| Sep 11 20:27:12.900 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgparam"
66612026-09-11T20:27:13.962Z[ recovery-image] Sep 11 20:27:12.900 INFO O| Sep 11 20:27:12.900 INFO STEP 320 (remove_files) COMPLETE
66622026-09-11T20:27:13.963Z[ recovery-image] Sep 11 20:27:12.900 INFO O| Sep 11 20:27:12.900 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66632026-09-11T20:27:13.971Z[ recovery-image] Sep 11 20:27:12.909 INFO O| Sep 11 20:27:12.909 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgproto"
66642026-09-11T20:27:13.971Z[ recovery-image] Sep 11 20:27:12.909 INFO O| Sep 11 20:27:12.909 INFO STEP 321 (remove_files) COMPLETE
66652026-09-11T20:27:13.971Z[ recovery-image] Sep 11 20:27:12.909 INFO O| Sep 11 20:27:12.909 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66662026-09-11T20:27:13.981Z[ recovery-image] Sep 11 20:27:12.919 INFO O| Sep 11 20:27:12.919 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgtrans"
66672026-09-11T20:27:13.981Z[ recovery-image] Sep 11 20:27:12.919 INFO O| Sep 11 20:27:12.919 INFO STEP 322 (remove_files) COMPLETE
66682026-09-11T20:27:13.981Z[ recovery-image] Sep 11 20:27:12.919 INFO O| Sep 11 20:27:12.919 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66692026-09-11T20:27:13.991Z[ recovery-image] Sep 11 20:27:12.929 INFO O| Sep 11 20:27:12.929 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pktool"
66702026-09-11T20:27:13.991Z[ recovery-image] Sep 11 20:27:12.929 INFO O| Sep 11 20:27:12.929 INFO STEP 323 (remove_files) COMPLETE
66712026-09-11T20:27:13.991Z[ recovery-image] Sep 11 20:27:12.929 INFO O| Sep 11 20:27:12.929 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66722026-09-11T20:27:14.003Z[ recovery-image] Sep 11 20:27:12.939 INFO O| Sep 11 20:27:12.939 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/plgrp"
66732026-09-11T20:27:14.003Z[ recovery-image] Sep 11 20:27:12.940 INFO O| Sep 11 20:27:12.940 INFO STEP 324 (remove_files) COMPLETE
66742026-09-11T20:27:14.003Z[ recovery-image] Sep 11 20:27:12.940 INFO O| Sep 11 20:27:12.940 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66752026-09-11T20:27:14.012Z[ recovery-image] Sep 11 20:27:12.949 INFO O| Sep 11 20:27:12.949 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pmadvise"
66762026-09-11T20:27:14.012Z[ recovery-image] Sep 11 20:27:12.949 INFO O| Sep 11 20:27:12.949 INFO STEP 325 (remove_files) COMPLETE
66772026-09-11T20:27:14.012Z[ recovery-image] Sep 11 20:27:12.949 INFO O| Sep 11 20:27:12.949 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66782026-09-11T20:27:14.021Z[ recovery-image] Sep 11 20:27:12.958 INFO O| Sep 11 20:27:12.958 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/poolstat"
66792026-09-11T20:27:14.021Z[ recovery-image] Sep 11 20:27:12.958 INFO O| Sep 11 20:27:12.958 INFO STEP 326 (remove_files) COMPLETE
66802026-09-11T20:27:14.021Z[ recovery-image] Sep 11 20:27:12.958 INFO O| Sep 11 20:27:12.958 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66812026-09-11T20:27:14.029Z[ recovery-image] Sep 11 20:27:12.967 INFO O| Sep 11 20:27:12.967 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ppgsz"
66822026-09-11T20:27:14.029Z[ recovery-image] Sep 11 20:27:12.967 INFO O| Sep 11 20:27:12.967 INFO STEP 327 (remove_files) COMPLETE
66832026-09-11T20:27:14.029Z[ recovery-image] Sep 11 20:27:12.967 INFO O| Sep 11 20:27:12.967 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66842026-09-11T20:27:14.039Z[ recovery-image] Sep 11 20:27:12.977 INFO O| Sep 11 20:27:12.977 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pr"
66852026-09-11T20:27:14.039Z[ recovery-image] Sep 11 20:27:12.977 INFO O| Sep 11 20:27:12.977 INFO STEP 328 (remove_files) COMPLETE
66862026-09-11T20:27:14.039Z[ recovery-image] Sep 11 20:27:12.977 INFO O| Sep 11 20:27:12.977 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66872026-09-11T20:27:14.048Z[ recovery-image] Sep 11 20:27:12.986 INFO O| Sep 11 20:27:12.986 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/print"
66882026-09-11T20:27:14.048Z[ recovery-image] Sep 11 20:27:12.986 INFO O| Sep 11 20:27:12.986 INFO STEP 329 (remove_files) COMPLETE
66892026-09-11T20:27:14.048Z[ recovery-image] Sep 11 20:27:12.986 INFO O| Sep 11 20:27:12.986 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66902026-09-11T20:27:14.058Z[ recovery-image] Sep 11 20:27:12.995 INFO O| Sep 11 20:27:12.995 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/printf"
66912026-09-11T20:27:14.058Z[ recovery-image] Sep 11 20:27:12.995 INFO O| Sep 11 20:27:12.995 INFO STEP 330 (remove_files) COMPLETE
66922026-09-11T20:27:14.058Z[ recovery-image] Sep 11 20:27:12.995 INFO O| Sep 11 20:27:12.995 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66932026-09-11T20:27:14.067Z[ recovery-image] Sep 11 20:27:13.005 INFO O| Sep 11 20:27:13.005 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/priocntl"
66942026-09-11T20:27:14.068Z[ recovery-image] Sep 11 20:27:13.005 INFO O| Sep 11 20:27:13.005 INFO STEP 331 (remove_files) COMPLETE
66952026-09-11T20:27:14.078Z[ recovery-image] Sep 11 20:27:13.005 INFO O| Sep 11 20:27:13.005 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66962026-09-11T20:27:14.082Z[ recovery-image] Sep 11 20:27:13.015 INFO O| Sep 11 20:27:13.015 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/profiles"
66972026-09-11T20:27:14.083Z[ recovery-image] Sep 11 20:27:13.015 INFO O| Sep 11 20:27:13.015 INFO STEP 332 (remove_files) COMPLETE
66982026-09-11T20:27:14.083Z[ recovery-image] Sep 11 20:27:13.015 INFO O| Sep 11 20:27:13.015 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66992026-09-11T20:27:14.088Z[ recovery-image] Sep 11 20:27:13.025 INFO O| Sep 11 20:27:13.025 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/projects"
67002026-09-11T20:27:14.088Z[ recovery-image] Sep 11 20:27:13.025 INFO O| Sep 11 20:27:13.025 INFO STEP 333 (remove_files) COMPLETE
67012026-09-11T20:27:14.088Z[ recovery-image] Sep 11 20:27:13.025 INFO O| Sep 11 20:27:13.025 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67022026-09-11T20:27:14.097Z[ recovery-image] Sep 11 20:27:13.035 INFO O| Sep 11 20:27:13.034 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/psecflags"
67032026-09-11T20:27:14.097Z[ recovery-image] Sep 11 20:27:13.035 INFO O| Sep 11 20:27:13.035 INFO STEP 334 (remove_files) COMPLETE
67042026-09-11T20:27:14.097Z[ recovery-image] Sep 11 20:27:13.035 INFO O| Sep 11 20:27:13.035 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67052026-09-11T20:27:14.112Z[ recovery-image] Sep 11 20:27:13.050 INFO O| Sep 11 20:27:13.050 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/putdev"
67062026-09-11T20:27:14.112Z[ recovery-image] Sep 11 20:27:13.050 INFO O| Sep 11 20:27:13.050 INFO STEP 335 (remove_files) COMPLETE
67072026-09-11T20:27:14.112Z[ recovery-image] Sep 11 20:27:13.050 INFO O| Sep 11 20:27:13.050 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67082026-09-11T20:27:14.121Z[ recovery-image] Sep 11 20:27:13.059 INFO O| Sep 11 20:27:13.059 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/putdgrp"
67092026-09-11T20:27:14.121Z[ recovery-image] Sep 11 20:27:13.059 INFO O| Sep 11 20:27:13.059 INFO STEP 336 (remove_files) COMPLETE
67102026-09-11T20:27:14.121Z[ recovery-image] Sep 11 20:27:13.059 INFO O| Sep 11 20:27:13.059 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67112026-09-11T20:27:14.132Z[ recovery-image] Sep 11 20:27:13.070 INFO O| Sep 11 20:27:13.070 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pvs"
67122026-09-11T20:27:14.132Z[ recovery-image] Sep 11 20:27:13.070 INFO O| Sep 11 20:27:13.070 INFO STEP 337 (remove_files) COMPLETE
67132026-09-11T20:27:14.135Z[ recovery-image] Sep 11 20:27:13.070 INFO O| Sep 11 20:27:13.070 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67142026-09-11T20:27:14.143Z[ recovery-image] Sep 11 20:27:13.080 INFO O| Sep 11 20:27:13.080 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pwait"
67152026-09-11T20:27:14.143Z[ recovery-image] Sep 11 20:27:13.080 INFO O| Sep 11 20:27:13.080 INFO STEP 338 (remove_files) COMPLETE
67162026-09-11T20:27:14.146Z[ recovery-image] Sep 11 20:27:13.080 INFO O| Sep 11 20:27:13.080 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67172026-09-11T20:27:14.152Z[ recovery-image] Sep 11 20:27:13.090 INFO O| Sep 11 20:27:13.090 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pwd"
67182026-09-11T20:27:14.152Z[ recovery-image] Sep 11 20:27:13.090 INFO O| Sep 11 20:27:13.090 INFO STEP 339 (remove_files) COMPLETE
67192026-09-11T20:27:14.155Z[ recovery-image] Sep 11 20:27:13.090 INFO O| Sep 11 20:27:13.090 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67202026-09-11T20:27:14.162Z[ recovery-image] Sep 11 20:27:13.100 INFO O| Sep 11 20:27:13.100 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/read"
67212026-09-11T20:27:14.162Z[ recovery-image] Sep 11 20:27:13.100 INFO O| Sep 11 20:27:13.100 INFO STEP 340 (remove_files) COMPLETE
67222026-09-11T20:27:14.162Z[ recovery-image] Sep 11 20:27:13.100 INFO O| Sep 11 20:27:13.100 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67232026-09-11T20:27:14.171Z[ recovery-image] Sep 11 20:27:13.109 INFO O| Sep 11 20:27:13.109 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/red"
67242026-09-11T20:27:14.171Z[ recovery-image] Sep 11 20:27:13.109 INFO O| Sep 11 20:27:13.109 INFO STEP 341 (remove_files) COMPLETE
67252026-09-11T20:27:14.174Z[ recovery-image] Sep 11 20:27:13.109 INFO O| Sep 11 20:27:13.109 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67262026-09-11T20:27:14.181Z[ recovery-image] Sep 11 20:27:13.119 INFO O| Sep 11 20:27:13.119 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/regcmp"
67272026-09-11T20:27:14.181Z[ recovery-image] Sep 11 20:27:13.119 INFO O| Sep 11 20:27:13.119 INFO STEP 342 (remove_files) COMPLETE
67282026-09-11T20:27:14.181Z[ recovery-image] Sep 11 20:27:13.119 INFO O| Sep 11 20:27:13.119 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67292026-09-11T20:27:14.191Z[ recovery-image] Sep 11 20:27:13.129 INFO O| Sep 11 20:27:13.129 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/renice"
67302026-09-11T20:27:14.192Z[ recovery-image] Sep 11 20:27:13.129 INFO O| Sep 11 20:27:13.129 INFO STEP 343 (remove_files) COMPLETE
67312026-09-11T20:27:14.192Z[ recovery-image] Sep 11 20:27:13.129 INFO O| Sep 11 20:27:13.129 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67322026-09-11T20:27:14.202Z[ recovery-image] Sep 11 20:27:13.140 INFO O| Sep 11 20:27:13.140 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/resize"
67332026-09-11T20:27:14.202Z[ recovery-image] Sep 11 20:27:13.140 INFO O| Sep 11 20:27:13.140 INFO STEP 344 (remove_files) COMPLETE
67342026-09-11T20:27:14.202Z[ recovery-image] Sep 11 20:27:13.140 INFO O| Sep 11 20:27:13.140 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67352026-09-11T20:27:14.217Z[ recovery-image] Sep 11 20:27:13.150 INFO O| Sep 11 20:27:13.150 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rev"
67362026-09-11T20:27:14.217Z[ recovery-image] Sep 11 20:27:13.150 INFO O| Sep 11 20:27:13.150 INFO STEP 345 (remove_files) COMPLETE
67372026-09-11T20:27:14.217Z[ recovery-image] Sep 11 20:27:13.150 INFO O| Sep 11 20:27:13.150 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67382026-09-11T20:27:14.222Z[ recovery-image] Sep 11 20:27:13.159 INFO O| Sep 11 20:27:13.159 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rksh"
67392026-09-11T20:27:14.222Z[ recovery-image] Sep 11 20:27:13.159 INFO O| Sep 11 20:27:13.159 INFO STEP 346 (remove_files) COMPLETE
67402026-09-11T20:27:14.226Z[ recovery-image] Sep 11 20:27:13.159 INFO O| Sep 11 20:27:13.159 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67412026-09-11T20:27:14.230Z[ recovery-image] Sep 11 20:27:13.168 INFO O| Sep 11 20:27:13.168 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rksh93"
67422026-09-11T20:27:14.230Z[ recovery-image] Sep 11 20:27:13.168 INFO O| Sep 11 20:27:13.168 INFO STEP 347 (remove_files) COMPLETE
67432026-09-11T20:27:14.230Z[ recovery-image] Sep 11 20:27:13.168 INFO O| Sep 11 20:27:13.168 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67442026-09-11T20:27:14.239Z[ recovery-image] Sep 11 20:27:13.177 INFO O| Sep 11 20:27:13.176 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/roles"
67452026-09-11T20:27:14.239Z[ recovery-image] Sep 11 20:27:13.177 INFO O| Sep 11 20:27:13.177 INFO STEP 348 (remove_files) COMPLETE
67462026-09-11T20:27:14.239Z[ recovery-image] Sep 11 20:27:13.177 INFO O| Sep 11 20:27:13.177 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67472026-09-11T20:27:14.247Z[ recovery-image] Sep 11 20:27:13.185 INFO O| Sep 11 20:27:13.185 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rpcinfo"
67482026-09-11T20:27:14.247Z[ recovery-image] Sep 11 20:27:13.185 INFO O| Sep 11 20:27:13.185 INFO STEP 349 (remove_files) COMPLETE
67492026-09-11T20:27:14.247Z[ recovery-image] Sep 11 20:27:13.185 INFO O| Sep 11 20:27:13.185 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67502026-09-11T20:27:14.256Z[ recovery-image] Sep 11 20:27:13.194 INFO O| Sep 11 20:27:13.193 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rsync"
67512026-09-11T20:27:14.256Z[ recovery-image] Sep 11 20:27:13.194 INFO O| Sep 11 20:27:13.194 INFO STEP 350 (remove_files) COMPLETE
67522026-09-11T20:27:14.256Z[ recovery-image] Sep 11 20:27:13.194 INFO O| Sep 11 20:27:13.194 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67532026-09-11T20:27:14.266Z[ recovery-image] Sep 11 20:27:13.204 INFO O| Sep 11 20:27:13.204 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rsync-ssl"
67542026-09-11T20:27:14.266Z[ recovery-image] Sep 11 20:27:13.204 INFO O| Sep 11 20:27:13.204 INFO STEP 351 (remove_files) COMPLETE
67552026-09-11T20:27:14.266Z[ recovery-image] Sep 11 20:27:13.204 INFO O| Sep 11 20:27:13.204 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67562026-09-11T20:27:14.271Z[verify-libraries] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
67572026-09-11T20:27:14.276Z[ recovery-image] Sep 11 20:27:13.214 INFO O| Sep 11 20:27:13.214 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/runat"
67582026-09-11T20:27:14.276Z[ recovery-image] Sep 11 20:27:13.214 INFO O| Sep 11 20:27:13.214 INFO STEP 352 (remove_files) COMPLETE
67592026-09-11T20:27:14.276Z[ recovery-image] Sep 11 20:27:13.214 INFO O| Sep 11 20:27:13.214 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67602026-09-11T20:27:14.287Z[ recovery-image] Sep 11 20:27:13.225 INFO O| Sep 11 20:27:13.225 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/scp"
67612026-09-11T20:27:14.287Z[ recovery-image] Sep 11 20:27:13.225 INFO O| Sep 11 20:27:13.225 INFO STEP 353 (remove_files) COMPLETE
67622026-09-11T20:27:14.287Z[ recovery-image] Sep 11 20:27:13.225 INFO O| Sep 11 20:27:13.225 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67632026-09-11T20:27:14.297Z[ recovery-image] Sep 11 20:27:13.235 INFO O| Sep 11 20:27:13.235 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/script"
67642026-09-11T20:27:14.297Z[ recovery-image] Sep 11 20:27:13.235 INFO O| Sep 11 20:27:13.235 INFO STEP 354 (remove_files) COMPLETE
67652026-09-11T20:27:14.297Z[ recovery-image] Sep 11 20:27:13.235 INFO O| Sep 11 20:27:13.235 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67662026-09-11T20:27:14.308Z[ recovery-image] Sep 11 20:27:13.246 INFO O| Sep 11 20:27:13.245 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sdiff"
67672026-09-11T20:27:14.308Z[ recovery-image] Sep 11 20:27:13.246 INFO O| Sep 11 20:27:13.246 INFO STEP 355 (remove_files) COMPLETE
67682026-09-11T20:27:14.308Z[ recovery-image] Sep 11 20:27:13.246 INFO O| Sep 11 20:27:13.246 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67692026-09-11T20:27:14.318Z[ recovery-image] Sep 11 20:27:13.256 INFO O| Sep 11 20:27:13.256 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/setpgrp"
67702026-09-11T20:27:14.318Z[ recovery-image] Sep 11 20:27:13.256 INFO O| Sep 11 20:27:13.256 INFO STEP 356 (remove_files) COMPLETE
67712026-09-11T20:27:14.321Z[ recovery-image] Sep 11 20:27:13.256 INFO O| Sep 11 20:27:13.256 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67722026-09-11T20:27:14.329Z[ recovery-image] Sep 11 20:27:13.267 INFO O| Sep 11 20:27:13.267 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sftp"
67732026-09-11T20:27:14.329Z[ recovery-image] Sep 11 20:27:13.267 INFO O| Sep 11 20:27:13.267 INFO STEP 357 (remove_files) COMPLETE
67742026-09-11T20:27:14.331Z[ recovery-image] Sep 11 20:27:13.267 INFO O| Sep 11 20:27:13.267 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67752026-09-11T20:27:14.339Z[ recovery-image] Sep 11 20:27:13.277 INFO O| Sep 11 20:27:13.277 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/shcomp"
67762026-09-11T20:27:14.339Z[ recovery-image] Sep 11 20:27:13.277 INFO O| Sep 11 20:27:13.277 INFO STEP 358 (remove_files) COMPLETE
67772026-09-11T20:27:14.339Z[ recovery-image] Sep 11 20:27:13.277 INFO O| Sep 11 20:27:13.277 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67782026-09-11T20:27:14.348Z[ recovery-image] Sep 11 20:27:13.286 INFO O| Sep 11 20:27:13.286 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/smbutil"
67792026-09-11T20:27:14.349Z[ recovery-image] Sep 11 20:27:13.286 INFO O| Sep 11 20:27:13.286 INFO STEP 359 (remove_files) COMPLETE
67802026-09-11T20:27:14.349Z[ recovery-image] Sep 11 20:27:13.286 INFO O| Sep 11 20:27:13.286 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67812026-09-11T20:27:14.357Z[ recovery-image] Sep 11 20:27:13.295 INFO O| Sep 11 20:27:13.295 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmp-bridge-mib"
67822026-09-11T20:27:14.357Z[ recovery-image] Sep 11 20:27:13.295 INFO O| Sep 11 20:27:13.295 INFO STEP 360 (remove_files) COMPLETE
67832026-09-11T20:27:14.357Z[ recovery-image] Sep 11 20:27:13.295 INFO O| Sep 11 20:27:13.295 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67842026-09-11T20:27:14.367Z[ recovery-image] Sep 11 20:27:13.305 INFO O| Sep 11 20:27:13.305 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpbulkget"
67852026-09-11T20:27:14.367Z[ recovery-image] Sep 11 20:27:13.305 INFO O| Sep 11 20:27:13.305 INFO STEP 361 (remove_files) COMPLETE
67862026-09-11T20:27:14.368Z[ recovery-image] Sep 11 20:27:13.305 INFO O| Sep 11 20:27:13.305 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67872026-09-11T20:27:14.378Z[ recovery-image] Sep 11 20:27:13.316 INFO O| Sep 11 20:27:13.316 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpbulkwalk"
67882026-09-11T20:27:14.378Z[ recovery-image] Sep 11 20:27:13.316 INFO O| Sep 11 20:27:13.316 INFO STEP 362 (remove_files) COMPLETE
67892026-09-11T20:27:14.378Z[ recovery-image] Sep 11 20:27:13.316 INFO O| Sep 11 20:27:13.316 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67902026-09-11T20:27:14.390Z[ recovery-image] Sep 11 20:27:13.326 INFO O| Sep 11 20:27:13.326 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpcheck"
67912026-09-11T20:27:14.390Z[ recovery-image] Sep 11 20:27:13.326 INFO O| Sep 11 20:27:13.326 INFO STEP 363 (remove_files) COMPLETE
67922026-09-11T20:27:14.390Z[ recovery-image] Sep 11 20:27:13.326 INFO O| Sep 11 20:27:13.326 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67932026-09-11T20:27:14.398Z[ recovery-image] Sep 11 20:27:13.336 INFO O| Sep 11 20:27:13.336 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpconf"
67942026-09-11T20:27:14.398Z[ recovery-image] Sep 11 20:27:13.336 INFO O| Sep 11 20:27:13.336 INFO STEP 364 (remove_files) COMPLETE
67952026-09-11T20:27:14.401Z[ recovery-image] Sep 11 20:27:13.336 INFO O| Sep 11 20:27:13.336 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67962026-09-11T20:27:14.409Z[ recovery-image] Sep 11 20:27:13.347 INFO O| Sep 11 20:27:13.347 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpdelta"
67972026-09-11T20:27:14.409Z[ recovery-image] Sep 11 20:27:13.347 INFO O| Sep 11 20:27:13.347 INFO STEP 365 (remove_files) COMPLETE
67982026-09-11T20:27:14.409Z[ recovery-image] Sep 11 20:27:13.347 INFO O| Sep 11 20:27:13.347 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67992026-09-11T20:27:14.419Z[ recovery-image] Sep 11 20:27:13.357 INFO O| Sep 11 20:27:13.357 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpdf"
68002026-09-11T20:27:14.420Z[ recovery-image] Sep 11 20:27:13.357 INFO O| Sep 11 20:27:13.357 INFO STEP 366 (remove_files) COMPLETE
68012026-09-11T20:27:14.420Z[ recovery-image] Sep 11 20:27:13.357 INFO O| Sep 11 20:27:13.357 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68022026-09-11T20:27:14.428Z[ recovery-image] Sep 11 20:27:13.366 INFO O| Sep 11 20:27:13.366 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpget"
68032026-09-11T20:27:14.428Z[ recovery-image] Sep 11 20:27:13.366 INFO O| Sep 11 20:27:13.366 INFO STEP 367 (remove_files) COMPLETE
68042026-09-11T20:27:14.431Z[ recovery-image] Sep 11 20:27:13.366 INFO O| Sep 11 20:27:13.366 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68052026-09-11T20:27:14.437Z[ recovery-image] Sep 11 20:27:13.375 INFO O| Sep 11 20:27:13.375 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpgetnext"
68062026-09-11T20:27:14.437Z[ recovery-image] Sep 11 20:27:13.375 INFO O| Sep 11 20:27:13.375 INFO STEP 368 (remove_files) COMPLETE
68072026-09-11T20:27:14.437Z[ recovery-image] Sep 11 20:27:13.375 INFO O| Sep 11 20:27:13.375 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68082026-09-11T20:27:14.447Z[ recovery-image] Sep 11 20:27:13.385 INFO O| Sep 11 20:27:13.385 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpnetstat"
68092026-09-11T20:27:14.447Z[ recovery-image] Sep 11 20:27:13.385 INFO O| Sep 11 20:27:13.385 INFO STEP 369 (remove_files) COMPLETE
68102026-09-11T20:27:14.452Z[ recovery-image] Sep 11 20:27:13.385 INFO O| Sep 11 20:27:13.385 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68112026-09-11T20:27:14.459Z[ recovery-image] Sep 11 20:27:13.395 INFO O| Sep 11 20:27:13.395 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmppcap"
68122026-09-11T20:27:14.459Z[ recovery-image] Sep 11 20:27:13.395 INFO O| Sep 11 20:27:13.395 INFO STEP 370 (remove_files) COMPLETE
68132026-09-11T20:27:14.462Z[ recovery-image] Sep 11 20:27:13.395 INFO O| Sep 11 20:27:13.395 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68142026-09-11T20:27:14.470Z[ recovery-image] Sep 11 20:27:13.407 INFO O| Sep 11 20:27:13.407 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpping"
68152026-09-11T20:27:14.470Z[ recovery-image] Sep 11 20:27:13.407 INFO O| Sep 11 20:27:13.407 INFO STEP 371 (remove_files) COMPLETE
68162026-09-11T20:27:14.470Z[ recovery-image] Sep 11 20:27:13.407 INFO O| Sep 11 20:27:13.407 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68172026-09-11T20:27:14.482Z[ recovery-image] Sep 11 20:27:13.417 INFO O| Sep 11 20:27:13.417 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpps"
68182026-09-11T20:27:14.482Z[ recovery-image] Sep 11 20:27:13.417 INFO O| Sep 11 20:27:13.417 INFO STEP 372 (remove_files) COMPLETE
68192026-09-11T20:27:14.482Z[ recovery-image] Sep 11 20:27:13.417 INFO O| Sep 11 20:27:13.417 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68202026-09-11T20:27:14.489Z[ recovery-image] Sep 11 20:27:13.425 INFO O| Sep 11 20:27:13.425 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpset"
68212026-09-11T20:27:14.489Z[ recovery-image] Sep 11 20:27:13.426 INFO O| Sep 11 20:27:13.425 INFO STEP 373 (remove_files) COMPLETE
68222026-09-11T20:27:14.489Z[ recovery-image] Sep 11 20:27:13.426 INFO O| Sep 11 20:27:13.426 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68232026-09-11T20:27:14.500Z[ recovery-image] Sep 11 20:27:13.435 INFO O| Sep 11 20:27:13.435 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpstatus"
68242026-09-11T20:27:14.500Z[ recovery-image] Sep 11 20:27:13.435 INFO O| Sep 11 20:27:13.435 INFO STEP 374 (remove_files) COMPLETE
68252026-09-11T20:27:14.505Z[ recovery-image] Sep 11 20:27:13.435 INFO O| Sep 11 20:27:13.435 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68262026-09-11T20:27:14.509Z[ recovery-image] Sep 11 20:27:13.444 INFO O| Sep 11 20:27:13.444 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptable"
68272026-09-11T20:27:14.509Z[ recovery-image] Sep 11 20:27:13.444 INFO O| Sep 11 20:27:13.444 INFO STEP 375 (remove_files) COMPLETE
68282026-09-11T20:27:14.509Z[ recovery-image] Sep 11 20:27:13.444 INFO O| Sep 11 20:27:13.444 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68292026-09-11T20:27:14.516Z[ recovery-image] Sep 11 20:27:13.453 INFO O| Sep 11 20:27:13.453 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptest"
68302026-09-11T20:27:14.516Z[ recovery-image] Sep 11 20:27:13.453 INFO O| Sep 11 20:27:13.453 INFO STEP 376 (remove_files) COMPLETE
68312026-09-11T20:27:14.516Z[ recovery-image] Sep 11 20:27:13.453 INFO O| Sep 11 20:27:13.453 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68322026-09-11T20:27:14.526Z[ recovery-image] Sep 11 20:27:13.463 INFO O| Sep 11 20:27:13.463 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptranslate"
68332026-09-11T20:27:14.526Z[ recovery-image] Sep 11 20:27:13.463 INFO O| Sep 11 20:27:13.463 INFO STEP 377 (remove_files) COMPLETE
68342026-09-11T20:27:14.529Z[ recovery-image] Sep 11 20:27:13.463 INFO O| Sep 11 20:27:13.463 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68352026-09-11T20:27:14.532Z[verify-libraries] Compiling git2 v0.20.4
68362026-09-11T20:27:14.535Z[ recovery-image] Sep 11 20:27:13.472 INFO O| Sep 11 20:27:13.472 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptrap"
68372026-09-11T20:27:14.535Z[ recovery-image] Sep 11 20:27:13.473 INFO O| Sep 11 20:27:13.473 INFO STEP 378 (remove_files) COMPLETE
68382026-09-11T20:27:14.535Z[ recovery-image] Sep 11 20:27:13.473 INFO O| Sep 11 20:27:13.473 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68392026-09-11T20:27:14.545Z[ recovery-image] Sep 11 20:27:13.483 INFO O| Sep 11 20:27:13.483 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpusm"
68402026-09-11T20:27:14.545Z[ recovery-image] Sep 11 20:27:13.483 INFO O| Sep 11 20:27:13.483 INFO STEP 379 (remove_files) COMPLETE
68412026-09-11T20:27:14.545Z[ recovery-image] Sep 11 20:27:13.483 INFO O| Sep 11 20:27:13.483 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68422026-09-11T20:27:14.560Z[ recovery-image] Sep 11 20:27:13.493 INFO O| Sep 11 20:27:13.493 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpvacm"
68432026-09-11T20:27:14.560Z[ recovery-image] Sep 11 20:27:13.493 INFO O| Sep 11 20:27:13.493 INFO STEP 380 (remove_files) COMPLETE
68442026-09-11T20:27:14.563Z[ recovery-image] Sep 11 20:27:13.493 INFO O| Sep 11 20:27:13.493 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68452026-09-11T20:27:14.566Z[ recovery-image] Sep 11 20:27:13.503 INFO O| Sep 11 20:27:13.503 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpwalk"
68462026-09-11T20:27:14.566Z[ recovery-image] Sep 11 20:27:13.503 INFO O| Sep 11 20:27:13.503 INFO STEP 381 (remove_files) COMPLETE
68472026-09-11T20:27:14.566Z[ recovery-image] Sep 11 20:27:13.503 INFO O| Sep 11 20:27:13.503 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68482026-09-11T20:27:14.575Z[ recovery-image] Sep 11 20:27:13.513 INFO O| Sep 11 20:27:13.513 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sotruss"
68492026-09-11T20:27:14.575Z[ recovery-image] Sep 11 20:27:13.513 INFO O| Sep 11 20:27:13.513 INFO STEP 382 (remove_files) COMPLETE
68502026-09-11T20:27:14.579Z[ recovery-image] Sep 11 20:27:13.513 INFO O| Sep 11 20:27:13.513 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68512026-09-11T20:27:14.586Z[ recovery-image] Sep 11 20:27:13.523 INFO O| Sep 11 20:27:13.523 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/spell"
68522026-09-11T20:27:14.589Z[ recovery-image] Sep 11 20:27:13.523 INFO O| Sep 11 20:27:13.523 INFO STEP 383 (remove_files) COMPLETE
68532026-09-11T20:27:14.589Z[ recovery-image] Sep 11 20:27:13.523 INFO O| Sep 11 20:27:13.523 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68542026-09-11T20:27:14.595Z[ recovery-image] Sep 11 20:27:13.533 INFO O| Sep 11 20:27:13.533 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/split"
68552026-09-11T20:27:14.595Z[ recovery-image] Sep 11 20:27:13.533 INFO O| Sep 11 20:27:13.533 INFO STEP 384 (remove_files) COMPLETE
68562026-09-11T20:27:14.595Z[ recovery-image] Sep 11 20:27:13.533 INFO O| Sep 11 20:27:13.533 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68572026-09-11T20:27:14.605Z[ recovery-image] Sep 11 20:27:13.543 INFO O| Sep 11 20:27:13.543 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sqlite3"
68582026-09-11T20:27:14.605Z[ recovery-image] Sep 11 20:27:13.543 INFO O| Sep 11 20:27:13.543 INFO STEP 385 (remove_files) COMPLETE
68592026-09-11T20:27:14.608Z[ recovery-image] Sep 11 20:27:13.543 INFO O| Sep 11 20:27:13.543 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68602026-09-11T20:27:14.614Z[ recovery-image] Sep 11 20:27:13.552 INFO O| Sep 11 20:27:13.552 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh"
68612026-09-11T20:27:14.614Z[ recovery-image] Sep 11 20:27:13.552 INFO O| Sep 11 20:27:13.552 INFO STEP 386 (remove_files) COMPLETE
68622026-09-11T20:27:14.614Z[ recovery-image] Sep 11 20:27:13.552 INFO O| Sep 11 20:27:13.552 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68632026-09-11T20:27:14.624Z[ recovery-image] Sep 11 20:27:13.562 INFO O| Sep 11 20:27:13.562 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-add"
68642026-09-11T20:27:14.624Z[ recovery-image] Sep 11 20:27:13.562 INFO O| Sep 11 20:27:13.562 INFO STEP 387 (remove_files) COMPLETE
68652026-09-11T20:27:14.624Z[ recovery-image] Sep 11 20:27:13.562 INFO O| Sep 11 20:27:13.562 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68662026-09-11T20:27:14.634Z[ recovery-image] Sep 11 20:27:13.572 INFO O| Sep 11 20:27:13.572 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-agent"
68672026-09-11T20:27:14.634Z[ recovery-image] Sep 11 20:27:13.572 INFO O| Sep 11 20:27:13.572 INFO STEP 388 (remove_files) COMPLETE
68682026-09-11T20:27:14.634Z[ recovery-image] Sep 11 20:27:13.572 INFO O| Sep 11 20:27:13.572 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68692026-09-11T20:27:14.644Z[ recovery-image] Sep 11 20:27:13.581 INFO O| Sep 11 20:27:13.581 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-copy-id"
68702026-09-11T20:27:14.644Z[ recovery-image] Sep 11 20:27:13.581 INFO O| Sep 11 20:27:13.581 INFO STEP 389 (remove_files) COMPLETE
68712026-09-11T20:27:14.644Z[ recovery-image] Sep 11 20:27:13.581 INFO O| Sep 11 20:27:13.581 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68722026-09-11T20:27:14.653Z[ recovery-image] Sep 11 20:27:13.591 INFO O| Sep 11 20:27:13.591 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-keyscan"
68732026-09-11T20:27:14.653Z[ recovery-image] Sep 11 20:27:13.591 INFO O| Sep 11 20:27:13.591 INFO STEP 390 (remove_files) COMPLETE
68742026-09-11T20:27:14.653Z[ recovery-image] Sep 11 20:27:13.591 INFO O| Sep 11 20:27:13.591 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68752026-09-11T20:27:14.663Z[ recovery-image] Sep 11 20:27:13.601 INFO O| Sep 11 20:27:13.600 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/strings"
68762026-09-11T20:27:14.663Z[ recovery-image] Sep 11 20:27:13.601 INFO O| Sep 11 20:27:13.601 INFO STEP 391 (remove_files) COMPLETE
68772026-09-11T20:27:14.663Z[ recovery-image] Sep 11 20:27:13.601 INFO O| Sep 11 20:27:13.601 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68782026-09-11T20:27:14.672Z[ recovery-image] Sep 11 20:27:13.610 INFO O| Sep 11 20:27:13.610 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sum"
68792026-09-11T20:27:14.673Z[ recovery-image] Sep 11 20:27:13.610 INFO O| Sep 11 20:27:13.610 INFO STEP 392 (remove_files) COMPLETE
68802026-09-11T20:27:14.675Z[ recovery-image] Sep 11 20:27:13.610 INFO O| Sep 11 20:27:13.610 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68812026-09-11T20:27:14.731Z[ recovery-image] Sep 11 20:27:13.621 INFO O| Sep 11 20:27:13.621 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tabs"
68822026-09-11T20:27:14.731Z[ recovery-image] Sep 11 20:27:13.621 INFO O| Sep 11 20:27:13.621 INFO STEP 393 (remove_files) COMPLETE
68832026-09-11T20:27:14.731Z[ recovery-image] Sep 11 20:27:13.621 INFO O| Sep 11 20:27:13.621 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68842026-09-11T20:27:14.736Z[ recovery-image] Sep 11 20:27:13.631 INFO O| Sep 11 20:27:13.631 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tcopy"
68852026-09-11T20:27:14.736Z[ recovery-image] Sep 11 20:27:13.631 INFO O| Sep 11 20:27:13.631 INFO STEP 394 (remove_files) COMPLETE
68862026-09-11T20:27:14.736Z[ recovery-image] Sep 11 20:27:13.631 INFO O| Sep 11 20:27:13.631 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68872026-09-11T20:27:14.736Z[ recovery-image] Sep 11 20:27:13.642 INFO O| Sep 11 20:27:13.642 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/test"
68882026-09-11T20:27:14.736Z[ recovery-image] Sep 11 20:27:13.642 INFO O| Sep 11 20:27:13.642 INFO STEP 395 (remove_files) COMPLETE
68892026-09-11T20:27:14.736Z[ recovery-image] Sep 11 20:27:13.642 INFO O| Sep 11 20:27:13.642 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68902026-09-11T20:27:14.736Z[ recovery-image] Sep 11 20:27:13.653 INFO O| Sep 11 20:27:13.653 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tic"
68912026-09-11T20:27:14.736Z[ recovery-image] Sep 11 20:27:13.653 INFO O| Sep 11 20:27:13.653 INFO STEP 396 (remove_files) COMPLETE
68922026-09-11T20:27:14.736Z[ recovery-image] Sep 11 20:27:13.653 INFO O| Sep 11 20:27:13.653 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68932026-09-11T20:27:14.736Z[ recovery-image] Sep 11 20:27:13.663 INFO O| Sep 11 20:27:13.663 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/time"
68942026-09-11T20:27:14.736Z[ recovery-image] Sep 11 20:27:13.663 INFO O| Sep 11 20:27:13.663 INFO STEP 397 (remove_files) COMPLETE
68952026-09-11T20:27:14.737Z[ recovery-image] Sep 11 20:27:13.663 INFO O| Sep 11 20:27:13.663 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68962026-09-11T20:27:14.737Z[ recovery-image] Sep 11 20:27:13.674 INFO O| Sep 11 20:27:13.673 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tip"
68972026-09-11T20:27:14.737Z[ recovery-image] Sep 11 20:27:13.674 INFO O| Sep 11 20:27:13.674 INFO STEP 398 (remove_files) COMPLETE
68982026-09-11T20:27:14.794Z[ recovery-image] Sep 11 20:27:13.674 INFO O| Sep 11 20:27:13.674 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68992026-09-11T20:27:14.794Z[ recovery-image] Sep 11 20:27:13.683 INFO O| Sep 11 20:27:13.683 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tkmib"
69002026-09-11T20:27:14.794Z[ recovery-image] Sep 11 20:27:13.683 INFO O| Sep 11 20:27:13.683 INFO STEP 399 (remove_files) COMPLETE
69012026-09-11T20:27:14.794Z[ recovery-image] Sep 11 20:27:13.683 INFO O| Sep 11 20:27:13.683 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69022026-09-11T20:27:14.794Z[ recovery-image] Sep 11 20:27:13.695 INFO O| Sep 11 20:27:13.695 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tpmadm"
69032026-09-11T20:27:14.794Z[ recovery-image] Sep 11 20:27:13.695 INFO O| Sep 11 20:27:13.695 INFO STEP 400 (remove_files) COMPLETE
69042026-09-11T20:27:14.794Z[ recovery-image] Sep 11 20:27:13.695 INFO O| Sep 11 20:27:13.695 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69052026-09-11T20:27:14.794Z[ recovery-image] Sep 11 20:27:13.705 INFO O| Sep 11 20:27:13.705 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/traptoemail"
69062026-09-11T20:27:14.794Z[ recovery-image] Sep 11 20:27:13.705 INFO O| Sep 11 20:27:13.705 INFO STEP 401 (remove_files) COMPLETE
69072026-09-11T20:27:14.794Z[ recovery-image] Sep 11 20:27:13.705 INFO O| Sep 11 20:27:13.705 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69082026-09-11T20:27:14.794Z[ recovery-image] Sep 11 20:27:13.715 INFO O| Sep 11 20:27:13.715 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/true"
69092026-09-11T20:27:14.794Z[ recovery-image] Sep 11 20:27:13.715 INFO O| Sep 11 20:27:13.715 INFO STEP 402 (remove_files) COMPLETE
69102026-09-11T20:27:14.794Z[ recovery-image] Sep 11 20:27:13.715 INFO O| Sep 11 20:27:13.715 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69112026-09-11T20:27:14.794Z[ recovery-image] Sep 11 20:27:13.725 INFO O| Sep 11 20:27:13.725 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tty"
69122026-09-11T20:27:14.795Z[ recovery-image] Sep 11 20:27:13.725 INFO O| Sep 11 20:27:13.725 INFO STEP 403 (remove_files) COMPLETE
69132026-09-11T20:27:14.795Z[ recovery-image] Sep 11 20:27:13.725 INFO O| Sep 11 20:27:13.725 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69142026-09-11T20:27:14.867Z[ recovery-image] Sep 11 20:27:13.739 INFO O| Sep 11 20:27:13.739 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/type"
69152026-09-11T20:27:14.871Z[ recovery-image] Sep 11 20:27:13.805 INFO O| Sep 11 20:27:13.805 INFO STEP 404 (remove_files) COMPLETE
69162026-09-11T20:27:14.871Z[ recovery-image] Sep 11 20:27:13.805 INFO O| Sep 11 20:27:13.805 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69172026-09-11T20:27:14.879Z[ recovery-image] Sep 11 20:27:13.817 INFO O| Sep 11 20:27:13.817 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tzselect"
69182026-09-11T20:27:14.879Z[ recovery-image] Sep 11 20:27:13.817 INFO O| Sep 11 20:27:13.817 INFO STEP 405 (remove_files) COMPLETE
69192026-09-11T20:27:14.879Z[ recovery-image] Sep 11 20:27:13.817 INFO O| Sep 11 20:27:13.817 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69202026-09-11T20:27:14.890Z[ recovery-image] Sep 11 20:27:13.828 INFO O| Sep 11 20:27:13.827 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ulimit"
69212026-09-11T20:27:14.890Z[ recovery-image] Sep 11 20:27:13.828 INFO O| Sep 11 20:27:13.828 INFO STEP 406 (remove_files) COMPLETE
69222026-09-11T20:27:14.895Z[ recovery-image] Sep 11 20:27:13.828 INFO O| Sep 11 20:27:13.828 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69232026-09-11T20:27:14.901Z[ recovery-image] Sep 11 20:27:13.839 INFO O| Sep 11 20:27:13.839 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/umask"
69242026-09-11T20:27:14.901Z[ recovery-image] Sep 11 20:27:13.839 INFO O| Sep 11 20:27:13.839 INFO STEP 407 (remove_files) COMPLETE
69252026-09-11T20:27:14.901Z[ recovery-image] Sep 11 20:27:13.839 INFO O| Sep 11 20:27:13.839 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69262026-09-11T20:27:14.914Z[ recovery-image] Sep 11 20:27:13.851 INFO O| Sep 11 20:27:13.851 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unalias"
69272026-09-11T20:27:14.914Z[ recovery-image] Sep 11 20:27:13.851 INFO O| Sep 11 20:27:13.851 INFO STEP 408 (remove_files) COMPLETE
69282026-09-11T20:27:14.914Z[ recovery-image] Sep 11 20:27:13.851 INFO O| Sep 11 20:27:13.851 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69292026-09-11T20:27:14.924Z[ recovery-image] Sep 11 20:27:13.861 INFO O| Sep 11 20:27:13.861 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uncompress"
69302026-09-11T20:27:14.924Z[ recovery-image] Sep 11 20:27:13.861 INFO O| Sep 11 20:27:13.861 INFO STEP 409 (remove_files) COMPLETE
69312026-09-11T20:27:14.924Z[ recovery-image] Sep 11 20:27:13.861 INFO O| Sep 11 20:27:13.861 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69322026-09-11T20:27:14.937Z[ recovery-image] Sep 11 20:27:13.873 INFO O| Sep 11 20:27:13.873 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unexpand"
69332026-09-11T20:27:14.937Z[ recovery-image] Sep 11 20:27:13.874 INFO O| Sep 11 20:27:13.873 INFO STEP 410 (remove_files) COMPLETE
69342026-09-11T20:27:14.937Z[ recovery-image] Sep 11 20:27:13.874 INFO O| Sep 11 20:27:13.873 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69352026-09-11T20:27:14.949Z[ recovery-image] Sep 11 20:27:13.886 INFO O| Sep 11 20:27:13.886 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uniq"
69362026-09-11T20:27:14.949Z[ recovery-image] Sep 11 20:27:13.886 INFO O| Sep 11 20:27:13.886 INFO STEP 411 (remove_files) COMPLETE
69372026-09-11T20:27:14.949Z[ recovery-image] Sep 11 20:27:13.886 INFO O| Sep 11 20:27:13.886 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69382026-09-11T20:27:14.960Z[ recovery-image] Sep 11 20:27:13.898 INFO O| Sep 11 20:27:13.897 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/units"
69392026-09-11T20:27:14.960Z[ recovery-image] Sep 11 20:27:13.898 INFO O| Sep 11 20:27:13.898 INFO STEP 412 (remove_files) COMPLETE
69402026-09-11T20:27:14.960Z[ recovery-image] Sep 11 20:27:13.898 INFO O| Sep 11 20:27:13.898 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69412026-09-11T20:27:14.974Z[ recovery-image] Sep 11 20:27:13.908 INFO O| Sep 11 20:27:13.908 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unix2dos"
69422026-09-11T20:27:14.974Z[ recovery-image] Sep 11 20:27:13.908 INFO O| Sep 11 20:27:13.908 INFO STEP 413 (remove_files) COMPLETE
69432026-09-11T20:27:14.974Z[ recovery-image] Sep 11 20:27:13.908 INFO O| Sep 11 20:27:13.908 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69442026-09-11T20:27:14.983Z[ recovery-image] Sep 11 20:27:13.918 INFO O| Sep 11 20:27:13.918 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unpack"
69452026-09-11T20:27:14.983Z[ recovery-image] Sep 11 20:27:13.918 INFO O| Sep 11 20:27:13.918 INFO STEP 414 (remove_files) COMPLETE
69462026-09-11T20:27:14.988Z[ recovery-image] Sep 11 20:27:13.918 INFO O| Sep 11 20:27:13.918 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69472026-09-11T20:27:14.992Z[ recovery-image] Sep 11 20:27:13.928 INFO O| Sep 11 20:27:13.928 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/userattr"
69482026-09-11T20:27:14.992Z[ recovery-image] Sep 11 20:27:13.928 INFO O| Sep 11 20:27:13.928 INFO STEP 415 (remove_files) COMPLETE
69492026-09-11T20:27:14.992Z[ recovery-image] Sep 11 20:27:13.928 INFO O| Sep 11 20:27:13.928 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69502026-09-11T20:27:14.997Z[verify-libraries] Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
69512026-09-11T20:27:15.002Z[ recovery-image] Sep 11 20:27:13.937 INFO O| Sep 11 20:27:13.937 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uudecode"
69522026-09-11T20:27:15.002Z[ recovery-image] Sep 11 20:27:13.937 INFO O| Sep 11 20:27:13.937 INFO STEP 416 (remove_files) COMPLETE
69532026-09-11T20:27:15.002Z[ recovery-image] Sep 11 20:27:13.937 INFO O| Sep 11 20:27:13.937 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69542026-09-11T20:27:15.010Z[ recovery-image] Sep 11 20:27:13.948 INFO O| Sep 11 20:27:13.948 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uuencode"
69552026-09-11T20:27:15.010Z[ recovery-image] Sep 11 20:27:13.948 INFO O| Sep 11 20:27:13.948 INFO STEP 417 (remove_files) COMPLETE
69562026-09-11T20:27:15.010Z[ recovery-image] Sep 11 20:27:13.948 INFO O| Sep 11 20:27:13.948 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69572026-09-11T20:27:15.020Z[ recovery-image] Sep 11 20:27:13.957 INFO O| Sep 11 20:27:13.957 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uuidgen"
69582026-09-11T20:27:15.020Z[ recovery-image] Sep 11 20:27:13.957 INFO O| Sep 11 20:27:13.957 INFO STEP 418 (remove_files) COMPLETE
69592026-09-11T20:27:15.023Z[ recovery-image] Sep 11 20:27:13.957 INFO O| Sep 11 20:27:13.957 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69602026-09-11T20:27:15.034Z[ recovery-image] Sep 11 20:27:13.968 INFO O| Sep 11 20:27:13.968 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vedit"
69612026-09-11T20:27:15.034Z[ recovery-image] Sep 11 20:27:13.968 INFO O| Sep 11 20:27:13.968 INFO STEP 419 (remove_files) COMPLETE
69622026-09-11T20:27:15.034Z[ recovery-image] Sep 11 20:27:13.968 INFO O| Sep 11 20:27:13.968 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69632026-09-11T20:27:15.040Z[ recovery-image] Sep 11 20:27:13.978 INFO O| Sep 11 20:27:13.978 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vim"
69642026-09-11T20:27:15.040Z[ recovery-image] Sep 11 20:27:13.978 INFO O| Sep 11 20:27:13.978 INFO STEP 420 (remove_files) COMPLETE
69652026-09-11T20:27:15.041Z[ recovery-image] Sep 11 20:27:13.978 INFO O| Sep 11 20:27:13.978 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69662026-09-11T20:27:15.053Z[ recovery-image] Sep 11 20:27:13.990 INFO O| Sep 11 20:27:13.990 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vimtutor"
69672026-09-11T20:27:15.053Z[ recovery-image] Sep 11 20:27:13.990 INFO O| Sep 11 20:27:13.990 INFO STEP 421 (remove_files) COMPLETE
69682026-09-11T20:27:15.057Z[ recovery-image] Sep 11 20:27:13.990 INFO O| Sep 11 20:27:13.990 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69692026-09-11T20:27:15.066Z[ recovery-image] Sep 11 20:27:14.003 INFO O| Sep 11 20:27:14.003 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vmstat"
69702026-09-11T20:27:15.066Z[ recovery-image] Sep 11 20:27:14.003 INFO O| Sep 11 20:27:14.003 INFO STEP 422 (remove_files) COMPLETE
69712026-09-11T20:27:15.066Z[ recovery-image] Sep 11 20:27:14.003 INFO O| Sep 11 20:27:14.003 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69722026-09-11T20:27:15.079Z[ recovery-image] Sep 11 20:27:14.016 INFO O| Sep 11 20:27:14.016 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vtfontcvt"
69732026-09-11T20:27:15.079Z[ recovery-image] Sep 11 20:27:14.016 INFO O| Sep 11 20:27:14.016 INFO STEP 423 (remove_files) COMPLETE
69742026-09-11T20:27:15.083Z[ recovery-image] Sep 11 20:27:14.016 INFO O| Sep 11 20:27:14.016 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69752026-09-11T20:27:15.091Z[ recovery-image] Sep 11 20:27:14.028 INFO O| Sep 11 20:27:14.028 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/w"
69762026-09-11T20:27:15.091Z[ recovery-image] Sep 11 20:27:14.028 INFO O| Sep 11 20:27:14.028 INFO STEP 424 (remove_files) COMPLETE
69772026-09-11T20:27:15.096Z[ recovery-image] Sep 11 20:27:14.028 INFO O| Sep 11 20:27:14.028 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69782026-09-11T20:27:15.105Z[ recovery-image] Sep 11 20:27:14.039 INFO O| Sep 11 20:27:14.039 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wait"
69792026-09-11T20:27:15.105Z[ recovery-image] Sep 11 20:27:14.039 INFO O| Sep 11 20:27:14.039 INFO STEP 425 (remove_files) COMPLETE
69802026-09-11T20:27:15.105Z[ recovery-image] Sep 11 20:27:14.039 INFO O| Sep 11 20:27:14.039 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69812026-09-11T20:27:15.112Z[ recovery-image] Sep 11 20:27:14.050 INFO O| Sep 11 20:27:14.050 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/watch"
69822026-09-11T20:27:15.112Z[ recovery-image] Sep 11 20:27:14.050 INFO O| Sep 11 20:27:14.050 INFO STEP 426 (remove_files) COMPLETE
69832026-09-11T20:27:15.112Z[ recovery-image] Sep 11 20:27:14.050 INFO O| Sep 11 20:27:14.050 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69842026-09-11T20:27:15.125Z[ recovery-image] Sep 11 20:27:14.062 INFO O| Sep 11 20:27:14.062 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wc"
69852026-09-11T20:27:15.125Z[ recovery-image] Sep 11 20:27:14.062 INFO O| Sep 11 20:27:14.062 INFO STEP 427 (remove_files) COMPLETE
69862026-09-11T20:27:15.130Z[ recovery-image] Sep 11 20:27:14.062 INFO O| Sep 11 20:27:14.062 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69872026-09-11T20:27:15.136Z[ recovery-image] Sep 11 20:27:14.074 INFO O| Sep 11 20:27:14.074 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/which"
69882026-09-11T20:27:15.136Z[ recovery-image] Sep 11 20:27:14.074 INFO O| Sep 11 20:27:14.074 INFO STEP 428 (remove_files) COMPLETE
69892026-09-11T20:27:15.136Z[ recovery-image] Sep 11 20:27:14.074 INFO O| Sep 11 20:27:14.074 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69902026-09-11T20:27:15.148Z[ recovery-image] Sep 11 20:27:14.086 INFO O| Sep 11 20:27:14.086 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/whocalls"
69912026-09-11T20:27:15.148Z[ recovery-image] Sep 11 20:27:14.086 INFO O| Sep 11 20:27:14.086 INFO STEP 429 (remove_files) COMPLETE
69922026-09-11T20:27:15.148Z[ recovery-image] Sep 11 20:27:14.086 INFO O| Sep 11 20:27:14.086 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69932026-09-11T20:27:15.160Z[ recovery-image] Sep 11 20:27:14.097 INFO O| Sep 11 20:27:14.097 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wracct"
69942026-09-11T20:27:15.160Z[ recovery-image] Sep 11 20:27:14.097 INFO O| Sep 11 20:27:14.097 INFO STEP 430 (remove_files) COMPLETE
69952026-09-11T20:27:15.160Z[ recovery-image] Sep 11 20:27:14.097 INFO O| Sep 11 20:27:14.097 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69962026-09-11T20:27:15.170Z[ recovery-image] Sep 11 20:27:14.108 INFO O| Sep 11 20:27:14.107 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/write"
69972026-09-11T20:27:15.170Z[ recovery-image] Sep 11 20:27:14.108 INFO O| Sep 11 20:27:14.108 INFO STEP 431 (remove_files) COMPLETE
69982026-09-11T20:27:15.175Z[ recovery-image] Sep 11 20:27:14.108 INFO O| Sep 11 20:27:14.108 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69992026-09-11T20:27:15.183Z[ recovery-image] Sep 11 20:27:14.119 INFO O| Sep 11 20:27:14.119 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xargs"
70002026-09-11T20:27:15.184Z[ recovery-image] Sep 11 20:27:14.119 INFO O| Sep 11 20:27:14.119 INFO STEP 432 (remove_files) COMPLETE
70012026-09-11T20:27:15.184Z[ recovery-image] Sep 11 20:27:14.119 INFO O| Sep 11 20:27:14.119 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70022026-09-11T20:27:15.193Z[ recovery-image] Sep 11 20:27:14.131 INFO O| Sep 11 20:27:14.131 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xml2-config"
70032026-09-11T20:27:15.193Z[ recovery-image] Sep 11 20:27:14.131 INFO O| Sep 11 20:27:14.131 INFO STEP 433 (remove_files) COMPLETE
70042026-09-11T20:27:15.197Z[ recovery-image] Sep 11 20:27:14.131 INFO O| Sep 11 20:27:14.131 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70052026-09-11T20:27:15.205Z[ recovery-image] Sep 11 20:27:14.142 INFO O| Sep 11 20:27:14.142 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmlcatalog"
70062026-09-11T20:27:15.205Z[ recovery-image] Sep 11 20:27:14.142 INFO O| Sep 11 20:27:14.142 INFO STEP 434 (remove_files) COMPLETE
70072026-09-11T20:27:15.205Z[ recovery-image] Sep 11 20:27:14.142 INFO O| Sep 11 20:27:14.142 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70082026-09-11T20:27:15.222Z[ recovery-image] Sep 11 20:27:14.155 INFO O| Sep 11 20:27:14.155 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmllint"
70092026-09-11T20:27:15.222Z[ recovery-image] Sep 11 20:27:14.155 INFO O| Sep 11 20:27:14.155 INFO STEP 435 (remove_files) COMPLETE
70102026-09-11T20:27:15.222Z[ recovery-image] Sep 11 20:27:14.155 INFO O| Sep 11 20:27:14.155 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70112026-09-11T20:27:15.228Z[ recovery-image] Sep 11 20:27:14.166 INFO O| Sep 11 20:27:14.166 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmlwf"
70122026-09-11T20:27:15.234Z[ recovery-image] Sep 11 20:27:14.166 INFO O| Sep 11 20:27:14.166 INFO STEP 436 (remove_files) COMPLETE
70132026-09-11T20:27:15.234Z[ recovery-image] Sep 11 20:27:14.166 INFO O| Sep 11 20:27:14.166 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70142026-09-11T20:27:15.244Z[ recovery-image] Sep 11 20:27:14.177 INFO O| Sep 11 20:27:14.177 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xstr"
70152026-09-11T20:27:15.244Z[ recovery-image] Sep 11 20:27:14.177 INFO O| Sep 11 20:27:14.177 INFO STEP 437 (remove_files) COMPLETE
70162026-09-11T20:27:15.244Z[ recovery-image] Sep 11 20:27:14.177 INFO O| Sep 11 20:27:14.177 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70172026-09-11T20:27:15.258Z[ recovery-image] Sep 11 20:27:14.188 INFO O| Sep 11 20:27:14.188 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xxd"
70182026-09-11T20:27:15.258Z[ recovery-image] Sep 11 20:27:14.188 INFO O| Sep 11 20:27:14.188 INFO STEP 438 (remove_files) COMPLETE
70192026-09-11T20:27:15.258Z[ recovery-image] Sep 11 20:27:14.188 INFO O| Sep 11 20:27:14.188 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70202026-09-11T20:27:15.263Z[ recovery-image] Sep 11 20:27:14.199 INFO O| Sep 11 20:27:14.199 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xz"
70212026-09-11T20:27:15.263Z[ recovery-image] Sep 11 20:27:14.199 INFO O| Sep 11 20:27:14.199 INFO STEP 439 (remove_files) COMPLETE
70222026-09-11T20:27:15.267Z[ recovery-image] Sep 11 20:27:14.199 INFO O| Sep 11 20:27:14.199 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70232026-09-11T20:27:15.272Z[ recovery-image] Sep 11 20:27:14.210 INFO O| Sep 11 20:27:14.210 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzdec"
70242026-09-11T20:27:15.273Z[ recovery-image] Sep 11 20:27:14.210 INFO O| Sep 11 20:27:14.210 INFO STEP 440 (remove_files) COMPLETE
70252026-09-11T20:27:15.273Z[ recovery-image] Sep 11 20:27:14.210 INFO O| Sep 11 20:27:14.210 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70262026-09-11T20:27:15.283Z[ recovery-image] Sep 11 20:27:14.220 INFO O| Sep 11 20:27:14.220 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzdiff"
70272026-09-11T20:27:15.283Z[ recovery-image] Sep 11 20:27:14.220 INFO O| Sep 11 20:27:14.220 INFO STEP 441 (remove_files) COMPLETE
70282026-09-11T20:27:15.283Z[ recovery-image] Sep 11 20:27:14.220 INFO O| Sep 11 20:27:14.220 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70292026-09-11T20:27:15.297Z[ recovery-image] Sep 11 20:27:14.230 INFO O| Sep 11 20:27:14.230 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzgrep"
70302026-09-11T20:27:15.297Z[ recovery-image] Sep 11 20:27:14.230 INFO O| Sep 11 20:27:14.230 INFO STEP 442 (remove_files) COMPLETE
70312026-09-11T20:27:15.297Z[ recovery-image] Sep 11 20:27:14.230 INFO O| Sep 11 20:27:14.230 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70322026-09-11T20:27:15.317Z[ recovery-image] Sep 11 20:27:14.240 INFO O| Sep 11 20:27:14.240 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzless"
70332026-09-11T20:27:15.317Z[ recovery-image] Sep 11 20:27:14.240 INFO O| Sep 11 20:27:14.240 INFO STEP 443 (remove_files) COMPLETE
70342026-09-11T20:27:15.317Z[ recovery-image] Sep 11 20:27:14.240 INFO O| Sep 11 20:27:14.240 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70352026-09-11T20:27:15.317Z[ recovery-image] Sep 11 20:27:14.250 INFO O| Sep 11 20:27:14.250 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzmore"
70362026-09-11T20:27:15.317Z[ recovery-image] Sep 11 20:27:14.250 INFO O| Sep 11 20:27:14.250 INFO STEP 444 (remove_files) COMPLETE
70372026-09-11T20:27:15.321Z[ recovery-image] Sep 11 20:27:14.250 INFO O| Sep 11 20:27:14.250 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70382026-09-11T20:27:15.327Z[ recovery-image] Sep 11 20:27:14.259 INFO O| Sep 11 20:27:14.259 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/yes"
70392026-09-11T20:27:15.327Z[ recovery-image] Sep 11 20:27:14.259 INFO O| Sep 11 20:27:14.259 INFO STEP 445 (remove_files) COMPLETE
70402026-09-11T20:27:15.328Z[ recovery-image] Sep 11 20:27:14.259 INFO O| Sep 11 20:27:14.259 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70412026-09-11T20:27:15.332Z[ recovery-image] Sep 11 20:27:14.268 INFO O| Sep 11 20:27:14.268 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zcat"
70422026-09-11T20:27:15.332Z[ recovery-image] Sep 11 20:27:14.268 INFO O| Sep 11 20:27:14.268 INFO STEP 446 (remove_files) COMPLETE
70432026-09-11T20:27:15.332Z[ recovery-image] Sep 11 20:27:14.268 INFO O| Sep 11 20:27:14.268 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70442026-09-11T20:27:15.339Z[ recovery-image] Sep 11 20:27:14.276 INFO O| Sep 11 20:27:14.276 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zonestat"
70452026-09-11T20:27:15.339Z[ recovery-image] Sep 11 20:27:14.276 INFO O| Sep 11 20:27:14.276 INFO STEP 447 (remove_files) COMPLETE
70462026-09-11T20:27:15.342Z[ recovery-image] Sep 11 20:27:14.276 INFO O| Sep 11 20:27:14.276 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70472026-09-11T20:27:15.347Z[ recovery-image] Sep 11 20:27:14.285 INFO O| Sep 11 20:27:14.285 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstd"
70482026-09-11T20:27:15.347Z[ recovery-image] Sep 11 20:27:14.285 INFO O| Sep 11 20:27:14.285 INFO STEP 448 (remove_files) COMPLETE
70492026-09-11T20:27:15.351Z[ recovery-image] Sep 11 20:27:14.285 INFO O| Sep 11 20:27:14.285 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70502026-09-11T20:27:15.358Z[ recovery-image] Sep 11 20:27:14.294 INFO O| Sep 11 20:27:14.294 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstdgrep"
70512026-09-11T20:27:15.361Z[ recovery-image] Sep 11 20:27:14.294 INFO O| Sep 11 20:27:14.294 INFO STEP 449 (remove_files) COMPLETE
70522026-09-11T20:27:15.361Z[ recovery-image] Sep 11 20:27:14.294 INFO O| Sep 11 20:27:14.294 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70532026-09-11T20:27:15.366Z[ recovery-image] Sep 11 20:27:14.302 INFO O| Sep 11 20:27:14.302 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstdless"
70542026-09-11T20:27:15.367Z[ recovery-image] Sep 11 20:27:14.302 INFO O| Sep 11 20:27:14.302 INFO STEP 450 (remove_files) COMPLETE
70552026-09-11T20:27:15.367Z[ recovery-image] Sep 11 20:27:14.302 INFO O| Sep 11 20:27:14.302 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70562026-09-11T20:27:15.373Z[ recovery-image] Sep 11 20:27:14.311 INFO O| Sep 11 20:27:14.311 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0"
70572026-09-11T20:27:15.373Z[ recovery-image] Sep 11 20:27:14.311 INFO O| Sep 11 20:27:14.311 INFO STEP 451 (remove_files) COMPLETE
70582026-09-11T20:27:15.373Z[ recovery-image] Sep 11 20:27:14.311 INFO O| Sep 11 20:27:14.311 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70592026-09-11T20:27:15.382Z[ recovery-image] Sep 11 20:27:14.320 INFO O| Sep 11 20:27:14.320 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0"
70602026-09-11T20:27:15.382Z[ recovery-image] Sep 11 20:27:14.320 INFO O| Sep 11 20:27:14.320 INFO STEP 452 (remove_files) COMPLETE
70612026-09-11T20:27:15.382Z[ recovery-image] Sep 11 20:27:14.320 INFO O| Sep 11 20:27:14.320 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70622026-09-11T20:27:15.391Z[ recovery-image] Sep 11 20:27:14.329 INFO O| Sep 11 20:27:14.329 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0"
70632026-09-11T20:27:15.391Z[ recovery-image] Sep 11 20:27:14.329 INFO O| Sep 11 20:27:14.329 INFO STEP 453 (remove_files) COMPLETE
70642026-09-11T20:27:15.394Z[ recovery-image] Sep 11 20:27:14.329 INFO O| Sep 11 20:27:14.329 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70652026-09-11T20:27:15.400Z[ recovery-image] Sep 11 20:27:14.338 INFO O| Sep 11 20:27:14.338 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28"
70662026-09-11T20:27:15.400Z[ recovery-image] Sep 11 20:27:14.338 INFO O| Sep 11 20:27:14.338 INFO STEP 454 (remove_files) COMPLETE
70672026-09-11T20:27:15.400Z[ recovery-image] Sep 11 20:27:14.338 INFO O| Sep 11 20:27:14.338 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70682026-09-11T20:27:15.409Z[ recovery-image] Sep 11 20:27:14.347 INFO O| Sep 11 20:27:14.347 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0"
70692026-09-11T20:27:15.409Z[ recovery-image] Sep 11 20:27:14.347 INFO O| Sep 11 20:27:14.347 INFO STEP 455 (remove_files) COMPLETE
70702026-09-11T20:27:15.409Z[ recovery-image] Sep 11 20:27:14.347 INFO O| Sep 11 20:27:14.347 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70712026-09-11T20:27:15.419Z[ recovery-image] Sep 11 20:27:14.357 INFO O| Sep 11 20:27:14.356 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libgcc_s.so.1"
70722026-09-11T20:27:15.419Z[ recovery-image] Sep 11 20:27:14.357 INFO O| Sep 11 20:27:14.357 INFO STEP 456 (remove_files) COMPLETE
70732026-09-11T20:27:15.423Z[ recovery-image] Sep 11 20:27:14.357 INFO O| Sep 11 20:27:14.357 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70742026-09-11T20:27:15.428Z[ recovery-image] Sep 11 20:27:14.366 INFO O| Sep 11 20:27:14.366 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0"
70752026-09-11T20:27:15.428Z[ recovery-image] Sep 11 20:27:14.366 INFO O| Sep 11 20:27:14.366 INFO STEP 457 (remove_files) COMPLETE
70762026-09-11T20:27:15.431Z[ recovery-image] Sep 11 20:27:14.366 INFO O| Sep 11 20:27:14.366 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70772026-09-11T20:27:15.437Z[ recovery-image] Sep 11 20:27:14.375 INFO O| Sep 11 20:27:14.375 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0"
70782026-09-11T20:27:15.437Z[ recovery-image] Sep 11 20:27:14.375 INFO O| Sep 11 20:27:14.375 INFO STEP 458 (remove_files) COMPLETE
70792026-09-11T20:27:15.445Z[ recovery-image] Sep 11 20:27:14.375 INFO O| Sep 11 20:27:14.375 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70802026-09-11T20:27:15.449Z[ recovery-image] Sep 11 20:27:14.384 INFO O| Sep 11 20:27:14.384 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28"
70812026-09-11T20:27:15.449Z[ recovery-image] Sep 11 20:27:14.384 INFO O| Sep 11 20:27:14.384 INFO STEP 459 (remove_files) COMPLETE
70822026-09-11T20:27:15.449Z[ recovery-image] Sep 11 20:27:14.384 INFO O| Sep 11 20:27:14.384 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70832026-09-11T20:27:15.456Z[ recovery-image] Sep 11 20:27:14.393 INFO O| Sep 11 20:27:14.393 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libform.so.5.9"
70842026-09-11T20:27:15.456Z[ recovery-image] Sep 11 20:27:14.393 INFO O| Sep 11 20:27:14.393 INFO STEP 460 (remove_files) COMPLETE
70852026-09-11T20:27:15.461Z[ recovery-image] Sep 11 20:27:14.393 INFO O| Sep 11 20:27:14.393 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70862026-09-11T20:27:15.465Z[ recovery-image] Sep 11 20:27:14.403 INFO O| Sep 11 20:27:14.403 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9"
70872026-09-11T20:27:15.465Z[ recovery-image] Sep 11 20:27:14.403 INFO O| Sep 11 20:27:14.403 INFO STEP 461 (remove_files) COMPLETE
70882026-09-11T20:27:15.465Z[ recovery-image] Sep 11 20:27:14.403 INFO O| Sep 11 20:27:14.403 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70892026-09-11T20:27:15.474Z[ recovery-image] Sep 11 20:27:14.412 INFO O| Sep 11 20:27:14.411 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9"
70902026-09-11T20:27:15.474Z[ recovery-image] Sep 11 20:27:14.412 INFO O| Sep 11 20:27:14.412 INFO STEP 462 (remove_files) COMPLETE
70912026-09-11T20:27:15.474Z[ recovery-image] Sep 11 20:27:14.412 INFO O| Sep 11 20:27:14.412 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70922026-09-11T20:27:15.483Z[ recovery-image] Sep 11 20:27:14.421 INFO O| Sep 11 20:27:14.420 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libform.so.5.9"
70932026-09-11T20:27:15.483Z[ recovery-image] Sep 11 20:27:14.421 INFO O| Sep 11 20:27:14.421 INFO STEP 463 (remove_files) COMPLETE
70942026-09-11T20:27:15.483Z[ recovery-image] Sep 11 20:27:14.421 INFO O| Sep 11 20:27:14.421 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70952026-09-11T20:27:15.492Z[ recovery-image] Sep 11 20:27:14.429 INFO O| Sep 11 20:27:14.429 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libmenu.so.5.9"
70962026-09-11T20:27:15.492Z[ recovery-image] Sep 11 20:27:14.429 INFO O| Sep 11 20:27:14.429 INFO STEP 464 (remove_files) COMPLETE
70972026-09-11T20:27:15.495Z[ recovery-image] Sep 11 20:27:14.429 INFO O| Sep 11 20:27:14.429 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70982026-09-11T20:27:15.500Z[ recovery-image] Sep 11 20:27:14.438 INFO O| Sep 11 20:27:14.438 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libpanel.so.5.9"
70992026-09-11T20:27:15.500Z[ recovery-image] Sep 11 20:27:14.438 INFO O| Sep 11 20:27:14.438 INFO STEP 465 (remove_files) COMPLETE
71002026-09-11T20:27:15.503Z[ recovery-image] Sep 11 20:27:14.438 INFO O| Sep 11 20:27:14.438 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71012026-09-11T20:27:15.509Z[ recovery-image] Sep 11 20:27:14.447 INFO O| Sep 11 20:27:14.447 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/ctags"
71022026-09-11T20:27:15.509Z[ recovery-image] Sep 11 20:27:14.447 INFO O| Sep 11 20:27:14.447 INFO STEP 466 (remove_files) COMPLETE
71032026-09-11T20:27:15.509Z[ recovery-image] Sep 11 20:27:14.447 INFO O| Sep 11 20:27:14.447 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71042026-09-11T20:27:15.520Z[ recovery-image] Sep 11 20:27:14.456 INFO O| Sep 11 20:27:14.456 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/edit"
71052026-09-11T20:27:15.520Z[ recovery-image] Sep 11 20:27:14.456 INFO O| Sep 11 20:27:14.456 INFO STEP 467 (remove_files) COMPLETE
71062026-09-11T20:27:15.520Z[ recovery-image] Sep 11 20:27:14.456 INFO O| Sep 11 20:27:14.456 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71072026-09-11T20:27:15.527Z[ recovery-image] Sep 11 20:27:14.465 INFO O| Sep 11 20:27:14.465 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/ex"
71082026-09-11T20:27:15.527Z[ recovery-image] Sep 11 20:27:14.465 INFO O| Sep 11 20:27:14.465 INFO STEP 468 (remove_files) COMPLETE
71092026-09-11T20:27:15.528Z[ recovery-image] Sep 11 20:27:14.465 INFO O| Sep 11 20:27:14.465 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71102026-09-11T20:27:15.537Z[ recovery-image] Sep 11 20:27:14.474 INFO O| Sep 11 20:27:14.474 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/pfsh"
71112026-09-11T20:27:15.537Z[ recovery-image] Sep 11 20:27:14.474 INFO O| Sep 11 20:27:14.474 INFO STEP 469 (remove_files) COMPLETE
71122026-09-11T20:27:15.537Z[ recovery-image] Sep 11 20:27:14.474 INFO O| Sep 11 20:27:14.474 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71132026-09-11T20:27:15.546Z[ recovery-image] Sep 11 20:27:14.483 INFO O| Sep 11 20:27:14.483 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/sh"
71142026-09-11T20:27:15.546Z[ recovery-image] Sep 11 20:27:14.484 INFO O| Sep 11 20:27:14.484 INFO STEP 470 (remove_files) COMPLETE
71152026-09-11T20:27:15.546Z[ recovery-image] Sep 11 20:27:14.484 INFO O| Sep 11 20:27:14.484 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71162026-09-11T20:27:15.555Z[ recovery-image] Sep 11 20:27:14.493 INFO O| Sep 11 20:27:14.492 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/vedit"
71172026-09-11T20:27:15.555Z[ recovery-image] Sep 11 20:27:14.493 INFO O| Sep 11 20:27:14.493 INFO STEP 471 (remove_files) COMPLETE
71182026-09-11T20:27:15.559Z[ recovery-image] Sep 11 20:27:14.493 INFO O| Sep 11 20:27:14.493 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71192026-09-11T20:27:15.564Z[ recovery-image] Sep 11 20:27:14.502 INFO O| Sep 11 20:27:14.501 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/vi"
71202026-09-11T20:27:15.564Z[ recovery-image] Sep 11 20:27:14.502 INFO O| Sep 11 20:27:14.502 INFO STEP 472 (remove_files) COMPLETE
71212026-09-11T20:27:15.564Z[ recovery-image] Sep 11 20:27:14.502 INFO O| Sep 11 20:27:14.502 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71222026-09-11T20:27:15.573Z[ recovery-image] Sep 11 20:27:14.511 INFO O| Sep 11 20:27:14.510 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/view"
71232026-09-11T20:27:15.574Z[ recovery-image] Sep 11 20:27:14.511 INFO O| Sep 11 20:27:14.511 INFO STEP 473 (remove_files) COMPLETE
71242026-09-11T20:27:15.574Z[ recovery-image] Sep 11 20:27:14.511 INFO O| Sep 11 20:27:14.511 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71252026-09-11T20:27:15.582Z[ recovery-image] Sep 11 20:27:14.520 INFO O| Sep 11 20:27:14.519 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/logindmux"
71262026-09-11T20:27:15.582Z[ recovery-image] Sep 11 20:27:14.520 INFO O| Sep 11 20:27:14.520 INFO STEP 474 (remove_files) COMPLETE
71272026-09-11T20:27:15.582Z[ recovery-image] Sep 11 20:27:14.520 INFO O| Sep 11 20:27:14.520 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71282026-09-11T20:27:15.592Z[ recovery-image] Sep 11 20:27:14.529 INFO O| Sep 11 20:27:14.529 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/pool"
71292026-09-11T20:27:15.592Z[ recovery-image] Sep 11 20:27:14.529 INFO O| Sep 11 20:27:14.529 INFO STEP 475 (remove_files) COMPLETE
71302026-09-11T20:27:15.592Z[ recovery-image] Sep 11 20:27:14.529 INFO O| Sep 11 20:27:14.529 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71312026-09-11T20:27:15.601Z[ recovery-image] Sep 11 20:27:14.538 INFO O| Sep 11 20:27:14.538 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/ppt"
71322026-09-11T20:27:15.601Z[ recovery-image] Sep 11 20:27:14.538 INFO O| Sep 11 20:27:14.538 INFO STEP 476 (remove_files) COMPLETE
71332026-09-11T20:27:15.605Z[ recovery-image] Sep 11 20:27:14.538 INFO O| Sep 11 20:27:14.538 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71342026-09-11T20:27:15.610Z[ recovery-image] Sep 11 20:27:14.547 INFO O| Sep 11 20:27:14.547 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/ptm"
71352026-09-11T20:27:15.610Z[ recovery-image] Sep 11 20:27:14.547 INFO O| Sep 11 20:27:14.547 INFO STEP 477 (remove_files) COMPLETE
71362026-09-11T20:27:15.610Z[ recovery-image] Sep 11 20:27:14.547 INFO O| Sep 11 20:27:14.547 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71372026-09-11T20:27:15.619Z[ recovery-image] Sep 11 20:27:14.556 INFO O| Sep 11 20:27:14.556 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/pts"
71382026-09-11T20:27:15.619Z[ recovery-image] Sep 11 20:27:14.556 INFO O| Sep 11 20:27:14.556 INFO STEP 478 (remove_files) COMPLETE
71392026-09-11T20:27:15.620Z[ recovery-image] Sep 11 20:27:14.556 INFO O| Sep 11 20:27:14.556 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71402026-09-11T20:27:15.627Z[ recovery-image] Sep 11 20:27:14.565 INFO O| Sep 11 20:27:14.565 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/zcons"
71412026-09-11T20:27:15.627Z[ recovery-image] Sep 11 20:27:14.565 INFO O| Sep 11 20:27:14.565 INFO STEP 479 (remove_files) COMPLETE
71422026-09-11T20:27:15.627Z[ recovery-image] Sep 11 20:27:14.565 INFO O| Sep 11 20:27:14.565 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71432026-09-11T20:27:15.637Z[ recovery-image] Sep 11 20:27:14.574 INFO O| Sep 11 20:27:14.574 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/fssnap.conf"
71442026-09-11T20:27:15.637Z[ recovery-image] Sep 11 20:27:14.574 INFO O| Sep 11 20:27:14.574 INFO STEP 480 (remove_files) COMPLETE
71452026-09-11T20:27:15.637Z[ recovery-image] Sep 11 20:27:14.574 INFO O| Sep 11 20:27:14.574 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71462026-09-11T20:27:15.646Z[ recovery-image] Sep 11 20:27:14.583 INFO O| Sep 11 20:27:14.583 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/logindmux.conf"
71472026-09-11T20:27:15.646Z[ recovery-image] Sep 11 20:27:14.583 INFO O| Sep 11 20:27:14.583 INFO STEP 481 (remove_files) COMPLETE
71482026-09-11T20:27:15.646Z[ recovery-image] Sep 11 20:27:14.583 INFO O| Sep 11 20:27:14.583 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71492026-09-11T20:27:15.657Z[ recovery-image] Sep 11 20:27:14.594 INFO O| Sep 11 20:27:14.594 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/nsmb.conf"
71502026-09-11T20:27:15.657Z[ recovery-image] Sep 11 20:27:14.594 INFO O| Sep 11 20:27:14.594 INFO STEP 482 (remove_files) COMPLETE
71512026-09-11T20:27:15.657Z[ recovery-image] Sep 11 20:27:14.594 INFO O| Sep 11 20:27:14.594 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71522026-09-11T20:27:15.669Z[ recovery-image] Sep 11 20:27:14.605 INFO O| Sep 11 20:27:14.605 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/pool.conf"
71532026-09-11T20:27:15.669Z[ recovery-image] Sep 11 20:27:14.605 INFO O| Sep 11 20:27:14.605 INFO STEP 483 (remove_files) COMPLETE
71542026-09-11T20:27:15.669Z[ recovery-image] Sep 11 20:27:14.605 INFO O| Sep 11 20:27:14.605 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71552026-09-11T20:27:15.677Z[ recovery-image] Sep 11 20:27:14.615 INFO O| Sep 11 20:27:14.615 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/ppt.conf"
71562026-09-11T20:27:15.677Z[ recovery-image] Sep 11 20:27:14.615 INFO O| Sep 11 20:27:14.615 INFO STEP 484 (remove_files) COMPLETE
71572026-09-11T20:27:15.677Z[ recovery-image] Sep 11 20:27:14.615 INFO O| Sep 11 20:27:14.615 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71582026-09-11T20:27:15.689Z[ recovery-image] Sep 11 20:27:14.626 INFO O| Sep 11 20:27:14.625 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/smbsrv.conf"
71592026-09-11T20:27:15.689Z[ recovery-image] Sep 11 20:27:14.626 INFO O| Sep 11 20:27:14.626 INFO STEP 485 (remove_files) COMPLETE
71602026-09-11T20:27:15.689Z[ recovery-image] Sep 11 20:27:14.626 INFO O| Sep 11 20:27:14.626 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71612026-09-11T20:27:15.700Z[ recovery-image] Sep 11 20:27:14.635 INFO O| Sep 11 20:27:14.635 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/viona.conf"
71622026-09-11T20:27:15.700Z[ recovery-image] Sep 11 20:27:14.635 INFO O| Sep 11 20:27:14.635 INFO STEP 486 (remove_files) COMPLETE
71632026-09-11T20:27:15.700Z[ recovery-image] Sep 11 20:27:14.635 INFO O| Sep 11 20:27:14.635 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71642026-09-11T20:27:15.706Z[ recovery-image] Sep 11 20:27:14.643 INFO O| Sep 11 20:27:14.643 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/exec/amd64/javaexec"
71652026-09-11T20:27:15.706Z[ recovery-image] Sep 11 20:27:14.644 INFO O| Sep 11 20:27:14.644 INFO STEP 487 (remove_files) COMPLETE
71662026-09-11T20:27:15.706Z[ recovery-image] Sep 11 20:27:14.644 INFO O| Sep 11 20:27:14.644 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71672026-09-11T20:27:15.724Z[ recovery-image] Sep 11 20:27:14.653 INFO O| Sep 11 20:27:14.653 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/exec/amd64/shbinexec"
71682026-09-11T20:27:15.725Z[ recovery-image] Sep 11 20:27:14.653 INFO O| Sep 11 20:27:14.653 INFO STEP 488 (remove_files) COMPLETE
71692026-09-11T20:27:15.725Z[ recovery-image] Sep 11 20:27:14.653 INFO O| Sep 11 20:27:14.653 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71702026-09-11T20:27:15.736Z[ recovery-image] Sep 11 20:27:14.662 INFO O| Sep 11 20:27:14.662 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/fs/amd64/pcfs"
71712026-09-11T20:27:15.736Z[ recovery-image] Sep 11 20:27:14.663 INFO O| Sep 11 20:27:14.662 INFO STEP 489 (remove_files) COMPLETE
71722026-09-11T20:27:15.736Z[ recovery-image] Sep 11 20:27:14.663 INFO O| Sep 11 20:27:14.663 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71732026-09-11T20:27:15.736Z[ recovery-image] Sep 11 20:27:14.671 INFO O| Sep 11 20:27:14.671 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/fs/amd64/smbfs"
71742026-09-11T20:27:15.737Z[ recovery-image] Sep 11 20:27:14.671 INFO O| Sep 11 20:27:14.671 INFO STEP 490 (remove_files) COMPLETE
71752026-09-11T20:27:15.737Z[ recovery-image] Sep 11 20:27:14.671 INFO O| Sep 11 20:27:14.671 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71762026-09-11T20:27:15.745Z[ recovery-image] Sep 11 20:27:14.680 INFO O| Sep 11 20:27:14.680 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/nsmb"
71772026-09-11T20:27:15.745Z[ recovery-image] Sep 11 20:27:14.680 INFO O| Sep 11 20:27:14.680 INFO STEP 491 (remove_files) COMPLETE
71782026-09-11T20:27:15.749Z[ recovery-image] Sep 11 20:27:14.680 INFO O| Sep 11 20:27:14.680 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71792026-09-11T20:27:15.752Z[ recovery-image] Sep 11 20:27:14.689 INFO O| Sep 11 20:27:14.689 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/smbfs"
71802026-09-11T20:27:15.752Z[ recovery-image] Sep 11 20:27:14.689 INFO O| Sep 11 20:27:14.689 INFO STEP 492 (remove_files) COMPLETE
71812026-09-11T20:27:15.752Z[ recovery-image] Sep 11 20:27:14.689 INFO O| Sep 11 20:27:14.689 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71822026-09-11T20:27:15.761Z[ recovery-image] Sep 11 20:27:14.698 INFO O| Sep 11 20:27:14.698 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/smbsrv"
71832026-09-11T20:27:15.761Z[ recovery-image] Sep 11 20:27:14.698 INFO O| Sep 11 20:27:14.698 INFO STEP 493 (remove_files) COMPLETE
71842026-09-11T20:27:15.765Z[ recovery-image] Sep 11 20:27:14.698 INFO O| Sep 11 20:27:14.698 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71852026-09-11T20:27:15.776Z[ recovery-image] Sep 11 20:27:14.709 INFO O| Sep 11 20:27:14.709 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/misc/amd64/vmm_vtd"
71862026-09-11T20:27:15.776Z[ recovery-image] Sep 11 20:27:14.709 INFO O| Sep 11 20:27:14.709 INFO STEP 494 (remove_files) COMPLETE
71872026-09-11T20:27:15.802Z[ recovery-image] Sep 11 20:27:14.709 INFO O| Sep 11 20:27:14.709 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71882026-09-11T20:27:15.810Z[ recovery-image] Sep 11 20:27:14.740 INFO O| Sep 11 20:27:14.740 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/IA"
71892026-09-11T20:27:15.810Z[ recovery-image] Sep 11 20:27:14.740 INFO O| Sep 11 20:27:14.740 INFO STEP 495 (remove_files) COMPLETE
71902026-09-11T20:27:15.810Z[ recovery-image] Sep 11 20:27:14.740 INFO O| Sep 11 20:27:14.740 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71912026-09-11T20:27:15.814Z[ recovery-image] Sep 11 20:27:14.749 INFO O| Sep 11 20:27:14.749 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/RT"
71922026-09-11T20:27:15.814Z[ recovery-image] Sep 11 20:27:14.749 INFO O| Sep 11 20:27:14.749 INFO STEP 496 (remove_files) COMPLETE
71932026-09-11T20:27:15.814Z[ recovery-image] Sep 11 20:27:14.749 INFO O| Sep 11 20:27:14.749 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71942026-09-11T20:27:15.821Z[ recovery-image] Sep 11 20:27:14.758 INFO O| Sep 11 20:27:14.758 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/RT_DPTBL"
71952026-09-11T20:27:15.821Z[ recovery-image] Sep 11 20:27:14.758 INFO O| Sep 11 20:27:14.758 INFO STEP 497 (remove_files) COMPLETE
71962026-09-11T20:27:15.821Z[ recovery-image] Sep 11 20:27:14.758 INFO O| Sep 11 20:27:14.758 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71972026-09-11T20:27:15.834Z[ recovery-image] Sep 11 20:27:14.768 INFO O| Sep 11 20:27:14.768 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/cryptmod"
71982026-09-11T20:27:15.834Z[ recovery-image] Sep 11 20:27:14.768 INFO O| Sep 11 20:27:14.768 INFO STEP 498 (remove_files) COMPLETE
71992026-09-11T20:27:15.834Z[ recovery-image] Sep 11 20:27:14.768 INFO O| Sep 11 20:27:14.768 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72002026-09-11T20:27:15.842Z[ recovery-image] Sep 11 20:27:14.780 INFO O| Sep 11 20:27:14.780 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/rlmod"
72012026-09-11T20:27:15.843Z[ recovery-image] Sep 11 20:27:14.780 INFO O| Sep 11 20:27:14.780 INFO STEP 499 (remove_files) COMPLETE
72022026-09-11T20:27:15.847Z[ recovery-image] Sep 11 20:27:14.780 INFO O| Sep 11 20:27:14.780 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72032026-09-11T20:27:15.851Z[ recovery-image] Sep 11 20:27:14.789 INFO O| Sep 11 20:27:14.789 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/telmod"
72042026-09-11T20:27:15.855Z[ recovery-image] Sep 11 20:27:14.789 INFO O| Sep 11 20:27:14.789 INFO STEP 500 (remove_files) COMPLETE
72052026-09-11T20:27:15.855Z[ recovery-image] Sep 11 20:27:14.789 INFO O| Sep 11 20:27:14.789 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72062026-09-11T20:27:15.861Z[ recovery-image] Sep 11 20:27:14.797 INFO O| Sep 11 20:27:14.797 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/acctctl"
72072026-09-11T20:27:15.861Z[ recovery-image] Sep 11 20:27:14.797 INFO O| Sep 11 20:27:14.797 INFO STEP 501 (remove_files) COMPLETE
72082026-09-11T20:27:15.861Z[ recovery-image] Sep 11 20:27:14.797 INFO O| Sep 11 20:27:14.797 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72092026-09-11T20:27:15.871Z[ recovery-image] Sep 11 20:27:14.809 INFO O| Sep 11 20:27:14.809 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/exacctsys"
72102026-09-11T20:27:15.871Z[ recovery-image] Sep 11 20:27:14.809 INFO O| Sep 11 20:27:14.809 INFO STEP 502 (remove_files) COMPLETE
72112026-09-11T20:27:15.881Z[ recovery-image] Sep 11 20:27:14.809 INFO O| Sep 11 20:27:14.809 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72122026-09-11T20:27:15.886Z[ recovery-image] Sep 11 20:27:14.818 INFO O| Sep 11 20:27:14.818 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/sysacct"
72132026-09-11T20:27:15.886Z[ recovery-image] Sep 11 20:27:14.818 INFO O| Sep 11 20:27:14.818 INFO STEP 503 (remove_files) COMPLETE
72142026-09-11T20:27:15.886Z[ recovery-image] Sep 11 20:27:14.818 INFO O| Sep 11 20:27:14.818 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72152026-09-11T20:27:15.893Z[ recovery-image] Sep 11 20:27:14.830 INFO O| Sep 11 20:27:14.830 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kvm/README"
72162026-09-11T20:27:15.893Z[ recovery-image] Sep 11 20:27:14.830 INFO O| Sep 11 20:27:14.830 INFO STEP 504 (remove_files) COMPLETE
72172026-09-11T20:27:15.893Z[ recovery-image] Sep 11 20:27:14.830 INFO O| Sep 11 20:27:14.830 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72182026-09-11T20:27:15.902Z[ recovery-image] Sep 11 20:27:14.839 INFO O| Sep 11 20:27:14.839 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/abi/spec2map"
72192026-09-11T20:27:15.902Z[ recovery-image] Sep 11 20:27:14.839 INFO O| Sep 11 20:27:14.839 INFO STEP 505 (remove_files) COMPLETE
72202026-09-11T20:27:15.902Z[ recovery-image] Sep 11 20:27:14.839 INFO O| Sep 11 20:27:14.839 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72212026-09-11T20:27:15.911Z[ recovery-image] Sep 11 20:27:14.849 INFO O| Sep 11 20:27:14.849 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/abi/spec2trace"
72222026-09-11T20:27:15.911Z[ recovery-image] Sep 11 20:27:14.849 INFO O| Sep 11 20:27:14.849 INFO STEP 506 (remove_files) COMPLETE
72232026-09-11T20:27:15.911Z[ recovery-image] Sep 11 20:27:14.849 INFO O| Sep 11 20:27:14.849 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72242026-09-11T20:27:15.923Z[ recovery-image] Sep 11 20:27:14.858 INFO O| Sep 11 20:27:14.858 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen"
72252026-09-11T20:27:15.923Z[ recovery-image] Sep 11 20:27:14.858 INFO O| Sep 11 20:27:14.858 INFO STEP 507 (remove_files) COMPLETE
72262026-09-11T20:27:15.926Z[ recovery-image] Sep 11 20:27:14.858 INFO O| Sep 11 20:27:14.858 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72272026-09-11T20:27:15.931Z[ recovery-image] Sep 11 20:27:14.868 INFO O| Sep 11 20:27:14.868 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen1"
72282026-09-11T20:27:15.931Z[ recovery-image] Sep 11 20:27:14.868 INFO O| Sep 11 20:27:14.868 INFO STEP 508 (remove_files) COMPLETE
72292026-09-11T20:27:15.931Z[ recovery-image] Sep 11 20:27:14.868 INFO O| Sep 11 20:27:14.868 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72302026-09-11T20:27:15.939Z[ recovery-image] Sep 11 20:27:14.876 INFO O| Sep 11 20:27:14.876 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen3"
72312026-09-11T20:27:15.940Z[ recovery-image] Sep 11 20:27:14.876 INFO O| Sep 11 20:27:14.876 INFO STEP 509 (remove_files) COMPLETE
72322026-09-11T20:27:15.940Z[ recovery-image] Sep 11 20:27:14.876 INFO O| Sep 11 20:27:14.876 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72332026-09-11T20:27:15.948Z[ recovery-image] Sep 11 20:27:14.885 INFO O| Sep 11 20:27:14.885 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen4"
72342026-09-11T20:27:15.948Z[ recovery-image] Sep 11 20:27:14.885 INFO O| Sep 11 20:27:14.885 INFO STEP 510 (remove_files) COMPLETE
72352026-09-11T20:27:15.948Z[ recovery-image] Sep 11 20:27:14.885 INFO O| Sep 11 20:27:14.885 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72362026-09-11T20:27:15.962Z[ recovery-image] Sep 11 20:27:14.894 INFO O| Sep 11 20:27:14.894 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbsub.o"
72372026-09-11T20:27:15.962Z[ recovery-image] Sep 11 20:27:14.894 INFO O| Sep 11 20:27:14.894 INFO STEP 511 (remove_files) COMPLETE
72382026-09-11T20:27:15.962Z[ recovery-image] Sep 11 20:27:14.894 INFO O| Sep 11 20:27:14.894 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72392026-09-11T20:27:15.967Z[ recovery-image] Sep 11 20:27:14.904 INFO O| Sep 11 20:27:14.903 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/amd64/adbsub.o"
72402026-09-11T20:27:15.967Z[ recovery-image] Sep 11 20:27:14.904 INFO O| Sep 11 20:27:14.904 INFO STEP 512 (remove_files) COMPLETE
72412026-09-11T20:27:15.967Z[ recovery-image] Sep 11 20:27:14.904 INFO O| Sep 11 20:27:14.904 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72422026-09-11T20:27:15.976Z[ recovery-image] Sep 11 20:27:14.913 INFO O| Sep 11 20:27:14.913 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/0@0.so.1"
72432026-09-11T20:27:15.981Z[ recovery-image] Sep 11 20:27:14.914 INFO O| Sep 11 20:27:14.914 INFO STEP 513 (remove_files) COMPLETE
72442026-09-11T20:27:15.981Z[ recovery-image] Sep 11 20:27:14.914 INFO O| Sep 11 20:27:14.914 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72452026-09-11T20:27:15.987Z[ recovery-image] Sep 11 20:27:14.924 INFO O| Sep 11 20:27:14.924 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake"
72462026-09-11T20:27:15.987Z[ recovery-image] Sep 11 20:27:14.924 INFO O| Sep 11 20:27:14.924 INFO STEP 514 (remove_files) COMPLETE
72472026-09-11T20:27:15.987Z[ recovery-image] Sep 11 20:27:14.924 INFO O| Sep 11 20:27:14.924 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72482026-09-11T20:27:15.999Z[ recovery-image] Sep 11 20:27:14.934 INFO O| Sep 11 20:27:14.934 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/dbus-1.0/include/dbus/dbus-arch-deps.h"
72492026-09-11T20:27:15.999Z[ recovery-image] Sep 11 20:27:14.934 INFO O| Sep 11 20:27:14.934 INFO STEP 515 (remove_files) COMPLETE
72502026-09-11T20:27:15.999Z[ recovery-image] Sep 11 20:27:14.934 INFO O| Sep 11 20:27:14.934 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72512026-09-11T20:27:16.005Z[ recovery-image] Sep 11 20:27:14.943 INFO O| Sep 11 20:27:14.943 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/getloginx.so.1"
72522026-09-11T20:27:16.005Z[ recovery-image] Sep 11 20:27:14.943 INFO O| Sep 11 20:27:14.943 INFO STEP 516 (remove_files) COMPLETE
72532026-09-11T20:27:16.009Z[ recovery-image] Sep 11 20:27:14.943 INFO O| Sep 11 20:27:14.943 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72542026-09-11T20:27:16.016Z[ recovery-image] Sep 11 20:27:14.953 INFO O| Sep 11 20:27:14.953 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1"
72552026-09-11T20:27:16.016Z[ recovery-image] Sep 11 20:27:14.953 INFO O| Sep 11 20:27:14.953 INFO STEP 517 (remove_files) COMPLETE
72562026-09-11T20:27:16.016Z[ recovery-image] Sep 11 20:27:14.953 INFO O| Sep 11 20:27:14.953 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72572026-09-11T20:27:16.036Z[ recovery-image] Sep 11 20:27:14.972 INFO O| Sep 11 20:27:14.972 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/dh640-0.so.1"
72582026-09-11T20:27:16.036Z[ recovery-image] Sep 11 20:27:14.972 INFO O| Sep 11 20:27:14.972 INFO STEP 518 (remove_files) COMPLETE
72592026-09-11T20:27:16.036Z[ recovery-image] Sep 11 20:27:14.972 INFO O| Sep 11 20:27:14.972 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72602026-09-11T20:27:16.044Z[ recovery-image] Sep 11 20:27:14.982 INFO O| Sep 11 20:27:14.982 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/mech_dh.so.1"
72612026-09-11T20:27:16.045Z[ recovery-image] Sep 11 20:27:14.982 INFO O| Sep 11 20:27:14.982 INFO STEP 519 (remove_files) COMPLETE
72622026-09-11T20:27:16.045Z[ recovery-image] Sep 11 20:27:14.982 INFO O| Sep 11 20:27:14.982 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72632026-09-11T20:27:16.057Z[ recovery-image] Sep 11 20:27:14.992 INFO O| Sep 11 20:27:14.992 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1"
72642026-09-11T20:27:16.057Z[ recovery-image] Sep 11 20:27:14.992 INFO O| Sep 11 20:27:14.992 INFO STEP 520 (remove_files) COMPLETE
72652026-09-11T20:27:16.057Z[ recovery-image] Sep 11 20:27:14.992 INFO O| Sep 11 20:27:14.992 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72662026-09-11T20:27:16.071Z[ recovery-image] Sep 11 20:27:15.001 INFO O| Sep 11 20:27:15.001 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/lddstub"
72672026-09-11T20:27:16.071Z[ recovery-image] Sep 11 20:27:15.001 INFO O| Sep 11 20:27:15.001 INFO STEP 521 (remove_files) COMPLETE
72682026-09-11T20:27:16.071Z[ recovery-image] Sep 11 20:27:15.001 INFO O| Sep 11 20:27:15.001 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72692026-09-11T20:27:16.077Z[ recovery-image] Sep 11 20:27:15.010 INFO O| Sep 11 20:27:15.010 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/lib9p.so.1"
72702026-09-11T20:27:16.077Z[ recovery-image] Sep 11 20:27:15.010 INFO O| Sep 11 20:27:15.010 INFO STEP 522 (remove_files) COMPLETE
72712026-09-11T20:27:16.077Z[ recovery-image] Sep 11 20:27:15.010 INFO O| Sep 11 20:27:15.010 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72722026-09-11T20:27:16.083Z[ recovery-image] Sep 11 20:27:15.020 INFO O| Sep 11 20:27:15.020 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libads.so.1"
72732026-09-11T20:27:16.088Z[ recovery-image] Sep 11 20:27:15.021 INFO O| Sep 11 20:27:15.021 INFO STEP 523 (remove_files) COMPLETE
72742026-09-11T20:27:16.088Z[ recovery-image] Sep 11 20:27:15.021 INFO O| Sep 11 20:27:15.021 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72752026-09-11T20:27:16.093Z[ recovery-image] Sep 11 20:27:15.029 INFO O| Sep 11 20:27:15.029 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libadutils.so.1"
72762026-09-11T20:27:16.093Z[ recovery-image] Sep 11 20:27:15.029 INFO O| Sep 11 20:27:15.029 INFO STEP 524 (remove_files) COMPLETE
72772026-09-11T20:27:16.093Z[ recovery-image] Sep 11 20:27:15.029 INFO O| Sep 11 20:27:15.029 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72782026-09-11T20:27:16.110Z[ recovery-image] Sep 11 20:27:15.045 INFO O| Sep 11 20:27:15.045 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbe.so.1"
72792026-09-11T20:27:16.110Z[ recovery-image] Sep 11 20:27:15.045 INFO O| Sep 11 20:27:15.045 INFO STEP 525 (remove_files) COMPLETE
72802026-09-11T20:27:16.113Z[ recovery-image] Sep 11 20:27:15.045 INFO O| Sep 11 20:27:15.045 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72812026-09-11T20:27:16.119Z[ recovery-image] Sep 11 20:27:15.055 INFO O| Sep 11 20:27:15.055 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrand.so.1"
72822026-09-11T20:27:16.119Z[ recovery-image] Sep 11 20:27:15.055 INFO O| Sep 11 20:27:15.055 INFO STEP 526 (remove_files) COMPLETE
72832026-09-11T20:27:16.119Z[ recovery-image] Sep 11 20:27:15.055 INFO O| Sep 11 20:27:15.055 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72842026-09-11T20:27:16.127Z[ recovery-image] Sep 11 20:27:15.064 INFO O| Sep 11 20:27:15.064 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.1.0"
72852026-09-11T20:27:16.127Z[ recovery-image] Sep 11 20:27:15.064 INFO O| Sep 11 20:27:15.064 INFO STEP 527 (remove_files) COMPLETE
72862026-09-11T20:27:16.127Z[ recovery-image] Sep 11 20:27:15.064 INFO O| Sep 11 20:27:15.064 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72872026-09-11T20:27:16.136Z[ recovery-image] Sep 11 20:27:15.073 INFO O| Sep 11 20:27:15.073 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlidec.so.1.1.0"
72882026-09-11T20:27:16.141Z[ recovery-image] Sep 11 20:27:15.073 INFO O| Sep 11 20:27:15.073 INFO STEP 528 (remove_files) COMPLETE
72892026-09-11T20:27:16.141Z[ recovery-image] Sep 11 20:27:15.073 INFO O| Sep 11 20:27:15.073 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72902026-09-11T20:27:16.150Z[ recovery-image] Sep 11 20:27:15.082 INFO O| Sep 11 20:27:15.082 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlienc.so.1.1.0"
72912026-09-11T20:27:16.150Z[ recovery-image] Sep 11 20:27:15.083 INFO O| Sep 11 20:27:15.082 INFO STEP 529 (remove_files) COMPLETE
72922026-09-11T20:27:16.151Z[ recovery-image] Sep 11 20:27:15.083 INFO O| Sep 11 20:27:15.083 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72932026-09-11T20:27:16.156Z[ recovery-image] Sep 11 20:27:15.092 INFO O| Sep 11 20:27:15.092 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbsdmalloc.so.1"
72942026-09-11T20:27:16.156Z[ recovery-image] Sep 11 20:27:15.092 INFO O| Sep 11 20:27:15.092 INFO STEP 530 (remove_files) COMPLETE
72952026-09-11T20:27:16.156Z[ recovery-image] Sep 11 20:27:15.092 INFO O| Sep 11 20:27:15.092 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72962026-09-11T20:27:16.186Z[ recovery-image] Sep 11 20:27:15.102 INFO O| Sep 11 20:27:15.102 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbz2.so.1.0.8"
72972026-09-11T20:27:16.186Z[ recovery-image] Sep 11 20:27:15.103 INFO O| Sep 11 20:27:15.102 INFO STEP 531 (remove_files) COMPLETE
72982026-09-11T20:27:16.186Z[ recovery-image] Sep 11 20:27:15.103 INFO O| Sep 11 20:27:15.103 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72992026-09-11T20:27:16.191Z[ recovery-image] Sep 11 20:27:15.112 INFO O| Sep 11 20:27:15.112 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcommputil.so.1"
73002026-09-11T20:27:16.191Z[ recovery-image] Sep 11 20:27:15.112 INFO O| Sep 11 20:27:15.112 INFO STEP 532 (remove_files) COMPLETE
73012026-09-11T20:27:16.191Z[ recovery-image] Sep 11 20:27:15.112 INFO O| Sep 11 20:27:15.112 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73022026-09-11T20:27:16.191Z[ recovery-image] Sep 11 20:27:15.123 INFO O| Sep 11 20:27:15.123 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcrle.so.1"
73032026-09-11T20:27:16.191Z[ recovery-image] Sep 11 20:27:15.123 INFO O| Sep 11 20:27:15.123 INFO STEP 533 (remove_files) COMPLETE
73042026-09-11T20:27:16.191Z[ recovery-image] Sep 11 20:27:15.123 INFO O| Sep 11 20:27:15.123 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73052026-09-11T20:27:16.217Z[ recovery-image] Sep 11 20:27:15.134 INFO O| Sep 11 20:27:15.134 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcrypt.so.1"
73062026-09-11T20:27:16.217Z[ recovery-image] Sep 11 20:27:15.134 INFO O| Sep 11 20:27:15.134 INFO STEP 534 (remove_files) COMPLETE
73072026-09-11T20:27:16.217Z[ recovery-image] Sep 11 20:27:15.134 INFO O| Sep 11 20:27:15.134 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73082026-09-11T20:27:16.222Z[ recovery-image] Sep 11 20:27:15.143 INFO O| Sep 11 20:27:15.143 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcurl.so.4.8.0"
73092026-09-11T20:27:16.222Z[ recovery-image] Sep 11 20:27:15.143 INFO O| Sep 11 20:27:15.143 INFO STEP 535 (remove_files) COMPLETE
73102026-09-11T20:27:16.222Z[ recovery-image] Sep 11 20:27:15.143 INFO O| Sep 11 20:27:15.143 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73112026-09-11T20:27:16.222Z[ recovery-image] Sep 11 20:27:15.153 INFO O| Sep 11 20:27:15.153 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdemangle-sys.so.1"
73122026-09-11T20:27:16.222Z[ recovery-image] Sep 11 20:27:15.153 INFO O| Sep 11 20:27:15.153 INFO STEP 536 (remove_files) COMPLETE
73132026-09-11T20:27:16.222Z[ recovery-image] Sep 11 20:27:15.153 INFO O| Sep 11 20:27:15.153 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73142026-09-11T20:27:16.255Z[ recovery-image] Sep 11 20:27:15.162 INFO O| Sep 11 20:27:15.161 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdll.so.1"
73152026-09-11T20:27:16.255Z[ recovery-image] Sep 11 20:27:15.162 INFO O| Sep 11 20:27:15.162 INFO STEP 537 (remove_files) COMPLETE
73162026-09-11T20:27:16.255Z[ recovery-image] Sep 11 20:27:15.162 INFO O| Sep 11 20:27:15.162 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73172026-09-11T20:27:16.273Z[ recovery-image] Sep 11 20:27:15.172 INFO O| Sep 11 20:27:15.172 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdtrace_jni.so.1"
73182026-09-11T20:27:16.273Z[ recovery-image] Sep 11 20:27:15.173 INFO O| Sep 11 20:27:15.173 INFO STEP 538 (remove_files) COMPLETE
73192026-09-11T20:27:16.273Z[ recovery-image] Sep 11 20:27:15.173 INFO O| Sep 11 20:27:15.173 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73202026-09-11T20:27:16.273Z[ recovery-image] Sep 11 20:27:15.183 INFO O| Sep 11 20:27:15.183 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libform.so.1"
73212026-09-11T20:27:16.273Z[ recovery-image] Sep 11 20:27:15.183 INFO O| Sep 11 20:27:15.183 INFO STEP 539 (remove_files) COMPLETE
73222026-09-11T20:27:16.273Z[ recovery-image] Sep 11 20:27:15.183 INFO O| Sep 11 20:27:15.183 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73232026-09-11T20:27:16.273Z[ recovery-image] Sep 11 20:27:15.191 INFO O| Sep 11 20:27:15.191 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libfstyp.so.1"
73242026-09-11T20:27:16.273Z[ recovery-image] Sep 11 20:27:15.191 INFO O| Sep 11 20:27:15.191 INFO STEP 540 (remove_files) COMPLETE
73252026-09-11T20:27:16.273Z[ recovery-image] Sep 11 20:27:15.191 INFO O| Sep 11 20:27:15.191 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73262026-09-11T20:27:16.273Z[ recovery-image] Sep 11 20:27:15.202 INFO O| Sep 11 20:27:15.202 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libidspace.so.1"
73272026-09-11T20:27:16.273Z[ recovery-image] Sep 11 20:27:15.202 INFO O| Sep 11 20:27:15.202 INFO STEP 541 (remove_files) COMPLETE
73282026-09-11T20:27:16.273Z[ recovery-image] Sep 11 20:27:15.202 INFO O| Sep 11 20:27:15.202 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73292026-09-11T20:27:16.279Z[ recovery-image] Sep 11 20:27:15.211 INFO O| Sep 11 20:27:15.211 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libike.so.1"
73302026-09-11T20:27:16.279Z[ recovery-image] Sep 11 20:27:15.212 INFO O| Sep 11 20:27:15.212 INFO STEP 542 (remove_files) COMPLETE
73312026-09-11T20:27:16.279Z[ recovery-image] Sep 11 20:27:15.212 INFO O| Sep 11 20:27:15.212 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73322026-09-11T20:27:16.303Z[ recovery-image] Sep 11 20:27:15.222 INFO O| Sep 11 20:27:15.222 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libinstzones.so.1"
73332026-09-11T20:27:16.303Z[ recovery-image] Sep 11 20:27:15.222 INFO O| Sep 11 20:27:15.222 INFO STEP 543 (remove_files) COMPLETE
73342026-09-11T20:27:16.303Z[ recovery-image] Sep 11 20:27:15.222 INFO O| Sep 11 20:27:15.222 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73352026-09-11T20:27:16.322Z[ recovery-image] Sep 11 20:27:15.231 INFO O| Sep 11 20:27:15.231 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipmi.so.1"
73362026-09-11T20:27:16.322Z[ recovery-image] Sep 11 20:27:15.231 INFO O| Sep 11 20:27:15.231 INFO STEP 544 (remove_files) COMPLETE
73372026-09-11T20:27:16.322Z[ recovery-image] Sep 11 20:27:15.231 INFO O| Sep 11 20:27:15.231 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73382026-09-11T20:27:16.323Z[ recovery-image] Sep 11 20:27:15.240 INFO O| Sep 11 20:27:15.240 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipp.so.1"
73392026-09-11T20:27:16.323Z[ recovery-image] Sep 11 20:27:15.240 INFO O| Sep 11 20:27:15.240 INFO STEP 545 (remove_files) COMPLETE
73402026-09-11T20:27:16.323Z[ recovery-image] Sep 11 20:27:15.240 INFO O| Sep 11 20:27:15.240 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73412026-09-11T20:27:16.328Z[ recovery-image] Sep 11 20:27:15.250 INFO O| Sep 11 20:27:15.250 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipsecutil.so.1"
73422026-09-11T20:27:16.328Z[ recovery-image] Sep 11 20:27:15.250 INFO O| Sep 11 20:27:15.250 INFO STEP 546 (remove_files) COMPLETE
73432026-09-11T20:27:16.328Z[ recovery-image] Sep 11 20:27:15.250 INFO O| Sep 11 20:27:15.250 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73442026-09-11T20:27:16.328Z[ recovery-image] Sep 11 20:27:15.260 INFO O| Sep 11 20:27:15.259 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libjedec.so.1"
73452026-09-11T20:27:16.328Z[ recovery-image] Sep 11 20:27:15.260 INFO O| Sep 11 20:27:15.260 INFO STEP 547 (remove_files) COMPLETE
73462026-09-11T20:27:16.328Z[ recovery-image] Sep 11 20:27:15.260 INFO O| Sep 11 20:27:15.260 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73472026-09-11T20:27:16.343Z[ recovery-image] Sep 11 20:27:15.270 INFO O| Sep 11 20:27:15.270 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libl.so.1"
73482026-09-11T20:27:16.345Z[ recovery-image] Sep 11 20:27:15.270 INFO O| Sep 11 20:27:15.270 INFO STEP 548 (remove_files) COMPLETE
73492026-09-11T20:27:16.345Z[ recovery-image] Sep 11 20:27:15.270 INFO O| Sep 11 20:27:15.270 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73502026-09-11T20:27:16.357Z[ recovery-image] Sep 11 20:27:15.280 INFO O| Sep 11 20:27:15.280 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libldap.so.5"
73512026-09-11T20:27:16.357Z[ recovery-image] Sep 11 20:27:15.280 INFO O| Sep 11 20:27:15.280 INFO STEP 549 (remove_files) COMPLETE
73522026-09-11T20:27:16.357Z[ recovery-image] Sep 11 20:27:15.280 INFO O| Sep 11 20:27:15.280 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73532026-09-11T20:27:16.363Z[ recovery-image] Sep 11 20:27:15.291 INFO O| Sep 11 20:27:15.291 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libldstab.so.1"
73542026-09-11T20:27:16.363Z[ recovery-image] Sep 11 20:27:15.291 INFO O| Sep 11 20:27:15.291 INFO STEP 550 (remove_files) COMPLETE
73552026-09-11T20:27:16.363Z[ recovery-image] Sep 11 20:27:15.291 INFO O| Sep 11 20:27:15.291 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73562026-09-11T20:27:16.369Z[ recovery-image] Sep 11 20:27:15.301 INFO O| Sep 11 20:27:15.301 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liblgrp.so.1"
73572026-09-11T20:27:16.369Z[ recovery-image] Sep 11 20:27:15.301 INFO O| Sep 11 20:27:15.301 INFO STEP 551 (remove_files) COMPLETE
73582026-09-11T20:27:16.369Z[ recovery-image] Sep 11 20:27:15.301 INFO O| Sep 11 20:27:15.301 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73592026-09-11T20:27:16.375Z[ recovery-image] Sep 11 20:27:15.313 INFO O| Sep 11 20:27:15.313 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liblm.so.1"
73602026-09-11T20:27:16.375Z[ recovery-image] Sep 11 20:27:15.313 INFO O| Sep 11 20:27:15.313 INFO STEP 552 (remove_files) COMPLETE
73612026-09-11T20:27:16.375Z[ recovery-image] Sep 11 20:27:15.313 INFO O| Sep 11 20:27:15.313 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73622026-09-11T20:27:16.389Z[ recovery-image] Sep 11 20:27:15.324 INFO O| Sep 11 20:27:15.324 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmail.so.1"
73632026-09-11T20:27:16.389Z[ recovery-image] Sep 11 20:27:15.324 INFO O| Sep 11 20:27:15.324 INFO STEP 553 (remove_files) COMPLETE
73642026-09-11T20:27:16.389Z[ recovery-image] Sep 11 20:27:15.324 INFO O| Sep 11 20:27:15.324 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73652026-09-11T20:27:16.406Z[ recovery-image] Sep 11 20:27:15.335 INFO O| Sep 11 20:27:15.335 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmalloc.so.1"
73662026-09-11T20:27:16.406Z[ recovery-image] Sep 11 20:27:15.335 INFO O| Sep 11 20:27:15.335 INFO STEP 554 (remove_files) COMPLETE
73672026-09-11T20:27:16.406Z[ recovery-image] Sep 11 20:27:15.335 INFO O| Sep 11 20:27:15.335 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73682026-09-11T20:27:16.414Z[ recovery-image] Sep 11 20:27:15.346 INFO O| Sep 11 20:27:15.346 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmapmalloc.so.1"
73692026-09-11T20:27:16.414Z[ recovery-image] Sep 11 20:27:15.346 INFO O| Sep 11 20:27:15.346 INFO STEP 555 (remove_files) COMPLETE
73702026-09-11T20:27:16.414Z[ recovery-image] Sep 11 20:27:15.346 INFO O| Sep 11 20:27:15.346 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73712026-09-11T20:27:16.428Z[ recovery-image] Sep 11 20:27:15.358 INFO O| Sep 11 20:27:15.358 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmenu.so.1"
73722026-09-11T20:27:16.428Z[ recovery-image] Sep 11 20:27:15.358 INFO O| Sep 11 20:27:15.358 INFO STEP 556 (remove_files) COMPLETE
73732026-09-11T20:27:16.428Z[ recovery-image] Sep 11 20:27:15.358 INFO O| Sep 11 20:27:15.358 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73742026-09-11T20:27:16.437Z[ recovery-image] Sep 11 20:27:15.369 INFO O| Sep 11 20:27:15.369 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmtmalloc.so.1"
73752026-09-11T20:27:16.437Z[ recovery-image] Sep 11 20:27:15.369 INFO O| Sep 11 20:27:15.369 INFO STEP 557 (remove_files) COMPLETE
73762026-09-11T20:27:16.437Z[ recovery-image] Sep 11 20:27:15.369 INFO O| Sep 11 20:27:15.369 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73772026-09-11T20:27:16.442Z[ recovery-image] Sep 11 20:27:15.379 INFO O| Sep 11 20:27:15.379 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libncurses.so.5.9"
73782026-09-11T20:27:16.442Z[ recovery-image] Sep 11 20:27:15.379 INFO O| Sep 11 20:27:15.379 INFO STEP 558 (remove_files) COMPLETE
73792026-09-11T20:27:16.442Z[ recovery-image] Sep 11 20:27:15.379 INFO O| Sep 11 20:27:15.379 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73802026-09-11T20:27:16.454Z[ recovery-image] Sep 11 20:27:15.388 INFO O| Sep 11 20:27:15.388 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libnls.so.1"
73812026-09-11T20:27:16.454Z[ recovery-image] Sep 11 20:27:15.388 INFO O| Sep 11 20:27:15.388 INFO STEP 559 (remove_files) COMPLETE
73822026-09-11T20:27:16.454Z[ recovery-image] Sep 11 20:27:15.388 INFO O| Sep 11 20:27:15.388 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73832026-09-11T20:27:16.460Z[ recovery-image] Sep 11 20:27:15.397 INFO O| Sep 11 20:27:15.397 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpanel.so.1"
73842026-09-11T20:27:16.460Z[ recovery-image] Sep 11 20:27:15.397 INFO O| Sep 11 20:27:15.397 INFO STEP 560 (remove_files) COMPLETE
73852026-09-11T20:27:16.460Z[ recovery-image] Sep 11 20:27:15.397 INFO O| Sep 11 20:27:15.397 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73862026-09-11T20:27:16.470Z[ recovery-image] Sep 11 20:27:15.407 INFO O| Sep 11 20:27:15.407 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2"
73872026-09-11T20:27:16.470Z[ recovery-image] Sep 11 20:27:15.407 INFO O| Sep 11 20:27:15.407 INFO STEP 561 (remove_files) COMPLETE
73882026-09-11T20:27:16.470Z[ recovery-image] Sep 11 20:27:15.407 INFO O| Sep 11 20:27:15.407 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73892026-09-11T20:27:16.479Z[ recovery-image] Sep 11 20:27:15.417 INFO O| Sep 11 20:27:15.417 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7"
73902026-09-11T20:27:16.479Z[ recovery-image] Sep 11 20:27:15.417 INFO O| Sep 11 20:27:15.417 INFO STEP 562 (remove_files) COMPLETE
73912026-09-11T20:27:16.479Z[ recovery-image] Sep 11 20:27:15.417 INFO O| Sep 11 20:27:15.417 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73922026-09-11T20:27:16.490Z[ recovery-image] Sep 11 20:27:15.427 INFO O| Sep 11 20:27:15.427 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpicl.so.1"
73932026-09-11T20:27:16.490Z[ recovery-image] Sep 11 20:27:15.427 INFO O| Sep 11 20:27:15.427 INFO STEP 563 (remove_files) COMPLETE
73942026-09-11T20:27:16.490Z[ recovery-image] Sep 11 20:27:15.427 INFO O| Sep 11 20:27:15.427 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73952026-09-11T20:27:16.499Z[ recovery-image] Sep 11 20:27:15.436 INFO O| Sep 11 20:27:15.436 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libppt.so.1"
73962026-09-11T20:27:16.499Z[ recovery-image] Sep 11 20:27:15.436 INFO O| Sep 11 20:27:15.436 INFO STEP 564 (remove_files) COMPLETE
73972026-09-11T20:27:16.499Z[ recovery-image] Sep 11 20:27:15.436 INFO O| Sep 11 20:27:15.436 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73982026-09-11T20:27:16.512Z[ recovery-image] Sep 11 20:27:15.446 INFO O| Sep 11 20:27:15.446 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libraidcfg.so.1"
73992026-09-11T20:27:16.517Z[ recovery-image] Sep 11 20:27:15.447 INFO O| Sep 11 20:27:15.447 INFO STEP 565 (remove_files) COMPLETE
74002026-09-11T20:27:16.517Z[ recovery-image] Sep 11 20:27:15.447 INFO O| Sep 11 20:27:15.447 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74012026-09-11T20:27:16.520Z[ recovery-image] Sep 11 20:27:15.457 INFO O| Sep 11 20:27:15.457 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/librename.so.1"
74022026-09-11T20:27:16.520Z[ recovery-image] Sep 11 20:27:15.457 INFO O| Sep 11 20:27:15.457 INFO STEP 566 (remove_files) COMPLETE
74032026-09-11T20:27:16.520Z[ recovery-image] Sep 11 20:27:15.457 INFO O| Sep 11 20:27:15.457 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74042026-09-11T20:27:16.530Z[ recovery-image] Sep 11 20:27:15.468 INFO O| Sep 11 20:27:15.468 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libreparse.so.1"
74052026-09-11T20:27:16.530Z[ recovery-image] Sep 11 20:27:15.468 INFO O| Sep 11 20:27:15.468 INFO STEP 567 (remove_files) COMPLETE
74062026-09-11T20:27:16.530Z[ recovery-image] Sep 11 20:27:15.468 INFO O| Sep 11 20:27:15.468 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74072026-09-11T20:27:16.539Z[verify-libraries] Compiling wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
74082026-09-11T20:27:16.547Z[ recovery-image] Sep 11 20:27:15.479 INFO O| Sep 11 20:27:15.479 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsasl.so.1"
74092026-09-11T20:27:16.547Z[ recovery-image] Sep 11 20:27:15.479 INFO O| Sep 11 20:27:15.479 INFO STEP 568 (remove_files) COMPLETE
74102026-09-11T20:27:16.547Z[ recovery-image] Sep 11 20:27:15.479 INFO O| Sep 11 20:27:15.479 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74112026-09-11T20:27:16.552Z[ recovery-image] Sep 11 20:27:15.489 INFO O| Sep 11 20:27:15.489 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsched.so.1"
74122026-09-11T20:27:16.552Z[ recovery-image] Sep 11 20:27:15.489 INFO O| Sep 11 20:27:15.489 INFO STEP 569 (remove_files) COMPLETE
74132026-09-11T20:27:16.552Z[ recovery-image] Sep 11 20:27:15.489 INFO O| Sep 11 20:27:15.489 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74142026-09-11T20:27:16.565Z[ recovery-image] Sep 11 20:27:15.501 INFO O| Sep 11 20:27:15.501 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsctp.so.1"
74152026-09-11T20:27:16.565Z[ recovery-image] Sep 11 20:27:15.501 INFO O| Sep 11 20:27:15.501 INFO STEP 570 (remove_files) COMPLETE
74162026-09-11T20:27:16.571Z[ recovery-image] Sep 11 20:27:15.501 INFO O| Sep 11 20:27:15.501 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74172026-09-11T20:27:16.575Z[ recovery-image] Sep 11 20:27:15.513 INFO O| Sep 11 20:27:15.513 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsff.so.1"
74182026-09-11T20:27:16.575Z[ recovery-image] Sep 11 20:27:15.513 INFO O| Sep 11 20:27:15.513 INFO STEP 571 (remove_files) COMPLETE
74192026-09-11T20:27:16.575Z[ recovery-image] Sep 11 20:27:15.513 INFO O| Sep 11 20:27:15.513 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74202026-09-11T20:27:16.587Z[ recovery-image] Sep 11 20:27:15.524 INFO O| Sep 11 20:27:15.524 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsip.so.1"
74212026-09-11T20:27:16.587Z[ recovery-image] Sep 11 20:27:15.524 INFO O| Sep 11 20:27:15.524 INFO STEP 572 (remove_files) COMPLETE
74222026-09-11T20:27:16.587Z[ recovery-image] Sep 11 20:27:15.524 INFO O| Sep 11 20:27:15.524 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74232026-09-11T20:27:16.597Z[ recovery-image] Sep 11 20:27:15.534 INFO O| Sep 11 20:27:15.534 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsldap.so.1"
74242026-09-11T20:27:16.597Z[ recovery-image] Sep 11 20:27:15.534 INFO O| Sep 11 20:27:15.534 INFO STEP 573 (remove_files) COMPLETE
74252026-09-11T20:27:16.597Z[ recovery-image] Sep 11 20:27:15.534 INFO O| Sep 11 20:27:15.534 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74262026-09-11T20:27:16.606Z[ recovery-image] Sep 11 20:27:15.544 INFO O| Sep 11 20:27:15.544 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsmbfs.so.1"
74272026-09-11T20:27:16.606Z[ recovery-image] Sep 11 20:27:15.544 INFO O| Sep 11 20:27:15.544 INFO STEP 574 (remove_files) COMPLETE
74282026-09-11T20:27:16.607Z[ recovery-image] Sep 11 20:27:15.544 INFO O| Sep 11 20:27:15.544 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74292026-09-11T20:27:16.617Z[ recovery-image] Sep 11 20:27:15.555 INFO O| Sep 11 20:27:15.554 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsoftcrypto.so.1"
74302026-09-11T20:27:16.617Z[ recovery-image] Sep 11 20:27:15.555 INFO O| Sep 11 20:27:15.555 INFO STEP 575 (remove_files) COMPLETE
74312026-09-11T20:27:16.617Z[ recovery-image] Sep 11 20:27:15.555 INFO O| Sep 11 20:27:15.555 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74322026-09-11T20:27:16.627Z[ recovery-image] Sep 11 20:27:15.564 INFO O| Sep 11 20:27:15.564 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsqlite3.so.3.49.1"
74332026-09-11T20:27:16.627Z[ recovery-image] Sep 11 20:27:15.564 INFO O| Sep 11 20:27:15.564 INFO STEP 576 (remove_files) COMPLETE
74342026-09-11T20:27:16.627Z[ recovery-image] Sep 11 20:27:15.564 INFO O| Sep 11 20:27:15.564 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74352026-09-11T20:27:16.638Z[ recovery-image] Sep 11 20:27:15.574 INFO O| Sep 11 20:27:15.574 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsum.so.1"
74362026-09-11T20:27:16.638Z[ recovery-image] Sep 11 20:27:15.574 INFO O| Sep 11 20:27:15.574 INFO STEP 577 (remove_files) COMPLETE
74372026-09-11T20:27:16.638Z[ recovery-image] Sep 11 20:27:15.574 INFO O| Sep 11 20:27:15.574 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74382026-09-11T20:27:16.647Z[ recovery-image] Sep 11 20:27:15.585 INFO O| Sep 11 20:27:15.585 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtecla.so.1"
74392026-09-11T20:27:16.647Z[ recovery-image] Sep 11 20:27:15.585 INFO O| Sep 11 20:27:15.585 INFO STEP 578 (remove_files) COMPLETE
74402026-09-11T20:27:16.647Z[ recovery-image] Sep 11 20:27:15.585 INFO O| Sep 11 20:27:15.585 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74412026-09-11T20:27:16.658Z[ recovery-image] Sep 11 20:27:15.596 INFO O| Sep 11 20:27:15.596 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtspi.so.1.2.0"
74422026-09-11T20:27:16.658Z[ recovery-image] Sep 11 20:27:15.596 INFO O| Sep 11 20:27:15.596 INFO STEP 579 (remove_files) COMPLETE
74432026-09-11T20:27:16.666Z[ recovery-image] Sep 11 20:27:15.596 INFO O| Sep 11 20:27:15.596 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74442026-09-11T20:27:16.670Z[ recovery-image] Sep 11 20:27:15.607 INFO O| Sep 11 20:27:15.607 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libvolmgt.so.1"
74452026-09-11T20:27:16.670Z[ recovery-image] Sep 11 20:27:15.607 INFO O| Sep 11 20:27:15.607 INFO STEP 580 (remove_files) COMPLETE
74462026-09-11T20:27:16.670Z[ recovery-image] Sep 11 20:27:15.607 INFO O| Sep 11 20:27:15.607 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74472026-09-11T20:27:16.682Z[ recovery-image] Sep 11 20:27:15.619 INFO O| Sep 11 20:27:15.619 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liby.so.1"
74482026-09-11T20:27:16.683Z[ recovery-image] Sep 11 20:27:15.619 INFO O| Sep 11 20:27:15.619 INFO STEP 581 (remove_files) COMPLETE
74492026-09-11T20:27:16.683Z[ recovery-image] Sep 11 20:27:15.619 INFO O| Sep 11 20:27:15.619 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74502026-09-11T20:27:16.693Z[ recovery-image] Sep 11 20:27:15.630 INFO O| Sep 11 20:27:15.630 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzfs_jni.so.1"
74512026-09-11T20:27:16.693Z[ recovery-image] Sep 11 20:27:15.630 INFO O| Sep 11 20:27:15.630 INFO STEP 582 (remove_files) COMPLETE
74522026-09-11T20:27:16.693Z[ recovery-image] Sep 11 20:27:15.630 INFO O| Sep 11 20:27:15.630 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74532026-09-11T20:27:16.704Z[ recovery-image] Sep 11 20:27:15.642 INFO O| Sep 11 20:27:15.642 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzfsbootenv.so.1"
74542026-09-11T20:27:16.705Z[ recovery-image] Sep 11 20:27:15.642 INFO O| Sep 11 20:27:15.642 INFO STEP 583 (remove_files) COMPLETE
74552026-09-11T20:27:16.705Z[ recovery-image] Sep 11 20:27:15.642 INFO O| Sep 11 20:27:15.642 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74562026-09-11T20:27:16.715Z[ recovery-image] Sep 11 20:27:15.653 INFO O| Sep 11 20:27:15.653 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzonecfg.so.1"
74572026-09-11T20:27:16.715Z[ recovery-image] Sep 11 20:27:15.653 INFO O| Sep 11 20:27:15.653 INFO STEP 584 (remove_files) COMPLETE
74582026-09-11T20:27:16.719Z[ recovery-image] Sep 11 20:27:15.653 INFO O| Sep 11 20:27:15.653 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74592026-09-11T20:27:16.774Z[ recovery-image] Sep 11 20:27:15.663 INFO O| Sep 11 20:27:15.663 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzoneinfo.so.1"
74602026-09-11T20:27:16.774Z[ recovery-image] Sep 11 20:27:15.663 INFO O| Sep 11 20:27:15.663 INFO STEP 585 (remove_files) COMPLETE
74612026-09-11T20:27:16.774Z[ recovery-image] Sep 11 20:27:15.663 INFO O| Sep 11 20:27:15.663 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74622026-09-11T20:27:16.774Z[ recovery-image] Sep 11 20:27:15.674 INFO O| Sep 11 20:27:15.674 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzonestat.so.1"
74632026-09-11T20:27:16.774Z[ recovery-image] Sep 11 20:27:15.674 INFO O| Sep 11 20:27:15.674 INFO STEP 586 (remove_files) COMPLETE
74642026-09-11T20:27:16.775Z[ recovery-image] Sep 11 20:27:15.674 INFO O| Sep 11 20:27:15.674 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74652026-09-11T20:27:16.775Z[ recovery-image] Sep 11 20:27:15.684 INFO O| Sep 11 20:27:15.684 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzpool.so.1"
74662026-09-11T20:27:16.775Z[ recovery-image] Sep 11 20:27:15.684 INFO O| Sep 11 20:27:15.684 INFO STEP 587 (remove_files) COMPLETE
74672026-09-11T20:27:16.775Z[ recovery-image] Sep 11 20:27:15.684 INFO O| Sep 11 20:27:15.684 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74682026-09-11T20:27:16.775Z[ recovery-image] Sep 11 20:27:15.694 INFO O| Sep 11 20:27:15.694 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/madv.so.1"
74692026-09-11T20:27:16.775Z[ recovery-image] Sep 11 20:27:15.694 INFO O| Sep 11 20:27:15.694 INFO STEP 588 (remove_files) COMPLETE
74702026-09-11T20:27:16.775Z[ recovery-image] Sep 11 20:27:15.694 INFO O| Sep 11 20:27:15.694 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74712026-09-11T20:27:16.775Z[ recovery-image] Sep 11 20:27:15.704 INFO O| Sep 11 20:27:15.704 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/mpss.so.1"
74722026-09-11T20:27:16.775Z[ recovery-image] Sep 11 20:27:15.704 INFO O| Sep 11 20:27:15.704 INFO STEP 589 (remove_files) COMPLETE
74732026-09-11T20:27:16.775Z[ recovery-image] Sep 11 20:27:15.704 INFO O| Sep 11 20:27:15.704 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74742026-09-11T20:27:16.781Z[ recovery-image] Sep 11 20:27:15.713 INFO O| Sep 11 20:27:15.713 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/nss_ad.so.1"
74752026-09-11T20:27:16.781Z[ recovery-image] Sep 11 20:27:15.713 INFO O| Sep 11 20:27:15.713 INFO STEP 590 (remove_files) COMPLETE
74762026-09-11T20:27:16.781Z[ recovery-image] Sep 11 20:27:15.713 INFO O| Sep 11 20:27:15.713 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74772026-09-11T20:27:16.784Z[ recovery-image] Sep 11 20:27:15.722 INFO O| Sep 11 20:27:15.722 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/nss_ldap.so.1"
74782026-09-11T20:27:16.784Z[ recovery-image] Sep 11 20:27:15.722 INFO O| Sep 11 20:27:15.722 INFO STEP 591 (remove_files) COMPLETE
74792026-09-11T20:27:16.785Z[ recovery-image] Sep 11 20:27:15.722 INFO O| Sep 11 20:27:15.722 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74802026-09-11T20:27:16.796Z[ recovery-image] Sep 11 20:27:15.734 INFO O| Sep 11 20:27:15.733 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/passwdutil.so.1"
74812026-09-11T20:27:16.796Z[ recovery-image] Sep 11 20:27:15.734 INFO O| Sep 11 20:27:15.734 INFO STEP 592 (remove_files) COMPLETE
74822026-09-11T20:27:16.796Z[ recovery-image] Sep 11 20:27:15.734 INFO O| Sep 11 20:27:15.734 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74832026-09-11T20:27:16.807Z[ recovery-image] Sep 11 20:27:15.743 INFO O| Sep 11 20:27:15.743 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc"
74842026-09-11T20:27:16.807Z[ recovery-image] Sep 11 20:27:15.744 INFO O| Sep 11 20:27:15.743 INFO STEP 593 (remove_files) COMPLETE
74852026-09-11T20:27:16.807Z[ recovery-image] Sep 11 20:27:15.744 INFO O| Sep 11 20:27:15.743 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74862026-09-11T20:27:16.815Z[ recovery-image] Sep 11 20:27:15.753 INFO O| Sep 11 20:27:15.753 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/expat.pc"
74872026-09-11T20:27:16.815Z[ recovery-image] Sep 11 20:27:15.753 INFO O| Sep 11 20:27:15.753 INFO STEP 594 (remove_files) COMPLETE
74882026-09-11T20:27:16.819Z[ recovery-image] Sep 11 20:27:15.753 INFO O| Sep 11 20:27:15.753 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74892026-09-11T20:27:16.827Z[ recovery-image] Sep 11 20:27:15.762 INFO O| Sep 11 20:27:15.762 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/form.pc"
74902026-09-11T20:27:16.827Z[ recovery-image] Sep 11 20:27:15.762 INFO O| Sep 11 20:27:15.762 INFO STEP 595 (remove_files) COMPLETE
74912026-09-11T20:27:16.827Z[ recovery-image] Sep 11 20:27:15.762 INFO O| Sep 11 20:27:15.762 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74922026-09-11T20:27:16.832Z[ recovery-image] Sep 11 20:27:15.770 INFO O| Sep 11 20:27:15.770 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc"
74932026-09-11T20:27:16.832Z[ recovery-image] Sep 11 20:27:15.770 INFO O| Sep 11 20:27:15.770 INFO STEP 596 (remove_files) COMPLETE
74942026-09-11T20:27:16.832Z[ recovery-image] Sep 11 20:27:15.770 INFO O| Sep 11 20:27:15.770 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74952026-09-11T20:27:16.841Z[ recovery-image] Sep 11 20:27:15.778 INFO O| Sep 11 20:27:15.778 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc"
74962026-09-11T20:27:16.841Z[ recovery-image] Sep 11 20:27:15.778 INFO O| Sep 11 20:27:15.778 INFO STEP 597 (remove_files) COMPLETE
74972026-09-11T20:27:16.841Z[ recovery-image] Sep 11 20:27:15.778 INFO O| Sep 11 20:27:15.778 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74982026-09-11T20:27:16.849Z[ recovery-image] Sep 11 20:27:15.787 INFO O| Sep 11 20:27:15.787 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc"
74992026-09-11T20:27:16.849Z[ recovery-image] Sep 11 20:27:15.787 INFO O| Sep 11 20:27:15.787 INFO STEP 598 (remove_files) COMPLETE
75002026-09-11T20:27:16.849Z[ recovery-image] Sep 11 20:27:15.787 INFO O| Sep 11 20:27:15.787 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75012026-09-11T20:27:16.859Z[ recovery-image] Sep 11 20:27:15.795 INFO O| Sep 11 20:27:15.795 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc"
75022026-09-11T20:27:16.859Z[ recovery-image] Sep 11 20:27:15.795 INFO O| Sep 11 20:27:15.795 INFO STEP 599 (remove_files) COMPLETE
75032026-09-11T20:27:16.863Z[ recovery-image] Sep 11 20:27:15.795 INFO O| Sep 11 20:27:15.795 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75042026-09-11T20:27:16.867Z[ recovery-image] Sep 11 20:27:15.803 INFO O| Sep 11 20:27:15.803 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc"
75052026-09-11T20:27:16.867Z[ recovery-image] Sep 11 20:27:15.803 INFO O| Sep 11 20:27:15.803 INFO STEP 600 (remove_files) COMPLETE
75062026-09-11T20:27:16.867Z[ recovery-image] Sep 11 20:27:15.803 INFO O| Sep 11 20:27:15.803 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75072026-09-11T20:27:16.879Z[ recovery-image] Sep 11 20:27:15.811 INFO O| Sep 11 20:27:15.811 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc"
75082026-09-11T20:27:16.879Z[ recovery-image] Sep 11 20:27:15.811 INFO O| Sep 11 20:27:15.811 INFO STEP 601 (remove_files) COMPLETE
75092026-09-11T20:27:16.883Z[ recovery-image] Sep 11 20:27:15.811 INFO O| Sep 11 20:27:15.811 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75102026-09-11T20:27:16.883Z[ recovery-image] Sep 11 20:27:15.820 INFO O| Sep 11 20:27:15.820 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc"
75112026-09-11T20:27:16.883Z[ recovery-image] Sep 11 20:27:15.820 INFO O| Sep 11 20:27:15.820 INFO STEP 602 (remove_files) COMPLETE
75122026-09-11T20:27:16.883Z[ recovery-image] Sep 11 20:27:15.820 INFO O| Sep 11 20:27:15.820 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75132026-09-11T20:27:16.892Z[ recovery-image] Sep 11 20:27:15.829 INFO O| Sep 11 20:27:15.829 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc"
75142026-09-11T20:27:16.892Z[ recovery-image] Sep 11 20:27:15.830 INFO O| Sep 11 20:27:15.830 INFO STEP 603 (remove_files) COMPLETE
75152026-09-11T20:27:16.892Z[ recovery-image] Sep 11 20:27:15.830 INFO O| Sep 11 20:27:15.830 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75162026-09-11T20:27:16.901Z[ recovery-image] Sep 11 20:27:15.839 INFO O| Sep 11 20:27:15.839 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc"
75172026-09-11T20:27:16.901Z[ recovery-image] Sep 11 20:27:15.839 INFO O| Sep 11 20:27:15.839 INFO STEP 604 (remove_files) COMPLETE
75182026-09-11T20:27:16.901Z[ recovery-image] Sep 11 20:27:15.839 INFO O| Sep 11 20:27:15.839 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75192026-09-11T20:27:16.910Z[ recovery-image] Sep 11 20:27:15.848 INFO O| Sep 11 20:27:15.848 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc"
75202026-09-11T20:27:16.910Z[ recovery-image] Sep 11 20:27:15.848 INFO O| Sep 11 20:27:15.848 INFO STEP 605 (remove_files) COMPLETE
75212026-09-11T20:27:16.910Z[ recovery-image] Sep 11 20:27:15.848 INFO O| Sep 11 20:27:15.848 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75222026-09-11T20:27:16.923Z[ recovery-image] Sep 11 20:27:15.856 INFO O| Sep 11 20:27:15.856 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc"
75232026-09-11T20:27:16.923Z[ recovery-image] Sep 11 20:27:15.856 INFO O| Sep 11 20:27:15.856 INFO STEP 606 (remove_files) COMPLETE
75242026-09-11T20:27:16.924Z[ recovery-image] Sep 11 20:27:15.856 INFO O| Sep 11 20:27:15.856 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75252026-09-11T20:27:16.929Z[ recovery-image] Sep 11 20:27:15.865 INFO O| Sep 11 20:27:15.865 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc"
75262026-09-11T20:27:16.929Z[ recovery-image] Sep 11 20:27:15.865 INFO O| Sep 11 20:27:15.865 INFO STEP 607 (remove_files) COMPLETE
75272026-09-11T20:27:16.929Z[ recovery-image] Sep 11 20:27:15.865 INFO O| Sep 11 20:27:15.865 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75282026-09-11T20:27:16.940Z[ recovery-image] Sep 11 20:27:15.877 INFO O| Sep 11 20:27:15.877 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc"
75292026-09-11T20:27:16.940Z[ recovery-image] Sep 11 20:27:15.877 INFO O| Sep 11 20:27:15.877 INFO STEP 608 (remove_files) COMPLETE
75302026-09-11T20:27:16.940Z[ recovery-image] Sep 11 20:27:15.877 INFO O| Sep 11 20:27:15.877 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75312026-09-11T20:27:16.951Z[ recovery-image] Sep 11 20:27:15.888 INFO O| Sep 11 20:27:15.888 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc"
75322026-09-11T20:27:16.951Z[ recovery-image] Sep 11 20:27:15.888 INFO O| Sep 11 20:27:15.888 INFO STEP 609 (remove_files) COMPLETE
75332026-09-11T20:27:16.951Z[ recovery-image] Sep 11 20:27:15.888 INFO O| Sep 11 20:27:15.888 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75342026-09-11T20:27:16.960Z[ recovery-image] Sep 11 20:27:15.898 INFO O| Sep 11 20:27:15.897 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc"
75352026-09-11T20:27:16.960Z[ recovery-image] Sep 11 20:27:15.898 INFO O| Sep 11 20:27:15.898 INFO STEP 610 (remove_files) COMPLETE
75362026-09-11T20:27:16.960Z[ recovery-image] Sep 11 20:27:15.898 INFO O| Sep 11 20:27:15.898 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75372026-09-11T20:27:16.972Z[ recovery-image] Sep 11 20:27:15.909 INFO O| Sep 11 20:27:15.909 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc"
75382026-09-11T20:27:16.972Z[ recovery-image] Sep 11 20:27:15.909 INFO O| Sep 11 20:27:15.909 INFO STEP 611 (remove_files) COMPLETE
75392026-09-11T20:27:16.977Z[ recovery-image] Sep 11 20:27:15.909 INFO O| Sep 11 20:27:15.909 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75402026-09-11T20:27:16.983Z[ recovery-image] Sep 11 20:27:15.919 INFO O| Sep 11 20:27:15.919 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc"
75412026-09-11T20:27:16.983Z[ recovery-image] Sep 11 20:27:15.919 INFO O| Sep 11 20:27:15.919 INFO STEP 612 (remove_files) COMPLETE
75422026-09-11T20:27:16.983Z[ recovery-image] Sep 11 20:27:15.919 INFO O| Sep 11 20:27:15.919 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75432026-09-11T20:27:16.991Z[ recovery-image] Sep 11 20:27:15.929 INFO O| Sep 11 20:27:15.929 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/menu.pc"
75442026-09-11T20:27:16.991Z[ recovery-image] Sep 11 20:27:15.929 INFO O| Sep 11 20:27:15.929 INFO STEP 613 (remove_files) COMPLETE
75452026-09-11T20:27:16.991Z[ recovery-image] Sep 11 20:27:15.929 INFO O| Sep 11 20:27:15.929 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75462026-09-11T20:27:17.001Z[ recovery-image] Sep 11 20:27:15.938 INFO O| Sep 11 20:27:15.938 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc"
75472026-09-11T20:27:17.001Z[ recovery-image] Sep 11 20:27:15.938 INFO O| Sep 11 20:27:15.938 INFO STEP 614 (remove_files) COMPLETE
75482026-09-11T20:27:17.006Z[ recovery-image] Sep 11 20:27:15.939 INFO O| Sep 11 20:27:15.938 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75492026-09-11T20:27:17.010Z[ recovery-image] Sep 11 20:27:15.947 INFO O| Sep 11 20:27:15.947 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc"
75502026-09-11T20:27:17.010Z[ recovery-image] Sep 11 20:27:15.947 INFO O| Sep 11 20:27:15.947 INFO STEP 615 (remove_files) COMPLETE
75512026-09-11T20:27:17.010Z[ recovery-image] Sep 11 20:27:15.948 INFO O| Sep 11 20:27:15.947 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75522026-09-11T20:27:17.019Z[ recovery-image] Sep 11 20:27:15.956 INFO O| Sep 11 20:27:15.956 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc"
75532026-09-11T20:27:17.019Z[ recovery-image] Sep 11 20:27:15.956 INFO O| Sep 11 20:27:15.956 INFO STEP 616 (remove_files) COMPLETE
75542026-09-11T20:27:17.019Z[ recovery-image] Sep 11 20:27:15.956 INFO O| Sep 11 20:27:15.956 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75552026-09-11T20:27:17.031Z[ recovery-image] Sep 11 20:27:15.968 INFO O| Sep 11 20:27:15.968 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc"
75562026-09-11T20:27:17.037Z[ recovery-image] Sep 11 20:27:15.969 INFO O| Sep 11 20:27:15.969 INFO STEP 617 (remove_files) COMPLETE
75572026-09-11T20:27:17.037Z[ recovery-image] Sep 11 20:27:15.969 INFO O| Sep 11 20:27:15.969 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75582026-09-11T20:27:17.042Z[ recovery-image] Sep 11 20:27:15.980 INFO O| Sep 11 20:27:15.980 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/panel.pc"
75592026-09-11T20:27:17.042Z[ recovery-image] Sep 11 20:27:15.980 INFO O| Sep 11 20:27:15.980 INFO STEP 618 (remove_files) COMPLETE
75602026-09-11T20:27:17.042Z[ recovery-image] Sep 11 20:27:15.980 INFO O| Sep 11 20:27:15.980 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75612026-09-11T20:27:17.053Z[ recovery-image] Sep 11 20:27:15.991 INFO O| Sep 11 20:27:15.991 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/readline.pc"
75622026-09-11T20:27:17.058Z[ recovery-image] Sep 11 20:27:15.991 INFO O| Sep 11 20:27:15.991 INFO STEP 619 (remove_files) COMPLETE
75632026-09-11T20:27:17.058Z[ recovery-image] Sep 11 20:27:15.991 INFO O| Sep 11 20:27:15.991 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75642026-09-11T20:27:17.067Z[ recovery-image] Sep 11 20:27:16.002 INFO O| Sep 11 20:27:16.002 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc"
75652026-09-11T20:27:17.067Z[ recovery-image] Sep 11 20:27:16.002 INFO O| Sep 11 20:27:16.002 INFO STEP 620 (remove_files) COMPLETE
75662026-09-11T20:27:17.067Z[ recovery-image] Sep 11 20:27:16.002 INFO O| Sep 11 20:27:16.002 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75672026-09-11T20:27:17.082Z[ recovery-image] Sep 11 20:27:16.020 INFO O| Sep 11 20:27:16.012 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc"
75682026-09-11T20:27:17.086Z[ recovery-image] Sep 11 20:27:16.020 INFO O| Sep 11 20:27:16.020 INFO STEP 621 (remove_files) COMPLETE
75692026-09-11T20:27:17.087Z[ recovery-image] Sep 11 20:27:16.020 INFO O| Sep 11 20:27:16.020 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75702026-09-11T20:27:17.120Z[ recovery-image] Sep 11 20:27:16.052 INFO O| Sep 11 20:27:16.051 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/straddr.so.2"
75712026-09-11T20:27:17.120Z[ recovery-image] Sep 11 20:27:16.052 INFO O| Sep 11 20:27:16.052 INFO STEP 622 (remove_files) COMPLETE
75722026-09-11T20:27:17.120Z[ recovery-image] Sep 11 20:27:16.052 INFO O| Sep 11 20:27:16.052 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75732026-09-11T20:27:17.126Z[ recovery-image] Sep 11 20:27:16.063 INFO O| Sep 11 20:27:16.063 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/watchmalloc.so.1"
75742026-09-11T20:27:17.126Z[ recovery-image] Sep 11 20:27:16.063 INFO O| Sep 11 20:27:16.063 INFO STEP 623 (remove_files) COMPLETE
75752026-09-11T20:27:17.126Z[ recovery-image] Sep 11 20:27:16.063 INFO O| Sep 11 20:27:16.063 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75762026-09-11T20:27:17.136Z[ recovery-image] Sep 11 20:27:16.074 INFO O| Sep 11 20:27:16.074 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/audit/audit_record_attr"
75772026-09-11T20:27:17.137Z[ recovery-image] Sep 11 20:27:16.074 INFO O| Sep 11 20:27:16.074 INFO STEP 624 (remove_files) COMPLETE
75782026-09-11T20:27:17.137Z[ recovery-image] Sep 11 20:27:16.074 INFO O| Sep 11 20:27:16.074 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75792026-09-11T20:27:17.151Z[ recovery-image] Sep 11 20:27:16.084 INFO O| Sep 11 20:27:16.084 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/common.ksh"
75802026-09-11T20:27:17.151Z[ recovery-image] Sep 11 20:27:16.084 INFO O| Sep 11 20:27:16.084 INFO STEP 625 (remove_files) COMPLETE
75812026-09-11T20:27:17.151Z[ recovery-image] Sep 11 20:27:16.085 INFO O| Sep 11 20:27:16.084 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75822026-09-11T20:27:17.164Z[ recovery-image] Sep 11 20:27:16.095 INFO O| Sep 11 20:27:16.095 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/query"
75832026-09-11T20:27:17.164Z[ recovery-image] Sep 11 20:27:16.095 INFO O| Sep 11 20:27:16.095 INFO STEP 626 (remove_files) COMPLETE
75842026-09-11T20:27:17.164Z[ recovery-image] Sep 11 20:27:16.095 INFO O| Sep 11 20:27:16.095 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75852026-09-11T20:27:17.170Z[ recovery-image] Sep 11 20:27:16.106 INFO O| Sep 11 20:27:16.106 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/uninstall.ksh"
75862026-09-11T20:27:17.170Z[ recovery-image] Sep 11 20:27:16.106 INFO O| Sep 11 20:27:16.106 INFO STEP 627 (remove_files) COMPLETE
75872026-09-11T20:27:17.170Z[ recovery-image] Sep 11 20:27:16.106 INFO O| Sep 11 20:27:16.106 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75882026-09-11T20:27:17.180Z[ recovery-image] Sep 11 20:27:16.115 INFO O| Sep 11 20:27:16.115 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/ib.so.1"
75892026-09-11T20:27:17.180Z[ recovery-image] Sep 11 20:27:16.115 INFO O| Sep 11 20:27:16.115 INFO STEP 628 (remove_files) COMPLETE
75902026-09-11T20:27:17.180Z[ recovery-image] Sep 11 20:27:16.115 INFO O| Sep 11 20:27:16.115 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75912026-09-11T20:27:17.188Z[ recovery-image] Sep 11 20:27:16.125 INFO O| Sep 11 20:27:16.125 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/pci.so.1"
75922026-09-11T20:27:17.188Z[ recovery-image] Sep 11 20:27:16.125 INFO O| Sep 11 20:27:16.125 INFO STEP 629 (remove_files) COMPLETE
75932026-09-11T20:27:17.188Z[ recovery-image] Sep 11 20:27:16.125 INFO O| Sep 11 20:27:16.125 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75942026-09-11T20:27:17.200Z[ recovery-image] Sep 11 20:27:16.136 INFO O| Sep 11 20:27:16.136 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/sata.so.1"
75952026-09-11T20:27:17.200Z[ recovery-image] Sep 11 20:27:16.137 INFO O| Sep 11 20:27:16.136 INFO STEP 630 (remove_files) COMPLETE
75962026-09-11T20:27:17.200Z[ recovery-image] Sep 11 20:27:16.137 INFO O| Sep 11 20:27:16.136 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75972026-09-11T20:27:17.212Z[ recovery-image] Sep 11 20:27:16.146 INFO O| Sep 11 20:27:16.146 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1"
75982026-09-11T20:27:17.212Z[ recovery-image] Sep 11 20:27:16.146 INFO O| Sep 11 20:27:16.146 INFO STEP 631 (remove_files) COMPLETE
75992026-09-11T20:27:17.212Z[ recovery-image] Sep 11 20:27:16.146 INFO O| Sep 11 20:27:16.146 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76002026-09-11T20:27:17.218Z[ recovery-image] Sep 11 20:27:16.156 INFO O| Sep 11 20:27:16.156 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/usb.so.1"
76012026-09-11T20:27:17.218Z[ recovery-image] Sep 11 20:27:16.156 INFO O| Sep 11 20:27:16.156 INFO STEP 632 (remove_files) COMPLETE
76022026-09-11T20:27:17.227Z[ recovery-image] Sep 11 20:27:16.156 INFO O| Sep 11 20:27:16.156 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76032026-09-11T20:27:17.233Z[ recovery-image] Sep 11 20:27:16.167 INFO O| Sep 11 20:27:16.167 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/ib.so.1"
76042026-09-11T20:27:17.233Z[ recovery-image] Sep 11 20:27:16.167 INFO O| Sep 11 20:27:16.167 INFO STEP 633 (remove_files) COMPLETE
76052026-09-11T20:27:17.233Z[ recovery-image] Sep 11 20:27:16.167 INFO O| Sep 11 20:27:16.167 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76062026-09-11T20:27:17.244Z[ recovery-image] Sep 11 20:27:16.175 INFO O| Sep 11 20:27:16.175 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/pci.so.1"
76072026-09-11T20:27:17.245Z[ recovery-image] Sep 11 20:27:16.175 INFO O| Sep 11 20:27:16.175 INFO STEP 634 (remove_files) COMPLETE
76082026-09-11T20:27:17.245Z[ recovery-image] Sep 11 20:27:16.175 INFO O| Sep 11 20:27:16.175 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76092026-09-11T20:27:17.250Z[ recovery-image] Sep 11 20:27:16.184 INFO O| Sep 11 20:27:16.184 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/sata.so.1"
76102026-09-11T20:27:17.250Z[ recovery-image] Sep 11 20:27:16.184 INFO O| Sep 11 20:27:16.184 INFO STEP 635 (remove_files) COMPLETE
76112026-09-11T20:27:17.250Z[ recovery-image] Sep 11 20:27:16.184 INFO O| Sep 11 20:27:16.184 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76122026-09-11T20:27:17.257Z[ recovery-image] Sep 11 20:27:16.195 INFO O| Sep 11 20:27:16.195 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/scsi.so.1"
76132026-09-11T20:27:17.257Z[ recovery-image] Sep 11 20:27:16.195 INFO O| Sep 11 20:27:16.195 INFO STEP 636 (remove_files) COMPLETE
76142026-09-11T20:27:17.258Z[ recovery-image] Sep 11 20:27:16.195 INFO O| Sep 11 20:27:16.195 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76152026-09-11T20:27:17.272Z[ recovery-image] Sep 11 20:27:16.206 INFO O| Sep 11 20:27:16.206 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/shp.so.1"
76162026-09-11T20:27:17.272Z[ recovery-image] Sep 11 20:27:16.206 INFO O| Sep 11 20:27:16.206 INFO STEP 637 (remove_files) COMPLETE
76172026-09-11T20:27:17.272Z[ recovery-image] Sep 11 20:27:16.206 INFO O| Sep 11 20:27:16.206 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76182026-09-11T20:27:17.279Z[ recovery-image] Sep 11 20:27:16.216 INFO O| Sep 11 20:27:16.216 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/usb.so.1"
76192026-09-11T20:27:17.279Z[ recovery-image] Sep 11 20:27:16.216 INFO O| Sep 11 20:27:16.216 INFO STEP 638 (remove_files) COMPLETE
76202026-09-11T20:27:17.279Z[ recovery-image] Sep 11 20:27:16.216 INFO O| Sep 11 20:27:16.216 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76212026-09-11T20:27:17.291Z[ recovery-image] Sep 11 20:27:16.225 INFO O| Sep 11 20:27:16.225 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/FX/FXdispadmin"
76222026-09-11T20:27:17.291Z[ recovery-image] Sep 11 20:27:16.225 INFO O| Sep 11 20:27:16.225 INFO STEP 639 (remove_files) COMPLETE
76232026-09-11T20:27:17.291Z[ recovery-image] Sep 11 20:27:16.225 INFO O| Sep 11 20:27:16.225 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76242026-09-11T20:27:17.300Z[ recovery-image] Sep 11 20:27:16.237 INFO O| Sep 11 20:27:16.237 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/FX/FXpriocntl"
76252026-09-11T20:27:17.300Z[ recovery-image] Sep 11 20:27:16.237 INFO O| Sep 11 20:27:16.237 INFO STEP 640 (remove_files) COMPLETE
76262026-09-11T20:27:17.300Z[ recovery-image] Sep 11 20:27:16.237 INFO O| Sep 11 20:27:16.237 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76272026-09-11T20:27:17.309Z[ recovery-image] Sep 11 20:27:16.246 INFO O| Sep 11 20:27:16.246 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/IA/IAdispadmin"
76282026-09-11T20:27:17.309Z[ recovery-image] Sep 11 20:27:16.246 INFO O| Sep 11 20:27:16.246 INFO STEP 641 (remove_files) COMPLETE
76292026-09-11T20:27:17.309Z[ recovery-image] Sep 11 20:27:16.246 INFO O| Sep 11 20:27:16.246 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76302026-09-11T20:27:17.317Z[ recovery-image] Sep 11 20:27:16.254 INFO O| Sep 11 20:27:16.254 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/IA/IApriocntl"
76312026-09-11T20:27:17.317Z[ recovery-image] Sep 11 20:27:16.254 INFO O| Sep 11 20:27:16.254 INFO STEP 642 (remove_files) COMPLETE
76322026-09-11T20:27:17.320Z[ recovery-image] Sep 11 20:27:16.254 INFO O| Sep 11 20:27:16.254 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76332026-09-11T20:27:17.328Z[ recovery-image] Sep 11 20:27:16.264 INFO O| Sep 11 20:27:16.264 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/RT/RTdispadmin"
76342026-09-11T20:27:17.328Z[ recovery-image] Sep 11 20:27:16.264 INFO O| Sep 11 20:27:16.264 INFO STEP 643 (remove_files) COMPLETE
76352026-09-11T20:27:17.328Z[ recovery-image] Sep 11 20:27:16.264 INFO O| Sep 11 20:27:16.264 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76362026-09-11T20:27:17.339Z[ recovery-image] Sep 11 20:27:16.274 INFO O| Sep 11 20:27:16.274 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/RT/RTpriocntl"
76372026-09-11T20:27:17.339Z[ recovery-image] Sep 11 20:27:16.275 INFO O| Sep 11 20:27:16.274 INFO STEP 644 (remove_files) COMPLETE
76382026-09-11T20:27:17.344Z[ recovery-image] Sep 11 20:27:16.275 INFO O| Sep 11 20:27:16.274 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76392026-09-11T20:27:17.349Z[ recovery-image] Sep 11 20:27:16.285 INFO O| Sep 11 20:27:16.285 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/SDC/SDCdispadmin"
76402026-09-11T20:27:17.349Z[ recovery-image] Sep 11 20:27:16.285 INFO O| Sep 11 20:27:16.285 INFO STEP 645 (remove_files) COMPLETE
76412026-09-11T20:27:17.349Z[ recovery-image] Sep 11 20:27:16.285 INFO O| Sep 11 20:27:16.285 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76422026-09-11T20:27:17.358Z[ recovery-image] Sep 11 20:27:16.295 INFO O| Sep 11 20:27:16.295 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/SDC/SDCpriocntl"
76432026-09-11T20:27:17.358Z[ recovery-image] Sep 11 20:27:16.295 INFO O| Sep 11 20:27:16.295 INFO STEP 646 (remove_files) COMPLETE
76442026-09-11T20:27:17.358Z[ recovery-image] Sep 11 20:27:16.295 INFO O| Sep 11 20:27:16.295 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76452026-09-11T20:27:17.367Z[ recovery-image] Sep 11 20:27:16.305 INFO O| Sep 11 20:27:16.304 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/TS/TSdispadmin"
76462026-09-11T20:27:17.367Z[ recovery-image] Sep 11 20:27:16.305 INFO O| Sep 11 20:27:16.305 INFO STEP 647 (remove_files) COMPLETE
76472026-09-11T20:27:17.367Z[ recovery-image] Sep 11 20:27:16.305 INFO O| Sep 11 20:27:16.305 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76482026-09-11T20:27:17.376Z[ recovery-image] Sep 11 20:27:16.314 INFO O| Sep 11 20:27:16.314 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/TS/TSpriocntl"
76492026-09-11T20:27:17.380Z[ recovery-image] Sep 11 20:27:16.314 INFO O| Sep 11 20:27:16.314 INFO STEP 648 (remove_files) COMPLETE
76502026-09-11T20:27:17.380Z[ recovery-image] Sep 11 20:27:16.314 INFO O| Sep 11 20:27:16.314 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76512026-09-11T20:27:17.386Z[ recovery-image] Sep 11 20:27:16.324 INFO O| Sep 11 20:27:16.324 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake"
76522026-09-11T20:27:17.386Z[ recovery-image] Sep 11 20:27:16.324 INFO O| Sep 11 20:27:16.324 INFO STEP 649 (remove_files) COMPLETE
76532026-09-11T20:27:17.386Z[ recovery-image] Sep 11 20:27:16.324 INFO O| Sep 11 20:27:16.324 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76542026-09-11T20:27:17.396Z[ recovery-image] Sep 11 20:27:16.334 INFO O| Sep 11 20:27:16.334 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h"
76552026-09-11T20:27:17.396Z[ recovery-image] Sep 11 20:27:16.334 INFO O| Sep 11 20:27:16.334 INFO STEP 650 (remove_files) COMPLETE
76562026-09-11T20:27:17.396Z[ recovery-image] Sep 11 20:27:16.334 INFO O| Sep 11 20:27:16.334 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76572026-09-11T20:27:17.406Z[ recovery-image] Sep 11 20:27:16.344 INFO O| Sep 11 20:27:16.343 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlled"
76582026-09-11T20:27:17.407Z[ recovery-image] Sep 11 20:27:16.344 INFO O| Sep 11 20:27:16.344 INFO STEP 651 (remove_files) COMPLETE
76592026-09-11T20:27:17.407Z[ recovery-image] Sep 11 20:27:16.344 INFO O| Sep 11 20:27:16.344 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76602026-09-11T20:27:17.419Z[ recovery-image] Sep 11 20:27:16.353 INFO O| Sep 11 20:27:16.353 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlrecv"
76612026-09-11T20:27:17.419Z[ recovery-image] Sep 11 20:27:16.353 INFO O| Sep 11 20:27:16.353 INFO STEP 652 (remove_files) COMPLETE
76622026-09-11T20:27:17.419Z[ recovery-image] Sep 11 20:27:16.353 INFO O| Sep 11 20:27:16.353 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76632026-09-11T20:27:17.425Z[ recovery-image] Sep 11 20:27:16.363 INFO O| Sep 11 20:27:16.362 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlsend"
76642026-09-11T20:27:17.425Z[ recovery-image] Sep 11 20:27:16.363 INFO O| Sep 11 20:27:16.363 INFO STEP 653 (remove_files) COMPLETE
76652026-09-11T20:27:17.425Z[ recovery-image] Sep 11 20:27:16.363 INFO O| Sep 11 20:27:16.363 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76662026-09-11T20:27:17.435Z[ recovery-image] Sep 11 20:27:16.372 INFO O| Sep 11 20:27:16.372 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dltraninfo"
76672026-09-11T20:27:17.435Z[ recovery-image] Sep 11 20:27:16.373 INFO O| Sep 11 20:27:16.373 INFO STEP 654 (remove_files) COMPLETE
76682026-09-11T20:27:17.435Z[ recovery-image] Sep 11 20:27:16.373 INFO O| Sep 11 20:27:16.373 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76692026-09-11T20:27:17.445Z[ recovery-image] Sep 11 20:27:16.382 INFO O| Sep 11 20:27:16.382 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/drti.o"
76702026-09-11T20:27:17.445Z[ recovery-image] Sep 11 20:27:16.382 INFO O| Sep 11 20:27:16.382 INFO STEP 655 (remove_files) COMPLETE
76712026-09-11T20:27:17.448Z[ recovery-image] Sep 11 20:27:16.382 INFO O| Sep 11 20:27:16.382 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76722026-09-11T20:27:17.453Z[ recovery-image] Sep 11 20:27:16.391 INFO O| Sep 11 20:27:16.391 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so"
76732026-09-11T20:27:17.453Z[ recovery-image] Sep 11 20:27:16.391 INFO O| Sep 11 20:27:16.391 INFO STEP 656 (remove_files) COMPLETE
76742026-09-11T20:27:17.453Z[ recovery-image] Sep 11 20:27:16.391 INFO O| Sep 11 20:27:16.391 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76752026-09-11T20:27:17.462Z[ recovery-image] Sep 11 20:27:16.399 INFO O| Sep 11 20:27:16.399 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/sftp64.d"
76762026-09-11T20:27:17.462Z[ recovery-image] Sep 11 20:27:16.399 INFO O| Sep 11 20:27:16.399 INFO STEP 657 (remove_files) COMPLETE
76772026-09-11T20:27:17.462Z[ recovery-image] Sep 11 20:27:16.399 INFO O| Sep 11 20:27:16.399 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76782026-09-11T20:27:17.472Z[ recovery-image] Sep 11 20:27:16.409 INFO O| Sep 11 20:27:16.409 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/drti.o"
76792026-09-11T20:27:17.472Z[ recovery-image] Sep 11 20:27:16.409 INFO O| Sep 11 20:27:16.409 INFO STEP 658 (remove_files) COMPLETE
76802026-09-11T20:27:17.476Z[ recovery-image] Sep 11 20:27:16.409 INFO O| Sep 11 20:27:16.409 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76812026-09-11T20:27:17.481Z[ recovery-image] Sep 11 20:27:16.419 INFO O| Sep 11 20:27:16.419 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/libdtrace_forceload.so"
76822026-09-11T20:27:17.481Z[ recovery-image] Sep 11 20:27:16.419 INFO O| Sep 11 20:27:16.419 INFO STEP 659 (remove_files) COMPLETE
76832026-09-11T20:27:17.485Z[ recovery-image] Sep 11 20:27:16.419 INFO O| Sep 11 20:27:16.419 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76842026-09-11T20:27:17.495Z[ recovery-image] Sep 11 20:27:16.430 INFO O| Sep 11 20:27:16.430 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1"
76852026-09-11T20:27:17.495Z[ recovery-image] Sep 11 20:27:16.430 INFO O| Sep 11 20:27:16.430 INFO STEP 660 (remove_files) COMPLETE
76862026-09-11T20:27:17.495Z[ recovery-image] Sep 11 20:27:16.430 INFO O| Sep 11 20:27:16.430 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76872026-09-11T20:27:17.503Z[ recovery-image] Sep 11 20:27:16.441 INFO O| Sep 11 20:27:16.441 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1"
76882026-09-11T20:27:17.503Z[ recovery-image] Sep 11 20:27:16.441 INFO O| Sep 11 20:27:16.441 INFO STEP 661 (remove_files) COMPLETE
76892026-09-11T20:27:17.509Z[ recovery-image] Sep 11 20:27:16.441 INFO O| Sep 11 20:27:16.441 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76902026-09-11T20:27:17.513Z[ recovery-image] Sep 11 20:27:16.450 INFO O| Sep 11 20:27:16.450 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1"
76912026-09-11T20:27:17.513Z[ recovery-image] Sep 11 20:27:16.450 INFO O| Sep 11 20:27:16.450 INFO STEP 662 (remove_files) COMPLETE
76922026-09-11T20:27:17.513Z[ recovery-image] Sep 11 20:27:16.450 INFO O| Sep 11 20:27:16.450 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76932026-09-11T20:27:17.527Z[ recovery-image] Sep 11 20:27:16.465 INFO O| Sep 11 20:27:16.460 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1"
76942026-09-11T20:27:17.528Z[ recovery-image] Sep 11 20:27:16.465 INFO O| Sep 11 20:27:16.460 INFO STEP 663 (remove_files) COMPLETE
76952026-09-11T20:27:17.528Z[ recovery-image] Sep 11 20:27:16.465 INFO O| Sep 11 20:27:16.460 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76962026-09-11T20:27:17.541Z[ recovery-image] Sep 11 20:27:16.472 INFO O| Sep 11 20:27:16.471 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1"
76972026-09-11T20:27:17.541Z[ recovery-image] Sep 11 20:27:16.472 INFO O| Sep 11 20:27:16.472 INFO STEP 664 (remove_files) COMPLETE
76982026-09-11T20:27:17.541Z[ recovery-image] Sep 11 20:27:16.472 INFO O| Sep 11 20:27:16.472 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76992026-09-11T20:27:17.548Z[ recovery-image] Sep 11 20:27:16.482 INFO O| Sep 11 20:27:16.482 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1"
77002026-09-11T20:27:17.548Z[ recovery-image] Sep 11 20:27:16.483 INFO O| Sep 11 20:27:16.483 INFO STEP 665 (remove_files) COMPLETE
77012026-09-11T20:27:17.548Z[ recovery-image] Sep 11 20:27:16.483 INFO O| Sep 11 20:27:16.483 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77022026-09-11T20:27:17.553Z[ recovery-image] Sep 11 20:27:16.491 INFO O| Sep 11 20:27:16.491 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1"
77032026-09-11T20:27:17.556Z[ recovery-image] Sep 11 20:27:16.491 INFO O| Sep 11 20:27:16.491 INFO STEP 666 (remove_files) COMPLETE
77042026-09-11T20:27:17.557Z[ recovery-image] Sep 11 20:27:16.492 INFO O| Sep 11 20:27:16.491 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77052026-09-11T20:27:17.562Z[ recovery-image] Sep 11 20:27:16.500 INFO O| Sep 11 20:27:16.500 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1"
77062026-09-11T20:27:17.562Z[ recovery-image] Sep 11 20:27:16.500 INFO O| Sep 11 20:27:16.500 INFO STEP 667 (remove_files) COMPLETE
77072026-09-11T20:27:17.568Z[ recovery-image] Sep 11 20:27:16.500 INFO O| Sep 11 20:27:16.500 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77082026-09-11T20:27:17.573Z[ recovery-image] Sep 11 20:27:16.508 INFO O| Sep 11 20:27:16.508 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libseslog.so.1"
77092026-09-11T20:27:17.573Z[ recovery-image] Sep 11 20:27:16.508 INFO O| Sep 11 20:27:16.508 INFO STEP 668 (remove_files) COMPLETE
77102026-09-11T20:27:17.573Z[ recovery-image] Sep 11 20:27:16.508 INFO O| Sep 11 20:27:16.508 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77112026-09-11T20:27:17.579Z[ recovery-image] Sep 11 20:27:16.516 INFO O| Sep 11 20:27:16.516 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/AMD.dict"
77122026-09-11T20:27:17.579Z[ recovery-image] Sep 11 20:27:16.516 INFO O| Sep 11 20:27:16.516 INFO STEP 669 (remove_files) COMPLETE
77132026-09-11T20:27:17.579Z[ recovery-image] Sep 11 20:27:16.517 INFO O| Sep 11 20:27:16.516 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77142026-09-11T20:27:17.588Z[ recovery-image] Sep 11 20:27:16.526 INFO O| Sep 11 20:27:16.526 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict"
77152026-09-11T20:27:17.588Z[ recovery-image] Sep 11 20:27:16.526 INFO O| Sep 11 20:27:16.526 INFO STEP 670 (remove_files) COMPLETE
77162026-09-11T20:27:17.588Z[ recovery-image] Sep 11 20:27:16.526 INFO O| Sep 11 20:27:16.526 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77172026-09-11T20:27:17.597Z[ recovery-image] Sep 11 20:27:16.534 INFO O| Sep 11 20:27:16.534 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/GMCA.dict"
77182026-09-11T20:27:17.597Z[ recovery-image] Sep 11 20:27:16.534 INFO O| Sep 11 20:27:16.534 INFO STEP 671 (remove_files) COMPLETE
77192026-09-11T20:27:17.597Z[ recovery-image] Sep 11 20:27:16.534 INFO O| Sep 11 20:27:16.534 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77202026-09-11T20:27:17.605Z[ recovery-image] Sep 11 20:27:16.543 INFO O| Sep 11 20:27:16.543 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/INTEL.dict"
77212026-09-11T20:27:17.606Z[ recovery-image] Sep 11 20:27:16.543 INFO O| Sep 11 20:27:16.543 INFO STEP 672 (remove_files) COMPLETE
77222026-09-11T20:27:17.606Z[ recovery-image] Sep 11 20:27:16.543 INFO O| Sep 11 20:27:16.543 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77232026-09-11T20:27:17.615Z[ recovery-image] Sep 11 20:27:16.551 INFO O| Sep 11 20:27:16.551 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fminject"
77242026-09-11T20:27:17.615Z[ recovery-image] Sep 11 20:27:16.551 INFO O| Sep 11 20:27:16.551 INFO STEP 673 (remove_files) COMPLETE
77252026-09-11T20:27:17.615Z[ recovery-image] Sep 11 20:27:16.551 INFO O| Sep 11 20:27:16.551 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77262026-09-11T20:27:17.619Z[verify-libraries] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
77272026-09-11T20:27:17.622Z[ recovery-image] Sep 11 20:27:16.560 INFO O| Sep 11 20:27:16.560 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fmsim"
77282026-09-11T20:27:17.623Z[ recovery-image] Sep 11 20:27:16.560 INFO O| Sep 11 20:27:16.560 INFO STEP 674 (remove_files) COMPLETE
77292026-09-11T20:27:17.623Z[ recovery-image] Sep 11 20:27:16.560 INFO O| Sep 11 20:27:16.560 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77302026-09-11T20:27:17.631Z[ recovery-image] Sep 11 20:27:16.569 INFO O| Sep 11 20:27:16.569 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fmtopo"
77312026-09-11T20:27:17.632Z[ recovery-image] Sep 11 20:27:16.569 INFO O| Sep 11 20:27:16.569 INFO STEP 675 (remove_files) COMPLETE
77322026-09-11T20:27:17.632Z[ recovery-image] Sep 11 20:27:16.569 INFO O| Sep 11 20:27:16.569 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77332026-09-11T20:27:17.654Z[ recovery-image] Sep 11 20:27:16.579 INFO O| Sep 11 20:27:16.578 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/ipmitopo"
77342026-09-11T20:27:17.654Z[ recovery-image] Sep 11 20:27:16.579 INFO O| Sep 11 20:27:16.579 INFO STEP 676 (remove_files) COMPLETE
77352026-09-11T20:27:17.654Z[ recovery-image] Sep 11 20:27:16.579 INFO O| Sep 11 20:27:16.579 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77362026-09-11T20:27:17.659Z[ recovery-image] Sep 11 20:27:16.587 INFO O| Sep 11 20:27:16.587 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/mcdecode"
77372026-09-11T20:27:17.659Z[ recovery-image] Sep 11 20:27:16.587 INFO O| Sep 11 20:27:16.587 INFO STEP 677 (remove_files) COMPLETE
77382026-09-11T20:27:17.659Z[ recovery-image] Sep 11 20:27:16.587 INFO O| Sep 11 20:27:16.587 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77392026-09-11T20:27:17.662Z[ recovery-image] Sep 11 20:27:16.596 INFO O| Sep 11 20:27:16.596 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf"
77402026-09-11T20:27:17.663Z[ recovery-image] Sep 11 20:27:16.596 INFO O| Sep 11 20:27:16.596 INFO STEP 678 (remove_files) COMPLETE
77412026-09-11T20:27:17.663Z[ recovery-image] Sep 11 20:27:16.596 INFO O| Sep 11 20:27:16.596 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77422026-09-11T20:27:17.673Z[ recovery-image] Sep 11 20:27:16.608 INFO O| Sep 11 20:27:16.608 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so"
77432026-09-11T20:27:17.674Z[ recovery-image] Sep 11 20:27:16.608 INFO O| Sep 11 20:27:16.608 INFO STEP 679 (remove_files) COMPLETE
77442026-09-11T20:27:17.674Z[ recovery-image] Sep 11 20:27:16.608 INFO O| Sep 11 20:27:16.608 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77452026-09-11T20:27:17.693Z[ recovery-image] Sep 11 20:27:16.629 INFO O| Sep 11 20:27:16.629 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so"
77462026-09-11T20:27:17.693Z[ recovery-image] Sep 11 20:27:16.629 INFO O| Sep 11 20:27:16.629 INFO STEP 680 (remove_files) COMPLETE
77472026-09-11T20:27:17.698Z[ recovery-image] Sep 11 20:27:16.629 INFO O| Sep 11 20:27:16.629 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77482026-09-11T20:27:17.715Z[ recovery-image] Sep 11 20:27:16.653 INFO O| Sep 11 20:27:16.653 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so"
77492026-09-11T20:27:17.715Z[ recovery-image] Sep 11 20:27:16.653 INFO O| Sep 11 20:27:16.653 INFO STEP 681 (remove_files) COMPLETE
77502026-09-11T20:27:17.715Z[ recovery-image] Sep 11 20:27:16.653 INFO O| Sep 11 20:27:16.653 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77512026-09-11T20:27:17.741Z[ recovery-image] Sep 11 20:27:16.679 INFO O| Sep 11 20:27:16.679 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so"
77522026-09-11T20:27:17.741Z[ recovery-image] Sep 11 20:27:16.679 INFO O| Sep 11 20:27:16.679 INFO STEP 682 (remove_files) COMPLETE
77532026-09-11T20:27:17.741Z[ recovery-image] Sep 11 20:27:16.679 INFO O| Sep 11 20:27:16.679 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77542026-09-11T20:27:17.752Z[ recovery-image] Sep 11 20:27:16.690 INFO O| Sep 11 20:27:16.690 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so"
77552026-09-11T20:27:17.752Z[ recovery-image] Sep 11 20:27:16.690 INFO O| Sep 11 20:27:16.690 INFO STEP 683 (remove_files) COMPLETE
77562026-09-11T20:27:17.752Z[ recovery-image] Sep 11 20:27:16.690 INFO O| Sep 11 20:27:16.690 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77572026-09-11T20:27:17.762Z[ recovery-image] Sep 11 20:27:16.699 INFO O| Sep 11 20:27:16.698 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so"
77582026-09-11T20:27:17.763Z[ recovery-image] Sep 11 20:27:16.699 INFO O| Sep 11 20:27:16.699 INFO STEP 684 (remove_files) COMPLETE
77592026-09-11T20:27:17.763Z[ recovery-image] Sep 11 20:27:16.699 INFO O| Sep 11 20:27:16.699 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77602026-09-11T20:27:17.772Z[ recovery-image] Sep 11 20:27:16.709 INFO O| Sep 11 20:27:16.709 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so"
77612026-09-11T20:27:17.772Z[ recovery-image] Sep 11 20:27:16.709 INFO O| Sep 11 20:27:16.709 INFO STEP 685 (remove_files) COMPLETE
77622026-09-11T20:27:17.772Z[ recovery-image] Sep 11 20:27:16.709 INFO O| Sep 11 20:27:16.709 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77632026-09-11T20:27:17.782Z[ recovery-image] Sep 11 20:27:16.719 INFO O| Sep 11 20:27:16.719 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so"
77642026-09-11T20:27:17.782Z[ recovery-image] Sep 11 20:27:16.719 INFO O| Sep 11 20:27:16.719 INFO STEP 686 (remove_files) COMPLETE
77652026-09-11T20:27:17.787Z[ recovery-image] Sep 11 20:27:16.719 INFO O| Sep 11 20:27:16.719 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77662026-09-11T20:27:17.793Z[ recovery-image] Sep 11 20:27:16.729 INFO O| Sep 11 20:27:16.729 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so"
77672026-09-11T20:27:17.793Z[ recovery-image] Sep 11 20:27:16.729 INFO O| Sep 11 20:27:16.729 INFO STEP 687 (remove_files) COMPLETE
77682026-09-11T20:27:17.793Z[ recovery-image] Sep 11 20:27:16.729 INFO O| Sep 11 20:27:16.729 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77692026-09-11T20:27:17.801Z[ recovery-image] Sep 11 20:27:16.738 INFO O| Sep 11 20:27:16.738 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so"
77702026-09-11T20:27:17.801Z[ recovery-image] Sep 11 20:27:16.738 INFO O| Sep 11 20:27:16.738 INFO STEP 688 (remove_files) COMPLETE
77712026-09-11T20:27:17.816Z[ recovery-image] Sep 11 20:27:16.738 INFO O| Sep 11 20:27:16.738 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77722026-09-11T20:27:17.821Z[ recovery-image] Sep 11 20:27:16.747 INFO O| Sep 11 20:27:16.747 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so"
77732026-09-11T20:27:17.821Z[ recovery-image] Sep 11 20:27:16.747 INFO O| Sep 11 20:27:16.747 INFO STEP 689 (remove_files) COMPLETE
77742026-09-11T20:27:17.821Z[ recovery-image] Sep 11 20:27:16.747 INFO O| Sep 11 20:27:16.747 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77752026-09-11T20:27:17.821Z[ recovery-image] Sep 11 20:27:16.756 INFO O| Sep 11 20:27:16.756 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/cpu.so"
77762026-09-11T20:27:17.821Z[ recovery-image] Sep 11 20:27:16.756 INFO O| Sep 11 20:27:16.756 INFO STEP 690 (remove_files) COMPLETE
77772026-09-11T20:27:17.821Z[ recovery-image] Sep 11 20:27:16.756 INFO O| Sep 11 20:27:16.756 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77782026-09-11T20:27:17.826Z[ recovery-image] Sep 11 20:27:16.764 INFO O| Sep 11 20:27:16.764 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/dev.so"
77792026-09-11T20:27:17.827Z[ recovery-image] Sep 11 20:27:16.764 INFO O| Sep 11 20:27:16.764 INFO STEP 691 (remove_files) COMPLETE
77802026-09-11T20:27:17.827Z[ recovery-image] Sep 11 20:27:16.764 INFO O| Sep 11 20:27:16.764 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77812026-09-11T20:27:17.834Z[ recovery-image] Sep 11 20:27:16.772 INFO O| Sep 11 20:27:16.772 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/fmd.so"
77822026-09-11T20:27:17.835Z[ recovery-image] Sep 11 20:27:16.772 INFO O| Sep 11 20:27:16.772 INFO STEP 692 (remove_files) COMPLETE
77832026-09-11T20:27:17.835Z[ recovery-image] Sep 11 20:27:16.772 INFO O| Sep 11 20:27:16.772 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77842026-09-11T20:27:17.843Z[ recovery-image] Sep 11 20:27:16.780 INFO O| Sep 11 20:27:16.780 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/hc.so"
77852026-09-11T20:27:17.843Z[ recovery-image] Sep 11 20:27:16.780 INFO O| Sep 11 20:27:16.780 INFO STEP 693 (remove_files) COMPLETE
77862026-09-11T20:27:17.843Z[ recovery-image] Sep 11 20:27:16.780 INFO O| Sep 11 20:27:16.780 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77872026-09-11T20:27:17.852Z[ recovery-image] Sep 11 20:27:16.789 INFO O| Sep 11 20:27:16.789 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so"
77882026-09-11T20:27:17.852Z[ recovery-image] Sep 11 20:27:16.789 INFO O| Sep 11 20:27:16.789 INFO STEP 694 (remove_files) COMPLETE
77892026-09-11T20:27:17.852Z[ recovery-image] Sep 11 20:27:16.789 INFO O| Sep 11 20:27:16.789 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77902026-09-11T20:27:17.861Z[ recovery-image] Sep 11 20:27:16.798 INFO O| Sep 11 20:27:16.798 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/mem.so"
77912026-09-11T20:27:17.861Z[ recovery-image] Sep 11 20:27:16.798 INFO O| Sep 11 20:27:16.798 INFO STEP 695 (remove_files) COMPLETE
77922026-09-11T20:27:17.861Z[ recovery-image] Sep 11 20:27:16.798 INFO O| Sep 11 20:27:16.798 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77932026-09-11T20:27:17.870Z[ recovery-image] Sep 11 20:27:16.808 INFO O| Sep 11 20:27:16.808 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/mod.so"
77942026-09-11T20:27:17.870Z[ recovery-image] Sep 11 20:27:16.808 INFO O| Sep 11 20:27:16.808 INFO STEP 696 (remove_files) COMPLETE
77952026-09-11T20:27:17.870Z[ recovery-image] Sep 11 20:27:16.808 INFO O| Sep 11 20:27:16.808 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77962026-09-11T20:27:17.888Z[ recovery-image] Sep 11 20:27:16.818 INFO O| Sep 11 20:27:16.818 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/pkg.so"
77972026-09-11T20:27:17.888Z[ recovery-image] Sep 11 20:27:16.818 INFO O| Sep 11 20:27:16.818 INFO STEP 697 (remove_files) COMPLETE
77982026-09-11T20:27:17.888Z[ recovery-image] Sep 11 20:27:16.818 INFO O| Sep 11 20:27:16.818 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77992026-09-11T20:27:17.907Z[ recovery-image] Sep 11 20:27:16.844 INFO O| Sep 11 20:27:16.844 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/sw.so"
78002026-09-11T20:27:17.907Z[ recovery-image] Sep 11 20:27:16.844 INFO O| Sep 11 20:27:16.844 INFO STEP 698 (remove_files) COMPLETE
78012026-09-11T20:27:17.907Z[ recovery-image] Sep 11 20:27:16.844 INFO O| Sep 11 20:27:16.844 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78022026-09-11T20:27:17.915Z[ recovery-image] Sep 11 20:27:16.853 INFO O| Sep 11 20:27:16.853 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libdiskstatus.so.1"
78032026-09-11T20:27:17.915Z[ recovery-image] Sep 11 20:27:16.853 INFO O| Sep 11 20:27:16.853 INFO STEP 699 (remove_files) COMPLETE
78042026-09-11T20:27:17.915Z[ recovery-image] Sep 11 20:27:16.853 INFO O| Sep 11 20:27:16.853 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78052026-09-11T20:27:17.926Z[ recovery-image] Sep 11 20:27:16.861 INFO O| Sep 11 20:27:16.861 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_adm.so.1"
78062026-09-11T20:27:17.926Z[ recovery-image] Sep 11 20:27:16.861 INFO O| Sep 11 20:27:16.861 INFO STEP 700 (remove_files) COMPLETE
78072026-09-11T20:27:17.926Z[ recovery-image] Sep 11 20:27:16.861 INFO O| Sep 11 20:27:16.861 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78082026-09-11T20:27:17.935Z[ recovery-image] Sep 11 20:27:16.871 INFO O| Sep 11 20:27:16.871 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_log.so.1"
78092026-09-11T20:27:17.935Z[ recovery-image] Sep 11 20:27:16.871 INFO O| Sep 11 20:27:16.871 INFO STEP 701 (remove_files) COMPLETE
78102026-09-11T20:27:17.935Z[ recovery-image] Sep 11 20:27:16.871 INFO O| Sep 11 20:27:16.871 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78112026-09-11T20:27:17.943Z[ recovery-image] Sep 11 20:27:16.880 INFO O| Sep 11 20:27:16.880 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_snmp.so.1"
78122026-09-11T20:27:17.943Z[ recovery-image] Sep 11 20:27:16.880 INFO O| Sep 11 20:27:16.880 INFO STEP 702 (remove_files) COMPLETE
78132026-09-11T20:27:17.947Z[ recovery-image] Sep 11 20:27:16.880 INFO O| Sep 11 20:27:16.880 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78142026-09-11T20:27:17.952Z[ recovery-image] Sep 11 20:27:16.889 INFO O| Sep 11 20:27:16.889 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmnotify.so.1"
78152026-09-11T20:27:17.952Z[ recovery-image] Sep 11 20:27:16.889 INFO O| Sep 11 20:27:16.889 INFO STEP 703 (remove_files) COMPLETE
78162026-09-11T20:27:17.952Z[ recovery-image] Sep 11 20:27:16.889 INFO O| Sep 11 20:27:16.889 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78172026-09-11T20:27:17.961Z[ recovery-image] Sep 11 20:27:16.898 INFO O| Sep 11 20:27:16.898 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libseslog.so.1"
78182026-09-11T20:27:17.961Z[ recovery-image] Sep 11 20:27:16.898 INFO O| Sep 11 20:27:16.898 INFO STEP 704 (remove_files) COMPLETE
78192026-09-11T20:27:17.961Z[ recovery-image] Sep 11 20:27:16.898 INFO O| Sep 11 20:27:16.898 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78202026-09-11T20:27:18.014Z[ recovery-image] Sep 11 20:27:16.951 INFO O| Sep 11 20:27:16.951 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml"
78212026-09-11T20:27:18.014Z[ recovery-image] Sep 11 20:27:16.951 INFO O| Sep 11 20:27:16.951 INFO STEP 705 (remove_files) COMPLETE
78222026-09-11T20:27:18.014Z[ recovery-image] Sep 11 20:27:16.951 INFO O| Sep 11 20:27:16.951 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78232026-09-11T20:27:18.030Z[ recovery-image] Sep 11 20:27:16.967 INFO O| Sep 11 20:27:16.967 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/disk.so"
78242026-09-11T20:27:18.030Z[ recovery-image] Sep 11 20:27:16.967 INFO O| Sep 11 20:27:16.967 INFO STEP 706 (remove_files) COMPLETE
78252026-09-11T20:27:18.030Z[ recovery-image] Sep 11 20:27:16.967 INFO O| Sep 11 20:27:16.967 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78262026-09-11T20:27:18.048Z[ recovery-image] Sep 11 20:27:16.984 INFO O| Sep 11 20:27:16.984 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so"
78272026-09-11T20:27:18.048Z[ recovery-image] Sep 11 20:27:16.984 INFO O| Sep 11 20:27:16.984 INFO STEP 707 (remove_files) COMPLETE
78282026-09-11T20:27:18.048Z[ recovery-image] Sep 11 20:27:16.984 INFO O| Sep 11 20:27:16.984 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78292026-09-11T20:27:18.059Z[ recovery-image] Sep 11 20:27:16.996 INFO O| Sep 11 20:27:16.996 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so"
78302026-09-11T20:27:18.059Z[ recovery-image] Sep 11 20:27:16.996 INFO O| Sep 11 20:27:16.996 INFO STEP 708 (remove_files) COMPLETE
78312026-09-11T20:27:18.059Z[ recovery-image] Sep 11 20:27:16.996 INFO O| Sep 11 20:27:16.996 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78322026-09-11T20:27:18.072Z[ recovery-image] Sep 11 20:27:17.010 INFO O| Sep 11 20:27:17.010 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so"
78332026-09-11T20:27:18.072Z[ recovery-image] Sep 11 20:27:17.010 INFO O| Sep 11 20:27:17.010 INFO STEP 709 (remove_files) COMPLETE
78342026-09-11T20:27:18.072Z[ recovery-image] Sep 11 20:27:17.010 INFO O| Sep 11 20:27:17.010 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78352026-09-11T20:27:18.083Z[ recovery-image] Sep 11 20:27:17.020 INFO O| Sep 11 20:27:17.020 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/ipmi.so"
78362026-09-11T20:27:18.083Z[ recovery-image] Sep 11 20:27:17.020 INFO O| Sep 11 20:27:17.020 INFO STEP 710 (remove_files) COMPLETE
78372026-09-11T20:27:18.088Z[ recovery-image] Sep 11 20:27:17.020 INFO O| Sep 11 20:27:17.020 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78382026-09-11T20:27:18.110Z[verify-libraries] Compiling nexus-fm-slippy v0.1.0 (/work/oxidecomputer/omicron/nexus/fm/slippy)
78392026-09-11T20:27:18.117Z[ recovery-image] Sep 11 20:27:17.054 INFO O| Sep 11 20:27:17.052 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/nic.so"
78402026-09-11T20:27:18.117Z[ recovery-image] Sep 11 20:27:17.054 INFO O| Sep 11 20:27:17.052 INFO STEP 711 (remove_files) COMPLETE
78412026-09-11T20:27:18.117Z[ recovery-image] Sep 11 20:27:17.054 INFO O| Sep 11 20:27:17.052 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78422026-09-11T20:27:18.126Z[ recovery-image] Sep 11 20:27:17.063 INFO O| Sep 11 20:27:17.063 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/ses.so"
78432026-09-11T20:27:18.126Z[ recovery-image] Sep 11 20:27:17.063 INFO O| Sep 11 20:27:17.063 INFO STEP 712 (remove_files) COMPLETE
78442026-09-11T20:27:18.126Z[ recovery-image] Sep 11 20:27:17.063 INFO O| Sep 11 20:27:17.063 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78452026-09-11T20:27:18.136Z[ recovery-image] Sep 11 20:27:17.074 INFO O| Sep 11 20:27:17.073 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/smbios.so"
78462026-09-11T20:27:18.136Z[ recovery-image] Sep 11 20:27:17.074 INFO O| Sep 11 20:27:17.074 INFO STEP 713 (remove_files) COMPLETE
78472026-09-11T20:27:18.139Z[ recovery-image] Sep 11 20:27:17.074 INFO O| Sep 11 20:27:17.074 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78482026-09-11T20:27:18.146Z[ recovery-image] Sep 11 20:27:17.084 INFO O| Sep 11 20:27:17.084 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/usb.so"
78492026-09-11T20:27:18.146Z[ recovery-image] Sep 11 20:27:17.084 INFO O| Sep 11 20:27:17.084 INFO STEP 714 (remove_files) COMPLETE
78502026-09-11T20:27:18.146Z[ recovery-image] Sep 11 20:27:17.084 INFO O| Sep 11 20:27:17.084 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78512026-09-11T20:27:18.157Z[ recovery-image] Sep 11 20:27:17.092 INFO O| Sep 11 20:27:17.092 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/xfp.so"
78522026-09-11T20:27:18.157Z[ recovery-image] Sep 11 20:27:17.092 INFO O| Sep 11 20:27:17.092 INFO STEP 715 (remove_files) COMPLETE
78532026-09-11T20:27:18.157Z[ recovery-image] Sep 11 20:27:17.092 INFO O| Sep 11 20:27:17.092 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78542026-09-11T20:27:18.161Z[verify-libraries] Compiling samael v0.0.19
78552026-09-11T20:27:18.164Z[ recovery-image] Sep 11 20:27:17.101 INFO O| Sep 11 20:27:17.101 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/bootfs/mount"
78562026-09-11T20:27:18.164Z[ recovery-image] Sep 11 20:27:17.102 INFO O| Sep 11 20:27:17.102 INFO STEP 716 (remove_files) COMPLETE
78572026-09-11T20:27:18.164Z[ recovery-image] Sep 11 20:27:17.102 INFO O| Sep 11 20:27:17.102 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78582026-09-11T20:27:18.177Z[ recovery-image] Sep 11 20:27:17.114 INFO O| Sep 11 20:27:17.113 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/fstyp"
78592026-09-11T20:27:18.180Z[ recovery-image] Sep 11 20:27:17.114 INFO O| Sep 11 20:27:17.113 INFO STEP 717 (remove_files) COMPLETE
78602026-09-11T20:27:18.180Z[ recovery-image] Sep 11 20:27:17.114 INFO O| Sep 11 20:27:17.113 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78612026-09-11T20:27:18.186Z[ recovery-image] Sep 11 20:27:17.123 INFO O| Sep 11 20:27:17.123 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/fstyp.so.1"
78622026-09-11T20:27:18.186Z[ recovery-image] Sep 11 20:27:17.124 INFO O| Sep 11 20:27:17.124 INFO STEP 718 (remove_files) COMPLETE
78632026-09-11T20:27:18.186Z[ recovery-image] Sep 11 20:27:17.124 INFO O| Sep 11 20:27:17.124 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78642026-09-11T20:27:18.196Z[ recovery-image] Sep 11 20:27:17.133 INFO O| Sep 11 20:27:17.133 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/labelit"
78652026-09-11T20:27:18.196Z[ recovery-image] Sep 11 20:27:17.133 INFO O| Sep 11 20:27:17.133 INFO STEP 719 (remove_files) COMPLETE
78662026-09-11T20:27:18.196Z[ recovery-image] Sep 11 20:27:17.133 INFO O| Sep 11 20:27:17.133 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78672026-09-11T20:27:18.205Z[ recovery-image] Sep 11 20:27:17.143 INFO O| Sep 11 20:27:17.142 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/lofs/mount"
78682026-09-11T20:27:18.205Z[ recovery-image] Sep 11 20:27:17.143 INFO O| Sep 11 20:27:17.143 INFO STEP 720 (remove_files) COMPLETE
78692026-09-11T20:27:18.208Z[ recovery-image] Sep 11 20:27:17.143 INFO O| Sep 11 20:27:17.143 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78702026-09-11T20:27:18.217Z[ recovery-image] Sep 11 20:27:17.152 INFO O| Sep 11 20:27:17.152 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/mntfs/mount"
78712026-09-11T20:27:18.218Z[ recovery-image] Sep 11 20:27:17.152 INFO O| Sep 11 20:27:17.152 INFO STEP 721 (remove_files) COMPLETE
78722026-09-11T20:27:18.218Z[ recovery-image] Sep 11 20:27:17.152 INFO O| Sep 11 20:27:17.152 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78732026-09-11T20:27:18.223Z[ recovery-image] Sep 11 20:27:17.160 INFO O| Sep 11 20:27:17.160 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fsck"
78742026-09-11T20:27:18.223Z[ recovery-image] Sep 11 20:27:17.161 INFO O| Sep 11 20:27:17.160 INFO STEP 722 (remove_files) COMPLETE
78752026-09-11T20:27:18.223Z[ recovery-image] Sep 11 20:27:17.161 INFO O| Sep 11 20:27:17.161 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78762026-09-11T20:27:18.234Z[ recovery-image] Sep 11 20:27:17.171 INFO O| Sep 11 20:27:17.170 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fstyp"
78772026-09-11T20:27:18.234Z[ recovery-image] Sep 11 20:27:17.171 INFO O| Sep 11 20:27:17.171 INFO STEP 723 (remove_files) COMPLETE
78782026-09-11T20:27:18.234Z[ recovery-image] Sep 11 20:27:17.171 INFO O| Sep 11 20:27:17.171 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78792026-09-11T20:27:18.243Z[ recovery-image] Sep 11 20:27:17.180 INFO O| Sep 11 20:27:17.180 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fstyp.so.1"
78802026-09-11T20:27:18.243Z[ recovery-image] Sep 11 20:27:17.180 INFO O| Sep 11 20:27:17.180 INFO STEP 724 (remove_files) COMPLETE
78812026-09-11T20:27:18.247Z[ recovery-image] Sep 11 20:27:17.180 INFO O| Sep 11 20:27:17.180 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78822026-09-11T20:27:18.252Z[ recovery-image] Sep 11 20:27:17.190 INFO O| Sep 11 20:27:17.190 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/mkfs"
78832026-09-11T20:27:18.252Z[ recovery-image] Sep 11 20:27:17.190 INFO O| Sep 11 20:27:17.190 INFO STEP 725 (remove_files) COMPLETE
78842026-09-11T20:27:18.252Z[ recovery-image] Sep 11 20:27:17.190 INFO O| Sep 11 20:27:17.190 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78852026-09-11T20:27:18.262Z[ recovery-image] Sep 11 20:27:17.199 INFO O| Sep 11 20:27:17.199 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/mount"
78862026-09-11T20:27:18.262Z[ recovery-image] Sep 11 20:27:17.199 INFO O| Sep 11 20:27:17.199 INFO STEP 726 (remove_files) COMPLETE
78872026-09-11T20:27:18.262Z[ recovery-image] Sep 11 20:27:17.199 INFO O| Sep 11 20:27:17.199 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78882026-09-11T20:27:18.273Z[ recovery-image] Sep 11 20:27:17.209 INFO O| Sep 11 20:27:17.209 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/sharefs/mount"
78892026-09-11T20:27:18.277Z[ recovery-image] Sep 11 20:27:17.212 INFO O| Sep 11 20:27:17.210 INFO STEP 727 (remove_files) COMPLETE
78902026-09-11T20:27:18.277Z[ recovery-image] Sep 11 20:27:17.212 INFO O| Sep 11 20:27:17.210 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78912026-09-11T20:27:18.283Z[ recovery-image] Sep 11 20:27:17.219 INFO O| Sep 11 20:27:17.219 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1"
78922026-09-11T20:27:18.283Z[ recovery-image] Sep 11 20:27:17.219 INFO O| Sep 11 20:27:17.219 INFO STEP 728 (remove_files) COMPLETE
78932026-09-11T20:27:18.284Z[ recovery-image] Sep 11 20:27:17.219 INFO O| Sep 11 20:27:17.219 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78942026-09-11T20:27:18.292Z[ recovery-image] Sep 11 20:27:17.229 INFO O| Sep 11 20:27:17.229 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smb/libshare_smb.so.1"
78952026-09-11T20:27:18.292Z[ recovery-image] Sep 11 20:27:17.229 INFO O| Sep 11 20:27:17.229 INFO STEP 729 (remove_files) COMPLETE
78962026-09-11T20:27:18.292Z[ recovery-image] Sep 11 20:27:17.229 INFO O| Sep 11 20:27:17.229 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78972026-09-11T20:27:18.303Z[ recovery-image] Sep 11 20:27:17.239 INFO O| Sep 11 20:27:17.238 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1"
78982026-09-11T20:27:18.303Z[ recovery-image] Sep 11 20:27:17.239 INFO O| Sep 11 20:27:17.239 INFO STEP 730 (remove_files) COMPLETE
78992026-09-11T20:27:18.303Z[ recovery-image] Sep 11 20:27:17.239 INFO O| Sep 11 20:27:17.239 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79002026-09-11T20:27:18.310Z[ recovery-image] Sep 11 20:27:17.248 INFO O| Sep 11 20:27:17.248 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/dfshares"
79012026-09-11T20:27:18.317Z[ recovery-image] Sep 11 20:27:17.249 INFO O| Sep 11 20:27:17.249 INFO STEP 731 (remove_files) COMPLETE
79022026-09-11T20:27:18.317Z[ recovery-image] Sep 11 20:27:17.249 INFO O| Sep 11 20:27:17.249 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79032026-09-11T20:27:18.325Z[ recovery-image] Sep 11 20:27:17.260 INFO O| Sep 11 20:27:17.260 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1"
79042026-09-11T20:27:18.325Z[ recovery-image] Sep 11 20:27:17.260 INFO O| Sep 11 20:27:17.260 INFO STEP 732 (remove_files) COMPLETE
79052026-09-11T20:27:18.334Z[ recovery-image] Sep 11 20:27:17.260 INFO O| Sep 11 20:27:17.260 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79062026-09-11T20:27:18.334Z[verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
79072026-09-11T20:27:18.340Z[ recovery-image] Sep 11 20:27:17.271 INFO O| Sep 11 20:27:17.270 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/mount"
79082026-09-11T20:27:18.340Z[ recovery-image] Sep 11 20:27:17.271 INFO O| Sep 11 20:27:17.271 INFO STEP 733 (remove_files) COMPLETE
79092026-09-11T20:27:18.340Z[ recovery-image] Sep 11 20:27:17.271 INFO O| Sep 11 20:27:17.271 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79102026-09-11T20:27:18.343Z[ recovery-image] Sep 11 20:27:17.280 INFO O| Sep 11 20:27:17.280 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/share"
79112026-09-11T20:27:18.343Z[ recovery-image] Sep 11 20:27:17.280 INFO O| Sep 11 20:27:17.280 INFO STEP 734 (remove_files) COMPLETE
79122026-09-11T20:27:18.343Z[ recovery-image] Sep 11 20:27:17.280 INFO O| Sep 11 20:27:17.280 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79132026-09-11T20:27:18.358Z[ recovery-image] Sep 11 20:27:17.290 INFO O| Sep 11 20:27:17.290 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/umount"
79142026-09-11T20:27:18.358Z[ recovery-image] Sep 11 20:27:17.290 INFO O| Sep 11 20:27:17.290 INFO STEP 735 (remove_files) COMPLETE
79152026-09-11T20:27:18.358Z[ recovery-image] Sep 11 20:27:17.290 INFO O| Sep 11 20:27:17.290 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79162026-09-11T20:27:18.364Z[ recovery-image] Sep 11 20:27:17.301 INFO O| Sep 11 20:27:17.301 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/unshare"
79172026-09-11T20:27:18.364Z[ recovery-image] Sep 11 20:27:17.301 INFO O| Sep 11 20:27:17.301 INFO STEP 736 (remove_files) COMPLETE
79182026-09-11T20:27:18.364Z[ recovery-image] Sep 11 20:27:17.301 INFO O| Sep 11 20:27:17.301 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79192026-09-11T20:27:18.374Z[ recovery-image] Sep 11 20:27:17.312 INFO O| Sep 11 20:27:17.312 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/clri"
79202026-09-11T20:27:18.374Z[ recovery-image] Sep 11 20:27:17.312 INFO O| Sep 11 20:27:17.312 INFO STEP 737 (remove_files) COMPLETE
79212026-09-11T20:27:18.374Z[ recovery-image] Sep 11 20:27:17.312 INFO O| Sep 11 20:27:17.312 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79222026-09-11T20:27:18.385Z[ recovery-image] Sep 11 20:27:17.323 INFO O| Sep 11 20:27:17.323 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/dcopy"
79232026-09-11T20:27:18.385Z[ recovery-image] Sep 11 20:27:17.323 INFO O| Sep 11 20:27:17.323 INFO STEP 738 (remove_files) COMPLETE
79242026-09-11T20:27:18.385Z[ recovery-image] Sep 11 20:27:17.323 INFO O| Sep 11 20:27:17.323 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79252026-09-11T20:27:18.396Z[ recovery-image] Sep 11 20:27:17.333 INFO O| Sep 11 20:27:17.333 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/df"
79262026-09-11T20:27:18.396Z[ recovery-image] Sep 11 20:27:17.333 INFO O| Sep 11 20:27:17.333 INFO STEP 739 (remove_files) COMPLETE
79272026-09-11T20:27:18.396Z[ recovery-image] Sep 11 20:27:17.333 INFO O| Sep 11 20:27:17.333 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79282026-09-11T20:27:18.406Z[ recovery-image] Sep 11 20:27:17.342 INFO O| Sep 11 20:27:17.342 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/edquota"
79292026-09-11T20:27:18.406Z[ recovery-image] Sep 11 20:27:17.342 INFO O| Sep 11 20:27:17.342 INFO STEP 740 (remove_files) COMPLETE
79302026-09-11T20:27:18.406Z[ recovery-image] Sep 11 20:27:17.342 INFO O| Sep 11 20:27:17.342 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79312026-09-11T20:27:18.417Z[ recovery-image] Sep 11 20:27:17.350 INFO O| Sep 11 20:27:17.350 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ff"
79322026-09-11T20:27:18.417Z[ recovery-image] Sep 11 20:27:17.350 INFO O| Sep 11 20:27:17.350 INFO STEP 741 (remove_files) COMPLETE
79332026-09-11T20:27:18.417Z[ recovery-image] Sep 11 20:27:17.350 INFO O| Sep 11 20:27:17.350 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79342026-09-11T20:27:18.422Z[ recovery-image] Sep 11 20:27:17.359 INFO O| Sep 11 20:27:17.359 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsck"
79352026-09-11T20:27:18.422Z[ recovery-image] Sep 11 20:27:17.359 INFO O| Sep 11 20:27:17.359 INFO STEP 742 (remove_files) COMPLETE
79362026-09-11T20:27:18.422Z[ recovery-image] Sep 11 20:27:17.359 INFO O| Sep 11 20:27:17.359 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79372026-09-11T20:27:18.430Z[ recovery-image] Sep 11 20:27:17.368 INFO O| Sep 11 20:27:17.368 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsckall"
79382026-09-11T20:27:18.430Z[ recovery-image] Sep 11 20:27:17.368 INFO O| Sep 11 20:27:17.368 INFO STEP 743 (remove_files) COMPLETE
79392026-09-11T20:27:18.430Z[ recovery-image] Sep 11 20:27:17.368 INFO O| Sep 11 20:27:17.368 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79402026-09-11T20:27:18.442Z[ recovery-image] Sep 11 20:27:17.379 INFO O| Sep 11 20:27:17.379 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsdb"
79412026-09-11T20:27:18.442Z[ recovery-image] Sep 11 20:27:17.379 INFO O| Sep 11 20:27:17.379 INFO STEP 744 (remove_files) COMPLETE
79422026-09-11T20:27:18.442Z[ recovery-image] Sep 11 20:27:17.379 INFO O| Sep 11 20:27:17.379 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79432026-09-11T20:27:18.455Z[ recovery-image] Sep 11 20:27:17.392 INFO O| Sep 11 20:27:17.392 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsirand"
79442026-09-11T20:27:18.455Z[ recovery-image] Sep 11 20:27:17.392 INFO O| Sep 11 20:27:17.392 INFO STEP 745 (remove_files) COMPLETE
79452026-09-11T20:27:18.455Z[ recovery-image] Sep 11 20:27:17.392 INFO O| Sep 11 20:27:17.392 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79462026-09-11T20:27:18.465Z[ recovery-image] Sep 11 20:27:17.403 INFO O| Sep 11 20:27:17.403 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fssnap"
79472026-09-11T20:27:18.465Z[ recovery-image] Sep 11 20:27:17.403 INFO O| Sep 11 20:27:17.403 INFO STEP 746 (remove_files) COMPLETE
79482026-09-11T20:27:18.465Z[ recovery-image] Sep 11 20:27:17.403 INFO O| Sep 11 20:27:17.403 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79492026-09-11T20:27:18.478Z[ recovery-image] Sep 11 20:27:17.412 INFO O| Sep 11 20:27:17.412 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fstyp"
79502026-09-11T20:27:18.478Z[ recovery-image] Sep 11 20:27:17.412 INFO O| Sep 11 20:27:17.412 INFO STEP 747 (remove_files) COMPLETE
79512026-09-11T20:27:18.478Z[ recovery-image] Sep 11 20:27:17.412 INFO O| Sep 11 20:27:17.412 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79522026-09-11T20:27:18.484Z[ recovery-image] Sep 11 20:27:17.422 INFO O| Sep 11 20:27:17.422 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fstyp.so.1"
79532026-09-11T20:27:18.484Z[ recovery-image] Sep 11 20:27:17.422 INFO O| Sep 11 20:27:17.422 INFO STEP 748 (remove_files) COMPLETE
79542026-09-11T20:27:18.485Z[ recovery-image] Sep 11 20:27:17.422 INFO O| Sep 11 20:27:17.422 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79552026-09-11T20:27:18.494Z[ recovery-image] Sep 11 20:27:17.432 INFO O| Sep 11 20:27:17.432 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/labelit"
79562026-09-11T20:27:18.494Z[ recovery-image] Sep 11 20:27:17.432 INFO O| Sep 11 20:27:17.432 INFO STEP 749 (remove_files) COMPLETE
79572026-09-11T20:27:18.498Z[ recovery-image] Sep 11 20:27:17.432 INFO O| Sep 11 20:27:17.432 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79582026-09-11T20:27:18.506Z[ recovery-image] Sep 11 20:27:17.442 INFO O| Sep 11 20:27:17.442 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/lockfs"
79592026-09-11T20:27:18.506Z[ recovery-image] Sep 11 20:27:17.442 INFO O| Sep 11 20:27:17.442 INFO STEP 750 (remove_files) COMPLETE
79602026-09-11T20:27:18.524Z[ recovery-image] Sep 11 20:27:17.442 INFO O| Sep 11 20:27:17.442 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79612026-09-11T20:27:18.524Z[ recovery-image] Sep 11 20:27:17.451 INFO O| Sep 11 20:27:17.451 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/mkfs"
79622026-09-11T20:27:18.524Z[ recovery-image] Sep 11 20:27:17.451 INFO O| Sep 11 20:27:17.451 INFO STEP 751 (remove_files) COMPLETE
79632026-09-11T20:27:18.524Z[ recovery-image] Sep 11 20:27:17.451 INFO O| Sep 11 20:27:17.451 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79642026-09-11T20:27:18.545Z[verify-libraries] Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
79652026-09-11T20:27:18.545Z[ recovery-image] Sep 11 20:27:17.462 INFO O| Sep 11 20:27:17.462 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ncheck"
79662026-09-11T20:27:18.545Z[ recovery-image] Sep 11 20:27:17.462 INFO O| Sep 11 20:27:17.462 INFO STEP 752 (remove_files) COMPLETE
79672026-09-11T20:27:18.545Z[ recovery-image] Sep 11 20:27:17.462 INFO O| Sep 11 20:27:17.462 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79682026-09-11T20:27:18.545Z[ recovery-image] Sep 11 20:27:17.472 INFO O| Sep 11 20:27:17.471 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/newfs"
79692026-09-11T20:27:18.545Z[ recovery-image] Sep 11 20:27:17.472 INFO O| Sep 11 20:27:17.472 INFO STEP 753 (remove_files) COMPLETE
79702026-09-11T20:27:18.545Z[ recovery-image] Sep 11 20:27:17.472 INFO O| Sep 11 20:27:17.472 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79712026-09-11T20:27:18.554Z[ recovery-image] Sep 11 20:27:17.483 INFO O| Sep 11 20:27:17.482 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quot"
79722026-09-11T20:27:18.554Z[ recovery-image] Sep 11 20:27:17.483 INFO O| Sep 11 20:27:17.483 INFO STEP 754 (remove_files) COMPLETE
79732026-09-11T20:27:18.554Z[ recovery-image] Sep 11 20:27:17.483 INFO O| Sep 11 20:27:17.483 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79742026-09-11T20:27:18.564Z[ recovery-image] Sep 11 20:27:17.492 INFO O| Sep 11 20:27:17.492 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotacheck"
79752026-09-11T20:27:18.564Z[ recovery-image] Sep 11 20:27:17.492 INFO O| Sep 11 20:27:17.492 INFO STEP 755 (remove_files) COMPLETE
79762026-09-11T20:27:18.564Z[ recovery-image] Sep 11 20:27:17.492 INFO O| Sep 11 20:27:17.492 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79772026-09-11T20:27:18.570Z[ recovery-image] Sep 11 20:27:17.502 INFO O| Sep 11 20:27:17.502 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotaoff"
79782026-09-11T20:27:18.570Z[ recovery-image] Sep 11 20:27:17.502 INFO O| Sep 11 20:27:17.502 INFO STEP 756 (remove_files) COMPLETE
79792026-09-11T20:27:18.571Z[ recovery-image] Sep 11 20:27:17.502 INFO O| Sep 11 20:27:17.502 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79802026-09-11T20:27:18.574Z[ recovery-image] Sep 11 20:27:17.512 INFO O| Sep 11 20:27:17.512 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotaon"
79812026-09-11T20:27:18.575Z[ recovery-image] Sep 11 20:27:17.512 INFO O| Sep 11 20:27:17.512 INFO STEP 757 (remove_files) COMPLETE
79822026-09-11T20:27:18.575Z[ recovery-image] Sep 11 20:27:17.512 INFO O| Sep 11 20:27:17.512 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79832026-09-11T20:27:18.581Z[verify-libraries] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
79842026-09-11T20:27:18.588Z[ recovery-image] Sep 11 20:27:17.522 INFO O| Sep 11 20:27:17.522 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/repquota"
79852026-09-11T20:27:18.588Z[ recovery-image] Sep 11 20:27:17.522 INFO O| Sep 11 20:27:17.522 INFO STEP 758 (remove_files) COMPLETE
79862026-09-11T20:27:18.588Z[ recovery-image] Sep 11 20:27:17.522 INFO O| Sep 11 20:27:17.522 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79872026-09-11T20:27:18.594Z[ recovery-image] Sep 11 20:27:17.531 INFO O| Sep 11 20:27:17.531 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/tunefs"
79882026-09-11T20:27:18.594Z[ recovery-image] Sep 11 20:27:17.532 INFO O| Sep 11 20:27:17.532 INFO STEP 759 (remove_files) COMPLETE
79892026-09-11T20:27:18.594Z[ recovery-image] Sep 11 20:27:17.532 INFO O| Sep 11 20:27:17.532 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79902026-09-11T20:27:18.606Z[ recovery-image] Sep 11 20:27:17.542 INFO O| Sep 11 20:27:17.542 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ufsdump"
79912026-09-11T20:27:18.610Z[ recovery-image] Sep 11 20:27:17.542 INFO O| Sep 11 20:27:17.542 INFO STEP 760 (remove_files) COMPLETE
79922026-09-11T20:27:18.610Z[ recovery-image] Sep 11 20:27:17.542 INFO O| Sep 11 20:27:17.542 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79932026-09-11T20:27:18.619Z[ recovery-image] Sep 11 20:27:17.552 INFO O| Sep 11 20:27:17.552 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ufsrestore"
79942026-09-11T20:27:18.619Z[ recovery-image] Sep 11 20:27:17.552 INFO O| Sep 11 20:27:17.552 INFO STEP 761 (remove_files) COMPLETE
79952026-09-11T20:27:18.622Z[ recovery-image] Sep 11 20:27:17.552 INFO O| Sep 11 20:27:17.552 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79962026-09-11T20:27:18.626Z[ recovery-image] Sep 11 20:27:17.561 INFO O| Sep 11 20:27:17.561 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/volcopy"
79972026-09-11T20:27:18.626Z[ recovery-image] Sep 11 20:27:17.561 INFO O| Sep 11 20:27:17.561 INFO STEP 762 (remove_files) COMPLETE
79982026-09-11T20:27:18.626Z[ recovery-image] Sep 11 20:27:17.561 INFO O| Sep 11 20:27:17.561 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79992026-09-11T20:27:18.632Z[ recovery-image] Sep 11 20:27:17.570 INFO O| Sep 11 20:27:17.570 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/dh1024-0.so.1"
80002026-09-11T20:27:18.632Z[ recovery-image] Sep 11 20:27:17.570 INFO O| Sep 11 20:27:17.570 INFO STEP 763 (remove_files) COMPLETE
80012026-09-11T20:27:18.632Z[ recovery-image] Sep 11 20:27:17.570 INFO O| Sep 11 20:27:17.570 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80022026-09-11T20:27:18.641Z[ recovery-image] Sep 11 20:27:17.579 INFO O| Sep 11 20:27:17.579 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/dh640-0.so.1"
80032026-09-11T20:27:18.641Z[ recovery-image] Sep 11 20:27:17.579 INFO O| Sep 11 20:27:17.579 INFO STEP 764 (remove_files) COMPLETE
80042026-09-11T20:27:18.641Z[ recovery-image] Sep 11 20:27:17.579 INFO O| Sep 11 20:27:17.579 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80052026-09-11T20:27:18.650Z[ recovery-image] Sep 11 20:27:17.587 INFO O| Sep 11 20:27:17.587 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/gsscred_clean"
80062026-09-11T20:27:18.650Z[ recovery-image] Sep 11 20:27:17.587 INFO O| Sep 11 20:27:17.587 INFO STEP 765 (remove_files) COMPLETE
80072026-09-11T20:27:18.650Z[ recovery-image] Sep 11 20:27:17.587 INFO O| Sep 11 20:27:17.587 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80082026-09-11T20:27:18.660Z[ recovery-image] Sep 11 20:27:17.596 INFO O| Sep 11 20:27:17.596 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/gssd"
80092026-09-11T20:27:18.660Z[ recovery-image] Sep 11 20:27:17.596 INFO O| Sep 11 20:27:17.596 INFO STEP 766 (remove_files) COMPLETE
80102026-09-11T20:27:18.660Z[ recovery-image] Sep 11 20:27:17.596 INFO O| Sep 11 20:27:17.596 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80112026-09-11T20:27:18.664Z[verify-libraries] Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
80122026-09-11T20:27:18.668Z[ recovery-image] Sep 11 20:27:17.605 INFO O| Sep 11 20:27:17.605 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_dh.so.1"
80132026-09-11T20:27:18.668Z[ recovery-image] Sep 11 20:27:17.605 INFO O| Sep 11 20:27:17.605 INFO STEP 767 (remove_files) COMPLETE
80142026-09-11T20:27:18.668Z[ recovery-image] Sep 11 20:27:17.605 INFO O| Sep 11 20:27:17.605 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80152026-09-11T20:27:18.684Z[ recovery-image] Sep 11 20:27:17.617 INFO O| Sep 11 20:27:17.616 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_krb5.so.1"
80162026-09-11T20:27:18.685Z[ recovery-image] Sep 11 20:27:17.617 INFO O| Sep 11 20:27:17.617 INFO STEP 768 (remove_files) COMPLETE
80172026-09-11T20:27:18.685Z[ recovery-image] Sep 11 20:27:17.617 INFO O| Sep 11 20:27:17.617 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80182026-09-11T20:27:18.689Z[ recovery-image] Sep 11 20:27:17.627 INFO O| Sep 11 20:27:17.627 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_spnego.so.1"
80192026-09-11T20:27:18.690Z[ recovery-image] Sep 11 20:27:17.627 INFO O| Sep 11 20:27:17.627 INFO STEP 769 (remove_files) COMPLETE
80202026-09-11T20:27:18.695Z[ recovery-image] Sep 11 20:27:17.627 INFO O| Sep 11 20:27:17.627 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80212026-09-11T20:27:18.700Z[ recovery-image] Sep 11 20:27:17.637 INFO O| Sep 11 20:27:17.637 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/amd64/in.iked"
80222026-09-11T20:27:18.700Z[ recovery-image] Sep 11 20:27:17.637 INFO O| Sep 11 20:27:17.637 INFO STEP 770 (remove_files) COMPLETE
80232026-09-11T20:27:18.700Z[ recovery-image] Sep 11 20:27:17.637 INFO O| Sep 11 20:27:17.637 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80242026-09-11T20:27:18.709Z[ recovery-image] Sep 11 20:27:17.647 INFO O| Sep 11 20:27:17.646 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certdb"
80252026-09-11T20:27:18.709Z[ recovery-image] Sep 11 20:27:17.647 INFO O| Sep 11 20:27:17.647 INFO STEP 771 (remove_files) COMPLETE
80262026-09-11T20:27:18.709Z[ recovery-image] Sep 11 20:27:17.647 INFO O| Sep 11 20:27:17.647 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80272026-09-11T20:27:18.720Z[ recovery-image] Sep 11 20:27:17.658 INFO O| Sep 11 20:27:17.657 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certlocal"
80282026-09-11T20:27:18.720Z[ recovery-image] Sep 11 20:27:17.658 INFO O| Sep 11 20:27:17.658 INFO STEP 772 (remove_files) COMPLETE
80292026-09-11T20:27:18.720Z[ recovery-image] Sep 11 20:27:17.658 INFO O| Sep 11 20:27:17.658 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80302026-09-11T20:27:18.732Z[ recovery-image] Sep 11 20:27:17.667 INFO O| Sep 11 20:27:17.667 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certrldb"
80312026-09-11T20:27:18.732Z[ recovery-image] Sep 11 20:27:17.667 INFO O| Sep 11 20:27:17.667 INFO STEP 773 (remove_files) COMPLETE
80322026-09-11T20:27:18.736Z[ recovery-image] Sep 11 20:27:17.667 INFO O| Sep 11 20:27:17.667 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80332026-09-11T20:27:18.739Z[ recovery-image] Sep 11 20:27:17.677 INFO O| Sep 11 20:27:17.677 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/in.iked"
80342026-09-11T20:27:18.739Z[ recovery-image] Sep 11 20:27:17.677 INFO O| Sep 11 20:27:17.677 INFO STEP 774 (remove_files) COMPLETE
80352026-09-11T20:27:18.739Z[ recovery-image] Sep 11 20:27:17.677 INFO O| Sep 11 20:27:17.677 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80362026-09-11T20:27:18.751Z[ recovery-image] Sep 11 20:27:17.688 INFO O| Sep 11 20:27:17.688 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/in.ripngd"
80372026-09-11T20:27:18.755Z[ recovery-image] Sep 11 20:27:17.689 INFO O| Sep 11 20:27:17.689 INFO STEP 775 (remove_files) COMPLETE
80382026-09-11T20:27:18.755Z[ recovery-image] Sep 11 20:27:17.689 INFO O| Sep 11 20:27:17.689 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80392026-09-11T20:27:18.762Z[ recovery-image] Sep 11 20:27:17.700 INFO O| Sep 11 20:27:17.699 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/inetd"
80402026-09-11T20:27:18.762Z[ recovery-image] Sep 11 20:27:17.700 INFO O| Sep 11 20:27:17.700 INFO STEP 776 (remove_files) COMPLETE
80412026-09-11T20:27:18.762Z[ recovery-image] Sep 11 20:27:17.700 INFO O| Sep 11 20:27:17.700 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80422026-09-11T20:27:18.819Z[ recovery-image] Sep 11 20:27:17.709 INFO O| Sep 11 20:27:17.709 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1"
80432026-09-11T20:27:18.819Z[ recovery-image] Sep 11 20:27:17.709 INFO O| Sep 11 20:27:17.709 INFO STEP 777 (remove_files) COMPLETE
80442026-09-11T20:27:18.819Z[ recovery-image] Sep 11 20:27:17.709 INFO O| Sep 11 20:27:17.709 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80452026-09-11T20:27:18.819Z[ recovery-image] Sep 11 20:27:17.718 INFO O| Sep 11 20:27:17.718 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/ktkt_warnd"
80462026-09-11T20:27:18.819Z[ recovery-image] Sep 11 20:27:17.718 INFO O| Sep 11 20:27:17.718 INFO STEP 778 (remove_files) COMPLETE
80472026-09-11T20:27:18.819Z[ recovery-image] Sep 11 20:27:17.718 INFO O| Sep 11 20:27:17.718 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80482026-09-11T20:27:18.819Z[ recovery-image] Sep 11 20:27:17.727 INFO O| Sep 11 20:27:17.727 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/libkadm5clnt.so.1"
80492026-09-11T20:27:18.819Z[ recovery-image] Sep 11 20:27:17.727 INFO O| Sep 11 20:27:17.727 INFO STEP 779 (remove_files) COMPLETE
80502026-09-11T20:27:18.820Z[ recovery-image] Sep 11 20:27:17.727 INFO O| Sep 11 20:27:17.727 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80512026-09-11T20:27:18.820Z[ recovery-image] Sep 11 20:27:17.737 INFO O| Sep 11 20:27:17.737 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/libss.so.1"
80522026-09-11T20:27:18.821Z[ recovery-image] Sep 11 20:27:17.737 INFO O| Sep 11 20:27:17.737 INFO STEP 780 (remove_files) COMPLETE
80532026-09-11T20:27:18.822Z[ recovery-image] Sep 11 20:27:17.737 INFO O| Sep 11 20:27:17.737 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80542026-09-11T20:27:18.822Z[ recovery-image] Sep 11 20:27:17.752 INFO O| Sep 11 20:27:17.747 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1"
80552026-09-11T20:27:18.822Z[ recovery-image] Sep 11 20:27:17.752 INFO O| Sep 11 20:27:17.747 INFO STEP 781 (remove_files) COMPLETE
80562026-09-11T20:27:18.822Z[ recovery-image] Sep 11 20:27:17.752 INFO O| Sep 11 20:27:17.747 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80572026-09-11T20:27:18.827Z[ recovery-image] Sep 11 20:27:17.762 INFO O| Sep 11 20:27:17.762 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.above4G"
80582026-09-11T20:27:18.827Z[ recovery-image] Sep 11 20:27:17.762 INFO O| Sep 11 20:27:17.762 INFO STEP 782 (remove_files) COMPLETE
80592026-09-11T20:27:18.827Z[ recovery-image] Sep 11 20:27:17.762 INFO O| Sep 11 20:27:17.762 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80602026-09-11T20:27:18.836Z[ recovery-image] Sep 11 20:27:17.773 INFO O| Sep 11 20:27:17.772 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.below4G"
80612026-09-11T20:27:18.836Z[ recovery-image] Sep 11 20:27:17.773 INFO O| Sep 11 20:27:17.772 INFO STEP 783 (remove_files) COMPLETE
80622026-09-11T20:27:18.836Z[ recovery-image] Sep 11 20:27:17.773 INFO O| Sep 11 20:27:17.772 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80632026-09-11T20:27:18.844Z[ recovery-image] Sep 11 20:27:17.781 INFO O| Sep 11 20:27:17.781 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.bssalign"
80642026-09-11T20:27:18.844Z[ recovery-image] Sep 11 20:27:17.781 INFO O| Sep 11 20:27:17.781 INFO STEP 784 (remove_files) COMPLETE
80652026-09-11T20:27:18.849Z[ recovery-image] Sep 11 20:27:17.781 INFO O| Sep 11 20:27:17.781 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80662026-09-11T20:27:18.853Z[ recovery-image] Sep 11 20:27:17.790 INFO O| Sep 11 20:27:17.790 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.default"
80672026-09-11T20:27:18.853Z[ recovery-image] Sep 11 20:27:17.790 INFO O| Sep 11 20:27:17.790 INFO STEP 785 (remove_files) COMPLETE
80682026-09-11T20:27:18.853Z[ recovery-image] Sep 11 20:27:17.790 INFO O| Sep 11 20:27:17.790 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80692026-09-11T20:27:18.865Z[ recovery-image] Sep 11 20:27:17.802 INFO O| Sep 11 20:27:17.802 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.execdata"
80702026-09-11T20:27:18.865Z[ recovery-image] Sep 11 20:27:17.802 INFO O| Sep 11 20:27:17.802 INFO STEP 786 (remove_files) COMPLETE
80712026-09-11T20:27:18.865Z[ recovery-image] Sep 11 20:27:17.802 INFO O| Sep 11 20:27:17.802 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80722026-09-11T20:27:18.875Z[ recovery-image] Sep 11 20:27:17.813 INFO O| Sep 11 20:27:17.813 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.filter"
80732026-09-11T20:27:18.875Z[ recovery-image] Sep 11 20:27:17.813 INFO O| Sep 11 20:27:17.813 INFO STEP 787 (remove_files) COMPLETE
80742026-09-11T20:27:18.881Z[ recovery-image] Sep 11 20:27:17.813 INFO O| Sep 11 20:27:17.813 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80752026-09-11T20:27:18.887Z[ recovery-image] Sep 11 20:27:17.824 INFO O| Sep 11 20:27:17.824 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexbss"
80762026-09-11T20:27:18.887Z[ recovery-image] Sep 11 20:27:17.824 INFO O| Sep 11 20:27:17.824 INFO STEP 788 (remove_files) COMPLETE
80772026-09-11T20:27:18.887Z[ recovery-image] Sep 11 20:27:17.824 INFO O| Sep 11 20:27:17.824 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80782026-09-11T20:27:18.900Z[ recovery-image] Sep 11 20:27:17.837 INFO O| Sep 11 20:27:17.836 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexdata"
80792026-09-11T20:27:18.901Z[ recovery-image] Sep 11 20:27:17.837 INFO O| Sep 11 20:27:17.837 INFO STEP 789 (remove_files) COMPLETE
80802026-09-11T20:27:18.901Z[ recovery-image] Sep 11 20:27:17.837 INFO O| Sep 11 20:27:17.837 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80812026-09-11T20:27:18.910Z[ recovery-image] Sep 11 20:27:17.847 INFO O| Sep 11 20:27:17.847 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexstk"
80822026-09-11T20:27:18.910Z[ recovery-image] Sep 11 20:27:17.847 INFO O| Sep 11 20:27:17.847 INFO STEP 790 (remove_files) COMPLETE
80832026-09-11T20:27:18.910Z[ recovery-image] Sep 11 20:27:17.847 INFO O| Sep 11 20:27:17.847 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80842026-09-11T20:27:18.926Z[ recovery-image] Sep 11 20:27:17.858 INFO O| Sep 11 20:27:17.858 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.pagealign"
80852026-09-11T20:27:18.926Z[ recovery-image] Sep 11 20:27:17.858 INFO O| Sep 11 20:27:17.858 INFO STEP 791 (remove_files) COMPLETE
80862026-09-11T20:27:18.926Z[ recovery-image] Sep 11 20:27:17.858 INFO O| Sep 11 20:27:17.858 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80872026-09-11T20:27:18.930Z[verify-libraries] Compiling yansi v1.0.1
80882026-09-11T20:27:18.934Z[ recovery-image] Sep 11 20:27:17.868 INFO O| Sep 11 20:27:17.868 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libc/libc_hwcap1.so.1"
80892026-09-11T20:27:18.934Z[ recovery-image] Sep 11 20:27:17.868 INFO O| Sep 11 20:27:17.868 INFO STEP 792 (remove_files) COMPLETE
80902026-09-11T20:27:18.934Z[ recovery-image] Sep 11 20:27:17.868 INFO O| Sep 11 20:27:17.868 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80912026-09-11T20:27:18.940Z[ recovery-image] Sep 11 20:27:17.877 INFO O| Sep 11 20:27:17.877 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libc/libc_hwcap3.so.1"
80922026-09-11T20:27:18.945Z[ recovery-image] Sep 11 20:27:17.877 INFO O| Sep 11 20:27:17.877 INFO STEP 793 (remove_files) COMPLETE
80932026-09-11T20:27:18.945Z[ recovery-image] Sep 11 20:27:17.877 INFO O| Sep 11 20:27:17.877 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80942026-09-11T20:27:18.950Z[ recovery-image] Sep 11 20:27:17.886 INFO O| Sep 11 20:27:17.886 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1"
80952026-09-11T20:27:18.951Z[ recovery-image] Sep 11 20:27:17.886 INFO O| Sep 11 20:27:17.886 INFO STEP 794 (remove_files) COMPLETE
80962026-09-11T20:27:18.951Z[ recovery-image] Sep 11 20:27:17.886 INFO O| Sep 11 20:27:17.886 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80972026-09-11T20:27:18.958Z[ recovery-image] Sep 11 20:27:17.894 INFO O| Sep 11 20:27:17.894 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/truss.so.1"
80982026-09-11T20:27:18.958Z[ recovery-image] Sep 11 20:27:17.894 INFO O| Sep 11 20:27:17.894 INFO STEP 795 (remove_files) COMPLETE
80992026-09-11T20:27:18.962Z[ recovery-image] Sep 11 20:27:17.894 INFO O| Sep 11 20:27:17.894 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81002026-09-11T20:27:18.979Z[ recovery-image] Sep 11 20:27:17.907 INFO O| Sep 11 20:27:17.903 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/who.so.1"
81012026-09-11T20:27:18.979Z[ recovery-image] Sep 11 20:27:17.907 INFO O| Sep 11 20:27:17.903 INFO STEP 796 (remove_files) COMPLETE
81022026-09-11T20:27:18.979Z[ recovery-image] Sep 11 20:27:17.907 INFO O| Sep 11 20:27:17.903 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81032026-09-11T20:27:18.984Z[ recovery-image] Sep 11 20:27:17.916 INFO O| Sep 11 20:27:17.916 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/ldprof.so.1"
81042026-09-11T20:27:18.985Z[ recovery-image] Sep 11 20:27:17.916 INFO O| Sep 11 20:27:17.916 INFO STEP 797 (remove_files) COMPLETE
81052026-09-11T20:27:18.985Z[ recovery-image] Sep 11 20:27:17.916 INFO O| Sep 11 20:27:17.916 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81062026-09-11T20:27:18.999Z[ recovery-image] Sep 11 20:27:17.934 INFO O| Sep 11 20:27:17.934 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/truss.so.1"
81072026-09-11T20:27:18.999Z[ recovery-image] Sep 11 20:27:17.934 INFO O| Sep 11 20:27:17.934 INFO STEP 798 (remove_files) COMPLETE
81082026-09-11T20:27:18.999Z[ recovery-image] Sep 11 20:27:17.934 INFO O| Sep 11 20:27:17.934 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81092026-09-11T20:27:19.007Z[ recovery-image] Sep 11 20:27:17.944 INFO O| Sep 11 20:27:17.944 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/who.so.1"
81102026-09-11T20:27:19.007Z[ recovery-image] Sep 11 20:27:17.944 INFO O| Sep 11 20:27:17.944 INFO STEP 799 (remove_files) COMPLETE
81112026-09-11T20:27:19.007Z[ recovery-image] Sep 11 20:27:17.944 INFO O| Sep 11 20:27:17.944 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81122026-09-11T20:27:19.033Z[ recovery-image] Sep 11 20:27:17.969 INFO O| Sep 11 20:27:17.969 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcidb"
81132026-09-11T20:27:19.033Z[ recovery-image] Sep 11 20:27:17.969 INFO O| Sep 11 20:27:17.969 INFO STEP 800 (remove_files) COMPLETE
81142026-09-11T20:27:19.033Z[ recovery-image] Sep 11 20:27:17.970 INFO O| Sep 11 20:27:17.969 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81152026-09-11T20:27:19.057Z[ recovery-image] Sep 11 20:27:17.989 INFO O| Sep 11 20:27:17.989 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcidr_plugin.so"
81162026-09-11T20:27:19.057Z[ recovery-image] Sep 11 20:27:17.989 INFO O| Sep 11 20:27:17.989 INFO STEP 801 (remove_files) COMPLETE
81172026-09-11T20:27:19.057Z[ recovery-image] Sep 11 20:27:17.989 INFO O| Sep 11 20:27:17.989 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81182026-09-11T20:27:19.095Z[ recovery-image] Sep 11 20:27:18.001 INFO O| Sep 11 20:27:18.001 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/raidcfg/amd64/mpt.so.1"
81192026-09-11T20:27:19.095Z[ recovery-image] Sep 11 20:27:18.001 INFO O| Sep 11 20:27:18.001 INFO STEP 802 (remove_files) COMPLETE
81202026-09-11T20:27:19.095Z[ recovery-image] Sep 11 20:27:18.001 INFO O| Sep 11 20:27:18.001 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81212026-09-11T20:27:19.110Z[ recovery-image] Sep 11 20:27:18.012 INFO O| Sep 11 20:27:18.012 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/raidcfg/mpt.so.1"
81222026-09-11T20:27:19.110Z[ recovery-image] Sep 11 20:27:18.012 INFO O| Sep 11 20:27:18.012 INFO STEP 803 (remove_files) COMPLETE
81232026-09-11T20:27:19.110Z[ recovery-image] Sep 11 20:27:18.012 INFO O| Sep 11 20:27:18.012 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81242026-09-11T20:27:19.110Z[ recovery-image] Sep 11 20:27:18.022 INFO O| Sep 11 20:27:18.021 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/reparse/libreparse_smb.so.1"
81252026-09-11T20:27:19.110Z[ recovery-image] Sep 11 20:27:18.022 INFO O| Sep 11 20:27:18.022 INFO STEP 804 (remove_files) COMPLETE
81262026-09-11T20:27:19.110Z[ recovery-image] Sep 11 20:27:18.022 INFO O| Sep 11 20:27:18.022 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81272026-09-11T20:27:19.110Z[ recovery-image] Sep 11 20:27:18.035 INFO O| Sep 11 20:27:18.035 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/reparse/reparsed"
81282026-09-11T20:27:19.110Z[ recovery-image] Sep 11 20:27:18.036 INFO O| Sep 11 20:27:18.036 INFO STEP 805 (remove_files) COMPLETE
81292026-09-11T20:27:19.110Z[ recovery-image] Sep 11 20:27:18.036 INFO O| Sep 11 20:27:18.036 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81302026-09-11T20:27:19.116Z[ recovery-image] Sep 11 20:27:18.047 INFO O| Sep 11 20:27:18.047 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/saf/listen"
81312026-09-11T20:27:19.116Z[ recovery-image] Sep 11 20:27:18.047 INFO O| Sep 11 20:27:18.047 INFO STEP 806 (remove_files) COMPLETE
81322026-09-11T20:27:19.116Z[ recovery-image] Sep 11 20:27:18.047 INFO O| Sep 11 20:27:18.047 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81332026-09-11T20:27:19.122Z[ recovery-image] Sep 11 20:27:18.057 INFO O| Sep 11 20:27:18.057 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/saf/nlps_server"
81342026-09-11T20:27:19.122Z[ recovery-image] Sep 11 20:27:18.057 INFO O| Sep 11 20:27:18.057 INFO STEP 807 (remove_files) COMPLETE
81352026-09-11T20:27:19.122Z[ recovery-image] Sep 11 20:27:18.057 INFO O| Sep 11 20:27:18.057 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81362026-09-11T20:27:19.132Z[ recovery-image] Sep 11 20:27:18.069 INFO O| Sep 11 20:27:18.069 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/crammd5.so.1"
81372026-09-11T20:27:19.132Z[ recovery-image] Sep 11 20:27:18.069 INFO O| Sep 11 20:27:18.069 INFO STEP 808 (remove_files) COMPLETE
81382026-09-11T20:27:19.136Z[ recovery-image] Sep 11 20:27:18.069 INFO O| Sep 11 20:27:18.069 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81392026-09-11T20:27:19.149Z[ recovery-image] Sep 11 20:27:18.080 INFO O| Sep 11 20:27:18.080 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/digestmd5.so.1"
81402026-09-11T20:27:19.149Z[ recovery-image] Sep 11 20:27:18.080 INFO O| Sep 11 20:27:18.080 INFO STEP 809 (remove_files) COMPLETE
81412026-09-11T20:27:19.149Z[ recovery-image] Sep 11 20:27:18.080 INFO O| Sep 11 20:27:18.080 INFO STEP 810: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81422026-09-11T20:27:19.155Z[ recovery-image] Sep 11 20:27:18.091 INFO O| Sep 11 20:27:18.091 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/gssapi.so.1"
81432026-09-11T20:27:19.155Z[ recovery-image] Sep 11 20:27:18.091 INFO O| Sep 11 20:27:18.091 INFO STEP 810 (remove_files) COMPLETE
81442026-09-11T20:27:19.155Z[ recovery-image] Sep 11 20:27:18.091 INFO O| Sep 11 20:27:18.091 INFO STEP 811: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81452026-09-11T20:27:19.173Z[ recovery-image] Sep 11 20:27:18.102 INFO O| Sep 11 20:27:18.102 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/login.so.1"
81462026-09-11T20:27:19.173Z[ recovery-image] Sep 11 20:27:18.102 INFO O| Sep 11 20:27:18.102 INFO STEP 811 (remove_files) COMPLETE
81472026-09-11T20:27:19.182Z[ recovery-image] Sep 11 20:27:18.102 INFO O| Sep 11 20:27:18.102 INFO STEP 812: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81482026-09-11T20:27:19.183Z[ recovery-image] Sep 11 20:27:18.113 INFO O| Sep 11 20:27:18.113 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/plain.so.1"
81492026-09-11T20:27:19.183Z[ recovery-image] Sep 11 20:27:18.113 INFO O| Sep 11 20:27:18.113 INFO STEP 812 (remove_files) COMPLETE
81502026-09-11T20:27:19.183Z[ recovery-image] Sep 11 20:27:18.113 INFO O| Sep 11 20:27:18.113 INFO STEP 813: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81512026-09-11T20:27:19.187Z[ recovery-image] Sep 11 20:27:18.124 INFO O| Sep 11 20:27:18.124 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/crammd5.so.1"
81522026-09-11T20:27:19.188Z[ recovery-image] Sep 11 20:27:18.125 INFO O| Sep 11 20:27:18.125 INFO STEP 813 (remove_files) COMPLETE
81532026-09-11T20:27:19.188Z[ recovery-image] Sep 11 20:27:18.125 INFO O| Sep 11 20:27:18.125 INFO STEP 814: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81542026-09-11T20:27:19.201Z[ recovery-image] Sep 11 20:27:18.136 INFO O| Sep 11 20:27:18.136 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/digestmd5.so.1"
81552026-09-11T20:27:19.201Z[ recovery-image] Sep 11 20:27:18.136 INFO O| Sep 11 20:27:18.136 INFO STEP 814 (remove_files) COMPLETE
81562026-09-11T20:27:19.201Z[ recovery-image] Sep 11 20:27:18.136 INFO O| Sep 11 20:27:18.136 INFO STEP 815: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81572026-09-11T20:27:19.211Z[ recovery-image] Sep 11 20:27:18.147 INFO O| Sep 11 20:27:18.147 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/gssapi.so.1"
81582026-09-11T20:27:19.214Z[ recovery-image] Sep 11 20:27:18.147 INFO O| Sep 11 20:27:18.147 INFO STEP 815 (remove_files) COMPLETE
81592026-09-11T20:27:19.215Z[ recovery-image] Sep 11 20:27:18.147 INFO O| Sep 11 20:27:18.147 INFO STEP 816: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81602026-09-11T20:27:19.223Z[ recovery-image] Sep 11 20:27:18.159 INFO O| Sep 11 20:27:18.159 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/login.so.1"
81612026-09-11T20:27:19.223Z[ recovery-image] Sep 11 20:27:18.159 INFO O| Sep 11 20:27:18.159 INFO STEP 816 (remove_files) COMPLETE
81622026-09-11T20:27:19.223Z[ recovery-image] Sep 11 20:27:18.159 INFO O| Sep 11 20:27:18.159 INFO STEP 817: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81632026-09-11T20:27:19.236Z[ recovery-image] Sep 11 20:27:18.171 INFO O| Sep 11 20:27:18.169 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/plain.so.1"
81642026-09-11T20:27:19.236Z[ recovery-image] Sep 11 20:27:18.171 INFO O| Sep 11 20:27:18.169 INFO STEP 817 (remove_files) COMPLETE
81652026-09-11T20:27:19.236Z[ recovery-image] Sep 11 20:27:18.171 INFO O| Sep 11 20:27:18.169 INFO STEP 818: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81662026-09-11T20:27:19.243Z[ recovery-image] Sep 11 20:27:18.180 INFO O| Sep 11 20:27:18.180 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_bsdbf.so.1"
81672026-09-11T20:27:19.243Z[ recovery-image] Sep 11 20:27:18.180 INFO O| Sep 11 20:27:18.180 INFO STEP 818 (remove_files) COMPLETE
81682026-09-11T20:27:19.243Z[ recovery-image] Sep 11 20:27:18.180 INFO O| Sep 11 20:27:18.180 INFO STEP 819: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81692026-09-11T20:27:19.253Z[ recovery-image] Sep 11 20:27:18.190 INFO O| Sep 11 20:27:18.190 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_bsdmd5.so.1"
81702026-09-11T20:27:19.253Z[ recovery-image] Sep 11 20:27:18.190 INFO O| Sep 11 20:27:18.190 INFO STEP 819 (remove_files) COMPLETE
81712026-09-11T20:27:19.253Z[ recovery-image] Sep 11 20:27:18.190 INFO O| Sep 11 20:27:18.190 INFO STEP 820: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81722026-09-11T20:27:19.265Z[ recovery-image] Sep 11 20:27:18.201 INFO O| Sep 11 20:27:18.201 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sha256.so.1"
81732026-09-11T20:27:19.265Z[ recovery-image] Sep 11 20:27:18.201 INFO O| Sep 11 20:27:18.201 INFO STEP 820 (remove_files) COMPLETE
81742026-09-11T20:27:19.265Z[ recovery-image] Sep 11 20:27:18.201 INFO O| Sep 11 20:27:18.201 INFO STEP 821: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81752026-09-11T20:27:19.279Z[ recovery-image] Sep 11 20:27:18.215 INFO O| Sep 11 20:27:18.215 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sha512.so.1"
81762026-09-11T20:27:19.279Z[ recovery-image] Sep 11 20:27:18.215 INFO O| Sep 11 20:27:18.215 INFO STEP 821 (remove_files) COMPLETE
81772026-09-11T20:27:19.279Z[ recovery-image] Sep 11 20:27:18.215 INFO O| Sep 11 20:27:18.215 INFO STEP 822: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81782026-09-11T20:27:19.292Z[ recovery-image] Sep 11 20:27:18.227 INFO O| Sep 11 20:27:18.227 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sunmd5.so.1"
81792026-09-11T20:27:19.292Z[ recovery-image] Sep 11 20:27:18.227 INFO O| Sep 11 20:27:18.227 INFO STEP 822 (remove_files) COMPLETE
81802026-09-11T20:27:19.292Z[ recovery-image] Sep 11 20:27:18.227 INFO O| Sep 11 20:27:18.227 INFO STEP 823: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81812026-09-11T20:27:19.300Z[ recovery-image] Sep 11 20:27:18.237 INFO O| Sep 11 20:27:18.236 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_allow.so.1"
81822026-09-11T20:27:19.300Z[ recovery-image] Sep 11 20:27:18.237 INFO O| Sep 11 20:27:18.237 INFO STEP 823 (remove_files) COMPLETE
81832026-09-11T20:27:19.300Z[ recovery-image] Sep 11 20:27:18.237 INFO O| Sep 11 20:27:18.237 INFO STEP 824: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81842026-09-11T20:27:19.308Z[ recovery-image] Sep 11 20:27:18.246 INFO O| Sep 11 20:27:18.246 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_check.so.1"
81852026-09-11T20:27:19.308Z[ recovery-image] Sep 11 20:27:18.246 INFO O| Sep 11 20:27:18.246 INFO STEP 824 (remove_files) COMPLETE
81862026-09-11T20:27:19.308Z[ recovery-image] Sep 11 20:27:18.246 INFO O| Sep 11 20:27:18.246 INFO STEP 825: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81872026-09-11T20:27:19.321Z[ recovery-image] Sep 11 20:27:18.256 INFO O| Sep 11 20:27:18.256 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_get.so.1"
81882026-09-11T20:27:19.321Z[ recovery-image] Sep 11 20:27:18.256 INFO O| Sep 11 20:27:18.256 INFO STEP 825 (remove_files) COMPLETE
81892026-09-11T20:27:19.321Z[ recovery-image] Sep 11 20:27:18.256 INFO O| Sep 11 20:27:18.256 INFO STEP 826: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81902026-09-11T20:27:19.329Z[ recovery-image] Sep 11 20:27:18.267 INFO O| Sep 11 20:27:18.267 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_store.so.1"
81912026-09-11T20:27:19.329Z[ recovery-image] Sep 11 20:27:18.267 INFO O| Sep 11 20:27:18.267 INFO STEP 826 (remove_files) COMPLETE
81922026-09-11T20:27:19.334Z[ recovery-image] Sep 11 20:27:18.267 INFO O| Sep 11 20:27:18.267 INFO STEP 827: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81932026-09-11T20:27:19.335Z[verify-libraries] Compiling pretty_assertions v1.4.1
81942026-09-11T20:27:19.345Z[ recovery-image] Sep 11 20:27:18.277 INFO O| Sep 11 20:27:18.277 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_deny.so.1"
81952026-09-11T20:27:19.345Z[ recovery-image] Sep 11 20:27:18.277 INFO O| Sep 11 20:27:18.277 INFO STEP 827 (remove_files) COMPLETE
81962026-09-11T20:27:19.345Z[ recovery-image] Sep 11 20:27:18.277 INFO O| Sep 11 20:27:18.277 INFO STEP 828: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81972026-09-11T20:27:19.351Z[ recovery-image] Sep 11 20:27:18.287 INFO O| Sep 11 20:27:18.287 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_dhkeys.so.1"
81982026-09-11T20:27:19.351Z[ recovery-image] Sep 11 20:27:18.287 INFO O| Sep 11 20:27:18.287 INFO STEP 828 (remove_files) COMPLETE
81992026-09-11T20:27:19.351Z[ recovery-image] Sep 11 20:27:18.287 INFO O| Sep 11 20:27:18.287 INFO STEP 829: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82002026-09-11T20:27:19.360Z[ recovery-image] Sep 11 20:27:18.297 INFO O| Sep 11 20:27:18.297 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_dial_auth.so.1"
82012026-09-11T20:27:19.360Z[ recovery-image] Sep 11 20:27:18.297 INFO O| Sep 11 20:27:18.297 INFO STEP 829 (remove_files) COMPLETE
82022026-09-11T20:27:19.360Z[ recovery-image] Sep 11 20:27:18.297 INFO O| Sep 11 20:27:18.297 INFO STEP 830: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82032026-09-11T20:27:19.369Z[verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
82042026-09-11T20:27:19.373Z[ recovery-image] Sep 11 20:27:18.308 INFO O| Sep 11 20:27:18.308 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_krb5.so.1"
82052026-09-11T20:27:19.373Z[ recovery-image] Sep 11 20:27:18.308 INFO O| Sep 11 20:27:18.308 INFO STEP 830 (remove_files) COMPLETE
82062026-09-11T20:27:19.377Z[ recovery-image] Sep 11 20:27:18.308 INFO O| Sep 11 20:27:18.308 INFO STEP 831: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82072026-09-11T20:27:19.382Z[ recovery-image] Sep 11 20:27:18.319 INFO O| Sep 11 20:27:18.319 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_krb5_migrate.so.1"
82082026-09-11T20:27:19.382Z[ recovery-image] Sep 11 20:27:18.319 INFO O| Sep 11 20:27:18.319 INFO STEP 831 (remove_files) COMPLETE
82092026-09-11T20:27:19.382Z[ recovery-image] Sep 11 20:27:18.319 INFO O| Sep 11 20:27:18.319 INFO STEP 832: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82102026-09-11T20:27:19.397Z[ recovery-image] Sep 11 20:27:18.330 INFO O| Sep 11 20:27:18.330 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_ldap.so.1"
82112026-09-11T20:27:19.397Z[ recovery-image] Sep 11 20:27:18.330 INFO O| Sep 11 20:27:18.330 INFO STEP 832 (remove_files) COMPLETE
82122026-09-11T20:27:19.397Z[ recovery-image] Sep 11 20:27:18.330 INFO O| Sep 11 20:27:18.330 INFO STEP 833: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82132026-09-11T20:27:19.403Z[ recovery-image] Sep 11 20:27:18.340 INFO O| Sep 11 20:27:18.340 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_list.so.1"
82142026-09-11T20:27:19.404Z[ recovery-image] Sep 11 20:27:18.340 INFO O| Sep 11 20:27:18.340 INFO STEP 833 (remove_files) COMPLETE
82152026-09-11T20:27:19.404Z[ recovery-image] Sep 11 20:27:18.340 INFO O| Sep 11 20:27:18.340 INFO STEP 834: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82162026-09-11T20:27:19.413Z[ recovery-image] Sep 11 20:27:18.350 INFO O| Sep 11 20:27:18.350 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_passwd_auth.so.1"
82172026-09-11T20:27:19.413Z[ recovery-image] Sep 11 20:27:18.350 INFO O| Sep 11 20:27:18.350 INFO STEP 834 (remove_files) COMPLETE
82182026-09-11T20:27:19.417Z[ recovery-image] Sep 11 20:27:18.351 INFO O| Sep 11 20:27:18.350 INFO STEP 835: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82192026-09-11T20:27:19.423Z[ recovery-image] Sep 11 20:27:18.361 INFO O| Sep 11 20:27:18.361 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_rhosts_auth.so.1"
82202026-09-11T20:27:19.424Z[ recovery-image] Sep 11 20:27:18.361 INFO O| Sep 11 20:27:18.361 INFO STEP 835 (remove_files) COMPLETE
82212026-09-11T20:27:19.424Z[ recovery-image] Sep 11 20:27:18.361 INFO O| Sep 11 20:27:18.361 INFO STEP 836: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82222026-09-11T20:27:19.440Z[ recovery-image] Sep 11 20:27:18.373 INFO O| Sep 11 20:27:18.373 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_roles.so.1"
82232026-09-11T20:27:19.440Z[ recovery-image] Sep 11 20:27:18.373 INFO O| Sep 11 20:27:18.373 INFO STEP 836 (remove_files) COMPLETE
82242026-09-11T20:27:19.440Z[ recovery-image] Sep 11 20:27:18.373 INFO O| Sep 11 20:27:18.373 INFO STEP 837: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82252026-09-11T20:27:19.446Z[verify-libraries] Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
82262026-09-11T20:27:19.446Z[ recovery-image] Sep 11 20:27:18.383 INFO O| Sep 11 20:27:18.382 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_sample.so.1"
82272026-09-11T20:27:19.446Z[ recovery-image] Sep 11 20:27:18.383 INFO O| Sep 11 20:27:18.382 INFO STEP 837 (remove_files) COMPLETE
82282026-09-11T20:27:19.446Z[ recovery-image] Sep 11 20:27:18.383 INFO O| Sep 11 20:27:18.382 INFO STEP 838: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82292026-09-11T20:27:19.456Z[ recovery-image] Sep 11 20:27:18.392 INFO O| Sep 11 20:27:18.392 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_smb_passwd.so.1"
82302026-09-11T20:27:19.456Z[ recovery-image] Sep 11 20:27:18.392 INFO O| Sep 11 20:27:18.392 INFO STEP 838 (remove_files) COMPLETE
82312026-09-11T20:27:19.456Z[ recovery-image] Sep 11 20:27:18.392 INFO O| Sep 11 20:27:18.392 INFO STEP 839: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82322026-09-11T20:27:19.463Z[ recovery-image] Sep 11 20:27:18.400 INFO O| Sep 11 20:27:18.400 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_smbfs_login.so.1"
82332026-09-11T20:27:19.463Z[ recovery-image] Sep 11 20:27:18.400 INFO O| Sep 11 20:27:18.400 INFO STEP 839 (remove_files) COMPLETE
82342026-09-11T20:27:19.463Z[ recovery-image] Sep 11 20:27:18.400 INFO O| Sep 11 20:27:18.400 INFO STEP 840: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82352026-09-11T20:27:19.488Z[ recovery-image] Sep 11 20:27:18.411 INFO O| Sep 11 20:27:18.411 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_timestamp.so.1"
82362026-09-11T20:27:19.490Z[ recovery-image] Sep 11 20:27:18.411 INFO O| Sep 11 20:27:18.411 INFO STEP 840 (remove_files) COMPLETE
82372026-09-11T20:27:19.490Z[ recovery-image] Sep 11 20:27:18.411 INFO O| Sep 11 20:27:18.411 INFO STEP 841: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82382026-09-11T20:27:19.503Z[ recovery-image] Sep 11 20:27:18.420 INFO O| Sep 11 20:27:18.420 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_tsol_account.so.1"
82392026-09-11T20:27:19.503Z[ recovery-image] Sep 11 20:27:18.420 INFO O| Sep 11 20:27:18.420 INFO STEP 841 (remove_files) COMPLETE
82402026-09-11T20:27:19.503Z[ recovery-image] Sep 11 20:27:18.420 INFO O| Sep 11 20:27:18.420 INFO STEP 842: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82412026-09-11T20:27:19.503Z[ recovery-image] Sep 11 20:27:18.429 INFO O| Sep 11 20:27:18.429 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_account.so.1"
82422026-09-11T20:27:19.504Z[ recovery-image] Sep 11 20:27:18.430 INFO O| Sep 11 20:27:18.430 INFO STEP 842 (remove_files) COMPLETE
82432026-09-11T20:27:19.504Z[ recovery-image] Sep 11 20:27:18.430 INFO O| Sep 11 20:27:18.430 INFO STEP 843: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82442026-09-11T20:27:19.510Z[ recovery-image] Sep 11 20:27:18.439 INFO O| Sep 11 20:27:18.439 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_auth.so.1"
82452026-09-11T20:27:19.510Z[ recovery-image] Sep 11 20:27:18.439 INFO O| Sep 11 20:27:18.439 INFO STEP 843 (remove_files) COMPLETE
82462026-09-11T20:27:19.510Z[ recovery-image] Sep 11 20:27:18.439 INFO O| Sep 11 20:27:18.439 INFO STEP 844: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82472026-09-11T20:27:19.516Z[ recovery-image] Sep 11 20:27:18.449 INFO O| Sep 11 20:27:18.449 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_cred.so.1"
82482026-09-11T20:27:19.516Z[ recovery-image] Sep 11 20:27:18.449 INFO O| Sep 11 20:27:18.449 INFO STEP 844 (remove_files) COMPLETE
82492026-09-11T20:27:19.516Z[ recovery-image] Sep 11 20:27:18.449 INFO O| Sep 11 20:27:18.449 INFO STEP 845: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82502026-09-11T20:27:19.522Z[ recovery-image] Sep 11 20:27:18.459 INFO O| Sep 11 20:27:18.459 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_session.so.1"
82512026-09-11T20:27:19.522Z[ recovery-image] Sep 11 20:27:18.459 INFO O| Sep 11 20:27:18.459 INFO STEP 845 (remove_files) COMPLETE
82522026-09-11T20:27:19.522Z[ recovery-image] Sep 11 20:27:18.459 INFO O| Sep 11 20:27:18.459 INFO STEP 846: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82532026-09-11T20:27:19.536Z[ recovery-image] Sep 11 20:27:18.473 INFO O| Sep 11 20:27:18.473 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_kernel.so.1"
82542026-09-11T20:27:19.539Z[ recovery-image] Sep 11 20:27:18.473 INFO O| Sep 11 20:27:18.473 INFO STEP 846 (remove_files) COMPLETE
82552026-09-11T20:27:19.539Z[ recovery-image] Sep 11 20:27:18.474 INFO O| Sep 11 20:27:18.473 INFO STEP 847: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82562026-09-11T20:27:19.545Z[ recovery-image] Sep 11 20:27:18.482 INFO O| Sep 11 20:27:18.482 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_softtoken.so.1"
82572026-09-11T20:27:19.545Z[ recovery-image] Sep 11 20:27:18.483 INFO O| Sep 11 20:27:18.483 INFO STEP 847 (remove_files) COMPLETE
82582026-09-11T20:27:19.545Z[ recovery-image] Sep 11 20:27:18.483 INFO O| Sep 11 20:27:18.483 INFO STEP 848: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82592026-09-11T20:27:19.554Z[ recovery-image] Sep 11 20:27:18.491 INFO O| Sep 11 20:27:18.491 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_tpm.so.1"
82602026-09-11T20:27:19.554Z[ recovery-image] Sep 11 20:27:18.492 INFO O| Sep 11 20:27:18.492 INFO STEP 848 (remove_files) COMPLETE
82612026-09-11T20:27:19.554Z[ recovery-image] Sep 11 20:27:18.492 INFO O| Sep 11 20:27:18.492 INFO STEP 849: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82622026-09-11T20:27:19.565Z[ recovery-image] Sep 11 20:27:18.503 INFO O| Sep 11 20:27:18.503 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_binfile.so.1"
82632026-09-11T20:27:19.565Z[ recovery-image] Sep 11 20:27:18.503 INFO O| Sep 11 20:27:18.503 INFO STEP 849 (remove_files) COMPLETE
82642026-09-11T20:27:19.565Z[ recovery-image] Sep 11 20:27:18.503 INFO O| Sep 11 20:27:18.503 INFO STEP 850: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82652026-09-11T20:27:19.576Z[ recovery-image] Sep 11 20:27:18.514 INFO O| Sep 11 20:27:18.514 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_remote.so.1"
82662026-09-11T20:27:19.576Z[ recovery-image] Sep 11 20:27:18.514 INFO O| Sep 11 20:27:18.514 INFO STEP 850 (remove_files) COMPLETE
82672026-09-11T20:27:19.576Z[ recovery-image] Sep 11 20:27:18.514 INFO O| Sep 11 20:27:18.514 INFO STEP 851: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82682026-09-11T20:27:19.587Z[ recovery-image] Sep 11 20:27:18.525 INFO O| Sep 11 20:27:18.525 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_syslog.so.1"
82692026-09-11T20:27:19.587Z[ recovery-image] Sep 11 20:27:18.525 INFO O| Sep 11 20:27:18.525 INFO STEP 851 (remove_files) COMPLETE
82702026-09-11T20:27:19.587Z[ recovery-image] Sep 11 20:27:18.525 INFO O| Sep 11 20:27:18.525 INFO STEP 852: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82712026-09-11T20:27:19.598Z[ recovery-image] Sep 11 20:27:18.535 INFO O| Sep 11 20:27:18.535 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_bsdbf.so.1"
82722026-09-11T20:27:19.598Z[ recovery-image] Sep 11 20:27:18.535 INFO O| Sep 11 20:27:18.535 INFO STEP 852 (remove_files) COMPLETE
82732026-09-11T20:27:19.598Z[ recovery-image] Sep 11 20:27:18.535 INFO O| Sep 11 20:27:18.535 INFO STEP 853: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82742026-09-11T20:27:19.607Z[ recovery-image] Sep 11 20:27:18.545 INFO O| Sep 11 20:27:18.544 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_bsdmd5.so.1"
82752026-09-11T20:27:19.607Z[ recovery-image] Sep 11 20:27:18.545 INFO O| Sep 11 20:27:18.545 INFO STEP 853 (remove_files) COMPLETE
82762026-09-11T20:27:19.610Z[ recovery-image] Sep 11 20:27:18.545 INFO O| Sep 11 20:27:18.545 INFO STEP 854: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82772026-09-11T20:27:19.618Z[ recovery-image] Sep 11 20:27:18.555 INFO O| Sep 11 20:27:18.555 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sha256.so.1"
82782026-09-11T20:27:19.618Z[ recovery-image] Sep 11 20:27:18.555 INFO O| Sep 11 20:27:18.555 INFO STEP 854 (remove_files) COMPLETE
82792026-09-11T20:27:19.624Z[ recovery-image] Sep 11 20:27:18.555 INFO O| Sep 11 20:27:18.555 INFO STEP 855: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82802026-09-11T20:27:19.629Z[ recovery-image] Sep 11 20:27:18.566 INFO O| Sep 11 20:27:18.566 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sha512.so.1"
82812026-09-11T20:27:19.629Z[ recovery-image] Sep 11 20:27:18.566 INFO O| Sep 11 20:27:18.566 INFO STEP 855 (remove_files) COMPLETE
82822026-09-11T20:27:19.629Z[ recovery-image] Sep 11 20:27:18.566 INFO O| Sep 11 20:27:18.566 INFO STEP 856: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82832026-09-11T20:27:19.639Z[ recovery-image] Sep 11 20:27:18.576 INFO O| Sep 11 20:27:18.576 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sunmd5.so.1"
82842026-09-11T20:27:19.639Z[ recovery-image] Sep 11 20:27:18.576 INFO O| Sep 11 20:27:18.576 INFO STEP 856 (remove_files) COMPLETE
82852026-09-11T20:27:19.642Z[ recovery-image] Sep 11 20:27:18.576 INFO O| Sep 11 20:27:18.576 INFO STEP 857: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82862026-09-11T20:27:19.650Z[ recovery-image] Sep 11 20:27:18.587 INFO O| Sep 11 20:27:18.587 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_allow.so.1"
82872026-09-11T20:27:19.650Z[ recovery-image] Sep 11 20:27:18.587 INFO O| Sep 11 20:27:18.587 INFO STEP 857 (remove_files) COMPLETE
82882026-09-11T20:27:19.650Z[ recovery-image] Sep 11 20:27:18.587 INFO O| Sep 11 20:27:18.587 INFO STEP 858: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82892026-09-11T20:27:19.664Z[ recovery-image] Sep 11 20:27:18.599 INFO O| Sep 11 20:27:18.599 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_authtok_check.so.1"
82902026-09-11T20:27:19.664Z[ recovery-image] Sep 11 20:27:18.600 INFO O| Sep 11 20:27:18.600 INFO STEP 858 (remove_files) COMPLETE
82912026-09-11T20:27:19.667Z[ recovery-image] Sep 11 20:27:18.600 INFO O| Sep 11 20:27:18.600 INFO STEP 859: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82922026-09-11T20:27:19.681Z[ recovery-image] Sep 11 20:27:18.611 INFO O| Sep 11 20:27:18.611 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_authtok_store.so.1"
82932026-09-11T20:27:19.681Z[ recovery-image] Sep 11 20:27:18.611 INFO O| Sep 11 20:27:18.611 INFO STEP 859 (remove_files) COMPLETE
82942026-09-11T20:27:19.689Z[ recovery-image] Sep 11 20:27:18.611 INFO O| Sep 11 20:27:18.611 INFO STEP 860: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82952026-09-11T20:27:19.689Z[ recovery-image] Sep 11 20:27:18.620 INFO O| Sep 11 20:27:18.620 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_deny.so.1"
82962026-09-11T20:27:19.689Z[ recovery-image] Sep 11 20:27:18.620 INFO O| Sep 11 20:27:18.620 INFO STEP 860 (remove_files) COMPLETE
82972026-09-11T20:27:19.689Z[ recovery-image] Sep 11 20:27:18.620 INFO O| Sep 11 20:27:18.620 INFO STEP 861: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82982026-09-11T20:27:19.694Z[ recovery-image] Sep 11 20:27:18.629 INFO O| Sep 11 20:27:18.629 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_krb5.so.1"
82992026-09-11T20:27:19.694Z[ recovery-image] Sep 11 20:27:18.629 INFO O| Sep 11 20:27:18.629 INFO STEP 861 (remove_files) COMPLETE
83002026-09-11T20:27:19.694Z[ recovery-image] Sep 11 20:27:18.629 INFO O| Sep 11 20:27:18.629 INFO STEP 862: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83012026-09-11T20:27:19.702Z[ recovery-image] Sep 11 20:27:18.639 INFO O| Sep 11 20:27:18.639 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_krb5_migrate.so.1"
83022026-09-11T20:27:19.702Z[ recovery-image] Sep 11 20:27:18.639 INFO O| Sep 11 20:27:18.639 INFO STEP 862 (remove_files) COMPLETE
83032026-09-11T20:27:19.702Z[ recovery-image] Sep 11 20:27:18.639 INFO O| Sep 11 20:27:18.639 INFO STEP 863: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83042026-09-11T20:27:19.712Z[ recovery-image] Sep 11 20:27:18.650 INFO O| Sep 11 20:27:18.650 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_ldap.so.1"
83052026-09-11T20:27:19.712Z[ recovery-image] Sep 11 20:27:18.650 INFO O| Sep 11 20:27:18.650 INFO STEP 863 (remove_files) COMPLETE
83062026-09-11T20:27:19.712Z[ recovery-image] Sep 11 20:27:18.650 INFO O| Sep 11 20:27:18.650 INFO STEP 864: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83072026-09-11T20:27:19.723Z[ recovery-image] Sep 11 20:27:18.660 INFO O| Sep 11 20:27:18.660 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_list.so.1"
83082026-09-11T20:27:19.723Z[ recovery-image] Sep 11 20:27:18.661 INFO O| Sep 11 20:27:18.660 INFO STEP 864 (remove_files) COMPLETE
83092026-09-11T20:27:19.723Z[ recovery-image] Sep 11 20:27:18.661 INFO O| Sep 11 20:27:18.661 INFO STEP 865: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83102026-09-11T20:27:19.735Z[ recovery-image] Sep 11 20:27:18.671 INFO O| Sep 11 20:27:18.671 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_passwd_auth.so.1"
83112026-09-11T20:27:19.735Z[ recovery-image] Sep 11 20:27:18.671 INFO O| Sep 11 20:27:18.671 INFO STEP 865 (remove_files) COMPLETE
83122026-09-11T20:27:19.741Z[ recovery-image] Sep 11 20:27:18.671 INFO O| Sep 11 20:27:18.671 INFO STEP 866: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83132026-09-11T20:27:19.744Z[ recovery-image] Sep 11 20:27:18.681 INFO O| Sep 11 20:27:18.681 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_rhosts_auth.so.1"
83142026-09-11T20:27:19.744Z[ recovery-image] Sep 11 20:27:18.681 INFO O| Sep 11 20:27:18.681 INFO STEP 866 (remove_files) COMPLETE
83152026-09-11T20:27:19.745Z[ recovery-image] Sep 11 20:27:18.681 INFO O| Sep 11 20:27:18.681 INFO STEP 867: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83162026-09-11T20:27:19.752Z[ recovery-image] Sep 11 20:27:18.689 INFO O| Sep 11 20:27:18.689 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_sample.so.1"
83172026-09-11T20:27:19.752Z[ recovery-image] Sep 11 20:27:18.689 INFO O| Sep 11 20:27:18.689 INFO STEP 867 (remove_files) COMPLETE
83182026-09-11T20:27:19.752Z[ recovery-image] Sep 11 20:27:18.689 INFO O| Sep 11 20:27:18.689 INFO STEP 868: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83192026-09-11T20:27:19.762Z[ recovery-image] Sep 11 20:27:18.699 INFO O| Sep 11 20:27:18.699 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_smb_passwd.so.1"
83202026-09-11T20:27:19.762Z[ recovery-image] Sep 11 20:27:18.699 INFO O| Sep 11 20:27:18.699 INFO STEP 868 (remove_files) COMPLETE
83212026-09-11T20:27:19.762Z[ recovery-image] Sep 11 20:27:18.699 INFO O| Sep 11 20:27:18.699 INFO STEP 869: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83222026-09-11T20:27:19.776Z[ recovery-image] Sep 11 20:27:18.709 INFO O| Sep 11 20:27:18.709 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_smbfs_login.so.1"
83232026-09-11T20:27:19.776Z[ recovery-image] Sep 11 20:27:18.709 INFO O| Sep 11 20:27:18.709 INFO STEP 869 (remove_files) COMPLETE
83242026-09-11T20:27:19.776Z[ recovery-image] Sep 11 20:27:18.709 INFO O| Sep 11 20:27:18.709 INFO STEP 870: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83252026-09-11T20:27:19.810Z[verify-libraries] Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
83262026-09-11T20:27:19.819Z[ recovery-image] Sep 11 20:27:18.755 INFO O| Sep 11 20:27:18.755 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_timestamp.so.1"
83272026-09-11T20:27:19.819Z[ recovery-image] Sep 11 20:27:18.755 INFO O| Sep 11 20:27:18.755 INFO STEP 870 (remove_files) COMPLETE
83282026-09-11T20:27:19.823Z[ recovery-image] Sep 11 20:27:18.755 INFO O| Sep 11 20:27:18.755 INFO STEP 871: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83292026-09-11T20:27:19.828Z[ recovery-image] Sep 11 20:27:18.766 INFO O| Sep 11 20:27:18.766 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_tsol_account.so.1"
83302026-09-11T20:27:19.828Z[ recovery-image] Sep 11 20:27:18.766 INFO O| Sep 11 20:27:18.766 INFO STEP 871 (remove_files) COMPLETE
83312026-09-11T20:27:19.828Z[ recovery-image] Sep 11 20:27:18.766 INFO O| Sep 11 20:27:18.766 INFO STEP 872: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83322026-09-11T20:27:19.849Z[ recovery-image] Sep 11 20:27:18.785 INFO O| Sep 11 20:27:18.785 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_kernel.so.1"
83332026-09-11T20:27:19.849Z[ recovery-image] Sep 11 20:27:18.785 INFO O| Sep 11 20:27:18.785 INFO STEP 872 (remove_files) COMPLETE
83342026-09-11T20:27:19.849Z[ recovery-image] Sep 11 20:27:18.785 INFO O| Sep 11 20:27:18.785 INFO STEP 873: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83352026-09-11T20:27:19.858Z[ recovery-image] Sep 11 20:27:18.795 INFO O| Sep 11 20:27:18.795 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_softtoken.so.1"
83362026-09-11T20:27:19.858Z[ recovery-image] Sep 11 20:27:18.795 INFO O| Sep 11 20:27:18.795 INFO STEP 873 (remove_files) COMPLETE
83372026-09-11T20:27:19.862Z[ recovery-image] Sep 11 20:27:18.795 INFO O| Sep 11 20:27:18.795 INFO STEP 874: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83382026-09-11T20:27:19.883Z[verify-libraries] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
83392026-09-11T20:27:19.886Z[ recovery-image] Sep 11 20:27:18.821 INFO O| Sep 11 20:27:18.821 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_tpm.so.1"
83402026-09-11T20:27:19.886Z[ recovery-image] Sep 11 20:27:18.821 INFO O| Sep 11 20:27:18.821 INFO STEP 874 (remove_files) COMPLETE
83412026-09-11T20:27:19.887Z[ recovery-image] Sep 11 20:27:18.821 INFO O| Sep 11 20:27:18.821 INFO STEP 875: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83422026-09-11T20:27:19.897Z[ recovery-image] Sep 11 20:27:18.830 INFO O| Sep 11 20:27:18.830 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/compress"
83432026-09-11T20:27:19.897Z[ recovery-image] Sep 11 20:27:18.831 INFO O| Sep 11 20:27:18.830 INFO STEP 875 (remove_files) COMPLETE
83442026-09-11T20:27:19.897Z[ recovery-image] Sep 11 20:27:18.831 INFO O| Sep 11 20:27:18.831 INFO STEP 876: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83452026-09-11T20:27:19.905Z[ recovery-image] Sep 11 20:27:18.840 INFO O| Sep 11 20:27:18.840 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hashcheck"
83462026-09-11T20:27:19.905Z[ recovery-image] Sep 11 20:27:18.840 INFO O| Sep 11 20:27:18.840 INFO STEP 876 (remove_files) COMPLETE
83472026-09-11T20:27:19.905Z[ recovery-image] Sep 11 20:27:18.840 INFO O| Sep 11 20:27:18.840 INFO STEP 877: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83482026-09-11T20:27:19.913Z[ recovery-image] Sep 11 20:27:18.851 INFO O| Sep 11 20:27:18.851 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hashmake"
83492026-09-11T20:27:19.913Z[ recovery-image] Sep 11 20:27:18.851 INFO O| Sep 11 20:27:18.851 INFO STEP 877 (remove_files) COMPLETE
83502026-09-11T20:27:19.913Z[ recovery-image] Sep 11 20:27:18.851 INFO O| Sep 11 20:27:18.851 INFO STEP 878: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83512026-09-11T20:27:19.923Z[ recovery-image] Sep 11 20:27:18.861 INFO O| Sep 11 20:27:18.861 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hlista"
83522026-09-11T20:27:19.923Z[ recovery-image] Sep 11 20:27:18.861 INFO O| Sep 11 20:27:18.861 INFO STEP 878 (remove_files) COMPLETE
83532026-09-11T20:27:19.923Z[ recovery-image] Sep 11 20:27:18.861 INFO O| Sep 11 20:27:18.861 INFO STEP 879: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83542026-09-11T20:27:19.933Z[ recovery-image] Sep 11 20:27:18.871 INFO O| Sep 11 20:27:18.871 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hlistb"
83552026-09-11T20:27:19.934Z[ recovery-image] Sep 11 20:27:18.871 INFO O| Sep 11 20:27:18.871 INFO STEP 879 (remove_files) COMPLETE
83562026-09-11T20:27:19.937Z[ recovery-image] Sep 11 20:27:18.871 INFO O| Sep 11 20:27:18.871 INFO STEP 880: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83572026-09-11T20:27:19.942Z[ recovery-image] Sep 11 20:27:18.880 INFO O| Sep 11 20:27:18.880 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hstop"
83582026-09-11T20:27:19.943Z[ recovery-image] Sep 11 20:27:18.880 INFO O| Sep 11 20:27:18.880 INFO STEP 880 (remove_files) COMPLETE
83592026-09-11T20:27:19.954Z[ recovery-image] Sep 11 20:27:18.880 INFO O| Sep 11 20:27:18.880 INFO STEP 881: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83602026-09-11T20:27:19.958Z[ recovery-image] Sep 11 20:27:18.889 INFO O| Sep 11 20:27:18.889 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/spellin"
83612026-09-11T20:27:19.960Z[ recovery-image] Sep 11 20:27:18.889 INFO O| Sep 11 20:27:18.889 INFO STEP 881 (remove_files) COMPLETE
83622026-09-11T20:27:19.960Z[ recovery-image] Sep 11 20:27:18.889 INFO O| Sep 11 20:27:18.889 INFO STEP 882: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83632026-09-11T20:27:19.974Z[ recovery-image] Sep 11 20:27:18.898 INFO O| Sep 11 20:27:18.898 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/spellprog"
83642026-09-11T20:27:19.974Z[ recovery-image] Sep 11 20:27:18.898 INFO O| Sep 11 20:27:18.898 INFO STEP 882 (remove_files) COMPLETE
83652026-09-11T20:27:19.974Z[ recovery-image] Sep 11 20:27:18.898 INFO O| Sep 11 20:27:18.898 INFO STEP 883: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83662026-09-11T20:27:19.974Z[ recovery-image] Sep 11 20:27:18.906 INFO O| Sep 11 20:27:18.906 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sysevent/syseventconfd"
83672026-09-11T20:27:19.974Z[ recovery-image] Sep 11 20:27:18.906 INFO O| Sep 11 20:27:18.906 INFO STEP 883 (remove_files) COMPLETE
83682026-09-11T20:27:19.974Z[ recovery-image] Sep 11 20:27:18.906 INFO O| Sep 11 20:27:18.906 INFO STEP 884: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83692026-09-11T20:27:19.978Z[ recovery-image] Sep 11 20:27:18.914 INFO O| Sep 11 20:27:18.914 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/amd64/libvarpd_direct.so.1"
83702026-09-11T20:27:19.978Z[ recovery-image] Sep 11 20:27:18.914 INFO O| Sep 11 20:27:18.914 INFO STEP 884 (remove_files) COMPLETE
83712026-09-11T20:27:19.978Z[ recovery-image] Sep 11 20:27:18.914 INFO O| Sep 11 20:27:18.914 INFO STEP 885: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83722026-09-11T20:27:19.986Z[ recovery-image] Sep 11 20:27:18.923 INFO O| Sep 11 20:27:18.923 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/amd64/libvarpd_files.so.1"
83732026-09-11T20:27:19.986Z[ recovery-image] Sep 11 20:27:18.923 INFO O| Sep 11 20:27:18.923 INFO STEP 885 (remove_files) COMPLETE
83742026-09-11T20:27:19.986Z[ recovery-image] Sep 11 20:27:18.923 INFO O| Sep 11 20:27:18.923 INFO STEP 886: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83752026-09-11T20:27:20.000Z[ recovery-image] Sep 11 20:27:18.933 INFO O| Sep 11 20:27:18.933 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/libvarpd_direct.so.1"
83762026-09-11T20:27:20.000Z[ recovery-image] Sep 11 20:27:18.933 INFO O| Sep 11 20:27:18.933 INFO STEP 886 (remove_files) COMPLETE
83772026-09-11T20:27:20.005Z[ recovery-image] Sep 11 20:27:18.933 INFO O| Sep 11 20:27:18.933 INFO STEP 887: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83782026-09-11T20:27:20.005Z[ recovery-image] Sep 11 20:27:18.942 INFO O| Sep 11 20:27:18.942 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/libvarpd_files.so.1"
83792026-09-11T20:27:20.005Z[ recovery-image] Sep 11 20:27:18.942 INFO O| Sep 11 20:27:18.942 INFO STEP 887 (remove_files) COMPLETE
83802026-09-11T20:27:20.005Z[ recovery-image] Sep 11 20:27:18.942 INFO O| Sep 11 20:27:18.942 INFO STEP 888: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83812026-09-11T20:27:20.020Z[ recovery-image] Sep 11 20:27:18.951 INFO O| Sep 11 20:27:18.951 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/varpd"
83822026-09-11T20:27:20.020Z[ recovery-image] Sep 11 20:27:18.952 INFO O| Sep 11 20:27:18.952 INFO STEP 888 (remove_files) COMPLETE
83832026-09-11T20:27:20.020Z[ recovery-image] Sep 11 20:27:18.952 INFO O| Sep 11 20:27:18.952 INFO STEP 889: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83842026-09-11T20:27:20.038Z[ recovery-image] Sep 11 20:27:18.961 INFO O| Sep 11 20:27:18.961 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/xhci/xhci_portsc"
83852026-09-11T20:27:20.038Z[ recovery-image] Sep 11 20:27:18.961 INFO O| Sep 11 20:27:18.961 INFO STEP 889 (remove_files) COMPLETE
83862026-09-11T20:27:20.038Z[ recovery-image] Sep 11 20:27:18.961 INFO O| Sep 11 20:27:18.961 INFO STEP 890: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83872026-09-11T20:27:20.043Z[ recovery-image] Sep 11 20:27:18.971 INFO O| Sep 11 20:27:18.971 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/zfs/availdevs"
83882026-09-11T20:27:20.044Z[ recovery-image] Sep 11 20:27:18.971 INFO O| Sep 11 20:27:18.971 INFO STEP 890 (remove_files) COMPLETE
83892026-09-11T20:27:20.044Z[ recovery-image] Sep 11 20:27:18.971 INFO O| Sep 11 20:27:18.971 INFO STEP 891: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83902026-09-11T20:27:20.048Z[ recovery-image] Sep 11 20:27:18.981 INFO O| Sep 11 20:27:18.981 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/zones/zoneadmd"
83912026-09-11T20:27:20.049Z[ recovery-image] Sep 11 20:27:18.981 INFO O| Sep 11 20:27:18.981 INFO STEP 891 (remove_files) COMPLETE
83922026-09-11T20:27:20.049Z[ recovery-image] Sep 11 20:27:18.981 INFO O| Sep 11 20:27:18.981 INFO STEP 892: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83932026-09-11T20:27:20.054Z[ recovery-image] Sep 11 20:27:18.990 INFO O| Sep 11 20:27:18.990 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/sftp-server"
83942026-09-11T20:27:20.054Z[ recovery-image] Sep 11 20:27:18.990 INFO O| Sep 11 20:27:18.990 INFO STEP 892 (remove_files) COMPLETE
83952026-09-11T20:27:20.054Z[ recovery-image] Sep 11 20:27:18.990 INFO O| Sep 11 20:27:18.990 INFO STEP 893: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83962026-09-11T20:27:20.064Z[ recovery-image] Sep 11 20:27:18.999 INFO O| Sep 11 20:27:18.999 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-keysign"
83972026-09-11T20:27:20.064Z[ recovery-image] Sep 11 20:27:18.999 INFO O| Sep 11 20:27:18.999 INFO STEP 893 (remove_files) COMPLETE
83982026-09-11T20:27:20.064Z[ recovery-image] Sep 11 20:27:18.999 INFO O| Sep 11 20:27:18.999 INFO STEP 894: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83992026-09-11T20:27:20.074Z[ recovery-image] Sep 11 20:27:19.008 INFO O| Sep 11 20:27:19.008 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-pkcs11-helper"
84002026-09-11T20:27:20.074Z[ recovery-image] Sep 11 20:27:19.008 INFO O| Sep 11 20:27:19.008 INFO STEP 894 (remove_files) COMPLETE
84012026-09-11T20:27:20.074Z[ recovery-image] Sep 11 20:27:19.008 INFO O| Sep 11 20:27:19.008 INFO STEP 895: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84022026-09-11T20:27:20.079Z[ recovery-image] Sep 11 20:27:19.017 INFO O| Sep 11 20:27:19.017 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-sk-helper"
84032026-09-11T20:27:20.080Z[ recovery-image] Sep 11 20:27:19.017 INFO O| Sep 11 20:27:19.017 INFO STEP 895 (remove_files) COMPLETE
84042026-09-11T20:27:20.084Z[ recovery-image] Sep 11 20:27:19.017 INFO O| Sep 11 20:27:19.017 INFO STEP 896: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84052026-09-11T20:27:20.089Z[ recovery-image] Sep 11 20:27:19.026 INFO O| Sep 11 20:27:19.026 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/dispgid"
84062026-09-11T20:27:20.094Z[ recovery-image] Sep 11 20:27:19.027 INFO O| Sep 11 20:27:19.027 INFO STEP 896 (remove_files) COMPLETE
84072026-09-11T20:27:20.094Z[ recovery-image] Sep 11 20:27:19.027 INFO O| Sep 11 20:27:19.027 INFO STEP 897: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84082026-09-11T20:27:20.113Z[ recovery-image] Sep 11 20:27:19.050 INFO O| Sep 11 20:27:19.045 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/dispuid"
84092026-09-11T20:27:20.113Z[ recovery-image] Sep 11 20:27:19.050 INFO O| Sep 11 20:27:19.045 INFO STEP 897 (remove_files) COMPLETE
84102026-09-11T20:27:20.114Z[ recovery-image] Sep 11 20:27:19.050 INFO O| Sep 11 20:27:19.045 INFO STEP 898: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84112026-09-11T20:27:20.117Z[ recovery-image] Sep 11 20:27:19.055 INFO O| Sep 11 20:27:19.055 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errange"
84122026-09-11T20:27:20.118Z[ recovery-image] Sep 11 20:27:19.055 INFO O| Sep 11 20:27:19.055 INFO STEP 898 (remove_files) COMPLETE
84132026-09-11T20:27:20.118Z[ recovery-image] Sep 11 20:27:19.055 INFO O| Sep 11 20:27:19.055 INFO STEP 899: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84142026-09-11T20:27:20.121Z[verify-libraries] Compiling omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
84152026-09-11T20:27:20.133Z[ host-image] Sep 11 20:27:19.065 INFO O| install = pkg://helios/SUNWcs@0.5.11-3.0.24250:20260908T193524Z
84162026-09-11T20:27:20.133Z[ host-image] Sep 11 20:27:19.065 INFO O| install = pkg://helios/SUNWcsd@0.5.11-3.0.24250:20260908T193524Z
84172026-09-11T20:27:20.140Z[ host-image] Sep 11 20:27:19.065 INFO O| install = pkg://helios/compress/brotli@1.1.0-3.0:20260212T145231Z
84182026-09-11T20:27:20.140Z[ host-image] Sep 11 20:27:19.065 INFO O| install = pkg://helios/compress/bzip2@1.0.8-3.0:20260212T145211Z
84192026-09-11T20:27:20.140Z[ recovery-image] Sep 11 20:27:19.066 INFO O| Sep 11 20:27:19.066 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errdate"
84202026-09-11T20:27:20.140Z[ recovery-image] Sep 11 20:27:19.066 INFO O| Sep 11 20:27:19.066 INFO STEP 899 (remove_files) COMPLETE
84212026-09-11T20:27:20.140Z[ recovery-image] Sep 11 20:27:19.066 INFO O| Sep 11 20:27:19.066 INFO STEP 900: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84222026-09-11T20:27:20.140Z[ host-image] Sep 11 20:27:19.065 INFO O| install = pkg://helios/compress/gzip@1.14-3.0:20260212T145233Z
84232026-09-11T20:27:20.140Z[ host-image] Sep 11 20:27:19.066 INFO O| install = pkg://helios/compress/lz4@1.10.0-3.0:20260212T145227Z
84242026-09-11T20:27:20.140Z[ host-image] Sep 11 20:27:19.066 INFO O| install = pkg://helios/compress/xz@5.8.1-3.0:20260212T145332Z
84252026-09-11T20:27:20.140Z[ host-image] Sep 11 20:27:19.066 INFO O| install = pkg://helios/compress/zstd@1.5.7-3.0:20260212T145316Z
84262026-09-11T20:27:20.140Z[ host-image] Sep 11 20:27:19.066 INFO O| install = pkg://helios/consolidation/oxide/omicron-release-incorporation@23.0.0.0-3.0:20260911T201247Z
84272026-09-11T20:27:20.140Z[ host-image] Sep 11 20:27:19.066 INFO O| install = pkg://helios/consolidation/oxide/omicron1-brand-incorporation@1.0.26-3.0:20260506T112535Z
84282026-09-11T20:27:20.141Z[ host-image] Sep 11 20:27:19.066 INFO O| install = pkg://helios/database/sqlite-3@3.49.1-3.0:20260212T145531Z
84292026-09-11T20:27:20.141Z[ host-image] Sep 11 20:27:19.066 INFO O| install = pkg://helios/developer/acpi@0.5.11-3.0.24250:20260908T193524Z
84302026-09-11T20:27:20.141Z[ host-image] Sep 11 20:27:19.067 INFO O| install = pkg://helios/developer/debug/mdb@0.5.11-3.0.24250:20260908T193525Z
84312026-09-11T20:27:20.141Z[ host-image] Sep 11 20:27:19.067 INFO O| install = pkg://helios/developer/dtrace@0.5.11-3.0.24250:20260908T193525Z
84322026-09-11T20:27:20.141Z[ host-image] Sep 11 20:27:19.067 INFO O| install = pkg://helios/developer/linker@0.5.11-3.0.24250:20260908T193525Z
84332026-09-11T20:27:20.141Z[ host-image] Sep 11 20:27:19.067 INFO O| install = pkg://helios/developer/macro/cpp@20240422-3.0:20260212T145401Z
84342026-09-11T20:27:20.141Z[ host-image] Sep 11 20:27:19.067 INFO O| install = pkg://helios/developer/object-file@0.5.11-3.0.24250:20260908T193525Z
84352026-09-11T20:27:20.141Z[ host-image] Sep 11 20:27:19.068 INFO O| install = pkg://helios/diagnostic/cpu-counters@0.5.11-3.0.24250:20260908T193525Z
84362026-09-11T20:27:20.141Z[ host-image] Sep 11 20:27:19.068 INFO O| install = pkg://helios/diagnostic/diskinfo@0.5.11-3.0.24250:20260908T193525Z
84372026-09-11T20:27:20.141Z[ host-image] Sep 11 20:27:19.068 INFO O| install = pkg://helios/diagnostic/pci@0.5.11-3.0.24250:20260908T193525Z
84382026-09-11T20:27:20.141Z[ host-image] Sep 11 20:27:19.068 INFO O| install = pkg://helios/driver/audio@0.5.11-3.0.24250:20260908T193525Z
84392026-09-11T20:27:20.141Z[ host-image] Sep 11 20:27:19.068 INFO O| install = pkg://helios/driver/cpu/amd/psp@0.5.11-3.0.24250:20260908T193525Z
84402026-09-11T20:27:20.141Z[ host-image] Sep 11 20:27:19.068 INFO O| install = pkg://helios/driver/cpu/amd/zen@0.5.11-3.0.24250:20260908T193525Z
84412026-09-11T20:27:20.141Z[ host-image] Sep 11 20:27:19.068 INFO O| install = pkg://helios/driver/cpu/sensor@0.5.11-3.0.24250:20260908T193526Z
84422026-09-11T20:27:20.142Z[ host-image] Sep 11 20:27:19.068 INFO O| install = pkg://helios/driver/gpio/amd/zen@0.5.11-3.0.24250:20260908T193526Z
84432026-09-11T20:27:20.142Z[ host-image] Sep 11 20:27:19.068 INFO O| install = pkg://helios/driver/ktest@0.5.11-3.0.24250:20260908T193526Z
84442026-09-11T20:27:20.142Z[ host-image] Sep 11 20:27:19.068 INFO O| install = pkg://helios/driver/misc/tofino@0.5.11-3.0.24250:20260908T193526Z
84452026-09-11T20:27:20.142Z[ host-image] Sep 11 20:27:19.068 INFO O| install = pkg://helios/driver/network/cxgbe@0.5.11-3.0.24250:20260908T193527Z
84462026-09-11T20:27:20.142Z[ host-image] Sep 11 20:27:19.068 INFO O| install = pkg://helios/driver/network/e1000g@0.5.11-3.0.24250:20260908T193527Z
84472026-09-11T20:27:20.142Z[ host-image] Sep 11 20:27:19.068 INFO O| install = pkg://helios/driver/network/igb@0.5.11-3.0.24250:20260908T193527Z
84482026-09-11T20:27:20.142Z[ host-image] Sep 11 20:27:19.068 INFO O| install = pkg://helios/driver/network/ixgbe@0.5.11-3.0.24250:20260908T193528Z
84492026-09-11T20:27:20.142Z[ host-image] Sep 11 20:27:19.068 INFO O| install = pkg://helios/driver/network/opte@0.41.506-3.0:20260813T182845Z
84502026-09-11T20:27:20.142Z[ host-image] Sep 11 20:27:19.068 INFO O| install = pkg://helios/driver/network/rge@0.5.11-3.0.24250:20260908T193528Z
84512026-09-11T20:27:20.142Z[ host-image] Sep 11 20:27:19.068 INFO O| install = pkg://helios/driver/oxide/os-rot@0.5.11-3.0.24250:20260908T193529Z
84522026-09-11T20:27:20.142Z[ host-image] Sep 11 20:27:19.068 INFO O| install = pkg://helios/driver/serial/usbser@0.5.11-3.0.24250:20260908T193529Z
84532026-09-11T20:27:20.142Z[ host-image] Sep 11 20:27:19.068 INFO O| install = pkg://helios/driver/storage/blkdev@0.5.11-3.0.24250:20260908T193530Z
84542026-09-11T20:27:20.142Z[ host-image] Sep 11 20:27:19.068 INFO O| install = pkg://helios/driver/storage/nvme@0.5.11-3.0.24250:20260908T193530Z
84552026-09-11T20:27:20.143Z[ host-image] Sep 11 20:27:19.069 INFO O| install = pkg://helios/driver/usb@0.5.11-3.0.24250:20260908T193530Z
84562026-09-11T20:27:20.143Z[ host-image] Sep 11 20:27:19.069 INFO O| install = pkg://helios/driver/x11/xsvc@0.5.11-3.0.24250:20260908T193530Z
84572026-09-11T20:27:20.143Z[ host-image] Sep 11 20:27:19.072 INFO O| install = pkg://helios/editor/vim@9.1.1202-3.0:20260212T145631Z
84582026-09-11T20:27:20.143Z[ host-image] Sep 11 20:27:19.072 INFO O| install = pkg://helios/install/beadm@0.5.11-3.0.24250:20260908T193531Z
84592026-09-11T20:27:20.143Z[ host-image] Sep 11 20:27:19.072 INFO O| install = pkg://helios/library/expat@2.8.4-3.0:20260908T223924Z
84602026-09-11T20:27:20.143Z[ host-image] Sep 11 20:27:19.072 INFO O| install = pkg://helios/library/libedit@3.1-3.0:20260212T145834Z
84612026-09-11T20:27:20.143Z[ host-image] Sep 11 20:27:19.072 INFO O| install = pkg://helios/library/libidn@1.43-3.0:20260212T150133Z
84622026-09-11T20:27:20.143Z[ host-image] Sep 11 20:27:19.072 INFO O| install = pkg://helios/library/libpsl@0.21.5-3.0:20260212T145919Z
84632026-09-11T20:27:20.143Z[ host-image] Sep 11 20:27:19.072 INFO O| install = pkg://helios/library/libtecla@1.6.0-3.0.24250:20260908T193531Z
84642026-09-11T20:27:20.143Z[ host-image] Sep 11 20:27:19.072 INFO O| install = pkg://helios/library/libtool/libltdl@2.5.4-3.0:20260212T153047Z
84652026-09-11T20:27:20.143Z[ host-image] Sep 11 20:27:19.072 INFO O| install = pkg://helios/library/libxml2@2.13.9-3.0:20260908T224111Z
84662026-09-11T20:27:20.143Z[ host-image] Sep 11 20:27:19.072 INFO O| install = pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z
84672026-09-11T20:27:20.143Z[ host-image] Sep 11 20:27:19.073 INFO O| install = pkg://helios/library/libxslt@1.1.42-3.0:20260212T150002Z
84682026-09-11T20:27:20.143Z[ recovery-image] Sep 11 20:27:19.076 INFO O| Sep 11 20:27:19.075 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errgid"
84692026-09-11T20:27:20.143Z[ recovery-image] Sep 11 20:27:19.076 INFO O| Sep 11 20:27:19.076 INFO STEP 900 (remove_files) COMPLETE
84702026-09-11T20:27:20.143Z[ recovery-image] Sep 11 20:27:19.076 INFO O| Sep 11 20:27:19.076 INFO STEP 901: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84712026-09-11T20:27:20.148Z[ host-image] Sep 11 20:27:19.076 INFO O| install = pkg://helios/library/ncurses@6.5.20240511-3.0:20260212T150321Z
84722026-09-11T20:27:20.149Z[ host-image] Sep 11 20:27:19.076 INFO O| install = pkg://helios/library/nghttp2@1.65.0-3.0:20260212T150101Z
84732026-09-11T20:27:20.149Z[ host-image] Sep 11 20:27:19.076 INFO O| install = pkg://helios/library/nspr@4.36-3.0:20260212T150052Z
84742026-09-11T20:27:20.149Z[ host-image] Sep 11 20:27:19.076 INFO O| install = pkg://helios/library/pcre@8.45-3.0:20260212T150116Z
84752026-09-11T20:27:20.149Z[ host-image] Sep 11 20:27:19.077 INFO O| install = pkg://helios/library/pcre2@10.45-3.0:20260212T150204Z
84762026-09-11T20:27:20.149Z[ host-image] Sep 11 20:27:19.077 INFO O| install = pkg://helios/library/readline@8.2.13-3.0:20260212T150529Z
84772026-09-11T20:27:20.149Z[verify-libraries] Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
84782026-09-11T20:27:20.149Z[verify-libraries] Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
84792026-09-11T20:27:20.149Z[ recovery-image] Sep 11 20:27:19.085 INFO O| Sep 11 20:27:19.085 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errint"
84802026-09-11T20:27:20.149Z[ recovery-image] Sep 11 20:27:19.085 INFO O| Sep 11 20:27:19.085 INFO STEP 901 (remove_files) COMPLETE
84812026-09-11T20:27:20.149Z[ recovery-image] Sep 11 20:27:19.085 INFO O| Sep 11 20:27:19.085 INFO STEP 902: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84822026-09-11T20:27:20.153Z[ host-image] Sep 11 20:27:19.088 INFO O| install = pkg://helios/library/security/openssl-3@3.5.8-3.0:20260902T163624Z
84832026-09-11T20:27:20.153Z[ host-image] Sep 11 20:27:19.089 INFO O| install = pkg://helios/library/security/trousers@0.3.15-3.0:20260212T150509Z
84842026-09-11T20:27:20.153Z[ host-image] Sep 11 20:27:19.089 INFO O| install = pkg://helios/library/zlib@1.3.1-3.0:20260212T150415Z
84852026-09-11T20:27:20.153Z[ host-image] Sep 11 20:27:19.089 INFO O| install = pkg://helios/locale/en@0.5.11-3.0.24250:20260908T193531Z
84862026-09-11T20:27:20.153Z[ host-image] Sep 11 20:27:19.089 INFO O| install = pkg://helios/network/bridging@0.5.11-3.0.24250:20260908T193534Z
84872026-09-11T20:27:20.153Z[ host-image] Sep 11 20:27:19.089 INFO O| install = pkg://helios/network/dns/bind@9.18.35-3.0:20260212T150623Z
84882026-09-11T20:27:20.153Z[ host-image] Sep 11 20:27:19.089 INFO O| install = pkg://helios/network/netcat@0.5.11-3.0.24250:20260908T193534Z
84892026-09-11T20:27:20.153Z[ host-image] Sep 11 20:27:19.089 INFO O| install = pkg://helios/network/openssh@10.0.2-3.1:20260212T150612Z
84902026-09-11T20:27:20.154Z[ host-image] Sep 11 20:27:19.089 INFO O| install = pkg://helios/network/openssh-server@10.0.2-3.1:20260212T150627Z
84912026-09-11T20:27:20.154Z[ host-image] Sep 11 20:27:19.089 INFO O| install = pkg://helios/network/overwatch@0.1.0.42-3.0:20260226T161717Z
84922026-09-11T20:27:20.154Z[ host-image] Sep 11 20:27:19.089 INFO O| install = pkg://helios/network/rsync@3.5.0-3.0:20260902T163025Z
84932026-09-11T20:27:20.154Z[ host-image] Sep 11 20:27:19.089 INFO O| install = pkg://helios/network/snoop@0.5.11-3.0.24250:20260908T193534Z
84942026-09-11T20:27:20.154Z[ host-image] Sep 11 20:27:19.089 INFO O| install = pkg://helios/ooce/library/onig@6.9.10-3.0:20260212T173726Z
84952026-09-11T20:27:20.154Z[ host-image] Sep 11 20:27:19.090 INFO O| install = pkg://helios/ooce/library/postgresql-13@13.23-3.0:20260212T162452Z
84962026-09-11T20:27:20.154Z[ host-image] Sep 11 20:27:19.090 INFO O| install = pkg://helios/ooce/util/jq@1.8.1-3.0:20260212T184343Z
84972026-09-11T20:27:20.154Z[ host-image] Sep 11 20:27:19.090 INFO O| install = pkg://helios/oxide/platform-identity-cacerts@1.0-3.0:20260224T222206Z
84982026-09-11T20:27:20.154Z[ host-image] Sep 11 20:27:19.090 INFO O| install = pkg://helios/package/svr4@0.5.11-3.0.24250:20260908T193534Z
84992026-09-11T20:27:20.154Z[ host-image] Sep 11 20:27:19.090 INFO O| install = pkg://helios/release/name@0.5.11-3.0:20260226T173303Z
85002026-09-11T20:27:20.164Z[ host-image] Sep 11 20:27:19.094 INFO O| install = pkg://helios/runtime/perl@5.40.2-3.0:20260212T151017Z
85012026-09-11T20:27:20.164Z[ host-image] Sep 11 20:27:19.094 INFO O| install = pkg://helios/runtime/perl/module/sun-solaris@0.5.11-3.0.24250:20260908T193535Z
85022026-09-11T20:27:20.164Z[ host-image] Sep 11 20:27:19.095 INFO O| install = pkg://helios/service/fault-management@0.5.11-3.0.24250:20260908T193535Z
85032026-09-11T20:27:20.164Z[ host-image] Sep 11 20:27:19.095 INFO O| install = pkg://helios/service/file-system/smb@0.5.11-3.0.24250:20260908T193535Z
85042026-09-11T20:27:20.164Z[ host-image] Sep 11 20:27:19.095 INFO O| install = pkg://helios/service/network/chrony@4.6.1-3.0:20260212T150931Z
85052026-09-11T20:27:20.164Z[ host-image] Sep 11 20:27:19.095 INFO O| install = pkg://helios/service/picl@0.5.11-3.0.24250:20260908T193535Z
85062026-09-11T20:27:20.164Z[ host-image] Sep 11 20:27:19.095 INFO O| install = pkg://helios/service/resource-pools@0.5.11-3.0.24250:20260908T193535Z
85072026-09-11T20:27:20.165Z[ host-image] Sep 11 20:27:19.095 INFO O| install = pkg://helios/service/security/gss@0.5.11-3.0.24250:20260908T193536Z
85082026-09-11T20:27:20.165Z[ recovery-image] Sep 11 20:27:19.096 INFO O| Sep 11 20:27:19.095 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erritem"
85092026-09-11T20:27:20.165Z[ host-image] Sep 11 20:27:19.096 INFO O| install = pkg://helios/service/security/kerberos-5@0.5.11-3.0.24250:20260908T193536Z
85102026-09-11T20:27:20.165Z[ recovery-image] Sep 11 20:27:19.096 INFO O| Sep 11 20:27:19.096 INFO STEP 902 (remove_files) COMPLETE
85112026-09-11T20:27:20.165Z[ recovery-image] Sep 11 20:27:19.096 INFO O| Sep 11 20:27:19.096 INFO STEP 903: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85122026-09-11T20:27:20.165Z[ host-image] Sep 11 20:27:19.097 INFO O| install = pkg://helios/shell/bash@5.2.32-3.1:20260709T181950Z
85132026-09-11T20:27:20.165Z[ host-image] Sep 11 20:27:19.097 INFO O| install = pkg://helios/shell/ksh93@93.21.1.20120801-3.0.24250:20260908T193536Z
85142026-09-11T20:27:20.165Z[ host-image] Sep 11 20:27:19.097 INFO O| install = pkg://helios/system/bhyve@0.5.11-3.0.24250:20260908T193536Z
85152026-09-11T20:27:20.165Z[ host-image] Sep 11 20:27:19.097 INFO O| install = pkg://helios/system/bhyve/firmware@20241101-3.0:20260212T151705Z
85162026-09-11T20:27:20.165Z[ host-image] Sep 11 20:27:19.097 INFO O| install = pkg://helios/system/boot/loader@1.1-3.0.24250:20260908T193536Z
85172026-09-11T20:27:20.165Z[ host-image] Sep 11 20:27:19.097 INFO O| install = pkg://helios/system/data/console/fonts@0.5.11-3.0.24250:20260908T193537Z
85182026-09-11T20:27:20.165Z[ host-image] Sep 11 20:27:19.097 INFO O| install = pkg://helios/system/data/hardware-registry@2025.6.9-3.0.24250:20260908T193537Z
85192026-09-11T20:27:20.165Z[ host-image] Sep 11 20:27:19.097 INFO O| install = pkg://helios/system/data/keyboard/keytables@0.5.11-3.0.24250:20260908T193537Z
85202026-09-11T20:27:20.165Z[ host-image] Sep 11 20:27:19.099 INFO O| install = pkg://helios/system/data/terminfo@0.5.11-3.0.24250:20260908T193537Z
85212026-09-11T20:27:20.165Z[ host-image] Sep 11 20:27:19.099 INFO O| install = pkg://helios/system/data/urxvt-terminfo@9.31-3.0:20260212T151125Z
85222026-09-11T20:27:20.165Z[ host-image] Sep 11 20:27:19.100 INFO O| install = pkg://helios/system/data/zoneinfo@2026.3-3.0.24250:20260908T193537Z
85232026-09-11T20:27:20.165Z[ host-image] Sep 11 20:27:19.100 INFO O| install = pkg://helios/system/dpe@0.5.11-3.0.24250:20260908T193537Z
85242026-09-11T20:27:20.165Z[ host-image] Sep 11 20:27:19.100 INFO O| install = pkg://helios/system/extended-system-utilities@0.5.11-3.0.24250:20260908T193537Z
85252026-09-11T20:27:20.165Z[ host-image] Sep 11 20:27:19.100 INFO O| install = pkg://helios/system/ficl@4.1.0-3.0.24250:20260908T193537Z
85262026-09-11T20:27:20.165Z[ host-image] Sep 11 20:27:19.100 INFO O| install = pkg://helios/system/file-system/smb@0.5.11-3.0.24250:20260908T193537Z
85272026-09-11T20:27:20.165Z[ host-image] Sep 11 20:27:19.101 INFO O| install = pkg://helios/system/file-system/zfs@0.5.11-3.0.24250:20260908T193537Z
85282026-09-11T20:27:20.166Z[ host-image] Sep 11 20:27:19.101 INFO O| install = pkg://helios/system/gpio@0.5.11-3.0.24250:20260908T193537Z
85292026-09-11T20:27:20.166Z[ host-image] Sep 11 20:27:19.101 INFO O| install = pkg://helios/system/i2c@0.5.11-3.0.24250:20260908T193537Z
85302026-09-11T20:27:20.170Z[ host-image] Sep 11 20:27:19.103 INFO O| install = pkg://helios/system/kernel@0.5.11-3.0.24250:20260908T193538Z
85312026-09-11T20:27:20.170Z[ host-image] Sep 11 20:27:19.104 INFO O| install = pkg://helios/system/kernel/cpu-counters@0.5.11-3.0.24250:20260908T193538Z
85322026-09-11T20:27:20.170Z[ host-image] Sep 11 20:27:19.104 INFO O| install = pkg://helios/system/kernel/dtrace/providers@0.5.11-3.0.24250:20260908T193538Z
85332026-09-11T20:27:20.170Z[ host-image] Sep 11 20:27:19.104 INFO O| install = pkg://helios/system/kernel/platform@0.5.11-3.0.24250:20260908T193538Z
85342026-09-11T20:27:20.170Z[ host-image] Sep 11 20:27:19.104 INFO O| install = pkg://helios/system/ksensor@0.5.11-3.0.24250:20260908T193538Z
85352026-09-11T20:27:20.173Z[ recovery-image] Sep 11 20:27:19.108 INFO O| Sep 11 20:27:19.107 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errpath"
85362026-09-11T20:27:20.173Z[ recovery-image] Sep 11 20:27:19.108 INFO O| Sep 11 20:27:19.108 INFO STEP 903 (remove_files) COMPLETE
85372026-09-11T20:27:20.174Z[ recovery-image] Sep 11 20:27:19.108 INFO O| Sep 11 20:27:19.108 INFO STEP 904: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85382026-09-11T20:27:20.174Z[ host-image] Sep 11 20:27:19.110 INFO O| install = pkg://helios/system/library@0.5.11-3.0.24250:20260908T193539Z
85392026-09-11T20:27:20.174Z[ host-image] Sep 11 20:27:19.110 INFO O| install = pkg://helios/system/library/bhyve@0.5.11-3.0.24250:20260908T193538Z
85402026-09-11T20:27:20.174Z[ host-image] Sep 11 20:27:19.110 INFO O| install = pkg://helios/system/library/demangle@0.5.11-3.0.24250:20260908T193538Z
85412026-09-11T20:27:20.174Z[ host-image] Sep 11 20:27:19.110 INFO O| install = pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z
85422026-09-11T20:27:20.174Z[ host-image] Sep 11 20:27:19.110 INFO O| install = pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z
85432026-09-11T20:27:20.181Z[ host-image] Sep 11 20:27:19.119 INFO O| install = pkg://helios/system/library/iconv/utf-8@0.5.11-3.0.24250:20260908T193538Z
85442026-09-11T20:27:20.181Z[ host-image] Sep 11 20:27:19.119 INFO O| install = pkg://helios/system/library/libdbus@1.16.2-3.0:20260212T153054Z
85452026-09-11T20:27:20.181Z[ host-image] Sep 11 20:27:19.119 INFO O| install = pkg://helios/system/library/libdiskmgt@0.5.11-3.0.24250:20260908T193538Z
85462026-09-11T20:27:20.185Z[ host-image] Sep 11 20:27:19.119 INFO O| install = pkg://helios/system/library/libispi@0.5.11-3.0.24250:20260908T193538Z
85472026-09-11T20:27:20.185Z[ host-image] Sep 11 20:27:19.119 INFO O| install = pkg://helios/system/library/math@0.5.11-3.0.24250:20260908T193538Z
85482026-09-11T20:27:20.185Z[ host-image] Sep 11 20:27:19.119 INFO O| install = pkg://helios/system/library/mozilla-nss@3.110-3.0:20260212T151334Z
85492026-09-11T20:27:20.185Z[ host-image] Sep 11 20:27:19.119 INFO O| install = pkg://helios/system/library/pcap@1.10.7-3.0:20260908T224020Z
85502026-09-11T20:27:20.185Z[ host-image] Sep 11 20:27:19.120 INFO O| install = pkg://helios/system/library/security/gss@0.5.11-3.0.24250:20260908T193539Z
85512026-09-11T20:27:20.185Z[ host-image] Sep 11 20:27:19.120 INFO O| install = pkg://helios/system/library/security/gss/diffie-hellman@0.5.11-3.0.24250:20260908T193539Z
85522026-09-11T20:27:20.185Z[ host-image] Sep 11 20:27:19.120 INFO O| install = pkg://helios/system/library/security/gss/spnego@0.5.11-3.0.24250:20260908T193539Z
85532026-09-11T20:27:20.185Z[ host-image] Sep 11 20:27:19.120 INFO O| install = pkg://helios/system/library/security/libsasl@0.5.11-3.0.24250:20260908T193539Z
85542026-09-11T20:27:20.185Z[ host-image] Sep 11 20:27:19.120 INFO O| install = pkg://helios/system/library/storage/scsi-plugins@0.5.11-3.0.24250:20260908T193539Z
85552026-09-11T20:27:20.185Z[ host-image] Sep 11 20:27:19.120 INFO O| install = pkg://helios/system/man@0.5.11-3.0.24250:20260908T193539Z
85562026-09-11T20:27:20.185Z[ host-image] Sep 11 20:27:19.121 INFO O| install = pkg://helios/system/management/snmp/net-snmp@5.9.4-3.0:20260212T151432Z
85572026-09-11T20:27:20.185Z[ host-image] Sep 11 20:27:19.121 INFO O| install = pkg://helios/system/microcode/amd@20260724-3.0.24250:20260908T193540Z
85582026-09-11T20:27:20.185Z[ host-image] Sep 11 20:27:19.121 INFO O| install = pkg://helios/system/microcode/intel@20260812-3.0.24250:20260908T193540Z
85592026-09-11T20:27:20.185Z[ host-image] Sep 11 20:27:19.121 INFO O| install = pkg://helios/system/microcode/oxide@20260619-3.0.24250:20260908T193540Z
85602026-09-11T20:27:20.186Z[ host-image] Sep 11 20:27:19.121 INFO O| install = pkg://helios/system/network@0.5.11-3.0.24250:20260908T193540Z
85612026-09-11T20:27:20.186Z[ host-image] Sep 11 20:27:19.121 INFO O| install = pkg://helios/system/network/overlay@0.5.11-3.0.24250:20260908T193540Z
85622026-09-11T20:27:20.186Z[ host-image] Sep 11 20:27:19.121 INFO O| install = pkg://helios/system/network/routing@0.5.11-3.0.24250:20260908T193540Z
85632026-09-11T20:27:20.186Z[ host-image] Sep 11 20:27:19.121 INFO O| install = pkg://helios/system/prerequisite/gnu@0.5.11-3.0:20260212T151403Z
85642026-09-11T20:27:20.186Z[ host-image] Sep 11 20:27:19.121 INFO O| install = pkg://helios/system/watch@4.0.5-3.0:20260212T151501Z
85652026-09-11T20:27:20.186Z[ host-image] Sep 11 20:27:19.121 INFO O| install = pkg://helios/system/xopen/xcu4@0.5.11-3.0.24250:20260908T193541Z
85662026-09-11T20:27:20.186Z[ host-image] Sep 11 20:27:19.122 INFO O| install = pkg://helios/system/zones@0.5.11-3.0.24250:20260908T193542Z
85672026-09-11T20:27:20.186Z[ host-image] Sep 11 20:27:19.122 INFO O| install = pkg://helios/system/zones/brand/omicron1@1.0.26-3.0:20260506T112523Z
85682026-09-11T20:27:20.186Z[ host-image] Sep 11 20:27:19.122 INFO O| install = pkg://helios/terminal/resize@352-3.0:20260212T151456Z
85692026-09-11T20:27:20.186Z[ host-image] Sep 11 20:27:19.122 INFO O| install = pkg://helios/text/column@0.0.0.20181004-3.0:20260224T215736Z
85702026-09-11T20:27:20.186Z[ host-image] Sep 11 20:27:19.122 INFO O| install = pkg://helios/text/less@668-3.0:20260212T151713Z
85712026-09-11T20:27:20.186Z[ host-image] Sep 11 20:27:19.122 INFO O| install = pkg://helios/text/looker@0.1.0.15-3.0:20260224T221620Z
85722026-09-11T20:27:20.186Z[ host-image] Sep 11 20:27:19.122 INFO O| install = pkg://helios/web/ca-bundle@5.11-3.0:20260212T152502Z
85732026-09-11T20:27:20.190Z[ host-image] Sep 11 20:27:19.123 INFO O| install = pkg://helios/web/curl@8.22.0-3.0:20260908T223845Z
85742026-09-11T20:27:20.190Z[ host-image] Sep 11 20:27:19.123 INFO O| tempdir @ "/tmp/.tmp8rbMQ2/tmp"
85752026-09-11T20:27:20.190Z[ host-image] Sep 11 20:27:19.123 INFO O| image root @ "/tmp/.tmp8rbMQ2/tmp/root"
85762026-09-11T20:27:20.190Z[ host-image] Sep 11 20:27:19.123 INFO O| creating image...
85772026-09-11T20:27:20.195Z[ recovery-image] Sep 11 20:27:19.132 INFO O| Sep 11 20:27:19.132 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errstr"
85782026-09-11T20:27:20.195Z[ recovery-image] Sep 11 20:27:19.132 INFO O| Sep 11 20:27:19.132 INFO STEP 904 (remove_files) COMPLETE
85792026-09-11T20:27:20.195Z[ recovery-image] Sep 11 20:27:19.132 INFO O| Sep 11 20:27:19.132 INFO STEP 905: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85802026-09-11T20:27:20.203Z[ recovery-image] Sep 11 20:27:19.141 INFO O| Sep 11 20:27:19.141 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errtime"
85812026-09-11T20:27:20.203Z[ recovery-image] Sep 11 20:27:19.141 INFO O| Sep 11 20:27:19.141 INFO STEP 905 (remove_files) COMPLETE
85822026-09-11T20:27:20.203Z[ recovery-image] Sep 11 20:27:19.141 INFO O| Sep 11 20:27:19.141 INFO STEP 906: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85832026-09-11T20:27:20.213Z[ recovery-image] Sep 11 20:27:19.150 INFO O| Sep 11 20:27:19.150 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erruid"
85842026-09-11T20:27:20.213Z[ recovery-image] Sep 11 20:27:19.150 INFO O| Sep 11 20:27:19.150 INFO STEP 906 (remove_files) COMPLETE
85852026-09-11T20:27:20.213Z[ recovery-image] Sep 11 20:27:19.150 INFO O| Sep 11 20:27:19.150 INFO STEP 907: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85862026-09-11T20:27:20.222Z[ recovery-image] Sep 11 20:27:19.159 INFO O| Sep 11 20:27:19.159 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erryorn"
85872026-09-11T20:27:20.222Z[ recovery-image] Sep 11 20:27:19.159 INFO O| Sep 11 20:27:19.159 INFO STEP 907 (remove_files) COMPLETE
85882026-09-11T20:27:20.222Z[ recovery-image] Sep 11 20:27:19.159 INFO O| Sep 11 20:27:19.159 INFO STEP 908: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85892026-09-11T20:27:20.231Z[ recovery-image] Sep 11 20:27:19.169 INFO O| Sep 11 20:27:19.169 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpdate"
85902026-09-11T20:27:20.231Z[ recovery-image] Sep 11 20:27:19.169 INFO O| Sep 11 20:27:19.169 INFO STEP 908 (remove_files) COMPLETE
85912026-09-11T20:27:20.231Z[ recovery-image] Sep 11 20:27:19.169 INFO O| Sep 11 20:27:19.169 INFO STEP 909: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85922026-09-11T20:27:20.241Z[ recovery-image] Sep 11 20:27:19.179 INFO O| Sep 11 20:27:19.179 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpgid"
85932026-09-11T20:27:20.241Z[ recovery-image] Sep 11 20:27:19.179 INFO O| Sep 11 20:27:19.179 INFO STEP 909 (remove_files) COMPLETE
85942026-09-11T20:27:20.242Z[ recovery-image] Sep 11 20:27:19.179 INFO O| Sep 11 20:27:19.179 INFO STEP 910: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85952026-09-11T20:27:20.251Z[ recovery-image] Sep 11 20:27:19.189 INFO O| Sep 11 20:27:19.189 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpint"
85962026-09-11T20:27:20.251Z[ recovery-image] Sep 11 20:27:19.189 INFO O| Sep 11 20:27:19.189 INFO STEP 910 (remove_files) COMPLETE
85972026-09-11T20:27:20.260Z[ recovery-image] Sep 11 20:27:19.189 INFO O| Sep 11 20:27:19.189 INFO STEP 911: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85982026-09-11T20:27:20.263Z[ recovery-image] Sep 11 20:27:19.198 INFO O| Sep 11 20:27:19.197 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpitem"
85992026-09-11T20:27:20.263Z[ recovery-image] Sep 11 20:27:19.198 INFO O| Sep 11 20:27:19.198 INFO STEP 911 (remove_files) COMPLETE
86002026-09-11T20:27:20.263Z[ recovery-image] Sep 11 20:27:19.198 INFO O| Sep 11 20:27:19.198 INFO STEP 912: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86012026-09-11T20:27:20.269Z[ recovery-image] Sep 11 20:27:19.207 INFO O| Sep 11 20:27:19.206 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helppath"
86022026-09-11T20:27:20.269Z[ recovery-image] Sep 11 20:27:19.207 INFO O| Sep 11 20:27:19.207 INFO STEP 912 (remove_files) COMPLETE
86032026-09-11T20:27:20.269Z[ recovery-image] Sep 11 20:27:19.207 INFO O| Sep 11 20:27:19.207 INFO STEP 913: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86042026-09-11T20:27:20.282Z[ recovery-image] Sep 11 20:27:19.215 INFO O| Sep 11 20:27:19.215 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helprange"
86052026-09-11T20:27:20.282Z[ recovery-image] Sep 11 20:27:19.216 INFO O| Sep 11 20:27:19.215 INFO STEP 913 (remove_files) COMPLETE
86062026-09-11T20:27:20.287Z[ recovery-image] Sep 11 20:27:19.216 INFO O| Sep 11 20:27:19.215 INFO STEP 914: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86072026-09-11T20:27:20.287Z[ recovery-image] Sep 11 20:27:19.224 INFO O| Sep 11 20:27:19.224 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpstr"
86082026-09-11T20:27:20.287Z[ recovery-image] Sep 11 20:27:19.224 INFO O| Sep 11 20:27:19.224 INFO STEP 914 (remove_files) COMPLETE
86092026-09-11T20:27:20.287Z[ recovery-image] Sep 11 20:27:19.224 INFO O| Sep 11 20:27:19.224 INFO STEP 915: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86102026-09-11T20:27:20.296Z[ recovery-image] Sep 11 20:27:19.233 INFO O| Sep 11 20:27:19.233 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helptime"
86112026-09-11T20:27:20.296Z[ recovery-image] Sep 11 20:27:19.233 INFO O| Sep 11 20:27:19.233 INFO STEP 915 (remove_files) COMPLETE
86122026-09-11T20:27:20.296Z[ recovery-image] Sep 11 20:27:19.233 INFO O| Sep 11 20:27:19.233 INFO STEP 916: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86132026-09-11T20:27:20.306Z[ recovery-image] Sep 11 20:27:19.243 INFO O| Sep 11 20:27:19.243 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpuid"
86142026-09-11T20:27:20.306Z[ recovery-image] Sep 11 20:27:19.243 INFO O| Sep 11 20:27:19.243 INFO STEP 916 (remove_files) COMPLETE
86152026-09-11T20:27:20.306Z[ recovery-image] Sep 11 20:27:19.243 INFO O| Sep 11 20:27:19.243 INFO STEP 917: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86162026-09-11T20:27:20.317Z[ recovery-image] Sep 11 20:27:19.252 INFO O| Sep 11 20:27:19.252 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpyorn"
86172026-09-11T20:27:20.317Z[ recovery-image] Sep 11 20:27:19.252 INFO O| Sep 11 20:27:19.252 INFO STEP 917 (remove_files) COMPLETE
86182026-09-11T20:27:20.317Z[ recovery-image] Sep 11 20:27:19.252 INFO O| Sep 11 20:27:19.252 INFO STEP 918: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86192026-09-11T20:27:20.323Z[ recovery-image] Sep 11 20:27:19.260 INFO O| Sep 11 20:27:19.260 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/puttext"
86202026-09-11T20:27:20.326Z[ recovery-image] Sep 11 20:27:19.260 INFO O| Sep 11 20:27:19.260 INFO STEP 918 (remove_files) COMPLETE
86212026-09-11T20:27:20.326Z[ recovery-image] Sep 11 20:27:19.260 INFO O| Sep 11 20:27:19.260 INFO STEP 919: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86222026-09-11T20:27:20.335Z[ recovery-image] Sep 11 20:27:19.272 INFO O| Sep 11 20:27:19.272 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valdate"
86232026-09-11T20:27:20.335Z[ recovery-image] Sep 11 20:27:19.272 INFO O| Sep 11 20:27:19.272 INFO STEP 919 (remove_files) COMPLETE
86242026-09-11T20:27:20.335Z[ recovery-image] Sep 11 20:27:19.272 INFO O| Sep 11 20:27:19.272 INFO STEP 920: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86252026-09-11T20:27:20.345Z[ recovery-image] Sep 11 20:27:19.283 INFO O| Sep 11 20:27:19.283 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valgid"
86262026-09-11T20:27:20.346Z[ recovery-image] Sep 11 20:27:19.283 INFO O| Sep 11 20:27:19.283 INFO STEP 920 (remove_files) COMPLETE
86272026-09-11T20:27:20.346Z[ recovery-image] Sep 11 20:27:19.283 INFO O| Sep 11 20:27:19.283 INFO STEP 921: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86282026-09-11T20:27:20.355Z[ recovery-image] Sep 11 20:27:19.292 INFO O| Sep 11 20:27:19.292 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valint"
86292026-09-11T20:27:20.355Z[ recovery-image] Sep 11 20:27:19.292 INFO O| Sep 11 20:27:19.292 INFO STEP 921 (remove_files) COMPLETE
86302026-09-11T20:27:20.360Z[ recovery-image] Sep 11 20:27:19.292 INFO O| Sep 11 20:27:19.292 INFO STEP 922: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86312026-09-11T20:27:20.365Z[ recovery-image] Sep 11 20:27:19.302 INFO O| Sep 11 20:27:19.302 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valpath"
86322026-09-11T20:27:20.368Z[ recovery-image] Sep 11 20:27:19.302 INFO O| Sep 11 20:27:19.302 INFO STEP 922 (remove_files) COMPLETE
86332026-09-11T20:27:20.368Z[ recovery-image] Sep 11 20:27:19.302 INFO O| Sep 11 20:27:19.302 INFO STEP 923: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86342026-09-11T20:27:20.377Z[ recovery-image] Sep 11 20:27:19.313 INFO O| Sep 11 20:27:19.313 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valrange"
86352026-09-11T20:27:20.377Z[ recovery-image] Sep 11 20:27:19.313 INFO O| Sep 11 20:27:19.313 INFO STEP 923 (remove_files) COMPLETE
86362026-09-11T20:27:20.381Z[ recovery-image] Sep 11 20:27:19.313 INFO O| Sep 11 20:27:19.313 INFO STEP 924: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86372026-09-11T20:27:20.386Z[ recovery-image] Sep 11 20:27:19.323 INFO O| Sep 11 20:27:19.323 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valstr"
86382026-09-11T20:27:20.386Z[ recovery-image] Sep 11 20:27:19.323 INFO O| Sep 11 20:27:19.323 INFO STEP 924 (remove_files) COMPLETE
86392026-09-11T20:27:20.386Z[ recovery-image] Sep 11 20:27:19.323 INFO O| Sep 11 20:27:19.323 INFO STEP 925: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86402026-09-11T20:27:20.395Z[ recovery-image] Sep 11 20:27:19.333 INFO O| Sep 11 20:27:19.333 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valtime"
86412026-09-11T20:27:20.396Z[ recovery-image] Sep 11 20:27:19.333 INFO O| Sep 11 20:27:19.333 INFO STEP 925 (remove_files) COMPLETE
86422026-09-11T20:27:20.396Z[ recovery-image] Sep 11 20:27:19.333 INFO O| Sep 11 20:27:19.333 INFO STEP 926: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86432026-09-11T20:27:20.405Z[ recovery-image] Sep 11 20:27:19.342 INFO O| Sep 11 20:27:19.342 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valuid"
86442026-09-11T20:27:20.405Z[ recovery-image] Sep 11 20:27:19.343 INFO O| Sep 11 20:27:19.342 INFO STEP 926 (remove_files) COMPLETE
86452026-09-11T20:27:20.408Z[ recovery-image] Sep 11 20:27:19.343 INFO O| Sep 11 20:27:19.343 INFO STEP 927: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86462026-09-11T20:27:20.417Z[ recovery-image] Sep 11 20:27:19.354 INFO O| Sep 11 20:27:19.354 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valyorn"
86472026-09-11T20:27:20.417Z[ recovery-image] Sep 11 20:27:19.354 INFO O| Sep 11 20:27:19.354 INFO STEP 927 (remove_files) COMPLETE
86482026-09-11T20:27:20.417Z[ recovery-image] Sep 11 20:27:19.354 INFO O| Sep 11 20:27:19.354 INFO STEP 928: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86492026-09-11T20:27:20.426Z[ recovery-image] Sep 11 20:27:19.363 INFO O| Sep 11 20:27:19.363 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkginstall"
86502026-09-11T20:27:20.426Z[ recovery-image] Sep 11 20:27:19.364 INFO O| Sep 11 20:27:19.363 INFO STEP 928 (remove_files) COMPLETE
86512026-09-11T20:27:20.430Z[ recovery-image] Sep 11 20:27:19.364 INFO O| Sep 11 20:27:19.364 INFO STEP 929: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86522026-09-11T20:27:20.440Z[ recovery-image] Sep 11 20:27:19.374 INFO O| Sep 11 20:27:19.374 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgname"
86532026-09-11T20:27:20.440Z[ recovery-image] Sep 11 20:27:19.374 INFO O| Sep 11 20:27:19.374 INFO STEP 929 (remove_files) COMPLETE
86542026-09-11T20:27:20.440Z[ recovery-image] Sep 11 20:27:19.374 INFO O| Sep 11 20:27:19.374 INFO STEP 930: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86552026-09-11T20:27:20.445Z[ recovery-image] Sep 11 20:27:19.383 INFO O| Sep 11 20:27:19.383 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgremove"
86562026-09-11T20:27:20.445Z[ recovery-image] Sep 11 20:27:19.383 INFO O| Sep 11 20:27:19.383 INFO STEP 930 (remove_files) COMPLETE
86572026-09-11T20:27:20.451Z[ recovery-image] Sep 11 20:27:19.383 INFO O| Sep 11 20:27:19.383 INFO STEP 931: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86582026-09-11T20:27:20.456Z[ recovery-image] Sep 11 20:27:19.392 INFO O| Sep 11 20:27:19.392 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgserv"
86592026-09-11T20:27:20.456Z[ recovery-image] Sep 11 20:27:19.392 INFO O| Sep 11 20:27:19.392 INFO STEP 931 (remove_files) COMPLETE
86602026-09-11T20:27:20.456Z[ recovery-image] Sep 11 20:27:19.392 INFO O| Sep 11 20:27:19.392 INFO STEP 932: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86612026-09-11T20:27:20.466Z[ recovery-image] Sep 11 20:27:19.403 INFO O| Sep 11 20:27:19.403 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/miniroot.db"
86622026-09-11T20:27:20.466Z[ recovery-image] Sep 11 20:27:19.403 INFO O| Sep 11 20:27:19.403 INFO STEP 932 (remove_files) COMPLETE
86632026-09-11T20:27:20.470Z[ recovery-image] Sep 11 20:27:19.403 INFO O| Sep 11 20:27:19.403 INFO STEP 933: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86642026-09-11T20:27:20.480Z[ recovery-image] Sep 11 20:27:19.413 INFO O| Sep 11 20:27:19.413 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/scripts/i.preserve"
86652026-09-11T20:27:20.480Z[ recovery-image] Sep 11 20:27:19.414 INFO O| Sep 11 20:27:19.413 INFO STEP 933 (remove_files) COMPLETE
86662026-09-11T20:27:20.484Z[ recovery-image] Sep 11 20:27:19.414 INFO O| Sep 11 20:27:19.413 INFO STEP 934: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86672026-09-11T20:27:20.493Z[ recovery-image] Sep 11 20:27:19.423 INFO O| Sep 11 20:27:19.423 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/ugdates"
86682026-09-11T20:27:20.493Z[ recovery-image] Sep 11 20:27:19.423 INFO O| Sep 11 20:27:19.423 INFO STEP 934 (remove_files) COMPLETE
86692026-09-11T20:27:20.493Z[ recovery-image] Sep 11 20:27:19.423 INFO O| Sep 11 20:27:19.423 INFO STEP 935: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86702026-09-11T20:27:20.497Z[ recovery-image] Sep 11 20:27:19.434 INFO O| Sep 11 20:27:19.434 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/6to4relay"
86712026-09-11T20:27:20.501Z[ recovery-image] Sep 11 20:27:19.434 INFO O| Sep 11 20:27:19.434 INFO STEP 935 (remove_files) COMPLETE
86722026-09-11T20:27:20.501Z[ recovery-image] Sep 11 20:27:19.434 INFO O| Sep 11 20:27:19.434 INFO STEP 936: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86732026-09-11T20:27:20.518Z[verify-libraries] Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
86742026-09-11T20:27:20.545Z[verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
86752026-09-11T20:27:20.571Z[verify-libraries] Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
86762026-09-11T20:27:20.812Z[verify-libraries] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
86772026-09-11T20:27:20.858Z[verify-libraries] Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
86782026-09-11T20:27:20.884Z[verify-libraries] Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
86792026-09-11T20:27:21.151Z[verify-libraries] Compiling drift v0.2.0
86802026-09-11T20:27:21.670Z[verify-libraries] Compiling uzers v0.12.2
86812026-09-11T20:27:22.315Z[verify-libraries] Compiling parse-size v1.1.0
86822026-09-11T20:27:22.393Z[verify-libraries] Compiling dropshot-api-manager v0.8.0
86832026-09-11T20:27:22.459Z[verify-libraries] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
86842026-09-11T20:27:22.518Z[verify-libraries] Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
86852026-09-11T20:27:22.587Z[verify-libraries] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
86862026-09-11T20:27:22.960Z[verify-libraries] Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
86872026-09-11T20:27:24.350Z[ recovery-image] Sep 11 20:27:23.284 INFO O| Sep 11 20:27:23.284 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acctadm"
86882026-09-11T20:27:24.350Z[ recovery-image] Sep 11 20:27:23.284 INFO O| Sep 11 20:27:23.284 INFO STEP 936 (remove_files) COMPLETE
86892026-09-11T20:27:24.350Z[ recovery-image] Sep 11 20:27:23.284 INFO O| Sep 11 20:27:23.284 INFO STEP 937: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86902026-09-11T20:27:24.357Z[ recovery-image] Sep 11 20:27:23.294 INFO O| Sep 11 20:27:23.293 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acpidump"
86912026-09-11T20:27:24.357Z[ recovery-image] Sep 11 20:27:23.294 INFO O| Sep 11 20:27:23.294 INFO STEP 937 (remove_files) COMPLETE
86922026-09-11T20:27:24.362Z[ recovery-image] Sep 11 20:27:23.294 INFO O| Sep 11 20:27:23.294 INFO STEP 938: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86932026-09-11T20:27:24.366Z[ recovery-image] Sep 11 20:27:23.303 INFO O| Sep 11 20:27:23.302 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acpixtract"
86942026-09-11T20:27:24.366Z[ recovery-image] Sep 11 20:27:23.303 INFO O| Sep 11 20:27:23.303 INFO STEP 938 (remove_files) COMPLETE
86952026-09-11T20:27:24.366Z[ recovery-image] Sep 11 20:27:23.303 INFO O| Sep 11 20:27:23.303 INFO STEP 939: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86962026-09-11T20:27:24.376Z[ recovery-image] Sep 11 20:27:23.313 INFO O| Sep 11 20:27:23.313 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/add_drv"
86972026-09-11T20:27:24.376Z[ recovery-image] Sep 11 20:27:23.313 INFO O| Sep 11 20:27:23.313 INFO STEP 939 (remove_files) COMPLETE
86982026-09-11T20:27:24.376Z[ recovery-image] Sep 11 20:27:23.313 INFO O| Sep 11 20:27:23.313 INFO STEP 940: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86992026-09-11T20:27:24.388Z[ recovery-image] Sep 11 20:27:23.323 INFO O| Sep 11 20:27:23.323 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/allocate"
87002026-09-11T20:27:24.388Z[ recovery-image] Sep 11 20:27:23.323 INFO O| Sep 11 20:27:23.323 INFO STEP 940 (remove_files) COMPLETE
87012026-09-11T20:27:24.388Z[ recovery-image] Sep 11 20:27:23.323 INFO O| Sep 11 20:27:23.323 INFO STEP 941: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87022026-09-11T20:27:24.395Z[ recovery-image] Sep 11 20:27:23.333 INFO O| Sep 11 20:27:23.333 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/intrstat"
87032026-09-11T20:27:24.399Z[ recovery-image] Sep 11 20:27:23.334 INFO O| Sep 11 20:27:23.334 INFO STEP 941 (remove_files) COMPLETE
87042026-09-11T20:27:24.399Z[ recovery-image] Sep 11 20:27:23.334 INFO O| Sep 11 20:27:23.334 INFO STEP 942: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87052026-09-11T20:27:24.407Z[ recovery-image] Sep 11 20:27:23.345 INFO O| Sep 11 20:27:23.345 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/lockstat"
87062026-09-11T20:27:24.407Z[ recovery-image] Sep 11 20:27:23.345 INFO O| Sep 11 20:27:23.345 INFO STEP 942 (remove_files) COMPLETE
87072026-09-11T20:27:24.407Z[ recovery-image] Sep 11 20:27:23.345 INFO O| Sep 11 20:27:23.345 INFO STEP 943: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87082026-09-11T20:27:24.418Z[ recovery-image] Sep 11 20:27:23.356 INFO O| Sep 11 20:27:23.356 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/plockstat"
87092026-09-11T20:27:24.418Z[ recovery-image] Sep 11 20:27:23.356 INFO O| Sep 11 20:27:23.356 INFO STEP 943 (remove_files) COMPLETE
87102026-09-11T20:27:24.418Z[ recovery-image] Sep 11 20:27:23.356 INFO O| Sep 11 20:27:23.356 INFO STEP 944: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87112026-09-11T20:27:24.429Z[ recovery-image] Sep 11 20:27:23.366 INFO O| Sep 11 20:27:23.366 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/arp"
87122026-09-11T20:27:24.429Z[ recovery-image] Sep 11 20:27:23.366 INFO O| Sep 11 20:27:23.366 INFO STEP 944 (remove_files) COMPLETE
87132026-09-11T20:27:24.429Z[ recovery-image] Sep 11 20:27:23.366 INFO O| Sep 11 20:27:23.366 INFO STEP 945: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87142026-09-11T20:27:24.438Z[ recovery-image] Sep 11 20:27:23.375 INFO O| Sep 11 20:27:23.375 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/audit"
87152026-09-11T20:27:24.438Z[ recovery-image] Sep 11 20:27:23.375 INFO O| Sep 11 20:27:23.375 INFO STEP 945 (remove_files) COMPLETE
87162026-09-11T20:27:24.441Z[ recovery-image] Sep 11 20:27:23.375 INFO O| Sep 11 20:27:23.375 INFO STEP 946: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87172026-09-11T20:27:24.441Z[ host-image] Sep 11 20:27:23.379 INFO O| copying publishers...
87182026-09-11T20:27:24.450Z[ recovery-image] Sep 11 20:27:23.384 INFO O| Sep 11 20:27:23.384 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditconfig"
87192026-09-11T20:27:24.450Z[ recovery-image] Sep 11 20:27:23.384 INFO O| Sep 11 20:27:23.384 INFO STEP 946 (remove_files) COMPLETE
87202026-09-11T20:27:24.490Z[ recovery-image] Sep 11 20:27:23.384 INFO O| Sep 11 20:27:23.384 INFO STEP 947: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87212026-09-11T20:27:24.490Z[ recovery-image] Sep 11 20:27:23.393 INFO O| Sep 11 20:27:23.393 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditd"
87222026-09-11T20:27:24.491Z[ recovery-image] Sep 11 20:27:23.393 INFO O| Sep 11 20:27:23.393 INFO STEP 947 (remove_files) COMPLETE
87232026-09-11T20:27:24.491Z[ recovery-image] Sep 11 20:27:23.393 INFO O| Sep 11 20:27:23.393 INFO STEP 948: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87242026-09-11T20:27:24.491Z[ recovery-image] Sep 11 20:27:23.401 INFO O| Sep 11 20:27:23.401 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditrecord"
87252026-09-11T20:27:24.491Z[ recovery-image] Sep 11 20:27:23.401 INFO O| Sep 11 20:27:23.401 INFO STEP 948 (remove_files) COMPLETE
87262026-09-11T20:27:24.491Z[ recovery-image] Sep 11 20:27:23.401 INFO O| Sep 11 20:27:23.401 INFO STEP 949: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87272026-09-11T20:27:24.491Z[ recovery-image] Sep 11 20:27:23.410 INFO O| Sep 11 20:27:23.409 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditreduce"
87282026-09-11T20:27:24.491Z[ recovery-image] Sep 11 20:27:23.410 INFO O| Sep 11 20:27:23.410 INFO STEP 949 (remove_files) COMPLETE
87292026-09-11T20:27:24.491Z[ recovery-image] Sep 11 20:27:23.410 INFO O| Sep 11 20:27:23.410 INFO STEP 950: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87302026-09-11T20:27:24.491Z[ recovery-image] Sep 11 20:27:23.419 INFO O| Sep 11 20:27:23.419 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditstat"
87312026-09-11T20:27:24.491Z[ recovery-image] Sep 11 20:27:23.419 INFO O| Sep 11 20:27:23.419 INFO STEP 950 (remove_files) COMPLETE
87322026-09-11T20:27:24.491Z[ recovery-image] Sep 11 20:27:23.419 INFO O| Sep 11 20:27:23.419 INFO STEP 951: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87332026-09-11T20:27:24.503Z[ recovery-image] Sep 11 20:27:23.430 INFO O| Sep 11 20:27:23.429 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/audlinks"
87342026-09-11T20:27:24.503Z[ recovery-image] Sep 11 20:27:23.430 INFO O| Sep 11 20:27:23.430 INFO STEP 951 (remove_files) COMPLETE
87352026-09-11T20:27:24.503Z[ recovery-image] Sep 11 20:27:23.430 INFO O| Sep 11 20:27:23.430 INFO STEP 952: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87362026-09-11T20:27:24.504Z[ recovery-image] Sep 11 20:27:23.438 INFO O| Sep 11 20:27:23.438 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bhyve"
87372026-09-11T20:27:24.504Z[ recovery-image] Sep 11 20:27:23.438 INFO O| Sep 11 20:27:23.438 INFO STEP 952 (remove_files) COMPLETE
87382026-09-11T20:27:24.504Z[ recovery-image] Sep 11 20:27:23.438 INFO O| Sep 11 20:27:23.438 INFO STEP 953: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87392026-09-11T20:27:24.513Z[ recovery-image] Sep 11 20:27:23.447 INFO O| Sep 11 20:27:23.447 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bhyvectl"
87402026-09-11T20:27:24.513Z[ recovery-image] Sep 11 20:27:23.447 INFO O| Sep 11 20:27:23.447 INFO STEP 953 (remove_files) COMPLETE
87412026-09-11T20:27:24.513Z[ recovery-image] Sep 11 20:27:23.447 INFO O| Sep 11 20:27:23.447 INFO STEP 954: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87422026-09-11T20:27:24.521Z[ recovery-image] Sep 11 20:27:23.456 INFO O| Sep 11 20:27:23.456 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/cfgadm"
87432026-09-11T20:27:24.521Z[ recovery-image] Sep 11 20:27:23.457 INFO O| Sep 11 20:27:23.457 INFO STEP 954 (remove_files) COMPLETE
87442026-09-11T20:27:24.521Z[ recovery-image] Sep 11 20:27:23.457 INFO O| Sep 11 20:27:23.457 INFO STEP 955: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87452026-09-11T20:27:24.530Z[ recovery-image] Sep 11 20:27:23.468 INFO O| Sep 11 20:27:23.468 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/chronyd"
87462026-09-11T20:27:24.530Z[ recovery-image] Sep 11 20:27:23.468 INFO O| Sep 11 20:27:23.468 INFO STEP 955 (remove_files) COMPLETE
87472026-09-11T20:27:24.530Z[ recovery-image] Sep 11 20:27:23.468 INFO O| Sep 11 20:27:23.468 INFO STEP 956: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87482026-09-11T20:27:24.540Z[ recovery-image] Sep 11 20:27:23.477 INFO O| Sep 11 20:27:23.477 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/chroot"
87492026-09-11T20:27:24.540Z[ recovery-image] Sep 11 20:27:23.477 INFO O| Sep 11 20:27:23.477 INFO STEP 956 (remove_files) COMPLETE
87502026-09-11T20:27:24.540Z[ recovery-image] Sep 11 20:27:23.477 INFO O| Sep 11 20:27:23.477 INFO STEP 957: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87512026-09-11T20:27:24.549Z[ recovery-image] Sep 11 20:27:23.487 INFO O| Sep 11 20:27:23.486 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clear_locks"
87522026-09-11T20:27:24.549Z[ recovery-image] Sep 11 20:27:23.487 INFO O| Sep 11 20:27:23.487 INFO STEP 957 (remove_files) COMPLETE
87532026-09-11T20:27:24.549Z[ recovery-image] Sep 11 20:27:23.487 INFO O| Sep 11 20:27:23.487 INFO STEP 958: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87542026-09-11T20:27:24.563Z[ recovery-image] Sep 11 20:27:23.497 INFO O| Sep 11 20:27:23.496 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clinfo"
87552026-09-11T20:27:24.563Z[ recovery-image] Sep 11 20:27:23.497 INFO O| Sep 11 20:27:23.497 INFO STEP 958 (remove_files) COMPLETE
87562026-09-11T20:27:24.563Z[ recovery-image] Sep 11 20:27:23.497 INFO O| Sep 11 20:27:23.497 INFO STEP 959: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87572026-09-11T20:27:24.571Z[ recovery-image] Sep 11 20:27:23.509 INFO O| Sep 11 20:27:23.509 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clri"
87582026-09-11T20:27:24.571Z[ recovery-image] Sep 11 20:27:23.509 INFO O| Sep 11 20:27:23.509 INFO STEP 959 (remove_files) COMPLETE
87592026-09-11T20:27:24.571Z[ recovery-image] Sep 11 20:27:23.509 INFO O| Sep 11 20:27:23.509 INFO STEP 960: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87602026-09-11T20:27:24.583Z[ recovery-image] Sep 11 20:27:23.520 INFO O| Sep 11 20:27:23.520 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/consadm"
87612026-09-11T20:27:24.583Z[ recovery-image] Sep 11 20:27:23.520 INFO O| Sep 11 20:27:23.520 INFO STEP 960 (remove_files) COMPLETE
87622026-09-11T20:27:24.583Z[ recovery-image] Sep 11 20:27:23.520 INFO O| Sep 11 20:27:23.520 INFO STEP 961: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87632026-09-11T20:27:24.595Z[ recovery-image] Sep 11 20:27:23.531 INFO O| Sep 11 20:27:23.531 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/consadmd"
87642026-09-11T20:27:24.595Z[ recovery-image] Sep 11 20:27:23.531 INFO O| Sep 11 20:27:23.531 INFO STEP 961 (remove_files) COMPLETE
87652026-09-11T20:27:24.599Z[ recovery-image] Sep 11 20:27:23.531 INFO O| Sep 11 20:27:23.531 INFO STEP 962: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87662026-09-11T20:27:24.605Z[ recovery-image] Sep 11 20:27:23.541 INFO O| Sep 11 20:27:23.541 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/deallocate"
87672026-09-11T20:27:24.605Z[ recovery-image] Sep 11 20:27:23.541 INFO O| Sep 11 20:27:23.541 INFO STEP 962 (remove_files) COMPLETE
87682026-09-11T20:27:24.605Z[ recovery-image] Sep 11 20:27:23.541 INFO O| Sep 11 20:27:23.541 INFO STEP 963: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87692026-09-11T20:27:24.613Z[ recovery-image] Sep 11 20:27:23.550 INFO O| Sep 11 20:27:23.550 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/devinfo"
87702026-09-11T20:27:24.613Z[ recovery-image] Sep 11 20:27:23.550 INFO O| Sep 11 20:27:23.550 INFO STEP 963 (remove_files) COMPLETE
87712026-09-11T20:27:24.613Z[ recovery-image] Sep 11 20:27:23.550 INFO O| Sep 11 20:27:23.550 INFO STEP 964: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87722026-09-11T20:27:24.621Z[ recovery-image] Sep 11 20:27:23.558 INFO O| Sep 11 20:27:23.558 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/devlinks"
87732026-09-11T20:27:24.621Z[ recovery-image] Sep 11 20:27:23.558 INFO O| Sep 11 20:27:23.558 INFO STEP 964 (remove_files) COMPLETE
87742026-09-11T20:27:24.630Z[ recovery-image] Sep 11 20:27:23.558 INFO O| Sep 11 20:27:23.558 INFO STEP 965: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87752026-09-11T20:27:24.634Z[ recovery-image] Sep 11 20:27:23.567 INFO O| Sep 11 20:27:23.567 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/df"
87762026-09-11T20:27:24.634Z[ recovery-image] Sep 11 20:27:23.567 INFO O| Sep 11 20:27:23.567 INFO STEP 965 (remove_files) COMPLETE
87772026-09-11T20:27:24.634Z[ recovery-image] Sep 11 20:27:23.567 INFO O| Sep 11 20:27:23.567 INFO STEP 966: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87782026-09-11T20:27:24.639Z[ recovery-image] Sep 11 20:27:23.577 INFO O| Sep 11 20:27:23.577 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dfmounts"
87792026-09-11T20:27:24.640Z[ recovery-image] Sep 11 20:27:23.577 INFO O| Sep 11 20:27:23.577 INFO STEP 966 (remove_files) COMPLETE
87802026-09-11T20:27:24.650Z[ recovery-image] Sep 11 20:27:23.577 INFO O| Sep 11 20:27:23.577 INFO STEP 967: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87812026-09-11T20:27:24.656Z[ recovery-image] Sep 11 20:27:23.587 INFO O| Sep 11 20:27:23.586 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dfshares"
87822026-09-11T20:27:24.656Z[ recovery-image] Sep 11 20:27:23.587 INFO O| Sep 11 20:27:23.587 INFO STEP 967 (remove_files) COMPLETE
87832026-09-11T20:27:24.656Z[ recovery-image] Sep 11 20:27:23.587 INFO O| Sep 11 20:27:23.587 INFO STEP 968: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87842026-09-11T20:27:24.662Z[ recovery-image] Sep 11 20:27:23.599 INFO O| Sep 11 20:27:23.599 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/disks"
87852026-09-11T20:27:24.662Z[ recovery-image] Sep 11 20:27:23.599 INFO O| Sep 11 20:27:23.599 INFO STEP 968 (remove_files) COMPLETE
87862026-09-11T20:27:24.662Z[ recovery-image] Sep 11 20:27:23.599 INFO O| Sep 11 20:27:23.599 INFO STEP 969: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87872026-09-11T20:27:24.671Z[ recovery-image] Sep 11 20:27:23.609 INFO O| Sep 11 20:27:23.609 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dispadmin"
87882026-09-11T20:27:24.671Z[ recovery-image] Sep 11 20:27:23.609 INFO O| Sep 11 20:27:23.609 INFO STEP 969 (remove_files) COMPLETE
87892026-09-11T20:27:24.671Z[ recovery-image] Sep 11 20:27:23.609 INFO O| Sep 11 20:27:23.609 INFO STEP 970: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87902026-09-11T20:27:24.680Z[ recovery-image] Sep 11 20:27:23.618 INFO O| Sep 11 20:27:23.618 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dminfo"
87912026-09-11T20:27:24.680Z[ recovery-image] Sep 11 20:27:23.618 INFO O| Sep 11 20:27:23.618 INFO STEP 970 (remove_files) COMPLETE
87922026-09-11T20:27:24.681Z[ recovery-image] Sep 11 20:27:23.618 INFO O| Sep 11 20:27:23.618 INFO STEP 971: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87932026-09-11T20:27:24.690Z[ recovery-image] Sep 11 20:27:23.628 INFO O| Sep 11 20:27:23.628 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/drvconfig"
87942026-09-11T20:27:24.691Z[ recovery-image] Sep 11 20:27:23.628 INFO O| Sep 11 20:27:23.628 INFO STEP 971 (remove_files) COMPLETE
87952026-09-11T20:27:24.691Z[ recovery-image] Sep 11 20:27:23.628 INFO O| Sep 11 20:27:23.628 INFO STEP 972: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87962026-09-11T20:27:24.700Z[ recovery-image] Sep 11 20:27:23.638 INFO O| Sep 11 20:27:23.638 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/eeprom"
87972026-09-11T20:27:24.700Z[ recovery-image] Sep 11 20:27:23.638 INFO O| Sep 11 20:27:23.638 INFO STEP 972 (remove_files) COMPLETE
87982026-09-11T20:27:24.700Z[ recovery-image] Sep 11 20:27:23.638 INFO O| Sep 11 20:27:23.638 INFO STEP 973: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87992026-09-11T20:27:24.711Z[ recovery-image] Sep 11 20:27:23.648 INFO O| Sep 11 20:27:23.648 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ff"
88002026-09-11T20:27:24.711Z[ recovery-image] Sep 11 20:27:23.648 INFO O| Sep 11 20:27:23.648 INFO STEP 973 (remove_files) COMPLETE
88012026-09-11T20:27:24.711Z[ recovery-image] Sep 11 20:27:23.648 INFO O| Sep 11 20:27:23.648 INFO STEP 974: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88022026-09-11T20:27:24.723Z[ recovery-image] Sep 11 20:27:23.659 INFO O| Sep 11 20:27:23.659 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmadm"
88032026-09-11T20:27:24.723Z[ recovery-image] Sep 11 20:27:23.659 INFO O| Sep 11 20:27:23.659 INFO STEP 974 (remove_files) COMPLETE
88042026-09-11T20:27:24.727Z[ recovery-image] Sep 11 20:27:23.659 INFO O| Sep 11 20:27:23.659 INFO STEP 975: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88052026-09-11T20:27:24.739Z[ recovery-image] Sep 11 20:27:23.671 INFO O| Sep 11 20:27:23.671 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmdump"
88062026-09-11T20:27:24.739Z[ recovery-image] Sep 11 20:27:23.671 INFO O| Sep 11 20:27:23.671 INFO STEP 975 (remove_files) COMPLETE
88072026-09-11T20:27:24.744Z[ recovery-image] Sep 11 20:27:23.671 INFO O| Sep 11 20:27:23.671 INFO STEP 976: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88082026-09-11T20:27:24.749Z[ recovery-image] Sep 11 20:27:23.681 INFO O| Sep 11 20:27:23.681 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmstat"
88092026-09-11T20:27:24.749Z[ recovery-image] Sep 11 20:27:23.681 INFO O| Sep 11 20:27:23.681 INFO STEP 976 (remove_files) COMPLETE
88102026-09-11T20:27:24.749Z[ recovery-image] Sep 11 20:27:23.681 INFO O| Sep 11 20:27:23.681 INFO STEP 977: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88112026-09-11T20:27:24.753Z[ recovery-image] Sep 11 20:27:23.691 INFO O| Sep 11 20:27:23.691 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmthard"
88122026-09-11T20:27:24.753Z[ recovery-image] Sep 11 20:27:23.691 INFO O| Sep 11 20:27:23.691 INFO STEP 977 (remove_files) COMPLETE
88132026-09-11T20:27:24.753Z[ recovery-image] Sep 11 20:27:23.691 INFO O| Sep 11 20:27:23.691 INFO STEP 978: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88142026-09-11T20:27:24.762Z[ recovery-image] Sep 11 20:27:23.700 INFO O| Sep 11 20:27:23.700 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/format"
88152026-09-11T20:27:24.762Z[ recovery-image] Sep 11 20:27:23.700 INFO O| Sep 11 20:27:23.700 INFO STEP 978 (remove_files) COMPLETE
88162026-09-11T20:27:24.762Z[ recovery-image] Sep 11 20:27:23.700 INFO O| Sep 11 20:27:23.700 INFO STEP 979: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88172026-09-11T20:27:24.771Z[ recovery-image] Sep 11 20:27:23.709 INFO O| Sep 11 20:27:23.709 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fsck"
88182026-09-11T20:27:24.771Z[ recovery-image] Sep 11 20:27:23.709 INFO O| Sep 11 20:27:23.709 INFO STEP 979 (remove_files) COMPLETE
88192026-09-11T20:27:24.775Z[ recovery-image] Sep 11 20:27:23.709 INFO O| Sep 11 20:27:23.709 INFO STEP 980: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88202026-09-11T20:27:24.786Z[ recovery-image] Sep 11 20:27:23.720 INFO O| Sep 11 20:27:23.720 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fuser"
88212026-09-11T20:27:24.786Z[ recovery-image] Sep 11 20:27:23.720 INFO O| Sep 11 20:27:23.720 INFO STEP 980 (remove_files) COMPLETE
88222026-09-11T20:27:24.786Z[ recovery-image] Sep 11 20:27:23.720 INFO O| Sep 11 20:27:23.720 INFO STEP 981: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88232026-09-11T20:27:24.807Z[ recovery-image] Sep 11 20:27:23.737 INFO O| Sep 11 20:27:23.737 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/getdevpolicy"
88242026-09-11T20:27:24.807Z[ recovery-image] Sep 11 20:27:23.737 INFO O| Sep 11 20:27:23.737 INFO STEP 981 (remove_files) COMPLETE
88252026-09-11T20:27:24.808Z[ recovery-image] Sep 11 20:27:23.737 INFO O| Sep 11 20:27:23.737 INFO STEP 982: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88262026-09-11T20:27:24.813Z[ recovery-image] Sep 11 20:27:23.749 INFO O| Sep 11 20:27:23.749 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/getmajor"
88272026-09-11T20:27:24.813Z[ recovery-image] Sep 11 20:27:23.749 INFO O| Sep 11 20:27:23.749 INFO STEP 982 (remove_files) COMPLETE
88282026-09-11T20:27:24.813Z[ recovery-image] Sep 11 20:27:23.749 INFO O| Sep 11 20:27:23.749 INFO STEP 983: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88292026-09-11T20:27:24.824Z[ recovery-image] Sep 11 20:27:23.760 INFO O| Sep 11 20:27:23.760 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupadd"
88302026-09-11T20:27:24.824Z[ recovery-image] Sep 11 20:27:23.760 INFO O| Sep 11 20:27:23.760 INFO STEP 983 (remove_files) COMPLETE
88312026-09-11T20:27:24.828Z[ recovery-image] Sep 11 20:27:23.760 INFO O| Sep 11 20:27:23.760 INFO STEP 984: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88322026-09-11T20:27:24.855Z[ recovery-image] Sep 11 20:27:23.793 INFO O| Sep 11 20:27:23.793 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupdel"
88332026-09-11T20:27:24.856Z[ recovery-image] Sep 11 20:27:23.793 INFO O| Sep 11 20:27:23.793 INFO STEP 984 (remove_files) COMPLETE
88342026-09-11T20:27:24.856Z[ recovery-image] Sep 11 20:27:23.793 INFO O| Sep 11 20:27:23.793 INFO STEP 985: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88352026-09-11T20:27:24.866Z[ recovery-image] Sep 11 20:27:23.804 INFO O| Sep 11 20:27:23.804 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupmod"
88362026-09-11T20:27:24.866Z[ recovery-image] Sep 11 20:27:23.804 INFO O| Sep 11 20:27:23.804 INFO STEP 985 (remove_files) COMPLETE
88372026-09-11T20:27:24.869Z[ recovery-image] Sep 11 20:27:23.804 INFO O| Sep 11 20:27:23.804 INFO STEP 986: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88382026-09-11T20:27:24.877Z[ recovery-image] Sep 11 20:27:23.814 INFO O| Sep 11 20:27:23.814 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/growfs"
88392026-09-11T20:27:24.877Z[ recovery-image] Sep 11 20:27:23.814 INFO O| Sep 11 20:27:23.814 INFO STEP 986 (remove_files) COMPLETE
88402026-09-11T20:27:24.880Z[ recovery-image] Sep 11 20:27:23.814 INFO O| Sep 11 20:27:23.814 INFO STEP 987: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88412026-09-11T20:27:24.892Z[ recovery-image] Sep 11 20:27:23.830 INFO O| Sep 11 20:27:23.830 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/grpck"
88422026-09-11T20:27:24.892Z[ recovery-image] Sep 11 20:27:23.830 INFO O| Sep 11 20:27:23.830 INFO STEP 987 (remove_files) COMPLETE
88432026-09-11T20:27:24.892Z[ recovery-image] Sep 11 20:27:23.830 INFO O| Sep 11 20:27:23.830 INFO STEP 988: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88442026-09-11T20:27:24.902Z[ recovery-image] Sep 11 20:27:23.840 INFO O| Sep 11 20:27:23.840 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/gsscred"
88452026-09-11T20:27:24.906Z[ recovery-image] Sep 11 20:27:23.840 INFO O| Sep 11 20:27:23.840 INFO STEP 988 (remove_files) COMPLETE
88462026-09-11T20:27:24.906Z[ recovery-image] Sep 11 20:27:23.840 INFO O| Sep 11 20:27:23.840 INFO STEP 989: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88472026-09-11T20:27:24.912Z[ recovery-image] Sep 11 20:27:23.849 INFO O| Sep 11 20:27:23.849 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/halt"
88482026-09-11T20:27:24.912Z[ recovery-image] Sep 11 20:27:23.849 INFO O| Sep 11 20:27:23.849 INFO STEP 989 (remove_files) COMPLETE
88492026-09-11T20:27:24.916Z[ recovery-image] Sep 11 20:27:23.849 INFO O| Sep 11 20:27:23.849 INFO STEP 990: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88502026-09-11T20:27:24.925Z[ recovery-image] Sep 11 20:27:23.862 INFO O| Sep 11 20:27:23.862 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/hotplug"
88512026-09-11T20:27:24.925Z[ recovery-image] Sep 11 20:27:23.862 INFO O| Sep 11 20:27:23.862 INFO STEP 990 (remove_files) COMPLETE
88522026-09-11T20:27:24.925Z[ recovery-image] Sep 11 20:27:23.862 INFO O| Sep 11 20:27:23.862 INFO STEP 991: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88532026-09-11T20:27:24.936Z[ recovery-image] Sep 11 20:27:23.873 INFO O| Sep 11 20:27:23.873 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/iasl"
88542026-09-11T20:27:24.940Z[ recovery-image] Sep 11 20:27:23.874 INFO O| Sep 11 20:27:23.874 INFO STEP 991 (remove_files) COMPLETE
88552026-09-11T20:27:24.940Z[ recovery-image] Sep 11 20:27:23.874 INFO O| Sep 11 20:27:23.874 INFO STEP 992: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88562026-09-11T20:27:24.954Z[ recovery-image] Sep 11 20:27:23.890 INFO O| Sep 11 20:27:23.890 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/idmap"
88572026-09-11T20:27:24.954Z[ recovery-image] Sep 11 20:27:23.891 INFO O| Sep 11 20:27:23.891 INFO STEP 992 (remove_files) COMPLETE
88582026-09-11T20:27:24.954Z[ recovery-image] Sep 11 20:27:23.891 INFO O| Sep 11 20:27:23.891 INFO STEP 993: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88592026-09-11T20:27:24.967Z[ recovery-image] Sep 11 20:27:23.903 INFO O| Sep 11 20:27:23.903 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/if_mpadm"
88602026-09-11T20:27:24.967Z[ recovery-image] Sep 11 20:27:23.903 INFO O| Sep 11 20:27:23.903 INFO STEP 993 (remove_files) COMPLETE
88612026-09-11T20:27:24.967Z[ recovery-image] Sep 11 20:27:23.903 INFO O| Sep 11 20:27:23.903 INFO STEP 994: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88622026-09-11T20:27:24.981Z[ recovery-image] Sep 11 20:27:23.918 INFO O| Sep 11 20:27:23.918 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ikeadm"
88632026-09-11T20:27:24.981Z[ recovery-image] Sep 11 20:27:23.918 INFO O| Sep 11 20:27:23.918 INFO STEP 994 (remove_files) COMPLETE
88642026-09-11T20:27:24.981Z[ recovery-image] Sep 11 20:27:23.918 INFO O| Sep 11 20:27:23.918 INFO STEP 995: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88652026-09-11T20:27:24.996Z[ recovery-image] Sep 11 20:27:23.931 INFO O| Sep 11 20:27:23.930 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ikecert"
88662026-09-11T20:27:24.996Z[ recovery-image] Sep 11 20:27:23.931 INFO O| Sep 11 20:27:23.931 INFO STEP 995 (remove_files) COMPLETE
88672026-09-11T20:27:24.996Z[ recovery-image] Sep 11 20:27:23.931 INFO O| Sep 11 20:27:23.931 INFO STEP 996: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88682026-09-11T20:27:25.005Z[ recovery-image] Sep 11 20:27:23.942 INFO O| Sep 11 20:27:23.942 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/in.rdisc"
88692026-09-11T20:27:25.005Z[ recovery-image] Sep 11 20:27:23.943 INFO O| Sep 11 20:27:23.943 INFO STEP 996 (remove_files) COMPLETE
88702026-09-11T20:27:25.011Z[ recovery-image] Sep 11 20:27:23.943 INFO O| Sep 11 20:27:23.943 INFO STEP 997: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88712026-09-11T20:27:25.023Z[ recovery-image] Sep 11 20:27:23.957 INFO O| Sep 11 20:27:23.957 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/in.routed"
88722026-09-11T20:27:25.023Z[ recovery-image] Sep 11 20:27:23.957 INFO O| Sep 11 20:27:23.957 INFO STEP 997 (remove_files) COMPLETE
88732026-09-11T20:27:25.027Z[ recovery-image] Sep 11 20:27:23.957 INFO O| Sep 11 20:27:23.957 INFO STEP 998: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88742026-09-11T20:27:25.032Z[ recovery-image] Sep 11 20:27:23.970 INFO O| Sep 11 20:27:23.970 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/inetadm"
88752026-09-11T20:27:25.032Z[ recovery-image] Sep 11 20:27:23.970 INFO O| Sep 11 20:27:23.970 INFO STEP 998 (remove_files) COMPLETE
88762026-09-11T20:27:25.032Z[ recovery-image] Sep 11 20:27:23.970 INFO O| Sep 11 20:27:23.970 INFO STEP 999: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88772026-09-11T20:27:25.047Z[ recovery-image] Sep 11 20:27:23.984 INFO O| Sep 11 20:27:23.984 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/inetconv"
88782026-09-11T20:27:25.047Z[ recovery-image] Sep 11 20:27:23.984 INFO O| Sep 11 20:27:23.984 INFO STEP 999 (remove_files) COMPLETE
88792026-09-11T20:27:25.047Z[ recovery-image] Sep 11 20:27:23.984 INFO O| Sep 11 20:27:23.984 INFO STEP 1000: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88802026-09-11T20:27:25.059Z[ recovery-image] Sep 11 20:27:23.996 INFO O| Sep 11 20:27:23.996 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/install"
88812026-09-11T20:27:25.059Z[ recovery-image] Sep 11 20:27:23.996 INFO O| Sep 11 20:27:23.996 INFO STEP 1000 (remove_files) COMPLETE
88822026-09-11T20:27:25.059Z[ recovery-image] Sep 11 20:27:23.996 INFO O| Sep 11 20:27:23.996 INFO STEP 1001: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88832026-09-11T20:27:25.071Z[ recovery-image] Sep 11 20:27:24.008 INFO O| Sep 11 20:27:24.008 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/installboot"
88842026-09-11T20:27:25.071Z[ recovery-image] Sep 11 20:27:24.008 INFO O| Sep 11 20:27:24.008 INFO STEP 1001 (remove_files) COMPLETE
88852026-09-11T20:27:25.071Z[ recovery-image] Sep 11 20:27:24.008 INFO O| Sep 11 20:27:24.008 INFO STEP 1002: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88862026-09-11T20:27:25.083Z[ recovery-image] Sep 11 20:27:24.019 INFO O| Sep 11 20:27:24.019 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/installf"
88872026-09-11T20:27:25.083Z[ recovery-image] Sep 11 20:27:24.019 INFO O| Sep 11 20:27:24.019 INFO STEP 1002 (remove_files) COMPLETE
88882026-09-11T20:27:25.083Z[ recovery-image] Sep 11 20:27:24.019 INFO O| Sep 11 20:27:24.019 INFO STEP 1003: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88892026-09-11T20:27:25.092Z[ recovery-image] Sep 11 20:27:24.030 INFO O| Sep 11 20:27:24.030 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/intrstat"
88902026-09-11T20:27:25.092Z[ recovery-image] Sep 11 20:27:24.030 INFO O| Sep 11 20:27:24.030 INFO STEP 1003 (remove_files) COMPLETE
88912026-09-11T20:27:25.098Z[ recovery-image] Sep 11 20:27:24.030 INFO O| Sep 11 20:27:24.030 INFO STEP 1004: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88922026-09-11T20:27:25.103Z[ recovery-image] Sep 11 20:27:24.041 INFO O| Sep 11 20:27:24.041 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipsecalgs"
88932026-09-11T20:27:25.106Z[ recovery-image] Sep 11 20:27:24.041 INFO O| Sep 11 20:27:24.041 INFO STEP 1004 (remove_files) COMPLETE
88942026-09-11T20:27:25.106Z[ recovery-image] Sep 11 20:27:24.041 INFO O| Sep 11 20:27:24.041 INFO STEP 1005: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88952026-09-11T20:27:25.117Z[ recovery-image] Sep 11 20:27:24.055 INFO O| Sep 11 20:27:24.055 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipsecconf"
88962026-09-11T20:27:25.117Z[ recovery-image] Sep 11 20:27:24.055 INFO O| Sep 11 20:27:24.055 INFO STEP 1005 (remove_files) COMPLETE
88972026-09-11T20:27:25.117Z[ recovery-image] Sep 11 20:27:24.055 INFO O| Sep 11 20:27:24.055 INFO STEP 1006: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88982026-09-11T20:27:25.133Z[ recovery-image] Sep 11 20:27:24.070 INFO O| Sep 11 20:27:24.070 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipseckey"
88992026-09-11T20:27:25.136Z[ recovery-image] Sep 11 20:27:24.070 INFO O| Sep 11 20:27:24.070 INFO STEP 1006 (remove_files) COMPLETE
89002026-09-11T20:27:25.136Z[ recovery-image] Sep 11 20:27:24.070 INFO O| Sep 11 20:27:24.070 INFO STEP 1007: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89012026-09-11T20:27:25.146Z[ recovery-image] Sep 11 20:27:24.082 INFO O| Sep 11 20:27:24.082 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/keyserv"
89022026-09-11T20:27:25.146Z[ recovery-image] Sep 11 20:27:24.082 INFO O| Sep 11 20:27:24.082 INFO STEP 1007 (remove_files) COMPLETE
89032026-09-11T20:27:25.150Z[ recovery-image] Sep 11 20:27:24.082 INFO O| Sep 11 20:27:24.082 INFO STEP 1008: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89042026-09-11T20:27:25.157Z[ recovery-image] Sep 11 20:27:24.094 INFO O| Sep 11 20:27:24.094 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/killall"
89052026-09-11T20:27:25.157Z[ recovery-image] Sep 11 20:27:24.094 INFO O| Sep 11 20:27:24.094 INFO STEP 1008 (remove_files) COMPLETE
89062026-09-11T20:27:25.157Z[ recovery-image] Sep 11 20:27:24.094 INFO O| Sep 11 20:27:24.094 INFO STEP 1009: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89072026-09-11T20:27:25.168Z[ recovery-image] Sep 11 20:27:24.105 INFO O| Sep 11 20:27:24.105 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/link"
89082026-09-11T20:27:25.168Z[ recovery-image] Sep 11 20:27:24.105 INFO O| Sep 11 20:27:24.105 INFO STEP 1009 (remove_files) COMPLETE
89092026-09-11T20:27:25.168Z[ recovery-image] Sep 11 20:27:24.105 INFO O| Sep 11 20:27:24.105 INFO STEP 1010: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89102026-09-11T20:27:25.186Z[ recovery-image] Sep 11 20:27:24.120 INFO O| Sep 11 20:27:24.120 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/list_devices"
89112026-09-11T20:27:25.190Z[ recovery-image] Sep 11 20:27:24.120 INFO O| Sep 11 20:27:24.120 INFO STEP 1010 (remove_files) COMPLETE
89122026-09-11T20:27:25.190Z[ recovery-image] Sep 11 20:27:24.120 INFO O| Sep 11 20:27:24.120 INFO STEP 1011: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89132026-09-11T20:27:25.196Z[ recovery-image] Sep 11 20:27:24.132 INFO O| Sep 11 20:27:24.132 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/locator"
89142026-09-11T20:27:25.196Z[ recovery-image] Sep 11 20:27:24.132 INFO O| Sep 11 20:27:24.132 INFO STEP 1011 (remove_files) COMPLETE
89152026-09-11T20:27:25.196Z[ recovery-image] Sep 11 20:27:24.132 INFO O| Sep 11 20:27:24.132 INFO STEP 1012: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89162026-09-11T20:27:25.206Z[ recovery-image] Sep 11 20:27:24.143 INFO O| Sep 11 20:27:24.143 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/lockstat"
89172026-09-11T20:27:25.206Z[ recovery-image] Sep 11 20:27:24.144 INFO O| Sep 11 20:27:24.144 INFO STEP 1012 (remove_files) COMPLETE
89182026-09-11T20:27:25.206Z[ recovery-image] Sep 11 20:27:24.144 INFO O| Sep 11 20:27:24.144 INFO STEP 1013: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89192026-09-11T20:27:25.215Z[ recovery-image] Sep 11 20:27:24.153 INFO O| Sep 11 20:27:24.152 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/lofiadm"
89202026-09-11T20:27:25.215Z[ recovery-image] Sep 11 20:27:24.153 INFO O| Sep 11 20:27:24.152 INFO STEP 1013 (remove_files) COMPLETE
89212026-09-11T20:27:25.219Z[ recovery-image] Sep 11 20:27:24.153 INFO O| Sep 11 20:27:24.152 INFO STEP 1014: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89222026-09-11T20:27:25.226Z[ recovery-image] Sep 11 20:27:24.164 INFO O| Sep 11 20:27:24.164 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/logadm"
89232026-09-11T20:27:25.226Z[ recovery-image] Sep 11 20:27:24.164 INFO O| Sep 11 20:27:24.164 INFO STEP 1014 (remove_files) COMPLETE
89242026-09-11T20:27:25.226Z[ recovery-image] Sep 11 20:27:24.164 INFO O| Sep 11 20:27:24.164 INFO STEP 1015: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89252026-09-11T20:27:25.234Z[ recovery-image] Sep 11 20:27:24.172 INFO O| Sep 11 20:27:24.172 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/makedbm"
89262026-09-11T20:27:25.234Z[ recovery-image] Sep 11 20:27:24.172 INFO O| Sep 11 20:27:24.172 INFO STEP 1015 (remove_files) COMPLETE
89272026-09-11T20:27:25.234Z[ recovery-image] Sep 11 20:27:24.172 INFO O| Sep 11 20:27:24.172 INFO STEP 1016: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89282026-09-11T20:27:25.260Z[ recovery-image] Sep 11 20:27:24.184 INFO O| Sep 11 20:27:24.184 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkdevalloc"
89292026-09-11T20:27:25.260Z[ recovery-image] Sep 11 20:27:24.184 INFO O| Sep 11 20:27:24.184 INFO STEP 1016 (remove_files) COMPLETE
89302026-09-11T20:27:25.266Z[ recovery-image] Sep 11 20:27:24.184 INFO O| Sep 11 20:27:24.184 INFO STEP 1017: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89312026-09-11T20:27:25.266Z[ recovery-image] Sep 11 20:27:24.194 INFO O| Sep 11 20:27:24.193 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkdevmaps"
89322026-09-11T20:27:25.267Z[ recovery-image] Sep 11 20:27:24.194 INFO O| Sep 11 20:27:24.193 INFO STEP 1017 (remove_files) COMPLETE
89332026-09-11T20:27:25.267Z[ recovery-image] Sep 11 20:27:24.194 INFO O| Sep 11 20:27:24.193 INFO STEP 1018: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89342026-09-11T20:27:25.280Z[ recovery-image] Sep 11 20:27:24.202 INFO O| Sep 11 20:27:24.202 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkfile"
89352026-09-11T20:27:25.280Z[ recovery-image] Sep 11 20:27:24.202 INFO O| Sep 11 20:27:24.202 INFO STEP 1018 (remove_files) COMPLETE
89362026-09-11T20:27:25.280Z[ recovery-image] Sep 11 20:27:24.202 INFO O| Sep 11 20:27:24.202 INFO STEP 1019: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89372026-09-11T20:27:25.284Z[ recovery-image] Sep 11 20:27:24.213 INFO O| Sep 11 20:27:24.213 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mknod"
89382026-09-11T20:27:25.284Z[ recovery-image] Sep 11 20:27:24.213 INFO O| Sep 11 20:27:24.213 INFO STEP 1019 (remove_files) COMPLETE
89392026-09-11T20:27:25.284Z[ recovery-image] Sep 11 20:27:24.213 INFO O| Sep 11 20:27:24.213 INFO STEP 1020: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89402026-09-11T20:27:25.288Z[ recovery-image] Sep 11 20:27:24.225 INFO O| Sep 11 20:27:24.224 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/modinfo"
89412026-09-11T20:27:25.288Z[ recovery-image] Sep 11 20:27:24.225 INFO O| Sep 11 20:27:24.225 INFO STEP 1020 (remove_files) COMPLETE
89422026-09-11T20:27:25.288Z[ recovery-image] Sep 11 20:27:24.225 INFO O| Sep 11 20:27:24.225 INFO STEP 1021: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89432026-09-11T20:27:25.297Z[ recovery-image] Sep 11 20:27:24.235 INFO O| Sep 11 20:27:24.235 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/modload"
89442026-09-11T20:27:25.297Z[ recovery-image] Sep 11 20:27:24.235 INFO O| Sep 11 20:27:24.235 INFO STEP 1021 (remove_files) COMPLETE
89452026-09-11T20:27:25.297Z[ recovery-image] Sep 11 20:27:24.235 INFO O| Sep 11 20:27:24.235 INFO STEP 1022: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89462026-09-11T20:27:25.308Z[ recovery-image] Sep 11 20:27:24.246 INFO O| Sep 11 20:27:24.246 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mountall"
89472026-09-11T20:27:25.308Z[ recovery-image] Sep 11 20:27:24.246 INFO O| Sep 11 20:27:24.246 INFO STEP 1022 (remove_files) COMPLETE
89482026-09-11T20:27:25.313Z[ recovery-image] Sep 11 20:27:24.246 INFO O| Sep 11 20:27:24.246 INFO STEP 1023: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89492026-09-11T20:27:25.319Z[ recovery-image] Sep 11 20:27:24.256 INFO O| Sep 11 20:27:24.256 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/msgid"
89502026-09-11T20:27:25.319Z[ recovery-image] Sep 11 20:27:24.256 INFO O| Sep 11 20:27:24.256 INFO STEP 1023 (remove_files) COMPLETE
89512026-09-11T20:27:25.322Z[ recovery-image] Sep 11 20:27:24.256 INFO O| Sep 11 20:27:24.256 INFO STEP 1024: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89522026-09-11T20:27:25.328Z[ recovery-image] Sep 11 20:27:24.266 INFO O| Sep 11 20:27:24.266 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mvdir"
89532026-09-11T20:27:25.328Z[ recovery-image] Sep 11 20:27:24.266 INFO O| Sep 11 20:27:24.266 INFO STEP 1024 (remove_files) COMPLETE
89542026-09-11T20:27:25.332Z[ recovery-image] Sep 11 20:27:24.266 INFO O| Sep 11 20:27:24.266 INFO STEP 1025: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89552026-09-11T20:27:25.338Z[ recovery-image] Sep 11 20:27:24.276 INFO O| Sep 11 20:27:24.276 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ndp"
89562026-09-11T20:27:25.338Z[ recovery-image] Sep 11 20:27:24.276 INFO O| Sep 11 20:27:24.276 INFO STEP 1025 (remove_files) COMPLETE
89572026-09-11T20:27:25.338Z[ recovery-image] Sep 11 20:27:24.276 INFO O| Sep 11 20:27:24.276 INFO STEP 1026: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89582026-09-11T20:27:25.350Z[ recovery-image] Sep 11 20:27:24.288 INFO O| Sep 11 20:27:24.287 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nlsadmin"
89592026-09-11T20:27:25.350Z[ recovery-image] Sep 11 20:27:24.288 INFO O| Sep 11 20:27:24.288 INFO STEP 1026 (remove_files) COMPLETE
89602026-09-11T20:27:25.353Z[ recovery-image] Sep 11 20:27:24.288 INFO O| Sep 11 20:27:24.288 INFO STEP 1027: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89612026-09-11T20:27:25.361Z[ recovery-image] Sep 11 20:27:24.297 INFO O| Sep 11 20:27:24.297 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nltest"
89622026-09-11T20:27:25.361Z[ recovery-image] Sep 11 20:27:24.298 INFO O| Sep 11 20:27:24.298 INFO STEP 1027 (remove_files) COMPLETE
89632026-09-11T20:27:25.361Z[ recovery-image] Sep 11 20:27:24.298 INFO O| Sep 11 20:27:24.298 INFO STEP 1028: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89642026-09-11T20:27:25.368Z[ recovery-image] Sep 11 20:27:24.305 INFO O| Sep 11 20:27:24.305 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nwamadm"
89652026-09-11T20:27:25.368Z[ recovery-image] Sep 11 20:27:24.305 INFO O| Sep 11 20:27:24.305 INFO STEP 1028 (remove_files) COMPLETE
89662026-09-11T20:27:25.368Z[ recovery-image] Sep 11 20:27:24.305 INFO O| Sep 11 20:27:24.305 INFO STEP 1029: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89672026-09-11T20:27:25.377Z[ recovery-image] Sep 11 20:27:24.313 INFO O| Sep 11 20:27:24.313 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nwamcfg"
89682026-09-11T20:27:25.378Z[ recovery-image] Sep 11 20:27:24.314 INFO O| Sep 11 20:27:24.313 INFO STEP 1029 (remove_files) COMPLETE
89692026-09-11T20:27:25.378Z[ recovery-image] Sep 11 20:27:24.314 INFO O| Sep 11 20:27:24.313 INFO STEP 1030: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89702026-09-11T20:27:25.386Z[ recovery-image] Sep 11 20:27:24.323 INFO O| Sep 11 20:27:24.323 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pbind"
89712026-09-11T20:27:25.386Z[ recovery-image] Sep 11 20:27:24.323 INFO O| Sep 11 20:27:24.323 INFO STEP 1030 (remove_files) COMPLETE
89722026-09-11T20:27:25.386Z[ recovery-image] Sep 11 20:27:24.323 INFO O| Sep 11 20:27:24.323 INFO STEP 1031: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89732026-09-11T20:27:25.397Z[ recovery-image] Sep 11 20:27:24.334 INFO O| Sep 11 20:27:24.334 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ping"
89742026-09-11T20:27:25.397Z[ recovery-image] Sep 11 20:27:24.335 INFO O| Sep 11 20:27:24.334 INFO STEP 1031 (remove_files) COMPLETE
89752026-09-11T20:27:25.405Z[ recovery-image] Sep 11 20:27:24.335 INFO O| Sep 11 20:27:24.335 INFO STEP 1032: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89762026-09-11T20:27:25.408Z[ recovery-image] Sep 11 20:27:24.344 INFO O| Sep 11 20:27:24.344 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgadd"
89772026-09-11T20:27:25.408Z[ recovery-image] Sep 11 20:27:24.345 INFO O| Sep 11 20:27:24.344 INFO STEP 1032 (remove_files) COMPLETE
89782026-09-11T20:27:25.408Z[ recovery-image] Sep 11 20:27:24.345 INFO O| Sep 11 20:27:24.344 INFO STEP 1033: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89792026-09-11T20:27:25.412Z[verify-libraries] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
89802026-09-11T20:27:25.418Z[ recovery-image] Sep 11 20:27:24.355 INFO O| Sep 11 20:27:24.355 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgask"
89812026-09-11T20:27:25.418Z[ recovery-image] Sep 11 20:27:24.356 INFO O| Sep 11 20:27:24.356 INFO STEP 1033 (remove_files) COMPLETE
89822026-09-11T20:27:25.418Z[ recovery-image] Sep 11 20:27:24.356 INFO O| Sep 11 20:27:24.356 INFO STEP 1034: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89832026-09-11T20:27:25.428Z[ recovery-image] Sep 11 20:27:24.365 INFO O| Sep 11 20:27:24.365 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgchk"
89842026-09-11T20:27:25.428Z[ recovery-image] Sep 11 20:27:24.365 INFO O| Sep 11 20:27:24.365 INFO STEP 1034 (remove_files) COMPLETE
89852026-09-11T20:27:25.428Z[ recovery-image] Sep 11 20:27:24.365 INFO O| Sep 11 20:27:24.365 INFO STEP 1035: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89862026-09-11T20:27:25.437Z[ recovery-image] Sep 11 20:27:24.375 INFO O| Sep 11 20:27:24.375 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgrm"
89872026-09-11T20:27:25.437Z[ recovery-image] Sep 11 20:27:24.375 INFO O| Sep 11 20:27:24.375 INFO STEP 1035 (remove_files) COMPLETE
89882026-09-11T20:27:25.442Z[ recovery-image] Sep 11 20:27:24.375 INFO O| Sep 11 20:27:24.375 INFO STEP 1036: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89892026-09-11T20:27:25.447Z[ recovery-image] Sep 11 20:27:24.385 INFO O| Sep 11 20:27:24.385 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/plockstat"
89902026-09-11T20:27:25.447Z[ recovery-image] Sep 11 20:27:24.385 INFO O| Sep 11 20:27:24.385 INFO STEP 1036 (remove_files) COMPLETE
89912026-09-11T20:27:25.451Z[ recovery-image] Sep 11 20:27:24.385 INFO O| Sep 11 20:27:24.385 INFO STEP 1037: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89922026-09-11T20:27:25.458Z[ recovery-image] Sep 11 20:27:24.396 INFO O| Sep 11 20:27:24.396 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pooladm"
89932026-09-11T20:27:25.458Z[ recovery-image] Sep 11 20:27:24.396 INFO O| Sep 11 20:27:24.396 INFO STEP 1037 (remove_files) COMPLETE
89942026-09-11T20:27:25.461Z[ recovery-image] Sep 11 20:27:24.396 INFO O| Sep 11 20:27:24.396 INFO STEP 1038: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89952026-09-11T20:27:25.474Z[ recovery-image] Sep 11 20:27:24.405 INFO O| Sep 11 20:27:24.405 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poolbind"
89962026-09-11T20:27:25.474Z[ recovery-image] Sep 11 20:27:24.405 INFO O| Sep 11 20:27:24.405 INFO STEP 1038 (remove_files) COMPLETE
89972026-09-11T20:27:25.474Z[ recovery-image] Sep 11 20:27:24.405 INFO O| Sep 11 20:27:24.405 INFO STEP 1039: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89982026-09-11T20:27:25.480Z[ recovery-image] Sep 11 20:27:24.415 INFO O| Sep 11 20:27:24.415 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poolcfg"
89992026-09-11T20:27:25.480Z[ recovery-image] Sep 11 20:27:24.415 INFO O| Sep 11 20:27:24.415 INFO STEP 1039 (remove_files) COMPLETE
90002026-09-11T20:27:25.480Z[ recovery-image] Sep 11 20:27:24.415 INFO O| Sep 11 20:27:24.415 INFO STEP 1040: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90012026-09-11T20:27:25.487Z[ recovery-image] Sep 11 20:27:24.424 INFO O| Sep 11 20:27:24.424 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ports"
90022026-09-11T20:27:25.487Z[ recovery-image] Sep 11 20:27:24.424 INFO O| Sep 11 20:27:24.424 INFO STEP 1040 (remove_files) COMPLETE
90032026-09-11T20:27:25.487Z[ recovery-image] Sep 11 20:27:24.424 INFO O| Sep 11 20:27:24.424 INFO STEP 1041: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90042026-09-11T20:27:25.498Z[ recovery-image] Sep 11 20:27:24.435 INFO O| Sep 11 20:27:24.435 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poweroff"
90052026-09-11T20:27:25.498Z[ recovery-image] Sep 11 20:27:24.435 INFO O| Sep 11 20:27:24.435 INFO STEP 1041 (remove_files) COMPLETE
90062026-09-11T20:27:25.498Z[ recovery-image] Sep 11 20:27:24.435 INFO O| Sep 11 20:27:24.435 INFO STEP 1042: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90072026-09-11T20:27:25.507Z[ recovery-image] Sep 11 20:27:24.444 INFO O| Sep 11 20:27:24.444 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pptadm"
90082026-09-11T20:27:25.507Z[ recovery-image] Sep 11 20:27:24.444 INFO O| Sep 11 20:27:24.444 INFO STEP 1042 (remove_files) COMPLETE
90092026-09-11T20:27:25.507Z[ recovery-image] Sep 11 20:27:24.444 INFO O| Sep 11 20:27:24.444 INFO STEP 1043: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90102026-09-11T20:27:25.517Z[verify-libraries] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
90112026-09-11T20:27:25.517Z[ recovery-image] Sep 11 20:27:24.453 INFO O| Sep 11 20:27:24.453 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/praudit"
90122026-09-11T20:27:25.517Z[ recovery-image] Sep 11 20:27:24.453 INFO O| Sep 11 20:27:24.453 INFO STEP 1043 (remove_files) COMPLETE
90132026-09-11T20:27:25.518Z[ recovery-image] Sep 11 20:27:24.453 INFO O| Sep 11 20:27:24.453 INFO STEP 1044: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90142026-09-11T20:27:25.525Z[ recovery-image] Sep 11 20:27:24.463 INFO O| Sep 11 20:27:24.463 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projadd"
90152026-09-11T20:27:25.525Z[ recovery-image] Sep 11 20:27:24.463 INFO O| Sep 11 20:27:24.463 INFO STEP 1044 (remove_files) COMPLETE
90162026-09-11T20:27:25.525Z[ recovery-image] Sep 11 20:27:24.463 INFO O| Sep 11 20:27:24.463 INFO STEP 1045: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90172026-09-11T20:27:25.536Z[ recovery-image] Sep 11 20:27:24.472 INFO O| Sep 11 20:27:24.472 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projdel"
90182026-09-11T20:27:25.536Z[ recovery-image] Sep 11 20:27:24.472 INFO O| Sep 11 20:27:24.472 INFO STEP 1045 (remove_files) COMPLETE
90192026-09-11T20:27:25.536Z[ recovery-image] Sep 11 20:27:24.472 INFO O| Sep 11 20:27:24.472 INFO STEP 1046: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90202026-09-11T20:27:25.547Z[ recovery-image] Sep 11 20:27:24.481 INFO O| Sep 11 20:27:24.481 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projmod"
90212026-09-11T20:27:25.547Z[ recovery-image] Sep 11 20:27:24.482 INFO O| Sep 11 20:27:24.482 INFO STEP 1046 (remove_files) COMPLETE
90222026-09-11T20:27:25.547Z[ recovery-image] Sep 11 20:27:24.482 INFO O| Sep 11 20:27:24.482 INFO STEP 1047: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90232026-09-11T20:27:25.554Z[ recovery-image] Sep 11 20:27:24.491 INFO O| Sep 11 20:27:24.491 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtdiag"
90242026-09-11T20:27:25.554Z[ recovery-image] Sep 11 20:27:24.491 INFO O| Sep 11 20:27:24.491 INFO STEP 1047 (remove_files) COMPLETE
90252026-09-11T20:27:25.554Z[ recovery-image] Sep 11 20:27:24.491 INFO O| Sep 11 20:27:24.491 INFO STEP 1048: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90262026-09-11T20:27:25.563Z[ recovery-image] Sep 11 20:27:24.501 INFO O| Sep 11 20:27:24.501 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtpicl"
90272026-09-11T20:27:25.563Z[ recovery-image] Sep 11 20:27:24.501 INFO O| Sep 11 20:27:24.501 INFO STEP 1048 (remove_files) COMPLETE
90282026-09-11T20:27:25.567Z[ recovery-image] Sep 11 20:27:24.501 INFO O| Sep 11 20:27:24.501 INFO STEP 1049: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90292026-09-11T20:27:25.574Z[ recovery-image] Sep 11 20:27:24.511 INFO O| Sep 11 20:27:24.511 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtvtoc"
90302026-09-11T20:27:25.574Z[ recovery-image] Sep 11 20:27:24.512 INFO O| Sep 11 20:27:24.512 INFO STEP 1049 (remove_files) COMPLETE
90312026-09-11T20:27:25.579Z[ recovery-image] Sep 11 20:27:24.512 INFO O| Sep 11 20:27:24.512 INFO STEP 1050: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90322026-09-11T20:27:25.584Z[ recovery-image] Sep 11 20:27:24.521 INFO O| Sep 11 20:27:24.521 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psradm"
90332026-09-11T20:27:25.584Z[ recovery-image] Sep 11 20:27:24.521 INFO O| Sep 11 20:27:24.521 INFO STEP 1050 (remove_files) COMPLETE
90342026-09-11T20:27:25.588Z[ recovery-image] Sep 11 20:27:24.521 INFO O| Sep 11 20:27:24.521 INFO STEP 1051: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90352026-09-11T20:27:25.599Z[ recovery-image] Sep 11 20:27:24.531 INFO O| Sep 11 20:27:24.531 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psrinfo"
90362026-09-11T20:27:25.599Z[ recovery-image] Sep 11 20:27:24.531 INFO O| Sep 11 20:27:24.531 INFO STEP 1051 (remove_files) COMPLETE
90372026-09-11T20:27:25.599Z[ recovery-image] Sep 11 20:27:24.531 INFO O| Sep 11 20:27:24.531 INFO STEP 1052: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90382026-09-11T20:27:25.606Z[ recovery-image] Sep 11 20:27:24.540 INFO O| Sep 11 20:27:24.540 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psrset"
90392026-09-11T20:27:25.606Z[ recovery-image] Sep 11 20:27:24.541 INFO O| Sep 11 20:27:24.541 INFO STEP 1052 (remove_files) COMPLETE
90402026-09-11T20:27:25.606Z[ recovery-image] Sep 11 20:27:24.541 INFO O| Sep 11 20:27:24.541 INFO STEP 1053: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90412026-09-11T20:27:25.612Z[ recovery-image] Sep 11 20:27:24.549 INFO O| Sep 11 20:27:24.549 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pwck"
90422026-09-11T20:27:25.612Z[ recovery-image] Sep 11 20:27:24.550 INFO O| Sep 11 20:27:24.550 INFO STEP 1053 (remove_files) COMPLETE
90432026-09-11T20:27:25.612Z[ recovery-image] Sep 11 20:27:24.550 INFO O| Sep 11 20:27:24.550 INFO STEP 1054: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90442026-09-11T20:27:25.621Z[ recovery-image] Sep 11 20:27:24.558 INFO O| Sep 11 20:27:24.558 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pwconv"
90452026-09-11T20:27:25.621Z[ recovery-image] Sep 11 20:27:24.558 INFO O| Sep 11 20:27:24.558 INFO STEP 1054 (remove_files) COMPLETE
90462026-09-11T20:27:25.621Z[ recovery-image] Sep 11 20:27:24.558 INFO O| Sep 11 20:27:24.558 INFO STEP 1055: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90472026-09-11T20:27:25.632Z[ recovery-image] Sep 11 20:27:24.568 INFO O| Sep 11 20:27:24.568 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/raidctl"
90482026-09-11T20:27:25.632Z[ recovery-image] Sep 11 20:27:24.568 INFO O| Sep 11 20:27:24.568 INFO STEP 1055 (remove_files) COMPLETE
90492026-09-11T20:27:25.632Z[ recovery-image] Sep 11 20:27:24.568 INFO O| Sep 11 20:27:24.568 INFO STEP 1056: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90502026-09-11T20:27:25.643Z[ recovery-image] Sep 11 20:27:24.577 INFO O| Sep 11 20:27:24.577 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ramdiskadm"
90512026-09-11T20:27:25.644Z[ recovery-image] Sep 11 20:27:24.577 INFO O| Sep 11 20:27:24.577 INFO STEP 1056 (remove_files) COMPLETE
90522026-09-11T20:27:25.663Z[ recovery-image] Sep 11 20:27:24.577 INFO O| Sep 11 20:27:24.577 INFO STEP 1057: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90532026-09-11T20:27:25.663Z[ recovery-image] Sep 11 20:27:24.586 INFO O| Sep 11 20:27:24.586 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rctladm"
90542026-09-11T20:27:25.664Z[ recovery-image] Sep 11 20:27:24.586 INFO O| Sep 11 20:27:24.586 INFO STEP 1057 (remove_files) COMPLETE
90552026-09-11T20:27:25.664Z[ recovery-image] Sep 11 20:27:24.586 INFO O| Sep 11 20:27:24.586 INFO STEP 1058: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90562026-09-11T20:27:25.670Z[ recovery-image] Sep 11 20:27:24.597 INFO O| Sep 11 20:27:24.597 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rdmsr"
90572026-09-11T20:27:25.670Z[ recovery-image] Sep 11 20:27:24.597 INFO O| Sep 11 20:27:24.597 INFO STEP 1058 (remove_files) COMPLETE
90582026-09-11T20:27:25.670Z[ recovery-image] Sep 11 20:27:24.597 INFO O| Sep 11 20:27:24.597 INFO STEP 1059: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90592026-09-11T20:27:25.674Z[ recovery-image] Sep 11 20:27:24.607 INFO O| Sep 11 20:27:24.607 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/reboot"
90602026-09-11T20:27:25.674Z[ recovery-image] Sep 11 20:27:24.607 INFO O| Sep 11 20:27:24.607 INFO STEP 1059 (remove_files) COMPLETE
90612026-09-11T20:27:25.674Z[ recovery-image] Sep 11 20:27:24.607 INFO O| Sep 11 20:27:24.607 INFO STEP 1060: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90622026-09-11T20:27:25.678Z[ recovery-image] Sep 11 20:27:24.616 INFO O| Sep 11 20:27:24.616 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rem_drv"
90632026-09-11T20:27:25.679Z[ recovery-image] Sep 11 20:27:24.616 INFO O| Sep 11 20:27:24.616 INFO STEP 1060 (remove_files) COMPLETE
90642026-09-11T20:27:25.679Z[ recovery-image] Sep 11 20:27:24.616 INFO O| Sep 11 20:27:24.616 INFO STEP 1061: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90652026-09-11T20:27:25.688Z[ recovery-image] Sep 11 20:27:24.626 INFO O| Sep 11 20:27:24.626 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/removef"
90662026-09-11T20:27:25.688Z[ recovery-image] Sep 11 20:27:24.626 INFO O| Sep 11 20:27:24.626 INFO STEP 1061 (remove_files) COMPLETE
90672026-09-11T20:27:25.688Z[ recovery-image] Sep 11 20:27:24.626 INFO O| Sep 11 20:27:24.626 INFO STEP 1062: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90682026-09-11T20:27:25.699Z[ recovery-image] Sep 11 20:27:24.635 INFO O| Sep 11 20:27:24.635 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/roleadd"
90692026-09-11T20:27:25.699Z[ recovery-image] Sep 11 20:27:24.635 INFO O| Sep 11 20:27:24.635 INFO STEP 1062 (remove_files) COMPLETE
90702026-09-11T20:27:25.699Z[ recovery-image] Sep 11 20:27:24.635 INFO O| Sep 11 20:27:24.635 INFO STEP 1063: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90712026-09-11T20:27:25.716Z[ recovery-image] Sep 11 20:27:24.646 INFO O| Sep 11 20:27:24.645 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/roledel"
90722026-09-11T20:27:25.716Z[ recovery-image] Sep 11 20:27:24.646 INFO O| Sep 11 20:27:24.646 INFO STEP 1063 (remove_files) COMPLETE
90732026-09-11T20:27:25.720Z[ recovery-image] Sep 11 20:27:24.646 INFO O| Sep 11 20:27:24.646 INFO STEP 1064: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90742026-09-11T20:27:25.720Z[ recovery-image] Sep 11 20:27:24.655 INFO O| Sep 11 20:27:24.655 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rolemod"
90752026-09-11T20:27:25.720Z[ recovery-image] Sep 11 20:27:24.655 INFO O| Sep 11 20:27:24.655 INFO STEP 1064 (remove_files) COMPLETE
90762026-09-11T20:27:25.720Z[ recovery-image] Sep 11 20:27:24.655 INFO O| Sep 11 20:27:24.655 INFO STEP 1065: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90772026-09-11T20:27:25.727Z[ recovery-image] Sep 11 20:27:24.665 INFO O| Sep 11 20:27:24.665 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/root_archive"
90782026-09-11T20:27:25.727Z[ recovery-image] Sep 11 20:27:24.665 INFO O| Sep 11 20:27:24.665 INFO STEP 1065 (remove_files) COMPLETE
90792026-09-11T20:27:25.731Z[ recovery-image] Sep 11 20:27:24.665 INFO O| Sep 11 20:27:24.665 INFO STEP 1066: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90802026-09-11T20:27:25.738Z[ recovery-image] Sep 11 20:27:24.675 INFO O| Sep 11 20:27:24.675 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rpcbind"
90812026-09-11T20:27:25.738Z[ recovery-image] Sep 11 20:27:24.675 INFO O| Sep 11 20:27:24.675 INFO STEP 1066 (remove_files) COMPLETE
90822026-09-11T20:27:25.744Z[ recovery-image] Sep 11 20:27:24.675 INFO O| Sep 11 20:27:24.675 INFO STEP 1067: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90832026-09-11T20:27:25.748Z[ recovery-image] Sep 11 20:27:24.685 INFO O| Sep 11 20:27:24.685 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rtc"
90842026-09-11T20:27:25.748Z[ recovery-image] Sep 11 20:27:24.685 INFO O| Sep 11 20:27:24.685 INFO STEP 1067 (remove_files) COMPLETE
90852026-09-11T20:27:25.748Z[ recovery-image] Sep 11 20:27:24.685 INFO O| Sep 11 20:27:24.685 INFO STEP 1068: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90862026-09-11T20:27:25.764Z[ recovery-image] Sep 11 20:27:24.694 INFO O| Sep 11 20:27:24.694 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rtquery"
90872026-09-11T20:27:25.764Z[ recovery-image] Sep 11 20:27:24.694 INFO O| Sep 11 20:27:24.694 INFO STEP 1068 (remove_files) COMPLETE
90882026-09-11T20:27:25.769Z[ recovery-image] Sep 11 20:27:24.694 INFO O| Sep 11 20:27:24.694 INFO STEP 1069: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90892026-09-11T20:27:25.769Z[ recovery-image] Sep 11 20:27:24.705 INFO O| Sep 11 20:27:24.705 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/setmnt"
90902026-09-11T20:27:25.769Z[ recovery-image] Sep 11 20:27:24.705 INFO O| Sep 11 20:27:24.705 INFO STEP 1069 (remove_files) COMPLETE
90912026-09-11T20:27:25.769Z[ recovery-image] Sep 11 20:27:24.705 INFO O| Sep 11 20:27:24.705 INFO STEP 1070: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90922026-09-11T20:27:25.779Z[ recovery-image] Sep 11 20:27:24.715 INFO O| Sep 11 20:27:24.715 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/share"
90932026-09-11T20:27:25.779Z[ recovery-image] Sep 11 20:27:24.715 INFO O| Sep 11 20:27:24.715 INFO STEP 1070 (remove_files) COMPLETE
90942026-09-11T20:27:25.779Z[ recovery-image] Sep 11 20:27:24.715 INFO O| Sep 11 20:27:24.715 INFO STEP 1071: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90952026-09-11T20:27:25.787Z[ recovery-image] Sep 11 20:27:24.725 INFO O| Sep 11 20:27:24.725 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/shareall"
90962026-09-11T20:27:25.787Z[ recovery-image] Sep 11 20:27:24.725 INFO O| Sep 11 20:27:24.725 INFO STEP 1071 (remove_files) COMPLETE
90972026-09-11T20:27:25.787Z[ recovery-image] Sep 11 20:27:24.725 INFO O| Sep 11 20:27:24.725 INFO STEP 1072: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90982026-09-11T20:27:25.798Z[ recovery-image] Sep 11 20:27:24.735 INFO O| Sep 11 20:27:24.735 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sharectl"
90992026-09-11T20:27:25.798Z[ recovery-image] Sep 11 20:27:24.735 INFO O| Sep 11 20:27:24.735 INFO STEP 1072 (remove_files) COMPLETE
91002026-09-11T20:27:25.798Z[ recovery-image] Sep 11 20:27:24.736 INFO O| Sep 11 20:27:24.735 INFO STEP 1073: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91012026-09-11T20:27:25.809Z[ recovery-image] Sep 11 20:27:24.746 INFO O| Sep 11 20:27:24.746 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sharemgr"
91022026-09-11T20:27:25.809Z[ recovery-image] Sep 11 20:27:24.746 INFO O| Sep 11 20:27:24.746 INFO STEP 1073 (remove_files) COMPLETE
91032026-09-11T20:27:25.809Z[ recovery-image] Sep 11 20:27:24.746 INFO O| Sep 11 20:27:24.746 INFO STEP 1074: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91042026-09-11T20:27:25.819Z[ recovery-image] Sep 11 20:27:24.757 INFO O| Sep 11 20:27:24.757 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/shutdown"
91052026-09-11T20:27:25.819Z[ recovery-image] Sep 11 20:27:24.757 INFO O| Sep 11 20:27:24.757 INFO STEP 1074 (remove_files) COMPLETE
91062026-09-11T20:27:25.819Z[ recovery-image] Sep 11 20:27:24.757 INFO O| Sep 11 20:27:24.757 INFO STEP 1075: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91072026-09-11T20:27:25.830Z[ recovery-image] Sep 11 20:27:24.767 INFO O| Sep 11 20:27:24.767 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbadm"
91082026-09-11T20:27:25.830Z[ recovery-image] Sep 11 20:27:24.767 INFO O| Sep 11 20:27:24.767 INFO STEP 1075 (remove_files) COMPLETE
91092026-09-11T20:27:25.834Z[ recovery-image] Sep 11 20:27:24.767 INFO O| Sep 11 20:27:24.767 INFO STEP 1076: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91102026-09-11T20:27:25.839Z[ recovery-image] Sep 11 20:27:24.777 INFO O| Sep 11 20:27:24.777 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbios"
91112026-09-11T20:27:25.839Z[ recovery-image] Sep 11 20:27:24.777 INFO O| Sep 11 20:27:24.777 INFO STEP 1076 (remove_files) COMPLETE
91122026-09-11T20:27:25.839Z[ recovery-image] Sep 11 20:27:24.777 INFO O| Sep 11 20:27:24.777 INFO STEP 1077: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91132026-09-11T20:27:25.850Z[ recovery-image] Sep 11 20:27:24.786 INFO O| Sep 11 20:27:24.786 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbstat"
91142026-09-11T20:27:25.850Z[ recovery-image] Sep 11 20:27:24.786 INFO O| Sep 11 20:27:24.786 INFO STEP 1077 (remove_files) COMPLETE
91152026-09-11T20:27:25.850Z[ recovery-image] Sep 11 20:27:24.786 INFO O| Sep 11 20:27:24.786 INFO STEP 1078: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91162026-09-11T20:27:25.858Z[ recovery-image] Sep 11 20:27:24.795 INFO O| Sep 11 20:27:24.795 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snmpd"
91172026-09-11T20:27:25.858Z[ recovery-image] Sep 11 20:27:24.795 INFO O| Sep 11 20:27:24.795 INFO STEP 1078 (remove_files) COMPLETE
91182026-09-11T20:27:25.858Z[ recovery-image] Sep 11 20:27:24.795 INFO O| Sep 11 20:27:24.795 INFO STEP 1079: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91192026-09-11T20:27:25.866Z[ recovery-image] Sep 11 20:27:24.804 INFO O| Sep 11 20:27:24.803 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snmptrapd"
91202026-09-11T20:27:25.866Z[ recovery-image] Sep 11 20:27:24.804 INFO O| Sep 11 20:27:24.803 INFO STEP 1079 (remove_files) COMPLETE
91212026-09-11T20:27:25.866Z[ recovery-image] Sep 11 20:27:24.804 INFO O| Sep 11 20:27:24.803 INFO STEP 1080: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91222026-09-11T20:27:25.875Z[ recovery-image] Sep 11 20:27:24.812 INFO O| Sep 11 20:27:24.812 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snoop"
91232026-09-11T20:27:25.875Z[ recovery-image] Sep 11 20:27:24.812 INFO O| Sep 11 20:27:24.812 INFO STEP 1080 (remove_files) COMPLETE
91242026-09-11T20:27:25.875Z[ recovery-image] Sep 11 20:27:24.812 INFO O| Sep 11 20:27:24.812 INFO STEP 1081: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91252026-09-11T20:27:25.934Z[ recovery-image] Sep 11 20:27:24.822 INFO O| Sep 11 20:27:24.821 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sshd"
91262026-09-11T20:27:25.934Z[ recovery-image] Sep 11 20:27:24.822 INFO O| Sep 11 20:27:24.822 INFO STEP 1081 (remove_files) COMPLETE
91272026-09-11T20:27:25.934Z[ recovery-image] Sep 11 20:27:24.822 INFO O| Sep 11 20:27:24.822 INFO STEP 1082: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91282026-09-11T20:27:25.940Z[ recovery-image] Sep 11 20:27:24.831 INFO O| Sep 11 20:27:24.831 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/stmsboot"
91292026-09-11T20:27:25.941Z[ recovery-image] Sep 11 20:27:24.831 INFO O| Sep 11 20:27:24.831 INFO STEP 1082 (remove_files) COMPLETE
91302026-09-11T20:27:25.941Z[ recovery-image] Sep 11 20:27:24.831 INFO O| Sep 11 20:27:24.831 INFO STEP 1083: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91312026-09-11T20:27:25.941Z[ recovery-image] Sep 11 20:27:24.839 INFO O| Sep 11 20:27:24.839 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strace"
91322026-09-11T20:27:25.941Z[ recovery-image] Sep 11 20:27:24.839 INFO O| Sep 11 20:27:24.839 INFO STEP 1083 (remove_files) COMPLETE
91332026-09-11T20:27:25.941Z[ recovery-image] Sep 11 20:27:24.839 INFO O| Sep 11 20:27:24.839 INFO STEP 1084: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91342026-09-11T20:27:25.942Z[ recovery-image] Sep 11 20:27:24.848 INFO O| Sep 11 20:27:24.848 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strclean"
91352026-09-11T20:27:25.942Z[ recovery-image] Sep 11 20:27:24.848 INFO O| Sep 11 20:27:24.848 INFO STEP 1084 (remove_files) COMPLETE
91362026-09-11T20:27:25.942Z[ recovery-image] Sep 11 20:27:24.848 INFO O| Sep 11 20:27:24.848 INFO STEP 1085: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91372026-09-11T20:27:25.942Z[ recovery-image] Sep 11 20:27:24.858 INFO O| Sep 11 20:27:24.858 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strerr"
91382026-09-11T20:27:25.942Z[ recovery-image] Sep 11 20:27:24.858 INFO O| Sep 11 20:27:24.858 INFO STEP 1085 (remove_files) COMPLETE
91392026-09-11T20:27:25.942Z[ recovery-image] Sep 11 20:27:24.858 INFO O| Sep 11 20:27:24.858 INFO STEP 1086: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91402026-09-11T20:27:25.942Z[ recovery-image] Sep 11 20:27:24.867 INFO O| Sep 11 20:27:24.867 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sttydefs"
91412026-09-11T20:27:25.942Z[ recovery-image] Sep 11 20:27:24.868 INFO O| Sep 11 20:27:24.868 INFO STEP 1086 (remove_files) COMPLETE
91422026-09-11T20:27:25.942Z[ recovery-image] Sep 11 20:27:24.868 INFO O| Sep 11 20:27:24.868 INFO STEP 1087: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91432026-09-11T20:27:25.946Z[ recovery-image] Sep 11 20:27:24.877 INFO O| Sep 11 20:27:24.877 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncinit"
91442026-09-11T20:27:25.946Z[ recovery-image] Sep 11 20:27:24.877 INFO O| Sep 11 20:27:24.877 INFO STEP 1087 (remove_files) COMPLETE
91452026-09-11T20:27:25.946Z[ recovery-image] Sep 11 20:27:24.877 INFO O| Sep 11 20:27:24.877 INFO STEP 1088: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91462026-09-11T20:27:25.950Z[ recovery-image] Sep 11 20:27:24.886 INFO O| Sep 11 20:27:24.886 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncloop"
91472026-09-11T20:27:25.950Z[ recovery-image] Sep 11 20:27:24.886 INFO O| Sep 11 20:27:24.886 INFO STEP 1088 (remove_files) COMPLETE
91482026-09-11T20:27:25.950Z[ recovery-image] Sep 11 20:27:24.886 INFO O| Sep 11 20:27:24.886 INFO STEP 1089: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91492026-09-11T20:27:25.958Z[ recovery-image] Sep 11 20:27:24.896 INFO O| Sep 11 20:27:24.896 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncstat"
91502026-09-11T20:27:25.958Z[ recovery-image] Sep 11 20:27:24.896 INFO O| Sep 11 20:27:24.896 INFO STEP 1089 (remove_files) COMPLETE
91512026-09-11T20:27:25.963Z[ recovery-image] Sep 11 20:27:24.896 INFO O| Sep 11 20:27:24.896 INFO STEP 1090: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91522026-09-11T20:27:25.967Z[ recovery-image] Sep 11 20:27:24.905 INFO O| Sep 11 20:27:24.905 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sysdef"
91532026-09-11T20:27:25.968Z[ recovery-image] Sep 11 20:27:24.905 INFO O| Sep 11 20:27:24.905 INFO STEP 1090 (remove_files) COMPLETE
91542026-09-11T20:27:25.968Z[ recovery-image] Sep 11 20:27:24.905 INFO O| Sep 11 20:27:24.905 INFO STEP 1091: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91552026-09-11T20:27:25.979Z[ recovery-image] Sep 11 20:27:24.915 INFO O| Sep 11 20:27:24.915 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syseventadm"
91562026-09-11T20:27:25.979Z[ recovery-image] Sep 11 20:27:24.915 INFO O| Sep 11 20:27:24.915 INFO STEP 1091 (remove_files) COMPLETE
91572026-09-11T20:27:25.979Z[ recovery-image] Sep 11 20:27:24.915 INFO O| Sep 11 20:27:24.915 INFO STEP 1092: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91582026-09-11T20:27:25.990Z[ recovery-image] Sep 11 20:27:24.924 INFO O| Sep 11 20:27:24.924 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/t6mfgadm"
91592026-09-11T20:27:25.990Z[ recovery-image] Sep 11 20:27:24.924 INFO O| Sep 11 20:27:24.924 INFO STEP 1092 (remove_files) COMPLETE
91602026-09-11T20:27:25.990Z[ recovery-image] Sep 11 20:27:24.924 INFO O| Sep 11 20:27:24.924 INFO STEP 1093: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91612026-09-11T20:27:25.996Z[ recovery-image] Sep 11 20:27:24.934 INFO O| Sep 11 20:27:24.933 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tapes"
91622026-09-11T20:27:25.996Z[ recovery-image] Sep 11 20:27:24.934 INFO O| Sep 11 20:27:24.934 INFO STEP 1093 (remove_files) COMPLETE
91632026-09-11T20:27:25.996Z[ recovery-image] Sep 11 20:27:24.934 INFO O| Sep 11 20:27:24.934 INFO STEP 1094: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91642026-09-11T20:27:26.009Z[ recovery-image] Sep 11 20:27:24.943 INFO O| Sep 11 20:27:24.943 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tar"
91652026-09-11T20:27:26.009Z[ recovery-image] Sep 11 20:27:24.943 INFO O| Sep 11 20:27:24.943 INFO STEP 1094 (remove_files) COMPLETE
91662026-09-11T20:27:26.009Z[ recovery-image] Sep 11 20:27:24.943 INFO O| Sep 11 20:27:24.943 INFO STEP 1095: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91672026-09-11T20:27:26.015Z[ recovery-image] Sep 11 20:27:24.952 INFO O| Sep 11 20:27:24.952 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tcsd"
91682026-09-11T20:27:26.015Z[ recovery-image] Sep 11 20:27:24.952 INFO O| Sep 11 20:27:24.952 INFO STEP 1095 (remove_files) COMPLETE
91692026-09-11T20:27:26.015Z[ recovery-image] Sep 11 20:27:24.952 INFO O| Sep 11 20:27:24.952 INFO STEP 1096: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91702026-09-11T20:27:26.024Z[ recovery-image] Sep 11 20:27:24.961 INFO O| Sep 11 20:27:24.961 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/traceroute"
91712026-09-11T20:27:26.024Z[ recovery-image] Sep 11 20:27:24.961 INFO O| Sep 11 20:27:24.961 INFO STEP 1096 (remove_files) COMPLETE
91722026-09-11T20:27:26.024Z[ recovery-image] Sep 11 20:27:24.961 INFO O| Sep 11 20:27:24.961 INFO STEP 1097: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91732026-09-11T20:27:26.034Z[ recovery-image] Sep 11 20:27:24.971 INFO O| Sep 11 20:27:24.971 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/trapstat"
91742026-09-11T20:27:26.034Z[ recovery-image] Sep 11 20:27:24.971 INFO O| Sep 11 20:27:24.971 INFO STEP 1097 (remove_files) COMPLETE
91752026-09-11T20:27:26.035Z[ recovery-image] Sep 11 20:27:24.971 INFO O| Sep 11 20:27:24.971 INFO STEP 1098: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91762026-09-11T20:27:26.043Z[ recovery-image] Sep 11 20:27:24.981 INFO O| Sep 11 20:27:24.981 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ttyadm"
91772026-09-11T20:27:26.043Z[ recovery-image] Sep 11 20:27:24.981 INFO O| Sep 11 20:27:24.981 INFO STEP 1098 (remove_files) COMPLETE
91782026-09-11T20:27:26.043Z[ recovery-image] Sep 11 20:27:24.981 INFO O| Sep 11 20:27:24.981 INFO STEP 1099: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91792026-09-11T20:27:26.053Z[ recovery-image] Sep 11 20:27:24.990 INFO O| Sep 11 20:27:24.990 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ucodeadm"
91802026-09-11T20:27:26.053Z[ recovery-image] Sep 11 20:27:24.991 INFO O| Sep 11 20:27:24.990 INFO STEP 1099 (remove_files) COMPLETE
91812026-09-11T20:27:26.053Z[ recovery-image] Sep 11 20:27:24.991 INFO O| Sep 11 20:27:24.991 INFO STEP 1100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91822026-09-11T20:27:26.064Z[ recovery-image] Sep 11 20:27:25.000 INFO O| Sep 11 20:27:25.000 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/umountall"
91832026-09-11T20:27:26.064Z[ recovery-image] Sep 11 20:27:25.000 INFO O| Sep 11 20:27:25.000 INFO STEP 1100 (remove_files) COMPLETE
91842026-09-11T20:27:26.064Z[ recovery-image] Sep 11 20:27:25.000 INFO O| Sep 11 20:27:25.000 INFO STEP 1101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91852026-09-11T20:27:26.078Z[ recovery-image] Sep 11 20:27:25.009 INFO O| Sep 11 20:27:25.009 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unlink"
91862026-09-11T20:27:26.079Z[ recovery-image] Sep 11 20:27:25.010 INFO O| Sep 11 20:27:25.010 INFO STEP 1101 (remove_files) COMPLETE
91872026-09-11T20:27:26.085Z[ recovery-image] Sep 11 20:27:25.010 INFO O| Sep 11 20:27:25.010 INFO STEP 1102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91882026-09-11T20:27:26.085Z[ recovery-image] Sep 11 20:27:25.019 INFO O| Sep 11 20:27:25.019 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unshare"
91892026-09-11T20:27:26.085Z[ recovery-image] Sep 11 20:27:25.019 INFO O| Sep 11 20:27:25.019 INFO STEP 1102 (remove_files) COMPLETE
91902026-09-11T20:27:26.085Z[ recovery-image] Sep 11 20:27:25.019 INFO O| Sep 11 20:27:25.019 INFO STEP 1103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91912026-09-11T20:27:26.099Z[ recovery-image] Sep 11 20:27:25.037 INFO O| Sep 11 20:27:25.037 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unshareall"
91922026-09-11T20:27:26.100Z[ recovery-image] Sep 11 20:27:25.037 INFO O| Sep 11 20:27:25.037 INFO STEP 1103 (remove_files) COMPLETE
91932026-09-11T20:27:26.100Z[ recovery-image] Sep 11 20:27:25.037 INFO O| Sep 11 20:27:25.037 INFO STEP 1104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91942026-09-11T20:27:26.120Z[ recovery-image] Sep 11 20:27:25.052 INFO O| Sep 11 20:27:25.052 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/update_drv"
91952026-09-11T20:27:26.120Z[ recovery-image] Sep 11 20:27:25.052 INFO O| Sep 11 20:27:25.052 INFO STEP 1104 (remove_files) COMPLETE
91962026-09-11T20:27:26.120Z[ recovery-image] Sep 11 20:27:25.052 INFO O| Sep 11 20:27:25.052 INFO STEP 1105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91972026-09-11T20:27:26.126Z[ recovery-image] Sep 11 20:27:25.064 INFO O| Sep 11 20:27:25.064 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/useradd"
91982026-09-11T20:27:26.126Z[ recovery-image] Sep 11 20:27:25.064 INFO O| Sep 11 20:27:25.064 INFO STEP 1105 (remove_files) COMPLETE
91992026-09-11T20:27:26.126Z[ recovery-image] Sep 11 20:27:25.064 INFO O| Sep 11 20:27:25.064 INFO STEP 1106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
92002026-09-11T20:27:26.141Z[ recovery-image] Sep 11 20:27:25.074 INFO O| Sep 11 20:27:25.074 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/userdel"
92012026-09-11T20:27:26.141Z[ recovery-image] Sep 11 20:27:25.074 INFO O| Sep 11 20:27:25.074 INFO STEP 1106 (remove_files) COMPLETE
92022026-09-11T20:27:26.141Z[ recovery-image] Sep 11 20:27:25.074 INFO O| Sep 11 20:27:25.074 INFO STEP 1107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
92032026-09-11T20:27:26.145Z[ recovery-image] Sep 11 20:27:25.083 INFO O| Sep 11 20:27:25.083 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/usermod"
92042026-09-11T20:27:26.146Z[ recovery-image] Sep 11 20:27:25.083 INFO O| Sep 11 20:27:25.083 INFO STEP 1107 (remove_files) COMPLETE
92052026-09-11T20:27:26.146Z[ recovery-image] Sep 11 20:27:25.083 INFO O| Sep 11 20:27:25.083 INFO STEP 1108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
92062026-09-11T20:27:26.154Z[ recovery-image] Sep 11 20:27:25.091 INFO O| Sep 11 20:27:25.091 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/volcopy"
92072026-09-11T20:27:26.154Z[ recovery-image] Sep 11 20:27:25.092 INFO O| Sep 11 20:27:25.092 INFO STEP 1108 (remove_files) COMPLETE
92082026-09-11T20:27:26.157Z[ recovery-image] Sep 11 20:27:25.092 INFO O| Sep 11 20:27:25.092 INFO STEP 1109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
92092026-09-11T20:27:26.166Z[ recovery-image] Sep 11 20:27:25.103 INFO O| Sep 11 20:27:25.103 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/wall"
92102026-09-11T20:27:26.166Z[ recovery-image] Sep 11 20:27:25.103 INFO O| Sep 11 20:27:25.103 INFO STEP 1109 (remove_files) COMPLETE
92112026-09-11T20:27:26.166Z[ recovery-image] Sep 11 20:27:25.103 INFO O| Sep 11 20:27:25.103 INFO STEP 1110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
92122026-09-11T20:27:26.177Z[ recovery-image] Sep 11 20:27:25.114 INFO O| Sep 11 20:27:25.113 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/whodo"
92132026-09-11T20:27:26.177Z[ recovery-image] Sep 11 20:27:25.114 INFO O| Sep 11 20:27:25.114 INFO STEP 1110 (remove_files) COMPLETE
92142026-09-11T20:27:26.181Z[ recovery-image] Sep 11 20:27:25.114 INFO O| Sep 11 20:27:25.114 INFO STEP 1111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
92152026-09-11T20:27:26.188Z[ recovery-image] Sep 11 20:27:25.125 INFO O| Sep 11 20:27:25.125 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zdb"
92162026-09-11T20:27:26.188Z[ recovery-image] Sep 11 20:27:25.125 INFO O| Sep 11 20:27:25.125 INFO STEP 1111 (remove_files) COMPLETE
92172026-09-11T20:27:26.193Z[ recovery-image] Sep 11 20:27:25.125 INFO O| Sep 11 20:27:25.125 INFO STEP 1112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
92182026-09-11T20:27:26.204Z[ recovery-image] Sep 11 20:27:25.141 INFO O| Sep 11 20:27:25.141 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zdump"
92192026-09-11T20:27:26.204Z[ recovery-image] Sep 11 20:27:25.141 INFO O| Sep 11 20:27:25.141 INFO STEP 1112 (remove_files) COMPLETE
92202026-09-11T20:27:26.204Z[ recovery-image] Sep 11 20:27:25.141 INFO O| Sep 11 20:27:25.141 INFO STEP 1113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
92212026-09-11T20:27:26.214Z[ recovery-image] Sep 11 20:27:25.151 INFO O| Sep 11 20:27:25.151 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zic"
92222026-09-11T20:27:26.214Z[ recovery-image] Sep 11 20:27:25.151 INFO O| Sep 11 20:27:25.151 INFO STEP 1113 (remove_files) COMPLETE
92232026-09-11T20:27:26.217Z[ recovery-image] Sep 11 20:27:25.151 INFO O| Sep 11 20:27:25.151 INFO STEP 1114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
92242026-09-11T20:27:26.226Z[ recovery-image] Sep 11 20:27:25.161 INFO O| Sep 11 20:27:25.161 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zlogin"
92252026-09-11T20:27:26.226Z[ recovery-image] Sep 11 20:27:25.161 INFO O| Sep 11 20:27:25.161 INFO STEP 1114 (remove_files) COMPLETE
92262026-09-11T20:27:26.226Z[ recovery-image] Sep 11 20:27:25.161 INFO O| Sep 11 20:27:25.161 INFO STEP 1115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
92272026-09-11T20:27:26.235Z[ recovery-image] Sep 11 20:27:25.173 INFO O| Sep 11 20:27:25.173 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zoneadm"
92282026-09-11T20:27:26.235Z[ recovery-image] Sep 11 20:27:25.173 INFO O| Sep 11 20:27:25.173 INFO STEP 1115 (remove_files) COMPLETE
92292026-09-11T20:27:26.235Z[ recovery-image] Sep 11 20:27:25.173 INFO O| Sep 11 20:27:25.173 INFO STEP 1116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
92302026-09-11T20:27:26.246Z[ recovery-image] Sep 11 20:27:25.182 INFO O| Sep 11 20:27:25.182 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zonecfg"
92312026-09-11T20:27:26.246Z[ recovery-image] Sep 11 20:27:25.182 INFO O| Sep 11 20:27:25.182 INFO STEP 1116 (remove_files) COMPLETE
92322026-09-11T20:27:26.246Z[ recovery-image] Sep 11 20:27:25.182 INFO O| Sep 11 20:27:25.182 INFO STEP 1117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
92332026-09-11T20:27:26.255Z[ recovery-image] Sep 11 20:27:25.193 INFO O| Sep 11 20:27:25.193 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zstreamdump"
92342026-09-11T20:27:26.255Z[ recovery-image] Sep 11 20:27:25.193 INFO O| Sep 11 20:27:25.193 INFO STEP 1117 (remove_files) COMPLETE
92352026-09-11T20:27:26.261Z[ recovery-image] Sep 11 20:27:25.193 INFO O| Sep 11 20:27:25.193 INFO STEP 1118: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-03-recovery-trim.json
92362026-09-11T20:27:26.270Z[ recovery-image] Sep 11 20:27:25.208 INFO O| Sep 11 20:27:25.208 INFO file /rpool/images/build/recovery/output/sled-recovery-ramdisk.tar does not already exist, skipping removal
92372026-09-11T20:27:26.271Z[ recovery-image] Sep 11 20:27:25.208 INFO O| Sep 11 20:27:25.208 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/sled-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/sled/ramdisk", "."]
92382026-09-11T20:27:26.438Z[verify-libraries] Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
92392026-09-11T20:27:26.808Z[verify-libraries] Compiling support-bundle-viewer v0.1.2
92402026-09-11T20:27:27.066Z[ recovery-image] Sep 11 20:27:26.002 INFO O| Sep 11 20:27:26.002 INFO STEP 1118 (pack_tar) COMPLETE
92412026-09-11T20:27:27.066Z[ recovery-image] Sep 11 20:27:26.002 INFO O| Sep 11 20:27:26.002 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
92422026-09-11T20:27:27.094Z[ recovery-image] Sep 11 20:27:26.002 INFO O| Sep 11 20:27:26.002 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
92432026-09-11T20:27:27.547Z[ recovery-image] Sep 11 20:27:26.442 INFO O| Sep 11 20:27:26.442 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
92442026-09-11T20:27:27.679Z[ recovery-image] Sep 11 20:27:26.617 INFO O| Sep 11 20:27:26.617 INFO completed processing sled/ramdisk-03-recovery-trim
92452026-09-11T20:27:27.683Z[ recovery-image] Sep 11 20:27:26.620 INFO image builder template: zfs-recovery...
92462026-09-11T20:27:27.684Z[ recovery-image] Sep 11 20:27:26.620 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/.tmpxxXox5/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@23.0.0.0", "-F", "optever=0.41.506", "-n", "zfs-recovery"], pwd: None
92472026-09-11T20:27:27.713Z[ recovery-image] Sep 11 20:27:26.650 INFO O| Sep 11 20:27:26.649 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/zfs-recovery
92482026-09-11T20:27:27.717Z[ recovery-image] Sep 11 20:27:26.654 INFO O| Sep 11 20:27:26.654 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/zfs-recovery
92492026-09-11T20:27:27.817Z[verify-libraries] Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
92502026-09-11T20:27:27.845Z[ recovery-image] Sep 11 20:27:26.781 INFO O| Sep 11 20:27:26.780 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/zfs-recovery: sync = disabled
92512026-09-11T20:27:27.933Z[ recovery-image] Sep 11 20:27:26.869 INFO O| Sep 11 20:27:26.869 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/zfs-recovery
92522026-09-11T20:27:27.933Z[ recovery-image] Sep 11 20:27:26.869 INFO O| Sep 11 20:27:26.869 INFO work dataset: rpool/images/build/recovery/work/sled/zfs-recovery
92532026-09-11T20:27:27.939Z[ recovery-image] Sep 11 20:27:26.873 INFO O| Sep 11 20:27:26.873 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/zfs-recovery
92542026-09-11T20:27:28.043Z[verify-libraries] Compiling trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
92552026-09-11T20:27:28.048Z[ recovery-image] Sep 11 20:27:26.979 INFO O| Sep 11 20:27:26.979 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/work/sled/zfs-recovery: sync = disabled
92562026-09-11T20:27:28.100Z[ host-image] Sep 11 20:27:27.038 INFO O| adding properties...
92572026-09-11T20:27:28.123Z[ recovery-image] Sep 11 20:27:27.058 INFO O| Sep 11 20:27:27.058 INFO DESTROY POOL: TEMPORARY-sled-zfs-recovery
92582026-09-11T20:27:28.130Z[ recovery-image] Sep 11 20:27:27.067 INFO O| Sep 11 20:27:27.067 INFO image file: /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw
92592026-09-11T20:27:28.135Z[ recovery-image] Sep 11 20:27:27.073 INFO O| Sep 11 20:27:27.073 INFO pool altroot: /rpool/images/build/recovery/work/sled/zfs-recovery/altroot
92602026-09-11T20:27:28.148Z[ recovery-image] Sep 11 20:27:27.074 INFO O| Sep 11 20:27:27.074 INFO no lofi found
92612026-09-11T20:27:28.148Z[ recovery-image] Sep 11 20:27:27.074 INFO O| Sep 11 20:27:27.074 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw does not already exist, skipping removal
92622026-09-11T20:27:28.148Z[ recovery-image] Sep 11 20:27:27.074 INFO O| Sep 11 20:27:27.074 INFO CREATE IMAGE (2000MB): /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw
92632026-09-11T20:27:28.668Z[verify-libraries] Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
92642026-09-11T20:27:28.839Z[verify-libraries] Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
92652026-09-11T20:27:28.852Z[verify-libraries] Compiling openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
92662026-09-11T20:27:29.007Z[verify-libraries] Compiling multimap v0.10.1
92672026-09-11T20:27:29.194Z[verify-libraries] Compiling termios v0.3.3
92682026-09-11T20:27:29.300Z[verify-libraries] Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
92692026-09-11T20:27:29.375Z[ host-image] Sep 11 20:27:28.310 INFO O| installing packages...
92702026-09-11T20:27:29.419Z[verify-libraries] Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
92712026-09-11T20:27:29.470Z[verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
92722026-09-11T20:27:30.074Z[ recovery-image] Sep 11 20:27:29.001 INFO O| Sep 11 20:27:29.001 INFO lofi device = /dev/dsk/c2t1d0p0
92732026-09-11T20:27:30.083Z[ recovery-image] Sep 11 20:27:29.001 INFO O| Sep 11 20:27:29.001 INFO pool device = /dev/dsk/c2t1d0p0
92742026-09-11T20:27:30.095Z[ recovery-image] Sep 11 20:27:29.001 INFO O| Sep 11 20:27:29.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"]
92752026-09-11T20:27:30.226Z[ recovery-image] Sep 11 20:27:29.164 INFO O| Sep 11 20:27:29.163 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
92762026-09-11T20:27:30.227Z[ recovery-image] Sep 11 20:27:29.164 INFO O| Sep 11 20:27:29.164 INFO CREATE DATASET: TEMPORARY-sled-zfs-recovery/ROOT
92772026-09-11T20:27:30.253Z[ recovery-image] Sep 11 20:27:29.190 INFO O| Sep 11 20:27:29.190 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT: canmount = off
92782026-09-11T20:27:30.427Z[ recovery-image] Sep 11 20:27:29.364 INFO O| Sep 11 20:27:29.364 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT: mountpoint = legacy
92792026-09-11T20:27:30.461Z[ recovery-image] Sep 11 20:27:29.398 INFO O| Sep 11 20:27:29.398 INFO CREATE DATASET: TEMPORARY-sled-zfs-recovery/ROOT/ramdisk
92802026-09-11T20:27:30.483Z[ recovery-image] Sep 11 20:27:29.421 INFO O| Sep 11 20:27:29.420 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: canmount = noauto
92812026-09-11T20:27:30.502Z[ recovery-image] Sep 11 20:27:29.438 INFO O| Sep 11 20:27:29.438 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: mountpoint = legacy
92822026-09-11T20:27:30.551Z[ recovery-image] Sep 11 20:27:29.489 INFO O| Sep 11 20:27:29.489 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a
92832026-09-11T20:27:30.552Z[ recovery-image] Sep 11 20:27:29.489 INFO O| Sep 11 20:27:29.489 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a
92842026-09-11T20:27:30.555Z[ recovery-image] Sep 11 20:27:29.489 INFO O| Sep 11 20:27:29.489 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-sled-zfs-recovery/ROOT/ramdisk", "/rpool/images/build/recovery/work/sled/zfs-recovery/a"]
92852026-09-11T20:27:30.567Z[ recovery-image] Sep 11 20:27:29.500 INFO O| Sep 11 20:27:29.500 INFO boot environment UUID: 6c01ddf7-1ea2-44ce-970d-7094a1337402
92862026-09-11T20:27:30.567Z[ recovery-image] Sep 11 20:27:29.500 INFO O| Sep 11 20:27:29.500 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:uuid = 6c01ddf7-1ea2-44ce-970d-7094a1337402
92872026-09-11T20:27:30.580Z[ recovery-image] Sep 11 20:27:29.518 INFO O| Sep 11 20:27:29.518 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:policy = static
92882026-09-11T20:27:30.599Z[ recovery-image] Sep 11 20:27:29.536 INFO O| Sep 11 20:27:29.536 INFO STEP 0 (create_be) COMPLETE
92892026-09-11T20:27:30.599Z[ recovery-image] Sep 11 20:27:29.536 INFO O| Sep 11 20:27:29.536 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
92902026-09-11T20:27:30.618Z[ recovery-image] Sep 11 20:27:29.555 INFO O| Sep 11 20:27:29.555 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"]
92912026-09-11T20:27:37.401Z[verify-libraries] Compiling polar-core v0.27.3
92922026-09-11T20:27:39.850Z[ recovery-image] Sep 11 20:27:38.787 INFO O| Sep 11 20:27:38.787 INFO STEP 1 (unpack_tar) COMPLETE
92932026-09-11T20:27:39.850Z[ recovery-image] Sep 11 20:27:38.787 INFO O| Sep 11 20:27:38.787 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92942026-09-11T20:27:41.542Z[ recovery-image] Sep 11 20:27:40.477 INFO O| Sep 11 20:27:40.477 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/recovery/work/sled/zfs-recovery/a"]
92952026-09-11T20:27:42.027Z[ recovery-image] Sep 11 20:27:40.963 INFO O| Sep 11 20:27:40.963 INFO STEP 2 (devfsadm) COMPLETE
92962026-09-11T20:27:42.027Z[ recovery-image] Sep 11 20:27:40.963 INFO O| Sep 11 20:27:40.963 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92972026-09-11T20:27:42.041Z[ recovery-image] Sep 11 20:27:40.977 INFO O| Sep 11 20:27:40.977 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
92982026-09-11T20:27:42.041Z[ recovery-image] Sep 11 20:27:40.977 INFO O| Sep 11 20:27:40.977 INFO STEP 3 (ensure_dir) COMPLETE
92992026-09-11T20:27:42.046Z[ recovery-image] Sep 11 20:27:40.977 INFO O| Sep 11 20:27:40.977 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93002026-09-11T20:27:42.053Z[ recovery-image] Sep 11 20:27:40.990 INFO O| Sep 11 20:27:40.989 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
93012026-09-11T20:27:42.053Z[ recovery-image] Sep 11 20:27:40.990 INFO O| Sep 11 20:27:40.990 INFO STEP 4 (ensure_dir) COMPLETE
93022026-09-11T20:27:42.053Z[ recovery-image] Sep 11 20:27:40.990 INFO O| Sep 11 20:27:40.990 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93032026-09-11T20:27:42.065Z[ recovery-image] Sep 11 20:27:41.001 INFO O| Sep 11 20:27:41.001 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
93042026-09-11T20:27:42.065Z[ recovery-image] Sep 11 20:27:41.002 INFO O| Sep 11 20:27:41.001 INFO STEP 5 (ensure_dir) COMPLETE
93052026-09-11T20:27:42.069Z[ recovery-image] Sep 11 20:27:41.002 INFO O| Sep 11 20:27:41.001 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93062026-09-11T20:27:42.075Z[ recovery-image] Sep 11 20:27:41.013 INFO O| Sep 11 20:27:41.013 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
93072026-09-11T20:27:42.075Z[ recovery-image] Sep 11 20:27:41.013 INFO O| Sep 11 20:27:41.013 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
93082026-09-11T20:27:42.080Z[ recovery-image] Sep 11 20:27:41.013 INFO O| Sep 11 20:27:41.013 INFO STEP 6 (ensure_dir) COMPLETE
93092026-09-11T20:27:42.080Z[ recovery-image] Sep 11 20:27:41.013 INFO O| Sep 11 20:27:41.013 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93102026-09-11T20:27:42.089Z[ recovery-image] Sep 11 20:27:41.024 INFO O| Sep 11 20:27:41.024 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
93112026-09-11T20:27:42.089Z[ recovery-image] Sep 11 20:27:41.024 INFO O| Sep 11 20:27:41.024 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
93122026-09-11T20:27:42.089Z[ recovery-image] Sep 11 20:27:41.024 INFO O| Sep 11 20:27:41.024 INFO STEP 7 (ensure_dir) COMPLETE
93132026-09-11T20:27:42.089Z[ recovery-image] Sep 11 20:27:41.024 INFO O| Sep 11 20:27:41.024 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93142026-09-11T20:27:42.099Z[ recovery-image] Sep 11 20:27:41.035 INFO O| Sep 11 20:27:41.035 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg"
93152026-09-11T20:27:42.102Z[ recovery-image] Sep 11 20:27:41.036 INFO O| Sep 11 20:27:41.036 INFO STEP 8 (remove_files) COMPLETE
93162026-09-11T20:27:42.102Z[ recovery-image] Sep 11 20:27:41.036 INFO O| Sep 11 20:27:41.036 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93172026-09-11T20:27:42.112Z[ recovery-image] Sep 11 20:27:41.049 INFO O| Sep 11 20:27:41.049 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk"
93182026-09-11T20:27:42.115Z[ recovery-image] Sep 11 20:27:41.050 INFO O| Sep 11 20:27:41.050 INFO STEP 9 (remove_files) COMPLETE
93192026-09-11T20:27:42.115Z[ recovery-image] Sep 11 20:27:41.050 INFO O| Sep 11 20:27:41.050 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93202026-09-11T20:27:42.128Z[ recovery-image] Sep 11 20:27:41.064 INFO O| Sep 11 20:27:41.064 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk"
93212026-09-11T20:27:42.132Z[ recovery-image] Sep 11 20:27:41.065 INFO O| Sep 11 20:27:41.065 INFO STEP 10 (remove_files) COMPLETE
93222026-09-11T20:27:42.132Z[ recovery-image] Sep 11 20:27:41.065 INFO O| Sep 11 20:27:41.065 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93232026-09-11T20:27:42.139Z[ recovery-image] Sep 11 20:27:41.077 INFO O| Sep 11 20:27:41.077 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors"
93242026-09-11T20:27:42.141Z[ recovery-image] Sep 11 20:27:41.077 INFO O| Sep 11 20:27:41.077 INFO STEP 11 (remove_files) COMPLETE
93252026-09-11T20:27:42.141Z[ recovery-image] Sep 11 20:27:41.077 INFO O| Sep 11 20:27:41.077 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93262026-09-11T20:27:42.150Z[ recovery-image] Sep 11 20:27:41.088 INFO O| Sep 11 20:27:41.087 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb"
93272026-09-11T20:27:42.150Z[ recovery-image] Sep 11 20:27:41.088 INFO O| Sep 11 20:27:41.088 INFO STEP 12 (remove_files) COMPLETE
93282026-09-11T20:27:42.151Z[ recovery-image] Sep 11 20:27:41.088 INFO O| Sep 11 20:27:41.088 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93292026-09-11T20:27:42.163Z[ recovery-image] Sep 11 20:27:41.099 INFO O| Sep 11 20:27:41.099 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
93302026-09-11T20:27:42.163Z[ recovery-image] Sep 11 20:27:41.099 INFO O| Sep 11 20:27:41.099 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
93312026-09-11T20:27:42.167Z[ recovery-image] Sep 11 20:27:41.099 INFO O| Sep 11 20:27:41.099 INFO STEP 13 (ensure_dir) COMPLETE
93322026-09-11T20:27:42.167Z[ recovery-image] Sep 11 20:27:41.099 INFO O| Sep 11 20:27:41.099 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93332026-09-11T20:27:42.175Z[ recovery-image] Sep 11 20:27:41.113 INFO O| Sep 11 20:27:41.113 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
93342026-09-11T20:27:42.176Z[ recovery-image] Sep 11 20:27:41.113 INFO O| Sep 11 20:27:41.113 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
93352026-09-11T20:27:42.180Z[ recovery-image] Sep 11 20:27:41.113 INFO O| Sep 11 20:27:41.113 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
93362026-09-11T20:27:42.180Z[ recovery-image] Sep 11 20:27:41.113 INFO O| Sep 11 20:27:41.113 INFO STEP 14 (ensure_dir) COMPLETE
93372026-09-11T20:27:42.180Z[ recovery-image] Sep 11 20:27:41.113 INFO O| Sep 11 20:27:41.113 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93382026-09-11T20:27:42.194Z[ recovery-image] Sep 11 20:27:41.129 INFO O| Sep 11 20:27:41.129 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
93392026-09-11T20:27:42.194Z[ recovery-image] Sep 11 20:27:41.129 INFO O| Sep 11 20:27:41.129 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
93402026-09-11T20:27:42.194Z[ recovery-image] Sep 11 20:27:41.129 INFO O| Sep 11 20:27:41.129 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
93412026-09-11T20:27:42.198Z[ recovery-image] Sep 11 20:27:41.129 INFO O| Sep 11 20:27:41.129 INFO STEP 15 (ensure_dir) COMPLETE
93422026-09-11T20:27:42.198Z[ recovery-image] Sep 11 20:27:41.129 INFO O| Sep 11 20:27:41.129 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93432026-09-11T20:27:42.203Z[ recovery-image] Sep 11 20:27:41.141 INFO O| Sep 11 20:27:41.141 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
93442026-09-11T20:27:42.203Z[ recovery-image] Sep 11 20:27:41.141 INFO O| Sep 11 20:27:41.141 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
93452026-09-11T20:27:42.209Z[ recovery-image] Sep 11 20:27:41.141 INFO O| Sep 11 20:27:41.141 INFO STEP 16 (ensure_dir) COMPLETE
93462026-09-11T20:27:42.209Z[ recovery-image] Sep 11 20:27:41.141 INFO O| Sep 11 20:27:41.141 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93472026-09-11T20:27:42.217Z[ recovery-image] Sep 11 20:27:41.154 INFO O| Sep 11 20:27:41.153 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
93482026-09-11T20:27:42.217Z[ recovery-image] Sep 11 20:27:41.154 INFO O| Sep 11 20:27:41.154 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
93492026-09-11T20:27:42.222Z[ recovery-image] Sep 11 20:27:41.154 INFO O| Sep 11 20:27:41.154 INFO STEP 17 (ensure_dir) COMPLETE
93502026-09-11T20:27:42.222Z[ recovery-image] Sep 11 20:27:41.154 INFO O| Sep 11 20:27:41.154 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93512026-09-11T20:27:42.233Z[ recovery-image] Sep 11 20:27:41.169 INFO O| Sep 11 20:27:41.169 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
93522026-09-11T20:27:42.233Z[ recovery-image] Sep 11 20:27:41.169 INFO O| Sep 11 20:27:41.169 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/msglog
93532026-09-11T20:27:42.233Z[ recovery-image] Sep 11 20:27:41.169 INFO O| Sep 11 20:27:41.169 INFO ok!
93542026-09-11T20:27:42.233Z[ recovery-image] Sep 11 20:27:41.169 INFO O| Sep 11 20:27:41.169 INFO STEP 18 (ensure_symlink) COMPLETE
93552026-09-11T20:27:42.240Z[ recovery-image] Sep 11 20:27:41.169 INFO O| Sep 11 20:27:41.169 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93562026-09-11T20:27:42.244Z[ recovery-image] Sep 11 20:27:41.180 INFO O| Sep 11 20:27:41.180 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/reconfigure exists, with correct contents
93572026-09-11T20:27:42.244Z[ recovery-image] Sep 11 20:27:41.181 INFO O| Sep 11 20:27:41.180 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/reconfigure
93582026-09-11T20:27:42.248Z[ recovery-image] Sep 11 20:27:41.181 INFO O| Sep 11 20:27:41.180 INFO ok!
93592026-09-11T20:27:42.248Z[ recovery-image] Sep 11 20:27:41.181 INFO O| Sep 11 20:27:41.180 INFO STEP 19 (ensure_file) COMPLETE
93602026-09-11T20:27:42.248Z[ recovery-image] Sep 11 20:27:41.181 INFO O| Sep 11 20:27:41.180 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
93612026-09-11T20:27:42.278Z[ recovery-image] Sep 11 20:27:41.191 INFO O| Sep 11 20:27:41.191 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml does not exist
93622026-09-11T20:27:42.278Z[ recovery-image] Sep 11 20:27:41.192 INFO O| Sep 11 20:27:41.191 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
93632026-09-11T20:27:42.278Z[ recovery-image] Sep 11 20:27:41.192 INFO O| Sep 11 20:27:41.192 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml
93642026-09-11T20:27:42.278Z[ recovery-image] Sep 11 20:27:41.192 INFO O| Sep 11 20:27:41.192 INFO ok!
93652026-09-11T20:27:42.278Z[ recovery-image] Sep 11 20:27:41.192 INFO O| Sep 11 20:27:41.192 INFO STEP 20 (ensure_symlink) COMPLETE
93662026-09-11T20:27:42.278Z[ recovery-image] Sep 11 20:27:41.192 INFO O| Sep 11 20:27:41.192 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
93672026-09-11T20:27:42.279Z[ recovery-image] Sep 11 20:27:41.202 INFO O| Sep 11 20:27:41.202 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml does not exist
93682026-09-11T20:27:42.284Z[ recovery-image] Sep 11 20:27:41.202 INFO O| Sep 11 20:27:41.202 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
93692026-09-11T20:27:42.284Z[ recovery-image] Sep 11 20:27:41.202 INFO O| Sep 11 20:27:41.202 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml
93702026-09-11T20:27:42.284Z[ recovery-image] Sep 11 20:27:41.202 INFO O| Sep 11 20:27:41.202 INFO ok!
93712026-09-11T20:27:42.284Z[ recovery-image] Sep 11 20:27:41.202 INFO O| Sep 11 20:27:41.202 INFO STEP 21 (ensure_symlink) COMPLETE
93722026-09-11T20:27:42.284Z[ recovery-image] Sep 11 20:27:41.202 INFO O| Sep 11 20:27:41.202 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
93732026-09-11T20:27:42.284Z[ recovery-image] Sep 11 20:27:41.212 INFO O| Sep 11 20:27:41.212 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml does not exist
93742026-09-11T20:27:42.284Z[ recovery-image] Sep 11 20:27:41.212 INFO O| Sep 11 20:27:41.212 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
93752026-09-11T20:27:42.284Z[ recovery-image] Sep 11 20:27:41.212 INFO O| Sep 11 20:27:41.212 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml
93762026-09-11T20:27:42.285Z[ recovery-image] Sep 11 20:27:41.212 INFO O| Sep 11 20:27:41.212 INFO ok!
93772026-09-11T20:27:42.285Z[ recovery-image] Sep 11 20:27:41.212 INFO O| Sep 11 20:27:41.212 INFO STEP 22 (ensure_symlink) COMPLETE
93782026-09-11T20:27:42.285Z[ recovery-image] Sep 11 20:27:41.212 INFO O| Sep 11 20:27:41.212 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
93792026-09-11T20:27:42.290Z[ recovery-image] Sep 11 20:27:41.221 INFO O| Sep 11 20:27:41.221 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml does not exist
93802026-09-11T20:27:42.290Z[ recovery-image] Sep 11 20:27:41.221 INFO O| Sep 11 20:27:41.221 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
93812026-09-11T20:27:42.290Z[ recovery-image] Sep 11 20:27:41.221 INFO O| Sep 11 20:27:41.221 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml
93822026-09-11T20:27:42.290Z[ recovery-image] Sep 11 20:27:41.221 INFO O| Sep 11 20:27:41.221 INFO ok!
93832026-09-11T20:27:42.290Z[ recovery-image] Sep 11 20:27:41.221 INFO O| Sep 11 20:27:41.221 INFO STEP 23 (ensure_symlink) COMPLETE
93842026-09-11T20:27:42.291Z[ recovery-image] Sep 11 20:27:41.221 INFO O| Sep 11 20:27:41.221 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
93852026-09-11T20:27:42.296Z[ recovery-image] Sep 11 20:27:41.231 INFO O| Sep 11 20:27:41.231 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nsswitch.conf exists, with wrong contents, unlinking
93862026-09-11T20:27:42.296Z[ recovery-image] Sep 11 20:27:41.231 INFO O| Sep 11 20:27:41.231 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 ...
93872026-09-11T20:27:42.296Z[ recovery-image] Sep 11 20:27:41.231 INFO O| Sep 11 20:27:41.231 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nsswitch.conf
93882026-09-11T20:27:42.296Z[ recovery-image] Sep 11 20:27:41.231 INFO O| Sep 11 20:27:41.231 INFO ok!
93892026-09-11T20:27:42.296Z[ recovery-image] Sep 11 20:27:41.231 INFO O| Sep 11 20:27:41.231 INFO STEP 24 (ensure_file) COMPLETE
93902026-09-11T20:27:42.296Z[ recovery-image] Sep 11 20:27:41.231 INFO O| Sep 11 20:27:41.231 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
93912026-09-11T20:27:42.304Z[ recovery-image] Sep 11 20:27:41.240 INFO O| Sep 11 20:27:41.240 INFO updating shadow file
93922026-09-11T20:27:42.304Z[ recovery-image] Sep 11 20:27:41.240 INFO O| Sep 11 20:27:41.240 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
93932026-09-11T20:27:42.304Z[ recovery-image] Sep 11 20:27:41.240 INFO O| Sep 11 20:27:41.240 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
93942026-09-11T20:27:42.308Z[ recovery-image] Sep 11 20:27:41.240 INFO O| Sep 11 20:27:41.240 INFO STEP 25 (shadow) COMPLETE
93952026-09-11T20:27:42.308Z[ recovery-image] Sep 11 20:27:41.240 INFO O| Sep 11 20:27:41.240 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
93962026-09-11T20:27:42.313Z[ recovery-image] Sep 11 20:27:41.249 INFO O| Sep 11 20:27:41.249 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts exists, with wrong contents, unlinking
93972026-09-11T20:27:42.313Z[ recovery-image] Sep 11 20:27:41.250 INFO O| Sep 11 20:27:41.249 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts ...
93982026-09-11T20:27:42.313Z[ recovery-image] Sep 11 20:27:41.250 INFO O| Sep 11 20:27:41.250 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts
93992026-09-11T20:27:42.316Z[ recovery-image] Sep 11 20:27:41.250 INFO O| Sep 11 20:27:41.250 INFO ok!
94002026-09-11T20:27:42.317Z[ recovery-image] Sep 11 20:27:41.250 INFO O| Sep 11 20:27:41.250 INFO STEP 26 (ensure_file) COMPLETE
94012026-09-11T20:27:42.317Z[ recovery-image] Sep 11 20:27:41.250 INFO O| Sep 11 20:27:41.250 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
94022026-09-11T20:27:42.324Z[ recovery-image] Sep 11 20:27:41.258 INFO O| Sep 11 20:27:41.258 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename does not exist
94032026-09-11T20:27:42.324Z[ recovery-image] Sep 11 20:27:41.258 INFO O| Sep 11 20:27:41.258 INFO writing /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename ...
94042026-09-11T20:27:42.324Z[ recovery-image] Sep 11 20:27:41.258 INFO O| Sep 11 20:27:41.258 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename
94052026-09-11T20:27:42.324Z[ recovery-image] Sep 11 20:27:41.258 INFO O| Sep 11 20:27:41.258 INFO ok!
94062026-09-11T20:27:42.324Z[ recovery-image] Sep 11 20:27:41.258 INFO O| Sep 11 20:27:41.258 INFO STEP 27 (ensure_file) COMPLETE
94072026-09-11T20:27:42.324Z[ recovery-image] Sep 11 20:27:41.258 INFO O| Sep 11 20:27:41.258 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
94082026-09-11T20:27:42.332Z[ recovery-image] Sep 11 20:27:41.269 INFO O| Sep 11 20:27:41.269 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent exists, with wrong contents, unlinking
94092026-09-11T20:27:42.332Z[ recovery-image] Sep 11 20:27:41.269 INFO O| Sep 11 20:27:41.269 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent ...
94102026-09-11T20:27:42.332Z[ recovery-image] Sep 11 20:27:41.269 INFO O| Sep 11 20:27:41.269 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent
94112026-09-11T20:27:42.332Z[ recovery-image] Sep 11 20:27:41.269 INFO O| Sep 11 20:27:41.269 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent
94122026-09-11T20:27:42.336Z[ recovery-image] Sep 11 20:27:41.269 INFO O| Sep 11 20:27:41.269 INFO ok!
94132026-09-11T20:27:42.336Z[ recovery-image] Sep 11 20:27:41.269 INFO O| Sep 11 20:27:41.269 INFO STEP 28 (ensure_file) COMPLETE
94142026-09-11T20:27:42.336Z[ recovery-image] Sep 11 20:27:41.269 INFO O| Sep 11 20:27:41.269 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
94152026-09-11T20:27:42.344Z[ recovery-image] Sep 11 20:27:41.282 INFO O| Sep 11 20:27:41.282 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf does not exist
94162026-09-11T20:27:42.344Z[ recovery-image] Sep 11 20:27:41.282 INFO O| Sep 11 20:27:41.282 INFO writing /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf ...
94172026-09-11T20:27:42.344Z[ recovery-image] Sep 11 20:27:41.282 INFO O| Sep 11 20:27:41.282 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf
94182026-09-11T20:27:42.432Z[ recovery-image] Sep 11 20:27:41.282 INFO O| Sep 11 20:27:41.282 INFO ok!
94192026-09-11T20:27:42.432Z[ recovery-image] Sep 11 20:27:41.282 INFO O| Sep 11 20:27:41.282 INFO STEP 29 (ensure_file) COMPLETE
94202026-09-11T20:27:42.432Z[ recovery-image] Sep 11 20:27:41.282 INFO O| Sep 11 20:27:41.282 INFO STEP 30: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
94212026-09-11T20:27:42.432Z[ recovery-image] Sep 11 20:27:41.293 INFO O| Sep 11 20:27:41.293 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
94222026-09-11T20:27:42.432Z[ recovery-image] Sep 11 20:27:41.293 INFO O| Sep 11 20:27:41.293 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
94232026-09-11T20:27:42.432Z[ recovery-image] Sep 11 20:27:41.293 INFO O| Sep 11 20:27:41.293 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
94242026-09-11T20:27:42.432Z[ recovery-image] Sep 11 20:27:41.293 INFO O| Sep 11 20:27:41.293 INFO STEP 30 (ensure_dir) COMPLETE
94252026-09-11T20:27:42.433Z[ recovery-image] Sep 11 20:27:41.293 INFO O| Sep 11 20:27:41.293 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
94262026-09-11T20:27:42.433Z[ recovery-image] Sep 11 20:27:41.305 INFO O| Sep 11 20:27:41.305 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide/net-setup does not exist
94272026-09-11T20:27:42.433Z[ recovery-image] Sep 11 20:27:41.305 INFO O| Sep 11 20:27:41.305 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 ...
94282026-09-11T20:27:42.433Z[ recovery-image] Sep 11 20:27:41.305 INFO O| Sep 11 20:27:41.305 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
94292026-09-11T20:27:42.433Z[ recovery-image] Sep 11 20:27:41.305 INFO O| Sep 11 20:27:41.305 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide/net-setup
94302026-09-11T20:27:42.433Z[ recovery-image] Sep 11 20:27:41.305 INFO O| Sep 11 20:27:41.305 INFO ok!
94312026-09-11T20:27:42.433Z[ recovery-image] Sep 11 20:27:41.305 INFO O| Sep 11 20:27:41.305 INFO STEP 31 (ensure_file) COMPLETE
94322026-09-11T20:27:42.433Z[ recovery-image] Sep 11 20:27:41.305 INFO O| Sep 11 20:27:41.305 INFO STEP 32: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
94332026-09-11T20:27:42.433Z[ recovery-image] Sep 11 20:27:41.317 INFO O| Sep 11 20:27:41.317 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
94342026-09-11T20:27:42.433Z[ recovery-image] Sep 11 20:27:41.317 INFO O| Sep 11 20:27:41.317 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
94352026-09-11T20:27:42.433Z[ recovery-image] Sep 11 20:27:41.317 INFO O| Sep 11 20:27:41.317 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
94362026-09-11T20:27:42.433Z[ recovery-image] Sep 11 20:27:41.317 INFO O| Sep 11 20:27:41.317 INFO STEP 32 (ensure_dir) COMPLETE
94372026-09-11T20:27:42.434Z[ recovery-image] Sep 11 20:27:41.317 INFO O| Sep 11 20:27:41.317 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
94382026-09-11T20:27:42.434Z[ recovery-image] Sep 11 20:27:41.328 INFO O| Sep 11 20:27:41.328 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide/net-setup.xml does not exist
94392026-09-11T20:27:42.434Z[ recovery-image] Sep 11 20:27:41.328 INFO O| Sep 11 20:27:41.328 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 ...
94402026-09-11T20:27:42.434Z[ recovery-image] Sep 11 20:27:41.328 INFO O| Sep 11 20:27:41.328 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
94412026-09-11T20:27:42.434Z[ recovery-image] Sep 11 20:27:41.328 INFO O| Sep 11 20:27:41.328 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide/net-setup.xml
94422026-09-11T20:27:42.434Z[ recovery-image] Sep 11 20:27:41.328 INFO O| Sep 11 20:27:41.328 INFO ok!
94432026-09-11T20:27:42.434Z[ recovery-image] Sep 11 20:27:41.328 INFO O| Sep 11 20:27:41.328 INFO STEP 33 (ensure_file) COMPLETE
94442026-09-11T20:27:42.434Z[ recovery-image] Sep 11 20:27:41.328 INFO O| Sep 11 20:27:41.328 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
94452026-09-11T20:27:42.434Z[ recovery-image] Sep 11 20:27:41.338 INFO O| Sep 11 20:27:41.338 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master does not exist
94462026-09-11T20:27:42.434Z[ recovery-image] Sep 11 20:27:41.338 INFO O| Sep 11 20:27:41.338 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master ...
94472026-09-11T20:27:42.434Z[ recovery-image] Sep 11 20:27:41.338 INFO O| Sep 11 20:27:41.338 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master
94482026-09-11T20:27:42.434Z[ recovery-image] Sep 11 20:27:41.338 INFO O| Sep 11 20:27:41.338 INFO ok!
94492026-09-11T20:27:42.434Z[ recovery-image] Sep 11 20:27:41.338 INFO O| Sep 11 20:27:41.338 INFO STEP 34 (ensure_file) COMPLETE
94502026-09-11T20:27:42.434Z[ recovery-image] Sep 11 20:27:41.338 INFO O| Sep 11 20:27:41.338 INFO STEP 35: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
94512026-09-11T20:27:42.440Z[ recovery-image] Sep 11 20:27:41.349 INFO O| Sep 11 20:27:41.349 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs exists, with wrong contents, unlinking
94522026-09-11T20:27:42.440Z[ recovery-image] Sep 11 20:27:41.349 INFO O| Sep 11 20:27:41.349 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs ...
94532026-09-11T20:27:42.440Z[ recovery-image] Sep 11 20:27:41.349 INFO O| Sep 11 20:27:41.349 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs
94542026-09-11T20:27:42.440Z[ recovery-image] Sep 11 20:27:41.349 INFO O| Sep 11 20:27:41.349 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs
94552026-09-11T20:27:42.440Z[ recovery-image] Sep 11 20:27:41.349 INFO O| Sep 11 20:27:41.349 INFO ok!
94562026-09-11T20:27:42.440Z[ recovery-image] Sep 11 20:27:41.349 INFO O| Sep 11 20:27:41.349 INFO STEP 35 (ensure_file) COMPLETE
94572026-09-11T20:27:42.440Z[ recovery-image] Sep 11 20:27:41.349 INFO O| Sep 11 20:27:41.349 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
94582026-09-11T20:27:42.441Z[ recovery-image] Sep 11 20:27:41.359 INFO O| Sep 11 20:27:41.359 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init exists, with wrong contents, unlinking
94592026-09-11T20:27:42.441Z[ recovery-image] Sep 11 20:27:41.359 INFO O| Sep 11 20:27:41.359 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init ...
94602026-09-11T20:27:42.441Z[ recovery-image] Sep 11 20:27:41.359 INFO O| Sep 11 20:27:41.359 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init
94612026-09-11T20:27:42.441Z[ recovery-image] Sep 11 20:27:41.359 INFO O| Sep 11 20:27:41.359 INFO ok!
94622026-09-11T20:27:42.441Z[ recovery-image] Sep 11 20:27:41.359 INFO O| Sep 11 20:27:41.359 INFO STEP 36 (ensure_file) COMPLETE
94632026-09-11T20:27:42.441Z[ recovery-image] Sep 11 20:27:41.359 INFO O| Sep 11 20:27:41.359 INFO STEP 37: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
94642026-09-11T20:27:42.441Z[ recovery-image] Sep 11 20:27:41.369 INFO O| Sep 11 20:27:41.369 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
94652026-09-11T20:27:42.441Z[ recovery-image] Sep 11 20:27:41.369 INFO O| Sep 11 20:27:41.369 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config ...
94662026-09-11T20:27:42.441Z[ recovery-image] Sep 11 20:27:41.369 INFO O| Sep 11 20:27:41.369 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config
94672026-09-11T20:27:42.441Z[ recovery-image] Sep 11 20:27:41.369 INFO O| Sep 11 20:27:41.369 INFO ok!
94682026-09-11T20:27:42.441Z[ recovery-image] Sep 11 20:27:41.369 INFO O| Sep 11 20:27:41.369 INFO STEP 37 (ensure_file) COMPLETE
94692026-09-11T20:27:42.441Z[ recovery-image] Sep 11 20:27:41.369 INFO O| Sep 11 20:27:41.369 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
94702026-09-11T20:27:42.447Z[ recovery-image] Sep 11 20:27:41.381 INFO O| Sep 11 20:27:41.381 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams does not exist
94712026-09-11T20:27:42.447Z[ recovery-image] Sep 11 20:27:41.381 INFO O| Sep 11 20:27:41.381 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams ...
94722026-09-11T20:27:42.447Z[ recovery-image] Sep 11 20:27:41.381 INFO O| Sep 11 20:27:41.381 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
94732026-09-11T20:27:42.447Z[ recovery-image] Sep 11 20:27:41.381 INFO O| Sep 11 20:27:41.381 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
94742026-09-11T20:27:42.447Z[ recovery-image] Sep 11 20:27:41.381 INFO O| Sep 11 20:27:41.381 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
94752026-09-11T20:27:42.447Z[ recovery-image] Sep 11 20:27:41.381 INFO O| Sep 11 20:27:41.381 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
94762026-09-11T20:27:42.447Z[ recovery-image] Sep 11 20:27:41.381 INFO O| Sep 11 20:27:41.381 INFO ok!
94772026-09-11T20:27:42.447Z[ recovery-image] Sep 11 20:27:41.381 INFO O| Sep 11 20:27:41.381 INFO STEP 38 (ensure_file) COMPLETE
94782026-09-11T20:27:42.447Z[ recovery-image] Sep 11 20:27:41.381 INFO O| Sep 11 20:27:41.381 INFO STEP 39: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
94792026-09-11T20:27:42.465Z[ recovery-image] Sep 11 20:27:41.403 INFO O| Sep 11 20:27:41.403 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
94802026-09-11T20:27:42.465Z[ recovery-image] Sep 11 20:27:41.403 INFO O| Sep 11 20:27:41.403 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
94812026-09-11T20:27:42.465Z[ recovery-image] Sep 11 20:27:41.403 INFO O| Sep 11 20:27:41.403 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
94822026-09-11T20:27:42.466Z[ recovery-image] Sep 11 20:27:41.403 INFO O| Sep 11 20:27:41.403 INFO STEP 39 (ensure_dir) COMPLETE
94832026-09-11T20:27:42.470Z[ recovery-image] Sep 11 20:27:41.403 INFO O| Sep 11 20:27:41.403 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
94842026-09-11T20:27:42.480Z[ recovery-image] Sep 11 20:27:41.416 INFO O| Sep 11 20:27:41.416 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
94852026-09-11T20:27:42.480Z[ recovery-image] Sep 11 20:27:41.416 INFO O| Sep 11 20:27:41.416 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 ...
94862026-09-11T20:27:42.480Z[ recovery-image] Sep 11 20:27:41.416 INFO O| Sep 11 20:27:41.416 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
94872026-09-11T20:27:42.480Z[ recovery-image] Sep 11 20:27:41.416 INFO O| Sep 11 20:27:41.416 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
94882026-09-11T20:27:42.483Z[ recovery-image] Sep 11 20:27:41.416 INFO O| Sep 11 20:27:41.416 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
94892026-09-11T20:27:42.484Z[ recovery-image] Sep 11 20:27:41.416 INFO O| Sep 11 20:27:41.416 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
94902026-09-11T20:27:42.484Z[ recovery-image] Sep 11 20:27:41.416 INFO O| Sep 11 20:27:41.416 INFO ok!
94912026-09-11T20:27:42.484Z[ recovery-image] Sep 11 20:27:41.416 INFO O| Sep 11 20:27:41.416 INFO STEP 40 (ensure_file) COMPLETE
94922026-09-11T20:27:42.484Z[ recovery-image] Sep 11 20:27:41.416 INFO O| Sep 11 20:27:41.416 INFO STEP 41: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
94932026-09-11T20:27:42.489Z[ recovery-image] Sep 11 20:27:41.427 INFO O| Sep 11 20:27:41.427 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
94942026-09-11T20:27:42.490Z[ recovery-image] Sep 11 20:27:41.427 INFO O| Sep 11 20:27:41.427 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 ...
94952026-09-11T20:27:42.493Z[ recovery-image] Sep 11 20:27:41.427 INFO O| Sep 11 20:27:41.427 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin
94962026-09-11T20:27:42.493Z[ recovery-image] Sep 11 20:27:41.427 INFO O| Sep 11 20:27:41.427 INFO ok!
94972026-09-11T20:27:42.494Z[ recovery-image] Sep 11 20:27:41.427 INFO O| Sep 11 20:27:41.427 INFO STEP 41 (ensure_symlink) COMPLETE
94982026-09-11T20:27:42.494Z[ recovery-image] Sep 11 20:27:41.427 INFO O| Sep 11 20:27:41.427 INFO STEP 42: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
94992026-09-11T20:27:42.502Z[ recovery-image] Sep 11 20:27:41.439 INFO O| Sep 11 20:27:41.439 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo does not exist
95002026-09-11T20:27:42.502Z[ recovery-image] Sep 11 20:27:41.439 INFO O| Sep 11 20:27:41.439 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo -> Oxide,Gimlet ...
95012026-09-11T20:27:42.507Z[ recovery-image] Sep 11 20:27:41.439 INFO O| Sep 11 20:27:41.439 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo
95022026-09-11T20:27:42.507Z[ recovery-image] Sep 11 20:27:41.439 INFO O| Sep 11 20:27:41.439 INFO ok!
95032026-09-11T20:27:42.508Z[ recovery-image] Sep 11 20:27:41.439 INFO O| Sep 11 20:27:41.439 INFO STEP 42 (ensure_symlink) COMPLETE
95042026-09-11T20:27:42.508Z[ recovery-image] Sep 11 20:27:41.439 INFO O| Sep 11 20:27:41.439 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
95052026-09-11T20:27:42.513Z[ recovery-image] Sep 11 20:27:41.451 INFO O| Sep 11 20:27:41.451 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname does not exist
95062026-09-11T20:27:42.513Z[ recovery-image] Sep 11 20:27:41.451 INFO O| Sep 11 20:27:41.451 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.sh -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname ...
95072026-09-11T20:27:42.513Z[ recovery-image] Sep 11 20:27:41.451 INFO O| Sep 11 20:27:41.451 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
95082026-09-11T20:27:42.513Z[ recovery-image] Sep 11 20:27:41.451 INFO O| Sep 11 20:27:41.451 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
95092026-09-11T20:27:42.517Z[ recovery-image] Sep 11 20:27:41.451 INFO O| Sep 11 20:27:41.451 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
95102026-09-11T20:27:42.519Z[ recovery-image] Sep 11 20:27:41.451 INFO O| Sep 11 20:27:41.451 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
95112026-09-11T20:27:42.519Z[ recovery-image] Sep 11 20:27:41.451 INFO O| Sep 11 20:27:41.451 INFO ok!
95122026-09-11T20:27:42.519Z[ recovery-image] Sep 11 20:27:41.451 INFO O| Sep 11 20:27:41.451 INFO STEP 43 (ensure_file) COMPLETE
95132026-09-11T20:27:42.519Z[ recovery-image] Sep 11 20:27:41.451 INFO O| Sep 11 20:27:41.451 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
95142026-09-11T20:27:42.524Z[ recovery-image] Sep 11 20:27:41.461 INFO O| Sep 11 20:27:41.460 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml does not exist
95152026-09-11T20:27:42.524Z[ recovery-image] Sep 11 20:27:41.461 INFO O| Sep 11 20:27:41.460 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 ...
95162026-09-11T20:27:42.524Z[ recovery-image] Sep 11 20:27:41.461 INFO O| Sep 11 20:27:41.461 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
95172026-09-11T20:27:42.524Z[ recovery-image] Sep 11 20:27:41.461 INFO O| Sep 11 20:27:41.461 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml
95182026-09-11T20:27:42.598Z[ recovery-image] Sep 11 20:27:41.461 INFO O| Sep 11 20:27:41.461 INFO ok!
95192026-09-11T20:27:42.599Z[ recovery-image] Sep 11 20:27:41.461 INFO O| Sep 11 20:27:41.461 INFO STEP 44 (ensure_file) COMPLETE
95202026-09-11T20:27:42.599Z[ recovery-image] Sep 11 20:27:41.461 INFO O| Sep 11 20:27:41.461 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
95212026-09-11T20:27:42.607Z[ recovery-image] Sep 11 20:27:41.479 INFO O| Sep 11 20:27:41.479 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml does not exist
95222026-09-11T20:27:42.607Z[ recovery-image] Sep 11 20:27:41.479 INFO O| Sep 11 20:27:41.479 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml ...
95232026-09-11T20:27:42.607Z[ recovery-image] Sep 11 20:27:41.479 INFO O| Sep 11 20:27:41.479 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml
95242026-09-11T20:27:42.607Z[ recovery-image] Sep 11 20:27:41.479 INFO O| Sep 11 20:27:41.479 INFO ok!
95252026-09-11T20:27:42.607Z[ recovery-image] Sep 11 20:27:41.479 INFO O| Sep 11 20:27:41.479 INFO STEP 45 (ensure_file) COMPLETE
95262026-09-11T20:27:42.608Z[ recovery-image] Sep 11 20:27:41.479 INFO O| Sep 11 20:27:41.479 INFO STEP 46: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
95272026-09-11T20:27:42.608Z[ recovery-image] Sep 11 20:27:41.489 INFO O| Sep 11 20:27:41.489 INFO updating shadow file
95282026-09-11T20:27:42.608Z[ recovery-image] Sep 11 20:27:41.489 INFO O| Sep 11 20:27:41.489 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
95292026-09-11T20:27:42.608Z[ recovery-image] Sep 11 20:27:41.489 INFO O| Sep 11 20:27:41.489 INFO STEP 46 (shadow) COMPLETE
95302026-09-11T20:27:42.608Z[ recovery-image] Sep 11 20:27:41.489 INFO O| Sep 11 20:27:41.489 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
95312026-09-11T20:27:42.608Z[ recovery-image] Sep 11 20:27:41.499 INFO O| Sep 11 20:27:41.498 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login exists, with wrong contents, unlinking
95322026-09-11T20:27:42.608Z[ recovery-image] Sep 11 20:27:41.499 INFO O| Sep 11 20:27:41.499 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login ...
95332026-09-11T20:27:42.608Z[ recovery-image] Sep 11 20:27:41.499 INFO O| Sep 11 20:27:41.499 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login
95342026-09-11T20:27:42.608Z[ recovery-image] Sep 11 20:27:41.499 INFO O| Sep 11 20:27:41.499 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login
95352026-09-11T20:27:42.608Z[ recovery-image] Sep 11 20:27:41.499 INFO O| Sep 11 20:27:41.499 INFO ok!
95362026-09-11T20:27:42.608Z[ recovery-image] Sep 11 20:27:41.499 INFO O| Sep 11 20:27:41.499 INFO STEP 47 (ensure_file) COMPLETE
95372026-09-11T20:27:42.608Z[ recovery-image] Sep 11 20:27:41.499 INFO O| Sep 11 20:27:41.499 INFO STEP 48: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
95382026-09-11T20:27:42.608Z[ recovery-image] Sep 11 20:27:41.508 INFO O| Sep 11 20:27:41.508 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt
95392026-09-11T20:27:42.608Z[ recovery-image] Sep 11 20:27:41.508 INFO O| Sep 11 20:27:41.508 INFO STEP 48 (ensure_dir) COMPLETE
95402026-09-11T20:27:42.608Z[ recovery-image] Sep 11 20:27:41.508 INFO O| Sep 11 20:27:41.508 INFO STEP 49: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
95412026-09-11T20:27:42.608Z[ recovery-image] Sep 11 20:27:41.518 INFO O| Sep 11 20:27:41.518 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide
95422026-09-11T20:27:42.610Z[ recovery-image] Sep 11 20:27:41.518 INFO O| Sep 11 20:27:41.518 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide
95432026-09-11T20:27:42.610Z[ recovery-image] Sep 11 20:27:41.518 INFO O| Sep 11 20:27:41.518 INFO STEP 49 (ensure_dir) COMPLETE
95442026-09-11T20:27:42.610Z[ recovery-image] Sep 11 20:27:41.518 INFO O| Sep 11 20:27:41.518 INFO STEP 50: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
95452026-09-11T20:27:42.610Z[ recovery-image] Sep 11 20:27:41.527 INFO O| Sep 11 20:27:41.527 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator
95462026-09-11T20:27:42.610Z[ recovery-image] Sep 11 20:27:41.527 INFO O| Sep 11 20:27:41.527 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator
95472026-09-11T20:27:42.610Z[ recovery-image] Sep 11 20:27:41.527 INFO O| Sep 11 20:27:41.527 INFO STEP 50 (ensure_dir) COMPLETE
95482026-09-11T20:27:42.610Z[ recovery-image] Sep 11 20:27:41.527 INFO O| Sep 11 20:27:41.527 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
95492026-09-11T20:27:42.610Z[ recovery-image] Sep 11 20:27:41.537 INFO O| Sep 11 20:27:41.537 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator does not exist
95502026-09-11T20:27:42.610Z[ recovery-image] Sep 11 20:27:41.537 INFO O| Sep 11 20:27:41.537 INFO copying /tmp/.tmpxxXox5/proto/recovery/root/opt/oxide/installinator/installinator -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator ...
95512026-09-11T20:27:42.614Z[ recovery-image] Sep 11 20:27:41.550 INFO O| Sep 11 20:27:41.549 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator
95522026-09-11T20:27:42.615Z[ recovery-image] Sep 11 20:27:41.550 INFO O| Sep 11 20:27:41.550 INFO ok!
95532026-09-11T20:27:42.615Z[ recovery-image] Sep 11 20:27:41.550 INFO O| Sep 11 20:27:41.550 INFO STEP 51 (ensure_file) COMPLETE
95542026-09-11T20:27:42.615Z[ recovery-image] Sep 11 20:27:41.550 INFO O| Sep 11 20:27:41.550 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
95552026-09-11T20:27:42.629Z[ recovery-image] Sep 11 20:27:41.562 INFO O| Sep 11 20:27:41.562 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/pkg
95562026-09-11T20:27:42.629Z[ recovery-image] Sep 11 20:27:41.562 INFO O| Sep 11 20:27:41.562 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/pkg
95572026-09-11T20:27:42.629Z[ recovery-image] Sep 11 20:27:41.562 INFO O| Sep 11 20:27:41.562 INFO STEP 52 (ensure_dir) COMPLETE
95582026-09-11T20:27:42.637Z[ recovery-image] Sep 11 20:27:41.562 INFO O| Sep 11 20:27:41.562 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
95592026-09-11T20:27:42.637Z[ recovery-image] Sep 11 20:27:41.573 INFO O| Sep 11 20:27:41.573 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION does not exist
95602026-09-11T20:27:42.637Z[ recovery-image] Sep 11 20:27:41.573 INFO O| Sep 11 20:27:41.573 INFO copying /tmp/.tmpxxXox5/proto/recovery/root/opt/oxide/installinator/VERSION -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION ...
95612026-09-11T20:27:42.637Z[ recovery-image] Sep 11 20:27:41.573 INFO O| Sep 11 20:27:41.573 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION
95622026-09-11T20:27:42.637Z[ recovery-image] Sep 11 20:27:41.573 INFO O| Sep 11 20:27:41.573 INFO ok!
95632026-09-11T20:27:42.638Z[ recovery-image] Sep 11 20:27:41.573 INFO O| Sep 11 20:27:41.573 INFO STEP 53 (ensure_file) COMPLETE
95642026-09-11T20:27:42.638Z[ recovery-image] Sep 11 20:27:41.574 INFO O| Sep 11 20:27:41.573 INFO STEP 54: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
95652026-09-11T20:27:42.649Z[ recovery-image] Sep 11 20:27:41.586 INFO O| Sep 11 20:27:41.586 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm
95662026-09-11T20:27:42.649Z[ recovery-image] Sep 11 20:27:41.586 INFO O| Sep 11 20:27:41.586 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm
95672026-09-11T20:27:42.649Z[ recovery-image] Sep 11 20:27:41.586 INFO O| Sep 11 20:27:41.586 INFO STEP 54 (ensure_dir) COMPLETE
95682026-09-11T20:27:42.654Z[ recovery-image] Sep 11 20:27:41.586 INFO O| Sep 11 20:27:41.586 INFO STEP 55: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
95692026-09-11T20:27:42.661Z[ recovery-image] Sep 11 20:27:41.598 INFO O| Sep 11 20:27:41.598 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm does not exist
95702026-09-11T20:27:42.662Z[ recovery-image] Sep 11 20:27:41.598 INFO O| Sep 11 20:27:41.598 INFO copying /tmp/.tmpxxXox5/proto/recovery/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm ...
95712026-09-11T20:27:42.900Z[verify-libraries] Compiling oso v0.27.3
95722026-09-11T20:27:44.261Z[ host-image] Sep 11 20:27:43.198 INFO O| seeding SMF database...
95732026-09-11T20:27:44.715Z[ recovery-image] Sep 11 20:27:43.653 INFO O| Sep 11 20:27:43.653 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm
95742026-09-11T20:27:44.716Z[ recovery-image] Sep 11 20:27:43.653 INFO O| Sep 11 20:27:43.653 INFO ok!
95752026-09-11T20:27:44.716Z[ recovery-image] Sep 11 20:27:43.653 INFO O| Sep 11 20:27:43.653 INFO STEP 55 (ensure_file) COMPLETE
95762026-09-11T20:27:44.720Z[ recovery-image] Sep 11 20:27:43.653 INFO O| Sep 11 20:27:43.653 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
95772026-09-11T20:27:44.726Z[ recovery-image] Sep 11 20:27:43.664 INFO O| Sep 11 20:27:43.664 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd does not exist
95782026-09-11T20:27:44.726Z[ recovery-image] Sep 11 20:27:43.664 INFO O| Sep 11 20:27:43.664 INFO copying /tmp/.tmpxxXox5/proto/recovery/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd ...
95792026-09-11T20:27:46.741Z[ recovery-image] Sep 11 20:27:45.679 INFO O| Sep 11 20:27:45.679 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd
95802026-09-11T20:27:46.742Z[ recovery-image] Sep 11 20:27:45.679 INFO O| Sep 11 20:27:45.679 INFO ok!
95812026-09-11T20:27:46.742Z[ recovery-image] Sep 11 20:27:45.679 INFO O| Sep 11 20:27:45.679 INFO STEP 56 (ensure_file) COMPLETE
95822026-09-11T20:27:46.745Z[ recovery-image] Sep 11 20:27:45.679 INFO O| Sep 11 20:27:45.679 INFO STEP 57: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
95832026-09-11T20:27:46.755Z[ recovery-image] Sep 11 20:27:45.691 INFO O| Sep 11 20:27:45.691 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg
95842026-09-11T20:27:46.755Z[ recovery-image] Sep 11 20:27:45.691 INFO O| Sep 11 20:27:45.691 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg
95852026-09-11T20:27:46.772Z[ recovery-image] Sep 11 20:27:45.691 INFO O| Sep 11 20:27:45.691 INFO STEP 57 (ensure_dir) COMPLETE
95862026-09-11T20:27:46.772Z[ recovery-image] Sep 11 20:27:45.691 INFO O| Sep 11 20:27:45.691 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
95872026-09-11T20:27:46.780Z[ recovery-image] Sep 11 20:27:45.702 INFO O| Sep 11 20:27:45.702 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
95882026-09-11T20:27:46.780Z[ recovery-image] Sep 11 20:27:45.702 INFO O| Sep 11 20:27:45.702 INFO copying /tmp/.tmpxxXox5/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 ...
95892026-09-11T20:27:46.781Z[ recovery-image] Sep 11 20:27:45.702 INFO O| Sep 11 20:27:45.702 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
95902026-09-11T20:27:46.781Z[ recovery-image] Sep 11 20:27:45.702 INFO O| Sep 11 20:27:45.702 INFO ok!
95912026-09-11T20:27:46.781Z[ recovery-image] Sep 11 20:27:45.702 INFO O| Sep 11 20:27:45.702 INFO STEP 58 (ensure_file) COMPLETE
95922026-09-11T20:27:46.781Z[ recovery-image] Sep 11 20:27:45.702 INFO O| Sep 11 20:27:45.702 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
95932026-09-11T20:27:46.781Z[ recovery-image] Sep 11 20:27:45.713 INFO O| Sep 11 20:27:45.713 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
95942026-09-11T20:27:46.781Z[ recovery-image] Sep 11 20:27:45.713 INFO O| Sep 11 20:27:45.713 INFO copying /tmp/.tmpxxXox5/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 ...
95952026-09-11T20:27:46.781Z[ recovery-image] Sep 11 20:27:45.713 INFO O| Sep 11 20:27:45.713 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
95962026-09-11T20:27:46.781Z[ recovery-image] Sep 11 20:27:45.713 INFO O| Sep 11 20:27:45.713 INFO ok!
95972026-09-11T20:27:46.781Z[ recovery-image] Sep 11 20:27:45.713 INFO O| Sep 11 20:27:45.713 INFO STEP 59 (ensure_file) COMPLETE
95982026-09-11T20:27:46.781Z[ recovery-image] Sep 11 20:27:45.713 INFO O| Sep 11 20:27:45.713 INFO STEP 60: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
95992026-09-11T20:27:46.792Z[ recovery-image] Sep 11 20:27:45.724 INFO O| Sep 11 20:27:45.724 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
96002026-09-11T20:27:46.792Z[ recovery-image] Sep 11 20:27:45.724 INFO O| Sep 11 20:27:45.724 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
96012026-09-11T20:27:46.792Z[ recovery-image] Sep 11 20:27:45.724 INFO O| Sep 11 20:27:45.724 INFO STEP 60 (ensure_dir) COMPLETE
96022026-09-11T20:27:46.792Z[ recovery-image] Sep 11 20:27:45.724 INFO O| Sep 11 20:27:45.724 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
96032026-09-11T20:27:46.798Z[ recovery-image] Sep 11 20:27:45.735 INFO O| Sep 11 20:27:45.735 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
96042026-09-11T20:27:46.798Z[ recovery-image] Sep 11 20:27:45.735 INFO O| Sep 11 20:27:45.735 INFO copying /tmp/.tmpxxXox5/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 ...
96052026-09-11T20:27:46.798Z[ recovery-image] Sep 11 20:27:45.735 INFO O| Sep 11 20:27:45.735 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
96062026-09-11T20:27:46.804Z[ recovery-image] Sep 11 20:27:45.735 INFO O| Sep 11 20:27:45.735 INFO ok!
96072026-09-11T20:27:46.804Z[ recovery-image] Sep 11 20:27:45.735 INFO O| Sep 11 20:27:45.735 INFO STEP 61 (ensure_file) COMPLETE
96082026-09-11T20:27:46.804Z[ recovery-image] Sep 11 20:27:45.735 INFO O| Sep 11 20:27:45.735 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
96092026-09-11T20:27:46.809Z[ recovery-image] Sep 11 20:27:45.746 INFO O| Sep 11 20:27:45.746 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
96102026-09-11T20:27:46.809Z[ recovery-image] Sep 11 20:27:45.746 INFO O| Sep 11 20:27:45.746 INFO copying /tmp/.tmpxxXox5/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 ...
96112026-09-11T20:27:46.821Z[ recovery-image] Sep 11 20:27:45.746 INFO O| Sep 11 20:27:45.746 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
96122026-09-11T20:27:46.821Z[ recovery-image] Sep 11 20:27:45.746 INFO O| Sep 11 20:27:45.746 INFO ok!
96132026-09-11T20:27:46.821Z[ recovery-image] Sep 11 20:27:45.746 INFO O| Sep 11 20:27:45.746 INFO STEP 62 (ensure_file) COMPLETE
96142026-09-11T20:27:46.821Z[ recovery-image] Sep 11 20:27:45.746 INFO O| Sep 11 20:27:45.746 INFO STEP 63: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
96152026-09-11T20:27:46.826Z[ recovery-image] Sep 11 20:27:45.757 INFO O| Sep 11 20:27:45.757 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
96162026-09-11T20:27:46.826Z[ recovery-image] Sep 11 20:27:45.757 INFO O| Sep 11 20:27:45.757 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
96172026-09-11T20:27:46.827Z[ recovery-image] Sep 11 20:27:45.757 INFO O| Sep 11 20:27:45.757 INFO STEP 63 (ensure_dir) COMPLETE
96182026-09-11T20:27:46.827Z[ recovery-image] Sep 11 20:27:45.757 INFO O| Sep 11 20:27:45.757 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
96192026-09-11T20:27:46.830Z[ recovery-image] Sep 11 20:27:45.767 INFO O| Sep 11 20:27:45.767 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
96202026-09-11T20:27:46.830Z[ recovery-image] Sep 11 20:27:45.767 INFO O| Sep 11 20:27:45.767 INFO copying /tmp/.tmpxxXox5/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 ...
96212026-09-11T20:27:46.830Z[ recovery-image] Sep 11 20:27:45.767 INFO O| Sep 11 20:27:45.767 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
96222026-09-11T20:27:46.830Z[ recovery-image] Sep 11 20:27:45.767 INFO O| Sep 11 20:27:45.767 INFO ok!
96232026-09-11T20:27:46.830Z[ recovery-image] Sep 11 20:27:45.767 INFO O| Sep 11 20:27:45.767 INFO STEP 64 (ensure_file) COMPLETE
96242026-09-11T20:27:46.830Z[ recovery-image] Sep 11 20:27:45.767 INFO O| Sep 11 20:27:45.767 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
96252026-09-11T20:27:46.845Z[ recovery-image] Sep 11 20:27:45.778 INFO O| Sep 11 20:27:45.778 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION does not exist
96262026-09-11T20:27:46.845Z[ recovery-image] Sep 11 20:27:45.778 INFO O| Sep 11 20:27:45.778 INFO copying /tmp/.tmpxxXox5/proto/recovery/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION ...
96272026-09-11T20:27:46.845Z[ recovery-image] Sep 11 20:27:45.778 INFO O| Sep 11 20:27:45.778 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION
96282026-09-11T20:27:46.849Z[ recovery-image] Sep 11 20:27:45.778 INFO O| Sep 11 20:27:45.778 INFO ok!
96292026-09-11T20:27:46.849Z[ recovery-image] Sep 11 20:27:45.778 INFO O| Sep 11 20:27:45.778 INFO STEP 65 (ensure_file) COMPLETE
96302026-09-11T20:27:46.849Z[ recovery-image] Sep 11 20:27:45.778 INFO O| Sep 11 20:27:45.778 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
96312026-09-11T20:27:46.853Z[ recovery-image] Sep 11 20:27:45.788 INFO O| Sep 11 20:27:45.788 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib
96322026-09-11T20:27:46.853Z[ recovery-image] Sep 11 20:27:45.788 INFO O| Sep 11 20:27:45.788 INFO STEP 66 (ensure_dir) COMPLETE
96332026-09-11T20:27:46.853Z[ recovery-image] Sep 11 20:27:45.788 INFO O| Sep 11 20:27:45.788 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
96342026-09-11T20:27:46.862Z[ recovery-image] Sep 11 20:27:45.799 INFO O| Sep 11 20:27:45.799 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc
96352026-09-11T20:27:46.862Z[ recovery-image] Sep 11 20:27:45.799 INFO O| Sep 11 20:27:45.799 INFO STEP 67 (ensure_dir) COMPLETE
96362026-09-11T20:27:46.867Z[ recovery-image] Sep 11 20:27:45.799 INFO O| Sep 11 20:27:45.799 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
96372026-09-11T20:27:46.873Z[ recovery-image] Sep 11 20:27:45.809 INFO O| Sep 11 20:27:45.809 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest
96382026-09-11T20:27:46.873Z[ recovery-image] Sep 11 20:27:45.810 INFO O| Sep 11 20:27:45.809 INFO STEP 68 (ensure_dir) COMPLETE
96392026-09-11T20:27:46.873Z[ recovery-image] Sep 11 20:27:45.810 INFO O| Sep 11 20:27:45.809 INFO STEP 69: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
96402026-09-11T20:27:46.881Z[ recovery-image] Sep 11 20:27:45.819 INFO O| Sep 11 20:27:45.818 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site
96412026-09-11T20:27:46.881Z[ recovery-image] Sep 11 20:27:45.819 INFO O| Sep 11 20:27:45.819 INFO STEP 69 (ensure_dir) COMPLETE
96422026-09-11T20:27:46.884Z[ recovery-image] Sep 11 20:27:45.819 INFO O| Sep 11 20:27:45.819 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
96432026-09-11T20:27:46.889Z[ recovery-image] Sep 11 20:27:45.827 INFO O| Sep 11 20:27:45.827 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml does not exist
96442026-09-11T20:27:46.890Z[ recovery-image] Sep 11 20:27:45.827 INFO O| Sep 11 20:27:45.827 INFO copying /tmp/.tmpxxXox5/proto/recovery/root/lib/svc/manifest/site/installinator.xml -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml ...
96452026-09-11T20:27:46.894Z[ recovery-image] Sep 11 20:27:45.827 INFO O| Sep 11 20:27:45.827 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml
96462026-09-11T20:27:46.894Z[ recovery-image] Sep 11 20:27:45.827 INFO O| Sep 11 20:27:45.827 INFO ok!
96472026-09-11T20:27:46.894Z[ recovery-image] Sep 11 20:27:45.827 INFO O| Sep 11 20:27:45.827 INFO STEP 70 (ensure_file) COMPLETE
96482026-09-11T20:27:46.894Z[ recovery-image] Sep 11 20:27:45.827 INFO O| Sep 11 20:27:45.827 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96492026-09-11T20:27:46.898Z[ recovery-image] Sep 11 20:27:45.835 INFO O| Sep 11 20:27:45.835 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/ipsec"
96502026-09-11T20:27:46.901Z[ recovery-image] Sep 11 20:27:45.836 INFO O| Sep 11 20:27:45.835 INFO STEP 71 (remove_files) COMPLETE
96512026-09-11T20:27:46.901Z[ recovery-image] Sep 11 20:27:45.836 INFO O| Sep 11 20:27:45.836 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96522026-09-11T20:27:46.907Z[ recovery-image] Sep 11 20:27:45.845 INFO O| Sep 11 20:27:45.844 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/ldap"
96532026-09-11T20:27:46.911Z[ recovery-image] Sep 11 20:27:45.845 INFO O| Sep 11 20:27:45.845 INFO STEP 72 (remove_files) COMPLETE
96542026-09-11T20:27:46.911Z[ recovery-image] Sep 11 20:27:45.845 INFO O| Sep 11 20:27:45.845 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96552026-09-11T20:27:46.918Z[ recovery-image] Sep 11 20:27:45.856 INFO O| Sep 11 20:27:45.856 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/rpc"
96562026-09-11T20:27:46.918Z[ recovery-image] Sep 11 20:27:45.856 INFO O| Sep 11 20:27:45.856 INFO STEP 73 (remove_files) COMPLETE
96572026-09-11T20:27:46.922Z[ recovery-image] Sep 11 20:27:45.856 INFO O| Sep 11 20:27:45.856 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96582026-09-11T20:27:46.930Z[ recovery-image] Sep 11 20:27:45.867 INFO O| Sep 11 20:27:45.867 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/security"
96592026-09-11T20:27:46.930Z[ recovery-image] Sep 11 20:27:45.867 INFO O| Sep 11 20:27:45.867 INFO STEP 74 (remove_files) COMPLETE
96602026-09-11T20:27:46.930Z[ recovery-image] Sep 11 20:27:45.867 INFO O| Sep 11 20:27:45.867 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96612026-09-11T20:27:46.939Z[ recovery-image] Sep 11 20:27:45.877 INFO O| Sep 11 20:27:45.877 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/shares"
96622026-09-11T20:27:46.939Z[ recovery-image] Sep 11 20:27:45.877 INFO O| Sep 11 20:27:45.877 INFO STEP 75 (remove_files) COMPLETE
96632026-09-11T20:27:46.939Z[ recovery-image] Sep 11 20:27:45.877 INFO O| Sep 11 20:27:45.877 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96642026-09-11T20:27:46.950Z[ recovery-image] Sep 11 20:27:45.887 INFO O| Sep 11 20:27:45.887 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/smb"
96652026-09-11T20:27:46.950Z[ recovery-image] Sep 11 20:27:45.887 INFO O| Sep 11 20:27:45.887 INFO STEP 76 (remove_files) COMPLETE
96662026-09-11T20:27:46.950Z[ recovery-image] Sep 11 20:27:45.887 INFO O| Sep 11 20:27:45.887 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96672026-09-11T20:27:46.959Z[ recovery-image] Sep 11 20:27:45.897 INFO O| Sep 11 20:27:45.897 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/application/management/net-snmp.xml"
96682026-09-11T20:27:46.959Z[ recovery-image] Sep 11 20:27:45.897 INFO O| Sep 11 20:27:45.897 INFO STEP 77 (remove_files) COMPLETE
96692026-09-11T20:27:46.962Z[ recovery-image] Sep 11 20:27:45.897 INFO O| Sep 11 20:27:45.897 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96702026-09-11T20:27:46.969Z[ recovery-image] Sep 11 20:27:45.906 INFO O| Sep 11 20:27:45.906 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/application/security/tcsd.xml"
96712026-09-11T20:27:46.969Z[ recovery-image] Sep 11 20:27:45.906 INFO O| Sep 11 20:27:45.906 INFO STEP 78 (remove_files) COMPLETE
96722026-09-11T20:27:46.972Z[ recovery-image] Sep 11 20:27:45.906 INFO O| Sep 11 20:27:45.906 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96732026-09-11T20:27:46.978Z[ recovery-image] Sep 11 20:27:45.916 INFO O| Sep 11 20:27:45.916 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/dns/install.xml"
96742026-09-11T20:27:46.978Z[ recovery-image] Sep 11 20:27:45.916 INFO O| Sep 11 20:27:45.916 INFO STEP 79 (remove_files) COMPLETE
96752026-09-11T20:27:46.978Z[ recovery-image] Sep 11 20:27:45.916 INFO O| Sep 11 20:27:45.916 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96762026-09-11T20:27:46.988Z[ recovery-image] Sep 11 20:27:45.925 INFO O| Sep 11 20:27:45.925 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/inetd-upgrade.xml"
96772026-09-11T20:27:46.988Z[ recovery-image] Sep 11 20:27:45.925 INFO O| Sep 11 20:27:45.925 INFO STEP 80 (remove_files) COMPLETE
96782026-09-11T20:27:46.988Z[ recovery-image] Sep 11 20:27:45.925 INFO O| Sep 11 20:27:45.925 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96792026-09-11T20:27:46.998Z[ recovery-image] Sep 11 20:27:45.935 INFO O| Sep 11 20:27:45.935 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/inetd.xml"
96802026-09-11T20:27:46.998Z[ recovery-image] Sep 11 20:27:45.935 INFO O| Sep 11 20:27:45.935 INFO STEP 81 (remove_files) COMPLETE
96812026-09-11T20:27:46.998Z[ recovery-image] Sep 11 20:27:45.935 INFO O| Sep 11 20:27:45.935 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96822026-09-11T20:27:47.009Z[ recovery-image] Sep 11 20:27:45.946 INFO O| Sep 11 20:27:45.946 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-install.xml"
96832026-09-11T20:27:47.009Z[ recovery-image] Sep 11 20:27:45.946 INFO O| Sep 11 20:27:45.946 INFO STEP 82 (remove_files) COMPLETE
96842026-09-11T20:27:47.009Z[ recovery-image] Sep 11 20:27:45.946 INFO O| Sep 11 20:27:45.946 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96852026-09-11T20:27:47.019Z[ recovery-image] Sep 11 20:27:45.956 INFO O| Sep 11 20:27:45.956 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-ipmp.xml"
96862026-09-11T20:27:47.019Z[ recovery-image] Sep 11 20:27:45.956 INFO O| Sep 11 20:27:45.956 INFO STEP 83 (remove_files) COMPLETE
96872026-09-11T20:27:47.019Z[ recovery-image] Sep 11 20:27:45.956 INFO O| Sep 11 20:27:45.956 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96882026-09-11T20:27:47.029Z[ recovery-image] Sep 11 20:27:45.967 INFO O| Sep 11 20:27:45.967 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-iptun.xml"
96892026-09-11T20:27:47.029Z[ recovery-image] Sep 11 20:27:45.967 INFO O| Sep 11 20:27:45.967 INFO STEP 84 (remove_files) COMPLETE
96902026-09-11T20:27:47.029Z[ recovery-image] Sep 11 20:27:45.967 INFO O| Sep 11 20:27:45.967 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96912026-09-11T20:27:47.040Z[ recovery-image] Sep 11 20:27:45.978 INFO O| Sep 11 20:27:45.978 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-location.xml"
96922026-09-11T20:27:47.040Z[ recovery-image] Sep 11 20:27:45.978 INFO O| Sep 11 20:27:45.978 INFO STEP 85 (remove_files) COMPLETE
96932026-09-11T20:27:47.040Z[ recovery-image] Sep 11 20:27:45.978 INFO O| Sep 11 20:27:45.978 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96942026-09-11T20:27:47.053Z[ recovery-image] Sep 11 20:27:45.991 INFO O| Sep 11 20:27:45.991 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-netcfg.xml"
96952026-09-11T20:27:47.054Z[ recovery-image] Sep 11 20:27:45.991 INFO O| Sep 11 20:27:45.991 INFO STEP 86 (remove_files) COMPLETE
96962026-09-11T20:27:47.057Z[ recovery-image] Sep 11 20:27:45.991 INFO O| Sep 11 20:27:45.991 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96972026-09-11T20:27:47.066Z[ recovery-image] Sep 11 20:27:46.002 INFO O| Sep 11 20:27:46.002 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/routing/rdisc.xml"
96982026-09-11T20:27:47.066Z[ recovery-image] Sep 11 20:27:46.002 INFO O| Sep 11 20:27:46.002 INFO STEP 87 (remove_files) COMPLETE
96992026-09-11T20:27:47.066Z[ recovery-image] Sep 11 20:27:46.002 INFO O| Sep 11 20:27:46.002 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97002026-09-11T20:27:47.075Z[ recovery-image] Sep 11 20:27:46.012 INFO O| Sep 11 20:27:46.012 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/varpd.xml"
97012026-09-11T20:27:47.075Z[ recovery-image] Sep 11 20:27:46.012 INFO O| Sep 11 20:27:46.012 INFO STEP 88 (remove_files) COMPLETE
97022026-09-11T20:27:47.078Z[ recovery-image] Sep 11 20:27:46.012 INFO O| Sep 11 20:27:46.012 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97032026-09-11T20:27:47.085Z[ recovery-image] Sep 11 20:27:46.023 INFO O| Sep 11 20:27:46.023 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/allocate.xml"
97042026-09-11T20:27:47.085Z[ recovery-image] Sep 11 20:27:46.023 INFO O| Sep 11 20:27:46.023 INFO STEP 89 (remove_files) COMPLETE
97052026-09-11T20:27:47.089Z[ recovery-image] Sep 11 20:27:46.023 INFO O| Sep 11 20:27:46.023 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97062026-09-11T20:27:47.095Z[ recovery-image] Sep 11 20:27:46.033 INFO O| Sep 11 20:27:46.033 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/devices-audio.xml"
97072026-09-11T20:27:47.096Z[ recovery-image] Sep 11 20:27:46.033 INFO O| Sep 11 20:27:46.033 INFO STEP 90 (remove_files) COMPLETE
97082026-09-11T20:27:47.096Z[ recovery-image] Sep 11 20:27:46.033 INFO O| Sep 11 20:27:46.033 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97092026-09-11T20:27:47.108Z[ recovery-image] Sep 11 20:27:46.045 INFO O| Sep 11 20:27:46.045 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
97102026-09-11T20:27:47.108Z[ recovery-image] Sep 11 20:27:46.045 INFO O| Sep 11 20:27:46.045 INFO STEP 91 (remove_files) COMPLETE
97112026-09-11T20:27:47.108Z[ recovery-image] Sep 11 20:27:46.045 INFO O| Sep 11 20:27:46.045 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97122026-09-11T20:27:47.130Z[ recovery-image] Sep 11 20:27:46.060 INFO O| Sep 11 20:27:46.058 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sndstat"
97132026-09-11T20:27:47.130Z[ recovery-image] Sep 11 20:27:46.060 INFO O| Sep 11 20:27:46.059 INFO STEP 92 (remove_files) COMPLETE
97142026-09-11T20:27:47.130Z[ recovery-image] Sep 11 20:27:46.060 INFO O| Sep 11 20:27:46.059 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97152026-09-11T20:27:47.135Z[ recovery-image] Sep 11 20:27:46.072 INFO O| Sep 11 20:27:46.071 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
97162026-09-11T20:27:47.135Z[ recovery-image] Sep 11 20:27:46.072 INFO O| Sep 11 20:27:46.071 INFO STEP 93 (remove_files) COMPLETE
97172026-09-11T20:27:47.135Z[ recovery-image] Sep 11 20:27:46.072 INFO O| Sep 11 20:27:46.071 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97182026-09-11T20:27:47.145Z[ recovery-image] Sep 11 20:27:46.082 INFO O| Sep 11 20:27:46.082 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/hostid.xml"
97192026-09-11T20:27:47.145Z[ recovery-image] Sep 11 20:27:46.083 INFO O| Sep 11 20:27:46.082 INFO STEP 94 (remove_files) COMPLETE
97202026-09-11T20:27:47.145Z[ recovery-image] Sep 11 20:27:46.083 INFO O| Sep 11 20:27:46.083 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97212026-09-11T20:27:47.160Z[ recovery-image] Sep 11 20:27:46.097 INFO O| Sep 11 20:27:46.096 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/idmap.xml"
97222026-09-11T20:27:47.160Z[ recovery-image] Sep 11 20:27:46.097 INFO O| Sep 11 20:27:46.097 INFO STEP 95 (remove_files) COMPLETE
97232026-09-11T20:27:47.160Z[ recovery-image] Sep 11 20:27:46.097 INFO O| Sep 11 20:27:46.097 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97242026-09-11T20:27:47.171Z[ recovery-image] Sep 11 20:27:46.108 INFO O| Sep 11 20:27:46.108 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/pkgserv.xml"
97252026-09-11T20:27:47.171Z[ recovery-image] Sep 11 20:27:46.108 INFO O| Sep 11 20:27:46.108 INFO STEP 96 (remove_files) COMPLETE
97262026-09-11T20:27:47.171Z[ recovery-image] Sep 11 20:27:46.108 INFO O| Sep 11 20:27:46.108 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97272026-09-11T20:27:47.188Z[ recovery-image] Sep 11 20:27:46.119 INFO O| Sep 11 20:27:46.119 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/zones.xml"
97282026-09-11T20:27:47.188Z[ recovery-image] Sep 11 20:27:46.119 INFO O| Sep 11 20:27:46.119 INFO STEP 97 (remove_files) COMPLETE
97292026-09-11T20:27:47.188Z[ recovery-image] Sep 11 20:27:46.119 INFO O| Sep 11 20:27:46.119 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97302026-09-11T20:27:47.195Z[ recovery-image] Sep 11 20:27:46.132 INFO O| Sep 11 20:27:46.132 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/intrd.xml"
97312026-09-11T20:27:47.195Z[ recovery-image] Sep 11 20:27:46.132 INFO O| Sep 11 20:27:46.132 INFO STEP 98 (remove_files) COMPLETE
97322026-09-11T20:27:47.195Z[ recovery-image] Sep 11 20:27:46.132 INFO O| Sep 11 20:27:46.132 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97332026-09-11T20:27:47.207Z[ recovery-image] Sep 11 20:27:46.143 INFO O| Sep 11 20:27:46.143 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/chrony.xml"
97342026-09-11T20:27:47.207Z[ recovery-image] Sep 11 20:27:46.143 INFO O| Sep 11 20:27:46.143 INFO STEP 99 (remove_files) COMPLETE
97352026-09-11T20:27:47.207Z[ recovery-image] Sep 11 20:27:46.143 INFO O| Sep 11 20:27:46.143 INFO STEP 100: seed_smf, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
97362026-09-11T20:27:47.224Z[ recovery-image] Sep 11 20:27:46.161 INFO O| Sep 11 20:27:46.161 INFO file /rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db does not already exist, skipping removal
97372026-09-11T20:27:47.224Z[ recovery-image] Sep 11 20:27:46.161 INFO O| Sep 11 20:27:46.161 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest"], env: {"SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a"}
97382026-09-11T20:27:48.462Z[verify-libraries] Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
97392026-09-11T20:27:48.975Z[verify-libraries] Compiling tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
97402026-09-11T20:27:49.716Z[ host-image] Sep 11 20:27:48.654 INFO O| configuring SMF profile...
97412026-09-11T20:27:49.716Z[ host-image] Sep 11 20:27:48.654 INFO O| modifying shadow(5)...
97422026-09-11T20:27:49.716Z[ host-image] Sep 11 20:27:48.654 INFO O| loading user and group database...
97432026-09-11T20:27:49.720Z[ host-image] Sep 11 20:27:48.654 INFO O| loading facet selections...
97442026-09-11T20:27:50.191Z[ host-image] Sep 11 20:27:49.129 INFO O| devel -> true
97452026-09-11T20:27:50.191Z[ host-image] Sep 11 20:27:49.129 INFO O| doc.man -> true
97462026-09-11T20:27:50.191Z[ host-image] Sep 11 20:27:49.129 INFO O| version-lock.shell/ksh93 -> true
97472026-09-11T20:27:50.191Z[ host-image] Sep 11 20:27:49.129 INFO O| version-lock.system/data/hardware-registry -> true
97482026-09-11T20:27:50.191Z[ host-image] Sep 11 20:27:49.129 INFO O| version-lock.system/data/zoneinfo -> true
97492026-09-11T20:27:50.195Z[ host-image] Sep 11 20:27:49.129 INFO O| version-lock.system/microcode/amd -> true
97502026-09-11T20:27:50.195Z[ host-image] Sep 11 20:27:49.129 INFO O| version-lock.system/microcode/intel -> true
97512026-09-11T20:27:50.196Z[ host-image] Sep 11 20:27:49.129 INFO O| version-lock.system/microcode/oxide -> true
97522026-09-11T20:27:50.196Z[ host-image] Sep 11 20:27:49.129 INFO O| assessing packaged files...
97532026-09-11T20:27:52.450Z[ host-image] Sep 11 20:27:51.387 INFO O| creating archive...
97542026-09-11T20:27:52.477Z[ host-image] Sep 11 20:27:51.410 INFO O| missing from packaging:
97552026-09-11T20:27:52.477Z[ host-image] Sep 11 20:27:51.410 INFO O| "etc/.pwd.lock"
97562026-09-11T20:27:52.477Z[ host-image] Sep 11 20:27:51.411 INFO O| "etc/bash"
97572026-09-11T20:27:52.482Z[ host-image] Sep 11 20:27:51.415 INFO O| "etc/svc/profile/generic.xml"
97582026-09-11T20:27:52.482Z[ host-image] Sep 11 20:27:51.415 INFO O| "etc/svc/profile/inetd_services.xml"
97592026-09-11T20:27:52.482Z[ host-image] Sep 11 20:27:51.415 INFO O| "etc/svc/profile/name_service.xml"
97602026-09-11T20:27:52.482Z[ host-image] Sep 11 20:27:51.415 INFO O| "etc/svc/profile/platform.xml"
97612026-09-11T20:27:52.482Z[ host-image] Sep 11 20:27:51.415 INFO O| "etc/svc/profile/platform_omicron1.xml"
97622026-09-11T20:27:52.482Z[ host-image] Sep 11 20:27:51.415 INFO O| "etc/svc/repository.db"
97632026-09-11T20:27:52.487Z[ host-image] Sep 11 20:27:51.422 INFO O| "opt/ooce/share"
97642026-09-11T20:27:52.487Z[ host-image] Sep 11 20:27:51.422 INFO O| "opt/ooce/share/man"
97652026-09-11T20:27:52.487Z[ host-image] Sep 11 20:27:51.422 INFO O| "opt/ooce/share/man/man1"
97662026-09-11T20:27:52.493Z[ host-image] Sep 11 20:27:51.431 INFO O| finishing archive...
97672026-09-11T20:27:52.895Z[ recovery-image] Sep 11 20:27:51.823 INFO O| Sep 11 20:27:51.823 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
97682026-09-11T20:27:52.896Z[ recovery-image] Sep 11 20:27:51.823 INFO O| Sep 11 20:27:51.823 INFO E| svccfg: Loaded 69 smf(7) service descriptions
97692026-09-11T20:27:52.909Z[ recovery-image] Sep 11 20:27:51.836 INFO O| Sep 11 20:27:51.836 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml"], env: {"SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a"}
97702026-09-11T20:27:53.012Z[ recovery-image] Sep 11 20:27:51.938 INFO O| Sep 11 20:27:51.938 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a"}
97712026-09-11T20:27:53.059Z[ recovery-image] Sep 11 20:27:51.996 INFO O| Sep 11 20:27:51.996 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml"], env: {"SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db"}
97722026-09-11T20:27:53.128Z[ recovery-image] Sep 11 20:27:52.065 INFO O| Sep 11 20:27:52.065 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/repository.db does not exist
97732026-09-11T20:27:53.129Z[ recovery-image] Sep 11 20:27:52.065 INFO O| Sep 11 20:27:52.065 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 ...
97742026-09-11T20:27:53.135Z[ recovery-image] Sep 11 20:27:52.066 INFO O| Sep 11 20:27:52.066 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/repository.db
97752026-09-11T20:27:53.135Z[ recovery-image] Sep 11 20:27:52.066 INFO O| Sep 11 20:27:52.066 INFO ok!
97762026-09-11T20:27:53.135Z[ recovery-image] Sep 11 20:27:52.066 INFO O| Sep 11 20:27:52.066 INFO file /rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db exists (as File), removing
97772026-09-11T20:27:53.135Z[ recovery-image] Sep 11 20:27:52.066 INFO O| Sep 11 20:27:52.066 INFO STEP 100 (seed_smf) COMPLETE
97782026-09-11T20:27:53.135Z[ recovery-image] Sep 11 20:27:52.066 INFO O| Sep 11 20:27:52.066 INFO steps complete; finalising image!
97792026-09-11T20:27:53.135Z[ recovery-image] Sep 11 20:27:52.066 INFO O| Sep 11 20:27:52.066 INFO TRIM POOL: TEMPORARY-sled-zfs-recovery
97802026-09-11T20:27:53.194Z[ recovery-image] Sep 11 20:27:52.130 INFO O| Sep 11 20:27:52.130 INFO trim TEMPORARY-sled-zfs-recovery: (0% trimmed, started at Fri Sep 11 20:27:52 2026)
97812026-09-11T20:27:53.404Z[ recovery-image] Sep 11 20:27:52.340 INFO O| Sep 11 20:27:52.340 INFO trim TEMPORARY-sled-zfs-recovery: (76% trimmed, started at Fri Sep 11 20:27:52 2026)
97822026-09-11T20:27:53.611Z[ recovery-image] Sep 11 20:27:52.546 INFO O| Sep 11 20:27:52.546 INFO trim TEMPORARY-sled-zfs-recovery: (84% trimmed, started at Fri Sep 11 20:27:52 2026)
97832026-09-11T20:27:53.815Z[ recovery-image] Sep 11 20:27:52.752 INFO O| Sep 11 20:27:52.752 INFO trim TEMPORARY-sled-zfs-recovery: (84% trimmed, started at Fri Sep 11 20:27:52 2026)
97842026-09-11T20:27:54.021Z[ recovery-image] Sep 11 20:27:52.958 INFO O| Sep 11 20:27:52.958 INFO trim TEMPORARY-sled-zfs-recovery: (84% trimmed, started at Fri Sep 11 20:27:52 2026)
97852026-09-11T20:27:54.227Z[ recovery-image] Sep 11 20:27:53.164 INFO O| Sep 11 20:27:53.164 INFO trim TEMPORARY-sled-zfs-recovery: (84% trimmed, started at Fri Sep 11 20:27:52 2026)
97862026-09-11T20:27:54.433Z[ recovery-image] Sep 11 20:27:53.371 INFO O| Sep 11 20:27:53.371 INFO trim TEMPORARY-sled-zfs-recovery: (84% trimmed, started at Fri Sep 11 20:27:52 2026)
97872026-09-11T20:27:54.640Z[ recovery-image] Sep 11 20:27:53.577 INFO O| Sep 11 20:27:53.577 INFO trim TEMPORARY-sled-zfs-recovery: (84% trimmed, started at Fri Sep 11 20:27:52 2026)
97882026-09-11T20:27:54.845Z[ recovery-image] Sep 11 20:27:53.783 INFO O| Sep 11 20:27:53.783 INFO trim TEMPORARY-sled-zfs-recovery: (84% trimmed, started at Fri Sep 11 20:27:52 2026)
97892026-09-11T20:27:54.971Z[ host-image] Sep 11 20:27:53.909 INFO O| creating gzonly manifest...
97902026-09-11T20:27:54.977Z[ host-image] Sep 11 20:27:53.915 INFO O| ok
97912026-09-11T20:27:55.052Z[ recovery-image] Sep 11 20:27:53.988 INFO O| Sep 11 20:27:53.988 INFO trim TEMPORARY-sled-zfs-recovery: (84% trimmed, started at Fri Sep 11 20:27:52 2026)
97922026-09-11T20:27:55.115Z[ host-image] Sep 11 20:27:54.052 INFO image builder template: ramdisk-02-trim...
97932026-09-11T20:27:55.115Z[ host-image] Sep 11 20:27:54.052 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/.tmpxxXox5/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
97942026-09-11T20:27:55.139Z[ host-image] Sep 11 20:27:54.075 INFO O| Sep 11 20:27:54.075 INFO temporary dataset: rpool/images/build/host/tmp/sled/ramdisk-02-trim
97952026-09-11T20:27:55.144Z[ host-image] Sep 11 20:27:54.080 INFO O| Sep 11 20:27:54.080 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/ramdisk-02-trim
97962026-09-11T20:27:55.259Z[ recovery-image] Sep 11 20:27:54.196 INFO O| Sep 11 20:27:54.196 INFO trim TEMPORARY-sled-zfs-recovery: (84% trimmed, started at Fri Sep 11 20:27:52 2026)
97972026-09-11T20:27:55.466Z[ recovery-image] Sep 11 20:27:54.404 INFO O| Sep 11 20:27:54.404 INFO trim TEMPORARY-sled-zfs-recovery: (84% trimmed, started at Fri Sep 11 20:27:52 2026)
97982026-09-11T20:27:55.673Z[ recovery-image] Sep 11 20:27:54.611 INFO O| Sep 11 20:27:54.611 INFO trim TEMPORARY-sled-zfs-recovery: (84% trimmed, started at Fri Sep 11 20:27:52 2026)
97992026-09-11T20:27:55.930Z[ recovery-image] Sep 11 20:27:54.868 INFO O| Sep 11 20:27:54.845 INFO temporary pool has 462M used, 1.30G avail, 1.00x compressratio
98002026-09-11T20:27:55.930Z[ recovery-image] Sep 11 20:27:54.868 INFO O| Sep 11 20:27:54.845 INFO EXPORT POOL: TEMPORARY-sled-zfs-recovery
98012026-09-11T20:27:56.437Z[ host-image] Sep 11 20:27:55.370 INFO O| Sep 11 20:27:55.370 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/ramdisk-02-trim: sync = disabled
98022026-09-11T20:27:56.518Z[ recovery-image] Sep 11 20:27:55.443 INFO O| Sep 11 20:27:55.442 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
98032026-09-11T20:27:56.519Z[ recovery-image] Sep 11 20:27:55.443 INFO O| Sep 11 20:27:55.443 INFO file /rpool/images/build/recovery/output/sled-zfs-recovery.raw does not already exist, skipping removal
98042026-09-11T20:27:56.694Z[ host-image] Sep 11 20:27:55.631 INFO O| Sep 11 20:27:55.631 INFO temporary directory: /rpool/images/build/host/tmp/sled/ramdisk-02-trim
98052026-09-11T20:27:56.694Z[ host-image] Sep 11 20:27:55.631 INFO O| Sep 11 20:27:55.631 INFO work dataset: rpool/images/build/host/work/sled/ramdisk
98062026-09-11T20:27:56.701Z[ host-image] Sep 11 20:27:55.637 INFO O| Sep 11 20:27:55.637 INFO looking for output snapshot rpool/images/build/host/work/sled/ramdisk@trim
98072026-09-11T20:27:56.705Z[ host-image] Sep 11 20:27:55.643 INFO O| Sep 11 20:27:55.643 INFO looking for input snapshot rpool/images/build/host/work/sled/ramdisk@os
98082026-09-11T20:27:56.712Z[ host-image] Sep 11 20:27:55.650 INFO O| Sep 11 20:27:55.650 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@os
98092026-09-11T20:27:59.316Z[ recovery-image] Sep 11 20:27:58.247 INFO O| Sep 11 20:27:58.247 INFO perms are 1600, should be 644, path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
98102026-09-11T20:27:59.335Z[ recovery-image] Sep 11 20:27:58.247 INFO O| Sep 11 20:27:58.247 INFO chmod ok, path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
98112026-09-11T20:27:59.335Z[ recovery-image] Sep 11 20:27:58.247 INFO O| Sep 11 20:27:58.247 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
98122026-09-11T20:27:59.335Z[ recovery-image] Sep 11 20:27:58.247 INFO O| Sep 11 20:27:58.247 INFO completed processing sled/zfs-recovery
98132026-09-11T20:27:59.336Z[ recovery-image] Sep 11 20:27:58.247 INFO O| Sep 11 20:27:58.247 INFO DESTROY DATASET: rpool/images/build/recovery/work/sled/zfs-recovery
98142026-09-11T20:27:59.544Z[ host-image] Sep 11 20:27:58.474 INFO O| Sep 11 20:27:58.474 INFO rolled back to input snapshot; work may begin
98152026-09-11T20:27:59.544Z[ host-image] Sep 11 20:27:58.474 INFO O| Sep 11 20:27:58.474 INFO CREATE DATASET: rpool/images/build/host/work/sled/ramdisk
98162026-09-11T20:27:59.556Z[ host-image] Sep 11 20:27:58.481 INFO O| Sep 11 20:27:58.481 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
98172026-09-11T20:27:59.563Z[ host-image] Sep 11 20:27:58.498 INFO O| Sep 11 20:27:58.495 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/var/pkg"
98182026-09-11T20:27:59.618Z[ host-image] Sep 11 20:27:58.554 INFO O| Sep 11 20:27:58.553 INFO STEP 0 (remove_files) COMPLETE
98192026-09-11T20:27:59.618Z[ host-image] Sep 11 20:27:58.554 INFO O| Sep 11 20:27:58.553 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
98202026-09-11T20:27:59.637Z[ host-image] Sep 11 20:27:58.568 INFO O| Sep 11 20:27:58.568 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/xpg4"
98212026-09-11T20:27:59.645Z[ host-image] Sep 11 20:27:58.569 INFO O| Sep 11 20:27:58.569 INFO STEP 1 (remove_files) COMPLETE
98222026-09-11T20:27:59.645Z[ host-image] Sep 11 20:27:58.570 INFO O| Sep 11 20:27:58.569 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
98232026-09-11T20:27:59.663Z[ host-image] Sep 11 20:27:58.601 INFO O| Sep 11 20:27:58.601 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/include"
98242026-09-11T20:27:59.688Z[ host-image] Sep 11 20:27:58.614 INFO O| Sep 11 20:27:58.614 INFO STEP 2 (remove_files) COMPLETE
98252026-09-11T20:27:59.688Z[ host-image] Sep 11 20:27:58.614 INFO O| Sep 11 20:27:58.614 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
98262026-09-11T20:27:59.706Z[ host-image] Sep 11 20:27:58.626 INFO O| Sep 11 20:27:58.626 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/demo"
98272026-09-11T20:27:59.706Z[ host-image] Sep 11 20:27:58.628 INFO O| Sep 11 20:27:58.628 INFO STEP 3 (remove_files) COMPLETE
98282026-09-11T20:27:59.706Z[ host-image] Sep 11 20:27:58.628 INFO O| Sep 11 20:27:58.628 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
98292026-09-11T20:27:59.714Z[ host-image] Sep 11 20:27:58.640 INFO O| Sep 11 20:27:58.640 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/help"
98302026-09-11T20:27:59.714Z[ host-image] Sep 11 20:27:58.643 INFO O| Sep 11 20:27:58.643 INFO STEP 4 (remove_files) COMPLETE
98312026-09-11T20:27:59.714Z[ host-image] Sep 11 20:27:58.643 INFO O| Sep 11 20:27:58.643 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
98322026-09-11T20:27:59.722Z[ host-image] Sep 11 20:27:58.655 INFO O| Sep 11 20:27:58.655 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/doc"
98332026-09-11T20:27:59.722Z[ host-image] Sep 11 20:27:58.657 INFO O| Sep 11 20:27:58.657 INFO STEP 5 (remove_files) COMPLETE
98342026-09-11T20:27:59.723Z[ host-image] Sep 11 20:27:58.657 INFO O| Sep 11 20:27:58.657 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
98352026-09-11T20:27:59.737Z[ host-image] Sep 11 20:27:58.669 INFO O| Sep 11 20:27:58.669 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/bash-completion"
98362026-09-11T20:27:59.747Z[ host-image] Sep 11 20:27:58.679 INFO O| Sep 11 20:27:58.679 INFO STEP 6 (remove_files) COMPLETE
98372026-09-11T20:27:59.748Z[ host-image] Sep 11 20:27:58.679 INFO O| Sep 11 20:27:58.679 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
98382026-09-11T20:27:59.748Z[ host-image] Sep 11 20:27:58.679 INFO O| Sep 11 20:27:58.679 INFO skip step because feature "heliosv2" is not enabled
98392026-09-11T20:27:59.748Z[ host-image] Sep 11 20:27:58.679 INFO O| Sep 11 20:27:58.679 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
98402026-09-11T20:27:59.763Z[ host-image] Sep 11 20:27:58.694 INFO O| Sep 11 20:27:58.694 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/perl5/5.40/man"
98412026-09-11T20:27:59.780Z[ host-image] Sep 11 20:27:58.705 INFO O| Sep 11 20:27:58.705 INFO STEP 8 (remove_files) COMPLETE
98422026-09-11T20:27:59.780Z[ host-image] Sep 11 20:27:58.705 INFO O| Sep 11 20:27:58.705 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
98432026-09-11T20:27:59.791Z[ host-image] Sep 11 20:27:58.718 INFO O| Sep 11 20:27:58.717 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/man/man3ssl"
98442026-09-11T20:27:59.879Z[ host-image] Sep 11 20:27:58.811 INFO O| Sep 11 20:27:58.808 INFO STEP 9 (remove_files) COMPLETE
98452026-09-11T20:27:59.880Z[ host-image] Sep 11 20:27:58.811 INFO O| Sep 11 20:27:58.808 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
98462026-09-11T20:27:59.892Z[verify-libraries] Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
98472026-09-11T20:27:59.892Z[ host-image] Sep 11 20:27:58.820 INFO O| Sep 11 20:27:58.820 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/ssl-3/man"
98482026-09-11T20:27:59.969Z[ host-image] Sep 11 20:27:58.899 INFO O| Sep 11 20:27:58.899 INFO STEP 10 (remove_files) COMPLETE
98492026-09-11T20:27:59.969Z[ host-image] Sep 11 20:27:58.899 INFO O| Sep 11 20:27:58.899 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
98502026-09-11T20:27:59.986Z[ host-image] Sep 11 20:27:58.919 INFO O| Sep 11 20:27:58.919 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/etc/net-snmp"
98512026-09-11T20:27:59.995Z[ host-image] Sep 11 20:27:58.922 INFO O| Sep 11 20:27:58.922 INFO STEP 11 (remove_files) COMPLETE
98522026-09-11T20:27:59.995Z[ host-image] Sep 11 20:27:58.922 INFO O| Sep 11 20:27:58.922 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
98532026-09-11T20:28:00.008Z[ host-image] Sep 11 20:27:58.935 INFO O| Sep 11 20:27:58.935 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/bin/i386"
98542026-09-11T20:28:00.008Z[ host-image] Sep 11 20:27:58.936 INFO O| Sep 11 20:27:58.936 INFO STEP 12 (remove_files) COMPLETE
98552026-09-11T20:28:00.008Z[ host-image] Sep 11 20:27:58.936 INFO O| Sep 11 20:27:58.936 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
98562026-09-11T20:28:00.026Z[ host-image] Sep 11 20:27:58.949 INFO O| Sep 11 20:27:58.949 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/platform/i86xpv"
98572026-09-11T20:28:00.034Z[ host-image] Sep 11 20:27:58.951 INFO O| Sep 11 20:27:58.950 INFO STEP 13 (remove_files) COMPLETE
98582026-09-11T20:28:00.034Z[ host-image] Sep 11 20:27:58.951 INFO O| Sep 11 20:27:58.950 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
98592026-09-11T20:28:00.321Z[ host-image] Sep 11 20:27:59.258 INFO O| Sep 11 20:27:59.258 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/amd64/libtddl.a"
98602026-09-11T20:28:00.333Z[ host-image] Sep 11 20:27:59.266 INFO O| Sep 11 20:27:59.266 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/libtddl.a"
98612026-09-11T20:28:00.383Z[ host-image] Sep 11 20:27:59.317 INFO O| Sep 11 20:27:59.317 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/lib/libjq.a"
98622026-09-11T20:28:00.392Z[ host-image] Sep 11 20:27:59.318 INFO O| Sep 11 20:27:59.317 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/lib/amd64/libjq.a"
98632026-09-11T20:28:00.397Z[ host-image] Sep 11 20:27:59.326 INFO O| Sep 11 20:27:59.326 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libecpg.a"
98642026-09-11T20:28:00.397Z[ host-image] Sep 11 20:27:59.326 INFO O| Sep 11 20:27:59.326 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgport_shlib.a"
98652026-09-11T20:28:00.397Z[ host-image] Sep 11 20:27:59.327 INFO O| Sep 11 20:27:59.327 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport.a"
98662026-09-11T20:28:00.397Z[ host-image] Sep 11 20:27:59.327 INFO O| Sep 11 20:27:59.327 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon_shlib.a"
98672026-09-11T20:28:00.397Z[ host-image] Sep 11 20:27:59.327 INFO O| Sep 11 20:27:59.327 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpq.a"
98682026-09-11T20:28:00.397Z[ host-image] Sep 11 20:27:59.327 INFO O| Sep 11 20:27:59.327 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgtypes.a"
98692026-09-11T20:28:00.397Z[ host-image] Sep 11 20:27:59.327 INFO O| Sep 11 20:27:59.327 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon.a"
98702026-09-11T20:28:00.397Z[ host-image] Sep 11 20:27:59.327 INFO O| Sep 11 20:27:59.327 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg_compat.a"
98712026-09-11T20:28:00.397Z[ host-image] Sep 11 20:27:59.327 INFO O| Sep 11 20:27:59.327 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport_shlib.a"
98722026-09-11T20:28:00.398Z[ host-image] Sep 11 20:27:59.328 INFO O| Sep 11 20:27:59.328 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg.a"
98732026-09-11T20:28:00.398Z[ host-image] Sep 11 20:27:59.328 INFO O| Sep 11 20:27:59.328 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon.a"
98742026-09-11T20:28:00.398Z[ host-image] Sep 11 20:27:59.328 INFO O| Sep 11 20:27:59.328 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgtypes.a"
98752026-09-11T20:28:00.398Z[ host-image] Sep 11 20:27:59.328 INFO O| Sep 11 20:27:59.328 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libecpg_compat.a"
98762026-09-11T20:28:00.398Z[ host-image] Sep 11 20:27:59.328 INFO O| Sep 11 20:27:59.328 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpq.a"
98772026-09-11T20:28:00.398Z[ host-image] Sep 11 20:27:59.328 INFO O| Sep 11 20:27:59.328 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon_shlib.a"
98782026-09-11T20:28:00.398Z[ host-image] Sep 11 20:27:59.328 INFO O| Sep 11 20:27:59.328 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgport.a"
98792026-09-11T20:28:00.398Z[ host-image] Sep 11 20:27:59.333 INFO O| Sep 11 20:27:59.333 INFO STEP 14 (remove_files) COMPLETE
98802026-09-11T20:28:00.398Z[ host-image] Sep 11 20:27:59.333 INFO O| Sep 11 20:27:59.333 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
98812026-09-11T20:28:00.421Z[ host-image] Sep 11 20:27:59.355 INFO O| Sep 11 20:27:59.355 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/boot"
98822026-09-11T20:28:00.427Z[ host-image] Sep 11 20:27:59.356 INFO O| Sep 11 20:27:59.356 INFO STEP 15 (remove_files) COMPLETE
98832026-09-11T20:28:00.427Z[ host-image] Sep 11 20:27:59.356 INFO O| Sep 11 20:27:59.356 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
98842026-09-11T20:28:00.445Z[ host-image] Sep 11 20:27:59.380 INFO O| Sep 11 20:27:59.380 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/platform/i86pc"
98852026-09-11T20:28:00.453Z[ host-image] Sep 11 20:27:59.386 INFO O| Sep 11 20:27:59.386 INFO STEP 16 (remove_files) COMPLETE
98862026-09-11T20:28:00.453Z[ host-image] Sep 11 20:27:59.386 INFO O| Sep 11 20:27:59.386 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
98872026-09-11T20:28:00.478Z[ host-image] Sep 11 20:27:59.413 INFO O| Sep 11 20:27:59.413 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/platform/i86xpv"
98882026-09-11T20:28:00.487Z[ host-image] Sep 11 20:27:59.413 INFO O| Sep 11 20:27:59.413 INFO STEP 17 (remove_files) COMPLETE
98892026-09-11T20:28:00.488Z[ host-image] Sep 11 20:27:59.413 INFO O| Sep 11 20:27:59.413 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
98902026-09-11T20:28:00.497Z[ host-image] Sep 11 20:27:59.434 INFO O| Sep 11 20:27:59.434 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/platform/i86pc"
98912026-09-11T20:28:00.505Z[ host-image] Sep 11 20:27:59.435 INFO O| Sep 11 20:27:59.435 INFO STEP 18 (remove_files) COMPLETE
98922026-09-11T20:28:00.505Z[ host-image] Sep 11 20:27:59.435 INFO O| Sep 11 20:27:59.435 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
98932026-09-11T20:28:00.516Z[ host-image] Sep 11 20:27:59.453 INFO O| Sep 11 20:27:59.453 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/acpica"
98942026-09-11T20:28:00.516Z[ host-image] Sep 11 20:27:59.453 INFO O| Sep 11 20:27:59.453 INFO STEP 19 (remove_files) COMPLETE
98952026-09-11T20:28:00.516Z[ host-image] Sep 11 20:27:59.453 INFO O| Sep 11 20:27:59.453 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
98962026-09-11T20:28:00.526Z[ host-image] Sep 11 20:27:59.464 INFO O| Sep 11 20:27:59.463 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/tem"
98972026-09-11T20:28:00.526Z[ host-image] Sep 11 20:27:59.464 INFO O| Sep 11 20:27:59.464 INFO STEP 20 (remove_files) COMPLETE
98982026-09-11T20:28:00.526Z[ host-image] Sep 11 20:27:59.464 INFO O| Sep 11 20:27:59.464 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
98992026-09-11T20:28:00.544Z[ host-image] Sep 11 20:27:59.475 INFO O| Sep 11 20:27:59.475 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/kbtrans"
99002026-09-11T20:28:00.544Z[ host-image] Sep 11 20:27:59.475 INFO O| Sep 11 20:27:59.475 INFO STEP 21 (remove_files) COMPLETE
99012026-09-11T20:28:00.553Z[ host-image] Sep 11 20:27:59.475 INFO O| Sep 11 20:27:59.475 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99022026-09-11T20:28:00.563Z[ host-image] Sep 11 20:27:59.487 INFO O| Sep 11 20:27:59.487 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/wc"
99032026-09-11T20:28:00.564Z[ host-image] Sep 11 20:27:59.487 INFO O| Sep 11 20:27:59.487 INFO STEP 22 (remove_files) COMPLETE
99042026-09-11T20:28:00.564Z[ host-image] Sep 11 20:27:59.487 INFO O| Sep 11 20:27:59.487 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99052026-09-11T20:28:00.597Z[ host-image] Sep 11 20:27:59.526 INFO O| Sep 11 20:27:59.526 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/acpi_drv"
99062026-09-11T20:28:00.597Z[ host-image] Sep 11 20:27:59.526 INFO O| Sep 11 20:27:59.526 INFO STEP 23 (remove_files) COMPLETE
99072026-09-11T20:28:00.598Z[ host-image] Sep 11 20:27:59.526 INFO O| Sep 11 20:27:59.526 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99082026-09-11T20:28:00.608Z[ host-image] Sep 11 20:27:59.538 INFO O| Sep 11 20:27:59.538 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/conskbd"
99092026-09-11T20:28:00.608Z[ host-image] Sep 11 20:27:59.538 INFO O| Sep 11 20:27:59.538 INFO STEP 24 (remove_files) COMPLETE
99102026-09-11T20:28:00.608Z[ host-image] Sep 11 20:27:59.538 INFO O| Sep 11 20:27:59.538 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99112026-09-11T20:28:00.622Z[verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
99122026-09-11T20:28:00.626Z[ host-image] Sep 11 20:27:59.563 INFO O| Sep 11 20:27:59.563 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/tzmon"
99132026-09-11T20:28:00.626Z[ host-image] Sep 11 20:27:59.563 INFO O| Sep 11 20:27:59.563 INFO STEP 25 (remove_files) COMPLETE
99142026-09-11T20:28:00.626Z[ host-image] Sep 11 20:27:59.563 INFO O| Sep 11 20:27:59.563 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99152026-09-11T20:28:00.640Z[ host-image] Sep 11 20:27:59.576 INFO O| Sep 11 20:27:59.575 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/power"
99162026-09-11T20:28:00.640Z[ host-image] Sep 11 20:27:59.576 INFO O| Sep 11 20:27:59.576 INFO STEP 26 (remove_files) COMPLETE
99172026-09-11T20:28:00.641Z[ host-image] Sep 11 20:27:59.576 INFO O| Sep 11 20:27:59.576 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99182026-09-11T20:28:00.678Z[ host-image] Sep 11 20:27:59.610 INFO O| Sep 11 20:27:59.610 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audio"
99192026-09-11T20:28:00.678Z[ host-image] Sep 11 20:27:59.610 INFO O| Sep 11 20:27:59.610 INFO STEP 27 (remove_files) COMPLETE
99202026-09-11T20:28:00.678Z[ host-image] Sep 11 20:27:59.610 INFO O| Sep 11 20:27:59.610 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99212026-09-11T20:28:00.701Z[ host-image] Sep 11 20:27:59.633 INFO O| Sep 11 20:27:59.633 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audio1575"
99222026-09-11T20:28:00.701Z[ host-image] Sep 11 20:27:59.633 INFO O| Sep 11 20:27:59.633 INFO STEP 28 (remove_files) COMPLETE
99232026-09-11T20:28:00.701Z[ host-image] Sep 11 20:27:59.633 INFO O| Sep 11 20:27:59.633 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99242026-09-11T20:28:00.708Z[ host-image] Sep 11 20:27:59.646 INFO O| Sep 11 20:27:59.645 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audioens"
99252026-09-11T20:28:00.708Z[ host-image] Sep 11 20:27:59.646 INFO O| Sep 11 20:27:59.646 INFO STEP 29 (remove_files) COMPLETE
99262026-09-11T20:28:00.708Z[ host-image] Sep 11 20:27:59.646 INFO O| Sep 11 20:27:59.646 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99272026-09-11T20:28:00.730Z[ host-image] Sep 11 20:27:59.663 INFO O| Sep 11 20:27:59.663 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audiopci"
99282026-09-11T20:28:00.738Z[ host-image] Sep 11 20:27:59.663 INFO O| Sep 11 20:27:59.663 INFO STEP 30 (remove_files) COMPLETE
99292026-09-11T20:28:00.738Z[ host-image] Sep 11 20:27:59.663 INFO O| Sep 11 20:27:59.663 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99302026-09-11T20:28:00.753Z[ host-image] Sep 11 20:27:59.689 INFO O| Sep 11 20:27:59.689 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audiots"
99312026-09-11T20:28:00.753Z[ host-image] Sep 11 20:27:59.689 INFO O| Sep 11 20:27:59.689 INFO STEP 31 (remove_files) COMPLETE
99322026-09-11T20:28:00.767Z[ host-image] Sep 11 20:27:59.689 INFO O| Sep 11 20:27:59.689 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99332026-09-11T20:28:00.776Z[ host-image] Sep 11 20:27:59.700 INFO O| Sep 11 20:27:59.700 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/ehci"
99342026-09-11T20:28:00.776Z[ host-image] Sep 11 20:27:59.700 INFO O| Sep 11 20:27:59.700 INFO STEP 32 (remove_files) COMPLETE
99352026-09-11T20:28:00.776Z[ host-image] Sep 11 20:27:59.700 INFO O| Sep 11 20:27:59.700 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99362026-09-11T20:28:00.783Z[ host-image] Sep 11 20:27:59.718 INFO O| Sep 11 20:27:59.718 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/hid"
99372026-09-11T20:28:00.783Z[ host-image] Sep 11 20:27:59.718 INFO O| Sep 11 20:27:59.718 INFO STEP 33 (remove_files) COMPLETE
99382026-09-11T20:28:00.783Z[ host-image] Sep 11 20:27:59.718 INFO O| Sep 11 20:27:59.718 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99392026-09-11T20:28:00.793Z[verify-libraries] Compiling oximeter-load-test v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oximeter-load-test)
99402026-09-11T20:28:00.802Z[ host-image] Sep 11 20:27:59.731 INFO O| Sep 11 20:27:59.731 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/hubd"
99412026-09-11T20:28:00.810Z[ host-image] Sep 11 20:27:59.731 INFO O| Sep 11 20:27:59.731 INFO STEP 34 (remove_files) COMPLETE
99422026-09-11T20:28:00.811Z[ host-image] Sep 11 20:27:59.731 INFO O| Sep 11 20:27:59.731 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99432026-09-11T20:28:00.820Z[ host-image] Sep 11 20:27:59.757 INFO O| Sep 11 20:27:59.747 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/ohci"
99442026-09-11T20:28:00.820Z[ host-image] Sep 11 20:27:59.757 INFO O| Sep 11 20:27:59.747 INFO STEP 35 (remove_files) COMPLETE
99452026-09-11T20:28:00.821Z[ host-image] Sep 11 20:27:59.757 INFO O| Sep 11 20:27:59.747 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99462026-09-11T20:28:00.828Z[ host-image] Sep 11 20:27:59.765 INFO O| Sep 11 20:27:59.765 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/scsa2usb"
99472026-09-11T20:28:00.834Z[ host-image] Sep 11 20:27:59.765 INFO O| Sep 11 20:27:59.765 INFO STEP 36 (remove_files) COMPLETE
99482026-09-11T20:28:00.834Z[ host-image] Sep 11 20:27:59.765 INFO O| Sep 11 20:27:59.765 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99492026-09-11T20:28:00.859Z[ host-image] Sep 11 20:27:59.788 INFO O| Sep 11 20:27:59.788 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/uhci"
99502026-09-11T20:28:00.868Z[ host-image] Sep 11 20:27:59.788 INFO O| Sep 11 20:27:59.788 INFO STEP 37 (remove_files) COMPLETE
99512026-09-11T20:28:00.868Z[ host-image] Sep 11 20:27:59.788 INFO O| Sep 11 20:27:59.788 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99522026-09-11T20:28:00.868Z[ host-image] Sep 11 20:27:59.800 INFO O| Sep 11 20:27:59.800 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_ac"
99532026-09-11T20:28:00.868Z[ host-image] Sep 11 20:27:59.801 INFO O| Sep 11 20:27:59.801 INFO STEP 38 (remove_files) COMPLETE
99542026-09-11T20:28:00.868Z[ host-image] Sep 11 20:27:59.801 INFO O| Sep 11 20:27:59.801 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99552026-09-11T20:28:00.906Z[ host-image] Sep 11 20:27:59.840 INFO O| Sep 11 20:27:59.840 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_as"
99562026-09-11T20:28:00.907Z[ host-image] Sep 11 20:27:59.840 INFO O| Sep 11 20:27:59.840 INFO STEP 39 (remove_files) COMPLETE
99572026-09-11T20:28:00.911Z[ host-image] Sep 11 20:27:59.840 INFO O| Sep 11 20:27:59.840 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99582026-09-11T20:28:00.945Z[ host-image] Sep 11 20:27:59.880 INFO O| Sep 11 20:27:59.880 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_ia"
99592026-09-11T20:28:00.946Z[ host-image] Sep 11 20:27:59.880 INFO O| Sep 11 20:27:59.880 INFO STEP 40 (remove_files) COMPLETE
99602026-09-11T20:28:00.946Z[ host-image] Sep 11 20:27:59.880 INFO O| Sep 11 20:27:59.880 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99612026-09-11T20:28:00.957Z[ host-image] Sep 11 20:27:59.892 INFO O| Sep 11 20:27:59.892 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_mid"
99622026-09-11T20:28:00.958Z[ host-image] Sep 11 20:27:59.892 INFO O| Sep 11 20:27:59.892 INFO STEP 41 (remove_files) COMPLETE
99632026-09-11T20:28:00.958Z[ host-image] Sep 11 20:27:59.892 INFO O| Sep 11 20:27:59.892 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99642026-09-11T20:28:00.969Z[ host-image] Sep 11 20:27:59.903 INFO O| Sep 11 20:27:59.903 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usbprn"
99652026-09-11T20:28:00.970Z[ host-image] Sep 11 20:27:59.903 INFO O| Sep 11 20:27:59.903 INFO STEP 42 (remove_files) COMPLETE
99662026-09-11T20:28:00.970Z[ host-image] Sep 11 20:27:59.903 INFO O| Sep 11 20:27:59.903 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99672026-09-11T20:28:00.976Z[ host-image] Sep 11 20:27:59.914 INFO O| Sep 11 20:27:59.913 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/xhci"
99682026-09-11T20:28:00.977Z[ host-image] Sep 11 20:27:59.914 INFO O| Sep 11 20:27:59.914 INFO STEP 43 (remove_files) COMPLETE
99692026-09-11T20:28:00.977Z[ host-image] Sep 11 20:27:59.914 INFO O| Sep 11 20:27:59.914 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99702026-09-11T20:28:00.987Z[ host-image] Sep 11 20:27:59.924 INFO O| Sep 11 20:27:59.924 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nhm"
99712026-09-11T20:28:00.988Z[ host-image] Sep 11 20:27:59.925 INFO O| Sep 11 20:27:59.925 INFO STEP 44 (remove_files) COMPLETE
99722026-09-11T20:28:00.995Z[ host-image] Sep 11 20:27:59.925 INFO O| Sep 11 20:27:59.925 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99732026-09-11T20:28:01.001Z[ host-image] Sep 11 20:27:59.938 INFO O| Sep 11 20:27:59.938 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nb5000"
99742026-09-11T20:28:01.002Z[ host-image] Sep 11 20:27:59.938 INFO O| Sep 11 20:27:59.938 INFO STEP 45 (remove_files) COMPLETE
99752026-09-11T20:28:01.002Z[ host-image] Sep 11 20:27:59.938 INFO O| Sep 11 20:27:59.938 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99762026-09-11T20:28:01.013Z[ host-image] Sep 11 20:27:59.950 INFO O| Sep 11 20:27:59.949 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/mc-amd"
99772026-09-11T20:28:01.013Z[ host-image] Sep 11 20:27:59.950 INFO O| Sep 11 20:27:59.950 INFO STEP 46 (remove_files) COMPLETE
99782026-09-11T20:28:01.013Z[ host-image] Sep 11 20:27:59.950 INFO O| Sep 11 20:27:59.950 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99792026-09-11T20:28:01.024Z[ host-image] Sep 11 20:27:59.960 INFO O| Sep 11 20:27:59.960 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/acpi_toshiba"
99802026-09-11T20:28:01.024Z[ host-image] Sep 11 20:27:59.960 INFO O| Sep 11 20:27:59.960 INFO STEP 47 (remove_files) COMPLETE
99812026-09-11T20:28:01.028Z[ host-image] Sep 11 20:27:59.960 INFO O| Sep 11 20:27:59.960 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99822026-09-11T20:28:01.037Z[ host-image] Sep 11 20:27:59.970 INFO O| Sep 11 20:27:59.970 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nhmex"
99832026-09-11T20:28:01.037Z[ host-image] Sep 11 20:27:59.970 INFO O| Sep 11 20:27:59.970 INFO STEP 48 (remove_files) COMPLETE
99842026-09-11T20:28:01.045Z[ host-image] Sep 11 20:27:59.970 INFO O| Sep 11 20:27:59.970 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99852026-09-11T20:28:01.056Z[ host-image] Sep 11 20:27:59.993 INFO O| Sep 11 20:27:59.992 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/intel_nhmex.conf"
99862026-09-11T20:28:01.056Z[ host-image] Sep 11 20:27:59.993 INFO O| Sep 11 20:27:59.993 INFO STEP 49 (remove_files) COMPLETE
99872026-09-11T20:28:01.056Z[ host-image] Sep 11 20:27:59.993 INFO O| Sep 11 20:27:59.993 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99882026-09-11T20:28:01.077Z[ host-image] Sep 11 20:28:00.007 INFO O| Sep 11 20:28:00.006 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/mpt"
99892026-09-11T20:28:01.077Z[ host-image] Sep 11 20:28:00.007 INFO O| Sep 11 20:28:00.007 INFO STEP 50 (remove_files) COMPLETE
99902026-09-11T20:28:01.077Z[ host-image] Sep 11 20:28:00.007 INFO O| Sep 11 20:28:00.007 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99912026-09-11T20:28:01.086Z[ host-image] Sep 11 20:28:00.018 INFO O| Sep 11 20:28:00.018 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/mpt.conf"
99922026-09-11T20:28:01.086Z[ host-image] Sep 11 20:28:00.018 INFO O| Sep 11 20:28:00.018 INFO STEP 51 (remove_files) COMPLETE
99932026-09-11T20:28:01.086Z[ host-image] Sep 11 20:28:00.018 INFO O| Sep 11 20:28:00.018 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99942026-09-11T20:28:01.106Z[ host-image] Sep 11 20:28:00.039 INFO O| Sep 11 20:28:00.039 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
99952026-09-11T20:28:01.106Z[ host-image] Sep 11 20:28:00.039 INFO O| Sep 11 20:28:00.039 INFO STEP 52 (remove_files) COMPLETE
99962026-09-11T20:28:01.106Z[ host-image] Sep 11 20:28:00.039 INFO O| Sep 11 20:28:00.039 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99972026-09-11T20:28:01.119Z[ host-image] Sep 11 20:28:00.053 INFO O| Sep 11 20:28:00.053 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
99982026-09-11T20:28:01.119Z[ host-image] Sep 11 20:28:00.053 INFO O| Sep 11 20:28:00.053 INFO STEP 53 (remove_files) COMPLETE
99992026-09-11T20:28:01.119Z[ host-image] Sep 11 20:28:00.053 INFO O| Sep 11 20:28:00.053 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
100002026-09-11T20:28:01.131Z[ host-image] Sep 11 20:28:00.067 INFO O| Sep 11 20:28:00.067 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/sbin/bootadm"
100012026-09-11T20:28:01.131Z[ host-image] Sep 11 20:28:00.067 INFO O| Sep 11 20:28:00.067 INFO STEP 54 (remove_files) COMPLETE
100022026-09-11T20:28:01.131Z[ host-image] Sep 11 20:28:00.067 INFO O| Sep 11 20:28:00.067 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
100032026-09-11T20:28:01.151Z[ host-image] Sep 11 20:28:00.081 INFO O| Sep 11 20:28:00.079 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/sbin/bootadm"
100042026-09-11T20:28:01.151Z[ host-image] Sep 11 20:28:00.081 INFO O| Sep 11 20:28:00.079 INFO STEP 55 (remove_files) COMPLETE
100052026-09-11T20:28:01.151Z[ host-image] Sep 11 20:28:00.081 INFO O| Sep 11 20:28:00.079 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
100062026-09-11T20:28:01.165Z[ host-image] Sep 11 20:28:00.092 INFO O| Sep 11 20:28:00.092 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/sbin/beadm"
100072026-09-11T20:28:01.165Z[ host-image] Sep 11 20:28:00.092 INFO O| Sep 11 20:28:00.092 INFO STEP 56 (remove_files) COMPLETE
100082026-09-11T20:28:01.165Z[ host-image] Sep 11 20:28:00.092 INFO O| Sep 11 20:28:00.092 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
100092026-09-11T20:28:01.181Z[ host-image] Sep 11 20:28:00.103 INFO O| Sep 11 20:28:00.103 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/sbin/beadm"
100102026-09-11T20:28:01.181Z[ host-image] Sep 11 20:28:00.103 INFO O| Sep 11 20:28:00.103 INFO STEP 57 (remove_files) COMPLETE
100112026-09-11T20:28:01.181Z[ host-image] Sep 11 20:28:00.103 INFO O| Sep 11 20:28:00.103 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
100122026-09-11T20:28:01.187Z[verify-libraries] Compiling reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
100132026-09-11T20:28:01.187Z[ host-image] Sep 11 20:28:00.115 INFO O| Sep 11 20:28:00.115 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/etc/default/tar"
100142026-09-11T20:28:01.187Z[ host-image] Sep 11 20:28:00.115 INFO O| Sep 11 20:28:00.115 INFO STEP 58 (remove_files) COMPLETE
100152026-09-11T20:28:01.187Z[ host-image] Sep 11 20:28:00.115 INFO O| Sep 11 20:28:00.115 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
100162026-09-11T20:28:01.197Z[ host-image] Sep 11 20:28:00.126 INFO O| Sep 11 20:28:00.126 WARN file /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
100172026-09-11T20:28:01.197Z[ host-image] Sep 11 20:28:00.126 INFO O| Sep 11 20:28:00.126 INFO writing /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap ...
100182026-09-11T20:28:01.197Z[ host-image] Sep 11 20:28:00.126 INFO O| Sep 11 20:28:00.126 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
100192026-09-11T20:28:01.197Z[ host-image] Sep 11 20:28:00.126 INFO O| Sep 11 20:28:00.126 INFO chmod ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
100202026-09-11T20:28:01.198Z[ host-image] Sep 11 20:28:00.126 INFO O| Sep 11 20:28:00.126 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
100212026-09-11T20:28:01.198Z[ host-image] Sep 11 20:28:00.126 INFO O| Sep 11 20:28:00.126 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
100222026-09-11T20:28:01.198Z[ host-image] Sep 11 20:28:00.126 INFO O| Sep 11 20:28:00.126 INFO ok!
100232026-09-11T20:28:01.198Z[ host-image] Sep 11 20:28:00.126 INFO O| Sep 11 20:28:00.126 INFO STEP 59 (ensure_file) COMPLETE
100242026-09-11T20:28:01.198Z[ host-image] Sep 11 20:28:00.126 INFO O| Sep 11 20:28:00.126 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
100252026-09-11T20:28:01.206Z[ host-image] Sep 11 20:28:00.137 INFO O| Sep 11 20:28:00.137 WARN file /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
100262026-09-11T20:28:01.206Z[ host-image] Sep 11 20:28:00.137 INFO O| Sep 11 20:28:00.137 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk ...
100272026-09-11T20:28:01.206Z[ host-image] Sep 11 20:28:00.137 INFO O| Sep 11 20:28:00.137 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
100282026-09-11T20:28:01.206Z[ host-image] Sep 11 20:28:00.137 INFO O| Sep 11 20:28:00.137 INFO chmod ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
100292026-09-11T20:28:01.206Z[ host-image] Sep 11 20:28:00.137 INFO O| Sep 11 20:28:00.137 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
100302026-09-11T20:28:01.207Z[ host-image] Sep 11 20:28:00.137 INFO O| Sep 11 20:28:00.137 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
100312026-09-11T20:28:01.207Z[ host-image] Sep 11 20:28:00.137 INFO O| Sep 11 20:28:00.137 INFO ok!
100322026-09-11T20:28:01.207Z[ host-image] Sep 11 20:28:00.137 INFO O| Sep 11 20:28:00.137 INFO STEP 60 (ensure_file) COMPLETE
100332026-09-11T20:28:01.207Z[ host-image] Sep 11 20:28:00.137 INFO O| Sep 11 20:28:00.137 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
100342026-09-11T20:28:01.213Z[ host-image] Sep 11 20:28:00.148 INFO O| Sep 11 20:28:00.148 INFO file /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile does not exist
100352026-09-11T20:28:01.213Z[ host-image] Sep 11 20:28:00.148 INFO O| Sep 11 20:28:00.148 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile ...
100362026-09-11T20:28:01.213Z[ host-image] Sep 11 20:28:00.148 INFO O| Sep 11 20:28:00.148 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile
100372026-09-11T20:28:01.213Z[ host-image] Sep 11 20:28:00.149 INFO O| Sep 11 20:28:00.148 INFO ok!
100382026-09-11T20:28:01.213Z[ host-image] Sep 11 20:28:00.149 INFO O| Sep 11 20:28:00.149 INFO STEP 61 (ensure_file) COMPLETE
100392026-09-11T20:28:01.213Z[ host-image] Sep 11 20:28:00.149 INFO O| Sep 11 20:28:00.149 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
100402026-09-11T20:28:01.230Z[ host-image] Sep 11 20:28:00.160 INFO O| Sep 11 20:28:00.160 WARN file /rpool/images/build/host/work/sled/ramdisk/root/.bashrc exists, with wrong contents, unlinking
100412026-09-11T20:28:01.230Z[ host-image] Sep 11 20:28:00.161 INFO O| Sep 11 20:28:00.161 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/host/work/sled/ramdisk/root/.bashrc ...
100422026-09-11T20:28:01.230Z[ host-image] Sep 11 20:28:00.161 INFO O| Sep 11 20:28:00.161 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/root/.bashrc
100432026-09-11T20:28:01.230Z[ host-image] Sep 11 20:28:00.161 INFO O| Sep 11 20:28:00.161 INFO ok!
100442026-09-11T20:28:01.230Z[ host-image] Sep 11 20:28:00.161 INFO O| Sep 11 20:28:00.161 INFO STEP 62 (ensure_file) COMPLETE
100452026-09-11T20:28:01.230Z[ host-image] Sep 11 20:28:00.161 INFO O| Sep 11 20:28:00.161 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
100462026-09-11T20:28:01.237Z[ host-image] Sep 11 20:28:00.173 INFO O| Sep 11 20:28:00.173 WARN file /rpool/images/build/host/work/sled/ramdisk/etc/motd exists, with wrong contents, unlinking
100472026-09-11T20:28:01.237Z[ host-image] Sep 11 20:28:00.173 INFO O| Sep 11 20:28:00.173 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/host/work/sled/ramdisk/etc/motd ...
100482026-09-11T20:28:01.237Z[ host-image] Sep 11 20:28:00.173 INFO O| Sep 11 20:28:00.173 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/etc/motd
100492026-09-11T20:28:01.237Z[ host-image] Sep 11 20:28:00.173 INFO O| Sep 11 20:28:00.173 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/motd
100502026-09-11T20:28:01.237Z[ host-image] Sep 11 20:28:00.173 INFO O| Sep 11 20:28:00.173 INFO ok!
100512026-09-11T20:28:01.237Z[ host-image] Sep 11 20:28:00.173 INFO O| Sep 11 20:28:00.173 INFO STEP 63 (ensure_file) COMPLETE
100522026-09-11T20:28:01.244Z[ host-image] Sep 11 20:28:00.173 INFO O| Sep 11 20:28:00.173 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
100532026-09-11T20:28:01.250Z[ host-image] Sep 11 20:28:00.186 INFO O| Sep 11 20:28:00.186 WARN file /rpool/images/build/host/work/sled/ramdisk/etc/profile exists, with wrong contents, unlinking
100542026-09-11T20:28:01.262Z[ host-image] Sep 11 20:28:00.186 INFO O| Sep 11 20:28:00.186 INFO copying /work/oxidecomputer/helios/image/templates/files/profile -> /rpool/images/build/host/work/sled/ramdisk/etc/profile ...
100552026-09-11T20:28:01.263Z[ host-image] Sep 11 20:28:00.186 INFO O| Sep 11 20:28:00.186 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/etc/profile
100562026-09-11T20:28:01.263Z[ host-image] Sep 11 20:28:00.186 INFO O| Sep 11 20:28:00.186 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/profile
100572026-09-11T20:28:01.263Z[ host-image] Sep 11 20:28:00.186 INFO O| Sep 11 20:28:00.186 INFO ok!
100582026-09-11T20:28:01.263Z[ host-image] Sep 11 20:28:00.186 INFO O| Sep 11 20:28:00.186 INFO STEP 64 (ensure_file) COMPLETE
100592026-09-11T20:28:01.263Z[ host-image] Sep 11 20:28:00.186 INFO O| Sep 11 20:28:00.186 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
100602026-09-11T20:28:01.273Z[ host-image] Sep 11 20:28:00.197 INFO O| Sep 11 20:28:00.197 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf does not exist
100612026-09-11T20:28:01.274Z[ host-image] Sep 11 20:28:00.197 INFO O| Sep 11 20:28:00.197 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-system-zfs:dbuf -> /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf ...
100622026-09-11T20:28:01.275Z[ host-image] Sep 11 20:28:00.197 INFO O| Sep 11 20:28:00.197 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf
100632026-09-11T20:28:01.275Z[ host-image] Sep 11 20:28:00.197 INFO O| Sep 11 20:28:00.197 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf
100642026-09-11T20:28:01.275Z[ host-image] Sep 11 20:28:00.197 INFO O| Sep 11 20:28:00.197 INFO ok!
100652026-09-11T20:28:01.275Z[ host-image] Sep 11 20:28:00.197 INFO O| Sep 11 20:28:00.197 INFO STEP 65 (ensure_file) COMPLETE
100662026-09-11T20:28:01.275Z[ host-image] Sep 11 20:28:00.197 INFO O| Sep 11 20:28:00.197 INFO STEP 66: assemble_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
100672026-09-11T20:28:01.290Z[ host-image] Sep 11 20:28:00.210 INFO O| Sep 11 20:28:00.210 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly does not exist
100682026-09-11T20:28:01.290Z[ host-image] Sep 11 20:28:00.210 INFO O| Sep 11 20:28:00.210 INFO writing /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly ...
100692026-09-11T20:28:01.290Z[ host-image] Sep 11 20:28:00.210 INFO O| Sep 11 20:28:00.210 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly
100702026-09-11T20:28:01.290Z[ host-image] Sep 11 20:28:00.210 INFO O| Sep 11 20:28:00.210 INFO ok!
100712026-09-11T20:28:01.290Z[ host-image] Sep 11 20:28:00.210 INFO O| Sep 11 20:28:00.210 INFO STEP 66 (assemble_files) COMPLETE
100722026-09-11T20:28:01.290Z[ host-image] Sep 11 20:28:00.210 INFO O| Sep 11 20:28:00.210 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
100732026-09-11T20:28:01.298Z[ host-image] Sep 11 20:28:00.222 INFO O| Sep 11 20:28:00.222 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf does not exist
100742026-09-11T20:28:01.298Z[ host-image] Sep 11 20:28:00.222 INFO O| Sep 11 20:28:00.222 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf ...
100752026-09-11T20:28:01.298Z[ host-image] Sep 11 20:28:00.222 INFO O| Sep 11 20:28:00.222 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf
100762026-09-11T20:28:01.298Z[ host-image] Sep 11 20:28:00.222 INFO O| Sep 11 20:28:00.222 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf
100772026-09-11T20:28:01.299Z[ host-image] Sep 11 20:28:00.222 INFO O| Sep 11 20:28:00.222 INFO ok!
100782026-09-11T20:28:01.299Z[ host-image] Sep 11 20:28:00.222 INFO O| Sep 11 20:28:00.222 INFO STEP 67 (ensure_file) COMPLETE
100792026-09-11T20:28:01.299Z[ host-image] Sep 11 20:28:00.222 INFO O| Sep 11 20:28:00.222 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
100802026-09-11T20:28:01.307Z[ host-image] Sep 11 20:28:00.236 INFO O| Sep 11 20:28:00.236 INFO creating directory: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
100812026-09-11T20:28:01.307Z[ host-image] Sep 11 20:28:00.236 INFO O| Sep 11 20:28:00.236 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
100822026-09-11T20:28:01.307Z[ host-image] Sep 11 20:28:00.236 INFO O| Sep 11 20:28:00.236 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
100832026-09-11T20:28:01.308Z[ host-image] Sep 11 20:28:00.236 INFO O| Sep 11 20:28:00.236 INFO STEP 68 (ensure_dir) COMPLETE
100842026-09-11T20:28:01.308Z[ host-image] Sep 11 20:28:00.236 INFO O| Sep 11 20:28:00.236 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
100852026-09-11T20:28:01.325Z[ host-image] Sep 11 20:28:00.247 INFO O| Sep 11 20:28:00.247 INFO file /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz does not exist
100862026-09-11T20:28:01.325Z[ host-image] Sep 11 20:28:00.247 INFO O| Sep 11 20:28:00.247 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 ...
100872026-09-11T20:28:01.325Z[ host-image] Sep 11 20:28:00.254 INFO O| Sep 11 20:28:00.254 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
100882026-09-11T20:28:01.325Z[ host-image] Sep 11 20:28:00.254 INFO O| Sep 11 20:28:00.254 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz
100892026-09-11T20:28:01.325Z[ host-image] Sep 11 20:28:00.254 INFO O| Sep 11 20:28:00.254 INFO ok!
100902026-09-11T20:28:01.326Z[ host-image] Sep 11 20:28:00.254 INFO O| Sep 11 20:28:00.254 INFO STEP 69 (ensure_file) COMPLETE
100912026-09-11T20:28:01.326Z[ host-image] Sep 11 20:28:00.254 INFO O| Sep 11 20:28:00.254 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
100922026-09-11T20:28:01.331Z[ host-image] Sep 11 20:28:00.266 INFO O| Sep 11 20:28:00.266 INFO file /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt does not exist
100932026-09-11T20:28:01.331Z[ host-image] Sep 11 20:28:00.266 INFO O| Sep 11 20:28:00.266 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 ...
100942026-09-11T20:28:01.331Z[ host-image] Sep 11 20:28:00.266 INFO O| Sep 11 20:28:00.266 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
100952026-09-11T20:28:01.331Z[ host-image] Sep 11 20:28:00.266 INFO O| Sep 11 20:28:00.266 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt
100962026-09-11T20:28:01.331Z[ host-image] Sep 11 20:28:00.266 INFO O| Sep 11 20:28:00.266 INFO ok!
100972026-09-11T20:28:01.331Z[ host-image] Sep 11 20:28:00.267 INFO O| Sep 11 20:28:00.266 INFO STEP 70 (ensure_file) COMPLETE
100982026-09-11T20:28:01.331Z[ host-image] Sep 11 20:28:00.267 INFO O| Sep 11 20:28:00.267 INFO STEP 71: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
100992026-09-11T20:28:01.349Z[ host-image] Sep 11 20:28:00.282 INFO O| Sep 11 20:28:00.282 INFO file /rpool/images/build/host/output/sled-ramdisk.tar does not already exist, skipping removal
101002026-09-11T20:28:01.349Z[ host-image] Sep 11 20:28:00.282 INFO O| Sep 11 20:28:00.282 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/host/output/sled-ramdisk.tar", "-C", "/rpool/images/build/host/work/sled/ramdisk", "."]
101012026-09-11T20:28:01.688Z[ recovery-image] Sep 11 20:28:00.625 INFO O| Sep 11 20:28:00.625 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/zfs-recovery
101022026-09-11T20:28:01.932Z[ recovery-image] Sep 11 20:28:00.869 INFO BUILD STRING "heads/stlouis-0-g0a8e320ff3\n"
101032026-09-11T20:28:01.932Z[ recovery-image] Sep 11 20:28:00.869 INFO expanded image name: "recovery d4dc8e7/${os_short_commit} 2026-09-11 20:12" -> "recovery d4dc8e7/0a8e320 2026-09-11 20:12"
101042026-09-11T20:28:01.937Z[ recovery-image] Sep 11 20:28:00.869 INFO output artefacts stored in: "/work/os-recovery"
101052026-09-11T20:28:01.937Z[ recovery-image] Sep 11 20:28:00.869 INFO collecting git info from project "pilot"...
101062026-09-11T20:28:01.956Z[ recovery-image] Sep 11 20:28:00.879 INFO collecting git info from project "dmar-report"...
101072026-09-11T20:28:01.967Z[ recovery-image] Sep 11 20:28:00.890 INFO collecting git info from project "amd-host-image-builder"...
101082026-09-11T20:28:02.000Z[ recovery-image] Sep 11 20:28:00.933 INFO collecting git info from project "amd-firmware"...
101092026-09-11T20:28:02.506Z[ recovery-image] Sep 11 20:28:01.431 INFO collecting git info from project "phbl"...
101102026-09-11T20:28:02.517Z[ recovery-image] Sep 11 20:28:01.439 INFO collecting git info from project "pinprick"...
101112026-09-11T20:28:02.517Z[ recovery-image] Sep 11 20:28:01.446 INFO collecting git info from project "image-builder"...
101122026-09-11T20:28:02.532Z[ recovery-image] Sep 11 20:28:01.454 INFO collecting git info from project "bootserver"...
101132026-09-11T20:28:02.614Z[ recovery-image] Sep 11 20:28:01.466 INFO collecting git info from project "chelsio-t6-roms"...
101142026-09-11T20:28:02.614Z[ recovery-image] Sep 11 20:28:01.485 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
101152026-09-11T20:28:03.005Z[ host-image] Sep 11 20:28:01.940 INFO O| Sep 11 20:28:01.940 INFO STEP 71 (pack_tar) COMPLETE
101162026-09-11T20:28:03.005Z[ host-image] Sep 11 20:28:01.940 INFO O| Sep 11 20:28:01.940 INFO creating output snapshot rpool/images/build/host/work/sled/ramdisk@trim
101172026-09-11T20:28:03.009Z[ host-image] Sep 11 20:28:01.940 INFO O| Sep 11 20:28:01.940 INFO CREATE SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@trim
101182026-09-11T20:28:03.211Z[ recovery-image] Sep 11 20:28:02.149 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
101192026-09-11T20:28:03.234Z[verify-libraries] Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
101202026-09-11T20:28:03.626Z[ recovery-image] Sep 11 20:28:02.564 INFO creating Oxide boot image...
101212026-09-11T20:28:03.626Z[ recovery-image] Sep 11 20:28:02.564 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/recovery/output/sled-zfs-recovery.raw", "-N", "recovery d4dc8e7/0a8e320 2026-09-11 20:12", "-o", "/work/os-recovery/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.recovery/boot_image_csum", "-s", "4096", "-z"], pwd: None
101222026-09-11T20:28:04.045Z[ host-image] Sep 11 20:28:02.982 INFO O| Sep 11 20:28:02.982 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/ramdisk-02-trim
101232026-09-11T20:28:04.218Z[ host-image] Sep 11 20:28:03.155 INFO O| Sep 11 20:28:03.155 INFO completed processing sled/ramdisk-02-trim
101242026-09-11T20:28:04.221Z[ host-image] Sep 11 20:28:03.159 INFO image builder template: zfs...
101252026-09-11T20:28:04.221Z[ host-image] Sep 11 20:28:03.159 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/.tmpxxXox5/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
101262026-09-11T20:28:04.234Z[ host-image] Sep 11 20:28:03.171 INFO O| Sep 11 20:28:03.171 INFO skip include "stress" because feature "stress" is not enabled
101272026-09-11T20:28:04.234Z[ host-image] Sep 11 20:28:03.171 INFO O| Sep 11 20:28:03.171 INFO skip include "stress" because feature "compliance" is not enabled
101282026-09-11T20:28:04.264Z[ host-image] Sep 11 20:28:03.201 INFO O| Sep 11 20:28:03.201 INFO temporary dataset: rpool/images/build/host/tmp/sled/zfs
101292026-09-11T20:28:04.268Z[ host-image] Sep 11 20:28:03.205 INFO O| Sep 11 20:28:03.205 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/zfs
101302026-09-11T20:28:04.354Z[ host-image] Sep 11 20:28:03.291 INFO O| Sep 11 20:28:03.291 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/zfs: sync = disabled
101312026-09-11T20:28:04.432Z[ host-image] Sep 11 20:28:03.370 INFO O| Sep 11 20:28:03.370 INFO temporary directory: /rpool/images/build/host/tmp/sled/zfs
101322026-09-11T20:28:04.432Z[ host-image] Sep 11 20:28:03.370 INFO O| Sep 11 20:28:03.370 INFO work dataset: rpool/images/build/host/work/sled/zfs
101332026-09-11T20:28:04.437Z[ host-image] Sep 11 20:28:03.374 INFO O| Sep 11 20:28:03.374 INFO CREATE DATASET: rpool/images/build/host/work/sled/zfs
101342026-09-11T20:28:04.591Z[ host-image] Sep 11 20:28:03.528 INFO O| Sep 11 20:28:03.528 INFO SET DATASET PROPERTY ON rpool/images/build/host/work/sled/zfs: sync = disabled
101352026-09-11T20:28:04.676Z[ host-image] Sep 11 20:28:03.612 INFO O| Sep 11 20:28:03.612 INFO DESTROY POOL: TEMPORARY-sled-zfs
101362026-09-11T20:28:04.686Z[ host-image] Sep 11 20:28:03.624 INFO O| Sep 11 20:28:03.624 INFO image file: /rpool/images/build/host/work/sled/zfs/lofi.raw
101372026-09-11T20:28:04.692Z[ host-image] Sep 11 20:28:03.629 INFO O| Sep 11 20:28:03.629 INFO pool altroot: /rpool/images/build/host/work/sled/zfs/altroot
101382026-09-11T20:28:04.692Z[ host-image] Sep 11 20:28:03.629 INFO O| Sep 11 20:28:03.629 INFO no lofi found
101392026-09-11T20:28:04.692Z[ host-image] Sep 11 20:28:03.630 INFO O| Sep 11 20:28:03.630 INFO file /rpool/images/build/host/work/sled/zfs/lofi.raw does not already exist, skipping removal
101402026-09-11T20:28:04.692Z[ host-image] Sep 11 20:28:03.630 INFO O| Sep 11 20:28:03.630 INFO CREATE IMAGE (1200MB): /rpool/images/build/host/work/sled/zfs/lofi.raw
101412026-09-11T20:28:06.063Z[ host-image] Sep 11 20:28:05.001 INFO O| Sep 11 20:28:05.001 INFO lofi device = /dev/dsk/c2t1d0p0
101422026-09-11T20:28:06.063Z[ host-image] Sep 11 20:28:05.001 INFO O| Sep 11 20:28:05.001 INFO pool device = /dev/dsk/c2t1d0p0
101432026-09-11T20:28:06.067Z[ host-image] Sep 11 20:28:05.001 INFO O| Sep 11 20:28:05.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"]
101442026-09-11T20:28:06.196Z[ host-image] Sep 11 20:28:05.134 INFO O| Sep 11 20:28:05.134 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
101452026-09-11T20:28:06.197Z[ host-image] Sep 11 20:28:05.134 INFO O| Sep 11 20:28:05.134 INFO CREATE DATASET: TEMPORARY-sled-zfs/ROOT
101462026-09-11T20:28:06.219Z[ host-image] Sep 11 20:28:05.157 INFO O| Sep 11 20:28:05.157 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT: canmount = off
101472026-09-11T20:28:06.290Z[ host-image] Sep 11 20:28:05.226 INFO O| Sep 11 20:28:05.226 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT: mountpoint = legacy
101482026-09-11T20:28:06.340Z[ host-image] Sep 11 20:28:05.277 INFO O| Sep 11 20:28:05.277 INFO CREATE DATASET: TEMPORARY-sled-zfs/ROOT/ramdisk
101492026-09-11T20:28:06.373Z[ host-image] Sep 11 20:28:05.311 INFO O| Sep 11 20:28:05.311 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: canmount = noauto
101502026-09-11T20:28:06.387Z[ host-image] Sep 11 20:28:05.325 INFO O| Sep 11 20:28:05.325 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: mountpoint = legacy
101512026-09-11T20:28:06.430Z[ host-image] Sep 11 20:28:05.368 INFO O| Sep 11 20:28:05.368 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a
101522026-09-11T20:28:06.430Z[ host-image] Sep 11 20:28:05.368 INFO O| Sep 11 20:28:05.368 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a
101532026-09-11T20:28:06.433Z[ host-image] Sep 11 20:28:05.368 INFO O| Sep 11 20:28:05.368 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-sled-zfs/ROOT/ramdisk", "/rpool/images/build/host/work/sled/zfs/a"]
101542026-09-11T20:28:06.442Z[ host-image] Sep 11 20:28:05.380 INFO O| Sep 11 20:28:05.380 INFO boot environment UUID: 3fea6d84-5916-484a-a405-fc68a4466795
101552026-09-11T20:28:06.445Z[ host-image] Sep 11 20:28:05.380 INFO O| Sep 11 20:28:05.380 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: org.opensolaris.libbe:uuid = 3fea6d84-5916-484a-a405-fc68a4466795
101562026-09-11T20:28:06.457Z[ host-image] Sep 11 20:28:05.395 INFO O| Sep 11 20:28:05.395 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: org.opensolaris.libbe:policy = static
101572026-09-11T20:28:06.471Z[ host-image] Sep 11 20:28:05.409 INFO O| Sep 11 20:28:05.409 INFO STEP 0 (create_be) COMPLETE
101582026-09-11T20:28:06.471Z[ host-image] Sep 11 20:28:05.409 INFO O| Sep 11 20:28:05.409 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
101592026-09-11T20:28:06.488Z[ host-image] Sep 11 20:28:05.425 INFO O| Sep 11 20:28:05.425 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/host/output/sled-ramdisk.tar", "-C", "/rpool/images/build/host/work/sled/zfs/a"]
101602026-09-11T20:28:06.521Z[verify-libraries] Compiling omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
101612026-09-11T20:28:11.318Z[verify-libraries] Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
101622026-09-11T20:28:11.854Z[verify-libraries] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
101632026-09-11T20:28:16.167Z[verify-libraries] Compiling corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust)
101642026-09-11T20:28:18.249Z[ host-image] Sep 11 20:28:17.187 INFO O| Sep 11 20:28:17.187 INFO STEP 1 (unpack_tar) COMPLETE
101652026-09-11T20:28:18.249Z[ host-image] Sep 11 20:28:17.187 INFO O| Sep 11 20:28:17.187 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
101662026-09-11T20:28:18.263Z[ host-image] Sep 11 20:28:17.199 INFO O| Sep 11 20:28:17.199 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/host/work/sled/zfs/a"]
101672026-09-11T20:28:18.696Z[ host-image] Sep 11 20:28:17.631 INFO O| Sep 11 20:28:17.631 INFO STEP 2 (devfsadm) COMPLETE
101682026-09-11T20:28:18.696Z[ host-image] Sep 11 20:28:17.631 INFO O| Sep 11 20:28:17.631 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
101692026-09-11T20:28:18.714Z[ host-image] Sep 11 20:28:17.644 INFO O| Sep 11 20:28:17.644 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
101702026-09-11T20:28:18.714Z[ host-image] Sep 11 20:28:17.644 INFO O| Sep 11 20:28:17.644 INFO STEP 3 (ensure_dir) COMPLETE
101712026-09-11T20:28:18.723Z[ host-image] Sep 11 20:28:17.644 INFO O| Sep 11 20:28:17.644 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
101722026-09-11T20:28:18.723Z[ host-image] Sep 11 20:28:17.655 INFO O| Sep 11 20:28:17.655 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
101732026-09-11T20:28:18.723Z[ host-image] Sep 11 20:28:17.655 INFO O| Sep 11 20:28:17.655 INFO STEP 4 (ensure_dir) COMPLETE
101742026-09-11T20:28:18.723Z[ host-image] Sep 11 20:28:17.655 INFO O| Sep 11 20:28:17.655 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
101752026-09-11T20:28:18.731Z[ host-image] Sep 11 20:28:17.664 INFO O| Sep 11 20:28:17.664 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
101762026-09-11T20:28:18.731Z[ host-image] Sep 11 20:28:17.664 INFO O| Sep 11 20:28:17.664 INFO STEP 5 (ensure_dir) COMPLETE
101772026-09-11T20:28:18.732Z[ host-image] Sep 11 20:28:17.664 INFO O| Sep 11 20:28:17.664 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
101782026-09-11T20:28:18.745Z[ host-image] Sep 11 20:28:17.673 INFO O| Sep 11 20:28:17.673 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
101792026-09-11T20:28:18.745Z[ host-image] Sep 11 20:28:17.673 INFO O| Sep 11 20:28:17.673 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
101802026-09-11T20:28:18.745Z[ host-image] Sep 11 20:28:17.673 INFO O| Sep 11 20:28:17.673 INFO STEP 6 (ensure_dir) COMPLETE
101812026-09-11T20:28:18.745Z[ host-image] Sep 11 20:28:17.673 INFO O| Sep 11 20:28:17.673 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
101822026-09-11T20:28:18.749Z[ host-image] Sep 11 20:28:17.681 INFO O| Sep 11 20:28:17.681 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/usb
101832026-09-11T20:28:18.749Z[ host-image] Sep 11 20:28:17.681 INFO O| Sep 11 20:28:17.681 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/usb
101842026-09-11T20:28:18.750Z[ host-image] Sep 11 20:28:17.681 INFO O| Sep 11 20:28:17.681 INFO STEP 7 (ensure_dir) COMPLETE
101852026-09-11T20:28:18.750Z[ host-image] Sep 11 20:28:17.681 INFO O| Sep 11 20:28:17.681 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
101862026-09-11T20:28:18.754Z[ host-image] Sep 11 20:28:17.690 INFO O| Sep 11 20:28:17.690 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/cfg"
101872026-09-11T20:28:18.754Z[ host-image] Sep 11 20:28:17.691 INFO O| Sep 11 20:28:17.691 INFO STEP 8 (remove_files) COMPLETE
101882026-09-11T20:28:18.754Z[ host-image] Sep 11 20:28:17.691 INFO O| Sep 11 20:28:17.691 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
101892026-09-11T20:28:18.766Z[ host-image] Sep 11 20:28:17.699 INFO O| Sep 11 20:28:17.699 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/dsk"
101902026-09-11T20:28:18.783Z[ host-image] Sep 11 20:28:17.699 INFO O| Sep 11 20:28:17.699 INFO STEP 9 (remove_files) COMPLETE
101912026-09-11T20:28:18.783Z[ host-image] Sep 11 20:28:17.699 INFO O| Sep 11 20:28:17.699 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
101922026-09-11T20:28:18.784Z[ host-image] Sep 11 20:28:17.707 INFO O| Sep 11 20:28:17.707 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/rdsk"
101932026-09-11T20:28:18.784Z[ host-image] Sep 11 20:28:17.708 INFO O| Sep 11 20:28:17.708 INFO STEP 10 (remove_files) COMPLETE
101942026-09-11T20:28:18.784Z[ host-image] Sep 11 20:28:17.708 INFO O| Sep 11 20:28:17.708 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
101952026-09-11T20:28:18.812Z[ host-image] Sep 11 20:28:17.716 INFO O| Sep 11 20:28:17.716 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/sensors"
101962026-09-11T20:28:18.812Z[ host-image] Sep 11 20:28:17.716 INFO O| Sep 11 20:28:17.716 INFO STEP 11 (remove_files) COMPLETE
101972026-09-11T20:28:18.812Z[ host-image] Sep 11 20:28:17.716 INFO O| Sep 11 20:28:17.716 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
101982026-09-11T20:28:18.812Z[ host-image] Sep 11 20:28:17.723 INFO O| Sep 11 20:28:17.723 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/usb"
101992026-09-11T20:28:18.812Z[ host-image] Sep 11 20:28:17.723 INFO O| Sep 11 20:28:17.723 INFO STEP 12 (remove_files) COMPLETE
102002026-09-11T20:28:18.812Z[ host-image] Sep 11 20:28:17.723 INFO O| Sep 11 20:28:17.723 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
102012026-09-11T20:28:18.817Z[ host-image] Sep 11 20:28:17.731 INFO O| Sep 11 20:28:17.731 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
102022026-09-11T20:28:18.817Z[ host-image] Sep 11 20:28:17.731 INFO O| Sep 11 20:28:17.731 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
102032026-09-11T20:28:18.817Z[ host-image] Sep 11 20:28:17.731 INFO O| Sep 11 20:28:17.731 INFO STEP 13 (ensure_dir) COMPLETE
102042026-09-11T20:28:18.817Z[ host-image] Sep 11 20:28:17.731 INFO O| Sep 11 20:28:17.731 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
102052026-09-11T20:28:18.817Z[ host-image] Sep 11 20:28:17.739 INFO O| Sep 11 20:28:17.739 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
102062026-09-11T20:28:18.817Z[ host-image] Sep 11 20:28:17.739 INFO O| Sep 11 20:28:17.739 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
102072026-09-11T20:28:18.817Z[ host-image] Sep 11 20:28:17.740 INFO O| Sep 11 20:28:17.739 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
102082026-09-11T20:28:18.817Z[ host-image] Sep 11 20:28:17.740 INFO O| Sep 11 20:28:17.739 INFO STEP 14 (ensure_dir) COMPLETE
102092026-09-11T20:28:18.817Z[ host-image] Sep 11 20:28:17.740 INFO O| Sep 11 20:28:17.740 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
102102026-09-11T20:28:18.817Z[ host-image] Sep 11 20:28:17.748 INFO O| Sep 11 20:28:17.748 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
102112026-09-11T20:28:18.817Z[ host-image] Sep 11 20:28:17.748 INFO O| Sep 11 20:28:17.748 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
102122026-09-11T20:28:18.817Z[ host-image] Sep 11 20:28:17.748 INFO O| Sep 11 20:28:17.748 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
102132026-09-11T20:28:18.817Z[ host-image] Sep 11 20:28:17.748 INFO O| Sep 11 20:28:17.748 INFO STEP 15 (ensure_dir) COMPLETE
102142026-09-11T20:28:18.817Z[ host-image] Sep 11 20:28:17.748 INFO O| Sep 11 20:28:17.748 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
102152026-09-11T20:28:18.828Z[ host-image] Sep 11 20:28:17.758 INFO O| Sep 11 20:28:17.758 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
102162026-09-11T20:28:18.828Z[ host-image] Sep 11 20:28:17.758 INFO O| Sep 11 20:28:17.758 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
102172026-09-11T20:28:18.829Z[ host-image] Sep 11 20:28:17.758 INFO O| Sep 11 20:28:17.758 INFO STEP 16 (ensure_dir) COMPLETE
102182026-09-11T20:28:18.829Z[ host-image] Sep 11 20:28:17.758 INFO O| Sep 11 20:28:17.758 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
102192026-09-11T20:28:18.833Z[ host-image] Sep 11 20:28:17.768 INFO O| Sep 11 20:28:17.768 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/usb
102202026-09-11T20:28:18.833Z[ host-image] Sep 11 20:28:17.768 INFO O| Sep 11 20:28:17.768 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/usb
102212026-09-11T20:28:18.833Z[ host-image] Sep 11 20:28:17.768 INFO O| Sep 11 20:28:17.768 INFO STEP 17 (ensure_dir) COMPLETE
102222026-09-11T20:28:18.833Z[ host-image] Sep 11 20:28:17.768 INFO O| Sep 11 20:28:17.768 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
102232026-09-11T20:28:18.858Z[ host-image] Sep 11 20:28:17.779 INFO O| Sep 11 20:28:17.779 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
102242026-09-11T20:28:18.858Z[ host-image] Sep 11 20:28:17.779 INFO O| Sep 11 20:28:17.779 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/msglog
102252026-09-11T20:28:18.858Z[ host-image] Sep 11 20:28:17.779 INFO O| Sep 11 20:28:17.779 INFO ok!
102262026-09-11T20:28:18.858Z[ host-image] Sep 11 20:28:17.779 INFO O| Sep 11 20:28:17.779 INFO STEP 18 (ensure_symlink) COMPLETE
102272026-09-11T20:28:18.858Z[ host-image] Sep 11 20:28:17.779 INFO O| Sep 11 20:28:17.779 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
102282026-09-11T20:28:18.858Z[ host-image] Sep 11 20:28:17.790 INFO O| Sep 11 20:28:17.790 INFO file /rpool/images/build/host/work/sled/zfs/a/reconfigure exists, with correct contents
102292026-09-11T20:28:18.858Z[ host-image] Sep 11 20:28:17.790 INFO O| Sep 11 20:28:17.790 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/reconfigure
102302026-09-11T20:28:18.858Z[ host-image] Sep 11 20:28:17.790 INFO O| Sep 11 20:28:17.790 INFO ok!
102312026-09-11T20:28:18.858Z[ host-image] Sep 11 20:28:17.790 INFO O| Sep 11 20:28:17.790 INFO STEP 19 (ensure_file) COMPLETE
102322026-09-11T20:28:18.858Z[ host-image] Sep 11 20:28:17.790 INFO O| Sep 11 20:28:17.790 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
102332026-09-11T20:28:18.863Z[ host-image] Sep 11 20:28:17.801 INFO O| Sep 11 20:28:17.801 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml does not exist
102342026-09-11T20:28:18.863Z[ host-image] Sep 11 20:28:17.801 INFO O| Sep 11 20:28:17.801 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
102352026-09-11T20:28:18.867Z[ host-image] Sep 11 20:28:17.801 INFO O| Sep 11 20:28:17.801 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml
102362026-09-11T20:28:18.867Z[ host-image] Sep 11 20:28:17.801 INFO O| Sep 11 20:28:17.801 INFO ok!
102372026-09-11T20:28:18.867Z[ host-image] Sep 11 20:28:17.801 INFO O| Sep 11 20:28:17.801 INFO STEP 20 (ensure_symlink) COMPLETE
102382026-09-11T20:28:18.867Z[ host-image] Sep 11 20:28:17.801 INFO O| Sep 11 20:28:17.801 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
102392026-09-11T20:28:18.874Z[ host-image] Sep 11 20:28:17.812 INFO O| Sep 11 20:28:17.812 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml does not exist
102402026-09-11T20:28:18.875Z[ host-image] Sep 11 20:28:17.812 INFO O| Sep 11 20:28:17.812 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
102412026-09-11T20:28:18.880Z[ host-image] Sep 11 20:28:17.812 INFO O| Sep 11 20:28:17.812 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml
102422026-09-11T20:28:18.880Z[ host-image] Sep 11 20:28:17.812 INFO O| Sep 11 20:28:17.812 INFO ok!
102432026-09-11T20:28:18.880Z[ host-image] Sep 11 20:28:17.812 INFO O| Sep 11 20:28:17.812 INFO STEP 21 (ensure_symlink) COMPLETE
102442026-09-11T20:28:18.880Z[ host-image] Sep 11 20:28:17.812 INFO O| Sep 11 20:28:17.812 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
102452026-09-11T20:28:18.888Z[ host-image] Sep 11 20:28:17.822 INFO O| Sep 11 20:28:17.822 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml does not exist
102462026-09-11T20:28:18.888Z[ host-image] Sep 11 20:28:17.822 INFO O| Sep 11 20:28:17.822 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
102472026-09-11T20:28:18.888Z[ host-image] Sep 11 20:28:17.822 INFO O| Sep 11 20:28:17.822 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml
102482026-09-11T20:28:18.888Z[ host-image] Sep 11 20:28:17.822 INFO O| Sep 11 20:28:17.822 INFO ok!
102492026-09-11T20:28:18.888Z[ host-image] Sep 11 20:28:17.822 INFO O| Sep 11 20:28:17.822 INFO STEP 22 (ensure_symlink) COMPLETE
102502026-09-11T20:28:18.889Z[ host-image] Sep 11 20:28:17.822 INFO O| Sep 11 20:28:17.822 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
102512026-09-11T20:28:18.901Z[ host-image] Sep 11 20:28:17.833 INFO O| Sep 11 20:28:17.832 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml does not exist
102522026-09-11T20:28:18.901Z[ host-image] Sep 11 20:28:17.833 INFO O| Sep 11 20:28:17.833 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
102532026-09-11T20:28:18.901Z[ host-image] Sep 11 20:28:17.833 INFO O| Sep 11 20:28:17.833 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml
102542026-09-11T20:28:18.901Z[ host-image] Sep 11 20:28:17.833 INFO O| Sep 11 20:28:17.833 INFO ok!
102552026-09-11T20:28:18.901Z[ host-image] Sep 11 20:28:17.833 INFO O| Sep 11 20:28:17.833 INFO STEP 23 (ensure_symlink) COMPLETE
102562026-09-11T20:28:18.901Z[ host-image] Sep 11 20:28:17.833 INFO O| Sep 11 20:28:17.833 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
102572026-09-11T20:28:18.909Z[ host-image] Sep 11 20:28:17.843 INFO O| Sep 11 20:28:17.843 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf exists, with wrong contents, unlinking
102582026-09-11T20:28:18.909Z[ host-image] Sep 11 20:28:17.843 INFO O| Sep 11 20:28:17.843 INFO copying /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.dns -> /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf ...
102592026-09-11T20:28:18.909Z[ host-image] Sep 11 20:28:17.843 INFO O| Sep 11 20:28:17.843 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf
102602026-09-11T20:28:18.909Z[ host-image] Sep 11 20:28:17.843 INFO O| Sep 11 20:28:17.843 INFO ok!
102612026-09-11T20:28:18.909Z[ host-image] Sep 11 20:28:17.843 INFO O| Sep 11 20:28:17.843 INFO STEP 24 (ensure_file) COMPLETE
102622026-09-11T20:28:18.909Z[ host-image] Sep 11 20:28:17.843 INFO O| Sep 11 20:28:17.843 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
102632026-09-11T20:28:18.919Z[ host-image] Sep 11 20:28:17.853 INFO O| Sep 11 20:28:17.853 INFO updating shadow file
102642026-09-11T20:28:18.919Z[ host-image] Sep 11 20:28:17.853 INFO O| Sep 11 20:28:17.853 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
102652026-09-11T20:28:18.919Z[ host-image] Sep 11 20:28:17.853 INFO O| Sep 11 20:28:17.853 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
102662026-09-11T20:28:18.924Z[ host-image] Sep 11 20:28:17.853 INFO O| Sep 11 20:28:17.853 INFO STEP 25 (shadow) COMPLETE
102672026-09-11T20:28:18.924Z[ host-image] Sep 11 20:28:17.853 INFO O| Sep 11 20:28:17.853 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
102682026-09-11T20:28:18.927Z[ host-image] Sep 11 20:28:17.863 INFO O| Sep 11 20:28:17.863 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts exists, with wrong contents, unlinking
102692026-09-11T20:28:18.927Z[ host-image] Sep 11 20:28:17.863 INFO O| Sep 11 20:28:17.863 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts ...
102702026-09-11T20:28:18.927Z[ host-image] Sep 11 20:28:17.863 INFO O| Sep 11 20:28:17.863 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts
102712026-09-11T20:28:18.927Z[ host-image] Sep 11 20:28:17.863 INFO O| Sep 11 20:28:17.863 INFO ok!
102722026-09-11T20:28:18.927Z[ host-image] Sep 11 20:28:17.863 INFO O| Sep 11 20:28:17.863 INFO STEP 26 (ensure_file) COMPLETE
102732026-09-11T20:28:18.927Z[ host-image] Sep 11 20:28:17.863 INFO O| Sep 11 20:28:17.863 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
102742026-09-11T20:28:18.934Z[ host-image] Sep 11 20:28:17.872 INFO O| Sep 11 20:28:17.872 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/nodename does not exist
102752026-09-11T20:28:18.934Z[ host-image] Sep 11 20:28:17.872 INFO O| Sep 11 20:28:17.872 INFO writing /rpool/images/build/host/work/sled/zfs/a/etc/nodename ...
102762026-09-11T20:28:18.937Z[ host-image] Sep 11 20:28:17.872 INFO O| Sep 11 20:28:17.872 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/nodename
102772026-09-11T20:28:18.938Z[ host-image] Sep 11 20:28:17.872 INFO O| Sep 11 20:28:17.872 INFO ok!
102782026-09-11T20:28:18.938Z[ host-image] Sep 11 20:28:17.872 INFO O| Sep 11 20:28:17.872 INFO STEP 27 (ensure_file) COMPLETE
102792026-09-11T20:28:18.938Z[ host-image] Sep 11 20:28:17.872 INFO O| Sep 11 20:28:17.872 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
102802026-09-11T20:28:18.948Z[ host-image] Sep 11 20:28:17.886 INFO O| Sep 11 20:28:17.886 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent exists, with wrong contents, unlinking
102812026-09-11T20:28:18.948Z[ host-image] Sep 11 20:28:17.886 INFO O| Sep 11 20:28:17.886 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent ...
102822026-09-11T20:28:18.948Z[ host-image] Sep 11 20:28:17.886 INFO O| Sep 11 20:28:17.886 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent
102832026-09-11T20:28:18.952Z[ host-image] Sep 11 20:28:17.886 INFO O| Sep 11 20:28:17.886 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent
102842026-09-11T20:28:18.952Z[ host-image] Sep 11 20:28:17.886 INFO O| Sep 11 20:28:17.886 INFO ok!
102852026-09-11T20:28:18.952Z[ host-image] Sep 11 20:28:17.886 INFO O| Sep 11 20:28:17.886 INFO STEP 28 (ensure_file) COMPLETE
102862026-09-11T20:28:18.952Z[ host-image] Sep 11 20:28:17.886 INFO O| Sep 11 20:28:17.886 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
102872026-09-11T20:28:18.958Z[ host-image] Sep 11 20:28:17.896 INFO O| Sep 11 20:28:17.896 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf does not exist
102882026-09-11T20:28:18.958Z[ host-image] Sep 11 20:28:17.896 INFO O| Sep 11 20:28:17.896 INFO writing /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf ...
102892026-09-11T20:28:18.959Z[ host-image] Sep 11 20:28:17.896 INFO O| Sep 11 20:28:17.896 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf
102902026-09-11T20:28:18.963Z[ host-image] Sep 11 20:28:17.896 INFO O| Sep 11 20:28:17.896 INFO ok!
102912026-09-11T20:28:18.963Z[ host-image] Sep 11 20:28:17.896 INFO O| Sep 11 20:28:17.896 INFO STEP 29 (ensure_file) COMPLETE
102922026-09-11T20:28:18.963Z[ host-image] Sep 11 20:28:17.896 INFO O| Sep 11 20:28:17.896 INFO STEP 30: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
102932026-09-11T20:28:18.972Z[ host-image] Sep 11 20:28:17.906 INFO O| Sep 11 20:28:17.906 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
102942026-09-11T20:28:18.972Z[ host-image] Sep 11 20:28:17.906 INFO O| Sep 11 20:28:17.906 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
102952026-09-11T20:28:18.972Z[ host-image] Sep 11 20:28:17.906 INFO O| Sep 11 20:28:17.906 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
102962026-09-11T20:28:18.972Z[ host-image] Sep 11 20:28:17.906 INFO O| Sep 11 20:28:17.906 INFO STEP 30 (ensure_dir) COMPLETE
102972026-09-11T20:28:18.972Z[ host-image] Sep 11 20:28:17.906 INFO O| Sep 11 20:28:17.906 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
102982026-09-11T20:28:18.983Z[ host-image] Sep 11 20:28:17.919 INFO O| Sep 11 20:28:17.919 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup does not exist
102992026-09-11T20:28:18.984Z[ host-image] Sep 11 20:28:17.919 INFO O| Sep 11 20:28:17.919 INFO copying /work/oxidecomputer/helios/image/templates/files/net-setup.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup ...
103002026-09-11T20:28:18.984Z[ host-image] Sep 11 20:28:17.919 INFO O| Sep 11 20:28:17.919 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup
103012026-09-11T20:28:18.984Z[ host-image] Sep 11 20:28:17.919 INFO O| Sep 11 20:28:17.919 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup
103022026-09-11T20:28:18.984Z[ host-image] Sep 11 20:28:17.919 INFO O| Sep 11 20:28:17.919 INFO ok!
103032026-09-11T20:28:18.987Z[ host-image] Sep 11 20:28:17.919 INFO O| Sep 11 20:28:17.919 INFO STEP 31 (ensure_file) COMPLETE
103042026-09-11T20:28:18.987Z[ host-image] Sep 11 20:28:17.919 INFO O| Sep 11 20:28:17.919 INFO STEP 32: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
103052026-09-11T20:28:18.993Z[ host-image] Sep 11 20:28:17.931 INFO O| Sep 11 20:28:17.931 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
103062026-09-11T20:28:18.996Z[ host-image] Sep 11 20:28:17.931 INFO O| Sep 11 20:28:17.931 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
103072026-09-11T20:28:18.996Z[ host-image] Sep 11 20:28:17.931 INFO O| Sep 11 20:28:17.931 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
103082026-09-11T20:28:18.996Z[ host-image] Sep 11 20:28:17.931 INFO O| Sep 11 20:28:17.931 INFO STEP 32 (ensure_dir) COMPLETE
103092026-09-11T20:28:18.997Z[ host-image] Sep 11 20:28:17.931 INFO O| Sep 11 20:28:17.931 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
103102026-09-11T20:28:19.006Z[ host-image] Sep 11 20:28:17.943 INFO O| Sep 11 20:28:17.943 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide/net-setup.xml does not exist
103112026-09-11T20:28:19.006Z[ host-image] Sep 11 20:28:17.943 INFO O| Sep 11 20:28:17.943 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 ...
103122026-09-11T20:28:19.010Z[ host-image] Sep 11 20:28:17.943 INFO O| Sep 11 20:28:17.943 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
103132026-09-11T20:28:19.010Z[ host-image] Sep 11 20:28:17.943 INFO O| Sep 11 20:28:17.943 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide/net-setup.xml
103142026-09-11T20:28:19.010Z[ host-image] Sep 11 20:28:17.943 INFO O| Sep 11 20:28:17.943 INFO ok!
103152026-09-11T20:28:19.010Z[ host-image] Sep 11 20:28:17.943 INFO O| Sep 11 20:28:17.943 INFO STEP 33 (ensure_file) COMPLETE
103162026-09-11T20:28:19.010Z[ host-image] Sep 11 20:28:17.943 INFO O| Sep 11 20:28:17.943 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
103172026-09-11T20:28:19.017Z[ host-image] Sep 11 20:28:17.954 INFO O| Sep 11 20:28:17.954 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/auto_master does not exist
103182026-09-11T20:28:19.017Z[ host-image] Sep 11 20:28:17.954 INFO O| Sep 11 20:28:17.954 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/host/work/sled/zfs/a/etc/auto_master ...
103192026-09-11T20:28:19.017Z[ host-image] Sep 11 20:28:17.954 INFO O| Sep 11 20:28:17.954 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/auto_master
103202026-09-11T20:28:19.023Z[ host-image] Sep 11 20:28:17.954 INFO O| Sep 11 20:28:17.954 INFO ok!
103212026-09-11T20:28:19.023Z[ host-image] Sep 11 20:28:17.954 INFO O| Sep 11 20:28:17.954 INFO STEP 34 (ensure_file) COMPLETE
103222026-09-11T20:28:19.023Z[ host-image] Sep 11 20:28:17.954 INFO O| Sep 11 20:28:17.954 INFO STEP 35: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
103232026-09-11T20:28:19.030Z[ host-image] Sep 11 20:28:17.966 INFO O| Sep 11 20:28:17.966 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs exists, with wrong contents, unlinking
103242026-09-11T20:28:19.030Z[ host-image] Sep 11 20:28:17.966 INFO O| Sep 11 20:28:17.966 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs ...
103252026-09-11T20:28:19.030Z[ host-image] Sep 11 20:28:17.966 INFO O| Sep 11 20:28:17.966 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs
103262026-09-11T20:28:19.034Z[ host-image] Sep 11 20:28:17.966 INFO O| Sep 11 20:28:17.966 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs
103272026-09-11T20:28:19.034Z[ host-image] Sep 11 20:28:17.966 INFO O| Sep 11 20:28:17.966 INFO ok!
103282026-09-11T20:28:19.034Z[ host-image] Sep 11 20:28:17.966 INFO O| Sep 11 20:28:17.966 INFO STEP 35 (ensure_file) COMPLETE
103292026-09-11T20:28:19.034Z[ host-image] Sep 11 20:28:17.966 INFO O| Sep 11 20:28:17.966 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
103302026-09-11T20:28:19.041Z[ host-image] Sep 11 20:28:17.978 INFO O| Sep 11 20:28:17.978 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/init exists, with wrong contents, unlinking
103312026-09-11T20:28:19.041Z[ host-image] Sep 11 20:28:17.978 INFO O| Sep 11 20:28:17.978 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/host/work/sled/zfs/a/etc/default/init ...
103322026-09-11T20:28:19.046Z[ host-image] Sep 11 20:28:17.978 INFO O| Sep 11 20:28:17.978 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/init
103332026-09-11T20:28:19.046Z[ host-image] Sep 11 20:28:17.978 INFO O| Sep 11 20:28:17.978 INFO ok!
103342026-09-11T20:28:19.046Z[ host-image] Sep 11 20:28:17.978 INFO O| Sep 11 20:28:17.978 INFO STEP 36 (ensure_file) COMPLETE
103352026-09-11T20:28:19.046Z[ host-image] Sep 11 20:28:17.978 INFO O| Sep 11 20:28:17.978 INFO STEP 37: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
103362026-09-11T20:28:19.052Z[ host-image] Sep 11 20:28:17.990 INFO O| Sep 11 20:28:17.990 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
103372026-09-11T20:28:19.052Z[ host-image] Sep 11 20:28:17.990 INFO O| Sep 11 20:28:17.990 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config ...
103382026-09-11T20:28:19.052Z[ host-image] Sep 11 20:28:17.990 INFO O| Sep 11 20:28:17.990 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config
103392026-09-11T20:28:19.055Z[ host-image] Sep 11 20:28:17.990 INFO O| Sep 11 20:28:17.990 INFO ok!
103402026-09-11T20:28:19.055Z[ host-image] Sep 11 20:28:17.990 INFO O| Sep 11 20:28:17.990 INFO STEP 37 (ensure_file) COMPLETE
103412026-09-11T20:28:19.055Z[ host-image] Sep 11 20:28:17.990 INFO O| Sep 11 20:28:17.990 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
103422026-09-11T20:28:19.064Z[ host-image] Sep 11 20:28:18.001 INFO O| Sep 11 20:28:18.001 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams does not exist
103432026-09-11T20:28:19.064Z[ host-image] Sep 11 20:28:18.001 INFO O| Sep 11 20:28:18.001 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams ...
103442026-09-11T20:28:19.068Z[ host-image] Sep 11 20:28:18.001 INFO O| Sep 11 20:28:18.001 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
103452026-09-11T20:28:19.068Z[ host-image] Sep 11 20:28:18.001 INFO O| Sep 11 20:28:18.001 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
103462026-09-11T20:28:19.068Z[ host-image] Sep 11 20:28:18.001 INFO O| Sep 11 20:28:18.001 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
103472026-09-11T20:28:19.068Z[ host-image] Sep 11 20:28:18.001 INFO O| Sep 11 20:28:18.001 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
103482026-09-11T20:28:19.068Z[ host-image] Sep 11 20:28:18.001 INFO O| Sep 11 20:28:18.001 INFO ok!
103492026-09-11T20:28:19.068Z[ host-image] Sep 11 20:28:18.001 INFO O| Sep 11 20:28:18.001 INFO STEP 38 (ensure_file) COMPLETE
103502026-09-11T20:28:19.068Z[ host-image] Sep 11 20:28:18.001 INFO O| Sep 11 20:28:18.001 INFO STEP 39: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
103512026-09-11T20:28:19.121Z[ host-image] Sep 11 20:28:18.013 INFO O| Sep 11 20:28:18.013 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
103522026-09-11T20:28:19.121Z[ host-image] Sep 11 20:28:18.013 INFO O| Sep 11 20:28:18.013 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
103532026-09-11T20:28:19.121Z[ host-image] Sep 11 20:28:18.013 INFO O| Sep 11 20:28:18.013 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
103542026-09-11T20:28:19.121Z[ host-image] Sep 11 20:28:18.013 INFO O| Sep 11 20:28:18.013 INFO STEP 39 (ensure_dir) COMPLETE
103552026-09-11T20:28:19.121Z[ host-image] Sep 11 20:28:18.013 INFO O| Sep 11 20:28:18.013 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
103562026-09-11T20:28:19.121Z[ host-image] Sep 11 20:28:18.026 INFO O| Sep 11 20:28:18.026 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
103572026-09-11T20:28:19.121Z[ host-image] Sep 11 20:28:18.026 INFO O| Sep 11 20:28:18.026 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 ...
103582026-09-11T20:28:19.121Z[ host-image] Sep 11 20:28:18.026 INFO O| Sep 11 20:28:18.026 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
103592026-09-11T20:28:19.121Z[ host-image] Sep 11 20:28:18.026 INFO O| Sep 11 20:28:18.026 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
103602026-09-11T20:28:19.121Z[ host-image] Sep 11 20:28:18.026 INFO O| Sep 11 20:28:18.026 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
103612026-09-11T20:28:19.121Z[ host-image] Sep 11 20:28:18.026 INFO O| Sep 11 20:28:18.026 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
103622026-09-11T20:28:19.121Z[ host-image] Sep 11 20:28:18.026 INFO O| Sep 11 20:28:18.026 INFO ok!
103632026-09-11T20:28:19.121Z[ host-image] Sep 11 20:28:18.026 INFO O| Sep 11 20:28:18.026 INFO STEP 40 (ensure_file) COMPLETE
103642026-09-11T20:28:19.121Z[ host-image] Sep 11 20:28:18.026 INFO O| Sep 11 20:28:18.026 INFO STEP 41: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
103652026-09-11T20:28:19.121Z[ host-image] Sep 11 20:28:18.037 INFO O| Sep 11 20:28:18.037 INFO link /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
103662026-09-11T20:28:19.121Z[ host-image] Sep 11 20:28:18.037 INFO O| Sep 11 20:28:18.037 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 ...
103672026-09-11T20:28:19.121Z[ host-image] Sep 11 20:28:18.037 INFO O| Sep 11 20:28:18.037 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin
103682026-09-11T20:28:19.121Z[ host-image] Sep 11 20:28:18.037 INFO O| Sep 11 20:28:18.037 INFO ok!
103692026-09-11T20:28:19.121Z[ host-image] Sep 11 20:28:18.037 INFO O| Sep 11 20:28:18.037 INFO STEP 41 (ensure_symlink) COMPLETE
103702026-09-11T20:28:19.121Z[ host-image] Sep 11 20:28:18.037 INFO O| Sep 11 20:28:18.037 INFO STEP 42: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
103712026-09-11T20:28:19.121Z[ host-image] Sep 11 20:28:18.053 INFO O| Sep 11 20:28:18.049 INFO link /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo does not exist
103722026-09-11T20:28:19.121Z[ host-image] Sep 11 20:28:18.053 INFO O| Sep 11 20:28:18.049 INFO linking /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo -> Oxide,Gimlet ...
103732026-09-11T20:28:19.121Z[ host-image] Sep 11 20:28:18.053 INFO O| Sep 11 20:28:18.049 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo
103742026-09-11T20:28:19.121Z[ host-image] Sep 11 20:28:18.053 INFO O| Sep 11 20:28:18.049 INFO ok!
103752026-09-11T20:28:19.121Z[ host-image] Sep 11 20:28:18.053 INFO O| Sep 11 20:28:18.049 INFO STEP 42 (ensure_symlink) COMPLETE
103762026-09-11T20:28:19.121Z[ host-image] Sep 11 20:28:18.053 INFO O| Sep 11 20:28:18.049 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
103772026-09-11T20:28:19.125Z[ host-image] Sep 11 20:28:18.062 INFO O| Sep 11 20:28:18.062 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot does not exist
103782026-09-11T20:28:19.125Z[ host-image] Sep 11 20:28:18.062 INFO O| Sep 11 20:28:18.062 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-postboot.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot ...
103792026-09-11T20:28:19.125Z[ host-image] Sep 11 20:28:18.062 INFO O| Sep 11 20:28:18.062 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
103802026-09-11T20:28:19.125Z[ host-image] Sep 11 20:28:18.062 INFO O| Sep 11 20:28:18.062 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
103812026-09-11T20:28:19.125Z[ host-image] Sep 11 20:28:18.062 INFO O| Sep 11 20:28:18.062 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
103822026-09-11T20:28:19.125Z[ host-image] Sep 11 20:28:18.062 INFO O| Sep 11 20:28:18.062 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
103832026-09-11T20:28:19.125Z[ host-image] Sep 11 20:28:18.062 INFO O| Sep 11 20:28:18.062 INFO ok!
103842026-09-11T20:28:19.125Z[ host-image] Sep 11 20:28:18.062 INFO O| Sep 11 20:28:18.062 INFO STEP 43 (ensure_file) COMPLETE
103852026-09-11T20:28:19.125Z[ host-image] Sep 11 20:28:18.062 INFO O| Sep 11 20:28:18.062 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
103862026-09-11T20:28:19.134Z[ host-image] Sep 11 20:28:18.073 INFO O| Sep 11 20:28:18.072 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/postboot.xml does not exist
103872026-09-11T20:28:19.134Z[ host-image] Sep 11 20:28:18.073 INFO O| Sep 11 20:28:18.073 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 ...
103882026-09-11T20:28:19.134Z[ host-image] Sep 11 20:28:18.073 INFO O| Sep 11 20:28:18.073 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
103892026-09-11T20:28:19.138Z[ host-image] Sep 11 20:28:18.073 INFO O| Sep 11 20:28:18.073 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/postboot.xml
103902026-09-11T20:28:19.138Z[ host-image] Sep 11 20:28:18.073 INFO O| Sep 11 20:28:18.073 INFO ok!
103912026-09-11T20:28:19.138Z[ host-image] Sep 11 20:28:18.073 INFO O| Sep 11 20:28:18.073 INFO STEP 44 (ensure_file) COMPLETE
103922026-09-11T20:28:19.138Z[ host-image] Sep 11 20:28:18.073 INFO O| Sep 11 20:28:18.073 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
103932026-09-11T20:28:19.144Z[ host-image] Sep 11 20:28:18.082 INFO O| Sep 11 20:28:18.082 INFO file /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml does not exist
103942026-09-11T20:28:19.144Z[ host-image] Sep 11 20:28:18.082 INFO O| Sep 11 20:28:18.082 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml ...
103952026-09-11T20:28:19.144Z[ host-image] Sep 11 20:28:18.082 INFO O| Sep 11 20:28:18.082 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml
103962026-09-11T20:28:19.147Z[ host-image] Sep 11 20:28:18.082 INFO O| Sep 11 20:28:18.082 INFO ok!
103972026-09-11T20:28:19.147Z[ host-image] Sep 11 20:28:18.082 INFO O| Sep 11 20:28:18.082 INFO STEP 45 (ensure_file) COMPLETE
103982026-09-11T20:28:19.147Z[ host-image] Sep 11 20:28:18.082 INFO O| Sep 11 20:28:18.082 INFO STEP 46: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
103992026-09-11T20:28:19.154Z[ host-image] Sep 11 20:28:18.092 INFO O| Sep 11 20:28:18.092 INFO updating shadow file
104002026-09-11T20:28:19.154Z[ host-image] Sep 11 20:28:18.092 INFO O| Sep 11 20:28:18.092 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
104012026-09-11T20:28:19.154Z[ host-image] Sep 11 20:28:18.092 INFO O| Sep 11 20:28:18.092 INFO STEP 46 (shadow) COMPLETE
104022026-09-11T20:28:19.157Z[ host-image] Sep 11 20:28:18.092 INFO O| Sep 11 20:28:18.092 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
104032026-09-11T20:28:19.164Z[ host-image] Sep 11 20:28:18.102 INFO O| Sep 11 20:28:18.102 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/login exists, with wrong contents, unlinking
104042026-09-11T20:28:19.164Z[ host-image] Sep 11 20:28:18.102 INFO O| Sep 11 20:28:18.102 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/host/work/sled/zfs/a/etc/default/login ...
104052026-09-11T20:28:19.164Z[ host-image] Sep 11 20:28:18.102 INFO O| Sep 11 20:28:18.102 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/login
104062026-09-11T20:28:19.164Z[ host-image] Sep 11 20:28:18.102 INFO O| Sep 11 20:28:18.102 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/default/login
104072026-09-11T20:28:19.167Z[ host-image] Sep 11 20:28:18.102 INFO O| Sep 11 20:28:18.102 INFO ok!
104082026-09-11T20:28:19.167Z[ host-image] Sep 11 20:28:18.102 INFO O| Sep 11 20:28:18.102 INFO STEP 47 (ensure_file) COMPLETE
104092026-09-11T20:28:19.167Z[ host-image] Sep 11 20:28:18.102 INFO O| Sep 11 20:28:18.102 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
104102026-09-11T20:28:19.167Z[ host-image] Sep 11 20:28:18.102 INFO O| Sep 11 20:28:18.102 INFO skip step because feature "mfg" is not enabled
104112026-09-11T20:28:19.167Z[ host-image] Sep 11 20:28:18.102 INFO O| Sep 11 20:28:18.102 INFO STEP 49: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
104122026-09-11T20:28:19.167Z[ host-image] Sep 11 20:28:18.102 INFO O| Sep 11 20:28:18.102 INFO skip step because feature "mfg" is not enabled
104132026-09-11T20:28:19.167Z[ host-image] Sep 11 20:28:18.102 INFO O| Sep 11 20:28:18.102 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
104142026-09-11T20:28:19.174Z[ host-image] Sep 11 20:28:18.112 INFO O| Sep 11 20:28:18.112 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot does not exist
104152026-09-11T20:28:19.174Z[ host-image] Sep 11 20:28:18.112 INFO O| Sep 11 20:28:18.112 INFO copying /work/oxidecomputer/helios/projects/pilot/target/release/pilot -> /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot ...
104162026-09-11T20:28:19.198Z[ host-image] Sep 11 20:28:18.136 INFO O| Sep 11 20:28:18.136 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot
104172026-09-11T20:28:19.199Z[ host-image] Sep 11 20:28:18.136 INFO O| Sep 11 20:28:18.136 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot
104182026-09-11T20:28:19.199Z[ host-image] Sep 11 20:28:18.136 INFO O| Sep 11 20:28:18.136 INFO ok!
104192026-09-11T20:28:19.202Z[ host-image] Sep 11 20:28:18.136 INFO O| Sep 11 20:28:18.136 INFO STEP 50 (ensure_file) COMPLETE
104202026-09-11T20:28:19.202Z[ host-image] Sep 11 20:28:18.136 INFO O| Sep 11 20:28:18.136 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
104212026-09-11T20:28:19.202Z[ host-image] Sep 11 20:28:18.137 INFO O| Sep 11 20:28:18.136 INFO skip step because feature "compliance" is not enabled
104222026-09-11T20:28:19.202Z[ host-image] Sep 11 20:28:18.137 INFO O| Sep 11 20:28:18.136 INFO STEP 52: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
104232026-09-11T20:28:19.211Z[ host-image] Sep 11 20:28:18.148 INFO O| Sep 11 20:28:18.148 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname does not exist
104242026-09-11T20:28:19.211Z[ host-image] Sep 11 20:28:18.148 INFO O| Sep 11 20:28:18.148 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname ...
104252026-09-11T20:28:19.211Z[ host-image] Sep 11 20:28:18.149 INFO O| Sep 11 20:28:18.148 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
104262026-09-11T20:28:19.211Z[ host-image] Sep 11 20:28:18.149 INFO O| Sep 11 20:28:18.149 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
104272026-09-11T20:28:19.214Z[ host-image] Sep 11 20:28:18.149 INFO O| Sep 11 20:28:18.149 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
104282026-09-11T20:28:19.214Z[ host-image] Sep 11 20:28:18.149 INFO O| Sep 11 20:28:18.149 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
104292026-09-11T20:28:19.214Z[ host-image] Sep 11 20:28:18.149 INFO O| Sep 11 20:28:18.149 INFO ok!
104302026-09-11T20:28:19.214Z[ host-image] Sep 11 20:28:18.149 INFO O| Sep 11 20:28:18.149 INFO STEP 52 (ensure_file) COMPLETE
104312026-09-11T20:28:19.214Z[ host-image] Sep 11 20:28:18.149 INFO O| Sep 11 20:28:18.149 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
104322026-09-11T20:28:19.224Z[ host-image] Sep 11 20:28:18.160 INFO O| Sep 11 20:28:18.160 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-hostname.xml does not exist
104332026-09-11T20:28:19.225Z[ host-image] Sep 11 20:28:18.160 INFO O| Sep 11 20:28:18.160 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 ...
104342026-09-11T20:28:19.225Z[ host-image] Sep 11 20:28:18.160 INFO O| Sep 11 20:28:18.160 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
104352026-09-11T20:28:19.225Z[ host-image] Sep 11 20:28:18.160 INFO O| Sep 11 20:28:18.160 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-hostname.xml
104362026-09-11T20:28:19.225Z[ host-image] Sep 11 20:28:18.160 INFO O| Sep 11 20:28:18.160 INFO ok!
104372026-09-11T20:28:19.225Z[ host-image] Sep 11 20:28:18.160 INFO O| Sep 11 20:28:18.160 INFO STEP 53 (ensure_file) COMPLETE
104382026-09-11T20:28:19.225Z[ host-image] Sep 11 20:28:18.160 INFO O| Sep 11 20:28:18.160 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
104392026-09-11T20:28:19.233Z[ host-image] Sep 11 20:28:18.171 INFO O| Sep 11 20:28:18.171 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen does not exist
104402026-09-11T20:28:19.233Z[ host-image] Sep 11 20:28:18.171 INFO O| Sep 11 20:28:18.171 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 ...
104412026-09-11T20:28:19.233Z[ host-image] Sep 11 20:28:18.171 INFO O| Sep 11 20:28:18.171 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen
104422026-09-11T20:28:19.236Z[ host-image] Sep 11 20:28:18.171 INFO O| Sep 11 20:28:18.171 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen
104432026-09-11T20:28:19.236Z[ host-image] Sep 11 20:28:18.171 INFO O| Sep 11 20:28:18.171 INFO ok!
104442026-09-11T20:28:19.236Z[ host-image] Sep 11 20:28:18.171 INFO O| Sep 11 20:28:18.171 INFO STEP 54 (ensure_file) COMPLETE
104452026-09-11T20:28:19.236Z[ host-image] Sep 11 20:28:18.171 INFO O| Sep 11 20:28:18.171 INFO STEP 55: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
104462026-09-11T20:28:19.243Z[ host-image] Sep 11 20:28:18.181 INFO O| Sep 11 20:28:18.181 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-cpu-loadgen.xml does not exist
104472026-09-11T20:28:19.243Z[ host-image] Sep 11 20:28:18.181 INFO O| Sep 11 20:28:18.181 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 ...
104482026-09-11T20:28:19.243Z[ host-image] Sep 11 20:28:18.181 INFO O| Sep 11 20:28:18.181 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
104492026-09-11T20:28:19.246Z[ host-image] Sep 11 20:28:18.181 INFO O| Sep 11 20:28:18.181 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-cpu-loadgen.xml
104502026-09-11T20:28:19.246Z[ host-image] Sep 11 20:28:18.181 INFO O| Sep 11 20:28:18.181 INFO ok!
104512026-09-11T20:28:19.246Z[ host-image] Sep 11 20:28:18.181 INFO O| Sep 11 20:28:18.181 INFO STEP 55 (ensure_file) COMPLETE
104522026-09-11T20:28:19.246Z[ host-image] Sep 11 20:28:18.181 INFO O| Sep 11 20:28:18.181 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
104532026-09-11T20:28:19.258Z[ host-image] Sep 11 20:28:18.192 INFO O| Sep 11 20:28:18.192 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen does not exist
104542026-09-11T20:28:19.258Z[ host-image] Sep 11 20:28:18.192 INFO O| Sep 11 20:28:18.192 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 ...
104552026-09-11T20:28:19.258Z[ host-image] Sep 11 20:28:18.192 INFO O| Sep 11 20:28:18.192 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen
104562026-09-11T20:28:19.261Z[ host-image] Sep 11 20:28:18.192 INFO O| Sep 11 20:28:18.192 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen
104572026-09-11T20:28:19.261Z[ host-image] Sep 11 20:28:18.192 INFO O| Sep 11 20:28:18.192 INFO ok!
104582026-09-11T20:28:19.261Z[ host-image] Sep 11 20:28:18.192 INFO O| Sep 11 20:28:18.192 INFO STEP 56 (ensure_file) COMPLETE
104592026-09-11T20:28:19.261Z[ host-image] Sep 11 20:28:18.192 INFO O| Sep 11 20:28:18.192 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
104602026-09-11T20:28:19.273Z[ host-image] Sep 11 20:28:18.202 INFO O| Sep 11 20:28:18.202 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-mem-loadgen.xml does not exist
104612026-09-11T20:28:19.273Z[ host-image] Sep 11 20:28:18.202 INFO O| Sep 11 20:28:18.202 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 ...
104622026-09-11T20:28:19.273Z[ host-image] Sep 11 20:28:18.202 INFO O| Sep 11 20:28:18.202 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
104632026-09-11T20:28:19.273Z[ host-image] Sep 11 20:28:18.202 INFO O| Sep 11 20:28:18.202 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-mem-loadgen.xml
104642026-09-11T20:28:19.273Z[ host-image] Sep 11 20:28:18.202 INFO O| Sep 11 20:28:18.202 INFO ok!
104652026-09-11T20:28:19.273Z[ host-image] Sep 11 20:28:18.202 INFO O| Sep 11 20:28:18.202 INFO STEP 57 (ensure_file) COMPLETE
104662026-09-11T20:28:19.273Z[ host-image] Sep 11 20:28:18.202 INFO O| Sep 11 20:28:18.202 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
104672026-09-11T20:28:19.276Z[ host-image] Sep 11 20:28:18.214 INFO O| Sep 11 20:28:18.214 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen does not exist
104682026-09-11T20:28:19.276Z[ host-image] Sep 11 20:28:18.214 INFO O| Sep 11 20:28:18.214 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 ...
104692026-09-11T20:28:19.276Z[ host-image] Sep 11 20:28:18.214 INFO O| Sep 11 20:28:18.214 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
104702026-09-11T20:28:19.276Z[ host-image] Sep 11 20:28:18.214 INFO O| Sep 11 20:28:18.214 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
104712026-09-11T20:28:19.285Z[ host-image] Sep 11 20:28:18.214 INFO O| Sep 11 20:28:18.214 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
104722026-09-11T20:28:19.285Z[ host-image] Sep 11 20:28:18.214 INFO O| Sep 11 20:28:18.214 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
104732026-09-11T20:28:19.285Z[ host-image] Sep 11 20:28:18.214 INFO O| Sep 11 20:28:18.214 INFO ok!
104742026-09-11T20:28:19.286Z[ host-image] Sep 11 20:28:18.214 INFO O| Sep 11 20:28:18.214 INFO STEP 58 (ensure_file) COMPLETE
104752026-09-11T20:28:19.286Z[ host-image] Sep 11 20:28:18.214 INFO O| Sep 11 20:28:18.214 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
104762026-09-11T20:28:19.292Z[ host-image] Sep 11 20:28:18.226 INFO O| Sep 11 20:28:18.226 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-nvme-loadgen.xml does not exist
104772026-09-11T20:28:19.292Z[ host-image] Sep 11 20:28:18.226 INFO O| Sep 11 20:28:18.226 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 ...
104782026-09-11T20:28:19.292Z[ host-image] Sep 11 20:28:18.226 INFO O| Sep 11 20:28:18.226 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
104792026-09-11T20:28:19.292Z[ host-image] Sep 11 20:28:18.226 INFO O| Sep 11 20:28:18.226 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-nvme-loadgen.xml
104802026-09-11T20:28:19.292Z[ host-image] Sep 11 20:28:18.226 INFO O| Sep 11 20:28:18.226 INFO ok!
104812026-09-11T20:28:19.292Z[ host-image] Sep 11 20:28:18.226 INFO O| Sep 11 20:28:18.226 INFO STEP 59 (ensure_file) COMPLETE
104822026-09-11T20:28:19.292Z[ host-image] Sep 11 20:28:18.226 INFO O| Sep 11 20:28:18.226 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
104832026-09-11T20:28:19.315Z[ host-image] Sep 11 20:28:18.247 INFO O| Sep 11 20:28:18.247 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger does not exist
104842026-09-11T20:28:19.315Z[ host-image] Sep 11 20:28:18.247 INFO O| Sep 11 20:28:18.247 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-pinger.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger ...
104852026-09-11T20:28:19.315Z[ host-image] Sep 11 20:28:18.247 INFO O| Sep 11 20:28:18.247 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger
104862026-09-11T20:28:19.315Z[ host-image] Sep 11 20:28:18.247 INFO O| Sep 11 20:28:18.247 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger
104872026-09-11T20:28:19.315Z[ host-image] Sep 11 20:28:18.247 INFO O| Sep 11 20:28:18.247 INFO ok!
104882026-09-11T20:28:19.315Z[ host-image] Sep 11 20:28:18.247 INFO O| Sep 11 20:28:18.247 INFO STEP 60 (ensure_file) COMPLETE
104892026-09-11T20:28:19.315Z[ host-image] Sep 11 20:28:18.247 INFO O| Sep 11 20:28:18.247 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
104902026-09-11T20:28:19.324Z[ host-image] Sep 11 20:28:18.257 INFO O| Sep 11 20:28:18.257 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-pinger.xml does not exist
104912026-09-11T20:28:19.325Z[ host-image] Sep 11 20:28:18.257 INFO O| Sep 11 20:28:18.257 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 ...
104922026-09-11T20:28:19.325Z[ host-image] Sep 11 20:28:18.257 INFO O| Sep 11 20:28:18.257 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
104932026-09-11T20:28:19.325Z[ host-image] Sep 11 20:28:18.257 INFO O| Sep 11 20:28:18.257 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-pinger.xml
104942026-09-11T20:28:19.332Z[ host-image] Sep 11 20:28:18.257 INFO O| Sep 11 20:28:18.257 INFO ok!
104952026-09-11T20:28:19.332Z[ host-image] Sep 11 20:28:18.257 INFO O| Sep 11 20:28:18.257 INFO STEP 61 (ensure_file) COMPLETE
104962026-09-11T20:28:19.332Z[ host-image] Sep 11 20:28:18.257 INFO O| Sep 11 20:28:18.257 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
104972026-09-11T20:28:19.337Z[ host-image] Sep 11 20:28:18.269 INFO O| Sep 11 20:28:18.269 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon does not exist
104982026-09-11T20:28:19.337Z[ host-image] Sep 11 20:28:18.269 INFO O| Sep 11 20:28:18.269 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon ...
104992026-09-11T20:28:19.337Z[ host-image] Sep 11 20:28:18.269 INFO O| Sep 11 20:28:18.269 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
105002026-09-11T20:28:19.338Z[ host-image] Sep 11 20:28:18.269 INFO O| Sep 11 20:28:18.269 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
105012026-09-11T20:28:19.338Z[ host-image] Sep 11 20:28:18.269 INFO O| Sep 11 20:28:18.269 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
105022026-09-11T20:28:19.338Z[ host-image] Sep 11 20:28:18.269 INFO O| Sep 11 20:28:18.269 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
105032026-09-11T20:28:19.338Z[ host-image] Sep 11 20:28:18.269 INFO O| Sep 11 20:28:18.269 INFO ok!
105042026-09-11T20:28:19.338Z[ host-image] Sep 11 20:28:18.269 INFO O| Sep 11 20:28:18.269 INFO STEP 62 (ensure_file) COMPLETE
105052026-09-11T20:28:19.338Z[ host-image] Sep 11 20:28:18.269 INFO O| Sep 11 20:28:18.269 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
105062026-09-11T20:28:19.344Z[ host-image] Sep 11 20:28:18.278 INFO O| Sep 11 20:28:18.278 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-beacon.xml does not exist
105072026-09-11T20:28:19.344Z[ host-image] Sep 11 20:28:18.278 INFO O| Sep 11 20:28:18.278 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 ...
105082026-09-11T20:28:19.344Z[ host-image] Sep 11 20:28:18.278 INFO O| Sep 11 20:28:18.278 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
105092026-09-11T20:28:19.344Z[ host-image] Sep 11 20:28:18.278 INFO O| Sep 11 20:28:18.278 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-beacon.xml
105102026-09-11T20:28:19.344Z[ host-image] Sep 11 20:28:18.278 INFO O| Sep 11 20:28:18.278 INFO ok!
105112026-09-11T20:28:19.345Z[ host-image] Sep 11 20:28:18.278 INFO O| Sep 11 20:28:18.278 INFO STEP 63 (ensure_file) COMPLETE
105122026-09-11T20:28:19.345Z[ host-image] Sep 11 20:28:18.278 INFO O| Sep 11 20:28:18.278 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
105132026-09-11T20:28:19.351Z[ host-image] Sep 11 20:28:18.287 INFO O| Sep 11 20:28:18.287 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-time.xml does not exist
105142026-09-11T20:28:19.351Z[ host-image] Sep 11 20:28:18.287 INFO O| Sep 11 20:28:18.287 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 ...
105152026-09-11T20:28:19.351Z[ host-image] Sep 11 20:28:18.287 INFO O| Sep 11 20:28:18.287 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
105162026-09-11T20:28:19.351Z[ host-image] Sep 11 20:28:18.287 INFO O| Sep 11 20:28:18.287 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-time.xml
105172026-09-11T20:28:19.351Z[ host-image] Sep 11 20:28:18.287 INFO O| Sep 11 20:28:18.287 INFO ok!
105182026-09-11T20:28:19.351Z[ host-image] Sep 11 20:28:18.287 INFO O| Sep 11 20:28:18.287 INFO STEP 64 (ensure_file) COMPLETE
105192026-09-11T20:28:19.351Z[ host-image] Sep 11 20:28:18.287 INFO O| Sep 11 20:28:18.287 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
105202026-09-11T20:28:19.362Z[ host-image] Sep 11 20:28:18.296 INFO O| Sep 11 20:28:18.296 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-dump.xml does not exist
105212026-09-11T20:28:19.368Z[ host-image] Sep 11 20:28:18.296 INFO O| Sep 11 20:28:18.296 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 ...
105222026-09-11T20:28:19.369Z[ host-image] Sep 11 20:28:18.296 INFO O| Sep 11 20:28:18.296 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
105232026-09-11T20:28:19.369Z[ host-image] Sep 11 20:28:18.296 INFO O| Sep 11 20:28:18.296 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-dump.xml
105242026-09-11T20:28:19.369Z[ host-image] Sep 11 20:28:18.296 INFO O| Sep 11 20:28:18.296 INFO ok!
105252026-09-11T20:28:19.369Z[ host-image] Sep 11 20:28:18.296 INFO O| Sep 11 20:28:18.296 INFO STEP 65 (ensure_file) COMPLETE
105262026-09-11T20:28:19.369Z[ host-image] Sep 11 20:28:18.297 INFO O| Sep 11 20:28:18.296 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
105272026-09-11T20:28:19.369Z[ host-image] Sep 11 20:28:18.297 INFO O| Sep 11 20:28:18.297 INFO skip step because feature "mbist" is not enabled
105282026-09-11T20:28:19.369Z[ host-image] Sep 11 20:28:18.297 INFO O| Sep 11 20:28:18.297 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105292026-09-11T20:28:19.377Z[ host-image] Sep 11 20:28:18.306 INFO O| Sep 11 20:28:18.306 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/opt
105302026-09-11T20:28:19.377Z[ host-image] Sep 11 20:28:18.306 INFO O| Sep 11 20:28:18.306 INFO STEP 67 (ensure_dir) COMPLETE
105312026-09-11T20:28:19.377Z[ host-image] Sep 11 20:28:18.306 INFO O| Sep 11 20:28:18.306 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105322026-09-11T20:28:19.383Z[ host-image] Sep 11 20:28:18.316 INFO O| Sep 11 20:28:18.316 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide
105332026-09-11T20:28:19.383Z[ host-image] Sep 11 20:28:18.316 INFO O| Sep 11 20:28:18.316 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide
105342026-09-11T20:28:19.383Z[ host-image] Sep 11 20:28:18.316 INFO O| Sep 11 20:28:18.316 INFO STEP 68 (ensure_dir) COMPLETE
105352026-09-11T20:28:19.383Z[ host-image] Sep 11 20:28:18.316 INFO O| Sep 11 20:28:18.316 INFO STEP 69: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105362026-09-11T20:28:19.406Z[ host-image] Sep 11 20:28:18.327 INFO O| Sep 11 20:28:18.326 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm
105372026-09-11T20:28:19.415Z[ host-image] Sep 11 20:28:18.327 INFO O| Sep 11 20:28:18.327 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm
105382026-09-11T20:28:19.415Z[ host-image] Sep 11 20:28:18.327 INFO O| Sep 11 20:28:18.327 INFO STEP 69 (ensure_dir) COMPLETE
105392026-09-11T20:28:19.415Z[ host-image] Sep 11 20:28:18.327 INFO O| Sep 11 20:28:18.327 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105402026-09-11T20:28:19.415Z[ host-image] Sep 11 20:28:18.336 INFO O| Sep 11 20:28:18.336 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm does not exist
105412026-09-11T20:28:19.415Z[ host-image] Sep 11 20:28:18.336 INFO O| Sep 11 20:28:18.336 INFO copying /tmp/.tmpxxXox5/proto/host/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm ...
105422026-09-11T20:28:19.893Z[ host-image] Sep 11 20:28:18.828 INFO O| Sep 11 20:28:18.828 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm
105432026-09-11T20:28:19.893Z[ host-image] Sep 11 20:28:18.828 INFO O| Sep 11 20:28:18.828 INFO ok!
105442026-09-11T20:28:19.894Z[ host-image] Sep 11 20:28:18.828 INFO O| Sep 11 20:28:18.828 INFO STEP 70 (ensure_file) COMPLETE
105452026-09-11T20:28:19.894Z[ host-image] Sep 11 20:28:18.828 INFO O| Sep 11 20:28:18.828 INFO STEP 71: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105462026-09-11T20:28:19.914Z[ host-image] Sep 11 20:28:18.840 INFO O| Sep 11 20:28:18.840 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd does not exist
105472026-09-11T20:28:19.914Z[ host-image] Sep 11 20:28:18.840 INFO O| Sep 11 20:28:18.840 INFO copying /tmp/.tmpxxXox5/proto/host/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd ...
105482026-09-11T20:28:20.867Z[ host-image] Sep 11 20:28:19.802 INFO O| Sep 11 20:28:19.801 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd
105492026-09-11T20:28:20.867Z[ host-image] Sep 11 20:28:19.802 INFO O| Sep 11 20:28:19.801 INFO ok!
105502026-09-11T20:28:20.867Z[ host-image] Sep 11 20:28:19.802 INFO O| Sep 11 20:28:19.801 INFO STEP 71 (ensure_file) COMPLETE
105512026-09-11T20:28:20.867Z[ host-image] Sep 11 20:28:19.802 INFO O| Sep 11 20:28:19.801 INFO STEP 72: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105522026-09-11T20:28:20.875Z[ host-image] Sep 11 20:28:19.813 INFO O| Sep 11 20:28:19.812 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg
105532026-09-11T20:28:20.875Z[ host-image] Sep 11 20:28:19.813 INFO O| Sep 11 20:28:19.812 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg
105542026-09-11T20:28:20.878Z[ host-image] Sep 11 20:28:19.813 INFO O| Sep 11 20:28:19.812 INFO STEP 72 (ensure_dir) COMPLETE
105552026-09-11T20:28:20.878Z[ host-image] Sep 11 20:28:19.813 INFO O| Sep 11 20:28:19.812 INFO STEP 73: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105562026-09-11T20:28:20.903Z[ host-image] Sep 11 20:28:19.840 INFO O| Sep 11 20:28:19.840 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
105572026-09-11T20:28:20.903Z[ host-image] Sep 11 20:28:19.840 INFO O| Sep 11 20:28:19.840 INFO copying /tmp/.tmpxxXox5/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 ...
105582026-09-11T20:28:20.903Z[ host-image] Sep 11 20:28:19.840 INFO O| Sep 11 20:28:19.840 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh
105592026-09-11T20:28:20.908Z[ host-image] Sep 11 20:28:19.840 INFO O| Sep 11 20:28:19.840 INFO ok!
105602026-09-11T20:28:20.908Z[ host-image] Sep 11 20:28:19.840 INFO O| Sep 11 20:28:19.840 INFO STEP 73 (ensure_file) COMPLETE
105612026-09-11T20:28:20.908Z[ host-image] Sep 11 20:28:19.840 INFO O| Sep 11 20:28:19.840 INFO STEP 74: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105622026-09-11T20:28:20.912Z[ host-image] Sep 11 20:28:19.850 INFO O| Sep 11 20:28:19.850 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
105632026-09-11T20:28:20.912Z[ host-image] Sep 11 20:28:19.850 INFO O| Sep 11 20:28:19.850 INFO copying /tmp/.tmpxxXox5/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 ...
105642026-09-11T20:28:20.912Z[ host-image] Sep 11 20:28:19.850 INFO O| Sep 11 20:28:19.850 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh
105652026-09-11T20:28:20.912Z[ host-image] Sep 11 20:28:19.850 INFO O| Sep 11 20:28:19.850 INFO ok!
105662026-09-11T20:28:20.915Z[ host-image] Sep 11 20:28:19.850 INFO O| Sep 11 20:28:19.850 INFO STEP 74 (ensure_file) COMPLETE
105672026-09-11T20:28:20.915Z[ host-image] Sep 11 20:28:19.850 INFO O| Sep 11 20:28:19.850 INFO STEP 75: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105682026-09-11T20:28:20.942Z[ host-image] Sep 11 20:28:19.879 INFO O| Sep 11 20:28:19.879 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd
105692026-09-11T20:28:20.942Z[ host-image] Sep 11 20:28:19.880 INFO O| Sep 11 20:28:19.879 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd
105702026-09-11T20:28:20.945Z[ host-image] Sep 11 20:28:19.880 INFO O| Sep 11 20:28:19.880 INFO STEP 75 (ensure_dir) COMPLETE
105712026-09-11T20:28:20.945Z[ host-image] Sep 11 20:28:19.880 INFO O| Sep 11 20:28:19.880 INFO STEP 76: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105722026-09-11T20:28:20.950Z[ host-image] Sep 11 20:28:19.888 INFO O| Sep 11 20:28:19.888 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
105732026-09-11T20:28:20.951Z[ host-image] Sep 11 20:28:19.888 INFO O| Sep 11 20:28:19.888 INFO copying /tmp/.tmpxxXox5/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 ...
105742026-09-11T20:28:20.951Z[ host-image] Sep 11 20:28:19.888 INFO O| Sep 11 20:28:19.888 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
105752026-09-11T20:28:20.956Z[ host-image] Sep 11 20:28:19.888 INFO O| Sep 11 20:28:19.888 INFO ok!
105762026-09-11T20:28:20.956Z[ host-image] Sep 11 20:28:19.888 INFO O| Sep 11 20:28:19.888 INFO STEP 76 (ensure_file) COMPLETE
105772026-09-11T20:28:20.956Z[ host-image] Sep 11 20:28:19.888 INFO O| Sep 11 20:28:19.888 INFO STEP 77: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105782026-09-11T20:28:20.997Z[ host-image] Sep 11 20:28:19.933 INFO O| Sep 11 20:28:19.933 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
105792026-09-11T20:28:20.997Z[ host-image] Sep 11 20:28:19.933 INFO O| Sep 11 20:28:19.933 INFO copying /tmp/.tmpxxXox5/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 ...
105802026-09-11T20:28:21.000Z[ host-image] Sep 11 20:28:19.933 INFO O| Sep 11 20:28:19.933 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh
105812026-09-11T20:28:21.000Z[ host-image] Sep 11 20:28:19.933 INFO O| Sep 11 20:28:19.933 INFO ok!
105822026-09-11T20:28:21.000Z[ host-image] Sep 11 20:28:19.933 INFO O| Sep 11 20:28:19.933 INFO STEP 77 (ensure_file) COMPLETE
105832026-09-11T20:28:21.000Z[ host-image] Sep 11 20:28:19.933 INFO O| Sep 11 20:28:19.933 INFO STEP 78: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105842026-09-11T20:28:21.024Z[ host-image] Sep 11 20:28:19.959 INFO O| Sep 11 20:28:19.959 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm
105852026-09-11T20:28:21.024Z[ host-image] Sep 11 20:28:19.959 INFO O| Sep 11 20:28:19.959 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm
105862026-09-11T20:28:21.024Z[ host-image] Sep 11 20:28:19.959 INFO O| Sep 11 20:28:19.959 INFO STEP 78 (ensure_dir) COMPLETE
105872026-09-11T20:28:21.028Z[ host-image] Sep 11 20:28:19.959 INFO O| Sep 11 20:28:19.959 INFO STEP 79: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105882026-09-11T20:28:21.034Z[ host-image] Sep 11 20:28:19.971 INFO O| Sep 11 20:28:19.971 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
105892026-09-11T20:28:21.034Z[ host-image] Sep 11 20:28:19.971 INFO O| Sep 11 20:28:19.971 INFO copying /tmp/.tmpxxXox5/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 ...
105902026-09-11T20:28:21.038Z[ host-image] Sep 11 20:28:19.971 INFO O| Sep 11 20:28:19.971 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
105912026-09-11T20:28:21.038Z[ host-image] Sep 11 20:28:19.971 INFO O| Sep 11 20:28:19.971 INFO ok!
105922026-09-11T20:28:21.038Z[ host-image] Sep 11 20:28:19.971 INFO O| Sep 11 20:28:19.971 INFO STEP 79 (ensure_file) COMPLETE
105932026-09-11T20:28:21.039Z[ host-image] Sep 11 20:28:19.971 INFO O| Sep 11 20:28:19.971 INFO STEP 80: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105942026-09-11T20:28:21.046Z[ host-image] Sep 11 20:28:19.982 INFO O| Sep 11 20:28:19.982 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION does not exist
105952026-09-11T20:28:21.046Z[ host-image] Sep 11 20:28:19.982 INFO O| Sep 11 20:28:19.982 INFO copying /tmp/.tmpxxXox5/proto/host/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION ...
105962026-09-11T20:28:21.046Z[ host-image] Sep 11 20:28:19.982 INFO O| Sep 11 20:28:19.982 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION
105972026-09-11T20:28:21.049Z[ host-image] Sep 11 20:28:19.982 INFO O| Sep 11 20:28:19.982 INFO ok!
105982026-09-11T20:28:21.049Z[ host-image] Sep 11 20:28:19.982 INFO O| Sep 11 20:28:19.982 INFO STEP 80 (ensure_file) COMPLETE
105992026-09-11T20:28:21.050Z[ host-image] Sep 11 20:28:19.982 INFO O| Sep 11 20:28:19.982 INFO STEP 81: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106002026-09-11T20:28:21.057Z[ host-image] Sep 11 20:28:19.992 INFO O| Sep 11 20:28:19.992 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent
106012026-09-11T20:28:21.057Z[ host-image] Sep 11 20:28:19.992 INFO O| Sep 11 20:28:19.992 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent
106022026-09-11T20:28:21.057Z[ host-image] Sep 11 20:28:19.992 INFO O| Sep 11 20:28:19.992 INFO STEP 81 (ensure_dir) COMPLETE
106032026-09-11T20:28:21.057Z[ host-image] Sep 11 20:28:19.992 INFO O| Sep 11 20:28:19.992 INFO STEP 82: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106042026-09-11T20:28:21.064Z[ host-image] Sep 11 20:28:20.002 INFO O| Sep 11 20:28:20.002 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle does not exist
106052026-09-11T20:28:21.064Z[ host-image] Sep 11 20:28:20.002 INFO O| Sep 11 20:28:20.002 INFO copying /tmp/.tmpxxXox5/proto/host/root/opt/oxide/sled-agent/zone-bundle -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle ...
106062026-09-11T20:28:21.476Z[ host-image] Sep 11 20:28:20.414 INFO O| Sep 11 20:28:20.414 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle
106072026-09-11T20:28:21.476Z[ host-image] Sep 11 20:28:20.414 INFO O| Sep 11 20:28:20.414 INFO ok!
106082026-09-11T20:28:21.476Z[ host-image] Sep 11 20:28:20.414 INFO O| Sep 11 20:28:20.414 INFO STEP 82 (ensure_file) COMPLETE
106092026-09-11T20:28:21.480Z[ host-image] Sep 11 20:28:20.414 INFO O| Sep 11 20:28:20.414 INFO STEP 83: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106102026-09-11T20:28:21.489Z[ host-image] Sep 11 20:28:20.425 INFO O| Sep 11 20:28:20.425 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor does not exist
106112026-09-11T20:28:21.489Z[ host-image] Sep 11 20:28:20.425 INFO O| Sep 11 20:28:20.425 INFO copying /tmp/.tmpxxXox5/proto/host/root/opt/oxide/sled-agent/tofino-monitor -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor ...
106122026-09-11T20:28:21.493Z[ host-image] Sep 11 20:28:20.426 INFO O| Sep 11 20:28:20.426 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor
106132026-09-11T20:28:21.493Z[ host-image] Sep 11 20:28:20.426 INFO O| Sep 11 20:28:20.426 INFO ok!
106142026-09-11T20:28:21.493Z[ host-image] Sep 11 20:28:20.426 INFO O| Sep 11 20:28:20.426 INFO STEP 83 (ensure_file) COMPLETE
106152026-09-11T20:28:21.493Z[ host-image] Sep 11 20:28:20.426 INFO O| Sep 11 20:28:20.426 INFO STEP 84: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106162026-09-11T20:28:21.511Z[ host-image] Sep 11 20:28:20.448 INFO O| Sep 11 20:28:20.448 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent does not exist
106172026-09-11T20:28:21.511Z[ host-image] Sep 11 20:28:20.448 INFO O| Sep 11 20:28:20.448 INFO copying /tmp/.tmpxxXox5/proto/host/root/opt/oxide/sled-agent/sled-agent -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent ...
106182026-09-11T20:28:22.775Z[ host-image] Sep 11 20:28:21.712 INFO O| Sep 11 20:28:21.701 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent
106192026-09-11T20:28:22.775Z[ host-image] Sep 11 20:28:21.712 INFO O| Sep 11 20:28:21.702 INFO ok!
106202026-09-11T20:28:22.775Z[ host-image] Sep 11 20:28:21.712 INFO O| Sep 11 20:28:21.702 INFO STEP 84 (ensure_file) COMPLETE
106212026-09-11T20:28:22.778Z[ host-image] Sep 11 20:28:21.712 INFO O| Sep 11 20:28:21.702 INFO STEP 85: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106222026-09-11T20:28:22.778Z[ host-image] Sep 11 20:28:21.712 INFO O| Sep 11 20:28:21.711 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg
106232026-09-11T20:28:22.778Z[ host-image] Sep 11 20:28:21.712 INFO O| Sep 11 20:28:21.711 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg
106242026-09-11T20:28:22.778Z[ host-image] Sep 11 20:28:21.712 INFO O| Sep 11 20:28:21.711 INFO STEP 85 (ensure_dir) COMPLETE
106252026-09-11T20:28:22.779Z[ host-image] Sep 11 20:28:21.712 INFO O| Sep 11 20:28:21.711 INFO STEP 86: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106262026-09-11T20:28:22.784Z[ host-image] Sep 11 20:28:21.722 INFO O| Sep 11 20:28:21.722 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/config.toml does not exist
106272026-09-11T20:28:22.784Z[ host-image] Sep 11 20:28:21.722 INFO O| Sep 11 20:28:21.722 INFO copying /tmp/.tmpxxXox5/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 ...
106282026-09-11T20:28:22.789Z[ host-image] Sep 11 20:28:21.722 INFO O| Sep 11 20:28:21.722 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/config.toml
106292026-09-11T20:28:22.789Z[ host-image] Sep 11 20:28:21.722 INFO O| Sep 11 20:28:21.722 INFO ok!
106302026-09-11T20:28:22.789Z[ host-image] Sep 11 20:28:21.722 INFO O| Sep 11 20:28:21.722 INFO STEP 86 (ensure_file) COMPLETE
106312026-09-11T20:28:22.789Z[ host-image] Sep 11 20:28:21.722 INFO O| Sep 11 20:28:21.722 INFO STEP 87: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106322026-09-11T20:28:22.798Z[ host-image] Sep 11 20:28:21.736 INFO O| Sep 11 20:28:21.735 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/README.md does not exist
106332026-09-11T20:28:22.799Z[ host-image] Sep 11 20:28:21.736 INFO O| Sep 11 20:28:21.736 INFO copying /tmp/.tmpxxXox5/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 ...
106342026-09-11T20:28:22.799Z[ host-image] Sep 11 20:28:21.736 INFO O| Sep 11 20:28:21.736 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/README.md
106352026-09-11T20:28:22.802Z[ host-image] Sep 11 20:28:21.736 INFO O| Sep 11 20:28:21.736 INFO ok!
106362026-09-11T20:28:22.802Z[ host-image] Sep 11 20:28:21.736 INFO O| Sep 11 20:28:21.736 INFO STEP 87 (ensure_file) COMPLETE
106372026-09-11T20:28:22.802Z[ host-image] Sep 11 20:28:21.736 INFO O| Sep 11 20:28:21.736 INFO STEP 88: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106382026-09-11T20:28:22.828Z[ host-image] Sep 11 20:28:21.751 INFO O| Sep 11 20:28:21.748 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION does not exist
106392026-09-11T20:28:22.828Z[ host-image] Sep 11 20:28:21.751 INFO O| Sep 11 20:28:21.748 INFO copying /tmp/.tmpxxXox5/proto/host/root/opt/oxide/sled-agent/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION ...
106402026-09-11T20:28:22.828Z[ host-image] Sep 11 20:28:21.751 INFO O| Sep 11 20:28:21.748 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION
106412026-09-11T20:28:22.828Z[ host-image] Sep 11 20:28:21.751 INFO O| Sep 11 20:28:21.748 INFO ok!
106422026-09-11T20:28:22.828Z[ host-image] Sep 11 20:28:21.751 INFO O| Sep 11 20:28:21.748 INFO STEP 88 (ensure_file) COMPLETE
106432026-09-11T20:28:22.828Z[ host-image] Sep 11 20:28:21.751 INFO O| Sep 11 20:28:21.748 INFO STEP 89: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106442026-09-11T20:28:22.857Z[ host-image] Sep 11 20:28:21.776 INFO O| Sep 11 20:28:21.776 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz does not exist
106452026-09-11T20:28:22.857Z[ host-image] Sep 11 20:28:21.776 INFO O| Sep 11 20:28:21.776 INFO copying /tmp/.tmpxxXox5/proto/host/root/opt/oxide/overlay.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz ...
106462026-09-11T20:28:22.857Z[ host-image] Sep 11 20:28:21.776 INFO O| Sep 11 20:28:21.776 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz
106472026-09-11T20:28:22.858Z[ host-image] Sep 11 20:28:21.776 INFO O| Sep 11 20:28:21.776 INFO ok!
106482026-09-11T20:28:22.858Z[ host-image] Sep 11 20:28:21.776 INFO O| Sep 11 20:28:21.776 INFO STEP 89 (ensure_file) COMPLETE
106492026-09-11T20:28:22.858Z[ host-image] Sep 11 20:28:21.776 INFO O| Sep 11 20:28:21.776 INFO STEP 90: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106502026-09-11T20:28:22.858Z[ host-image] Sep 11 20:28:21.785 INFO O| Sep 11 20:28:21.785 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog
106512026-09-11T20:28:22.858Z[ host-image] Sep 11 20:28:21.785 INFO O| Sep 11 20:28:21.785 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog
106522026-09-11T20:28:22.858Z[ host-image] Sep 11 20:28:21.785 INFO O| Sep 11 20:28:21.785 INFO STEP 90 (ensure_dir) COMPLETE
106532026-09-11T20:28:22.858Z[ host-image] Sep 11 20:28:21.785 INFO O| Sep 11 20:28:21.785 INFO STEP 91: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106542026-09-11T20:28:22.858Z[ host-image] Sep 11 20:28:21.795 INFO O| Sep 11 20:28:21.795 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog does not exist
106552026-09-11T20:28:22.858Z[ host-image] Sep 11 20:28:21.795 INFO O| Sep 11 20:28:21.795 INFO copying /tmp/.tmpxxXox5/proto/host/root/opt/oxide/oxlog/oxlog -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog ...
106562026-09-11T20:28:22.861Z[ host-image] Sep 11 20:28:21.797 INFO O| Sep 11 20:28:21.797 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog
106572026-09-11T20:28:22.861Z[ host-image] Sep 11 20:28:21.797 INFO O| Sep 11 20:28:21.797 INFO ok!
106582026-09-11T20:28:22.861Z[ host-image] Sep 11 20:28:21.797 INFO O| Sep 11 20:28:21.797 INFO STEP 91 (ensure_file) COMPLETE
106592026-09-11T20:28:22.861Z[ host-image] Sep 11 20:28:21.797 INFO O| Sep 11 20:28:21.797 INFO STEP 92: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106602026-09-11T20:28:22.888Z[ host-image] Sep 11 20:28:21.826 INFO O| Sep 11 20:28:21.826 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION does not exist
106612026-09-11T20:28:22.888Z[ host-image] Sep 11 20:28:21.826 INFO O| Sep 11 20:28:21.826 INFO copying /tmp/.tmpxxXox5/proto/host/root/opt/oxide/oxlog/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION ...
106622026-09-11T20:28:22.891Z[ host-image] Sep 11 20:28:21.826 INFO O| Sep 11 20:28:21.826 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION
106632026-09-11T20:28:22.891Z[ host-image] Sep 11 20:28:21.826 INFO O| Sep 11 20:28:21.826 INFO ok!
106642026-09-11T20:28:22.891Z[ host-image] Sep 11 20:28:21.826 INFO O| Sep 11 20:28:21.826 INFO STEP 92 (ensure_file) COMPLETE
106652026-09-11T20:28:22.891Z[ host-image] Sep 11 20:28:21.826 INFO O| Sep 11 20:28:21.826 INFO STEP 93: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106662026-09-11T20:28:22.898Z[ host-image] Sep 11 20:28:21.836 INFO O| Sep 11 20:28:21.836 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz does not exist
106672026-09-11T20:28:22.898Z[ host-image] Sep 11 20:28:21.836 INFO O| Sep 11 20:28:21.836 INFO copying /tmp/.tmpxxXox5/proto/host/root/opt/oxide/propolis-server.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz ...
106682026-09-11T20:28:23.645Z[ host-image] Sep 11 20:28:22.583 INFO O| Sep 11 20:28:22.583 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz
106692026-09-11T20:28:23.645Z[ host-image] Sep 11 20:28:22.583 INFO O| Sep 11 20:28:22.583 INFO ok!
106702026-09-11T20:28:23.648Z[ host-image] Sep 11 20:28:22.583 INFO O| Sep 11 20:28:22.583 INFO STEP 93 (ensure_file) COMPLETE
106712026-09-11T20:28:23.648Z[ host-image] Sep 11 20:28:22.583 INFO O| Sep 11 20:28:22.583 INFO STEP 94: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106722026-09-11T20:28:23.686Z[ host-image] Sep 11 20:28:22.593 INFO O| Sep 11 20:28:22.593 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind
106732026-09-11T20:28:23.686Z[ host-image] Sep 11 20:28:22.593 INFO O| Sep 11 20:28:22.593 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind
106742026-09-11T20:28:23.686Z[ host-image] Sep 11 20:28:22.593 INFO O| Sep 11 20:28:22.593 INFO STEP 94 (ensure_dir) COMPLETE
106752026-09-11T20:28:23.686Z[ host-image] Sep 11 20:28:22.593 INFO O| Sep 11 20:28:22.593 INFO STEP 95: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106762026-09-11T20:28:23.686Z[ host-image] Sep 11 20:28:22.600 INFO O| Sep 11 20:28:22.600 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib
106772026-09-11T20:28:23.686Z[ host-image] Sep 11 20:28:22.600 INFO O| Sep 11 20:28:22.600 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib
106782026-09-11T20:28:23.686Z[ host-image] Sep 11 20:28:22.600 INFO O| Sep 11 20:28:22.600 INFO STEP 95 (ensure_dir) COMPLETE
106792026-09-11T20:28:23.686Z[ host-image] Sep 11 20:28:22.600 INFO O| Sep 11 20:28:22.600 INFO STEP 96: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106802026-09-11T20:28:23.686Z[ host-image] Sep 11 20:28:22.607 INFO O| Sep 11 20:28:22.607 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc
106812026-09-11T20:28:23.686Z[ host-image] Sep 11 20:28:22.607 INFO O| Sep 11 20:28:22.607 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc
106822026-09-11T20:28:23.686Z[ host-image] Sep 11 20:28:22.607 INFO O| Sep 11 20:28:22.607 INFO STEP 96 (ensure_dir) COMPLETE
106832026-09-11T20:28:23.686Z[ host-image] Sep 11 20:28:22.607 INFO O| Sep 11 20:28:22.607 INFO STEP 97: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106842026-09-11T20:28:23.686Z[ host-image] Sep 11 20:28:22.614 INFO O| Sep 11 20:28:22.614 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
106852026-09-11T20:28:23.686Z[ host-image] Sep 11 20:28:22.614 INFO O| Sep 11 20:28:22.614 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
106862026-09-11T20:28:23.686Z[ host-image] Sep 11 20:28:22.614 INFO O| Sep 11 20:28:22.614 INFO STEP 97 (ensure_dir) COMPLETE
106872026-09-11T20:28:23.686Z[ host-image] Sep 11 20:28:22.614 INFO O| Sep 11 20:28:22.614 INFO STEP 98: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106882026-09-11T20:28:23.686Z[ host-image] Sep 11 20:28:22.621 INFO O| Sep 11 20:28:22.621 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
106892026-09-11T20:28:23.686Z[ host-image] Sep 11 20:28:22.621 INFO O| Sep 11 20:28:22.621 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
106902026-09-11T20:28:23.686Z[ host-image] Sep 11 20:28:22.621 INFO O| Sep 11 20:28:22.621 INFO STEP 98 (ensure_dir) COMPLETE
106912026-09-11T20:28:23.687Z[ host-image] Sep 11 20:28:22.621 INFO O| Sep 11 20:28:22.621 INFO STEP 99: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106922026-09-11T20:28:23.739Z[ host-image] Sep 11 20:28:22.673 INFO O| Sep 11 20:28:22.673 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml does not exist
106932026-09-11T20:28:23.739Z[ host-image] Sep 11 20:28:22.673 INFO O| Sep 11 20:28:22.673 INFO copying /tmp/.tmpxxXox5/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 ...
106942026-09-11T20:28:23.742Z[ host-image] Sep 11 20:28:22.673 INFO O| Sep 11 20:28:22.673 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml
106952026-09-11T20:28:23.742Z[ host-image] Sep 11 20:28:22.673 INFO O| Sep 11 20:28:22.673 INFO ok!
106962026-09-11T20:28:23.742Z[ host-image] Sep 11 20:28:22.673 INFO O| Sep 11 20:28:22.673 INFO STEP 99 (ensure_file) COMPLETE
106972026-09-11T20:28:23.742Z[ host-image] Sep 11 20:28:22.673 INFO O| Sep 11 20:28:22.673 INFO STEP 100: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106982026-09-11T20:28:23.747Z[ host-image] Sep 11 20:28:22.683 INFO O| Sep 11 20:28:22.683 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin
106992026-09-11T20:28:23.747Z[ host-image] Sep 11 20:28:22.683 INFO O| Sep 11 20:28:22.683 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin
107002026-09-11T20:28:23.747Z[ host-image] Sep 11 20:28:22.683 INFO O| Sep 11 20:28:22.683 INFO STEP 100 (ensure_dir) COMPLETE
107012026-09-11T20:28:23.747Z[ host-image] Sep 11 20:28:22.683 INFO O| Sep 11 20:28:22.683 INFO STEP 101: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
107022026-09-11T20:28:23.768Z[ host-image] Sep 11 20:28:22.705 INFO O| Sep 11 20:28:22.705 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind does not exist
107032026-09-11T20:28:23.768Z[ host-image] Sep 11 20:28:22.705 INFO O| Sep 11 20:28:22.705 INFO copying /tmp/.tmpxxXox5/proto/host/root/opt/oxide/pumpkind/bin/pumpkind -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind ...
107042026-09-11T20:28:24.746Z[ host-image] Sep 11 20:28:23.681 INFO O| Sep 11 20:28:23.681 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind
107052026-09-11T20:28:24.746Z[ host-image] Sep 11 20:28:23.682 INFO O| Sep 11 20:28:23.681 INFO ok!
107062026-09-11T20:28:24.749Z[ host-image] Sep 11 20:28:23.682 INFO O| Sep 11 20:28:23.681 INFO STEP 101 (ensure_file) COMPLETE
107072026-09-11T20:28:24.749Z[ host-image] Sep 11 20:28:23.682 INFO O| Sep 11 20:28:23.681 INFO STEP 102: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
107082026-09-11T20:28:24.754Z[ host-image] Sep 11 20:28:23.692 INFO O| Sep 11 20:28:23.692 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind does not exist
107092026-09-11T20:28:24.754Z[ host-image] Sep 11 20:28:23.692 INFO O| Sep 11 20:28:23.692 INFO copying /tmp/.tmpxxXox5/proto/host/root/opt/oxide/pumpkind/bin/svc-pumpkind -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind ...
107102026-09-11T20:28:24.757Z[ host-image] Sep 11 20:28:23.692 INFO O| Sep 11 20:28:23.692 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind
107112026-09-11T20:28:24.757Z[ host-image] Sep 11 20:28:23.692 INFO O| Sep 11 20:28:23.692 INFO ok!
107122026-09-11T20:28:24.759Z[ host-image] Sep 11 20:28:23.692 INFO O| Sep 11 20:28:23.692 INFO STEP 102 (ensure_file) COMPLETE
107132026-09-11T20:28:24.759Z[ host-image] Sep 11 20:28:23.692 INFO O| Sep 11 20:28:23.692 INFO STEP 103: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
107142026-09-11T20:28:24.762Z[ host-image] Sep 11 20:28:23.700 INFO O| Sep 11 20:28:23.700 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm does not exist
107152026-09-11T20:28:24.762Z[ host-image] Sep 11 20:28:23.700 INFO O| Sep 11 20:28:23.700 INFO copying /tmp/.tmpxxXox5/proto/host/root/opt/oxide/pumpkind/bin/pumpkinadm -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm ...
107162026-09-11T20:28:24.771Z[ host-image] Sep 11 20:28:23.707 INFO O| Sep 11 20:28:23.707 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm
107172026-09-11T20:28:24.771Z[ host-image] Sep 11 20:28:23.707 INFO O| Sep 11 20:28:23.707 INFO ok!
107182026-09-11T20:28:24.771Z[ host-image] Sep 11 20:28:23.707 INFO O| Sep 11 20:28:23.707 INFO STEP 103 (ensure_file) COMPLETE
107192026-09-11T20:28:24.775Z[ host-image] Sep 11 20:28:23.707 INFO O| Sep 11 20:28:23.707 INFO STEP 104: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
107202026-09-11T20:28:24.778Z[ host-image] Sep 11 20:28:23.716 INFO O| Sep 11 20:28:23.716 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION does not exist
107212026-09-11T20:28:24.778Z[ host-image] Sep 11 20:28:23.716 INFO O| Sep 11 20:28:23.716 INFO copying /tmp/.tmpxxXox5/proto/host/root/opt/oxide/pumpkind/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION ...
107222026-09-11T20:28:24.778Z[ host-image] Sep 11 20:28:23.716 INFO O| Sep 11 20:28:23.716 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION
107232026-09-11T20:28:24.778Z[ host-image] Sep 11 20:28:23.716 INFO O| Sep 11 20:28:23.716 INFO ok!
107242026-09-11T20:28:24.778Z[ host-image] Sep 11 20:28:23.716 INFO O| Sep 11 20:28:23.716 INFO STEP 104 (ensure_file) COMPLETE
107252026-09-11T20:28:24.778Z[ host-image] Sep 11 20:28:23.716 INFO O| Sep 11 20:28:23.716 INFO STEP 105: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
107262026-09-11T20:28:24.785Z[ host-image] Sep 11 20:28:23.723 INFO O| Sep 11 20:28:23.723 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils
107272026-09-11T20:28:24.785Z[ host-image] Sep 11 20:28:23.723 INFO O| Sep 11 20:28:23.723 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils
107282026-09-11T20:28:24.785Z[ host-image] Sep 11 20:28:23.723 INFO O| Sep 11 20:28:23.723 INFO STEP 105 (ensure_dir) COMPLETE
107292026-09-11T20:28:24.788Z[ host-image] Sep 11 20:28:23.723 INFO O| Sep 11 20:28:23.723 INFO STEP 106: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
107302026-09-11T20:28:24.799Z[ host-image] Sep 11 20:28:23.735 INFO O| Sep 11 20:28:23.735 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/crucible-verify-raw does not exist
107312026-09-11T20:28:24.799Z[ host-image] Sep 11 20:28:23.735 INFO O| Sep 11 20:28:23.735 INFO copying /tmp/.tmpxxXox5/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 ...
107322026-09-11T20:28:25.189Z[ host-image] Sep 11 20:28:24.127 INFO O| Sep 11 20:28:24.127 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/crucible-verify-raw
107332026-09-11T20:28:25.189Z[ host-image] Sep 11 20:28:24.127 INFO O| Sep 11 20:28:24.127 INFO ok!
107342026-09-11T20:28:25.189Z[ host-image] Sep 11 20:28:24.127 INFO O| Sep 11 20:28:24.127 INFO STEP 106 (ensure_file) COMPLETE
107352026-09-11T20:28:25.192Z[ host-image] Sep 11 20:28:24.127 INFO O| Sep 11 20:28:24.127 INFO STEP 107: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
107362026-09-11T20:28:25.200Z[ host-image] Sep 11 20:28:24.137 INFO O| Sep 11 20:28:24.137 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_repair.d does not exist
107372026-09-11T20:28:25.200Z[ host-image] Sep 11 20:28:24.137 INFO O| Sep 11 20:28:24.137 INFO copying /tmp/.tmpxxXox5/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 ...
107382026-09-11T20:28:25.200Z[ host-image] Sep 11 20:28:24.137 INFO O| Sep 11 20:28:24.137 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_repair.d
107392026-09-11T20:28:25.200Z[ host-image] Sep 11 20:28:24.137 INFO O| Sep 11 20:28:24.137 INFO ok!
107402026-09-11T20:28:25.203Z[ host-image] Sep 11 20:28:24.137 INFO O| Sep 11 20:28:24.137 INFO STEP 107 (ensure_file) COMPLETE
107412026-09-11T20:28:25.203Z[ host-image] Sep 11 20:28:24.137 INFO O| Sep 11 20:28:24.137 INFO STEP 108: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
107422026-09-11T20:28:25.208Z[ host-image] Sep 11 20:28:24.146 INFO O| Sep 11 20:28:24.146 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_raw.d does not exist
107432026-09-11T20:28:25.208Z[ host-image] Sep 11 20:28:24.146 INFO O| Sep 11 20:28:24.146 INFO copying /tmp/.tmpxxXox5/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 ...
107442026-09-11T20:28:25.208Z[ host-image] Sep 11 20:28:24.146 INFO O| Sep 11 20:28:24.146 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_raw.d
107452026-09-11T20:28:25.210Z[ host-image] Sep 11 20:28:24.146 INFO O| Sep 11 20:28:24.146 INFO ok!
107462026-09-11T20:28:25.211Z[ host-image] Sep 11 20:28:24.146 INFO O| Sep 11 20:28:24.146 INFO STEP 108 (ensure_file) COMPLETE
107472026-09-11T20:28:25.211Z[ host-image] Sep 11 20:28:24.146 INFO O| Sep 11 20:28:24.146 INFO STEP 109: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
107482026-09-11T20:28:25.218Z[ host-image] Sep 11 20:28:24.156 INFO O| Sep 11 20:28:24.156 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_info.d does not exist
107492026-09-11T20:28:25.218Z[ host-image] Sep 11 20:28:24.156 INFO O| Sep 11 20:28:24.156 INFO copying /tmp/.tmpxxXox5/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 ...
107502026-09-11T20:28:25.221Z[ host-image] Sep 11 20:28:24.156 INFO O| Sep 11 20:28:24.156 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_info.d
107512026-09-11T20:28:25.221Z[ host-image] Sep 11 20:28:24.156 INFO O| Sep 11 20:28:24.156 INFO ok!
107522026-09-11T20:28:25.221Z[ host-image] Sep 11 20:28:24.156 INFO O| Sep 11 20:28:24.156 INFO STEP 109 (ensure_file) COMPLETE
107532026-09-11T20:28:25.221Z[ host-image] Sep 11 20:28:24.156 INFO O| Sep 11 20:28:24.156 INFO STEP 110: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
107542026-09-11T20:28:25.226Z[ host-image] Sep 11 20:28:24.165 INFO O| Sep 11 20:28:24.164 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_count.d does not exist
107552026-09-11T20:28:25.226Z[ host-image] Sep 11 20:28:24.165 INFO O| Sep 11 20:28:24.164 INFO copying /tmp/.tmpxxXox5/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 ...
107562026-09-11T20:28:25.229Z[ host-image] Sep 11 20:28:24.165 INFO O| Sep 11 20:28:24.165 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_count.d
107572026-09-11T20:28:25.229Z[ host-image] Sep 11 20:28:24.165 INFO O| Sep 11 20:28:24.165 INFO ok!
107582026-09-11T20:28:25.229Z[ host-image] Sep 11 20:28:24.165 INFO O| Sep 11 20:28:24.165 INFO STEP 110 (ensure_file) COMPLETE
107592026-09-11T20:28:25.229Z[ host-image] Sep 11 20:28:24.165 INFO O| Sep 11 20:28:24.165 INFO STEP 111: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
107602026-09-11T20:28:25.235Z[ host-image] Sep 11 20:28:24.173 INFO O| Sep 11 20:28:24.173 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_action.d does not exist
107612026-09-11T20:28:25.235Z[ host-image] Sep 11 20:28:24.173 INFO O| Sep 11 20:28:24.173 INFO copying /tmp/.tmpxxXox5/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 ...
107622026-09-11T20:28:25.235Z[ host-image] Sep 11 20:28:24.173 INFO O| Sep 11 20:28:24.173 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_action.d
107632026-09-11T20:28:25.235Z[ host-image] Sep 11 20:28:24.173 INFO O| Sep 11 20:28:24.173 INFO ok!
107642026-09-11T20:28:25.238Z[ host-image] Sep 11 20:28:24.173 INFO O| Sep 11 20:28:24.173 INFO STEP 111 (ensure_file) COMPLETE
107652026-09-11T20:28:25.238Z[ host-image] Sep 11 20:28:24.173 INFO O| Sep 11 20:28:24.173 INFO STEP 112: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
107662026-09-11T20:28:25.247Z[ host-image] Sep 11 20:28:24.183 INFO O| Sep 11 20:28:24.183 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/up-info.d does not exist
107672026-09-11T20:28:25.247Z[ host-image] Sep 11 20:28:24.183 INFO O| Sep 11 20:28:24.183 INFO copying /tmp/.tmpxxXox5/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 ...
107682026-09-11T20:28:25.247Z[ host-image] Sep 11 20:28:24.183 INFO O| Sep 11 20:28:24.183 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/up-info.d
107692026-09-11T20:28:25.251Z[ host-image] Sep 11 20:28:24.183 INFO O| Sep 11 20:28:24.183 INFO ok!
107702026-09-11T20:28:25.251Z[ host-image] Sep 11 20:28:24.183 INFO O| Sep 11 20:28:24.183 INFO STEP 112 (ensure_file) COMPLETE
107712026-09-11T20:28:25.251Z[ host-image] Sep 11 20:28:24.183 INFO O| Sep 11 20:28:24.183 INFO STEP 113: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
107722026-09-11T20:28:25.255Z[ host-image] Sep 11 20:28:24.192 INFO O| Sep 11 20:28:24.192 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d does not exist
107732026-09-11T20:28:25.255Z[ host-image] Sep 11 20:28:24.193 INFO O| Sep 11 20:28:24.192 INFO copying /tmp/.tmpxxXox5/proto/host/root/opt/oxide/crucible_utils/tracegw.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d ...
107742026-09-11T20:28:25.255Z[ host-image] Sep 11 20:28:24.193 INFO O| Sep 11 20:28:24.193 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d
107752026-09-11T20:28:25.255Z[ host-image] Sep 11 20:28:24.193 INFO O| Sep 11 20:28:24.193 INFO ok!
107762026-09-11T20:28:25.259Z[ host-image] Sep 11 20:28:24.193 INFO O| Sep 11 20:28:24.193 INFO STEP 113 (ensure_file) COMPLETE
107772026-09-11T20:28:25.259Z[ host-image] Sep 11 20:28:24.193 INFO O| Sep 11 20:28:24.193 INFO STEP 114: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
107782026-09-11T20:28:25.266Z[ host-image] Sep 11 20:28:24.203 INFO O| Sep 11 20:28:24.203 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/trace-vol.d does not exist
107792026-09-11T20:28:25.266Z[ host-image] Sep 11 20:28:24.204 INFO O| Sep 11 20:28:24.203 INFO copying /tmp/.tmpxxXox5/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 ...
107802026-09-11T20:28:25.266Z[ host-image] Sep 11 20:28:24.204 INFO O| Sep 11 20:28:24.204 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/trace-vol.d
107812026-09-11T20:28:25.266Z[ host-image] Sep 11 20:28:24.204 INFO O| Sep 11 20:28:24.204 INFO ok!
107822026-09-11T20:28:25.266Z[ host-image] Sep 11 20:28:24.204 INFO O| Sep 11 20:28:24.204 INFO STEP 114 (ensure_file) COMPLETE
107832026-09-11T20:28:25.269Z[ host-image] Sep 11 20:28:24.204 INFO O| Sep 11 20:28:24.204 INFO STEP 115: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
107842026-09-11T20:28:25.276Z[ host-image] Sep 11 20:28:24.214 INFO O| Sep 11 20:28:24.214 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/sled_upstairs_info.d does not exist
107852026-09-11T20:28:25.277Z[ host-image] Sep 11 20:28:24.215 INFO O| Sep 11 20:28:24.214 INFO copying /tmp/.tmpxxXox5/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 ...
107862026-09-11T20:28:25.277Z[ host-image] Sep 11 20:28:24.215 INFO O| Sep 11 20:28:24.215 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/sled_upstairs_info.d
107872026-09-11T20:28:25.280Z[ host-image] Sep 11 20:28:24.215 INFO O| Sep 11 20:28:24.215 INFO ok!
107882026-09-11T20:28:25.280Z[ host-image] Sep 11 20:28:24.215 INFO O| Sep 11 20:28:24.215 INFO STEP 115 (ensure_file) COMPLETE
107892026-09-11T20:28:25.280Z[ host-image] Sep 11 20:28:24.215 INFO O| Sep 11 20:28:24.215 INFO STEP 116: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
107902026-09-11T20:28:25.285Z[ host-image] Sep 11 20:28:24.224 INFO O| Sep 11 20:28:24.223 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/single_up_info.d does not exist
107912026-09-11T20:28:25.286Z[ host-image] Sep 11 20:28:24.224 INFO O| Sep 11 20:28:24.224 INFO copying /tmp/.tmpxxXox5/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 ...
107922026-09-11T20:28:25.286Z[ host-image] Sep 11 20:28:24.224 INFO O| Sep 11 20:28:24.224 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/single_up_info.d
107932026-09-11T20:28:25.289Z[ host-image] Sep 11 20:28:24.224 INFO O| Sep 11 20:28:24.224 INFO ok!
107942026-09-11T20:28:25.289Z[ host-image] Sep 11 20:28:24.224 INFO O| Sep 11 20:28:24.224 INFO STEP 116 (ensure_file) COMPLETE
107952026-09-11T20:28:25.289Z[ host-image] Sep 11 20:28:24.224 INFO O| Sep 11 20:28:24.224 INFO STEP 117: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
107962026-09-11T20:28:25.296Z[ host-image] Sep 11 20:28:24.234 INFO O| Sep 11 20:28:24.234 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d does not exist
107972026-09-11T20:28:25.296Z[ host-image] Sep 11 20:28:24.234 INFO O| Sep 11 20:28:24.234 INFO copying /tmp/.tmpxxXox5/proto/host/root/opt/oxide/crucible_utils/perfgw.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d ...
107982026-09-11T20:28:25.296Z[ host-image] Sep 11 20:28:24.234 INFO O| Sep 11 20:28:24.234 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d
107992026-09-11T20:28:25.296Z[ host-image] Sep 11 20:28:24.234 INFO O| Sep 11 20:28:24.234 INFO ok!
108002026-09-11T20:28:25.296Z[ host-image] Sep 11 20:28:24.234 INFO O| Sep 11 20:28:24.234 INFO STEP 117 (ensure_file) COMPLETE
108012026-09-11T20:28:25.299Z[ host-image] Sep 11 20:28:24.234 INFO O| Sep 11 20:28:24.234 INFO STEP 118: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
108022026-09-11T20:28:25.306Z[ host-image] Sep 11 20:28:24.244 INFO O| Sep 11 20:28:24.244 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-vol.d does not exist
108032026-09-11T20:28:25.306Z[ host-image] Sep 11 20:28:24.244 INFO O| Sep 11 20:28:24.244 INFO copying /tmp/.tmpxxXox5/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 ...
108042026-09-11T20:28:25.306Z[ host-image] Sep 11 20:28:24.244 INFO O| Sep 11 20:28:24.244 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-vol.d
108052026-09-11T20:28:25.306Z[ host-image] Sep 11 20:28:24.244 INFO O| Sep 11 20:28:24.244 INFO ok!
108062026-09-11T20:28:25.311Z[ host-image] Sep 11 20:28:24.244 INFO O| Sep 11 20:28:24.244 INFO STEP 118 (ensure_file) COMPLETE
108072026-09-11T20:28:25.311Z[ host-image] Sep 11 20:28:24.244 INFO O| Sep 11 20:28:24.244 INFO STEP 119: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
108082026-09-11T20:28:25.316Z[ host-image] Sep 11 20:28:24.253 INFO O| Sep 11 20:28:24.253 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-upstairs-wf.d does not exist
108092026-09-11T20:28:25.319Z[ host-image] Sep 11 20:28:24.253 INFO O| Sep 11 20:28:24.253 INFO copying /tmp/.tmpxxXox5/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 ...
108102026-09-11T20:28:25.319Z[ host-image] Sep 11 20:28:24.253 INFO O| Sep 11 20:28:24.253 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-upstairs-wf.d
108112026-09-11T20:28:25.319Z[ host-image] Sep 11 20:28:24.253 INFO O| Sep 11 20:28:24.253 INFO ok!
108122026-09-11T20:28:25.319Z[ host-image] Sep 11 20:28:24.253 INFO O| Sep 11 20:28:24.253 INFO STEP 119 (ensure_file) COMPLETE
108132026-09-11T20:28:25.319Z[ host-image] Sep 11 20:28:24.253 INFO O| Sep 11 20:28:24.253 INFO STEP 120: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
108142026-09-11T20:28:25.353Z[ host-image] Sep 11 20:28:24.260 INFO O| Sep 11 20:28:24.260 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-reqwest.d does not exist
108152026-09-11T20:28:25.353Z[ host-image] Sep 11 20:28:24.260 INFO O| Sep 11 20:28:24.260 INFO copying /tmp/.tmpxxXox5/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 ...
108162026-09-11T20:28:25.353Z[ host-image] Sep 11 20:28:24.260 INFO O| Sep 11 20:28:24.260 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-reqwest.d
108172026-09-11T20:28:25.353Z[ host-image] Sep 11 20:28:24.260 INFO O| Sep 11 20:28:24.260 INFO ok!
108182026-09-11T20:28:25.353Z[ host-image] Sep 11 20:28:24.260 INFO O| Sep 11 20:28:24.260 INFO STEP 120 (ensure_file) COMPLETE
108192026-09-11T20:28:25.353Z[ host-image] Sep 11 20:28:24.260 INFO O| Sep 11 20:28:24.260 INFO STEP 121: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
108202026-09-11T20:28:25.353Z[ host-image] Sep 11 20:28:24.270 INFO O| Sep 11 20:28:24.270 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-online-repair.d does not exist
108212026-09-11T20:28:25.353Z[ host-image] Sep 11 20:28:24.270 INFO O| Sep 11 20:28:24.270 INFO copying /tmp/.tmpxxXox5/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 ...
108222026-09-11T20:28:25.353Z[ host-image] Sep 11 20:28:24.270 INFO O| Sep 11 20:28:24.270 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-online-repair.d
108232026-09-11T20:28:25.353Z[ host-image] Sep 11 20:28:24.270 INFO O| Sep 11 20:28:24.270 INFO ok!
108242026-09-11T20:28:25.353Z[ host-image] Sep 11 20:28:24.270 INFO O| Sep 11 20:28:24.270 INFO STEP 121 (ensure_file) COMPLETE
108252026-09-11T20:28:25.353Z[ host-image] Sep 11 20:28:24.270 INFO O| Sep 11 20:28:24.270 INFO STEP 122: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
108262026-09-11T20:28:25.353Z[ host-image] Sep 11 20:28:24.280 INFO O| Sep 11 20:28:24.280 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-net.d does not exist
108272026-09-11T20:28:25.353Z[ host-image] Sep 11 20:28:24.280 INFO O| Sep 11 20:28:24.280 INFO copying /tmp/.tmpxxXox5/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 ...
108282026-09-11T20:28:25.354Z[ host-image] Sep 11 20:28:24.280 INFO O| Sep 11 20:28:24.280 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-net.d
108292026-09-11T20:28:25.354Z[ host-image] Sep 11 20:28:24.280 INFO O| Sep 11 20:28:24.280 INFO ok!
108302026-09-11T20:28:25.354Z[ host-image] Sep 11 20:28:24.280 INFO O| Sep 11 20:28:24.280 INFO STEP 122 (ensure_file) COMPLETE
108312026-09-11T20:28:25.354Z[ host-image] Sep 11 20:28:24.280 INFO O| Sep 11 20:28:24.280 INFO STEP 123: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
108322026-09-11T20:28:25.357Z[ host-image] Sep 11 20:28:24.291 INFO O| Sep 11 20:28:24.290 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-client.d does not exist
108332026-09-11T20:28:25.357Z[ host-image] Sep 11 20:28:24.291 INFO O| Sep 11 20:28:24.290 INFO copying /tmp/.tmpxxXox5/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 ...
108342026-09-11T20:28:25.357Z[ host-image] Sep 11 20:28:24.291 INFO O| Sep 11 20:28:24.291 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-client.d
108352026-09-11T20:28:25.358Z[ host-image] Sep 11 20:28:24.291 INFO O| Sep 11 20:28:24.291 INFO ok!
108362026-09-11T20:28:25.358Z[ host-image] Sep 11 20:28:24.291 INFO O| Sep 11 20:28:24.291 INFO STEP 123 (ensure_file) COMPLETE
108372026-09-11T20:28:25.358Z[ host-image] Sep 11 20:28:24.291 INFO O| Sep 11 20:28:24.291 INFO STEP 124: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
108382026-09-11T20:28:25.363Z[ host-image] Sep 11 20:28:24.301 INFO O| Sep 11 20:28:24.301 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs.d does not exist
108392026-09-11T20:28:25.366Z[ host-image] Sep 11 20:28:24.301 INFO O| Sep 11 20:28:24.301 INFO copying /tmp/.tmpxxXox5/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 ...
108402026-09-11T20:28:25.366Z[ host-image] Sep 11 20:28:24.301 INFO O| Sep 11 20:28:24.301 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs.d
108412026-09-11T20:28:25.366Z[ host-image] Sep 11 20:28:24.301 INFO O| Sep 11 20:28:24.301 INFO ok!
108422026-09-11T20:28:25.366Z[ host-image] Sep 11 20:28:24.301 INFO O| Sep 11 20:28:24.301 INFO STEP 124 (ensure_file) COMPLETE
108432026-09-11T20:28:25.366Z[ host-image] Sep 11 20:28:24.301 INFO O| Sep 11 20:28:24.301 INFO STEP 125: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
108442026-09-11T20:28:25.374Z[ host-image] Sep 11 20:28:24.311 INFO O| Sep 11 20:28:24.311 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-tick.d does not exist
108452026-09-11T20:28:25.374Z[ host-image] Sep 11 20:28:24.311 INFO O| Sep 11 20:28:24.311 INFO copying /tmp/.tmpxxXox5/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 ...
108462026-09-11T20:28:25.379Z[ host-image] Sep 11 20:28:24.312 INFO O| Sep 11 20:28:24.312 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-tick.d
108472026-09-11T20:28:25.379Z[ host-image] Sep 11 20:28:24.312 INFO O| Sep 11 20:28:24.312 INFO ok!
108482026-09-11T20:28:25.379Z[ host-image] Sep 11 20:28:24.312 INFO O| Sep 11 20:28:24.312 INFO STEP 125 (ensure_file) COMPLETE
108492026-09-11T20:28:25.379Z[ host-image] Sep 11 20:28:24.312 INFO O| Sep 11 20:28:24.312 INFO STEP 126: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
108502026-09-11T20:28:25.382Z[ host-image] Sep 11 20:28:24.321 INFO O| Sep 11 20:28:24.321 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-three.d does not exist
108512026-09-11T20:28:25.383Z[ host-image] Sep 11 20:28:24.321 INFO O| Sep 11 20:28:24.321 INFO copying /tmp/.tmpxxXox5/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 ...
108522026-09-11T20:28:25.388Z[ host-image] Sep 11 20:28:24.321 INFO O| Sep 11 20:28:24.321 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-three.d
108532026-09-11T20:28:25.388Z[ host-image] Sep 11 20:28:24.321 INFO O| Sep 11 20:28:24.321 INFO ok!
108542026-09-11T20:28:25.388Z[ host-image] Sep 11 20:28:24.321 INFO O| Sep 11 20:28:24.321 INFO STEP 126 (ensure_file) COMPLETE
108552026-09-11T20:28:25.388Z[ host-image] Sep 11 20:28:24.321 INFO O| Sep 11 20:28:24.321 INFO STEP 127: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
108562026-09-11T20:28:25.392Z[ host-image] Sep 11 20:28:24.330 INFO O| Sep 11 20:28:24.330 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-os.d does not exist
108572026-09-11T20:28:25.392Z[ host-image] Sep 11 20:28:24.330 INFO O| Sep 11 20:28:24.330 INFO copying /tmp/.tmpxxXox5/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 ...
108582026-09-11T20:28:25.395Z[ host-image] Sep 11 20:28:24.330 INFO O| Sep 11 20:28:24.330 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-os.d
108592026-09-11T20:28:25.395Z[ host-image] Sep 11 20:28:24.330 INFO O| Sep 11 20:28:24.330 INFO ok!
108602026-09-11T20:28:25.395Z[ host-image] Sep 11 20:28:24.330 INFO O| Sep 11 20:28:24.330 INFO STEP 127 (ensure_file) COMPLETE
108612026-09-11T20:28:25.395Z[ host-image] Sep 11 20:28:24.330 INFO O| Sep 11 20:28:24.330 INFO STEP 128: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
108622026-09-11T20:28:25.402Z[ host-image] Sep 11 20:28:24.341 INFO O| Sep 11 20:28:24.341 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.sh does not exist
108632026-09-11T20:28:25.402Z[ host-image] Sep 11 20:28:24.341 INFO O| Sep 11 20:28:24.341 INFO copying /tmp/.tmpxxXox5/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 ...
108642026-09-11T20:28:25.405Z[ host-image] Sep 11 20:28:24.341 INFO O| Sep 11 20:28:24.341 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.sh
108652026-09-11T20:28:25.406Z[ host-image] Sep 11 20:28:24.341 INFO O| Sep 11 20:28:24.341 INFO ok!
108662026-09-11T20:28:25.406Z[ host-image] Sep 11 20:28:24.341 INFO O| Sep 11 20:28:24.341 INFO STEP 128 (ensure_file) COMPLETE
108672026-09-11T20:28:25.406Z[ host-image] Sep 11 20:28:24.341 INFO O| Sep 11 20:28:24.341 INFO STEP 129: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
108682026-09-11T20:28:25.410Z[ host-image] Sep 11 20:28:24.349 INFO O| Sep 11 20:28:24.348 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.d does not exist
108692026-09-11T20:28:25.410Z[ host-image] Sep 11 20:28:24.349 INFO O| Sep 11 20:28:24.348 INFO copying /tmp/.tmpxxXox5/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 ...
108702026-09-11T20:28:25.413Z[ host-image] Sep 11 20:28:24.349 INFO O| Sep 11 20:28:24.349 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.d
108712026-09-11T20:28:25.413Z[ host-image] Sep 11 20:28:24.349 INFO O| Sep 11 20:28:24.349 INFO ok!
108722026-09-11T20:28:25.413Z[ host-image] Sep 11 20:28:24.349 INFO O| Sep 11 20:28:24.349 INFO STEP 129 (ensure_file) COMPLETE
108732026-09-11T20:28:25.413Z[ host-image] Sep 11 20:28:24.349 INFO O| Sep 11 20:28:24.349 INFO STEP 130: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
108742026-09-11T20:28:25.421Z[ host-image] Sep 11 20:28:24.359 INFO O| Sep 11 20:28:24.359 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.sh does not exist
108752026-09-11T20:28:25.421Z[ host-image] Sep 11 20:28:24.359 INFO O| Sep 11 20:28:24.359 INFO copying /tmp/.tmpxxXox5/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 ...
108762026-09-11T20:28:25.421Z[ host-image] Sep 11 20:28:24.359 INFO O| Sep 11 20:28:24.359 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.sh
108772026-09-11T20:28:25.424Z[ host-image] Sep 11 20:28:24.359 INFO O| Sep 11 20:28:24.359 INFO ok!
108782026-09-11T20:28:25.424Z[ host-image] Sep 11 20:28:24.359 INFO O| Sep 11 20:28:24.359 INFO STEP 130 (ensure_file) COMPLETE
108792026-09-11T20:28:25.424Z[ host-image] Sep 11 20:28:24.359 INFO O| Sep 11 20:28:24.359 INFO STEP 131: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
108802026-09-11T20:28:25.431Z[ host-image] Sep 11 20:28:24.368 INFO O| Sep 11 20:28:24.368 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.d does not exist
108812026-09-11T20:28:25.431Z[ host-image] Sep 11 20:28:24.368 INFO O| Sep 11 20:28:24.368 INFO copying /tmp/.tmpxxXox5/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 ...
108822026-09-11T20:28:25.434Z[ host-image] Sep 11 20:28:24.368 INFO O| Sep 11 20:28:24.368 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.d
108832026-09-11T20:28:25.434Z[ host-image] Sep 11 20:28:24.368 INFO O| Sep 11 20:28:24.368 INFO ok!
108842026-09-11T20:28:25.434Z[ host-image] Sep 11 20:28:24.368 INFO O| Sep 11 20:28:24.368 INFO STEP 131 (ensure_file) COMPLETE
108852026-09-11T20:28:25.434Z[ host-image] Sep 11 20:28:24.368 INFO O| Sep 11 20:28:24.368 INFO STEP 132: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
108862026-09-11T20:28:25.439Z[ host-image] Sep 11 20:28:24.377 INFO O| Sep 11 20:28:24.377 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.sh does not exist
108872026-09-11T20:28:25.442Z[ host-image] Sep 11 20:28:24.377 INFO O| Sep 11 20:28:24.377 INFO copying /tmp/.tmpxxXox5/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 ...
108882026-09-11T20:28:25.442Z[ host-image] Sep 11 20:28:24.377 INFO O| Sep 11 20:28:24.377 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.sh
108892026-09-11T20:28:25.443Z[ host-image] Sep 11 20:28:24.377 INFO O| Sep 11 20:28:24.377 INFO ok!
108902026-09-11T20:28:25.443Z[ host-image] Sep 11 20:28:24.377 INFO O| Sep 11 20:28:24.377 INFO STEP 132 (ensure_file) COMPLETE
108912026-09-11T20:28:25.443Z[ host-image] Sep 11 20:28:24.377 INFO O| Sep 11 20:28:24.377 INFO STEP 133: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
108922026-09-11T20:28:25.447Z[ host-image] Sep 11 20:28:24.385 INFO O| Sep 11 20:28:24.385 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.d does not exist
108932026-09-11T20:28:25.447Z[ host-image] Sep 11 20:28:24.385 INFO O| Sep 11 20:28:24.385 INFO copying /tmp/.tmpxxXox5/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 ...
108942026-09-11T20:28:25.447Z[ host-image] Sep 11 20:28:24.385 INFO O| Sep 11 20:28:24.385 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.d
108952026-09-11T20:28:25.450Z[ host-image] Sep 11 20:28:24.385 INFO O| Sep 11 20:28:24.385 INFO ok!
108962026-09-11T20:28:25.450Z[ host-image] Sep 11 20:28:24.385 INFO O| Sep 11 20:28:24.385 INFO STEP 133 (ensure_file) COMPLETE
108972026-09-11T20:28:25.450Z[ host-image] Sep 11 20:28:24.385 INFO O| Sep 11 20:28:24.385 INFO STEP 134: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
108982026-09-11T20:28:25.457Z[ host-image] Sep 11 20:28:24.395 INFO O| Sep 11 20:28:24.395 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/downstairs_count.d does not exist
108992026-09-11T20:28:25.457Z[ host-image] Sep 11 20:28:24.395 INFO O| Sep 11 20:28:24.395 INFO copying /tmp/.tmpxxXox5/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 ...
109002026-09-11T20:28:25.460Z[ host-image] Sep 11 20:28:24.395 INFO O| Sep 11 20:28:24.395 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/downstairs_count.d
109012026-09-11T20:28:25.460Z[ host-image] Sep 11 20:28:24.395 INFO O| Sep 11 20:28:24.395 INFO ok!
109022026-09-11T20:28:25.460Z[ host-image] Sep 11 20:28:24.395 INFO O| Sep 11 20:28:24.395 INFO STEP 134 (ensure_file) COMPLETE
109032026-09-11T20:28:25.460Z[ host-image] Sep 11 20:28:24.395 INFO O| Sep 11 20:28:24.395 INFO STEP 135: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
109042026-09-11T20:28:25.465Z[ host-image] Sep 11 20:28:24.403 INFO O| Sep 11 20:28:24.403 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/all_downstairs.d does not exist
109052026-09-11T20:28:25.465Z[ host-image] Sep 11 20:28:24.403 INFO O| Sep 11 20:28:24.403 INFO copying /tmp/.tmpxxXox5/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 ...
109062026-09-11T20:28:25.465Z[ host-image] Sep 11 20:28:24.403 INFO O| Sep 11 20:28:24.403 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/all_downstairs.d
109072026-09-11T20:28:25.465Z[ host-image] Sep 11 20:28:24.403 INFO O| Sep 11 20:28:24.403 INFO ok!
109082026-09-11T20:28:25.470Z[ host-image] Sep 11 20:28:24.403 INFO O| Sep 11 20:28:24.403 INFO STEP 135 (ensure_file) COMPLETE
109092026-09-11T20:28:25.470Z[ host-image] Sep 11 20:28:24.403 INFO O| Sep 11 20:28:24.403 INFO STEP 136: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
109102026-09-11T20:28:25.473Z[ host-image] Sep 11 20:28:24.411 INFO O| Sep 11 20:28:24.411 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md does not exist
109112026-09-11T20:28:25.473Z[ host-image] Sep 11 20:28:24.411 INFO O| Sep 11 20:28:24.411 INFO copying /tmp/.tmpxxXox5/proto/host/root/opt/oxide/crucible_utils/README.md -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md ...
109122026-09-11T20:28:25.473Z[ host-image] Sep 11 20:28:24.411 INFO O| Sep 11 20:28:24.411 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md
109132026-09-11T20:28:25.473Z[ host-image] Sep 11 20:28:24.411 INFO O| Sep 11 20:28:24.411 INFO ok!
109142026-09-11T20:28:25.473Z[ host-image] Sep 11 20:28:24.411 INFO O| Sep 11 20:28:24.411 INFO STEP 136 (ensure_file) COMPLETE
109152026-09-11T20:28:25.473Z[ host-image] Sep 11 20:28:24.411 INFO O| Sep 11 20:28:24.411 INFO STEP 137: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
109162026-09-11T20:28:25.482Z[ host-image] Sep 11 20:28:24.420 INFO O| Sep 11 20:28:24.420 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/utils-info.txt does not exist
109172026-09-11T20:28:25.482Z[ host-image] Sep 11 20:28:24.420 INFO O| Sep 11 20:28:24.420 INFO copying /tmp/.tmpxxXox5/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 ...
109182026-09-11T20:28:25.485Z[ host-image] Sep 11 20:28:24.420 INFO O| Sep 11 20:28:24.420 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/utils-info.txt
109192026-09-11T20:28:25.485Z[ host-image] Sep 11 20:28:24.420 INFO O| Sep 11 20:28:24.420 INFO ok!
109202026-09-11T20:28:25.485Z[ host-image] Sep 11 20:28:24.420 INFO O| Sep 11 20:28:24.420 INFO STEP 137 (ensure_file) COMPLETE
109212026-09-11T20:28:25.485Z[ host-image] Sep 11 20:28:24.420 INFO O| Sep 11 20:28:24.420 INFO STEP 138: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
109222026-09-11T20:28:25.490Z[ host-image] Sep 11 20:28:24.428 INFO O| Sep 11 20:28:24.428 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION does not exist
109232026-09-11T20:28:25.490Z[ host-image] Sep 11 20:28:24.428 INFO O| Sep 11 20:28:24.428 INFO copying /tmp/.tmpxxXox5/proto/host/root/opt/oxide/crucible_utils/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION ...
109242026-09-11T20:28:25.493Z[ host-image] Sep 11 20:28:24.428 INFO O| Sep 11 20:28:24.428 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION
109252026-09-11T20:28:25.493Z[ host-image] Sep 11 20:28:24.428 INFO O| Sep 11 20:28:24.428 INFO ok!
109262026-09-11T20:28:25.493Z[ host-image] Sep 11 20:28:24.428 INFO O| Sep 11 20:28:24.428 INFO STEP 138 (ensure_file) COMPLETE
109272026-09-11T20:28:25.493Z[ host-image] Sep 11 20:28:24.428 INFO O| Sep 11 20:28:24.428 INFO STEP 139: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
109282026-09-11T20:28:25.497Z[ host-image] Sep 11 20:28:24.435 INFO O| Sep 11 20:28:24.435 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz does not exist
109292026-09-11T20:28:25.497Z[ host-image] Sep 11 20:28:24.436 INFO O| Sep 11 20:28:24.435 INFO copying /tmp/.tmpxxXox5/proto/host/root/opt/oxide/switch.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz ...
109302026-09-11T20:28:26.841Z[verify-libraries] Compiling omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
109312026-09-11T20:28:33.275Z[verify-libraries] Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
109322026-09-11T20:28:34.520Z[ host-image] Sep 11 20:28:33.458 INFO O| Sep 11 20:28:33.458 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz
109332026-09-11T20:28:34.523Z[ host-image] Sep 11 20:28:33.458 INFO O| Sep 11 20:28:33.458 INFO ok!
109342026-09-11T20:28:34.523Z[ host-image] Sep 11 20:28:33.458 INFO O| Sep 11 20:28:33.458 INFO STEP 139 (ensure_file) COMPLETE
109352026-09-11T20:28:34.523Z[ host-image] Sep 11 20:28:33.458 INFO O| Sep 11 20:28:33.458 INFO STEP 140: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
109362026-09-11T20:28:34.533Z[ host-image] Sep 11 20:28:33.470 INFO O| Sep 11 20:28:33.470 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib
109372026-09-11T20:28:34.533Z[ host-image] Sep 11 20:28:33.470 INFO O| Sep 11 20:28:33.470 INFO STEP 140 (ensure_dir) COMPLETE
109382026-09-11T20:28:34.533Z[ host-image] Sep 11 20:28:33.470 INFO O| Sep 11 20:28:33.470 INFO STEP 141: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
109392026-09-11T20:28:34.543Z[ host-image] Sep 11 20:28:33.482 INFO O| Sep 11 20:28:33.481 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc
109402026-09-11T20:28:34.544Z[ host-image] Sep 11 20:28:33.482 INFO O| Sep 11 20:28:33.482 INFO STEP 141 (ensure_dir) COMPLETE
109412026-09-11T20:28:34.544Z[ host-image] Sep 11 20:28:33.482 INFO O| Sep 11 20:28:33.482 INFO STEP 142: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
109422026-09-11T20:28:34.555Z[ host-image] Sep 11 20:28:33.493 INFO O| Sep 11 20:28:33.493 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest
109432026-09-11T20:28:34.555Z[ host-image] Sep 11 20:28:33.493 INFO O| Sep 11 20:28:33.493 INFO STEP 142 (ensure_dir) COMPLETE
109442026-09-11T20:28:34.560Z[ host-image] Sep 11 20:28:33.493 INFO O| Sep 11 20:28:33.493 INFO STEP 143: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
109452026-09-11T20:28:34.565Z[ host-image] Sep 11 20:28:33.503 INFO O| Sep 11 20:28:33.503 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site
109462026-09-11T20:28:34.568Z[ host-image] Sep 11 20:28:33.503 INFO O| Sep 11 20:28:33.503 INFO STEP 143 (ensure_dir) COMPLETE
109472026-09-11T20:28:34.568Z[ host-image] Sep 11 20:28:33.503 INFO O| Sep 11 20:28:33.503 INFO STEP 144: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
109482026-09-11T20:28:34.577Z[ host-image] Sep 11 20:28:33.515 INFO O| Sep 11 20:28:33.515 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/sled-agent.xml does not exist
109492026-09-11T20:28:34.577Z[ host-image] Sep 11 20:28:33.515 INFO O| Sep 11 20:28:33.515 INFO copying /tmp/.tmpxxXox5/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 ...
109502026-09-11T20:28:34.580Z[ host-image] Sep 11 20:28:33.515 INFO O| Sep 11 20:28:33.515 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/sled-agent.xml
109512026-09-11T20:28:34.580Z[ host-image] Sep 11 20:28:33.515 INFO O| Sep 11 20:28:33.515 INFO ok!
109522026-09-11T20:28:34.580Z[ host-image] Sep 11 20:28:33.515 INFO O| Sep 11 20:28:33.515 INFO STEP 144 (ensure_file) COMPLETE
109532026-09-11T20:28:34.580Z[ host-image] Sep 11 20:28:33.515 INFO O| Sep 11 20:28:33.515 INFO STEP 145: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
109542026-09-11T20:28:34.588Z[ host-image] Sep 11 20:28:33.526 INFO O| Sep 11 20:28:33.526 INFO perms are 700, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/root
109552026-09-11T20:28:34.588Z[ host-image] Sep 11 20:28:33.526 INFO O| Sep 11 20:28:33.526 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/root
109562026-09-11T20:28:34.591Z[ host-image] Sep 11 20:28:33.526 INFO O| Sep 11 20:28:33.526 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/root
109572026-09-11T20:28:34.591Z[ host-image] Sep 11 20:28:33.526 INFO O| Sep 11 20:28:33.526 INFO STEP 145 (ensure_dir) COMPLETE
109582026-09-11T20:28:34.591Z[ host-image] Sep 11 20:28:33.526 INFO O| Sep 11 20:28:33.526 INFO STEP 146: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
109592026-09-11T20:28:34.635Z[ host-image] Sep 11 20:28:33.536 INFO O| Sep 11 20:28:33.536 WARN file /rpool/images/build/host/work/sled/zfs/a/root/.profile exists, with wrong contents, unlinking
109602026-09-11T20:28:34.635Z[ host-image] Sep 11 20:28:33.536 INFO O| Sep 11 20:28:33.536 INFO copying /tmp/.tmpxxXox5/proto/host/root/root/.profile -> /rpool/images/build/host/work/sled/zfs/a/root/.profile ...
109612026-09-11T20:28:34.635Z[ host-image] Sep 11 20:28:33.536 INFO O| Sep 11 20:28:33.536 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/root/.profile
109622026-09-11T20:28:34.635Z[ host-image] Sep 11 20:28:33.536 INFO O| Sep 11 20:28:33.536 INFO ok!
109632026-09-11T20:28:34.635Z[ host-image] Sep 11 20:28:33.536 INFO O| Sep 11 20:28:33.536 INFO STEP 146 (ensure_file) COMPLETE
109642026-09-11T20:28:34.635Z[ host-image] Sep 11 20:28:33.536 INFO O| Sep 11 20:28:33.536 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
109652026-09-11T20:28:34.635Z[ host-image] Sep 11 20:28:33.546 INFO O| Sep 11 20:28:33.546 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/ipsec"
109662026-09-11T20:28:34.635Z[ host-image] Sep 11 20:28:33.546 INFO O| Sep 11 20:28:33.546 INFO STEP 147 (remove_files) COMPLETE
109672026-09-11T20:28:34.635Z[ host-image] Sep 11 20:28:33.546 INFO O| Sep 11 20:28:33.546 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
109682026-09-11T20:28:34.635Z[ host-image] Sep 11 20:28:33.558 INFO O| Sep 11 20:28:33.558 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/ldap"
109692026-09-11T20:28:34.635Z[ host-image] Sep 11 20:28:33.558 INFO O| Sep 11 20:28:33.558 INFO STEP 148 (remove_files) COMPLETE
109702026-09-11T20:28:34.635Z[ host-image] Sep 11 20:28:33.558 INFO O| Sep 11 20:28:33.558 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
109712026-09-11T20:28:34.640Z[ host-image] Sep 11 20:28:33.569 INFO O| Sep 11 20:28:33.569 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/rpc"
109722026-09-11T20:28:34.640Z[ host-image] Sep 11 20:28:33.569 INFO O| Sep 11 20:28:33.569 INFO STEP 149 (remove_files) COMPLETE
109732026-09-11T20:28:34.640Z[ host-image] Sep 11 20:28:33.569 INFO O| Sep 11 20:28:33.569 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
109742026-09-11T20:28:34.643Z[ host-image] Sep 11 20:28:33.580 INFO O| Sep 11 20:28:33.580 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/security"
109752026-09-11T20:28:34.643Z[ host-image] Sep 11 20:28:33.580 INFO O| Sep 11 20:28:33.580 INFO STEP 150 (remove_files) COMPLETE
109762026-09-11T20:28:34.643Z[ host-image] Sep 11 20:28:33.580 INFO O| Sep 11 20:28:33.580 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
109772026-09-11T20:28:34.654Z[ host-image] Sep 11 20:28:33.592 INFO O| Sep 11 20:28:33.592 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/shares"
109782026-09-11T20:28:34.654Z[ host-image] Sep 11 20:28:33.592 INFO O| Sep 11 20:28:33.592 INFO STEP 151 (remove_files) COMPLETE
109792026-09-11T20:28:34.657Z[ host-image] Sep 11 20:28:33.592 INFO O| Sep 11 20:28:33.592 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
109802026-09-11T20:28:34.664Z[ host-image] Sep 11 20:28:33.602 INFO O| Sep 11 20:28:33.602 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/smb"
109812026-09-11T20:28:34.667Z[ host-image] Sep 11 20:28:33.602 INFO O| Sep 11 20:28:33.602 INFO STEP 152 (remove_files) COMPLETE
109822026-09-11T20:28:34.667Z[ host-image] Sep 11 20:28:33.603 INFO O| Sep 11 20:28:33.602 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
109832026-09-11T20:28:34.675Z[ host-image] Sep 11 20:28:33.613 INFO O| Sep 11 20:28:33.613 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/application/management/net-snmp.xml"
109842026-09-11T20:28:34.675Z[ host-image] Sep 11 20:28:33.613 INFO O| Sep 11 20:28:33.613 INFO STEP 153 (remove_files) COMPLETE
109852026-09-11T20:28:34.675Z[ host-image] Sep 11 20:28:33.613 INFO O| Sep 11 20:28:33.613 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
109862026-09-11T20:28:34.686Z[ host-image] Sep 11 20:28:33.624 INFO O| Sep 11 20:28:33.624 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/application/security/tcsd.xml"
109872026-09-11T20:28:34.686Z[ host-image] Sep 11 20:28:33.624 INFO O| Sep 11 20:28:33.624 INFO STEP 154 (remove_files) COMPLETE
109882026-09-11T20:28:34.689Z[ host-image] Sep 11 20:28:33.624 INFO O| Sep 11 20:28:33.624 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
109892026-09-11T20:28:34.697Z[ host-image] Sep 11 20:28:33.635 INFO O| Sep 11 20:28:33.635 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/dns/install.xml"
109902026-09-11T20:28:34.697Z[ host-image] Sep 11 20:28:33.635 INFO O| Sep 11 20:28:33.635 INFO STEP 155 (remove_files) COMPLETE
109912026-09-11T20:28:34.700Z[ host-image] Sep 11 20:28:33.635 INFO O| Sep 11 20:28:33.635 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
109922026-09-11T20:28:34.708Z[ host-image] Sep 11 20:28:33.646 INFO O| Sep 11 20:28:33.646 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/inetd-upgrade.xml"
109932026-09-11T20:28:34.711Z[ host-image] Sep 11 20:28:33.646 INFO O| Sep 11 20:28:33.646 INFO STEP 156 (remove_files) COMPLETE
109942026-09-11T20:28:34.711Z[ host-image] Sep 11 20:28:33.646 INFO O| Sep 11 20:28:33.646 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
109952026-09-11T20:28:34.718Z[ host-image] Sep 11 20:28:33.657 INFO O| Sep 11 20:28:33.657 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/inetd.xml"
109962026-09-11T20:28:34.719Z[ host-image] Sep 11 20:28:33.657 INFO O| Sep 11 20:28:33.657 INFO STEP 157 (remove_files) COMPLETE
109972026-09-11T20:28:34.719Z[ host-image] Sep 11 20:28:33.657 INFO O| Sep 11 20:28:33.657 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
109982026-09-11T20:28:34.729Z[ host-image] Sep 11 20:28:33.668 INFO O| Sep 11 20:28:33.668 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-install.xml"
109992026-09-11T20:28:34.729Z[ host-image] Sep 11 20:28:33.668 INFO O| Sep 11 20:28:33.668 INFO STEP 158 (remove_files) COMPLETE
110002026-09-11T20:28:34.730Z[ host-image] Sep 11 20:28:33.668 INFO O| Sep 11 20:28:33.668 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
110012026-09-11T20:28:34.740Z[ host-image] Sep 11 20:28:33.678 INFO O| Sep 11 20:28:33.678 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-ipmp.xml"
110022026-09-11T20:28:34.740Z[ host-image] Sep 11 20:28:33.679 INFO O| Sep 11 20:28:33.678 INFO STEP 159 (remove_files) COMPLETE
110032026-09-11T20:28:34.743Z[ host-image] Sep 11 20:28:33.679 INFO O| Sep 11 20:28:33.679 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
110042026-09-11T20:28:34.750Z[ host-image] Sep 11 20:28:33.689 INFO O| Sep 11 20:28:33.688 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-iptun.xml"
110052026-09-11T20:28:34.750Z[ host-image] Sep 11 20:28:33.689 INFO O| Sep 11 20:28:33.689 INFO STEP 160 (remove_files) COMPLETE
110062026-09-11T20:28:34.750Z[ host-image] Sep 11 20:28:33.689 INFO O| Sep 11 20:28:33.689 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
110072026-09-11T20:28:34.761Z[ host-image] Sep 11 20:28:33.698 INFO O| Sep 11 20:28:33.698 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-location.xml"
110082026-09-11T20:28:34.761Z[ host-image] Sep 11 20:28:33.698 INFO O| Sep 11 20:28:33.698 INFO STEP 161 (remove_files) COMPLETE
110092026-09-11T20:28:34.761Z[ host-image] Sep 11 20:28:33.698 INFO O| Sep 11 20:28:33.698 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
110102026-09-11T20:28:34.772Z[ host-image] Sep 11 20:28:33.709 INFO O| Sep 11 20:28:33.709 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-netcfg.xml"
110112026-09-11T20:28:34.772Z[ host-image] Sep 11 20:28:33.709 INFO O| Sep 11 20:28:33.709 INFO STEP 162 (remove_files) COMPLETE
110122026-09-11T20:28:34.772Z[ host-image] Sep 11 20:28:33.709 INFO O| Sep 11 20:28:33.709 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
110132026-09-11T20:28:34.783Z[ host-image] Sep 11 20:28:33.720 INFO O| Sep 11 20:28:33.720 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/routing/rdisc.xml"
110142026-09-11T20:28:34.783Z[ host-image] Sep 11 20:28:33.720 INFO O| Sep 11 20:28:33.720 INFO STEP 163 (remove_files) COMPLETE
110152026-09-11T20:28:34.786Z[ host-image] Sep 11 20:28:33.720 INFO O| Sep 11 20:28:33.720 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
110162026-09-11T20:28:34.793Z[ host-image] Sep 11 20:28:33.730 INFO O| Sep 11 20:28:33.730 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/varpd.xml"
110172026-09-11T20:28:34.793Z[ host-image] Sep 11 20:28:33.730 INFO O| Sep 11 20:28:33.730 INFO STEP 164 (remove_files) COMPLETE
110182026-09-11T20:28:34.796Z[ host-image] Sep 11 20:28:33.730 INFO O| Sep 11 20:28:33.730 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
110192026-09-11T20:28:34.802Z[ host-image] Sep 11 20:28:33.740 INFO O| Sep 11 20:28:33.740 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/allocate.xml"
110202026-09-11T20:28:34.802Z[ host-image] Sep 11 20:28:33.740 INFO O| Sep 11 20:28:33.740 INFO STEP 165 (remove_files) COMPLETE
110212026-09-11T20:28:34.805Z[ host-image] Sep 11 20:28:33.740 INFO O| Sep 11 20:28:33.740 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
110222026-09-11T20:28:34.811Z[ host-image] Sep 11 20:28:33.750 INFO O| Sep 11 20:28:33.750 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/devices-audio.xml"
110232026-09-11T20:28:34.811Z[ host-image] Sep 11 20:28:33.750 INFO O| Sep 11 20:28:33.750 INFO STEP 166 (remove_files) COMPLETE
110242026-09-11T20:28:34.812Z[ host-image] Sep 11 20:28:33.750 INFO O| Sep 11 20:28:33.750 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
110252026-09-11T20:28:34.824Z[ host-image] Sep 11 20:28:33.761 INFO O| Sep 11 20:28:33.761 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
110262026-09-11T20:28:34.824Z[ host-image] Sep 11 20:28:33.761 INFO O| Sep 11 20:28:33.761 INFO STEP 167 (remove_files) COMPLETE
110272026-09-11T20:28:34.827Z[ host-image] Sep 11 20:28:33.761 INFO O| Sep 11 20:28:33.761 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
110282026-09-11T20:28:34.833Z[ host-image] Sep 11 20:28:33.771 INFO O| Sep 11 20:28:33.771 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/dev/sndstat"
110292026-09-11T20:28:34.836Z[ host-image] Sep 11 20:28:33.771 INFO O| Sep 11 20:28:33.771 INFO STEP 168 (remove_files) COMPLETE
110302026-09-11T20:28:34.836Z[ host-image] Sep 11 20:28:33.771 INFO O| Sep 11 20:28:33.771 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
110312026-09-11T20:28:34.844Z[ host-image] Sep 11 20:28:33.781 INFO O| Sep 11 20:28:33.781 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
110322026-09-11T20:28:34.847Z[ host-image] Sep 11 20:28:33.781 INFO O| Sep 11 20:28:33.781 INFO STEP 169 (remove_files) COMPLETE
110332026-09-11T20:28:34.847Z[ host-image] Sep 11 20:28:33.781 INFO O| Sep 11 20:28:33.781 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
110342026-09-11T20:28:34.852Z[ host-image] Sep 11 20:28:33.790 INFO O| Sep 11 20:28:33.790 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/hostid.xml"
110352026-09-11T20:28:34.856Z[ host-image] Sep 11 20:28:33.790 INFO O| Sep 11 20:28:33.790 INFO STEP 170 (remove_files) COMPLETE
110362026-09-11T20:28:34.856Z[ host-image] Sep 11 20:28:33.790 INFO O| Sep 11 20:28:33.790 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
110372026-09-11T20:28:34.864Z[ host-image] Sep 11 20:28:33.801 INFO O| Sep 11 20:28:33.801 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/idmap.xml"
110382026-09-11T20:28:34.864Z[ host-image] Sep 11 20:28:33.801 INFO O| Sep 11 20:28:33.801 INFO STEP 171 (remove_files) COMPLETE
110392026-09-11T20:28:34.864Z[ host-image] Sep 11 20:28:33.801 INFO O| Sep 11 20:28:33.801 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
110402026-09-11T20:28:34.873Z[ host-image] Sep 11 20:28:33.811 INFO O| Sep 11 20:28:33.811 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/pkgserv.xml"
110412026-09-11T20:28:34.873Z[ host-image] Sep 11 20:28:33.811 INFO O| Sep 11 20:28:33.811 INFO STEP 172 (remove_files) COMPLETE
110422026-09-11T20:28:34.873Z[ host-image] Sep 11 20:28:33.811 INFO O| Sep 11 20:28:33.811 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
110432026-09-11T20:28:34.883Z[ host-image] Sep 11 20:28:33.821 INFO O| Sep 11 20:28:33.821 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/zones.xml"
110442026-09-11T20:28:34.883Z[ host-image] Sep 11 20:28:33.821 INFO O| Sep 11 20:28:33.821 INFO STEP 173 (remove_files) COMPLETE
110452026-09-11T20:28:34.883Z[ host-image] Sep 11 20:28:33.821 INFO O| Sep 11 20:28:33.821 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
110462026-09-11T20:28:34.892Z[ host-image] Sep 11 20:28:33.830 INFO O| Sep 11 20:28:33.830 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/intrd.xml"
110472026-09-11T20:28:34.895Z[ host-image] Sep 11 20:28:33.830 INFO O| Sep 11 20:28:33.830 INFO STEP 174 (remove_files) COMPLETE
110482026-09-11T20:28:34.895Z[ host-image] Sep 11 20:28:33.830 INFO O| Sep 11 20:28:33.830 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
110492026-09-11T20:28:34.900Z[ host-image] Sep 11 20:28:33.839 INFO O| Sep 11 20:28:33.839 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/chrony.xml"
110502026-09-11T20:28:34.900Z[ host-image] Sep 11 20:28:33.839 INFO O| Sep 11 20:28:33.839 INFO STEP 175 (remove_files) COMPLETE
110512026-09-11T20:28:34.907Z[ host-image] Sep 11 20:28:33.839 INFO O| Sep 11 20:28:33.839 INFO STEP 176: seed_smf, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
110522026-09-11T20:28:34.916Z[ host-image] Sep 11 20:28:33.854 INFO O| Sep 11 20:28:33.854 INFO file /rpool/images/build/host/tmp/sled/zfs/repo.db does not already exist, skipping removal
110532026-09-11T20:28:34.916Z[ host-image] Sep 11 20:28:33.854 INFO O| Sep 11 20:28:33.854 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest"], 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"}
110542026-09-11T20:28:42.631Z[ host-image] Sep 11 20:28:41.569 INFO O| Sep 11 20:28:41.568 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
110552026-09-11T20:28:42.631Z[ host-image] Sep 11 20:28:41.569 INFO O| Sep 11 20:28:41.568 INFO E| svccfg: Loaded 80 smf(7) service descriptions
110562026-09-11T20:28:42.645Z[ host-image] Sep 11 20:28:41.583 INFO O| Sep 11 20:28:41.583 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml"], env: {"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", "SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"}
110572026-09-11T20:28:42.748Z[ host-image] Sep 11 20:28:41.686 INFO O| Sep 11 20:28:41.686 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", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db"}
110582026-09-11T20:28:42.807Z[ host-image] Sep 11 20:28:41.745 INFO O| Sep 11 20:28:41.745 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_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db"}
110592026-09-11T20:28:42.872Z[ host-image] Sep 11 20:28:41.810 INFO O| Sep 11 20:28:41.810 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db does not exist
110602026-09-11T20:28:42.872Z[ host-image] Sep 11 20:28:41.810 INFO O| Sep 11 20:28:41.810 INFO copying /rpool/images/build/host/tmp/sled/zfs/repo.db -> /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db ...
110612026-09-11T20:28:42.875Z[ host-image] Sep 11 20:28:41.811 INFO O| Sep 11 20:28:41.811 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db
110622026-09-11T20:28:42.875Z[ host-image] Sep 11 20:28:41.811 INFO O| Sep 11 20:28:41.811 INFO ok!
110632026-09-11T20:28:42.875Z[ host-image] Sep 11 20:28:41.811 INFO O| Sep 11 20:28:41.811 INFO file /rpool/images/build/host/tmp/sled/zfs/repo.db exists (as File), removing
110642026-09-11T20:28:42.875Z[ host-image] Sep 11 20:28:41.811 INFO O| Sep 11 20:28:41.811 INFO STEP 176 (seed_smf) COMPLETE
110652026-09-11T20:28:42.875Z[ host-image] Sep 11 20:28:41.811 INFO O| Sep 11 20:28:41.811 INFO steps complete; finalising image!
110662026-09-11T20:28:42.875Z[ host-image] Sep 11 20:28:41.811 INFO O| Sep 11 20:28:41.811 INFO TRIM POOL: TEMPORARY-sled-zfs
110672026-09-11T20:28:42.951Z[ host-image] Sep 11 20:28:41.889 INFO O| Sep 11 20:28:41.889 INFO trim TEMPORARY-sled-zfs: (3% trimmed, started at Fri Sep 11 20:28:41 2026)
110682026-09-11T20:28:43.166Z[ host-image] Sep 11 20:28:42.104 INFO O| Sep 11 20:28:42.104 INFO temporary pool has 708M used, 316M avail, 1.92x compressratio
110692026-09-11T20:28:43.166Z[ host-image] Sep 11 20:28:42.104 INFO O| Sep 11 20:28:42.104 INFO EXPORT POOL: TEMPORARY-sled-zfs
110702026-09-11T20:28:43.506Z[ host-image] Sep 11 20:28:42.444 INFO O| Sep 11 20:28:42.444 INFO copying image /rpool/images/build/host/work/sled/zfs/lofi.raw to output file /rpool/images/build/host/output/sled-zfs.raw
110712026-09-11T20:28:43.506Z[ host-image] Sep 11 20:28:42.444 INFO O| Sep 11 20:28:42.444 INFO file /rpool/images/build/host/output/sled-zfs.raw does not already exist, skipping removal
110722026-09-11T20:28:44.480Z[ host-image] Sep 11 20:28:43.418 INFO O| Sep 11 20:28:43.418 INFO perms are 1600, should be 644, path: /rpool/images/build/host/output/sled-zfs.raw
110732026-09-11T20:28:44.480Z[ host-image] Sep 11 20:28:43.418 INFO O| Sep 11 20:28:43.418 INFO chmod ok, path: /rpool/images/build/host/output/sled-zfs.raw
110742026-09-11T20:28:44.483Z[ host-image] Sep 11 20:28:43.418 INFO O| Sep 11 20:28:43.418 INFO ownership already OK (0:0), path: /rpool/images/build/host/output/sled-zfs.raw
110752026-09-11T20:28:44.483Z[ host-image] Sep 11 20:28:43.418 INFO O| Sep 11 20:28:43.418 INFO completed processing sled/zfs
110762026-09-11T20:28:44.483Z[ host-image] Sep 11 20:28:43.418 INFO O| Sep 11 20:28:43.418 INFO DESTROY DATASET: rpool/images/build/host/work/sled/zfs
110772026-09-11T20:28:51.444Z[ recovery-image] Sep 11 20:28:50.381 INFO O| ok, image written!
110782026-09-11T20:28:51.444Z[ recovery-image] Sep 11 20:28:50.381 INFO O| ok, boot_image_csum file written!
110792026-09-11T20:28:51.448Z[ recovery-image] Sep 11 20:28:50.384 INFO creating boot archive (CPIO)...
110802026-09-11T20:28:51.448Z[ recovery-image] Sep 11 20:28:50.384 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
110812026-09-11T20:28:51.452Z[ recovery-image] Sep 11 20:28:50.389 INFO E| + root=/rpool/images/build/recovery/work/sled/ramdisk
110822026-09-11T20:28:51.452Z[ recovery-image] Sep 11 20:28:50.389 INFO E| + outfile=/work/os-recovery/cpio
110832026-09-11T20:28:51.452Z[ recovery-image] Sep 11 20:28:50.389 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.recovery
110842026-09-11T20:28:51.455Z[ recovery-image] Sep 11 20:28:50.391 INFO E| + cd /rpool/images/build/recovery/work/sled/ramdisk
110852026-09-11T20:28:51.455Z[ recovery-image] Sep 11 20:28:50.391 INFO E| + cpio -qo -H odc -O /work/os-recovery/cpio
110862026-09-11T20:28:51.490Z[ recovery-image] Sep 11 20:28:50.428 INFO E| + cd /work/oxidecomputer/helios/tmp/image.recovery
110872026-09-11T20:28:51.490Z[ recovery-image] Sep 11 20:28:50.428 INFO E| + cpio -qo -H odc -AO /work/os-recovery/cpio
110882026-09-11T20:28:51.498Z[ recovery-image] Sep 11 20:28:50.434 INFO creating compressed cpio/unix for dev loaders...
110892026-09-11T20:28:51.498Z[ recovery-image] Sep 11 20:28:50.434 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
110902026-09-11T20:28:51.723Z[ recovery-image] Sep 11 20:28:50.661 INFO exec: ["bash", "-c", "'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick' '/work/os-recovery/cpio' >'/work/os-recovery/cpio.z'"], pwd: None
110912026-09-11T20:28:55.012Z[ recovery-image] Sep 11 20:28:53.949 INFO creating reset image...
110922026-09-11T20:28:55.012Z[ recovery-image] Sep 11 20:28:53.950 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")
110932026-09-11T20:28:55.218Z[ recovery-image] Sep 11 20:28:54.156 INFO E| Updating crates.io index
110942026-09-11T20:28:55.312Z[ recovery-image] Sep 11 20:28:54.247 INFO E| Downloading crates ...
110952026-09-11T20:28:55.351Z[ recovery-image] Sep 11 20:28:54.288 INFO E| Downloaded os_pipe v1.2.3
110962026-09-11T20:28:55.357Z[ recovery-image] Sep 11 20:28:54.295 INFO E| Downloaded duct v1.1.1
110972026-09-11T20:28:55.360Z[ recovery-image] Sep 11 20:28:54.297 INFO E| Downloaded shared_thread v0.2.0
110982026-09-11T20:28:55.361Z[ recovery-image] Sep 11 20:28:54.297 INFO E| Downloaded sigchld v0.2.4
110992026-09-11T20:28:55.361Z[ recovery-image] Sep 11 20:28:54.298 INFO E| Downloaded shared_child v1.1.1
111002026-09-11T20:28:55.361Z[ recovery-image] Sep 11 20:28:54.298 INFO E| Downloaded colorchoice v1.0.5
111012026-09-11T20:28:55.364Z[ recovery-image] Sep 11 20:28:54.299 INFO E| Downloaded clap_lex v1.1.0
111022026-09-11T20:28:55.393Z[ recovery-image] Sep 11 20:28:54.331 INFO E| Compiling libc v0.2.186
111032026-09-11T20:28:55.393Z[ recovery-image] Sep 11 20:28:54.331 INFO E| Compiling proc-macro2 v1.0.106
111042026-09-11T20:28:55.396Z[ recovery-image] Sep 11 20:28:54.331 INFO E| Compiling quote v1.0.45
111052026-09-11T20:28:55.396Z[ recovery-image] Sep 11 20:28:54.331 INFO E| Compiling unicode-ident v1.0.24
111062026-09-11T20:28:55.396Z[ recovery-image] Sep 11 20:28:54.331 INFO E| Compiling signal-hook v0.3.18
111072026-09-11T20:28:55.396Z[ recovery-image] Sep 11 20:28:54.331 INFO E| Compiling utf8parse v0.2.2
111082026-09-11T20:28:55.396Z[ recovery-image] Sep 11 20:28:54.331 INFO E| Compiling anstyle v1.0.14
111092026-09-11T20:28:55.396Z[ recovery-image] Sep 11 20:28:54.331 INFO E| Compiling anstyle-query v1.1.5
111102026-09-11T20:28:55.396Z[ recovery-image] Sep 11 20:28:54.331 INFO E| Compiling colorchoice v1.0.5
111112026-09-11T20:28:55.396Z[ recovery-image] Sep 11 20:28:54.331 INFO E| Compiling is_terminal_polyfill v1.70.2
111122026-09-11T20:28:55.396Z[ recovery-image] Sep 11 20:28:54.331 INFO E| Compiling strsim v0.11.1
111132026-09-11T20:28:55.404Z[ recovery-image] Sep 11 20:28:54.342 INFO E| Compiling clap_lex v1.1.0
111142026-09-11T20:28:55.407Z[ recovery-image] Sep 11 20:28:54.342 INFO E| Compiling heck v0.5.0
111152026-09-11T20:28:55.407Z[ recovery-image] Sep 11 20:28:54.343 INFO E| Compiling shared_thread v0.2.0
111162026-09-11T20:28:55.517Z[ recovery-image] Sep 11 20:28:54.455 INFO E| Compiling anstyle-parse v1.0.0
111172026-09-11T20:28:55.667Z[ recovery-image] Sep 11 20:28:54.605 INFO E| Compiling anstream v1.0.0
111182026-09-11T20:28:55.866Z[ recovery-image] Sep 11 20:28:54.804 INFO E| Compiling clap_builder v4.6.0
111192026-09-11T20:28:56.101Z[ recovery-image] Sep 11 20:28:55.039 INFO E| Compiling errno v0.3.14
111202026-09-11T20:28:56.101Z[ recovery-image] Sep 11 20:28:55.039 INFO E| Compiling os_pipe v1.2.3
111212026-09-11T20:28:56.197Z[ recovery-image] Sep 11 20:28:55.134 INFO E| Compiling signal-hook-registry v1.4.8
111222026-09-11T20:28:56.400Z[ recovery-image] Sep 11 20:28:55.338 INFO E| Compiling syn v2.0.117
111232026-09-11T20:28:56.461Z[ recovery-image] Sep 11 20:28:55.399 INFO E| Compiling sigchld v0.2.4
111242026-09-11T20:28:56.549Z[ recovery-image] Sep 11 20:28:55.487 INFO E| Compiling shared_child v1.1.1
111252026-09-11T20:28:56.620Z[ host-image] Sep 11 20:28:55.558 INFO O| Sep 11 20:28:55.558 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/zfs
111262026-09-11T20:28:56.656Z[ recovery-image] Sep 11 20:28:55.594 INFO E| Compiling duct v1.1.1
111272026-09-11T20:28:56.700Z[ host-image] Sep 11 20:28:55.638 INFO BUILD STRING "heads/stlouis-0-g0a8e320ff3\n"
111282026-09-11T20:28:56.700Z[ host-image] Sep 11 20:28:55.638 INFO expanded image name: "ci d4dc8e7/${os_short_commit} 2026-09-11 20:12" -> "ci d4dc8e7/0a8e320 2026-09-11 20:12"
111292026-09-11T20:28:56.703Z[ host-image] Sep 11 20:28:55.638 INFO output artefacts stored in: "/work/os-host"
111302026-09-11T20:28:56.703Z[ host-image] Sep 11 20:28:55.638 INFO collecting git info from project "pilot"...
111312026-09-11T20:28:56.707Z[ host-image] Sep 11 20:28:55.644 INFO collecting git info from project "dmar-report"...
111322026-09-11T20:28:56.710Z[ host-image] Sep 11 20:28:55.648 INFO collecting git info from project "amd-host-image-builder"...
111332026-09-11T20:28:56.715Z[ host-image] Sep 11 20:28:55.653 INFO collecting git info from project "amd-firmware"...
111342026-09-11T20:28:56.726Z[ host-image] Sep 11 20:28:55.664 INFO collecting git info from project "phbl"...
111352026-09-11T20:28:56.730Z[ host-image] Sep 11 20:28:55.669 INFO collecting git info from project "pinprick"...
111362026-09-11T20:28:56.735Z[ host-image] Sep 11 20:28:55.673 INFO collecting git info from project "image-builder"...
111372026-09-11T20:28:56.739Z[ host-image] Sep 11 20:28:55.678 INFO collecting git info from project "bootserver"...
111382026-09-11T20:28:56.745Z[ host-image] Sep 11 20:28:55.682 INFO collecting git info from project "chelsio-t6-roms"...
111392026-09-11T20:28:56.749Z[ host-image] Sep 11 20:28:55.687 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
111402026-09-11T20:28:57.065Z[ host-image] Sep 11 20:28:56.003 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
111412026-09-11T20:28:57.363Z[ host-image] Sep 11 20:28:56.300 INFO creating Oxide boot image...
111422026-09-11T20:28:57.363Z[ host-image] Sep 11 20:28:56.300 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/host/output/sled-zfs.raw", "-N", "ci d4dc8e7/0a8e320 2026-09-11 20:12", "-o", "/work/os-host/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.host/boot_image_csum", "-s", "4096"], pwd: None
111432026-09-11T20:28:58.148Z[ host-image] Sep 11 20:28:57.086 INFO O| ok, image written!
111442026-09-11T20:28:58.148Z[ host-image] Sep 11 20:28:57.086 INFO O| ok, boot_image_csum file written!
111452026-09-11T20:28:58.152Z[ host-image] Sep 11 20:28:57.088 INFO creating boot archive (CPIO)...
111462026-09-11T20:28:58.152Z[ host-image] Sep 11 20:28:57.088 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-11T20:28:58.155Z[ host-image] Sep 11 20:28:57.092 INFO E| + root=/rpool/images/build/host/work/sled/ramdisk
111482026-09-11T20:28:58.155Z[ host-image] Sep 11 20:28:57.092 INFO E| + outfile=/work/os-host/cpio
111492026-09-11T20:28:58.155Z[ host-image] Sep 11 20:28:57.092 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.host
111502026-09-11T20:28:58.158Z[ host-image] Sep 11 20:28:57.094 INFO E| + cd /rpool/images/build/host/work/sled/ramdisk
111512026-09-11T20:28:58.158Z[ host-image] Sep 11 20:28:57.094 INFO E| + cpio -qo -H odc -O /work/os-host/cpio
111522026-09-11T20:28:58.183Z[ host-image] Sep 11 20:28:57.121 INFO E| + cd /work/oxidecomputer/helios/tmp/image.host
111532026-09-11T20:28:58.183Z[ host-image] Sep 11 20:28:57.121 INFO E| + cpio -qo -H odc -AO /work/os-host/cpio
111542026-09-11T20:28:58.190Z[ host-image] Sep 11 20:28:57.128 INFO creating compressed cpio/unix for dev loaders...
111552026-09-11T20:28:58.190Z[ host-image] Sep 11 20:28:57.128 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-11T20:28:58.368Z[ recovery-image] Sep 11 20:28:57.305 INFO E| Compiling clap_derive v4.6.1
111572026-09-11T20:28:58.414Z[ host-image] Sep 11 20:28:57.352 INFO exec: ["bash", "-c", "'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick' '/work/os-host/cpio' >'/work/os-host/cpio.z'"], pwd: None
111582026-09-11T20:28:59.591Z[ recovery-image] Sep 11 20:28:58.529 INFO E| Compiling clap v4.6.1
111592026-09-11T20:28:59.644Z[ recovery-image] Sep 11 20:28:58.582 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/phbl/xtask)
111602026-09-11T20:29:00.410Z[ recovery-image] Sep 11 20:28:59.347 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.36s
111612026-09-11T20:29:00.483Z[ recovery-image] Sep 11 20:28:59.353 INFO E| Running `target/debug/xtask build --release --cpioz /work/os-recovery/cpio.z --target-dir /work/os-recovery/phbl`
111622026-09-11T20:29:00.614Z[ recovery-image] Sep 11 20:28:59.552 INFO E| Downloading crates ...
111632026-09-11T20:29:00.664Z[ recovery-image] Sep 11 20:28:59.602 INFO E| Downloaded bitflags v2.13.0
111642026-09-11T20:29:00.667Z[ recovery-image] Sep 11 20:28:59.605 INFO E| Downloaded bit_field v0.10.3
111652026-09-11T20:29:00.674Z[ recovery-image] Sep 11 20:28:59.612 INFO E| Downloaded raw-cpuid v10.7.0
111662026-09-11T20:29:00.677Z[ recovery-image] Sep 11 20:28:59.615 INFO E| Downloaded bitstruct_derive v0.1.0
111672026-09-11T20:29:00.680Z[ recovery-image] Sep 11 20:28:59.616 INFO E| Downloaded cpio_reader v0.1.2
111682026-09-11T20:29:00.680Z[ recovery-image] Sep 11 20:28:59.618 INFO E| Downloaded bitstruct v0.1.1
111692026-09-11T20:29:00.685Z[ recovery-image] Sep 11 20:28:59.623 INFO E| Downloaded log v0.4.32
111702026-09-11T20:29:00.689Z[ recovery-image] Sep 11 20:28:59.627 INFO E| Downloaded miniz_oxide v0.9.1
111712026-09-11T20:29:00.714Z[ recovery-image] Sep 11 20:28:59.652 INFO E| Downloaded goblin v0.10.7
111722026-09-11T20:29:00.804Z[ recovery-image] Sep 11 20:28:59.742 INFO E| Downloaded x86 v0.52.0
111732026-09-11T20:29:00.844Z[ recovery-image] Sep 11 20:28:59.782 INFO E| Updating crates.io index
111742026-09-11T20:29:00.887Z[ recovery-image] Sep 11 20:28:59.825 INFO E| Downloading crates ...
111752026-09-11T20:29:00.908Z[ recovery-image] Sep 11 20:28:59.846 INFO E| Downloaded hashbrown v0.17.1
111762026-09-11T20:29:00.912Z[ recovery-image] Sep 11 20:28:59.850 INFO E| Downloaded rustc-literal-escaper v0.0.7
111772026-09-11T20:29:00.952Z[ recovery-image] Sep 11 20:28:59.889 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)
111782026-09-11T20:29:00.952Z[ recovery-image] Sep 11 20:28:59.889 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)
111792026-09-11T20:29:00.952Z[ recovery-image] Sep 11 20:28:59.889 INFO E| Compiling proc-macro2 v1.0.106
111802026-09-11T20:29:00.955Z[ recovery-image] Sep 11 20:28:59.889 INFO E| Compiling unicode-ident v1.0.24
111812026-09-11T20:29:00.956Z[ recovery-image] Sep 11 20:28:59.889 INFO E| Compiling quote v1.0.45
111822026-09-11T20:29:00.956Z[ recovery-image] Sep 11 20:28:59.889 INFO E| Compiling syn v1.0.109
111832026-09-11T20:29:00.963Z[ recovery-image] Sep 11 20:28:59.901 INFO E| Compiling x86 v0.52.0
111842026-09-11T20:29:00.966Z[ recovery-image] Sep 11 20:28:59.901 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
111852026-09-11T20:29:00.966Z[ recovery-image] Sep 11 20:28:59.901 INFO E| Compiling seq-macro v0.3.6
111862026-09-11T20:29:01.703Z[ host-image] Sep 11 20:29:00.641 INFO creating reset image...
111872026-09-11T20:29:01.703Z[ host-image] Sep 11 20:29:00.641 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")
111882026-09-11T20:29:01.777Z[ host-image] Sep 11 20:29:00.715 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.03s
111892026-09-11T20:29:01.780Z[ host-image] Sep 11 20:29:00.717 INFO E| Running `target/debug/xtask build --release --cpioz /work/os-host/cpio.z --target-dir /work/os-host/phbl`
111902026-09-11T20:29:01.856Z[ recovery-image] Sep 11 20:29:00.794 INFO E| Compiling syn v2.0.117
111912026-09-11T20:29:02.091Z[ host-image] Sep 11 20:29:01.029 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)
111922026-09-11T20:29:02.091Z[ host-image] Sep 11 20:29:01.029 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)
111932026-09-11T20:29:02.094Z[ host-image] Sep 11 20:29:01.029 INFO E| Compiling proc-macro2 v1.0.106
111942026-09-11T20:29:02.094Z[ host-image] Sep 11 20:29:01.029 INFO E| Compiling unicode-ident v1.0.24
111952026-09-11T20:29:02.094Z[ host-image] Sep 11 20:29:01.029 INFO E| Compiling quote v1.0.45
111962026-09-11T20:29:02.094Z[ host-image] Sep 11 20:29:01.029 INFO E| Compiling syn v1.0.109
111972026-09-11T20:29:02.094Z[ host-image] Sep 11 20:29:01.029 INFO E| Compiling x86 v0.52.0
111982026-09-11T20:29:02.094Z[ host-image] Sep 11 20:29:01.029 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
111992026-09-11T20:29:02.100Z[ host-image] Sep 11 20:29:01.038 INFO E| Compiling seq-macro v0.3.6
112002026-09-11T20:29:03.061Z[ host-image] Sep 11 20:29:01.999 INFO E| Compiling syn v2.0.117
112012026-09-11T20:29:03.209Z[ recovery-image] Sep 11 20:29:02.147 INFO E| Compiling scroll_derive v0.13.1
112022026-09-11T20:29:04.275Z[ recovery-image] Sep 11 20:29:03.213 INFO E| Compiling bitstruct_derive v0.1.0
112032026-09-11T20:29:04.409Z[ host-image] Sep 11 20:29:03.347 INFO E| Compiling scroll_derive v0.13.1
112042026-09-11T20:29:05.443Z[ host-image] Sep 11 20:29:04.381 INFO E| Compiling bitstruct_derive v0.1.0
112052026-09-11T20:29:13.649Z[ recovery-image] Sep 11 20:29:12.550 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)
112062026-09-11T20:29:14.763Z[ host-image] Sep 11 20:29:13.689 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)
112072026-09-11T20:29:15.835Z[ recovery-image] Sep 11 20:29:14.772 INFO E| Compiling bitflags v1.3.2
112082026-09-11T20:29:15.835Z[ recovery-image] Sep 11 20:29:14.772 INFO E| Compiling adler2 v2.0.1
112092026-09-11T20:29:15.835Z[ recovery-image] Sep 11 20:29:14.772 INFO E| Compiling plain v0.2.3
112102026-09-11T20:29:15.839Z[ recovery-image] Sep 11 20:29:14.772 INFO E| Compiling bit_field v0.10.3
112112026-09-11T20:29:15.839Z[ recovery-image] Sep 11 20:29:14.772 INFO E| Compiling log v0.4.32
112122026-09-11T20:29:15.839Z[ recovery-image] Sep 11 20:29:14.772 INFO E| Compiling bitflags v2.13.0
112132026-09-11T20:29:15.840Z[ recovery-image] Sep 11 20:29:14.773 INFO E| Compiling scroll v0.13.0
112142026-09-11T20:29:15.840Z[ recovery-image] Sep 11 20:29:14.773 INFO E| Compiling static_assertions v1.1.0
112152026-09-11T20:29:15.840Z[ recovery-image] Sep 11 20:29:14.773 INFO E| Compiling bitstruct v0.1.1
112162026-09-11T20:29:15.888Z[ recovery-image] Sep 11 20:29:14.826 INFO E| Compiling raw-cpuid v10.7.0
112172026-09-11T20:29:15.938Z[ recovery-image] Sep 11 20:29:14.876 INFO E| Compiling miniz_oxide v0.9.1
112182026-09-11T20:29:16.007Z[ recovery-image] Sep 11 20:29:14.921 INFO E| Compiling cpio_reader v0.1.2
112192026-09-11T20:29:16.065Z[ recovery-image] Sep 11 20:29:15.002 INFO E| Compiling goblin v0.10.7
112202026-09-11T20:29:16.979Z[ host-image] Sep 11 20:29:15.910 INFO E| Compiling bitflags v1.3.2
112212026-09-11T20:29:16.980Z[ host-image] Sep 11 20:29:15.910 INFO E| Compiling adler2 v2.0.1
112222026-09-11T20:29:16.980Z[ host-image] Sep 11 20:29:15.910 INFO E| Compiling plain v0.2.3
112232026-09-11T20:29:16.980Z[ host-image] Sep 11 20:29:15.910 INFO E| Compiling bitflags v2.13.0
112242026-09-11T20:29:16.986Z[ host-image] Sep 11 20:29:15.911 INFO E| Compiling log v0.4.32
112252026-09-11T20:29:16.986Z[ host-image] Sep 11 20:29:15.911 INFO E| Compiling bit_field v0.10.3
112262026-09-11T20:29:16.986Z[ host-image] Sep 11 20:29:15.911 INFO E| Compiling scroll v0.13.0
112272026-09-11T20:29:16.986Z[ host-image] Sep 11 20:29:15.911 INFO E| Compiling static_assertions v1.1.0
112282026-09-11T20:29:16.986Z[ host-image] Sep 11 20:29:15.911 INFO E| Compiling bitstruct v0.1.1
112292026-09-11T20:29:17.027Z[ host-image] Sep 11 20:29:15.965 INFO E| Compiling raw-cpuid v10.7.0
112302026-09-11T20:29:17.068Z[ host-image] Sep 11 20:29:16.005 INFO E| Compiling miniz_oxide v0.9.1
112312026-09-11T20:29:17.235Z[ host-image] Sep 11 20:29:16.128 INFO E| Compiling cpio_reader v0.1.2
112322026-09-11T20:29:17.243Z[ host-image] Sep 11 20:29:16.167 INFO E| Compiling goblin v0.10.7
112332026-09-11T20:29:19.364Z[ recovery-image] Sep 11 20:29:18.293 INFO E| Finished `release` profile [optimized] target(s) in 18.92s
112342026-09-11T20:29:19.385Z[ recovery-image] Sep 11 20:29:18.318 INFO skipping building ROM for cosmo-mbist ('mbist' disabled)
112352026-09-11T20:29:19.385Z[ recovery-image] Sep 11 20:29:18.318 INFO skipping building ROM for cosmo-mbist-noaggr ('mbist' disabled)
112362026-09-11T20:29:19.385Z[ recovery-image] Sep 11 20:29:18.318 INFO building ROM for cosmo
112372026-09-11T20:29:19.405Z[ recovery-image] Sep 11 20:29:18.318 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")
112382026-09-11T20:29:19.495Z[ recovery-image] Sep 11 20:29:18.412 INFO E| Downloading crates ...
112392026-09-11T20:29:19.566Z[ recovery-image] Sep 11 20:29:18.490 INFO E| Downloaded clap_lex v0.7.4
112402026-09-11T20:29:19.567Z[ recovery-image] Sep 11 20:29:18.490 INFO E| Downloaded colorchoice v1.0.3
112412026-09-11T20:29:19.589Z[ recovery-image] Sep 11 20:29:18.494 INFO E| Downloaded anstyle-query v1.1.2
112422026-09-11T20:29:19.589Z[ recovery-image] Sep 11 20:29:18.495 INFO E| Downloaded os_pipe v1.2.1
112432026-09-11T20:29:19.589Z[ recovery-image] Sep 11 20:29:18.496 INFO E| Downloaded shared_child v1.0.1
112442026-09-11T20:29:19.589Z[ recovery-image] Sep 11 20:29:18.497 INFO E| Downloaded toml_datetime v0.6.9
112452026-09-11T20:29:19.589Z[ recovery-image] Sep 11 20:29:18.498 INFO E| Downloaded toml_edit v0.22.26
112462026-09-11T20:29:19.612Z[ recovery-image] Sep 11 20:29:18.520 INFO E| Downloaded is_terminal_polyfill v1.70.1
112472026-09-11T20:29:19.613Z[ recovery-image] Sep 11 20:29:18.521 INFO E| Downloaded serde_spanned v0.6.8
112482026-09-11T20:29:19.613Z[ recovery-image] Sep 11 20:29:18.522 INFO E| Downloaded anstyle v1.0.10
112492026-09-11T20:29:19.613Z[ recovery-image] Sep 11 20:29:18.523 INFO E| Downloaded anstyle-parse v0.2.6
112502026-09-11T20:29:19.613Z[ recovery-image] Sep 11 20:29:18.524 INFO E| Downloaded anstream v0.6.18
112512026-09-11T20:29:19.613Z[ recovery-image] Sep 11 20:29:18.526 INFO E| Downloaded duct v0.13.7
112522026-09-11T20:29:19.613Z[ recovery-image] Sep 11 20:29:18.528 INFO E| Downloaded toml_write v0.1.1
112532026-09-11T20:29:19.613Z[ recovery-image] Sep 11 20:29:18.529 INFO E| Downloaded clap_derive v4.5.32
112542026-09-11T20:29:19.613Z[ recovery-image] Sep 11 20:29:18.536 INFO E| Downloaded clap v4.5.37
112552026-09-11T20:29:19.629Z[ recovery-image] Sep 11 20:29:18.542 INFO E| Downloaded toml v0.8.22
112562026-09-11T20:29:19.660Z[ recovery-image] Sep 11 20:29:18.564 INFO E| Downloaded cc v1.2.20
112572026-09-11T20:29:19.660Z[ recovery-image] Sep 11 20:29:18.567 INFO E| Downloaded clap_builder v4.5.37
112582026-09-11T20:29:19.661Z[ recovery-image] Sep 11 20:29:18.572 INFO E| Downloaded winnow v0.7.7
112592026-09-11T20:29:19.691Z[ recovery-image] Sep 11 20:29:18.591 INFO E| Compiling libc v0.2.172
112602026-09-11T20:29:19.691Z[ recovery-image] Sep 11 20:29:18.591 INFO E| Compiling utf8parse v0.2.2
112612026-09-11T20:29:19.691Z[ recovery-image] Sep 11 20:29:18.591 INFO E| Compiling colorchoice v1.0.3
112622026-09-11T20:29:19.691Z[ recovery-image] Sep 11 20:29:18.591 INFO E| Compiling once_cell v1.21.3
112632026-09-11T20:29:19.691Z[ recovery-image] Sep 11 20:29:18.591 INFO E| Compiling anstyle-query v1.1.2
112642026-09-11T20:29:19.692Z[ recovery-image] Sep 11 20:29:18.591 INFO E| Compiling anstyle v1.0.10
112652026-09-11T20:29:19.692Z[ recovery-image] Sep 11 20:29:18.591 INFO E| Compiling hashbrown v0.15.2
112662026-09-11T20:29:19.692Z[ recovery-image] Sep 11 20:29:18.591 INFO E| Compiling shlex v1.3.0
112672026-09-11T20:29:19.692Z[ recovery-image] Sep 11 20:29:18.591 INFO E| Compiling is_terminal_polyfill v1.70.1
112682026-09-11T20:29:19.692Z[ recovery-image] Sep 11 20:29:18.591 INFO E| Compiling equivalent v1.0.2
112692026-09-11T20:29:19.692Z[ recovery-image] Sep 11 20:29:18.592 INFO E| Compiling toml_write v0.1.1
112702026-09-11T20:29:19.692Z[ recovery-image] Sep 11 20:29:18.592 INFO E| Compiling strsim v0.11.1
112712026-09-11T20:29:19.713Z[ recovery-image] Sep 11 20:29:18.610 INFO E| Compiling anyhow v1.0.98
112722026-09-11T20:29:20.119Z[ recovery-image] Sep 11 20:29:19.023 INFO E| Compiling clap_lex v0.7.4
112732026-09-11T20:29:20.143Z[ recovery-image] Sep 11 20:29:19.061 INFO E| Compiling anstyle-parse v0.2.6
112742026-09-11T20:29:20.164Z[ recovery-image] Sep 11 20:29:19.067 INFO E| Compiling syn v2.0.101
112752026-09-11T20:29:20.164Z[ recovery-image] Sep 11 20:29:19.067 INFO E| Compiling cc v1.2.20
112762026-09-11T20:29:20.164Z[ recovery-image] Sep 11 20:29:19.067 INFO E| Compiling winnow v0.7.7
112772026-09-11T20:29:20.419Z[ recovery-image] Sep 11 20:29:19.356 INFO E| Compiling anstream v0.6.18
112782026-09-11T20:29:20.590Z[ recovery-image] Sep 11 20:29:19.514 INFO E| Compiling os_pipe v1.2.1
112792026-09-11T20:29:20.591Z[ recovery-image] Sep 11 20:29:19.514 INFO E| Compiling shared_child v1.0.1
112802026-09-11T20:29:20.661Z[ recovery-image] Sep 11 20:29:19.596 INFO E| Compiling clap_builder v4.5.37
112812026-09-11T20:29:20.729Z[ host-image] Sep 11 20:29:19.661 INFO E| Finished `release` profile [optimized] target(s) in 18.92s
112822026-09-11T20:29:20.752Z[ host-image] Sep 11 20:29:19.681 INFO building ROM for cosmo
112832026-09-11T20:29:20.752Z[ host-image] Sep 11 20:29:19.681 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")
112842026-09-11T20:29:20.764Z[ recovery-image] Sep 11 20:29:19.702 INFO E| Compiling duct v0.13.7
112852026-09-11T20:29:20.888Z[ host-image] Sep 11 20:29:19.816 INFO E| Blocking waiting for file lock on build directory
112862026-09-11T20:29:20.946Z[ recovery-image] Sep 11 20:29:19.883 INFO E| Compiling indexmap v2.9.0
112872026-09-11T20:29:21.597Z[ recovery-image] Sep 11 20:29:20.534 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/xtask)
112882026-09-11T20:29:22.932Z[ recovery-image] Sep 11 20:29:21.848 INFO E| Compiling serde_derive v1.0.219
112892026-09-11T20:29:22.932Z[ recovery-image] Sep 11 20:29:21.848 INFO E| Compiling clap_derive v4.5.32
112902026-09-11T20:29:24.341Z[ recovery-image] Sep 11 20:29:23.278 INFO E| Compiling clap v4.5.37
112912026-09-11T20:29:25.044Z[ recovery-image] Sep 11 20:29:23.982 INFO E| Compiling serde v1.0.219
112922026-09-11T20:29:27.100Z[ recovery-image] Sep 11 20:29:26.038 INFO E| Compiling toml_datetime v0.6.9
112932026-09-11T20:29:27.100Z[ recovery-image] Sep 11 20:29:26.038 INFO E| Compiling serde_spanned v0.6.8
112942026-09-11T20:29:27.271Z[ recovery-image] Sep 11 20:29:26.208 INFO E| Compiling toml_edit v0.22.26
112952026-09-11T20:29:28.632Z[ recovery-image] Sep 11 20:29:27.553 INFO E| Compiling toml v0.8.22
112962026-09-11T20:29:30.824Z[ recovery-image] Sep 11 20:29:29.755 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.39s
112972026-09-11T20:29:30.848Z[ host-image] Sep 11 20:29:29.763 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.02s
112982026-09-11T20:29:30.848Z[ recovery-image] Sep 11 20:29:29.765 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`
112992026-09-11T20:29:30.848Z[ host-image] Sep 11 20:29:29.766 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`
113002026-09-11T20:29:30.863Z[ host-image] Sep 11 20:29:29.784 INFO E| reading from "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
113012026-09-11T20:29:30.863Z[ recovery-image] Sep 11 20:29:29.786 INFO E| reading from "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
113022026-09-11T20:29:30.871Z[ recovery-image] Sep 11 20:29:29.807 INFO E| Blocking waiting for file lock on package cache
113032026-09-11T20:29:30.898Z[ host-image] Sep 11 20:29:29.830 INFO E| Blocking waiting for file lock on package cache
113042026-09-11T20:29:30.933Z[ recovery-image] Sep 11 20:29:29.854 INFO E| Blocking waiting for file lock on package cache
113052026-09-11T20:29:30.947Z[ host-image] Sep 11 20:29:29.854 INFO E| Blocking waiting for file lock on package cache
113062026-09-11T20:29:30.947Z[ recovery-image] Sep 11 20:29:29.856 INFO E| Blocking waiting for file lock on package cache
113072026-09-11T20:29:30.947Z[ host-image] Sep 11 20:29:29.874 INFO E| Blocking waiting for file lock on package cache
113082026-09-11T20:29:30.970Z[ recovery-image] Sep 11 20:29:29.889 INFO E| Blocking waiting for file lock on build directory
113092026-09-11T20:29:30.985Z[ host-image] Sep 11 20:29:29.902 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.11s
113102026-09-11T20:29:30.985Z[ host-image] Sep 11 20:29:29.906 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`
113112026-09-11T20:29:30.985Z[ recovery-image] Sep 11 20:29:29.912 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.12s
113122026-09-11T20:29:31.004Z[ recovery-image] Sep 11 20:29:29.917 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`
113132026-09-11T20:29:31.224Z[ host-image] Sep 11 20:29:30.149 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x00_AmdPubKey_BRH.tkn"
113142026-09-11T20:29:31.224Z[ host-image] Sep 11 20:29:30.149 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x01_PspBl_BRH.esbin"
113152026-09-11T20:29:31.224Z[ host-image] Sep 11 20:29:30.149 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x02_PspOS_BRH.ecsbin"
113162026-09-11T20:29:31.267Z[ host-image] Sep 11 20:29:30.149 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x03_PspRecBl_BRH.esbin"
113172026-09-11T20:29:31.268Z[ host-image] Sep 11 20:29:30.149 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x08_SmuFirmware_breithorn.ecsbin"
113182026-09-11T20:29:31.268Z[ host-image] Sep 11 20:29:30.149 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x208_SmuFirmware_BRHDense.ecsbin"
113192026-09-11T20:29:31.268Z[ host-image] Sep 11 20:29:30.149 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x09_PspDebugUnlockToken_BRH.stkn"
113202026-09-11T20:29:31.268Z[ host-image] Sep 11 20:29:30.149 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x0A_PspAblPubKey_BRH.stkn"
113212026-09-11T20:29:31.269Z[ host-image] Sep 11 20:29:30.149 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x13_SduFw_BRH.ecsbin"
113222026-09-11T20:29:31.269Z[ host-image] Sep 11 20:29:30.149 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x21_PspAmdIkek_BRH.bin"
113232026-09-11T20:29:31.269Z[ host-image] Sep 11 20:29:30.149 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22_SecureEmptyToken.bin"
113242026-09-11T20:29:31.269Z[ host-image] Sep 11 20:29:30.149 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x24_RegisterAccessPolicy_BRH.cesbin"
113252026-09-11T20:29:31.269Z[ host-image] Sep 11 20:29:30.149 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x224_RegisterAccessPolicy_BRHDense.cesbin"
113262026-09-11T20:29:31.269Z[ host-image] Sep 11 20:29:30.149 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x28_PspSystemDriver_BRH.ecsbin"
113272026-09-11T20:29:31.269Z[ host-image] Sep 11 20:29:30.149 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2A_SmuFirmware_breithorn.ecsbin"
113282026-09-11T20:29:31.269Z[ host-image] Sep 11 20:29:30.149 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22A_SmuFirmware_BRHDense.ecsbin"
113292026-09-11T20:29:31.269Z[ host-image] Sep 11 20:29:30.149 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2D_AblRt.ecsbin"
113302026-09-11T20:29:31.269Z[ host-image] Sep 11 20:29:30.149 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x30_AgesaBootLoaderU_BRH.ecsbin"
113312026-09-11T20:29:31.269Z[ host-image] Sep 11 20:29:30.150 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x42_PhyFw_BRH.ecsbin"
113322026-09-11T20:29:31.269Z[ host-image] Sep 11 20:29:30.150 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x44_USB_PHY_BRH.esbin"
113332026-09-11T20:29:31.270Z[ host-image] Sep 11 20:29:30.150 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x45_RegisterAccessPolicy_BRH.cesbin"
113342026-09-11T20:29:31.270Z[ host-image] Sep 11 20:29:30.150 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x245_RegisterAccessPolicy_BRHDense.cesbin"
113352026-09-11T20:29:31.270Z[ host-image] Sep 11 20:29:30.150 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x50_PspKeyDataBase_BRH.sbin"
113362026-09-11T20:29:31.270Z[ host-image] Sep 11 20:29:30.150 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x51_PspTosKeyDataBase_BRH.ecsbin"
113372026-09-11T20:29:31.270Z[ host-image] Sep 11 20:29:30.150 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x55_SPLTable_BRH.sbin"
113382026-09-11T20:29:31.270Z[ host-image] Sep 11 20:29:30.150 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x5DMpioFw_BRH.cesbin"
113392026-09-11T20:29:31.270Z[ host-image] Sep 11 20:29:30.150 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x64_RasDriver_BRH.ecsbin"
113402026-09-11T20:29:31.270Z[ host-image] Sep 11 20:29:30.150 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x65_ta_ras_prod_amdTEE.ecsbin"
113412026-09-11T20:29:31.270Z[ host-image] Sep 11 20:29:30.150 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1A_SevDriver_BRH.ecsbin"
113422026-09-11T20:29:31.270Z[ host-image] Sep 11 20:29:30.150 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x15_IpKeyManagerDriver_BRH.ecsbin"
113432026-09-11T20:29:31.270Z[ host-image] Sep 11 20:29:30.150 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1B_BootDriver_BRH.ecsbin"
113442026-09-11T20:29:31.270Z[ host-image] Sep 11 20:29:30.150 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1C_SocDriver_BRH.ecsbin"
113452026-09-11T20:29:31.270Z[ host-image] Sep 11 20:29:30.150 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1D_HadDriver_BRH.ecsbin"
113462026-09-11T20:29:31.270Z[ host-image] Sep 11 20:29:30.150 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1F_InterfaceDriver_BRH.ecsbin"
113472026-09-11T20:29:31.271Z[ host-image] Sep 11 20:29:30.150 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x38_PspSevEmptyData.bin"
113482026-09-11T20:29:31.271Z[ host-image] Sep 11 20:29:30.150 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x47_DRTMDriver_BRH.ecsbin"
113492026-09-11T20:29:31.271Z[ host-image] Sep 11 20:29:30.150 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x67_FHPDriver_BRH.ecsbin"
113502026-09-11T20:29:31.271Z[ host-image] Sep 11 20:29:30.150 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x68_SPDMDriver_BRH.ecsbin"
113512026-09-11T20:29:31.271Z[ host-image] Sep 11 20:29:30.150 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x69_DPEDriver_BRH.ecsbin"
113522026-09-11T20:29:31.271Z[ recovery-image] Sep 11 20:29:30.150 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x00_AmdPubKey_BRH.tkn"
113532026-09-11T20:29:31.271Z[ host-image] Sep 11 20:29:30.150 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x73_PspBl_BRH.ecsbin"
113542026-09-11T20:29:31.271Z[ host-image] Sep 11 20:29:30.150 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x76_DfRib_BRH.csbin"
113552026-09-11T20:29:31.271Z[ recovery-image] Sep 11 20:29:30.151 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x01_PspBl_BRH.esbin"
113562026-09-11T20:29:31.271Z[ recovery-image] Sep 11 20:29:30.151 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x02_PspOS_BRH.ecsbin"
113572026-09-11T20:29:31.271Z[ host-image] Sep 11 20:29:30.150 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x8C_MPDMATF_BRH.sbin"
113582026-09-11T20:29:31.271Z[ recovery-image] Sep 11 20:29:30.151 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x03_PspRecBl_BRH.esbin"
113592026-09-11T20:29:31.271Z[ host-image] Sep 11 20:29:30.150 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x91_GmiPhyFw_BRH.esbin"
113602026-09-11T20:29:31.275Z[ host-image] Sep 11 20:29:30.150 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x92_Page_BRH.sbin"
113612026-09-11T20:29:31.275Z[ recovery-image] Sep 11 20:29:30.151 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x08_SmuFirmware_breithorn.ecsbin"
113622026-09-11T20:29:31.275Z[ host-image] Sep 11 20:29:30.150 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9D_AspSramFwExt_BRH.sbin"
113632026-09-11T20:29:31.275Z[ recovery-image] Sep 11 20:29:30.151 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x208_SmuFirmware_BRHDense.ecsbin"
113642026-09-11T20:29:31.275Z[ recovery-image] Sep 11 20:29:30.151 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x09_PspDebugUnlockToken_BRH.stkn"
113652026-09-11T20:29:31.275Z[ host-image] Sep 11 20:29:30.150 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9F_psp_tos_wl_bin_brh.sbin"
113662026-09-11T20:29:31.275Z[ recovery-image] Sep 11 20:29:30.151 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x0A_PspAblPubKey_BRH.stkn"
113672026-09-11T20:29:31.275Z[ host-image] Sep 11 20:29:30.150 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_A0.sbin"
113682026-09-11T20:29:31.275Z[ host-image] Sep 11 20:29:30.150 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_A0.sbin"
113692026-09-11T20:29:31.275Z[ host-image] Sep 11 20:29:30.150 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B0.sbin"
113702026-09-11T20:29:31.275Z[ recovery-image] Sep 11 20:29:30.151 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x13_SduFw_BRH.ecsbin"
113712026-09-11T20:29:31.275Z[ host-image] Sep 11 20:29:30.150 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C0.sbin"
113722026-09-11T20:29:31.275Z[ recovery-image] Sep 11 20:29:30.151 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x21_PspAmdIkek_BRH.bin"
113732026-09-11T20:29:31.275Z[ host-image] Sep 11 20:29:30.150 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_B0.sbin"
113742026-09-11T20:29:31.275Z[ recovery-image] Sep 11 20:29:30.151 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22_SecureEmptyToken.bin"
113752026-09-11T20:29:31.275Z[ recovery-image] Sep 11 20:29:30.151 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x24_RegisterAccessPolicy_BRH.cesbin"
113762026-09-11T20:29:31.276Z[ host-image] Sep 11 20:29:30.150 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B1.sbin"
113772026-09-11T20:29:31.276Z[ host-image] Sep 11 20:29:30.150 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C1.sbin"
113782026-09-11T20:29:31.276Z[ recovery-image] Sep 11 20:29:30.151 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x224_RegisterAccessPolicy_BRHDense.cesbin"
113792026-09-11T20:29:31.276Z[ recovery-image] Sep 11 20:29:30.151 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x28_PspSystemDriver_BRH.ecsbin"
113802026-09-11T20:29:31.276Z[ host-image] Sep 11 20:29:30.151 INFO O| Info: ABL version: 0x100af010
113812026-09-11T20:29:31.276Z[ host-image] Sep 11 20:29:30.151 INFO O| Info: For sub_program 2: SMU firmware version: 99.131.0
113822026-09-11T20:29:31.276Z[ recovery-image] Sep 11 20:29:30.151 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2A_SmuFirmware_breithorn.ecsbin"
113832026-09-11T20:29:31.276Z[ recovery-image] Sep 11 20:29:30.151 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22A_SmuFirmware_BRHDense.ecsbin"
113842026-09-11T20:29:31.276Z[ host-image] Sep 11 20:29:30.151 INFO O| Info: For sub_program 0: SMU firmware version: 94.131.0
113852026-09-11T20:29:31.276Z[ host-image] Sep 11 20:29:30.151 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/APOB_NV_BRH.bin"
113862026-09-11T20:29:31.276Z[ recovery-image] Sep 11 20:29:30.151 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2D_AblRt.ecsbin"
113872026-09-11T20:29:31.276Z[ host-image] Sep 11 20:29:30.151 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH.ecsbin"
113882026-09-11T20:29:31.276Z[ recovery-image] Sep 11 20:29:30.151 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x30_AgesaBootLoaderU_BRH.ecsbin"
113892026-09-11T20:29:31.276Z[ host-image] Sep 11 20:29:30.151 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH_C0.ecsbin"
113902026-09-11T20:29:31.277Z[ recovery-image] Sep 11 20:29:30.151 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x42_PhyFw_BRH.ecsbin"
113912026-09-11T20:29:31.277Z[ recovery-image] Sep 11 20:29:30.151 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x44_USB_PHY_BRH.esbin"
113922026-09-11T20:29:31.277Z[ recovery-image] Sep 11 20:29:30.151 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x45_RegisterAccessPolicy_BRH.cesbin"
113932026-09-11T20:29:31.277Z[ host-image] Sep 11 20:29:30.151 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH.ecsbin"
113942026-09-11T20:29:31.277Z[ host-image] Sep 11 20:29:30.151 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH_C0.ecsbin"
113952026-09-11T20:29:31.277Z[ host-image] Sep 11 20:29:30.151 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH.ecsbin"
113962026-09-11T20:29:31.277Z[ recovery-image] Sep 11 20:29:30.151 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x245_RegisterAccessPolicy_BRHDense.cesbin"
113972026-09-11T20:29:31.277Z[ recovery-image] Sep 11 20:29:30.151 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x50_PspKeyDataBase_BRH.sbin"
113982026-09-11T20:29:31.277Z[ host-image] Sep 11 20:29:30.151 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH_C0.ecsbin"
113992026-09-11T20:29:31.278Z[ recovery-image] Sep 11 20:29:30.151 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x51_PspTosKeyDataBase_BRH.ecsbin"
114002026-09-11T20:29:31.278Z[ recovery-image] Sep 11 20:29:30.151 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x55_SPLTable_BRH.sbin"
114012026-09-11T20:29:31.278Z[ host-image] Sep 11 20:29:30.151 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH.ecsbin"
114022026-09-11T20:29:31.278Z[ recovery-image] Sep 11 20:29:30.151 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x5DMpioFw_BRH.cesbin"
114032026-09-11T20:29:31.278Z[ host-image] Sep 11 20:29:30.151 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH_C0.ecsbin"
114042026-09-11T20:29:31.278Z[ recovery-image] Sep 11 20:29:30.151 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x64_RasDriver_BRH.ecsbin"
114052026-09-11T20:29:31.278Z[ recovery-image] Sep 11 20:29:30.151 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x65_ta_ras_prod_amdTEE.ecsbin"
114062026-09-11T20:29:31.278Z[ host-image] Sep 11 20:29:30.151 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmQuickbootImem11_BRH_C0.ecsbin"
114072026-09-11T20:29:31.278Z[ host-image] Sep 11 20:29:30.151 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH.ecsbin"
114082026-09-11T20:29:31.278Z[ recovery-image] Sep 11 20:29:30.151 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1A_SevDriver_BRH.ecsbin"
114092026-09-11T20:29:31.278Z[ recovery-image] Sep 11 20:29:30.151 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x15_IpKeyManagerDriver_BRH.ecsbin"
114102026-09-11T20:29:31.278Z[ recovery-image] Sep 11 20:29:30.151 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1B_BootDriver_BRH.ecsbin"
114112026-09-11T20:29:31.278Z[ host-image] Sep 11 20:29:30.151 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH_C0.ecsbin"
114122026-09-11T20:29:31.278Z[ host-image] Sep 11 20:29:30.151 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH.ecsbin"
114132026-09-11T20:29:31.278Z[ recovery-image] Sep 11 20:29:30.151 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1C_SocDriver_BRH.ecsbin"
114142026-09-11T20:29:31.278Z[ host-image] Sep 11 20:29:30.151 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH_C0.ecsbin"
114152026-09-11T20:29:31.278Z[ recovery-image] Sep 11 20:29:30.151 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1D_HadDriver_BRH.ecsbin"
114162026-09-11T20:29:31.296Z[ host-image] Sep 11 20:29:30.151 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH.ecsbin"
114172026-09-11T20:29:31.296Z[ recovery-image] Sep 11 20:29:30.151 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1F_InterfaceDriver_BRH.ecsbin"
114182026-09-11T20:29:31.296Z[ host-image] Sep 11 20:29:30.151 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH_C0.ecsbin"
114192026-09-11T20:29:31.297Z[ recovery-image] Sep 11 20:29:30.151 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x38_PspSevEmptyData.bin"
114202026-09-11T20:29:31.297Z[ host-image] Sep 11 20:29:30.151 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH.ecsbin"
114212026-09-11T20:29:31.297Z[ recovery-image] Sep 11 20:29:30.151 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x47_DRTMDriver_BRH.ecsbin"
114222026-09-11T20:29:31.297Z[ host-image] Sep 11 20:29:30.151 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH_C0.ecsbin"
114232026-09-11T20:29:31.297Z[ recovery-image] Sep 11 20:29:30.151 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x67_FHPDriver_BRH.ecsbin"
114242026-09-11T20:29:31.297Z[ host-image] Sep 11 20:29:30.151 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem11_BRH_C0.ecsbin"
114252026-09-11T20:29:31.297Z[ recovery-image] Sep 11 20:29:30.151 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x68_SPDMDriver_BRH.ecsbin"
114262026-09-11T20:29:31.297Z[ recovery-image] Sep 11 20:29:30.151 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x69_DPEDriver_BRH.ecsbin"
114272026-09-11T20:29:31.297Z[ recovery-image] Sep 11 20:29:30.151 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x73_PspBl_BRH.ecsbin"
114282026-09-11T20:29:31.297Z[ host-image] Sep 11 20:29:30.151 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem12_BRH_C0.ecsbin"
114292026-09-11T20:29:31.297Z[ recovery-image] Sep 11 20:29:30.151 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x76_DfRib_BRH.csbin"
114302026-09-11T20:29:31.298Z[ host-image] Sep 11 20:29:30.151 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem5_BRH.csbin"
114312026-09-11T20:29:31.298Z[ host-image] Sep 11 20:29:30.152 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem6_BRH.csbin"
114322026-09-11T20:29:31.298Z[ host-image] Sep 11 20:29:30.152 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem7_BRH.csbin"
114332026-09-11T20:29:31.298Z[ recovery-image] Sep 11 20:29:30.151 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x8C_MPDMATF_BRH.sbin"
114342026-09-11T20:29:31.298Z[ recovery-image] Sep 11 20:29:30.151 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x91_GmiPhyFw_BRH.esbin"
114352026-09-11T20:29:31.298Z[ recovery-image] Sep 11 20:29:30.151 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x92_Page_BRH.sbin"
114362026-09-11T20:29:31.298Z[ host-image] Sep 11 20:29:30.152 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem8_BRH.csbin"
114372026-09-11T20:29:31.298Z[ recovery-image] Sep 11 20:29:30.151 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9D_AspSramFwExt_BRH.sbin"
114382026-09-11T20:29:31.298Z[ host-image] Sep 11 20:29:30.152 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem5_BRH.csbin"
114392026-09-11T20:29:31.298Z[ host-image] Sep 11 20:29:30.152 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem6_BRH.csbin"
114402026-09-11T20:29:31.298Z[ recovery-image] Sep 11 20:29:30.152 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9F_psp_tos_wl_bin_brh.sbin"
114412026-09-11T20:29:31.298Z[ host-image] Sep 11 20:29:30.152 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem7_BRH.csbin"
114422026-09-11T20:29:31.298Z[ host-image] Sep 11 20:29:30.152 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem8_BRH.csbin"
114432026-09-11T20:29:31.299Z[ recovery-image] Sep 11 20:29:30.152 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_A0.sbin"
114442026-09-11T20:29:31.299Z[ recovery-image] Sep 11 20:29:30.152 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_A0.sbin"
114452026-09-11T20:29:31.299Z[ host-image] Sep 11 20:29:30.152 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmQuickbootImem13_BRH.csbin"
114462026-09-11T20:29:31.299Z[ recovery-image] Sep 11 20:29:30.152 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B0.sbin"
114472026-09-11T20:29:31.299Z[ recovery-image] Sep 11 20:29:30.152 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C0.sbin"
114482026-09-11T20:29:31.299Z[ host-image] Sep 11 20:29:30.152 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem13_BRH.csbin"
114492026-09-11T20:29:31.299Z[ host-image] Sep 11 20:29:30.152 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem14_BRH.csbin"
114502026-09-11T20:29:31.299Z[ recovery-image] Sep 11 20:29:30.152 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_B0.sbin"
114512026-09-11T20:29:31.299Z[ recovery-image] Sep 11 20:29:30.152 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B1.sbin"
114522026-09-11T20:29:31.299Z[ recovery-image] Sep 11 20:29:30.152 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C1.sbin"
114532026-09-11T20:29:31.299Z[ recovery-image] Sep 11 20:29:30.152 INFO O| Info: ABL version: 0x100af010
114542026-09-11T20:29:31.299Z[ recovery-image] Sep 11 20:29:30.152 INFO O| Info: For sub_program 2: SMU firmware version: 99.131.0
114552026-09-11T20:29:31.299Z[ recovery-image] Sep 11 20:29:30.152 INFO O| Info: For sub_program 0: SMU firmware version: 94.131.0
114562026-09-11T20:29:31.299Z[ recovery-image] Sep 11 20:29:30.152 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/APOB_NV_BRH.bin"
114572026-09-11T20:29:31.299Z[ recovery-image] Sep 11 20:29:30.152 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH.ecsbin"
114582026-09-11T20:29:31.299Z[ recovery-image] Sep 11 20:29:30.152 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH_C0.ecsbin"
114592026-09-11T20:29:31.299Z[ recovery-image] Sep 11 20:29:30.152 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH.ecsbin"
114602026-09-11T20:29:31.299Z[ recovery-image] Sep 11 20:29:30.152 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH_C0.ecsbin"
114612026-09-11T20:29:31.299Z[ recovery-image] Sep 11 20:29:30.152 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH.ecsbin"
114622026-09-11T20:29:31.299Z[ recovery-image] Sep 11 20:29:30.152 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH_C0.ecsbin"
114632026-09-11T20:29:31.299Z[ recovery-image] Sep 11 20:29:30.152 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH.ecsbin"
114642026-09-11T20:29:31.299Z[ recovery-image] Sep 11 20:29:30.152 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH_C0.ecsbin"
114652026-09-11T20:29:31.299Z[ recovery-image] Sep 11 20:29:30.152 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmQuickbootImem11_BRH_C0.ecsbin"
114662026-09-11T20:29:31.299Z[ recovery-image] Sep 11 20:29:30.152 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH.ecsbin"
114672026-09-11T20:29:31.299Z[ recovery-image] Sep 11 20:29:30.152 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH_C0.ecsbin"
114682026-09-11T20:29:31.299Z[ recovery-image] Sep 11 20:29:30.152 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH.ecsbin"
114692026-09-11T20:29:31.300Z[ recovery-image] Sep 11 20:29:30.152 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH_C0.ecsbin"
114702026-09-11T20:29:31.300Z[ recovery-image] Sep 11 20:29:30.152 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH.ecsbin"
114712026-09-11T20:29:31.300Z[ recovery-image] Sep 11 20:29:30.152 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH_C0.ecsbin"
114722026-09-11T20:29:31.300Z[ recovery-image] Sep 11 20:29:30.152 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH.ecsbin"
114732026-09-11T20:29:31.300Z[ recovery-image] Sep 11 20:29:30.152 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH_C0.ecsbin"
114742026-09-11T20:29:31.300Z[ recovery-image] Sep 11 20:29:30.152 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem11_BRH_C0.ecsbin"
114752026-09-11T20:29:31.300Z[ recovery-image] Sep 11 20:29:30.152 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem12_BRH_C0.ecsbin"
114762026-09-11T20:29:31.300Z[ recovery-image] Sep 11 20:29:30.152 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem5_BRH.csbin"
114772026-09-11T20:29:31.300Z[ recovery-image] Sep 11 20:29:30.152 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem6_BRH.csbin"
114782026-09-11T20:29:31.300Z[ recovery-image] Sep 11 20:29:30.152 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem7_BRH.csbin"
114792026-09-11T20:29:31.300Z[ recovery-image] Sep 11 20:29:30.152 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem8_BRH.csbin"
114802026-09-11T20:29:31.300Z[ recovery-image] Sep 11 20:29:30.152 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem5_BRH.csbin"
114812026-09-11T20:29:31.301Z[ recovery-image] Sep 11 20:29:30.152 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem6_BRH.csbin"
114822026-09-11T20:29:31.301Z[ recovery-image] Sep 11 20:29:30.153 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem7_BRH.csbin"
114832026-09-11T20:29:31.301Z[ recovery-image] Sep 11 20:29:30.153 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem8_BRH.csbin"
114842026-09-11T20:29:31.301Z[ recovery-image] Sep 11 20:29:30.153 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmQuickbootImem13_BRH.csbin"
114852026-09-11T20:29:31.301Z[ recovery-image] Sep 11 20:29:30.153 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem13_BRH.csbin"
114862026-09-11T20:29:31.301Z[ recovery-image] Sep 11 20:29:30.153 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem14_BRH.csbin"
114872026-09-11T20:29:31.301Z[ recovery-image] Sep 11 20:29:30.193 INFO building ROM for gimlet
114882026-09-11T20:29:31.301Z[ recovery-image] Sep 11 20:29:30.193 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")
114892026-09-11T20:29:31.301Z[ host-image] Sep 11 20:29:30.193 INFO skipping building ROM for cosmo-mbist-noaggr ('mbist' disabled)
114902026-09-11T20:29:31.301Z[ host-image] Sep 11 20:29:30.193 INFO building ROM for gimlet
114912026-09-11T20:29:31.301Z[ host-image] Sep 11 20:29:30.193 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")
114922026-09-11T20:29:31.318Z[ recovery-image] Sep 11 20:29:30.247 INFO E| Blocking waiting for file lock on package cache
114932026-09-11T20:29:31.367Z[ host-image] Sep 11 20:29:30.271 INFO E| Blocking waiting for file lock on package cache
114942026-09-11T20:29:31.432Z[ recovery-image] Sep 11 20:29:30.296 INFO E| Blocking waiting for file lock on package cache
114952026-09-11T20:29:31.432Z[ host-image] Sep 11 20:29:30.305 INFO E| Blocking waiting for file lock on package cache
114962026-09-11T20:29:31.432Z[ host-image] Sep 11 20:29:30.313 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.08s
114972026-09-11T20:29:31.432Z[ host-image] Sep 11 20:29:30.318 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`
114982026-09-11T20:29:31.432Z[ recovery-image] Sep 11 20:29:30.323 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.09s
114992026-09-11T20:29:31.481Z[ recovery-image] Sep 11 20:29:30.328 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`
115002026-09-11T20:29:31.481Z[ host-image] Sep 11 20:29:30.334 INFO E| reading from "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml"
115012026-09-11T20:29:31.481Z[ recovery-image] Sep 11 20:29:30.343 INFO E| reading from "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml"
115022026-09-11T20:29:31.481Z[ recovery-image] Sep 11 20:29:30.363 INFO E| Blocking waiting for file lock on package cache
115032026-09-11T20:29:31.481Z[ host-image] Sep 11 20:29:30.380 INFO E| Blocking waiting for file lock on package cache
115042026-09-11T20:29:31.522Z[ host-image] Sep 11 20:29:30.403 INFO E| Blocking waiting for file lock on package cache
115052026-09-11T20:29:31.522Z[ recovery-image] Sep 11 20:29:30.405 INFO E| Blocking waiting for file lock on package cache
115062026-09-11T20:29:31.522Z[ host-image] Sep 11 20:29:30.419 INFO E| Blocking waiting for file lock on package cache
115072026-09-11T20:29:31.522Z[ host-image] Sep 11 20:29:30.433 INFO E| Blocking waiting for file lock on build directory
115082026-09-11T20:29:31.522Z[ recovery-image] Sep 11 20:29:30.442 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.09s
115092026-09-11T20:29:31.522Z[ recovery-image] Sep 11 20:29:30.445 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`
115102026-09-11T20:29:31.554Z[ host-image] Sep 11 20:29:30.453 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.11s
115112026-09-11T20:29:31.554Z[ host-image] Sep 11 20:29:30.457 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`
115122026-09-11T20:29:31.648Z[ recovery-image] Sep 11 20:29:30.586 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AmdPubKey_gn.tkn"
115132026-09-11T20:29:31.648Z[ recovery-image] Sep 11 20:29:30.586 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspBootLoader_gn.sbin"
115142026-09-11T20:29:31.655Z[ recovery-image] Sep 11 20:29:30.586 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspRecoveryBootLoader_gn.sbin"
115152026-09-11T20:29:31.655Z[ recovery-image] Sep 11 20:29:30.586 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmwareGn-45-104-100.csbin"
115162026-09-11T20:29:31.655Z[ recovery-image] Sep 11 20:29:30.586 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugToken_gn.stkn"
115172026-09-11T20:29:31.655Z[ recovery-image] Sep 11 20:29:30.586 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspABLFw_gn.stkn"
115182026-09-11T20:29:31.655Z[ recovery-image] Sep 11 20:29:30.586 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmware2Gn-45-104-100.csbin"
115192026-09-11T20:29:31.655Z[ recovery-image] Sep 11 20:29:30.586 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugUnlock_gn.sbin"
115202026-09-11T20:29:31.655Z[ recovery-image] Sep 11 20:29:30.586 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspIkek_gn.bin"
115212026-09-11T20:29:31.655Z[ recovery-image] Sep 11 20:29:30.586 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureEmptyToken.bin"
115222026-09-11T20:29:31.655Z[ recovery-image] Sep 11 20:29:30.586 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/RsmuSecPolicy_gn.sbin"
115232026-09-11T20:29:31.655Z[ recovery-image] Sep 11 20:29:30.586 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Mp5Gn-45-104-100.csbin"
115242026-09-11T20:29:31.655Z[ recovery-image] Sep 11 20:29:30.586 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AgesaBootloader_U_prod_GN.csbin"
115252026-09-11T20:29:31.655Z[ recovery-image] Sep 11 20:29:30.586 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/GnPhyFw.sbin"
115262026-09-11T20:29:31.655Z[ recovery-image] Sep 11 20:29:30.586 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PSP-Key-DB_gn.sbin"
115272026-09-11T20:29:31.655Z[ recovery-image] Sep 11 20:29:30.586 INFO O| Info: ABL version: 0x100f5010
115282026-09-11T20:29:31.655Z[ recovery-image] Sep 11 20:29:30.586 INFO O| Info: For sub_program 0: SMU firmware version: 45.104.100
115292026-09-11T20:29:31.656Z[ recovery-image] Sep 11 20:29:30.587 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Imem.csbin"
115302026-09-11T20:29:31.656Z[ recovery-image] Sep 11 20:29:30.587 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Dmem.csbin"
115312026-09-11T20:29:31.656Z[ recovery-image] Sep 11 20:29:30.587 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Imem.csbin"
115322026-09-11T20:29:31.656Z[ recovery-image] Sep 11 20:29:30.587 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Dmem.csbin"
115332026-09-11T20:29:31.656Z[ recovery-image] Sep 11 20:29:30.587 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Imem.csbin"
115342026-09-11T20:29:31.656Z[ recovery-image] Sep 11 20:29:30.587 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Dmem.csbin"
115352026-09-11T20:29:31.656Z[ recovery-image] Sep 11 20:29:30.587 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Imem.csbin"
115362026-09-11T20:29:31.656Z[ recovery-image] Sep 11 20:29:30.587 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Dmem.csbin"
115372026-09-11T20:29:31.656Z[ recovery-image] Sep 11 20:29:30.587 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Imem.csbin"
115382026-09-11T20:29:31.656Z[ recovery-image] Sep 11 20:29:30.587 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Dmem.csbin"
115392026-09-11T20:29:31.656Z[ recovery-image] Sep 11 20:29:30.587 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Imem.csbin"
115402026-09-11T20:29:31.656Z[ recovery-image] Sep 11 20:29:30.587 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Dmem.csbin"
115412026-09-11T20:29:31.656Z[ recovery-image] Sep 11 20:29:30.587 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Imem.csbin"
115422026-09-11T20:29:31.656Z[ recovery-image] Sep 11 20:29:30.587 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Dmem.csbin"
115432026-09-11T20:29:31.656Z[ recovery-image] Sep 11 20:29:30.587 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Imem.csbin"
115442026-09-11T20:29:31.656Z[ recovery-image] Sep 11 20:29:30.587 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Dmem.csbin"
115452026-09-11T20:29:31.656Z[ recovery-image] Sep 11 20:29:30.587 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Imem.csbin"
115462026-09-11T20:29:31.658Z[ recovery-image] Sep 11 20:29:30.587 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Dmem.csbin"
115472026-09-11T20:29:31.671Z[ host-image] Sep 11 20:29:30.605 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AmdPubKey_gn.tkn"
115482026-09-11T20:29:31.671Z[ host-image] Sep 11 20:29:30.605 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspBootLoader_gn.sbin"
115492026-09-11T20:29:31.671Z[ host-image] Sep 11 20:29:30.605 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspRecoveryBootLoader_gn.sbin"
115502026-09-11T20:29:31.671Z[ host-image] Sep 11 20:29:30.605 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmwareGn-45-104-100.csbin"
115512026-09-11T20:29:31.676Z[ host-image] Sep 11 20:29:30.605 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugToken_gn.stkn"
115522026-09-11T20:29:31.676Z[ host-image] Sep 11 20:29:30.605 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspABLFw_gn.stkn"
115532026-09-11T20:29:31.676Z[ host-image] Sep 11 20:29:30.605 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmware2Gn-45-104-100.csbin"
115542026-09-11T20:29:31.676Z[ host-image] Sep 11 20:29:30.605 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugUnlock_gn.sbin"
115552026-09-11T20:29:31.676Z[ host-image] Sep 11 20:29:30.605 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspIkek_gn.bin"
115562026-09-11T20:29:31.677Z[ host-image] Sep 11 20:29:30.605 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureEmptyToken.bin"
115572026-09-11T20:29:31.677Z[ host-image] Sep 11 20:29:30.605 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/RsmuSecPolicy_gn.sbin"
115582026-09-11T20:29:31.677Z[ host-image] Sep 11 20:29:30.605 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Mp5Gn-45-104-100.csbin"
115592026-09-11T20:29:31.677Z[ host-image] Sep 11 20:29:30.605 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AgesaBootloader_U_prod_GN.csbin"
115602026-09-11T20:29:31.677Z[ host-image] Sep 11 20:29:30.606 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/GnPhyFw.sbin"
115612026-09-11T20:29:31.677Z[ host-image] Sep 11 20:29:30.606 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PSP-Key-DB_gn.sbin"
115622026-09-11T20:29:31.677Z[ host-image] Sep 11 20:29:30.606 INFO O| Info: ABL version: 0x100f5010
115632026-09-11T20:29:31.677Z[ host-image] Sep 11 20:29:30.606 INFO O| Info: For sub_program 0: SMU firmware version: 45.104.100
115642026-09-11T20:29:31.677Z[ host-image] Sep 11 20:29:30.606 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Imem.csbin"
115652026-09-11T20:29:31.677Z[ host-image] Sep 11 20:29:30.606 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Dmem.csbin"
115662026-09-11T20:29:31.677Z[ host-image] Sep 11 20:29:30.606 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Imem.csbin"
115672026-09-11T20:29:31.677Z[ host-image] Sep 11 20:29:30.606 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Dmem.csbin"
115682026-09-11T20:29:31.677Z[ host-image] Sep 11 20:29:30.606 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Imem.csbin"
115692026-09-11T20:29:31.677Z[ host-image] Sep 11 20:29:30.606 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Dmem.csbin"
115702026-09-11T20:29:31.677Z[ host-image] Sep 11 20:29:30.606 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Imem.csbin"
115712026-09-11T20:29:31.677Z[ host-image] Sep 11 20:29:30.606 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Dmem.csbin"
115722026-09-11T20:29:31.677Z[ host-image] Sep 11 20:29:30.606 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Imem.csbin"
115732026-09-11T20:29:31.678Z[ host-image] Sep 11 20:29:30.606 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Dmem.csbin"
115742026-09-11T20:29:31.678Z[ host-image] Sep 11 20:29:30.606 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Imem.csbin"
115752026-09-11T20:29:31.678Z[ host-image] Sep 11 20:29:30.606 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Dmem.csbin"
115762026-09-11T20:29:31.678Z[ host-image] Sep 11 20:29:30.606 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Imem.csbin"
115772026-09-11T20:29:31.678Z[ host-image] Sep 11 20:29:30.606 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Dmem.csbin"
115782026-09-11T20:29:31.678Z[ host-image] Sep 11 20:29:30.606 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Imem.csbin"
115792026-09-11T20:29:31.678Z[ host-image] Sep 11 20:29:30.606 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Dmem.csbin"
115802026-09-11T20:29:31.678Z[ host-image] Sep 11 20:29:30.606 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Imem.csbin"
115812026-09-11T20:29:31.678Z[ host-image] Sep 11 20:29:30.606 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Dmem.csbin"
115822026-09-11T20:29:31.715Z[ recovery-image] Sep 11 20:29:30.640 INFO finishing image archive at "/work/os-recovery/os.tar.gz"...
115832026-09-11T20:29:31.723Z[ host-image] Sep 11 20:29:30.651 INFO skipping building ROM for cosmo-mbist ('mbist' disabled)
115842026-09-11T20:29:31.723Z[ host-image] Sep 11 20:29:30.651 INFO finishing image archive at "/work/os-host/os.tar.gz"...
115852026-09-11T20:29:32.914Z[ recovery-image] Sep 11 20:29:31.849 INFO image complete! materials are in "/work/os-recovery"
115862026-09-11T20:29:32.921Z[ recovery-image]
115872026-09-11T20:29:32.922Z[ recovery-image] real 3:36.389770951
115882026-09-11T20:29:32.922Z[ recovery-image] user 2:39.962565764
115892026-09-11T20:29:32.922Z[ recovery-image] sys 40.122282036
115902026-09-11T20:29:32.922Z[ recovery-image] trap 0.131345472
115912026-09-11T20:29:32.922Z[ recovery-image] tflt 0.710190662
115922026-09-11T20:29:32.922Z[ recovery-image] dflt 1.059434972
115932026-09-11T20:29:32.922Z[ recovery-image] kflt 0.000065980
115942026-09-11T20:29:32.922Z[ recovery-image] lock 8:07.273926079
115952026-09-11T20:29:32.922Z[ recovery-image] slp 19:13.532632364
115962026-09-11T20:29:32.922Z[ recovery-image] lat 42.338667009
115972026-09-11T20:29:32.922Z[ recovery-image] stop 9.375477018
115982026-09-11T20:29:32.922ZSep 11 20:29:31.853 INFO [recovery-image] process exited with exit status: 0 (216.394931937s)
115992026-09-11T20:29:32.922ZSep 11 20:29:31.853 INFO [tuf-v2-recovery] running task
116002026-09-11T20:29:32.922ZSep 11 20:29:31.854 INFO [tuf-v2-recovery] task succeeded (1.022561ms)
116012026-09-11T20:29:32.922Z[ host-image] Sep 11 20:29:31.855 INFO image complete! materials are in "/work/os-host"
116022026-09-11T20:29:32.922Z[ host-image]
116032026-09-11T20:29:32.922Z[ host-image] real 4:07.964894588
116042026-09-11T20:29:32.922Z[ host-image] user 2:51.391533040
116052026-09-11T20:29:32.922Z[ host-image] sys 38.975289031
116062026-09-11T20:29:32.922Z[ host-image] trap 0.136699767
116072026-09-11T20:29:32.922Z[ host-image] tflt 0.241214905
116082026-09-11T20:29:32.922Z[ host-image] dflt 0.306338591
116092026-09-11T20:29:32.922Z[ host-image] kflt 0.000254160
116102026-09-11T20:29:32.922Z[ host-image] lock 8:06.600993325
116112026-09-11T20:29:32.922Z[ host-image] slp 21:42.896145351
116122026-09-11T20:29:32.923Z[ host-image] lat 25.533513657
116132026-09-11T20:29:32.923Z[ host-image] stop 1.835905933
116142026-09-11T20:29:32.923ZSep 11 20:29:31.859 INFO [host-image] process exited with exit status: 0 (247.970405324s)
116152026-09-11T20:29:32.923ZSep 11 20:29:31.859 INFO [tuf-v2-host] running task
116162026-09-11T20:29:32.923ZSep 11 20:29:31.859 INFO [tuf-repo] running task
116172026-09-11T20:29:32.927ZSep 11 20:29:31.859 INFO [tuf-v2-host] task succeeded (485.251µs)
116182026-09-11T20:29:32.927ZSep 11 20:29:31.859 INFO [tuf-v2-repo] running task
116192026-09-11T20:29:47.331ZSep 11 20:29:46.262 INFO assembling repository in `/tmp/tufaceousuaczEK`, component: OmicronRepoAssembler
116202026-09-11T20:29:50.049ZSep 11 20:29:48.986 INFO [tuf-v2-repo] task succeeded (17.127083702s)
116212026-09-11T20:29:52.377ZSep 11 20:29:51.315 DEBG assembly successful, cleaning up, component: OmicronRepoAssembler
116222026-09-11T20:29:52.638ZSep 11 20:29:51.554 INFO artifacts assembled and archived to `/work/repo.zip`, component: OmicronRepoAssembler
116232026-09-11T20:29:54.228ZSep 11 20:29:53.166 INFO skipping lab SP image, name: "cosmo-a-lab", board: "cosmo-a"
116242026-09-11T20:29:54.289ZSep 11 20:29:53.219 INFO skipping lab SP image, name: "cosmo-b-lab", board: "cosmo-b"
116252026-09-11T20:29:54.332ZSep 11 20:29:53.268 INFO skipping lab SP image, name: "gimlet-b-lab", board: "gimlet-b"
116262026-09-11T20:29:54.380ZSep 11 20:29:53.318 INFO skipping lab SP image, name: "gimlet-c-lab", board: "gimlet-c"
116272026-09-11T20:29:54.430ZSep 11 20:29:53.368 INFO skipping lab SP image, name: "gimlet-d-lab", board: "gimlet-d"
116282026-09-11T20:29:54.487ZSep 11 20:29:53.423 INFO skipping lab SP image, name: "gimlet-e-lab", board: "gimlet-e"
116292026-09-11T20:29:54.543ZSep 11 20:29:53.481 INFO skipping lab SP image, name: "gimlet-f-lab", board: "gimlet-f"
116302026-09-11T20:30:03.938ZSep 11 20:30:01.219 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
116312026-09-11T20:30:03.962ZSep 11 20:30:01.225 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
116322026-09-11T20:30:03.962ZSep 11 20:30:01.249 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
116332026-09-11T20:30:03.962ZSep 11 20:30:01.307 INFO skipping lab SP image, name: "sidecar-b-lab", board: "sidecar-b"
116342026-09-11T20:30:03.962ZSep 11 20:30:01.365 INFO skipping lab SP image, name: "sidecar-c-lab", board: "sidecar-c"
116352026-09-11T20:30:03.962ZSep 11 20:30:01.436 INFO skipping lab SP image, name: "sidecar-d-lab", board: "sidecar-d"
116362026-09-11T20:30:03.962ZSep 11 20:30:01.501 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
116372026-09-11T20:30:03.963ZSep 11 20:30:01.507 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
116382026-09-11T20:30:03.963ZSep 11 20:30:01.531 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
116392026-09-11T20:30:03.963ZSep 11 20:30:02.721 INFO [tuf-repo] task succeeded (30.862650485s)
116402026-09-11T20:33:25.603Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 7m 25s
116412026-09-11T20:33:25.607Z[verify-libraries] warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
116422026-09-11T20:33:25.607Z[verify-libraries] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
116432026-09-11T20:33:28.329ZSep 11 20:33:27.266 INFO [verify-libraries] process exited with exit status: 0 (452.049331338s)
116442026-09-11T20:33:28.329ZSep 11 20:33:27.266 INFO all jobs completed in 1246.455210735s
116452026-09-11T20:33:29.292Zprocess exited: duration 1461379 ms, exit code 0
 
116462026-09-11T20:33:29.304Zfound 41 output files
116472026-09-11T20:33:29.304Zuploading: /work/manifest.toml (17334 bytes)
116482026-09-11T20:33:30.315Zuploaded: /work/manifest.toml
116492026-09-11T20:33:30.315Zuploading: /work/repo.zip (2352729543 bytes)
116502026-09-11T20:34:32.634Zuploaded: /work/repo.zip
116512026-09-11T20:34:32.695Zuploading: /work/repo.zip.sha256.txt (65 bytes)
116522026-09-11T20:34:33.814Zuploaded: /work/repo.zip.sha256.txt
116532026-09-11T20:34:33.814Zuploading: /work/helios.json (647 bytes)
116542026-09-11T20:34:34.831Zuploaded: /work/helios.json
116552026-09-11T20:34:34.832Zuploading: /work/incorporation.p5m (113595 bytes)
116562026-09-11T20:34:35.866Zuploaded: /work/incorporation.p5m
116572026-09-11T20:34:35.866Zuploading: /work/incorporation.p5p (133120 bytes)
116582026-09-11T20:34:36.889Zuploaded: /work/incorporation.p5p
116592026-09-11T20:34:36.890Zuploading: /work/helios-incorp.log (522 bytes)
116602026-09-11T20:34:37.907Zuploaded: /work/helios-incorp.log
116612026-09-11T20:34:37.907Zuploading: /work/helios-setup.log (57299 bytes)
116622026-09-11T20:34:38.927Zuploaded: /work/helios-setup.log
116632026-09-11T20:34:38.928Zuploading: /work/host-image.log (235062 bytes)
116642026-09-11T20:34:39.962Zuploaded: /work/host-image.log
116652026-09-11T20:34:39.962Zuploading: /work/host-package.log (50383 bytes)
116662026-09-11T20:34:40.986Zuploaded: /work/host-package.log
116672026-09-11T20:34:40.986Zuploading: /work/host-target.log (101 bytes)
116682026-09-11T20:34:44.104Zuploaded: /work/host-target.log
116692026-09-11T20:34:44.105Zuploading: /work/incorp-create.log (0 bytes)
116702026-09-11T20:34:45.139Zuploaded: /work/incorp-create.log
116712026-09-11T20:34:45.139Zuploading: /work/incorp-fmt.log (0 bytes)
116722026-09-11T20:34:46.147Zuploaded: /work/incorp-fmt.log
116732026-09-11T20:34:46.148Zuploading: /work/incorp-pkgsend.log (108 bytes)
116742026-09-11T20:34:47.159Zuploaded: /work/incorp-pkgsend.log
116752026-09-11T20:34:47.159Zuploading: /work/incorp-publisher.log (0 bytes)
116762026-09-11T20:34:48.166Zuploaded: /work/incorp-publisher.log
116772026-09-11T20:34:48.166Zuploading: /work/omicron-package.log (10435 bytes)
116782026-09-11T20:34:49.177Zuploaded: /work/omicron-package.log
116792026-09-11T20:34:49.177Zuploading: /work/recovery-image.log (592069 bytes)
116802026-09-11T20:34:50.212Zuploaded: /work/recovery-image.log
116812026-09-11T20:34:50.212Zuploading: /work/recovery-package.log (2621 bytes)
116822026-09-11T20:34:51.223Zuploaded: /work/recovery-package.log
116832026-09-11T20:34:51.223Zuploading: /work/recovery-target.log (98 bytes)
116842026-09-11T20:34:52.232Zuploaded: /work/recovery-target.log
116852026-09-11T20:34:52.232Zuploading: /work/stamp-clickhouse.log (117 bytes)
116862026-09-11T20:34:53.242Zuploaded: /work/stamp-clickhouse.log
116872026-09-11T20:34:53.242Zuploading: /work/stamp-clickhouse_keeper.log (124 bytes)
116882026-09-11T20:34:54.251Zuploaded: /work/stamp-clickhouse_keeper.log
116892026-09-11T20:34:54.251Zuploading: /work/stamp-clickhouse_server.log (124 bytes)
116902026-09-11T20:34:55.260Zuploaded: /work/stamp-clickhouse_server.log
116912026-09-11T20:34:55.260Zuploading: /work/stamp-cockroachdb.log (118 bytes)
116922026-09-11T20:34:56.270Zuploaded: /work/stamp-cockroachdb.log
116932026-09-11T20:34:56.270Zuploading: /work/stamp-crucible-pantry-zone.log (127 bytes)
116942026-09-11T20:34:57.278Zuploaded: /work/stamp-crucible-pantry-zone.log
116952026-09-11T20:34:57.278Zuploading: /work/stamp-crucible-utils.log (118 bytes)
116962026-09-11T20:34:58.288Zuploaded: /work/stamp-crucible-utils.log
116972026-09-11T20:34:58.288Zuploading: /work/stamp-crucible-zone.log (120 bytes)
116982026-09-11T20:34:59.297Zuploaded: /work/stamp-crucible-zone.log
116992026-09-11T20:34:59.297Zuploading: /work/stamp-external-dns.log (119 bytes)
117002026-09-11T20:35:00.312Zuploaded: /work/stamp-external-dns.log
117012026-09-11T20:35:00.312Zuploading: /work/stamp-installinator.log (103 bytes)
117022026-09-11T20:35:01.322Zuploaded: /work/stamp-installinator.log
117032026-09-11T20:35:01.322Zuploading: /work/stamp-internal-dns.log (119 bytes)
117042026-09-11T20:35:02.333Zuploaded: /work/stamp-internal-dns.log
117052026-09-11T20:35:02.333Zuploading: /work/stamp-mg-ddm-gz.log (99 bytes)
117062026-09-11T20:35:03.342Zuploaded: /work/stamp-mg-ddm-gz.log
117072026-09-11T20:35:03.342Zuploading: /work/stamp-nexus.log (112 bytes)
117082026-09-11T20:35:04.353Zuploaded: /work/stamp-nexus.log
117092026-09-11T20:35:04.353Zuploading: /work/stamp-ntp.log (110 bytes)
117102026-09-11T20:35:05.363Zuploaded: /work/stamp-ntp.log
117112026-09-11T20:35:05.363Zuploading: /work/stamp-omicron-sled-agent.log (122 bytes)
117122026-09-11T20:35:06.372Zuploaded: /work/stamp-omicron-sled-agent.log
117132026-09-11T20:35:06.372Zuploading: /work/stamp-overlay.log (114 bytes)
117142026-09-11T20:35:07.384Zuploaded: /work/stamp-overlay.log
117152026-09-11T20:35:07.385Zuploading: /work/stamp-oximeter.log (115 bytes)
117162026-09-11T20:35:08.397Zuploaded: /work/stamp-oximeter.log
117172026-09-11T20:35:08.397Zuploading: /work/stamp-oxlog.log (109 bytes)
117182026-09-11T20:35:09.407Zuploaded: /work/stamp-oxlog.log
117192026-09-11T20:35:09.407Zuploading: /work/stamp-probe.log (112 bytes)
117202026-09-11T20:35:10.417Zuploaded: /work/stamp-probe.log
117212026-09-11T20:35:10.417Zuploading: /work/stamp-propolis-server.log (122 bytes)
117222026-09-11T20:35:11.430Zuploaded: /work/stamp-propolis-server.log
117232026-09-11T20:35:11.431Zuploading: /work/stamp-pumpkind-gz.log (115 bytes)
117242026-09-11T20:35:12.442Zuploaded: /work/stamp-pumpkind-gz.log
117252026-09-11T20:35:12.442Zuploading: /work/stamp-switch-asic.log (118 bytes)
117262026-09-11T20:35:13.454Zuploaded: /work/stamp-switch-asic.log
117272026-09-11T20:35:13.454Zuploading: /work/verify-libraries.log (51177 bytes)
117282026-09-11T20:35:14.467Zuploaded: /work/verify-libraries.log