01M1J7HE4X1D9K6NXFZC25HCVT: 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: 01M1J7J7N69WM9NEB6Q9M9MA6M

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-09-02T23:35:04.302Zjob assigned to worker 01M1J7JB3VF3T5P47GV6Q3EH6Q [factory aws, i-0fd925b0a77395594] (queued for 49 s)
 
22026-09-02T23:35:11.707Zstarting task 0: "setup"
32026-09-02T23:35:11.720Z++ uname -s
42026-09-02T23:35:11.720Z+ kern=SunOS
52026-09-02T23:35:11.721Z+ build_user=build
62026-09-02T23:35:11.721Z+ build_uid=12345
72026-09-02T23:35:11.721Z+ work_dir=/work
82026-09-02T23:35:11.721Z+ input_dir=/input
92026-09-02T23:35:11.721Z+ [[ 0 == 12345 ]]
102026-09-02T23:35:11.721Z+ case "$kern" in
112026-09-02T23:35:11.721Z+ groupadd -g 12345 build
122026-09-02T23:35:11.721Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-09-02T23:35:15.647Z+ zfs create -o mountpoint=/work rpool/work
142026-09-02T23:35:15.723Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-09-02T23:35:15.723Z+ home_fs=zfs
162026-09-02T23:35:15.723Z+ [[ zfs == autofs ]]
172026-09-02T23:35:15.723Z+ mkdir -p /home/build
182026-09-02T23:35:15.723Z+ chown build:build /home/build /work
192026-09-02T23:35:15.876Z+ chmod 0700 /home/build /work
202026-09-02T23:35:15.877Zprocess exited: duration 4120 ms, exit code 0
 
212026-09-02T23:35:15.965Zstarting task 1: "rust-toolchain"
222026-09-02T23:35:15.979Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
232026-09-02T23:35:15.979Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-09-02T23:35:15.979Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-09-02T23:35:15.979Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-09-02T23:35:15.979Z * rust toolchain channel = "1.97.1"
272026-09-02T23:35:15.979Z * rust toolchain profile = "default"
282026-09-02T23:35:15.979Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-09-02T23:35:15.979Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-09-02T23:35:16.054Zinfo: downloading installer
312026-09-02T23:35:17.290Zinfo: profile set to default
322026-09-02T23:35:17.290Zinfo: default host tuple is x86_64-unknown-illumos
332026-09-02T23:35:17.294Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
342026-09-02T23:35:17.414Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
352026-09-02T23:35:17.417Zinfo: downloading 6 components
362026-09-02T23:35:30.520Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
372026-09-02T23:35:30.520Z
382026-09-02T23:35:30.549Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
392026-09-02T23:35:30.549Z
402026-09-02T23:35:30.552Z
412026-09-02T23:35:30.552ZRust is installed now. Great!
422026-09-02T23:35:30.552Z
432026-09-02T23:35:30.552ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
442026-09-02T23:35:30.552Zenvironment variable. This has not been done automatically.
452026-09-02T23:35:30.552Z
462026-09-02T23:35:30.553ZTo configure your current shell, you need to source
472026-09-02T23:35:30.553Zthe corresponding env file under $HOME/.cargo.
482026-09-02T23:35:30.553Z
492026-09-02T23:35:30.553ZConsider running the right command for your shell (note the leading DOT):
502026-09-02T23:35:30.553Z. "$HOME/.cargo/env" # For sh/ash/dash/pdksh
512026-09-02T23:35:30.553Zcargo:rerun-if-env-changed=CC_x86_64-unknown-illumos
522026-09-02T23:35:30.553ZCC_x86_64-unknown-illumos = None
532026-09-02T23:35:30.553Zcargo:rerun-if-env-changed=CC_x86_64_unknown_illumos
542026-09-02T23:35:30.553ZCC_x86_64_unknown_illumos = None
552026-09-02T23:35:30.553Zcargo:rerun-if-env-changed=HOST_CC
562026-09-02T23:35:30.553ZHOST_CC = None
572026-09-02T23:35:30.553Zcargo:rerun-if-env-changed=CC
582026-09-02T23:35:30.553ZCC = None
592026-09-02T23:35:30.553Zcargo:rerun-if-env-changed=CC_ENABLE_DEBUG_OUTPUT
602026-09-02T23:35:30.800Zcargo:rerun-if-env-changed=CRATE_CC_NO_DEFAULTS
612026-09-02T23:35:30.800ZCRATE_CC_NO_DEFAULTS = None
622026-09-02T23:35:30.800Zcargo:rerun-if-env-changed=CFLAGS
632026-09-02T23:35:30.800ZCFLAGS = None
642026-09-02T23:35:30.800Zcargo:rerun-if-env-changed=HOST_CFLAGS
652026-09-02T23:35:30.800ZHOST_CFLAGS = None
662026-09-02T23:35:30.800Zcargo:rerun-if-env-changed=CFLAGS_x86_64_unknown_illumos
672026-09-02T23:35:30.800ZCFLAGS_x86_64_unknown_illumos = None
682026-09-02T23:35:30.800Zcargo:rerun-if-env-changed=CFLAGS_x86_64-unknown-illumos
692026-09-02T23:35:30.800ZCFLAGS_x86_64-unknown-illumos = None
702026-09-02T23:35:30.912Z+ rustup --version
712026-09-02T23:35:30.917Zrustup 1.29.1 (d95a37b6a 2026-08-13)
722026-09-02T23:35:30.920Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
732026-09-02T23:35:30.940Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
742026-09-02T23:35:30.944Z+ cargo --version
752026-09-02T23:35:30.952Zcargo 1.97.1 (c980f4866 2026-06-30)
762026-09-02T23:35:30.956Z+ rustc --version
772026-09-02T23:35:30.975Zrustc 1.97.1 (8bab26f4f 2026-07-14)
782026-09-02T23:35:30.981Zprocess exited: duration 15043 ms, exit code 0
 
792026-09-02T23:35:30.987Zstarting task 2: "authentication"
802026-09-02T23:35:31.005Zprocess exited: duration 17 ms, exit code 0
 
812026-09-02T23:35:31.085Zstarting task 3: "clone repository"
822026-09-02T23:35:31.090Z+ mkdir -p /work/oxidecomputer/omicron
832026-09-02T23:35:31.093Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
842026-09-02T23:35:31.129ZCloning into '/work/oxidecomputer/omicron'...
852026-09-02T23:35:43.717Z+ cd /work/oxidecomputer/omicron
862026-09-02T23:35:43.717Z+ git fetch origin 237cd9bf4f4016d30c7c42601c839699e8264596
872026-09-02T23:35:44.045ZFrom https://github.com/oxidecomputer/omicron
882026-09-02T23:35:44.045Z * branch 237cd9bf4f4016d30c7c42601c839699e8264596 -> FETCH_HEAD
892026-09-02T23:35:44.060Z+ [[ -n '' ]]
902026-09-02T23:35:44.060Z+ git reset --hard 237cd9bf4f4016d30c7c42601c839699e8264596
912026-09-02T23:35:44.309ZHEAD is now at 237cd9bf4 [spr] initial version
922026-09-02T23:35:44.312Zprocess exited: duration 13226 ms, exit code 0
 
932026-09-02T23:35:44.318Zstarting task 4: "build"
942026-09-02T23:35:44.323Z+ source .github/buildomat/ci-env.sh
952026-09-02T23:35:44.323Z++ export CARGO_TERM_COLOR=always
962026-09-02T23:35:44.323Z++ CARGO_TERM_COLOR=always
972026-09-02T23:35:44.326Z+++ uname -s
982026-09-02T23:35:44.326Z++ [[ SunOS == \S\u\n\O\S ]]
992026-09-02T23:35:44.326Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
1002026-09-02T23:35:44.329Z+ cargo --version
1012026-09-02T23:35:44.337Zcargo 1.97.1 (c980f4866 2026-06-30)
1022026-09-02T23:35:44.339Z+ rustc --version
1032026-09-02T23:35:44.359Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1042026-09-02T23:35:44.362Z+ cargo tree --locked
1052026-09-02T23:35:44.525Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
1062026-09-02T23:35:44.883Z Updating crates.io index
1072026-09-02T23:35:44.887Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
1082026-09-02T23:35:45.174Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
1092026-09-02T23:35:45.577Z Updating git repository `https://github.com/oxidecomputer/omicron-debug-dropbox`
1102026-09-02T23:35:45.867Z Updating git repository `https://github.com/oxidecomputer/propolis`
1112026-09-02T23:35:46.859Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
1122026-09-02T23:35:47.426Z Updating git repository `https://github.com/oxidecomputer/crucible`
1132026-09-02T23:35:49.440Z Updating git repository `https://github.com/oxidecomputer/opte`
1142026-09-02T23:35:50.317Z Updating git repository `https://github.com/oxidecomputer/tofino`
1152026-09-02T23:35:50.617Z Updating git repository `https://github.com/oxidecomputer/lldp`
1162026-09-02T23:35:50.991Z Updating git repository `https://github.com/oxidecomputer/maghemite`
1172026-09-02T23:35:52.464Z Updating git repository `https://github.com/oxidecomputer/clickward`
1182026-09-02T23:35:53.023Z Updating git repository `https://github.com/oxidecomputer/dice-util`
1192026-09-02T23:35:53.533Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
1202026-09-02T23:35:53.755Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
1212026-09-02T23:35:54.040Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
1222026-09-02T23:35:54.346Z Updating git repository `https://github.com/oxidecomputer/libnvme`
1232026-09-02T23:35:54.675Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
1242026-09-02T23:35:54.947Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
1252026-09-02T23:35:55.303Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
1262026-09-02T23:35:55.711Z Updating git repository `https://github.com/oxidecomputer/dendrite`
1272026-09-02T23:35:56.273Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
1282026-09-02T23:35:56.584Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
1292026-09-02T23:35:57.143Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
1302026-09-02T23:35:57.481Z Updating git repository `https://github.com/oxidecomputer/erebor`
1312026-09-02T23:35:57.785Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
1322026-09-02T23:35:58.246Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
1332026-09-02T23:35:58.591Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
1342026-09-02T23:35:59.020Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
1352026-09-02T23:35:59.375Z Updating git repository `https://github.com/oxidecomputer/ispf`
1362026-09-02T23:35:59.651Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
1372026-09-02T23:35:59.983Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1382026-09-02T23:36:00.356Z Updating git repository `https://github.com/oxidecomputer/tough`
1392026-09-02T23:36:00.958Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
1402026-09-02T23:36:01.352Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
1412026-09-02T23:36:01.547Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
1422026-09-02T23:36:01.834Z Updating git repository `https://github.com/oxidecomputer/pmbus`
1432026-09-02T23:36:02.481Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
1442026-09-02T23:36:02.780Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1452026-09-02T23:36:03.071Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1462026-09-02T23:36:03.446Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1472026-09-02T23:36:03.797Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
1482026-09-02T23:36:04.209Z Updating git repository `https://github.com/illumos/smf-rs`
1492026-09-02T23:36:07.021Z Downloading crates ...
1502026-09-02T23:36:07.088Z Downloaded addr2line v0.25.1
1512026-09-02T23:36:07.150Z Downloaded diesel_table_macro_syntax v0.3.0
1522026-09-02T23:36:07.167Z Downloaded cpubits v0.1.1
1532026-09-02T23:36:07.167Z Downloaded convert_case v0.10.0
1542026-09-02T23:36:07.168Z Downloaded corncobs v0.1.4
1552026-09-02T23:36:07.168Z Downloaded crucible-workspace-hack v0.1.0
1562026-09-02T23:36:07.168Z Downloaded der_derive v0.7.3
1572026-09-02T23:36:07.168Z Downloaded hash32 v0.2.1
1582026-09-02T23:36:07.168Z Downloaded hubpack v0.1.2
1592026-09-02T23:36:07.168Z Downloaded cpufeatures v0.2.17
1602026-09-02T23:36:07.168Z Downloaded http-body v1.0.1
1612026-09-02T23:36:07.168Z Downloaded guppy-workspace-hack v0.1.0
1622026-09-02T23:36:07.168Z Downloaded headers-core v0.3.0
1632026-09-02T23:36:07.168Z Downloaded colorchoice v1.0.4
1642026-09-02T23:36:07.168Z Downloaded cobs v0.3.0
1652026-09-02T23:36:07.168Z Downloaded home v0.5.12
1662026-09-02T23:36:07.168Z Downloaded crc-catalog v2.4.0
1672026-09-02T23:36:07.168Z Downloaded criterion-plot v0.6.0
1682026-09-02T23:36:07.168Z Downloaded derive-where v1.6.0
1692026-09-02T23:36:07.168Z Downloaded hex-literal v0.4.1
1702026-09-02T23:36:07.168Z Downloaded hubpack_derive v0.1.1
1712026-09-02T23:36:07.168Z Downloaded hex-literal v1.1.0
1722026-09-02T23:36:07.168Z Downloaded ident_case v1.0.1
1732026-09-02T23:36:07.168Z Downloaded is_terminal_polyfill v1.70.2
1742026-09-02T23:36:07.168Z Downloaded ctutils v0.4.2
1752026-09-02T23:36:07.168Z Downloaded const-oid v0.10.2
1762026-09-02T23:36:07.168Z Downloaded httpdate v1.0.3
1772026-09-02T23:36:07.168Z Downloaded hostname v0.4.2
1782026-09-02T23:36:07.168Z Downloaded constant_time_eq v0.4.2
1792026-09-02T23:36:07.168Z Downloaded hostname v0.3.1
1802026-09-02T23:36:07.168Z Downloaded inout v0.2.2
1812026-09-02T23:36:07.169Z Downloaded compression-core v0.4.31
1822026-09-02T23:36:07.169Z Downloaded constant_time_eq v0.3.1
1832026-09-02T23:36:07.169Z Downloaded crypto-common v0.1.7
1842026-09-02T23:36:07.169Z Downloaded group v0.14.0
1852026-09-02T23:36:07.174Z Downloaded hash32 v0.3.1
1862026-09-02T23:36:07.174Z Downloaded instability v0.3.11
1872026-09-02T23:36:07.174Z Downloaded clap_lex v1.0.0
1882026-09-02T23:36:07.174Z Downloaded cstr-argument v0.1.2
1892026-09-02T23:36:07.174Z Downloaded heck v0.4.1
1902026-09-02T23:36:07.174Z Downloaded clap_builder v4.6.0
1912026-09-02T23:36:07.174Z Downloaded indoc v1.0.9
1922026-09-02T23:36:07.174Z Downloaded colored v2.2.0
1932026-09-02T23:36:07.174Z Downloaded console v0.16.2
1942026-09-02T23:36:07.174Z Downloaded csv-core v0.1.13
1952026-09-02T23:36:07.174Z Downloaded http-range v0.1.5
1962026-09-02T23:36:07.174Z Downloaded inout v0.1.4
1972026-09-02T23:36:07.174Z Downloaded heck v0.5.0
1982026-09-02T23:36:07.174Z Downloaded indent_write v2.2.0
1992026-09-02T23:36:07.174Z Downloaded convert_case v0.4.0
2002026-09-02T23:36:07.174Z Downloaded illumos-nvpair v0.3.0
2012026-09-02T23:36:07.174Z Downloaded is_ci v1.2.0
2022026-09-02T23:36:07.174Z Downloaded hyper-tls v0.6.0
2032026-09-02T23:36:07.179Z Downloaded crunchy v0.2.4
2042026-09-02T23:36:07.179Z Downloaded idna_adapter v1.2.1
2052026-09-02T23:36:07.179Z Downloaded crypto-common v0.2.2
2062026-09-02T23:36:07.179Z Downloaded curve25519-dalek-derive v0.1.1
2072026-09-02T23:36:07.184Z Downloaded illumos-nvpair-sys v0.2.0
2082026-09-02T23:36:07.187Z Downloaded defmt-parser v1.0.0
2092026-09-02T23:36:07.190Z Downloaded crc8 v0.1.1
2102026-09-02T23:36:07.190Z Downloaded hex v0.4.3
2112026-09-02T23:36:07.195Z Downloaded instant v0.1.13
2122026-09-02T23:36:07.195Z Downloaded internet-checksum v0.2.1
2132026-09-02T23:36:07.195Z Downloaded derive_builder_macro v0.20.2
2142026-09-02T23:36:07.195Z Downloaded is-terminal v0.4.17
2152026-09-02T23:36:07.199Z Downloaded darling_macro v0.23.0
2162026-09-02T23:36:07.202Z Downloaded defmt v0.3.100
2172026-09-02T23:36:07.205Z Downloaded group v0.13.0
2182026-09-02T23:36:07.210Z Downloaded darling_macro v0.13.4
2192026-09-02T23:36:07.214Z Downloaded crc v3.4.0
2202026-09-02T23:36:07.214Z Downloaded highway v1.3.0
2212026-09-02T23:36:07.214Z Downloaded http-body-util v0.1.3
2222026-09-02T23:36:07.218Z Downloaded darling_macro v0.21.3
2232026-09-02T23:36:07.218Z Downloaded debug-ignore v1.0.5
2242026-09-02T23:36:07.222Z Downloaded hmac v0.13.0
2252026-09-02T23:36:07.225Z Downloaded httparse v1.10.1
2262026-09-02T23:36:07.225Z Downloaded async-object-pool v0.2.0
2272026-09-02T23:36:07.229Z Downloaded darling_macro v0.20.11
2282026-09-02T23:36:07.229Z Downloaded async-recursion v1.1.1
2292026-09-02T23:36:07.232Z Downloaded base16ct v1.0.0
2302026-09-02T23:36:07.236Z Downloaded concurrent-queue v2.5.0
2312026-09-02T23:36:07.241Z Downloaded const_format_proc_macros v0.2.34
2322026-09-02T23:36:07.241Z Downloaded critical-section v1.2.0
2332026-09-02T23:36:07.241Z Downloaded ciborium-io v0.2.2
2342026-09-02T23:36:07.241Z Downloaded olpc-cjson v0.1.4
2352026-09-02T23:36:07.241Z Downloaded oso-derive v0.27.3
2362026-09-02T23:36:07.241Z Downloaded openssl-probe v0.1.6
2372026-09-02T23:36:07.241Z Downloaded console v0.15.11
2382026-09-02T23:36:07.245Z Downloaded approx v0.5.1
2392026-09-02T23:36:07.245Z Downloaded assert_matches v1.5.0
2402026-09-02T23:36:07.245Z Downloaded bit-set v0.5.3
2412026-09-02T23:36:07.249Z Downloaded block-padding v0.4.2
2422026-09-02T23:36:07.252Z Downloaded cfg_aliases v0.2.1
2432026-09-02T23:36:07.252Z Downloaded ipnetwork v0.21.1
2442026-09-02T23:36:07.252Z Downloaded opaque-debug v0.3.1
2452026-09-02T23:36:07.255Z Downloaded hyper-staticfile v0.10.1
2462026-09-02T23:36:07.255Z Downloaded oxide-generation-macros v0.2.0
2472026-09-02T23:36:07.260Z Downloaded password-hash v0.6.1
2482026-09-02T23:36:07.260Z Downloaded ingot-types v0.2.0
2492026-09-02T23:36:07.260Z Downloaded indoc v2.0.7
2502026-09-02T23:36:07.260Z Downloaded ingot v0.2.1
2512026-09-02T23:36:07.265Z Downloaded percent-encoding v2.3.2
2522026-09-02T23:36:07.265Z Downloaded potential_utf v0.1.4
2532026-09-02T23:36:07.269Z Downloaded impl-trait-for-tuples v0.2.3
2542026-09-02T23:36:07.270Z Downloaded cpufeatures v0.3.0
2552026-09-02T23:36:07.273Z Downloaded compression-codecs v0.4.37
2562026-09-02T23:36:07.273Z Downloaded ctr v0.10.1
2572026-09-02T23:36:07.273Z Downloaded plotters-svg v0.3.7
2582026-09-02T23:36:07.276Z Downloaded cipher v0.5.2
2592026-09-02T23:36:07.277Z Downloaded data-encoding v2.10.0
2602026-09-02T23:36:07.280Z Downloaded hmac v0.12.1
2612026-09-02T23:36:07.284Z Downloaded derive_builder_core v0.20.2
2622026-09-02T23:36:07.284Z Downloaded defmt-macros v1.0.1
2632026-09-02T23:36:07.287Z Downloaded daft v0.1.8
2642026-09-02T23:36:07.287Z Downloaded delegate v0.13.5
2652026-09-02T23:36:07.291Z Downloaded httptest v0.16.4
2662026-09-02T23:36:07.291Z Downloaded hickory-client v0.25.2
2672026-09-02T23:36:07.296Z Downloaded defmt v1.0.1
2682026-09-02T23:36:07.296Z Downloaded predicates-core v1.0.10
2692026-09-02T23:36:07.301Z Downloaded humantime v2.3.0
2702026-09-02T23:36:07.305Z Downloaded cargo-platform v0.3.2
2712026-09-02T23:36:07.308Z Downloaded bitflags v1.3.2
2722026-09-02T23:36:07.308Z Downloaded buf-list v1.1.2
2732026-09-02T23:36:07.308Z Downloaded cexpr v0.6.0
2742026-09-02T23:36:07.312Z Downloaded diesel-dtrace v0.5.0
2752026-09-02T23:36:07.312Z Downloaded crossbeam-deque v0.8.6
2762026-09-02T23:36:07.317Z Downloaded rtoolbox v0.0.3
2772026-09-02T23:36:07.320Z Downloaded progenitor-client v0.14.0
2782026-09-02T23:36:07.321Z Downloaded derive_more-impl v2.1.1
2792026-09-02T23:36:07.324Z Downloaded cmake v0.1.57
2802026-09-02T23:36:07.324Z Downloaded darling v0.13.4
2812026-09-02T23:36:07.324Z Downloaded anstyle v1.0.14
2822026-09-02T23:36:07.328Z Downloaded arrayvec v0.7.6
2832026-09-02T23:36:07.328Z Downloaded ipnet v2.12.0
2842026-09-02T23:36:07.328Z Downloaded colored v3.1.1
2852026-09-02T23:36:07.331Z Downloaded ref-cast v1.0.25
2862026-09-02T23:36:07.336Z Downloaded rfc6979 v0.4.0
2872026-09-02T23:36:07.339Z Downloaded bitfield v0.19.4
2882026-09-02T23:36:07.339Z Downloaded ingot-macros v0.2.0
2892026-09-02T23:36:07.343Z Downloaded oxide-update-engine v0.1.2
2902026-09-02T23:36:07.343Z Downloaded paste v1.0.15
2912026-09-02T23:36:07.343Z Downloaded phf v0.13.1
2922026-09-02T23:36:07.346Z Downloaded parking_lot_core v0.8.6
2932026-09-02T23:36:07.346Z Downloaded pkcs8 v0.10.2
2942026-09-02T23:36:07.350Z Downloaded rustc_version v0.1.7
2952026-09-02T23:36:07.350Z Downloaded peg v0.8.5
2962026-09-02T23:36:07.350Z Downloaded scheduled-thread-pool v0.2.7
2972026-09-02T23:36:07.350Z Downloaded secrecy v0.8.0
2982026-09-02T23:36:07.356Z Downloaded secrecy v0.10.3
2992026-09-02T23:36:07.356Z Downloaded scopeguard v1.2.0
3002026-09-02T23:36:07.359Z Downloaded sigpipe v0.1.3
3012026-09-02T23:36:07.359Z Downloaded proc-macro-error v1.0.4
3022026-09-02T23:36:07.362Z Downloaded smawk v0.3.2
3032026-09-02T23:36:07.366Z Downloaded half v1.8.3
3042026-09-02T23:36:07.366Z Downloaded hyper-rustls v0.27.7
3052026-09-02T23:36:07.366Z Downloaded darling v0.23.0
3062026-09-02T23:36:07.369Z Downloaded ignore v0.4.25
3072026-09-02T23:36:07.374Z Downloaded cmov v0.5.4
3082026-09-02T23:36:07.374Z Downloaded crossbeam-epoch v0.9.18
3092026-09-02T23:36:07.374Z Downloaded clang-sys v1.8.1
3102026-09-02T23:36:07.380Z Downloaded derive-ex v0.1.8
3112026-09-02T23:36:07.380Z Downloaded des v0.9.0
3122026-09-02T23:36:07.380Z Downloaded sqlparser_derive v0.5.0
3132026-09-02T23:36:07.380Z Downloaded predicates v3.1.4
3142026-09-02T23:36:07.385Z Downloaded primeorder v0.13.6
3152026-09-02T23:36:07.385Z Downloaded darling v0.20.11
3162026-09-02T23:36:07.389Z Downloaded crossbeam-utils v0.8.21
3172026-09-02T23:36:07.389Z Downloaded derive_builder v0.20.2
3182026-09-02T23:36:07.389Z Downloaded structmeta-derive v0.3.0
3192026-09-02T23:36:07.393Z Downloaded backon v1.6.0
3202026-09-02T23:36:07.393Z Downloaded cancel-safe-futures v0.1.5
3212026-09-02T23:36:07.396Z Downloaded r2d2 v0.8.10
3222026-09-02T23:36:07.396Z Downloaded psm v0.1.30
3232026-09-02T23:36:07.396Z Downloaded rand_core v0.6.4
3242026-09-02T23:36:07.396Z Downloaded datatest-stable v0.3.3
3252026-09-02T23:36:07.399Z Downloaded rand_chacha v0.9.0
3262026-09-02T23:36:07.400Z Downloaded relative-path v1.9.3
3272026-09-02T23:36:07.400Z Downloaded daft-derive v0.1.8
3282026-09-02T23:36:07.403Z Downloaded darling v0.21.3
3292026-09-02T23:36:07.406Z Downloaded tap v1.0.1
3302026-09-02T23:36:07.406Z Downloaded thread-id v4.2.2
3312026-09-02T23:36:07.406Z Downloaded oxide-tokio-rt v0.1.4
3322026-09-02T23:36:07.409Z Downloaded progenitor-extras v0.2.0
3332026-09-02T23:36:07.409Z Downloaded signature v3.0.0
3342026-09-02T23:36:07.409Z Downloaded slog-envlogger v2.2.0
3352026-09-02T23:36:07.410Z Downloaded iana-time-zone v0.1.65
3362026-09-02T23:36:07.413Z Downloaded strip-ansi-escapes v0.2.1
3372026-09-02T23:36:07.413Z Downloaded crypto-bigint v0.5.5
3382026-09-02T23:36:07.419Z Downloaded deranged v0.5.8
3392026-09-02T23:36:07.420Z Downloaded indexmap v1.9.3
3402026-09-02T23:36:07.424Z Downloaded supports-color v2.1.0
3412026-09-02T23:36:07.424Z Downloaded sync_wrapper v1.0.2
3422026-09-02T23:36:07.424Z Downloaded clap_derive v4.6.1
3432026-09-02T23:36:07.425Z Downloaded const-oid v0.9.6
3442026-09-02T23:36:07.425Z Downloaded hybrid-array v0.4.13
3452026-09-02T23:36:07.425Z Downloaded target-triple v1.0.0
3462026-09-02T23:36:07.428Z Downloaded icu_provider v2.1.1
3472026-09-02T23:36:07.428Z Downloaded allocator-api2 v0.2.21
3482026-09-02T23:36:07.428Z Downloaded anyhow v1.0.104
3492026-09-02T23:36:07.431Z Downloaded termtree v0.5.1
3502026-09-02T23:36:07.431Z Downloaded blake2b_simd v1.0.4
3512026-09-02T23:36:07.431Z Downloaded phf v0.12.1
3522026-09-02T23:36:07.431Z Downloaded autocfg v1.5.0
3532026-09-02T23:36:07.435Z Downloaded phc v0.6.1
3542026-09-02T23:36:07.435Z Downloaded rpassword v7.5.4
3552026-09-02T23:36:07.435Z Downloaded scroll v0.12.0
3562026-09-02T23:36:07.435Z Downloaded sec1 v0.8.1
3572026-09-02T23:36:07.438Z Downloaded serde_derive_internals v0.29.1
3582026-09-02T23:36:07.438Z Downloaded sha2 v0.10.9
3592026-09-02T23:36:07.438Z Downloaded trait-variant v0.1.2
3602026-09-02T23:36:07.438Z Downloaded tower-service v0.3.3
3612026-09-02T23:36:07.443Z Downloaded unicode-xid v0.2.6
3622026-09-02T23:36:07.443Z Downloaded heapless v0.7.17
3632026-09-02T23:36:07.446Z Downloaded unicode-linebreak v0.1.5
3642026-09-02T23:36:07.446Z Downloaded universal-hash v0.6.1
3652026-09-02T23:36:07.447Z Downloaded usdt-macro v0.6.0
3662026-09-02T23:36:07.451Z Downloaded cookie_store v0.22.1
3672026-09-02T23:36:07.454Z Downloaded crc32fast v1.5.0
3682026-09-02T23:36:07.454Z Downloaded headers v0.4.1
3692026-09-02T23:36:07.459Z Downloaded crc-any v2.5.0
3702026-09-02T23:36:07.464Z Downloaded slog-term v2.9.2
3712026-09-02T23:36:07.464Z Downloaded spki v0.7.3
3722026-09-02T23:36:07.464Z Downloaded ssh-cipher v0.3.0
3732026-09-02T23:36:07.464Z Downloaded cookie v0.18.1
3742026-09-02T23:36:07.465Z Downloaded darling_core v0.13.4
3752026-09-02T23:36:07.468Z Downloaded derive_more v0.99.20
3762026-09-02T23:36:07.471Z Downloaded xshell-macros v0.2.7
3772026-09-02T23:36:07.475Z Downloaded usdt-attr-macro v0.6.0
3782026-09-02T23:36:07.475Z Downloaded thiserror-impl v2.0.18
3792026-09-02T23:36:07.478Z Downloaded tokio-tungstenite v0.21.0
3802026-09-02T23:36:07.478Z Downloaded digest-io v0.1.0
3812026-09-02T23:36:07.478Z Downloaded wait-timeout v0.2.1
3822026-09-02T23:36:07.478Z Downloaded yoke-derive v0.8.1
3832026-09-02T23:36:07.478Z Downloaded dirs-next v2.0.0
3842026-09-02T23:36:07.481Z Downloaded escape8259 v0.5.3
3852026-09-02T23:36:07.481Z Downloaded zerofrom-derive v0.1.6
3862026-09-02T23:36:07.482Z Downloaded foreign-types v0.5.0
3872026-09-02T23:36:07.486Z Downloaded icu_locale_core v2.1.1
3882026-09-02T23:36:07.490Z Downloaded strum_macros v0.26.4
3892026-09-02T23:36:07.493Z Downloaded indicatif v0.18.4
3902026-09-02T23:36:07.496Z Downloaded support-bundle-viewer v0.1.2
3912026-09-02T23:36:07.496Z Downloaded synstructure v0.13.2
3922026-09-02T23:36:07.496Z Downloaded icu_normalizer v2.1.1
3932026-09-02T23:36:07.499Z Downloaded downcast-rs v2.0.2
3942026-09-02T23:36:07.499Z Downloaded dtrace-parser v0.3.0
3952026-09-02T23:36:07.499Z Downloaded icu_normalizer_data v2.1.1
3962026-09-02T23:36:07.503Z Downloaded icu_properties v2.1.2
3972026-09-02T23:36:07.503Z Downloaded dunce v1.0.5
3982026-09-02T23:36:07.503Z Downloaded embedded-io v0.6.1
3992026-09-02T23:36:07.506Z Downloaded papergrid v0.11.0
4002026-09-02T23:36:07.506Z Downloaded parking_lot v0.12.5
4012026-09-02T23:36:07.510Z Downloaded pkcs8 v0.11.0
4022026-09-02T23:36:07.510Z Downloaded time-macros v0.2.27
4032026-09-02T23:36:07.513Z Downloaded fnv v1.0.7
4042026-09-02T23:36:07.513Z Downloaded foreign-types-macros v0.2.3
4052026-09-02T23:36:07.513Z Downloaded foreign-types-shared v0.1.1
4062026-09-02T23:36:07.513Z Downloaded futures-macro v0.3.32
4072026-09-02T23:36:07.513Z Downloaded futures-io v0.3.32
4082026-09-02T23:36:07.513Z Downloaded kem v0.3.0
4092026-09-02T23:36:07.517Z Downloaded embedded-io v0.4.0
4102026-09-02T23:36:07.522Z Downloaded half v2.7.1
4112026-09-02T23:36:07.522Z Downloaded hickory-resolver v0.24.4
4122026-09-02T23:36:07.525Z Downloaded hickory-resolver v0.25.2
4132026-09-02T23:36:07.525Z Downloaded lalrpop-util v0.19.12
4142026-09-02T23:36:07.528Z Downloaded lazy_static v1.5.0
4152026-09-02T23:36:07.528Z Downloaded hashbrown v0.13.2
4162026-09-02T23:36:07.532Z Downloaded lzss v0.8.2
4172026-09-02T23:36:07.535Z Downloaded memoffset v0.9.1
4182026-09-02T23:36:07.535Z Downloaded proc-macro2 v1.0.106
4192026-09-02T23:36:07.535Z Downloaded whoami v1.6.1
4202026-09-02T23:36:07.538Z Downloaded md5 v0.8.0
4212026-09-02T23:36:07.538Z Downloaded nodrop v0.1.14
4222026-09-02T23:36:07.542Z Downloaded compact_str v0.8.1
4232026-09-02T23:36:07.542Z Downloaded rustls-platform-verifier v0.6.2
4242026-09-02T23:36:07.550Z Downloaded darling_core v0.21.3
4252026-09-02T23:36:07.554Z Downloaded anstyle-query v1.1.5
4262026-09-02T23:36:07.554Z Downloaded assert-json-diff v2.0.2
4272026-09-02T23:36:07.557Z Downloaded base16ct v0.2.0
4282026-09-02T23:36:07.557Z Downloaded darling_core v0.20.11
4292026-09-02T23:36:07.561Z Downloaded bcrypt-pbkdf v0.11.0
4302026-09-02T23:36:07.561Z Downloaded icu_collections v2.1.1
4312026-09-02T23:36:07.564Z Downloaded lru-slab v0.1.2
4322026-09-02T23:36:07.567Z Downloaded vergen-gitcl v1.0.8
4332026-09-02T23:36:07.567Z Downloaded heapless v0.8.0
4342026-09-02T23:36:07.571Z Downloaded writeable v0.6.2
4352026-09-02T23:36:07.575Z Downloaded num v0.4.3
4362026-09-02T23:36:07.575Z Downloaded adler2 v2.0.1
4372026-09-02T23:36:07.578Z Downloaded num-iter v0.1.45
4382026-09-02T23:36:07.578Z Downloaded serde_derive v1.0.228
4392026-09-02T23:36:07.581Z Downloaded tokio-tungstenite v0.23.1
4402026-09-02T23:36:07.581Z Downloaded cfg-if v1.0.4
4412026-09-02T23:36:07.585Z Downloaded cfg_aliases v0.1.1
4422026-09-02T23:36:07.585Z Downloaded quote v1.0.45
4432026-09-02T23:36:07.588Z Downloaded term v1.2.1
4442026-09-02T23:36:07.588Z Downloaded zstd v0.13.3
4452026-09-02T23:36:07.595Z Downloaded keccak v0.2.0
4462026-09-02T23:36:07.598Z Downloaded internal-russh-num-bigint v0.5.0
4472026-09-02T23:36:07.603Z Downloaded fd-lock v4.0.4
4482026-09-02T23:36:07.603Z Downloaded async-stream v0.3.6
4492026-09-02T23:36:07.603Z Downloaded filetime v0.2.27
4502026-09-02T23:36:07.607Z Downloaded linkme v0.3.35
4512026-09-02T23:36:07.607Z Downloaded slog v2.8.2
4522026-09-02T23:36:07.607Z Downloaded base64 v0.21.7
4532026-09-02T23:36:07.611Z Downloaded progenitor-macro v0.14.0
4542026-09-02T23:36:07.611Z Downloaded rand_pcg v0.10.2
4552026-09-02T23:36:07.612Z Downloaded rstest_macros v0.25.0
4562026-09-02T23:36:07.615Z Downloaded tinyvec v1.10.0
4572026-09-02T23:36:07.615Z Downloaded native-tls v0.2.18
4582026-09-02T23:36:07.615Z Downloaded serde_yaml v0.9.34+deprecated
4592026-09-02T23:36:07.619Z Downloaded topological-sort v0.2.2
4602026-09-02T23:36:07.619Z Downloaded toml_parser v1.1.2+spec-1.1.0
4612026-09-02T23:36:07.619Z Downloaded find-msvc-tools v0.1.9
4622026-09-02T23:36:07.624Z Downloaded futures-executor v0.3.32
4632026-09-02T23:36:07.624Z Downloaded globset v0.4.18
4642026-09-02T23:36:07.624Z Downloaded globwalk v0.9.1
4652026-09-02T23:36:07.624Z Downloaded enum_dispatch v0.3.13
4662026-09-02T23:36:07.627Z Downloaded rfc6979 v0.6.0
4672026-09-02T23:36:07.627Z Downloaded pathdiff v0.2.3
4682026-09-02T23:36:07.627Z Downloaded phf_shared v0.13.1
4692026-09-02T23:36:07.627Z Downloaded rustc_version v0.4.1
4702026-09-02T23:36:07.630Z Downloaded sapling-renderdag v0.1.0
4712026-09-02T23:36:07.631Z Downloaded pretty-hex v0.4.1
4722026-09-02T23:36:07.631Z Downloaded proc-macro-error-attr2 v2.0.0
4732026-09-02T23:36:07.634Z Downloaded same-file v1.0.6
4742026-09-02T23:36:07.634Z Downloaded lock_api v0.4.14
4752026-09-02T23:36:07.637Z Downloaded oxide-generation v0.1.3
4762026-09-02T23:36:07.638Z Downloaded indexmap v2.14.0
4772026-09-02T23:36:07.641Z Downloaded hickory-server v0.25.2
4782026-09-02T23:36:07.641Z Downloaded const_format v0.2.35
4792026-09-02T23:36:07.644Z Downloaded hyper-util v0.1.20
4802026-09-02T23:36:07.647Z Downloaded clap v4.6.1
4812026-09-02T23:36:07.655Z Downloaded chacha20 v0.9.1
4822026-09-02T23:36:07.659Z Downloaded derive_more v2.1.1
4832026-09-02T23:36:07.663Z Downloaded sha1 v0.11.0
4842026-09-02T23:36:07.667Z Downloaded newtype-uuid v1.3.2
4852026-09-02T23:36:07.667Z Downloaded vergen-git2 v9.1.0
4862026-09-02T23:36:07.667Z Downloaded http v1.4.2
4872026-09-02T23:36:07.670Z Downloaded packed_struct v0.10.1
4882026-09-02T23:36:07.670Z Downloaded zerocopy v0.6.6
4892026-09-02T23:36:07.670Z Downloaded num-rational v0.4.2
4902026-09-02T23:36:07.673Z Downloaded nu-ansi-term v0.50.3
4912026-09-02T23:36:07.673Z Downloaded aead v0.5.2
4922026-09-02T23:36:07.673Z Downloaded semver v0.1.20
4932026-09-02T23:36:07.673Z Downloaded signature v2.2.0
4942026-09-02T23:36:07.677Z Downloaded slog-bunyan v2.5.0
4952026-09-02T23:36:07.677Z Downloaded sponge-cursor v0.1.0
4962026-09-02T23:36:07.677Z Downloaded serde_repr v0.1.20
4972026-09-02T23:36:07.682Z Downloaded serde_spanned v0.6.9
4982026-09-02T23:36:07.682Z Downloaded siphasher v1.0.2
4992026-09-02T23:36:07.682Z Downloaded hkdf v0.12.4
5002026-09-02T23:36:07.682Z Downloaded structmeta v0.3.0
5012026-09-02T23:36:07.686Z Downloaded bit-vec v0.6.3
5022026-09-02T23:36:07.686Z Downloaded bit-vec v0.8.0
5032026-09-02T23:36:07.686Z Downloaded bumpalo v3.20.2
5042026-09-02T23:36:07.686Z Downloaded swrite v0.1.0
5052026-09-02T23:36:07.689Z Downloaded uuid v1.23.4
5062026-09-02T23:36:07.689Z Downloaded primeorder v0.14.0
5072026-09-02T23:36:07.692Z Downloaded bs58 v0.5.1
5082026-09-02T23:36:07.695Z Downloaded byte-wrapper v0.1.0
5092026-09-02T23:36:07.696Z Downloaded camino v1.2.5
5102026-09-02T23:36:07.699Z Downloaded rand_core v0.10.0
5112026-09-02T23:36:07.699Z Downloaded supports-hyperlinks v2.1.0
5122026-09-02T23:36:07.702Z Downloaded test-strategy v0.4.5
5132026-09-02T23:36:07.705Z Downloaded thiserror-impl-no-std v2.0.2
5142026-09-02T23:36:07.708Z Downloaded event-listener v5.4.1
5152026-09-02T23:36:07.711Z Downloaded signal-hook v0.3.18
5162026-09-02T23:36:07.711Z Downloaded tungstenite v0.21.0
5172026-09-02T23:36:07.714Z Downloaded path-tree v0.8.3
5182026-09-02T23:36:07.714Z Downloaded poly1305 v0.8.0
5192026-09-02T23:36:07.717Z Downloaded ppv-lite86 v0.2.21
5202026-09-02T23:36:07.717Z Downloaded proc-macro-error2 v2.0.1
5212026-09-02T23:36:07.724Z Downloaded getrandom v0.4.3
5222026-09-02T23:36:07.727Z Downloaded typify-macro v0.6.2
5232026-09-02T23:36:07.728Z Downloaded memmap2 v0.9.10
5242026-09-02T23:36:07.728Z Downloaded typify v0.6.2
5252026-09-02T23:36:07.732Z Downloaded unicode-ident v1.0.24
5262026-09-02T23:36:07.732Z Downloaded zone_cfg_derive v0.3.1
5272026-09-02T23:36:07.732Z Downloaded crossbeam-channel v0.5.15
5282026-09-02T23:36:07.736Z Downloaded getrandom v0.3.4
5292026-09-02T23:36:07.736Z Downloaded darling_core v0.23.0
5302026-09-02T23:36:07.740Z Downloaded snafu v0.8.9
5312026-09-02T23:36:07.744Z Downloaded der v0.7.10
5322026-09-02T23:36:07.747Z Downloaded diesel_derives v2.3.7
5332026-09-02T23:36:07.750Z Downloaded parking_lot v0.11.2
5342026-09-02T23:36:07.750Z Downloaded hashbrown v0.12.3
5352026-09-02T23:36:07.756Z Downloaded pest_derive v2.8.6
5362026-09-02T23:36:07.757Z Downloaded pest_generator v2.8.6
5372026-09-02T23:36:07.760Z Downloaded unicode-truncate v1.1.0
5382026-09-02T23:36:07.761Z Downloaded utf8_iter v1.0.4
5392026-09-02T23:36:07.761Z Downloaded hashbrown v0.16.1
5402026-09-02T23:36:07.761Z Downloaded tower-layer v0.3.3
5412026-09-02T23:36:07.766Z Downloaded argon2 v0.6.0-rc.8
5422026-09-02T23:36:07.766Z Downloaded pkcs1 v0.7.5
5432026-09-02T23:36:07.766Z Downloaded pkcs1 v0.8.0-rc.4
5442026-09-02T23:36:07.766Z Downloaded stringmetrics v2.2.2
5452026-09-02T23:36:07.771Z Downloaded dof v0.4.0
5462026-09-02T23:36:07.771Z Downloaded errno v0.3.14
5472026-09-02T23:36:07.771Z Downloaded difflib v0.4.0
5482026-09-02T23:36:07.771Z Downloaded rayon-core v1.13.0
5492026-09-02T23:36:07.771Z Downloaded display-error-chain v0.2.2
5502026-09-02T23:36:07.771Z Downloaded funty v2.0.0
5512026-09-02T23:36:07.777Z Downloaded rustls-webpki v0.103.13
5522026-09-02T23:36:07.777Z Downloaded xattr v1.6.1
5532026-09-02T23:36:07.777Z Downloaded thiserror-impl v1.0.69
5542026-09-02T23:36:07.777Z Downloaded thiserror-no-std v2.0.2
5552026-09-02T23:36:07.780Z Downloaded toml_datetime v1.1.1+spec-1.1.0
5562026-09-02T23:36:07.780Z Downloaded async-lock v3.4.2
5572026-09-02T23:36:07.780Z Downloaded fxhash v0.2.1
5582026-09-02T23:36:07.780Z Downloaded keccak v0.1.6
5592026-09-02T23:36:07.780Z Downloaded cassowary v0.3.0
5602026-09-02T23:36:07.780Z Downloaded slog-stdlog v4.1.1
5612026-09-02T23:36:07.783Z Downloaded stacker v0.1.23
5622026-09-02T23:36:07.783Z Downloaded strum_macros v0.27.2
5632026-09-02T23:36:07.784Z Downloaded lru-cache v0.1.2
5642026-09-02T23:36:07.784Z Downloaded macaddr v1.0.1
5652026-09-02T23:36:07.787Z Downloaded memmap v0.7.0
5662026-09-02T23:36:07.787Z Downloaded newline-converter v0.3.0
5672026-09-02T23:36:07.787Z Downloaded env_filter v2.0.0
5682026-09-02T23:36:07.787Z Downloaded form_urlencoded v1.2.2
5692026-09-02T23:36:07.787Z Downloaded ghash v0.6.0
5702026-09-02T23:36:07.793Z Downloaded itertools v0.10.5
5712026-09-02T23:36:07.794Z Downloaded samael v0.0.19
5722026-09-02T23:36:07.797Z Downloaded cfg-expr v0.20.6
5732026-09-02T23:36:07.797Z Downloaded target-spec v3.5.7
5742026-09-02T23:36:07.801Z Downloaded vergen-lib v0.1.6
5752026-09-02T23:36:07.801Z Downloaded termcolor v1.4.1
5762026-09-02T23:36:07.801Z Downloaded serde_with_macros v3.21.0
5772026-09-02T23:36:07.801Z Downloaded sha2 v0.11.0
5782026-09-02T23:36:07.807Z Downloaded futures-sink v0.3.32
5792026-09-02T23:36:07.807Z Downloaded hashbrown v0.15.5
5802026-09-02T23:36:07.810Z Downloaded parking_lot_core v0.9.12
5812026-09-02T23:36:07.810Z Downloaded async-stream-impl v0.3.6
5822026-09-02T23:36:07.810Z Downloaded hashbrown v0.14.5
5832026-09-02T23:36:07.813Z Downloaded libbz2-rs-sys v0.2.2
5842026-09-02T23:36:07.813Z Downloaded normalize-line-endings v0.3.0
5852026-09-02T23:36:07.813Z Downloaded tls_codec_derive v0.4.2
5862026-09-02T23:36:07.817Z Downloaded der v0.8.0
5872026-09-02T23:36:07.820Z Downloaded ena v0.14.4
5882026-09-02T23:36:07.820Z Downloaded ff v0.14.0
5892026-09-02T23:36:07.820Z Downloaded atty v0.2.14
5902026-09-02T23:36:07.820Z Downloaded bitfield-struct v0.6.2
5912026-09-02T23:36:07.824Z Downloaded tokio-postgres v0.7.16
5922026-09-02T23:36:07.825Z Downloaded postcard v1.1.3
5932026-09-02T23:36:07.828Z Downloaded schemars v0.8.22
5942026-09-02T23:36:07.833Z Downloaded nonempty v0.12.0
5952026-09-02T23:36:07.836Z Downloaded ascii-canvas v3.0.0
5962026-09-02T23:36:07.836Z Downloaded backtrace-ext v0.2.1
5972026-09-02T23:36:07.837Z Downloaded path-slash v0.1.5
5982026-09-02T23:36:07.837Z Downloaded proc-macro-error-attr v1.0.4
5992026-09-02T23:36:07.837Z Downloaded psl-types v2.0.11
6002026-09-02T23:36:07.837Z Downloaded progenitor-macro v0.13.0
6012026-09-02T23:36:07.840Z Downloaded recursive-proc-macro-impl v0.1.1
6022026-09-02T23:36:07.840Z Downloaded xshell v0.2.7
6032026-09-02T23:36:07.844Z Downloaded ucd-trie v0.1.7
6042026-09-02T23:36:07.849Z Downloaded guppy v0.17.25
6052026-09-02T23:36:07.853Z Downloaded zopfli v0.8.3
6062026-09-02T23:36:07.856Z Downloaded pest v2.8.6
6072026-09-02T23:36:07.859Z Downloaded itertools v0.13.0
6082026-09-02T23:36:07.862Z Downloaded serde_core v1.0.228
6092026-09-02T23:36:07.865Z Downloaded usdt-impl v0.5.0
6102026-09-02T23:36:07.865Z Downloaded serde_with v1.14.0
6112026-09-02T23:36:07.869Z Downloaded num-complex v0.4.6
6122026-09-02T23:36:07.869Z Downloaded packed_struct_codegen v0.10.1
6132026-09-02T23:36:07.873Z Downloaded phf_shared v0.12.1
6142026-09-02T23:36:07.873Z Downloaded plain v0.2.3
6152026-09-02T23:36:07.878Z Downloaded anstream v1.0.0
6162026-09-02T23:36:07.878Z Downloaded recursive v0.1.1
6172026-09-02T23:36:07.881Z Downloaded scroll_derive v0.12.1
6182026-09-02T23:36:07.881Z Downloaded socket2 v0.6.3
6192026-09-02T23:36:07.885Z Downloaded serde_urlencoded v0.7.1
6202026-09-02T23:36:07.888Z Downloaded stable_deref_trait v1.2.1
6212026-09-02T23:36:07.894Z Downloaded foldhash v0.1.5
6222026-09-02T23:36:07.897Z Downloaded jobserver v0.1.34
6232026-09-02T23:36:07.897Z Downloaded libefi-sys v0.1.0
6242026-09-02T23:36:07.897Z Downloaded libscf-sys v1.2.0
6252026-09-02T23:36:07.901Z Downloaded libsw v3.5.0
6262026-09-02T23:36:07.901Z Downloaded mime_guess v2.0.5
6272026-09-02T23:36:07.901Z Downloaded serde_plain v1.0.2
6282026-09-02T23:36:07.901Z Downloaded rand_distr v0.5.1
6292026-09-02T23:36:07.958Z Downloaded tokio-rustls v0.26.4
6302026-09-02T23:36:07.958Z Downloaded pem-rfc7468 v0.7.0
6312026-09-02T23:36:07.958Z Downloaded progenitor v0.13.0
6322026-09-02T23:36:07.958Z Downloaded universal-hash v0.5.1
6332026-09-02T23:36:07.958Z Downloaded crossterm v0.28.1
6342026-09-02T23:36:07.958Z Downloaded usdt v0.5.0
6352026-09-02T23:36:07.958Z Downloaded criterion v0.7.0
6362026-09-02T23:36:07.958Z Downloaded aes v0.9.1
6372026-09-02T23:36:07.958Z Downloaded module-lattice v0.2.3
6382026-09-02T23:36:07.958Z Downloaded itertools v0.12.1
6392026-09-02T23:36:07.958Z Downloaded itertools v0.14.0
6402026-09-02T23:36:07.958Z Downloaded itertools v0.15.0
6412026-09-02T23:36:07.958Z Downloaded signal-hook-tokio v0.3.1
6422026-09-02T23:36:07.958Z Downloaded semver v1.0.28
6432026-09-02T23:36:07.958Z Downloaded vergen v9.1.0
6442026-09-02T23:36:07.958Z Downloaded rustls-native-certs v0.8.3
6452026-09-02T23:36:07.958Z Downloaded ecdsa v0.16.9
6462026-09-02T23:36:07.958Z Downloaded bcs v0.1.6
6472026-09-02T23:36:07.958Z Downloaded dof v0.3.0
6482026-09-02T23:36:07.958Z Downloaded h2 v0.4.15
6492026-09-02T23:36:07.958Z Downloaded hkdf v0.13.0
6502026-09-02T23:36:07.964Z Downloaded hyper v1.10.1
6512026-09-02T23:36:07.964Z Downloaded byteorder v1.5.0
6522026-09-02T23:36:07.964Z Downloaded serde-hex v0.1.0
6532026-09-02T23:36:07.964Z Downloaded cargo_metadata v0.23.1
6542026-09-02T23:36:07.964Z Downloaded dsl_auto_type v0.2.0
6552026-09-02T23:36:07.964Z Downloaded ecdsa v0.17.0
6562026-09-02T23:36:07.964Z Downloaded bytecount v0.6.9
6572026-09-02T23:36:07.964Z Downloaded dropshot_endpoint v0.17.1
6582026-09-02T23:36:07.964Z Downloaded fixedbitset v0.4.2
6592026-09-02T23:36:07.969Z Downloaded serde_tokenstream v0.3.0
6602026-09-02T23:36:07.969Z Downloaded blake2 v0.11.0-rc.6
6612026-09-02T23:36:07.969Z Downloaded pkg-config v0.3.32
6622026-09-02T23:36:07.969Z Downloaded slab v0.4.12
6632026-09-02T23:36:07.969Z Downloaded slog-dtrace v0.3.0
6642026-09-02T23:36:07.972Z Downloaded unarray v0.1.4
6652026-09-02T23:36:07.972Z Downloaded void v1.0.2
6662026-09-02T23:36:07.972Z Downloaded foreign-types v0.3.2
6672026-09-02T23:36:07.973Z Downloaded foreign-types-shared v0.3.1
6682026-09-02T23:36:07.973Z Downloaded pem v3.0.6
6692026-09-02T23:36:07.973Z Downloaded linked-hash-map v0.5.6
6702026-09-02T23:36:07.973Z Downloaded maybe-uninit v2.0.0
6712026-09-02T23:36:07.973Z Downloaded lru v0.12.5
6722026-09-02T23:36:07.973Z Downloaded static_assertions v1.1.0
6732026-09-02T23:36:07.976Z Downloaded thread_local v1.1.9
6742026-09-02T23:36:07.976Z Downloaded rand_seeder v0.4.0
6752026-09-02T23:36:07.977Z Downloaded tokio-util v0.7.18
6762026-09-02T23:36:07.981Z Downloaded zerovec v0.11.5
6772026-09-02T23:36:07.985Z Downloaded p256 v0.14.0
6782026-09-02T23:36:07.985Z Downloaded textwrap v0.15.2
6792026-09-02T23:36:07.990Z Downloaded toml v0.7.8
6802026-09-02T23:36:07.990Z Downloaded getrandom v0.2.17
6812026-09-02T23:36:07.993Z Downloaded toml_datetime v0.7.5+spec-1.1.0
6822026-09-02T23:36:07.993Z Downloaded unicase v2.9.0
6832026-09-02T23:36:07.993Z Downloaded rusty-fork v0.3.1
6842026-09-02T23:36:07.994Z Downloaded scroll v0.13.0
6852026-09-02T23:36:07.994Z Downloaded nibble_vec v0.1.0
6862026-09-02T23:36:07.994Z Downloaded futures-task v0.3.32
6872026-09-02T23:36:07.994Z Downloaded miette v5.10.0
6882026-09-02T23:36:07.997Z Downloaded ml-kem v0.3.2
6892026-09-02T23:36:07.998Z Downloaded url v2.5.8
6902026-09-02T23:36:08.002Z Downloaded usdt-impl v0.6.0
6912026-09-02T23:36:08.002Z Downloaded trybuild v1.0.116
6922026-09-02T23:36:08.005Z Downloaded termios v0.3.3
6932026-09-02T23:36:08.005Z Downloaded iri-string v0.7.10
6942026-09-02T23:36:08.008Z Downloaded newtype_derive v0.1.6
6952026-09-02T23:36:08.013Z Downloaded hashbrown v0.17.0
6962026-09-02T23:36:08.016Z Downloaded smf v0.2.3
6972026-09-02T23:36:08.016Z Downloaded sqlformat v0.3.5
6982026-09-02T23:36:08.016Z Downloaded tokio-dtrace v0.1.1
6992026-09-02T23:36:08.016Z Downloaded iddqd v0.4.2
7002026-09-02T23:36:08.021Z Downloaded icu_properties_data v2.1.2
7012026-09-02T23:36:08.026Z Downloaded zstd-safe v7.2.4
7022026-09-02T23:36:08.029Z Downloaded tokio-test v0.4.5
7032026-09-02T23:36:08.029Z Downloaded array-init v0.0.4
7042026-09-02T23:36:08.029Z Downloaded atomic-waker v1.1.2
7052026-09-02T23:36:08.029Z Downloaded atomicwrites v0.4.4
7062026-09-02T23:36:08.034Z Downloaded ed25519-dalek v3.0.0
7072026-09-02T23:36:08.034Z Downloaded ff v0.13.1
7082026-09-02T23:36:08.037Z Downloaded parse-size v1.1.0
7092026-09-02T23:36:08.037Z Downloaded libsw-core v0.3.2
7102026-09-02T23:36:08.041Z Downloaded plotters-backend v0.3.7
7112026-09-02T23:36:08.041Z Downloaded chacha20 v0.10.0
7122026-09-02T23:36:08.041Z Downloaded toml_writer v1.1.1+spec-1.1.0
7132026-09-02T23:36:08.041Z Downloaded vergen-lib v9.1.0
7142026-09-02T23:36:08.044Z Downloaded oxnet v0.1.6
7152026-09-02T23:36:08.045Z Downloaded knus-derive v3.4.0
7162026-09-02T23:36:08.045Z Downloaded ed25519 v3.0.0
7172026-09-02T23:36:08.048Z Downloaded block-buffer v0.10.4
7182026-09-02T23:36:08.048Z Downloaded phf_shared v0.11.3
7192026-09-02T23:36:08.048Z Downloaded oso v0.27.3
7202026-09-02T23:36:08.051Z Downloaded toml_edit v0.23.10+spec-1.0.0
7212026-09-02T23:36:08.056Z Downloaded wyz v0.5.1
7222026-09-02T23:36:08.056Z Downloaded num_enum_derive v0.7.6
7232026-09-02T23:36:08.056Z Downloaded cc v1.2.56
7242026-09-02T23:36:08.059Z Downloaded openssl-sys v0.9.117
7252026-09-02T23:36:08.059Z Downloaded rustc-hash v2.1.1
7262026-09-02T23:36:08.062Z Downloaded typenum v1.20.1
7272026-09-02T23:36:08.062Z Downloaded env_logger v0.11.11
7282026-09-02T23:36:08.066Z Downloaded anstyle-parse v0.2.7
7292026-09-02T23:36:08.069Z Downloaded litemap v0.8.1
7302026-09-02T23:36:08.073Z Downloaded crossterm v0.29.0
7312026-09-02T23:36:08.076Z Downloaded serde_json v1.0.151
7322026-09-02T23:36:08.084Z Downloaded miette-derive v7.6.0
7332026-09-02T23:36:08.087Z Downloaded rstest v0.25.0
7342026-09-02T23:36:08.087Z Downloaded rand_xorshift v0.4.0
7352026-09-02T23:36:08.087Z Downloaded yasna v0.5.2
7362026-09-02T23:36:08.088Z Downloaded signal-hook-mio v0.2.5
7372026-09-02T23:36:08.091Z Downloaded tabled_derive v0.7.0
7382026-09-02T23:36:08.091Z Downloaded tinyvec_macros v0.1.1
7392026-09-02T23:36:08.091Z Downloaded sync-ptr v0.1.4
7402026-09-02T23:36:08.091Z Downloaded ssh-encoding v0.3.0
7412026-09-02T23:36:08.091Z Downloaded toml_write v0.1.2
7422026-09-02T23:36:08.091Z Downloaded target-lexicon v0.13.3
7432026-09-02T23:36:08.095Z Downloaded untrusted v0.9.0
7442026-09-02T23:36:08.095Z Downloaded yoke v0.8.1
7452026-09-02T23:36:08.095Z Downloaded camino-tempfile-ext v0.3.3
7462026-09-02T23:36:08.098Z Downloaded zip v0.6.6
7472026-09-02T23:36:08.098Z Downloaded goblin v0.8.2
7482026-09-02T23:36:08.101Z Downloaded yansi v1.0.1
7492026-09-02T23:36:08.105Z Downloaded time-core v0.1.8
7502026-09-02T23:36:08.105Z Downloaded dropshot-api-manager-types v0.8.0
7512026-09-02T23:36:08.105Z Downloaded utf-8 v0.7.6
7522026-09-02T23:36:08.105Z Downloaded wnaf v0.14.0
7532026-09-02T23:36:08.109Z Downloaded crypto-primes v0.7.2
7542026-09-02T23:36:08.113Z Downloaded fancy-regex v0.14.0
7552026-09-02T23:36:08.113Z Downloaded async-trait v0.1.89
7562026-09-02T23:36:08.116Z Downloaded zerofrom v0.1.6
7572026-09-02T23:36:08.116Z Downloaded git-stub-vcs v0.1.0
7582026-09-02T23:36:08.120Z Downloaded version_check v0.9.5
7592026-09-02T23:36:08.125Z Downloaded zone v0.3.1
7602026-09-02T23:36:08.128Z Downloaded prettyplease v0.2.37
7612026-09-02T23:36:08.129Z Downloaded tracing-attributes v0.1.31
7622026-09-02T23:36:08.129Z Downloaded event-listener-strategy v0.5.4
7632026-09-02T23:36:08.134Z Downloaded resolv-conf v0.7.6
7642026-09-02T23:36:08.134Z Downloaded scroll_derive v0.13.1
7652026-09-02T23:36:08.134Z Downloaded rustc-demangle v0.1.27
7662026-09-02T23:36:08.137Z Downloaded serde_path_to_error v0.1.20
7672026-09-02T23:36:08.137Z Downloaded jiff-static v0.2.34
7682026-09-02T23:36:08.137Z Downloaded parse-display-derive v0.10.0
7692026-09-02T23:36:08.137Z Downloaded primefield v0.14.0
7702026-09-02T23:36:08.137Z Downloaded pkcs5 v0.8.1
7712026-09-02T23:36:08.141Z Downloaded bb8 v0.8.6
7722026-09-02T23:36:08.141Z Downloaded quinn v0.11.11
7732026-09-02T23:36:08.145Z Downloaded shlex v1.3.0
7742026-09-02T23:36:08.145Z Downloaded idna v1.1.0
7752026-09-02T23:36:08.145Z Downloaded ahash v0.8.12
7762026-09-02T23:36:08.148Z Downloaded itoa v1.0.17
7772026-09-02T23:36:08.148Z Downloaded managed v0.8.0
7782026-09-02T23:36:08.154Z Downloaded progenitor-client v0.13.0
7792026-09-02T23:36:08.158Z Downloaded rand_core v0.9.5
7802026-09-02T23:36:08.158Z Downloaded slog-scope v4.4.1
7812026-09-02T23:36:08.158Z Downloaded snafu-derive v0.8.9
7822026-09-02T23:36:08.158Z Downloaded strum v0.27.2
7832026-09-02T23:36:08.162Z Downloaded strum_macros v0.24.3
7842026-09-02T23:36:08.162Z Downloaded tinytemplate v1.2.1
7852026-09-02T23:36:08.162Z Downloaded rust-argon2 v2.1.0
7862026-09-02T23:36:08.163Z Downloaded seq-macro v0.3.6
7872026-09-02T23:36:08.163Z Downloaded miette v7.6.0
7882026-09-02T23:36:08.166Z Downloaded stringprep v0.1.5
7892026-09-02T23:36:08.166Z Downloaded schemars v0.9.0
7902026-09-02T23:36:08.171Z Downloaded cast v0.3.0
7912026-09-02T23:36:08.174Z Downloaded openssl-probe v0.2.1
7922026-09-02T23:36:08.174Z Downloaded owo-colors v4.3.0
7932026-09-02T23:36:08.179Z Downloaded arc-swap v1.8.2
7942026-09-02T23:36:08.184Z Downloaded poly1305 v0.9.0
7952026-09-02T23:36:08.184Z Downloaded generic-array v1.4.3
7962026-09-02T23:36:08.184Z Downloaded ref-cast-impl v1.0.25
7972026-09-02T23:36:08.189Z Downloaded zeroize v1.9.0
7982026-09-02T23:36:08.189Z Downloaded shell-words v1.1.1
7992026-09-02T23:36:08.189Z Downloaded radium v0.7.0
8002026-09-02T23:36:08.193Z Downloaded serde_regex v1.1.0
8012026-09-02T23:36:08.193Z Downloaded dropshot-api-manager v0.8.0
8022026-09-02T23:36:08.197Z Downloaded russh-util v0.52.0
8032026-09-02T23:36:08.200Z Downloaded bzip2 v0.4.4
8042026-09-02T23:36:08.200Z Downloaded zmij v1.0.21
8052026-09-02T23:36:08.203Z Downloaded subtle v2.6.1
8062026-09-02T23:36:08.203Z Downloaded take_mut v0.2.2
8072026-09-02T23:36:08.204Z Downloaded chacha20poly1305 v0.10.1
8082026-09-02T23:36:08.208Z Downloaded flate2 v1.1.9
8092026-09-02T23:36:08.217Z Downloaded either v1.15.0
8102026-09-02T23:36:08.222Z Downloaded terminal_size v0.4.3
8112026-09-02T23:36:08.222Z Downloaded num-bigint v0.4.6
8122026-09-02T23:36:08.222Z Downloaded num_enum v0.5.11
8132026-09-02T23:36:08.222Z Downloaded whoami v2.1.0
8142026-09-02T23:36:08.226Z Downloaded fixedbitset v0.5.7
8152026-09-02T23:36:08.226Z Downloaded futures-timer v3.0.3
8162026-09-02T23:36:08.226Z Downloaded papergrid v0.18.0
8172026-09-02T23:36:08.226Z Downloaded portable-atomic v1.13.1
8182026-09-02T23:36:08.230Z Downloaded fs_extra v1.3.0
8192026-09-02T23:36:08.234Z Downloaded base64ct v1.8.3
8202026-09-02T23:36:08.234Z Downloaded equivalent v1.0.2
8212026-09-02T23:36:08.234Z Downloaded usdt-macro v0.5.0
8222026-09-02T23:36:08.234Z Downloaded waitgroup v0.1.2
8232026-09-02T23:36:08.237Z Downloaded polyval v0.7.1
8242026-09-02T23:36:08.237Z Downloaded git-stub v1.0.0
8252026-09-02T23:36:08.238Z Downloaded libloading v0.8.9
8262026-09-02T23:36:08.238Z Downloaded linkme-impl v0.3.35
8272026-09-02T23:36:08.238Z Downloaded mime v0.3.17
8282026-09-02T23:36:08.241Z Downloaded num-integer v0.1.46
8292026-09-02T23:36:08.241Z Downloaded argon2 v0.5.3
8302026-09-02T23:36:08.244Z Downloaded serde_cbor v0.11.2
8312026-09-02T23:36:08.251Z Downloaded anes v0.1.6
8322026-09-02T23:36:08.260Z Downloaded rustversion v1.0.22
8332026-09-02T23:36:08.260Z Downloaded arrayref v0.3.9
8342026-09-02T23:36:08.260Z Downloaded tar v0.4.46
8352026-09-02T23:36:08.260Z Downloaded camino-tempfile v1.4.1
8362026-09-02T23:36:08.260Z Downloaded precomputed-hash v0.1.1
8372026-09-02T23:36:08.260Z Downloaded predicates-tree v1.0.13
8382026-09-02T23:36:08.264Z Downloaded x509-cert v0.2.5
8392026-09-02T23:36:08.264Z Downloaded knus v3.4.0
8402026-09-02T23:36:08.269Z Downloaded partial-io v0.5.4
8412026-09-02T23:36:08.274Z Downloaded num-traits v0.2.19
8422026-09-02T23:36:08.274Z Downloaded password-hash v0.5.0
8432026-09-02T23:36:08.278Z Downloaded num_threads v0.1.7
8442026-09-02T23:36:08.278Z Downloaded thiserror v2.0.18
8452026-09-02T23:36:08.282Z Downloaded nanorand v0.7.0
8462026-09-02T23:36:08.282Z Downloaded num_enum_derive v0.5.11
8472026-09-02T23:36:08.288Z Downloaded powerfmt v0.2.0
8482026-09-02T23:36:08.288Z Downloaded supports-color v3.0.2
8492026-09-02T23:36:08.293Z Downloaded rand v0.10.1
8502026-09-02T23:36:08.304Z Downloaded rsa v0.10.0-rc.18
8512026-09-02T23:36:08.304Z Downloaded peg-runtime v0.8.5
8522026-09-02T23:36:08.310Z Downloaded blake2 v0.10.6
8532026-09-02T23:36:08.310Z Downloaded similar-asserts v1.7.0
8542026-09-02T23:36:08.310Z Downloaded tokio-macros v2.7.0
8552026-09-02T23:36:08.310Z Downloaded strum v0.26.3
8562026-09-02T23:36:08.314Z Downloaded libxml v0.3.3
8572026-09-02T23:36:08.319Z Downloaded gethostname v0.5.0
8582026-09-02T23:36:08.319Z Downloaded postgres-types v0.2.12
8592026-09-02T23:36:08.320Z Downloaded usdt v0.6.0
8602026-09-02T23:36:08.320Z Downloaded dirs-sys-next v0.1.2
8612026-09-02T23:36:08.320Z Downloaded steno v0.4.1
8622026-09-02T23:36:08.324Z Downloaded linear-map v1.2.0
8632026-09-02T23:36:08.324Z Downloaded multer v3.1.0
8642026-09-02T23:36:08.324Z Downloaded vte v0.14.1
8652026-09-02T23:36:08.324Z Downloaded progenitor-impl v0.13.0
8662026-09-02T23:36:08.331Z Downloaded smallvec v1.15.1
8672026-09-02T23:36:08.331Z Downloaded tls_codec v0.4.2
8682026-09-02T23:36:08.331Z Downloaded string_cache v0.8.9
8692026-09-02T23:36:08.331Z Downloaded blowfish v0.10.0
8702026-09-02T23:36:08.337Z Downloaded bit-set v0.8.0
8712026-09-02T23:36:08.337Z Downloaded block-buffer v0.12.1
8722026-09-02T23:36:08.337Z Downloaded parking v2.2.1
8732026-09-02T23:36:08.337Z Downloaded zeroize_derive v1.5.0
8742026-09-02T23:36:08.343Z Downloaded endian-type v0.1.2
8752026-09-02T23:36:08.343Z Downloaded fastrand v2.3.0
8762026-09-02T23:36:08.343Z Downloaded maplit v1.0.2
8772026-09-02T23:36:08.343Z Downloaded match_cfg v0.1.0
8782026-09-02T23:36:08.343Z Downloaded postgres-protocol v0.6.10
8792026-09-02T23:36:08.347Z Downloaded num-derive v0.4.2
8802026-09-02T23:36:08.353Z Downloaded unicode-bidi v0.3.18
8812026-09-02T23:36:08.358Z Downloaded toml v0.8.23
8822026-09-02T23:36:08.364Z Downloaded serde_tokenstream v0.2.3
8832026-09-02T23:36:08.367Z Downloaded tagptr v0.2.0
8842026-09-02T23:36:08.367Z Downloaded owo-colors v3.5.0
8852026-09-02T23:36:08.370Z Downloaded serde_spanned v1.1.1
8862026-09-02T23:36:08.370Z Downloaded ciborium-ll v0.2.2
8872026-09-02T23:36:08.376Z Downloaded chumsky v0.9.3
8882026-09-02T23:36:08.380Z Downloaded toml_edit v0.22.27
8892026-09-02T23:36:08.383Z Downloaded pem-rfc7468 v1.0.0
8902026-09-02T23:36:08.383Z Downloaded tabwriter v1.4.1
8912026-09-02T23:36:08.386Z Downloaded thiserror v1.0.69
8922026-09-02T23:36:08.389Z Downloaded pest_meta v2.8.6
8932026-09-02T23:36:08.392Z Downloaded elliptic-curve v0.13.8
8942026-09-02T23:36:08.392Z Downloaded num-bigint-dig v0.8.6
8952026-09-02T23:36:08.396Z Downloaded untrusted v0.7.1
8962026-09-02T23:36:08.396Z Downloaded signal-hook-registry v1.4.8
8972026-09-02T23:36:08.396Z Downloaded dyn-clone v1.0.20
8982026-09-02T23:36:08.399Z Downloaded float-ord v0.3.2
8992026-09-02T23:36:08.399Z Downloaded generic-array v0.14.7
9002026-09-02T23:36:08.399Z Downloaded winnow v0.7.14
9012026-09-02T23:36:08.404Z Downloaded p384 v0.14.0
9022026-09-02T23:36:08.408Z Downloaded knuffel-derive v3.2.0
9032026-09-02T23:36:08.412Z Downloaded quick-error v1.2.3
9042026-09-02T23:36:08.412Z Downloaded progenitor v0.14.0
9052026-09-02T23:36:08.412Z Downloaded sec1 v0.7.3
9062026-09-02T23:36:08.412Z Downloaded tui-tree-widget v0.23.1
9072026-09-02T23:36:08.417Z Downloaded openssl-macros v0.1.1
9082026-09-02T23:36:08.420Z Downloaded flume v0.11.1
9092026-09-02T23:36:08.430Z Downloaded subprocess v0.2.15
9102026-09-02T23:36:08.433Z Downloaded futures-channel v0.3.32
9112026-09-02T23:36:08.433Z Downloaded vsss-rs v3.3.4
9122026-09-02T23:36:08.436Z Downloaded tungstenite v0.23.0
9132026-09-02T23:36:08.436Z Downloaded foldhash v0.2.0
9142026-09-02T23:36:08.441Z Downloaded fs-err v2.11.0
9152026-09-02T23:36:08.441Z Downloaded nested v0.1.1
9162026-09-02T23:36:08.441Z Downloaded spin v0.9.8
9172026-09-02T23:36:08.441Z Downloaded goblin v0.10.5
9182026-09-02T23:36:08.445Z Downloaded rand_chacha v0.3.1
9192026-09-02T23:36:08.448Z Downloaded serde-big-array v0.5.1
9202026-09-02T23:36:08.448Z Downloaded supports-unicode v3.0.0
9212026-09-02T23:36:08.449Z Downloaded try-lock v0.2.5
9222026-09-02T23:36:08.449Z Downloaded miniz_oxide v0.8.9
9232026-09-02T23:36:08.452Z Downloaded rustyline v14.0.0
9242026-09-02T23:36:08.455Z Downloaded quinn-udp v0.5.14
9252026-09-02T23:36:08.459Z Downloaded tinystr v0.8.2
9262026-09-02T23:36:08.463Z Downloaded expectorate v1.2.0
9272026-09-02T23:36:08.467Z Downloaded fatfs v0.3.6
9282026-09-02T23:36:08.467Z Downloaded assert_cmd v2.1.2
9292026-09-02T23:36:08.471Z Downloaded supports-unicode v2.1.0
9302026-09-02T23:36:08.471Z Downloaded md-5 v0.10.6
9312026-09-02T23:36:08.471Z Downloaded want v0.3.1
9322026-09-02T23:36:08.474Z Downloaded castaway v0.2.4
9332026-09-02T23:36:08.474Z Downloaded progenitor-impl v0.14.0
9342026-09-02T23:36:08.479Z Downloaded quick-xml v0.37.5
9352026-09-02T23:36:08.479Z Downloaded displaydoc v0.2.5
9362026-09-02T23:36:08.483Z Downloaded rustls-pki-types v1.14.0
9372026-09-02T23:36:08.483Z Downloaded scrypt v0.12.0
9382026-09-02T23:36:08.486Z Downloaded ed25519-dalek v2.2.0
9392026-09-02T23:36:08.486Z Downloaded rustls-pemfile v2.2.0
9402026-09-02T23:36:08.489Z Downloaded serdect v0.4.3
9412026-09-02T23:36:08.489Z Downloaded parse-display v0.10.0
9422026-09-02T23:36:08.489Z Downloaded proc-macro-crate v1.3.1
9432026-09-02T23:36:08.489Z Downloaded pin-project-lite v0.2.17
9442026-09-02T23:36:08.492Z Downloaded omicron-zone-package v0.12.3
9452026-09-02T23:36:08.492Z Downloaded dtrace-parser v0.2.0
9462026-09-02T23:36:08.495Z Downloaded kstat-rs v0.2.5
9472026-09-02T23:36:08.495Z Downloaded newtype-uuid-macros v0.1.0
9482026-09-02T23:36:08.495Z Downloaded pbkdf2 v0.13.0
9492026-09-02T23:36:08.499Z Downloaded slog-json v2.6.1
9502026-09-02T23:36:08.499Z Downloaded plotters v0.3.7
9512026-09-02T23:36:08.503Z Downloaded memchr v2.8.0
9522026-09-02T23:36:08.506Z Downloaded sha3 v0.12.0
9532026-09-02T23:36:08.510Z Downloaded toml v1.1.2+spec-1.1.0
9542026-09-02T23:36:08.510Z Downloaded simd-adler32 v0.3.8
9552026-09-02T23:36:08.513Z Downloaded strsim v0.11.1
9562026-09-02T23:36:08.513Z Downloaded prefix-trie v0.7.0
9572026-09-02T23:36:08.513Z Downloaded usdt-attr-macro v0.5.0
9582026-09-02T23:36:08.513Z Downloaded utf8parse v0.2.2
9592026-09-02T23:36:08.516Z Downloaded enum-as-inner v0.6.1
9602026-09-02T23:36:08.516Z Downloaded miette-derive v5.10.0
9612026-09-02T23:36:08.516Z Downloaded tokio-native-tls v0.3.1
9622026-09-02T23:36:08.516Z Downloaded walkdir v2.5.0
9632026-09-02T23:36:08.521Z Downloaded tiny-keccak v2.0.2
9642026-09-02T23:36:08.521Z Downloaded reedline v0.40.0
9652026-09-02T23:36:08.524Z Downloaded diff v0.1.13
9662026-09-02T23:36:08.529Z Downloaded elliptic-curve v0.14.1
9672026-09-02T23:36:08.529Z Downloaded tempfile v3.27.0
9682026-09-02T23:36:08.529Z Downloaded unicode_categories v0.1.1
9692026-09-02T23:36:08.532Z Downloaded erased-serde v0.3.31
9702026-09-02T23:36:08.532Z Downloaded russh-cryptovec v0.62.0
9712026-09-02T23:36:08.532Z Downloaded toml_edit v0.19.15
9722026-09-02T23:36:08.539Z Downloaded sha1 v0.10.6
9732026-09-02T23:36:08.542Z Downloaded strsim v0.10.0
9742026-09-02T23:36:08.542Z Downloaded backoff v0.4.0
9752026-09-02T23:36:08.543Z Downloaded document-features v0.2.12
9762026-09-02T23:36:08.543Z Downloaded mio v1.2.0
9772026-09-02T23:36:08.547Z Downloaded regex v1.12.3
9782026-09-02T23:36:08.551Z Downloaded base64 v0.22.1
9792026-09-02T23:36:08.551Z Downloaded bytes v1.11.1
9802026-09-02T23:36:08.557Z Downloaded async-bb8-diesel v0.2.1
9812026-09-02T23:36:08.560Z Downloaded schemars_derive v0.8.22
9822026-09-02T23:36:08.560Z Downloaded terminal_size v0.1.17
9832026-09-02T23:36:08.561Z Downloaded smallvec v0.6.14
9842026-09-02T23:36:08.564Z Downloaded flagset v0.4.7
9852026-09-02T23:36:08.564Z Downloaded cbc v0.2.1
9862026-09-02T23:36:08.567Z Downloaded futures-core v0.3.32
9872026-09-02T23:36:08.567Z Downloaded async-compression v0.4.41
9882026-09-02T23:36:08.570Z Downloaded digest v0.10.7
9892026-09-02T23:36:08.573Z Downloaded ed25519 v2.2.3
9902026-09-02T23:36:08.580Z Downloaded fs-err v3.3.0
9912026-09-02T23:36:08.584Z Downloaded thread-id v5.1.0
9922026-09-02T23:36:08.587Z Downloaded multimap v0.10.1
9932026-09-02T23:36:08.589Z Downloaded new_debug_unreachable v1.0.6
9942026-09-02T23:36:08.594Z Downloaded cipher v0.4.4
9952026-09-02T23:36:08.599Z Downloaded aead v0.6.1
9962026-09-02T23:36:08.602Z Downloaded port-file v0.1.0
9972026-09-02T23:36:08.602Z Downloaded serde_with_macros v1.5.2
9982026-09-02T23:36:08.602Z Downloaded float-cmp v0.10.0
9992026-09-02T23:36:08.608Z Downloaded num-conv v0.2.0
10002026-09-02T23:36:08.612Z Downloaded proc-macro-crate v3.4.0
10012026-09-02T23:36:08.615Z Downloaded zerocopy-derive v0.7.35
10022026-09-02T23:36:08.618Z Downloaded tower-http v0.6.8
10032026-09-02T23:36:08.622Z Downloaded anstyle-parse v1.0.0
10042026-09-02T23:36:08.626Z Downloaded knuffel v3.2.0
10052026-09-02T23:36:08.626Z Downloaded bitfield-macros v0.19.4
10062026-09-02T23:36:08.629Z Downloaded serde_bytes v0.11.19
10072026-09-02T23:36:08.629Z Downloaded testing_table v0.3.0
10082026-09-02T23:36:08.633Z Downloaded unit-prefix v0.5.2
10092026-09-02T23:36:08.633Z Downloaded bzip2 v0.6.1
10102026-09-02T23:36:08.633Z Downloaded syn v1.0.109
10112026-09-02T23:36:08.638Z Downloaded slog-async v2.8.0
10122026-09-02T23:36:08.642Z Downloaded ssh-key v0.7.0-rc.11
10132026-09-02T23:36:08.647Z Downloaded toml_datetime v0.6.11
10142026-09-02T23:36:08.655Z Downloaded pretty_assertions v1.4.1
10152026-09-02T23:36:08.659Z Downloaded socket2 v0.5.10
10162026-09-02T23:36:08.659Z Downloaded log v0.4.33
10172026-09-02T23:36:08.662Z Downloaded unsafe-libyaml v0.2.11
10182026-09-02T23:36:08.666Z Downloaded zerotrie v0.2.3
10192026-09-02T23:36:08.666Z Downloaded num_enum v0.7.6
10202026-09-02T23:36:08.669Z Downloaded once_cell v1.21.3
10212026-09-02T23:36:08.672Z Downloaded oxide-update-engine-display v0.1.2
10222026-09-02T23:36:08.673Z Downloaded oorandom v11.1.5
10232026-09-02T23:36:08.673Z Downloaded ron v0.8.1
10242026-09-02T23:36:08.676Z Downloaded ryu v1.0.23
10252026-09-02T23:36:08.676Z Downloaded minimal-lexical v0.2.1
10262026-09-02T23:36:08.684Z Downloaded litrs v1.0.0
10272026-09-02T23:36:08.690Z Downloaded russh v0.62.4
10282026-09-02T23:36:08.694Z Downloaded proptest v1.11.0
10292026-09-02T23:36:08.698Z Downloaded zerovec-derive v0.11.2
10302026-09-02T23:36:08.702Z Downloaded pin-project-internal v1.1.11
10312026-09-02T23:36:08.710Z Downloaded oxide-update-engine-types v0.1.2
10322026-09-02T23:36:08.714Z Downloaded fallible-iterator v0.2.0
10332026-09-02T23:36:08.714Z Downloaded unicode-segmentation v1.12.0
10342026-09-02T23:36:08.717Z Downloaded glob v0.3.3
10352026-09-02T23:36:08.717Z Downloaded supports-hyperlinks v3.2.0
10362026-09-02T23:36:08.717Z Downloaded libtest-mimic v0.8.1
10372026-09-02T23:36:08.717Z Downloaded zerocopy v0.7.35
10382026-09-02T23:36:08.725Z Downloaded peg-macros v0.8.5
10392026-09-02T23:36:08.728Z Downloaded spki v0.8.0
10402026-09-02T23:36:08.728Z Downloaded bitflags v2.11.0
10412026-09-02T23:36:08.731Z Downloaded tokio-stream v0.1.18
10422026-09-02T23:36:08.733Z Downloaded anstream v0.6.21
10432026-09-02T23:36:08.733Z Downloaded pin-project v1.1.11
10442026-09-02T23:36:08.739Z Downloaded salsa20 v0.11.0
10452026-09-02T23:36:08.742Z Downloaded winnow v0.6.26
10462026-09-02T23:36:08.747Z Downloaded backtrace v0.3.76
10472026-09-02T23:36:08.750Z Downloaded ciborium v0.2.2
10482026-09-02T23:36:08.750Z Downloaded rcgen v0.12.1
10492026-09-02T23:36:08.750Z Downloaded publicsuffix v2.3.0
10502026-09-02T23:36:08.755Z Downloaded zlib-rs v0.6.2
10512026-09-02T23:36:08.760Z Downloaded digest v0.11.3
10522026-09-02T23:36:08.760Z Downloaded unicode-normalization v0.1.25
10532026-09-02T23:36:08.760Z Downloaded serde v1.0.228
10542026-09-02T23:36:08.762Z Downloaded rsa v0.9.10
10552026-09-02T23:36:08.763Z Downloaded twox-hash v2.1.2
10562026-09-02T23:36:08.765Z Downloaded jiff-core v0.1.0
10572026-09-02T23:36:08.765Z Downloaded textwrap v0.16.2
10582026-09-02T23:36:08.769Z Downloaded similar v2.7.0
10592026-09-02T23:36:08.769Z Downloaded unicode-properties v0.1.4
10602026-09-02T23:36:08.786Z Downloaded tracing-core v0.1.36
10612026-09-02T23:36:08.794Z Downloaded scuffle v0.1.0
10622026-09-02T23:36:08.800Z Downloaded tower v0.5.3
10632026-09-02T23:36:08.807Z Downloaded rand v0.8.6
10642026-09-02T23:36:08.814Z Downloaded serde_with v3.21.0
10652026-09-02T23:36:08.822Z Downloaded chrono v0.4.45
10662026-09-02T23:36:08.825Z Downloaded uzers v0.12.2
10672026-09-02T23:36:08.828Z Downloaded schemars v1.2.1
10682026-09-02T23:36:08.832Z Downloaded nom v7.1.3
10692026-09-02T23:36:08.836Z Downloaded zip v4.6.1
10702026-09-02T23:36:08.846Z Downloaded drift v0.2.0
10712026-09-02T23:36:08.853Z Downloaded zerocopy-derive v0.8.55
10722026-09-02T23:36:08.857Z Downloaded term v0.7.0
10732026-09-02T23:36:08.914Z Downloaded nix v0.27.1
10742026-09-02T23:36:08.914Z Downloaded qorb v0.4.1
10752026-09-02T23:36:08.914Z Downloaded p521 v0.14.0
10762026-09-02T23:36:08.914Z Downloaded futures v0.3.32
10772026-09-02T23:36:08.914Z Downloaded p384 v0.13.1
10782026-09-02T23:36:08.914Z Downloaded blake3 v1.8.5
10792026-09-02T23:36:08.914Z Downloaded unicode-width v0.1.14
10802026-09-02T23:36:08.914Z Downloaded smoltcp v0.9.1
10812026-09-02T23:36:08.914Z Downloaded time v0.3.47
10822026-09-02T23:36:08.914Z Downloaded ar_archive_writer v0.5.1
10832026-09-02T23:36:08.915Z Downloaded nom v8.0.0
10842026-09-02T23:36:08.920Z Downloaded winnow v1.0.3
10852026-09-02T23:36:08.920Z Downloaded unicode-width v0.2.0
10862026-09-02T23:36:08.920Z Downloaded aho-corasick v1.1.4
10872026-09-02T23:36:08.925Z Downloaded libm v0.2.16
10882026-09-02T23:36:08.931Z Downloaded crypto-bigint v0.7.5
10892026-09-02T23:36:08.936Z Downloaded typed-path v0.9.3
10902026-09-02T23:36:08.940Z Downloaded curve25519-dalek v4.1.3
10912026-09-02T23:36:08.944Z Downloaded quinn-proto v0.11.16
10922026-09-02T23:36:08.948Z Downloaded tabled v0.21.0
10932026-09-02T23:36:08.959Z Downloaded reqwest v0.12.28
10942026-09-02T23:36:08.964Z Downloaded hickory-proto v0.24.4
10952026-09-02T23:36:08.968Z Downloaded tabled v0.15.0
10962026-09-02T23:36:08.977Z Downloaded radix_trie v0.2.1
10972026-09-02T23:36:08.980Z Downloaded aws-lc-rs v1.16.3
10982026-09-02T23:36:08.985Z Downloaded reqwest v0.13.2
10992026-09-02T23:36:08.989Z Downloaded regex-syntax v0.6.29
11002026-09-02T23:36:08.995Z Downloaded rand v0.9.2
11012026-09-02T23:36:08.995Z Downloaded vcpkg v0.2.15
11022026-09-02T23:36:09.017Z Downloaded hickory-proto v0.25.2
11032026-09-02T23:36:09.025Z Downloaded object v0.30.4
11042026-09-02T23:36:09.030Z Downloaded winnow v0.5.40
11052026-09-02T23:36:09.034Z Downloaded salty v0.3.0
11062026-09-02T23:36:09.038Z Downloaded rustix v0.38.44
11072026-09-02T23:36:09.051Z Downloaded curve25519-dalek v5.0.0
11082026-09-02T23:36:09.056Z Downloaded nix v0.28.0
11092026-09-02T23:36:09.064Z Downloaded gimli v0.32.3
11102026-09-02T23:36:09.069Z Downloaded aes-gcm v0.11.0
11112026-09-02T23:36:09.069Z Downloaded futures-util v0.3.32
11122026-09-02T23:36:09.074Z Downloaded openssl v0.10.80
11132026-09-02T23:36:09.079Z Downloaded lalrpop v0.19.12
11142026-09-02T23:36:09.085Z Downloaded bstr v1.12.1
11152026-09-02T23:36:09.090Z Downloaded moka v0.12.13
11162026-09-02T23:36:09.096Z Downloaded polar-core v0.27.3
11172026-09-02T23:36:09.101Z Downloaded tough v0.22.0
11182026-09-02T23:36:09.111Z Downloaded rayon v1.11.0
11192026-09-02T23:36:09.127Z Downloaded diesel v2.3.7
11202026-09-02T23:36:09.127Z Downloaded object v0.37.3
11212026-09-02T23:36:09.130Z Downloaded rawzip v0.4.4
11222026-09-02T23:36:09.130Z Downloaded petname v2.0.2
11232026-09-02T23:36:09.138Z Downloaded smoltcp v0.11.0
11242026-09-02T23:36:09.143Z Downloaded regress v0.11.1
11252026-09-02T23:36:09.176Z Downloaded dropshot v0.17.1
11262026-09-02T23:36:09.180Z Downloaded openapiv3 v2.2.0
11272026-09-02T23:36:09.184Z Downloaded tracing v0.1.44
11282026-09-02T23:36:09.195Z Downloaded syn v2.0.117
11292026-09-02T23:36:09.206Z Downloaded rustix v1.1.4
11302026-09-02T23:36:09.215Z Downloaded git2 v0.20.4
11312026-09-02T23:36:09.222Z Downloaded regress v0.10.5
11322026-09-02T23:36:09.240Z Downloaded bitvec v1.0.1
11332026-09-02T23:36:09.240Z Downloaded bindgen v0.71.1
11342026-09-02T23:36:09.240Z Downloaded rustls v0.23.41
11352026-09-02T23:36:09.245Z Downloaded zerocopy v0.8.55
11362026-09-02T23:36:09.256Z Downloaded nix v0.31.2
11372026-09-02T23:36:09.261Z Downloaded typify-impl v0.6.2
11382026-09-02T23:36:09.274Z Downloaded sqlparser v0.61.0
11392026-09-02T23:36:09.277Z Downloaded syn v3.0.3
11402026-09-02T23:36:09.283Z Downloaded regex-automata v0.4.14
11412026-09-02T23:36:09.301Z Downloaded ratatui v0.29.0
11422026-09-02T23:36:09.324Z Downloaded regex-syntax v0.8.10
11432026-09-02T23:36:09.334Z Downloaded jiff v0.2.34
11442026-09-02T23:36:09.370Z Downloaded sled v0.34.7
11452026-09-02T23:36:09.384Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
11462026-09-02T23:36:09.395Z Downloaded tokio v1.52.1
11472026-09-02T23:36:09.419Z Downloaded petgraph v0.6.5
11482026-09-02T23:36:09.442Z Downloaded zerocopy-derive v0.6.6
11492026-09-02T23:36:09.451Z Downloaded sha3 v0.11.0
11502026-09-02T23:36:09.463Z Downloaded libz-sys v1.1.24
11512026-09-02T23:36:09.475Z Downloaded bzip2-sys v0.1.13+1.0.8
11522026-09-02T23:36:09.506Z Downloaded chrono-tz v0.10.4
11532026-09-02T23:36:09.530Z Downloaded csv v1.4.0
11542026-09-02T23:36:09.542Z Downloaded libc v0.2.185
11552026-09-02T23:36:09.562Z Downloaded sha3 v0.10.8
11562026-09-02T23:36:09.565Z Downloaded petgraph v0.8.3
11572026-09-02T23:36:09.579Z Downloaded ring v0.17.14
11582026-09-02T23:36:09.603Z Downloaded httpmock v0.8.3
11592026-09-02T23:36:09.616Z Downloaded encoding_rs v0.8.35
11602026-09-02T23:36:09.632Z Downloaded libgit2-sys v0.18.3+1.9.2
11612026-09-02T23:36:10.113Z Downloaded aws-lc-sys v0.40.0
11622026-09-02T23:36:10.593Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
11632026-09-02T23:36:15.533Z Startup: Refreshing catalog 'helios' ... Done
11642026-09-02T23:36:15.961Z Startup: Caching catalogs ... Done
11652026-09-02T23:36:18.558ZPlanning: Solver setup ... Done (2.427s)
11662026-09-02T23:36:18.628ZPlanning: Running solver ... Done (0.070s)
11672026-09-02T23:36:18.683ZPlanning: Finding local manifests ... Done (0.003s)
11682026-09-02T23:36:18.694ZPlanning: Fetching manifests: 0/2 0% complete
11692026-09-02T23:36:18.712ZPlanning: Fetching manifests: 2/2 100% complete
11702026-09-02T23:36:18.730ZPlanning: Package planning ... Done (0.014s)
11712026-09-02T23:36:18.740ZPlanning: Merging actions ... Done (0.001s)
11722026-09-02T23:36:18.897ZPlanning: Checking for conflicting actions ... Done (0.170s)
11732026-09-02T23:36:18.988ZPlanning: Consolidating action changes ... Done (0.001s)
11742026-09-02T23:36:19.674ZPlanning: Evaluating mediators ... Done (0.776s)
11752026-09-02T23:36:19.677ZPlanning: Planning completed in 3.68 seconds
11762026-09-02T23:36:19.687Z Packages to install: 2
11772026-09-02T23:36:19.687Z Estimated space available: 155.73 GB
11782026-09-02T23:36:19.687ZEstimated space to be consumed: 86.47 MB
11792026-09-02T23:36:19.687Z Create boot environment: No
11802026-09-02T23:36:19.687ZCreate backup boot environment: No
11812026-09-02T23:36:19.687Z Rebuild boot archive: No
11822026-09-02T23:36:19.691Z
11832026-09-02T23:36:19.692ZChanged packages:
11842026-09-02T23:36:19.692Zhelios
11852026-09-02T23:36:19.692Z developer/build-essential
11862026-09-02T23:36:19.692Z None -> 11-3.0
11872026-09-02T23:36:19.692Z library/libxmlsec1
11882026-09-02T23:36:19.692Z None -> 1.2.35-3.0
11892026-09-02T23:36:19.711Z
11902026-09-02T23:36:19.711ZDownload: 0/214 items 0.0/1.3MB 0% complete
11912026-09-02T23:36:19.777ZDownload: Completed 1.28 MB in 0.07 seconds (18.8M/s)
11922026-09-02T23:36:19.888Z Actions: 1/268 actions (Installing new actions)
11932026-09-02T23:36:19.926Z Actions: Completed 268 actions in 0.04 seconds.
11942026-09-02T23:36:19.964ZFinalize: Updating package state database ... Done (0.038s)
11952026-09-02T23:36:19.964ZFinalize: Updating package cache ... Done (0.000s)
11962026-09-02T23:36:20.064ZFinalize: Updating image state ... Done (0.098s)
11972026-09-02T23:36:22.842ZFinalize: Creating fast lookup database ... Done (2.724s)
11982026-09-02T23:36:22.913ZFinalize: Reading search index ... Done (0.012s)
11992026-09-02T23:36:22.916ZFinalize: Updating search index ... Done (0.000s)
12002026-09-02T23:36:23.014ZFinalize: Updating package cache ... Done (0.000s)
12012026-09-02T23:36:23.396ZPlanning: Evaluating mediator changes ... Done
12022026-09-02T23:36:23.498ZPlanning: Checking for conflicting actions ... Done
12032026-09-02T23:36:23.502ZPlanning: Consolidating action changes ... Done
12042026-09-02T23:36:23.659ZPlanning: Evaluating mediators ... Done
12052026-09-02T23:36:23.664ZPlanning: Planning completed in 0.27 seconds
12062026-09-02T23:36:23.685Z Mediators to change: 2
12072026-09-02T23:36:23.685Z Create boot environment: No
12082026-09-02T23:36:23.685ZCreate backup boot environment: No
12092026-09-02T23:36:23.736ZFinalize: Updating package state database ... Done
12102026-09-02T23:36:23.736ZFinalize: Updating package cache ... Done
12112026-09-02T23:36:23.800ZFinalize: Updating image state ... Done
12122026-09-02T23:36:25.756ZFinalize: Creating fast lookup database ... Done
12132026-09-02T23:36:25.899ZFinalize: Reading search index ... Done
12142026-09-02T23:36:25.939ZFinalize: Updating search index ... Done
12152026-09-02T23:36:25.939ZFinalize: Updating package cache ... Done
12162026-09-02T23:36:26.190ZPlanning: Evaluating mediator changes ... Done
12172026-09-02T23:36:26.289ZPlanning: Checking for conflicting actions ... Done
12182026-09-02T23:36:26.321ZPlanning: Consolidating action changes ... Done
12192026-09-02T23:36:26.476ZPlanning: Evaluating mediators ... Done
12202026-09-02T23:36:26.561ZPlanning: Planning completed in 0.26 seconds
12212026-09-02T23:36:26.561Z Mediators to change: 1
12222026-09-02T23:36:26.561Z Create boot environment: No
12232026-09-02T23:36:26.561ZCreate backup boot environment: No
12242026-09-02T23:36:26.646ZFinalize: Updating package state database ... Done
12252026-09-02T23:36:26.646ZFinalize: Updating package cache ... Done
12262026-09-02T23:36:26.646ZFinalize: Updating image state ... Done
12272026-09-02T23:36:28.515ZFinalize: Creating fast lookup database ... Done
12282026-09-02T23:36:28.580ZFinalize: Reading search index ... Done
12292026-09-02T23:36:28.586ZFinalize: Updating search index ... Done
12302026-09-02T23:36:28.653ZFinalize: Updating package cache ... Done
12312026-09-02T23:36:28.949ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
12322026-09-02T23:36:28.949Zapache system 2.4 system
12332026-09-02T23:36:28.949Zclang system 15 system
12342026-09-02T23:36:28.949Zcsh system system illumos
12352026-09-02T23:36:28.949Zctags system system illumos
12362026-09-02T23:36:28.949Zfile vendor vendor darwinsys
12372026-09-02T23:36:28.949Zfile system system illumos
12382026-09-02T23:36:28.949Zgcc vendor 14 vendor
12392026-09-02T23:36:28.949Zgcc system 13 system
12402026-09-02T23:36:28.949Zgcc system 10 system
12412026-09-02T23:36:28.949Zgo system 1.25 system
12422026-09-02T23:36:28.949Zllvm system 15 system
12432026-09-02T23:36:28.949Zmariadb system 11.4 system
12442026-09-02T23:36:28.949Zmta vendor vendor dma
12452026-09-02T23:36:28.949Zopenjdk system 17 system
12462026-09-02T23:36:28.949Zopenjdk system 11 system
12472026-09-02T23:36:28.949Zopenssl vendor 3 vendor
12482026-09-02T23:36:28.949Zperl system 5.40 system
12492026-09-02T23:36:28.949Zpostgresql system 18 system
12502026-09-02T23:36:28.949Zpostgresql system 17 system
12512026-09-02T23:36:28.949Zpython vendor 3 vendor
12522026-09-02T23:36:28.949Zpython system 2 system
12532026-09-02T23:36:28.949Zpython3 vendor 3.13 vendor
12542026-09-02T23:36:28.949Zruby system 3.4 system
12552026-09-02T23:36:28.949Zruby system 3.0 system
12562026-09-02T23:36:28.950Zwords vendor vendor american-english
12572026-09-02T23:36:28.950Zwords system system australian-english
12582026-09-02T23:36:28.950Zwords system system british-english
12592026-09-02T23:36:28.950Zwords system system canadian-english
12602026-09-02T23:36:28.950Zwords system system french
12612026-09-02T23:36:28.950Zwords system system italian
12622026-09-02T23:36:28.950Zwords system system ngerman
12632026-09-02T23:36:28.950Zwords system system ogerman
12642026-09-02T23:36:28.950Zwords system system spanish
12652026-09-02T23:36:29.211ZPUBLISHER TYPE STATUS P LOCATION
12662026-09-02T23:36:29.211Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
12672026-09-02T23:36:29.741ZFMRI IFO
12682026-09-02T23:36:29.741Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
12692026-09-02T23:36:29.741Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
12702026-09-02T23:36:29.741Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
12712026-09-02T23:36:29.741Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
12722026-09-02T23:36:29.741Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
12732026-09-02T23:36:29.741Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
12742026-09-02T23:36:29.742Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
12752026-09-02T23:36:29.742Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
12762026-09-02T23:36:29.742Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
12772026-09-02T23:36:30.374Z Downloading crates ...
12782026-09-02T23:36:30.423Z Downloaded cargo_toml v0.21.0
12792026-09-02T23:36:30.468Z Compiling proc-macro2 v1.0.106
12802026-09-02T23:36:30.468Z Compiling quote v1.0.45
12812026-09-02T23:36:30.468Z Compiling unicode-ident v1.0.24
12822026-09-02T23:36:30.472Z Compiling serde_core v1.0.228
12832026-09-02T23:36:30.472Z Compiling libc v0.2.185
12842026-09-02T23:36:30.472Z Compiling version_check v0.9.5
12852026-09-02T23:36:30.543Z Compiling memchr v2.8.0
12862026-09-02T23:36:30.548Z Compiling serde v1.0.228
12872026-09-02T23:36:30.552Z Compiling zmij v1.0.21
12882026-09-02T23:36:30.552Z Compiling ucd-trie v0.1.7
12892026-09-02T23:36:30.555Z Compiling thiserror v1.0.69
12902026-09-02T23:36:30.555Z Compiling itoa v1.0.17
12912026-09-02T23:36:30.558Z Compiling rustix v1.1.4
12922026-09-02T23:36:30.558Z Compiling byteorder v1.5.0
12932026-09-02T23:36:30.755Z Compiling bitflags v2.11.0
12942026-09-02T23:36:30.793Z Compiling serde_json v1.0.151
12952026-09-02T23:36:30.926Z Compiling usdt-impl v0.5.0
12962026-09-02T23:36:30.964Z Compiling pest v2.8.6
12972026-09-02T23:36:30.976Z Compiling proc-macro-error-attr v1.0.4
12982026-09-02T23:36:31.019Z Compiling syn v1.0.109
12992026-09-02T23:36:31.068Z Compiling camino v1.2.5
13002026-09-02T23:36:31.113Z Compiling proc-macro-error v1.0.4
13012026-09-02T23:36:31.133Z Compiling utf8parse v0.2.2
13022026-09-02T23:36:31.181Z Compiling hashbrown v0.17.0
13032026-09-02T23:36:31.255Z Compiling log v0.4.33
13042026-09-02T23:36:31.259Z Compiling equivalent v1.0.2
13052026-09-02T23:36:31.325Z Compiling getrandom v0.4.3
13062026-09-02T23:36:31.338Z Compiling plain v0.2.3
13072026-09-02T23:36:31.345Z Compiling anstyle-parse v1.0.0
13082026-09-02T23:36:31.411Z Compiling is_terminal_polyfill v1.70.2
13092026-09-02T23:36:31.416Z Compiling colorchoice v1.0.4
13102026-09-02T23:36:31.442Z Compiling pretty-hex v0.4.1
13112026-09-02T23:36:31.460Z Compiling errno v0.3.14
13122026-09-02T23:36:31.495Z Compiling thread-id v4.2.2
13132026-09-02T23:36:31.506Z Compiling winnow v0.7.14
13142026-09-02T23:36:31.522Z Compiling toml_write v0.1.2
13152026-09-02T23:36:31.525Z Compiling thiserror v2.0.18
13162026-09-02T23:36:31.543Z Compiling anstyle v1.0.14
13172026-09-02T23:36:31.551Z Compiling anstyle-query v1.1.5
13182026-09-02T23:36:31.600Z Compiling cfg-if v1.0.4
13192026-09-02T23:36:31.639Z Compiling autocfg v1.5.0
13202026-09-02T23:36:31.666Z Compiling fastrand v2.3.0
13212026-09-02T23:36:31.676Z Compiling bytecount v0.6.9
13222026-09-02T23:36:31.714Z Compiling fnv v1.0.7
13232026-09-02T23:36:31.798Z Compiling indexmap v2.14.0
13242026-09-02T23:36:31.818Z Compiling anstream v1.0.0
13252026-09-02T23:36:31.829Z Compiling once_cell v1.21.3
13262026-09-02T23:36:31.829Z Compiling clap_lex v1.0.0
13272026-09-02T23:36:31.871Z Compiling anyhow v1.0.104
13282026-09-02T23:36:31.941Z Compiling unicode-width v0.1.14
13292026-09-02T23:36:31.954Z Compiling heck v0.5.0
13302026-09-02T23:36:32.069Z Compiling syn v2.0.117
13312026-09-02T23:36:32.096Z Compiling fs-err v3.3.0
13322026-09-02T23:36:32.099Z Compiling pest_meta v2.8.6
13332026-09-02T23:36:32.125Z Compiling strsim v0.11.1
13342026-09-02T23:36:32.147Z Compiling heck v0.4.1
13352026-09-02T23:36:32.207Z Compiling papergrid v0.11.0
13362026-09-02T23:36:32.233Z Compiling memmap v0.7.0
13372026-09-02T23:36:32.332Z Compiling unicode-linebreak v0.1.5
13382026-09-02T23:36:32.439Z Compiling smawk v0.3.2
13392026-09-02T23:36:32.450Z Compiling unicode-width v0.2.0
13402026-09-02T23:36:32.456Z Compiling swrite v0.1.0
13412026-09-02T23:36:32.491Z Compiling terminal_size v0.4.3
13422026-09-02T23:36:32.501Z Compiling tempfile v3.27.0
13432026-09-02T23:36:32.586Z Compiling clap_builder v4.6.0
13442026-09-02T23:36:32.626Z Compiling textwrap v0.16.2
13452026-09-02T23:36:32.948Z Compiling semver v1.0.28
13462026-09-02T23:36:32.948Z Compiling cargo-platform v0.3.2
13472026-09-02T23:36:33.209Z Compiling camino-tempfile v1.4.1
13482026-09-02T23:36:33.490Z Compiling tabled_derive v0.7.0
13492026-09-02T23:36:34.160Z Compiling tabled v0.15.0
13502026-09-02T23:36:34.193Z Compiling pest_generator v2.8.6
13512026-09-02T23:36:34.706Z Compiling serde_derive v1.0.228
13522026-09-02T23:36:34.706Z Compiling thiserror-impl v1.0.69
13532026-09-02T23:36:34.706Z Compiling zerocopy-derive v0.7.35
13542026-09-02T23:36:34.710Z Compiling scroll_derive v0.12.1
13552026-09-02T23:36:34.710Z Compiling thiserror-impl v2.0.18
13562026-09-02T23:36:34.710Z Compiling clap_derive v4.6.1
13572026-09-02T23:36:34.734Z Compiling pest_derive v2.8.6
13582026-09-02T23:36:35.422Z Compiling scroll v0.12.0
13592026-09-02T23:36:35.554Z Compiling zerocopy v0.7.35
13602026-09-02T23:36:35.681Z Compiling goblin v0.8.2
13612026-09-02T23:36:35.778Z Compiling dtrace-parser v0.2.0
13622026-09-02T23:36:36.039Z Compiling clap v4.6.1
13632026-09-02T23:36:37.027Z Compiling dof v0.3.0
13642026-09-02T23:36:37.027Z Compiling serde_tokenstream v0.2.3
13652026-09-02T23:36:37.037Z Compiling serde_spanned v0.6.9
13662026-09-02T23:36:37.040Z Compiling toml_datetime v0.6.11
13672026-09-02T23:36:37.040Z Compiling cargo_metadata v0.23.1
13682026-09-02T23:36:37.040Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
13692026-09-02T23:36:37.040Z Compiling macaddr v1.0.1
13702026-09-02T23:36:37.216Z Compiling toml_edit v0.22.27
13712026-09-02T23:36:37.717Z Compiling usdt-attr-macro v0.5.0
13722026-09-02T23:36:37.721Z Compiling usdt-macro v0.5.0
13732026-09-02T23:36:38.340Z Compiling usdt v0.5.0
13742026-09-02T23:36:38.488Z Compiling toml v0.8.23
13752026-09-02T23:36:38.801Z Compiling cargo_toml v0.21.0
13762026-09-02T23:36:40.075Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
13772026-09-02T23:36:42.104Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.19s
13782026-09-02T23:36:42.151Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
13792026-09-02T23:36:42.934Z Compiling serde_core v1.0.228
13802026-09-02T23:36:42.934Z Compiling libc v0.2.185
13812026-09-02T23:36:42.934Z Compiling serde v1.0.228
13822026-09-02T23:36:42.938Z Compiling log v0.4.33
13832026-09-02T23:36:42.938Z Compiling smallvec v1.15.1
13842026-09-02T23:36:42.938Z Compiling find-msvc-tools v0.1.9
13852026-09-02T23:36:42.939Z Compiling shlex v1.3.0
13862026-09-02T23:36:42.939Z Compiling subtle v2.6.1
13872026-09-02T23:36:43.093Z Compiling scopeguard v1.2.0
13882026-09-02T23:36:43.097Z Compiling stable_deref_trait v1.2.1
13892026-09-02T23:36:43.097Z Compiling typenum v1.20.1
13902026-09-02T23:36:43.106Z Compiling zerocopy v0.8.55
13912026-09-02T23:36:43.117Z Compiling portable-atomic v1.13.1
13922026-09-02T23:36:43.146Z Compiling serde_json v1.0.151
13932026-09-02T23:36:43.158Z Compiling syn v2.0.117
13942026-09-02T23:36:43.173Z Compiling critical-section v1.2.0
13952026-09-02T23:36:43.241Z Compiling libm v0.2.16
13962026-09-02T23:36:43.287Z Compiling lock_api v0.4.14
13972026-09-02T23:36:43.299Z Compiling num-traits v0.2.19
13982026-09-02T23:36:43.299Z Compiling pkg-config v0.3.32
13992026-09-02T23:36:43.316Z Compiling generic-array v0.14.7
14002026-09-02T23:36:43.346Z Compiling parking_lot_core v0.9.12
14012026-09-02T23:36:43.363Z Compiling const-oid v0.9.6
14022026-09-02T23:36:43.384Z Compiling getrandom v0.4.3
14032026-09-02T23:36:43.489Z Compiling pin-project-lite v0.2.17
14042026-09-02T23:36:43.507Z Compiling rand_core v0.10.0
14052026-09-02T23:36:43.556Z Compiling percent-encoding v2.3.2
14062026-09-02T23:36:43.625Z Compiling futures-core v0.3.32
14072026-09-02T23:36:43.678Z Compiling litemap v0.8.1
14082026-09-02T23:36:43.726Z Compiling writeable v0.6.2
14092026-09-02T23:36:43.730Z Compiling icu_properties_data v2.1.2
14102026-09-02T23:36:43.756Z Compiling icu_normalizer_data v2.1.1
14112026-09-02T23:36:43.756Z Compiling getrandom v0.3.4
14122026-09-02T23:36:43.785Z Compiling rustix v1.1.4
14132026-09-02T23:36:43.812Z Compiling futures-sink v0.3.32
14142026-09-02T23:36:43.848Z Compiling futures-io v0.3.32
14152026-09-02T23:36:43.886Z Compiling futures-task v0.3.32
14162026-09-02T23:36:43.909Z Compiling slab v0.4.12
14172026-09-02T23:36:43.953Z Compiling futures-channel v0.3.32
14182026-09-02T23:36:43.960Z Compiling utf8_iter v1.0.4
14192026-09-02T23:36:44.023Z Compiling errno v0.3.14
14202026-09-02T23:36:44.054Z Compiling jobserver v0.1.34
14212026-09-02T23:36:44.072Z Compiling getrandom v0.2.17
14222026-09-02T23:36:44.124Z Compiling mio v1.2.0
14232026-09-02T23:36:44.129Z Compiling socket2 v0.6.3
14242026-09-02T23:36:44.152Z Compiling signal-hook-registry v1.4.8
14252026-09-02T23:36:44.194Z Compiling form_urlencoded v1.2.2
14262026-09-02T23:36:44.205Z Compiling rustversion v1.0.22
14272026-09-02T23:36:44.216Z Compiling once_cell v1.21.3
14282026-09-02T23:36:44.384Z Compiling cc v1.2.56
14292026-09-02T23:36:44.400Z Compiling rand_core v0.6.4
14302026-09-02T23:36:44.400Z Compiling parking_lot v0.12.5
14312026-09-02T23:36:44.400Z Compiling base64ct v1.8.3
14322026-09-02T23:36:44.415Z Compiling iana-time-zone v0.1.65
14332026-09-02T23:36:44.421Z Compiling regex-syntax v0.8.10
14342026-09-02T23:36:44.449Z Compiling fs_extra v1.3.0
14352026-09-02T23:36:44.466Z Compiling dunce v1.0.5
14362026-09-02T23:36:44.558Z Compiling ident_case v1.0.1
14372026-09-02T23:36:44.591Z Compiling flagset v0.4.7
14382026-09-02T23:36:44.605Z Compiling base64 v0.22.1
14392026-09-02T23:36:44.627Z Compiling pem-rfc7468 v0.7.0
14402026-09-02T23:36:44.644Z Compiling rand_core v0.9.5
14412026-09-02T23:36:44.694Z Compiling vcpkg v0.2.15
14422026-09-02T23:36:44.704Z Compiling syn v1.0.109
14432026-09-02T23:36:44.732Z Compiling tracing-core v0.1.36
14442026-09-02T23:36:44.745Z Compiling schemars v0.8.22
14452026-09-02T23:36:44.752Z Compiling cpufeatures v0.2.17
14462026-09-02T23:36:44.752Z Compiling dyn-clone v1.0.20
14472026-09-02T23:36:44.836Z Compiling aws-lc-rs v1.16.3
14482026-09-02T23:36:44.864Z Compiling simd-adler32 v0.3.8
14492026-09-02T23:36:44.912Z Compiling spin v0.9.8
14502026-09-02T23:36:44.940Z Compiling httparse v1.10.1
14512026-09-02T23:36:44.947Z Compiling crc32fast v1.5.0
14522026-09-02T23:36:44.947Z Compiling adler2 v2.0.1
14532026-09-02T23:36:45.049Z Compiling tinyvec_macros v0.1.1
14542026-09-02T23:36:45.081Z Compiling cmake v0.1.57
14552026-09-02T23:36:45.104Z Compiling openssl-probe v0.2.1
14562026-09-02T23:36:45.143Z Compiling cmov v0.5.4
14572026-09-02T23:36:45.151Z Compiling miniz_oxide v0.8.9
14582026-09-02T23:36:45.151Z Compiling tinyvec v1.10.0
14592026-09-02T23:36:45.151Z Compiling aho-corasick v1.1.4
14602026-09-02T23:36:45.285Z Compiling bitflags v2.11.0
14612026-09-02T23:36:45.300Z Compiling semver v1.0.28
14622026-09-02T23:36:45.311Z Compiling indexmap v2.14.0
14632026-09-02T23:36:45.317Z Compiling uuid v1.23.4
14642026-09-02T23:36:45.344Z Compiling ctutils v0.4.2
14652026-09-02T23:36:45.477Z Compiling untrusted v0.7.1
14662026-09-02T23:36:45.509Z Compiling tower-layer v0.3.3
14672026-09-02T23:36:45.522Z Compiling rustc_version v0.4.1
14682026-09-02T23:36:45.544Z Compiling radium v0.7.0
14692026-09-02T23:36:45.598Z Compiling unicode-segmentation v1.12.0
14702026-09-02T23:36:45.647Z Compiling atomic-waker v1.1.2
14712026-09-02T23:36:45.658Z Compiling tower-service v0.3.3
14722026-09-02T23:36:45.676Z Compiling try-lock v0.2.5
14732026-09-02T23:36:45.768Z Compiling want v0.3.1
14742026-09-02T23:36:45.842Z Compiling rustls v0.23.41
14752026-09-02T23:36:45.858Z Compiling tap v1.0.1
14762026-09-02T23:36:45.858Z Compiling openssl v0.10.80
14772026-09-02T23:36:45.902Z Compiling aws-lc-sys v0.40.0
14782026-09-02T23:36:45.945Z Compiling openssl-sys v0.9.117
14792026-09-02T23:36:45.959Z Compiling httpdate v1.0.3
14802026-09-02T23:36:45.964Z Compiling maybe-uninit v2.0.0
14812026-09-02T23:36:45.975Z Compiling foreign-types-shared v0.1.1
14822026-09-02T23:36:45.991Z Compiling regex-automata v0.4.14
14832026-09-02T23:36:46.004Z Compiling untrusted v0.9.0
14842026-09-02T23:36:46.020Z Compiling wyz v0.5.1
14852026-09-02T23:36:46.052Z Compiling synstructure v0.13.2
14862026-09-02T23:36:46.075Z Compiling serde_derive_internals v0.29.1
14872026-09-02T23:36:46.092Z Compiling pest_generator v2.8.6
14882026-09-02T23:36:46.165Z Compiling darling_core v0.20.11
14892026-09-02T23:36:46.219Z Compiling foreign-types v0.3.2
14902026-09-02T23:36:46.252Z Compiling bzip2-sys v0.1.13+1.0.8
14912026-09-02T23:36:46.298Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14922026-09-02T23:36:46.452Z Compiling tempfile v3.27.0
14932026-09-02T23:36:46.554Z Compiling terminal_size v0.4.3
14942026-09-02T23:36:46.563Z Compiling unicode-normalization v0.1.25
14952026-09-02T23:36:46.670Z Compiling num-integer v0.1.46
14962026-09-02T23:36:46.693Z Compiling socket2 v0.5.10
14972026-09-02T23:36:46.735Z Compiling wait-timeout v0.2.1
14982026-09-02T23:36:46.740Z Compiling ahash v0.8.12
14992026-09-02T23:36:46.813Z Compiling packed_struct v0.10.1
15002026-09-02T23:36:46.849Z Compiling bit-vec v0.8.0
15012026-09-02T23:36:46.866Z Compiling powerfmt v0.2.0
15022026-09-02T23:36:46.905Z Compiling funty v2.0.0
15032026-09-02T23:36:46.945Z Compiling num-conv v0.2.0
15042026-09-02T23:36:46.986Z Compiling native-tls v0.2.18
15052026-09-02T23:36:47.004Z Compiling time-core v0.1.8
15062026-09-02T23:36:47.026Z Compiling num-bigint-dig v0.8.6
15072026-09-02T23:36:47.041Z Compiling quick-error v1.2.3
15082026-09-02T23:36:47.055Z Compiling bit-set v0.8.0
15092026-09-02T23:36:47.079Z Compiling deranged v0.5.8
15102026-09-02T23:36:47.107Z Compiling clap_builder v4.6.0
15112026-09-02T23:36:47.137Z Compiling rusty-fork v0.3.1
15122026-09-02T23:36:47.141Z Compiling num-iter v0.1.45
15132026-09-02T23:36:47.163Z Compiling time-macros v0.2.27
15142026-09-02T23:36:47.243Z Compiling bitvec v1.0.1
15152026-09-02T23:36:47.278Z Compiling lazy_static v1.5.0
15162026-09-02T23:36:47.291Z Compiling rand_xorshift v0.4.0
15172026-09-02T23:36:47.306Z Compiling sync_wrapper v1.0.2
15182026-09-02T23:36:47.381Z Compiling indexmap v1.9.3
15192026-09-02T23:36:47.425Z Compiling object v0.37.3
15202026-09-02T23:36:47.459Z Compiling unarray v0.1.4
15212026-09-02T23:36:47.475Z Compiling crc-catalog v2.4.0
15222026-09-02T23:36:47.495Z Compiling siphasher v1.0.2
15232026-09-02T23:36:47.578Z Compiling usdt-impl v0.6.0
15242026-09-02T23:36:47.578Z Compiling num_threads v0.1.7
15252026-09-02T23:36:47.605Z Compiling paste v1.0.15
15262026-09-02T23:36:47.700Z Compiling zlib-rs v0.6.2
15272026-09-02T23:36:47.716Z Compiling nodrop v0.1.14
15282026-09-02T23:36:47.721Z Compiling crossbeam-utils v0.8.21
15292026-09-02T23:36:47.766Z Compiling serde_derive v1.0.228
15302026-09-02T23:36:47.808Z Compiling zeroize_derive v1.5.0
15312026-09-02T23:36:47.823Z Compiling zerocopy-derive v0.8.55
15322026-09-02T23:36:47.885Z Compiling zerofrom-derive v0.1.6
15332026-09-02T23:36:48.024Z Compiling yoke-derive v0.8.1
15342026-09-02T23:36:48.103Z Compiling zerovec-derive v0.11.2
15352026-09-02T23:36:48.159Z Compiling displaydoc v0.2.5
15362026-09-02T23:36:48.274Z Compiling tokio-macros v2.7.0
15372026-09-02T23:36:48.529Z Compiling futures-macro v0.3.32
15382026-09-02T23:36:48.541Z Compiling thiserror-impl v2.0.18
15392026-09-02T23:36:48.780Z Compiling der_derive v0.7.3
15402026-09-02T23:36:49.007Z Compiling tracing-attributes v0.1.31
15412026-09-02T23:36:49.015Z Compiling schemars_derive v0.8.22
15422026-09-02T23:36:49.101Z Compiling pest_derive v2.8.6
15432026-09-02T23:36:49.297Z Compiling scroll_derive v0.13.1
15442026-09-02T23:36:49.307Z Compiling darling_macro v0.20.11
15452026-09-02T23:36:49.399Z Compiling zerofrom v0.1.6
15462026-09-02T23:36:49.424Z Compiling futures-util v0.3.32
15472026-09-02T23:36:49.541Z Compiling yoke v0.8.1
15482026-09-02T23:36:49.578Z Compiling thiserror-impl v1.0.69
15492026-09-02T23:36:49.771Z Compiling zerovec v0.11.5
15502026-09-02T23:36:49.780Z Compiling zerotrie v0.2.3
15512026-09-02T23:36:49.830Z Compiling openssl-macros v0.1.1
15522026-09-02T23:36:49.988Z Compiling thiserror v2.0.18
15532026-09-02T23:36:50.068Z Compiling darling v0.20.11
15542026-09-02T23:36:50.088Z Compiling packed_struct_codegen v0.10.1
15552026-09-02T23:36:50.141Z Compiling bitfield-macros v0.19.4
15562026-09-02T23:36:50.176Z Compiling scroll v0.13.0
15572026-09-02T23:36:50.235Z Compiling tinystr v0.8.2
15582026-09-02T23:36:50.243Z Compiling potential_utf v0.1.4
15592026-09-02T23:36:50.281Z Compiling clap_derive v4.6.1
15602026-09-02T23:36:50.308Z Compiling zerocopy-derive v0.6.6
15612026-09-02T23:36:50.380Z Compiling tracing v0.1.44
15622026-09-02T23:36:50.448Z Compiling icu_locale_core v2.1.1
15632026-09-02T23:36:50.458Z Compiling icu_collections v2.1.1
15642026-09-02T23:36:50.488Z Compiling goblin v0.10.5
15652026-09-02T23:36:50.694Z Compiling flate2 v1.1.9
15662026-09-02T23:36:50.920Z Compiling thiserror v1.0.69
15672026-09-02T23:36:50.938Z Compiling bitfield v0.19.4
15682026-09-02T23:36:50.975Z Compiling derive_builder_core v0.20.2
15692026-09-02T23:36:51.021Z Compiling dtrace-parser v0.3.0
15702026-09-02T23:36:51.036Z Compiling time v0.3.47
15712026-09-02T23:36:51.112Z Compiling icu_provider v2.1.1
15722026-09-02T23:36:51.198Z Compiling zerocopy v0.6.6
15732026-09-02T23:36:51.268Z Compiling zeroize v1.9.0
15742026-09-02T23:36:51.354Z Compiling bytes v1.11.1
15752026-09-02T23:36:51.383Z Compiling icu_properties v2.1.2
15762026-09-02T23:36:51.406Z Compiling icu_normalizer v2.1.1
15772026-09-02T23:36:51.433Z Compiling chrono v0.4.45
15782026-09-02T23:36:51.537Z Compiling der v0.7.10
15792026-09-02T23:36:51.786Z Compiling rustls-pki-types v1.14.0
15802026-09-02T23:36:51.798Z Compiling hybrid-array v0.4.13
15812026-09-02T23:36:51.870Z Compiling tokio v1.52.1
15822026-09-02T23:36:51.928Z Compiling http v1.4.2
15832026-09-02T23:36:51.969Z Compiling ipnet v2.12.0
15842026-09-02T23:36:52.073Z Compiling crypto-common v0.1.7
15852026-09-02T23:36:52.089Z Compiling block-buffer v0.10.4
15862026-09-02T23:36:52.239Z Compiling digest v0.10.7
15872026-09-02T23:36:52.251Z Compiling idna_adapter v1.2.1
15882026-09-02T23:36:52.269Z Compiling hex v0.4.3
15892026-09-02T23:36:52.399Z Compiling ppv-lite86 v0.2.21
15902026-09-02T23:36:52.474Z Compiling idna v1.1.0
15912026-09-02T23:36:52.483Z Compiling spki v0.7.3
15922026-09-02T23:36:52.500Z Compiling sha2 v0.10.9
15932026-09-02T23:36:52.554Z Compiling http-body v1.0.1
15942026-09-02T23:36:52.562Z Compiling signature v2.2.0
15952026-09-02T23:36:52.595Z Compiling hmac v0.12.1
15962026-09-02T23:36:52.616Z Compiling serde_spanned v0.6.9
15972026-09-02T23:36:52.705Z Compiling rand_chacha v0.9.0
15982026-09-02T23:36:52.729Z Compiling pkcs8 v0.10.2
15992026-09-02T23:36:52.754Z Compiling rand_chacha v0.3.1
16002026-09-02T23:36:52.762Z Compiling toml_datetime v0.6.11
16012026-09-02T23:36:52.768Z Compiling url v2.5.8
16022026-09-02T23:36:52.774Z Compiling http-body-util v0.1.3
16032026-09-02T23:36:52.827Z Compiling clap v4.6.1
16042026-09-02T23:36:52.930Z Compiling rand v0.9.2
16052026-09-02T23:36:52.995Z Compiling rand v0.8.6
16062026-09-02T23:36:53.021Z Compiling pkcs1 v0.7.5
16072026-09-02T23:36:53.121Z Compiling array-init v0.0.4
16082026-09-02T23:36:53.134Z Compiling scroll_derive v0.12.1
16092026-09-02T23:36:53.149Z Compiling structmeta-derive v0.3.0
16102026-09-02T23:36:53.424Z Compiling dof v0.4.0
16112026-09-02T23:36:53.485Z Compiling proptest v1.11.0
16122026-09-02T23:36:53.500Z Compiling crc v3.4.0
16132026-09-02T23:36:53.531Z Compiling smallvec v0.6.14
16142026-09-02T23:36:53.580Z Compiling darling_core v0.23.0
16152026-09-02T23:36:53.747Z Compiling heapless v0.7.17
16162026-09-02T23:36:53.787Z Compiling slog v2.8.2
16172026-09-02T23:36:53.829Z Compiling thread-id v5.1.0
16182026-09-02T23:36:53.846Z Compiling env_filter v2.0.0
16192026-09-02T23:36:53.887Z Compiling syn v3.0.3
16202026-09-02T23:36:53.926Z Compiling cookie v0.18.1
16212026-09-02T23:36:53.980Z Compiling signal-hook v0.3.18
16222026-09-02T23:36:54.012Z Compiling allocator-api2 v0.2.21
16232026-09-02T23:36:54.126Z Compiling ipnetwork v0.21.1
16242026-09-02T23:36:54.160Z Compiling ryu v1.0.23
16252026-09-02T23:36:54.174Z Compiling winnow v0.5.40
16262026-09-02T23:36:54.228Z Compiling gimli v0.32.3
16272026-09-02T23:36:54.278Z Compiling hashbrown v0.12.3
16282026-09-02T23:36:54.372Z Compiling base64 v0.21.7
16292026-09-02T23:36:54.377Z Compiling zstd-safe v7.2.4
16302026-09-02T23:36:54.421Z Compiling unicode-bidi v0.3.18
16312026-09-02T23:36:54.560Z Compiling unicode-properties v0.1.4
16322026-09-02T23:36:54.609Z Compiling anyhow v1.0.104
16332026-09-02T23:36:54.669Z Compiling iri-string v0.7.10
16342026-09-02T23:36:54.685Z Compiling ron v0.8.1
16352026-09-02T23:36:54.778Z Compiling stringprep v0.1.5
16362026-09-02T23:36:54.789Z Compiling oxnet v0.1.6
16372026-09-02T23:36:54.789Z Compiling serde_urlencoded v0.7.1
16382026-09-02T23:36:54.984Z Compiling rsa v0.9.10
16392026-09-02T23:36:55.066Z Compiling structmeta v0.3.0
16402026-09-02T23:36:55.145Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16412026-09-02T23:36:55.301Z Compiling env_logger v0.11.11
16422026-09-02T23:36:55.328Z Compiling scroll v0.12.0
16432026-09-02T23:36:55.347Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
16442026-09-02T23:36:55.552Z Compiling toml_edit v0.19.15
16452026-09-02T23:36:55.616Z Compiling serde-hex v0.1.0
16462026-09-02T23:36:55.656Z Compiling camino v1.2.5
16472026-09-02T23:36:55.855Z Compiling tokio-util v0.7.18
16482026-09-02T23:36:56.054Z Compiling tower v0.5.3
16492026-09-02T23:36:56.203Z Compiling newtype-uuid v1.3.2
16502026-09-02T23:36:56.223Z Compiling addr2line v0.25.1
16512026-09-02T23:36:56.272Z Compiling tokio-native-tls v0.3.1
16522026-09-02T23:36:56.292Z Compiling darling_macro v0.23.0
16532026-09-02T23:36:56.481Z Compiling hashbrown v0.13.2
16542026-09-02T23:36:56.553Z Compiling h2 v0.4.15
16552026-09-02T23:36:56.574Z Compiling tower-http v0.6.8
16562026-09-02T23:36:56.580Z Compiling x509-cert v0.2.5
16572026-09-02T23:36:56.773Z Compiling block-buffer v0.12.1
16582026-09-02T23:36:56.913Z Compiling crypto-common v0.2.2
16592026-09-02T23:36:56.957Z Compiling block-padding v0.4.2
16602026-09-02T23:36:57.023Z Compiling md-5 v0.10.6
16612026-09-02T23:36:57.037Z Compiling rustls-native-certs v0.8.3
16622026-09-02T23:36:57.146Z Compiling derive_builder_macro v0.20.2
16632026-09-02T23:36:57.179Z Compiling bzip2 v0.4.4
16642026-09-02T23:36:57.401Z Compiling serde_tokenstream v0.2.3
16652026-09-02T23:36:57.415Z Compiling erased-serde v0.3.31
16662026-09-02T23:36:57.432Z Compiling daft-derive v0.1.8
16672026-09-02T23:36:57.659Z Compiling bstr v1.12.1
16682026-09-02T23:36:57.717Z Compiling zerocopy-derive v0.7.35
16692026-09-02T23:36:57.740Z Compiling pin-project-internal v1.1.11
16702026-09-02T23:36:57.833Z Compiling async-trait v0.1.89
16712026-09-02T23:36:57.907Z Compiling heck v0.4.1
16722026-09-02T23:36:58.067Z Compiling curve25519-dalek v4.1.3
16732026-09-02T23:36:58.155Z Compiling vergen-lib v9.1.0
16742026-09-02T23:36:58.161Z Compiling hash32 v0.2.1
16752026-09-02T23:36:58.253Z Compiling encoding_rs v0.8.35
16762026-09-02T23:36:58.258Z Compiling memoffset v0.9.1
16772026-09-02T23:36:58.320Z Compiling crc-any v2.5.0
16782026-09-02T23:36:58.358Z Compiling mime v0.3.17
16792026-09-02T23:36:58.389Z Compiling owo-colors v4.3.0
16802026-09-02T23:36:58.420Z Compiling litrs v1.0.0
16812026-09-02T23:36:58.438Z Compiling rustc-demangle v0.1.27
16822026-09-02T23:36:58.468Z Compiling rustix v0.38.44
16832026-09-02T23:36:58.577Z Compiling cfg_aliases v0.2.1
16842026-09-02T23:36:58.602Z Compiling psl-types v2.0.11
16852026-09-02T23:36:58.658Z Compiling smoltcp v0.9.1
16862026-09-02T23:36:58.675Z Compiling ref-cast v1.0.25
16872026-09-02T23:36:58.713Z Compiling fallible-iterator v0.2.0
16882026-09-02T23:36:58.784Z Compiling publicsuffix v2.3.0
16892026-09-02T23:36:58.798Z Compiling nix v0.31.2
16902026-09-02T23:36:58.848Z Compiling backtrace v0.3.76
16912026-09-02T23:36:58.881Z Compiling pin-project v1.1.11
16922026-09-02T23:36:58.934Z Compiling zerocopy v0.7.35
16932026-09-02T23:36:58.974Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16942026-09-02T23:36:59.023Z Compiling postgres-protocol v0.6.10
16952026-09-02T23:36:59.028Z Compiling document-features v0.2.12
16962026-09-02T23:36:59.100Z Compiling daft v0.1.8
16972026-09-02T23:36:59.132Z Compiling snafu-derive v0.8.9
16982026-09-02T23:36:59.186Z Compiling derive_builder v0.20.2
16992026-09-02T23:36:59.328Z Compiling zip v0.6.6
17002026-09-02T23:36:59.343Z Compiling inout v0.2.2
17012026-09-02T23:36:59.412Z Compiling toml v0.7.8
17022026-09-02T23:36:59.504Z Compiling object v0.30.4
17032026-09-02T23:36:59.587Z Compiling darling v0.23.0
17042026-09-02T23:36:59.594Z Compiling goblin v0.8.2
17052026-09-02T23:36:59.602Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
17062026-09-02T23:36:59.637Z Compiling derive-ex v0.1.8
17072026-09-02T23:36:59.782Z Compiling hyper v1.10.1
17082026-09-02T23:36:59.924Z Compiling futures-executor v0.3.32
17092026-09-02T23:36:59.976Z Compiling hubpack_derive v0.1.1
17102026-09-02T23:37:00.060Z Compiling regex v1.12.3
17112026-09-02T23:37:00.076Z Compiling ref-cast-impl v1.0.25
17122026-09-02T23:37:00.082Z Compiling curve25519-dalek-derive v0.1.1
17132026-09-02T23:37:00.160Z Compiling strum_macros v0.27.2
17142026-09-02T23:37:00.206Z Compiling phf_shared v0.13.1
17152026-09-02T23:37:00.282Z Compiling convert_case v0.10.0
17162026-09-02T23:37:00.460Z Compiling vergen v9.1.0
17172026-09-02T23:37:00.472Z Compiling cargo-platform v0.3.2
17182026-09-02T23:37:00.507Z Compiling ff v0.13.1
17192026-09-02T23:37:00.611Z Compiling fs-err v3.3.0
17202026-09-02T23:37:00.659Z Compiling foldhash v0.1.5
17212026-09-02T23:37:00.663Z Compiling same-file v1.0.6
17222026-09-02T23:37:00.689Z Compiling path-slash v0.1.5
17232026-09-02T23:37:00.758Z Compiling jiff-core v0.1.0
17242026-09-02T23:37:00.773Z Compiling managed v0.8.0
17252026-09-02T23:37:00.804Z Compiling bitflags v1.3.2
17262026-09-02T23:37:00.820Z Compiling foldhash v0.2.0
17272026-09-02T23:37:00.837Z Compiling base16ct v0.2.0
17282026-09-02T23:37:00.849Z Compiling libbz2-rs-sys v0.2.2
17292026-09-02T23:37:00.866Z Compiling bumpalo v3.20.2
17302026-09-02T23:37:00.890Z Compiling is_ci v1.2.0
17312026-09-02T23:37:01.009Z Compiling hyper-util v0.1.20
17322026-09-02T23:37:01.031Z Compiling supports-color v3.0.2
17332026-09-02T23:37:01.046Z Compiling hashbrown v0.16.1
17342026-09-02T23:37:01.093Z Compiling snafu v0.8.9
17352026-09-02T23:37:01.138Z Compiling zopfli v0.8.3
17362026-09-02T23:37:01.212Z Compiling sec1 v0.7.3
17372026-09-02T23:37:01.364Z Compiling test-strategy v0.4.5
17382026-09-02T23:37:01.436Z Compiling bzip2 v0.6.1
17392026-09-02T23:37:01.465Z Compiling textwrap v0.16.2
17402026-09-02T23:37:01.505Z Compiling jiff v0.2.34
17412026-09-02T23:37:01.653Z Compiling walkdir v2.5.0
17422026-09-02T23:37:01.668Z Compiling hashbrown v0.15.5
17432026-09-02T23:37:01.886Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
17442026-09-02T23:37:01.895Z Compiling dof v0.3.0
17452026-09-02T23:37:01.935Z Compiling cargo_metadata v0.23.1
17462026-09-02T23:37:01.949Z Compiling group v0.13.0
17472026-09-02T23:37:01.978Z Compiling derive_more-impl v2.1.1
17482026-09-02T23:37:02.146Z Compiling hubpack v0.1.2
17492026-09-02T23:37:02.188Z Compiling strum v0.27.2
17502026-09-02T23:37:02.240Z Compiling phf v0.13.1
17512026-09-02T23:37:02.382Z Compiling futures v0.3.32
17522026-09-02T23:37:02.421Z Compiling hyper-tls v0.6.0
17532026-09-02T23:37:02.448Z Compiling zstd v0.13.3
17542026-09-02T23:37:02.477Z Compiling cookie_store v0.22.1
17552026-09-02T23:37:02.602Z Compiling reqwest v0.12.28
17562026-09-02T23:37:02.675Z Compiling signal-hook-mio v0.2.5
17572026-09-02T23:37:02.717Z Compiling serde_with_macros v3.21.0
17582026-09-02T23:37:02.732Z Compiling cipher v0.5.2
17592026-09-02T23:37:02.778Z Compiling postgres-types v0.2.12
17602026-09-02T23:37:02.810Z Compiling backtrace-ext v0.2.1
17612026-09-02T23:37:03.064Z Compiling globset v0.4.18
17622026-09-02T23:37:03.118Z Compiling usdt-attr-macro v0.6.0
17632026-09-02T23:37:03.140Z Compiling usdt-macro v0.6.0
17642026-09-02T23:37:03.154Z Compiling byte-wrapper v0.1.0
17652026-09-02T23:37:03.296Z Compiling ed25519 v2.2.3
17662026-09-02T23:37:03.324Z Compiling hkdf v0.12.4
17672026-09-02T23:37:03.340Z Compiling crypto-bigint v0.5.5
17682026-09-02T23:37:03.502Z Compiling serde-big-array v0.5.1
17692026-09-02T23:37:03.517Z Compiling serde_plain v1.0.2
17702026-09-02T23:37:03.688Z Compiling olpc-cjson v0.1.4
17712026-09-02T23:37:03.747Z Compiling dtrace-parser v0.2.0
17722026-09-02T23:37:03.771Z Compiling serde_repr v0.1.20
17732026-09-02T23:37:03.815Z Compiling async-recursion v1.1.1
17742026-09-02T23:37:03.868Z Compiling enum-as-inner v0.6.1
17752026-09-02T23:37:03.951Z Compiling miette-derive v7.6.0
17762026-09-02T23:37:03.974Z Compiling strum_macros v0.26.4
17772026-09-02T23:37:04.066Z Compiling phf_shared v0.11.3
17782026-09-02T23:37:04.140Z Compiling float-cmp v0.10.0
17792026-09-02T23:37:04.230Z Compiling pem v3.0.6
17802026-09-02T23:37:04.291Z Compiling thread-id v4.2.2
17812026-09-02T23:37:04.305Z Compiling memmap2 v0.9.10
17822026-09-02T23:37:04.345Z Compiling fixedbitset v0.4.2
17832026-09-02T23:37:04.390Z Compiling new_debug_unreachable v1.0.6
17842026-09-02T23:37:04.415Z Compiling whoami v2.1.0
17852026-09-02T23:37:04.473Z Compiling difflib v0.4.0
17862026-09-02T23:37:04.519Z Compiling const-oid v0.10.2
17872026-09-02T23:37:04.540Z Compiling supports-hyperlinks v3.2.0
17882026-09-02T23:37:04.546Z Compiling normalize-line-endings v0.3.0
17892026-09-02T23:37:04.576Z Compiling fixedbitset v0.5.7
17902026-09-02T23:37:04.590Z Compiling cpufeatures v0.3.0
17912026-09-02T23:37:04.672Z Compiling either v1.15.0
17922026-09-02T23:37:04.683Z Compiling typed-path v0.9.3
17932026-09-02T23:37:04.721Z Compiling predicates-core v1.0.10
17942026-09-02T23:37:04.738Z Compiling supports-unicode v3.0.0
17952026-09-02T23:37:04.755Z Compiling precomputed-hash v0.1.1
17962026-09-02T23:37:04.770Z Compiling winnow v1.0.3
17972026-09-02T23:37:04.811Z Compiling static_assertions v1.1.0
17982026-09-02T23:37:04.853Z Compiling keccak v0.1.6
17992026-09-02T23:37:04.896Z Compiling data-encoding v2.10.0
18002026-09-02T23:37:04.909Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
18012026-09-02T23:37:04.913Z Compiling itertools v0.13.0
18022026-09-02T23:37:04.913Z Compiling predicates v3.1.4
18032026-09-02T23:37:04.913Z Compiling string_cache v0.8.9
18042026-09-02T23:37:05.057Z Compiling sha3 v0.10.8
18052026-09-02T23:37:05.102Z Compiling petgraph v0.8.3
18062026-09-02T23:37:05.154Z Compiling miette v7.6.0
18072026-09-02T23:37:05.194Z Compiling hickory-proto v0.25.2
18082026-09-02T23:37:05.539Z Compiling toml_edit v0.22.27
18092026-09-02T23:37:05.577Z Compiling digest v0.11.3
18102026-09-02T23:37:05.613Z Compiling chacha20 v0.10.0
18112026-09-02T23:37:05.627Z Compiling tokio-postgres v0.7.16
18122026-09-02T23:37:05.631Z Compiling petgraph v0.6.5
18132026-09-02T23:37:05.790Z Compiling strum v0.26.3
18142026-09-02T23:37:05.822Z Compiling toml_parser v1.1.2+spec-1.1.0
18152026-09-02T23:37:05.872Z Compiling usdt v0.6.0
18162026-09-02T23:37:05.933Z Compiling elliptic-curve v0.13.8
18172026-09-02T23:37:05.961Z Compiling usdt-impl v0.5.0
18182026-09-02T23:37:06.013Z Compiling serde_with v3.21.0
18192026-09-02T23:37:06.154Z Compiling crossterm v0.28.1
18202026-09-02T23:37:06.212Z Compiling zip v4.6.1
18212026-09-02T23:37:06.407Z Compiling ed25519-dalek v2.2.0
18222026-09-02T23:37:06.413Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
18232026-09-02T23:37:06.430Z Compiling derive_more v2.1.1
18242026-09-02T23:37:06.567Z Compiling iddqd v0.4.2
18252026-09-02T23:37:06.997Z Compiling similar v2.7.0
18262026-09-02T23:37:07.073Z Compiling crossbeam-epoch v0.9.18
18272026-09-02T23:37:07.141Z Compiling tokio-stream v0.1.18
18282026-09-02T23:37:07.187Z Compiling buf-list v1.1.2
18292026-09-02T23:37:07.313Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
18302026-09-02T23:37:07.417Z Compiling openapiv3 v2.2.0
18312026-09-02T23:37:07.445Z Compiling peg-runtime v0.8.5
18322026-09-02T23:37:07.481Z Compiling lalrpop-util v0.19.12
18332026-09-02T23:37:07.626Z Compiling thread_local v1.1.9
18342026-09-02T23:37:07.641Z Compiling slog-async v2.8.0
18352026-09-02T23:37:07.694Z Compiling crossbeam-channel v0.5.15
18362026-09-02T23:37:07.748Z Compiling filetime v0.2.27
18372026-09-02T23:37:07.779Z Compiling is-terminal v0.4.17
18382026-09-02T23:37:07.832Z Compiling xattr v1.6.1
18392026-09-02T23:37:07.882Z Compiling term v1.2.1
18402026-09-02T23:37:07.893Z Compiling take_mut v0.2.2
18412026-09-02T23:37:07.908Z Compiling camino-tempfile v1.4.1
18422026-09-02T23:37:07.991Z Compiling tar v0.4.46
18432026-09-02T23:37:08.155Z Compiling slog-term v2.9.2
18442026-09-02T23:37:25.446Z Compiling rustls-webpki v0.103.13
18452026-09-02T23:37:28.176Z Compiling tokio-rustls v0.26.4
18462026-09-02T23:37:28.177Z Compiling rustls-platform-verifier v0.6.2
18472026-09-02T23:37:28.301Z Compiling tough v0.22.0
18482026-09-02T23:37:28.347Z Compiling hyper-rustls v0.27.7
18492026-09-02T23:37:28.596Z Compiling reqwest v0.13.2
18502026-09-02T23:37:30.693Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18512026-09-02T23:37:30.929Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18522026-09-02T23:37:33.883Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 51.59s
18532026-09-02T23:37:33.940Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
18542026-09-02T23:37:34.017ZSep 02 23:37:32.869 INFO Starting download, target: Cockroach
18552026-09-02T23:37:34.017ZSep 02 23:37:32.870 INFO Starting download, target: Clickhouse
18562026-09-02T23:37:34.018ZSep 02 23:37:32.870 INFO Starting download, target: Console
18572026-09-02T23:37:34.031ZSep 02 23:37:32.870 INFO Starting download, target: DendriteStub
18582026-09-02T23:37:34.032ZSep 02 23:37:32.870 INFO Starting download, target: MaghemiteMgd
18592026-09-02T23:37:34.032ZSep 02 23:37:32.870 INFO Starting download, target: MaghemiteDdmd
18602026-09-02T23:37:34.032ZSep 02 23:37:32.870 INFO Starting download, target: TransceiverControl
18612026-09-02T23:37:34.032ZSep 02 23:37:32.870 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
18622026-09-02T23:37:34.032ZSep 02 23:37:32.870 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
18632026-09-02T23:37:34.032ZSep 02 23:37:32.870 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
18642026-09-02T23:37:34.032ZSep 02 23:37:32.870 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
18652026-09-02T23:37:34.032ZSep 02 23:37:32.870 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
18662026-09-02T23:37:34.032ZSep 02 23:37:32.870 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
18672026-09-02T23:37:34.032ZSep 02 23:37:32.870 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
18682026-09-02T23:37:34.963ZSep 02 23:37:33.805 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
18692026-09-02T23:37:35.146ZSep 02 23:37:34.015 INFO Download complete, target: TransceiverControl
18702026-09-02T23:37:35.772ZSep 02 23:37:34.642 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
18712026-09-02T23:37:35.791ZSep 02 23:37:34.666 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
18722026-09-02T23:37:36.015ZSep 02 23:37:34.888 INFO Download complete, target: Console
18732026-09-02T23:37:37.082ZSep 02 23:37:35.953 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
18742026-09-02T23:37:37.171ZSep 02 23:37:36.041 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
18752026-09-02T23:37:37.336ZSep 02 23:37:36.211 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
18762026-09-02T23:37:38.160ZSep 02 23:37:37.046 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
18772026-09-02T23:37:38.160ZSep 02 23:37:37.046 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
18782026-09-02T23:37:39.201ZSep 02 23:37:38.062 INFO Download complete, target: MaghemiteDdmd
18792026-09-02T23:37:39.599ZSep 02 23:37:38.473 INFO Download complete, target: DendriteStub
18802026-09-02T23:37:39.931ZSep 02 23:37:38.814 INFO Download complete, target: MaghemiteMgd
18812026-09-02T23:37:42.503ZSep 02 23:37:41.383 INFO Checking that binary works, target: Clickhouse
18822026-09-02T23:37:42.594ZSep 02 23:37:41.472 INFO Download complete, target: Clickhouse
18832026-09-02T23:37:42.785ZSep 02 23:37:41.668 INFO Checking that binary works, target: Cockroach
18842026-09-02T23:37:42.916ZSep 02 23:37:41.790 INFO Download complete, target: Cockroach
18852026-09-02T23:37:42.932ZAll prerequisites installed successfully
18862026-09-02T23:37:42.932Z
18872026-09-02T23:37:42.932Zreal 1:32.370953995
18882026-09-02T23:37:42.932Zuser 7:16.744765826
18892026-09-02T23:37:42.932Zsys 1:43.489728146
18902026-09-02T23:37:42.932Ztrap 0.250752412
18912026-09-02T23:37:42.932Ztflt 0.782662226
18922026-09-02T23:37:42.932Zdflt 1.770170342
18932026-09-02T23:37:42.933Zkflt 0.020093959
18942026-09-02T23:37:42.933Zlock 26:57.381277731
18952026-09-02T23:37:42.933Zslp 19:43.007447799
18962026-09-02T23:37:42.933Zlat 23.726967058
18972026-09-02T23:37:42.933Zstop 2:53.825553351
18982026-09-02T23:37:42.933Z+ source ./tools/include/force-git-over-https.sh
18992026-09-02T23:37:42.933Z++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/')
19002026-09-02T23:37:42.933Z++ (( i = 0 ))
19012026-09-02T23:37:42.933Z++ (( i < 5 ))
19022026-09-02T23:37:42.933Z++ git config --add --global url.https://github.com/.insteadOf git://github.com/
19032026-09-02T23:37:42.933Z++ (( i++ ))
19042026-09-02T23:37:42.933Z++ (( i < 5 ))
19052026-09-02T23:37:42.933Z++ git config --add --global url.https://github.com/.insteadOf git@github.com:
19062026-09-02T23:37:42.933Z++ (( i++ ))
19072026-09-02T23:37:42.933Z++ (( i < 5 ))
19082026-09-02T23:37:42.933Z++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/
19092026-09-02T23:37:42.938Z++ (( i++ ))
19102026-09-02T23:37:42.938Z++ (( i < 5 ))
19112026-09-02T23:37:42.939Z++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/
19122026-09-02T23:37:42.939Z++ (( i++ ))
19132026-09-02T23:37:42.939Z++ (( i < 5 ))
19142026-09-02T23:37:42.939Z++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/
19152026-09-02T23:37:42.939Z++ (( i++ ))
19162026-09-02T23:37:42.939Z++ (( i < 5 ))
19172026-09-02T23:37:42.939Z++ export CARGO_NET_GIT_FETCH_WITH_CLI=true
19182026-09-02T23:37:42.939Z++ CARGO_NET_GIT_FETCH_WITH_CLI=true
19192026-09-02T23:37:42.939Z+ rc=0
19202026-09-02T23:37:42.940Z+ pfexec pkg install -q /system/zones/brand/omicron1/tools
19212026-09-02T23:37:52.610Z+ case $rc in
19222026-09-02T23:37:52.610Z+ pfexec zfs create -p rpool/images/build/host
19232026-09-02T23:37:52.878Z+ pfexec zfs create -p rpool/images/build/recovery
19242026-09-02T23:37:52.956Z+ cargo xtask releng --output-dir /work --mkincorp --verify-debug-libraries
19252026-09-02T23:37:53.401Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
19262026-09-02T23:37:53.418Z Running `target/debug/xtask releng --output-dir /work --mkincorp --verify-debug-libraries`
19272026-09-02T23:37:54.253Z Compiling proc-macro2 v1.0.106
19282026-09-02T23:37:54.253Z Compiling quote v1.0.45
19292026-09-02T23:37:54.259Z Compiling unicode-ident v1.0.24
19302026-09-02T23:37:54.259Z Compiling serde_core v1.0.228
19312026-09-02T23:37:54.259Z Compiling libc v0.2.185
19322026-09-02T23:37:54.259Z Compiling serde v1.0.228
19332026-09-02T23:37:54.259Z Compiling cfg-if v1.0.4
19342026-09-02T23:37:54.259Z Compiling shlex v1.3.0
19352026-09-02T23:37:54.259Z Compiling find-msvc-tools v0.1.9
19362026-09-02T23:37:54.259Z Compiling autocfg v1.5.0
19372026-09-02T23:37:54.260Z Compiling version_check v0.9.5
19382026-09-02T23:37:54.389Z Compiling zerocopy v0.8.55
19392026-09-02T23:37:54.397Z Compiling memchr v2.8.0
19402026-09-02T23:37:54.397Z Compiling portable-atomic v1.13.1
19412026-09-02T23:37:54.397Z Compiling zmij v1.0.21
19422026-09-02T23:37:54.492Z Compiling serde_json v1.0.151
19432026-09-02T23:37:54.650Z Compiling libm v0.2.16
19442026-09-02T23:37:54.766Z Compiling getrandom v0.4.3
19452026-09-02T23:37:54.780Z Compiling generic-array v0.14.7
19462026-09-02T23:37:54.788Z Compiling parking_lot_core v0.9.12
19472026-09-02T23:37:54.828Z Compiling pkg-config v0.3.32
19482026-09-02T23:37:54.905Z Compiling icu_normalizer_data v2.1.1
19492026-09-02T23:37:54.962Z Compiling icu_properties_data v2.1.2
19502026-09-02T23:37:54.980Z Compiling num-traits v0.2.19
19512026-09-02T23:37:54.998Z Compiling smallvec v1.15.1
19522026-09-02T23:37:55.024Z Compiling rustix v1.1.4
19532026-09-02T23:37:55.067Z Compiling log v0.4.33
19542026-09-02T23:37:55.074Z Compiling itoa v1.0.17
19552026-09-02T23:37:55.092Z Compiling getrandom v0.3.4
19562026-09-02T23:37:55.126Z Compiling subtle v2.6.1
19572026-09-02T23:37:55.266Z Compiling scopeguard v1.2.0
19582026-09-02T23:37:55.290Z Compiling stable_deref_trait v1.2.1
19592026-09-02T23:37:55.314Z Compiling typenum v1.20.1
19602026-09-02T23:37:55.362Z Compiling jobserver v0.1.34
19612026-09-02T23:37:55.381Z Compiling errno v0.3.14
19622026-09-02T23:37:55.400Z Compiling lock_api v0.4.14
19632026-09-02T23:37:55.425Z Compiling critical-section v1.2.0
19642026-09-02T23:37:55.525Z Compiling thiserror v2.0.18
19652026-09-02T23:37:55.536Z Compiling rand_core v0.10.0
19662026-09-02T23:37:55.612Z Compiling cc v1.2.56
19672026-09-02T23:37:55.706Z Compiling syn v2.0.117
19682026-09-02T23:37:55.737Z Compiling getrandom v0.2.17
19692026-09-02T23:37:55.771Z Compiling dunce v1.0.5
19702026-09-02T23:37:55.809Z Compiling heck v0.5.0
19712026-09-02T23:37:55.824Z Compiling fs_extra v1.3.0
19722026-09-02T23:37:55.890Z Compiling rand_core v0.6.4
19732026-09-02T23:37:55.910Z Compiling once_cell v1.21.3
19742026-09-02T23:37:55.913Z Compiling litemap v0.8.1
19752026-09-02T23:37:55.943Z Compiling writeable v0.6.2
19762026-09-02T23:37:55.959Z Compiling percent-encoding v2.3.2
19772026-09-02T23:37:56.070Z Compiling const-oid v0.9.6
19782026-09-02T23:37:56.179Z Compiling pin-project-lite v0.2.17
19792026-09-02T23:37:56.222Z Compiling schemars v0.8.22
19802026-09-02T23:37:56.355Z Compiling cmake v0.1.57
19812026-09-02T23:37:56.358Z Compiling equivalent v1.0.2
19822026-09-02T23:37:56.358Z Compiling signal-hook-registry v1.4.8
19832026-09-02T23:37:56.446Z Compiling futures-core v0.3.32
19842026-09-02T23:37:56.449Z Compiling aws-lc-rs v1.16.3
19852026-09-02T23:37:56.618Z Compiling bitflags v2.11.0
19862026-09-02T23:37:56.631Z Compiling semver v1.0.28
19872026-09-02T23:37:56.731Z Compiling rustversion v1.0.22
19882026-09-02T23:37:56.759Z Compiling parking_lot v0.12.5
19892026-09-02T23:37:56.788Z Compiling mio v1.2.0
19902026-09-02T23:37:56.861Z Compiling utf8_iter v1.0.4
19912026-09-02T23:37:56.904Z Compiling aws-lc-sys v0.40.0
19922026-09-02T23:37:56.942Z Compiling crc32fast v1.5.0
19932026-09-02T23:37:57.034Z Compiling form_urlencoded v1.2.2
19942026-09-02T23:37:57.188Z Compiling byteorder v1.5.0
19952026-09-02T23:37:57.202Z Compiling vcpkg v0.2.15
19962026-09-02T23:37:57.219Z Compiling hashbrown v0.17.0
19972026-09-02T23:37:57.230Z Compiling strsim v0.11.1
19982026-09-02T23:37:57.260Z Compiling fnv v1.0.7
19992026-09-02T23:37:57.369Z Compiling syn v1.0.109
20002026-09-02T23:37:57.537Z Compiling socket2 v0.6.3
20012026-09-02T23:37:57.768Z Compiling futures-sink v0.3.32
20022026-09-02T23:37:57.771Z Compiling httparse v1.10.1
20032026-09-02T23:37:57.771Z Compiling radium v0.7.0
20042026-09-02T23:37:57.771Z Compiling openssl-sys v0.9.117
20052026-09-02T23:37:57.845Z Compiling indexmap v2.14.0
20062026-09-02T23:37:57.910Z Compiling futures-channel v0.3.32
20072026-09-02T23:37:57.949Z Compiling slab v0.4.12
20082026-09-02T23:37:57.975Z Compiling thiserror v1.0.69
20092026-09-02T23:37:58.032Z Compiling iana-time-zone v0.1.65
20102026-09-02T23:37:58.074Z Compiling futures-io v0.3.32
20112026-09-02T23:37:58.100Z Compiling futures-task v0.3.32
20122026-09-02T23:37:58.137Z Compiling base64 v0.22.1
20132026-09-02T23:37:58.209Z Compiling maybe-uninit v2.0.0
20142026-09-02T23:37:58.224Z Compiling rustls v0.23.41
20152026-09-02T23:37:58.325Z Compiling rustc_version v0.4.1
20162026-09-02T23:37:58.475Z Compiling bzip2-sys v0.1.13+1.0.8
20172026-09-02T23:37:58.478Z Compiling uuid v1.23.4
20182026-09-02T23:37:58.509Z Compiling synstructure v0.13.2
20192026-09-02T23:37:58.545Z Compiling serde_derive_internals v0.29.1
20202026-09-02T23:37:58.564Z Compiling ahash v0.8.12
20212026-09-02T23:37:58.580Z Compiling num-bigint-dig v0.8.6
20222026-09-02T23:37:58.612Z Compiling ucd-trie v0.1.7
20232026-09-02T23:37:58.626Z Compiling ident_case v1.0.1
20242026-09-02T23:37:58.644Z Compiling regex-syntax v0.8.10
20252026-09-02T23:37:58.661Z Compiling base64ct v1.8.3
20262026-09-02T23:37:58.680Z Compiling packed_struct v0.10.1
20272026-09-02T23:37:58.735Z Compiling rand_core v0.9.5
20282026-09-02T23:37:58.796Z Compiling pest v2.8.6
20292026-09-02T23:37:58.865Z Compiling openssl v0.10.80
20302026-09-02T23:37:58.868Z Compiling dyn-clone v1.0.20
20312026-09-02T23:37:58.972Z Compiling flagset v0.4.7
20322026-09-02T23:37:59.003Z Compiling pem-rfc7468 v0.7.0
20332026-09-02T23:37:59.017Z Compiling fastrand v2.3.0
20342026-09-02T23:37:59.055Z Compiling indexmap v1.9.3
20352026-09-02T23:37:59.096Z Compiling unicode-segmentation v1.12.0
20362026-09-02T23:37:59.152Z Compiling zstd-sys v2.0.16+zstd.1.5.7
20372026-09-02T23:37:59.256Z Compiling tempfile v3.27.0
20382026-09-02T23:37:59.313Z Compiling native-tls v0.2.18
20392026-09-02T23:37:59.339Z Compiling simd-adler32 v0.3.8
20402026-09-02T23:37:59.462Z Compiling paste v1.0.15
20412026-09-02T23:37:59.501Z Compiling cpufeatures v0.2.17
20422026-09-02T23:37:59.575Z Compiling syn v3.0.3
20432026-09-02T23:37:59.597Z Compiling camino v1.2.5
20442026-09-02T23:37:59.614Z Compiling crossbeam-utils v0.8.21
20452026-09-02T23:37:59.733Z Compiling utf8parse v0.2.2
20462026-09-02T23:37:59.748Z Compiling adler2 v2.0.1
20472026-09-02T23:37:59.796Z Compiling anstyle v1.0.14
20482026-09-02T23:37:59.799Z Compiling serde_derive v1.0.228
20492026-09-02T23:37:59.834Z Compiling zeroize_derive v1.5.0
20502026-09-02T23:37:59.854Z Compiling zerofrom-derive v0.1.6
20512026-09-02T23:37:59.867Z Compiling zerocopy-derive v0.8.55
20522026-09-02T23:37:59.905Z Compiling yoke-derive v0.8.1
20532026-09-02T23:37:59.938Z Compiling zerovec-derive v0.11.2
20542026-09-02T23:37:59.941Z Compiling displaydoc v0.2.5
20552026-09-02T23:37:59.972Z Compiling tokio-macros v2.7.0
20562026-09-02T23:38:00.059Z Compiling futures-macro v0.3.32
20572026-09-02T23:38:00.088Z Compiling thiserror-impl v2.0.18
20582026-09-02T23:38:00.103Z Compiling der_derive v0.7.3
20592026-09-02T23:38:00.456Z Compiling schemars_derive v0.8.22
20602026-09-02T23:38:00.633Z Compiling tracing-attributes v0.1.31
20612026-09-02T23:38:00.697Z Compiling thiserror-impl v1.0.69
20622026-09-02T23:38:00.841Z Compiling futures-util v0.3.32
20632026-09-02T23:38:00.981Z Compiling zerofrom v0.1.6
20642026-09-02T23:38:01.049Z Compiling clap_derive v4.6.1
20652026-09-02T23:38:01.128Z Compiling yoke v0.8.1
20662026-09-02T23:38:01.223Z Compiling packed_struct_codegen v0.10.1
20672026-09-02T23:38:01.311Z Compiling zerovec v0.11.5
20682026-09-02T23:38:01.375Z Compiling zerotrie v0.2.3
20692026-09-02T23:38:01.802Z Compiling pest_meta v2.8.6
20702026-09-02T23:38:01.831Z Compiling bitfield-macros v0.19.4
20712026-09-02T23:38:01.888Z Compiling tinystr v0.8.2
20722026-09-02T23:38:01.908Z Compiling potential_utf v0.1.4
20732026-09-02T23:38:02.092Z Compiling icu_locale_core v2.1.1
20742026-09-02T23:38:02.118Z Compiling icu_collections v2.1.1
20752026-09-02T23:38:02.231Z Compiling zerocopy-derive v0.6.6
20762026-09-02T23:38:02.400Z Compiling pest_generator v2.8.6
20772026-09-02T23:38:02.687Z Compiling openssl-macros v0.1.1
20782026-09-02T23:38:02.702Z Compiling scroll_derive v0.13.1
20792026-09-02T23:38:02.702Z Compiling daft-derive v0.1.8
20802026-09-02T23:38:02.738Z Compiling anstyle-parse v1.0.0
20812026-09-02T23:38:02.987Z Compiling icu_provider v2.1.1
20822026-09-02T23:38:03.031Z Compiling zeroize v1.9.0
20832026-09-02T23:38:03.131Z Compiling bytes v1.11.1
20842026-09-02T23:38:03.248Z Compiling chrono v0.4.45
20852026-09-02T23:38:03.270Z Compiling icu_normalizer v2.1.1
20862026-09-02T23:38:03.729Z Compiling icu_properties v2.1.2
20872026-09-02T23:38:03.746Z Compiling der v0.7.10
20882026-09-02T23:38:03.746Z Compiling hex v0.4.3
20892026-09-02T23:38:03.746Z Compiling pest_derive v2.8.6
20902026-09-02T23:38:03.746Z Compiling block-buffer v0.10.4
20912026-09-02T23:38:03.755Z Compiling crypto-common v0.1.7
20922026-09-02T23:38:03.766Z Compiling tokio v1.52.1
20932026-09-02T23:38:03.915Z Compiling digest v0.10.7
20942026-09-02T23:38:04.034Z Compiling http v1.4.2
20952026-09-02T23:38:04.078Z Compiling rustls-pki-types v1.14.0
20962026-09-02T23:38:04.200Z Compiling sha2 v0.10.9
20972026-09-02T23:38:04.261Z Compiling idna_adapter v1.2.1
20982026-09-02T23:38:04.394Z Compiling idna v1.1.0
20992026-09-02T23:38:04.411Z Compiling ppv-lite86 v0.2.21
21002026-09-02T23:38:04.635Z Compiling spki v0.7.3
21012026-09-02T23:38:04.792Z Compiling url v2.5.8
21022026-09-02T23:38:04.926Z Compiling rand_chacha v0.9.0
21032026-09-02T23:38:04.941Z Compiling pkcs8 v0.10.2
21042026-09-02T23:38:04.941Z Compiling miniz_oxide v0.8.9
21052026-09-02T23:38:04.950Z Compiling terminal_size v0.4.3
21062026-09-02T23:38:05.125Z Compiling rand v0.9.2
21072026-09-02T23:38:05.227Z Compiling spin v0.9.8
21082026-09-02T23:38:05.230Z Compiling num-conv v0.2.0
21092026-09-02T23:38:05.257Z Compiling is_terminal_polyfill v1.70.2
21102026-09-02T23:38:05.319Z Compiling anstyle-query v1.1.5
21112026-09-02T23:38:05.356Z Compiling colorchoice v1.0.4
21122026-09-02T23:38:05.376Z Compiling time-core v0.1.8
21132026-09-02T23:38:05.379Z Compiling tinyvec_macros v0.1.1
21142026-09-02T23:38:05.460Z Compiling tinyvec v1.10.0
21152026-09-02T23:38:05.476Z Compiling anstream v1.0.0
21162026-09-02T23:38:05.506Z Compiling structmeta-derive v0.3.0
21172026-09-02T23:38:05.526Z Compiling async-trait v0.1.89
21182026-09-02T23:38:05.543Z Compiling time-macros v0.2.27
21192026-09-02T23:38:05.596Z Compiling tracing-core v0.1.36
21202026-09-02T23:38:05.816Z Compiling untrusted v0.7.1
21212026-09-02T23:38:05.870Z Compiling plain v0.2.3
21222026-09-02T23:38:05.905Z Compiling object v0.37.3
21232026-09-02T23:38:05.990Z Compiling cmov v0.5.4
21242026-09-02T23:38:06.004Z Compiling tracing v0.1.44
21252026-09-02T23:38:06.181Z Compiling http-body v1.0.1
21262026-09-02T23:38:06.200Z Compiling ctutils v0.4.2
21272026-09-02T23:38:06.360Z Compiling toml_datetime v0.6.11
21282026-09-02T23:38:06.379Z Compiling serde_spanned v0.6.9
21292026-09-02T23:38:06.383Z Compiling pin-project-internal v1.1.11
21302026-09-02T23:38:06.463Z Compiling slog v2.8.2
21312026-09-02T23:38:06.495Z Compiling structmeta v0.3.0
21322026-09-02T23:38:06.498Z Compiling wait-timeout v0.2.1
21332026-09-02T23:38:06.540Z Compiling cookie v0.18.1
21342026-09-02T23:38:06.622Z Compiling tap v1.0.1
21352026-09-02T23:38:06.670Z Compiling untrusted v0.9.0
21362026-09-02T23:38:06.686Z Compiling bit-vec v0.8.0
21372026-09-02T23:38:06.700Z Compiling openssl-probe v0.2.1
21382026-09-02T23:38:06.812Z Compiling clap_lex v1.0.0
21392026-09-02T23:38:06.822Z Compiling zstd-safe v7.2.4
21402026-09-02T23:38:06.822Z Compiling quick-error v1.2.3
21412026-09-02T23:38:06.900Z Compiling bit-set v0.8.0
21422026-09-02T23:38:06.928Z Compiling rusty-fork v0.3.1
21432026-09-02T23:38:07.008Z Compiling wyz v0.5.1
21442026-09-02T23:38:07.033Z Compiling clap_builder v4.6.0
21452026-09-02T23:38:07.103Z Compiling derive-ex v0.1.8
21462026-09-02T23:38:07.240Z Compiling hybrid-array v0.4.13
21472026-09-02T23:38:07.314Z Compiling unicode-normalization v0.1.25
21482026-09-02T23:38:07.360Z Compiling rand_chacha v0.3.1
21492026-09-02T23:38:07.381Z Compiling signature v2.2.0
21502026-09-02T23:38:07.433Z Compiling scroll_derive v0.12.1
21512026-09-02T23:38:07.473Z Compiling heck v0.4.1
21522026-09-02T23:38:07.555Z Compiling rand_xorshift v0.4.0
21532026-09-02T23:38:07.571Z Compiling heapless v0.7.17
21542026-09-02T23:38:07.620Z Compiling tokio-util v0.7.18
21552026-09-02T23:38:07.762Z Compiling num-integer v0.1.46
21562026-09-02T23:38:07.779Z Compiling aho-corasick v1.1.4
21572026-09-02T23:38:07.828Z Compiling try-lock v0.2.5
21582026-09-02T23:38:07.858Z Compiling pretty-hex v0.4.1
21592026-09-02T23:38:07.985Z Compiling funty v2.0.0
21602026-09-02T23:38:08.005Z Compiling signal-hook v0.3.18
21612026-09-02T23:38:08.129Z Compiling atomic-waker v1.1.2
21622026-09-02T23:38:08.163Z Compiling tower-layer v0.3.3
21632026-09-02T23:38:08.207Z Compiling zlib-rs v0.6.2
21642026-09-02T23:38:08.318Z Compiling rustix v0.38.44
21652026-09-02T23:38:08.340Z Compiling tower-service v0.3.3
21662026-09-02T23:38:08.450Z Compiling anyhow v1.0.104
21672026-09-02T23:38:08.612Z Compiling usdt-impl v0.6.0
21682026-09-02T23:38:08.688Z Compiling unarray v0.1.4
21692026-09-02T23:38:08.688Z Compiling test-strategy v0.4.5
21702026-09-02T23:38:08.696Z Compiling regex-automata v0.4.14
21712026-09-02T23:38:08.754Z Compiling h2 v0.4.15
21722026-09-02T23:38:08.813Z Compiling proptest v1.11.0
21732026-09-02T23:38:09.032Z Compiling clap v4.6.1
21742026-09-02T23:38:09.127Z Compiling bitvec v1.0.1
21752026-09-02T23:38:09.207Z Compiling want v0.3.1
21762026-09-02T23:38:09.221Z Compiling num-iter v0.1.45
21772026-09-02T23:38:09.598Z Compiling snafu-derive v0.8.9
21782026-09-02T23:38:09.943Z Compiling rand v0.8.6
21792026-09-02T23:38:09.989Z Compiling ipnetwork v0.21.1
21802026-09-02T23:38:10.441Z Compiling flate2 v1.1.9
21812026-09-02T23:38:10.668Z Compiling lazy_static v1.5.0
21822026-09-02T23:38:10.765Z Compiling scroll v0.13.0
21832026-09-02T23:38:10.781Z Compiling ipnet v2.12.0
21842026-09-02T23:38:10.983Z Compiling strum_macros v0.26.4
21852026-09-02T23:38:11.128Z Compiling darling_core v0.20.11
21862026-09-02T23:38:11.243Z Compiling darling_core v0.23.0
21872026-09-02T23:38:11.295Z Compiling winnow v0.5.40
21882026-09-02T23:38:11.416Z Compiling nodrop v0.1.14
21892026-09-02T23:38:11.538Z Compiling httpdate v1.0.3
21902026-09-02T23:38:11.565Z Compiling crc-catalog v2.4.0
21912026-09-02T23:38:11.687Z Compiling foreign-types-shared v0.1.1
21922026-09-02T23:38:11.789Z Compiling foreign-types v0.3.2
21932026-09-02T23:38:11.875Z Compiling hyper v1.10.1
21942026-09-02T23:38:11.923Z Compiling crc v3.4.0
21952026-09-02T23:38:12.036Z Compiling array-init v0.0.4
21962026-09-02T23:38:12.128Z Compiling newtype-uuid v1.3.2
21972026-09-02T23:38:12.396Z Compiling goblin v0.10.5
21982026-09-02T23:38:12.591Z Compiling oxnet v0.1.6
21992026-09-02T23:38:12.750Z Compiling smallvec v0.6.14
22002026-09-02T23:38:12.986Z Compiling toml_edit v0.19.15
22012026-09-02T23:38:13.228Z Compiling darling_macro v0.20.11
22022026-09-02T23:38:13.456Z Compiling darling_macro v0.23.0
22032026-09-02T23:38:13.596Z Compiling pkcs1 v0.7.5
22042026-09-02T23:38:13.842Z Compiling zerocopy v0.6.6
22052026-09-02T23:38:13.939Z Compiling bitfield v0.19.4
22062026-09-02T23:38:14.005Z Compiling zerocopy-derive v0.7.35
22072026-09-02T23:38:14.040Z Compiling curve25519-dalek v4.1.3
22082026-09-02T23:38:14.125Z Compiling socket2 v0.5.10
22092026-09-02T23:38:14.274Z Compiling env_filter v2.0.0
22102026-09-02T23:38:14.311Z Compiling memoffset v0.9.1
22112026-09-02T23:38:14.352Z Compiling owo-colors v4.3.0
22122026-09-02T23:38:14.352Z Compiling hashbrown v0.12.3
22132026-09-02T23:38:14.434Z Compiling base64 v0.21.7
22142026-09-02T23:38:14.478Z Compiling litrs v1.0.0
22152026-09-02T23:38:14.681Z Compiling ref-cast v1.0.25
22162026-09-02T23:38:14.747Z Compiling smoltcp v0.9.1
22172026-09-02T23:38:14.870Z Compiling ron v0.8.1
22182026-09-02T23:38:14.938Z Compiling document-features v0.2.12
22192026-09-02T23:38:15.010Z Compiling toml v0.7.8
22202026-09-02T23:38:15.014Z Compiling hyper-util v0.1.20
22212026-09-02T23:38:15.027Z Compiling env_logger v0.11.11
22222026-09-02T23:38:15.182Z Compiling dof v0.4.0
22232026-09-02T23:38:15.455Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
22242026-09-02T23:38:15.503Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
22252026-09-02T23:38:15.626Z Compiling darling v0.23.0
22262026-09-02T23:38:15.718Z Compiling bzip2 v0.4.4
22272026-09-02T23:38:15.733Z Compiling rsa v0.9.10
22282026-09-02T23:38:16.029Z Compiling darling v0.20.11
22292026-09-02T23:38:16.193Z Compiling serde-hex v0.1.0
22302026-09-02T23:38:16.245Z Compiling daft v0.1.8
22312026-09-02T23:38:16.260Z Compiling hashbrown v0.13.2
22322026-09-02T23:38:16.443Z Compiling x509-cert v0.2.5
22332026-09-02T23:38:16.487Z Compiling hmac v0.12.1
22342026-09-02T23:38:16.571Z Compiling dtrace-parser v0.3.0
22352026-09-02T23:38:16.738Z Compiling async-recursion v1.1.1
22362026-09-02T23:38:16.962Z Compiling sync_wrapper v1.0.2
22372026-09-02T23:38:17.087Z Compiling thread-id v5.1.0
22382026-09-02T23:38:17.116Z Compiling powerfmt v0.2.0
22392026-09-02T23:38:17.184Z Compiling siphasher v1.0.2
22402026-09-02T23:38:17.303Z Compiling crc-any v2.5.0
22412026-09-02T23:38:17.353Z Compiling cfg_aliases v0.2.1
22422026-09-02T23:38:17.435Z Compiling nix v0.31.2
22432026-09-02T23:38:17.519Z Compiling deranged v0.5.8
22442026-09-02T23:38:17.774Z Compiling tower v0.5.3
22452026-09-02T23:38:18.243Z Compiling object v0.30.4
22462026-09-02T23:38:18.649Z Compiling derive_builder_core v0.20.2
22472026-09-02T23:38:18.668Z Compiling zip v0.6.6
22482026-09-02T23:38:18.778Z Compiling serde_with_macros v3.21.0
22492026-09-02T23:38:18.848Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
22502026-09-02T23:38:19.084Z Compiling bstr v1.12.1
22512026-09-02T23:38:19.215Z Compiling crypto-common v0.2.2
22522026-09-02T23:38:19.287Z Compiling block-buffer v0.12.1
22532026-09-02T23:38:19.475Z Compiling http-body-util v0.1.3
22542026-09-02T23:38:19.575Z Compiling futures-executor v0.3.32
22552026-09-02T23:38:19.613Z Compiling serde_tokenstream v0.2.3
22562026-09-02T23:38:19.740Z Compiling erased-serde v0.3.31
22572026-09-02T23:38:19.863Z Compiling hubpack_derive v0.1.1
22582026-09-02T23:38:19.901Z Compiling ref-cast-impl v1.0.25
22592026-09-02T23:38:19.914Z Compiling curve25519-dalek-derive v0.1.1
22602026-09-02T23:38:19.938Z Compiling strum_macros v0.27.2
22612026-09-02T23:38:20.088Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
22622026-09-02T23:38:20.250Z Compiling fs-err v3.3.0
22632026-09-02T23:38:20.283Z Compiling usdt-impl v0.5.0
22642026-09-02T23:38:20.395Z Compiling num_threads v0.1.7
22652026-09-02T23:38:20.454Z Compiling unicode-bidi v0.3.18
22662026-09-02T23:38:20.470Z Compiling gimli v0.32.3
22672026-09-02T23:38:20.482Z Compiling ryu v1.0.23
22682026-09-02T23:38:20.662Z Compiling iri-string v0.7.10
22692026-09-02T23:38:20.694Z Compiling same-file v1.0.6
22702026-09-02T23:38:20.874Z Compiling allocator-api2 v0.2.21
22712026-09-02T23:38:21.037Z Compiling path-slash v0.1.5
22722026-09-02T23:38:21.182Z Compiling unicode-properties v0.1.4
22732026-09-02T23:38:21.319Z Compiling time v0.3.47
22742026-09-02T23:38:21.441Z Compiling stringprep v0.1.5
22752026-09-02T23:38:21.806Z Compiling tower-http v0.6.8
22762026-09-02T23:38:21.975Z Compiling serde_urlencoded v0.7.1
22772026-09-02T23:38:22.180Z Compiling addr2line v0.25.1
22782026-09-02T23:38:22.232Z Compiling walkdir v2.5.0
22792026-09-02T23:38:22.760Z Compiling futures v0.3.32
22802026-09-02T23:38:22.943Z Compiling derive_builder_macro v0.20.2
22812026-09-02T23:38:23.174Z Compiling tokio-native-tls v0.3.1
22822026-09-02T23:38:23.365Z Compiling strum v0.26.3
22832026-09-02T23:38:23.454Z Compiling block-padding v0.4.2
22842026-09-02T23:38:23.560Z Compiling scroll v0.12.0
22852026-09-02T23:38:23.657Z Compiling pin-project v1.1.11
22862026-09-02T23:38:23.696Z Compiling rustls-native-certs v0.8.3
22872026-09-02T23:38:23.767Z Compiling md-5 v0.10.6
22882026-09-02T23:38:23.841Z Compiling convert_case v0.10.0
22892026-09-02T23:38:23.858Z Compiling vergen-lib v9.1.0
22902026-09-02T23:38:23.935Z Compiling hash32 v0.2.1
22912026-09-02T23:38:23.972Z Compiling encoding_rs v0.8.35
22922026-09-02T23:38:24.029Z Compiling mime v0.3.17
22932026-09-02T23:38:24.117Z Compiling rustc-demangle v0.1.27
22942026-09-02T23:38:24.202Z Compiling cpufeatures v0.3.0
22952026-09-02T23:38:24.282Z Compiling psl-types v2.0.11
22962026-09-02T23:38:24.315Z Compiling fallible-iterator v0.2.0
22972026-09-02T23:38:24.419Z Compiling jiff-core v0.1.0
22982026-09-02T23:38:24.452Z Compiling publicsuffix v2.3.0
22992026-09-02T23:38:24.479Z Compiling derive_more-impl v2.1.1
23002026-09-02T23:38:24.638Z Compiling postgres-protocol v0.6.10
23012026-09-02T23:38:24.904Z Compiling goblin v0.8.2
23022026-09-02T23:38:25.076Z Compiling snafu v0.8.9
23032026-09-02T23:38:25.205Z Compiling inout v0.2.2
23042026-09-02T23:38:25.270Z Compiling jiff v0.2.34
23052026-09-02T23:38:25.382Z Compiling backtrace v0.3.76
23062026-09-02T23:38:25.459Z Compiling derive_builder v0.20.2
23072026-09-02T23:38:25.556Z Compiling hyper-tls v0.6.0
23082026-09-02T23:38:25.634Z Compiling usdt-macro v0.6.0
23092026-09-02T23:38:25.767Z Compiling usdt-attr-macro v0.6.0
23102026-09-02T23:38:25.793Z Compiling globset v0.4.18
23112026-09-02T23:38:25.809Z Compiling phf_shared v0.13.1
23122026-09-02T23:38:25.863Z Compiling crossbeam-epoch v0.9.18
23132026-09-02T23:38:26.063Z Compiling zerocopy v0.7.35
23142026-09-02T23:38:26.257Z Compiling regex v1.12.3
23152026-09-02T23:38:26.459Z Compiling serde_plain v1.0.2
23162026-09-02T23:38:26.569Z Compiling enum-as-inner v0.6.1
23172026-09-02T23:38:26.621Z Compiling serde_repr v0.1.20
23182026-09-02T23:38:26.667Z Compiling miette-derive v7.6.0
23192026-09-02T23:38:26.690Z Compiling pem v3.0.6
23202026-09-02T23:38:26.705Z Compiling vergen v9.1.0
23212026-09-02T23:38:26.733Z Compiling cargo-platform v0.3.2
23222026-09-02T23:38:26.829Z Compiling ff v0.13.1
23232026-09-02T23:38:26.846Z Compiling filetime v0.2.27
23242026-09-02T23:38:26.917Z Compiling bitflags v1.3.2
23252026-09-02T23:38:27.038Z Compiling bumpalo v3.20.2
23262026-09-02T23:38:27.048Z Compiling is_ci v1.2.0
23272026-09-02T23:38:27.048Z Compiling base16ct v0.2.0
23282026-09-02T23:38:27.090Z Compiling smawk v0.3.2
23292026-09-02T23:38:27.153Z Compiling xattr v1.6.1
23302026-09-02T23:38:27.156Z Compiling foldhash v0.2.0
23312026-09-02T23:38:27.202Z Compiling const-oid v0.10.2
23322026-09-02T23:38:27.231Z Compiling typed-path v0.9.3
23332026-09-02T23:38:27.370Z Compiling foldhash v0.1.5
23342026-09-02T23:38:27.409Z Compiling unicode-linebreak v0.1.5
23352026-09-02T23:38:27.465Z Compiling libbz2-rs-sys v0.2.2
23362026-09-02T23:38:27.550Z Compiling unicode-width v0.2.0
23372026-09-02T23:38:27.640Z Compiling managed v0.8.0
23382026-09-02T23:38:27.655Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
23392026-09-02T23:38:27.787Z Compiling textwrap v0.16.2
23402026-09-02T23:38:27.837Z Compiling hashbrown v0.15.5
23412026-09-02T23:38:27.876Z Compiling digest v0.11.3
23422026-09-02T23:38:27.929Z Compiling bzip2 v0.6.1
23432026-09-02T23:38:28.083Z Compiling hashbrown v0.16.1
23442026-09-02T23:38:28.209Z Compiling tar v0.4.46
23452026-09-02T23:38:28.230Z Compiling zopfli v0.8.3
23462026-09-02T23:38:28.356Z Compiling sec1 v0.7.3
23472026-09-02T23:38:28.428Z Compiling supports-color v3.0.2
23482026-09-02T23:38:28.448Z Compiling dof v0.3.0
23492026-09-02T23:38:28.612Z Compiling group v0.13.0
23502026-09-02T23:38:28.645Z Compiling cargo_metadata v0.23.1
23512026-09-02T23:38:29.503Z Compiling phf v0.13.1
23522026-09-02T23:38:29.528Z Compiling backtrace-ext v0.2.1
23532026-09-02T23:38:29.679Z Compiling reqwest v0.12.28
23542026-09-02T23:38:29.715Z Compiling zstd v0.13.3
23552026-09-02T23:38:29.889Z Compiling signal-hook-mio v0.2.5
23562026-09-02T23:38:29.907Z Compiling cipher v0.5.2
23572026-09-02T23:38:29.974Z Compiling cookie_store v0.22.1
23582026-09-02T23:38:30.013Z Compiling postgres-types v0.2.12
23592026-09-02T23:38:30.094Z Compiling strum v0.27.2
23602026-09-02T23:38:30.245Z Compiling hubpack v0.1.2
23612026-09-02T23:38:30.349Z Compiling phf_shared v0.11.3
23622026-09-02T23:38:30.371Z Compiling hkdf v0.12.4
23632026-09-02T23:38:30.469Z Compiling dtrace-parser v0.2.0
23642026-09-02T23:38:30.518Z Compiling byte-wrapper v0.1.0
23652026-09-02T23:38:30.538Z Compiling ed25519 v2.2.3
23662026-09-02T23:38:30.554Z Compiling olpc-cjson v0.1.4
23672026-09-02T23:38:30.848Z Compiling crypto-bigint v0.5.5
23682026-09-02T23:38:31.013Z Compiling serde-big-array v0.5.1
23692026-09-02T23:38:31.060Z Compiling float-cmp v0.10.0
23702026-09-02T23:38:31.188Z Compiling memmap2 v0.9.10
23712026-09-02T23:38:31.219Z Compiling thread-id v4.2.2
23722026-09-02T23:38:31.319Z Compiling whoami v2.1.0
23732026-09-02T23:38:31.383Z Compiling difflib v0.4.0
23742026-09-02T23:38:31.391Z Compiling rayon-core v1.13.0
23752026-09-02T23:38:31.405Z Compiling precomputed-hash v0.1.1
23762026-09-02T23:38:31.430Z Compiling predicates-core v1.0.10
23772026-09-02T23:38:31.516Z Compiling winnow v0.7.14
23782026-09-02T23:38:31.586Z Compiling supports-hyperlinks v3.2.0
23792026-09-02T23:38:31.814Z Compiling normalize-line-endings v0.3.0
23802026-09-02T23:38:31.829Z Compiling supports-unicode v3.0.0
23812026-09-02T23:38:31.920Z Compiling fixedbitset v0.5.7
23822026-09-02T23:38:31.987Z Compiling static_assertions v1.1.0
23832026-09-02T23:38:32.014Z Compiling data-encoding v2.10.0
23842026-09-02T23:38:32.073Z Compiling unicode-width v0.1.14
23852026-09-02T23:38:32.217Z Compiling fixedbitset v0.4.2
23862026-09-02T23:38:32.357Z Compiling toml_write v0.1.2
23872026-09-02T23:38:32.474Z Compiling new_debug_unreachable v1.0.6
23882026-09-02T23:38:32.490Z Compiling keccak v0.1.6
23892026-09-02T23:38:32.559Z Compiling either v1.15.0
23902026-09-02T23:38:32.576Z Compiling winnow v1.0.3
23912026-09-02T23:38:32.579Z Compiling string_cache v0.8.9
23922026-09-02T23:38:32.671Z Compiling sha3 v0.10.8
23932026-09-02T23:38:32.687Z Compiling chacha20 v0.10.0
23942026-09-02T23:38:32.771Z Compiling petgraph v0.6.5
23952026-09-02T23:38:32.779Z Compiling hickory-proto v0.25.2
23962026-09-02T23:38:32.784Z Compiling itertools v0.13.0
23972026-09-02T23:38:32.818Z Compiling toml_edit v0.22.27
23982026-09-02T23:38:32.823Z Compiling miette v7.6.0
23992026-09-02T23:38:32.982Z Compiling petgraph v0.8.3
24002026-09-02T23:38:33.012Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
24012026-09-02T23:38:33.572Z Compiling toml_parser v1.1.2+spec-1.1.0
24022026-09-02T23:38:33.875Z Compiling predicates v3.1.4
24032026-09-02T23:38:34.094Z Compiling elliptic-curve v0.13.8
24042026-09-02T23:38:34.241Z Compiling tokio-postgres v0.7.16
24052026-09-02T23:38:34.255Z Compiling usdt v0.6.0
24062026-09-02T23:38:34.835Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
24072026-09-02T23:38:35.186Z Compiling ed25519-dalek v2.2.0
24082026-09-02T23:38:35.563Z Compiling zip v4.6.1
24092026-09-02T23:38:35.747Z Compiling crossterm v0.28.1
24102026-09-02T23:38:35.924Z Compiling iddqd v0.4.2
24112026-09-02T23:38:36.372Z Compiling derive_more v2.1.1
24122026-09-02T23:38:36.451Z Compiling similar v2.7.0
24132026-09-02T23:38:36.736Z Compiling serde_with v3.21.0
24142026-09-02T23:38:37.250Z Compiling tokio-stream v0.1.18
24152026-09-02T23:38:37.310Z Compiling buf-list v1.1.2
24162026-09-02T23:38:37.422Z Compiling half v2.7.1
24172026-09-02T23:38:37.480Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
24182026-09-02T23:38:37.551Z Compiling openapiv3 v2.2.0
24192026-09-02T23:38:37.794Z Compiling ciborium-io v0.2.2
24202026-09-02T23:38:37.930Z Compiling lalrpop-util v0.19.12
24212026-09-02T23:38:38.008Z Compiling peg-runtime v0.8.5
24222026-09-02T23:38:38.343Z Compiling ciborium-ll v0.2.2
24232026-09-02T23:38:39.164Z Compiling crossbeam-deque v0.8.6
24242026-09-02T23:38:39.522Z Compiling camino-tempfile v1.4.1
24252026-09-02T23:38:39.641Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24262026-09-02T23:38:39.884Z Compiling blake3 v1.8.5
24272026-09-02T23:38:40.015Z Compiling fs-err v2.11.0
24282026-09-02T23:38:41.823Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
24292026-09-02T23:38:42.715Z Compiling ciborium v0.2.2
24302026-09-02T23:38:43.054Z Compiling olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
24312026-09-02T23:38:43.282Z Compiling thread_local v1.1.9
24322026-09-02T23:38:43.399Z Compiling arrayref v0.3.9
24332026-09-02T23:38:43.446Z Compiling slog-async v2.8.0
24342026-09-02T23:38:43.481Z Compiling constant_time_eq v0.4.2
24352026-09-02T23:38:43.506Z Compiling arrayvec v0.7.6
24362026-09-02T23:38:43.635Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
24372026-09-02T23:38:43.662Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
24382026-09-02T23:38:43.906Z Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
24392026-09-02T23:38:43.921Z Compiling toml v0.8.23
24402026-09-02T23:38:43.959Z Compiling atomicwrites v0.4.4
24412026-09-02T23:38:44.071Z Compiling sha2 v0.11.0
24422026-09-02T23:38:44.261Z Compiling digest-io v0.1.0
24432026-09-02T23:38:44.267Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
24442026-09-02T23:38:44.386Z Compiling crossbeam-channel v0.5.15
24452026-09-02T23:38:44.394Z Compiling serde_path_to_error v0.1.20
24462026-09-02T23:38:44.432Z Compiling is-terminal v0.4.17
24472026-09-02T23:38:44.500Z Compiling term v1.2.1
24482026-09-02T23:38:44.510Z Compiling take_mut v0.2.2
24492026-09-02T23:38:44.511Z Compiling rawzip v0.4.4
24502026-09-02T23:38:44.545Z Compiling indent_write v2.2.0
24512026-09-02T23:38:44.592Z Compiling debug-ignore v1.0.5
24522026-09-02T23:38:44.675Z Compiling parse-size v1.1.0
24532026-09-02T23:38:44.710Z Compiling topological-sort v0.2.2
24542026-09-02T23:38:44.722Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
24552026-09-02T23:38:44.844Z Compiling slog-term v2.9.2
24562026-09-02T23:38:44.884Z Compiling shell-words v1.1.1
24572026-09-02T23:38:48.049Z Compiling rustls-webpki v0.103.13
24582026-09-02T23:38:50.801Z Compiling tokio-rustls v0.26.4
24592026-09-02T23:38:50.801Z Compiling rustls-platform-verifier v0.6.2
24602026-09-02T23:38:50.802Z Compiling tough v0.22.0
24612026-09-02T23:38:51.003Z Compiling hyper-rustls v0.27.7
24622026-09-02T23:38:51.197Z Compiling reqwest v0.13.2
24632026-09-02T23:38:52.364Z Compiling tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
24642026-09-02T23:38:53.388Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
24652026-09-02T23:38:54.458Z Compiling omicron-zone-package v0.12.3
24662026-09-02T23:38:54.628Z Compiling tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
24672026-09-02T23:38:54.996Z Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
24682026-09-02T23:38:55.113Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
24692026-09-02T23:38:57.568Z Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
24702026-09-02T23:39:16.874Z Finished `release` profile [optimized] target(s) in 1m 23s
24712026-09-02T23:39:17.018Z Running `target/release/omicron-releng --output-dir /work --mkincorp --verify-debug-libraries`
24722026-09-02T23:39:17.072ZSep 02 23:39:15.957 DEBG changing working directory to /work/oxidecomputer/omicron
24732026-09-02T23:39:17.169ZSep 02 23:39:16.054 DEBG running: git rev-parse HEAD
24742026-09-02T23:39:17.173ZSep 02 23:39:16.056 DEBG process exited with exit status: 0 (2.416762ms)
24752026-09-02T23:39:17.173ZSep 02 23:39:16.056 INFO version: 23.0.0-0.ci+git237cd9bf4f4
24762026-09-02T23:39:17.180ZSep 02 23:39:16.065 INFO cloning helios to /work/oxidecomputer/helios
24772026-09-02T23:39:17.180ZSep 02 23:39:16.065 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios
24782026-09-02T23:39:17.183ZCloning into '/work/oxidecomputer/helios'...
24792026-09-02T23:39:17.868ZSep 02 23:39:16.699 DEBG process exited with exit status: 0 (634.992955ms)
24802026-09-02T23:39:17.868ZSep 02 23:39:16.699 DEBG running: git -C /work/oxidecomputer/helios rev-parse --verify HEAD^{commit}
24812026-09-02T23:39:17.883ZSep 02 23:39:16.702 DEBG process exited with exit status: 0 (2.340342ms)
24822026-09-02T23:39:17.883ZSep 02 23:39:16.702 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools
24832026-09-02T23:39:18.351ZSep 02 23:39:17.236 DEBG process exited with exit status: 0 (534.57499ms)
24842026-09-02T23:39:18.351ZSep 02 23:39:17.236 DEBG running: zfs list rpool/images/build/host
24852026-09-02T23:39:18.355ZNAME USED AVAIL REFER MOUNTPOINT
24862026-09-02T23:39:18.355Zrpool/images/build/host 24K 152G 24K /rpool/images/build/host
24872026-09-02T23:39:18.358ZSep 02 23:39:17.241 DEBG process exited with exit status: 0 (4.347165ms)
24882026-09-02T23:39:18.358ZSep 02 23:39:17.241 DEBG running: zfs list rpool/images/build/recovery
24892026-09-02T23:39:18.360ZNAME USED AVAIL REFER MOUNTPOINT
24902026-09-02T23:39:18.360Zrpool/images/build/recovery 24K 152G 24K /rpool/images/build/recovery
24912026-09-02T23:39:18.361ZSep 02 23:39:17.244 DEBG process exited with exit status: 0 (3.553994ms)
24922026-09-02T23:39:18.361ZSep 02 23:39:17.244 INFO console assets match pinned console commit (c1e623cad30d6f38a45db1f835d8f5c2e9a387d1)
24932026-09-02T23:39:18.371ZSep 02 23:39:17.257 WARN console asset check failed (not fatal outside a release branch): the console assets in out/console-assets were generated against API version 2026081901.0.0, but the current nexus API version is 2026082800.0.0; the console needs a client regen and tools/console_version needs a bump
24942026-09-02T23:39:18.374ZSep 02 23:39:17.257 INFO [hubris-staging] running task
24952026-09-02T23:39:18.374ZSep 02 23:39:17.257 INFO [hubris-production] running task
24962026-09-02T23:39:18.374ZSep 02 23:39:17.257 INFO [incorp-manifest] running task
24972026-09-02T23:39:18.374ZSep 02 23:39:17.257 DEBG running: pkg list -H -o branch -n -g https://pkg.oxide.computer/helios/3/dev/ release/name
24982026-09-02T23:39:18.374ZSep 02 23:39:17.258 INFO [incorp-create] running: pkgrepo create /work/incorporation
24992026-09-02T23:39:18.374ZSep 02 23:39:17.259 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup
25002026-09-02T23:39:18.374ZSep 02 23:39:17.259 INFO [omicron-package] running: ptime -m /home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/cargo build --locked --release --bin omicron-package
25012026-09-02T23:39:18.400Z[ helios-setup] cd tools/helios-build && cargo build --quiet
25022026-09-02T23:39:18.480Z[ omicron-package] Blocking waiting for file lock on package cache
25032026-09-02T23:39:18.606ZSep 02 23:39:17.491 INFO [incorp-create] process exited with exit status: 0 (233.403146ms)
25042026-09-02T23:39:18.609ZSep 02 23:39:17.491 INFO [incorp-publisher] running: pkgrepo add-publisher -s /work/incorporation helios
25052026-09-02T23:39:18.837ZSep 02 23:39:17.722 INFO [incorp-publisher] process exited with exit status: 0 (230.353083ms)
25062026-09-02T23:39:19.228Z[ omicron-package] Blocking waiting for file lock on package cache
25072026-09-02T23:39:19.506ZSep 02 23:39:18.392 INFO [hubris-production] task succeeded (1.134345074s)
25082026-09-02T23:39:20.368Z[ omicron-package] Compiling macaddr v1.0.1
25092026-09-02T23:39:20.368Z[ omicron-package] Compiling crucible-workspace-hack v0.1.0
25102026-09-02T23:39:20.371Z[ omicron-package] Compiling itertools v0.15.0
25112026-09-02T23:39:20.371Z[ omicron-package] Compiling secrecy v0.10.3
25122026-09-02T23:39:20.371Z[ omicron-package] Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
25132026-09-02T23:39:20.371Z[ omicron-package] Compiling toml_datetime v0.7.5+spec-1.1.0
25142026-09-02T23:39:20.371Z[ omicron-package] Compiling heapless v0.8.0
25152026-09-02T23:39:20.371Z[ omicron-package] Compiling hash32 v0.3.1
25162026-09-02T23:39:20.371Z[ omicron-package] Compiling inout v0.1.4
25172026-09-02T23:39:20.371Z[ omicron-package] Compiling multer v3.1.0
25182026-09-02T23:39:20.371Z[ omicron-package] Compiling compression-core v0.4.31
25192026-09-02T23:39:20.807ZSep 02 23:39:19.693 DEBG process exited with exit status: 0 (2.435165349s)
25202026-09-02T23:39:20.811ZSep 02 23:39:19.693 DEBG running: pkg list -g https://pkg.oxide.computer/helios/3/dev/ -F json -o fmri -n '*'
25212026-09-02T23:39:20.900Z[ omicron-package] Compiling smoltcp v0.11.0
25222026-09-02T23:39:20.938Z[ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
25232026-09-02T23:39:20.938Z[ omicron-package] Compiling match_cfg v0.1.0
25242026-09-02T23:39:21.155Z[ omicron-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25252026-09-02T23:39:21.159Z[ omicron-package] Compiling cipher v0.4.4
25262026-09-02T23:39:21.159Z[ omicron-package] Compiling slog-json v2.6.1
25272026-09-02T23:39:21.159Z[ omicron-package] Compiling serde_tokenstream v0.3.0
25282026-09-02T23:39:21.159Z[ omicron-package] Compiling newtype-uuid-macros v0.1.0
25292026-09-02T23:39:21.514Z[ omicron-package] Compiling toml_edit v0.23.10+spec-1.0.0
25302026-09-02T23:39:21.517Z[ omicron-package] Compiling cobs v0.3.0
25312026-09-02T23:39:21.602Z[ omicron-package] Compiling universal-hash v0.5.1
25322026-09-02T23:39:21.606Z[ omicron-package] Compiling thiserror-impl-no-std v2.0.2
25332026-09-02T23:39:21.673Z[ omicron-package] Compiling compression-codecs v0.4.37
25342026-09-02T23:39:21.847Z[ omicron-package] Compiling dropshot v0.17.1
25352026-09-02T23:39:21.918Z[ omicron-package] Compiling proc-macro-error-attr v1.0.4
25362026-09-02T23:39:21.937Z[ omicron-package] Compiling serde_spanned v1.1.1
25372026-09-02T23:39:21.955Z[ omicron-package] Compiling hostname v0.3.1
25382026-09-02T23:39:21.958Z[ omicron-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
25392026-09-02T23:39:21.974Z[ omicron-package] Compiling toml_datetime v1.1.1+spec-1.1.0
25402026-09-02T23:39:22.075Z[ omicron-package] Compiling async-stream-impl v0.3.6
25412026-09-02T23:39:22.075Z[ omicron-package] Compiling convert_case v0.4.0
25422026-09-02T23:39:22.143Z[ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
25432026-09-02T23:39:22.146Z[ omicron-package] Compiling opaque-debug v0.3.1
25442026-09-02T23:39:22.146Z[ omicron-package] Compiling toml_writer v1.1.1+spec-1.1.0
25452026-09-02T23:39:22.279Z[ omicron-package] Compiling proc-macro-crate v3.4.0
25462026-09-02T23:39:22.282Z[ omicron-package] Compiling poly1305 v0.8.0
25472026-09-02T23:39:22.282Z[ omicron-package] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
25482026-09-02T23:39:22.411Z[ omicron-package] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
25492026-09-02T23:39:22.525Z[ omicron-package] Compiling derive_more v0.99.20
25502026-09-02T23:39:22.528Z[ omicron-package] Compiling toml v1.1.2+spec-1.1.0
25512026-09-02T23:39:22.529Z[ omicron-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
25522026-09-02T23:39:22.637Z[ omicron-package] Compiling slog-bunyan v2.5.0
25532026-09-02T23:39:22.642Z[ omicron-package] Compiling ingot-macros v0.2.0
25542026-09-02T23:39:22.642Z[ omicron-package] Compiling async-compression v0.4.41
25552026-09-02T23:39:22.642Z[ omicron-package] Compiling postcard v1.1.3
25562026-09-02T23:39:22.820Z[ omicron-package] Compiling async-stream v0.3.6
25572026-09-02T23:39:22.846Z[ omicron-package] Compiling thiserror-no-std v2.0.2
25582026-09-02T23:39:22.914Z[ omicron-package] Compiling oxide-generation-macros v0.2.0
25592026-09-02T23:39:22.954Z[ omicron-package] Compiling num_enum_derive v0.7.6
25602026-09-02T23:39:22.973Z[ omicron-package] Compiling chacha20 v0.9.1
25612026-09-02T23:39:23.004Z[ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
25622026-09-02T23:39:23.038Z[ omicron-package] Compiling sha1 v0.11.0
25632026-09-02T23:39:23.158Z[ omicron-package] Compiling progenitor-client v0.14.0
25642026-09-02T23:39:23.178Z[ omicron-package] Compiling oxide-generation v0.1.3
25652026-09-02T23:39:23.246Z[ omicron-package] Compiling parse-display-derive v0.10.0
25662026-09-02T23:39:23.284Z[ omicron-package] Compiling waitgroup v0.1.2
25672026-09-02T23:39:23.378Z[ omicron-package] Compiling proc-macro-crate v1.3.1
25682026-09-02T23:39:23.432Z[ omicron-package] Compiling rustls-pemfile v2.2.0
25692026-09-02T23:39:23.441ZSep 02 23:39:22.326 DEBG process exited with exit status: 0 (2.633436875s)
25702026-09-02T23:39:23.445ZSep 02 23:39:22.329 INFO [incorp-manifest] task succeeded (5.071672347s)
25712026-09-02T23:39:23.445ZSep 02 23:39:22.329 INFO [incorp-fmt] running: pkgfmt -u -f v2 /work/incorporation.p5m
25722026-09-02T23:39:23.536Z[ omicron-package] Compiling backon v1.6.0
25732026-09-02T23:39:23.607Z[ omicron-package] Compiling password-hash v0.5.0
25742026-09-02T23:39:23.640Z[ omicron-package] Compiling dropshot_endpoint v0.17.1
25752026-09-02T23:39:23.675ZSep 02 23:39:22.560 INFO [incorp-fmt] process exited with exit status: 0 (230.725773ms)
25762026-09-02T23:39:23.678ZSep 02 23:39:22.562 INFO [incorp-pkgsend] running: pkgsend publish -s /work/incorporation /work/incorporation.p5m
25772026-09-02T23:39:23.757Z[ omicron-package] Compiling blake2 v0.10.6
25782026-09-02T23:39:23.818Z[ omicron-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
25792026-09-02T23:39:23.946Z[ omicron-package] Compiling aead v0.5.2
25802026-09-02T23:39:23.959Z[ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
25812026-09-02T23:39:23.960Z[ omicron-package] Compiling proc-macro-error v1.0.4
25822026-09-02T23:39:23.967Z[ incorp-pkgsend] pkg://helios/consolidation/oxide/omicron-release-incorporation@23.0.0.0,5.11-3.0:20260902T233922Z
25832026-09-02T23:39:23.970Z[ incorp-pkgsend] PUBLISHED
25842026-09-02T23:39:24.013Z[ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
25852026-09-02T23:39:24.016ZSep 02 23:39:22.899 INFO [incorp-pkgsend] process exited with exit status: 0 (338.550096ms)
25862026-09-02T23:39:24.016ZSep 02 23:39:22.899 INFO [helios-incorp] running: pkgrecv -s /work/incorporation -a -d /work/incorporation.p5p -m latest -v '*'
25872026-09-02T23:39:24.022Z[ omicron-package] Compiling hostname v0.4.2
25882026-09-02T23:39:24.026Z[ omicron-package] Compiling instant v0.1.13
25892026-09-02T23:39:24.159Z[ omicron-package] Compiling foreign-types-macros v0.2.3
25902026-09-02T23:39:24.198Z[ omicron-package] Compiling foreign-types-shared v0.3.1
25912026-09-02T23:39:24.224Z[ omicron-package] Compiling illumos-nvpair-sys v0.2.0
25922026-09-02T23:39:24.266Z[ omicron-package] Compiling backoff v0.4.0
25932026-09-02T23:39:24.306Z[ helios-incorp] Retrieving packages for publisher helios ...
25942026-09-02T23:39:24.311Z[ helios-incorp] Retrieving catalog 'helios' ... Done
25952026-09-02T23:39:24.347Z[ omicron-package] Compiling num_enum v0.7.6
25962026-09-02T23:39:24.354Z[ helios-incorp] Retrieving and evaluating 1 package(s)...
25972026-09-02T23:39:24.354Z[ helios-incorp] Fetching manifests: 1/1 100% complete
25982026-09-02T23:39:24.357Z[ helios-incorp] Fetching manifests: 1/1 100% complete
25992026-09-02T23:39:24.357Z[ helios-incorp]
26002026-09-02T23:39:24.357Z[ helios-incorp] Archiving packages ...
26012026-09-02T23:39:24.357Z[ helios-incorp] Packages to add: 1
26022026-09-02T23:39:24.357Z[ helios-incorp] Files to retrieve: 0
26032026-09-02T23:39:24.357Z[ helios-incorp] Estimated transfer size: 0.00 B
26042026-09-02T23:39:24.357Z[ helios-incorp]
26052026-09-02T23:39:24.357Z[ helios-incorp] Packages to archive:
26062026-09-02T23:39:24.357Z[ helios-incorp] consolidation/oxide/omicron-release-incorporation@23.0.0.0,5.11-3.0:20260902T233922Z
26072026-09-02T23:39:24.357Z[ helios-incorp]
26082026-09-02T23:39:24.357Z[ helios-incorp] Archiving: 1/7 items 0.0/0.1MB 0% complete
26092026-09-02T23:39:24.357Z[ helios-incorp] Archiving: Completed 120.69 kB in 0.00 seconds
26102026-09-02T23:39:24.377Z[ omicron-package] Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
26112026-09-02T23:39:24.400Z[ omicron-package] Compiling argon2 v0.5.3
26122026-09-02T23:39:24.421ZSep 02 23:39:23.305 INFO [helios-incorp] process exited with exit status: 0 (405.836583ms)
26132026-09-02T23:39:24.425Z[ omicron-package] Compiling chacha20poly1305 v0.10.1
26142026-09-02T23:39:24.440Z[ omicron-package] Compiling omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds)
26152026-09-02T23:39:24.443Z[ omicron-package] Compiling num_enum_derive v0.5.11
26162026-09-02T23:39:24.539Z[ omicron-package] Compiling progenitor-extras v0.2.0
26172026-09-02T23:39:24.588Z[ omicron-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26182026-09-02T23:39:24.621Z[ omicron-package] Compiling vsss-rs v3.3.4
26192026-09-02T23:39:24.874Z[ omicron-package] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
26202026-09-02T23:39:24.906Z[ omicron-package] Compiling regress v0.10.5
26212026-09-02T23:39:24.934Z[ omicron-package] Compiling foreign-types v0.5.0
26222026-09-02T23:39:24.976Z[ omicron-package] Compiling parse-display v0.10.0
26232026-09-02T23:39:25.040Z[ omicron-package] Compiling itertools v0.14.0
26242026-09-02T23:39:25.068Z[ omicron-package] Compiling tabwriter v1.4.1
26252026-09-02T23:39:25.108Z[ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
26262026-09-02T23:39:25.154Z[ omicron-package] Compiling cstr-argument v0.1.2
26272026-09-02T23:39:25.175Z[ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
26282026-09-02T23:39:25.243Z[ omicron-package] Compiling humantime v2.3.0
26292026-09-02T23:39:25.274Z[ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
26302026-09-02T23:39:25.367Z[ omicron-package] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
26312026-09-02T23:39:25.408Z[ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
26322026-09-02T23:39:25.526Z[ omicron-package] Compiling num_enum v0.5.11
26332026-09-02T23:39:25.570Z[ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
26342026-09-02T23:39:25.643Z[ omicron-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
26352026-09-02T23:39:25.705Z[ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
26362026-09-02T23:39:25.731Z[ omicron-package] Compiling rayon v1.11.0
26372026-09-02T23:39:25.782Z[ omicron-package] Compiling rand v0.10.1
26382026-09-02T23:39:25.824Z[ omicron-package] Compiling ingot-types v0.2.0
26392026-09-02T23:39:25.842Z[ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
26402026-09-02T23:39:25.862Z[ omicron-package] Compiling libefi-sys v0.1.0
26412026-09-02T23:39:25.862Z[ omicron-package] Compiling colored v3.1.1
26422026-09-02T23:39:25.944Z[ omicron-package] Compiling zone_cfg_derive v0.3.1
26432026-09-02T23:39:25.953Z[ omicron-package] Compiling illumos-nvpair v0.3.0
26442026-09-02T23:39:25.953Z[ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
26452026-09-02T23:39:26.114Z[ omicron-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
26462026-09-02T23:39:26.304Z[ omicron-package] Compiling ingot v0.2.1
26472026-09-02T23:39:26.350Z[ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
26482026-09-02T23:39:26.384Z[ omicron-package] Compiling itertools v0.12.1
26492026-09-02T23:39:26.387Z[ omicron-package] Compiling usdt-macro v0.5.0
26502026-09-02T23:39:26.420Z[ omicron-package] Compiling usdt-attr-macro v0.5.0
26512026-09-02T23:39:26.454Z[ omicron-package] Compiling memmap v0.7.0
26522026-09-02T23:39:26.637Z[ omicron-package] Compiling sigpipe v0.1.3
26532026-09-02T23:39:26.675Z[ omicron-package] Compiling bitfield-struct v0.6.2
26542026-09-02T23:39:26.707Z[ omicron-package] Compiling num-derive v0.4.2
26552026-09-02T23:39:26.707Z[ omicron-package] Compiling swrite v0.1.0
26562026-09-02T23:39:26.776Z[ omicron-package] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
26572026-09-02T23:39:26.832Z[ omicron-package] Compiling glob v0.3.3
26582026-09-02T23:39:26.915Z[ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
26592026-09-02T23:39:26.970Z[ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
26602026-09-02T23:39:27.321Z[ omicron-package] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
26612026-09-02T23:39:27.370Z[ omicron-package] Compiling usdt v0.5.0
26622026-09-02T23:39:27.440Z[ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26632026-09-02T23:39:27.513Z[ omicron-package] Compiling smf v0.2.3
26642026-09-02T23:39:27.542Z[ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26652026-09-02T23:39:27.559Z[ omicron-package] Compiling whoami v1.6.1
26662026-09-02T23:39:27.590Z[ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
26672026-09-02T23:39:27.642Z[ omicron-package] Compiling tokio-dtrace v0.1.1
26682026-09-02T23:39:27.677Z[ omicron-package] Compiling gethostname v0.5.0
26692026-09-02T23:39:27.709Z[ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
26702026-09-02T23:39:27.800Z[ omicron-package] Compiling zone v0.3.1
26712026-09-02T23:39:27.832Z[ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26722026-09-02T23:39:27.868Z[ omicron-package] Compiling console v0.16.2
26732026-09-02T23:39:27.902Z[ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26742026-09-02T23:39:28.045Z[ omicron-package] Compiling unit-prefix v0.5.2
26752026-09-02T23:39:28.145Z[ omicron-package] Compiling oxide-tokio-rt v0.1.4
26762026-09-02T23:39:28.347Z[ omicron-package] Compiling indicatif v0.18.4
26772026-09-02T23:39:28.659Z[ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
26782026-09-02T23:39:29.556Z[ omicron-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
26792026-09-02T23:39:30.046Z[ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
26802026-09-02T23:39:31.273Z[ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
26812026-09-02T23:39:32.801Z[ omicron-package] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
26822026-09-02T23:39:33.193Z[ helios-setup] Sep 02 23:39:32.077 INFO helios repository root is: /work/oxidecomputer/helios
26832026-09-02T23:39:33.196Z[ helios-setup] Sep 02 23:39:32.078 INFO project amd-firmware: Project { github: Some("oxidecomputer/amd-firmware"), url: None, auto_update: true, rev: None, use_ssh: true, site_sh: false, cargo_build: false, use_debug: false, cargo_toolchain: false, unless_env: Some("OXIDE_STAFF"), fixup: [] }, project: amd-firmware
26842026-09-02T23:39:33.197Z[ helios-setup] Sep 02 23:39:32.078 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware
26852026-09-02T23:39:33.197Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'...
26862026-09-02T23:39:34.764ZSep 02 23:39:33.649 INFO [hubris-staging] task succeeded (16.391530223s)
26872026-09-02T23:39:42.448Z[ omicron-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
26882026-09-02T23:39:43.465Z[ helios-setup] Sep 02 23:39:42.350 INFO clone ok!, project: amd-firmware
26892026-09-02T23:39:43.468Z[ helios-setup] Sep 02 23:39:42.350 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
26902026-09-02T23:39:43.468Z[ helios-setup] Sep 02 23:39:42.350 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick
26912026-09-02T23:39:43.468Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'...
26922026-09-02T23:39:43.941Z[ helios-setup] Sep 02 23:39:42.826 INFO clone ok!, project: pinprick
26932026-09-02T23:39:43.941Z[ helios-setup] Sep 02 23:39:42.826 INFO project chelsio-t6-roms: Project { github: Some("oxidecomputer/chelsio-t6-roms"), url: None, auto_update: true, rev: None, use_ssh: true, site_sh: false, cargo_build: false, use_debug: false, cargo_toolchain: false, unless_env: Some("OXIDE_STAFF"), fixup: [] }, project: chelsio-t6-roms
26942026-09-02T23:39:43.944Z[ helios-setup] Sep 02 23:39:42.826 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms
26952026-09-02T23:39:43.944Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'...
26962026-09-02T23:39:44.747Z[ helios-setup] Sep 02 23:39:43.632 INFO clone ok!, project: chelsio-t6-roms
26972026-09-02T23:39:44.747Z[ helios-setup] Sep 02 23:39:43.632 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
26982026-09-02T23:39:44.751Z[ helios-setup] Sep 02 23:39:43.632 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot
26992026-09-02T23:39:44.751Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'...
27002026-09-02T23:39:45.515Z[ helios-setup] Sep 02 23:39:44.399 INFO clone ok!, project: pilot
27012026-09-02T23:39:45.519Z[ helios-setup] Sep 02 23:39:44.400 INFO project phbl: Project { github: Some("oxidecomputer/phbl"), url: None, auto_update: true, rev: None, use_ssh: false, site_sh: false, cargo_build: false, use_debug: false, cargo_toolchain: true, unless_env: None, fixup: [] }, project: phbl
27022026-09-02T23:39:45.519Z[ helios-setup] Sep 02 23:39:44.400 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl
27032026-09-02T23:39:45.519Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'...
27042026-09-02T23:39:45.554Z[ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
27052026-09-02T23:39:46.074Z[ helios-setup] Sep 02 23:39:44.958 INFO clone ok!, project: phbl
27062026-09-02T23:39:46.074Z[ helios-setup] Sep 02 23:39:44.958 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
27072026-09-02T23:39:46.078Z[ helios-setup] Sep 02 23:39:44.958 INFO cloning git@github.com:oxidecomputer/dmar-report.git at "/work/oxidecomputer/helios/projects/dmar-report"..., project: dmar-report
27082026-09-02T23:39:46.078Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/dmar-report'...
27092026-09-02T23:39:46.539Z[ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
27102026-09-02T23:39:46.727Z[ helios-setup] Sep 02 23:39:45.612 INFO clone ok!, project: dmar-report
27112026-09-02T23:39:46.730Z[ helios-setup] Sep 02 23:39:45.612 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
27122026-09-02T23:39:46.730Z[ helios-setup] Sep 02 23:39:45.612 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver
27132026-09-02T23:39:46.730Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'...
27142026-09-02T23:39:47.259Z[ helios-setup] Sep 02 23:39:46.143 INFO clone ok!, project: bootserver
27152026-09-02T23:39:47.259Z[ helios-setup] Sep 02 23:39:46.143 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no"
27162026-09-02T23:39:47.259Z[ helios-setup] Sep 02 23:39:46.143 INFO skipping project "illumos" because "BUILD_OS" is set to "no"
27172026-09-02T23:39:47.263Z[ helios-setup] Sep 02 23:39:46.143 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no"
27182026-09-02T23:39:47.263Z[ helios-setup] Sep 02 23:39:46.143 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
27192026-09-02T23:39:47.263Z[ helios-setup] Sep 02 23:39:46.143 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder
27202026-09-02T23:39:47.263Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'...
27212026-09-02T23:39:47.761Z[ helios-setup] Sep 02 23:39:46.645 INFO clone ok!, project: image-builder
27222026-09-02T23:39:47.764Z[ helios-setup] Sep 02 23:39:46.645 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
27232026-09-02T23:39:47.764Z[ helios-setup] Sep 02 23:39:46.645 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
27242026-09-02T23:39:47.765Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'...
27252026-09-02T23:39:48.778Z[ helios-setup] Sep 02 23:39:47.558 INFO clone ok!, project: amd-host-image-builder
27262026-09-02T23:39:48.816Z[ helios-setup] Sep 02 23:39:47.558 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None
27272026-09-02T23:39:48.890Z[ helios-setup] Sep 02 23:39:47.772 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios"], pwd: None
27282026-09-02T23:39:49.101Z[ helios-setup] Sep 02 23:39:47.986 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios created
27292026-09-02T23:39:49.102Z[ helios-setup] Sep 02 23:39:47.986 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None
27302026-09-02T23:39:49.369Z[ helios-setup] Sep 02 23:39:48.219 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios"], pwd: None
27312026-09-02T23:39:49.587Z[ helios-setup] Sep 02 23:39:48.471 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios created
27322026-09-02T23:39:49.587Z[ helios-setup] Sep 02 23:39:48.471 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None
27332026-09-02T23:39:49.823Z[ helios-setup] Sep 02 23:39:48.707 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios"], pwd: None
27342026-09-02T23:39:50.059Z[ helios-setup] Sep 02 23:39:48.942 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios created
27352026-09-02T23:39:50.059Z[ helios-setup] Sep 02 23:39:48.942 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist
27362026-09-02T23:39:50.062Z[ helios-setup] Sep 02 23:39:48.942 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ...
27372026-09-02T23:39:50.063Z[ helios-setup] Sep 02 23:39:48.942 INFO ok!
27382026-09-02T23:39:50.063Z[ helios-setup] Sep 02 23:39:48.942 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist
27392026-09-02T23:39:50.063Z[ helios-setup] Sep 02 23:39:48.942 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ...
27402026-09-02T23:39:50.063Z[ helios-setup] Sep 02 23:39:48.942 INFO ok!
27412026-09-02T23:39:50.063Z[ helios-setup] Sep 02 23:39:48.942 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist
27422026-09-02T23:39:50.063Z[ helios-setup] Sep 02 23:39:48.942 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ...
27432026-09-02T23:39:50.063Z[ helios-setup] Sep 02 23:39:48.942 INFO ok!
27442026-09-02T23:39:50.063Z[ helios-setup] Sep 02 23:39:48.942 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/pinprick"
27452026-09-02T23:39:50.067Z[ helios-setup] Sep 02 23:39:48.949 INFO rust toolchain for "/work/oxidecomputer/helios/projects/pinprick": "1.97.1-x86_64-unknown-illumos (default)"
27462026-09-02T23:39:50.067Z[ helios-setup] Sep 02 23:39:48.949 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick
27472026-09-02T23:39:50.067Z[ helios-setup] Sep 02 23:39:48.949 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick")
27482026-09-02T23:39:50.183Z[ helios-setup] Sep 02 23:39:49.066 INFO E| Downloading crates ...
27492026-09-02T23:39:50.231Z[ helios-setup] Sep 02 23:39:49.115 INFO E| Downloaded miniz_oxide v0.8.8
27502026-09-02T23:39:50.235Z[ helios-setup] Sep 02 23:39:49.117 INFO E| Downloaded adler2 v2.0.0
27512026-09-02T23:39:50.256Z[ helios-setup] Sep 02 23:39:49.141 INFO E| Compiling adler2 v2.0.0
27522026-09-02T23:39:50.323Z[ helios-setup] Sep 02 23:39:49.208 INFO E| Compiling miniz_oxide v0.8.8
27532026-09-02T23:39:51.130Z[ helios-setup] Sep 02 23:39:50.014 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick)
27542026-09-02T23:39:51.595Z[ helios-setup] Sep 02 23:39:50.479 INFO E| Finished `release` profile [optimized] target(s) in 1.52s
27552026-09-02T23:39:51.603Z[ helios-setup] Sep 02 23:39:50.488 INFO building project "pinprick" ok (1 seconds)
27562026-09-02T23:39:51.603Z[ helios-setup] Sep 02 23:39:50.488 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/pilot"
27572026-09-02T23:39:51.610Z[ helios-setup] Sep 02 23:39:50.495 INFO rust toolchain for "/work/oxidecomputer/helios/projects/pilot": "1.97.1-x86_64-unknown-illumos (default)"
27582026-09-02T23:39:51.610Z[ helios-setup] Sep 02 23:39:50.495 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot
27592026-09-02T23:39:51.613Z[ helios-setup] Sep 02 23:39:50.495 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot")
27602026-09-02T23:39:51.693Z[ helios-setup] Sep 02 23:39:50.577 INFO E| Updating git repository `https://github.com/jclulow/hiercmd`
27612026-09-02T23:39:52.001Z[ helios-setup] Sep 02 23:39:50.886 INFO E| From https://github.com/jclulow/hiercmd
27622026-09-02T23:39:52.001Z[ helios-setup] Sep 02 23:39:50.886 INFO E| * [new ref] 8eed23a01e9472183e9278ff456ba2f91e52b0ee -> refs/commit/8eed23a01e9472183e9278ff456ba2f91e52b0ee
27632026-09-02T23:39:52.024Z[ helios-setup] Sep 02 23:39:50.908 INFO E| Updating git repository `https://github.com/oxidecomputer/network-interface`
27642026-09-02T23:39:52.425Z[ helios-setup] Sep 02 23:39:51.208 INFO E| From https://github.com/oxidecomputer/network-interface
27652026-09-02T23:39:52.425Z[ helios-setup] Sep 02 23:39:51.208 INFO E| * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
27662026-09-02T23:39:52.437Z[ helios-setup] Sep 02 23:39:51.218 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git`
27672026-09-02T23:39:52.628Z[ helios-setup] Sep 02 23:39:51.513 INFO E| From https://github.com/oxidecomputer/boot-image-tools
27682026-09-02T23:39:52.628Z[ helios-setup] Sep 02 23:39:51.513 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff
27692026-09-02T23:39:52.645Z[ helios-setup] Sep 02 23:39:51.530 INFO E| Updating crates.io index
27702026-09-02T23:39:52.714Z[ helios-setup] Sep 02 23:39:51.598 INFO E| Downloading crates ...
27712026-09-02T23:39:52.771Z[ helios-setup] Sep 02 23:39:51.656 INFO E| Downloaded anstyle v1.0.13
27722026-09-02T23:39:52.774Z[ helios-setup] Sep 02 23:39:51.658 INFO E| Downloaded base64ct v1.8.0
27732026-09-02T23:39:52.778Z[ helios-setup] Sep 02 23:39:51.661 INFO E| Downloaded anyhow v1.0.100
27742026-09-02T23:39:52.781Z[ helios-setup] Sep 02 23:39:51.663 INFO E| Downloaded anstyle-query v1.1.4
27752026-09-02T23:39:52.782Z[ helios-setup] Sep 02 23:39:51.663 INFO E| Downloaded bitfield v0.19.3
27762026-09-02T23:39:52.796Z[ helios-setup] Sep 02 23:39:51.681 INFO E| Downloaded env_filter v0.1.4
27772026-09-02T23:39:52.799Z[ helios-setup] Sep 02 23:39:51.682 INFO E| Downloaded futures-task v0.3.31
27782026-09-02T23:39:52.799Z[ helios-setup] Sep 02 23:39:51.683 INFO E| Downloaded futures-sink v0.3.31
27792026-09-02T23:39:52.799Z[ helios-setup] Sep 02 23:39:51.683 INFO E| Downloaded clap_lex v0.7.6
27802026-09-02T23:39:52.799Z[ helios-setup] Sep 02 23:39:51.684 INFO E| Downloaded libdevinfo-sys v1.1.0
27812026-09-02T23:39:52.818Z[ helios-setup] Sep 02 23:39:51.703 INFO E| Downloaded crc v3.3.0
27822026-09-02T23:39:52.820Z[ helios-setup] Sep 02 23:39:51.704 INFO E| Downloaded find-msvc-tools v0.1.4
27832026-09-02T23:39:52.821Z[ helios-setup] Sep 02 23:39:51.705 INFO E| Downloaded quote v1.0.41
27842026-09-02T23:39:52.824Z[ helios-setup] Sep 02 23:39:51.707 INFO E| Downloaded futures-macro v0.3.31
27852026-09-02T23:39:52.824Z[ helios-setup] Sep 02 23:39:51.707 INFO E| Downloaded devinfo v0.1.0
27862026-09-02T23:39:52.824Z[ helios-setup] Sep 02 23:39:51.708 INFO E| Downloaded time-core v0.1.6
27872026-09-02T23:39:52.827Z[ helios-setup] Sep 02 23:39:51.712 INFO E| Downloaded itoa v1.0.15
27882026-09-02T23:39:52.832Z[ helios-setup] Sep 02 23:39:51.713 INFO E| Downloaded pin-utils v0.1.0
27892026-09-02T23:39:52.832Z[ helios-setup] Sep 02 23:39:51.715 INFO E| Downloaded simd-adler32 v0.3.7
27902026-09-02T23:39:52.832Z[ helios-setup] Sep 02 23:39:51.716 INFO E| Downloaded bitfield-macros v0.19.3
27912026-09-02T23:39:52.832Z[ helios-setup] Sep 02 23:39:51.716 INFO E| Downloaded futures-core v0.3.31
27922026-09-02T23:39:52.846Z[ helios-setup] Sep 02 23:39:51.731 INFO E| Downloaded deranged v0.5.5
27932026-09-02T23:39:52.849Z[ helios-setup] Sep 02 23:39:51.733 INFO E| Downloaded num_enum v0.7.5
27942026-09-02T23:39:52.852Z[ helios-setup] Sep 02 23:39:51.736 INFO E| Downloaded num_enum_derive v0.7.5
27952026-09-02T23:39:52.853Z[ helios-setup] Sep 02 23:39:51.737 INFO E| Downloaded pin-project-lite v0.2.16
27962026-09-02T23:39:52.856Z[ helios-setup] Sep 02 23:39:51.741 INFO E| Downloaded futures-channel v0.3.31
27972026-09-02T23:39:52.859Z[ helios-setup] Sep 02 23:39:51.742 INFO E| Downloaded getopts v0.2.24
27982026-09-02T23:39:52.859Z[ helios-setup] Sep 02 23:39:51.743 INFO E| Downloaded serde_spanned v1.0.3
27992026-09-02T23:39:52.871Z[ helios-setup] Sep 02 23:39:51.755 INFO E| Downloaded futures-executor v0.3.31
28002026-09-02T23:39:52.877Z[ helios-setup] Sep 02 23:39:51.757 INFO E| Downloaded clap_derive v4.5.49
28012026-09-02T23:39:52.877Z[ helios-setup] Sep 02 23:39:51.758 INFO E| Downloaded zeroize_derive v1.4.2
28022026-09-02T23:39:52.924Z[ helios-setup] Sep 02 23:39:51.808 INFO E| Downloaded futures-io v0.3.31
28032026-09-02T23:39:52.927Z[ helios-setup] Sep 02 23:39:51.810 INFO E| Downloaded generic-array v0.14.9
28042026-09-02T23:39:52.927Z[ helios-setup] Sep 02 23:39:51.810 INFO E| Downloaded thiserror v2.0.17
28052026-09-02T23:39:52.930Z[ helios-setup] Sep 02 23:39:51.814 INFO E| Downloaded signal-hook-registry v1.4.6
28062026-09-02T23:39:52.930Z[ helios-setup] Sep 02 23:39:51.815 INFO E| Downloaded bitflags v2.10.0
28072026-09-02T23:39:52.934Z[ helios-setup] Sep 02 23:39:51.818 INFO E| Downloaded zeroize v1.8.2
28082026-09-02T23:39:52.938Z[ helios-setup] Sep 02 23:39:51.818 INFO E| Downloaded iana-time-zone v0.1.64
28092026-09-02T23:39:52.938Z[ helios-setup] Sep 02 23:39:51.820 INFO E| Downloaded toml_datetime v0.7.3
28102026-09-02T23:39:52.938Z[ helios-setup] Sep 02 23:39:51.821 INFO E| Downloaded tokio-macros v2.6.0
28112026-09-02T23:39:52.938Z[ helios-setup] Sep 02 23:39:51.822 INFO E| Downloaded thiserror-impl v2.0.17
28122026-09-02T23:39:52.938Z[ helios-setup] Sep 02 23:39:51.823 INFO E| Downloaded futures v0.3.31
28132026-09-02T23:39:52.942Z[ helios-setup] Sep 02 23:39:51.825 INFO E| Downloaded slab v0.4.11
28142026-09-02T23:39:52.942Z[ helios-setup] Sep 02 23:39:51.826 INFO E| Downloaded toml_writer v1.0.4
28152026-09-02T23:39:52.942Z[ helios-setup] Sep 02 23:39:51.827 INFO E| Downloaded time-macros v0.2.24
28162026-09-02T23:39:52.945Z[ helios-setup] Sep 02 23:39:51.828 INFO E| Downloaded clap v4.5.51
28172026-09-02T23:39:52.950Z[ helios-setup] Sep 02 23:39:51.835 INFO E| Downloaded toml_parser v1.0.4
28182026-09-02T23:39:52.953Z[ helios-setup] Sep 02 23:39:51.837 INFO E| Downloaded ryu v1.0.20
28192026-09-02T23:39:52.957Z[ helios-setup] Sep 02 23:39:51.839 INFO E| Downloaded env_logger v0.11.8
28202026-09-02T23:39:52.957Z[ helios-setup] Sep 02 23:39:51.841 INFO E| Downloaded term v1.2.0
28212026-09-02T23:39:52.960Z[ helios-setup] Sep 02 23:39:51.843 INFO E| Downloaded proc-macro2 v1.0.103
28222026-09-02T23:39:52.963Z[ helios-setup] Sep 02 23:39:51.845 INFO E| Downloaded getrandom v0.2.16
28232026-09-02T23:39:52.963Z[ helios-setup] Sep 02 23:39:51.847 INFO E| Downloaded log v0.4.28
28242026-09-02T23:39:52.967Z[ helios-setup] Sep 02 23:39:51.848 INFO E| Downloaded unicode-ident v1.0.22
28252026-09-02T23:39:52.967Z[ helios-setup] Sep 02 23:39:51.851 INFO E| Downloaded bytes v1.10.1
28262026-09-02T23:39:52.994Z[ helios-setup] Sep 02 23:39:51.878 INFO E| Downloaded socket2 v0.6.1
28272026-09-02T23:39:52.996Z[ helios-setup] Sep 02 23:39:51.879 INFO E| Downloaded toml_edit v0.23.7
28282026-09-02T23:39:52.999Z[ helios-setup] Sep 02 23:39:51.882 INFO E| Downloaded uuid v1.18.1
28292026-09-02T23:39:52.999Z[ helios-setup] Sep 02 23:39:51.884 INFO E| Downloaded flate2 v1.1.5
28302026-09-02T23:39:53.005Z[ helios-setup] Sep 02 23:39:51.890 INFO E| Downloaded typenum v1.19.0
28312026-09-02T23:39:53.033Z[ helios-setup] Sep 02 23:39:51.918 INFO E| Downloaded toml v0.9.8
28322026-09-02T23:39:53.036Z[ helios-setup] Sep 02 23:39:51.921 INFO E| Downloaded rsa v0.9.8
28332026-09-02T23:39:53.056Z[ helios-setup] Sep 02 23:39:51.940 INFO E| Downloaded indexmap v2.12.0
28342026-09-02T23:39:53.121Z[ helios-setup] Sep 02 23:39:51.943 INFO E| Downloaded mio v1.1.0
28352026-09-02T23:39:53.127Z[ helios-setup] Sep 02 23:39:51.947 INFO E| Downloaded zerocopy-derive v0.8.27
28362026-09-02T23:39:53.127Z[ helios-setup] Sep 02 23:39:51.951 INFO E| Downloaded cc v1.2.44
28372026-09-02T23:39:53.127Z[ helios-setup] Sep 02 23:39:51.953 INFO E| Downloaded iddqd v0.3.14
28382026-09-02T23:39:53.127Z[ helios-setup] Sep 02 23:39:51.957 INFO E| Downloaded rand v0.8.5
28392026-09-02T23:39:53.127Z[ helios-setup] Sep 02 23:39:51.959 INFO E| Downloaded memchr v2.7.6
28402026-09-02T23:39:53.157Z[ helios-setup] Sep 02 23:39:52.041 INFO E| Downloaded hashbrown v0.16.0
28412026-09-02T23:39:53.162Z[ helios-setup] Sep 02 23:39:52.044 INFO E| Downloaded num-bigint-dig v0.8.4
28422026-09-02T23:39:53.167Z[ helios-setup] Sep 02 23:39:52.052 INFO E| Downloaded time v0.3.44
28432026-09-02T23:39:53.172Z[ helios-setup] Sep 02 23:39:52.056 INFO E| Downloaded serde_json v1.0.145
28442026-09-02T23:39:53.175Z[ helios-setup] Sep 02 23:39:52.060 INFO E| Downloaded futures-util v0.3.31
28452026-09-02T23:39:53.182Z[ helios-setup] Sep 02 23:39:52.067 INFO E| Downloaded libm v0.2.15
28462026-09-02T23:39:53.187Z[ helios-setup] Sep 02 23:39:52.072 INFO E| Downloaded clap_builder v4.5.51
28472026-09-02T23:39:53.191Z[ helios-setup] Sep 02 23:39:52.076 INFO E| Downloaded winnow v0.7.13
28482026-09-02T23:39:53.198Z[ helios-setup] Sep 02 23:39:52.081 INFO E| Downloaded unicode-width v0.2.2
28492026-09-02T23:39:53.202Z[ helios-setup] Sep 02 23:39:52.086 INFO E| Downloaded zerocopy v0.8.27
28502026-09-02T23:39:53.215Z[ helios-setup] Sep 02 23:39:52.099 INFO E| Downloaded chrono v0.4.42
28512026-09-02T23:39:53.230Z[ helios-setup] Sep 02 23:39:52.114 INFO E| Downloaded syn v2.0.108
28522026-09-02T23:39:53.254Z[ helios-setup] Sep 02 23:39:52.139 INFO E| Downloaded rustix v1.1.2
28532026-09-02T23:39:53.298Z[ helios-setup] Sep 02 23:39:52.183 INFO E| Downloaded libc v0.2.177
28542026-09-02T23:39:53.330Z[ helios-setup] Sep 02 23:39:52.215 INFO E| Downloaded tokio v1.48.0
28552026-09-02T23:39:53.438Z[ helios-setup] Sep 02 23:39:52.322 INFO E| Compiling proc-macro2 v1.0.103
28562026-09-02T23:39:53.438Z[ helios-setup] Sep 02 23:39:52.322 INFO E| Compiling quote v1.0.41
28572026-09-02T23:39:53.438Z[ helios-setup] Sep 02 23:39:52.322 INFO E| Compiling unicode-ident v1.0.22
28582026-09-02T23:39:53.442Z[ helios-setup] Sep 02 23:39:52.322 INFO E| Compiling libc v0.2.177
28592026-09-02T23:39:53.442Z[ helios-setup] Sep 02 23:39:52.322 INFO E| Compiling serde_core v1.0.228
28602026-09-02T23:39:53.442Z[ helios-setup] Sep 02 23:39:52.322 INFO E| Compiling cfg-if v1.0.4
28612026-09-02T23:39:53.442Z[ helios-setup] Sep 02 23:39:52.322 INFO E| Compiling serde v1.0.228
28622026-09-02T23:39:53.442Z[ helios-setup] Sep 02 23:39:52.322 INFO E| Compiling version_check v0.9.5
28632026-09-02T23:39:53.442Z[ helios-setup] Sep 02 23:39:52.322 INFO E| Compiling autocfg v1.5.0
28642026-09-02T23:39:53.442Z[ helios-setup] Sep 02 23:39:52.322 INFO E| Compiling const-oid v0.9.6
28652026-09-02T23:39:53.442Z[ helios-setup] Sep 02 23:39:52.322 INFO E| Compiling typenum v1.19.0
28662026-09-02T23:39:53.442Z[ helios-setup] Sep 02 23:39:52.322 INFO E| Compiling libm v0.2.15
28672026-09-02T23:39:53.442Z[ helios-setup] Sep 02 23:39:52.322 INFO E| Compiling zerocopy v0.8.27
28682026-09-02T23:39:53.443Z[ helios-setup] Sep 02 23:39:52.322 INFO E| Compiling rustversion v1.0.22
28692026-09-02T23:39:53.443Z[ helios-setup] Sep 02 23:39:52.322 INFO E| Compiling smallvec v1.15.1
28702026-09-02T23:39:53.443Z[ helios-setup] Sep 02 23:39:52.322 INFO E| Compiling zeroize v1.8.2
28712026-09-02T23:39:54.184Z[ helios-setup] Sep 02 23:39:53.068 INFO E| Compiling num-traits v0.2.19
28722026-09-02T23:39:54.196Z[ helios-setup] Sep 02 23:39:53.081 INFO E| Compiling base64ct v1.8.0
28732026-09-02T23:39:54.269Z[ helios-setup] Sep 02 23:39:53.150 INFO E| Compiling hashbrown v0.16.0
28742026-09-02T23:39:54.290Z[ helios-setup] Sep 02 23:39:53.173 INFO E| Compiling flagset v0.4.7
28752026-09-02T23:39:54.370Z[ helios-setup] Sep 02 23:39:53.176 INFO E| Compiling crc32fast v1.5.0
28762026-09-02T23:39:54.569Z[ helios-setup] Sep 02 23:39:53.440 INFO E| Compiling memchr v2.7.6
28772026-09-02T23:39:54.580Z[ helios-setup] Sep 02 23:39:53.458 INFO E| Compiling anyhow v1.0.100
28782026-09-02T23:39:54.611Z[ helios-setup] Sep 02 23:39:53.495 INFO E| Compiling byteorder v1.5.0
28792026-09-02T23:39:54.697Z[ helios-setup] Sep 02 23:39:53.581 INFO E| Compiling generic-array v0.14.9
28802026-09-02T23:39:54.738Z[ helios-setup] Sep 02 23:39:53.622 INFO E| Compiling pem-rfc7468 v0.7.0
28812026-09-02T23:39:54.752Z[ helios-setup] Sep 02 23:39:53.636 INFO E| Compiling utf8parse v0.2.2
28822026-09-02T23:39:54.868Z[ helios-setup] Sep 02 23:39:53.753 INFO E| Compiling equivalent v1.0.2
28832026-09-02T23:39:54.958Z[ helios-setup] Sep 02 23:39:53.842 INFO E| Compiling rustix v1.1.2
28842026-09-02T23:39:55.075Z[ helios-setup] Sep 02 23:39:53.960 INFO E| Compiling winnow v0.7.13
28852026-09-02T23:39:55.213Z[ helios-setup] Sep 02 23:39:54.096 INFO E| Compiling anstyle-parse v0.2.7
28862026-09-02T23:39:55.239Z[ helios-setup] Sep 02 23:39:54.123 INFO E| Compiling is_terminal_polyfill v1.70.2
28872026-09-02T23:39:55.379Z[ helios-setup] Sep 02 23:39:54.263 INFO E| Compiling indexmap v2.12.0
28882026-09-02T23:39:55.481Z[ helios-setup] Sep 02 23:39:54.365 INFO E| Compiling radium v0.7.0
28892026-09-02T23:39:55.544Z[ helios-setup] Sep 02 23:39:54.428 INFO E| Compiling anstyle v1.0.13
28902026-09-02T23:39:55.571Z[ helios-setup] Sep 02 23:39:54.456 INFO E| Compiling anstyle-query v1.1.4
28912026-09-02T23:39:55.658Z[ helios-setup] Sep 02 23:39:54.542 INFO E| Compiling syn v1.0.109
28922026-09-02T23:39:55.673Z[ helios-setup] Sep 02 23:39:54.558 INFO E| Compiling colorchoice v1.0.4
28932026-09-02T23:39:55.692Z[ helios-setup] Sep 02 23:39:54.576 INFO E| Compiling allocator-api2 v0.2.21
28942026-09-02T23:39:55.780Z[ helios-setup] Sep 02 23:39:54.665 INFO E| Compiling cpufeatures v0.2.17
28952026-09-02T23:39:55.799Z[ helios-setup] Sep 02 23:39:54.684 INFO E| Compiling toml_datetime v0.7.3
28962026-09-02T23:39:56.109Z[ helios-setup] Sep 02 23:39:54.993 INFO E| Compiling syn v2.0.108
28972026-09-02T23:39:56.125Z[ helios-setup] Sep 02 23:39:55.009 INFO E| Compiling getrandom v0.2.16
28982026-09-02T23:39:56.194Z[ helios-setup] Sep 02 23:39:55.079 INFO E| Compiling errno v0.3.14
28992026-09-02T23:39:56.244Z[ helios-setup] Sep 02 23:39:55.129 INFO E| Compiling find-msvc-tools v0.1.4
29002026-09-02T23:39:56.255Z[ helios-setup] Sep 02 23:39:55.139 INFO E| Compiling shlex v1.3.0
29012026-09-02T23:39:56.319Z[ helios-setup] Sep 02 23:39:55.203 INFO E| Compiling slog v2.8.2
29022026-09-02T23:39:56.335Z[ helios-setup] Sep 02 23:39:55.215 INFO E| Compiling rand_core v0.6.4
29032026-09-02T23:39:56.407Z[ helios-setup] Sep 02 23:39:55.291 INFO E| Compiling anstream v0.6.21
29042026-09-02T23:39:56.551Z[ helios-setup] Sep 02 23:39:55.435 INFO E| Compiling cc v1.2.44
29052026-09-02T23:39:56.554Z[ helios-setup] Sep 02 23:39:55.435 INFO E| Compiling parking_lot_core v0.9.12
29062026-09-02T23:39:56.711Z[ helios-setup] Sep 02 23:39:55.594 INFO E| Compiling block-buffer v0.10.4
29072026-09-02T23:39:56.830Z[ helios-setup] Sep 02 23:39:55.714 INFO E| Compiling crypto-common v0.1.6
29082026-09-02T23:39:56.983Z[ helios-setup] Sep 02 23:39:55.867 INFO E| Compiling digest v0.10.7
29092026-09-02T23:39:56.990Z[ helios-setup] Sep 02 23:39:55.874 INFO E| Compiling unicode-width v0.2.2
29102026-09-02T23:39:57.059Z[ helios-setup] Sep 02 23:39:55.943 INFO E| Compiling pin-project-lite v0.2.16
29112026-09-02T23:39:57.112Z[ helios-setup] Sep 02 23:39:55.993 INFO E| Compiling futures-core v0.3.31
29122026-09-02T23:39:57.158Z[ helios-setup] Sep 02 23:39:56.042 INFO E| Compiling futures-sink v0.3.31
29132026-09-02T23:39:57.187Z[ helios-setup] Sep 02 23:39:56.071 INFO E| Compiling maybe-uninit v2.0.0
29142026-09-02T23:39:57.205Z[ helios-setup] Sep 02 23:39:56.089 INFO E| Compiling tap v1.0.1
29152026-09-02T23:39:57.236Z[ helios-setup] Sep 02 23:39:56.120 INFO E| Compiling pkg-config v0.3.32
29162026-09-02T23:39:57.346Z[ helios-setup] Sep 02 23:39:56.230 INFO E| Compiling sha2 v0.10.9
29172026-09-02T23:39:57.360Z[ helios-setup] Sep 02 23:39:56.244 INFO E| Compiling wyz v0.5.1
29182026-09-02T23:39:57.369Z[ helios-setup] Sep 02 23:39:56.252 INFO E| Compiling futures-channel v0.3.31
29192026-09-02T23:39:57.400Z[ helios-setup] Sep 02 23:39:56.284 INFO E| Compiling num-integer v0.1.46
29202026-09-02T23:39:57.650Z[ helios-setup] Sep 02 23:39:56.535 INFO E| Compiling getopts v0.2.24
29212026-09-02T23:39:57.706Z[ helios-setup] Sep 02 23:39:56.589 INFO E| Compiling ahash v0.8.12
29222026-09-02T23:39:57.753Z[ helios-setup] Sep 02 23:39:56.637 INFO E| Compiling pin-utils v0.1.0
29232026-09-02T23:39:57.761Z[ helios-setup] Sep 02 23:39:56.646 INFO E| Compiling funty v2.0.0
29242026-09-02T23:39:57.818Z[ helios-setup] Sep 02 23:39:56.702 INFO E| Compiling futures-io v0.3.31
29252026-09-02T23:39:57.834Z[ helios-setup] Sep 02 23:39:56.711 INFO E| Compiling num-conv v0.1.0
29262026-09-02T23:39:57.834Z[ helios-setup] Sep 02 23:39:56.711 INFO E| Compiling spin v0.9.8
29272026-09-02T23:39:57.838Z[ helios-setup] Sep 02 23:39:56.723 INFO E| Compiling futures-task v0.3.31
29282026-09-02T23:39:57.883Z[ helios-setup] Sep 02 23:39:56.767 INFO E| Compiling itoa v1.0.15
29292026-09-02T23:39:58.088Z[ helios-setup] Sep 02 23:39:56.973 INFO E| Compiling powerfmt v0.2.0
29302026-09-02T23:39:58.105Z[ helios-setup] Sep 02 23:39:56.989 INFO E| Compiling slab v0.4.11
29312026-09-02T23:39:58.123Z[ helios-setup] Sep 02 23:39:57.007 INFO E| Compiling toml_parser v1.0.4
29322026-09-02T23:39:58.130Z[ helios-setup] Sep 02 23:39:57.014 INFO E| Compiling time-core v0.1.6
29332026-09-02T23:39:58.135Z[ helios-setup] Sep 02 23:39:57.020 INFO E| Compiling heck v0.5.0
29342026-09-02T23:39:58.168Z[ helios-setup] Sep 02 23:39:57.051 INFO E| Compiling strsim v0.11.1
29352026-09-02T23:39:58.208Z[ helios-setup] Sep 02 23:39:57.091 INFO E| Compiling thiserror v1.0.69
29362026-09-02T23:39:58.218Z[ helios-setup] Sep 02 23:39:57.103 INFO E| Compiling clap_lex v0.7.6
29372026-09-02T23:39:58.383Z[ helios-setup] Sep 02 23:39:57.268 INFO E| Compiling scopeguard v1.2.0
29382026-09-02T23:39:58.405Z[ helios-setup] Sep 02 23:39:57.289 INFO E| Compiling bytes v1.10.1
29392026-09-02T23:39:58.458Z[ helios-setup] Sep 02 23:39:57.342 INFO E| Compiling bzip2-sys v0.1.13+1.0.8
29402026-09-02T23:39:58.576Z[ helios-setup] Sep 02 23:39:57.461 INFO E| Compiling packed_struct v0.10.1
29412026-09-02T23:39:58.821Z[ helios-setup] Sep 02 23:39:57.704 INFO E| Compiling toml_edit v0.23.7
29422026-09-02T23:39:58.853Z[ helios-setup] Sep 02 23:39:57.737 INFO E| Compiling getrandom v0.3.4
29432026-09-02T23:39:58.996Z[ helios-setup] Sep 02 23:39:57.880 INFO E| Compiling num-bigint-dig v0.8.4
29442026-09-02T23:40:00.109Z[ helios-setup] Sep 02 23:39:57.990 INFO E| Compiling bitflags v2.10.0
29452026-09-02T23:40:00.113Z[ helios-setup] Sep 02 23:39:58.106 INFO E| Compiling lock_api v0.4.14
29462026-09-02T23:40:00.113Z[ helios-setup] Sep 02 23:39:58.280 INFO E| Compiling deranged v0.5.5
29472026-09-02T23:40:00.113Z[ helios-setup] Sep 02 23:39:58.304 INFO E| Compiling time-macros v0.2.24
29482026-09-02T23:40:00.113Z[ helios-setup] Sep 02 23:39:58.403 INFO E| Compiling bitvec v1.0.1
29492026-09-02T23:40:00.113Z[ helios-setup] Sep 02 23:39:58.497 INFO E| Compiling lazy_static v1.5.0
29502026-09-02T23:40:00.113Z[ helios-setup] Sep 02 23:39:58.611 INFO E| Compiling num-iter v0.1.45
29512026-09-02T23:40:00.114Z[ helios-setup] Sep 02 23:39:58.617 INFO E| Compiling indexmap v1.9.3
29522026-09-02T23:40:00.114Z[ helios-setup] Sep 02 23:39:58.645 INFO E| Compiling crc-catalog v2.4.0
29532026-09-02T23:40:00.114Z[ helios-setup] Sep 02 23:39:58.738 INFO E| Compiling nodrop v0.1.14
29542026-09-02T23:40:00.114Z[ helios-setup] Sep 02 23:39:58.746 INFO E| Compiling once_cell v1.21.3
29552026-09-02T23:40:00.114Z[ helios-setup] Sep 02 23:39:58.994 INFO E| Compiling proc-macro-crate v3.4.0
29562026-09-02T23:40:00.183Z[ helios-setup] Sep 02 23:39:59.067 INFO E| Compiling simd-adler32 v0.3.7
29572026-09-02T23:40:00.210Z[ helios-setup] Sep 02 23:39:59.092 INFO E| Compiling serde_json v1.0.145
29582026-09-02T23:40:00.215Z[ helios-setup] Sep 02 23:39:59.099 INFO E| Compiling iana-time-zone v0.1.64
29592026-09-02T23:40:00.408Z[ helios-setup] Sep 02 23:39:59.292 INFO E| Compiling thiserror v2.0.17
29602026-09-02T23:40:00.542Z[ helios-setup] Sep 02 23:39:59.340 INFO E| Compiling log v0.4.28
29612026-09-02T23:40:00.554Z[ helios-setup] Sep 02 23:39:59.357 INFO E| Compiling adler2 v2.0.1
29622026-09-02T23:40:00.554Z[ helios-setup] Sep 02 23:39:59.429 INFO E| Compiling chrono v0.4.42
29632026-09-02T23:40:00.587Z[ helios-setup] Sep 02 23:39:59.472 INFO E| Compiling miniz_oxide v0.8.9
29642026-09-02T23:40:00.606Z[ helios-setup] Sep 02 23:39:59.490 INFO E| Compiling terminal_size v0.4.3
29652026-09-02T23:40:00.660Z[ helios-setup] Sep 02 23:39:59.545 INFO E| Compiling env_filter v0.1.4
29662026-09-02T23:40:00.734Z[ helios-setup] Sep 02 23:39:59.597 INFO E| Compiling clap_builder v4.5.51
29672026-09-02T23:40:00.767Z[ helios-setup] Sep 02 23:39:59.651 INFO E| Compiling parking_lot v0.12.5
29682026-09-02T23:40:00.774Z[ helios-setup] Sep 02 23:39:59.658 INFO E| Compiling array-init v0.0.4
29692026-09-02T23:40:01.031Z[ helios-setup] Sep 02 23:39:59.915 INFO E| Compiling crc v3.3.0
29702026-09-02T23:40:01.131Z[ helios-setup] Sep 02 23:40:00.015 INFO E| Compiling smallvec v0.6.14
29712026-09-02T23:40:01.175Z[ helios-setup] Sep 02 23:40:00.057 INFO E| Compiling serde_spanned v1.0.3
29722026-09-02T23:40:01.228Z[ helios-setup] Sep 02 23:40:00.110 INFO E| Compiling time v0.3.44
29732026-09-02T23:40:01.341Z[ helios-setup] Sep 02 23:40:00.219 INFO E| Compiling signature v2.2.0
29742026-09-02T23:40:01.352Z[ helios-setup] Sep 02 23:40:00.235 INFO E| Compiling is-terminal v0.4.17
29752026-09-02T23:40:01.387Z[ helios-setup] Sep 02 23:40:00.260 INFO E| Compiling socket2 v0.6.1
29762026-09-02T23:40:01.463Z[ helios-setup] Sep 02 23:40:00.347 INFO E| Compiling mio v1.1.0
29772026-09-02T23:40:01.516Z[ helios-setup] Sep 02 23:40:00.400 INFO E| Compiling signal-hook-registry v1.4.6
29782026-09-02T23:40:01.546Z[ helios-setup] Sep 02 23:40:00.430 INFO E| Compiling thread_local v1.1.9
29792026-09-02T23:40:01.673Z[ helios-setup] Sep 02 23:40:00.557 INFO E| Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
29802026-09-02T23:40:01.754Z[ helios-setup] Sep 02 23:40:00.623 INFO E| Compiling toml_writer v1.0.4
29812026-09-02T23:40:01.759Z[ omicron-package] Finished `release` profile [optimized] target(s) in 43.37s
29822026-09-02T23:40:01.825Z[ helios-setup] Sep 02 23:40:00.709 INFO E| Compiling packed_struct_codegen v0.10.1
29832026-09-02T23:40:01.900Z[ helios-setup] Sep 02 23:40:00.784 INFO E| Compiling winnow v0.5.40
29842026-09-02T23:40:01.906Z[ helios-setup] Sep 02 23:40:00.791 INFO E| Compiling base64 v0.21.7
29852026-09-02T23:40:02.004Z[ helios-setup] Sep 02 23:40:00.888 INFO E| Compiling subtle v2.6.1
29862026-09-02T23:40:02.022Z[ helios-setup] Sep 02 23:40:00.907 INFO E| Compiling ryu v1.0.20
29872026-09-02T23:40:02.031Z[ omicron-package]
29882026-09-02T23:40:02.031Z[ omicron-package] real 43.570815234
29892026-09-02T23:40:02.031Z[ omicron-package] user 4:00.600506158
29902026-09-02T23:40:02.035Z[ omicron-package] sys 28.452889584
29912026-09-02T23:40:02.035Z[ omicron-package] trap 0.396872020
29922026-09-02T23:40:02.035Z[ omicron-package] tflt 0.412738656
29932026-09-02T23:40:02.035Z[ omicron-package] dflt 2.937823888
29942026-09-02T23:40:02.035Z[ omicron-package] kflt 0.000848560
29952026-09-02T23:40:02.035Z[ omicron-package] lock 8:36.926430691
29962026-09-02T23:40:02.035Z[ omicron-package] slp 4:35.788738804
29972026-09-02T23:40:02.037Z[ omicron-package] lat 1:31.006658597
29982026-09-02T23:40:02.037Z[ omicron-package] stop 1:40.936142039
29992026-09-02T23:40:02.037ZSep 02 23:40:00.914 INFO [omicron-package] process exited with exit status: 0 (43.65464697s)
30002026-09-02T23:40:02.037ZSep 02 23:40:00.914 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --preset recovery
30012026-09-02T23:40:02.037ZSep 02 23:40:00.915 INFO [host-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out target create --preset host
30022026-09-02T23:40:02.041Z[ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG
30032026-09-02T23:40:02.041Z[ recovery-target] Logging to: /work/artifacts-recovery/LOG
30042026-09-02T23:40:02.041Z[ recovery-target] Created new build target 'recovery' and set it as active
30052026-09-02T23:40:02.041Z[ host-target] Created new build target 'host' and set it as active
30062026-09-02T23:40:02.045ZSep 02 23:40:00.928 INFO [recovery-target] process exited with exit status: 0 (13.314066ms)
30072026-09-02T23:40:02.045ZSep 02 23:40:00.928 INFO [host-target] process exited with exit status: 0 (13.111365ms)
30082026-09-02T23:40:02.045ZSep 02 23:40:00.928 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package
30092026-09-02T23:40:02.054Z[ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG
30102026-09-02T23:40:02.088Z[ helios-setup] Sep 02 23:40:00.973 INFO E| Compiling term v1.2.0
30112026-09-02T23:40:02.100Z[ helios-setup] Sep 02 23:40:00.984 INFO E| Compiling libdevinfo-sys v1.1.0
30122026-09-02T23:40:02.123Z[ helios-setup] Sep 02 23:40:01.007 INFO E| Compiling hashbrown v0.12.3
30132026-09-02T23:40:02.220Z[ helios-setup] Sep 02 23:40:01.104 INFO E| Compiling bzip2 v0.4.4
30142026-09-02T23:40:02.226Z[ helios-setup] Sep 02 23:40:01.111 INFO E| Compiling uuid v1.18.1
30152026-09-02T23:40:02.234Z[ helios-setup] Sep 02 23:40:01.117 INFO E| Compiling flate2 v1.1.5
30162026-09-02T23:40:02.286Z[ helios-setup] Sep 02 23:40:01.171 INFO E| Compiling toml v0.9.8
30172026-09-02T23:40:02.336Z[ helios-setup] Sep 02 23:40:01.220 INFO E| Compiling env_logger v0.11.8
30182026-09-02T23:40:02.421Z[ helios-setup] Sep 02 23:40:01.306 INFO E| Compiling serde_derive v1.0.228
30192026-09-02T23:40:02.438Z[ helios-setup] Sep 02 23:40:01.323 INFO E| Compiling zerocopy-derive v0.8.27
30202026-09-02T23:40:02.500Z[ helios-setup] Sep 02 23:40:01.385 INFO E| Compiling der_derive v0.7.3
30212026-09-02T23:40:02.701Z[ helios-setup] Sep 02 23:40:01.585 INFO E| Compiling futures-macro v0.3.31
30222026-09-02T23:40:02.836Z[ helios-setup] Sep 02 23:40:01.721 INFO E| Compiling num_enum_derive v0.7.5
30232026-09-02T23:40:02.963Z[ helios-setup] Sep 02 23:40:01.835 INFO E| Compiling clap_derive v4.5.49
30242026-09-02T23:40:03.037Z[ helios-setup] Sep 02 23:40:01.893 INFO E| Compiling bitfield-macros v0.19.3
30252026-09-02T23:40:03.209Z[ helios-setup] Sep 02 23:40:02.087 INFO E| Compiling zerocopy-derive v0.6.6
30262026-09-02T23:40:03.239Z[ helios-setup] Sep 02 23:40:02.124 INFO E| Compiling thiserror-impl v1.0.69
30272026-09-02T23:40:03.300Z[ helios-setup] Sep 02 23:40:02.183 INFO E| Compiling tokio-macros v2.6.0
30282026-09-02T23:40:03.652Z[ helios-setup] Sep 02 23:40:02.536 INFO E| Compiling futures-util v0.3.31
30292026-09-02T23:40:03.829Z[ helios-setup] Sep 02 23:40:02.707 INFO E| Compiling der v0.7.10
30302026-09-02T23:40:03.877Z[ helios-setup] Sep 02 23:40:02.761 INFO E| Compiling thiserror-impl v2.0.17
30312026-09-02T23:40:03.910Z[ helios-setup] Sep 02 23:40:02.794 INFO E| Compiling bitfield v0.19.3
30322026-09-02T23:40:04.030Z[ host-package] Compiling serde_core v1.0.228
30332026-09-02T23:40:04.030Z[ host-package] Compiling libc v0.2.185
30342026-09-02T23:40:04.034Z[ host-package] Compiling cfg-if v1.0.4
30352026-09-02T23:40:04.034Z[ host-package] Compiling memchr v2.8.0
30362026-09-02T23:40:04.034Z[ host-package] Compiling smallvec v1.15.1
30372026-09-02T23:40:04.038Z[ host-package] Compiling stable_deref_trait v1.2.1
30382026-09-02T23:40:04.120Z[ helios-setup] Sep 02 23:40:03.005 INFO E| Compiling num_enum v0.7.5
30392026-09-02T23:40:04.181Z[ helios-setup] Sep 02 23:40:03.066 INFO E| Compiling zerocopy v0.6.6
30402026-09-02T23:40:04.192Z[ helios-setup] Sep 02 23:40:03.077 INFO E| Compiling rustc-hash v2.1.1
30412026-09-02T23:40:04.227Z[ helios-setup] Sep 02 23:40:03.111 INFO E| Compiling tokio v1.48.0
30422026-09-02T23:40:04.243Z[ helios-setup] Sep 02 23:40:03.127 INFO E| Compiling devinfo v0.1.0
30432026-09-02T23:40:04.268Z[ helios-setup] Sep 02 23:40:03.146 INFO E| Compiling crc-any v2.5.0
30442026-09-02T23:40:04.355Z[ helios-setup] Sep 02 23:40:03.240 INFO E| Compiling bitflags v1.3.2
30452026-09-02T23:40:04.394Z[ host-package] Compiling scopeguard v1.2.0
30462026-09-02T23:40:04.442Z[ helios-setup] Sep 02 23:40:03.318 INFO E| Compiling hex v0.4.3
30472026-09-02T23:40:04.561Z[ helios-setup] Sep 02 23:40:03.446 INFO E| Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
30482026-09-02T23:40:04.604Z[ helios-setup] Sep 02 23:40:03.488 INFO E| Compiling foldhash v0.2.0
30492026-09-02T23:40:04.681Z[ host-package] Compiling libm v0.2.16
30502026-09-02T23:40:04.758Z[ helios-setup] Sep 02 23:40:03.643 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09)
30512026-09-02T23:40:04.762Z[ helios-setup] Sep 02 23:40:03.644 INFO E| Compiling zip v0.6.6
30522026-09-02T23:40:04.929Z[ helios-setup] Sep 02 23:40:03.814 INFO E| Compiling iddqd v0.3.14
30532026-09-02T23:40:04.952Z[ host-package] Compiling zerofrom v0.1.6
30542026-09-02T23:40:04.959Z[ host-package] Compiling lock_api v0.4.14
30552026-09-02T23:40:04.959Z[ helios-setup] Sep 02 23:40:03.840 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e)
30562026-09-02T23:40:04.959Z[ helios-setup] Sep 02 23:40:03.841 INFO E| Compiling path-slash v0.1.5
30572026-09-02T23:40:05.024Z[ helios-setup] Sep 02 23:40:03.908 INFO E| Compiling clap v4.5.51
30582026-09-02T23:40:05.059Z[ host-package] Compiling rand_core v0.10.0
30592026-09-02T23:40:05.138Z[ helios-setup] Sep 02 23:40:04.022 INFO E| Compiling spki v0.7.3
30602026-09-02T23:40:05.179Z[ host-package] Compiling errno v0.3.14
30612026-09-02T23:40:05.183Z[ host-package] Compiling litemap v0.8.1
30622026-09-02T23:40:05.183Z[ host-package] Compiling writeable v0.6.2
30632026-09-02T23:40:05.183Z[ host-package] Compiling yoke v0.8.1
30642026-09-02T23:40:05.183Z[ host-package] Compiling percent-encoding v2.3.2
30652026-09-02T23:40:05.186Z[ host-package] Compiling icu_properties_data v2.1.2
30662026-09-02T23:40:05.186Z[ host-package] Compiling icu_normalizer_data v2.1.1
30672026-09-02T23:40:05.189Z[ host-package] Compiling utf8_iter v1.0.4
30682026-09-02T23:40:05.287Z[ host-package] Compiling parking_lot_core v0.9.12
30692026-09-02T23:40:05.290Z[ host-package] Compiling iana-time-zone v0.1.65
30702026-09-02T23:40:05.530Z[ helios-setup] Sep 02 23:40:04.414 INFO E| Compiling pkcs8 v0.10.2
30712026-09-02T23:40:05.530Z[ helios-setup] Sep 02 23:40:04.415 INFO E| Compiling x509-cert v0.2.5
30722026-09-02T23:40:05.722Z[ helios-setup] Sep 02 23:40:04.606 INFO E| Compiling ppv-lite86 v0.2.21
30732026-09-02T23:40:05.833Z[ helios-setup] Sep 02 23:40:04.717 INFO E| Compiling pkcs1 v0.7.5
30742026-09-02T23:40:05.988Z[ host-package] Compiling num-traits v0.2.19
30752026-09-02T23:40:05.992Z[ host-package] Compiling zerocopy v0.8.55
30762026-09-02T23:40:05.995Z[ host-package] Compiling getrandom v0.4.3
30772026-09-02T23:40:06.121Z[ helios-setup] Sep 02 23:40:05.005 INFO E| Compiling rand_chacha v0.3.1
30782026-09-02T23:40:06.139Z[ helios-setup] Sep 02 23:40:05.024 INFO E| Compiling hashbrown v0.13.2
30792026-09-02T23:40:06.226Z[ host-package] Compiling zerovec v0.11.5
30802026-09-02T23:40:06.229Z[ host-package] Compiling zerotrie v0.2.3
30812026-09-02T23:40:06.297Z[ helios-setup] Sep 02 23:40:05.181 INFO E| Compiling erased-serde v0.3.31
30822026-09-02T23:40:06.419Z[ helios-setup] Sep 02 23:40:05.303 INFO E| Compiling rand v0.8.5
30832026-09-02T23:40:06.481Z[ helios-setup] Sep 02 23:40:05.366 INFO E| Compiling serde_spanned v0.6.9
30842026-09-02T23:40:06.568Z[ host-package] Compiling serde v1.0.228
30852026-09-02T23:40:06.626Z[ host-package] Compiling serde_json v1.0.151
30862026-09-02T23:40:06.626Z[ host-package] Compiling bitflags v2.11.0
30872026-09-02T23:40:06.629Z[ host-package] Compiling form_urlencoded v1.2.2
30882026-09-02T23:40:06.629Z[ helios-setup] Sep 02 23:40:05.513 INFO E| Compiling toml_datetime v0.6.11
30892026-09-02T23:40:06.760Z[ helios-setup] Sep 02 23:40:05.644 INFO E| Compiling ron v0.8.1
30902026-09-02T23:40:06.771Z[ host-package] Compiling parking_lot v0.12.5
30912026-09-02T23:40:06.789Z[ helios-setup] Sep 02 23:40:05.673 INFO E| Compiling serde-hex v0.1.0
30922026-09-02T23:40:06.845Z[ helios-setup] Sep 02 23:40:05.730 INFO E| Compiling futures-executor v0.3.31
30932026-09-02T23:40:07.038Z[ helios-setup] Sep 02 23:40:05.921 INFO E| Compiling futures v0.3.31
30942026-09-02T23:40:07.066Z[ helios-setup] Sep 02 23:40:05.950 INFO E| Compiling toml_edit v0.19.15
30952026-09-02T23:40:07.181Z[ helios-setup] Sep 02 23:40:06.065 INFO E| Compiling object v0.30.4
30962026-09-02T23:40:07.462Z[ host-package] Compiling uuid v1.23.4
30972026-09-02T23:40:07.463Z[ host-package] Compiling signal-hook-registry v1.4.8
30982026-09-02T23:40:07.494Z[ helios-setup] Sep 02 23:40:06.379 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#8eed23a0)
30992026-09-02T23:40:07.533Z[ host-package] Compiling mio v1.2.0
31002026-09-02T23:40:07.708Z[ helios-setup] Sep 02 23:40:06.592 INFO E| Compiling slog-term v2.9.2
31012026-09-02T23:40:07.720Z[ host-package] Compiling tinystr v0.8.2
31022026-09-02T23:40:07.720Z[ host-package] Compiling potential_utf v0.1.4
31032026-09-02T23:40:07.846Z[ host-package] Compiling bytes v1.11.1
31042026-09-02T23:40:07.846Z[ host-package] Compiling zeroize v1.9.0
31052026-09-02T23:40:07.846Z[ host-package] Compiling chrono v0.4.45
31062026-09-02T23:40:07.957Z[ helios-setup] Sep 02 23:40:06.841 INFO E| Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
31072026-09-02T23:40:08.306Z[ host-package] Compiling socket2 v0.6.3
31082026-09-02T23:40:08.499Z[ host-package] Compiling icu_collections v2.1.1
31092026-09-02T23:40:08.503Z[ host-package] Compiling semver v1.0.28
31102026-09-02T23:40:08.583Z[ helios-setup] Sep 02 23:40:07.468 INFO E| Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#b507bc6d)
31112026-09-02T23:40:08.632Z[ host-package] Compiling icu_locale_core v2.1.1
31122026-09-02T23:40:08.698Z[ host-package] Compiling thiserror v2.0.18
31132026-09-02T23:40:08.755Z[ helios-setup] Sep 02 23:40:07.640 INFO E| Compiling rsa v0.9.8
31142026-09-02T23:40:08.882Z[ host-package] Compiling getrandom v0.2.17
31152026-09-02T23:40:09.033Z[ host-package] Compiling rustix v1.1.4
31162026-09-02T23:40:09.174Z[ host-package] Compiling tokio v1.52.1
31172026-09-02T23:40:09.178Z[ host-package] Compiling generic-array v0.14.7
31182026-09-02T23:40:09.275Z[ helios-setup] Sep 02 23:40:08.160 INFO E| Compiling toml v0.7.8
31192026-09-02T23:40:09.312Z[ host-package] Compiling rand_core v0.6.4
31202026-09-02T23:40:09.312Z[ host-package] Compiling futures-util v0.3.32
31212026-09-02T23:40:09.316Z[ host-package] Compiling indexmap v2.14.0
31222026-09-02T23:40:09.633Z[ host-package] Compiling base64 v0.22.1
31232026-09-02T23:40:09.746Z[ host-package] Compiling getrandom v0.3.4
31242026-09-02T23:40:09.746Z[ host-package] Compiling http v1.4.2
31252026-09-02T23:40:09.750Z[ host-package] Compiling erased-serde v0.3.31
31262026-09-02T23:40:09.945Z[ host-package] Compiling icu_provider v2.1.1
31272026-09-02T23:40:10.106Z[ host-package] Compiling rand_core v0.9.5
31282026-09-02T23:40:10.225Z[ host-package] Compiling crypto-common v0.1.7
31292026-09-02T23:40:10.228Z[ host-package] Compiling block-buffer v0.10.4
31302026-09-02T23:40:10.406Z[ host-package] Compiling time v0.3.47
31312026-09-02T23:40:10.547Z[ host-package] Compiling icu_normalizer v2.1.1
31322026-09-02T23:40:10.547Z[ host-package] Compiling icu_properties v2.1.2
31332026-09-02T23:40:10.723Z[ helios-setup] Sep 02 23:40:09.607 INFO E| Compiling pilot-disks v0.1.0 (/work/oxidecomputer/helios/projects/pilot/disks)
31342026-09-02T23:40:10.767Z[ helios-setup] Sep 02 23:40:09.649 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common)
31352026-09-02T23:40:10.797Z[ host-package] Compiling digest v0.10.7
31362026-09-02T23:40:10.919Z[ host-package] Compiling slog v2.8.2
31372026-09-02T23:40:11.129Z[ host-package] Compiling rustls-pki-types v1.14.0
31382026-09-02T23:40:11.129Z[ host-package] Compiling ipnet v2.12.0
31392026-09-02T23:40:11.289Z[ host-package] Compiling terminal_size v0.4.3
31402026-09-02T23:40:11.637Z[ host-package] Compiling aws-lc-rs v1.16.3
31412026-09-02T23:40:11.700Z[ host-package] Compiling aho-corasick v1.1.4
31422026-09-02T23:40:11.712Z[ host-package] Compiling http-body v1.0.1
31432026-09-02T23:40:11.971Z[ host-package] Compiling ppv-lite86 v0.2.21
31442026-09-02T23:40:12.161Z[ host-package] Compiling clap_builder v4.6.0
31452026-09-02T23:40:12.165Z[ host-package] Compiling tempfile v3.27.0
31462026-09-02T23:40:12.542Z[ host-package] Compiling idna_adapter v1.2.1
31472026-09-02T23:40:12.757Z[ host-package] Compiling der v0.7.10
31482026-09-02T23:40:12.762Z[ host-package] Compiling spin v0.9.8
31492026-09-02T23:40:12.834Z[ host-package] Compiling socket2 v0.5.10
31502026-09-02T23:40:13.013Z[ host-package] Compiling idna v1.1.0
31512026-09-02T23:40:13.017Z[ host-package] Compiling rand_chacha v0.9.0
31522026-09-02T23:40:13.262Z[ host-package] Compiling http-body-util v0.1.3
31532026-09-02T23:40:13.263Z[ host-package] Compiling encoding_rs v0.8.35
31542026-09-02T23:40:13.267Z[ host-package] Compiling pest v2.8.6
31552026-09-02T23:40:13.707Z[ host-package] Compiling regex-automata v0.4.14
31562026-09-02T23:40:13.853Z[ host-package] Compiling url v2.5.8
31572026-09-02T23:40:13.853Z[ host-package] Compiling rand v0.9.2
31582026-09-02T23:40:14.076Z[ host-package] Compiling rustls-webpki v0.103.13
31592026-09-02T23:40:14.079Z[ host-package] Compiling rand_chacha v0.3.1
31602026-09-02T23:40:14.295Z[ host-package] Compiling spki v0.7.3
31612026-09-02T23:40:14.347Z[ host-package] Compiling serde_urlencoded v0.7.1
31622026-09-02T23:40:14.351Z[ host-package] Compiling simd-adler32 v0.3.8
31632026-09-02T23:40:14.534Z[ host-package] Compiling adler2 v2.0.1
31642026-09-02T23:40:14.939Z[ host-package] Compiling schemars v0.8.22
31652026-09-02T23:40:15.039Z[ host-package] Compiling rand v0.8.6
31662026-09-02T23:40:15.090Z[ host-package] Compiling pkcs8 v0.10.2
31672026-09-02T23:40:15.158Z[ host-package] Compiling miniz_oxide v0.8.9
31682026-09-02T23:40:15.209Z[ host-package] Compiling rustls v0.23.41
31692026-09-02T23:40:15.209Z[ host-package] Compiling crc32fast v1.5.0
31702026-09-02T23:40:15.296Z[ host-package] Compiling clap v4.6.1
31712026-09-02T23:40:15.396Z[ host-package] Compiling hybrid-array v0.4.13
31722026-09-02T23:40:15.454Z[ host-package] Compiling futures-executor v0.3.32
31732026-09-02T23:40:15.522Z[ host-package] Compiling rustls-native-certs v0.8.3
31742026-09-02T23:40:15.575Z[ host-package] Compiling hex v0.4.3
31752026-09-02T23:40:15.622Z[ helios-setup] Sep 02 23:40:14.507 INFO E| Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#b507bc6d)
31762026-09-02T23:40:15.652Z[ host-package] Compiling hubpack v0.1.2
31772026-09-02T23:40:15.825Z[ host-package] Compiling tokio-util v0.7.18
31782026-09-02T23:40:15.907Z[ host-package] Compiling tower v0.5.3
31792026-09-02T23:40:15.956Z[ host-package] Compiling publicsuffix v2.3.0
31802026-09-02T23:40:16.001Z[ host-package] Compiling ipnetwork v0.21.1
31812026-09-02T23:40:16.001Z[ host-package] Compiling cookie v0.18.1
31822026-09-02T23:40:16.240Z[ host-package] Compiling futures v0.3.32
31832026-09-02T23:40:16.240Z[ host-package] Compiling openapiv3 v2.2.0
31842026-09-02T23:40:16.390Z[ host-package] Compiling wait-timeout v0.2.1
31852026-09-02T23:40:16.404Z[ host-package] Compiling tower-http v0.6.8
31862026-09-02T23:40:16.486Z[ host-package] Compiling oxnet v0.1.6
31872026-09-02T23:40:16.490Z[ host-package] Compiling zlib-rs v0.6.2
31882026-09-02T23:40:16.627Z[ host-package] Compiling cookie_store v0.22.1
31892026-09-02T23:40:16.716Z[ host-package] Compiling rusty-fork v0.3.1
31902026-09-02T23:40:16.736Z[ helios-setup] Sep 02 23:40:15.620 INFO E| Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?rev=cec2560e9a0126e9e687d51b385a57891abc87c3#cec2560e)
31912026-09-02T23:40:16.798Z[ host-package] Compiling h2 v0.4.15
31922026-09-02T23:40:16.934Z[ host-package] Compiling sha2 v0.10.9
31932026-09-02T23:40:17.076Z[ host-package] Compiling regex v1.12.3
31942026-09-02T23:40:17.210Z[ host-package] Compiling rand_xorshift v0.4.0
31952026-09-02T23:40:17.214Z[ host-package] Compiling crypto-common v0.2.2
31962026-09-02T23:40:17.376Z[ host-package] Compiling block-buffer v0.12.1
31972026-09-02T23:40:17.438Z[ host-package] Compiling proptest v1.11.0
31982026-09-02T23:40:17.578Z[ host-package] Compiling lazy_static v1.5.0
31992026-09-02T23:40:17.778Z[ host-package] Compiling signature v2.2.0
32002026-09-02T23:40:17.944Z[ host-package] Compiling camino v1.2.5
32012026-09-02T23:40:18.062Z[ host-package] Compiling dof v0.4.0
32022026-09-02T23:40:18.162Z[ host-package] Compiling dtrace-parser v0.3.0
32032026-09-02T23:40:18.225Z[ host-package] Compiling hmac v0.12.1
32042026-09-02T23:40:18.229Z[ host-package] Compiling thread-id v5.1.0
32052026-09-02T23:40:18.366Z[ host-package] Compiling data-encoding v2.10.0
32062026-09-02T23:40:18.432Z[ host-package] Compiling memmap2 v0.9.10
32072026-09-02T23:40:18.503Z[ host-package] Compiling num-integer v0.1.46
32082026-09-02T23:40:18.607Z[ host-package] Compiling rustix v0.38.44
32092026-09-02T23:40:18.671Z[ host-package] Compiling x509-cert v0.2.5
32102026-09-02T23:40:18.719Z[ host-package] Compiling serde_spanned v0.6.9
32112026-09-02T23:40:18.865Z[ host-package] Compiling toml_datetime v0.6.11
32122026-09-02T23:40:18.961Z[ host-package] Compiling num-iter v0.1.45
32132026-09-02T23:40:19.013Z[ host-package] Compiling dof v0.3.0
32142026-09-02T23:40:19.023Z[ host-package] Compiling bstr v1.12.1
32152026-09-02T23:40:19.178Z[ host-package] Compiling usdt-impl v0.6.0
32162026-09-02T23:40:19.392Z[ host-package] Compiling tokio-rustls v0.26.4
32172026-09-02T23:40:19.440Z[ host-package] Compiling rustls-platform-verifier v0.6.2
32182026-09-02T23:40:19.854Z[ host-package] Compiling flate2 v1.1.9
32192026-09-02T23:40:19.975Z[ host-package] Compiling usdt v0.6.0
32202026-09-02T23:40:20.020Z[ host-package] Compiling dtrace-parser v0.2.0
32212026-09-02T23:40:20.104Z[ host-package] Compiling ff v0.13.1
32222026-09-02T23:40:20.150Z[ host-package] Compiling thread-id v4.2.2
32232026-09-02T23:40:20.293Z[ host-package] Compiling sec1 v0.7.3
32242026-09-02T23:40:20.296Z[ host-package] Compiling digest v0.11.3
32252026-09-02T23:40:20.339Z[ host-package] Compiling group v0.13.0
32262026-09-02T23:40:20.364Z[ host-package] Compiling usdt-impl v0.5.0
32272026-09-02T23:40:20.507Z[ host-package] Compiling signal-hook v0.3.18
32282026-09-02T23:40:20.577Z[ host-package] Compiling newtype-uuid v1.3.2
32292026-09-02T23:40:20.604Z[ host-package] Compiling nix v0.31.2
32302026-09-02T23:40:20.604Z[ host-package] Compiling hkdf v0.12.4
32312026-09-02T23:40:20.675Z[ host-package] Compiling serde_with v3.21.0
32322026-09-02T23:40:20.812Z[ host-package] Compiling crypto-bigint v0.5.5
32332026-09-02T23:40:20.844Z[ helios-setup] Sep 02 23:40:19.728 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot)
32342026-09-02T23:40:20.942Z[ host-package] Compiling daft v0.1.8
32352026-09-02T23:40:20.996Z[ host-package] Compiling foreign-types-shared v0.1.1
32362026-09-02T23:40:21.060Z[ host-package] Compiling ahash v0.8.12
32372026-09-02T23:40:21.143Z[ host-package] Compiling foreign-types v0.3.2
32382026-09-02T23:40:21.259Z[ host-package] Compiling num-bigint-dig v0.8.6
32392026-09-02T23:40:21.281Z[ host-package] Compiling packed_struct v0.10.1
32402026-09-02T23:40:21.380Z[ host-package] Compiling openssl-sys v0.9.117
32412026-09-02T23:40:21.380Z[ host-package] Compiling pkcs1 v0.7.5
32422026-09-02T23:40:21.429Z[ host-package] Compiling toml_edit v0.19.15
32432026-09-02T23:40:21.496Z[ host-package] Compiling serde-hex v0.1.0
32442026-09-02T23:40:21.684Z[ host-package] Compiling hyper v1.10.1
32452026-09-02T23:40:21.770Z[ host-package] Compiling openssl v0.10.80
32462026-09-02T23:40:22.034Z[ host-package] Compiling elliptic-curve v0.13.8
32472026-09-02T23:40:22.195Z[ host-package] Compiling hashbrown v0.13.2
32482026-09-02T23:40:22.319Z[ host-package] Compiling bzip2 v0.4.4
32492026-09-02T23:40:22.348Z[ host-package] Compiling rsa v0.9.10
32502026-09-02T23:40:22.507Z[ host-package] Compiling signal-hook-mio v0.2.5
32512026-09-02T23:40:22.548Z[ host-package] Compiling ron v0.8.1
32522026-09-02T23:40:22.605Z[ host-package] Compiling globset v0.4.18
32532026-09-02T23:40:22.669Z[ host-package] Compiling block-padding v0.4.2
32542026-09-02T23:40:22.701Z[ host-package] Compiling sha3 v0.10.8
32552026-09-02T23:40:22.876Z[ host-package] Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
32562026-09-02T23:40:22.903Z[ host-package] Compiling inout v0.2.2
32572026-09-02T23:40:22.977Z[ host-package] Compiling object v0.30.4
32582026-09-02T23:40:23.095Z[ host-package] Compiling toml v0.7.8
32592026-09-02T23:40:23.130Z[ host-package] Compiling hyper-util v0.1.20
32602026-09-02T23:40:23.130Z[ host-package] Compiling curve25519-dalek v4.1.3
32612026-09-02T23:40:23.208Z[ host-package] Compiling zip v0.6.6
32622026-09-02T23:40:23.452Z[ host-package] Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
32632026-09-02T23:40:23.573Z[ host-package] Compiling jiff v0.2.34
32642026-09-02T23:40:23.775Z[ host-package] Compiling cipher v0.5.2
32652026-09-02T23:40:23.848Z[ host-package] Compiling crossterm v0.28.1
32662026-09-02T23:40:24.068Z[ host-package] Compiling ed25519 v2.2.3
32672026-09-02T23:40:24.263Z[ host-package] Compiling pem v3.0.6
32682026-09-02T23:40:24.308Z[ host-package] Compiling serde-big-array v0.5.1
32692026-09-02T23:40:24.352Z[ host-package] Compiling petgraph v0.8.3
32702026-09-02T23:40:24.389Z[ host-package] Compiling object v0.37.3
32712026-09-02T23:40:24.392Z[ host-package] Compiling heapless v0.7.17
32722026-09-02T23:40:24.525Z[ host-package] Compiling ed25519-dalek v2.2.0
32732026-09-02T23:40:24.573Z[ host-package] Compiling native-tls v0.2.18
32742026-09-02T23:40:24.891Z[ host-package] Compiling chacha20 v0.10.0
32752026-09-02T23:40:24.946Z[ host-package] Compiling tokio-native-tls v0.3.1
32762026-09-02T23:40:24.982Z[ host-package] Compiling byte-wrapper v0.1.0
32772026-09-02T23:40:25.056Z[ host-package] Compiling md-5 v0.10.6
32782026-09-02T23:40:25.127Z[ host-package] Compiling hyper-rustls v0.27.7
32792026-09-02T23:40:25.269Z[ host-package] Compiling serde_plain v1.0.2
32802026-09-02T23:40:25.303Z[ host-package] Compiling toml_edit v0.22.27
32812026-09-02T23:40:25.304Z[ host-package] Compiling zopfli v0.8.3
32822026-09-02T23:40:25.441Z[ host-package] Compiling postgres-protocol v0.6.10
32832026-09-02T23:40:25.444Z[ host-package] Compiling smoltcp v0.9.1
32842026-09-02T23:40:25.668Z[ host-package] Compiling hyper-tls v0.6.0
32852026-09-02T23:40:25.768Z[ host-package] Compiling hickory-proto v0.25.2
32862026-09-02T23:40:26.136Z[ host-package] Compiling reqwest v0.13.2
32872026-09-02T23:40:26.210Z[ host-package] Compiling float-cmp v0.10.0
32882026-09-02T23:40:26.268Z[ host-package] Compiling textwrap v0.16.2
32892026-09-02T23:40:26.272Z[ host-package] Compiling string_cache v0.8.9
32902026-09-02T23:40:26.441Z[ host-package] Compiling predicates v3.1.4
32912026-09-02T23:40:26.516Z[ host-package] Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
32922026-09-02T23:40:26.579Z[ host-package] Compiling petgraph v0.6.5
32932026-09-02T23:40:26.716Z[ host-package] Compiling postgres-types v0.2.12
32942026-09-02T23:40:27.020Z[ host-package] Compiling zip v4.6.1
32952026-09-02T23:40:27.244Z[ host-package] Compiling reqwest v0.12.28
32962026-09-02T23:40:27.289Z[ host-package] Compiling iddqd v0.4.2
32972026-09-02T23:40:27.461Z[ host-package] Compiling similar v2.7.0
32982026-09-02T23:40:27.589Z[ host-package] Compiling olpc-cjson v0.1.4
32992026-09-02T23:40:28.036Z[ host-package] Compiling tokio-stream v0.1.18
33002026-09-02T23:40:28.155Z[ host-package] Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
33012026-09-02T23:40:28.656Z[ host-package] Compiling backtrace v0.3.76
33022026-09-02T23:40:28.724Z[ host-package] Compiling tokio-postgres v0.7.16
33032026-09-02T23:40:28.833Z[ host-package] Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33042026-09-02T23:40:29.029Z[ host-package] Compiling fs-err v3.3.0
33052026-09-02T23:40:29.424Z[ host-package] Compiling backtrace-ext v0.2.1
33062026-09-02T23:40:29.533Z[ host-package] Compiling tough v0.22.0
33072026-09-02T23:40:29.666Z[ host-package] Compiling miette v7.6.0
33082026-09-02T23:40:29.730Z[ host-package] Compiling buf-list v1.1.2
33092026-09-02T23:40:29.807Z[ host-package] Compiling thread_local v1.1.9
33102026-09-02T23:40:29.838Z[ host-package] Compiling is-terminal v0.4.17
33112026-09-02T23:40:30.038Z[ host-package] Compiling hostname v0.3.1
33122026-09-02T23:40:30.126Z[ host-package] Compiling slog-async v2.8.0
33132026-09-02T23:40:30.215Z[ host-package] Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33142026-09-02T23:40:30.218Z[ host-package] Compiling slog-term v2.9.2
33152026-09-02T23:40:30.370Z[ host-package] Compiling slog-json v2.6.1
33162026-09-02T23:40:30.708Z[ host-package] Compiling slog-bunyan v2.5.0
33172026-09-02T23:40:30.839Z[ host-package] Compiling compression-codecs v0.4.37
33182026-09-02T23:40:30.969Z[ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
33192026-09-02T23:40:31.080Z[ host-package] Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
33202026-09-02T23:40:31.168Z[ host-package] Compiling serde_spanned v1.1.1
33212026-09-02T23:40:31.203Z[ host-package] Compiling toml_datetime v1.1.1+spec-1.1.0
33222026-09-02T23:40:31.299Z[ host-package] Compiling multer v3.1.0
33232026-09-02T23:40:31.340Z[ host-package] Compiling async-compression v0.4.41
33242026-09-02T23:40:31.395Z[ host-package] Compiling progenitor-client v0.14.0
33252026-09-02T23:40:31.606Z[ host-package] Compiling toml v1.1.2+spec-1.1.0
33262026-09-02T23:40:31.787Z[ host-package] Compiling sha1 v0.11.0
33272026-09-02T23:40:31.866Z[ host-package] Compiling rustls-pemfile v2.2.0
33282026-09-02T23:40:31.926Z[ host-package] Compiling serde_path_to_error v0.1.20
33292026-09-02T23:40:32.031Z[ host-package] Compiling hostname v0.4.2
33302026-09-02T23:40:32.102Z[ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
33312026-09-02T23:40:32.203Z[ host-package] Compiling atomicwrites v0.4.4
33322026-09-02T23:40:32.204Z[ host-package] Compiling macaddr v1.0.1
33332026-09-02T23:40:32.266Z[ host-package] Compiling instant v0.1.13
33342026-09-02T23:40:32.269Z[ host-package] Compiling oxide-generation v0.1.3
33352026-09-02T23:40:32.269Z[ host-package] Compiling regress v0.10.5
33362026-09-02T23:40:32.287Z[ helios-setup] Sep 02 23:40:31.171 INFO E| Finished `release` profile [optimized] target(s) in 40.66s
33372026-09-02T23:40:32.290Z[ helios-setup] Sep 02 23:40:31.174 INFO E| warning: the following packages contain code that will be rejected by a future version of Rust: num-bigint-dig v0.8.4
33382026-09-02T23:40:32.290Z[ helios-setup] Sep 02 23:40:31.174 INFO E| note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
33392026-09-02T23:40:32.337Z[ host-package] Compiling progenitor-extras v0.2.0
33402026-09-02T23:40:32.340Z[ host-package] Compiling parse-display v0.10.0
33412026-09-02T23:40:32.344Z[ helios-setup] Sep 02 23:40:31.229 INFO building project "pilot" ok (40 seconds)
33422026-09-02T23:40:32.344Z[ helios-setup] Sep 02 23:40:31.229 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/phbl"
33432026-09-02T23:40:32.427Z[ host-package] Compiling backoff v0.4.0
33442026-09-02T23:40:32.451Z[ host-package] Compiling half v2.7.1
33452026-09-02T23:40:32.477Z[ host-package] Compiling heck v0.5.0
33462026-09-02T23:40:32.520Z[ host-package] Compiling dropshot v0.17.1
33472026-09-02T23:40:32.639Z[ host-package] Compiling omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds)
33482026-09-02T23:40:32.684Z[ host-package] Compiling regress v0.11.1
33492026-09-02T23:40:32.820Z[ host-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
33502026-09-02T23:40:32.865Z[ host-package] Compiling ciborium-ll v0.2.2
33512026-09-02T23:40:32.914Z[ host-package] Compiling secrecy v0.10.3
33522026-09-02T23:40:32.957Z[ host-package] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
33532026-09-02T23:40:32.984Z[ host-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
33542026-09-02T23:40:33.107Z[ host-package] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
33552026-09-02T23:40:33.132Z[ host-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
33562026-09-02T23:40:33.187Z[ host-package] Compiling ciborium v0.2.2
33572026-09-02T23:40:33.236Z[ host-package] Compiling inout v0.1.4
33582026-09-02T23:40:33.296Z[ host-package] Compiling universal-hash v0.5.1
33592026-09-02T23:40:33.464Z[ host-package] Compiling cipher v0.4.4
33602026-09-02T23:40:33.502Z[ host-package] Compiling unsafe-libyaml v0.2.11
33612026-09-02T23:40:33.683Z[ host-package] Compiling poly1305 v0.8.0
33622026-09-02T23:40:33.735Z[ host-package] Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
33632026-09-02T23:40:33.828Z[ host-package] Compiling chacha20 v0.9.1
33642026-09-02T23:40:33.886Z[ host-package] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
33652026-09-02T23:40:33.913Z[ host-package] Compiling password-hash v0.5.0
33662026-09-02T23:40:34.154Z[ host-package] Compiling serde_yaml v0.9.34+deprecated
33672026-09-02T23:40:34.177Z[ host-package] Compiling blake2 v0.10.6
33682026-09-02T23:40:34.198Z[ host-package] Compiling aead v0.5.2
33692026-09-02T23:40:34.227Z[ host-package] Compiling vsss-rs v3.3.4
33702026-09-02T23:40:34.267Z[ host-package] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
33712026-09-02T23:40:34.410Z[ host-package] Compiling typify-impl v0.6.2
33722026-09-02T23:40:34.468Z[ host-package] Compiling argon2 v0.5.3
33732026-09-02T23:40:34.538Z[ host-package] Compiling chacha20poly1305 v0.10.1
33742026-09-02T23:40:34.589Z[ host-package] Compiling camino-tempfile v1.4.1
33752026-09-02T23:40:34.708Z[ host-package] Compiling heapless v0.8.0
33762026-09-02T23:40:34.733Z[ host-package] Compiling ingot-types v0.2.0
33772026-09-02T23:40:34.929Z[ host-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
33782026-09-02T23:40:35.204Z[ host-package] Compiling cobs v0.3.0
33792026-09-02T23:40:35.235Z[ host-package] Compiling smoltcp v0.11.0
33802026-09-02T23:40:35.279Z[ host-package] Compiling ingot v0.2.1
33812026-09-02T23:40:35.326Z[ host-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
33822026-09-02T23:40:35.402Z[ host-package] Compiling cstr-argument v0.1.2
33832026-09-02T23:40:35.521Z[ host-package] Compiling postcard v1.1.3
33842026-09-02T23:40:35.547Z[ host-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
33852026-09-02T23:40:35.605Z[ host-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
33862026-09-02T23:40:35.638Z[ host-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
33872026-09-02T23:40:35.697Z[ host-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
33882026-09-02T23:40:35.744Z[ host-package] Compiling rand v0.10.1
33892026-09-02T23:40:35.766Z[ host-package] Compiling sigpipe v0.1.3
33902026-09-02T23:40:35.879Z[ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
33912026-09-02T23:40:35.931Z[ host-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
33922026-09-02T23:40:35.953Z[ host-package] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
33932026-09-02T23:40:35.983Z[ host-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
33942026-09-02T23:40:36.114Z[ host-package] Compiling memmap v0.7.0
33952026-09-02T23:40:36.232Z[ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
33962026-09-02T23:40:36.342Z[ host-package] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
33972026-09-02T23:40:36.371Z[ host-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
33982026-09-02T23:40:36.396Z[ host-package] Compiling usdt v0.5.0
33992026-09-02T23:40:36.399Z[ host-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
34002026-09-02T23:40:36.477Z[ host-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
34012026-09-02T23:40:36.499Z[ host-package] Compiling zone v0.3.1
34022026-09-02T23:40:36.539Z[ host-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
34032026-09-02T23:40:36.799Z[ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
34042026-09-02T23:40:36.902Z[ host-package] Compiling derive-where v1.6.0
34052026-09-02T23:40:36.956Z[ host-package] Compiling bytecount v0.6.9
34062026-09-02T23:40:36.986Z[ host-package] Compiling toml v0.8.23
34072026-09-02T23:40:37.142Z[ host-package] Compiling tokio-dtrace v0.1.1
34082026-09-02T23:40:37.158Z[ host-package] Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
34092026-09-02T23:40:37.268Z[ host-package] Compiling prettyplease v0.2.37
34102026-09-02T23:40:37.408Z[ host-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
34112026-09-02T23:40:37.439Z[ host-package] Compiling oxide-tokio-rt v0.1.4
34122026-09-02T23:40:37.512Z[ host-package] Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
34132026-09-02T23:40:37.603Z[ host-package] Compiling newline-converter v0.3.0
34142026-09-02T23:40:37.630Z[ host-package] Compiling gethostname v0.5.0
34152026-09-02T23:40:37.688Z[ host-package] Compiling console v0.15.11
34162026-09-02T23:40:37.770Z[ host-package] Compiling slog-dtrace v0.3.0
34172026-09-02T23:40:37.820Z[ host-package] Compiling cancel-safe-futures v0.1.5
34182026-09-02T23:40:37.896Z[ host-package] Compiling num-rational v0.4.2
34192026-09-02T23:40:38.021Z[ host-package] Compiling typify-macro v0.6.2
34202026-09-02T23:40:38.054Z[ host-package] Compiling num-complex v0.4.6
34212026-09-02T23:40:38.166Z[ host-package] Compiling expectorate v1.2.0
34222026-09-02T23:40:38.457Z[ host-package] Compiling oxide-update-engine-types v0.1.2
34232026-09-02T23:40:38.563Z[ host-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
34242026-09-02T23:40:38.639Z[ host-package] Compiling resolv-conf v0.7.6
34252026-09-02T23:40:38.678Z[ host-package] Compiling compression-core v0.4.31
34262026-09-02T23:40:38.787Z[ host-package] Compiling match_cfg v0.1.0
34272026-09-02T23:40:38.942Z[ host-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
34282026-09-02T23:40:38.993Z[ host-package] Compiling num v0.4.3
34292026-09-02T23:40:39.130Z[ host-package] Compiling crossbeam-channel v0.5.15
34302026-09-02T23:40:39.184Z[ host-package] Compiling float-ord v0.3.2
34312026-09-02T23:40:39.206Z[ host-package] Compiling linear-map v1.2.0
34322026-09-02T23:40:39.248Z[ host-package] Compiling toml_writer v1.1.1+spec-1.1.0
34332026-09-02T23:40:39.297Z[ host-package] Compiling term v1.2.1
34342026-09-02T23:40:39.385Z[ host-package] Compiling take_mut v0.2.2
34352026-09-02T23:40:39.788Z[ host-package] Compiling typify v0.6.2
34362026-09-02T23:40:39.932Z[ host-package] Compiling progenitor-impl v0.14.0
34372026-09-02T23:40:39.975Z[ host-package] Compiling oxide-update-engine v0.1.2
34382026-09-02T23:40:40.002Z[ host-package] Compiling async-stream v0.3.6
34392026-09-02T23:40:40.303Z[ host-package] Compiling waitgroup v0.1.2
34402026-09-02T23:40:40.500Z[ host-package] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
34412026-09-02T23:40:40.529Z[ host-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
34422026-09-02T23:40:40.532Z[ host-package] Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
34432026-09-02T23:40:40.631Z[ host-package] Compiling backon v1.6.0
34442026-09-02T23:40:40.897Z[ host-package] Compiling minimal-lexical v0.2.1
34452026-09-02T23:40:40.946Z[ host-package] Compiling debug-ignore v1.0.5
34462026-09-02T23:40:40.979Z[ host-package] Compiling linked-hash-map v0.5.6
34472026-09-02T23:40:41.180Z[ host-package] Compiling nom v7.1.3
34482026-09-02T23:40:41.212Z[ host-package] Compiling lru-cache v0.1.2
34492026-09-02T23:40:41.286Z[ host-package] Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
34502026-09-02T23:40:41.632Z[ host-package] Compiling itertools v0.14.0
34512026-09-02T23:40:42.405Z[ host-package] Compiling progenitor-macro v0.14.0
34522026-09-02T23:40:42.542Z[ host-package] Compiling unicode-xid v0.2.6
34532026-09-02T23:40:42.622Z[ host-package] Compiling humantime v2.3.0
34542026-09-02T23:40:42.709Z[ host-package] Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
34552026-09-02T23:40:42.765Z[ host-package] Compiling hickory-proto v0.24.4
34562026-09-02T23:40:42.875Z[ host-package] Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
34572026-09-02T23:40:43.133Z[ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
34582026-09-02T23:40:43.189Z[ host-package] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
34592026-09-02T23:40:43.707Z[ host-package] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
34602026-09-02T23:40:44.057Z[ host-package] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
34612026-09-02T23:40:44.300Z[ host-package] Compiling papergrid v0.11.0
34622026-09-02T23:40:44.344Z[ host-package] Compiling tabled_derive v0.7.0
34632026-09-02T23:40:44.373Z[ host-package] Compiling termtree v0.5.1
34642026-09-02T23:40:44.442Z[ host-package] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
34652026-09-02T23:40:44.772Z[ host-package] Compiling crossterm v0.29.0
34662026-09-02T23:40:44.959Z[ host-package] Compiling phf_shared v0.12.1
34672026-09-02T23:40:45.238Z[ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
34682026-09-02T23:40:45.442Z[ host-package] Compiling tabled v0.15.0
34692026-09-02T23:40:45.565Z[ host-package] Compiling vte v0.14.1
34702026-09-02T23:40:45.860Z[ host-package] Compiling hickory-resolver v0.24.4
34712026-09-02T23:40:45.905Z[ host-package] Compiling csv-core v0.1.13
34722026-09-02T23:40:45.908Z[ host-package] Compiling highway v1.3.0
34732026-09-02T23:40:46.244Z[ host-package] Compiling chrono-tz v0.10.4
34742026-09-02T23:40:46.389Z[ host-package] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
34752026-09-02T23:40:46.533Z[ host-package] Compiling csv v1.4.0
34762026-09-02T23:40:46.632Z[ host-package] Compiling strip-ansi-escapes v0.2.1
34772026-09-02T23:40:46.658Z[ host-package] Compiling phf v0.12.1
34782026-09-02T23:40:46.658Z[ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
34792026-09-02T23:40:46.872Z[ host-package] Compiling const_format_proc_macros v0.2.34
34802026-09-02T23:40:46.959Z[ host-package] Compiling progenitor v0.14.0
34812026-09-02T23:40:47.045Z[ host-package] Compiling fd-lock v4.0.4
34822026-09-02T23:40:47.191Z[ host-package] Compiling qorb v0.4.1
34832026-09-02T23:40:47.264Z[ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
34842026-09-02T23:40:47.290Z[ host-package] Compiling peg-macros v0.8.5
34852026-09-02T23:40:47.335Z[ host-package] Compiling nu-ansi-term v0.50.3
34862026-09-02T23:40:47.532Z[ host-package] Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
34872026-09-02T23:40:47.609Z[ host-package] Compiling reedline v0.40.0
34882026-09-02T23:40:47.686Z[ host-package] Compiling const_format v0.2.35
34892026-09-02T23:40:47.799Z[ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
34902026-09-02T23:40:47.819Z[ host-package] Compiling bcs v0.1.6
34912026-09-02T23:40:48.014Z[ host-package] Compiling nom v8.0.0
34922026-09-02T23:40:48.123Z[ host-package] Compiling semver v0.1.20
34932026-09-02T23:40:48.321Z[ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
34942026-09-02T23:40:48.617Z[ host-package] Compiling rustc_version v0.1.7
34952026-09-02T23:40:48.661Z[ host-package] Compiling peg v0.8.5
34962026-09-02T23:40:48.786Z[ host-package] Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
34972026-09-02T23:40:49.000Z[ host-package] Compiling newtype_derive v0.1.6
34982026-09-02T23:40:49.284Z[ host-package] Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
34992026-09-02T23:40:49.391Z[ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
35002026-09-02T23:40:49.510Z[ host-package] Compiling dropshot-api-manager-types v0.8.0
35012026-09-02T23:40:49.547Z[ host-package] Compiling sha1 v0.10.6
35022026-09-02T23:40:49.579Z[ host-package] Compiling utf-8 v0.7.6
35032026-09-02T23:40:49.627Z[ host-package] Compiling steno v0.4.1
35042026-09-02T23:40:49.857Z[ host-package] Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
35052026-09-02T23:40:50.010Z[ host-package] Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
35062026-09-02T23:40:50.054Z[ host-package] Compiling tagptr v0.2.0
35072026-09-02T23:40:50.079Z[ host-package] Compiling tungstenite v0.21.0
35082026-09-02T23:40:50.104Z[ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
35092026-09-02T23:40:50.179Z[ host-package] Compiling darling_core v0.21.3
35102026-09-02T23:40:50.243Z[ host-package] Compiling moka v0.12.13
35112026-09-02T23:40:50.288Z[ host-package] Compiling display-error-chain v0.2.2
35122026-09-02T23:40:50.402Z[ host-package] Compiling vergen-lib v0.1.6
35132026-09-02T23:40:50.512Z[ host-package] Compiling diesel_derives v2.3.7
35142026-09-02T23:40:50.747Z[ host-package] Compiling tokio-tungstenite v0.21.0
35152026-09-02T23:40:50.893Z[ host-package] Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
35162026-09-02T23:40:50.975Z[ host-package] Compiling scheduled-thread-pool v0.2.7
35172026-09-02T23:40:51.050Z[ host-package] Compiling vergen-gitcl v1.0.8
35182026-09-02T23:40:51.190Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
35192026-09-02T23:40:51.336Z[ host-package] Compiling dirs-sys-next v0.1.2
35202026-09-02T23:40:51.411Z[ host-package] Compiling hickory-resolver v0.25.2
35212026-09-02T23:40:51.449Z[ host-package] Compiling diesel_table_macro_syntax v0.3.0
35222026-09-02T23:40:51.491Z[ host-package] Compiling crunchy v0.2.4
35232026-09-02T23:40:51.548Z[ host-package] Compiling glob v0.3.3
35242026-09-02T23:40:51.609Z[ host-package] Compiling maplit v1.0.2
35252026-09-02T23:40:51.649Z[ host-package] Compiling dirs-next v2.0.0
35262026-09-02T23:40:51.784Z[ host-package] Compiling r2d2 v0.8.10
35272026-09-02T23:40:51.784Z[ host-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
35282026-09-02T23:40:51.826Z[ host-package] Compiling libscf-sys v1.2.0
35292026-09-02T23:40:51.938Z[ host-package] Compiling xshell-macros v0.2.7
35302026-09-02T23:40:51.941Z[ host-package] Compiling clang-sys v1.8.1
35312026-09-02T23:40:52.012Z[ host-package] Compiling tiny-keccak v2.0.2
35322026-09-02T23:40:52.043Z[ host-package] Compiling downcast-rs v2.0.2
35332026-09-02T23:40:52.206Z[ host-package] Compiling term v0.7.0
35342026-09-02T23:40:52.285Z[ host-package] Compiling papergrid v0.18.0
35352026-09-02T23:40:52.311Z[ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
35362026-09-02T23:40:52.350Z[ host-package] Compiling bit-vec v0.6.3
35372026-09-02T23:40:52.374Z[ host-package] Compiling xshell v0.2.7
35382026-09-02T23:40:52.454Z[ host-package] Compiling darling_macro v0.21.3
35392026-09-02T23:40:52.501Z[ host-package] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
35402026-09-02T23:40:52.589Z[ host-package] Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
35412026-09-02T23:40:52.625Z[ host-package] Compiling bit-set v0.5.3
35422026-09-02T23:40:52.679Z[ host-package] Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
35432026-09-02T23:40:52.732Z[ host-package] Compiling ascii-canvas v3.0.0
35442026-09-02T23:40:52.788Z[ host-package] Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
35452026-09-02T23:40:52.900Z[ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
35462026-09-02T23:40:52.996Z[ host-package] Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
35472026-09-02T23:40:53.024Z[ host-package] Compiling darling v0.21.3
35482026-09-02T23:40:53.065Z[ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
35492026-09-02T23:40:53.167Z[ host-package] Compiling dsl_auto_type v0.2.0
35502026-09-02T23:40:53.190Z[ host-package] Compiling itertools v0.15.0
35512026-09-02T23:40:53.257Z[ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
35522026-09-02T23:40:53.289Z[ host-package] Compiling itertools v0.10.5
35532026-09-02T23:40:53.306Z[ helios-setup] Sep 02 23:40:52.188 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')"
35542026-09-02T23:40:53.306Z[ helios-setup] Sep 02 23:40:52.188 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/dmar-report"
35552026-09-02T23:40:53.312Z[ helios-setup] Sep 02 23:40:52.196 INFO rust toolchain for "/work/oxidecomputer/helios/projects/dmar-report": "1.97.1-x86_64-unknown-illumos (default)"
35562026-09-02T23:40:53.312Z[ helios-setup] Sep 02 23:40:52.196 INFO building project "dmar-report" at /work/oxidecomputer/helios/projects/dmar-report
35572026-09-02T23:40:53.312Z[ helios-setup] Sep 02 23:40:52.196 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/dmar-report")
35582026-09-02T23:40:53.459Z[ helios-setup] Sep 02 23:40:52.342 INFO E| Updating crates.io index
35592026-09-02T23:40:53.465Z[ host-package] Compiling ena v0.14.4
35602026-09-02T23:40:53.491Z[ host-package] Compiling libloading v0.8.9
35612026-09-02T23:40:53.553Z[ helios-setup] Sep 02 23:40:52.437 INFO E| Downloading crates ...
35622026-09-02T23:40:53.607Z[ helios-setup] Sep 02 23:40:52.491 INFO E| Downloaded errno v0.3.12
35632026-09-02T23:40:53.615Z[ helios-setup] Sep 02 23:40:52.499 INFO E| Downloaded iana-time-zone v0.1.63
35642026-09-02T23:40:53.619Z[ helios-setup] Sep 02 23:40:52.504 INFO E| Downloaded time-core v0.1.4
35652026-09-02T23:40:53.629Z[ host-package] Compiling tabled v0.21.0
35662026-09-02T23:40:53.633Z[ helios-setup] Sep 02 23:40:52.517 INFO E| Downloaded unicode-ident v1.0.18
35672026-09-02T23:40:53.636Z[ helios-setup] Sep 02 23:40:52.519 INFO E| Downloaded deranged v0.4.0
35682026-09-02T23:40:53.636Z[ helios-setup] Sep 02 23:40:52.520 INFO E| Downloaded serde_with_macros v3.12.0
35692026-09-02T23:40:53.640Z[ helios-setup] Sep 02 23:40:52.521 INFO E| Downloaded thiserror v2.0.12
35702026-09-02T23:40:53.643Z[ helios-setup] Sep 02 23:40:52.525 INFO E| Downloaded autocfg v1.4.0
35712026-09-02T23:40:53.643Z[ helios-setup] Sep 02 23:40:52.526 INFO E| Downloaded time-macros v0.2.22
35722026-09-02T23:40:53.646Z[ helios-setup] Sep 02 23:40:52.531 INFO E| Downloaded quote v1.0.40
35732026-09-02T23:40:53.650Z[ helios-setup] Sep 02 23:40:52.532 INFO E| Downloaded thiserror-impl v2.0.12
35742026-09-02T23:40:53.655Z[ helios-setup] Sep 02 23:40:52.536 INFO E| Downloaded tempfile v3.20.0
35752026-09-02T23:40:53.658Z[ helios-setup] Sep 02 23:40:52.538 INFO E| Downloaded bitflags v2.9.1
35762026-09-02T23:40:53.670Z[ helios-setup] Sep 02 23:40:52.554 INFO E| Downloaded proc-macro2 v1.0.95
35772026-09-02T23:40:53.673Z[ helios-setup] Sep 02 23:40:52.556 INFO E| Downloaded serde_derive v1.0.219
35782026-09-02T23:40:53.679Z[ helios-setup] Sep 02 23:40:52.563 INFO E| Downloaded anyhow v1.0.98
35792026-09-02T23:40:53.688Z[ helios-setup] Sep 02 23:40:52.569 INFO E| Downloaded getrandom v0.3.3
35802026-09-02T23:40:53.693Z[ helios-setup] Sep 02 23:40:52.575 INFO E| Downloaded serde v1.0.219
35812026-09-02T23:40:53.698Z[ helios-setup] Sep 02 23:40:52.577 INFO E| Downloaded hashbrown v0.15.3
35822026-09-02T23:40:53.698Z[ helios-setup] Sep 02 23:40:52.580 INFO E| Downloaded indexmap v2.9.0
35832026-09-02T23:40:53.701Z[ helios-setup] Sep 02 23:40:52.583 INFO E| Downloaded memchr v2.7.4
35842026-09-02T23:40:53.702Z[ helios-setup] Sep 02 23:40:52.585 INFO E| Downloaded serde_json v1.0.140
35852026-09-02T23:40:53.718Z[ helios-setup] Sep 02 23:40:52.594 INFO E| Downloaded serde_with v3.12.0
35862026-09-02T23:40:53.718Z[ helios-setup] Sep 02 23:40:52.600 INFO E| Downloaded time v0.3.41
35872026-09-02T23:40:53.731Z[ helios-setup] Sep 02 23:40:52.615 INFO E| Downloaded chrono v0.4.41
35882026-09-02T23:40:53.736Z[ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
35892026-09-02T23:40:53.736Z[ host-package] Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
35902026-09-02T23:40:53.740Z[ helios-setup] Sep 02 23:40:52.624 INFO E| Downloaded syn v2.0.101
35912026-09-02T23:40:53.753Z[ helios-setup] Sep 02 23:40:52.638 INFO E| Downloaded rustix v1.0.7
35922026-09-02T23:40:53.770Z[ helios-setup] Sep 02 23:40:52.654 INFO E| Downloaded libc v0.2.172
35932026-09-02T23:40:53.835Z[ helios-setup] Sep 02 23:40:52.719 INFO E| Compiling proc-macro2 v1.0.95
35942026-09-02T23:40:53.835Z[ helios-setup] Sep 02 23:40:52.719 INFO E| Compiling unicode-ident v1.0.18
35952026-09-02T23:40:53.835Z[ helios-setup] Sep 02 23:40:52.719 INFO E| Compiling libc v0.2.172
35962026-09-02T23:40:53.840Z[ helios-setup] Sep 02 23:40:52.719 INFO E| Compiling strsim v0.11.1
35972026-09-02T23:40:53.840Z[ helios-setup] Sep 02 23:40:52.720 INFO E| Compiling fnv v1.0.7
35982026-09-02T23:40:53.840Z[ helios-setup] Sep 02 23:40:52.720 INFO E| Compiling ident_case v1.0.1
35992026-09-02T23:40:53.840Z[ helios-setup] Sep 02 23:40:52.720 INFO E| Compiling serde v1.0.219
36002026-09-02T23:40:53.840Z[ helios-setup] Sep 02 23:40:52.720 INFO E| Compiling rustix v1.0.7
36012026-09-02T23:40:53.840Z[ helios-setup] Sep 02 23:40:52.720 INFO E| Compiling getrandom v0.3.3
36022026-09-02T23:40:53.840Z[ helios-setup] Sep 02 23:40:52.720 INFO E| Compiling anyhow v1.0.98
36032026-09-02T23:40:53.840Z[ helios-setup] Sep 02 23:40:52.720 INFO E| Compiling cfg-if v1.0.0
36042026-09-02T23:40:53.840Z[ helios-setup] Sep 02 23:40:52.720 INFO E| Compiling thiserror v2.0.12
36052026-09-02T23:40:53.841Z[ helios-setup] Sep 02 23:40:52.720 INFO E| Compiling bitflags v2.9.1
36062026-09-02T23:40:53.841Z[ helios-setup] Sep 02 23:40:52.720 INFO E| Compiling serde_json v1.0.140
36072026-09-02T23:40:53.841Z[ helios-setup] Sep 02 23:40:52.720 INFO E| Compiling fastrand v2.3.0
36082026-09-02T23:40:53.841Z[ helios-setup] Sep 02 23:40:52.720 INFO E| Compiling dmar-report v0.1.2 (/work/oxidecomputer/helios/projects/dmar-report)
36092026-09-02T23:40:53.896Z[ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
36102026-09-02T23:40:54.126Z[ host-package] Compiling regex-syntax v0.6.29
36112026-09-02T23:40:54.160Z[ host-package] Compiling unicase v2.9.0
36122026-09-02T23:40:54.166Z[ helios-setup] Sep 02 23:40:53.050 INFO E| Compiling once_cell v1.21.3
36132026-09-02T23:40:54.216Z[ helios-setup] Sep 02 23:40:53.100 INFO E| Compiling itoa v1.0.15
36142026-09-02T23:40:54.377Z[ host-package] Compiling bindgen v0.71.1
36152026-09-02T23:40:54.393Z[ helios-setup] Sep 02 23:40:53.277 INFO E| Compiling ryu v1.0.20
36162026-09-02T23:40:54.530Z[ helios-setup] Sep 02 23:40:53.413 INFO E| Compiling memchr v2.7.4
36172026-09-02T23:40:54.799Z[ host-package] Compiling diff v0.1.13
36182026-09-02T23:40:55.059Z[ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
36192026-09-02T23:40:55.240Z[ host-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
36202026-09-02T23:40:55.263Z[ host-package] Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
36212026-09-02T23:40:55.351Z[ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
36222026-09-02T23:40:55.370Z[ helios-setup] Sep 02 23:40:54.254 INFO E| Compiling errno v0.3.12
36232026-09-02T23:40:55.395Z[ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
36242026-09-02T23:40:56.004Z[ helios-setup] Sep 02 23:40:54.888 INFO E| Compiling quote v1.0.40
36252026-09-02T23:40:56.234Z[ helios-setup] Sep 02 23:40:55.119 INFO E| Compiling syn v2.0.101
36262026-09-02T23:40:56.332Z[ helios-setup] Sep 02 23:40:55.216 INFO E| Compiling tempfile v3.20.0
36272026-09-02T23:40:56.488Z[ host-package] Compiling cexpr v0.6.0
36282026-09-02T23:40:56.588Z[ host-package] Compiling lalrpop v0.19.12
36292026-09-02T23:40:56.800Z[ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
36302026-09-02T23:40:57.217Z[ host-package] Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
36312026-09-02T23:40:57.345Z[ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
36322026-09-02T23:40:57.449Z[ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
36332026-09-02T23:40:57.474Z[ host-package] Compiling rustc-hash v2.1.1
36342026-09-02T23:40:57.703Z[ host-package] Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
36352026-09-02T23:40:58.018Z[ host-package] Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
36362026-09-02T23:40:58.697Z[ host-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
36372026-09-02T23:40:58.801Z[ helios-setup] Sep 02 23:40:57.685 INFO E| Compiling darling_core v0.20.11
36382026-09-02T23:40:59.174Z[ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
36392026-09-02T23:40:59.664Z[ helios-setup] Sep 02 23:40:58.548 INFO E| Compiling serde_derive v1.0.219
36402026-09-02T23:40:59.664Z[ helios-setup] Sep 02 23:40:58.548 INFO E| Compiling thiserror-impl v2.0.12
36412026-09-02T23:40:59.790Z[ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
36422026-09-02T23:41:00.126Z[ host-package] Compiling headers-core v0.3.0
36432026-09-02T23:41:00.166Z[ host-package] Compiling libxml v0.3.3
36442026-09-02T23:41:00.216Z[ host-package] Compiling diesel v2.3.7
36452026-09-02T23:41:00.419Z[ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
36462026-09-02T23:41:00.441Z[ host-package] Compiling crc8 v0.1.1
36472026-09-02T23:41:00.685Z[ host-package] Compiling headers v0.4.1
36482026-09-02T23:41:00.738Z[ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
36492026-09-02T23:41:00.799Z[ host-package] Compiling strum_macros v0.24.3
36502026-09-02T23:41:00.913Z[ host-package] Compiling indoc v1.0.9
36512026-09-02T23:41:01.318Z[ helios-setup] Sep 02 23:41:00.201 INFO E| Compiling darling_macro v0.20.11
36522026-09-02T23:41:01.453Z[ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
36532026-09-02T23:41:01.721Z[ host-package] Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
36542026-09-02T23:41:01.814Z[ host-package] Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
36552026-09-02T23:41:02.095Z[ host-package] Compiling omicron-debug-dropbox v0.1.0 (https://github.com/oxidecomputer/omicron-debug-dropbox?rev=eb13fc7a0031261dd51a14a30a133155460f5c0a#eb13fc7a)
36562026-09-02T23:41:02.178Z[ helios-setup] Sep 02 23:41:01.060 INFO E| Compiling darling v0.20.11
36572026-09-02T23:41:02.213Z[ host-package] Compiling derive_builder v0.20.2
36582026-09-02T23:41:02.263Z[ helios-setup] Sep 02 23:41:01.147 INFO E| Compiling serde_with_macros v3.12.0
36592026-09-02T23:41:02.283Z[ host-package] Compiling quick-xml v0.37.5
36602026-09-02T23:41:02.470Z[ host-package] Compiling oso-derive v0.27.3
36612026-09-02T23:41:02.637Z[ host-package] Compiling impl-trait-for-tuples v0.2.3
36622026-09-02T23:41:03.002Z[ host-package] Compiling openssl-probe v0.1.6
36632026-09-02T23:41:03.041Z[ host-package] Compiling samael v0.0.19
36642026-09-02T23:41:03.173Z[ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
36652026-09-02T23:41:03.218Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
36662026-09-02T23:41:03.253Z[ host-package] Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
36672026-09-02T23:41:03.302Z[ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
36682026-09-02T23:41:03.372Z[ host-package] Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
36692026-09-02T23:41:03.376Z[ host-package] Compiling bb8 v0.8.6
36702026-09-02T23:41:03.676Z[ host-package] Compiling filetime v0.2.27
36712026-09-02T23:41:03.827Z[ host-package] Compiling trait-variant v0.1.2
36722026-09-02T23:41:03.927Z[ host-package] Compiling proc-macro-error-attr2 v2.0.0
36732026-09-02T23:41:03.968Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
36742026-09-02T23:41:04.016Z[ host-package] Compiling half v1.8.3
36752026-09-02T23:41:04.069Z[ host-package] Compiling tar v0.4.46
36762026-09-02T23:41:04.190Z[ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
36772026-09-02T23:41:04.286Z[ host-package] Compiling hashbrown v0.14.5
36782026-09-02T23:41:04.371Z[ host-package] Compiling proc-macro-error2 v2.0.1
36792026-09-02T23:41:04.420Z[ host-package] Compiling serde_cbor v0.11.2
36802026-09-02T23:41:04.443Z[ host-package] Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
36812026-09-02T23:41:04.446Z[ host-package] Compiling rfc6979 v0.4.0
36822026-09-02T23:41:04.639Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
36832026-09-02T23:41:04.673Z[ helios-setup] Sep 02 23:41:03.557 INFO E| Compiling serde_with v3.12.0
36842026-09-02T23:41:04.850Z[ host-package] Compiling salty v0.3.0
36852026-09-02T23:41:04.877Z[ host-package] Compiling chumsky v0.9.3
36862026-09-02T23:41:04.996Z[ host-package] Compiling polar-core v0.27.3
36872026-09-02T23:41:05.059Z[ host-package] Compiling knus-derive v3.4.0
36882026-09-02T23:41:05.163Z[ host-package] Compiling ecdsa v0.16.9
36892026-09-02T23:41:05.273Z[ host-package] Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
36902026-09-02T23:41:05.621Z[ host-package] Compiling primeorder v0.13.6
36912026-09-02T23:41:05.708Z[ host-package] Compiling nonempty v0.12.0
36922026-09-02T23:41:05.997Z[ host-package] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
36932026-09-02T23:41:06.109Z[ host-package] Compiling p384 v0.13.1
36942026-09-02T23:41:06.313Z[ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
36952026-09-02T23:41:06.337Z[ host-package] Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
36962026-09-02T23:41:06.588Z[ host-package] Compiling knus v3.4.0
36972026-09-02T23:41:06.609Z[ host-package] Compiling fxhash v0.2.1
36982026-09-02T23:41:06.778Z[ host-package] Compiling libz-sys v1.1.24
36992026-09-02T23:41:06.781Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
37002026-09-02T23:41:07.055Z[ host-package] Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
37012026-09-02T23:41:07.238Z[ host-package] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
37022026-09-02T23:41:07.359Z[ host-package] Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
37032026-09-02T23:41:07.523Z[ host-package] Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d)
37042026-09-02T23:41:07.703Z[ host-package] Compiling kstat-rs v0.2.5
37052026-09-02T23:41:08.174Z[ host-package] Compiling mime_guess v2.0.5
37062026-09-02T23:41:08.181Z[ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
37072026-09-02T23:41:08.266Z[ host-package] Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
37082026-09-02T23:41:08.587Z[ host-package] Compiling nanorand v0.7.0
37092026-09-02T23:41:08.619Z[ helios-setup] Sep 02 23:41:07.500 INFO E| Finished `release` profile [optimized] target(s) in 15.29s
37102026-09-02T23:41:08.644Z[ helios-setup] Sep 02 23:41:07.528 INFO building project "dmar-report" ok (15 seconds)
37112026-09-02T23:41:08.644Z[ helios-setup] Sep 02 23:41:07.528 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/bootserver"
37122026-09-02T23:41:08.653Z[ helios-setup] Sep 02 23:41:07.537 INFO rust toolchain for "/work/oxidecomputer/helios/projects/bootserver": "1.97.1-x86_64-unknown-illumos (default)"
37132026-09-02T23:41:08.653Z[ helios-setup] Sep 02 23:41:07.537 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver
37142026-09-02T23:41:08.658Z[ helios-setup] Sep 02 23:41:07.537 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver")
37152026-09-02T23:41:08.766Z[ helios-setup] Sep 02 23:41:07.650 INFO E| Downloading crates ...
37162026-09-02T23:41:08.790Z[ host-package] Compiling libgit2-sys v0.18.3+1.9.2
37172026-09-02T23:41:08.819Z[ helios-setup] Sep 02 23:41:07.703 INFO E| Downloaded unicode-width v0.1.10
37182026-09-02T23:41:08.823Z[ helios-setup] Sep 02 23:41:07.704 INFO E| Downloaded anyhow v1.0.62
37192026-09-02T23:41:08.823Z[ helios-setup] Sep 02 23:41:07.706 INFO E| Downloaded typenum v1.15.0
37202026-09-02T23:41:08.826Z[ helios-setup] Sep 02 23:41:07.708 INFO E| Downloaded generic-array v0.14.6
37212026-09-02T23:41:08.826Z[ helios-setup] Sep 02 23:41:07.710 INFO E| Downloaded block-buffer v0.10.3
37222026-09-02T23:41:08.830Z[ helios-setup] Sep 02 23:41:07.712 INFO E| Downloaded miniz_oxide v0.6.2
37232026-09-02T23:41:08.830Z[ helios-setup] Sep 02 23:41:07.713 INFO E| Downloaded cpufeatures v0.2.5
37242026-09-02T23:41:08.833Z[ helios-setup] Sep 02 23:41:07.715 INFO E| Downloaded digest v0.10.3
37252026-09-02T23:41:08.837Z[ helios-setup] Sep 02 23:41:07.718 INFO E| Downloaded sha2 v0.10.5
37262026-09-02T23:41:08.837Z[ helios-setup] Sep 02 23:41:07.719 INFO E| Downloaded bytes v1.2.1
37272026-09-02T23:41:08.840Z[ helios-setup] Sep 02 23:41:07.721 INFO E| Downloaded flate2 v1.0.25
37282026-09-02T23:41:08.884Z[ helios-setup] Sep 02 23:41:07.766 INFO E| Compiling typenum v1.15.0
37292026-09-02T23:41:08.884Z[ helios-setup] Sep 02 23:41:07.766 INFO E| Compiling version_check v0.9.4
37302026-09-02T23:41:08.887Z[ helios-setup] Sep 02 23:41:07.766 INFO E| Compiling crc32fast v1.3.2
37312026-09-02T23:41:08.887Z[ helios-setup] Sep 02 23:41:07.767 INFO E| Compiling cfg-if v1.0.0
37322026-09-02T23:41:08.887Z[ helios-setup] Sep 02 23:41:07.767 INFO E| Compiling adler v1.0.2
37332026-09-02T23:41:08.887Z[ helios-setup] Sep 02 23:41:07.767 INFO E| Compiling anyhow v1.0.62
37342026-09-02T23:41:08.887Z[ helios-setup] Sep 02 23:41:07.767 INFO E| Compiling unicode-width v0.1.10
37352026-09-02T23:41:08.887Z[ helios-setup] Sep 02 23:41:07.767 INFO E| Compiling cpufeatures v0.2.5
37362026-09-02T23:41:08.890Z[ helios-setup] Sep 02 23:41:07.774 INFO E| Compiling bytes v1.2.1
37372026-09-02T23:41:08.890Z[ helios-setup] Sep 02 23:41:07.774 INFO E| Compiling bitflags v1.3.2
37382026-09-02T23:41:08.969Z[ host-package] Compiling parking_lot_core v0.8.6
37392026-09-02T23:41:09.033Z[ helios-setup] Sep 02 23:41:07.917 INFO E| Compiling miniz_oxide v0.6.2
37402026-09-02T23:41:09.050Z[ helios-setup] Sep 02 23:41:07.928 INFO E| Compiling getopts v0.2.21
37412026-09-02T23:41:09.094Z[ host-package] Compiling flume v0.11.1
37422026-09-02T23:41:09.301Z[ helios-setup] Sep 02 23:41:08.167 INFO E| Compiling generic-array v0.14.6
37432026-09-02T23:41:09.346Z[ host-package] Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
37442026-09-02T23:41:09.582Z[ helios-setup] Sep 02 23:41:08.465 INFO E| Compiling flate2 v1.0.25
37452026-09-02T23:41:09.632Z[ host-package] Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
37462026-09-02T23:41:09.849Z[ host-package] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
37472026-09-02T23:41:10.000Z[ host-package] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
37482026-09-02T23:41:10.153Z[ host-package] Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
37492026-09-02T23:41:10.346Z[ host-package] Compiling git-stub v1.0.0
37502026-09-02T23:41:10.642Z[ host-package] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e)
37512026-09-02T23:41:10.704Z[ host-package] Compiling corncobs v0.1.4
37522026-09-02T23:41:10.707Z[ host-package] Compiling http-range v0.1.5
37532026-09-02T23:41:10.908Z[ helios-setup] Sep 02 23:41:09.792 INFO E| Compiling block-buffer v0.10.3
37542026-09-02T23:41:10.908Z[ helios-setup] Sep 02 23:41:09.792 INFO E| Compiling crypto-common v0.1.6
37552026-09-02T23:41:10.924Z[ host-package] Compiling instability v0.3.11
37562026-09-02T23:41:10.970Z[ host-package] Compiling strsim v0.10.0
37572026-09-02T23:41:11.016Z[ helios-setup] Sep 02 23:41:09.900 INFO E| Compiling digest v0.10.3
37582026-09-02T23:41:11.103Z[ host-package] Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
37592026-09-02T23:41:11.142Z[ host-package] Compiling git-stub-vcs v0.1.0
37602026-09-02T23:41:11.189Z[ helios-setup] Sep 02 23:41:10.072 INFO E| Compiling sha2 v0.10.5
37612026-09-02T23:41:11.268Z[ host-package] Compiling darling_core v0.13.4
37622026-09-02T23:41:11.304Z[ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
37632026-09-02T23:41:11.433Z[ helios-setup] Sep 02 23:41:10.317 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver)
37642026-09-02T23:41:11.872Z[ host-package] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
37652026-09-02T23:41:11.958Z[ host-package] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
37662026-09-02T23:41:12.163Z[ host-package] Compiling progenitor-impl v0.13.0
37672026-09-02T23:41:12.188Z[ host-package] Compiling ignore v0.4.25
37682026-09-02T23:41:12.296Z[ host-package] Compiling olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
37692026-09-02T23:41:12.612Z[ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#878a31ea)
37702026-09-02T23:41:12.680Z[ host-package] Compiling anstyle-parse v0.2.7
37712026-09-02T23:41:13.050Z[ host-package] Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
37722026-09-02T23:41:13.145Z[ host-package] Compiling secrecy v0.8.0
37732026-09-02T23:41:13.486Z[ host-package] Compiling vergen-git2 v9.1.0
37742026-09-02T23:41:13.769Z[ host-package] Compiling castaway v0.2.4
37752026-09-02T23:41:13.884Z[ helios-setup] Sep 02 23:41:12.768 INFO E| Finished `release` profile [optimized] target(s) in 5.22s
37762026-09-02T23:41:13.897Z[ helios-setup] Sep 02 23:41:12.782 INFO building project "bootserver" ok (5 seconds)
37772026-09-02T23:41:13.898Z[ helios-setup] Sep 02 23:41:12.782 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/image-builder"
37782026-09-02T23:41:13.907Z[ helios-setup] Sep 02 23:41:12.789 INFO rust toolchain for "/work/oxidecomputer/helios/projects/image-builder": "1.97.1-x86_64-unknown-illumos (default)"
37792026-09-02T23:41:13.907Z[ helios-setup] Sep 02 23:41:12.790 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder
37802026-09-02T23:41:13.910Z[ helios-setup] Sep 02 23:41:12.790 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder")
37812026-09-02T23:41:13.934Z[ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#878a31ea)
37822026-09-02T23:41:14.086Z[ helios-setup] Sep 02 23:41:12.896 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib`
37832026-09-02T23:41:14.107Z[ host-package] Compiling indoc v2.0.7
37842026-09-02T23:41:14.331Z[ helios-setup] Sep 02 23:41:13.215 INFO E| From https://github.com/jclulow/rust-jmclib
37852026-09-02T23:41:14.331Z[ helios-setup] Sep 02 23:41:13.215 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949
37862026-09-02T23:41:14.342Z[ helios-setup] Sep 02 23:41:13.226 INFO E| Updating crates.io index
37872026-09-02T23:41:14.389Z[ helios-setup] Sep 02 23:41:13.273 INFO E| Downloading crates ...
37882026-09-02T23:41:14.451Z[ helios-setup] Sep 02 23:41:13.334 INFO E| Downloaded fastrand v2.0.0
37892026-09-02T23:41:14.457Z[ helios-setup] Sep 02 23:41:13.341 INFO E| Downloaded anyhow v1.0.72
37902026-09-02T23:41:14.460Z[ host-package] Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
37912026-09-02T23:41:14.464Z[ helios-setup] Sep 02 23:41:13.348 INFO E| Downloaded cpufeatures v0.2.9
37922026-09-02T23:41:14.467Z[ helios-setup] Sep 02 23:41:13.349 INFO E| Downloaded errno v0.3.1
37932026-09-02T23:41:14.467Z[ helios-setup] Sep 02 23:41:13.350 INFO E| Downloaded digest v0.9.0
37942026-09-02T23:41:14.467Z[ helios-setup] Sep 02 23:41:13.351 INFO E| Downloaded libdevinfo-sys v1.0.0
37952026-09-02T23:41:14.478Z[ helios-setup] Sep 02 23:41:13.361 INFO E| Downloaded md-5 v0.9.1
37962026-09-02T23:41:14.481Z[ helios-setup] Sep 02 23:41:13.364 INFO E| Downloaded opaque-debug v0.3.0
37972026-09-02T23:41:14.485Z[ helios-setup] Sep 02 23:41:13.369 INFO E| Downloaded itoa v1.0.9
37982026-09-02T23:41:14.489Z[ helios-setup] Sep 02 23:41:13.370 INFO E| Downloaded sha-1 v0.9.8
37992026-09-02T23:41:14.490Z[ helios-setup] Sep 02 23:41:13.371 INFO E| Downloaded block-buffer v0.9.0
38002026-09-02T23:41:14.490Z[ helios-setup] Sep 02 23:41:13.372 INFO E| Downloaded glob v0.3.1
38012026-09-02T23:41:14.494Z[ helios-setup] Sep 02 23:41:13.373 INFO E| Downloaded walkdir v2.3.3
38022026-09-02T23:41:14.497Z[ helios-setup] Sep 02 23:41:13.379 INFO E| Downloaded tempfile v3.7.0
38032026-09-02T23:41:14.497Z[ helios-setup] Sep 02 23:41:13.381 INFO E| Downloaded quote v1.0.31
38042026-09-02T23:41:14.507Z[ helios-setup] Sep 02 23:41:13.391 INFO E| Downloaded bitflags v2.3.3
38052026-09-02T23:41:14.510Z[ helios-setup] Sep 02 23:41:13.393 INFO E| Downloaded typenum v1.16.0
38062026-09-02T23:41:14.514Z[ helios-setup] Sep 02 23:41:13.398 INFO E| Downloaded getrandom v0.2.10
38072026-09-02T23:41:14.517Z[ helios-setup] Sep 02 23:41:13.400 INFO E| Downloaded proc-macro2 v1.0.66
38082026-09-02T23:41:14.521Z[ helios-setup] Sep 02 23:41:13.401 INFO E| Downloaded unicode-ident v1.0.11
38092026-09-02T23:41:14.521Z[ helios-setup] Sep 02 23:41:13.403 INFO E| Downloaded ryu v1.0.15
38102026-09-02T23:41:14.524Z[ helios-setup] Sep 02 23:41:13.404 INFO E| Downloaded uuid v0.8.2
38112026-09-02T23:41:14.524Z[ helios-setup] Sep 02 23:41:13.406 INFO E| Downloaded once_cell v1.18.0
38122026-09-02T23:41:14.524Z[ helios-setup] Sep 02 23:41:13.408 INFO E| Downloaded toml v0.5.11
38132026-09-02T23:41:14.528Z[ helios-setup] Sep 02 23:41:13.409 INFO E| Downloaded serde_derive v1.0.193
38142026-09-02T23:41:14.529Z[ helios-setup] Sep 02 23:41:13.410 INFO E| Downloaded serde v1.0.193
38152026-09-02T23:41:14.529Z[ host-package] Compiling progenitor-macro v0.13.0
38162026-09-02T23:41:14.535Z[ helios-setup] Sep 02 23:41:13.419 INFO E| Downloaded serde_json v1.0.103
38172026-09-02T23:41:14.570Z[ helios-setup] Sep 02 23:41:13.454 INFO E| Downloaded syn v2.0.32
38182026-09-02T23:41:14.579Z[ helios-setup] Sep 02 23:41:13.463 INFO E| Downloaded rustix v0.38.4
38192026-09-02T23:41:14.599Z[ helios-setup] Sep 02 23:41:13.483 INFO E| Downloaded libc v0.2.147
38202026-09-02T23:41:14.663Z[ helios-setup] Sep 02 23:41:13.547 INFO E| Compiling libc v0.2.147
38212026-09-02T23:41:14.663Z[ helios-setup] Sep 02 23:41:13.547 INFO E| Compiling proc-macro2 v1.0.66
38222026-09-02T23:41:14.663Z[ helios-setup] Sep 02 23:41:13.547 INFO E| Compiling unicode-ident v1.0.11
38232026-09-02T23:41:14.666Z[ helios-setup] Sep 02 23:41:13.547 INFO E| Compiling cfg-if v1.0.0
38242026-09-02T23:41:14.667Z[ helios-setup] Sep 02 23:41:13.547 INFO E| Compiling typenum v1.16.0
38252026-09-02T23:41:14.667Z[ helios-setup] Sep 02 23:41:13.547 INFO E| Compiling version_check v0.9.4
38262026-09-02T23:41:14.667Z[ helios-setup] Sep 02 23:41:13.547 INFO E| Compiling serde v1.0.193
38272026-09-02T23:41:14.667Z[ helios-setup] Sep 02 23:41:13.547 INFO E| Compiling itoa v1.0.9
38282026-09-02T23:41:14.667Z[ helios-setup] Sep 02 23:41:13.547 INFO E| Compiling powerfmt v0.2.0
38292026-09-02T23:41:14.667Z[ helios-setup] Sep 02 23:41:13.547 INFO E| Compiling rustix v0.38.4
38302026-09-02T23:41:14.667Z[ helios-setup] Sep 02 23:41:13.547 INFO E| Compiling time-core v0.1.2
38312026-09-02T23:41:14.667Z[ helios-setup] Sep 02 23:41:13.547 INFO E| Compiling num-conv v0.1.0
38322026-09-02T23:41:14.667Z[ helios-setup] Sep 02 23:41:13.547 INFO E| Compiling slog v2.7.0
38332026-09-02T23:41:14.667Z[ helios-setup] Sep 02 23:41:13.547 INFO E| Compiling bitflags v2.3.3
38342026-09-02T23:41:14.667Z[ helios-setup] Sep 02 23:41:13.547 INFO E| Compiling num_threads v0.1.6
38352026-09-02T23:41:14.667Z[ helios-setup] Sep 02 23:41:13.547 INFO E| Compiling once_cell v1.18.0
38362026-09-02T23:41:14.855Z[ host-package] Compiling compact_str v0.8.1
38372026-09-02T23:41:15.284Z[ helios-setup] Sep 02 23:41:14.168 INFO E| Compiling deranged v0.3.11
38382026-09-02T23:41:15.322Z[ host-package] Compiling oso v0.27.3
38392026-09-02T23:41:15.345Z[ helios-setup] Sep 02 23:41:14.229 INFO E| Compiling opaque-debug v0.3.0
38402026-09-02T23:41:15.428Z[ helios-setup] Sep 02 23:41:14.312 INFO E| Compiling serde_json v1.0.103
38412026-09-02T23:41:15.428Z[ helios-setup] Sep 02 23:41:14.312 INFO E| Compiling anyhow v1.0.72
38422026-09-02T23:41:15.444Z[ helios-setup] Sep 02 23:41:14.328 INFO E| Compiling fastrand v2.0.0
38432026-09-02T23:41:15.548Z[ helios-setup] Sep 02 23:41:14.431 INFO E| Compiling thread_local v1.1.7
38442026-09-02T23:41:15.570Z[ helios-setup] Sep 02 23:41:14.454 INFO E| Compiling time-macros v0.2.18
38452026-09-02T23:41:15.724Z[ helios-setup] Sep 02 23:41:14.605 INFO E| Compiling ryu v1.0.15
38462026-09-02T23:41:15.847Z[ helios-setup] Sep 02 23:41:14.730 INFO E| Compiling same-file v1.0.6
38472026-09-02T23:41:15.863Z[ helios-setup] Sep 02 23:41:14.746 INFO E| Compiling unicode-width v0.1.10
38482026-09-02T23:41:15.869Z[ helios-setup] Sep 02 23:41:14.752 INFO E| Compiling generic-array v0.14.7
38492026-09-02T23:41:15.883Z[ helios-setup] Sep 02 23:41:14.767 INFO E| Compiling cpufeatures v0.2.9
38502026-09-02T23:41:15.893Z[ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#878a31ea)
38512026-09-02T23:41:15.964Z[ helios-setup] Sep 02 23:41:14.848 INFO E| Compiling getopts v0.2.21
38522026-09-02T23:41:15.994Z[ helios-setup] Sep 02 23:41:14.878 INFO E| Compiling glob v0.3.1
38532026-09-02T23:41:16.059Z[ host-package] Compiling darling_macro v0.13.4
38542026-09-02T23:41:16.064Z[ helios-setup] Sep 02 23:41:14.943 INFO E| Compiling quote v1.0.31
38552026-09-02T23:41:16.159Z[ host-package] Compiling anstream v0.6.21
38562026-09-02T23:41:16.192Z[ helios-setup] Sep 02 23:41:15.076 INFO E| Compiling walkdir v2.3.3
38572026-09-02T23:41:16.210Z[ helios-setup] Sep 02 23:41:15.094 INFO E| Compiling libdevinfo-sys v1.0.0
38582026-09-02T23:41:16.491Z[ helios-setup] Sep 02 23:41:15.375 INFO E| Compiling syn v2.0.32
38592026-09-02T23:41:16.527Z[ helios-setup] Sep 02 23:41:15.411 INFO E| Compiling dirs-sys-next v0.1.2
38602026-09-02T23:41:16.527Z[ helios-setup] Sep 02 23:41:15.411 INFO E| Compiling errno v0.3.1
38612026-09-02T23:41:16.527Z[ helios-setup] Sep 02 23:41:15.411 INFO E| Compiling atty v0.2.14
38622026-09-02T23:41:16.554Z[ helios-setup] Sep 02 23:41:15.434 INFO E| Compiling getrandom v0.2.10
38632026-09-02T23:41:16.772Z[ helios-setup] Sep 02 23:41:15.655 INFO E| Compiling dirs-next v2.0.0
38642026-09-02T23:41:16.927Z[ helios-setup] Sep 02 23:41:15.811 INFO E| Compiling term v0.7.0
38652026-09-02T23:41:16.960Z[ host-package] Compiling globwalk v0.9.1
38662026-09-02T23:41:17.077Z[ host-package] Compiling tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
38672026-09-02T23:41:17.257Z[ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
38682026-09-02T23:41:17.371Z[ host-package] Compiling parking_lot v0.11.2
38692026-09-02T23:41:17.399Z[ helios-setup] Sep 02 23:41:16.283 INFO E| Compiling tempfile v3.7.0
38702026-09-02T23:41:17.627Z[ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
38712026-09-02T23:41:17.693Z[ helios-setup] Sep 02 23:41:16.577 INFO E| Compiling time v0.3.36
38722026-09-02T23:41:17.770Z[ helios-setup] Sep 02 23:41:16.653 INFO E| Compiling block-buffer v0.9.0
38732026-09-02T23:41:17.770Z[ helios-setup] Sep 02 23:41:16.653 INFO E| Compiling digest v0.9.0
38742026-09-02T23:41:17.845Z[ host-package] Compiling hyper-staticfile v0.10.1
38752026-09-02T23:41:17.887Z[ helios-setup] Sep 02 23:41:16.770 INFO E| Compiling md-5 v0.9.1
38762026-09-02T23:41:17.887Z[ helios-setup] Sep 02 23:41:16.771 INFO E| Compiling sha-1 v0.9.8
38772026-09-02T23:41:18.159Z[ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
38782026-09-02T23:41:18.355Z[ host-package] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
38792026-09-02T23:41:18.510Z[ helios-setup] Sep 02 23:41:17.394 INFO E| Compiling serde_derive v1.0.193
38802026-09-02T23:41:18.806Z[ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
38812026-09-02T23:41:18.836Z[ helios-setup] Sep 02 23:41:17.719 INFO E| Compiling slog-term v2.9.0
38822026-09-02T23:41:18.911Z[ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
38832026-09-02T23:41:18.983Z[ host-package] Compiling predicates-tree v1.0.13
38842026-09-02T23:41:19.433Z[ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
38852026-09-02T23:41:19.589Z[ host-package] Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
38862026-09-02T23:41:19.681Z[ host-package] Compiling progenitor-client v0.13.0
38872026-09-02T23:41:19.980Z[ host-package] Compiling unicode-truncate v1.1.0
38882026-09-02T23:41:20.142Z[ host-package] Compiling digest-io v0.1.0
38892026-09-02T23:41:20.147Z[ host-package] Compiling sha2 v0.11.0
38902026-09-02T23:41:20.222Z[ host-package] Compiling lru v0.12.5
38912026-09-02T23:41:20.226Z[ host-package] Compiling prefix-trie v0.7.0
38922026-09-02T23:41:20.325Z[ host-package] Compiling rand_seeder v0.4.0
38932026-09-02T23:41:20.440Z[ host-package] Compiling cassowary v0.3.0
38942026-09-02T23:41:20.555Z[ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
38952026-09-02T23:41:20.560Z[ host-package] Compiling camino-tempfile-ext v0.3.3
38962026-09-02T23:41:20.745Z[ host-package] Compiling hickory-server v0.25.2
38972026-09-02T23:41:20.768Z[ host-package] Compiling ratatui v0.29.0
38982026-09-02T23:41:21.164Z[ host-package] Compiling diesel-dtrace v0.5.0
38992026-09-02T23:41:21.192Z[ host-package] Compiling async-bb8-diesel v0.2.1
39002026-09-02T23:41:21.243Z[ host-package] Compiling progenitor v0.13.0
39012026-09-02T23:41:21.475Z[ host-package] Compiling tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
39022026-09-02T23:41:21.682Z[ host-package] Compiling sled v0.34.7
39032026-09-02T23:41:22.646Z[ host-package] Compiling darling v0.13.4
39042026-09-02T23:41:22.785Z[ host-package] Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
39052026-09-02T23:41:22.865Z[ helios-setup] Sep 02 23:41:21.748 INFO E| Compiling toml v0.5.11
39062026-09-02T23:41:22.865Z[ helios-setup] Sep 02 23:41:21.748 INFO E| Compiling uuid v0.8.2
39072026-09-02T23:41:23.474Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
39082026-09-02T23:41:23.648Z[ helios-setup] Sep 02 23:41:22.531 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268)
39092026-09-02T23:41:23.892Z[ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
39102026-09-02T23:41:24.295Z[ helios-setup] Sep 02 23:41:23.178 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder)
39112026-09-02T23:41:24.645Z[ host-package] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
39122026-09-02T23:41:24.886Z[ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
39132026-09-02T23:41:25.111Z[ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
39142026-09-02T23:41:25.308Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
39152026-09-02T23:41:25.390Z[ host-package] Compiling sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common)
39162026-09-02T23:41:25.929Z[ host-package] Compiling serde_with_macros v1.5.2
39172026-09-02T23:41:26.554Z[ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
39182026-09-02T23:41:26.618Z[ host-package] Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
39192026-09-02T23:41:26.677Z[ host-package] Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
39202026-09-02T23:41:26.726Z[ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
39212026-09-02T23:41:26.807Z[ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
39222026-09-02T23:41:26.983Z[ host-package] Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
39232026-09-02T23:41:27.011Z[ host-package] Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
39242026-09-02T23:41:27.098Z[ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
39252026-09-02T23:41:27.130Z[ host-package] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
39262026-09-02T23:41:27.163Z[ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
39272026-09-02T23:41:27.245Z[ host-package] Compiling arc-swap v1.8.2
39282026-09-02T23:41:27.342Z[ host-package] Compiling void v1.0.2
39292026-09-02T23:41:27.460Z[ host-package] Compiling lzss v0.8.2
39302026-09-02T23:41:27.530Z[ host-package] Compiling slog-scope v4.4.1
39312026-09-02T23:41:27.637Z[ host-package] Compiling serde_with v1.14.0
39322026-09-02T23:41:27.661Z[ host-package] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
39332026-09-02T23:41:27.687Z[ host-package] Compiling scuffle v0.1.0
39342026-09-02T23:41:27.737Z[ host-package] Compiling tungstenite v0.23.0
39352026-09-02T23:41:27.890Z[ host-package] Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
39362026-09-02T23:41:28.099Z[ host-package] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
39372026-09-02T23:41:28.358Z[ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
39382026-09-02T23:41:28.375Z[ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
39392026-09-02T23:41:28.471Z[ helios-setup] Sep 02 23:41:27.344 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.54s
39402026-09-02T23:41:28.532Z[ helios-setup] Sep 02 23:41:27.367 INFO building project "image-builder" ok (14 seconds)
39412026-09-02T23:41:28.533Z[ helios-setup] Sep 02 23:41:27.367 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/amd-host-image-builder"
39422026-09-02T23:41:28.562Z[ helios-setup] Sep 02 23:41:27.399 INFO rust toolchain for "/work/oxidecomputer/helios/projects/amd-host-image-builder": "1.97.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/helios/projects/amd-host-image-builder/rust-toolchain.toml')"
39432026-09-02T23:41:28.562Z[ helios-setup] Sep 02 23:41:27.399 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder
39442026-09-02T23:41:28.562Z[ helios-setup] Sep 02 23:41:27.399 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder")
39452026-09-02T23:41:28.581Z[ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
39462026-09-02T23:41:28.621Z[ host-package] Compiling nix v0.27.1
39472026-09-02T23:41:28.680Z[ helios-setup] Sep 02 23:41:27.563 INFO E| Updating crates.io index
39482026-09-02T23:41:28.684Z[ helios-setup] Sep 02 23:41:27.563 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git`
39492026-09-02T23:41:28.820Z[ host-package] Compiling libsw-core v0.3.2
39502026-09-02T23:41:28.846Z[ host-package] Compiling twox-hash v2.1.2
39512026-09-02T23:41:28.968Z[ host-package] Compiling serde_bytes v0.11.19
39522026-09-02T23:41:29.043Z[ host-package] Compiling atty v0.2.14
39532026-09-02T23:41:29.062Z[ host-package] Compiling libsw v3.5.0
39542026-09-02T23:41:29.119Z[ host-package] Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
39552026-09-02T23:41:29.176Z[ helios-setup] Sep 02 23:41:28.059 INFO E| From https://github.com/oxidecomputer/amd-apcb
39562026-09-02T23:41:29.176Z[ helios-setup] Sep 02 23:41:28.059 INFO E| * [new ref] 1ec66d607de2437813cdd9ffa91719a4b163b3cf -> refs/commit/1ec66d607de2437813cdd9ffa91719a4b163b3cf
39572026-09-02T23:41:29.192Z[ helios-setup] Sep 02 23:41:28.075 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-efs.git`
39582026-09-02T23:41:29.232Z[ host-package] Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
39592026-09-02T23:41:29.283Z[ host-package] Compiling sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
39602026-09-02T23:41:29.309Z[ host-package] Compiling tokio-tungstenite v0.23.1
39612026-09-02T23:41:29.333Z[ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
39622026-09-02T23:41:29.333Z[ host-package] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
39632026-09-02T23:41:29.464Z[ host-package] Compiling slog-stdlog v4.1.1
39642026-09-02T23:41:29.533Z[ host-package] Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
39652026-09-02T23:41:29.587Z[ helios-setup] Sep 02 23:41:28.471 INFO E| From https://github.com/oxidecomputer/amd-efs
39662026-09-02T23:41:29.587Z[ helios-setup] Sep 02 23:41:28.471 INFO E| * [new ref] da9716b305396da455bd7f6f665cec493c780037 -> refs/commit/da9716b305396da455bd7f6f665cec493c780037
39672026-09-02T23:41:29.724Z[ host-package] Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
39682026-09-02T23:41:29.736Z[ helios-setup] Sep 02 23:41:28.599 INFO E| Downloading crates ...
39692026-09-02T23:41:29.774Z[ helios-setup] Sep 02 23:41:28.657 INFO E| Downloaded strum v0.27.1
39702026-09-02T23:41:29.781Z[ helios-setup] Sep 02 23:41:28.659 INFO E| Downloaded heck v0.3.3
39712026-09-02T23:41:29.781Z[ helios-setup] Sep 02 23:41:28.660 INFO E| Downloaded parse_int v0.9.0
39722026-09-02T23:41:29.781Z[ helios-setup] Sep 02 23:41:28.660 INFO E| Downloaded unic-char-range v0.9.0
39732026-09-02T23:41:29.782Z[ helios-setup] Sep 02 23:41:28.661 INFO E| Downloaded unic-ucd-version v0.9.0
39742026-09-02T23:41:29.792Z[ helios-setup] Sep 02 23:41:28.667 INFO E| Downloaded four-cc v0.4.0
39752026-09-02T23:41:29.796Z[ helios-setup] Sep 02 23:41:28.679 INFO E| Downloaded fletcher v1.0.0
39762026-09-02T23:41:29.807Z[ helios-setup] Sep 02 23:41:28.681 INFO E| Downloaded unic-ucd-ident v0.9.0
39772026-09-02T23:41:29.812Z[ helios-setup] Sep 02 23:41:28.687 INFO E| Downloaded strsim v0.8.0
39782026-09-02T23:41:29.812Z[ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
39792026-09-02T23:41:29.812Z[ helios-setup] Sep 02 23:41:28.688 INFO E| Downloaded unic-char-property v0.9.0
39802026-09-02T23:41:29.812Z[ helios-setup] Sep 02 23:41:28.688 INFO E| Downloaded vec_map v0.8.2
39812026-09-02T23:41:29.812Z[ helios-setup] Sep 02 23:41:28.695 INFO E| Downloaded dyn-clone v1.0.19
39822026-09-02T23:41:29.816Z[ helios-setup] Sep 02 23:41:28.696 INFO E| Downloaded unic-common v0.9.0
39832026-09-02T23:41:29.816Z[ helios-setup] Sep 02 23:41:28.696 INFO E| Downloaded ansi_term v0.12.1
39842026-09-02T23:41:29.816Z[ helios-setup] Sep 02 23:41:28.697 INFO E| Downloaded bytesize v2.0.1
39852026-09-02T23:41:29.817Z[ helios-setup] Sep 02 23:41:28.698 INFO E| Downloaded textwrap v0.11.0
39862026-09-02T23:41:29.831Z[ helios-setup] Sep 02 23:41:28.702 INFO E| Downloaded strum_macros v0.27.1
39872026-09-02T23:41:29.831Z[ helios-setup] Sep 02 23:41:28.706 INFO E| Downloaded modular-bitfield-impl v0.13.1
39882026-09-02T23:41:29.842Z[ helios-setup] Sep 02 23:41:28.716 INFO E| Downloaded pest_generator v2.8.0
39892026-09-02T23:41:29.842Z[ helios-setup] Sep 02 23:41:28.717 INFO E| Downloaded rustversion v1.0.20
39902026-09-02T23:41:29.842Z[ helios-setup] Sep 02 23:41:28.718 INFO E| Downloaded modular-bitfield v0.13.1
39912026-09-02T23:41:29.847Z[ host-package] Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
39922026-09-02T23:41:29.847Z[ helios-setup] Sep 02 23:41:28.725 INFO E| Downloaded modular-bitfield-impl v0.11.2
39932026-09-02T23:41:29.847Z[ helios-setup] Sep 02 23:41:28.726 INFO E| Downloaded pest_meta v2.8.0
39942026-09-02T23:41:29.848Z[ helios-setup] Sep 02 23:41:28.727 INFO E| Downloaded log v0.4.27
39952026-09-02T23:41:29.848Z[ helios-setup] Sep 02 23:41:28.729 INFO E| Downloaded structopt-derive v0.4.18
39962026-09-02T23:41:29.848Z[ helios-setup] Sep 02 23:41:28.730 INFO E| Downloaded pest_derive v2.8.0
39972026-09-02T23:41:29.853Z[ helios-setup] Sep 02 23:41:28.731 INFO E| Downloaded modular-bitfield v0.11.2
39982026-09-02T23:41:29.858Z[ helios-setup] Sep 02 23:41:28.738 INFO E| Downloaded structopt v0.3.26
39992026-09-02T23:41:29.870Z[ helios-setup] Sep 02 23:41:28.743 INFO E| Downloaded typenum v1.18.0
40002026-09-02T23:41:29.871Z[ helios-setup] Sep 02 23:41:28.745 INFO E| Downloaded zerocopy-derive v0.8.25
40012026-09-02T23:41:29.871Z[ helios-setup] Sep 02 23:41:28.749 INFO E| Downloaded clap v2.34.0
40022026-09-02T23:41:29.875Z[ helios-setup] Sep 02 23:41:28.753 INFO E| Downloaded pest v2.8.0
40032026-09-02T23:41:29.876Z[ helios-setup] Sep 02 23:41:28.757 INFO E| Downloaded goblin v0.9.3
40042026-09-02T23:41:29.882Z[ helios-setup] Sep 02 23:41:28.761 INFO E| Downloaded zerocopy v0.8.25
40052026-09-02T23:41:29.949Z[ helios-setup] Sep 02 23:41:28.832 INFO E| Compiling proc-macro2 v1.0.95
40062026-09-02T23:41:29.949Z[ helios-setup] Sep 02 23:41:28.833 INFO E| Compiling unicode-ident v1.0.18
40072026-09-02T23:41:29.955Z[ helios-setup] Sep 02 23:41:28.833 INFO E| Compiling memchr v2.7.4
40082026-09-02T23:41:29.955Z[ helios-setup] Sep 02 23:41:28.833 INFO E| Compiling thiserror v2.0.12
40092026-09-02T23:41:29.955Z[ helios-setup] Sep 02 23:41:28.833 INFO E| Compiling autocfg v1.4.0
40102026-09-02T23:41:29.955Z[ helios-setup] Sep 02 23:41:28.833 INFO E| Compiling serde v1.0.219
40112026-09-02T23:41:29.955Z[ helios-setup] Sep 02 23:41:28.833 INFO E| Compiling syn v1.0.109
40122026-09-02T23:41:29.955Z[ helios-setup] Sep 02 23:41:28.833 INFO E| Compiling version_check v0.9.5
40132026-09-02T23:41:29.955Z[ helios-setup] Sep 02 23:41:28.833 INFO E| Compiling serde_json v1.0.140
40142026-09-02T23:41:29.956Z[ helios-setup] Sep 02 23:41:28.833 INFO E| Compiling schemars v0.8.22
40152026-09-02T23:41:29.956Z[ helios-setup] Sep 02 23:41:28.833 INFO E| Compiling ryu v1.0.20
40162026-09-02T23:41:29.957Z[ helios-setup] Sep 02 23:41:28.833 INFO E| Compiling itoa v1.0.15
40172026-09-02T23:41:29.957Z[ helios-setup] Sep 02 23:41:28.833 INFO E| Compiling libc v0.2.172
40182026-09-02T23:41:29.958Z[ helios-setup] Sep 02 23:41:28.833 INFO E| Compiling paste v1.0.15
40192026-09-02T23:41:29.958Z[ helios-setup] Sep 02 23:41:28.833 INFO E| Compiling dyn-clone v1.0.19
40202026-09-02T23:41:29.958Z[ helios-setup] Sep 02 23:41:28.833 INFO E| Compiling zerocopy v0.8.25
40212026-09-02T23:41:30.038Z[ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
40222026-09-02T23:41:30.200Z[ helios-setup] Sep 02 23:41:29.084 INFO E| Compiling static_assertions v1.1.0
40232026-09-02T23:41:30.336Z[ helios-setup] Sep 02 23:41:29.220 INFO E| Compiling ucd-trie v0.1.7
40242026-09-02T23:41:30.544Z[ helios-setup] Sep 02 23:41:29.428 INFO E| Compiling rustversion v1.0.20
40252026-09-02T23:41:30.698Z[ host-package] Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
40262026-09-02T23:41:30.739Z[ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
40272026-09-02T23:41:30.770Z[ helios-setup] Sep 02 23:41:29.648 INFO E| Compiling num-traits v0.2.19
40282026-09-02T23:41:30.787Z[ helios-setup] Sep 02 23:41:29.668 INFO E| Compiling memoffset v0.9.1
40292026-09-02T23:41:30.820Z[ helios-setup] Sep 02 23:41:29.703 INFO E| Compiling once_cell v1.21.3
40302026-09-02T23:41:30.854Z[ host-package] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
40312026-09-02T23:41:30.945Z[ host-package] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
40322026-09-02T23:41:30.960Z[ helios-setup] Sep 02 23:41:29.843 INFO E| Compiling proc-macro-error-attr v1.0.4
40332026-09-02T23:41:30.997Z[ helios-setup] Sep 02 23:41:29.861 INFO E| Compiling proc-macro-error v1.0.4
40342026-09-02T23:41:31.004Z[ helios-setup] Sep 02 23:41:29.884 INFO E| Compiling unicode-segmentation v1.12.0
40352026-09-02T23:41:31.134Z[ helios-setup] Sep 02 23:41:30.017 INFO E| Compiling heck v0.5.0
40362026-09-02T23:41:31.156Z[ helios-setup] Sep 02 23:41:30.039 INFO E| Compiling unicode-width v0.1.14
40372026-09-02T23:41:31.215Z[ helios-setup] Sep 02 23:41:30.083 INFO E| Compiling ansi_term v0.12.1
40382026-09-02T23:41:31.254Z[ helios-setup] Sep 02 23:41:30.128 INFO E| Compiling vec_map v0.8.2
40392026-09-02T23:41:31.283Z[ helios-setup] Sep 02 23:41:30.157 INFO E| Compiling bitflags v1.3.2
40402026-09-02T23:41:31.318Z[ helios-setup] Sep 02 23:41:30.189 INFO E| Compiling unic-char-range v0.9.0
40412026-09-02T23:41:31.362Z[ helios-setup] Sep 02 23:41:30.242 INFO E| Compiling strsim v0.8.0
40422026-09-02T23:41:31.413Z[ helios-setup] Sep 02 23:41:30.290 INFO E| Compiling byteorder v1.5.0
40432026-09-02T23:41:31.469Z[ helios-setup] Sep 02 23:41:30.345 INFO E| Compiling strum v0.27.1
40442026-09-02T23:41:31.672Z[ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
40452026-09-02T23:41:31.690Z[ helios-setup] Sep 02 23:41:30.561 INFO E| Compiling heck v0.3.3
40462026-09-02T23:41:31.690Z[ helios-setup] Sep 02 23:41:30.566 INFO E| Compiling textwrap v0.11.0
40472026-09-02T23:41:31.728Z[ helios-setup] Sep 02 23:41:30.586 INFO E| Compiling quote v1.0.40
40482026-09-02T23:41:31.743Z[ helios-setup] Sep 02 23:41:30.625 INFO E| Compiling atty v0.2.14
40492026-09-02T23:41:31.855Z[ helios-setup] Sep 02 23:41:30.737 INFO E| Compiling fletcher v1.0.0
40502026-09-02T23:41:31.950Z[ helios-setup] Sep 02 23:41:30.827 INFO E| Compiling unic-common v0.9.0
40512026-09-02T23:41:31.950Z[ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
40522026-09-02T23:41:31.980Z[ helios-setup] Sep 02 23:41:30.862 INFO E| Compiling unic-char-property v0.9.0
40532026-09-02T23:41:32.021Z[ helios-setup] Sep 02 23:41:30.903 INFO E| Compiling lazy_static v1.5.0
40542026-09-02T23:41:32.048Z[ helios-setup] Sep 02 23:41:30.930 INFO E| Compiling clap v2.34.0
40552026-09-02T23:41:32.086Z[ helios-setup] Sep 02 23:41:30.969 INFO E| Compiling unic-ucd-version v0.9.0
40562026-09-02T23:41:32.150Z[ helios-setup] Sep 02 23:41:31.031 INFO E| Compiling syn v2.0.101
40572026-09-02T23:41:32.169Z[ helios-setup] Sep 02 23:41:31.052 INFO E| Compiling plain v0.2.3
40582026-09-02T23:41:32.177Z[ helios-setup] Sep 02 23:41:31.060 INFO E| Compiling log v0.4.27
40592026-09-02T23:41:32.190Z[ helios-setup] Sep 02 23:41:31.069 INFO E| Compiling unic-ucd-ident v0.9.0
40602026-09-02T23:41:32.210Z[ helios-setup] Sep 02 23:41:31.094 INFO E| Compiling bytesize v2.0.1
40612026-09-02T23:41:32.667Z[ helios-setup] Sep 02 23:41:31.548 INFO E| Compiling parse_int v0.9.0
40622026-09-02T23:41:32.838Z[ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
40632026-09-02T23:41:32.946Z[ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
40642026-09-02T23:41:33.297Z[ host-package] Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
40652026-09-02T23:41:34.255Z[ host-package] Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
40662026-09-02T23:41:34.627Z[ host-package] Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
40672026-09-02T23:41:34.719Z[ helios-setup] Sep 02 23:41:33.601 INFO E| Compiling modular-bitfield-impl v0.11.2
40682026-09-02T23:41:34.719Z[ helios-setup] Sep 02 23:41:33.601 INFO E| Compiling structopt-derive v0.4.18
40692026-09-02T23:41:34.944Z[ helios-setup] Sep 02 23:41:33.824 INFO E| Compiling serde_derive_internals v0.29.1
40702026-09-02T23:41:36.009Z[ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
40712026-09-02T23:41:36.174Z[ helios-setup] Sep 02 23:41:35.057 INFO E| Compiling thiserror-impl v2.0.12
40722026-09-02T23:41:36.178Z[ helios-setup] Sep 02 23:41:35.057 INFO E| Compiling serde_derive v1.0.219
40732026-09-02T23:41:36.179Z[ helios-setup] Sep 02 23:41:35.057 INFO E| Compiling schemars_derive v0.8.22
40742026-09-02T23:41:36.182Z[ helios-setup] Sep 02 23:41:35.057 INFO E| Compiling zerocopy-derive v0.8.25
40752026-09-02T23:41:36.182Z[ helios-setup] Sep 02 23:41:35.057 INFO E| Compiling modular-bitfield-impl v0.13.1
40762026-09-02T23:41:36.182Z[ helios-setup] Sep 02 23:41:35.057 INFO E| Compiling num-derive v0.4.2
40772026-09-02T23:41:36.182Z[ helios-setup] Sep 02 23:41:35.058 INFO E| Compiling scroll_derive v0.12.1
40782026-09-02T23:41:36.182Z[ helios-setup] Sep 02 23:41:35.058 INFO E| Compiling strum_macros v0.27.1
40792026-09-02T23:41:36.256Z[ helios-setup] Sep 02 23:41:35.140 INFO E| Compiling modular-bitfield v0.11.2
40802026-09-02T23:41:36.629Z[ helios-setup] Sep 02 23:41:35.513 INFO E| Compiling structopt v0.3.26
40812026-09-02T23:41:36.633Z[ host-package] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
40822026-09-02T23:41:37.383Z[ host-package] Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
40832026-09-02T23:41:37.589Z[ helios-setup] Sep 02 23:41:36.473 INFO E| Compiling scroll v0.12.0
40842026-09-02T23:41:37.973Z[ helios-setup] Sep 02 23:41:36.856 INFO E| Compiling goblin v0.9.3
40852026-09-02T23:41:38.130Z[ host-package] Compiling git2 v0.20.4
40862026-09-02T23:41:38.163Z[ helios-setup] Sep 02 23:41:37.047 INFO E| Compiling pest v2.8.0
40872026-09-02T23:41:38.176Z[ helios-setup] Sep 02 23:41:37.059 INFO E| Compiling modular-bitfield v0.13.1
40882026-09-02T23:41:38.223Z[ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
40892026-09-02T23:41:39.035Z[ host-package] Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
40902026-09-02T23:41:39.135Z[ host-package] Compiling sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
40912026-09-02T23:41:39.331Z[ host-package] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
40922026-09-02T23:41:39.662Z[ helios-setup] Sep 02 23:41:38.542 INFO E| Compiling pest_meta v2.8.0
40932026-09-02T23:41:40.430Z[ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
40942026-09-02T23:41:40.509Z[ helios-setup] Sep 02 23:41:39.392 INFO E| Compiling pest_generator v2.8.0
40952026-09-02T23:41:41.392Z[ helios-setup] Sep 02 23:41:40.273 INFO E| Compiling pest_derive v2.8.0
40962026-09-02T23:41:41.582Z[ host-package] Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
40972026-09-02T23:41:41.757Z[ host-package] Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
40982026-09-02T23:41:41.849Z[ host-package] Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
40992026-09-02T23:41:41.918Z[ host-package] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
41002026-09-02T23:41:42.104Z[ host-package] Compiling signal-hook-tokio v0.3.1
41012026-09-02T23:41:42.318Z[ host-package] Compiling fatfs v0.3.6
41022026-09-02T23:41:42.635Z[ helios-setup] Sep 02 23:41:41.515 INFO E| Compiling json5 v0.4.1
41032026-09-02T23:41:42.706Z[ host-package] Compiling console v0.16.2
41042026-09-02T23:41:42.851Z[ host-package] Compiling yasna v0.5.2
41052026-09-02T23:41:43.669Z[ host-package] Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
41062026-09-02T23:41:43.952Z[ host-package] Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
41072026-09-02T23:41:44.003Z[ host-package] Compiling assert_matches v1.5.0
41082026-09-02T23:41:44.036Z[ host-package] Compiling seq-macro v0.3.6
41092026-09-02T23:41:44.114Z[ host-package] Compiling indicatif v0.18.4
41102026-09-02T23:41:44.182Z[ helios-setup] Sep 02 23:41:43.064 INFO E| Compiling four-cc v0.4.0
41112026-09-02T23:41:44.183Z[ helios-setup] Sep 02 23:41:43.064 INFO E| Compiling amd-efs v0.4.4 (https://github.com/oxidecomputer/amd-efs.git?branch=main#da9716b3)
41122026-09-02T23:41:44.304Z[ helios-setup] Sep 02 23:41:43.188 INFO E| Compiling amd-apcb v0.5.5 (https://github.com/oxidecomputer/amd-apcb.git?branch=main#1ec66d60)
41132026-09-02T23:41:44.614Z[ host-package] Compiling rcgen v0.12.1
41142026-09-02T23:41:45.303Z[ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
41152026-09-02T23:41:46.564Z[ host-package] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
41162026-09-02T23:41:48.104Z[ host-package] Compiling slog-envlogger v2.2.0
41172026-09-02T23:41:48.820Z[ host-package] Compiling oxide-update-engine-display v0.1.2
41182026-09-02T23:41:48.852Z[ host-package] Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
41192026-09-02T23:41:49.436Z[ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
41202026-09-02T23:41:49.534Z[ host-package] Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
41212026-09-02T23:41:49.582Z[ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
41222026-09-02T23:41:49.797Z[ host-package] Compiling port-file v0.1.0
41232026-09-02T23:41:49.833Z[ host-package] Compiling subprocess v0.2.15
41242026-09-02T23:41:50.100Z[ host-package] Compiling rtoolbox v0.0.3
41252026-09-02T23:41:50.307Z[ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41262026-09-02T23:41:50.363Z[ host-package] Compiling rpassword v7.5.4
41272026-09-02T23:41:50.795Z[ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
41282026-09-02T23:41:51.272Z[ host-package] Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
41292026-09-02T23:41:51.518Z[ host-package] Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
41302026-09-02T23:41:51.579Z[ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
41312026-09-02T23:41:51.722Z[ host-package] Compiling tui-tree-widget v0.23.1
41322026-09-02T23:41:52.176Z[ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
41332026-09-02T23:41:52.360Z[ host-package] Compiling wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
41342026-09-02T23:41:52.657Z[ host-package] Compiling wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
41352026-09-02T23:41:53.622Z[ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
41362026-09-02T23:41:54.747Z[ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
41372026-09-02T23:41:54.846Z[ host-package] Compiling uzers v0.12.2
41382026-09-02T23:41:54.882Z[ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
41392026-09-02T23:41:54.956Z[ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
41402026-09-02T23:41:55.108Z[ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
41412026-09-02T23:41:55.221Z[ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
41422026-09-02T23:41:55.701Z[ host-package] Compiling support-bundle-viewer v0.1.2
41432026-09-02T23:41:55.910Z[ host-package] Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
41442026-09-02T23:41:56.068Z[ host-package] Compiling multimap v0.10.1
41452026-09-02T23:41:57.059Z[ host-package] Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
41462026-09-02T23:41:58.210Z[ helios-setup] Sep 02 23:41:57.093 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/ahib-config)
41472026-09-02T23:42:01.972Z[ helios-setup] Sep 02 23:42:00.855 INFO E| Compiling amd-host-image-builder v0.1.2 (/work/oxidecomputer/helios/projects/amd-host-image-builder)
41482026-09-02T23:42:15.007Z[ helios-setup] Sep 02 23:42:13.890 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 46.45s
41492026-09-02T23:42:15.044Z[ helios-setup] Sep 02 23:42:13.928 INFO building project "amd-host-image-builder" ok (46 seconds)
41502026-09-02T23:42:15.048Z[ helios-setup] rm -f helios-build
41512026-09-02T23:42:15.048Z[ helios-setup] ln -s tools/helios-build/target/debug/helios-build
41522026-09-02T23:42:15.051Z[ helios-setup]
41532026-09-02T23:42:15.059Z[ helios-setup] Setup complete! ./helios-build is now available.
41542026-09-02T23:42:15.059Z[ helios-setup]
41552026-09-02T23:42:15.059Z[ helios-setup]
41562026-09-02T23:42:15.059Z[ helios-setup] real 2:56.675521746
41572026-09-02T23:42:15.059Z[ helios-setup] user 7:04.142067273
41582026-09-02T23:42:15.059Z[ helios-setup] sys 1:16.450957970
41592026-09-02T23:42:15.059Z[ helios-setup] trap 0.549898949
41602026-09-02T23:42:15.060Z[ helios-setup] tflt 3.220471674
41612026-09-02T23:42:15.060Z[ helios-setup] dflt 8.269481777
41622026-09-02T23:42:15.060Z[ helios-setup] kflt 0.001641790
41632026-09-02T23:42:15.060Z[ helios-setup] lock 50:56.144227025
41642026-09-02T23:42:15.060Z[ helios-setup] slp 33:24.722120830
41652026-09-02T23:42:15.060Z[ helios-setup] lat 5:32.740808950
41662026-09-02T23:42:15.060Z[ helios-setup] stop 1:32.866269658
41672026-09-02T23:42:15.060ZSep 02 23:42:13.938 INFO [helios-setup] process exited with exit status: 0 (176.67853775s)
41682026-09-02T23:42:15.060ZSep 02 23:42:13.938 INFO [helios-record] running task
41692026-09-02T23:42:15.060ZSep 02 23:42:13.938 DEBG running: git -C /work/oxidecomputer/helios/projects/pinprick rev-parse --verify HEAD^{commit}
41702026-09-02T23:42:15.063ZSep 02 23:42:13.942 DEBG process exited with exit status: 0 (4.136295ms)
41712026-09-02T23:42:15.063ZSep 02 23:42:13.942 DEBG running: git -C /work/oxidecomputer/helios/projects/image-builder rev-parse --verify HEAD^{commit}
41722026-09-02T23:42:15.064ZSep 02 23:42:13.947 DEBG process exited with exit status: 0 (4.665025ms)
41732026-09-02T23:42:15.064ZSep 02 23:42:13.947 DEBG running: git -C /work/oxidecomputer/helios/projects/amd-firmware rev-parse --verify HEAD^{commit}
41742026-09-02T23:42:15.069ZSep 02 23:42:13.951 DEBG process exited with exit status: 0 (4.123624ms)
41752026-09-02T23:42:15.069ZSep 02 23:42:13.951 DEBG running: git -C /work/oxidecomputer/helios/projects/dmar-report rev-parse --verify HEAD^{commit}
41762026-09-02T23:42:15.072ZSep 02 23:42:13.955 DEBG process exited with exit status: 0 (3.991865ms)
41772026-09-02T23:42:15.072ZSep 02 23:42:13.955 DEBG running: git -C /work/oxidecomputer/helios/projects/phbl rev-parse --verify HEAD^{commit}
41782026-09-02T23:42:15.077ZSep 02 23:42:13.959 DEBG process exited with exit status: 0 (3.761174ms)
41792026-09-02T23:42:15.077ZSep 02 23:42:13.959 DEBG running: git -C /work/oxidecomputer/helios/projects/pilot rev-parse --verify HEAD^{commit}
41802026-09-02T23:42:15.081ZSep 02 23:42:13.962 DEBG process exited with exit status: 0 (3.653964ms)
41812026-09-02T23:42:15.081ZSep 02 23:42:13.962 DEBG running: git -C /work/oxidecomputer/helios/projects/bootserver rev-parse --verify HEAD^{commit}
41822026-09-02T23:42:15.084ZSep 02 23:42:13.966 DEBG process exited with exit status: 0 (3.517794ms)
41832026-09-02T23:42:15.084ZSep 02 23:42:13.966 DEBG running: git -C /work/oxidecomputer/helios/projects/chelsio-t6-roms rev-parse --verify HEAD^{commit}
41842026-09-02T23:42:15.087ZSep 02 23:42:13.969 DEBG process exited with exit status: 0 (3.367664ms)
41852026-09-02T23:42:15.087ZSep 02 23:42:13.969 DEBG running: git -C /work/oxidecomputer/helios/projects/amd-host-image-builder rev-parse --verify HEAD^{commit}
41862026-09-02T23:42:15.091ZSep 02 23:42:13.973 DEBG process exited with exit status: 0 (3.426994ms)
41872026-09-02T23:42:15.091ZSep 02 23:42:13.973 INFO [helios-record] task succeeded (35.357621ms)
41882026-09-02T23:42:23.116Z[ host-package] Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
41892026-09-02T23:42:42.623Z[ host-package] Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
41902026-09-02T23:42:57.801Z[ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
41912026-09-02T23:50:30.071Z[ host-package] Finished `release` profile [optimized] target(s) in 10m 27s
41922026-09-02T23:50:30.074Z[ host-package] warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
41932026-09-02T23:50:30.074Z[ host-package] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
41942026-09-02T23:51:06.093ZSep 02 23:51:04.971 INFO [host-package] process exited with exit status: 0 (664.043036383s)
41952026-09-02T23:51:06.093ZSep 02 23:51:04.971 INFO [host-libraries] running task
41962026-09-02T23:51:06.093ZSep 02 23:51:04.971 INFO [host-stamp] running task
41972026-09-02T23:51:06.096ZSep 02 23:51:04.974 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+git237cd9bf4f4
41982026-09-02T23:51:06.096ZSep 02 23:51:04.974 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+git237cd9bf4f4
41992026-09-02T23:51:06.096ZSep 02 23:51:04.974 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+git237cd9bf4f4
42002026-09-02T23:51:06.096ZSep 02 23:51:04.975 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+git237cd9bf4f4
42012026-09-02T23:51:06.100ZSep 02 23:51:04.975 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+git237cd9bf4f4
42022026-09-02T23:51:06.100ZSep 02 23:51:04.975 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+git237cd9bf4f4
42032026-09-02T23:51:06.100ZSep 02 23:51:04.976 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+git237cd9bf4f4
42042026-09-02T23:51:06.100ZSep 02 23:51:04.976 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+git237cd9bf4f4
42052026-09-02T23:51:06.103Z[stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
42062026-09-02T23:51:06.103Z[stamp-crucible-utils] Logging to: /work/oxidecomputer/omicron/out/LOG
42072026-09-02T23:51:06.103Z[stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG
42082026-09-02T23:51:06.103Z[ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG
42092026-09-02T23:51:06.103Z[ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG
42102026-09-02T23:51:06.103Z[ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
42112026-09-02T23:51:06.103Z[stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG
42122026-09-02T23:51:06.103Z[stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG
42132026-09-02T23:51:06.106Z[ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz
42142026-09-02T23:51:06.106ZSep 02 23:51:04.985 INFO [stamp-overlay] process exited with exit status: 0 (10.763872ms)
42152026-09-02T23:51:06.109Z[ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar
42162026-09-02T23:51:06.112ZSep 02 23:51:04.990 INFO [stamp-oxlog] process exited with exit status: 0 (14.219306ms)
42172026-09-02T23:51:06.135Z[stamp-crucible-utils] Created: /work/oxidecomputer/omicron/out/versioned/crucible-utils.tar
42182026-09-02T23:51:06.138ZSep 02 23:51:05.016 INFO [stamp-crucible-utils] process exited with exit status: 0 (40.901047ms)
42192026-09-02T23:51:06.154Z[stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar
42202026-09-02T23:51:06.157ZSep 02 23:51:05.035 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (61.539771ms)
42212026-09-02T23:51:06.296Z[ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar
42222026-09-02T23:51:06.299ZSep 02 23:51:05.178 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (202.523861ms)
42232026-09-02T23:51:06.321Z[stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar
42242026-09-02T23:51:06.324ZSep 02 23:51:05.202 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (228.17348ms)
42252026-09-02T23:51:06.631Z[stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz
42262026-09-02T23:51:06.634ZSep 02 23:51:05.513 INFO [stamp-propolis-server] process exited with exit status: 0 (537.322233ms)
42272026-09-02T23:51:06.918ZSep 02 23:51:05.797 INFO [host-libraries] task succeeded (825.020621ms)
42282026-09-02T23:51:06.921ZSep 02 23:51:05.797 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package
42292026-09-02T23:51:06.924Z[recovery-package] Logging to: /work/artifacts-recovery/LOG
42302026-09-02T23:51:07.903Z[recovery-package] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
42312026-09-02T23:51:08.027Z[recovery-package] Compiling regress v0.11.1
42322026-09-02T23:51:08.068Z[recovery-package] Compiling oxide-update-engine-types v0.1.2
42332026-09-02T23:51:08.071Z[recovery-package] Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
42342026-09-02T23:51:08.106Z[recovery-package] Compiling slog-scope v4.4.1
42352026-09-02T23:51:08.115Z[recovery-package] Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
42362026-09-02T23:51:08.130Z[recovery-package] Compiling cancel-safe-futures v0.1.5
42372026-09-02T23:51:08.134Z[recovery-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
42382026-09-02T23:51:08.248Z[recovery-package] Compiling slog-stdlog v4.1.1
42392026-09-02T23:51:08.261Z[recovery-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
42402026-09-02T23:51:08.296Z[recovery-package] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
42412026-09-02T23:51:08.397Z[recovery-package] Compiling slog-envlogger v2.2.0
42422026-09-02T23:51:08.559Z[recovery-package] Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
42432026-09-02T23:51:09.047Z[recovery-package] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
42442026-09-02T23:51:09.210Z[recovery-package] Compiling oxide-update-engine v0.1.2
42452026-09-02T23:51:09.627Z[recovery-package] Compiling typify-impl v0.6.2
42462026-09-02T23:51:11.002Z[stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz
42472026-09-02T23:51:11.005ZSep 02 23:51:09.883 INFO [stamp-switch-asic] process exited with exit status: 0 (4.907281669s)
42482026-09-02T23:51:11.005ZSep 02 23:51:09.883 INFO [host-stamp] task succeeded (4.911812774s)
42492026-09-02T23:51:11.005ZSep 02 23:51:09.883 INFO [host-proto] running task
42502026-09-02T23:51:11.303ZSep 02 23:51:10.182 INFO [host-proto] task succeeded (298.262351ms)
42512026-09-02T23:51:11.303ZSep 02 23:51:10.182 INFO [host-profile] running task
42522026-09-02T23:51:11.309ZSep 02 23:51:10.182 INFO [host-profile] task succeeded (202.1µs)
42532026-09-02T23:51:11.309ZSep 02 23:51:10.182 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/.tmpsaZway/proto/host/root -N 'ci 237cd9b/${os_short_commit} 2026-09-02 23:39' -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/'
42542026-09-02T23:51:11.313Z[ host-image] Sep 02 23:51:10.188 INFO Checking files for board 'gimlet'
42552026-09-02T23:51:11.313Z[ host-image] Sep 02 23:51:10.188 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
42562026-09-02T23:51:11.314Z[ host-image] Sep 02 23:51:10.188 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml"
42572026-09-02T23:51:11.314Z[ host-image] Sep 02 23:51:10.189 INFO Checking files for board 'cosmo'
42582026-09-02T23:51:11.314Z[ host-image] Sep 02 23:51:10.189 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5"
42592026-09-02T23:51:11.314Z[ host-image] Sep 02 23:51:10.189 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
42602026-09-02T23:51:11.314Z[ host-image] Sep 02 23:51:10.189 INFO Checking files for board 'cosmo-mbist-noaggr'
42612026-09-02T23:51:11.314Z[ host-image] Sep 02 23:51:10.189 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist-noaggr.toml"
42622026-09-02T23:51:11.314Z[ host-image] Sep 02 23:51:10.189 INFO Checking files for board 'cosmo-mbist'
42632026-09-02T23:51:11.314Z[ host-image] Sep 02 23:51:10.189 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist.toml"
42642026-09-02T23:51:11.319Z[ host-image] Sep 02 23:51:10.198 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmpsaZway/proto/host/root"
42652026-09-02T23:51:11.320Z[ host-image] Sep 02 23:51:10.198 INFO using external package repositories: helios={ file:///work/incorporation.p5p https://pkg.oxide.computer/helios/3/dev/ }
42662026-09-02T23:51:11.323Z[ host-image] Sep 02 23:51:10.199 INFO image builder template: ramdisk-01-os...
42672026-09-02T23:51:11.323Z[ host-image] Sep 02 23:51:10.199 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/.tmpsaZway/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
42682026-09-02T23:51:11.334Z[ host-image] Sep 02 23:51:10.212 INFO O| Sep 02 23:51:10.212 INFO CREATE DATASET: rpool/images/build/host/output
42692026-09-02T23:51:11.367Z[recovery-package] Compiling typify v0.6.2
42702026-09-02T23:51:11.453Z[recovery-package] Compiling progenitor-impl v0.14.0
42712026-09-02T23:51:12.698Z[ host-image] Sep 02 23:51:11.577 INFO O| Sep 02 23:51:11.577 INFO temporary dataset: rpool/images/build/host/tmp/sled/ramdisk-01-os
42722026-09-02T23:51:12.702Z[ host-image] Sep 02 23:51:11.580 INFO O| Sep 02 23:51:11.580 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/ramdisk-01-os
42732026-09-02T23:51:12.755Z[recovery-package] Compiling progenitor v0.14.0
42742026-09-02T23:51:12.865Z[recovery-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
42752026-09-02T23:51:12.865Z[recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
42762026-09-02T23:51:13.009Z[ host-image] Sep 02 23:51:11.887 INFO O| Sep 02 23:51:11.887 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/ramdisk-01-os: sync = disabled
42772026-09-02T23:51:13.072Z[ host-image] Sep 02 23:51:11.950 INFO O| Sep 02 23:51:11.950 INFO temporary directory: /rpool/images/build/host/tmp/sled/ramdisk-01-os
42782026-09-02T23:51:13.072Z[ host-image] Sep 02 23:51:11.950 INFO O| Sep 02 23:51:11.950 INFO work dataset: rpool/images/build/host/work/sled/ramdisk
42792026-09-02T23:51:13.076Z[ host-image] Sep 02 23:51:11.951 INFO O| Sep 02 23:51:11.950 INFO resetting by removing work dataset: rpool/images/build/host/work/sled/ramdisk
42802026-09-02T23:51:13.076Z[ host-image] Sep 02 23:51:11.951 INFO O| Sep 02 23:51:11.950 INFO DESTROY DATASET: rpool/images/build/host/work/sled/ramdisk
42812026-09-02T23:51:13.079Z[ host-image] Sep 02 23:51:11.956 INFO O| Sep 02 23:51:11.956 INFO CREATE DATASET: rpool/images/build/host/work/sled/ramdisk
42822026-09-02T23:51:13.309Z[ host-image] Sep 02 23:51:12.187 INFO O| Sep 02 23:51:12.187 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42832026-09-02T23:51:13.315Z[ host-image] Sep 02 23:51:12.194 INFO O| Sep 02 23:51:12.194 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/sled/ramdisk"]
42842026-09-02T23:51:13.414Z[recovery-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
42852026-09-02T23:51:13.608Z[ host-image] Sep 02 23:51:12.487 INFO O| Sep 02 23:51:12.487 INFO O| Caching catalogs ... Done
42862026-09-02T23:51:13.680Z[ host-image] Sep 02 23:51:12.559 INFO O| Sep 02 23:51:12.559 INFO STEP 0 (pkg_image_create) COMPLETE
42872026-09-02T23:51:13.680Z[ host-image] Sep 02 23:51:12.559 INFO O| Sep 02 23:51:12.559 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42882026-09-02T23:51:13.688Z[ host-image] Sep 02 23:51:12.566 INFO O| Sep 02 23:51:12.566 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"]
42892026-09-02T23:51:13.970Z[ host-image] Sep 02 23:51:12.848 INFO O| Sep 02 23:51:12.848 INFO STEP 1 (pkg_set_publisher) COMPLETE
42902026-09-02T23:51:13.970Z[ host-image] Sep 02 23:51:12.848 INFO O| Sep 02 23:51:12.848 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42912026-09-02T23:51:13.973Z[ host-image] Sep 02 23:51:12.848 INFO O| Sep 02 23:51:12.848 INFO skip step because feature "publisher_1_name" is not enabled
42922026-09-02T23:51:13.973Z[ host-image] Sep 02 23:51:12.848 INFO O| Sep 02 23:51:12.848 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42932026-09-02T23:51:13.973Z[ host-image] Sep 02 23:51:12.848 INFO O| Sep 02 23:51:12.848 INFO skip step because feature "publisher_2_name" is not enabled
42942026-09-02T23:51:13.974Z[ host-image] Sep 02 23:51:12.848 INFO O| Sep 02 23:51:12.848 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42952026-09-02T23:51:13.974Z[ host-image] Sep 02 23:51:12.848 INFO O| Sep 02 23:51:12.848 INFO skip step because feature "publisher_3_name" is not enabled
42962026-09-02T23:51:13.974Z[ host-image] Sep 02 23:51:12.848 INFO O| Sep 02 23:51:12.848 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42972026-09-02T23:51:14.219Z[ host-image] Sep 02 23:51:13.098 INFO O| Sep 02 23:51:13.098 INFO variant opensolaris.zone is already global
42982026-09-02T23:51:14.219Z[ host-image] Sep 02 23:51:13.098 INFO O| Sep 02 23:51:13.098 INFO STEP 5 (pkg_change_variant) COMPLETE
42992026-09-02T23:51:14.222Z[ host-image] Sep 02 23:51:13.098 INFO O| Sep 02 23:51:13.098 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
43002026-09-02T23:51:14.464Z[ host-image] Sep 02 23:51:13.342 INFO O| Sep 02 23:51:13.342 INFO variant opensolaris.imagetype is full; changing to partial
43012026-09-02T23:51:14.464Z[ host-image] Sep 02 23:51:13.342 INFO O| Sep 02 23:51:13.342 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
43022026-09-02T23:51:16.305Z[ host-image] Sep 02 23:51:15.183 INFO O| Sep 02 23:51:15.183 INFO O| Startup: Refreshing catalog 'helios' ... Done
43032026-09-02T23:51:16.759Z[ host-image] Sep 02 23:51:15.638 INFO O| Sep 02 23:51:15.638 INFO O| Startup: Caching catalogs ... Done
43042026-09-02T23:51:16.777Z[ host-image] Sep 02 23:51:15.654 INFO O| Sep 02 23:51:15.654 INFO O| Planning: Planning completed in 0.00 seconds
43052026-09-02T23:51:16.780Z[ host-image] Sep 02 23:51:15.654 INFO O| Sep 02 23:51:15.654 INFO O| Planning: Consolidating action changes ... Done
43062026-09-02T23:51:16.780Z[ host-image] Sep 02 23:51:15.654 INFO O| Sep 02 23:51:15.654 INFO O| Planning: Evaluating mediators ... Done
43072026-09-02T23:51:16.780Z[ host-image] Sep 02 23:51:15.655 INFO O| Sep 02 23:51:15.654 INFO O| Planning: Planning completed in 0.00 seconds
43082026-09-02T23:51:16.780Z[ host-image] Sep 02 23:51:15.655 INFO O| Sep 02 23:51:15.655 INFO O| Variants/Facets to change: 1
43092026-09-02T23:51:16.785Z[ host-image] Sep 02 23:51:15.664 INFO O| Sep 02 23:51:15.664 INFO O| Finalize: Updating package state database ... Done
43102026-09-02T23:51:16.785Z[ host-image] Sep 02 23:51:15.664 INFO O| Sep 02 23:51:15.664 INFO O| Finalize: Updating package cache ... Done
43112026-09-02T23:51:16.865Z[ host-image] Sep 02 23:51:15.742 INFO O| Sep 02 23:51:15.742 INFO O| Finalize: Updating image state ... Done
43122026-09-02T23:51:16.876Z[ host-image] Sep 02 23:51:15.754 INFO O| Sep 02 23:51:15.754 INFO O| Finalize: Creating fast lookup database ... Done
43132026-09-02T23:51:16.879Z[ host-image] Sep 02 23:51:15.755 INFO O| Sep 02 23:51:15.755 INFO O| Finalize: Reading search index ... Done
43142026-09-02T23:51:16.879Z[ host-image] Sep 02 23:51:15.755 INFO O| Sep 02 23:51:15.755 INFO O| Finalize: Updating search index ... Done
43152026-09-02T23:51:16.879Z[ host-image] Sep 02 23:51:15.756 INFO O| Sep 02 23:51:15.756 INFO O| Finalize: Updating package cache ... Done
43162026-09-02T23:51:17.078Z[ host-image] Sep 02 23:51:15.956 INFO O| Sep 02 23:51:15.956 INFO STEP 6 (pkg_change_variant) COMPLETE
43172026-09-02T23:51:17.078Z[ host-image] Sep 02 23:51:15.956 INFO O| Sep 02 23:51:15.956 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
43182026-09-02T23:51:17.082Z[ host-image] Sep 02 23:51:15.956 INFO O| Sep 02 23:51:15.956 INFO skip step because feature "debug_variant" is not enabled
43192026-09-02T23:51:17.082Z[ host-image] Sep 02 23:51:15.956 INFO O| Sep 02 23:51:15.956 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
43202026-09-02T23:51:17.326Z[ host-image] Sep 02 23:51:16.204 INFO O| Sep 02 23:51:16.204 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "change-facet", "openssl.10=false"]
43212026-09-02T23:51:19.109Z[ host-image] Sep 02 23:51:17.986 INFO O| Sep 02 23:51:17.986 INFO O| Startup: Refreshing catalog 'helios' ... Done
43222026-09-02T23:51:19.196Z[recovery-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
43232026-09-02T23:51:19.559Z[ host-image] Sep 02 23:51:18.438 INFO O| Sep 02 23:51:18.438 INFO O| Startup: Caching catalogs ... Done
43242026-09-02T23:51:19.576Z[ host-image] Sep 02 23:51:18.454 INFO O| Sep 02 23:51:18.454 INFO O| Planning: Planning completed in 0.00 seconds
43252026-09-02T23:51:19.579Z[ host-image] Sep 02 23:51:18.455 INFO O| Sep 02 23:51:18.455 INFO O| Planning: Consolidating action changes ... Done
43262026-09-02T23:51:19.579Z[ host-image] Sep 02 23:51:18.455 INFO O| Sep 02 23:51:18.455 INFO O| Planning: Evaluating mediators ... Done
43272026-09-02T23:51:19.579Z[ host-image] Sep 02 23:51:18.455 INFO O| Sep 02 23:51:18.455 INFO O| Planning: Planning completed in 0.00 seconds
43282026-09-02T23:51:19.579Z[ host-image] Sep 02 23:51:18.455 INFO O| Sep 02 23:51:18.455 INFO O| Variants/Facets to change: 1
43292026-09-02T23:51:19.586Z[ host-image] Sep 02 23:51:18.464 INFO O| Sep 02 23:51:18.464 INFO O| Finalize: Updating package state database ... Done
43302026-09-02T23:51:19.586Z[ host-image] Sep 02 23:51:18.464 INFO O| Sep 02 23:51:18.464 INFO O| Finalize: Updating package cache ... Done
43312026-09-02T23:51:19.663Z[ host-image] Sep 02 23:51:18.542 INFO O| Sep 02 23:51:18.542 INFO O| Finalize: Updating image state ... Done
43322026-09-02T23:51:19.681Z[ host-image] Sep 02 23:51:18.559 INFO O| Sep 02 23:51:18.559 INFO O| Finalize: Creating fast lookup database ... Done
43332026-09-02T23:51:19.684Z[ host-image] Sep 02 23:51:18.560 INFO O| Sep 02 23:51:18.560 INFO O| Finalize: Reading search index ... Done
43342026-09-02T23:51:19.684Z[ host-image] Sep 02 23:51:18.560 INFO O| Sep 02 23:51:18.560 INFO O| Finalize: Updating search index ... Done
43352026-09-02T23:51:19.684Z[ host-image] Sep 02 23:51:18.561 INFO O| Sep 02 23:51:18.561 INFO O| Finalize: Updating package cache ... Done
43362026-09-02T23:51:19.979Z[ host-image] Sep 02 23:51:18.858 INFO O| Sep 02 23:51:18.858 INFO STEP 8 (pkg_change_facet) COMPLETE
43372026-09-02T23:51:19.979Z[ host-image] Sep 02 23:51:18.858 INFO O| Sep 02 23:51:18.858 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
43382026-09-02T23:51:19.984Z[ host-image] Sep 02 23:51:18.858 INFO O| Sep 02 23:51:18.858 INFO skip step because feature "recovery" is not enabled
43392026-09-02T23:51:19.984Z[ host-image] Sep 02 23:51:18.858 INFO O| Sep 02 23:51:18.858 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
43402026-09-02T23:51:19.984Z[ host-image] Sep 02 23:51:18.858 INFO O| Sep 02 23:51:18.858 INFO skip step because feature "recovery" is not enabled
43412026-09-02T23:51:19.984Z[ host-image] Sep 02 23:51:18.858 INFO O| Sep 02 23:51:18.858 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
43422026-09-02T23:51:19.988Z[ host-image] Sep 02 23:51:18.866 INFO O| Sep 02 23:51:18.866 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"]
43432026-09-02T23:51:20.174Z[recovery-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
43442026-09-02T23:51:20.174Z[recovery-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
43452026-09-02T23:51:21.801Z[ host-image] Sep 02 23:51:20.673 INFO O| Sep 02 23:51:20.673 INFO O| Startup: Refreshing catalog 'helios' ... Done
43462026-09-02T23:51:22.240Z[ host-image] Sep 02 23:51:21.119 INFO O| Sep 02 23:51:21.118 INFO O| Startup: Caching catalogs ... Done
43472026-09-02T23:51:22.371Z[recovery-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
43482026-09-02T23:51:22.372Z[recovery-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
43492026-09-02T23:51:23.428Z[recovery-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
43502026-09-02T23:51:24.007Z[recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
43512026-09-02T23:51:24.928Z[ host-image] Sep 02 23:51:23.807 INFO O| Sep 02 23:51:23.806 INFO O| Planning: Solver setup ... Done
43522026-09-02T23:51:25.217Z[ host-image] Sep 02 23:51:24.096 INFO O| Sep 02 23:51:24.096 INFO O| Planning: Running solver ... Done
43532026-09-02T23:51:25.267Z[ host-image] Sep 02 23:51:24.146 INFO O| Sep 02 23:51:24.146 INFO O| Planning: Finding local manifests ... Done
43542026-09-02T23:51:25.285Z[ host-image] Sep 02 23:51:24.164 INFO O| Sep 02 23:51:24.164 INFO O| Planning: Fetching manifests: 0/130 0% complete
43552026-09-02T23:51:27.015Z[ host-image] Sep 02 23:51:25.893 INFO O| Sep 02 23:51:25.893 INFO O| Planning: Fetching manifests: 130/130 100% complete
43562026-09-02T23:51:27.481Z[ host-image] Sep 02 23:51:26.360 INFO O| Sep 02 23:51:26.359 INFO O| Planning: Package planning ... Done
43572026-09-02T23:51:27.789Z[ host-image] Sep 02 23:51:26.667 INFO O| Sep 02 23:51:26.667 INFO O| Planning: Merging actions ... Done
43582026-09-02T23:51:27.888Z[ host-image] Sep 02 23:51:26.766 INFO O| Sep 02 23:51:26.766 INFO O| Planning: Checking for conflicting actions ... Done
43592026-09-02T23:51:27.988Z[ host-image] Sep 02 23:51:26.866 INFO O| Sep 02 23:51:26.866 INFO O| Planning: Consolidating action changes ... Done
43602026-09-02T23:51:28.320Z[ host-image] Sep 02 23:51:27.199 INFO O| Sep 02 23:51:27.199 INFO O| Planning: Evaluating mediators ... Done
43612026-09-02T23:51:29.758Z[ host-image] Sep 02 23:51:28.633 INFO O| Sep 02 23:51:28.632 INFO O| Planning: Planning completed in 7.50 seconds
43622026-09-02T23:51:29.766Z[ host-image] Sep 02 23:51:28.634 INFO O| Sep 02 23:51:28.634 INFO O| Packages to install: 130
43632026-09-02T23:51:29.766Z[ host-image] Sep 02 23:51:28.634 INFO O| Sep 02 23:51:28.634 INFO O| Mediators to change: 5
43642026-09-02T23:51:29.766Z[ host-image] Sep 02 23:51:28.634 INFO O| Sep 02 23:51:28.634 INFO O| Services to change: 6
43652026-09-02T23:51:29.785Z[ host-image] Sep 02 23:51:28.664 INFO O| Sep 02 23:51:28.664 INFO O| Download: 0/23891 items 0.0/223.0MB 0% complete
43662026-09-02T23:51:34.792Z[ host-image] Sep 02 23:51:33.665 INFO O| Sep 02 23:51:33.665 INFO O| Download: 12160/23891 items 105.6/223.0MB 47% complete (21.1M/s)
43672026-09-02T23:51:39.525Z[ host-image] Sep 02 23:51:38.403 INFO O| Sep 02 23:51:38.403 INFO O| Download: Completed 223.04 MB in 9.74 seconds (22.9M/s)
43682026-09-02T23:51:39.886Z[recovery-package] Finished `release` profile [optimized] target(s) in 32.84s
43692026-09-02T23:51:40.189Z[ host-image] Sep 02 23:51:39.064 INFO O| Sep 02 23:51:39.063 INFO O| Actions: 1/54206 actions (Installing new actions)
43702026-09-02T23:51:41.316ZSep 02 23:51:40.191 INFO [recovery-package] process exited with exit status: 0 (34.394774635s)
43712026-09-02T23:51:41.316ZSep 02 23:51:40.191 INFO [recovery-libraries] running task
43722026-09-02T23:51:41.316ZSep 02 23:51:40.191 INFO [recovery-stamp] running task
43732026-09-02T23:51:41.320ZSep 02 23:51:40.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+git237cd9bf4f4
43742026-09-02T23:51:41.320ZSep 02 23:51:40.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+git237cd9bf4f4
43752026-09-02T23:51:41.320Z[stamp-installinator] Logging to: /work/artifacts-recovery/LOG
43762026-09-02T23:51:41.323Z[ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG
43772026-09-02T23:51:41.336ZSep 02 23:51:40.213 INFO [recovery-libraries] task succeeded (21.579425ms)
43782026-09-02T23:51:41.339ZSep 02 23:51:40.213 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/cargo xtask verify-libraries
43792026-09-02T23:51:41.359Z[stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar
43802026-09-02T23:51:41.363ZSep 02 23:51:40.240 INFO [stamp-installinator] process exited with exit status: 0 (47.551404ms)
43812026-09-02T23:51:41.466Z[ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar
43822026-09-02T23:51:41.470ZSep 02 23:51:40.347 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (154.835397ms)
43832026-09-02T23:51:41.470ZSep 02 23:51:40.347 INFO [recovery-stamp] task succeeded (155.233727ms)
43842026-09-02T23:51:41.470ZSep 02 23:51:40.347 INFO [recovery-proto] running task
43852026-09-02T23:51:41.470ZSep 02 23:51:40.347 INFO [tuf-stamp] running task
43862026-09-02T23:51:41.470ZSep 02 23:51:40.347 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+git237cd9bf4f4
43872026-09-02T23:51:41.470ZSep 02 23:51:40.348 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+git237cd9bf4f4
43882026-09-02T23:51:41.473ZSep 02 23:51:40.348 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+git237cd9bf4f4
43892026-09-02T23:51:41.473ZSep 02 23:51:40.349 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+git237cd9bf4f4
43902026-09-02T23:51:41.473ZSep 02 23:51:40.349 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+git237cd9bf4f4
43912026-09-02T23:51:41.473ZSep 02 23:51:40.350 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+git237cd9bf4f4
43922026-09-02T23:51:41.473ZSep 02 23:51:40.350 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+git237cd9bf4f4
43932026-09-02T23:51:41.473ZSep 02 23:51:40.350 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+git237cd9bf4f4
43942026-09-02T23:51:41.473ZSep 02 23:51:40.351 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+git237cd9bf4f4
43952026-09-02T23:51:41.473ZSep 02 23:51:40.351 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+git237cd9bf4f4
43962026-09-02T23:51:41.477ZSep 02 23:51:40.352 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+git237cd9bf4f4
43972026-09-02T23:51:41.477ZSep 02 23:51:40.352 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+git237cd9bf4f4
43982026-09-02T23:51:41.477Z[stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
43992026-09-02T23:51:41.477Z[stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
44002026-09-02T23:51:41.480Z[ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG
44012026-09-02T23:51:41.480Z[ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG
44022026-09-02T23:51:41.480Z[stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG
44032026-09-02T23:51:41.480Z[ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG
44042026-09-02T23:51:41.480Z[stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
44052026-09-02T23:51:41.480Z[stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG
44062026-09-02T23:51:41.480Z[stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG
44072026-09-02T23:51:41.480Z[stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
44082026-09-02T23:51:41.480Z[ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG
44092026-09-02T23:51:41.480Z[stamp-clickhouse_server] Logging to: /work/oxidecomputer/omicron/out/LOG
44102026-09-02T23:51:41.527Z[ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz
44112026-09-02T23:51:41.530ZSep 02 23:51:40.408 INFO [stamp-probe] process exited with exit status: 0 (57.095165ms)
44122026-09-02T23:51:41.569ZSep 02 23:51:40.445 INFO [recovery-proto] task succeeded (98.758793ms)
44132026-09-02T23:51:41.572ZSep 02 23:51:40.446 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/.tmpsaZway/proto/recovery/root -N 'recovery 237cd9b/${os_short_commit} 2026-09-02 23:39' -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/'
44142026-09-02T23:51:41.575Z[ recovery-image] Sep 02 23:51:40.452 INFO Checking files for board 'cosmo'
44152026-09-02T23:51:41.575Z[ recovery-image] Sep 02 23:51:40.452 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5"
44162026-09-02T23:51:41.575Z[ recovery-image] Sep 02 23:51:40.452 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
44172026-09-02T23:51:41.576Z[ recovery-image] Sep 02 23:51:40.452 INFO Checking files for board 'cosmo-mbist-noaggr'
44182026-09-02T23:51:41.576Z[ recovery-image] Sep 02 23:51:40.452 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist-noaggr.toml"
44192026-09-02T23:51:41.576Z[ recovery-image] Sep 02 23:51:40.452 INFO Checking files for board 'gimlet'
44202026-09-02T23:51:41.576Z[ recovery-image] Sep 02 23:51:40.452 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
44212026-09-02T23:51:41.576Z[ recovery-image] Sep 02 23:51:40.452 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml"
44222026-09-02T23:51:41.576Z[ recovery-image] Sep 02 23:51:40.452 INFO Checking files for board 'cosmo-mbist'
44232026-09-02T23:51:41.576Z[ recovery-image] Sep 02 23:51:40.452 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist.toml"
44242026-09-02T23:51:41.584Z[ recovery-image] Sep 02 23:51:40.463 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmpsaZway/proto/recovery/root"
44252026-09-02T23:51:41.587Z[ recovery-image] Sep 02 23:51:40.463 INFO using external package repositories: helios={ file:///work/incorporation.p5p https://pkg.oxide.computer/helios/3/dev/ }
44262026-09-02T23:51:41.587Z[ recovery-image] Sep 02 23:51:40.463 INFO image builder template: ramdisk-01-os...
44272026-09-02T23:51:41.587Z[ recovery-image] Sep 02 23:51:40.463 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/.tmpsaZway/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.41.506", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@23.0.0.0", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
44282026-09-02T23:51:41.587Z[ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz
44292026-09-02T23:51:41.591ZSep 02 23:51:40.468 INFO [stamp-ntp] process exited with exit status: 0 (118.758556ms)
44302026-09-02T23:51:41.600Z[ recovery-image] Sep 02 23:51:40.479 INFO O| Sep 02 23:51:40.478 INFO CREATE DATASET: rpool/images/build/recovery/output
44312026-09-02T23:51:41.763Z[stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz
44322026-09-02T23:51:41.766ZSep 02 23:51:40.645 INFO [stamp-internal-dns] process exited with exit status: 0 (296.610979ms)
44332026-09-02T23:51:41.776Z[stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz
44342026-09-02T23:51:41.779ZSep 02 23:51:40.658 INFO [stamp-external-dns] process exited with exit status: 0 (306.76137ms)
44352026-09-02T23:51:41.817Z[ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz
44362026-09-02T23:51:41.820ZSep 02 23:51:40.696 INFO [stamp-oximeter] process exited with exit status: 0 (347.102626ms)
44372026-09-02T23:51:41.876Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
44382026-09-02T23:51:41.893Z[stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz
44392026-09-02T23:51:41.897ZSep 02 23:51:40.775 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (427.115057ms)
44402026-09-02T23:51:41.903Z[verify-libraries] Running `target/debug/xtask verify-libraries`
44412026-09-02T23:51:42.051Z[stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz
44422026-09-02T23:51:42.055ZSep 02 23:51:40.932 INFO [stamp-crucible-zone] process exited with exit status: 0 (581.832274ms)
44432026-09-02T23:51:42.165Z[ recovery-image] Sep 02 23:51:41.042 INFO O| Sep 02 23:51:41.042 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
44442026-09-02T23:51:42.169Z[ recovery-image] Sep 02 23:51:41.045 INFO O| Sep 02 23:51:41.045 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
44452026-09-02T23:51:42.987Z[ recovery-image] Sep 02 23:51:41.866 INFO O| Sep 02 23:51:41.866 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-01-os: sync = disabled
44462026-09-02T23:51:43.418Z[stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz
44472026-09-02T23:51:43.421ZSep 02 23:51:42.300 INFO [stamp-cockroachdb] process exited with exit status: 0 (1.948843843s)
44482026-09-02T23:51:43.788Z[ recovery-image] Sep 02 23:51:42.667 INFO O| Sep 02 23:51:42.666 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-01-os
44492026-09-02T23:51:43.788Z[ recovery-image] Sep 02 23:51:42.667 INFO O| Sep 02 23:51:42.667 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
44502026-09-02T23:51:43.788Z[ recovery-image] Sep 02 23:51:42.667 INFO O| Sep 02 23:51:42.667 INFO resetting by removing work dataset: rpool/images/build/recovery/work/sled/ramdisk
44512026-09-02T23:51:43.792Z[ recovery-image] Sep 02 23:51:42.667 INFO O| Sep 02 23:51:42.667 INFO DESTROY DATASET: rpool/images/build/recovery/work/sled/ramdisk
44522026-09-02T23:51:43.794Z[ recovery-image] Sep 02 23:51:42.672 INFO O| Sep 02 23:51:42.672 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
44532026-09-02T23:51:44.543Z[ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz
44542026-09-02T23:51:44.546ZSep 02 23:51:43.424 INFO [stamp-nexus] process exited with exit status: 0 (3.07629796s)
44552026-09-02T23:51:44.927Z[stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz
44562026-09-02T23:51:44.930ZSep 02 23:51:43.808 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (3.459656788s)
44572026-09-02T23:51:44.955Z[stamp-clickhouse_server] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_server.tar.gz
44582026-09-02T23:51:44.958ZSep 02 23:51:43.837 INFO [stamp-clickhouse_server] process exited with exit status: 0 (3.484905306s)
44592026-09-02T23:51:44.989Z[stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz
44602026-09-02T23:51:44.993ZSep 02 23:51:43.871 INFO [stamp-clickhouse] process exited with exit status: 0 (3.520668677s)
44612026-09-02T23:51:44.994ZSep 02 23:51:43.871 INFO [tuf-stamp] task succeeded (3.523960551s)
44622026-09-02T23:51:44.994ZSep 02 23:51:43.871 INFO [tuf-v2-zones] running task
44632026-09-02T23:51:45.079ZSep 02 23:51:43.958 INFO [tuf-v2-zones] task succeeded (87.219589ms)
44642026-09-02T23:51:45.186Z[ host-image] Sep 02 23:51:44.064 INFO O| Sep 02 23:51:44.064 INFO O| Actions: 26510/54206 actions (Installing new actions)
44652026-09-02T23:51:46.297Z[verify-libraries] Compiling match_cfg v0.1.0
44662026-09-02T23:51:46.298Z[verify-libraries] Compiling slog-json v2.6.1
44672026-09-02T23:51:46.300Z[verify-libraries] Compiling debug-ignore v1.0.5
44682026-09-02T23:51:46.300Z[verify-libraries] Compiling newtype-uuid-macros v0.1.0
44692026-09-02T23:51:46.301Z[verify-libraries] Compiling sha1 v0.11.0
44702026-09-02T23:51:46.499Z[verify-libraries] Compiling serde_path_to_error v0.1.20
44712026-09-02T23:51:46.502Z[verify-libraries] Compiling multer v3.1.0
44722026-09-02T23:51:46.502Z[verify-libraries] Compiling compression-core v0.4.31
44732026-09-02T23:51:46.502Z[verify-libraries] Compiling progenitor-client v0.14.0
44742026-09-02T23:51:46.502Z[verify-libraries] Compiling async-stream-impl v0.3.6
44752026-09-02T23:51:46.502Z[verify-libraries] Compiling toml_datetime v1.1.1+spec-1.1.0
44762026-09-02T23:51:46.517Z[verify-libraries] Compiling serde_spanned v1.1.1
44772026-09-02T23:51:46.520Z[verify-libraries] Compiling dropshot v0.17.1
44782026-09-02T23:51:46.741Z[verify-libraries] Compiling toml_writer v1.1.1+spec-1.1.0
44792026-09-02T23:51:46.760Z[verify-libraries] Compiling waitgroup v0.1.2
44802026-09-02T23:51:46.760Z[verify-libraries] Compiling rustls-pemfile v2.2.0
44812026-09-02T23:51:46.763Z[verify-libraries] Compiling dropshot_endpoint v0.17.1
44822026-09-02T23:51:46.825Z[verify-libraries] Compiling hostname v0.3.1
44832026-09-02T23:51:46.825Z[verify-libraries] Compiling compression-codecs v0.4.37
44842026-09-02T23:51:46.828Z[verify-libraries] Compiling hostname v0.4.2
44852026-09-02T23:51:46.871Z[verify-libraries] Compiling atomicwrites v0.4.4
44862026-09-02T23:51:46.885Z[ host-image] Sep 02 23:51:45.763 INFO O| Sep 02 23:51:45.763 INFO O| Actions: Completed 54206 actions in 6.70 seconds.
44872026-09-02T23:51:46.935Z[verify-libraries] Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
44882026-09-02T23:51:46.958Z[verify-libraries] Compiling slog-bunyan v2.5.0
44892026-09-02T23:51:46.987Z[ host-image] Sep 02 23:51:45.866 INFO O| Sep 02 23:51:45.866 INFO O| Finalize: Updating package state database ... Done
44902026-09-02T23:51:46.988Z[ host-image] Sep 02 23:51:45.866 INFO O| Sep 02 23:51:45.866 INFO O| Finalize: Updating package cache ... Done
44912026-09-02T23:51:47.002Z[verify-libraries] Compiling toml v1.1.2+spec-1.1.0
44922026-09-02T23:51:47.005Z[verify-libraries] Compiling macaddr v1.0.1
44932026-09-02T23:51:47.030Z[verify-libraries] Compiling serde_tokenstream v0.3.0
44942026-09-02T23:51:47.073Z[verify-libraries] Compiling regress v0.10.5
44952026-09-02T23:51:47.077Z[verify-libraries] Compiling instant v0.1.13
44962026-09-02T23:51:47.077Z[verify-libraries] Compiling oxide-generation v0.1.3
44972026-09-02T23:51:47.119Z[verify-libraries] Compiling async-compression v0.4.41
44982026-09-02T23:51:47.119Z[verify-libraries] Compiling parse-display-derive v0.10.0
44992026-09-02T23:51:47.126Z[ host-image] Sep 02 23:51:46.005 INFO O| Sep 02 23:51:46.005 INFO O| Finalize: Updating image state ... Done
45002026-09-02T23:51:47.163Z[verify-libraries] Compiling itertools v0.14.0
45012026-09-02T23:51:47.186Z[verify-libraries] Compiling backoff v0.4.0
45022026-09-02T23:51:47.189Z[verify-libraries] Compiling backon v1.6.0
45032026-09-02T23:51:47.227Z[verify-libraries] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
45042026-09-02T23:51:47.302Z[verify-libraries] Compiling async-stream v0.3.6
45052026-09-02T23:51:47.304Z[verify-libraries] Compiling humantime v2.3.0
45062026-09-02T23:51:47.394Z[verify-libraries] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
45072026-09-02T23:51:47.434Z[verify-libraries] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
45082026-09-02T23:51:47.437Z[verify-libraries] Compiling oxide-generation-macros v0.2.0
45092026-09-02T23:51:47.475Z[verify-libraries] Compiling convert_case v0.4.0
45102026-09-02T23:51:47.478Z[verify-libraries] Compiling half v2.7.1
45112026-09-02T23:51:47.535Z[verify-libraries] Compiling progenitor-extras v0.2.0
45122026-09-02T23:51:47.558Z[verify-libraries] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
45132026-09-02T23:51:47.561Z[verify-libraries] Compiling ciborium-io v0.2.2
45142026-09-02T23:51:47.617Z[verify-libraries] Compiling crucible-workspace-hack v0.1.0
45152026-09-02T23:51:47.660Z[verify-libraries] Compiling indent_write v2.2.0
45162026-09-02T23:51:47.742Z[verify-libraries] Compiling regress v0.11.1
45172026-09-02T23:51:47.773Z[verify-libraries] Compiling secrecy v0.10.3
45182026-09-02T23:51:47.844Z[verify-libraries] Compiling ciborium-ll v0.2.2
45192026-09-02T23:51:47.893Z[verify-libraries] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
45202026-09-02T23:51:47.893Z[verify-libraries] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
45212026-09-02T23:51:47.893Z[verify-libraries] Compiling inout v0.1.4
45222026-09-02T23:51:47.967Z[verify-libraries] Compiling derive_more v0.99.20
45232026-09-02T23:51:47.990Z[verify-libraries] Compiling universal-hash v0.5.1
45242026-09-02T23:51:48.076Z[verify-libraries] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
45252026-09-02T23:51:48.121Z[verify-libraries] Compiling ciborium v0.2.2
45262026-09-02T23:51:48.153Z[ host-image] Sep 02 23:51:47.031 INFO O| Sep 02 23:51:47.031 INFO O| Finalize: Creating fast lookup database ... Done
45272026-09-02T23:51:48.159Z[verify-libraries] Compiling cipher v0.4.4
45282026-09-02T23:51:48.198Z[ host-image] Sep 02 23:51:47.075 INFO O| Sep 02 23:51:47.075 INFO O| Finalize: Reading search index ... Done
45292026-09-02T23:51:48.208Z[verify-libraries] Compiling thiserror-impl-no-std v2.0.2
45302026-09-02T23:51:48.247Z[verify-libraries] Compiling opaque-debug v0.3.1
45312026-09-02T23:51:48.342Z[verify-libraries] Compiling omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds)
45322026-09-02T23:51:48.377Z[verify-libraries] Compiling unsafe-libyaml v0.2.11
45332026-09-02T23:51:48.377Z[verify-libraries] Compiling poly1305 v0.8.0
45342026-09-02T23:51:48.381Z[verify-libraries] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
45352026-09-02T23:51:48.473Z[verify-libraries] Compiling blake2 v0.10.6
45362026-09-02T23:51:48.523Z[verify-libraries] Compiling chacha20 v0.9.1
45372026-09-02T23:51:48.526Z[verify-libraries] Compiling aead v0.5.2
45382026-09-02T23:51:48.556Z[ recovery-image] Sep 02 23:51:47.434 INFO O| Sep 02 23:51:47.434 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45392026-09-02T23:51:48.571Z[ recovery-image] Sep 02 23:51:47.445 INFO O| Sep 02 23:51:47.445 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/sled/ramdisk"]
45402026-09-02T23:51:48.653Z[verify-libraries] Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
45412026-09-02T23:51:48.764Z[verify-libraries] Compiling password-hash v0.5.0
45422026-09-02T23:51:48.827Z[verify-libraries] Compiling itertools v0.15.0
45432026-09-02T23:51:48.886Z[ recovery-image] Sep 02 23:51:47.764 INFO O| Sep 02 23:51:47.764 INFO O| Caching catalogs ... Done
45442026-09-02T23:51:48.893Z[verify-libraries] Compiling num-derive v0.4.2
45452026-09-02T23:51:48.896Z[verify-libraries] Compiling chacha20poly1305 v0.10.1
45462026-09-02T23:51:48.972Z[ recovery-image] Sep 02 23:51:47.850 INFO O| Sep 02 23:51:47.850 INFO STEP 0 (pkg_image_create) COMPLETE
45472026-09-02T23:51:48.972Z[ recovery-image] Sep 02 23:51:47.851 INFO O| Sep 02 23:51:47.850 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45482026-09-02T23:51:49.001Z[ recovery-image] Sep 02 23:51:47.880 INFO O| Sep 02 23:51:47.861 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"]
45492026-09-02T23:51:49.007Z[verify-libraries] Compiling crossbeam-deque v0.8.6
45502026-09-02T23:51:49.171Z[verify-libraries] Compiling parse-display v0.10.0
45512026-09-02T23:51:49.171Z[verify-libraries] Compiling serde_yaml v0.9.34+deprecated
45522026-09-02T23:51:49.234Z[verify-libraries] Compiling argon2 v0.5.3
45532026-09-02T23:51:49.275Z[verify-libraries] Compiling rayon-core v1.13.0
45542026-09-02T23:51:49.275Z[verify-libraries] Compiling toml_datetime v0.7.5+spec-1.1.0
45552026-09-02T23:51:49.326Z[verify-libraries] Compiling glob v0.3.3
45562026-09-02T23:51:49.339Z[ recovery-image] Sep 02 23:51:48.217 INFO O| Sep 02 23:51:48.217 INFO STEP 1 (pkg_set_publisher) COMPLETE
45572026-09-02T23:51:49.339Z[ recovery-image] Sep 02 23:51:48.217 INFO O| Sep 02 23:51:48.217 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45582026-09-02T23:51:49.339Z[ recovery-image] Sep 02 23:51:48.217 INFO O| Sep 02 23:51:48.217 INFO skip step because feature "publisher_1_name" is not enabled
45592026-09-02T23:51:49.343Z[ recovery-image] Sep 02 23:51:48.217 INFO O| Sep 02 23:51:48.217 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45602026-09-02T23:51:49.343Z[ recovery-image] Sep 02 23:51:48.217 INFO O| Sep 02 23:51:48.217 INFO skip step because feature "publisher_2_name" is not enabled
45612026-09-02T23:51:49.343Z[ recovery-image] Sep 02 23:51:48.217 INFO O| Sep 02 23:51:48.217 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45622026-09-02T23:51:49.343Z[ recovery-image] Sep 02 23:51:48.217 INFO O| Sep 02 23:51:48.217 INFO skip step because feature "publisher_3_name" is not enabled
45632026-09-02T23:51:49.343Z[ recovery-image] Sep 02 23:51:48.218 INFO O| Sep 02 23:51:48.217 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45642026-09-02T23:51:49.382Z[verify-libraries] Compiling heapless v0.8.0
45652026-09-02T23:51:49.604Z[verify-libraries] Compiling typify-impl v0.6.2
45662026-09-02T23:51:49.652Z[verify-libraries] Compiling thiserror-no-std v2.0.2
45672026-09-02T23:51:49.655Z[verify-libraries] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
45682026-09-02T23:51:49.659Z[ recovery-image] Sep 02 23:51:48.538 INFO O| Sep 02 23:51:48.538 INFO variant opensolaris.zone is already global
45692026-09-02T23:51:49.659Z[ recovery-image] Sep 02 23:51:48.538 INFO O| Sep 02 23:51:48.538 INFO STEP 5 (pkg_change_variant) COMPLETE
45702026-09-02T23:51:49.662Z[ recovery-image] Sep 02 23:51:48.538 INFO O| Sep 02 23:51:48.538 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45712026-09-02T23:51:49.794Z[verify-libraries] Compiling vsss-rs v3.3.4
45722026-09-02T23:51:49.797Z[verify-libraries] Compiling toml_edit v0.23.10+spec-1.0.0
45732026-09-02T23:51:49.979Z[ recovery-image] Sep 02 23:51:48.857 INFO O| Sep 02 23:51:48.857 INFO variant opensolaris.imagetype is full; changing to partial
45742026-09-02T23:51:49.979Z[ recovery-image] Sep 02 23:51:48.858 INFO O| Sep 02 23:51:48.857 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
45752026-09-02T23:51:50.061Z[verify-libraries] Compiling proc-macro-error v1.0.4
45762026-09-02T23:51:50.151Z[verify-libraries] Compiling usdt-macro v0.5.0
45772026-09-02T23:51:50.297Z[verify-libraries] Compiling ingot-macros v0.2.0
45782026-09-02T23:51:50.330Z[verify-libraries] Compiling usdt-attr-macro v0.5.0
45792026-09-02T23:51:50.496Z[verify-libraries] Compiling proc-macro-crate v3.4.0
45802026-09-02T23:51:50.537Z[verify-libraries] Compiling tabwriter v1.4.1
45812026-09-02T23:51:50.561Z[verify-libraries] Compiling hash32 v0.3.1
45822026-09-02T23:51:50.620Z[verify-libraries] Compiling memmap v0.7.0
45832026-09-02T23:51:50.684Z[verify-libraries] Compiling illumos-nvpair-sys v0.2.0
45842026-09-02T23:51:50.729Z[verify-libraries] Compiling smoltcp v0.11.0
45852026-09-02T23:51:50.816Z[verify-libraries] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
45862026-09-02T23:51:50.819Z[verify-libraries] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
45872026-09-02T23:51:50.866Z[verify-libraries] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
45882026-09-02T23:51:50.996Z[verify-libraries] Compiling cobs v0.3.0
45892026-09-02T23:51:51.002Z[verify-libraries] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
45902026-09-02T23:51:51.017Z[ host-image] Sep 02 23:51:49.894 INFO O| Sep 02 23:51:49.894 INFO O| Finalize: Building new search index ... Done
45912026-09-02T23:51:51.115Z[verify-libraries] Compiling colored v3.1.1
45922026-09-02T23:51:51.118Z[verify-libraries] Compiling num_enum_derive v0.7.6
45932026-09-02T23:51:51.166Z[verify-libraries] Compiling postcard v1.1.3
45942026-09-02T23:51:51.268Z[verify-libraries] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
45952026-09-02T23:51:51.311Z[verify-libraries] Compiling usdt v0.5.0
45962026-09-02T23:51:51.331Z[verify-libraries] Compiling rayon v1.11.0
45972026-09-02T23:51:51.331Z[verify-libraries] Compiling rand v0.10.1
45982026-09-02T23:51:51.335Z[verify-libraries] Compiling proc-macro-crate v1.3.1
45992026-09-02T23:51:51.443Z[ host-image] Sep 02 23:51:50.318 INFO O| Sep 02 23:51:50.318 INFO O| Finalize: Updating package cache ... Done
46002026-09-02T23:51:51.519Z[verify-libraries] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
46012026-09-02T23:51:51.570Z[verify-libraries] Compiling foreign-types-macros v0.2.3
46022026-09-02T23:51:51.573Z[verify-libraries] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
46032026-09-02T23:51:51.703Z[verify-libraries] Compiling foreign-types-shared v0.3.1
46042026-09-02T23:51:51.814Z[ host-image] Sep 02 23:51:50.688 INFO O| Sep 02 23:51:50.688 INFO STEP 11 (pkg_install) COMPLETE
46052026-09-02T23:51:51.814Z[ host-image] Sep 02 23:51:50.688 INFO O| Sep 02 23:51:50.688 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
46062026-09-02T23:51:51.818Z[verify-libraries] Compiling illumos-nvpair v0.3.0
46072026-09-02T23:51:51.821Z[ host-image] Sep 02 23:51:50.699 INFO O| Sep 02 23:51:50.699 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"]
46082026-09-02T23:51:51.911Z[verify-libraries] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
46092026-09-02T23:51:52.000Z[verify-libraries] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
46102026-09-02T23:51:52.070Z[verify-libraries] Compiling num_enum_derive v0.5.11
46112026-09-02T23:51:52.126Z[verify-libraries] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
46122026-09-02T23:51:52.174Z[verify-libraries] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
46132026-09-02T23:51:52.199Z[verify-libraries] Compiling cstr-argument v0.1.2
46142026-09-02T23:51:52.234Z[verify-libraries] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
46152026-09-02T23:51:52.261Z[verify-libraries] Compiling itertools v0.12.1
46162026-09-02T23:51:52.333Z[verify-libraries] Compiling num_enum v0.7.6
46172026-09-02T23:51:52.359Z[verify-libraries] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
46182026-09-02T23:51:52.406Z[verify-libraries] Compiling foreign-types v0.5.0
46192026-09-02T23:51:52.454Z[ recovery-image] Sep 02 23:51:51.333 INFO O| Sep 02 23:51:51.333 INFO O| Startup: Refreshing catalog 'helios' ... Done
46202026-09-02T23:51:52.458Z[verify-libraries] Compiling sigpipe v0.1.3
46212026-09-02T23:51:52.547Z[verify-libraries] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
46222026-09-02T23:51:52.583Z[verify-libraries] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
46232026-09-02T23:51:52.611Z[verify-libraries] Compiling zone_cfg_derive v0.3.1
46242026-09-02T23:51:52.715Z[verify-libraries] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
46252026-09-02T23:51:52.741Z[verify-libraries] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
46262026-09-02T23:51:52.852Z[verify-libraries] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
46272026-09-02T23:51:52.895Z[verify-libraries] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
46282026-09-02T23:51:52.922Z[verify-libraries] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
46292026-09-02T23:51:52.950Z[verify-libraries] Compiling toml v0.8.23
46302026-09-02T23:51:52.960Z[ recovery-image] Sep 02 23:51:51.838 INFO O| Sep 02 23:51:51.838 INFO O| Startup: Caching catalogs ... Done
46312026-09-02T23:51:52.978Z[ recovery-image] Sep 02 23:51:51.856 INFO O| Sep 02 23:51:51.855 INFO O| Planning: Planning completed in 0.00 seconds
46322026-09-02T23:51:52.981Z[ recovery-image] Sep 02 23:51:51.856 INFO O| Sep 02 23:51:51.856 INFO O| Planning: Consolidating action changes ... Done
46332026-09-02T23:51:52.981Z[ recovery-image] Sep 02 23:51:51.856 INFO O| Sep 02 23:51:51.856 INFO O| Planning: Evaluating mediators ... Done
46342026-09-02T23:51:52.981Z[ recovery-image] Sep 02 23:51:51.856 INFO O| Sep 02 23:51:51.856 INFO O| Planning: Planning completed in 0.00 seconds
46352026-09-02T23:51:52.981Z[ recovery-image] Sep 02 23:51:51.856 INFO O| Sep 02 23:51:51.856 INFO O| Variants/Facets to change: 1
46362026-09-02T23:51:52.990Z[ recovery-image] Sep 02 23:51:51.869 INFO O| Sep 02 23:51:51.869 INFO O| Finalize: Updating package state database ... Done
46372026-09-02T23:51:52.991Z[ recovery-image] Sep 02 23:51:51.869 INFO O| Sep 02 23:51:51.869 INFO O| Finalize: Updating package cache ... Done
46382026-09-02T23:51:53.016Z[verify-libraries] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
46392026-09-02T23:51:53.081Z[ recovery-image] Sep 02 23:51:51.959 INFO O| Sep 02 23:51:51.959 INFO O| Finalize: Updating image state ... Done
46402026-09-02T23:51:53.106Z[ recovery-image] Sep 02 23:51:51.981 INFO O| Sep 02 23:51:51.981 INFO O| Finalize: Creating fast lookup database ... Done
46412026-09-02T23:51:53.106Z[ recovery-image] Sep 02 23:51:51.982 INFO O| Sep 02 23:51:51.982 INFO O| Finalize: Reading search index ... Done
46422026-09-02T23:51:53.106Z[ recovery-image] Sep 02 23:51:51.982 INFO O| Sep 02 23:51:51.982 INFO O| Finalize: Updating search index ... Done
46432026-09-02T23:51:53.110Z[ recovery-image] Sep 02 23:51:51.982 INFO O| Sep 02 23:51:51.982 INFO O| Finalize: Updating package cache ... Done
46442026-09-02T23:51:53.144Z[verify-libraries] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
46452026-09-02T23:51:53.214Z[verify-libraries] Compiling smf v0.2.3
46462026-09-02T23:51:53.214Z[verify-libraries] Compiling whoami v1.6.1
46472026-09-02T23:51:53.288Z[verify-libraries] Compiling num_enum v0.5.11
46482026-09-02T23:51:53.381Z[verify-libraries] Compiling tokio-dtrace v0.1.1
46492026-09-02T23:51:53.432Z[ recovery-image] Sep 02 23:51:52.310 INFO O| Sep 02 23:51:52.310 INFO STEP 6 (pkg_change_variant) COMPLETE
46502026-09-02T23:51:53.432Z[ recovery-image] Sep 02 23:51:52.310 INFO O| Sep 02 23:51:52.310 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
46512026-09-02T23:51:53.432Z[ recovery-image] Sep 02 23:51:52.310 INFO O| Sep 02 23:51:52.310 INFO skip step because feature "debug_variant" is not enabled
46522026-09-02T23:51:53.435Z[ recovery-image] Sep 02 23:51:52.310 INFO O| Sep 02 23:51:52.310 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
46532026-09-02T23:51:53.492Z[verify-libraries] Compiling ingot-types v0.2.0
46542026-09-02T23:51:53.495Z[verify-libraries] Compiling derive-where v1.6.0
46552026-09-02T23:51:53.495Z[verify-libraries] Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
46562026-09-02T23:51:53.600Z[verify-libraries] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
46572026-09-02T23:51:53.691Z[verify-libraries] Compiling zone v0.3.1
46582026-09-02T23:51:53.723Z[verify-libraries] Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
46592026-09-02T23:51:53.780Z[verify-libraries] Compiling oxide-tokio-rt v0.1.4
46602026-09-02T23:51:53.783Z[verify-libraries] Compiling gethostname v0.5.0
46612026-09-02T23:51:53.803Z[ recovery-image] Sep 02 23:51:52.681 INFO O| Sep 02 23:51:52.681 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "openssl.10=false"]
46622026-09-02T23:51:53.833Z[verify-libraries] Compiling cancel-safe-futures v0.1.5
46632026-09-02T23:51:53.882Z[verify-libraries] Compiling newline-converter v0.3.0
46642026-09-02T23:51:53.976Z[verify-libraries] Compiling ingot v0.2.1
46652026-09-02T23:51:54.036Z[verify-libraries] Compiling console v0.15.11
46662026-09-02T23:51:54.110Z[verify-libraries] Compiling linear-map v1.2.0
46672026-09-02T23:51:54.136Z[verify-libraries] Compiling num-rational v0.4.2
46682026-09-02T23:51:54.139Z[verify-libraries] Compiling num-complex v0.4.6
46692026-09-02T23:51:54.164Z[ host-image] Sep 02 23:51:53.043 INFO O| Sep 02 23:51:53.043 INFO O| Startup: Refreshing catalog 'helios' ... Done
46702026-09-02T23:51:54.229Z[verify-libraries] Compiling slog-dtrace v0.3.0
46712026-09-02T23:51:54.345Z[verify-libraries] Compiling prettyplease v0.2.37
46722026-09-02T23:51:54.416Z[verify-libraries] Compiling resolv-conf v0.7.6
46732026-09-02T23:51:54.465Z[verify-libraries] Compiling typify-macro v0.6.2
46742026-09-02T23:51:54.559Z[verify-libraries] Compiling expectorate v1.2.0
46752026-09-02T23:51:54.606Z[verify-libraries] Compiling num v0.4.3
46762026-09-02T23:51:54.664Z[ host-image] Sep 02 23:51:53.541 INFO O| Sep 02 23:51:53.541 INFO O| Startup: Caching catalogs ... Done
46772026-09-02T23:51:54.715Z[verify-libraries] Compiling float-ord v0.3.2
46782026-09-02T23:51:54.746Z[verify-libraries] Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
46792026-09-02T23:51:54.794Z[verify-libraries] Compiling linked-hash-map v0.5.6
46802026-09-02T23:51:54.798Z[verify-libraries] Compiling minimal-lexical v0.2.1
46812026-09-02T23:51:54.866Z[verify-libraries] Compiling hickory-proto v0.24.4
46822026-09-02T23:51:54.869Z[verify-libraries] Compiling unicode-xid v0.2.6
46832026-09-02T23:51:54.911Z[verify-libraries] Compiling tabled_derive v0.7.0
46842026-09-02T23:51:54.914Z[verify-libraries] Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
46852026-09-02T23:51:55.008Z[verify-libraries] Compiling ar_archive_writer v0.5.1
46862026-09-02T23:51:55.069Z[verify-libraries] Compiling lru-cache v0.1.2
46872026-09-02T23:51:55.094Z[verify-libraries] Compiling oxide-update-engine-types v0.1.2
46882026-09-02T23:51:55.097Z[verify-libraries] Compiling nom v7.1.3
46892026-09-02T23:51:55.210Z[verify-libraries] Compiling fd-lock v4.0.4
46902026-09-02T23:51:55.210Z[verify-libraries] Compiling vte v0.14.1
46912026-09-02T23:51:55.278Z[verify-libraries] Compiling display-error-chain v0.2.2
46922026-09-02T23:51:55.314Z[ host-image] Sep 02 23:51:54.193 INFO O| Sep 02 23:51:54.192 INFO O| Planning: Solver setup ... Done
46932026-09-02T23:51:55.319Z[ host-image] Sep 02 23:51:54.198 INFO O| Sep 02 23:51:54.198 INFO O| Planning: Running solver ... Done
46942026-09-02T23:51:55.336Z[ host-image] Sep 02 23:51:54.214 INFO O| Sep 02 23:51:54.214 INFO O| Planning: Finding local manifests ... Done
46952026-09-02T23:51:55.378Z[ host-image] Sep 02 23:51:54.257 INFO O| Sep 02 23:51:54.256 INFO O| Planning: Fetching manifests: 0/6 0% complete
46962026-09-02T23:51:55.464Z[verify-libraries] Compiling strip-ansi-escapes v0.2.1
46972026-09-02T23:51:55.490Z[ host-image] Sep 02 23:51:54.368 INFO O| Sep 02 23:51:54.368 INFO O| Planning: Fetching manifests: 6/6 100% complete
46982026-09-02T23:51:55.512Z[verify-libraries] Compiling crossterm v0.29.0
46992026-09-02T23:51:55.515Z[verify-libraries] Compiling nu-ansi-term v0.50.3
47002026-09-02T23:51:55.523Z[ host-image] Sep 02 23:51:54.399 INFO O| Sep 02 23:51:54.399 INFO O| Planning: Package planning ... Done
47012026-09-02T23:51:55.526Z[ host-image] Sep 02 23:51:54.401 INFO O| Sep 02 23:51:54.401 INFO O| Planning: Merging actions ... Done
47022026-09-02T23:51:55.576Z[ host-image] Sep 02 23:51:54.454 INFO O| Sep 02 23:51:54.454 INFO O| Planning: Checking for conflicting actions ... Done
47032026-09-02T23:51:55.581Z[ host-image] Sep 02 23:51:54.455 INFO O| Sep 02 23:51:54.455 INFO O| Planning: Consolidating action changes ... Done
47042026-09-02T23:51:55.703Z[verify-libraries] Compiling stacker v0.1.23
47052026-09-02T23:51:55.718Z[ host-image] Sep 02 23:51:54.596 INFO O| Sep 02 23:51:54.596 INFO O| Planning: Evaluating mediators ... Done
47062026-09-02T23:51:55.722Z[ host-image] Sep 02 23:51:54.597 INFO O| Sep 02 23:51:54.597 INFO O| Planning: Planning completed in 1.04 seconds
47072026-09-02T23:51:55.722Z[ host-image] Sep 02 23:51:54.597 INFO O| Sep 02 23:51:54.597 INFO O| Packages to install: 6
47082026-09-02T23:51:55.722Z[ host-image] Sep 02 23:51:54.597 INFO O| Sep 02 23:51:54.597 INFO O| Services to change: 2
47092026-09-02T23:51:55.779Z[ host-image] Sep 02 23:51:54.608 INFO O| Sep 02 23:51:54.608 INFO O| Download: 0/156 items 0.0/1.8MB 0% complete
47102026-09-02T23:51:55.806Z[verify-libraries] Compiling cfg_aliases v0.1.1
47112026-09-02T23:51:55.875Z[ recovery-image] Sep 02 23:51:54.751 INFO O| Sep 02 23:51:54.751 INFO O| Startup: Refreshing catalog 'helios' ... Done
47122026-09-02T23:51:55.963Z[verify-libraries] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
47132026-09-02T23:51:55.977Z[ host-image] Sep 02 23:51:54.855 INFO O| Sep 02 23:51:54.855 INFO O| Download: Completed 1.76 MB in 0.25 seconds (7.1M/s)
47142026-09-02T23:51:56.000Z[ host-image] Sep 02 23:51:54.878 INFO O| Sep 02 23:51:54.878 INFO O| Actions: 1/391 actions (Installing new actions)
47152026-09-02T23:51:56.004Z[verify-libraries] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
47162026-09-02T23:51:56.046Z[verify-libraries] Compiling tabled v0.15.0
47172026-09-02T23:51:56.047Z[verify-libraries] Compiling psm v0.1.30
47182026-09-02T23:51:56.098Z[verify-libraries] Compiling reedline v0.40.0
47192026-09-02T23:51:56.101Z[verify-libraries] Compiling nix v0.28.0
47202026-09-02T23:51:56.136Z[ host-image] Sep 02 23:51:55.013 INFO O| Sep 02 23:51:55.013 INFO O| Actions: Completed 391 actions in 0.14 seconds.
47212026-09-02T23:51:56.195Z[ host-image] Sep 02 23:51:55.068 INFO O| Sep 02 23:51:55.058 INFO O| Finalize: Updating package state database ... Done
47222026-09-02T23:51:56.195Z[ host-image] Sep 02 23:51:55.068 INFO O| Sep 02 23:51:55.058 INFO O| Finalize: Updating package cache ... Done
47232026-09-02T23:51:56.195Z[verify-libraries] Compiling oxide-update-engine v0.1.2
47242026-09-02T23:51:56.287Z[ host-image] Sep 02 23:51:55.165 INFO O| Sep 02 23:51:55.165 INFO O| Finalize: Updating image state ... Done
47252026-09-02T23:51:56.331Z[verify-libraries] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
47262026-09-02T23:51:56.365Z[verify-libraries] Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
47272026-09-02T23:51:56.365Z[verify-libraries] Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
47282026-09-02T23:51:56.379Z[ recovery-image] Sep 02 23:51:55.257 INFO O| Sep 02 23:51:55.257 INFO O| Startup: Caching catalogs ... Done
47292026-09-02T23:51:56.398Z[ recovery-image] Sep 02 23:51:55.275 INFO O| Sep 02 23:51:55.274 INFO O| Planning: Planning completed in 0.00 seconds
47302026-09-02T23:51:56.401Z[ recovery-image] Sep 02 23:51:55.275 INFO O| Sep 02 23:51:55.275 INFO O| Planning: Consolidating action changes ... Done
47312026-09-02T23:51:56.401Z[ recovery-image] Sep 02 23:51:55.275 INFO O| Sep 02 23:51:55.275 INFO O| Planning: Evaluating mediators ... Done
47322026-09-02T23:51:56.401Z[ recovery-image] Sep 02 23:51:55.275 INFO O| Sep 02 23:51:55.275 INFO O| Planning: Planning completed in 0.00 seconds
47332026-09-02T23:51:56.402Z[ recovery-image] Sep 02 23:51:55.275 INFO O| Sep 02 23:51:55.275 INFO O| Variants/Facets to change: 1
47342026-09-02T23:51:56.423Z[ recovery-image] Sep 02 23:51:55.301 INFO O| Sep 02 23:51:55.301 INFO O| Finalize: Updating package state database ... Done
47352026-09-02T23:51:56.423Z[ recovery-image] Sep 02 23:51:55.301 INFO O| Sep 02 23:51:55.301 INFO O| Finalize: Updating package cache ... Done
47362026-09-02T23:51:56.427Z[verify-libraries] Compiling typify v0.6.2
47372026-09-02T23:51:56.531Z[ recovery-image] Sep 02 23:51:55.408 INFO O| Sep 02 23:51:55.407 INFO O| Finalize: Updating image state ... Done
47382026-09-02T23:51:56.551Z[ recovery-image] Sep 02 23:51:55.429 INFO O| Sep 02 23:51:55.426 INFO O| Finalize: Creating fast lookup database ... Done
47392026-09-02T23:51:56.551Z[ recovery-image] Sep 02 23:51:55.429 INFO O| Sep 02 23:51:55.426 INFO O| Finalize: Reading search index ... Done
47402026-09-02T23:51:56.554Z[ recovery-image] Sep 02 23:51:55.429 INFO O| Sep 02 23:51:55.426 INFO O| Finalize: Updating search index ... Done
47412026-09-02T23:51:56.554Z[ recovery-image] Sep 02 23:51:55.429 INFO O| Sep 02 23:51:55.428 INFO O| Finalize: Updating package cache ... Done
47422026-09-02T23:51:56.628Z[verify-libraries] Compiling progenitor-impl v0.14.0
47432026-09-02T23:51:56.696Z[verify-libraries] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
47442026-09-02T23:51:56.742Z[verify-libraries] Compiling termtree v0.5.1
47452026-09-02T23:51:56.839Z[verify-libraries] Compiling semver v0.1.20
47462026-09-02T23:51:56.862Z[ recovery-image] Sep 02 23:51:55.740 INFO O| Sep 02 23:51:55.740 INFO STEP 8 (pkg_change_facet) COMPLETE
47472026-09-02T23:51:56.862Z[ recovery-image] Sep 02 23:51:55.740 INFO O| Sep 02 23:51:55.740 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
47482026-09-02T23:51:56.934Z[verify-libraries] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
47492026-09-02T23:51:57.071Z[verify-libraries] Compiling hickory-resolver v0.24.4
47502026-09-02T23:51:57.202Z[ recovery-image] Sep 02 23:51:56.075 INFO O| Sep 02 23:51:56.075 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "doc=false"]
47512026-09-02T23:51:57.233Z[verify-libraries] Compiling rustc_version v0.1.7
47522026-09-02T23:51:57.248Z[ host-image] Sep 02 23:51:56.113 INFO O| Sep 02 23:51:56.113 INFO O| Finalize: Creating fast lookup database ... Done
47532026-09-02T23:51:57.266Z[ host-image] Sep 02 23:51:56.144 INFO O| Sep 02 23:51:56.144 INFO O| Finalize: Reading search index ... Done
47542026-09-02T23:51:57.266Z[ host-image] Sep 02 23:51:56.144 INFO O| Sep 02 23:51:56.144 INFO O| Finalize: Updating search index ... Done
47552026-09-02T23:51:57.277Z[verify-libraries] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
47562026-09-02T23:51:57.281Z[ host-image] Sep 02 23:51:56.159 INFO O| Sep 02 23:51:56.159 INFO O| Finalize: Updating package cache ... Done
47572026-09-02T23:51:57.488Z[verify-libraries] Compiling phf_shared v0.12.1
47582026-09-02T23:51:57.539Z[verify-libraries] Compiling recursive-proc-macro-impl v0.1.1
47592026-09-02T23:51:57.597Z[ host-image] Sep 02 23:51:56.475 INFO O| Sep 02 23:51:56.475 INFO STEP 12 (pkg_install) COMPLETE
47602026-09-02T23:51:57.600Z[ host-image] Sep 02 23:51:56.475 INFO O| Sep 02 23:51:56.475 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
47612026-09-02T23:51:57.618Z[ host-image] Sep 02 23:51:56.488 INFO O| Sep 02 23:51:56.488 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/library/libxmlsec1", "/ooce/library/postgresql-13", "/system/zones/brand/omicron1"]
47622026-09-02T23:51:57.649Z[verify-libraries] Compiling nibble_vec v0.1.0
47632026-09-02T23:51:57.751Z[verify-libraries] Compiling endian-type v0.1.2
47642026-09-02T23:51:57.864Z[verify-libraries] Compiling chrono-tz v0.10.4
47652026-09-02T23:51:57.939Z[verify-libraries] Compiling highway v1.3.0
47662026-09-02T23:51:57.961Z[verify-libraries] Compiling radix_trie v0.2.1
47672026-09-02T23:51:58.068Z[verify-libraries] Compiling recursive v0.1.1
47682026-09-02T23:51:58.151Z[verify-libraries] Compiling phf v0.12.1
47692026-09-02T23:51:58.195Z[verify-libraries] Compiling newtype_derive v0.1.6
47702026-09-02T23:51:58.293Z[verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
47712026-09-02T23:51:58.364Z[verify-libraries] Compiling qorb v0.4.1
47722026-09-02T23:51:58.423Z[verify-libraries] Compiling const_format_proc_macros v0.2.34
47732026-09-02T23:51:58.520Z[verify-libraries] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
47742026-09-02T23:51:58.580Z[verify-libraries] Compiling peg-macros v0.8.5
47752026-09-02T23:51:58.611Z[verify-libraries] Compiling sqlparser_derive v0.5.0
47762026-09-02T23:51:58.614Z[verify-libraries] Compiling csv-core v0.1.13
47772026-09-02T23:51:59.004Z[verify-libraries] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
47782026-09-02T23:51:59.046Z[verify-libraries] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
47792026-09-02T23:51:59.050Z[verify-libraries] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
47802026-09-02T23:51:59.410Z[verify-libraries] Compiling winnow v0.6.26
47812026-09-02T23:51:59.454Z[verify-libraries] Compiling unicode_categories v0.1.1
47822026-09-02T23:51:59.496Z[verify-libraries] Compiling home v0.5.12
47832026-09-02T23:51:59.546Z[verify-libraries] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
47842026-09-02T23:51:59.549Z[verify-libraries] Compiling progenitor-macro v0.14.0
47852026-09-02T23:51:59.619Z[verify-libraries] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
47862026-09-02T23:51:59.680Z[verify-libraries] Compiling rustyline v14.0.0
47872026-09-02T23:51:59.689Z[ recovery-image] Sep 02 23:51:58.567 INFO O| Sep 02 23:51:58.567 INFO O| Startup: Refreshing catalog 'helios' ... Done
47882026-09-02T23:51:59.713Z[verify-libraries] Compiling sqlparser v0.61.0
47892026-09-02T23:51:59.852Z[verify-libraries] Compiling const_format v0.2.35
47902026-09-02T23:51:59.887Z[verify-libraries] Compiling csv v1.4.0
47912026-09-02T23:51:59.982Z[ host-image] Sep 02 23:51:58.860 INFO O| Sep 02 23:51:58.860 INFO O| Startup: Refreshing catalog 'helios' ... Done
47922026-09-02T23:52:00.138Z[verify-libraries] Compiling bcs v0.1.6
47932026-09-02T23:52:00.198Z[ recovery-image] Sep 02 23:51:59.077 INFO O| Sep 02 23:51:59.076 INFO O| Startup: Caching catalogs ... Done
47942026-09-02T23:52:00.216Z[ recovery-image] Sep 02 23:51:59.093 INFO O| Sep 02 23:51:59.093 INFO O| Planning: Planning completed in 0.00 seconds
47952026-09-02T23:52:00.219Z[ recovery-image] Sep 02 23:51:59.093 INFO O| Sep 02 23:51:59.093 INFO O| Planning: Consolidating action changes ... Done
47962026-09-02T23:52:00.219Z[ recovery-image] Sep 02 23:51:59.093 INFO O| Sep 02 23:51:59.093 INFO O| Planning: Evaluating mediators ... Done
47972026-09-02T23:52:00.219Z[ recovery-image] Sep 02 23:51:59.094 INFO O| Sep 02 23:51:59.093 INFO O| Planning: Planning completed in 0.00 seconds
47982026-09-02T23:52:00.220Z[ recovery-image] Sep 02 23:51:59.094 INFO O| Sep 02 23:51:59.094 INFO O| Variants/Facets to change: 1
47992026-09-02T23:52:00.227Z[ recovery-image] Sep 02 23:51:59.105 INFO O| Sep 02 23:51:59.105 INFO O| Finalize: Updating package state database ... Done
48002026-09-02T23:52:00.227Z[ recovery-image] Sep 02 23:51:59.105 INFO O| Sep 02 23:51:59.105 INFO O| Finalize: Updating package cache ... Done
48012026-09-02T23:52:00.227Z[verify-libraries] Compiling peg v0.8.5
48022026-09-02T23:52:00.311Z[ recovery-image] Sep 02 23:51:59.188 INFO O| Sep 02 23:51:59.188 INFO O| Finalize: Updating image state ... Done
48032026-09-02T23:52:00.328Z[ recovery-image] Sep 02 23:51:59.206 INFO O| Sep 02 23:51:59.206 INFO O| Finalize: Creating fast lookup database ... Done
48042026-09-02T23:52:00.329Z[ recovery-image] Sep 02 23:51:59.206 INFO O| Sep 02 23:51:59.206 INFO O| Finalize: Reading search index ... Done
48052026-09-02T23:52:00.329Z[ recovery-image] Sep 02 23:51:59.206 INFO O| Sep 02 23:51:59.206 INFO O| Finalize: Updating search index ... Done
48062026-09-02T23:52:00.353Z[ recovery-image] Sep 02 23:51:59.217 INFO O| Sep 02 23:51:59.217 INFO O| Finalize: Updating package cache ... Done
48072026-09-02T23:52:00.359Z[verify-libraries] Compiling nom v8.0.0
48082026-09-02T23:52:00.423Z[verify-libraries] Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
48092026-09-02T23:52:00.464Z[ host-image] Sep 02 23:51:59.342 INFO O| Sep 02 23:51:59.342 INFO O| Startup: Caching catalogs ... Done
48102026-09-02T23:52:00.500Z[verify-libraries] Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
48112026-09-02T23:52:00.572Z[verify-libraries] Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
48122026-09-02T23:52:00.572Z[verify-libraries] Compiling steno v0.4.1
48132026-09-02T23:52:00.642Z[ recovery-image] Sep 02 23:51:59.521 INFO O| Sep 02 23:51:59.521 INFO STEP 9 (pkg_change_facet) COMPLETE
48142026-09-02T23:52:00.643Z[ recovery-image] Sep 02 23:51:59.521 INFO O| Sep 02 23:51:59.521 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
48152026-09-02T23:52:00.646Z[verify-libraries] Compiling sha1 v0.10.6
48162026-09-02T23:52:00.646Z[verify-libraries] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
48172026-09-02T23:52:00.760Z[verify-libraries] Compiling sqlformat v0.3.5
48182026-09-02T23:52:00.961Z[verify-libraries] Compiling dropshot-api-manager-types v0.8.0
48192026-09-02T23:52:00.998Z[ recovery-image] Sep 02 23:51:59.876 INFO O| Sep 02 23:51:59.876 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "doc.man=false"]
48202026-09-02T23:52:01.010Z[verify-libraries] Compiling tagptr v0.2.0
48212026-09-02T23:52:01.083Z[ host-image] Sep 02 23:51:59.961 INFO O| Sep 02 23:51:59.961 INFO O| Planning: Solver setup ... Done
48222026-09-02T23:52:01.088Z[ host-image] Sep 02 23:51:59.967 INFO O| Sep 02 23:51:59.966 INFO O| Planning: Running solver ... Done
48232026-09-02T23:52:01.104Z[ host-image] Sep 02 23:51:59.982 INFO O| Sep 02 23:51:59.981 INFO O| Planning: Finding local manifests ... Done
48242026-09-02T23:52:01.144Z[ host-image] Sep 02 23:52:00.011 INFO O| Sep 02 23:52:00.011 INFO O| Planning: Fetching manifests: 0/6 0% complete
48252026-09-02T23:52:01.191Z[verify-libraries] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
48262026-09-02T23:52:01.211Z[ host-image] Sep 02 23:52:00.089 INFO O| Sep 02 23:52:00.089 INFO O| Planning: Fetching manifests: 6/6 100% complete
48272026-09-02T23:52:01.235Z[ host-image] Sep 02 23:52:00.114 INFO O| Sep 02 23:52:00.114 INFO O| Planning: Package planning ... Done
48282026-09-02T23:52:01.244Z[ host-image] Sep 02 23:52:00.122 INFO O| Sep 02 23:52:00.122 INFO O| Planning: Merging actions ... Done
48292026-09-02T23:52:01.284Z[verify-libraries] Compiling utf-8 v0.7.6
48302026-09-02T23:52:01.312Z[ host-image] Sep 02 23:52:00.190 INFO O| Sep 02 23:52:00.184 INFO O| Planning: Checking for conflicting actions ... Done
48312026-09-02T23:52:01.312Z[ host-image] Sep 02 23:52:00.190 INFO O| Sep 02 23:52:00.187 INFO O| Planning: Consolidating action changes ... Done
48322026-09-02T23:52:01.401Z[verify-libraries] Compiling libefi-sys v0.1.0
48332026-09-02T23:52:01.423Z[verify-libraries] Compiling moka v0.12.13
48342026-09-02T23:52:01.461Z[ host-image] Sep 02 23:52:00.338 INFO O| Sep 02 23:52:00.338 INFO O| Planning: Evaluating mediators ... Done
48352026-09-02T23:52:01.464Z[ host-image] Sep 02 23:52:00.341 INFO O| Sep 02 23:52:00.341 INFO O| Planning: Planning completed in 0.98 seconds
48362026-09-02T23:52:01.464Z[ host-image] Sep 02 23:52:00.342 INFO O| Sep 02 23:52:00.342 INFO O| Packages to install: 6
48372026-09-02T23:52:01.464Z[ host-image] Sep 02 23:52:00.342 INFO O| Sep 02 23:52:00.342 INFO O| Mediators to change: 1
48382026-09-02T23:52:01.464Z[ host-image] Sep 02 23:52:00.342 INFO O| Sep 02 23:52:00.342 INFO O| Services to change: 1
48392026-09-02T23:52:01.475Z[ host-image] Sep 02 23:52:00.353 INFO O| Sep 02 23:52:00.353 INFO O| Download: 0/1147 items 0.0/7.8MB 0% complete
48402026-09-02T23:52:01.536Z[verify-libraries] Compiling bitfield-struct v0.6.2
48412026-09-02T23:52:01.561Z[verify-libraries] Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
48422026-09-02T23:52:01.561Z[verify-libraries] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
48432026-09-02T23:52:01.678Z[verify-libraries] Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
48442026-09-02T23:52:01.733Z[verify-libraries] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
48452026-09-02T23:52:01.733Z[verify-libraries] Compiling xshell-macros v0.2.7
48462026-09-02T23:52:01.837Z[ host-image] Sep 02 23:52:00.715 INFO O| Sep 02 23:52:00.715 INFO O| Download: Completed 7.84 MB in 0.36 seconds (21.7M/s)
48472026-09-02T23:52:01.875Z[ host-image] Sep 02 23:52:00.753 INFO O| Sep 02 23:52:00.753 INFO O| Actions: 1/1366 actions (Installing new actions)
48482026-09-02T23:52:01.923Z[verify-libraries] Compiling tungstenite v0.21.0
48492026-09-02T23:52:01.999Z[verify-libraries] Compiling sha2 v0.11.0
48502026-09-02T23:52:02.002Z[verify-libraries] Compiling omicron-debug-dropbox v0.1.0 (https://github.com/oxidecomputer/omicron-debug-dropbox?rev=eb13fc7a0031261dd51a14a30a133155460f5c0a#eb13fc7a)
48512026-09-02T23:52:02.105Z[verify-libraries] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
48522026-09-02T23:52:02.167Z[ host-image] Sep 02 23:52:01.042 INFO O| Sep 02 23:52:01.042 INFO O| Actions: Completed 1366 actions in 0.28 seconds.
48532026-09-02T23:52:02.190Z[verify-libraries] Compiling hickory-resolver v0.25.2
48542026-09-02T23:52:02.206Z[ host-image] Sep 02 23:52:01.081 INFO O| Sep 02 23:52:01.081 INFO O| Finalize: Updating package state database ... Done
48552026-09-02T23:52:02.206Z[ host-image] Sep 02 23:52:01.082 INFO O| Sep 02 23:52:01.081 INFO O| Finalize: Updating package cache ... Done
48562026-09-02T23:52:02.277Z[verify-libraries] Compiling xshell v0.2.7
48572026-09-02T23:52:02.313Z[verify-libraries] Compiling half v1.8.3
48582026-09-02T23:52:02.316Z[verify-libraries] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
48592026-09-02T23:52:02.321Z[ host-image] Sep 02 23:52:01.199 INFO O| Sep 02 23:52:01.199 INFO O| Finalize: Updating image state ... Done
48602026-09-02T23:52:02.692Z[verify-libraries] Compiling tokio-tungstenite v0.21.0
48612026-09-02T23:52:02.789Z[verify-libraries] Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
48622026-09-02T23:52:02.833Z[verify-libraries] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
48632026-09-02T23:52:02.833Z[verify-libraries] Compiling serde_cbor v0.11.2
48642026-09-02T23:52:02.897Z[verify-libraries] Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
48652026-09-02T23:52:02.924Z[verify-libraries] Compiling libscf-sys v1.2.0
48662026-09-02T23:52:03.033Z[verify-libraries] Compiling subprocess v0.2.15
48672026-09-02T23:52:03.166Z[verify-libraries] Compiling papergrid v0.18.0
48682026-09-02T23:52:03.279Z[verify-libraries] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
48692026-09-02T23:52:03.318Z[verify-libraries] Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
48702026-09-02T23:52:03.321Z[verify-libraries] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
48712026-09-02T23:52:03.321Z[ recovery-image] Sep 02 23:52:02.198 INFO O| Sep 02 23:52:02.198 INFO O| Startup: Refreshing catalog 'helios' ... Done
48722026-09-02T23:52:03.353Z[verify-libraries] Compiling headers-core v0.3.0
48732026-09-02T23:52:03.522Z[ host-image] Sep 02 23:52:02.400 INFO O| Sep 02 23:52:02.400 INFO O| Finalize: Creating fast lookup database ... Done
48742026-09-02T23:52:03.559Z[ host-image] Sep 02 23:52:02.437 INFO O| Sep 02 23:52:02.437 INFO O| Finalize: Reading search index ... Done
48752026-09-02T23:52:03.559Z[ host-image] Sep 02 23:52:02.437 INFO O| Sep 02 23:52:02.437 INFO O| Finalize: Updating search index ... Done
48762026-09-02T23:52:03.594Z[ host-image] Sep 02 23:52:02.472 INFO O| Sep 02 23:52:02.472 INFO O| Finalize: Updating package cache ... Done
48772026-09-02T23:52:03.801Z[verify-libraries] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
48782026-09-02T23:52:03.900Z[verify-libraries] Compiling unicase v2.9.0
48792026-09-02T23:52:03.904Z[ host-image] Sep 02 23:52:02.782 INFO O| Sep 02 23:52:02.782 INFO STEP 13 (pkg_install) COMPLETE
48802026-09-02T23:52:03.904Z[ host-image] Sep 02 23:52:02.782 INFO O| Sep 02 23:52:02.782 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
48812026-09-02T23:52:03.914Z[ host-image] Sep 02 23:52:02.793 INFO O| Sep 02 23:52:02.793 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/driver/network/opte@0.41.506"]
48822026-09-02T23:52:03.924Z[ recovery-image] Sep 02 23:52:02.802 INFO O| Sep 02 23:52:02.802 INFO O| Startup: Caching catalogs ... Done
48832026-09-02T23:52:03.946Z[ recovery-image] Sep 02 23:52:02.825 INFO O| Sep 02 23:52:02.824 INFO O| Planning: Planning completed in 0.00 seconds
48842026-09-02T23:52:03.949Z[ recovery-image] Sep 02 23:52:02.825 INFO O| Sep 02 23:52:02.825 INFO O| Planning: Consolidating action changes ... Done
48852026-09-02T23:52:03.949Z[ recovery-image] Sep 02 23:52:02.825 INFO O| Sep 02 23:52:02.825 INFO O| Planning: Evaluating mediators ... Done
48862026-09-02T23:52:03.949Z[ recovery-image] Sep 02 23:52:02.825 INFO O| Sep 02 23:52:02.825 INFO O| Planning: Planning completed in 0.00 seconds
48872026-09-02T23:52:03.949Z[ recovery-image] Sep 02 23:52:02.825 INFO O| Sep 02 23:52:02.825 INFO O| Variants/Facets to change: 1
48882026-09-02T23:52:03.958Z[ recovery-image] Sep 02 23:52:02.836 INFO O| Sep 02 23:52:02.836 INFO O| Finalize: Updating package state database ... Done
48892026-09-02T23:52:03.958Z[ recovery-image] Sep 02 23:52:02.836 INFO O| Sep 02 23:52:02.836 INFO O| Finalize: Updating package cache ... Done
48902026-09-02T23:52:04.004Z[verify-libraries] Compiling headers v0.4.1
48912026-09-02T23:52:04.004Z[verify-libraries] Compiling darling_core v0.21.3
48922026-09-02T23:52:04.007Z[verify-libraries] Compiling maplit v1.0.2
48932026-09-02T23:52:04.036Z[ recovery-image] Sep 02 23:52:02.914 INFO O| Sep 02 23:52:02.914 INFO O| Finalize: Updating image state ... Done
48942026-09-02T23:52:04.054Z[ recovery-image] Sep 02 23:52:02.933 INFO O| Sep 02 23:52:02.932 INFO O| Finalize: Creating fast lookup database ... Done
48952026-09-02T23:52:04.057Z[ recovery-image] Sep 02 23:52:02.933 INFO O| Sep 02 23:52:02.933 INFO O| Finalize: Reading search index ... Done
48962026-09-02T23:52:04.058Z[ recovery-image] Sep 02 23:52:02.933 INFO O| Sep 02 23:52:02.933 INFO O| Finalize: Updating search index ... Done
48972026-09-02T23:52:04.058Z[ recovery-image] Sep 02 23:52:02.934 INFO O| Sep 02 23:52:02.934 INFO O| Finalize: Updating package cache ... Done
48982026-09-02T23:52:04.191Z[verify-libraries] Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
48992026-09-02T23:52:04.244Z[verify-libraries] Compiling yasna v0.5.2
49002026-09-02T23:52:04.284Z[verify-libraries] Compiling crc8 v0.1.1
49012026-09-02T23:52:04.358Z[verify-libraries] Compiling tabled v0.21.0
49022026-09-02T23:52:04.423Z[ recovery-image] Sep 02 23:52:03.301 INFO O| Sep 02 23:52:03.301 INFO STEP 10 (pkg_change_facet) COMPLETE
49032026-09-02T23:52:04.423Z[ recovery-image] Sep 02 23:52:03.301 INFO O| Sep 02 23:52:03.301 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49042026-09-02T23:52:04.434Z[ recovery-image] Sep 02 23:52:03.312 INFO O| Sep 02 23:52:03.312 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"]
49052026-09-02T23:52:04.481Z[verify-libraries] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
49062026-09-02T23:52:04.552Z[verify-libraries] Compiling vergen-lib v0.1.6
49072026-09-02T23:52:04.698Z[verify-libraries] Compiling diesel_derives v2.3.7
49082026-09-02T23:52:04.917Z[verify-libraries] Compiling rcgen v0.12.1
49092026-09-02T23:52:05.015Z[verify-libraries] Compiling port-file v0.1.0
49102026-09-02T23:52:05.019Z[verify-libraries] Compiling olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
49112026-09-02T23:52:05.079Z[verify-libraries] Compiling progenitor v0.14.0
49122026-09-02T23:52:05.116Z[verify-libraries] Compiling vergen-gitcl v1.0.8
49132026-09-02T23:52:05.182Z[verify-libraries] Compiling scheduled-thread-pool v0.2.7
49142026-09-02T23:52:05.185Z[verify-libraries] Compiling diesel_table_macro_syntax v0.3.0
49152026-09-02T23:52:05.259Z[verify-libraries] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
49162026-09-02T23:52:05.312Z[verify-libraries] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
49172026-09-02T23:52:05.367Z[verify-libraries] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
49182026-09-02T23:52:05.472Z[verify-libraries] Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
49192026-09-02T23:52:05.556Z[verify-libraries] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
49202026-09-02T23:52:05.686Z[verify-libraries] Compiling r2d2 v0.8.10
49212026-09-02T23:52:05.987Z[verify-libraries] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
49222026-09-02T23:52:06.097Z[verify-libraries] Compiling tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
49232026-09-02T23:52:06.248Z[verify-libraries] Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
49242026-09-02T23:52:06.337Z[verify-libraries] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
49252026-09-02T23:52:06.415Z[verify-libraries] Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
49262026-09-02T23:52:06.476Z[verify-libraries] Compiling digest-io v0.1.0
49272026-09-02T23:52:06.547Z[ host-image] Sep 02 23:52:05.425 INFO O| Sep 02 23:52:05.425 INFO O| Startup: Refreshing catalog 'helios' ... Done
49282026-09-02T23:52:06.608Z[verify-libraries] Compiling dirs-sys-next v0.1.2
49292026-09-02T23:52:06.694Z[verify-libraries] Compiling rawzip v0.4.4
49302026-09-02T23:52:06.890Z[verify-libraries] Compiling crunchy v0.2.4
49312026-09-02T23:52:06.915Z[verify-libraries] Compiling cpubits v0.1.1
49322026-09-02T23:52:06.972Z[ recovery-image] Sep 02 23:52:05.850 INFO O| Sep 02 23:52:05.850 INFO O| Startup: Refreshing catalog 'helios' ... Done
49332026-09-02T23:52:07.018Z[verify-libraries] Compiling darling_macro v0.21.3
49342026-09-02T23:52:07.021Z[verify-libraries] Compiling downcast-rs v2.0.2
49352026-09-02T23:52:07.039Z[ host-image] Sep 02 23:52:05.917 INFO O| Sep 02 23:52:05.917 INFO O| Startup: Caching catalogs ... Done
49362026-09-02T23:52:07.099Z[verify-libraries] Compiling dirs-next v2.0.0
49372026-09-02T23:52:07.230Z[verify-libraries] Compiling clang-sys v1.8.1
49382026-09-02T23:52:07.309Z[verify-libraries] Compiling ignore v0.4.25
49392026-09-02T23:52:07.370Z[verify-libraries] Compiling anstyle-parse v0.2.7
49402026-09-02T23:52:07.413Z[verify-libraries] Compiling tiny-keccak v2.0.2
49412026-09-02T23:52:07.456Z[verify-libraries] Compiling term v0.7.0
49422026-09-02T23:52:07.526Z[ recovery-image] Sep 02 23:52:06.404 INFO O| Sep 02 23:52:06.404 INFO O| Startup: Caching catalogs ... Done
49432026-09-02T23:52:07.636Z[verify-libraries] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
49442026-09-02T23:52:07.678Z[verify-libraries] Compiling darling v0.21.3
49452026-09-02T23:52:07.693Z[ host-image] Sep 02 23:52:06.571 INFO O| Sep 02 23:52:06.570 INFO O| Planning: Solver setup ... Done
49462026-09-02T23:52:07.698Z[ host-image] Sep 02 23:52:06.576 INFO O| Sep 02 23:52:06.576 INFO O| Planning: Running solver ... Done
49472026-09-02T23:52:07.714Z[ host-image] Sep 02 23:52:06.592 INFO O| Sep 02 23:52:06.592 INFO O| Planning: Finding local manifests ... Done
49482026-09-02T23:52:07.735Z[ host-image] Sep 02 23:52:06.613 INFO O| Sep 02 23:52:06.613 INFO O| Planning: Fetching manifests: 0/1 0% complete
49492026-09-02T23:52:07.738Z[verify-libraries] Compiling anstream v0.6.21
49502026-09-02T23:52:07.765Z[ host-image] Sep 02 23:52:06.641 INFO O| Sep 02 23:52:06.641 INFO O| Planning: Fetching manifests: 1/1 100% complete
49512026-09-02T23:52:07.779Z[ host-image] Sep 02 23:52:06.656 INFO O| Sep 02 23:52:06.656 INFO O| Planning: Package planning ... Done
49522026-09-02T23:52:07.780Z[ host-image] Sep 02 23:52:06.656 INFO O| Sep 02 23:52:06.656 INFO O| Planning: Merging actions ... Done
49532026-09-02T23:52:07.800Z[verify-libraries] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
49542026-09-02T23:52:07.816Z[ host-image] Sep 02 23:52:06.694 INFO O| Sep 02 23:52:06.694 INFO O| Planning: Checking for conflicting actions ... Done
49552026-09-02T23:52:07.820Z[ host-image] Sep 02 23:52:06.695 INFO O| Sep 02 23:52:06.695 INFO O| Planning: Consolidating action changes ... Done
49562026-09-02T23:52:07.861Z[verify-libraries] Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
49572026-09-02T23:52:07.932Z[verify-libraries] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
49582026-09-02T23:52:07.948Z[ host-image] Sep 02 23:52:06.826 INFO O| Sep 02 23:52:06.826 INFO O| Planning: Evaluating mediators ... Done
49592026-09-02T23:52:07.952Z[ host-image] Sep 02 23:52:06.826 INFO O| Sep 02 23:52:06.826 INFO O| Planning: Planning completed in 0.88 seconds
49602026-09-02T23:52:07.952Z[ host-image] Sep 02 23:52:06.826 INFO O| Sep 02 23:52:06.826 INFO O| Packages to install: 1
49612026-09-02T23:52:07.959Z[ host-image] Sep 02 23:52:06.837 INFO O| Sep 02 23:52:06.837 INFO O| Download: 0/4 items 0.0/13.3MB 0% complete
49622026-09-02T23:52:07.983Z[verify-libraries] Compiling dsl_auto_type v0.2.0
49632026-09-02T23:52:08.022Z[verify-libraries] Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
49642026-09-02T23:52:08.181Z[verify-libraries] Compiling globwalk v0.9.1
49652026-09-02T23:52:08.206Z[verify-libraries] Compiling predicates-tree v1.0.13
49662026-09-02T23:52:08.209Z[verify-libraries] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
49672026-09-02T23:52:08.236Z[ host-image] Sep 02 23:52:07.114 INFO O| Sep 02 23:52:07.114 INFO O| Download: Completed 13.27 MB in 0.28 seconds (47.9M/s)
49682026-09-02T23:52:08.541Z[verify-libraries] Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
49692026-09-02T23:52:08.544Z[ host-image] Sep 02 23:52:07.420 INFO O| Sep 02 23:52:07.420 INFO O| Actions: 1/22 actions (Installing new actions)
49702026-09-02T23:52:08.578Z[verify-libraries] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
49712026-09-02T23:52:08.578Z[verify-libraries] Compiling rand_seeder v0.4.0
49722026-09-02T23:52:08.664Z[verify-libraries] Compiling tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
49732026-09-02T23:52:08.768Z[ host-image] Sep 02 23:52:07.645 INFO O| Sep 02 23:52:07.645 INFO O| Actions: Completed 22 actions in 0.23 seconds.
49742026-09-02T23:52:08.811Z[ host-image] Sep 02 23:52:07.689 INFO O| Sep 02 23:52:07.689 INFO O| Finalize: Updating package state database ... Done
49752026-09-02T23:52:08.811Z[ host-image] Sep 02 23:52:07.689 INFO O| Sep 02 23:52:07.689 INFO O| Finalize: Updating package cache ... Done
49762026-09-02T23:52:08.854Z[verify-libraries] Compiling bit-vec v0.6.3
49772026-09-02T23:52:08.877Z[verify-libraries] Compiling diff v0.1.13
49782026-09-02T23:52:08.898Z[verify-libraries] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
49792026-09-02T23:52:08.915Z[ host-image] Sep 02 23:52:07.792 INFO O| Sep 02 23:52:07.792 INFO O| Finalize: Updating image state ... Done
49802026-09-02T23:52:09.003Z[verify-libraries] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
49812026-09-02T23:52:09.047Z[verify-libraries] Compiling camino-tempfile-ext v0.3.3
49822026-09-02T23:52:09.097Z[verify-libraries] Compiling ascii-canvas v3.0.0
49832026-09-02T23:52:09.180Z[verify-libraries] Compiling bit-set v0.5.3
49842026-09-02T23:52:09.240Z[verify-libraries] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
49852026-09-02T23:52:09.282Z[verify-libraries] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
49862026-09-02T23:52:09.360Z[verify-libraries] Compiling itertools v0.10.5
49872026-09-02T23:52:09.429Z[verify-libraries] Compiling ena v0.14.4
49882026-09-02T23:52:09.433Z[verify-libraries] Compiling libloading v0.8.9
49892026-09-02T23:52:09.433Z[verify-libraries] Compiling bindgen v0.71.1
49902026-09-02T23:52:09.551Z[verify-libraries] Compiling regex-syntax v0.6.29
49912026-09-02T23:52:09.870Z[ host-image] Sep 02 23:52:08.747 INFO O| Sep 02 23:52:08.747 INFO O| Finalize: Creating fast lookup database ... Done
49922026-09-02T23:52:09.874Z[verify-libraries] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
49932026-09-02T23:52:09.900Z[ host-image] Sep 02 23:52:08.779 INFO O| Sep 02 23:52:08.777 INFO O| Finalize: Reading search index ... Done
49942026-09-02T23:52:09.900Z[ host-image] Sep 02 23:52:08.779 INFO O| Sep 02 23:52:08.778 INFO O| Finalize: Updating search index ... Done
49952026-09-02T23:52:09.910Z[ host-image] Sep 02 23:52:08.789 INFO O| Sep 02 23:52:08.788 INFO O| Finalize: Updating package cache ... Done
49962026-09-02T23:52:09.968Z[verify-libraries] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
49972026-09-02T23:52:10.030Z[verify-libraries] Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
49982026-09-02T23:52:10.133Z[verify-libraries] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
49992026-09-02T23:52:10.165Z[verify-libraries] Compiling cexpr v0.6.0
50002026-09-02T23:52:10.239Z[verify-libraries] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
50012026-09-02T23:52:10.242Z[ host-image] Sep 02 23:52:09.121 INFO O| Sep 02 23:52:09.121 INFO STEP 14 (pkg_install) COMPLETE
50022026-09-02T23:52:10.242Z[ host-image] Sep 02 23:52:09.121 INFO O| Sep 02 23:52:09.121 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
50032026-09-02T23:52:10.246Z[ host-image] Sep 02 23:52:09.121 INFO O| Sep 02 23:52:09.121 INFO skip step because feature "mbist" is not enabled
50042026-09-02T23:52:10.246Z[ host-image] Sep 02 23:52:09.121 INFO O| Sep 02 23:52:09.121 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
50052026-09-02T23:52:10.246Z[ host-image] Sep 02 23:52:09.121 INFO O| Sep 02 23:52:09.121 INFO skip step because feature "mfg" is not enabled
50062026-09-02T23:52:10.246Z[ host-image] Sep 02 23:52:09.121 INFO O| Sep 02 23:52:09.121 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
50072026-09-02T23:52:10.246Z[ host-image] Sep 02 23:52:09.121 INFO O| Sep 02 23:52:09.121 INFO skip step because feature "compliance" is not enabled
50082026-09-02T23:52:10.246Z[ host-image] Sep 02 23:52:09.121 INFO O| Sep 02 23:52:09.121 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
50092026-09-02T23:52:10.246Z[ host-image] Sep 02 23:52:09.121 INFO O| Sep 02 23:52:09.121 INFO skip step because feature "stress" is not enabled
50102026-09-02T23:52:10.246Z[ host-image] Sep 02 23:52:09.121 INFO O| Sep 02 23:52:09.121 INFO STEP 19: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
50112026-09-02T23:52:10.246Z[ host-image] Sep 02 23:52:09.121 INFO O| Sep 02 23:52:09.121 INFO skip step because feature "compliance" is not enabled
50122026-09-02T23:52:10.246Z[ host-image] Sep 02 23:52:09.121 INFO O| Sep 02 23:52:09.121 INFO STEP 20: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
50132026-09-02T23:52:10.248Z[ host-image] Sep 02 23:52:09.121 INFO O| Sep 02 23:52:09.121 INFO skip step because feature "nfs" is not enabled
50142026-09-02T23:52:10.248Z[ host-image] Sep 02 23:52:09.121 INFO O| Sep 02 23:52:09.121 INFO creating output snapshot rpool/images/build/host/work/sled/ramdisk@os
50152026-09-02T23:52:10.248Z[ host-image] Sep 02 23:52:09.121 INFO O| Sep 02 23:52:09.121 INFO CREATE SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@os
50162026-09-02T23:52:10.495Z[ host-image] Sep 02 23:52:09.373 INFO O| Sep 02 23:52:09.373 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/ramdisk-01-os
50172026-09-02T23:52:10.646Z[ host-image] Sep 02 23:52:09.524 INFO O| Sep 02 23:52:09.524 INFO completed processing sled/ramdisk-01-os
50182026-09-02T23:52:10.654Z[ host-image] Sep 02 23:52:09.532 INFO omicron1 baseline generation...
50192026-09-02T23:52:10.654Z[ host-image] Sep 02 23:52:09.532 INFO exec: ["/usr/lib/brand/omicron1/baseline", "-R", "/rpool/images/build/host/work/sled/ramdisk", "/work/oxidecomputer/helios/tmp/image.host/omicron1"], pwd: None
50202026-09-02T23:52:10.703Z[verify-libraries] Compiling pem-rfc7468 v1.0.0
50212026-09-02T23:52:10.703Z[verify-libraries] Compiling rustc-hash v2.1.1
50222026-09-02T23:52:10.733Z[ recovery-image] Sep 02 23:52:09.611 INFO O| Sep 02 23:52:09.611 INFO O| Planning: Solver setup ... Done
50232026-09-02T23:52:10.980Z[verify-libraries] Compiling rfc6979 v0.4.0
50242026-09-02T23:52:11.062Z[ recovery-image] Sep 02 23:52:09.940 INFO O| Sep 02 23:52:09.940 INFO O| Planning: Running solver ... Done
50252026-09-02T23:52:11.071Z[ host-image] Sep 02 23:52:09.949 INFO O| incorp = pkg://helios/consolidation/osnet/osnet-incorporation@0.5.11-3.0.24238:20260902T165426Z
50262026-09-02T23:52:11.074Z[verify-libraries] Compiling lalrpop v0.19.12
50272026-09-02T23:52:11.121Z[ recovery-image] Sep 02 23:52:09.999 INFO O| Sep 02 23:52:09.999 INFO O| Planning: Finding local manifests ... Done
50282026-09-02T23:52:11.154Z[verify-libraries] Compiling libxml v0.3.3
50292026-09-02T23:52:11.164Z[ recovery-image] Sep 02 23:52:10.043 INFO O| Sep 02 23:52:10.042 INFO O| Planning: Fetching manifests: 0/130 0% complete
50302026-09-02T23:52:11.229Z[verify-libraries] Compiling proc-macro-error-attr2 v2.0.0
50312026-09-02T23:52:11.262Z[verify-libraries] Compiling ecdsa v0.16.9
50322026-09-02T23:52:11.740Z[verify-libraries] Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
50332026-09-02T23:52:11.787Z[verify-libraries] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
50342026-09-02T23:52:11.825Z[verify-libraries] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
50352026-09-02T23:52:11.931Z[verify-libraries] Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
50362026-09-02T23:52:12.039Z[verify-libraries] Compiling proc-macro-error2 v2.0.1
50372026-09-02T23:52:12.662Z[verify-libraries] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
50382026-09-02T23:52:12.743Z[verify-libraries] Compiling primeorder v0.13.6
50392026-09-02T23:52:12.958Z[verify-libraries] Compiling strum_macros v0.24.3
50402026-09-02T23:52:13.110Z[verify-libraries] Compiling hashbrown v0.14.5
50412026-09-02T23:52:13.471Z[verify-libraries] Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
50422026-09-02T23:52:13.734Z[verify-libraries] Compiling hmac v0.13.0
50432026-09-02T23:52:13.766Z[verify-libraries] Compiling universal-hash v0.6.1
50442026-09-02T23:52:13.981Z[verify-libraries] Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
50452026-09-02T23:52:14.014Z[verify-libraries] Compiling fxhash v0.2.1
50462026-09-02T23:52:14.054Z[verify-libraries] Compiling salty v0.3.0
50472026-09-02T23:52:14.222Z[verify-libraries] Compiling indoc v1.0.9
50482026-09-02T23:52:14.439Z[verify-libraries] Compiling diesel v2.3.7
50492026-09-02T23:52:14.507Z[verify-libraries] Compiling chumsky v0.9.3
50502026-09-02T23:52:14.536Z[verify-libraries] Compiling p384 v0.13.1
50512026-09-02T23:52:14.848Z[ recovery-image] Sep 02 23:52:13.726 INFO O| Sep 02 23:52:13.726 INFO O| Planning: Fetching manifests: 130/130 100% complete
50522026-09-02T23:52:15.151Z[verify-libraries] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
50532026-09-02T23:52:15.197Z[verify-libraries] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
50542026-09-02T23:52:15.402Z[ recovery-image] Sep 02 23:52:14.280 INFO O| Sep 02 23:52:14.279 INFO O| Planning: Package planning ... Done
50552026-09-02T23:52:15.444Z[verify-libraries] Compiling knus-derive v3.4.0
50562026-09-02T23:52:15.631Z[ recovery-image] Sep 02 23:52:14.507 INFO O| Sep 02 23:52:14.507 INFO O| Planning: Merging actions ... Done
50572026-09-02T23:52:15.705Z[ recovery-image] Sep 02 23:52:14.582 INFO O| Sep 02 23:52:14.582 INFO O| Planning: Checking for conflicting actions ... Done
50582026-09-02T23:52:15.778Z[ recovery-image] Sep 02 23:52:14.655 INFO O| Sep 02 23:52:14.655 INFO O| Planning: Consolidating action changes ... Done
50592026-09-02T23:52:15.984Z[ recovery-image] Sep 02 23:52:14.861 INFO O| Sep 02 23:52:14.861 INFO O| Planning: Evaluating mediators ... Done
50602026-09-02T23:52:16.027Z[verify-libraries] Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
50612026-09-02T23:52:16.121Z[verify-libraries] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
50622026-09-02T23:52:16.178Z[verify-libraries] Compiling oso-derive v0.27.3
50632026-09-02T23:52:16.480Z[verify-libraries] Compiling quick-xml v0.37.5
50642026-09-02T23:52:16.642Z[verify-libraries] Compiling impl-trait-for-tuples v0.2.3
50652026-09-02T23:52:16.873Z[verify-libraries] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
50662026-09-02T23:52:17.095Z[verify-libraries] Compiling openssl-probe v0.1.6
50672026-09-02T23:52:17.216Z[verify-libraries] Compiling knus v3.4.0
50682026-09-02T23:52:17.465Z[ recovery-image] Sep 02 23:52:16.343 INFO O| Sep 02 23:52:16.343 INFO O| Planning: Planning completed in 9.92 seconds
50692026-09-02T23:52:17.469Z[ recovery-image] Sep 02 23:52:16.345 INFO O| Sep 02 23:52:16.345 INFO O| Packages to install: 130
50702026-09-02T23:52:17.469Z[ recovery-image] Sep 02 23:52:16.345 INFO O| Sep 02 23:52:16.345 INFO O| Mediators to change: 5
50712026-09-02T23:52:17.469Z[ recovery-image] Sep 02 23:52:16.345 INFO O| Sep 02 23:52:16.345 INFO O| Services to change: 5
50722026-09-02T23:52:17.473Z[verify-libraries] Compiling polyval v0.7.1
50732026-09-02T23:52:17.495Z[ recovery-image] Sep 02 23:52:16.373 INFO O| Sep 02 23:52:16.373 INFO O| Download: 0/16683 items 0.0/200.2MB 0% complete
50742026-09-02T23:52:17.528Z[verify-libraries] Compiling der v0.8.0
50752026-09-02T23:52:17.662Z[verify-libraries] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
50762026-09-02T23:52:17.872Z[verify-libraries] Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
50772026-09-02T23:52:17.973Z[verify-libraries] Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
50782026-09-02T23:52:18.012Z[verify-libraries] Compiling git-stub v1.0.0
50792026-09-02T23:52:18.153Z[verify-libraries] Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
50802026-09-02T23:52:18.284Z[verify-libraries] Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
50812026-09-02T23:52:18.367Z[verify-libraries] Compiling kstat-rs v0.2.5
50822026-09-02T23:52:18.420Z[verify-libraries] Compiling trait-variant v0.1.2
50832026-09-02T23:52:18.458Z[verify-libraries] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
50842026-09-02T23:52:18.458Z[verify-libraries] Compiling git-stub-vcs v0.1.0
50852026-09-02T23:52:18.742Z[verify-libraries] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
50862026-09-02T23:52:18.780Z[verify-libraries] Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
50872026-09-02T23:52:18.881Z[verify-libraries] Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d)
50882026-09-02T23:52:18.972Z[verify-libraries] Compiling ghash v0.6.0
50892026-09-02T23:52:18.994Z[verify-libraries] Compiling pbkdf2 v0.13.0
50902026-09-02T23:52:19.104Z[verify-libraries] Compiling crypto-bigint v0.7.5
50912026-09-02T23:52:19.107Z[verify-libraries] Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
50922026-09-02T23:52:19.184Z[verify-libraries] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
50932026-09-02T23:52:19.265Z[verify-libraries] Compiling aes v0.9.1
50942026-09-02T23:52:19.314Z[verify-libraries] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
50952026-09-02T23:52:19.453Z[verify-libraries] Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
50962026-09-02T23:52:19.745Z[verify-libraries] Compiling ctr v0.10.1
50972026-09-02T23:52:19.852Z[verify-libraries] Compiling aead v0.6.1
50982026-09-02T23:52:19.981Z[verify-libraries] Compiling bb8 v0.8.6
50992026-09-02T23:52:20.140Z[verify-libraries] Compiling parking_lot_core v0.8.6
51002026-09-02T23:52:20.271Z[verify-libraries] Compiling aes-gcm v0.11.0
51012026-09-02T23:52:20.420Z[verify-libraries] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
51022026-09-02T23:52:20.518Z[verify-libraries] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
51032026-09-02T23:52:20.656Z[verify-libraries] Compiling spki v0.8.0
51042026-09-02T23:52:20.719Z[verify-libraries] Compiling mime_guess v2.0.5
51052026-09-02T23:52:20.842Z[verify-libraries] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
51062026-09-02T23:52:20.911Z[verify-libraries] Compiling salsa20 v0.11.0
51072026-09-02T23:52:21.133Z[verify-libraries] Compiling nanorand v0.7.0
51082026-09-02T23:52:21.170Z[verify-libraries] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
51092026-09-02T23:52:21.285Z[verify-libraries] Compiling scrypt v0.12.0
51102026-09-02T23:52:21.450Z[verify-libraries] Compiling flume v0.11.1
51112026-09-02T23:52:21.544Z[verify-libraries] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
51122026-09-02T23:52:21.588Z[verify-libraries] Compiling cbc v0.2.1
51132026-09-02T23:52:21.693Z[verify-libraries] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e)
51142026-09-02T23:52:21.765Z[verify-libraries] Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
51152026-09-02T23:52:21.917Z[verify-libraries] Compiling nonempty v0.12.0
51162026-09-02T23:52:21.956Z[verify-libraries] Compiling http-range v0.1.5
51172026-09-02T23:52:22.021Z[verify-libraries] Compiling corncobs v0.1.4
51182026-09-02T23:52:22.094Z[verify-libraries] Compiling pkcs5 v0.8.1
51192026-09-02T23:52:22.159Z[verify-libraries] Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
51202026-09-02T23:52:22.204Z[verify-libraries] Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
51212026-09-02T23:52:22.231Z[verify-libraries] Compiling parking_lot v0.11.2
51222026-09-02T23:52:22.300Z[verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
51232026-09-02T23:52:22.303Z[verify-libraries] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
51242026-09-02T23:52:22.531Z[ recovery-image] Sep 02 23:52:21.409 INFO O| Sep 02 23:52:21.409 INFO O| Download: 9390/16683 items 94.7/200.2MB 47% complete (19.1M/s)
51252026-09-02T23:52:22.723Z[verify-libraries] Compiling prefix-trie v0.7.0
51262026-09-02T23:52:22.772Z[verify-libraries] Compiling secrecy v0.8.0
51272026-09-02T23:52:22.808Z[verify-libraries] Compiling hyper-staticfile v0.10.1
51282026-09-02T23:52:22.839Z[verify-libraries] Compiling sled v0.34.7
51292026-09-02T23:52:23.013Z[verify-libraries] Compiling pkcs8 v0.11.0
51302026-09-02T23:52:23.141Z[verify-libraries] Compiling hickory-server v0.25.2
51312026-09-02T23:52:23.222Z[verify-libraries] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
51322026-09-02T23:52:23.421Z[verify-libraries] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
51332026-09-02T23:52:23.449Z[verify-libraries] Compiling ff v0.14.0
51342026-09-02T23:52:23.552Z[verify-libraries] Compiling libz-sys v1.1.24
51352026-09-02T23:52:23.688Z[verify-libraries] Compiling group v0.14.0
51362026-09-02T23:52:23.849Z[verify-libraries] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
51372026-09-02T23:52:23.919Z[verify-libraries] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#878a31ea)
51382026-09-02T23:52:24.005Z[verify-libraries] Compiling signature v3.0.0
51392026-09-02T23:52:24.088Z[verify-libraries] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
51402026-09-02T23:52:24.188Z[verify-libraries] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#878a31ea)
51412026-09-02T23:52:24.306Z[verify-libraries] Compiling instability v0.3.11
51422026-09-02T23:52:24.365Z[verify-libraries] Compiling base16ct v1.0.0
51432026-09-02T23:52:24.368Z[verify-libraries] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
51442026-09-02T23:52:24.696Z[verify-libraries] Compiling sec1 v0.8.1
51452026-09-02T23:52:24.743Z[verify-libraries] Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
51462026-09-02T23:52:25.064Z[verify-libraries] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#878a31ea)
51472026-09-02T23:52:25.095Z[verify-libraries] Compiling hkdf v0.13.0
51482026-09-02T23:52:25.146Z[verify-libraries] Compiling scuffle v0.1.0
51492026-09-02T23:52:25.171Z[verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
51502026-09-02T23:52:25.354Z[verify-libraries] Compiling libgit2-sys v0.18.3+1.9.2
51512026-09-02T23:52:25.389Z[verify-libraries] Compiling castaway v0.2.4
51522026-09-02T23:52:25.624Z[verify-libraries] Compiling indoc v2.0.7
51532026-09-02T23:52:25.705Z[verify-libraries] Compiling compact_str v0.8.1
51542026-09-02T23:52:25.991Z[verify-libraries] Compiling sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
51552026-09-02T23:52:26.469Z[verify-libraries] Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
51562026-09-02T23:52:26.854Z[verify-libraries] Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
51572026-09-02T23:52:26.945Z[verify-libraries] Compiling elliptic-curve v0.14.1
51582026-09-02T23:52:27.128Z[verify-libraries] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
51592026-09-02T23:52:27.431Z[verify-libraries] Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
51602026-09-02T23:52:27.444Z[ recovery-image] Sep 02 23:52:26.322 INFO O| Sep 02 23:52:26.322 INFO O| Download: Completed 200.18 MB in 9.95 seconds (20.1M/s)
51612026-09-02T23:52:27.453Z[verify-libraries] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
51622026-09-02T23:52:27.577Z[verify-libraries] Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
51632026-09-02T23:52:27.635Z[verify-libraries] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
51642026-09-02T23:52:27.894Z[verify-libraries] Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
51652026-09-02T23:52:27.988Z[verify-libraries] Compiling lru v0.12.5
51662026-09-02T23:52:28.257Z[verify-libraries] Compiling unicode-truncate v1.1.0
51672026-09-02T23:52:28.282Z[verify-libraries] Compiling arc-swap v1.8.2
51682026-09-02T23:52:28.496Z[verify-libraries] Compiling cassowary v0.3.0
51692026-09-02T23:52:28.539Z[verify-libraries] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
51702026-09-02T23:52:28.579Z[verify-libraries] Compiling slog-scope v4.4.1
51712026-09-02T23:52:28.669Z[verify-libraries] Compiling wnaf v0.14.0
51722026-09-02T23:52:28.910Z[verify-libraries] Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
51732026-09-02T23:52:28.931Z[verify-libraries] Compiling ratatui v0.29.0
51742026-09-02T23:52:29.081Z[verify-libraries] Compiling primefield v0.14.0
51752026-09-02T23:52:29.168Z[verify-libraries] Compiling rfc6979 v0.6.0
51762026-09-02T23:52:29.190Z[verify-libraries] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
51772026-09-02T23:52:29.430Z[verify-libraries] Compiling progenitor-impl v0.13.0
51782026-09-02T23:52:29.451Z[verify-libraries] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
51792026-09-02T23:52:29.704Z[verify-libraries] Compiling signal-hook-tokio v0.3.1
51802026-09-02T23:52:29.904Z[verify-libraries] Compiling vergen-git2 v9.1.0
51812026-09-02T23:52:30.168Z[verify-libraries] Compiling strsim v0.10.0
51822026-09-02T23:52:30.173Z[ recovery-image] Sep 02 23:52:29.051 INFO O| Sep 02 23:52:29.051 INFO O| Actions: 1/27596 actions (Installing new actions)
51832026-09-02T23:52:30.516Z[verify-libraries] Compiling darling_core v0.13.4
51842026-09-02T23:52:30.742Z[verify-libraries] Compiling ecdsa v0.17.0
51852026-09-02T23:52:30.774Z[verify-libraries] Compiling primeorder v0.14.0
51862026-09-02T23:52:30.895Z[verify-libraries] Compiling slog-stdlog v4.1.1
51872026-09-02T23:52:31.226Z[verify-libraries] Compiling sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common)
51882026-09-02T23:52:31.287Z[verify-libraries] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
51892026-09-02T23:52:31.423Z[verify-libraries] Compiling tungstenite v0.23.0
51902026-09-02T23:52:32.023Z[verify-libraries] Compiling diesel-dtrace v0.5.0
51912026-09-02T23:52:32.218Z[verify-libraries] Compiling async-bb8-diesel v0.2.1
51922026-09-02T23:52:32.362Z[verify-libraries] Compiling progenitor-client v0.13.0
51932026-09-02T23:52:32.415Z[verify-libraries] Compiling console v0.16.2
51942026-09-02T23:52:32.455Z[verify-libraries] Compiling curve25519-dalek v5.0.0
51952026-09-02T23:52:32.479Z[verify-libraries] Compiling progenitor-macro v0.13.0
51962026-09-02T23:52:32.535Z[verify-libraries] Compiling libsw-core v0.3.2
51972026-09-02T23:52:32.792Z[verify-libraries] Compiling unit-prefix v0.5.2
51982026-09-02T23:52:32.831Z[verify-libraries] Compiling assert_matches v1.5.0
51992026-09-02T23:52:32.870Z[verify-libraries] Compiling void v1.0.2
52002026-09-02T23:52:32.917Z[verify-libraries] Compiling darling_macro v0.13.4
52012026-09-02T23:52:33.039Z[verify-libraries] Compiling lzss v0.8.2
52022026-09-02T23:52:33.050Z[verify-libraries] Compiling indicatif v0.18.4
52032026-09-02T23:52:33.078Z[verify-libraries] Compiling libsw v3.5.0
52042026-09-02T23:52:33.083Z[verify-libraries] Compiling tokio-tungstenite v0.23.1
52052026-09-02T23:52:33.083Z[verify-libraries] Compiling slog-envlogger v2.2.0
52062026-09-02T23:52:33.178Z[verify-libraries] Compiling ssh-encoding v0.3.0
52072026-09-02T23:52:33.312Z[verify-libraries] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
52082026-09-02T23:52:33.429Z[verify-libraries] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
52092026-09-02T23:52:33.473Z[verify-libraries] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
52102026-09-02T23:52:33.677Z[verify-libraries] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
52112026-09-02T23:52:33.755Z[verify-libraries] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
52122026-09-02T23:52:33.813Z[verify-libraries] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
52132026-09-02T23:52:33.864Z[verify-libraries] Compiling nix v0.27.1
52142026-09-02T23:52:34.030Z[verify-libraries] Compiling colored v2.2.0
52152026-09-02T23:52:34.056Z[verify-libraries] Compiling blake3 v1.8.5
52162026-09-02T23:52:34.089Z[verify-libraries] Compiling serde_bytes v0.11.19
52172026-09-02T23:52:34.123Z[verify-libraries] Compiling keccak v0.2.0
52182026-09-02T23:52:34.386Z[verify-libraries] Compiling shell-words v1.1.1
52192026-09-02T23:52:34.554Z[verify-libraries] Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
52202026-09-02T23:52:34.664Z[verify-libraries] Compiling darling v0.13.4
52212026-09-02T23:52:34.721Z[verify-libraries] Compiling oxide-update-engine-display v0.1.2
52222026-09-02T23:52:34.870Z[verify-libraries] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
52232026-09-02T23:52:35.075Z[verify-libraries] Compiling ed25519 v3.0.0
52242026-09-02T23:52:35.144Z[verify-libraries] Compiling crypto-primes v0.7.2
52252026-09-02T23:52:35.196Z[ recovery-image] Sep 02 23:52:34.074 INFO O| Sep 02 23:52:34.074 INFO O| Actions: 27032/27596 actions (Installing new actions)
52262026-09-02T23:52:35.257Z[verify-libraries] Compiling pkcs1 v0.8.0-rc.4
52272026-09-02T23:52:35.391Z[verify-libraries] Compiling poly1305 v0.9.0
52282026-09-02T23:52:35.531Z[verify-libraries] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
52292026-09-02T23:52:35.609Z[verify-libraries] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
52302026-09-02T23:52:35.746Z[verify-libraries] Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
52312026-09-02T23:52:35.791Z[ recovery-image] Sep 02 23:52:34.668 INFO O| Sep 02 23:52:34.668 INFO O| Actions: Completed 27596 actions in 5.61 seconds.
52322026-09-02T23:52:35.871Z[ recovery-image] Sep 02 23:52:34.749 INFO O| Sep 02 23:52:34.749 INFO O| Finalize: Updating package state database ... Done
52332026-09-02T23:52:35.871Z[ recovery-image] Sep 02 23:52:34.749 INFO O| Sep 02 23:52:34.749 INFO O| Finalize: Updating package cache ... Done
52342026-09-02T23:52:35.999Z[verify-libraries] Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
52352026-09-02T23:52:36.047Z[ recovery-image] Sep 02 23:52:34.924 INFO O| Sep 02 23:52:34.924 INFO O| Finalize: Updating image state ... Done
52362026-09-02T23:52:36.093Z[verify-libraries] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
52372026-09-02T23:52:36.235Z[verify-libraries] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
52382026-09-02T23:52:36.345Z[verify-libraries] Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
52392026-09-02T23:52:36.392Z[verify-libraries] Compiling blowfish v0.10.0
52402026-09-02T23:52:36.497Z[verify-libraries] Compiling blake2 v0.11.0-rc.6
52412026-09-02T23:52:36.562Z[verify-libraries] Compiling petname v2.0.2
52422026-09-02T23:52:36.651Z[verify-libraries] Compiling constant_time_eq v0.4.2
52432026-09-02T23:52:36.677Z[verify-libraries] Compiling arrayref v0.3.9
52442026-09-02T23:52:36.818Z[ recovery-image] Sep 02 23:52:35.695 INFO O| Sep 02 23:52:35.695 INFO O| Finalize: Creating fast lookup database ... Done
52452026-09-02T23:52:36.821Z[verify-libraries] Compiling arrayvec v0.7.6
52462026-09-02T23:52:36.835Z[ recovery-image] Sep 02 23:52:35.713 INFO O| Sep 02 23:52:35.713 INFO O| Finalize: Reading search index ... Done
52472026-09-02T23:52:36.878Z[verify-libraries] Compiling argon2 v0.6.0-rc.8
52482026-09-02T23:52:37.038Z[verify-libraries] Compiling bcrypt-pbkdf v0.11.0
52492026-09-02T23:52:37.270Z[verify-libraries] Compiling rsa v0.10.0-rc.18
52502026-09-02T23:52:37.448Z[verify-libraries] Compiling ed25519-dalek v3.0.0
52512026-09-02T23:52:37.451Z[verify-libraries] Compiling ssh-cipher v0.3.0
52522026-09-02T23:52:37.489Z[verify-libraries] Compiling serde_with_macros v1.5.2
52532026-09-02T23:52:37.836Z[verify-libraries] Compiling sha3 v0.11.0
52542026-09-02T23:52:38.059Z[verify-libraries] Compiling progenitor v0.13.0
52552026-09-02T23:52:38.140Z[verify-libraries] Compiling p256 v0.14.0
52562026-09-02T23:52:38.169Z[verify-libraries] Compiling p384 v0.14.0
52572026-09-02T23:52:38.226Z[verify-libraries] Compiling p521 v0.14.0
52582026-09-02T23:52:38.323Z[verify-libraries] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
52592026-09-02T23:52:38.370Z[verify-libraries] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
52602026-09-02T23:52:38.418Z[verify-libraries] Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
52612026-09-02T23:52:38.504Z[verify-libraries] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
52622026-09-02T23:52:38.580Z[verify-libraries] Compiling twox-hash v2.1.2
52632026-09-02T23:52:38.719Z[ recovery-image] Sep 02 23:52:37.597 INFO O| Sep 02 23:52:37.597 INFO O| Finalize: Building new search index ... Done
52642026-09-02T23:52:38.995Z[verify-libraries] Compiling kem v0.3.0
52652026-09-02T23:52:39.107Z[ recovery-image] Sep 02 23:52:37.984 INFO O| Sep 02 23:52:37.984 INFO O| Finalize: Updating package cache ... Done
52662026-09-02T23:52:39.140Z[verify-libraries] Compiling module-lattice v0.2.3
52672026-09-02T23:52:39.186Z[verify-libraries] Compiling rtoolbox v0.0.3
52682026-09-02T23:52:39.227Z[verify-libraries] Compiling atty v0.2.14
52692026-09-02T23:52:39.448Z[verify-libraries] Compiling sponge-cursor v0.1.0
52702026-09-02T23:52:39.491Z[verify-libraries] Compiling topological-sort v0.2.2
52712026-09-02T23:52:39.498Z[ recovery-image] Sep 02 23:52:38.376 INFO O| Sep 02 23:52:38.376 INFO STEP 11 (pkg_install) COMPLETE
52722026-09-02T23:52:39.499Z[ recovery-image] Sep 02 23:52:38.376 INFO O| Sep 02 23:52:38.376 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
52732026-09-02T23:52:39.502Z[ recovery-image] Sep 02 23:52:38.376 INFO O| Sep 02 23:52:38.376 INFO skip step because feature "recovery" is enabled
52742026-09-02T23:52:39.502Z[ recovery-image] Sep 02 23:52:38.376 INFO O| Sep 02 23:52:38.376 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
52752026-09-02T23:52:39.502Z[ recovery-image] Sep 02 23:52:38.376 INFO O| Sep 02 23:52:38.376 INFO skip step because feature "omicron1" is not enabled
52762026-09-02T23:52:39.502Z[ recovery-image] Sep 02 23:52:38.376 INFO O| Sep 02 23:52:38.376 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
52772026-09-02T23:52:39.509Z[ recovery-image] Sep 02 23:52:38.387 INFO O| Sep 02 23:52:38.387 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "install", "/driver/network/opte@0.41.506"]
52782026-09-02T23:52:39.552Z[verify-libraries] Compiling ml-kem v0.3.2
52792026-09-02T23:52:39.591Z[verify-libraries] Compiling rpassword v7.5.4
52802026-09-02T23:52:39.659Z[verify-libraries] Compiling sha3 v0.12.0
52812026-09-02T23:52:39.725Z[verify-libraries] Compiling omicron-zone-package v0.12.3
52822026-09-02T23:52:39.971Z[verify-libraries] Compiling serde_with v1.14.0
52832026-09-02T23:52:40.287Z[verify-libraries] Compiling russh-cryptovec v0.62.0
52842026-09-02T23:52:40.570Z[verify-libraries] Compiling tui-tree-widget v0.23.1
52852026-09-02T23:52:40.610Z[verify-libraries] Compiling wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
52862026-09-02T23:52:40.826Z[verify-libraries] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
52872026-09-02T23:52:40.943Z[verify-libraries] Compiling omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
52882026-09-02T23:52:41.122Z[verify-libraries] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
52892026-09-02T23:52:41.200Z[verify-libraries] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
52902026-09-02T23:52:41.246Z[verify-libraries] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
52912026-09-02T23:52:41.514Z[verify-libraries] Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
52922026-09-02T23:52:41.539Z[verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
52932026-09-02T23:52:41.778Z[verify-libraries] Compiling ssh-key v0.7.0-rc.11
52942026-09-02T23:52:41.819Z[verify-libraries] Compiling internal-russh-num-bigint v0.5.0
52952026-09-02T23:52:42.090Z[verify-libraries] Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
52962026-09-02T23:52:42.124Z[verify-libraries] Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
52972026-09-02T23:52:42.229Z[verify-libraries] Compiling fatfs v0.3.6
52982026-09-02T23:52:42.326Z[verify-libraries] Compiling num-bigint v0.4.6
52992026-09-02T23:52:42.386Z[verify-libraries] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
53002026-09-02T23:52:42.414Z[verify-libraries] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
53012026-09-02T23:52:42.495Z[verify-libraries] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
53022026-09-02T23:52:42.583Z[verify-libraries] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
53032026-09-02T23:52:43.052Z[verify-libraries] Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
53042026-09-02T23:52:43.274Z[verify-libraries] Compiling sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
53052026-09-02T23:52:44.930Z[verify-libraries] Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
53062026-09-02T23:52:45.771Z[verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
53072026-09-02T23:52:45.801Z[ recovery-image] Sep 02 23:52:44.678 INFO O| Sep 02 23:52:44.678 INFO O| Startup: Refreshing catalog 'helios' ... Done
53082026-09-02T23:52:45.979Z[verify-libraries] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
53092026-09-02T23:52:46.194Z[verify-libraries] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
53102026-09-02T23:52:46.296Z[ recovery-image] Sep 02 23:52:45.174 INFO O| Sep 02 23:52:45.174 INFO O| Startup: Caching catalogs ... Done
53112026-09-02T23:52:46.554Z[verify-libraries] Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
53122026-09-02T23:52:46.854Z[verify-libraries] Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
53132026-09-02T23:52:46.898Z[verify-libraries] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
53142026-09-02T23:52:46.927Z[ recovery-image] Sep 02 23:52:45.802 INFO O| Sep 02 23:52:45.802 INFO O| Planning: Solver setup ... Done
53152026-09-02T23:52:46.930Z[ recovery-image] Sep 02 23:52:45.808 INFO O| Sep 02 23:52:45.807 INFO O| Planning: Running solver ... Done
53162026-09-02T23:52:46.947Z[ recovery-image] Sep 02 23:52:45.824 INFO O| Sep 02 23:52:45.824 INFO O| Planning: Finding local manifests ... Done
53172026-09-02T23:52:46.974Z[ recovery-image] Sep 02 23:52:45.851 INFO O| Sep 02 23:52:45.851 INFO O| Planning: Fetching manifests: 0/1 0% complete
53182026-09-02T23:52:46.982Z[ recovery-image] Sep 02 23:52:45.860 INFO O| Sep 02 23:52:45.860 INFO O| Planning: Fetching manifests: 1/1 100% complete
53192026-09-02T23:52:47.000Z[ recovery-image] Sep 02 23:52:45.876 INFO O| Sep 02 23:52:45.876 INFO O| Planning: Package planning ... Done
53202026-09-02T23:52:47.000Z[ recovery-image] Sep 02 23:52:45.877 INFO O| Sep 02 23:52:45.877 INFO O| Planning: Merging actions ... Done
53212026-09-02T23:52:47.020Z[ recovery-image] Sep 02 23:52:45.897 INFO O| Sep 02 23:52:45.897 INFO O| Planning: Checking for conflicting actions ... Done
53222026-09-02T23:52:47.020Z[ recovery-image] Sep 02 23:52:45.897 INFO O| Sep 02 23:52:45.897 INFO O| Planning: Consolidating action changes ... Done
53232026-09-02T23:52:47.120Z[ recovery-image] Sep 02 23:52:45.997 INFO O| Sep 02 23:52:45.997 INFO O| Planning: Evaluating mediators ... Done
53242026-09-02T23:52:47.125Z[ recovery-image] Sep 02 23:52:45.998 INFO O| Sep 02 23:52:45.998 INFO O| Planning: Planning completed in 0.80 seconds
53252026-09-02T23:52:47.125Z[ recovery-image] Sep 02 23:52:45.998 INFO O| Sep 02 23:52:45.998 INFO O| Packages to install: 1
53262026-09-02T23:52:47.133Z[ recovery-image] Sep 02 23:52:46.010 INFO O| Sep 02 23:52:46.010 INFO O| Download: 0/4 items 0.0/13.3MB 0% complete
53272026-09-02T23:52:47.272Z[ recovery-image] Sep 02 23:52:46.149 INFO O| Sep 02 23:52:46.149 INFO O| Download: Completed 13.27 MB in 0.14 seconds (95.6M/s)
53282026-09-02T23:52:47.295Z[ recovery-image] Sep 02 23:52:46.173 INFO O| Sep 02 23:52:46.173 INFO O| Actions: 1/22 actions (Installing new actions)
53292026-09-02T23:52:47.497Z[verify-libraries] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
53302026-09-02T23:52:47.531Z[verify-libraries] Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
53312026-09-02T23:52:47.689Z[ recovery-image] Sep 02 23:52:46.567 INFO O| Sep 02 23:52:46.567 INFO O| Actions: Completed 22 actions in 0.39 seconds.
53322026-09-02T23:52:47.745Z[ recovery-image] Sep 02 23:52:46.622 INFO O| Sep 02 23:52:46.622 INFO O| Finalize: Updating package state database ... Done
53332026-09-02T23:52:47.745Z[ recovery-image] Sep 02 23:52:46.622 INFO O| Sep 02 23:52:46.622 INFO O| Finalize: Updating package cache ... Done
53342026-09-02T23:52:47.875Z[ recovery-image] Sep 02 23:52:46.753 INFO O| Sep 02 23:52:46.753 INFO O| Finalize: Updating image state ... Done
53352026-09-02T23:52:48.060Z[verify-libraries] Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
53362026-09-02T23:52:48.158Z[verify-libraries] Compiling generic-array v1.4.3
53372026-09-02T23:52:48.237Z[verify-libraries] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
53382026-09-02T23:52:48.797Z[ recovery-image] Sep 02 23:52:47.675 INFO O| Sep 02 23:52:47.675 INFO O| Finalize: Creating fast lookup database ... Done
53392026-09-02T23:52:48.820Z[ recovery-image] Sep 02 23:52:47.692 INFO O| Sep 02 23:52:47.692 INFO O| Finalize: Reading search index ... Done
53402026-09-02T23:52:48.821Z[ recovery-image] Sep 02 23:52:47.692 INFO O| Sep 02 23:52:47.692 INFO O| Finalize: Updating search index ... Done
53412026-09-02T23:52:48.824Z[verify-libraries] Compiling russh-util v0.52.0
53422026-09-02T23:52:48.826Z[ recovery-image] Sep 02 23:52:47.704 INFO O| Sep 02 23:52:47.704 INFO O| Finalize: Updating package cache ... Done
53432026-09-02T23:52:49.041Z[verify-libraries] Compiling enum_dispatch v0.3.13
53442026-09-02T23:52:49.146Z[ recovery-image] Sep 02 23:52:48.024 INFO O| Sep 02 23:52:48.024 INFO STEP 14 (pkg_install) COMPLETE
53452026-09-02T23:52:49.146Z[ recovery-image] Sep 02 23:52:48.024 INFO O| Sep 02 23:52:48.024 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
53462026-09-02T23:52:49.146Z[ recovery-image] Sep 02 23:52:48.024 INFO O| Sep 02 23:52:48.024 INFO skip step because feature "mbist" is not enabled
53472026-09-02T23:52:49.150Z[ recovery-image] Sep 02 23:52:48.024 INFO O| Sep 02 23:52:48.024 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
53482026-09-02T23:52:49.150Z[ recovery-image] Sep 02 23:52:48.024 INFO O| Sep 02 23:52:48.024 INFO skip step because feature "mfg" is not enabled
53492026-09-02T23:52:49.150Z[ recovery-image] Sep 02 23:52:48.024 INFO O| Sep 02 23:52:48.024 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
53502026-09-02T23:52:49.150Z[ recovery-image] Sep 02 23:52:48.024 INFO O| Sep 02 23:52:48.024 INFO skip step because feature "compliance" is not enabled
53512026-09-02T23:52:49.150Z[ recovery-image] Sep 02 23:52:48.024 INFO O| Sep 02 23:52:48.024 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
53522026-09-02T23:52:49.150Z[ recovery-image] Sep 02 23:52:48.024 INFO O| Sep 02 23:52:48.024 INFO skip step because feature "stress" is not enabled
53532026-09-02T23:52:49.150Z[ recovery-image] Sep 02 23:52:48.024 INFO O| Sep 02 23:52:48.024 INFO STEP 19: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
53542026-09-02T23:52:49.150Z[ recovery-image] Sep 02 23:52:48.024 INFO O| Sep 02 23:52:48.024 INFO skip step because feature "compliance" is not enabled
53552026-09-02T23:52:49.150Z[ recovery-image] Sep 02 23:52:48.024 INFO O| Sep 02 23:52:48.024 INFO STEP 20: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
53562026-09-02T23:52:49.150Z[ recovery-image] Sep 02 23:52:48.024 INFO O| Sep 02 23:52:48.024 INFO skip step because feature "nfs" is not enabled
53572026-09-02T23:52:49.150Z[ recovery-image] Sep 02 23:52:48.024 INFO O| Sep 02 23:52:48.024 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@os
53582026-09-02T23:52:49.150Z[ recovery-image] Sep 02 23:52:48.024 INFO O| Sep 02 23:52:48.024 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@os
53592026-09-02T23:52:49.322Z[ recovery-image] Sep 02 23:52:48.200 INFO O| Sep 02 23:52:48.200 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
53602026-09-02T23:52:49.441Z[ recovery-image] Sep 02 23:52:48.318 INFO O| Sep 02 23:52:48.318 INFO completed processing sled/ramdisk-01-os
53612026-09-02T23:52:49.444Z[ recovery-image] Sep 02 23:52:48.321 INFO image builder template: ramdisk-02-trim...
53622026-09-02T23:52:49.444Z[ recovery-image] Sep 02 23:52:48.321 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/.tmpsaZway/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.41.506", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@23.0.0.0", "-n", "ramdisk-02-trim"], pwd: None
53632026-09-02T23:52:49.464Z[ recovery-image] Sep 02 23:52:48.342 INFO O| Sep 02 23:52:48.342 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
53642026-09-02T23:52:49.469Z[ recovery-image] Sep 02 23:52:48.347 INFO O| Sep 02 23:52:48.347 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
53652026-09-02T23:52:49.628Z[ recovery-image] Sep 02 23:52:48.505 INFO O| Sep 02 23:52:48.505 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-02-trim: sync = disabled
53662026-09-02T23:52:49.710Z[ recovery-image] Sep 02 23:52:48.588 INFO O| Sep 02 23:52:48.588 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
53672026-09-02T23:52:49.710Z[ recovery-image] Sep 02 23:52:48.588 INFO O| Sep 02 23:52:48.588 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
53682026-09-02T23:52:49.716Z[ recovery-image] Sep 02 23:52:48.594 INFO O| Sep 02 23:52:48.594 INFO looking for output snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
53692026-09-02T23:52:49.721Z[ recovery-image] Sep 02 23:52:48.599 INFO O| Sep 02 23:52:48.599 INFO looking for input snapshot rpool/images/build/recovery/work/sled/ramdisk@os
53702026-09-02T23:52:49.726Z[ recovery-image] Sep 02 23:52:48.604 INFO O| Sep 02 23:52:48.604 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@os
53712026-09-02T23:52:50.002Z[verify-libraries] Compiling delegate v0.13.5
53722026-09-02T23:52:50.123Z[verify-libraries] Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
53732026-09-02T23:52:50.236Z[verify-libraries] Compiling sapling-renderdag v0.1.0
53742026-09-02T23:52:50.266Z[verify-libraries] Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
53752026-09-02T23:52:50.303Z[verify-libraries] Compiling md5 v0.8.0
53762026-09-02T23:52:50.562Z[ recovery-image] Sep 02 23:52:49.440 INFO O| Sep 02 23:52:49.440 INFO rolled back to input snapshot; work may begin
53772026-09-02T23:52:50.562Z[ recovery-image] Sep 02 23:52:49.440 INFO O| Sep 02 23:52:49.440 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
53782026-09-02T23:52:50.567Z[ recovery-image] Sep 02 23:52:49.445 INFO O| Sep 02 23:52:49.445 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
53792026-09-02T23:52:50.576Z[ recovery-image] Sep 02 23:52:49.454 INFO O| Sep 02 23:52:49.454 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/var/pkg"
53802026-09-02T23:52:50.616Z[ recovery-image] Sep 02 23:52:49.494 INFO O| Sep 02 23:52:49.493 INFO STEP 0 (remove_files) COMPLETE
53812026-09-02T23:52:50.616Z[ recovery-image] Sep 02 23:52:49.494 INFO O| Sep 02 23:52:49.494 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
53822026-09-02T23:52:50.632Z[ recovery-image] Sep 02 23:52:49.509 INFO O| Sep 02 23:52:49.509 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/xpg4"
53832026-09-02T23:52:50.635Z[ recovery-image] Sep 02 23:52:49.510 INFO O| Sep 02 23:52:49.510 INFO STEP 1 (remove_files) COMPLETE
53842026-09-02T23:52:50.635Z[ recovery-image] Sep 02 23:52:49.510 INFO O| Sep 02 23:52:49.510 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
53852026-09-02T23:52:50.643Z[ recovery-image] Sep 02 23:52:49.521 INFO O| Sep 02 23:52:49.521 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/include"
53862026-09-02T23:52:50.656Z[ recovery-image] Sep 02 23:52:49.534 INFO O| Sep 02 23:52:49.533 INFO STEP 2 (remove_files) COMPLETE
53872026-09-02T23:52:50.656Z[ recovery-image] Sep 02 23:52:49.534 INFO O| Sep 02 23:52:49.534 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
53882026-09-02T23:52:50.665Z[ recovery-image] Sep 02 23:52:49.542 INFO O| Sep 02 23:52:49.542 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/demo"
53892026-09-02T23:52:50.668Z[ recovery-image] Sep 02 23:52:49.544 INFO O| Sep 02 23:52:49.544 INFO STEP 3 (remove_files) COMPLETE
53902026-09-02T23:52:50.668Z[ recovery-image] Sep 02 23:52:49.544 INFO O| Sep 02 23:52:49.544 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
53912026-09-02T23:52:50.671Z[verify-libraries] Compiling sync-ptr v0.1.4
53922026-09-02T23:52:50.676Z[ recovery-image] Sep 02 23:52:49.554 INFO O| Sep 02 23:52:49.554 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/help"
53932026-09-02T23:52:50.679Z[ recovery-image] Sep 02 23:52:49.557 INFO O| Sep 02 23:52:49.557 INFO STEP 4 (remove_files) COMPLETE
53942026-09-02T23:52:50.679Z[ recovery-image] Sep 02 23:52:49.557 INFO O| Sep 02 23:52:49.557 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
53952026-09-02T23:52:50.690Z[ recovery-image] Sep 02 23:52:49.568 INFO O| Sep 02 23:52:49.568 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/doc"
53962026-09-02T23:52:50.690Z[ recovery-image] Sep 02 23:52:49.568 INFO O| Sep 02 23:52:49.568 INFO STEP 5 (remove_files) COMPLETE
53972026-09-02T23:52:50.690Z[ recovery-image] Sep 02 23:52:49.568 INFO O| Sep 02 23:52:49.568 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
53982026-09-02T23:52:50.694Z[verify-libraries] Compiling seq-macro v0.3.6
53992026-09-02T23:52:50.701Z[ recovery-image] Sep 02 23:52:49.579 INFO O| Sep 02 23:52:49.579 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bash-completion"
54002026-09-02T23:52:50.711Z[ recovery-image] Sep 02 23:52:49.589 INFO O| Sep 02 23:52:49.589 INFO STEP 6 (remove_files) COMPLETE
54012026-09-02T23:52:50.711Z[ recovery-image] Sep 02 23:52:49.589 INFO O| Sep 02 23:52:49.589 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54022026-09-02T23:52:50.711Z[ recovery-image] Sep 02 23:52:49.589 INFO O| Sep 02 23:52:49.589 INFO skip step because feature "heliosv2" is not enabled
54032026-09-02T23:52:50.714Z[ recovery-image] Sep 02 23:52:49.589 INFO O| Sep 02 23:52:49.589 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54042026-09-02T23:52:50.715Z[ recovery-image] Sep 02 23:52:49.589 INFO O| Sep 02 23:52:49.589 INFO skip step because feature "recovery" is enabled
54052026-09-02T23:52:50.715Z[ recovery-image] Sep 02 23:52:49.589 INFO O| Sep 02 23:52:49.589 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54062026-09-02T23:52:50.715Z[ recovery-image] Sep 02 23:52:49.589 INFO O| Sep 02 23:52:49.589 INFO skip step because feature "recovery" is enabled
54072026-09-02T23:52:50.715Z[ recovery-image] Sep 02 23:52:49.589 INFO O| Sep 02 23:52:49.589 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54082026-09-02T23:52:50.715Z[ recovery-image] Sep 02 23:52:49.589 INFO O| Sep 02 23:52:49.589 INFO skip step because feature "recovery" is enabled
54092026-09-02T23:52:50.715Z[ recovery-image] Sep 02 23:52:49.589 INFO O| Sep 02 23:52:49.589 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54102026-09-02T23:52:50.722Z[ recovery-image] Sep 02 23:52:49.600 INFO O| Sep 02 23:52:49.600 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/etc/net-snmp"
54112026-09-02T23:52:50.726Z[ recovery-image] Sep 02 23:52:49.603 INFO O| Sep 02 23:52:49.603 INFO STEP 11 (remove_files) COMPLETE
54122026-09-02T23:52:50.726Z[ recovery-image] Sep 02 23:52:49.603 INFO O| Sep 02 23:52:49.603 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54132026-09-02T23:52:50.735Z[ recovery-image] Sep 02 23:52:49.613 INFO O| Sep 02 23:52:49.613 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i386"
54142026-09-02T23:52:50.777Z[ recovery-image] Sep 02 23:52:49.614 INFO O| Sep 02 23:52:49.614 INFO STEP 12 (remove_files) COMPLETE
54152026-09-02T23:52:50.777Z[ recovery-image] Sep 02 23:52:49.614 INFO O| Sep 02 23:52:49.614 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54162026-09-02T23:52:50.782Z[ recovery-image] Sep 02 23:52:49.624 INFO O| Sep 02 23:52:49.624 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/platform/i86xpv"
54172026-09-02T23:52:50.782Z[ recovery-image] Sep 02 23:52:49.626 INFO O| Sep 02 23:52:49.626 INFO STEP 13 (remove_files) COMPLETE
54182026-09-02T23:52:50.782Z[ recovery-image] Sep 02 23:52:49.626 INFO O| Sep 02 23:52:49.626 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54192026-09-02T23:52:50.800Z[ recovery-image] Sep 02 23:52:49.677 INFO O| Sep 02 23:52:49.677 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtddl.a"
54202026-09-02T23:52:50.827Z[ recovery-image] Sep 02 23:52:49.705 INFO O| Sep 02 23:52:49.704 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libtddl.a"
54212026-09-02T23:52:50.830Z[verify-libraries] Compiling hex-literal v1.1.0
54222026-09-02T23:52:50.870Z[verify-libraries] Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
54232026-09-02T23:52:50.913Z[ recovery-image] Sep 02 23:52:49.791 INFO O| Sep 02 23:52:49.791 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/opt/ooce/lib/amd64/libjq.a"
54242026-09-02T23:52:50.913Z[ recovery-image] Sep 02 23:52:49.791 INFO O| Sep 02 23:52:49.791 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/opt/ooce/lib/libjq.a"
54252026-09-02T23:52:50.916Z[ recovery-image] Sep 02 23:52:49.791 INFO O| Sep 02 23:52:49.791 INFO STEP 14 (remove_files) COMPLETE
54262026-09-02T23:52:50.916Z[ recovery-image] Sep 02 23:52:49.791 INFO O| Sep 02 23:52:49.791 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54272026-09-02T23:52:50.925Z[ recovery-image] Sep 02 23:52:49.803 INFO O| Sep 02 23:52:49.803 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/boot"
54282026-09-02T23:52:50.930Z[ recovery-image] Sep 02 23:52:49.804 INFO O| Sep 02 23:52:49.804 INFO STEP 15 (remove_files) COMPLETE
54292026-09-02T23:52:50.930Z[ recovery-image] Sep 02 23:52:49.804 INFO O| Sep 02 23:52:49.804 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54302026-09-02T23:52:50.937Z[verify-libraries] Compiling nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
54312026-09-02T23:52:50.940Z[ recovery-image] Sep 02 23:52:49.815 INFO O| Sep 02 23:52:49.815 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/platform/i86pc"
54322026-09-02T23:52:50.944Z[ recovery-image] Sep 02 23:52:49.821 INFO O| Sep 02 23:52:49.821 INFO STEP 16 (remove_files) COMPLETE
54332026-09-02T23:52:50.944Z[ recovery-image] Sep 02 23:52:49.821 INFO O| Sep 02 23:52:49.821 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54342026-09-02T23:52:50.954Z[ recovery-image] Sep 02 23:52:49.831 INFO O| Sep 02 23:52:49.831 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/platform/i86xpv"
54352026-09-02T23:52:50.958Z[ recovery-image] Sep 02 23:52:49.832 INFO O| Sep 02 23:52:49.831 INFO STEP 17 (remove_files) COMPLETE
54362026-09-02T23:52:50.958Z[ recovery-image] Sep 02 23:52:49.832 INFO O| Sep 02 23:52:49.832 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54372026-09-02T23:52:50.970Z[ recovery-image] Sep 02 23:52:49.847 INFO O| Sep 02 23:52:49.847 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/platform/i86pc"
54382026-09-02T23:52:50.973Z[ recovery-image] Sep 02 23:52:49.848 INFO O| Sep 02 23:52:49.848 INFO STEP 18 (remove_files) COMPLETE
54392026-09-02T23:52:50.973Z[ recovery-image] Sep 02 23:52:49.848 INFO O| Sep 02 23:52:49.848 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54402026-09-02T23:52:50.981Z[ recovery-image] Sep 02 23:52:49.858 INFO O| Sep 02 23:52:49.858 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/acpica"
54412026-09-02T23:52:50.981Z[ recovery-image] Sep 02 23:52:49.858 INFO O| Sep 02 23:52:49.858 INFO STEP 19 (remove_files) COMPLETE
54422026-09-02T23:52:50.981Z[ recovery-image] Sep 02 23:52:49.858 INFO O| Sep 02 23:52:49.858 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54432026-09-02T23:52:50.996Z[ recovery-image] Sep 02 23:52:49.873 INFO O| Sep 02 23:52:49.872 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/tem"
54442026-09-02T23:52:50.996Z[ recovery-image] Sep 02 23:52:49.873 INFO O| Sep 02 23:52:49.873 INFO STEP 20 (remove_files) COMPLETE
54452026-09-02T23:52:50.996Z[ recovery-image] Sep 02 23:52:49.873 INFO O| Sep 02 23:52:49.873 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54462026-09-02T23:52:51.004Z[ recovery-image] Sep 02 23:52:49.882 INFO O| Sep 02 23:52:49.881 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/kbtrans"
54472026-09-02T23:52:51.004Z[ recovery-image] Sep 02 23:52:49.882 INFO O| Sep 02 23:52:49.882 INFO STEP 21 (remove_files) COMPLETE
54482026-09-02T23:52:51.007Z[ recovery-image] Sep 02 23:52:49.882 INFO O| Sep 02 23:52:49.882 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54492026-09-02T23:52:51.013Z[ recovery-image] Sep 02 23:52:49.890 INFO O| Sep 02 23:52:49.890 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/wc"
54502026-09-02T23:52:51.013Z[ recovery-image] Sep 02 23:52:49.891 INFO O| Sep 02 23:52:49.891 INFO STEP 22 (remove_files) COMPLETE
54512026-09-02T23:52:51.013Z[ recovery-image] Sep 02 23:52:49.891 INFO O| Sep 02 23:52:49.891 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54522026-09-02T23:52:51.017Z[verify-libraries] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
54532026-09-02T23:52:51.023Z[ recovery-image] Sep 02 23:52:49.901 INFO O| Sep 02 23:52:49.901 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/acpi_drv"
54542026-09-02T23:52:51.027Z[ recovery-image] Sep 02 23:52:49.901 INFO O| Sep 02 23:52:49.901 INFO STEP 23 (remove_files) COMPLETE
54552026-09-02T23:52:51.027Z[ recovery-image] Sep 02 23:52:49.902 INFO O| Sep 02 23:52:49.901 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54562026-09-02T23:52:51.034Z[ recovery-image] Sep 02 23:52:49.912 INFO O| Sep 02 23:52:49.911 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/conskbd"
54572026-09-02T23:52:51.034Z[ recovery-image] Sep 02 23:52:49.912 INFO O| Sep 02 23:52:49.912 INFO STEP 24 (remove_files) COMPLETE
54582026-09-02T23:52:51.034Z[ recovery-image] Sep 02 23:52:49.912 INFO O| Sep 02 23:52:49.912 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54592026-09-02T23:52:51.044Z[ recovery-image] Sep 02 23:52:49.922 INFO O| Sep 02 23:52:49.922 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/tzmon"
54602026-09-02T23:52:51.044Z[ recovery-image] Sep 02 23:52:49.922 INFO O| Sep 02 23:52:49.922 INFO STEP 25 (remove_files) COMPLETE
54612026-09-02T23:52:51.044Z[ recovery-image] Sep 02 23:52:49.922 INFO O| Sep 02 23:52:49.922 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54622026-09-02T23:52:51.067Z[ recovery-image] Sep 02 23:52:49.944 INFO O| Sep 02 23:52:49.944 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/power"
54632026-09-02T23:52:51.067Z[ recovery-image] Sep 02 23:52:49.944 INFO O| Sep 02 23:52:49.944 INFO STEP 26 (remove_files) COMPLETE
54642026-09-02T23:52:51.067Z[ recovery-image] Sep 02 23:52:49.944 INFO O| Sep 02 23:52:49.944 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54652026-09-02T23:52:51.077Z[ recovery-image] Sep 02 23:52:49.955 INFO O| Sep 02 23:52:49.954 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audio"
54662026-09-02T23:52:51.077Z[ recovery-image] Sep 02 23:52:49.955 INFO O| Sep 02 23:52:49.955 INFO STEP 27 (remove_files) COMPLETE
54672026-09-02T23:52:51.077Z[ recovery-image] Sep 02 23:52:49.955 INFO O| Sep 02 23:52:49.955 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54682026-09-02T23:52:51.091Z[ recovery-image] Sep 02 23:52:49.966 INFO O| Sep 02 23:52:49.966 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audio1575"
54692026-09-02T23:52:51.091Z[ recovery-image] Sep 02 23:52:49.966 INFO O| Sep 02 23:52:49.966 INFO STEP 28 (remove_files) COMPLETE
54702026-09-02T23:52:51.091Z[ recovery-image] Sep 02 23:52:49.966 INFO O| Sep 02 23:52:49.966 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54712026-09-02T23:52:51.104Z[ recovery-image] Sep 02 23:52:49.982 INFO O| Sep 02 23:52:49.982 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audioens"
54722026-09-02T23:52:51.104Z[ recovery-image] Sep 02 23:52:49.982 INFO O| Sep 02 23:52:49.982 INFO STEP 29 (remove_files) COMPLETE
54732026-09-02T23:52:51.107Z[ recovery-image] Sep 02 23:52:49.982 INFO O| Sep 02 23:52:49.982 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54742026-09-02T23:52:51.123Z[ recovery-image] Sep 02 23:52:50.000 INFO O| Sep 02 23:52:50.000 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audiopci"
54752026-09-02T23:52:51.123Z[ recovery-image] Sep 02 23:52:50.000 INFO O| Sep 02 23:52:50.000 INFO STEP 30 (remove_files) COMPLETE
54762026-09-02T23:52:51.127Z[ recovery-image] Sep 02 23:52:50.000 INFO O| Sep 02 23:52:50.000 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54772026-09-02T23:52:51.132Z[ recovery-image] Sep 02 23:52:50.009 INFO O| Sep 02 23:52:50.009 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audiots"
54782026-09-02T23:52:51.132Z[ recovery-image] Sep 02 23:52:50.009 INFO O| Sep 02 23:52:50.009 INFO STEP 31 (remove_files) COMPLETE
54792026-09-02T23:52:51.132Z[ recovery-image] Sep 02 23:52:50.009 INFO O| Sep 02 23:52:50.009 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54802026-09-02T23:52:51.147Z[ recovery-image] Sep 02 23:52:50.019 INFO O| Sep 02 23:52:50.019 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/ehci"
54812026-09-02T23:52:51.147Z[ recovery-image] Sep 02 23:52:50.019 INFO O| Sep 02 23:52:50.019 INFO STEP 32 (remove_files) COMPLETE
54822026-09-02T23:52:51.147Z[ recovery-image] Sep 02 23:52:50.019 INFO O| Sep 02 23:52:50.019 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54832026-09-02T23:52:51.152Z[ recovery-image] Sep 02 23:52:50.027 INFO O| Sep 02 23:52:50.027 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/hid"
54842026-09-02T23:52:51.152Z[ recovery-image] Sep 02 23:52:50.027 INFO O| Sep 02 23:52:50.027 INFO STEP 33 (remove_files) COMPLETE
54852026-09-02T23:52:51.152Z[ recovery-image] Sep 02 23:52:50.027 INFO O| Sep 02 23:52:50.027 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54862026-09-02T23:52:51.160Z[verify-libraries] Compiling russh v0.62.4
54872026-09-02T23:52:51.164Z[ recovery-image] Sep 02 23:52:50.037 INFO O| Sep 02 23:52:50.037 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/hubd"
54882026-09-02T23:52:51.164Z[ recovery-image] Sep 02 23:52:50.037 INFO O| Sep 02 23:52:50.037 INFO STEP 34 (remove_files) COMPLETE
54892026-09-02T23:52:51.164Z[ recovery-image] Sep 02 23:52:50.037 INFO O| Sep 02 23:52:50.037 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54902026-09-02T23:52:51.170Z[ recovery-image] Sep 02 23:52:50.048 INFO O| Sep 02 23:52:50.048 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/ohci"
54912026-09-02T23:52:51.171Z[ recovery-image] Sep 02 23:52:50.048 INFO O| Sep 02 23:52:50.048 INFO STEP 35 (remove_files) COMPLETE
54922026-09-02T23:52:51.171Z[ recovery-image] Sep 02 23:52:50.048 INFO O| Sep 02 23:52:50.048 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54932026-09-02T23:52:51.181Z[ recovery-image] Sep 02 23:52:50.059 INFO O| Sep 02 23:52:50.059 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/scsa2usb"
54942026-09-02T23:52:51.181Z[ recovery-image] Sep 02 23:52:50.059 INFO O| Sep 02 23:52:50.059 INFO STEP 36 (remove_files) COMPLETE
54952026-09-02T23:52:51.186Z[ recovery-image] Sep 02 23:52:50.059 INFO O| Sep 02 23:52:50.059 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54962026-09-02T23:52:51.191Z[ recovery-image] Sep 02 23:52:50.069 INFO O| Sep 02 23:52:50.069 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/uhci"
54972026-09-02T23:52:51.191Z[ recovery-image] Sep 02 23:52:50.069 INFO O| Sep 02 23:52:50.069 INFO STEP 37 (remove_files) COMPLETE
54982026-09-02T23:52:51.191Z[ recovery-image] Sep 02 23:52:50.069 INFO O| Sep 02 23:52:50.069 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54992026-09-02T23:52:51.201Z[ recovery-image] Sep 02 23:52:50.079 INFO O| Sep 02 23:52:50.079 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_ac"
55002026-09-02T23:52:51.201Z[ recovery-image] Sep 02 23:52:50.079 INFO O| Sep 02 23:52:50.079 INFO STEP 38 (remove_files) COMPLETE
55012026-09-02T23:52:51.202Z[ recovery-image] Sep 02 23:52:50.079 INFO O| Sep 02 23:52:50.079 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55022026-09-02T23:52:51.211Z[ recovery-image] Sep 02 23:52:50.088 INFO O| Sep 02 23:52:50.088 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_as"
55032026-09-02T23:52:51.211Z[ recovery-image] Sep 02 23:52:50.088 INFO O| Sep 02 23:52:50.088 INFO STEP 39 (remove_files) COMPLETE
55042026-09-02T23:52:51.211Z[ recovery-image] Sep 02 23:52:50.088 INFO O| Sep 02 23:52:50.088 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55052026-09-02T23:52:51.221Z[ recovery-image] Sep 02 23:52:50.098 INFO O| Sep 02 23:52:50.098 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_ia"
55062026-09-02T23:52:51.221Z[ recovery-image] Sep 02 23:52:50.098 INFO O| Sep 02 23:52:50.098 INFO STEP 40 (remove_files) COMPLETE
55072026-09-02T23:52:51.221Z[ recovery-image] Sep 02 23:52:50.098 INFO O| Sep 02 23:52:50.098 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55082026-09-02T23:52:51.231Z[ recovery-image] Sep 02 23:52:50.108 INFO O| Sep 02 23:52:50.108 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_mid"
55092026-09-02T23:52:51.231Z[ recovery-image] Sep 02 23:52:50.108 INFO O| Sep 02 23:52:50.108 INFO STEP 41 (remove_files) COMPLETE
55102026-09-02T23:52:51.231Z[ recovery-image] Sep 02 23:52:50.108 INFO O| Sep 02 23:52:50.108 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55112026-09-02T23:52:51.240Z[ recovery-image] Sep 02 23:52:50.118 INFO O| Sep 02 23:52:50.118 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usbprn"
55122026-09-02T23:52:51.240Z[ recovery-image] Sep 02 23:52:50.118 INFO O| Sep 02 23:52:50.118 INFO STEP 42 (remove_files) COMPLETE
55132026-09-02T23:52:51.243Z[ recovery-image] Sep 02 23:52:50.118 INFO O| Sep 02 23:52:50.118 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55142026-09-02T23:52:51.249Z[ recovery-image] Sep 02 23:52:50.127 INFO O| Sep 02 23:52:50.127 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/xhci"
55152026-09-02T23:52:51.249Z[ recovery-image] Sep 02 23:52:50.127 INFO O| Sep 02 23:52:50.127 INFO STEP 43 (remove_files) COMPLETE
55162026-09-02T23:52:51.253Z[ recovery-image] Sep 02 23:52:50.127 INFO O| Sep 02 23:52:50.127 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55172026-09-02T23:52:51.259Z[ recovery-image] Sep 02 23:52:50.137 INFO O| Sep 02 23:52:50.137 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nhm"
55182026-09-02T23:52:51.259Z[ recovery-image] Sep 02 23:52:50.137 INFO O| Sep 02 23:52:50.137 INFO STEP 44 (remove_files) COMPLETE
55192026-09-02T23:52:51.264Z[ recovery-image] Sep 02 23:52:50.137 INFO O| Sep 02 23:52:50.137 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55202026-09-02T23:52:51.269Z[ recovery-image] Sep 02 23:52:50.146 INFO O| Sep 02 23:52:50.146 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nb5000"
55212026-09-02T23:52:51.270Z[ recovery-image] Sep 02 23:52:50.146 INFO O| Sep 02 23:52:50.146 INFO STEP 45 (remove_files) COMPLETE
55222026-09-02T23:52:51.270Z[ recovery-image] Sep 02 23:52:50.146 INFO O| Sep 02 23:52:50.146 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55232026-09-02T23:52:51.278Z[ recovery-image] Sep 02 23:52:50.156 INFO O| Sep 02 23:52:50.156 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/mc-amd"
55242026-09-02T23:52:51.278Z[ recovery-image] Sep 02 23:52:50.156 INFO O| Sep 02 23:52:50.156 INFO STEP 46 (remove_files) COMPLETE
55252026-09-02T23:52:51.282Z[ recovery-image] Sep 02 23:52:50.156 INFO O| Sep 02 23:52:50.156 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55262026-09-02T23:52:51.290Z[ recovery-image] Sep 02 23:52:50.166 INFO O| Sep 02 23:52:50.166 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/acpi_toshiba"
55272026-09-02T23:52:51.290Z[ recovery-image] Sep 02 23:52:50.166 INFO O| Sep 02 23:52:50.166 INFO STEP 47 (remove_files) COMPLETE
55282026-09-02T23:52:51.290Z[ recovery-image] Sep 02 23:52:50.166 INFO O| Sep 02 23:52:50.166 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55292026-09-02T23:52:51.299Z[ recovery-image] Sep 02 23:52:50.177 INFO O| Sep 02 23:52:50.177 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nhmex"
55302026-09-02T23:52:51.299Z[ recovery-image] Sep 02 23:52:50.177 INFO O| Sep 02 23:52:50.177 INFO STEP 48 (remove_files) COMPLETE
55312026-09-02T23:52:51.299Z[ recovery-image] Sep 02 23:52:50.177 INFO O| Sep 02 23:52:50.177 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55322026-09-02T23:52:51.309Z[ recovery-image] Sep 02 23:52:50.187 INFO O| Sep 02 23:52:50.187 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/intel_nhmex.conf"
55332026-09-02T23:52:51.309Z[ recovery-image] Sep 02 23:52:50.187 INFO O| Sep 02 23:52:50.187 INFO STEP 49 (remove_files) COMPLETE
55342026-09-02T23:52:51.312Z[ recovery-image] Sep 02 23:52:50.187 INFO O| Sep 02 23:52:50.187 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55352026-09-02T23:52:51.319Z[ recovery-image] Sep 02 23:52:50.197 INFO O| Sep 02 23:52:50.197 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/mpt"
55362026-09-02T23:52:51.319Z[ recovery-image] Sep 02 23:52:50.197 INFO O| Sep 02 23:52:50.197 INFO STEP 50 (remove_files) COMPLETE
55372026-09-02T23:52:51.323Z[ recovery-image] Sep 02 23:52:50.197 INFO O| Sep 02 23:52:50.197 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55382026-09-02T23:52:51.329Z[ recovery-image] Sep 02 23:52:50.207 INFO O| Sep 02 23:52:50.207 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/mpt.conf"
55392026-09-02T23:52:51.329Z[ recovery-image] Sep 02 23:52:50.207 INFO O| Sep 02 23:52:50.207 INFO STEP 51 (remove_files) COMPLETE
55402026-09-02T23:52:51.333Z[ recovery-image] Sep 02 23:52:50.207 INFO O| Sep 02 23:52:50.207 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55412026-09-02T23:52:51.340Z[ recovery-image] Sep 02 23:52:50.218 INFO O| Sep 02 23:52:50.217 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
55422026-09-02T23:52:51.340Z[ recovery-image] Sep 02 23:52:50.218 INFO O| Sep 02 23:52:50.218 INFO STEP 52 (remove_files) COMPLETE
55432026-09-02T23:52:51.340Z[ recovery-image] Sep 02 23:52:50.218 INFO O| Sep 02 23:52:50.218 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55442026-09-02T23:52:51.350Z[ recovery-image] Sep 02 23:52:50.227 INFO O| Sep 02 23:52:50.227 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
55452026-09-02T23:52:51.350Z[ recovery-image] Sep 02 23:52:50.227 INFO O| Sep 02 23:52:50.227 INFO STEP 53 (remove_files) COMPLETE
55462026-09-02T23:52:51.353Z[ recovery-image] Sep 02 23:52:50.227 INFO O| Sep 02 23:52:50.227 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55472026-09-02T23:52:51.358Z[ recovery-image] Sep 02 23:52:50.236 INFO O| Sep 02 23:52:50.236 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/sbin/bootadm"
55482026-09-02T23:52:51.358Z[ recovery-image] Sep 02 23:52:50.236 INFO O| Sep 02 23:52:50.236 INFO STEP 54 (remove_files) COMPLETE
55492026-09-02T23:52:51.361Z[ recovery-image] Sep 02 23:52:50.236 INFO O| Sep 02 23:52:50.236 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55502026-09-02T23:52:51.367Z[ recovery-image] Sep 02 23:52:50.245 INFO O| Sep 02 23:52:50.245 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bootadm"
55512026-09-02T23:52:51.367Z[ recovery-image] Sep 02 23:52:50.245 INFO O| Sep 02 23:52:50.245 INFO STEP 55 (remove_files) COMPLETE
55522026-09-02T23:52:51.367Z[ recovery-image] Sep 02 23:52:50.245 INFO O| Sep 02 23:52:50.245 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55532026-09-02T23:52:51.379Z[ recovery-image] Sep 02 23:52:50.256 INFO O| Sep 02 23:52:50.256 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/sbin/beadm"
55542026-09-02T23:52:51.379Z[ recovery-image] Sep 02 23:52:50.256 INFO O| Sep 02 23:52:50.256 INFO STEP 56 (remove_files) COMPLETE
55552026-09-02T23:52:51.382Z[ recovery-image] Sep 02 23:52:50.256 INFO O| Sep 02 23:52:50.256 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55562026-09-02T23:52:51.389Z[ recovery-image] Sep 02 23:52:50.267 INFO O| Sep 02 23:52:50.267 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/beadm"
55572026-09-02T23:52:51.389Z[ recovery-image] Sep 02 23:52:50.267 INFO O| Sep 02 23:52:50.267 INFO STEP 57 (remove_files) COMPLETE
55582026-09-02T23:52:51.392Z[ recovery-image] Sep 02 23:52:50.267 INFO O| Sep 02 23:52:50.267 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55592026-09-02T23:52:51.399Z[ recovery-image] Sep 02 23:52:50.277 INFO O| Sep 02 23:52:50.277 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/etc/default/tar"
55602026-09-02T23:52:51.399Z[ recovery-image] Sep 02 23:52:50.277 INFO O| Sep 02 23:52:50.277 INFO STEP 58 (remove_files) COMPLETE
55612026-09-02T23:52:51.404Z[ recovery-image] Sep 02 23:52:50.277 INFO O| Sep 02 23:52:50.277 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55622026-09-02T23:52:51.409Z[ recovery-image] Sep 02 23:52:50.287 INFO O| Sep 02 23:52:50.287 WARN file /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
55632026-09-02T23:52:51.409Z[ recovery-image] Sep 02 23:52:50.287 INFO O| Sep 02 23:52:50.287 INFO writing /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap ...
55642026-09-02T23:52:51.413Z[ recovery-image] Sep 02 23:52:50.287 INFO O| Sep 02 23:52:50.287 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
55652026-09-02T23:52:51.413Z[ recovery-image] Sep 02 23:52:50.287 INFO O| Sep 02 23:52:50.287 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
55662026-09-02T23:52:51.413Z[ recovery-image] Sep 02 23:52:50.287 INFO O| Sep 02 23:52:50.287 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
55672026-09-02T23:52:51.413Z[ recovery-image] Sep 02 23:52:50.287 INFO O| Sep 02 23:52:50.287 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
55682026-09-02T23:52:51.413Z[ recovery-image] Sep 02 23:52:50.287 INFO O| Sep 02 23:52:50.287 INFO ok!
55692026-09-02T23:52:51.413Z[ recovery-image] Sep 02 23:52:50.287 INFO O| Sep 02 23:52:50.287 INFO STEP 59 (ensure_file) COMPLETE
55702026-09-02T23:52:51.413Z[ recovery-image] Sep 02 23:52:50.287 INFO O| Sep 02 23:52:50.287 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55712026-09-02T23:52:51.417Z[verify-libraries] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
55722026-09-02T23:52:51.420Z[ recovery-image] Sep 02 23:52:50.297 INFO O| Sep 02 23:52:50.297 WARN file /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
55732026-09-02T23:52:51.420Z[ recovery-image] Sep 02 23:52:50.297 INFO O| Sep 02 23:52:50.297 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk ...
55742026-09-02T23:52:51.420Z[ recovery-image] Sep 02 23:52:50.297 INFO O| Sep 02 23:52:50.297 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
55752026-09-02T23:52:51.420Z[ recovery-image] Sep 02 23:52:50.297 INFO O| Sep 02 23:52:50.297 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
55762026-09-02T23:52:51.420Z[ recovery-image] Sep 02 23:52:50.297 INFO O| Sep 02 23:52:50.297 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
55772026-09-02T23:52:51.420Z[ recovery-image] Sep 02 23:52:50.297 INFO O| Sep 02 23:52:50.297 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
55782026-09-02T23:52:51.420Z[ recovery-image] Sep 02 23:52:50.297 INFO O| Sep 02 23:52:50.297 INFO ok!
55792026-09-02T23:52:51.420Z[ recovery-image] Sep 02 23:52:50.297 INFO O| Sep 02 23:52:50.297 INFO STEP 60 (ensure_file) COMPLETE
55802026-09-02T23:52:51.420Z[ recovery-image] Sep 02 23:52:50.297 INFO O| Sep 02 23:52:50.297 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55812026-09-02T23:52:51.430Z[ recovery-image] Sep 02 23:52:50.308 INFO O| Sep 02 23:52:50.308 INFO file /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile does not exist
55822026-09-02T23:52:51.430Z[ recovery-image] Sep 02 23:52:50.308 INFO O| Sep 02 23:52:50.308 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile ...
55832026-09-02T23:52:51.434Z[ recovery-image] Sep 02 23:52:50.308 INFO O| Sep 02 23:52:50.308 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile
55842026-09-02T23:52:51.434Z[ recovery-image] Sep 02 23:52:50.308 INFO O| Sep 02 23:52:50.308 INFO ok!
55852026-09-02T23:52:51.434Z[ recovery-image] Sep 02 23:52:50.308 INFO O| Sep 02 23:52:50.308 INFO STEP 61 (ensure_file) COMPLETE
55862026-09-02T23:52:51.434Z[ recovery-image] Sep 02 23:52:50.308 INFO O| Sep 02 23:52:50.308 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55872026-09-02T23:52:51.442Z[ recovery-image] Sep 02 23:52:50.318 INFO O| Sep 02 23:52:50.318 WARN file /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc exists, with wrong contents, unlinking
55882026-09-02T23:52:51.442Z[ recovery-image] Sep 02 23:52:50.318 INFO O| Sep 02 23:52:50.318 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc ...
55892026-09-02T23:52:51.442Z[ recovery-image] Sep 02 23:52:50.318 INFO O| Sep 02 23:52:50.318 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc
55902026-09-02T23:52:51.442Z[ recovery-image] Sep 02 23:52:50.318 INFO O| Sep 02 23:52:50.318 INFO ok!
55912026-09-02T23:52:51.442Z[ recovery-image] Sep 02 23:52:50.318 INFO O| Sep 02 23:52:50.318 INFO STEP 62 (ensure_file) COMPLETE
55922026-09-02T23:52:51.442Z[ recovery-image] Sep 02 23:52:50.318 INFO O| Sep 02 23:52:50.318 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55932026-09-02T23:52:51.451Z[ recovery-image] Sep 02 23:52:50.329 INFO O| Sep 02 23:52:50.329 WARN file /rpool/images/build/recovery/work/sled/ramdisk/etc/motd exists, with wrong contents, unlinking
55942026-09-02T23:52:51.451Z[ recovery-image] Sep 02 23:52:50.329 INFO O| Sep 02 23:52:50.329 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/sled/ramdisk/etc/motd ...
55952026-09-02T23:52:51.451Z[ recovery-image] Sep 02 23:52:50.329 INFO O| Sep 02 23:52:50.329 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/motd
55962026-09-02T23:52:51.454Z[ recovery-image] Sep 02 23:52:50.329 INFO O| Sep 02 23:52:50.329 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/motd
55972026-09-02T23:52:51.454Z[ recovery-image] Sep 02 23:52:50.329 INFO O| Sep 02 23:52:50.329 INFO ok!
55982026-09-02T23:52:51.454Z[ recovery-image] Sep 02 23:52:50.329 INFO O| Sep 02 23:52:50.329 INFO STEP 63 (ensure_file) COMPLETE
55992026-09-02T23:52:51.455Z[ recovery-image] Sep 02 23:52:50.329 INFO O| Sep 02 23:52:50.329 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
56002026-09-02T23:52:51.461Z[ recovery-image] Sep 02 23:52:50.339 INFO O| Sep 02 23:52:50.339 WARN file /rpool/images/build/recovery/work/sled/ramdisk/etc/profile exists, with wrong contents, unlinking
56012026-09-02T23:52:51.461Z[ recovery-image] Sep 02 23:52:50.339 INFO O| Sep 02 23:52:50.339 INFO copying /work/oxidecomputer/helios/image/templates/files/profile -> /rpool/images/build/recovery/work/sled/ramdisk/etc/profile ...
56022026-09-02T23:52:51.464Z[ recovery-image] Sep 02 23:52:50.339 INFO O| Sep 02 23:52:50.339 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/profile
56032026-09-02T23:52:51.464Z[ recovery-image] Sep 02 23:52:50.339 INFO O| Sep 02 23:52:50.339 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/profile
56042026-09-02T23:52:51.464Z[ recovery-image] Sep 02 23:52:50.339 INFO O| Sep 02 23:52:50.339 INFO ok!
56052026-09-02T23:52:51.464Z[ recovery-image] Sep 02 23:52:50.339 INFO O| Sep 02 23:52:50.339 INFO STEP 64 (ensure_file) COMPLETE
56062026-09-02T23:52:51.464Z[ recovery-image] Sep 02 23:52:50.339 INFO O| Sep 02 23:52:50.339 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
56072026-09-02T23:52:51.475Z[ recovery-image] Sep 02 23:52:50.352 INFO O| Sep 02 23:52:50.349 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf does not exist
56082026-09-02T23:52:51.475Z[ recovery-image] Sep 02 23:52:50.352 INFO O| Sep 02 23:52:50.349 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-system-zfs:dbuf -> /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf ...
56092026-09-02T23:52:51.475Z[ recovery-image] Sep 02 23:52:50.352 INFO O| Sep 02 23:52:50.349 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf
56102026-09-02T23:52:51.475Z[ recovery-image] Sep 02 23:52:50.352 INFO O| Sep 02 23:52:50.349 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf
56112026-09-02T23:52:51.475Z[ recovery-image] Sep 02 23:52:50.352 INFO O| Sep 02 23:52:50.349 INFO ok!
56122026-09-02T23:52:51.475Z[ recovery-image] Sep 02 23:52:50.352 INFO O| Sep 02 23:52:50.349 INFO STEP 65 (ensure_file) COMPLETE
56132026-09-02T23:52:51.475Z[ recovery-image] Sep 02 23:52:50.352 INFO O| Sep 02 23:52:50.349 INFO STEP 66: assemble_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
56142026-09-02T23:52:51.480Z[ recovery-image] Sep 02 23:52:50.358 INFO O| Sep 02 23:52:50.358 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly does not exist
56152026-09-02T23:52:51.480Z[ recovery-image] Sep 02 23:52:50.358 INFO O| Sep 02 23:52:50.358 INFO writing /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly ...
56162026-09-02T23:52:51.480Z[ recovery-image] Sep 02 23:52:50.358 INFO O| Sep 02 23:52:50.358 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly
56172026-09-02T23:52:51.483Z[ recovery-image] Sep 02 23:52:50.358 INFO O| Sep 02 23:52:50.358 INFO ok!
56182026-09-02T23:52:51.484Z[ recovery-image] Sep 02 23:52:50.358 INFO O| Sep 02 23:52:50.358 INFO STEP 66 (assemble_files) COMPLETE
56192026-09-02T23:52:51.484Z[ recovery-image] Sep 02 23:52:50.358 INFO O| Sep 02 23:52:50.358 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
56202026-09-02T23:52:51.489Z[ recovery-image] Sep 02 23:52:50.367 INFO O| Sep 02 23:52:50.367 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf does not exist
56212026-09-02T23:52:51.489Z[ recovery-image] Sep 02 23:52:50.367 INFO O| Sep 02 23:52:50.367 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf ...
56222026-09-02T23:52:51.489Z[ recovery-image] Sep 02 23:52:50.367 INFO O| Sep 02 23:52:50.367 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf
56232026-09-02T23:52:51.493Z[ recovery-image] Sep 02 23:52:50.367 INFO O| Sep 02 23:52:50.367 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf
56242026-09-02T23:52:51.493Z[ recovery-image] Sep 02 23:52:50.367 INFO O| Sep 02 23:52:50.367 INFO ok!
56252026-09-02T23:52:51.493Z[ recovery-image] Sep 02 23:52:50.367 INFO O| Sep 02 23:52:50.367 INFO STEP 67 (ensure_file) COMPLETE
56262026-09-02T23:52:51.493Z[ recovery-image] Sep 02 23:52:50.367 INFO O| Sep 02 23:52:50.367 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
56272026-09-02T23:52:51.493Z[ recovery-image] Sep 02 23:52:50.367 INFO O| Sep 02 23:52:50.367 INFO skip step because feature "omicron1" is not enabled
56282026-09-02T23:52:51.493Z[ recovery-image] Sep 02 23:52:50.367 INFO O| Sep 02 23:52:50.367 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
56292026-09-02T23:52:51.493Z[ recovery-image] Sep 02 23:52:50.367 INFO O| Sep 02 23:52:50.367 INFO skip step because feature "omicron1" is not enabled
56302026-09-02T23:52:51.493Z[ recovery-image] Sep 02 23:52:50.367 INFO O| Sep 02 23:52:50.367 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
56312026-09-02T23:52:51.493Z[ recovery-image] Sep 02 23:52:50.367 INFO O| Sep 02 23:52:50.367 INFO skip step because feature "omicron1" is not enabled
56322026-09-02T23:52:51.493Z[ recovery-image] Sep 02 23:52:50.367 INFO O| Sep 02 23:52:50.367 INFO STEP 71: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
56332026-09-02T23:52:51.502Z[ recovery-image] Sep 02 23:52:50.380 INFO O| Sep 02 23:52:50.380 INFO file /rpool/images/build/recovery/output/sled-ramdisk.tar does not already exist, skipping removal
56342026-09-02T23:52:51.503Z[ recovery-image] Sep 02 23:52:50.380 INFO O| Sep 02 23:52:50.380 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/sled-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/sled/ramdisk", "."]
56352026-09-02T23:52:51.800Z[verify-libraries] Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
56362026-09-02T23:52:51.854Z[verify-libraries] Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
56372026-09-02T23:52:52.310Z[verify-libraries] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
56382026-09-02T23:52:52.349Z[verify-libraries] Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
56392026-09-02T23:52:52.661Z[verify-libraries] Compiling fs-err v2.11.0
56402026-09-02T23:52:52.717Z[verify-libraries] Compiling internet-checksum v0.2.1
56412026-09-02T23:52:52.916Z[ recovery-image] Sep 02 23:52:51.793 INFO O| Sep 02 23:52:51.793 INFO STEP 71 (pack_tar) COMPLETE
56422026-09-02T23:52:52.916Z[ recovery-image] Sep 02 23:52:51.793 INFO O| Sep 02 23:52:51.793 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
56432026-09-02T23:52:52.920Z[ recovery-image] Sep 02 23:52:51.793 INFO O| Sep 02 23:52:51.793 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@trim
56442026-09-02T23:52:52.970Z[verify-libraries] Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
56452026-09-02T23:52:53.268Z[ recovery-image] Sep 02 23:52:52.146 INFO O| Sep 02 23:52:52.146 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
56462026-09-02T23:52:53.380Z[ recovery-image] Sep 02 23:52:52.257 INFO O| Sep 02 23:52:52.257 INFO completed processing sled/ramdisk-02-trim
56472026-09-02T23:52:53.383Z[ recovery-image] Sep 02 23:52:52.259 INFO image builder template: ramdisk-03-recovery-trim...
56482026-09-02T23:52:53.383Z[ recovery-image] Sep 02 23:52:52.259 INFO exec: ["pfexec", "/work/oxidecomputer/helios/projects/image-builder/target/debug/image-builder", "build", "-d", "rpool/images/build/recovery", "-g", "sled", "-T", "/work/oxidecomputer/helios/image/templates", "-E", "/tmp/.tmpsaZway/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.41.506", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@23.0.0.0", "-n", "ramdisk-03-recovery-trim"], pwd: None
56492026-09-02T23:52:53.387Z[ recovery-image] Sep 02 23:52:52.264 INFO O| Sep 02 23:52:52.264 INFO skip include "recovery-elide-v2" because feature "heliosv2" is not enabled
56502026-09-02T23:52:53.461Z[ recovery-image] Sep 02 23:52:52.338 INFO O| Sep 02 23:52:52.338 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
56512026-09-02T23:52:53.464Z[ recovery-image] Sep 02 23:52:52.342 INFO O| Sep 02 23:52:52.342 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
56522026-09-02T23:52:53.567Z[ recovery-image] Sep 02 23:52:52.444 INFO O| Sep 02 23:52:52.444 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim: sync = disabled
56532026-09-02T23:52:53.657Z[ recovery-image] Sep 02 23:52:52.534 INFO O| Sep 02 23:52:52.534 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
56542026-09-02T23:52:53.657Z[ recovery-image] Sep 02 23:52:52.534 INFO O| Sep 02 23:52:52.534 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
56552026-09-02T23:52:53.663Z[ recovery-image] Sep 02 23:52:52.541 INFO O| Sep 02 23:52:52.541 INFO looking for output snapshot rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
56562026-09-02T23:52:53.667Z[ recovery-image] Sep 02 23:52:52.545 INFO O| Sep 02 23:52:52.545 INFO looking for input snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
56572026-09-02T23:52:53.672Z[ recovery-image] Sep 02 23:52:52.549 INFO O| Sep 02 23:52:52.549 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@trim
56582026-09-02T23:52:53.810Z[verify-libraries] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
56592026-09-02T23:52:54.049Z[verify-libraries] Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
56602026-09-02T23:52:54.624Z[ recovery-image] Sep 02 23:52:53.501 INFO O| Sep 02 23:52:53.501 INFO rolled back to input snapshot; work may begin
56612026-09-02T23:52:54.624Z[ recovery-image] Sep 02 23:52:53.501 INFO O| Sep 02 23:52:53.501 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
56622026-09-02T23:52:54.629Z[ recovery-image] Sep 02 23:52:53.506 INFO O| Sep 02 23:52:53.506 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56632026-09-02T23:52:54.638Z[ recovery-image] Sep 02 23:52:53.516 INFO O| Sep 02 23:52:53.516 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/platform/oxide/kernel/drv/amd64/vmm"
56642026-09-02T23:52:54.642Z[ recovery-image] Sep 02 23:52:53.519 INFO O| Sep 02 23:52:53.519 INFO STEP 0 (remove_files) COMPLETE
56652026-09-02T23:52:54.642Z[ recovery-image] Sep 02 23:52:53.520 INFO O| Sep 02 23:52:53.519 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56662026-09-02T23:52:54.652Z[ recovery-image] Sep 02 23:52:53.529 INFO O| Sep 02 23:52:53.529 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/platform/oxide/kernel/drv/vmm.conf"
56672026-09-02T23:52:54.655Z[ recovery-image] Sep 02 23:52:53.530 INFO O| Sep 02 23:52:53.530 INFO STEP 1 (remove_files) COMPLETE
56682026-09-02T23:52:54.655Z[ recovery-image] Sep 02 23:52:53.530 INFO O| Sep 02 23:52:53.530 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56692026-09-02T23:52:54.663Z[ recovery-image] Sep 02 23:52:53.541 INFO O| Sep 02 23:52:53.541 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/7"
56702026-09-02T23:52:54.669Z[ recovery-image] Sep 02 23:52:53.547 INFO O| Sep 02 23:52:53.547 INFO STEP 2 (remove_files) COMPLETE
56712026-09-02T23:52:54.669Z[ recovery-image] Sep 02 23:52:53.547 INFO O| Sep 02 23:52:53.547 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56722026-09-02T23:52:54.681Z[ recovery-image] Sep 02 23:52:53.558 INFO O| Sep 02 23:52:53.558 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/share"
56732026-09-02T23:52:54.730Z[ recovery-image] Sep 02 23:52:53.607 INFO O| Sep 02 23:52:53.607 INFO STEP 3 (remove_files) COMPLETE
56742026-09-02T23:52:54.730Z[ recovery-image] Sep 02 23:52:53.607 INFO O| Sep 02 23:52:53.607 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56752026-09-02T23:52:54.741Z[ recovery-image] Sep 02 23:52:53.619 INFO O| Sep 02 23:52:53.618 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dns"
56762026-09-02T23:52:54.745Z[ recovery-image] Sep 02 23:52:53.620 INFO O| Sep 02 23:52:53.620 INFO STEP 4 (remove_files) COMPLETE
56772026-09-02T23:52:54.745Z[ recovery-image] Sep 02 23:52:53.620 INFO O| Sep 02 23:52:53.620 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56782026-09-02T23:52:54.752Z[ recovery-image] Sep 02 23:52:53.630 INFO O| Sep 02 23:52:53.630 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/iconv"
56792026-09-02T23:52:54.787Z[ recovery-image] Sep 02 23:52:53.664 INFO O| Sep 02 23:52:53.664 INFO STEP 5 (remove_files) COMPLETE
56802026-09-02T23:52:54.787Z[ recovery-image] Sep 02 23:52:53.665 INFO O| Sep 02 23:52:53.664 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56812026-09-02T23:52:54.798Z[ recovery-image] Sep 02 23:52:53.675 INFO O| Sep 02 23:52:53.675 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/locale"
56822026-09-02T23:52:54.811Z[ recovery-image] Sep 02 23:52:53.689 INFO O| Sep 02 23:52:53.689 INFO STEP 6 (remove_files) COMPLETE
56832026-09-02T23:52:54.812Z[ recovery-image] Sep 02 23:52:53.689 INFO O| Sep 02 23:52:53.689 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56842026-09-02T23:52:54.822Z[ recovery-image] Sep 02 23:52:53.700 INFO O| Sep 02 23:52:53.700 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/mps"
56852026-09-02T23:52:54.826Z[ recovery-image] Sep 02 23:52:53.701 INFO O| Sep 02 23:52:53.701 INFO STEP 7 (remove_files) COMPLETE
56862026-09-02T23:52:54.826Z[ recovery-image] Sep 02 23:52:53.701 INFO O| Sep 02 23:52:53.701 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56872026-09-02T23:52:54.829Z[verify-libraries] Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
56882026-09-02T23:52:54.833Z[ recovery-image] Sep 02 23:52:53.711 INFO O| Sep 02 23:52:53.711 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pkgconfig"
56892026-09-02T23:52:54.837Z[ recovery-image] Sep 02 23:52:53.713 INFO O| Sep 02 23:52:53.713 INFO STEP 8 (remove_files) COMPLETE
56902026-09-02T23:52:54.837Z[ recovery-image] Sep 02 23:52:53.713 INFO O| Sep 02 23:52:53.713 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56912026-09-02T23:52:54.845Z[ recovery-image] Sep 02 23:52:53.723 INFO O| Sep 02 23:52:53.722 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/scsi"
56922026-09-02T23:52:54.848Z[ recovery-image] Sep 02 23:52:53.725 INFO O| Sep 02 23:52:53.725 INFO STEP 9 (remove_files) COMPLETE
56932026-09-02T23:52:54.848Z[ recovery-image] Sep 02 23:52:53.725 INFO O| Sep 02 23:52:53.725 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56942026-09-02T23:52:54.857Z[ recovery-image] Sep 02 23:52:53.735 INFO O| Sep 02 23:52:53.735 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/smbfs"
56952026-09-02T23:52:54.857Z[ recovery-image] Sep 02 23:52:53.735 INFO O| Sep 02 23:52:53.735 INFO STEP 10 (remove_files) COMPLETE
56962026-09-02T23:52:54.864Z[ recovery-image] Sep 02 23:52:53.735 INFO O| Sep 02 23:52:53.735 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56972026-09-02T23:52:54.868Z[ recovery-image] Sep 02 23:52:53.745 INFO O| Sep 02 23:52:53.744 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/smbsrv"
56982026-09-02T23:52:54.872Z[ recovery-image] Sep 02 23:52:53.746 INFO O| Sep 02 23:52:53.746 INFO STEP 11 (remove_files) COMPLETE
56992026-09-02T23:52:54.872Z[ recovery-image] Sep 02 23:52:53.746 INFO O| Sep 02 23:52:53.746 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57002026-09-02T23:52:54.878Z[ recovery-image] Sep 02 23:52:53.756 INFO O| Sep 02 23:52:53.756 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/perl5"
57012026-09-02T23:52:55.225Z[ recovery-image] Sep 02 23:52:54.098 INFO O| Sep 02 23:52:54.098 INFO STEP 12 (remove_files) COMPLETE
57022026-09-02T23:52:55.225Z[ recovery-image] Sep 02 23:52:54.098 INFO O| Sep 02 23:52:54.098 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57032026-09-02T23:52:55.230Z[ recovery-image] Sep 02 23:52:54.108 INFO O| Sep 02 23:52:54.108 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bash"
57042026-09-02T23:52:55.234Z[ recovery-image] Sep 02 23:52:54.110 INFO O| Sep 02 23:52:54.110 INFO STEP 13 (remove_files) COMPLETE
57052026-09-02T23:52:55.234Z[ recovery-image] Sep 02 23:52:54.111 INFO O| Sep 02 23:52:54.110 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57062026-09-02T23:52:55.246Z[ recovery-image] Sep 02 23:52:54.123 INFO O| Sep 02 23:52:54.123 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bhyve"
57072026-09-02T23:52:55.249Z[ recovery-image] Sep 02 23:52:54.127 INFO O| Sep 02 23:52:54.127 INFO STEP 14 (remove_files) COMPLETE
57082026-09-02T23:52:55.249Z[ recovery-image] Sep 02 23:52:54.127 INFO O| Sep 02 23:52:54.127 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57092026-09-02T23:52:55.260Z[ recovery-image] Sep 02 23:52:54.137 INFO O| Sep 02 23:52:54.137 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/emacs"
57102026-09-02T23:52:55.260Z[ recovery-image] Sep 02 23:52:54.138 INFO O| Sep 02 23:52:54.138 INFO STEP 15 (remove_files) COMPLETE
57112026-09-02T23:52:55.260Z[ recovery-image] Sep 02 23:52:54.138 INFO O| Sep 02 23:52:54.138 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57122026-09-02T23:52:55.269Z[ recovery-image] Sep 02 23:52:54.147 INFO O| Sep 02 23:52:54.147 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/icons"
57132026-09-02T23:52:55.273Z[ recovery-image] Sep 02 23:52:54.148 INFO O| Sep 02 23:52:54.148 INFO STEP 16 (remove_files) COMPLETE
57142026-09-02T23:52:55.273Z[ recovery-image] Sep 02 23:52:54.149 INFO O| Sep 02 23:52:54.148 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57152026-09-02T23:52:55.280Z[ recovery-image] Sep 02 23:52:54.158 INFO O| Sep 02 23:52:54.157 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/locale"
57162026-09-02T23:52:55.299Z[ recovery-image] Sep 02 23:52:54.177 INFO O| Sep 02 23:52:54.176 INFO STEP 17 (remove_files) COMPLETE
57172026-09-02T23:52:55.299Z[ recovery-image] Sep 02 23:52:54.177 INFO O| Sep 02 23:52:54.177 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57182026-09-02T23:52:55.309Z[ recovery-image] Sep 02 23:52:54.185 INFO O| Sep 02 23:52:54.185 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/src"
57192026-09-02T23:52:55.309Z[ recovery-image] Sep 02 23:52:54.185 INFO O| Sep 02 23:52:54.185 INFO STEP 18 (remove_files) COMPLETE
57202026-09-02T23:52:55.310Z[ recovery-image] Sep 02 23:52:54.185 INFO O| Sep 02 23:52:54.185 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57212026-09-02T23:52:55.315Z[ recovery-image] Sep 02 23:52:54.193 INFO O| Sep 02 23:52:54.193 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/terminfo"
57222026-09-02T23:52:55.315Z[ recovery-image] Sep 02 23:52:54.193 INFO O| Sep 02 23:52:54.193 INFO STEP 19 (remove_files) COMPLETE
57232026-09-02T23:52:55.315Z[ recovery-image] Sep 02 23:52:54.193 INFO O| Sep 02 23:52:54.193 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57242026-09-02T23:52:55.330Z[ recovery-image] Sep 02 23:52:54.207 INFO O| Sep 02 23:52:54.207 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/vim"
57252026-09-02T23:52:55.433Z[ recovery-image] Sep 02 23:52:54.311 INFO O| Sep 02 23:52:54.310 INFO STEP 20 (remove_files) COMPLETE
57262026-09-02T23:52:55.434Z[ recovery-image] Sep 02 23:52:54.311 INFO O| Sep 02 23:52:54.311 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57272026-09-02T23:52:55.444Z[ recovery-image] Sep 02 23:52:54.322 INFO O| Sep 02 23:52:54.322 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/lib/svc/manifest/network/ssh.xml"
57282026-09-02T23:52:55.457Z[ recovery-image] Sep 02 23:52:54.334 INFO O| Sep 02 23:52:54.334 INFO STEP 21 (remove_files) COMPLETE
57292026-09-02T23:52:55.457Z[ recovery-image] Sep 02 23:52:54.334 INFO O| Sep 02 23:52:54.334 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57302026-09-02T23:52:55.467Z[ recovery-image] Sep 02 23:52:54.344 INFO O| Sep 02 23:52:54.344 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/lib/svc/manifest/system/fmd.xml"
57312026-09-02T23:52:55.485Z[ recovery-image] Sep 02 23:52:54.363 INFO O| Sep 02 23:52:54.363 INFO STEP 22 (remove_files) COMPLETE
57322026-09-02T23:52:55.486Z[ recovery-image] Sep 02 23:52:54.363 INFO O| Sep 02 23:52:54.363 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57332026-09-02T23:52:55.502Z[ recovery-image] Sep 02 23:52:54.379 INFO O| Sep 02 23:52:54.379 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/adb"
57342026-09-02T23:52:55.502Z[ recovery-image] Sep 02 23:52:54.380 INFO O| Sep 02 23:52:54.380 INFO STEP 23 (remove_files) COMPLETE
57352026-09-02T23:52:55.506Z[ recovery-image] Sep 02 23:52:54.380 INFO O| Sep 02 23:52:54.380 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57362026-09-02T23:52:55.511Z[ recovery-image] Sep 02 23:52:54.388 INFO O| Sep 02 23:52:54.388 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/addbadsec"
57372026-09-02T23:52:55.511Z[ recovery-image] Sep 02 23:52:54.388 INFO O| Sep 02 23:52:54.388 INFO STEP 24 (remove_files) COMPLETE
57382026-09-02T23:52:55.511Z[ recovery-image] Sep 02 23:52:54.388 INFO O| Sep 02 23:52:54.388 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57392026-09-02T23:52:55.519Z[ recovery-image] Sep 02 23:52:54.397 INFO O| Sep 02 23:52:54.396 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/agentxtrap"
57402026-09-02T23:52:55.523Z[ recovery-image] Sep 02 23:52:54.400 INFO O| Sep 02 23:52:54.400 INFO STEP 25 (remove_files) COMPLETE
57412026-09-02T23:52:55.523Z[ recovery-image] Sep 02 23:52:54.400 INFO O| Sep 02 23:52:54.400 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57422026-09-02T23:52:55.567Z[ recovery-image] Sep 02 23:52:54.444 INFO O| Sep 02 23:52:54.444 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/alias"
57432026-09-02T23:52:55.567Z[ recovery-image] Sep 02 23:52:54.444 INFO O| Sep 02 23:52:54.444 INFO STEP 26 (remove_files) COMPLETE
57442026-09-02T23:52:55.571Z[ recovery-image] Sep 02 23:52:54.444 INFO O| Sep 02 23:52:54.444 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57452026-09-02T23:52:55.577Z[ recovery-image] Sep 02 23:52:54.454 INFO O| Sep 02 23:52:54.454 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/adb"
57462026-09-02T23:52:55.577Z[ recovery-image] Sep 02 23:52:54.454 INFO O| Sep 02 23:52:54.454 INFO STEP 27 (remove_files) COMPLETE
57472026-09-02T23:52:55.577Z[ recovery-image] Sep 02 23:52:54.454 INFO O| Sep 02 23:52:54.454 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57482026-09-02T23:52:55.586Z[ recovery-image] Sep 02 23:52:54.463 INFO O| Sep 02 23:52:54.463 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/amt"
57492026-09-02T23:52:55.586Z[ recovery-image] Sep 02 23:52:54.463 INFO O| Sep 02 23:52:54.463 INFO STEP 28 (remove_files) COMPLETE
57502026-09-02T23:52:55.586Z[ recovery-image] Sep 02 23:52:54.463 INFO O| Sep 02 23:52:54.463 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57512026-09-02T23:52:55.595Z[ recovery-image] Sep 02 23:52:54.472 INFO O| Sep 02 23:52:54.472 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/crle"
57522026-09-02T23:52:55.595Z[ recovery-image] Sep 02 23:52:54.472 INFO O| Sep 02 23:52:54.472 INFO STEP 29 (remove_files) COMPLETE
57532026-09-02T23:52:55.595Z[ recovery-image] Sep 02 23:52:54.472 INFO O| Sep 02 23:52:54.472 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57542026-09-02T23:52:55.646Z[ recovery-image] Sep 02 23:52:54.522 INFO O| Sep 02 23:52:54.522 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/curl"
57552026-09-02T23:52:55.646Z[ recovery-image] Sep 02 23:52:54.523 INFO O| Sep 02 23:52:54.522 INFO STEP 30 (remove_files) COMPLETE
57562026-09-02T23:52:55.650Z[ recovery-image] Sep 02 23:52:54.523 INFO O| Sep 02 23:52:54.523 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57572026-09-02T23:52:55.661Z[ recovery-image] Sep 02 23:52:54.538 INFO O| Sep 02 23:52:54.538 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/curl-config"
57582026-09-02T23:52:55.661Z[ recovery-image] Sep 02 23:52:54.538 INFO O| Sep 02 23:52:54.538 INFO STEP 31 (remove_files) COMPLETE
57592026-09-02T23:52:55.664Z[ recovery-image] Sep 02 23:52:54.538 INFO O| Sep 02 23:52:54.538 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57602026-09-02T23:52:55.685Z[ recovery-image] Sep 02 23:52:54.562 INFO O| Sep 02 23:52:54.562 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/decrypt"
57612026-09-02T23:52:55.688Z[ recovery-image] Sep 02 23:52:54.564 INFO O| Sep 02 23:52:54.564 INFO STEP 32 (remove_files) COMPLETE
57622026-09-02T23:52:55.688Z[ recovery-image] Sep 02 23:52:54.564 INFO O| Sep 02 23:52:54.564 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57632026-09-02T23:52:55.697Z[ recovery-image] Sep 02 23:52:54.574 INFO O| Sep 02 23:52:54.574 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/digest"
57642026-09-02T23:52:55.697Z[ recovery-image] Sep 02 23:52:54.574 INFO O| Sep 02 23:52:54.574 INFO STEP 33 (remove_files) COMPLETE
57652026-09-02T23:52:55.698Z[ recovery-image] Sep 02 23:52:54.574 INFO O| Sep 02 23:52:54.574 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57662026-09-02T23:52:55.707Z[ recovery-image] Sep 02 23:52:54.584 INFO O| Sep 02 23:52:54.584 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/elfwrap"
57672026-09-02T23:52:55.707Z[ recovery-image] Sep 02 23:52:54.584 INFO O| Sep 02 23:52:54.584 INFO STEP 34 (remove_files) COMPLETE
57682026-09-02T23:52:55.707Z[ recovery-image] Sep 02 23:52:54.584 INFO O| Sep 02 23:52:54.584 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57692026-09-02T23:52:55.716Z[ recovery-image] Sep 02 23:52:54.593 INFO O| Sep 02 23:52:54.593 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/encrypt"
57702026-09-02T23:52:55.719Z[ recovery-image] Sep 02 23:52:54.596 INFO O| Sep 02 23:52:54.596 INFO STEP 35 (remove_files) COMPLETE
57712026-09-02T23:52:55.720Z[ recovery-image] Sep 02 23:52:54.596 INFO O| Sep 02 23:52:54.596 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57722026-09-02T23:52:55.728Z[ recovery-image] Sep 02 23:52:54.605 INFO O| Sep 02 23:52:54.605 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gclear"
57732026-09-02T23:52:55.728Z[ recovery-image] Sep 02 23:52:54.605 INFO O| Sep 02 23:52:54.605 INFO STEP 36 (remove_files) COMPLETE
57742026-09-02T23:52:55.728Z[ recovery-image] Sep 02 23:52:54.605 INFO O| Sep 02 23:52:54.605 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57752026-09-02T23:52:55.738Z[ recovery-image] Sep 02 23:52:54.615 INFO O| Sep 02 23:52:54.615 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ginfocmp"
57762026-09-02T23:52:55.738Z[ recovery-image] Sep 02 23:52:54.615 INFO O| Sep 02 23:52:54.615 INFO STEP 37 (remove_files) COMPLETE
57772026-09-02T23:52:55.738Z[ recovery-image] Sep 02 23:52:54.615 INFO O| Sep 02 23:52:54.615 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57782026-09-02T23:52:55.747Z[ recovery-image] Sep 02 23:52:54.624 INFO O| Sep 02 23:52:54.624 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtabs"
57792026-09-02T23:52:55.747Z[ recovery-image] Sep 02 23:52:54.624 INFO O| Sep 02 23:52:54.624 INFO STEP 38 (remove_files) COMPLETE
57802026-09-02T23:52:55.747Z[ recovery-image] Sep 02 23:52:54.624 INFO O| Sep 02 23:52:54.624 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57812026-09-02T23:52:55.796Z[ recovery-image] Sep 02 23:52:54.673 INFO O| Sep 02 23:52:54.673 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtic"
57822026-09-02T23:52:55.796Z[ recovery-image] Sep 02 23:52:54.673 INFO O| Sep 02 23:52:54.673 INFO STEP 39 (remove_files) COMPLETE
57832026-09-02T23:52:55.799Z[ recovery-image] Sep 02 23:52:54.673 INFO O| Sep 02 23:52:54.673 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57842026-09-02T23:52:55.808Z[ recovery-image] Sep 02 23:52:54.686 INFO O| Sep 02 23:52:54.686 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtoe"
57852026-09-02T23:52:55.808Z[ recovery-image] Sep 02 23:52:54.686 INFO O| Sep 02 23:52:54.686 INFO STEP 40 (remove_files) COMPLETE
57862026-09-02T23:52:55.808Z[ recovery-image] Sep 02 23:52:54.686 INFO O| Sep 02 23:52:54.686 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57872026-09-02T23:52:55.823Z[ recovery-image] Sep 02 23:52:54.700 INFO O| Sep 02 23:52:54.700 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtput"
57882026-09-02T23:52:55.823Z[ recovery-image] Sep 02 23:52:54.700 INFO O| Sep 02 23:52:54.700 INFO STEP 41 (remove_files) COMPLETE
57892026-09-02T23:52:55.823Z[ recovery-image] Sep 02 23:52:54.700 INFO O| Sep 02 23:52:54.700 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57902026-09-02T23:52:55.835Z[ recovery-image] Sep 02 23:52:54.711 INFO O| Sep 02 23:52:54.711 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtset"
57912026-09-02T23:52:55.835Z[ recovery-image] Sep 02 23:52:54.711 INFO O| Sep 02 23:52:54.711 INFO STEP 42 (remove_files) COMPLETE
57922026-09-02T23:52:55.835Z[ recovery-image] Sep 02 23:52:54.711 INFO O| Sep 02 23:52:54.711 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57932026-09-02T23:52:55.842Z[ recovery-image] Sep 02 23:52:54.720 INFO O| Sep 02 23:52:54.720 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/idn"
57942026-09-02T23:52:55.842Z[ recovery-image] Sep 02 23:52:54.720 INFO O| Sep 02 23:52:54.720 INFO STEP 43 (remove_files) COMPLETE
57952026-09-02T23:52:55.847Z[ recovery-image] Sep 02 23:52:54.720 INFO O| Sep 02 23:52:54.720 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57962026-09-02T23:52:55.855Z[ recovery-image] Sep 02 23:52:54.732 INFO O| Sep 02 23:52:54.732 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ksh93"
57972026-09-02T23:52:55.858Z[ recovery-image] Sep 02 23:52:54.736 INFO O| Sep 02 23:52:54.736 INFO STEP 44 (remove_files) COMPLETE
57982026-09-02T23:52:55.858Z[ recovery-image] Sep 02 23:52:54.736 INFO O| Sep 02 23:52:54.736 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57992026-09-02T23:52:55.869Z[ recovery-image] Sep 02 23:52:54.745 INFO O| Sep 02 23:52:54.745 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ls"
58002026-09-02T23:52:55.869Z[ recovery-image] Sep 02 23:52:54.745 INFO O| Sep 02 23:52:54.745 INFO STEP 45 (remove_files) COMPLETE
58012026-09-02T23:52:55.869Z[ recovery-image] Sep 02 23:52:54.746 INFO O| Sep 02 23:52:54.745 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58022026-09-02T23:52:55.877Z[ recovery-image] Sep 02 23:52:54.755 INFO O| Sep 02 23:52:54.755 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/mac"
58032026-09-02T23:52:55.877Z[ recovery-image] Sep 02 23:52:54.755 INFO O| Sep 02 23:52:54.755 INFO STEP 46 (remove_files) COMPLETE
58042026-09-02T23:52:55.881Z[ recovery-image] Sep 02 23:52:54.755 INFO O| Sep 02 23:52:54.755 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58052026-09-02T23:52:55.890Z[ recovery-image] Sep 02 23:52:54.768 INFO O| Sep 02 23:52:54.767 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/moe"
58062026-09-02T23:52:55.890Z[ recovery-image] Sep 02 23:52:54.768 INFO O| Sep 02 23:52:54.768 INFO STEP 47 (remove_files) COMPLETE
58072026-09-02T23:52:55.890Z[ recovery-image] Sep 02 23:52:54.768 INFO O| Sep 02 23:52:54.768 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58082026-09-02T23:52:55.894Z[verify-libraries] Compiling git2 v0.20.4
58092026-09-02T23:52:55.907Z[ recovery-image] Sep 02 23:52:54.785 INFO O| Sep 02 23:52:54.785 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ncurses6-config"
58102026-09-02T23:52:55.907Z[ recovery-image] Sep 02 23:52:54.785 INFO O| Sep 02 23:52:54.785 INFO STEP 48 (remove_files) COMPLETE
58112026-09-02T23:52:55.907Z[ recovery-image] Sep 02 23:52:54.785 INFO O| Sep 02 23:52:54.785 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58122026-09-02T23:52:55.919Z[ recovery-image] Sep 02 23:52:54.796 INFO O| Sep 02 23:52:54.796 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/newtask"
58132026-09-02T23:52:55.919Z[ recovery-image] Sep 02 23:52:54.796 INFO O| Sep 02 23:52:54.796 INFO STEP 49 (remove_files) COMPLETE
58142026-09-02T23:52:55.919Z[ recovery-image] Sep 02 23:52:54.796 INFO O| Sep 02 23:52:54.796 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58152026-09-02T23:52:55.929Z[ recovery-image] Sep 02 23:52:54.806 INFO O| Sep 02 23:52:54.806 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/nohup"
58162026-09-02T23:52:55.929Z[ recovery-image] Sep 02 23:52:54.807 INFO O| Sep 02 23:52:54.807 INFO STEP 50 (remove_files) COMPLETE
58172026-09-02T23:52:55.929Z[ recovery-image] Sep 02 23:52:54.807 INFO O| Sep 02 23:52:54.807 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58182026-09-02T23:52:55.950Z[ recovery-image] Sep 02 23:52:54.828 INFO O| Sep 02 23:52:54.827 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pargs"
58192026-09-02T23:52:55.950Z[ recovery-image] Sep 02 23:52:54.828 INFO O| Sep 02 23:52:54.828 INFO STEP 51 (remove_files) COMPLETE
58202026-09-02T23:52:55.950Z[ recovery-image] Sep 02 23:52:54.828 INFO O| Sep 02 23:52:54.828 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58212026-09-02T23:52:55.958Z[ recovery-image] Sep 02 23:52:54.836 INFO O| Sep 02 23:52:54.836 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pauxv"
58222026-09-02T23:52:55.964Z[ recovery-image] Sep 02 23:52:54.842 INFO O| Sep 02 23:52:54.842 INFO STEP 52 (remove_files) COMPLETE
58232026-09-02T23:52:55.964Z[ recovery-image] Sep 02 23:52:54.842 INFO O| Sep 02 23:52:54.842 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58242026-09-02T23:52:55.990Z[ recovery-image] Sep 02 23:52:54.867 INFO O| Sep 02 23:52:54.867 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcap-config"
58252026-09-02T23:52:55.990Z[ recovery-image] Sep 02 23:52:54.867 INFO O| Sep 02 23:52:54.867 INFO STEP 53 (remove_files) COMPLETE
58262026-09-02T23:52:55.990Z[ recovery-image] Sep 02 23:52:54.867 INFO O| Sep 02 23:52:54.867 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58272026-09-02T23:52:56.002Z[ recovery-image] Sep 02 23:52:54.879 INFO O| Sep 02 23:52:54.879 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre-config"
58282026-09-02T23:52:56.002Z[ recovery-image] Sep 02 23:52:54.879 INFO O| Sep 02 23:52:54.879 INFO STEP 54 (remove_files) COMPLETE
58292026-09-02T23:52:56.002Z[ recovery-image] Sep 02 23:52:54.879 INFO O| Sep 02 23:52:54.879 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58302026-09-02T23:52:56.027Z[ recovery-image] Sep 02 23:52:54.905 INFO O| Sep 02 23:52:54.905 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre2-config"
58312026-09-02T23:52:56.027Z[ recovery-image] Sep 02 23:52:54.905 INFO O| Sep 02 23:52:54.905 INFO STEP 55 (remove_files) COMPLETE
58322026-09-02T23:52:56.028Z[ recovery-image] Sep 02 23:52:54.905 INFO O| Sep 02 23:52:54.905 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58332026-09-02T23:52:56.040Z[ recovery-image] Sep 02 23:52:54.917 INFO O| Sep 02 23:52:54.917 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcred"
58342026-09-02T23:52:56.040Z[ recovery-image] Sep 02 23:52:54.918 INFO O| Sep 02 23:52:54.918 INFO STEP 56 (remove_files) COMPLETE
58352026-09-02T23:52:56.040Z[ recovery-image] Sep 02 23:52:54.918 INFO O| Sep 02 23:52:54.918 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58362026-09-02T23:52:56.050Z[ recovery-image] Sep 02 23:52:54.927 INFO O| Sep 02 23:52:54.927 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcregrep"
58372026-09-02T23:52:56.050Z[ recovery-image] Sep 02 23:52:54.928 INFO O| Sep 02 23:52:54.928 INFO STEP 57 (remove_files) COMPLETE
58382026-09-02T23:52:56.050Z[ recovery-image] Sep 02 23:52:54.928 INFO O| Sep 02 23:52:54.928 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58392026-09-02T23:52:56.054Z[verify-libraries] Compiling samael v0.0.19
58402026-09-02T23:52:56.061Z[ recovery-image] Sep 02 23:52:54.938 INFO O| Sep 02 23:52:54.938 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcretest"
58412026-09-02T23:52:56.061Z[ recovery-image] Sep 02 23:52:54.939 INFO O| Sep 02 23:52:54.939 INFO STEP 58 (remove_files) COMPLETE
58422026-09-02T23:52:56.064Z[ recovery-image] Sep 02 23:52:54.939 INFO O| Sep 02 23:52:54.939 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58432026-09-02T23:52:56.072Z[ recovery-image] Sep 02 23:52:54.948 INFO O| Sep 02 23:52:54.948 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/penv"
58442026-09-02T23:52:56.072Z[ recovery-image] Sep 02 23:52:54.948 INFO O| Sep 02 23:52:54.948 INFO STEP 59 (remove_files) COMPLETE
58452026-09-02T23:52:56.072Z[ recovery-image] Sep 02 23:52:54.948 INFO O| Sep 02 23:52:54.948 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58462026-09-02T23:52:56.080Z[ recovery-image] Sep 02 23:52:54.958 INFO O| Sep 02 23:52:54.957 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pfiles"
58472026-09-02T23:52:56.090Z[ recovery-image] Sep 02 23:52:54.968 INFO O| Sep 02 23:52:54.968 INFO STEP 60 (remove_files) COMPLETE
58482026-09-02T23:52:56.090Z[ recovery-image] Sep 02 23:52:54.968 INFO O| Sep 02 23:52:54.968 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58492026-09-02T23:52:56.111Z[ recovery-image] Sep 02 23:52:54.988 INFO O| Sep 02 23:52:54.988 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pflags"
58502026-09-02T23:52:56.111Z[ recovery-image] Sep 02 23:52:54.988 INFO O| Sep 02 23:52:54.988 INFO STEP 61 (remove_files) COMPLETE
58512026-09-02T23:52:56.112Z[ recovery-image] Sep 02 23:52:54.988 INFO O| Sep 02 23:52:54.988 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58522026-09-02T23:52:56.120Z[ recovery-image] Sep 02 23:52:54.998 INFO O| Sep 02 23:52:54.997 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pldd"
58532026-09-02T23:52:56.120Z[ recovery-image] Sep 02 23:52:54.998 INFO O| Sep 02 23:52:54.998 INFO STEP 62 (remove_files) COMPLETE
58542026-09-02T23:52:56.120Z[ recovery-image] Sep 02 23:52:54.998 INFO O| Sep 02 23:52:54.998 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58552026-09-02T23:52:56.130Z[ recovery-image] Sep 02 23:52:55.007 INFO O| Sep 02 23:52:55.007 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/plgrp"
58562026-09-02T23:52:56.130Z[ recovery-image] Sep 02 23:52:55.007 INFO O| Sep 02 23:52:55.007 INFO STEP 63 (remove_files) COMPLETE
58572026-09-02T23:52:56.130Z[ recovery-image] Sep 02 23:52:55.007 INFO O| Sep 02 23:52:55.007 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58582026-09-02T23:52:56.153Z[ recovery-image] Sep 02 23:52:55.028 INFO O| Sep 02 23:52:55.028 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/plimit"
58592026-09-02T23:52:56.153Z[ recovery-image] Sep 02 23:52:55.028 INFO O| Sep 02 23:52:55.028 INFO STEP 64 (remove_files) COMPLETE
58602026-09-02T23:52:56.156Z[ recovery-image] Sep 02 23:52:55.028 INFO O| Sep 02 23:52:55.028 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58612026-09-02T23:52:56.161Z[ recovery-image] Sep 02 23:52:55.038 INFO O| Sep 02 23:52:55.038 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pmadvise"
58622026-09-02T23:52:56.165Z[ recovery-image] Sep 02 23:52:55.040 INFO O| Sep 02 23:52:55.040 INFO STEP 65 (remove_files) COMPLETE
58632026-09-02T23:52:56.165Z[ recovery-image] Sep 02 23:52:55.040 INFO O| Sep 02 23:52:55.040 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58642026-09-02T23:52:56.173Z[ recovery-image] Sep 02 23:52:55.050 INFO O| Sep 02 23:52:55.050 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pmap"
58652026-09-02T23:52:56.173Z[ recovery-image] Sep 02 23:52:55.050 INFO O| Sep 02 23:52:55.050 INFO STEP 66 (remove_files) COMPLETE
58662026-09-02T23:52:56.173Z[ recovery-image] Sep 02 23:52:55.050 INFO O| Sep 02 23:52:55.050 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58672026-09-02T23:52:56.184Z[ recovery-image] Sep 02 23:52:55.061 INFO O| Sep 02 23:52:55.061 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ppgsz"
58682026-09-02T23:52:56.184Z[ recovery-image] Sep 02 23:52:55.061 INFO O| Sep 02 23:52:55.061 INFO STEP 67 (remove_files) COMPLETE
58692026-09-02T23:52:56.184Z[ recovery-image] Sep 02 23:52:55.061 INFO O| Sep 02 23:52:55.061 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58702026-09-02T23:52:56.195Z[ recovery-image] Sep 02 23:52:55.073 INFO O| Sep 02 23:52:55.073 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ppriv"
58712026-09-02T23:52:56.195Z[ recovery-image] Sep 02 23:52:55.073 INFO O| Sep 02 23:52:55.073 INFO STEP 68 (remove_files) COMPLETE
58722026-09-02T23:52:56.199Z[ recovery-image] Sep 02 23:52:55.073 INFO O| Sep 02 23:52:55.073 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58732026-09-02T23:52:56.204Z[ recovery-image] Sep 02 23:52:55.082 INFO O| Sep 02 23:52:55.082 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prctl"
58742026-09-02T23:52:56.204Z[ recovery-image] Sep 02 23:52:55.082 INFO O| Sep 02 23:52:55.082 INFO STEP 69 (remove_files) COMPLETE
58752026-09-02T23:52:56.205Z[ recovery-image] Sep 02 23:52:55.082 INFO O| Sep 02 23:52:55.082 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58762026-09-02T23:52:56.215Z[ recovery-image] Sep 02 23:52:55.092 INFO O| Sep 02 23:52:55.092 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/preap"
58772026-09-02T23:52:56.215Z[ recovery-image] Sep 02 23:52:55.092 INFO O| Sep 02 23:52:55.092 INFO STEP 70 (remove_files) COMPLETE
58782026-09-02T23:52:56.215Z[ recovery-image] Sep 02 23:52:55.092 INFO O| Sep 02 23:52:55.092 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58792026-09-02T23:52:56.226Z[ recovery-image] Sep 02 23:52:55.103 INFO O| Sep 02 23:52:55.103 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prstat"
58802026-09-02T23:52:56.226Z[ recovery-image] Sep 02 23:52:55.103 INFO O| Sep 02 23:52:55.103 INFO STEP 71 (remove_files) COMPLETE
58812026-09-02T23:52:56.229Z[ recovery-image] Sep 02 23:52:55.103 INFO O| Sep 02 23:52:55.103 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58822026-09-02T23:52:56.238Z[ recovery-image] Sep 02 23:52:55.115 INFO O| Sep 02 23:52:55.115 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prun"
58832026-09-02T23:52:56.238Z[ recovery-image] Sep 02 23:52:55.115 INFO O| Sep 02 23:52:55.115 INFO STEP 72 (remove_files) COMPLETE
58842026-09-02T23:52:56.238Z[ recovery-image] Sep 02 23:52:55.115 INFO O| Sep 02 23:52:55.115 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58852026-09-02T23:52:56.249Z[ recovery-image] Sep 02 23:52:55.125 INFO O| Sep 02 23:52:55.125 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/psecflags"
58862026-09-02T23:52:56.249Z[ recovery-image] Sep 02 23:52:55.125 INFO O| Sep 02 23:52:55.125 INFO STEP 73 (remove_files) COMPLETE
58872026-09-02T23:52:56.249Z[ recovery-image] Sep 02 23:52:55.125 INFO O| Sep 02 23:52:55.125 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58882026-09-02T23:52:56.257Z[ recovery-image] Sep 02 23:52:55.135 INFO O| Sep 02 23:52:55.135 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/psig"
58892026-09-02T23:52:56.257Z[ recovery-image] Sep 02 23:52:55.135 INFO O| Sep 02 23:52:55.135 INFO STEP 74 (remove_files) COMPLETE
58902026-09-02T23:52:56.257Z[ recovery-image] Sep 02 23:52:55.135 INFO O| Sep 02 23:52:55.135 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58912026-09-02T23:52:56.268Z[ recovery-image] Sep 02 23:52:55.146 INFO O| Sep 02 23:52:55.146 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pstack"
58922026-09-02T23:52:56.268Z[ recovery-image] Sep 02 23:52:55.146 INFO O| Sep 02 23:52:55.146 INFO STEP 75 (remove_files) COMPLETE
58932026-09-02T23:52:56.272Z[ recovery-image] Sep 02 23:52:55.146 INFO O| Sep 02 23:52:55.146 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58942026-09-02T23:52:56.279Z[ recovery-image] Sep 02 23:52:55.157 INFO O| Sep 02 23:52:55.157 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pstop"
58952026-09-02T23:52:56.280Z[ recovery-image] Sep 02 23:52:55.157 INFO O| Sep 02 23:52:55.157 INFO STEP 76 (remove_files) COMPLETE
58962026-09-02T23:52:56.280Z[ recovery-image] Sep 02 23:52:55.157 INFO O| Sep 02 23:52:55.157 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58972026-09-02T23:52:56.291Z[ recovery-image] Sep 02 23:52:55.168 INFO O| Sep 02 23:52:55.168 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ptime"
58982026-09-02T23:52:56.291Z[ recovery-image] Sep 02 23:52:55.168 INFO O| Sep 02 23:52:55.168 INFO STEP 77 (remove_files) COMPLETE
58992026-09-02T23:52:56.291Z[ recovery-image] Sep 02 23:52:55.168 INFO O| Sep 02 23:52:55.168 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59002026-09-02T23:52:56.301Z[ recovery-image] Sep 02 23:52:55.178 INFO O| Sep 02 23:52:55.178 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ptree"
59012026-09-02T23:52:56.301Z[ recovery-image] Sep 02 23:52:55.179 INFO O| Sep 02 23:52:55.179 INFO STEP 78 (remove_files) COMPLETE
59022026-09-02T23:52:56.301Z[ recovery-image] Sep 02 23:52:55.179 INFO O| Sep 02 23:52:55.179 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59032026-09-02T23:52:56.310Z[ recovery-image] Sep 02 23:52:55.188 INFO O| Sep 02 23:52:55.187 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pwait"
59042026-09-02T23:52:56.310Z[ recovery-image] Sep 02 23:52:55.188 INFO O| Sep 02 23:52:55.188 INFO STEP 79 (remove_files) COMPLETE
59052026-09-02T23:52:56.313Z[ recovery-image] Sep 02 23:52:55.188 INFO O| Sep 02 23:52:55.188 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59062026-09-02T23:52:56.321Z[ recovery-image] Sep 02 23:52:55.199 INFO O| Sep 02 23:52:55.199 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pwdx"
59072026-09-02T23:52:56.321Z[ recovery-image] Sep 02 23:52:55.199 INFO O| Sep 02 23:52:55.199 INFO STEP 80 (remove_files) COMPLETE
59082026-09-02T23:52:56.325Z[ recovery-image] Sep 02 23:52:55.199 INFO O| Sep 02 23:52:55.199 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59092026-09-02T23:52:56.331Z[ recovery-image] Sep 02 23:52:55.208 INFO O| Sep 02 23:52:55.208 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/rksh"
59102026-09-02T23:52:56.331Z[ recovery-image] Sep 02 23:52:55.209 INFO O| Sep 02 23:52:55.209 INFO STEP 81 (remove_files) COMPLETE
59112026-09-02T23:52:56.331Z[ recovery-image] Sep 02 23:52:55.209 INFO O| Sep 02 23:52:55.209 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59122026-09-02T23:52:56.342Z[ recovery-image] Sep 02 23:52:55.219 INFO O| Sep 02 23:52:55.219 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/rksh93"
59132026-09-02T23:52:56.342Z[ recovery-image] Sep 02 23:52:55.219 INFO O| Sep 02 23:52:55.219 INFO STEP 82 (remove_files) COMPLETE
59142026-09-02T23:52:56.342Z[ recovery-image] Sep 02 23:52:55.219 INFO O| Sep 02 23:52:55.219 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59152026-09-02T23:52:56.351Z[ recovery-image] Sep 02 23:52:55.229 INFO O| Sep 02 23:52:55.229 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/strings"
59162026-09-02T23:52:56.351Z[ recovery-image] Sep 02 23:52:55.229 INFO O| Sep 02 23:52:55.229 INFO STEP 83 (remove_files) COMPLETE
59172026-09-02T23:52:56.352Z[ recovery-image] Sep 02 23:52:55.229 INFO O| Sep 02 23:52:55.229 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59182026-09-02T23:52:56.362Z[ recovery-image] Sep 02 23:52:55.239 INFO O| Sep 02 23:52:55.239 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xml2-config"
59192026-09-02T23:52:56.365Z[ recovery-image] Sep 02 23:52:55.240 INFO O| Sep 02 23:52:55.240 INFO STEP 84 (remove_files) COMPLETE
59202026-09-02T23:52:56.365Z[ recovery-image] Sep 02 23:52:55.240 INFO O| Sep 02 23:52:55.240 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59212026-09-02T23:52:56.373Z[ recovery-image] Sep 02 23:52:55.250 INFO O| Sep 02 23:52:55.250 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xmlcatalog"
59222026-09-02T23:52:56.373Z[ recovery-image] Sep 02 23:52:55.250 INFO O| Sep 02 23:52:55.250 INFO STEP 85 (remove_files) COMPLETE
59232026-09-02T23:52:56.373Z[ recovery-image] Sep 02 23:52:55.250 INFO O| Sep 02 23:52:55.250 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59242026-09-02T23:52:56.382Z[ recovery-image] Sep 02 23:52:55.259 INFO O| Sep 02 23:52:55.259 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xmllint"
59252026-09-02T23:52:56.382Z[ recovery-image] Sep 02 23:52:55.259 INFO O| Sep 02 23:52:55.259 INFO STEP 86 (remove_files) COMPLETE
59262026-09-02T23:52:56.382Z[ recovery-image] Sep 02 23:52:55.259 INFO O| Sep 02 23:52:55.259 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59272026-09-02T23:52:56.390Z[ recovery-image] Sep 02 23:52:55.268 INFO O| Sep 02 23:52:55.268 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amt"
59282026-09-02T23:52:56.390Z[ recovery-image] Sep 02 23:52:55.268 INFO O| Sep 02 23:52:55.268 INFO STEP 87 (remove_files) COMPLETE
59292026-09-02T23:52:56.394Z[ recovery-image] Sep 02 23:52:55.268 INFO O| Sep 02 23:52:55.268 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59302026-09-02T23:52:56.400Z[ recovery-image] Sep 02 23:52:55.277 INFO O| Sep 02 23:52:55.277 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/arch"
59312026-09-02T23:52:56.400Z[ recovery-image] Sep 02 23:52:55.277 INFO O| Sep 02 23:52:55.277 INFO STEP 88 (remove_files) COMPLETE
59322026-09-02T23:52:56.400Z[ recovery-image] Sep 02 23:52:55.277 INFO O| Sep 02 23:52:55.277 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59332026-09-02T23:52:56.411Z[ recovery-image] Sep 02 23:52:55.288 INFO O| Sep 02 23:52:55.288 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/asa"
59342026-09-02T23:52:56.411Z[ recovery-image] Sep 02 23:52:55.289 INFO O| Sep 02 23:52:55.288 INFO STEP 89 (remove_files) COMPLETE
59352026-09-02T23:52:56.411Z[ recovery-image] Sep 02 23:52:55.289 INFO O| Sep 02 23:52:55.289 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59362026-09-02T23:52:56.421Z[ recovery-image] Sep 02 23:52:55.299 INFO O| Sep 02 23:52:55.299 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/at"
59372026-09-02T23:52:56.421Z[ recovery-image] Sep 02 23:52:55.299 INFO O| Sep 02 23:52:55.299 INFO STEP 90 (remove_files) COMPLETE
59382026-09-02T23:52:56.421Z[ recovery-image] Sep 02 23:52:55.299 INFO O| Sep 02 23:52:55.299 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59392026-09-02T23:52:56.433Z[ recovery-image] Sep 02 23:52:55.310 INFO O| Sep 02 23:52:55.310 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/atq"
59402026-09-02T23:52:56.433Z[ recovery-image] Sep 02 23:52:55.310 INFO O| Sep 02 23:52:55.310 INFO STEP 91 (remove_files) COMPLETE
59412026-09-02T23:52:56.433Z[ recovery-image] Sep 02 23:52:55.310 INFO O| Sep 02 23:52:55.310 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59422026-09-02T23:52:56.443Z[ recovery-image] Sep 02 23:52:55.320 INFO O| Sep 02 23:52:55.320 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/atrm"
59432026-09-02T23:52:56.444Z[ recovery-image] Sep 02 23:52:55.320 INFO O| Sep 02 23:52:55.320 INFO STEP 92 (remove_files) COMPLETE
59442026-09-02T23:52:56.444Z[ recovery-image] Sep 02 23:52:55.320 INFO O| Sep 02 23:52:55.320 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59452026-09-02T23:52:56.457Z[ recovery-image] Sep 02 23:52:55.332 INFO O| Sep 02 23:52:55.332 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/auths"
59462026-09-02T23:52:56.458Z[ recovery-image] Sep 02 23:52:55.332 INFO O| Sep 02 23:52:55.332 INFO STEP 93 (remove_files) COMPLETE
59472026-09-02T23:52:56.458Z[ recovery-image] Sep 02 23:52:55.332 INFO O| Sep 02 23:52:55.332 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59482026-09-02T23:52:56.466Z[ recovery-image] Sep 02 23:52:55.343 INFO O| Sep 02 23:52:55.343 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/banner"
59492026-09-02T23:52:56.469Z[ recovery-image] Sep 02 23:52:55.343 INFO O| Sep 02 23:52:55.343 INFO STEP 94 (remove_files) COMPLETE
59502026-09-02T23:52:56.469Z[ recovery-image] Sep 02 23:52:55.343 INFO O| Sep 02 23:52:55.343 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59512026-09-02T23:52:56.483Z[ recovery-image] Sep 02 23:52:55.360 INFO O| Sep 02 23:52:55.360 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bashbug"
59522026-09-02T23:52:56.483Z[ recovery-image] Sep 02 23:52:55.360 INFO O| Sep 02 23:52:55.360 INFO STEP 95 (remove_files) COMPLETE
59532026-09-02T23:52:56.486Z[ recovery-image] Sep 02 23:52:55.360 INFO O| Sep 02 23:52:55.360 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59542026-09-02T23:52:56.492Z[ recovery-image] Sep 02 23:52:55.369 INFO O| Sep 02 23:52:55.369 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/batch"
59552026-09-02T23:52:56.492Z[ recovery-image] Sep 02 23:52:55.369 INFO O| Sep 02 23:52:55.369 INFO STEP 96 (remove_files) COMPLETE
59562026-09-02T23:52:56.495Z[ recovery-image] Sep 02 23:52:55.369 INFO O| Sep 02 23:52:55.369 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59572026-09-02T23:52:56.501Z[ recovery-image] Sep 02 23:52:55.379 INFO O| Sep 02 23:52:55.379 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bc"
59582026-09-02T23:52:56.501Z[ recovery-image] Sep 02 23:52:55.379 INFO O| Sep 02 23:52:55.379 INFO STEP 97 (remove_files) COMPLETE
59592026-09-02T23:52:56.505Z[ recovery-image] Sep 02 23:52:55.379 INFO O| Sep 02 23:52:55.379 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59602026-09-02T23:52:56.510Z[ recovery-image] Sep 02 23:52:55.388 INFO O| Sep 02 23:52:55.387 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bdiff"
59612026-09-02T23:52:56.510Z[ recovery-image] Sep 02 23:52:55.388 INFO O| Sep 02 23:52:55.388 INFO STEP 98 (remove_files) COMPLETE
59622026-09-02T23:52:56.510Z[ recovery-image] Sep 02 23:52:55.388 INFO O| Sep 02 23:52:55.388 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59632026-09-02T23:52:56.518Z[ recovery-image] Sep 02 23:52:55.396 INFO O| Sep 02 23:52:55.396 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bg"
59642026-09-02T23:52:56.518Z[ recovery-image] Sep 02 23:52:55.396 INFO O| Sep 02 23:52:55.396 INFO STEP 99 (remove_files) COMPLETE
59652026-09-02T23:52:56.518Z[ recovery-image] Sep 02 23:52:55.396 INFO O| Sep 02 23:52:55.396 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59662026-09-02T23:52:56.529Z[ recovery-image] Sep 02 23:52:55.406 INFO O| Sep 02 23:52:55.406 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/brotli"
59672026-09-02T23:52:56.529Z[ recovery-image] Sep 02 23:52:55.406 INFO O| Sep 02 23:52:55.406 INFO STEP 100 (remove_files) COMPLETE
59682026-09-02T23:52:56.529Z[ recovery-image] Sep 02 23:52:55.406 INFO O| Sep 02 23:52:55.406 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59692026-09-02T23:52:56.539Z[ recovery-image] Sep 02 23:52:55.416 INFO O| Sep 02 23:52:55.416 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bunzip2"
59702026-09-02T23:52:56.539Z[ recovery-image] Sep 02 23:52:55.416 INFO O| Sep 02 23:52:55.416 INFO STEP 101 (remove_files) COMPLETE
59712026-09-02T23:52:56.542Z[ recovery-image] Sep 02 23:52:55.416 INFO O| Sep 02 23:52:55.416 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59722026-09-02T23:52:56.553Z[ recovery-image] Sep 02 23:52:55.431 INFO O| Sep 02 23:52:55.431 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/busstat"
59732026-09-02T23:52:56.553Z[ recovery-image] Sep 02 23:52:55.431 INFO O| Sep 02 23:52:55.431 INFO STEP 102 (remove_files) COMPLETE
59742026-09-02T23:52:56.557Z[ recovery-image] Sep 02 23:52:55.431 INFO O| Sep 02 23:52:55.431 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59752026-09-02T23:52:56.565Z[ recovery-image] Sep 02 23:52:55.442 INFO O| Sep 02 23:52:55.442 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzcat"
59762026-09-02T23:52:56.565Z[ recovery-image] Sep 02 23:52:55.442 INFO O| Sep 02 23:52:55.442 INFO STEP 103 (remove_files) COMPLETE
59772026-09-02T23:52:56.565Z[ recovery-image] Sep 02 23:52:55.442 INFO O| Sep 02 23:52:55.442 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59782026-09-02T23:52:56.574Z[ recovery-image] Sep 02 23:52:55.452 INFO O| Sep 02 23:52:55.452 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzdiff"
59792026-09-02T23:52:56.574Z[ recovery-image] Sep 02 23:52:55.452 INFO O| Sep 02 23:52:55.452 INFO STEP 104 (remove_files) COMPLETE
59802026-09-02T23:52:56.574Z[ recovery-image] Sep 02 23:52:55.452 INFO O| Sep 02 23:52:55.452 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59812026-09-02T23:52:56.584Z[ recovery-image] Sep 02 23:52:55.462 INFO O| Sep 02 23:52:55.462 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzgrep"
59822026-09-02T23:52:56.584Z[ recovery-image] Sep 02 23:52:55.462 INFO O| Sep 02 23:52:55.462 INFO STEP 105 (remove_files) COMPLETE
59832026-09-02T23:52:56.585Z[ recovery-image] Sep 02 23:52:55.462 INFO O| Sep 02 23:52:55.462 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59842026-09-02T23:52:56.593Z[ recovery-image] Sep 02 23:52:55.471 INFO O| Sep 02 23:52:55.471 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzip2"
59852026-09-02T23:52:56.597Z[ recovery-image] Sep 02 23:52:55.471 INFO O| Sep 02 23:52:55.471 INFO STEP 106 (remove_files) COMPLETE
59862026-09-02T23:52:56.597Z[ recovery-image] Sep 02 23:52:55.471 INFO O| Sep 02 23:52:55.471 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59872026-09-02T23:52:56.602Z[ recovery-image] Sep 02 23:52:55.480 INFO O| Sep 02 23:52:55.479 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzip2recover"
59882026-09-02T23:52:56.602Z[ recovery-image] Sep 02 23:52:55.480 INFO O| Sep 02 23:52:55.480 INFO STEP 107 (remove_files) COMPLETE
59892026-09-02T23:52:56.602Z[ recovery-image] Sep 02 23:52:55.480 INFO O| Sep 02 23:52:55.480 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59902026-09-02T23:52:56.611Z[ recovery-image] Sep 02 23:52:55.489 INFO O| Sep 02 23:52:55.489 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzmore"
59912026-09-02T23:52:56.611Z[ recovery-image] Sep 02 23:52:55.489 INFO O| Sep 02 23:52:55.489 INFO STEP 108 (remove_files) COMPLETE
59922026-09-02T23:52:56.615Z[ recovery-image] Sep 02 23:52:55.489 INFO O| Sep 02 23:52:55.489 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59932026-09-02T23:52:56.621Z[ recovery-image] Sep 02 23:52:55.499 INFO O| Sep 02 23:52:55.499 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cal"
59942026-09-02T23:52:56.621Z[ recovery-image] Sep 02 23:52:55.499 INFO O| Sep 02 23:52:55.499 INFO STEP 109 (remove_files) COMPLETE
59952026-09-02T23:52:56.624Z[ recovery-image] Sep 02 23:52:55.499 INFO O| Sep 02 23:52:55.499 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59962026-09-02T23:52:56.631Z[ recovery-image] Sep 02 23:52:55.508 INFO O| Sep 02 23:52:55.508 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/captoinfo"
59972026-09-02T23:52:56.634Z[ recovery-image] Sep 02 23:52:55.508 INFO O| Sep 02 23:52:55.508 INFO STEP 110 (remove_files) COMPLETE
59982026-09-02T23:52:56.634Z[ recovery-image] Sep 02 23:52:55.508 INFO O| Sep 02 23:52:55.508 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59992026-09-02T23:52:56.640Z[ recovery-image] Sep 02 23:52:55.518 INFO O| Sep 02 23:52:55.518 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cd"
60002026-09-02T23:52:56.640Z[ recovery-image] Sep 02 23:52:55.518 INFO O| Sep 02 23:52:55.518 INFO STEP 111 (remove_files) COMPLETE
60012026-09-02T23:52:56.643Z[ recovery-image] Sep 02 23:52:55.518 INFO O| Sep 02 23:52:55.518 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60022026-09-02T23:52:56.650Z[ recovery-image] Sep 02 23:52:55.527 INFO O| Sep 02 23:52:55.527 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/certutil"
60032026-09-02T23:52:56.650Z[ recovery-image] Sep 02 23:52:55.527 INFO O| Sep 02 23:52:55.527 INFO STEP 112 (remove_files) COMPLETE
60042026-09-02T23:52:56.655Z[ recovery-image] Sep 02 23:52:55.527 INFO O| Sep 02 23:52:55.527 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60052026-09-02T23:52:56.660Z[ recovery-image] Sep 02 23:52:55.537 INFO O| Sep 02 23:52:55.537 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/checkbandwidth"
60062026-09-02T23:52:56.660Z[ recovery-image] Sep 02 23:52:55.537 INFO O| Sep 02 23:52:55.537 INFO STEP 113 (remove_files) COMPLETE
60072026-09-02T23:52:56.664Z[ recovery-image] Sep 02 23:52:55.537 INFO O| Sep 02 23:52:55.537 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60082026-09-02T23:52:56.668Z[ recovery-image] Sep 02 23:52:55.545 INFO O| Sep 02 23:52:55.545 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/chgrp"
60092026-09-02T23:52:56.668Z[ recovery-image] Sep 02 23:52:55.545 INFO O| Sep 02 23:52:55.545 INFO STEP 114 (remove_files) COMPLETE
60102026-09-02T23:52:56.671Z[ recovery-image] Sep 02 23:52:55.546 INFO O| Sep 02 23:52:55.545 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60112026-09-02T23:52:56.676Z[ recovery-image] Sep 02 23:52:55.553 INFO O| Sep 02 23:52:55.553 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/chronyc"
60122026-09-02T23:52:56.676Z[ recovery-image] Sep 02 23:52:55.554 INFO O| Sep 02 23:52:55.553 INFO STEP 115 (remove_files) COMPLETE
60132026-09-02T23:52:56.676Z[ recovery-image] Sep 02 23:52:55.554 INFO O| Sep 02 23:52:55.553 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60142026-09-02T23:52:56.684Z[ recovery-image] Sep 02 23:52:55.562 INFO O| Sep 02 23:52:55.562 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckdate"
60152026-09-02T23:52:56.684Z[ recovery-image] Sep 02 23:52:55.562 INFO O| Sep 02 23:52:55.562 INFO STEP 116 (remove_files) COMPLETE
60162026-09-02T23:52:56.688Z[ recovery-image] Sep 02 23:52:55.562 INFO O| Sep 02 23:52:55.562 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60172026-09-02T23:52:56.692Z[ recovery-image] Sep 02 23:52:55.570 INFO O| Sep 02 23:52:55.570 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckgid"
60182026-09-02T23:52:56.692Z[ recovery-image] Sep 02 23:52:55.570 INFO O| Sep 02 23:52:55.570 INFO STEP 117 (remove_files) COMPLETE
60192026-09-02T23:52:56.696Z[ recovery-image] Sep 02 23:52:55.570 INFO O| Sep 02 23:52:55.570 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60202026-09-02T23:52:56.702Z[ recovery-image] Sep 02 23:52:55.580 INFO O| Sep 02 23:52:55.580 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckint"
60212026-09-02T23:52:56.702Z[ recovery-image] Sep 02 23:52:55.580 INFO O| Sep 02 23:52:55.580 INFO STEP 118 (remove_files) COMPLETE
60222026-09-02T23:52:56.706Z[ recovery-image] Sep 02 23:52:55.580 INFO O| Sep 02 23:52:55.580 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60232026-09-02T23:52:56.713Z[ recovery-image] Sep 02 23:52:55.589 INFO O| Sep 02 23:52:55.589 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckitem"
60242026-09-02T23:52:56.713Z[ recovery-image] Sep 02 23:52:55.589 INFO O| Sep 02 23:52:55.589 INFO STEP 119 (remove_files) COMPLETE
60252026-09-02T23:52:56.713Z[ recovery-image] Sep 02 23:52:55.589 INFO O| Sep 02 23:52:55.589 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60262026-09-02T23:52:56.722Z[ recovery-image] Sep 02 23:52:55.599 INFO O| Sep 02 23:52:55.599 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckkeywd"
60272026-09-02T23:52:56.722Z[ recovery-image] Sep 02 23:52:55.599 INFO O| Sep 02 23:52:55.599 INFO STEP 120 (remove_files) COMPLETE
60282026-09-02T23:52:56.722Z[ recovery-image] Sep 02 23:52:55.599 INFO O| Sep 02 23:52:55.599 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60292026-09-02T23:52:56.734Z[ recovery-image] Sep 02 23:52:55.610 INFO O| Sep 02 23:52:55.610 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckpath"
60302026-09-02T23:52:56.734Z[ recovery-image] Sep 02 23:52:55.610 INFO O| Sep 02 23:52:55.610 INFO STEP 121 (remove_files) COMPLETE
60312026-09-02T23:52:56.734Z[ recovery-image] Sep 02 23:52:55.610 INFO O| Sep 02 23:52:55.610 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60322026-09-02T23:52:56.742Z[ recovery-image] Sep 02 23:52:55.620 INFO O| Sep 02 23:52:55.620 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckrange"
60332026-09-02T23:52:56.742Z[ recovery-image] Sep 02 23:52:55.620 INFO O| Sep 02 23:52:55.620 INFO STEP 122 (remove_files) COMPLETE
60342026-09-02T23:52:56.746Z[ recovery-image] Sep 02 23:52:55.620 INFO O| Sep 02 23:52:55.620 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60352026-09-02T23:52:56.752Z[ recovery-image] Sep 02 23:52:55.630 INFO O| Sep 02 23:52:55.630 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckstr"
60362026-09-02T23:52:56.757Z[ recovery-image] Sep 02 23:52:55.632 INFO O| Sep 02 23:52:55.632 INFO STEP 123 (remove_files) COMPLETE
60372026-09-02T23:52:56.757Z[ recovery-image] Sep 02 23:52:55.632 INFO O| Sep 02 23:52:55.632 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60382026-09-02T23:52:56.766Z[ recovery-image] Sep 02 23:52:55.644 INFO O| Sep 02 23:52:55.643 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cksum"
60392026-09-02T23:52:56.766Z[ recovery-image] Sep 02 23:52:55.644 INFO O| Sep 02 23:52:55.644 INFO STEP 124 (remove_files) COMPLETE
60402026-09-02T23:52:56.766Z[ recovery-image] Sep 02 23:52:55.644 INFO O| Sep 02 23:52:55.644 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60412026-09-02T23:52:56.776Z[ recovery-image] Sep 02 23:52:55.654 INFO O| Sep 02 23:52:55.654 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cktime"
60422026-09-02T23:52:56.779Z[ recovery-image] Sep 02 23:52:55.655 INFO O| Sep 02 23:52:55.655 INFO STEP 125 (remove_files) COMPLETE
60432026-09-02T23:52:56.779Z[ recovery-image] Sep 02 23:52:55.655 INFO O| Sep 02 23:52:55.655 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60442026-09-02T23:52:56.782Z[verify-libraries] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
60452026-09-02T23:52:56.786Z[ recovery-image] Sep 02 23:52:55.664 INFO O| Sep 02 23:52:55.664 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckuid"
60462026-09-02T23:52:56.786Z[ recovery-image] Sep 02 23:52:55.664 INFO O| Sep 02 23:52:55.664 INFO STEP 126 (remove_files) COMPLETE
60472026-09-02T23:52:56.789Z[ recovery-image] Sep 02 23:52:55.664 INFO O| Sep 02 23:52:55.664 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60482026-09-02T23:52:56.794Z[ recovery-image] Sep 02 23:52:55.672 INFO O| Sep 02 23:52:55.672 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckyorn"
60492026-09-02T23:52:56.794Z[ recovery-image] Sep 02 23:52:55.672 INFO O| Sep 02 23:52:55.672 INFO STEP 127 (remove_files) COMPLETE
60502026-09-02T23:52:56.798Z[ recovery-image] Sep 02 23:52:55.672 INFO O| Sep 02 23:52:55.672 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60512026-09-02T23:52:56.802Z[ recovery-image] Sep 02 23:52:55.680 INFO O| Sep 02 23:52:55.680 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/clear"
60522026-09-02T23:52:56.802Z[ recovery-image] Sep 02 23:52:55.680 INFO O| Sep 02 23:52:55.680 INFO STEP 128 (remove_files) COMPLETE
60532026-09-02T23:52:56.802Z[ recovery-image] Sep 02 23:52:55.680 INFO O| Sep 02 23:52:55.680 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60542026-09-02T23:52:56.815Z[ recovery-image] Sep 02 23:52:55.693 INFO O| Sep 02 23:52:55.693 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cmp"
60552026-09-02T23:52:56.815Z[ recovery-image] Sep 02 23:52:55.693 INFO O| Sep 02 23:52:55.693 INFO STEP 129 (remove_files) COMPLETE
60562026-09-02T23:52:56.815Z[ recovery-image] Sep 02 23:52:55.693 INFO O| Sep 02 23:52:55.693 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60572026-09-02T23:52:56.826Z[ recovery-image] Sep 02 23:52:55.704 INFO O| Sep 02 23:52:55.704 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/col"
60582026-09-02T23:52:56.826Z[ recovery-image] Sep 02 23:52:55.704 INFO O| Sep 02 23:52:55.704 INFO STEP 130 (remove_files) COMPLETE
60592026-09-02T23:52:56.830Z[ recovery-image] Sep 02 23:52:55.704 INFO O| Sep 02 23:52:55.704 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60602026-09-02T23:52:56.838Z[ recovery-image] Sep 02 23:52:55.715 INFO O| Sep 02 23:52:55.715 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/comm"
60612026-09-02T23:52:56.838Z[ recovery-image] Sep 02 23:52:55.715 INFO O| Sep 02 23:52:55.715 INFO STEP 131 (remove_files) COMPLETE
60622026-09-02T23:52:56.841Z[ recovery-image] Sep 02 23:52:55.715 INFO O| Sep 02 23:52:55.715 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60632026-09-02T23:52:56.847Z[ recovery-image] Sep 02 23:52:55.725 INFO O| Sep 02 23:52:55.725 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/command"
60642026-09-02T23:52:56.847Z[ recovery-image] Sep 02 23:52:55.725 INFO O| Sep 02 23:52:55.725 INFO STEP 132 (remove_files) COMPLETE
60652026-09-02T23:52:56.847Z[ recovery-image] Sep 02 23:52:55.725 INFO O| Sep 02 23:52:55.725 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60662026-09-02T23:52:56.857Z[ recovery-image] Sep 02 23:52:55.734 INFO O| Sep 02 23:52:55.734 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/compress"
60672026-09-02T23:52:56.857Z[ recovery-image] Sep 02 23:52:55.734 INFO O| Sep 02 23:52:55.734 INFO STEP 133 (remove_files) COMPLETE
60682026-09-02T23:52:56.857Z[ recovery-image] Sep 02 23:52:55.734 INFO O| Sep 02 23:52:55.734 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60692026-09-02T23:52:56.867Z[ recovery-image] Sep 02 23:52:55.745 INFO O| Sep 02 23:52:55.745 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/connstat"
60702026-09-02T23:52:56.867Z[ recovery-image] Sep 02 23:52:55.745 INFO O| Sep 02 23:52:55.745 INFO STEP 134 (remove_files) COMPLETE
60712026-09-02T23:52:56.871Z[ recovery-image] Sep 02 23:52:55.745 INFO O| Sep 02 23:52:55.745 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60722026-09-02T23:52:56.877Z[ recovery-image] Sep 02 23:52:55.754 INFO O| Sep 02 23:52:55.754 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cpio"
60732026-09-02T23:52:56.877Z[ recovery-image] Sep 02 23:52:55.755 INFO O| Sep 02 23:52:55.755 INFO STEP 135 (remove_files) COMPLETE
60742026-09-02T23:52:56.880Z[ recovery-image] Sep 02 23:52:55.755 INFO O| Sep 02 23:52:55.755 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60752026-09-02T23:52:56.886Z[ recovery-image] Sep 02 23:52:55.764 INFO O| Sep 02 23:52:55.764 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crle"
60762026-09-02T23:52:56.886Z[ recovery-image] Sep 02 23:52:55.764 INFO O| Sep 02 23:52:55.764 INFO STEP 136 (remove_files) COMPLETE
60772026-09-02T23:52:56.886Z[ recovery-image] Sep 02 23:52:55.764 INFO O| Sep 02 23:52:55.764 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60782026-09-02T23:52:56.897Z[ recovery-image] Sep 02 23:52:55.773 INFO O| Sep 02 23:52:55.773 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crontab"
60792026-09-02T23:52:56.897Z[ recovery-image] Sep 02 23:52:55.773 INFO O| Sep 02 23:52:55.773 INFO STEP 137 (remove_files) COMPLETE
60802026-09-02T23:52:56.897Z[ recovery-image] Sep 02 23:52:55.773 INFO O| Sep 02 23:52:55.773 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60812026-09-02T23:52:56.905Z[ recovery-image] Sep 02 23:52:55.782 INFO O| Sep 02 23:52:55.782 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crypt"
60822026-09-02T23:52:56.908Z[ recovery-image] Sep 02 23:52:55.782 INFO O| Sep 02 23:52:55.782 INFO STEP 138 (remove_files) COMPLETE
60832026-09-02T23:52:56.908Z[ recovery-image] Sep 02 23:52:55.782 INFO O| Sep 02 23:52:55.782 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60842026-09-02T23:52:56.914Z[ recovery-image] Sep 02 23:52:55.792 INFO O| Sep 02 23:52:55.792 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/csh"
60852026-09-02T23:52:56.914Z[ recovery-image] Sep 02 23:52:55.792 INFO O| Sep 02 23:52:55.792 INFO STEP 139 (remove_files) COMPLETE
60862026-09-02T23:52:56.914Z[ recovery-image] Sep 02 23:52:55.792 INFO O| Sep 02 23:52:55.792 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60872026-09-02T23:52:56.924Z[ recovery-image] Sep 02 23:52:55.802 INFO O| Sep 02 23:52:55.802 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/csplit"
60882026-09-02T23:52:56.924Z[ recovery-image] Sep 02 23:52:55.802 INFO O| Sep 02 23:52:55.802 INFO STEP 140 (remove_files) COMPLETE
60892026-09-02T23:52:56.924Z[ recovery-image] Sep 02 23:52:55.802 INFO O| Sep 02 23:52:55.802 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60902026-09-02T23:52:56.936Z[ recovery-image] Sep 02 23:52:55.813 INFO O| Sep 02 23:52:55.813 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/curl"
60912026-09-02T23:52:56.936Z[ recovery-image] Sep 02 23:52:55.813 INFO O| Sep 02 23:52:55.813 INFO STEP 141 (remove_files) COMPLETE
60922026-09-02T23:52:56.942Z[ recovery-image] Sep 02 23:52:55.813 INFO O| Sep 02 23:52:55.813 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60932026-09-02T23:52:56.946Z[ recovery-image] Sep 02 23:52:55.824 INFO O| Sep 02 23:52:55.824 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/curl-config"
60942026-09-02T23:52:56.946Z[ recovery-image] Sep 02 23:52:55.824 INFO O| Sep 02 23:52:55.824 INFO STEP 142 (remove_files) COMPLETE
60952026-09-02T23:52:56.946Z[ recovery-image] Sep 02 23:52:55.824 INFO O| Sep 02 23:52:55.824 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60962026-09-02T23:52:56.956Z[ recovery-image] Sep 02 23:52:55.834 INFO O| Sep 02 23:52:55.834 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dc"
60972026-09-02T23:52:56.956Z[ recovery-image] Sep 02 23:52:55.834 INFO O| Sep 02 23:52:55.834 INFO STEP 143 (remove_files) COMPLETE
60982026-09-02T23:52:56.956Z[ recovery-image] Sep 02 23:52:55.834 INFO O| Sep 02 23:52:55.834 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60992026-09-02T23:52:56.965Z[ recovery-image] Sep 02 23:52:55.843 INFO O| Sep 02 23:52:55.843 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/decrypt"
61002026-09-02T23:52:56.966Z[ recovery-image] Sep 02 23:52:55.843 INFO O| Sep 02 23:52:55.843 INFO STEP 144 (remove_files) COMPLETE
61012026-09-02T23:52:56.966Z[ recovery-image] Sep 02 23:52:55.843 INFO O| Sep 02 23:52:55.843 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61022026-09-02T23:52:56.975Z[ recovery-image] Sep 02 23:52:55.853 INFO O| Sep 02 23:52:55.852 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devattr"
61032026-09-02T23:52:56.975Z[ recovery-image] Sep 02 23:52:55.853 INFO O| Sep 02 23:52:55.853 INFO STEP 145 (remove_files) COMPLETE
61042026-09-02T23:52:56.978Z[ recovery-image] Sep 02 23:52:55.853 INFO O| Sep 02 23:52:55.853 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61052026-09-02T23:52:56.986Z[ recovery-image] Sep 02 23:52:55.864 INFO O| Sep 02 23:52:55.864 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devfree"
61062026-09-02T23:52:56.986Z[ recovery-image] Sep 02 23:52:55.864 INFO O| Sep 02 23:52:55.864 INFO STEP 146 (remove_files) COMPLETE
61072026-09-02T23:52:56.990Z[ recovery-image] Sep 02 23:52:55.864 INFO O| Sep 02 23:52:55.864 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61082026-09-02T23:52:56.997Z[ recovery-image] Sep 02 23:52:55.874 INFO O| Sep 02 23:52:55.874 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devreserv"
61092026-09-02T23:52:56.997Z[ recovery-image] Sep 02 23:52:55.875 INFO O| Sep 02 23:52:55.874 INFO STEP 147 (remove_files) COMPLETE
61102026-09-02T23:52:57.000Z[ recovery-image] Sep 02 23:52:55.875 INFO O| Sep 02 23:52:55.874 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61112026-09-02T23:52:57.014Z[ recovery-image] Sep 02 23:52:55.891 INFO O| Sep 02 23:52:55.891 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/diff3"
61122026-09-02T23:52:57.014Z[ recovery-image] Sep 02 23:52:55.891 INFO O| Sep 02 23:52:55.891 INFO STEP 148 (remove_files) COMPLETE
61132026-09-02T23:52:57.014Z[ recovery-image] Sep 02 23:52:55.891 INFO O| Sep 02 23:52:55.891 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61142026-09-02T23:52:57.024Z[ recovery-image] Sep 02 23:52:55.901 INFO O| Sep 02 23:52:55.901 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/digest"
61152026-09-02T23:52:57.024Z[ recovery-image] Sep 02 23:52:55.902 INFO O| Sep 02 23:52:55.902 INFO STEP 149 (remove_files) COMPLETE
61162026-09-02T23:52:57.024Z[ recovery-image] Sep 02 23:52:55.902 INFO O| Sep 02 23:52:55.902 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61172026-09-02T23:52:57.034Z[ recovery-image] Sep 02 23:52:55.911 INFO O| Sep 02 23:52:55.911 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dircmp"
61182026-09-02T23:52:57.034Z[ recovery-image] Sep 02 23:52:55.911 INFO O| Sep 02 23:52:55.911 INFO STEP 150 (remove_files) COMPLETE
61192026-09-02T23:52:57.038Z[ recovery-image] Sep 02 23:52:55.911 INFO O| Sep 02 23:52:55.911 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61202026-09-02T23:52:57.045Z[ recovery-image] Sep 02 23:52:55.923 INFO O| Sep 02 23:52:55.923 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dirname"
61212026-09-02T23:52:57.045Z[ recovery-image] Sep 02 23:52:55.923 INFO O| Sep 02 23:52:55.923 INFO STEP 151 (remove_files) COMPLETE
61222026-09-02T23:52:57.045Z[ recovery-image] Sep 02 23:52:55.923 INFO O| Sep 02 23:52:55.923 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61232026-09-02T23:52:57.056Z[ recovery-image] Sep 02 23:52:55.933 INFO O| Sep 02 23:52:55.933 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/diskscan"
61242026-09-02T23:52:57.056Z[ recovery-image] Sep 02 23:52:55.933 INFO O| Sep 02 23:52:55.933 INFO STEP 152 (remove_files) COMPLETE
61252026-09-02T23:52:57.056Z[ recovery-image] Sep 02 23:52:55.933 INFO O| Sep 02 23:52:55.933 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61262026-09-02T23:52:57.065Z[ recovery-image] Sep 02 23:52:55.943 INFO O| Sep 02 23:52:55.943 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dispgid"
61272026-09-02T23:52:57.065Z[ recovery-image] Sep 02 23:52:55.943 INFO O| Sep 02 23:52:55.943 INFO STEP 153 (remove_files) COMPLETE
61282026-09-02T23:52:57.069Z[ recovery-image] Sep 02 23:52:55.943 INFO O| Sep 02 23:52:55.943 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61292026-09-02T23:52:57.075Z[ recovery-image] Sep 02 23:52:55.953 INFO O| Sep 02 23:52:55.953 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dispuid"
61302026-09-02T23:52:57.075Z[ recovery-image] Sep 02 23:52:55.953 INFO O| Sep 02 23:52:55.953 INFO STEP 154 (remove_files) COMPLETE
61312026-09-02T23:52:57.075Z[ recovery-image] Sep 02 23:52:55.953 INFO O| Sep 02 23:52:55.953 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61322026-09-02T23:52:57.086Z[ recovery-image] Sep 02 23:52:55.962 INFO O| Sep 02 23:52:55.962 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dos2unix"
61332026-09-02T23:52:57.090Z[ recovery-image] Sep 02 23:52:55.963 INFO O| Sep 02 23:52:55.963 INFO STEP 155 (remove_files) COMPLETE
61342026-09-02T23:52:57.090Z[ recovery-image] Sep 02 23:52:55.963 INFO O| Sep 02 23:52:55.963 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61352026-09-02T23:52:57.095Z[ recovery-image] Sep 02 23:52:55.972 INFO O| Sep 02 23:52:55.972 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/du"
61362026-09-02T23:52:57.095Z[ recovery-image] Sep 02 23:52:55.972 INFO O| Sep 02 23:52:55.972 INFO STEP 156 (remove_files) COMPLETE
61372026-09-02T23:52:57.098Z[ recovery-image] Sep 02 23:52:55.972 INFO O| Sep 02 23:52:55.972 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61382026-09-02T23:52:57.105Z[ recovery-image] Sep 02 23:52:55.983 INFO O| Sep 02 23:52:55.983 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dumpcs"
61392026-09-02T23:52:57.105Z[ recovery-image] Sep 02 23:52:55.983 INFO O| Sep 02 23:52:55.983 INFO STEP 157 (remove_files) COMPLETE
61402026-09-02T23:52:57.110Z[ recovery-image] Sep 02 23:52:55.983 INFO O| Sep 02 23:52:55.983 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61412026-09-02T23:52:57.115Z[ recovery-image] Sep 02 23:52:55.992 INFO O| Sep 02 23:52:55.992 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dumpkeys"
61422026-09-02T23:52:57.115Z[ recovery-image] Sep 02 23:52:55.992 INFO O| Sep 02 23:52:55.992 INFO STEP 158 (remove_files) COMPLETE
61432026-09-02T23:52:57.119Z[ recovery-image] Sep 02 23:52:55.992 INFO O| Sep 02 23:52:55.992 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61442026-09-02T23:52:57.124Z[ recovery-image] Sep 02 23:52:56.001 INFO O| Sep 02 23:52:56.000 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/edit"
61452026-09-02T23:52:57.124Z[ recovery-image] Sep 02 23:52:56.001 INFO O| Sep 02 23:52:56.001 INFO STEP 159 (remove_files) COMPLETE
61462026-09-02T23:52:57.128Z[ recovery-image] Sep 02 23:52:56.001 INFO O| Sep 02 23:52:56.001 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61472026-09-02T23:52:57.132Z[ recovery-image] Sep 02 23:52:56.009 INFO O| Sep 02 23:52:56.009 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/eject"
61482026-09-02T23:52:57.132Z[ recovery-image] Sep 02 23:52:56.010 INFO O| Sep 02 23:52:56.010 INFO STEP 160 (remove_files) COMPLETE
61492026-09-02T23:52:57.136Z[ recovery-image] Sep 02 23:52:56.010 INFO O| Sep 02 23:52:56.010 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61502026-09-02T23:52:57.143Z[ recovery-image] Sep 02 23:52:56.020 INFO O| Sep 02 23:52:56.020 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/elfsign"
61512026-09-02T23:52:57.143Z[ recovery-image] Sep 02 23:52:56.020 INFO O| Sep 02 23:52:56.020 INFO STEP 161 (remove_files) COMPLETE
61522026-09-02T23:52:57.147Z[ recovery-image] Sep 02 23:52:56.020 INFO O| Sep 02 23:52:56.020 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61532026-09-02T23:52:57.158Z[ recovery-image] Sep 02 23:52:56.030 INFO O| Sep 02 23:52:56.030 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/elfwrap"
61542026-09-02T23:52:57.158Z[ recovery-image] Sep 02 23:52:56.030 INFO O| Sep 02 23:52:56.030 INFO STEP 162 (remove_files) COMPLETE
61552026-09-02T23:52:57.158Z[ recovery-image] Sep 02 23:52:56.030 INFO O| Sep 02 23:52:56.030 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61562026-09-02T23:52:57.166Z[ recovery-image] Sep 02 23:52:56.040 INFO O| Sep 02 23:52:56.040 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/encode_keychange"
61572026-09-02T23:52:57.166Z[ recovery-image] Sep 02 23:52:56.040 INFO O| Sep 02 23:52:56.040 INFO STEP 163 (remove_files) COMPLETE
61582026-09-02T23:52:57.166Z[ recovery-image] Sep 02 23:52:56.040 INFO O| Sep 02 23:52:56.040 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61592026-09-02T23:52:57.174Z[ recovery-image] Sep 02 23:52:56.050 INFO O| Sep 02 23:52:56.050 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/encrypt"
61602026-09-02T23:52:57.174Z[ recovery-image] Sep 02 23:52:56.050 INFO O| Sep 02 23:52:56.050 INFO STEP 164 (remove_files) COMPLETE
61612026-09-02T23:52:57.174Z[ recovery-image] Sep 02 23:52:56.050 INFO O| Sep 02 23:52:56.050 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61622026-09-02T23:52:57.182Z[ recovery-image] Sep 02 23:52:56.060 INFO O| Sep 02 23:52:56.060 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/enhance"
61632026-09-02T23:52:57.182Z[ recovery-image] Sep 02 23:52:56.060 INFO O| Sep 02 23:52:56.060 INFO STEP 165 (remove_files) COMPLETE
61642026-09-02T23:52:57.182Z[ recovery-image] Sep 02 23:52:56.060 INFO O| Sep 02 23:52:56.060 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61652026-09-02T23:52:57.186Z[verify-libraries] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
61662026-09-02T23:52:57.191Z[ recovery-image] Sep 02 23:52:56.069 INFO O| Sep 02 23:52:56.069 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/env"
61672026-09-02T23:52:57.192Z[ recovery-image] Sep 02 23:52:56.069 INFO O| Sep 02 23:52:56.069 INFO STEP 166 (remove_files) COMPLETE
61682026-09-02T23:52:57.227Z[ recovery-image] Sep 02 23:52:56.069 INFO O| Sep 02 23:52:56.069 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61692026-09-02T23:52:57.227Z[ recovery-image] Sep 02 23:52:56.079 INFO O| Sep 02 23:52:56.079 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/etdump"
61702026-09-02T23:52:57.227Z[ recovery-image] Sep 02 23:52:56.079 INFO O| Sep 02 23:52:56.079 INFO STEP 167 (remove_files) COMPLETE
61712026-09-02T23:52:57.227Z[ recovery-image] Sep 02 23:52:56.079 INFO O| Sep 02 23:52:56.079 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61722026-09-02T23:52:57.227Z[ recovery-image] Sep 02 23:52:56.090 INFO O| Sep 02 23:52:56.090 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/expand"
61732026-09-02T23:52:57.227Z[ recovery-image] Sep 02 23:52:56.090 INFO O| Sep 02 23:52:56.090 INFO STEP 168 (remove_files) COMPLETE
61742026-09-02T23:52:57.227Z[ recovery-image] Sep 02 23:52:56.090 INFO O| Sep 02 23:52:56.090 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61752026-09-02T23:52:57.227Z[ recovery-image] Sep 02 23:52:56.100 INFO O| Sep 02 23:52:56.100 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/exstr"
61762026-09-02T23:52:57.227Z[ recovery-image] Sep 02 23:52:56.100 INFO O| Sep 02 23:52:56.100 INFO STEP 169 (remove_files) COMPLETE
61772026-09-02T23:52:57.228Z[ recovery-image] Sep 02 23:52:56.100 INFO O| Sep 02 23:52:56.100 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61782026-09-02T23:52:57.234Z[ recovery-image] Sep 02 23:52:56.109 INFO O| Sep 02 23:52:56.109 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/factor"
61792026-09-02T23:52:57.234Z[ recovery-image] Sep 02 23:52:56.109 INFO O| Sep 02 23:52:56.109 INFO STEP 170 (remove_files) COMPLETE
61802026-09-02T23:52:57.238Z[ recovery-image] Sep 02 23:52:56.109 INFO O| Sep 02 23:52:56.109 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61812026-09-02T23:52:57.247Z[ recovery-image] Sep 02 23:52:56.119 INFO O| Sep 02 23:52:56.119 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/false"
61822026-09-02T23:52:57.247Z[ recovery-image] Sep 02 23:52:56.119 INFO O| Sep 02 23:52:56.119 INFO STEP 171 (remove_files) COMPLETE
61832026-09-02T23:52:57.247Z[ recovery-image] Sep 02 23:52:56.119 INFO O| Sep 02 23:52:56.119 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61842026-09-02T23:52:57.253Z[ recovery-image] Sep 02 23:52:56.131 INFO O| Sep 02 23:52:56.130 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fc"
61852026-09-02T23:52:57.253Z[ recovery-image] Sep 02 23:52:56.131 INFO O| Sep 02 23:52:56.131 INFO STEP 172 (remove_files) COMPLETE
61862026-09-02T23:52:57.257Z[ recovery-image] Sep 02 23:52:56.131 INFO O| Sep 02 23:52:56.131 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61872026-09-02T23:52:57.263Z[ recovery-image] Sep 02 23:52:56.140 INFO O| Sep 02 23:52:56.140 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fdetach"
61882026-09-02T23:52:57.263Z[ recovery-image] Sep 02 23:52:56.140 INFO O| Sep 02 23:52:56.140 INFO STEP 173 (remove_files) COMPLETE
61892026-09-02T23:52:57.263Z[ recovery-image] Sep 02 23:52:56.140 INFO O| Sep 02 23:52:56.140 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61902026-09-02T23:52:57.273Z[ recovery-image] Sep 02 23:52:56.150 INFO O| Sep 02 23:52:56.149 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fdformat"
61912026-09-02T23:52:57.273Z[ recovery-image] Sep 02 23:52:56.150 INFO O| Sep 02 23:52:56.150 INFO STEP 174 (remove_files) COMPLETE
61922026-09-02T23:52:57.276Z[ recovery-image] Sep 02 23:52:56.150 INFO O| Sep 02 23:52:56.150 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61932026-09-02T23:52:57.281Z[ recovery-image] Sep 02 23:52:56.158 INFO O| Sep 02 23:52:56.158 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fg"
61942026-09-02T23:52:57.281Z[ recovery-image] Sep 02 23:52:56.158 INFO O| Sep 02 23:52:56.158 INFO STEP 175 (remove_files) COMPLETE
61952026-09-02T23:52:57.285Z[ recovery-image] Sep 02 23:52:56.158 INFO O| Sep 02 23:52:56.158 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61962026-09-02T23:52:57.290Z[ recovery-image] Sep 02 23:52:56.167 INFO O| Sep 02 23:52:56.167 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fgrep"
61972026-09-02T23:52:57.290Z[ recovery-image] Sep 02 23:52:56.167 INFO O| Sep 02 23:52:56.167 INFO STEP 176 (remove_files) COMPLETE
61982026-09-02T23:52:57.290Z[ recovery-image] Sep 02 23:52:56.167 INFO O| Sep 02 23:52:56.167 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61992026-09-02T23:52:57.299Z[ recovery-image] Sep 02 23:52:56.176 INFO O| Sep 02 23:52:56.176 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/file"
62002026-09-02T23:52:57.299Z[ recovery-image] Sep 02 23:52:56.176 INFO O| Sep 02 23:52:56.176 INFO STEP 177 (remove_files) COMPLETE
62012026-09-02T23:52:57.299Z[ recovery-image] Sep 02 23:52:56.176 INFO O| Sep 02 23:52:56.176 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62022026-09-02T23:52:57.308Z[ recovery-image] Sep 02 23:52:56.185 INFO O| Sep 02 23:52:56.185 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fixproc"
62032026-09-02T23:52:57.308Z[ recovery-image] Sep 02 23:52:56.186 INFO O| Sep 02 23:52:56.185 INFO STEP 178 (remove_files) COMPLETE
62042026-09-02T23:52:57.312Z[ recovery-image] Sep 02 23:52:56.186 INFO O| Sep 02 23:52:56.185 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62052026-09-02T23:52:57.317Z[ recovery-image] Sep 02 23:52:56.194 INFO O| Sep 02 23:52:56.194 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fmt"
62062026-09-02T23:52:57.317Z[ recovery-image] Sep 02 23:52:56.194 INFO O| Sep 02 23:52:56.194 INFO STEP 179 (remove_files) COMPLETE
62072026-09-02T23:52:57.317Z[ recovery-image] Sep 02 23:52:56.194 INFO O| Sep 02 23:52:56.194 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62082026-09-02T23:52:57.326Z[ recovery-image] Sep 02 23:52:56.203 INFO O| Sep 02 23:52:56.203 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fmtmsg"
62092026-09-02T23:52:57.326Z[ recovery-image] Sep 02 23:52:56.203 INFO O| Sep 02 23:52:56.203 INFO STEP 180 (remove_files) COMPLETE
62102026-09-02T23:52:57.330Z[ recovery-image] Sep 02 23:52:56.203 INFO O| Sep 02 23:52:56.203 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62112026-09-02T23:52:57.335Z[ recovery-image] Sep 02 23:52:56.212 INFO O| Sep 02 23:52:56.212 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fold"
62122026-09-02T23:52:57.335Z[ recovery-image] Sep 02 23:52:56.212 INFO O| Sep 02 23:52:56.212 INFO STEP 181 (remove_files) COMPLETE
62132026-09-02T23:52:57.339Z[ recovery-image] Sep 02 23:52:56.212 INFO O| Sep 02 23:52:56.212 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62142026-09-02T23:52:57.343Z[ recovery-image] Sep 02 23:52:56.221 INFO O| Sep 02 23:52:56.221 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fsstat"
62152026-09-02T23:52:57.343Z[ recovery-image] Sep 02 23:52:56.221 INFO O| Sep 02 23:52:56.221 INFO STEP 182 (remove_files) COMPLETE
62162026-09-02T23:52:57.347Z[ recovery-image] Sep 02 23:52:56.221 INFO O| Sep 02 23:52:56.221 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62172026-09-02T23:52:57.353Z[ recovery-image] Sep 02 23:52:56.231 INFO O| Sep 02 23:52:56.231 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gclear"
62182026-09-02T23:52:57.353Z[ recovery-image] Sep 02 23:52:56.231 INFO O| Sep 02 23:52:56.231 INFO STEP 183 (remove_files) COMPLETE
62192026-09-02T23:52:57.353Z[ recovery-image] Sep 02 23:52:56.231 INFO O| Sep 02 23:52:56.231 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62202026-09-02T23:52:57.364Z[ recovery-image] Sep 02 23:52:56.242 INFO O| Sep 02 23:52:56.241 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/geniconvtbl"
62212026-09-02T23:52:57.364Z[ recovery-image] Sep 02 23:52:56.242 INFO O| Sep 02 23:52:56.242 INFO STEP 184 (remove_files) COMPLETE
62222026-09-02T23:52:57.364Z[ recovery-image] Sep 02 23:52:56.242 INFO O| Sep 02 23:52:56.242 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62232026-09-02T23:52:57.375Z[ recovery-image] Sep 02 23:52:56.252 INFO O| Sep 02 23:52:56.252 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getconf"
62242026-09-02T23:52:57.375Z[ recovery-image] Sep 02 23:52:56.252 INFO O| Sep 02 23:52:56.252 INFO STEP 185 (remove_files) COMPLETE
62252026-09-02T23:52:57.375Z[ recovery-image] Sep 02 23:52:56.252 INFO O| Sep 02 23:52:56.252 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62262026-09-02T23:52:57.385Z[ recovery-image] Sep 02 23:52:56.262 INFO O| Sep 02 23:52:56.262 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getdev"
62272026-09-02T23:52:57.385Z[ recovery-image] Sep 02 23:52:56.262 INFO O| Sep 02 23:52:56.262 INFO STEP 186 (remove_files) COMPLETE
62282026-09-02T23:52:57.388Z[ recovery-image] Sep 02 23:52:56.262 INFO O| Sep 02 23:52:56.262 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62292026-09-02T23:52:57.396Z[ recovery-image] Sep 02 23:52:56.274 INFO O| Sep 02 23:52:56.274 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getdgrp"
62302026-09-02T23:52:57.396Z[ recovery-image] Sep 02 23:52:56.274 INFO O| Sep 02 23:52:56.274 INFO STEP 187 (remove_files) COMPLETE
62312026-09-02T23:52:57.400Z[ recovery-image] Sep 02 23:52:56.274 INFO O| Sep 02 23:52:56.274 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62322026-09-02T23:52:57.406Z[ recovery-image] Sep 02 23:52:56.283 INFO O| Sep 02 23:52:56.283 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getent"
62332026-09-02T23:52:57.406Z[ recovery-image] Sep 02 23:52:56.284 INFO O| Sep 02 23:52:56.283 INFO STEP 188 (remove_files) COMPLETE
62342026-09-02T23:52:57.409Z[ recovery-image] Sep 02 23:52:56.284 INFO O| Sep 02 23:52:56.283 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62352026-09-02T23:52:57.415Z[ recovery-image] Sep 02 23:52:56.293 INFO O| Sep 02 23:52:56.293 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getfacl"
62362026-09-02T23:52:57.415Z[ recovery-image] Sep 02 23:52:56.293 INFO O| Sep 02 23:52:56.293 INFO STEP 189 (remove_files) COMPLETE
62372026-09-02T23:52:57.418Z[ recovery-image] Sep 02 23:52:56.293 INFO O| Sep 02 23:52:56.293 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62382026-09-02T23:52:57.424Z[ recovery-image] Sep 02 23:52:56.301 INFO O| Sep 02 23:52:56.301 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getopt"
62392026-09-02T23:52:57.424Z[ recovery-image] Sep 02 23:52:56.302 INFO O| Sep 02 23:52:56.302 INFO STEP 190 (remove_files) COMPLETE
62402026-09-02T23:52:57.424Z[ recovery-image] Sep 02 23:52:56.302 INFO O| Sep 02 23:52:56.302 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62412026-09-02T23:52:57.434Z[ recovery-image] Sep 02 23:52:56.312 INFO O| Sep 02 23:52:56.312 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getopts"
62422026-09-02T23:52:57.434Z[ recovery-image] Sep 02 23:52:56.312 INFO O| Sep 02 23:52:56.312 INFO STEP 191 (remove_files) COMPLETE
62432026-09-02T23:52:57.434Z[ recovery-image] Sep 02 23:52:56.312 INFO O| Sep 02 23:52:56.312 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62442026-09-02T23:52:57.445Z[ recovery-image] Sep 02 23:52:56.322 INFO O| Sep 02 23:52:56.322 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gettext"
62452026-09-02T23:52:57.453Z[ recovery-image] Sep 02 23:52:56.326 INFO O| Sep 02 23:52:56.323 INFO STEP 192 (remove_files) COMPLETE
62462026-09-02T23:52:57.453Z[ recovery-image] Sep 02 23:52:56.326 INFO O| Sep 02 23:52:56.323 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62472026-09-02T23:52:57.456Z[ recovery-image] Sep 02 23:52:56.332 INFO O| Sep 02 23:52:56.332 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getvol"
62482026-09-02T23:52:57.456Z[ recovery-image] Sep 02 23:52:56.332 INFO O| Sep 02 23:52:56.332 INFO STEP 193 (remove_files) COMPLETE
62492026-09-02T23:52:57.456Z[ recovery-image] Sep 02 23:52:56.332 INFO O| Sep 02 23:52:56.332 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62502026-09-02T23:52:57.463Z[ recovery-image] Sep 02 23:52:56.341 INFO O| Sep 02 23:52:56.341 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ginfocmp"
62512026-09-02T23:52:57.463Z[ recovery-image] Sep 02 23:52:56.341 INFO O| Sep 02 23:52:56.341 INFO STEP 194 (remove_files) COMPLETE
62522026-09-02T23:52:57.464Z[ recovery-image] Sep 02 23:52:56.341 INFO O| Sep 02 23:52:56.341 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62532026-09-02T23:52:57.474Z[ recovery-image] Sep 02 23:52:56.351 INFO O| Sep 02 23:52:56.351 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/groups"
62542026-09-02T23:52:57.475Z[ recovery-image] Sep 02 23:52:56.351 INFO O| Sep 02 23:52:56.351 INFO STEP 195 (remove_files) COMPLETE
62552026-09-02T23:52:57.475Z[ recovery-image] Sep 02 23:52:56.351 INFO O| Sep 02 23:52:56.351 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62562026-09-02T23:52:57.483Z[ recovery-image] Sep 02 23:52:56.361 INFO O| Sep 02 23:52:56.361 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtabs"
62572026-09-02T23:52:57.483Z[ recovery-image] Sep 02 23:52:56.361 INFO O| Sep 02 23:52:56.361 INFO STEP 196 (remove_files) COMPLETE
62582026-09-02T23:52:57.487Z[ recovery-image] Sep 02 23:52:56.361 INFO O| Sep 02 23:52:56.361 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62592026-09-02T23:52:57.493Z[ recovery-image] Sep 02 23:52:56.370 INFO O| Sep 02 23:52:56.370 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtic"
62602026-09-02T23:52:57.493Z[ recovery-image] Sep 02 23:52:56.370 INFO O| Sep 02 23:52:56.370 INFO STEP 197 (remove_files) COMPLETE
62612026-09-02T23:52:57.496Z[ recovery-image] Sep 02 23:52:56.370 INFO O| Sep 02 23:52:56.370 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62622026-09-02T23:52:57.502Z[ recovery-image] Sep 02 23:52:56.380 INFO O| Sep 02 23:52:56.380 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtoe"
62632026-09-02T23:52:57.502Z[ recovery-image] Sep 02 23:52:56.380 INFO O| Sep 02 23:52:56.380 INFO STEP 198 (remove_files) COMPLETE
62642026-09-02T23:52:57.502Z[ recovery-image] Sep 02 23:52:56.380 INFO O| Sep 02 23:52:56.380 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62652026-09-02T23:52:57.512Z[ recovery-image] Sep 02 23:52:56.390 INFO O| Sep 02 23:52:56.390 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtput"
62662026-09-02T23:52:57.512Z[ recovery-image] Sep 02 23:52:56.390 INFO O| Sep 02 23:52:56.390 INFO STEP 199 (remove_files) COMPLETE
62672026-09-02T23:52:57.512Z[ recovery-image] Sep 02 23:52:56.390 INFO O| Sep 02 23:52:56.390 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62682026-09-02T23:52:57.523Z[ recovery-image] Sep 02 23:52:56.400 INFO O| Sep 02 23:52:56.400 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtset"
62692026-09-02T23:52:57.523Z[ recovery-image] Sep 02 23:52:56.400 INFO O| Sep 02 23:52:56.400 INFO STEP 200 (remove_files) COMPLETE
62702026-09-02T23:52:57.526Z[ recovery-image] Sep 02 23:52:56.400 INFO O| Sep 02 23:52:56.400 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62712026-09-02T23:52:57.532Z[ recovery-image] Sep 02 23:52:56.410 INFO O| Sep 02 23:52:56.410 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gunzip"
62722026-09-02T23:52:57.532Z[ recovery-image] Sep 02 23:52:56.410 INFO O| Sep 02 23:52:56.410 INFO STEP 201 (remove_files) COMPLETE
62732026-09-02T23:52:57.532Z[ recovery-image] Sep 02 23:52:56.410 INFO O| Sep 02 23:52:56.410 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62742026-09-02T23:52:57.541Z[ recovery-image] Sep 02 23:52:56.418 INFO O| Sep 02 23:52:56.418 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzcat"
62752026-09-02T23:52:57.541Z[ recovery-image] Sep 02 23:52:56.418 INFO O| Sep 02 23:52:56.418 INFO STEP 202 (remove_files) COMPLETE
62762026-09-02T23:52:57.541Z[ recovery-image] Sep 02 23:52:56.418 INFO O| Sep 02 23:52:56.418 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62772026-09-02T23:52:57.549Z[ recovery-image] Sep 02 23:52:56.427 INFO O| Sep 02 23:52:56.426 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzcmp"
62782026-09-02T23:52:57.549Z[ recovery-image] Sep 02 23:52:56.427 INFO O| Sep 02 23:52:56.427 INFO STEP 203 (remove_files) COMPLETE
62792026-09-02T23:52:57.549Z[ recovery-image] Sep 02 23:52:56.427 INFO O| Sep 02 23:52:56.427 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62802026-09-02T23:52:57.560Z[ recovery-image] Sep 02 23:52:56.437 INFO O| Sep 02 23:52:56.437 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzdiff"
62812026-09-02T23:52:57.560Z[ recovery-image] Sep 02 23:52:56.438 INFO O| Sep 02 23:52:56.438 INFO STEP 204 (remove_files) COMPLETE
62822026-09-02T23:52:57.563Z[ recovery-image] Sep 02 23:52:56.438 INFO O| Sep 02 23:52:56.438 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62832026-09-02T23:52:57.569Z[ recovery-image] Sep 02 23:52:56.447 INFO O| Sep 02 23:52:56.446 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzegrep"
62842026-09-02T23:52:57.570Z[ recovery-image] Sep 02 23:52:56.447 INFO O| Sep 02 23:52:56.447 INFO STEP 205 (remove_files) COMPLETE
62852026-09-02T23:52:57.570Z[ recovery-image] Sep 02 23:52:56.447 INFO O| Sep 02 23:52:56.447 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62862026-09-02T23:52:57.580Z[ recovery-image] Sep 02 23:52:56.458 INFO O| Sep 02 23:52:56.458 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzexe"
62872026-09-02T23:52:57.580Z[ recovery-image] Sep 02 23:52:56.458 INFO O| Sep 02 23:52:56.458 INFO STEP 206 (remove_files) COMPLETE
62882026-09-02T23:52:57.580Z[ recovery-image] Sep 02 23:52:56.458 INFO O| Sep 02 23:52:56.458 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62892026-09-02T23:52:57.591Z[ recovery-image] Sep 02 23:52:56.469 INFO O| Sep 02 23:52:56.469 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzfgrep"
62902026-09-02T23:52:57.591Z[ recovery-image] Sep 02 23:52:56.469 INFO O| Sep 02 23:52:56.469 INFO STEP 207 (remove_files) COMPLETE
62912026-09-02T23:52:57.594Z[ recovery-image] Sep 02 23:52:56.469 INFO O| Sep 02 23:52:56.469 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62922026-09-02T23:52:57.602Z[ recovery-image] Sep 02 23:52:56.479 INFO O| Sep 02 23:52:56.479 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzforce"
62932026-09-02T23:52:57.602Z[ recovery-image] Sep 02 23:52:56.479 INFO O| Sep 02 23:52:56.479 INFO STEP 208 (remove_files) COMPLETE
62942026-09-02T23:52:57.605Z[ recovery-image] Sep 02 23:52:56.479 INFO O| Sep 02 23:52:56.479 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62952026-09-02T23:52:57.612Z[ recovery-image] Sep 02 23:52:56.488 INFO O| Sep 02 23:52:56.488 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzgrep"
62962026-09-02T23:52:57.612Z[ recovery-image] Sep 02 23:52:56.488 INFO O| Sep 02 23:52:56.488 INFO STEP 209 (remove_files) COMPLETE
62972026-09-02T23:52:57.612Z[ recovery-image] Sep 02 23:52:56.488 INFO O| Sep 02 23:52:56.488 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62982026-09-02T23:52:57.620Z[ recovery-image] Sep 02 23:52:56.497 INFO O| Sep 02 23:52:56.497 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzip"
62992026-09-02T23:52:57.620Z[ recovery-image] Sep 02 23:52:56.497 INFO O| Sep 02 23:52:56.497 INFO STEP 210 (remove_files) COMPLETE
63002026-09-02T23:52:57.620Z[ recovery-image] Sep 02 23:52:56.497 INFO O| Sep 02 23:52:56.497 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63012026-09-02T23:52:57.628Z[ recovery-image] Sep 02 23:52:56.506 INFO O| Sep 02 23:52:56.506 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzless"
63022026-09-02T23:52:57.632Z[ recovery-image] Sep 02 23:52:56.506 INFO O| Sep 02 23:52:56.506 INFO STEP 211 (remove_files) COMPLETE
63032026-09-02T23:52:57.632Z[ recovery-image] Sep 02 23:52:56.506 INFO O| Sep 02 23:52:56.506 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63042026-09-02T23:52:57.638Z[ recovery-image] Sep 02 23:52:56.515 INFO O| Sep 02 23:52:56.515 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzmore"
63052026-09-02T23:52:57.638Z[ recovery-image] Sep 02 23:52:56.516 INFO O| Sep 02 23:52:56.516 INFO STEP 212 (remove_files) COMPLETE
63062026-09-02T23:52:57.638Z[ recovery-image] Sep 02 23:52:56.516 INFO O| Sep 02 23:52:56.516 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63072026-09-02T23:52:57.648Z[ recovery-image] Sep 02 23:52:56.525 INFO O| Sep 02 23:52:56.525 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gznew"
63082026-09-02T23:52:57.648Z[ recovery-image] Sep 02 23:52:56.525 INFO O| Sep 02 23:52:56.525 INFO STEP 213 (remove_files) COMPLETE
63092026-09-02T23:52:57.648Z[ recovery-image] Sep 02 23:52:56.525 INFO O| Sep 02 23:52:56.525 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63102026-09-02T23:52:57.657Z[ recovery-image] Sep 02 23:52:56.535 INFO O| Sep 02 23:52:56.535 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hash"
63112026-09-02T23:52:57.657Z[ recovery-image] Sep 02 23:52:56.535 INFO O| Sep 02 23:52:56.535 INFO STEP 214 (remove_files) COMPLETE
63122026-09-02T23:52:57.660Z[ recovery-image] Sep 02 23:52:56.535 INFO O| Sep 02 23:52:56.535 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63132026-09-02T23:52:57.667Z[ recovery-image] Sep 02 23:52:56.544 INFO O| Sep 02 23:52:56.544 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hostid"
63142026-09-02T23:52:57.667Z[ recovery-image] Sep 02 23:52:56.544 INFO O| Sep 02 23:52:56.544 INFO STEP 215 (remove_files) COMPLETE
63152026-09-02T23:52:57.667Z[ recovery-image] Sep 02 23:52:56.544 INFO O| Sep 02 23:52:56.544 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63162026-09-02T23:52:57.676Z[ recovery-image] Sep 02 23:52:56.553 INFO O| Sep 02 23:52:56.553 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hostname"
63172026-09-02T23:52:57.676Z[ recovery-image] Sep 02 23:52:56.553 INFO O| Sep 02 23:52:56.553 INFO STEP 216 (remove_files) COMPLETE
63182026-09-02T23:52:57.676Z[ recovery-image] Sep 02 23:52:56.553 INFO O| Sep 02 23:52:56.553 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63192026-09-02T23:52:57.685Z[ recovery-image] Sep 02 23:52:56.562 INFO O| Sep 02 23:52:56.562 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/adb"
63202026-09-02T23:52:57.685Z[ recovery-image] Sep 02 23:52:56.562 INFO O| Sep 02 23:52:56.562 INFO STEP 217 (remove_files) COMPLETE
63212026-09-02T23:52:57.685Z[ recovery-image] Sep 02 23:52:56.562 INFO O| Sep 02 23:52:56.562 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63222026-09-02T23:52:57.694Z[ recovery-image] Sep 02 23:52:56.572 INFO O| Sep 02 23:52:56.571 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/amt"
63232026-09-02T23:52:57.695Z[ recovery-image] Sep 02 23:52:56.572 INFO O| Sep 02 23:52:56.572 INFO STEP 218 (remove_files) COMPLETE
63242026-09-02T23:52:57.695Z[ recovery-image] Sep 02 23:52:56.572 INFO O| Sep 02 23:52:56.572 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63252026-09-02T23:52:57.704Z[ recovery-image] Sep 02 23:52:56.581 INFO O| Sep 02 23:52:56.581 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/ksh"
63262026-09-02T23:52:57.704Z[ recovery-image] Sep 02 23:52:56.581 INFO O| Sep 02 23:52:56.581 INFO STEP 219 (remove_files) COMPLETE
63272026-09-02T23:52:57.704Z[ recovery-image] Sep 02 23:52:56.581 INFO O| Sep 02 23:52:56.581 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63282026-09-02T23:52:57.715Z[ recovery-image] Sep 02 23:52:56.592 INFO O| Sep 02 23:52:56.592 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/mdb"
63292026-09-02T23:52:57.715Z[ recovery-image] Sep 02 23:52:56.592 INFO O| Sep 02 23:52:56.592 INFO STEP 220 (remove_files) COMPLETE
63302026-09-02T23:52:57.719Z[ recovery-image] Sep 02 23:52:56.592 INFO O| Sep 02 23:52:56.592 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63312026-09-02T23:52:57.725Z[ recovery-image] Sep 02 23:52:56.602 INFO O| Sep 02 23:52:56.602 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/rksh"
63322026-09-02T23:52:57.725Z[ recovery-image] Sep 02 23:52:56.602 INFO O| Sep 02 23:52:56.602 INFO STEP 221 (remove_files) COMPLETE
63332026-09-02T23:52:57.725Z[ recovery-image] Sep 02 23:52:56.602 INFO O| Sep 02 23:52:56.602 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63342026-09-02T23:52:57.735Z[ recovery-image] Sep 02 23:52:56.613 INFO O| Sep 02 23:52:56.612 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/rksh93"
63352026-09-02T23:52:57.735Z[ recovery-image] Sep 02 23:52:56.613 INFO O| Sep 02 23:52:56.613 INFO STEP 222 (remove_files) COMPLETE
63362026-09-02T23:52:57.735Z[ recovery-image] Sep 02 23:52:56.613 INFO O| Sep 02 23:52:56.613 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63372026-09-02T23:52:57.747Z[ recovery-image] Sep 02 23:52:56.625 INFO O| Sep 02 23:52:56.625 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/iconv"
63382026-09-02T23:52:57.747Z[ recovery-image] Sep 02 23:52:56.625 INFO O| Sep 02 23:52:56.625 INFO STEP 223 (remove_files) COMPLETE
63392026-09-02T23:52:57.747Z[ recovery-image] Sep 02 23:52:56.625 INFO O| Sep 02 23:52:56.625 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63402026-09-02T23:52:57.758Z[ recovery-image] Sep 02 23:52:56.636 INFO O| Sep 02 23:52:56.636 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/id"
63412026-09-02T23:52:57.758Z[ recovery-image] Sep 02 23:52:56.636 INFO O| Sep 02 23:52:56.636 INFO STEP 224 (remove_files) COMPLETE
63422026-09-02T23:52:57.758Z[ recovery-image] Sep 02 23:52:56.636 INFO O| Sep 02 23:52:56.636 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63432026-09-02T23:52:57.767Z[ recovery-image] Sep 02 23:52:56.645 INFO O| Sep 02 23:52:56.645 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/idn"
63442026-09-02T23:52:57.767Z[ recovery-image] Sep 02 23:52:56.645 INFO O| Sep 02 23:52:56.645 INFO STEP 225 (remove_files) COMPLETE
63452026-09-02T23:52:57.767Z[ recovery-image] Sep 02 23:52:56.645 INFO O| Sep 02 23:52:56.645 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63462026-09-02T23:52:57.777Z[ recovery-image] Sep 02 23:52:56.655 INFO O| Sep 02 23:52:56.654 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/infocmp"
63472026-09-02T23:52:57.777Z[ recovery-image] Sep 02 23:52:56.655 INFO O| Sep 02 23:52:56.655 INFO STEP 226 (remove_files) COMPLETE
63482026-09-02T23:52:57.777Z[ recovery-image] Sep 02 23:52:56.655 INFO O| Sep 02 23:52:56.655 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63492026-09-02T23:52:57.788Z[ recovery-image] Sep 02 23:52:56.665 INFO O| Sep 02 23:52:56.665 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/iostat"
63502026-09-02T23:52:57.788Z[ recovery-image] Sep 02 23:52:56.665 INFO O| Sep 02 23:52:56.665 INFO STEP 227 (remove_files) COMPLETE
63512026-09-02T23:52:57.792Z[ recovery-image] Sep 02 23:52:56.665 INFO O| Sep 02 23:52:56.665 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63522026-09-02T23:52:57.798Z[ recovery-image] Sep 02 23:52:56.676 INFO O| Sep 02 23:52:56.676 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ipf-mod.pl"
63532026-09-02T23:52:57.798Z[ recovery-image] Sep 02 23:52:56.676 INFO O| Sep 02 23:52:56.676 INFO STEP 228 (remove_files) COMPLETE
63542026-09-02T23:52:57.802Z[ recovery-image] Sep 02 23:52:56.676 INFO O| Sep 02 23:52:56.676 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63552026-09-02T23:52:57.812Z[ recovery-image] Sep 02 23:52:56.686 INFO O| Sep 02 23:52:56.686 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/isainfo"
63562026-09-02T23:52:57.812Z[ recovery-image] Sep 02 23:52:56.686 INFO O| Sep 02 23:52:56.686 INFO STEP 229 (remove_files) COMPLETE
63572026-09-02T23:52:57.812Z[ recovery-image] Sep 02 23:52:56.686 INFO O| Sep 02 23:52:56.686 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63582026-09-02T23:52:57.819Z[ recovery-image] Sep 02 23:52:56.696 INFO O| Sep 02 23:52:56.696 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/isalist"
63592026-09-02T23:52:57.823Z[ recovery-image] Sep 02 23:52:56.698 INFO O| Sep 02 23:52:56.698 INFO STEP 230 (remove_files) COMPLETE
63602026-09-02T23:52:57.823Z[ recovery-image] Sep 02 23:52:56.698 INFO O| Sep 02 23:52:56.698 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63612026-09-02T23:52:57.832Z[ recovery-image] Sep 02 23:52:56.709 INFO O| Sep 02 23:52:56.709 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/jobs"
63622026-09-02T23:52:57.832Z[ recovery-image] Sep 02 23:52:56.709 INFO O| Sep 02 23:52:56.709 INFO STEP 231 (remove_files) COMPLETE
63632026-09-02T23:52:57.832Z[ recovery-image] Sep 02 23:52:56.709 INFO O| Sep 02 23:52:56.709 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63642026-09-02T23:52:57.841Z[ recovery-image] Sep 02 23:52:56.719 INFO O| Sep 02 23:52:56.719 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/join"
63652026-09-02T23:52:57.841Z[ recovery-image] Sep 02 23:52:56.719 INFO O| Sep 02 23:52:56.719 INFO STEP 232 (remove_files) COMPLETE
63662026-09-02T23:52:57.841Z[ recovery-image] Sep 02 23:52:56.719 INFO O| Sep 02 23:52:56.719 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63672026-09-02T23:52:57.851Z[ recovery-image] Sep 02 23:52:56.729 INFO O| Sep 02 23:52:56.729 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kbd"
63682026-09-02T23:52:57.851Z[ recovery-image] Sep 02 23:52:56.729 INFO O| Sep 02 23:52:56.729 INFO STEP 233 (remove_files) COMPLETE
63692026-09-02T23:52:57.851Z[ recovery-image] Sep 02 23:52:56.729 INFO O| Sep 02 23:52:56.729 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63702026-09-02T23:52:57.860Z[ recovery-image] Sep 02 23:52:56.737 INFO O| Sep 02 23:52:56.737 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kdestroy"
63712026-09-02T23:52:57.863Z[ recovery-image] Sep 02 23:52:56.737 INFO O| Sep 02 23:52:56.737 INFO STEP 234 (remove_files) COMPLETE
63722026-09-02T23:52:57.863Z[ recovery-image] Sep 02 23:52:56.737 INFO O| Sep 02 23:52:56.737 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63732026-09-02T23:52:57.870Z[ recovery-image] Sep 02 23:52:56.748 INFO O| Sep 02 23:52:56.748 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/keylogin"
63742026-09-02T23:52:57.870Z[ recovery-image] Sep 02 23:52:56.748 INFO O| Sep 02 23:52:56.748 INFO STEP 235 (remove_files) COMPLETE
63752026-09-02T23:52:57.870Z[ recovery-image] Sep 02 23:52:56.748 INFO O| Sep 02 23:52:56.748 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63762026-09-02T23:52:57.880Z[ recovery-image] Sep 02 23:52:56.758 INFO O| Sep 02 23:52:56.757 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/keylogout"
63772026-09-02T23:52:57.880Z[ recovery-image] Sep 02 23:52:56.758 INFO O| Sep 02 23:52:56.758 INFO STEP 236 (remove_files) COMPLETE
63782026-09-02T23:52:57.884Z[ recovery-image] Sep 02 23:52:56.758 INFO O| Sep 02 23:52:56.758 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63792026-09-02T23:52:57.891Z[ recovery-image] Sep 02 23:52:56.769 INFO O| Sep 02 23:52:56.769 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kill"
63802026-09-02T23:52:57.891Z[ recovery-image] Sep 02 23:52:56.769 INFO O| Sep 02 23:52:56.769 INFO STEP 237 (remove_files) COMPLETE
63812026-09-02T23:52:57.891Z[ recovery-image] Sep 02 23:52:56.769 INFO O| Sep 02 23:52:56.769 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63822026-09-02T23:52:57.901Z[ recovery-image] Sep 02 23:52:56.779 INFO O| Sep 02 23:52:56.779 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kinit"
63832026-09-02T23:52:57.901Z[ recovery-image] Sep 02 23:52:56.779 INFO O| Sep 02 23:52:56.779 INFO STEP 238 (remove_files) COMPLETE
63842026-09-02T23:52:57.901Z[ recovery-image] Sep 02 23:52:56.779 INFO O| Sep 02 23:52:56.779 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63852026-09-02T23:52:57.910Z[ recovery-image] Sep 02 23:52:56.788 INFO O| Sep 02 23:52:56.787 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/klist"
63862026-09-02T23:52:57.910Z[ recovery-image] Sep 02 23:52:56.788 INFO O| Sep 02 23:52:56.788 INFO STEP 239 (remove_files) COMPLETE
63872026-09-02T23:52:57.910Z[ recovery-image] Sep 02 23:52:56.788 INFO O| Sep 02 23:52:56.788 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63882026-09-02T23:52:57.919Z[ recovery-image] Sep 02 23:52:56.797 INFO O| Sep 02 23:52:56.796 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kmfcfg"
63892026-09-02T23:52:57.920Z[ recovery-image] Sep 02 23:52:56.797 INFO O| Sep 02 23:52:56.797 INFO STEP 240 (remove_files) COMPLETE
63902026-09-02T23:52:57.920Z[ recovery-image] Sep 02 23:52:56.797 INFO O| Sep 02 23:52:56.797 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63912026-09-02T23:52:57.929Z[ recovery-image] Sep 02 23:52:56.806 INFO O| Sep 02 23:52:56.806 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kpasswd"
63922026-09-02T23:52:57.929Z[ recovery-image] Sep 02 23:52:56.806 INFO O| Sep 02 23:52:56.806 INFO STEP 241 (remove_files) COMPLETE
63932026-09-02T23:52:57.929Z[ recovery-image] Sep 02 23:52:56.806 INFO O| Sep 02 23:52:56.806 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63942026-09-02T23:52:57.939Z[ recovery-image] Sep 02 23:52:56.817 INFO O| Sep 02 23:52:56.816 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/krb5-config"
63952026-09-02T23:52:57.939Z[ recovery-image] Sep 02 23:52:56.817 INFO O| Sep 02 23:52:56.817 INFO STEP 242 (remove_files) COMPLETE
63962026-09-02T23:52:57.939Z[ recovery-image] Sep 02 23:52:56.817 INFO O| Sep 02 23:52:56.817 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63972026-09-02T23:52:57.950Z[ recovery-image] Sep 02 23:52:56.827 INFO O| Sep 02 23:52:56.827 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ksh93"
63982026-09-02T23:52:57.950Z[ recovery-image] Sep 02 23:52:56.827 INFO O| Sep 02 23:52:56.827 INFO STEP 243 (remove_files) COMPLETE
63992026-09-02T23:52:57.950Z[ recovery-image] Sep 02 23:52:56.827 INFO O| Sep 02 23:52:56.827 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64002026-09-02T23:52:57.960Z[ recovery-image] Sep 02 23:52:56.838 INFO O| Sep 02 23:52:56.838 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ktutil"
64012026-09-02T23:52:57.960Z[ recovery-image] Sep 02 23:52:56.838 INFO O| Sep 02 23:52:56.838 INFO STEP 244 (remove_files) COMPLETE
64022026-09-02T23:52:57.960Z[ recovery-image] Sep 02 23:52:56.838 INFO O| Sep 02 23:52:56.838 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64032026-09-02T23:52:57.971Z[ recovery-image] Sep 02 23:52:56.849 INFO O| Sep 02 23:52:56.848 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kvmstat"
64042026-09-02T23:52:57.971Z[ recovery-image] Sep 02 23:52:56.849 INFO O| Sep 02 23:52:56.849 INFO STEP 245 (remove_files) COMPLETE
64052026-09-02T23:52:57.971Z[ recovery-image] Sep 02 23:52:56.849 INFO O| Sep 02 23:52:56.849 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64062026-09-02T23:52:57.981Z[ recovery-image] Sep 02 23:52:56.859 INFO O| Sep 02 23:52:56.859 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/last"
64072026-09-02T23:52:57.981Z[ recovery-image] Sep 02 23:52:56.859 INFO O| Sep 02 23:52:56.859 INFO STEP 246 (remove_files) COMPLETE
64082026-09-02T23:52:57.985Z[ recovery-image] Sep 02 23:52:56.859 INFO O| Sep 02 23:52:56.859 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64092026-09-02T23:52:57.991Z[ recovery-image] Sep 02 23:52:56.869 INFO O| Sep 02 23:52:56.869 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lastcomm"
64102026-09-02T23:52:57.991Z[ recovery-image] Sep 02 23:52:56.869 INFO O| Sep 02 23:52:56.869 INFO STEP 247 (remove_files) COMPLETE
64112026-09-02T23:52:57.991Z[ recovery-image] Sep 02 23:52:56.869 INFO O| Sep 02 23:52:56.869 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64122026-09-02T23:52:58.002Z[ recovery-image] Sep 02 23:52:56.880 INFO O| Sep 02 23:52:56.880 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ld"
64132026-09-02T23:52:58.002Z[ recovery-image] Sep 02 23:52:56.880 INFO O| Sep 02 23:52:56.880 INFO STEP 248 (remove_files) COMPLETE
64142026-09-02T23:52:58.002Z[ recovery-image] Sep 02 23:52:56.880 INFO O| Sep 02 23:52:56.880 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64152026-09-02T23:52:58.013Z[ recovery-image] Sep 02 23:52:56.891 INFO O| Sep 02 23:52:56.891 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ldd"
64162026-09-02T23:52:58.013Z[ recovery-image] Sep 02 23:52:56.891 INFO O| Sep 02 23:52:56.891 INFO STEP 249 (remove_files) COMPLETE
64172026-09-02T23:52:58.013Z[ recovery-image] Sep 02 23:52:56.891 INFO O| Sep 02 23:52:56.891 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64182026-09-02T23:52:58.023Z[ recovery-image] Sep 02 23:52:56.901 INFO O| Sep 02 23:52:56.901 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/less"
64192026-09-02T23:52:58.023Z[ recovery-image] Sep 02 23:52:56.901 INFO O| Sep 02 23:52:56.901 INFO STEP 250 (remove_files) COMPLETE
64202026-09-02T23:52:58.023Z[ recovery-image] Sep 02 23:52:56.901 INFO O| Sep 02 23:52:56.901 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64212026-09-02T23:52:58.033Z[ recovery-image] Sep 02 23:52:56.911 INFO O| Sep 02 23:52:56.911 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lessecho"
64222026-09-02T23:52:58.033Z[ recovery-image] Sep 02 23:52:56.911 INFO O| Sep 02 23:52:56.911 INFO STEP 251 (remove_files) COMPLETE
64232026-09-02T23:52:58.033Z[ recovery-image] Sep 02 23:52:56.911 INFO O| Sep 02 23:52:56.911 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64242026-09-02T23:52:58.043Z[ recovery-image] Sep 02 23:52:56.921 INFO O| Sep 02 23:52:56.921 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lesskey"
64252026-09-02T23:52:58.043Z[ recovery-image] Sep 02 23:52:56.921 INFO O| Sep 02 23:52:56.921 INFO STEP 252 (remove_files) COMPLETE
64262026-09-02T23:52:58.043Z[ recovery-image] Sep 02 23:52:56.921 INFO O| Sep 02 23:52:56.921 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64272026-09-02T23:52:58.053Z[verify-libraries] Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
64282026-09-02T23:52:58.053Z[ recovery-image] Sep 02 23:52:56.930 INFO O| Sep 02 23:52:56.930 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lgrpinfo"
64292026-09-02T23:52:58.053Z[ recovery-image] Sep 02 23:52:56.931 INFO O| Sep 02 23:52:56.931 INFO STEP 253 (remove_files) COMPLETE
64302026-09-02T23:52:58.056Z[ recovery-image] Sep 02 23:52:56.931 INFO O| Sep 02 23:52:56.931 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64312026-09-02T23:52:58.063Z[ recovery-image] Sep 02 23:52:56.941 INFO O| Sep 02 23:52:56.941 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/line"
64322026-09-02T23:52:58.063Z[ recovery-image] Sep 02 23:52:56.941 INFO O| Sep 02 23:52:56.941 INFO STEP 254 (remove_files) COMPLETE
64332026-09-02T23:52:58.063Z[ recovery-image] Sep 02 23:52:56.941 INFO O| Sep 02 23:52:56.941 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64342026-09-02T23:52:58.073Z[ recovery-image] Sep 02 23:52:56.951 INFO O| Sep 02 23:52:56.951 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/listdgrp"
64352026-09-02T23:52:58.073Z[ recovery-image] Sep 02 23:52:56.951 INFO O| Sep 02 23:52:56.951 INFO STEP 255 (remove_files) COMPLETE
64362026-09-02T23:52:58.073Z[ recovery-image] Sep 02 23:52:56.951 INFO O| Sep 02 23:52:56.951 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64372026-09-02T23:52:58.083Z[ recovery-image] Sep 02 23:52:56.961 INFO O| Sep 02 23:52:56.961 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/listusers"
64382026-09-02T23:52:58.083Z[ recovery-image] Sep 02 23:52:56.961 INFO O| Sep 02 23:52:56.961 INFO STEP 256 (remove_files) COMPLETE
64392026-09-02T23:52:58.087Z[ recovery-image] Sep 02 23:52:56.961 INFO O| Sep 02 23:52:56.961 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64402026-09-02T23:52:58.087Z[verify-libraries] Compiling wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
64412026-09-02T23:52:58.095Z[ recovery-image] Sep 02 23:52:56.973 INFO O| Sep 02 23:52:56.972 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/loadkeys"
64422026-09-02T23:52:58.095Z[ recovery-image] Sep 02 23:52:56.973 INFO O| Sep 02 23:52:56.973 INFO STEP 257 (remove_files) COMPLETE
64432026-09-02T23:52:58.095Z[ recovery-image] Sep 02 23:52:56.973 INFO O| Sep 02 23:52:56.973 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64442026-09-02T23:52:58.105Z[ recovery-image] Sep 02 23:52:56.983 INFO O| Sep 02 23:52:56.983 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logger"
64452026-09-02T23:52:58.105Z[ recovery-image] Sep 02 23:52:56.983 INFO O| Sep 02 23:52:56.983 INFO STEP 258 (remove_files) COMPLETE
64462026-09-02T23:52:58.105Z[ recovery-image] Sep 02 23:52:56.983 INFO O| Sep 02 23:52:56.983 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64472026-09-02T23:52:58.115Z[ recovery-image] Sep 02 23:52:56.993 INFO O| Sep 02 23:52:56.993 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logins"
64482026-09-02T23:52:58.115Z[ recovery-image] Sep 02 23:52:56.993 INFO O| Sep 02 23:52:56.993 INFO STEP 259 (remove_files) COMPLETE
64492026-09-02T23:52:58.115Z[ recovery-image] Sep 02 23:52:56.993 INFO O| Sep 02 23:52:56.993 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64502026-09-02T23:52:58.125Z[ recovery-image] Sep 02 23:52:57.003 INFO O| Sep 02 23:52:57.003 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logname"
64512026-09-02T23:52:58.125Z[ recovery-image] Sep 02 23:52:57.003 INFO O| Sep 02 23:52:57.003 INFO STEP 260 (remove_files) COMPLETE
64522026-09-02T23:52:58.125Z[ recovery-image] Sep 02 23:52:57.003 INFO O| Sep 02 23:52:57.003 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64532026-09-02T23:52:58.135Z[ recovery-image] Sep 02 23:52:57.013 INFO O| Sep 02 23:52:57.013 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/look"
64542026-09-02T23:52:58.135Z[ recovery-image] Sep 02 23:52:57.013 INFO O| Sep 02 23:52:57.013 INFO STEP 261 (remove_files) COMPLETE
64552026-09-02T23:52:58.135Z[ recovery-image] Sep 02 23:52:57.013 INFO O| Sep 02 23:52:57.013 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64562026-09-02T23:52:58.145Z[ recovery-image] Sep 02 23:52:57.023 INFO O| Sep 02 23:52:57.023 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lz4"
64572026-09-02T23:52:58.148Z[ recovery-image] Sep 02 23:52:57.023 INFO O| Sep 02 23:52:57.023 INFO STEP 262 (remove_files) COMPLETE
64582026-09-02T23:52:58.148Z[ recovery-image] Sep 02 23:52:57.023 INFO O| Sep 02 23:52:57.023 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64592026-09-02T23:52:58.155Z[ recovery-image] Sep 02 23:52:57.033 INFO O| Sep 02 23:52:57.033 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lzmadec"
64602026-09-02T23:52:58.163Z[ recovery-image] Sep 02 23:52:57.034 INFO O| Sep 02 23:52:57.034 INFO STEP 263 (remove_files) COMPLETE
64612026-09-02T23:52:58.163Z[ recovery-image] Sep 02 23:52:57.034 INFO O| Sep 02 23:52:57.034 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64622026-09-02T23:52:58.167Z[ recovery-image] Sep 02 23:52:57.044 INFO O| Sep 02 23:52:57.044 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lzmainfo"
64632026-09-02T23:52:58.167Z[ recovery-image] Sep 02 23:52:57.044 INFO O| Sep 02 23:52:57.044 INFO STEP 264 (remove_files) COMPLETE
64642026-09-02T23:52:58.167Z[ recovery-image] Sep 02 23:52:57.044 INFO O| Sep 02 23:52:57.044 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64652026-09-02T23:52:58.176Z[ recovery-image] Sep 02 23:52:57.054 INFO O| Sep 02 23:52:57.054 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mac"
64662026-09-02T23:52:58.176Z[ recovery-image] Sep 02 23:52:57.054 INFO O| Sep 02 23:52:57.054 INFO STEP 265 (remove_files) COMPLETE
64672026-09-02T23:52:58.176Z[ recovery-image] Sep 02 23:52:57.054 INFO O| Sep 02 23:52:57.054 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64682026-09-02T23:52:58.186Z[ recovery-image] Sep 02 23:52:57.063 INFO O| Sep 02 23:52:57.063 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mach"
64692026-09-02T23:52:58.186Z[ recovery-image] Sep 02 23:52:57.064 INFO O| Sep 02 23:52:57.064 INFO STEP 266 (remove_files) COMPLETE
64702026-09-02T23:52:58.186Z[ recovery-image] Sep 02 23:52:57.064 INFO O| Sep 02 23:52:57.064 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64712026-09-02T23:52:58.197Z[ recovery-image] Sep 02 23:52:57.073 INFO O| Sep 02 23:52:57.073 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mailx"
64722026-09-02T23:52:58.197Z[ recovery-image] Sep 02 23:52:57.073 INFO O| Sep 02 23:52:57.073 INFO STEP 267 (remove_files) COMPLETE
64732026-09-02T23:52:58.200Z[ recovery-image] Sep 02 23:52:57.073 INFO O| Sep 02 23:52:57.073 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64742026-09-02T23:52:58.204Z[ recovery-image] Sep 02 23:52:57.082 INFO O| Sep 02 23:52:57.082 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/makedev"
64752026-09-02T23:52:58.204Z[ recovery-image] Sep 02 23:52:57.082 INFO O| Sep 02 23:52:57.082 INFO STEP 268 (remove_files) COMPLETE
64762026-09-02T23:52:58.204Z[ recovery-image] Sep 02 23:52:57.082 INFO O| Sep 02 23:52:57.082 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64772026-09-02T23:52:58.214Z[ recovery-image] Sep 02 23:52:57.091 INFO O| Sep 02 23:52:57.091 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mesg"
64782026-09-02T23:52:58.214Z[ recovery-image] Sep 02 23:52:57.091 INFO O| Sep 02 23:52:57.091 INFO STEP 269 (remove_files) COMPLETE
64792026-09-02T23:52:58.214Z[ recovery-image] Sep 02 23:52:57.091 INFO O| Sep 02 23:52:57.091 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64802026-09-02T23:52:58.228Z[ recovery-image] Sep 02 23:52:57.101 INFO O| Sep 02 23:52:57.101 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mib2c"
64812026-09-02T23:52:58.228Z[ recovery-image] Sep 02 23:52:57.101 INFO O| Sep 02 23:52:57.101 INFO STEP 270 (remove_files) COMPLETE
64822026-09-02T23:52:58.228Z[ recovery-image] Sep 02 23:52:57.101 INFO O| Sep 02 23:52:57.101 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64832026-09-02T23:52:58.233Z[ recovery-image] Sep 02 23:52:57.111 INFO O| Sep 02 23:52:57.111 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mib2c-update"
64842026-09-02T23:52:58.233Z[ recovery-image] Sep 02 23:52:57.111 INFO O| Sep 02 23:52:57.111 INFO STEP 271 (remove_files) COMPLETE
64852026-09-02T23:52:58.233Z[ recovery-image] Sep 02 23:52:57.111 INFO O| Sep 02 23:52:57.111 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64862026-09-02T23:52:58.242Z[ recovery-image] Sep 02 23:52:57.120 INFO O| Sep 02 23:52:57.120 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mkfifo"
64872026-09-02T23:52:58.243Z[ recovery-image] Sep 02 23:52:57.120 INFO O| Sep 02 23:52:57.120 INFO STEP 272 (remove_files) COMPLETE
64882026-09-02T23:52:58.243Z[ recovery-image] Sep 02 23:52:57.120 INFO O| Sep 02 23:52:57.120 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64892026-09-02T23:52:58.252Z[ recovery-image] Sep 02 23:52:57.130 INFO O| Sep 02 23:52:57.130 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mkpwdict"
64902026-09-02T23:52:58.252Z[ recovery-image] Sep 02 23:52:57.130 INFO O| Sep 02 23:52:57.130 INFO STEP 273 (remove_files) COMPLETE
64912026-09-02T23:52:58.252Z[ recovery-image] Sep 02 23:52:57.130 INFO O| Sep 02 23:52:57.130 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64922026-09-02T23:52:58.261Z[ recovery-image] Sep 02 23:52:57.138 INFO O| Sep 02 23:52:57.138 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/moe"
64932026-09-02T23:52:58.264Z[ recovery-image] Sep 02 23:52:57.139 INFO O| Sep 02 23:52:57.139 INFO STEP 274 (remove_files) COMPLETE
64942026-09-02T23:52:58.264Z[ recovery-image] Sep 02 23:52:57.139 INFO O| Sep 02 23:52:57.139 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64952026-09-02T23:52:58.274Z[ recovery-image] Sep 02 23:52:57.150 INFO O| Sep 02 23:52:57.150 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mpstat"
64962026-09-02T23:52:58.277Z[ recovery-image] Sep 02 23:52:57.151 INFO O| Sep 02 23:52:57.151 INFO STEP 275 (remove_files) COMPLETE
64972026-09-02T23:52:58.277Z[ recovery-image] Sep 02 23:52:57.151 INFO O| Sep 02 23:52:57.151 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64982026-09-02T23:52:58.284Z[ recovery-image] Sep 02 23:52:57.162 INFO O| Sep 02 23:52:57.161 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mt"
64992026-09-02T23:52:58.284Z[ recovery-image] Sep 02 23:52:57.162 INFO O| Sep 02 23:52:57.162 INFO STEP 276 (remove_files) COMPLETE
65002026-09-02T23:52:58.284Z[ recovery-image] Sep 02 23:52:57.162 INFO O| Sep 02 23:52:57.162 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65012026-09-02T23:52:58.293Z[ recovery-image] Sep 02 23:52:57.171 INFO O| Sep 02 23:52:57.171 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ncurses6-config"
65022026-09-02T23:52:58.293Z[ recovery-image] Sep 02 23:52:57.171 INFO O| Sep 02 23:52:57.171 INFO STEP 277 (remove_files) COMPLETE
65032026-09-02T23:52:58.297Z[ recovery-image] Sep 02 23:52:57.171 INFO O| Sep 02 23:52:57.171 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65042026-09-02T23:52:58.301Z[ recovery-image] Sep 02 23:52:57.179 INFO O| Sep 02 23:52:57.178 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-cert"
65052026-09-02T23:52:58.301Z[ recovery-image] Sep 02 23:52:57.179 INFO O| Sep 02 23:52:57.179 INFO STEP 278 (remove_files) COMPLETE
65062026-09-02T23:52:58.301Z[ recovery-image] Sep 02 23:52:57.179 INFO O| Sep 02 23:52:57.179 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65072026-09-02T23:52:58.311Z[ recovery-image] Sep 02 23:52:57.187 INFO O| Sep 02 23:52:57.187 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-config"
65082026-09-02T23:52:58.311Z[ recovery-image] Sep 02 23:52:57.187 INFO O| Sep 02 23:52:57.187 INFO STEP 279 (remove_files) COMPLETE
65092026-09-02T23:52:58.311Z[ recovery-image] Sep 02 23:52:57.187 INFO O| Sep 02 23:52:57.187 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65102026-09-02T23:52:58.318Z[ recovery-image] Sep 02 23:52:57.196 INFO O| Sep 02 23:52:57.196 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-create-v3-user"
65112026-09-02T23:52:58.318Z[ recovery-image] Sep 02 23:52:57.196 INFO O| Sep 02 23:52:57.196 INFO STEP 280 (remove_files) COMPLETE
65122026-09-02T23:52:58.318Z[ recovery-image] Sep 02 23:52:57.196 INFO O| Sep 02 23:52:57.196 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65132026-09-02T23:52:58.327Z[ recovery-image] Sep 02 23:52:57.205 INFO O| Sep 02 23:52:57.205 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newform"
65142026-09-02T23:52:58.327Z[ recovery-image] Sep 02 23:52:57.205 INFO O| Sep 02 23:52:57.205 INFO STEP 281 (remove_files) COMPLETE
65152026-09-02T23:52:58.327Z[ recovery-image] Sep 02 23:52:57.205 INFO O| Sep 02 23:52:57.205 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65162026-09-02T23:52:58.337Z[ recovery-image] Sep 02 23:52:57.214 INFO O| Sep 02 23:52:57.214 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newgrp"
65172026-09-02T23:52:58.337Z[ recovery-image] Sep 02 23:52:57.214 INFO O| Sep 02 23:52:57.214 INFO STEP 282 (remove_files) COMPLETE
65182026-09-02T23:52:58.338Z[ recovery-image] Sep 02 23:52:57.214 INFO O| Sep 02 23:52:57.214 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65192026-09-02T23:52:58.345Z[ recovery-image] Sep 02 23:52:57.222 INFO O| Sep 02 23:52:57.222 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/news"
65202026-09-02T23:52:58.345Z[ recovery-image] Sep 02 23:52:57.222 INFO O| Sep 02 23:52:57.222 INFO STEP 283 (remove_files) COMPLETE
65212026-09-02T23:52:58.345Z[ recovery-image] Sep 02 23:52:57.222 INFO O| Sep 02 23:52:57.222 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65222026-09-02T23:52:58.353Z[ recovery-image] Sep 02 23:52:57.231 INFO O| Sep 02 23:52:57.231 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newtask"
65232026-09-02T23:52:58.353Z[ recovery-image] Sep 02 23:52:57.231 INFO O| Sep 02 23:52:57.231 INFO STEP 284 (remove_files) COMPLETE
65242026-09-02T23:52:58.353Z[ recovery-image] Sep 02 23:52:57.231 INFO O| Sep 02 23:52:57.231 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65252026-09-02T23:52:58.370Z[ recovery-image] Sep 02 23:52:57.247 INFO O| Sep 02 23:52:57.242 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/nice"
65262026-09-02T23:52:58.370Z[ recovery-image] Sep 02 23:52:57.247 INFO O| Sep 02 23:52:57.242 INFO STEP 285 (remove_files) COMPLETE
65272026-09-02T23:52:58.373Z[ recovery-image] Sep 02 23:52:57.247 INFO O| Sep 02 23:52:57.242 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65282026-09-02T23:52:58.377Z[ recovery-image] Sep 02 23:52:57.254 INFO O| Sep 02 23:52:57.254 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/nl"
65292026-09-02T23:52:58.377Z[ recovery-image] Sep 02 23:52:57.254 INFO O| Sep 02 23:52:57.254 INFO STEP 286 (remove_files) COMPLETE
65302026-09-02T23:52:58.380Z[ recovery-image] Sep 02 23:52:57.254 INFO O| Sep 02 23:52:57.254 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65312026-09-02T23:52:58.387Z[ recovery-image] Sep 02 23:52:57.264 INFO O| Sep 02 23:52:57.264 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/oawk"
65322026-09-02T23:52:58.387Z[ recovery-image] Sep 02 23:52:57.264 INFO O| Sep 02 23:52:57.264 INFO STEP 287 (remove_files) COMPLETE
65332026-09-02T23:52:58.390Z[ recovery-image] Sep 02 23:52:57.264 INFO O| Sep 02 23:52:57.264 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65342026-09-02T23:52:58.401Z[ recovery-image] Sep 02 23:52:57.275 INFO O| Sep 02 23:52:57.275 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/od"
65352026-09-02T23:52:58.401Z[ recovery-image] Sep 02 23:52:57.275 INFO O| Sep 02 23:52:57.275 INFO STEP 288 (remove_files) COMPLETE
65362026-09-02T23:52:58.401Z[ recovery-image] Sep 02 23:52:57.275 INFO O| Sep 02 23:52:57.275 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65372026-09-02T23:52:58.417Z[ recovery-image] Sep 02 23:52:57.294 INFO O| Sep 02 23:52:57.294 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/optisa"
65382026-09-02T23:52:58.417Z[ recovery-image] Sep 02 23:52:57.294 INFO O| Sep 02 23:52:57.294 INFO STEP 289 (remove_files) COMPLETE
65392026-09-02T23:52:58.420Z[ recovery-image] Sep 02 23:52:57.294 INFO O| Sep 02 23:52:57.294 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65402026-09-02T23:52:58.425Z[ recovery-image] Sep 02 23:52:57.303 INFO O| Sep 02 23:52:57.303 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pack"
65412026-09-02T23:52:58.425Z[ recovery-image] Sep 02 23:52:57.303 INFO O| Sep 02 23:52:57.303 INFO STEP 290 (remove_files) COMPLETE
65422026-09-02T23:52:58.430Z[ recovery-image] Sep 02 23:52:57.303 INFO O| Sep 02 23:52:57.303 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65432026-09-02T23:52:58.434Z[ recovery-image] Sep 02 23:52:57.312 INFO O| Sep 02 23:52:57.312 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/page"
65442026-09-02T23:52:58.434Z[ recovery-image] Sep 02 23:52:57.312 INFO O| Sep 02 23:52:57.312 INFO STEP 291 (remove_files) COMPLETE
65452026-09-02T23:52:58.437Z[ recovery-image] Sep 02 23:52:57.312 INFO O| Sep 02 23:52:57.312 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65462026-09-02T23:52:58.446Z[ recovery-image] Sep 02 23:52:57.322 INFO O| Sep 02 23:52:57.322 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pagesize"
65472026-09-02T23:52:58.446Z[ recovery-image] Sep 02 23:52:57.322 INFO O| Sep 02 23:52:57.322 INFO STEP 292 (remove_files) COMPLETE
65482026-09-02T23:52:58.446Z[ recovery-image] Sep 02 23:52:57.322 INFO O| Sep 02 23:52:57.322 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65492026-09-02T23:52:58.455Z[ recovery-image] Sep 02 23:52:57.332 INFO O| Sep 02 23:52:57.332 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/passwd"
65502026-09-02T23:52:58.455Z[ recovery-image] Sep 02 23:52:57.332 INFO O| Sep 02 23:52:57.332 INFO STEP 293 (remove_files) COMPLETE
65512026-09-02T23:52:58.455Z[ recovery-image] Sep 02 23:52:57.332 INFO O| Sep 02 23:52:57.332 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65522026-09-02T23:52:58.464Z[ recovery-image] Sep 02 23:52:57.342 INFO O| Sep 02 23:52:57.342 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/paste"
65532026-09-02T23:52:58.465Z[ recovery-image] Sep 02 23:52:57.342 INFO O| Sep 02 23:52:57.342 INFO STEP 294 (remove_files) COMPLETE
65542026-09-02T23:52:58.465Z[ recovery-image] Sep 02 23:52:57.342 INFO O| Sep 02 23:52:57.342 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65552026-09-02T23:52:58.473Z[ recovery-image] Sep 02 23:52:57.350 INFO O| Sep 02 23:52:57.350 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pathchk"
65562026-09-02T23:52:58.473Z[ recovery-image] Sep 02 23:52:57.350 INFO O| Sep 02 23:52:57.350 INFO STEP 295 (remove_files) COMPLETE
65572026-09-02T23:52:58.473Z[ recovery-image] Sep 02 23:52:57.350 INFO O| Sep 02 23:52:57.350 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65582026-09-02T23:52:58.487Z[ recovery-image] Sep 02 23:52:57.365 INFO O| Sep 02 23:52:57.365 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pax"
65592026-09-02T23:52:58.487Z[ recovery-image] Sep 02 23:52:57.365 INFO O| Sep 02 23:52:57.365 INFO STEP 296 (remove_files) COMPLETE
65602026-09-02T23:52:58.487Z[ recovery-image] Sep 02 23:52:57.365 INFO O| Sep 02 23:52:57.365 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65612026-09-02T23:52:58.497Z[ recovery-image] Sep 02 23:52:57.375 INFO O| Sep 02 23:52:57.375 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcap-config"
65622026-09-02T23:52:58.497Z[ recovery-image] Sep 02 23:52:57.375 INFO O| Sep 02 23:52:57.375 INFO STEP 297 (remove_files) COMPLETE
65632026-09-02T23:52:58.497Z[ recovery-image] Sep 02 23:52:57.375 INFO O| Sep 02 23:52:57.375 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65642026-09-02T23:52:58.507Z[ recovery-image] Sep 02 23:52:57.384 INFO O| Sep 02 23:52:57.383 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre-config"
65652026-09-02T23:52:58.507Z[ recovery-image] Sep 02 23:52:57.384 INFO O| Sep 02 23:52:57.384 INFO STEP 298 (remove_files) COMPLETE
65662026-09-02T23:52:58.507Z[ recovery-image] Sep 02 23:52:57.384 INFO O| Sep 02 23:52:57.384 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65672026-09-02T23:52:58.515Z[ recovery-image] Sep 02 23:52:57.393 INFO O| Sep 02 23:52:57.393 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2-config"
65682026-09-02T23:52:58.515Z[ recovery-image] Sep 02 23:52:57.393 INFO O| Sep 02 23:52:57.393 INFO STEP 299 (remove_files) COMPLETE
65692026-09-02T23:52:58.515Z[ recovery-image] Sep 02 23:52:57.393 INFO O| Sep 02 23:52:57.393 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65702026-09-02T23:52:58.524Z[ recovery-image] Sep 02 23:52:57.402 INFO O| Sep 02 23:52:57.402 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2grep"
65712026-09-02T23:52:58.524Z[ recovery-image] Sep 02 23:52:57.402 INFO O| Sep 02 23:52:57.402 INFO STEP 300 (remove_files) COMPLETE
65722026-09-02T23:52:58.524Z[ recovery-image] Sep 02 23:52:57.402 INFO O| Sep 02 23:52:57.402 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65732026-09-02T23:52:58.534Z[ recovery-image] Sep 02 23:52:57.412 INFO O| Sep 02 23:52:57.411 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2test"
65742026-09-02T23:52:58.534Z[ recovery-image] Sep 02 23:52:57.412 INFO O| Sep 02 23:52:57.412 INFO STEP 301 (remove_files) COMPLETE
65752026-09-02T23:52:58.534Z[ recovery-image] Sep 02 23:52:57.412 INFO O| Sep 02 23:52:57.412 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65762026-09-02T23:52:58.543Z[ recovery-image] Sep 02 23:52:57.421 INFO O| Sep 02 23:52:57.421 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcregrep"
65772026-09-02T23:52:58.543Z[ recovery-image] Sep 02 23:52:57.421 INFO O| Sep 02 23:52:57.421 INFO STEP 302 (remove_files) COMPLETE
65782026-09-02T23:52:58.543Z[ recovery-image] Sep 02 23:52:57.421 INFO O| Sep 02 23:52:57.421 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65792026-09-02T23:52:58.552Z[ recovery-image] Sep 02 23:52:57.430 INFO O| Sep 02 23:52:57.430 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcretest"
65802026-09-02T23:52:58.552Z[ recovery-image] Sep 02 23:52:57.430 INFO O| Sep 02 23:52:57.430 INFO STEP 303 (remove_files) COMPLETE
65812026-09-02T23:52:58.555Z[ recovery-image] Sep 02 23:52:57.430 INFO O| Sep 02 23:52:57.430 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65822026-09-02T23:52:58.561Z[ recovery-image] Sep 02 23:52:57.438 INFO O| Sep 02 23:52:57.438 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfbash"
65832026-09-02T23:52:58.561Z[ recovery-image] Sep 02 23:52:57.438 INFO O| Sep 02 23:52:57.438 INFO STEP 304 (remove_files) COMPLETE
65842026-09-02T23:52:58.564Z[ recovery-image] Sep 02 23:52:57.438 INFO O| Sep 02 23:52:57.438 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65852026-09-02T23:52:58.570Z[ recovery-image] Sep 02 23:52:57.447 INFO O| Sep 02 23:52:57.447 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfcsh"
65862026-09-02T23:52:58.570Z[ recovery-image] Sep 02 23:52:57.447 INFO O| Sep 02 23:52:57.447 INFO STEP 305 (remove_files) COMPLETE
65872026-09-02T23:52:58.570Z[ recovery-image] Sep 02 23:52:57.447 INFO O| Sep 02 23:52:57.447 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65882026-09-02T23:52:58.578Z[ recovery-image] Sep 02 23:52:57.455 INFO O| Sep 02 23:52:57.455 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfksh"
65892026-09-02T23:52:58.578Z[ recovery-image] Sep 02 23:52:57.455 INFO O| Sep 02 23:52:57.455 INFO STEP 306 (remove_files) COMPLETE
65902026-09-02T23:52:58.581Z[ recovery-image] Sep 02 23:52:57.455 INFO O| Sep 02 23:52:57.455 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65912026-09-02T23:52:58.586Z[ recovery-image] Sep 02 23:52:57.464 INFO O| Sep 02 23:52:57.464 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfksh93"
65922026-09-02T23:52:58.586Z[ recovery-image] Sep 02 23:52:57.464 INFO O| Sep 02 23:52:57.464 INFO STEP 307 (remove_files) COMPLETE
65932026-09-02T23:52:58.590Z[ recovery-image] Sep 02 23:52:57.464 INFO O| Sep 02 23:52:57.464 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65942026-09-02T23:52:58.595Z[ recovery-image] Sep 02 23:52:57.473 INFO O| Sep 02 23:52:57.473 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfrksh"
65952026-09-02T23:52:58.595Z[ recovery-image] Sep 02 23:52:57.473 INFO O| Sep 02 23:52:57.473 INFO STEP 308 (remove_files) COMPLETE
65962026-09-02T23:52:58.596Z[ recovery-image] Sep 02 23:52:57.473 INFO O| Sep 02 23:52:57.473 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65972026-09-02T23:52:58.605Z[ recovery-image] Sep 02 23:52:57.483 INFO O| Sep 02 23:52:57.483 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfrksh93"
65982026-09-02T23:52:58.606Z[ recovery-image] Sep 02 23:52:57.483 INFO O| Sep 02 23:52:57.483 INFO STEP 309 (remove_files) COMPLETE
65992026-09-02T23:52:58.606Z[ recovery-image] Sep 02 23:52:57.483 INFO O| Sep 02 23:52:57.483 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66002026-09-02T23:52:58.614Z[ recovery-image] Sep 02 23:52:57.492 INFO O| Sep 02 23:52:57.492 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfsh"
66012026-09-02T23:52:58.614Z[ recovery-image] Sep 02 23:52:57.492 INFO O| Sep 02 23:52:57.492 INFO STEP 310 (remove_files) COMPLETE
66022026-09-02T23:52:58.614Z[ recovery-image] Sep 02 23:52:57.492 INFO O| Sep 02 23:52:57.492 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66032026-09-02T23:52:58.625Z[ recovery-image] Sep 02 23:52:57.503 INFO O| Sep 02 23:52:57.503 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pftcsh"
66042026-09-02T23:52:58.625Z[ recovery-image] Sep 02 23:52:57.503 INFO O| Sep 02 23:52:57.503 INFO STEP 311 (remove_files) COMPLETE
66052026-09-02T23:52:58.625Z[ recovery-image] Sep 02 23:52:57.503 INFO O| Sep 02 23:52:57.503 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66062026-09-02T23:52:58.635Z[ recovery-image] Sep 02 23:52:57.513 INFO O| Sep 02 23:52:57.512 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfzsh"
66072026-09-02T23:52:58.635Z[ recovery-image] Sep 02 23:52:57.513 INFO O| Sep 02 23:52:57.513 INFO STEP 312 (remove_files) COMPLETE
66082026-09-02T23:52:58.635Z[ recovery-image] Sep 02 23:52:57.513 INFO O| Sep 02 23:52:57.513 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66092026-09-02T23:52:58.645Z[ recovery-image] Sep 02 23:52:57.522 INFO O| Sep 02 23:52:57.522 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pg"
66102026-09-02T23:52:58.645Z[ recovery-image] Sep 02 23:52:57.522 INFO O| Sep 02 23:52:57.522 INFO STEP 313 (remove_files) COMPLETE
66112026-09-02T23:52:58.645Z[ recovery-image] Sep 02 23:52:57.522 INFO O| Sep 02 23:52:57.522 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66122026-09-02T23:52:58.654Z[ recovery-image] Sep 02 23:52:57.532 INFO O| Sep 02 23:52:57.532 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pginfo"
66132026-09-02T23:52:58.654Z[ recovery-image] Sep 02 23:52:57.532 INFO O| Sep 02 23:52:57.532 INFO STEP 314 (remove_files) COMPLETE
66142026-09-02T23:52:58.654Z[ recovery-image] Sep 02 23:52:57.532 INFO O| Sep 02 23:52:57.532 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66152026-09-02T23:52:58.664Z[ recovery-image] Sep 02 23:52:57.542 INFO O| Sep 02 23:52:57.542 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pgstat"
66162026-09-02T23:52:58.664Z[ recovery-image] Sep 02 23:52:57.542 INFO O| Sep 02 23:52:57.542 INFO STEP 315 (remove_files) COMPLETE
66172026-09-02T23:52:58.667Z[ recovery-image] Sep 02 23:52:57.542 INFO O| Sep 02 23:52:57.542 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66182026-09-02T23:52:58.673Z[ recovery-image] Sep 02 23:52:57.550 INFO O| Sep 02 23:52:57.550 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgadm"
66192026-09-02T23:52:58.673Z[ recovery-image] Sep 02 23:52:57.550 INFO O| Sep 02 23:52:57.550 INFO STEP 316 (remove_files) COMPLETE
66202026-09-02T23:52:58.673Z[ recovery-image] Sep 02 23:52:57.550 INFO O| Sep 02 23:52:57.550 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66212026-09-02T23:52:58.685Z[ recovery-image] Sep 02 23:52:57.562 INFO O| Sep 02 23:52:57.562 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgcond"
66222026-09-02T23:52:58.685Z[ recovery-image] Sep 02 23:52:57.562 INFO O| Sep 02 23:52:57.562 INFO STEP 317 (remove_files) COMPLETE
66232026-09-02T23:52:58.685Z[ recovery-image] Sep 02 23:52:57.562 INFO O| Sep 02 23:52:57.562 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66242026-09-02T23:52:58.695Z[ recovery-image] Sep 02 23:52:57.573 INFO O| Sep 02 23:52:57.573 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkginfo"
66252026-09-02T23:52:58.699Z[ recovery-image] Sep 02 23:52:57.574 INFO O| Sep 02 23:52:57.574 INFO STEP 318 (remove_files) COMPLETE
66262026-09-02T23:52:58.699Z[ recovery-image] Sep 02 23:52:57.574 INFO O| Sep 02 23:52:57.574 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66272026-09-02T23:52:58.707Z[ recovery-image] Sep 02 23:52:57.584 INFO O| Sep 02 23:52:57.584 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgmk"
66282026-09-02T23:52:58.707Z[ recovery-image] Sep 02 23:52:57.584 INFO O| Sep 02 23:52:57.584 INFO STEP 319 (remove_files) COMPLETE
66292026-09-02T23:52:58.707Z[ recovery-image] Sep 02 23:52:57.584 INFO O| Sep 02 23:52:57.584 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66302026-09-02T23:52:58.717Z[ recovery-image] Sep 02 23:52:57.594 INFO O| Sep 02 23:52:57.594 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgparam"
66312026-09-02T23:52:58.717Z[ recovery-image] Sep 02 23:52:57.594 INFO O| Sep 02 23:52:57.594 INFO STEP 320 (remove_files) COMPLETE
66322026-09-02T23:52:58.717Z[ recovery-image] Sep 02 23:52:57.594 INFO O| Sep 02 23:52:57.594 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66332026-09-02T23:52:58.727Z[ recovery-image] Sep 02 23:52:57.605 INFO O| Sep 02 23:52:57.605 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgproto"
66342026-09-02T23:52:58.727Z[ recovery-image] Sep 02 23:52:57.605 INFO O| Sep 02 23:52:57.605 INFO STEP 321 (remove_files) COMPLETE
66352026-09-02T23:52:58.727Z[ recovery-image] Sep 02 23:52:57.605 INFO O| Sep 02 23:52:57.605 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66362026-09-02T23:52:58.737Z[ recovery-image] Sep 02 23:52:57.615 INFO O| Sep 02 23:52:57.615 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgtrans"
66372026-09-02T23:52:58.737Z[ recovery-image] Sep 02 23:52:57.615 INFO O| Sep 02 23:52:57.615 INFO STEP 322 (remove_files) COMPLETE
66382026-09-02T23:52:58.741Z[ recovery-image] Sep 02 23:52:57.615 INFO O| Sep 02 23:52:57.615 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66392026-09-02T23:52:58.747Z[ recovery-image] Sep 02 23:52:57.625 INFO O| Sep 02 23:52:57.625 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pktool"
66402026-09-02T23:52:58.747Z[ recovery-image] Sep 02 23:52:57.625 INFO O| Sep 02 23:52:57.625 INFO STEP 323 (remove_files) COMPLETE
66412026-09-02T23:52:58.747Z[ recovery-image] Sep 02 23:52:57.625 INFO O| Sep 02 23:52:57.625 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66422026-09-02T23:52:58.757Z[ recovery-image] Sep 02 23:52:57.635 INFO O| Sep 02 23:52:57.635 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/plgrp"
66432026-09-02T23:52:58.757Z[ recovery-image] Sep 02 23:52:57.635 INFO O| Sep 02 23:52:57.635 INFO STEP 324 (remove_files) COMPLETE
66442026-09-02T23:52:58.758Z[ recovery-image] Sep 02 23:52:57.635 INFO O| Sep 02 23:52:57.635 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66452026-09-02T23:52:58.768Z[ recovery-image] Sep 02 23:52:57.645 INFO O| Sep 02 23:52:57.645 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pmadvise"
66462026-09-02T23:52:58.768Z[ recovery-image] Sep 02 23:52:57.645 INFO O| Sep 02 23:52:57.645 INFO STEP 325 (remove_files) COMPLETE
66472026-09-02T23:52:58.768Z[ recovery-image] Sep 02 23:52:57.645 INFO O| Sep 02 23:52:57.645 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66482026-09-02T23:52:58.777Z[ recovery-image] Sep 02 23:52:57.655 INFO O| Sep 02 23:52:57.655 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/poolstat"
66492026-09-02T23:52:58.782Z[ recovery-image] Sep 02 23:52:57.656 INFO O| Sep 02 23:52:57.656 INFO STEP 326 (remove_files) COMPLETE
66502026-09-02T23:52:58.782Z[ recovery-image] Sep 02 23:52:57.656 INFO O| Sep 02 23:52:57.656 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66512026-09-02T23:52:58.789Z[ recovery-image] Sep 02 23:52:57.666 INFO O| Sep 02 23:52:57.666 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ppgsz"
66522026-09-02T23:52:58.789Z[ recovery-image] Sep 02 23:52:57.666 INFO O| Sep 02 23:52:57.666 INFO STEP 327 (remove_files) COMPLETE
66532026-09-02T23:52:58.789Z[ recovery-image] Sep 02 23:52:57.666 INFO O| Sep 02 23:52:57.666 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66542026-09-02T23:52:58.798Z[ recovery-image] Sep 02 23:52:57.675 INFO O| Sep 02 23:52:57.675 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pr"
66552026-09-02T23:52:58.798Z[ recovery-image] Sep 02 23:52:57.675 INFO O| Sep 02 23:52:57.675 INFO STEP 328 (remove_files) COMPLETE
66562026-09-02T23:52:58.798Z[ recovery-image] Sep 02 23:52:57.675 INFO O| Sep 02 23:52:57.675 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66572026-09-02T23:52:58.807Z[ recovery-image] Sep 02 23:52:57.684 INFO O| Sep 02 23:52:57.684 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/print"
66582026-09-02T23:52:58.807Z[ recovery-image] Sep 02 23:52:57.685 INFO O| Sep 02 23:52:57.685 INFO STEP 329 (remove_files) COMPLETE
66592026-09-02T23:52:58.807Z[ recovery-image] Sep 02 23:52:57.685 INFO O| Sep 02 23:52:57.685 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66602026-09-02T23:52:58.817Z[ recovery-image] Sep 02 23:52:57.694 INFO O| Sep 02 23:52:57.693 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/printf"
66612026-09-02T23:52:58.817Z[ recovery-image] Sep 02 23:52:57.694 INFO O| Sep 02 23:52:57.694 INFO STEP 330 (remove_files) COMPLETE
66622026-09-02T23:52:58.817Z[ recovery-image] Sep 02 23:52:57.694 INFO O| Sep 02 23:52:57.694 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66632026-09-02T23:52:58.825Z[ recovery-image] Sep 02 23:52:57.703 INFO O| Sep 02 23:52:57.703 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/priocntl"
66642026-09-02T23:52:58.825Z[ recovery-image] Sep 02 23:52:57.703 INFO O| Sep 02 23:52:57.703 INFO STEP 331 (remove_files) COMPLETE
66652026-09-02T23:52:58.826Z[ recovery-image] Sep 02 23:52:57.703 INFO O| Sep 02 23:52:57.703 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66662026-09-02T23:52:58.835Z[ recovery-image] Sep 02 23:52:57.712 INFO O| Sep 02 23:52:57.712 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/profiles"
66672026-09-02T23:52:58.835Z[ recovery-image] Sep 02 23:52:57.712 INFO O| Sep 02 23:52:57.712 INFO STEP 332 (remove_files) COMPLETE
66682026-09-02T23:52:58.835Z[ recovery-image] Sep 02 23:52:57.712 INFO O| Sep 02 23:52:57.712 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66692026-09-02T23:52:58.845Z[ recovery-image] Sep 02 23:52:57.722 INFO O| Sep 02 23:52:57.722 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/projects"
66702026-09-02T23:52:58.845Z[ recovery-image] Sep 02 23:52:57.722 INFO O| Sep 02 23:52:57.722 INFO STEP 333 (remove_files) COMPLETE
66712026-09-02T23:52:58.845Z[ recovery-image] Sep 02 23:52:57.722 INFO O| Sep 02 23:52:57.722 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66722026-09-02T23:52:58.853Z[ recovery-image] Sep 02 23:52:57.731 INFO O| Sep 02 23:52:57.731 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/psecflags"
66732026-09-02T23:52:58.853Z[ recovery-image] Sep 02 23:52:57.731 INFO O| Sep 02 23:52:57.731 INFO STEP 334 (remove_files) COMPLETE
66742026-09-02T23:52:58.853Z[ recovery-image] Sep 02 23:52:57.731 INFO O| Sep 02 23:52:57.731 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66752026-09-02T23:52:58.862Z[ recovery-image] Sep 02 23:52:57.740 INFO O| Sep 02 23:52:57.739 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/putdev"
66762026-09-02T23:52:58.862Z[ recovery-image] Sep 02 23:52:57.740 INFO O| Sep 02 23:52:57.740 INFO STEP 335 (remove_files) COMPLETE
66772026-09-02T23:52:58.865Z[ recovery-image] Sep 02 23:52:57.740 INFO O| Sep 02 23:52:57.740 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66782026-09-02T23:52:58.871Z[ recovery-image] Sep 02 23:52:57.748 INFO O| Sep 02 23:52:57.748 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/putdgrp"
66792026-09-02T23:52:58.871Z[ recovery-image] Sep 02 23:52:57.748 INFO O| Sep 02 23:52:57.748 INFO STEP 336 (remove_files) COMPLETE
66802026-09-02T23:52:58.874Z[ recovery-image] Sep 02 23:52:57.748 INFO O| Sep 02 23:52:57.748 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66812026-09-02T23:52:58.879Z[ recovery-image] Sep 02 23:52:57.757 INFO O| Sep 02 23:52:57.757 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pvs"
66822026-09-02T23:52:58.879Z[ recovery-image] Sep 02 23:52:57.757 INFO O| Sep 02 23:52:57.757 INFO STEP 337 (remove_files) COMPLETE
66832026-09-02T23:52:58.883Z[ recovery-image] Sep 02 23:52:57.757 INFO O| Sep 02 23:52:57.757 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66842026-09-02T23:52:58.893Z[ recovery-image] Sep 02 23:52:57.766 INFO O| Sep 02 23:52:57.766 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pwait"
66852026-09-02T23:52:58.893Z[ recovery-image] Sep 02 23:52:57.766 INFO O| Sep 02 23:52:57.766 INFO STEP 338 (remove_files) COMPLETE
66862026-09-02T23:52:58.893Z[ recovery-image] Sep 02 23:52:57.766 INFO O| Sep 02 23:52:57.766 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66872026-09-02T23:52:58.898Z[ recovery-image] Sep 02 23:52:57.776 INFO O| Sep 02 23:52:57.776 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pwd"
66882026-09-02T23:52:58.898Z[ recovery-image] Sep 02 23:52:57.776 INFO O| Sep 02 23:52:57.776 INFO STEP 339 (remove_files) COMPLETE
66892026-09-02T23:52:58.901Z[ recovery-image] Sep 02 23:52:57.776 INFO O| Sep 02 23:52:57.776 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66902026-09-02T23:52:58.908Z[ recovery-image] Sep 02 23:52:57.786 INFO O| Sep 02 23:52:57.786 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/read"
66912026-09-02T23:52:58.908Z[ recovery-image] Sep 02 23:52:57.786 INFO O| Sep 02 23:52:57.786 INFO STEP 340 (remove_files) COMPLETE
66922026-09-02T23:52:58.911Z[ recovery-image] Sep 02 23:52:57.786 INFO O| Sep 02 23:52:57.786 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66932026-09-02T23:52:58.920Z[ recovery-image] Sep 02 23:52:57.797 INFO O| Sep 02 23:52:57.797 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/red"
66942026-09-02T23:52:58.920Z[ recovery-image] Sep 02 23:52:57.797 INFO O| Sep 02 23:52:57.797 INFO STEP 341 (remove_files) COMPLETE
66952026-09-02T23:52:58.920Z[ recovery-image] Sep 02 23:52:57.797 INFO O| Sep 02 23:52:57.797 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66962026-09-02T23:52:58.929Z[ recovery-image] Sep 02 23:52:57.807 INFO O| Sep 02 23:52:57.807 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/regcmp"
66972026-09-02T23:52:58.929Z[ recovery-image] Sep 02 23:52:57.807 INFO O| Sep 02 23:52:57.807 INFO STEP 342 (remove_files) COMPLETE
66982026-09-02T23:52:58.929Z[ recovery-image] Sep 02 23:52:57.807 INFO O| Sep 02 23:52:57.807 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66992026-09-02T23:52:58.939Z[ recovery-image] Sep 02 23:52:57.817 INFO O| Sep 02 23:52:57.816 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/renice"
67002026-09-02T23:52:58.939Z[ recovery-image] Sep 02 23:52:57.817 INFO O| Sep 02 23:52:57.817 INFO STEP 343 (remove_files) COMPLETE
67012026-09-02T23:52:58.942Z[ recovery-image] Sep 02 23:52:57.817 INFO O| Sep 02 23:52:57.817 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67022026-09-02T23:52:58.949Z[ recovery-image] Sep 02 23:52:57.826 INFO O| Sep 02 23:52:57.826 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/resize"
67032026-09-02T23:52:58.949Z[ recovery-image] Sep 02 23:52:57.826 INFO O| Sep 02 23:52:57.826 INFO STEP 344 (remove_files) COMPLETE
67042026-09-02T23:52:58.950Z[ recovery-image] Sep 02 23:52:57.826 INFO O| Sep 02 23:52:57.826 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67052026-09-02T23:52:58.958Z[ recovery-image] Sep 02 23:52:57.836 INFO O| Sep 02 23:52:57.836 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rev"
67062026-09-02T23:52:58.958Z[ recovery-image] Sep 02 23:52:57.836 INFO O| Sep 02 23:52:57.836 INFO STEP 345 (remove_files) COMPLETE
67072026-09-02T23:52:58.959Z[ recovery-image] Sep 02 23:52:57.836 INFO O| Sep 02 23:52:57.836 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67082026-09-02T23:52:58.969Z[ recovery-image] Sep 02 23:52:57.846 INFO O| Sep 02 23:52:57.846 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rksh"
67092026-09-02T23:52:58.969Z[ recovery-image] Sep 02 23:52:57.846 INFO O| Sep 02 23:52:57.846 INFO STEP 346 (remove_files) COMPLETE
67102026-09-02T23:52:58.969Z[ recovery-image] Sep 02 23:52:57.846 INFO O| Sep 02 23:52:57.846 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67112026-09-02T23:52:58.978Z[ recovery-image] Sep 02 23:52:57.856 INFO O| Sep 02 23:52:57.856 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rksh93"
67122026-09-02T23:52:58.978Z[ recovery-image] Sep 02 23:52:57.856 INFO O| Sep 02 23:52:57.856 INFO STEP 347 (remove_files) COMPLETE
67132026-09-02T23:52:58.978Z[ recovery-image] Sep 02 23:52:57.856 INFO O| Sep 02 23:52:57.856 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67142026-09-02T23:52:58.987Z[ recovery-image] Sep 02 23:52:57.865 INFO O| Sep 02 23:52:57.865 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/roles"
67152026-09-02T23:52:58.987Z[ recovery-image] Sep 02 23:52:57.865 INFO O| Sep 02 23:52:57.865 INFO STEP 348 (remove_files) COMPLETE
67162026-09-02T23:52:58.991Z[ recovery-image] Sep 02 23:52:57.865 INFO O| Sep 02 23:52:57.865 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67172026-09-02T23:52:58.996Z[ recovery-image] Sep 02 23:52:57.873 INFO O| Sep 02 23:52:57.873 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rpcinfo"
67182026-09-02T23:52:58.996Z[ recovery-image] Sep 02 23:52:57.873 INFO O| Sep 02 23:52:57.873 INFO STEP 349 (remove_files) COMPLETE
67192026-09-02T23:52:59.025Z[ recovery-image] Sep 02 23:52:57.873 INFO O| Sep 02 23:52:57.873 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67202026-09-02T23:52:59.029Z[ recovery-image] Sep 02 23:52:57.882 INFO O| Sep 02 23:52:57.882 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rsync"
67212026-09-02T23:52:59.029Z[ recovery-image] Sep 02 23:52:57.883 INFO O| Sep 02 23:52:57.883 INFO STEP 350 (remove_files) COMPLETE
67222026-09-02T23:52:59.029Z[ recovery-image] Sep 02 23:52:57.883 INFO O| Sep 02 23:52:57.883 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67232026-09-02T23:52:59.029Z[ recovery-image] Sep 02 23:52:57.891 INFO O| Sep 02 23:52:57.891 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rsync-ssl"
67242026-09-02T23:52:59.030Z[ recovery-image] Sep 02 23:52:57.891 INFO O| Sep 02 23:52:57.891 INFO STEP 351 (remove_files) COMPLETE
67252026-09-02T23:52:59.030Z[ recovery-image] Sep 02 23:52:57.891 INFO O| Sep 02 23:52:57.891 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67262026-09-02T23:52:59.030Z[ recovery-image] Sep 02 23:52:57.899 INFO O| Sep 02 23:52:57.899 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/runat"
67272026-09-02T23:52:59.030Z[ recovery-image] Sep 02 23:52:57.899 INFO O| Sep 02 23:52:57.899 INFO STEP 352 (remove_files) COMPLETE
67282026-09-02T23:52:59.030Z[ recovery-image] Sep 02 23:52:57.899 INFO O| Sep 02 23:52:57.899 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67292026-09-02T23:52:59.033Z[ recovery-image] Sep 02 23:52:57.908 INFO O| Sep 02 23:52:57.908 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/scp"
67302026-09-02T23:52:59.033Z[ recovery-image] Sep 02 23:52:57.909 INFO O| Sep 02 23:52:57.909 INFO STEP 353 (remove_files) COMPLETE
67312026-09-02T23:52:59.033Z[ recovery-image] Sep 02 23:52:57.909 INFO O| Sep 02 23:52:57.909 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67322026-09-02T23:52:59.041Z[ recovery-image] Sep 02 23:52:57.919 INFO O| Sep 02 23:52:57.919 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/script"
67332026-09-02T23:52:59.041Z[ recovery-image] Sep 02 23:52:57.919 INFO O| Sep 02 23:52:57.919 INFO STEP 354 (remove_files) COMPLETE
67342026-09-02T23:52:59.041Z[ recovery-image] Sep 02 23:52:57.919 INFO O| Sep 02 23:52:57.919 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67352026-09-02T23:52:59.050Z[ recovery-image] Sep 02 23:52:57.928 INFO O| Sep 02 23:52:57.928 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sdiff"
67362026-09-02T23:52:59.050Z[ recovery-image] Sep 02 23:52:57.928 INFO O| Sep 02 23:52:57.928 INFO STEP 355 (remove_files) COMPLETE
67372026-09-02T23:52:59.050Z[ recovery-image] Sep 02 23:52:57.928 INFO O| Sep 02 23:52:57.928 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67382026-09-02T23:52:59.058Z[ recovery-image] Sep 02 23:52:57.936 INFO O| Sep 02 23:52:57.935 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/setpgrp"
67392026-09-02T23:52:59.058Z[ recovery-image] Sep 02 23:52:57.936 INFO O| Sep 02 23:52:57.936 INFO STEP 356 (remove_files) COMPLETE
67402026-09-02T23:52:59.058Z[ recovery-image] Sep 02 23:52:57.936 INFO O| Sep 02 23:52:57.936 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67412026-09-02T23:52:59.067Z[ recovery-image] Sep 02 23:52:57.943 INFO O| Sep 02 23:52:57.943 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sftp"
67422026-09-02T23:52:59.067Z[ recovery-image] Sep 02 23:52:57.943 INFO O| Sep 02 23:52:57.943 INFO STEP 357 (remove_files) COMPLETE
67432026-09-02T23:52:59.067Z[ recovery-image] Sep 02 23:52:57.943 INFO O| Sep 02 23:52:57.943 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67442026-09-02T23:52:59.074Z[ recovery-image] Sep 02 23:52:57.951 INFO O| Sep 02 23:52:57.951 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/shcomp"
67452026-09-02T23:52:59.074Z[ recovery-image] Sep 02 23:52:57.951 INFO O| Sep 02 23:52:57.951 INFO STEP 358 (remove_files) COMPLETE
67462026-09-02T23:52:59.077Z[ recovery-image] Sep 02 23:52:57.951 INFO O| Sep 02 23:52:57.951 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67472026-09-02T23:52:59.082Z[ recovery-image] Sep 02 23:52:57.960 INFO O| Sep 02 23:52:57.960 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/smbutil"
67482026-09-02T23:52:59.082Z[ recovery-image] Sep 02 23:52:57.960 INFO O| Sep 02 23:52:57.960 INFO STEP 359 (remove_files) COMPLETE
67492026-09-02T23:52:59.085Z[ recovery-image] Sep 02 23:52:57.960 INFO O| Sep 02 23:52:57.960 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67502026-09-02T23:52:59.091Z[ recovery-image] Sep 02 23:52:57.969 INFO O| Sep 02 23:52:57.969 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmp-bridge-mib"
67512026-09-02T23:52:59.092Z[ recovery-image] Sep 02 23:52:57.969 INFO O| Sep 02 23:52:57.969 INFO STEP 360 (remove_files) COMPLETE
67522026-09-02T23:52:59.092Z[ recovery-image] Sep 02 23:52:57.969 INFO O| Sep 02 23:52:57.969 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67532026-09-02T23:52:59.101Z[ recovery-image] Sep 02 23:52:57.978 INFO O| Sep 02 23:52:57.978 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpbulkget"
67542026-09-02T23:52:59.101Z[ recovery-image] Sep 02 23:52:57.978 INFO O| Sep 02 23:52:57.978 INFO STEP 361 (remove_files) COMPLETE
67552026-09-02T23:52:59.104Z[ recovery-image] Sep 02 23:52:57.978 INFO O| Sep 02 23:52:57.978 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67562026-09-02T23:52:59.109Z[ recovery-image] Sep 02 23:52:57.987 INFO O| Sep 02 23:52:57.987 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpbulkwalk"
67572026-09-02T23:52:59.109Z[ recovery-image] Sep 02 23:52:57.987 INFO O| Sep 02 23:52:57.987 INFO STEP 362 (remove_files) COMPLETE
67582026-09-02T23:52:59.109Z[ recovery-image] Sep 02 23:52:57.987 INFO O| Sep 02 23:52:57.987 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67592026-09-02T23:52:59.128Z[ recovery-image] Sep 02 23:52:58.006 INFO O| Sep 02 23:52:58.006 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpcheck"
67602026-09-02T23:52:59.132Z[ recovery-image] Sep 02 23:52:58.007 INFO O| Sep 02 23:52:58.007 INFO STEP 363 (remove_files) COMPLETE
67612026-09-02T23:52:59.132Z[ recovery-image] Sep 02 23:52:58.007 INFO O| Sep 02 23:52:58.007 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67622026-09-02T23:52:59.139Z[ recovery-image] Sep 02 23:52:58.017 INFO O| Sep 02 23:52:58.017 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpconf"
67632026-09-02T23:52:59.139Z[ recovery-image] Sep 02 23:52:58.017 INFO O| Sep 02 23:52:58.017 INFO STEP 364 (remove_files) COMPLETE
67642026-09-02T23:52:59.139Z[ recovery-image] Sep 02 23:52:58.017 INFO O| Sep 02 23:52:58.017 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67652026-09-02T23:52:59.149Z[ recovery-image] Sep 02 23:52:58.027 INFO O| Sep 02 23:52:58.027 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpdelta"
67662026-09-02T23:52:59.150Z[ recovery-image] Sep 02 23:52:58.027 INFO O| Sep 02 23:52:58.027 INFO STEP 365 (remove_files) COMPLETE
67672026-09-02T23:52:59.150Z[ recovery-image] Sep 02 23:52:58.027 INFO O| Sep 02 23:52:58.027 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67682026-09-02T23:52:59.160Z[ recovery-image] Sep 02 23:52:58.038 INFO O| Sep 02 23:52:58.038 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpdf"
67692026-09-02T23:52:59.160Z[ recovery-image] Sep 02 23:52:58.038 INFO O| Sep 02 23:52:58.038 INFO STEP 366 (remove_files) COMPLETE
67702026-09-02T23:52:59.161Z[ recovery-image] Sep 02 23:52:58.038 INFO O| Sep 02 23:52:58.038 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67712026-09-02T23:52:59.170Z[ recovery-image] Sep 02 23:52:58.047 INFO O| Sep 02 23:52:58.047 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpget"
67722026-09-02T23:52:59.170Z[ recovery-image] Sep 02 23:52:58.047 INFO O| Sep 02 23:52:58.047 INFO STEP 367 (remove_files) COMPLETE
67732026-09-02T23:52:59.170Z[ recovery-image] Sep 02 23:52:58.047 INFO O| Sep 02 23:52:58.047 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67742026-09-02T23:52:59.180Z[ recovery-image] Sep 02 23:52:58.058 INFO O| Sep 02 23:52:58.058 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpgetnext"
67752026-09-02T23:52:59.180Z[ recovery-image] Sep 02 23:52:58.058 INFO O| Sep 02 23:52:58.058 INFO STEP 368 (remove_files) COMPLETE
67762026-09-02T23:52:59.180Z[ recovery-image] Sep 02 23:52:58.058 INFO O| Sep 02 23:52:58.058 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67772026-09-02T23:52:59.190Z[ recovery-image] Sep 02 23:52:58.068 INFO O| Sep 02 23:52:58.068 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpnetstat"
67782026-09-02T23:52:59.194Z[ recovery-image] Sep 02 23:52:58.068 INFO O| Sep 02 23:52:58.068 INFO STEP 369 (remove_files) COMPLETE
67792026-09-02T23:52:59.194Z[ recovery-image] Sep 02 23:52:58.068 INFO O| Sep 02 23:52:58.068 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67802026-09-02T23:52:59.198Z[ recovery-image] Sep 02 23:52:58.076 INFO O| Sep 02 23:52:58.076 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmppcap"
67812026-09-02T23:52:59.198Z[ recovery-image] Sep 02 23:52:58.076 INFO O| Sep 02 23:52:58.076 INFO STEP 370 (remove_files) COMPLETE
67822026-09-02T23:52:59.199Z[ recovery-image] Sep 02 23:52:58.076 INFO O| Sep 02 23:52:58.076 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67832026-09-02T23:52:59.209Z[ recovery-image] Sep 02 23:52:58.087 INFO O| Sep 02 23:52:58.086 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpping"
67842026-09-02T23:52:59.209Z[ recovery-image] Sep 02 23:52:58.087 INFO O| Sep 02 23:52:58.087 INFO STEP 371 (remove_files) COMPLETE
67852026-09-02T23:52:59.209Z[ recovery-image] Sep 02 23:52:58.087 INFO O| Sep 02 23:52:58.087 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67862026-09-02T23:52:59.218Z[ recovery-image] Sep 02 23:52:58.095 INFO O| Sep 02 23:52:58.095 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpps"
67872026-09-02T23:52:59.218Z[ recovery-image] Sep 02 23:52:58.095 INFO O| Sep 02 23:52:58.095 INFO STEP 372 (remove_files) COMPLETE
67882026-09-02T23:52:59.218Z[ recovery-image] Sep 02 23:52:58.095 INFO O| Sep 02 23:52:58.095 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67892026-09-02T23:52:59.228Z[ recovery-image] Sep 02 23:52:58.105 INFO O| Sep 02 23:52:58.105 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpset"
67902026-09-02T23:52:59.228Z[ recovery-image] Sep 02 23:52:58.105 INFO O| Sep 02 23:52:58.105 INFO STEP 373 (remove_files) COMPLETE
67912026-09-02T23:52:59.228Z[ recovery-image] Sep 02 23:52:58.105 INFO O| Sep 02 23:52:58.105 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67922026-09-02T23:52:59.239Z[ recovery-image] Sep 02 23:52:58.116 INFO O| Sep 02 23:52:58.116 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpstatus"
67932026-09-02T23:52:59.239Z[ recovery-image] Sep 02 23:52:58.116 INFO O| Sep 02 23:52:58.116 INFO STEP 374 (remove_files) COMPLETE
67942026-09-02T23:52:59.239Z[ recovery-image] Sep 02 23:52:58.116 INFO O| Sep 02 23:52:58.116 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67952026-09-02T23:52:59.248Z[ recovery-image] Sep 02 23:52:58.126 INFO O| Sep 02 23:52:58.126 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptable"
67962026-09-02T23:52:59.248Z[ recovery-image] Sep 02 23:52:58.126 INFO O| Sep 02 23:52:58.126 INFO STEP 375 (remove_files) COMPLETE
67972026-09-02T23:52:59.248Z[ recovery-image] Sep 02 23:52:58.126 INFO O| Sep 02 23:52:58.126 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67982026-09-02T23:52:59.259Z[ recovery-image] Sep 02 23:52:58.136 INFO O| Sep 02 23:52:58.136 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptest"
67992026-09-02T23:52:59.259Z[ recovery-image] Sep 02 23:52:58.136 INFO O| Sep 02 23:52:58.136 INFO STEP 376 (remove_files) COMPLETE
68002026-09-02T23:52:59.259Z[ recovery-image] Sep 02 23:52:58.136 INFO O| Sep 02 23:52:58.136 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68012026-09-02T23:52:59.267Z[ recovery-image] Sep 02 23:52:58.145 INFO O| Sep 02 23:52:58.145 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptranslate"
68022026-09-02T23:52:59.268Z[ recovery-image] Sep 02 23:52:58.145 INFO O| Sep 02 23:52:58.145 INFO STEP 377 (remove_files) COMPLETE
68032026-09-02T23:52:59.268Z[ recovery-image] Sep 02 23:52:58.145 INFO O| Sep 02 23:52:58.145 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68042026-09-02T23:52:59.276Z[ recovery-image] Sep 02 23:52:58.154 INFO O| Sep 02 23:52:58.154 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptrap"
68052026-09-02T23:52:59.276Z[ recovery-image] Sep 02 23:52:58.154 INFO O| Sep 02 23:52:58.154 INFO STEP 378 (remove_files) COMPLETE
68062026-09-02T23:52:59.276Z[ recovery-image] Sep 02 23:52:58.154 INFO O| Sep 02 23:52:58.154 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68072026-09-02T23:52:59.287Z[ recovery-image] Sep 02 23:52:58.165 INFO O| Sep 02 23:52:58.165 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpusm"
68082026-09-02T23:52:59.287Z[ recovery-image] Sep 02 23:52:58.165 INFO O| Sep 02 23:52:58.165 INFO STEP 379 (remove_files) COMPLETE
68092026-09-02T23:52:59.287Z[ recovery-image] Sep 02 23:52:58.165 INFO O| Sep 02 23:52:58.165 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68102026-09-02T23:52:59.298Z[ recovery-image] Sep 02 23:52:58.175 INFO O| Sep 02 23:52:58.175 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpvacm"
68112026-09-02T23:52:59.298Z[ recovery-image] Sep 02 23:52:58.175 INFO O| Sep 02 23:52:58.175 INFO STEP 380 (remove_files) COMPLETE
68122026-09-02T23:52:59.301Z[ recovery-image] Sep 02 23:52:58.175 INFO O| Sep 02 23:52:58.175 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68132026-09-02T23:52:59.307Z[ recovery-image] Sep 02 23:52:58.185 INFO O| Sep 02 23:52:58.185 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpwalk"
68142026-09-02T23:52:59.307Z[ recovery-image] Sep 02 23:52:58.185 INFO O| Sep 02 23:52:58.185 INFO STEP 381 (remove_files) COMPLETE
68152026-09-02T23:52:59.307Z[ recovery-image] Sep 02 23:52:58.185 INFO O| Sep 02 23:52:58.185 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68162026-09-02T23:52:59.317Z[ recovery-image] Sep 02 23:52:58.195 INFO O| Sep 02 23:52:58.195 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sotruss"
68172026-09-02T23:52:59.317Z[ recovery-image] Sep 02 23:52:58.195 INFO O| Sep 02 23:52:58.195 INFO STEP 382 (remove_files) COMPLETE
68182026-09-02T23:52:59.317Z[ recovery-image] Sep 02 23:52:58.195 INFO O| Sep 02 23:52:58.195 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68192026-09-02T23:52:59.327Z[ recovery-image] Sep 02 23:52:58.205 INFO O| Sep 02 23:52:58.205 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/spell"
68202026-09-02T23:52:59.327Z[ recovery-image] Sep 02 23:52:58.205 INFO O| Sep 02 23:52:58.205 INFO STEP 383 (remove_files) COMPLETE
68212026-09-02T23:52:59.327Z[ recovery-image] Sep 02 23:52:58.205 INFO O| Sep 02 23:52:58.205 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68222026-09-02T23:52:59.337Z[ recovery-image] Sep 02 23:52:58.215 INFO O| Sep 02 23:52:58.215 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/split"
68232026-09-02T23:52:59.337Z[ recovery-image] Sep 02 23:52:58.215 INFO O| Sep 02 23:52:58.215 INFO STEP 384 (remove_files) COMPLETE
68242026-09-02T23:52:59.337Z[ recovery-image] Sep 02 23:52:58.215 INFO O| Sep 02 23:52:58.215 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68252026-09-02T23:52:59.347Z[ recovery-image] Sep 02 23:52:58.225 INFO O| Sep 02 23:52:58.225 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sqlite3"
68262026-09-02T23:52:59.347Z[ recovery-image] Sep 02 23:52:58.225 INFO O| Sep 02 23:52:58.225 INFO STEP 385 (remove_files) COMPLETE
68272026-09-02T23:52:59.347Z[ recovery-image] Sep 02 23:52:58.225 INFO O| Sep 02 23:52:58.225 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68282026-09-02T23:52:59.356Z[ recovery-image] Sep 02 23:52:58.234 INFO O| Sep 02 23:52:58.234 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh"
68292026-09-02T23:52:59.356Z[ recovery-image] Sep 02 23:52:58.234 INFO O| Sep 02 23:52:58.234 INFO STEP 386 (remove_files) COMPLETE
68302026-09-02T23:52:59.356Z[ recovery-image] Sep 02 23:52:58.234 INFO O| Sep 02 23:52:58.234 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68312026-09-02T23:52:59.374Z[ recovery-image] Sep 02 23:52:58.251 INFO O| Sep 02 23:52:58.251 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-add"
68322026-09-02T23:52:59.374Z[ recovery-image] Sep 02 23:52:58.251 INFO O| Sep 02 23:52:58.251 INFO STEP 387 (remove_files) COMPLETE
68332026-09-02T23:52:59.378Z[ recovery-image] Sep 02 23:52:58.251 INFO O| Sep 02 23:52:58.251 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68342026-09-02T23:52:59.385Z[ recovery-image] Sep 02 23:52:58.263 INFO O| Sep 02 23:52:58.263 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-agent"
68352026-09-02T23:52:59.390Z[ recovery-image] Sep 02 23:52:58.263 INFO O| Sep 02 23:52:58.263 INFO STEP 388 (remove_files) COMPLETE
68362026-09-02T23:52:59.390Z[ recovery-image] Sep 02 23:52:58.263 INFO O| Sep 02 23:52:58.263 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68372026-09-02T23:52:59.398Z[ recovery-image] Sep 02 23:52:58.274 INFO O| Sep 02 23:52:58.274 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-copy-id"
68382026-09-02T23:52:59.398Z[ recovery-image] Sep 02 23:52:58.274 INFO O| Sep 02 23:52:58.274 INFO STEP 389 (remove_files) COMPLETE
68392026-09-02T23:52:59.398Z[ recovery-image] Sep 02 23:52:58.274 INFO O| Sep 02 23:52:58.274 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68402026-09-02T23:52:59.417Z[ recovery-image] Sep 02 23:52:58.293 INFO O| Sep 02 23:52:58.293 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-keyscan"
68412026-09-02T23:52:59.417Z[ recovery-image] Sep 02 23:52:58.293 INFO O| Sep 02 23:52:58.293 INFO STEP 390 (remove_files) COMPLETE
68422026-09-02T23:52:59.417Z[ recovery-image] Sep 02 23:52:58.293 INFO O| Sep 02 23:52:58.293 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68432026-09-02T23:52:59.431Z[ recovery-image] Sep 02 23:52:58.303 INFO O| Sep 02 23:52:58.303 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/strings"
68442026-09-02T23:52:59.435Z[ recovery-image] Sep 02 23:52:58.303 INFO O| Sep 02 23:52:58.303 INFO STEP 391 (remove_files) COMPLETE
68452026-09-02T23:52:59.438Z[ recovery-image] Sep 02 23:52:58.303 INFO O| Sep 02 23:52:58.303 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68462026-09-02T23:52:59.441Z[ recovery-image] Sep 02 23:52:58.316 INFO O| Sep 02 23:52:58.316 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sum"
68472026-09-02T23:52:59.441Z[ recovery-image] Sep 02 23:52:58.316 INFO O| Sep 02 23:52:58.316 INFO STEP 392 (remove_files) COMPLETE
68482026-09-02T23:52:59.441Z[ recovery-image] Sep 02 23:52:58.316 INFO O| Sep 02 23:52:58.316 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68492026-09-02T23:52:59.451Z[ recovery-image] Sep 02 23:52:58.328 INFO O| Sep 02 23:52:58.328 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tabs"
68502026-09-02T23:52:59.454Z[ recovery-image] Sep 02 23:52:58.329 INFO O| Sep 02 23:52:58.329 INFO STEP 393 (remove_files) COMPLETE
68512026-09-02T23:52:59.454Z[ recovery-image] Sep 02 23:52:58.329 INFO O| Sep 02 23:52:58.329 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68522026-09-02T23:52:59.464Z[ recovery-image] Sep 02 23:52:58.342 INFO O| Sep 02 23:52:58.342 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tcopy"
68532026-09-02T23:52:59.464Z[ recovery-image] Sep 02 23:52:58.342 INFO O| Sep 02 23:52:58.342 INFO STEP 394 (remove_files) COMPLETE
68542026-09-02T23:52:59.467Z[ recovery-image] Sep 02 23:52:58.342 INFO O| Sep 02 23:52:58.342 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68552026-09-02T23:52:59.474Z[ recovery-image] Sep 02 23:52:58.352 INFO O| Sep 02 23:52:58.352 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/test"
68562026-09-02T23:52:59.474Z[ recovery-image] Sep 02 23:52:58.352 INFO O| Sep 02 23:52:58.352 INFO STEP 395 (remove_files) COMPLETE
68572026-09-02T23:52:59.478Z[ recovery-image] Sep 02 23:52:58.352 INFO O| Sep 02 23:52:58.352 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68582026-09-02T23:52:59.486Z[ recovery-image] Sep 02 23:52:58.364 INFO O| Sep 02 23:52:58.364 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tic"
68592026-09-02T23:52:59.486Z[ recovery-image] Sep 02 23:52:58.364 INFO O| Sep 02 23:52:58.364 INFO STEP 396 (remove_files) COMPLETE
68602026-09-02T23:52:59.489Z[ recovery-image] Sep 02 23:52:58.364 INFO O| Sep 02 23:52:58.364 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68612026-09-02T23:52:59.496Z[ recovery-image] Sep 02 23:52:58.372 INFO O| Sep 02 23:52:58.372 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/time"
68622026-09-02T23:52:59.496Z[ recovery-image] Sep 02 23:52:58.373 INFO O| Sep 02 23:52:58.372 INFO STEP 397 (remove_files) COMPLETE
68632026-09-02T23:52:59.496Z[ recovery-image] Sep 02 23:52:58.373 INFO O| Sep 02 23:52:58.372 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68642026-09-02T23:52:59.503Z[ recovery-image] Sep 02 23:52:58.381 INFO O| Sep 02 23:52:58.381 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tip"
68652026-09-02T23:52:59.503Z[ recovery-image] Sep 02 23:52:58.381 INFO O| Sep 02 23:52:58.381 INFO STEP 398 (remove_files) COMPLETE
68662026-09-02T23:52:59.507Z[ recovery-image] Sep 02 23:52:58.381 INFO O| Sep 02 23:52:58.381 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68672026-09-02T23:52:59.512Z[verify-libraries] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
68682026-09-02T23:52:59.515Z[ recovery-image] Sep 02 23:52:58.391 INFO O| Sep 02 23:52:58.391 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tkmib"
68692026-09-02T23:52:59.515Z[ recovery-image] Sep 02 23:52:58.393 INFO O| Sep 02 23:52:58.393 INFO STEP 399 (remove_files) COMPLETE
68702026-09-02T23:52:59.515Z[ recovery-image] Sep 02 23:52:58.393 INFO O| Sep 02 23:52:58.393 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68712026-09-02T23:52:59.524Z[ recovery-image] Sep 02 23:52:58.402 INFO O| Sep 02 23:52:58.402 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tpmadm"
68722026-09-02T23:52:59.524Z[ recovery-image] Sep 02 23:52:58.402 INFO O| Sep 02 23:52:58.402 INFO STEP 400 (remove_files) COMPLETE
68732026-09-02T23:52:59.524Z[ recovery-image] Sep 02 23:52:58.402 INFO O| Sep 02 23:52:58.402 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68742026-09-02T23:52:59.536Z[ recovery-image] Sep 02 23:52:58.413 INFO O| Sep 02 23:52:58.413 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/traptoemail"
68752026-09-02T23:52:59.536Z[ recovery-image] Sep 02 23:52:58.413 INFO O| Sep 02 23:52:58.413 INFO STEP 401 (remove_files) COMPLETE
68762026-09-02T23:52:59.539Z[ recovery-image] Sep 02 23:52:58.413 INFO O| Sep 02 23:52:58.413 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68772026-09-02T23:52:59.546Z[ recovery-image] Sep 02 23:52:58.423 INFO O| Sep 02 23:52:58.423 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/true"
68782026-09-02T23:52:59.546Z[ recovery-image] Sep 02 23:52:58.423 INFO O| Sep 02 23:52:58.423 INFO STEP 402 (remove_files) COMPLETE
68792026-09-02T23:52:59.546Z[ recovery-image] Sep 02 23:52:58.423 INFO O| Sep 02 23:52:58.423 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68802026-09-02T23:52:59.556Z[ recovery-image] Sep 02 23:52:58.434 INFO O| Sep 02 23:52:58.434 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tty"
68812026-09-02T23:52:59.556Z[ recovery-image] Sep 02 23:52:58.434 INFO O| Sep 02 23:52:58.434 INFO STEP 403 (remove_files) COMPLETE
68822026-09-02T23:52:59.556Z[ recovery-image] Sep 02 23:52:58.434 INFO O| Sep 02 23:52:58.434 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68832026-09-02T23:52:59.565Z[ recovery-image] Sep 02 23:52:58.442 INFO O| Sep 02 23:52:58.442 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/type"
68842026-09-02T23:52:59.565Z[ recovery-image] Sep 02 23:52:58.442 INFO O| Sep 02 23:52:58.442 INFO STEP 404 (remove_files) COMPLETE
68852026-09-02T23:52:59.565Z[ recovery-image] Sep 02 23:52:58.442 INFO O| Sep 02 23:52:58.442 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68862026-09-02T23:52:59.574Z[ recovery-image] Sep 02 23:52:58.451 INFO O| Sep 02 23:52:58.451 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tzselect"
68872026-09-02T23:52:59.574Z[ recovery-image] Sep 02 23:52:58.451 INFO O| Sep 02 23:52:58.451 INFO STEP 405 (remove_files) COMPLETE
68882026-09-02T23:52:59.574Z[ recovery-image] Sep 02 23:52:58.451 INFO O| Sep 02 23:52:58.451 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68892026-09-02T23:52:59.583Z[ recovery-image] Sep 02 23:52:58.461 INFO O| Sep 02 23:52:58.460 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ulimit"
68902026-09-02T23:52:59.583Z[ recovery-image] Sep 02 23:52:58.461 INFO O| Sep 02 23:52:58.461 INFO STEP 406 (remove_files) COMPLETE
68912026-09-02T23:52:59.587Z[ recovery-image] Sep 02 23:52:58.461 INFO O| Sep 02 23:52:58.461 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68922026-09-02T23:52:59.592Z[ recovery-image] Sep 02 23:52:58.469 INFO O| Sep 02 23:52:58.469 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/umask"
68932026-09-02T23:52:59.592Z[ recovery-image] Sep 02 23:52:58.469 INFO O| Sep 02 23:52:58.469 INFO STEP 407 (remove_files) COMPLETE
68942026-09-02T23:52:59.595Z[ recovery-image] Sep 02 23:52:58.469 INFO O| Sep 02 23:52:58.469 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68952026-09-02T23:52:59.601Z[ recovery-image] Sep 02 23:52:58.479 INFO O| Sep 02 23:52:58.479 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unalias"
68962026-09-02T23:52:59.601Z[ recovery-image] Sep 02 23:52:58.479 INFO O| Sep 02 23:52:58.479 INFO STEP 408 (remove_files) COMPLETE
68972026-09-02T23:52:59.601Z[ recovery-image] Sep 02 23:52:58.479 INFO O| Sep 02 23:52:58.479 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68982026-09-02T23:52:59.611Z[ recovery-image] Sep 02 23:52:58.489 INFO O| Sep 02 23:52:58.489 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uncompress"
68992026-09-02T23:52:59.611Z[ recovery-image] Sep 02 23:52:58.489 INFO O| Sep 02 23:52:58.489 INFO STEP 409 (remove_files) COMPLETE
69002026-09-02T23:52:59.611Z[ recovery-image] Sep 02 23:52:58.489 INFO O| Sep 02 23:52:58.489 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69012026-09-02T23:52:59.623Z[ recovery-image] Sep 02 23:52:58.500 INFO O| Sep 02 23:52:58.500 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unexpand"
69022026-09-02T23:52:59.623Z[ recovery-image] Sep 02 23:52:58.500 INFO O| Sep 02 23:52:58.500 INFO STEP 410 (remove_files) COMPLETE
69032026-09-02T23:52:59.626Z[ recovery-image] Sep 02 23:52:58.500 INFO O| Sep 02 23:52:58.500 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69042026-09-02T23:52:59.634Z[ recovery-image] Sep 02 23:52:58.512 INFO O| Sep 02 23:52:58.512 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uniq"
69052026-09-02T23:52:59.634Z[ recovery-image] Sep 02 23:52:58.512 INFO O| Sep 02 23:52:58.512 INFO STEP 411 (remove_files) COMPLETE
69062026-09-02T23:52:59.637Z[ recovery-image] Sep 02 23:52:58.512 INFO O| Sep 02 23:52:58.512 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69072026-09-02T23:52:59.645Z[ recovery-image] Sep 02 23:52:58.523 INFO O| Sep 02 23:52:58.523 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/units"
69082026-09-02T23:52:59.646Z[ recovery-image] Sep 02 23:52:58.523 INFO O| Sep 02 23:52:58.523 INFO STEP 412 (remove_files) COMPLETE
69092026-09-02T23:52:59.646Z[ recovery-image] Sep 02 23:52:58.523 INFO O| Sep 02 23:52:58.523 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69102026-09-02T23:52:59.657Z[ recovery-image] Sep 02 23:52:58.534 INFO O| Sep 02 23:52:58.534 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unix2dos"
69112026-09-02T23:52:59.657Z[ recovery-image] Sep 02 23:52:58.535 INFO O| Sep 02 23:52:58.534 INFO STEP 413 (remove_files) COMPLETE
69122026-09-02T23:52:59.657Z[ recovery-image] Sep 02 23:52:58.535 INFO O| Sep 02 23:52:58.535 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69132026-09-02T23:52:59.667Z[ recovery-image] Sep 02 23:52:58.545 INFO O| Sep 02 23:52:58.544 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unpack"
69142026-09-02T23:52:59.667Z[ recovery-image] Sep 02 23:52:58.545 INFO O| Sep 02 23:52:58.545 INFO STEP 414 (remove_files) COMPLETE
69152026-09-02T23:52:59.670Z[ recovery-image] Sep 02 23:52:58.545 INFO O| Sep 02 23:52:58.545 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69162026-09-02T23:52:59.676Z[ recovery-image] Sep 02 23:52:58.553 INFO O| Sep 02 23:52:58.553 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/userattr"
69172026-09-02T23:52:59.676Z[ recovery-image] Sep 02 23:52:58.554 INFO O| Sep 02 23:52:58.554 INFO STEP 415 (remove_files) COMPLETE
69182026-09-02T23:52:59.676Z[ recovery-image] Sep 02 23:52:58.554 INFO O| Sep 02 23:52:58.554 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69192026-09-02T23:52:59.685Z[ recovery-image] Sep 02 23:52:58.562 INFO O| Sep 02 23:52:58.562 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uudecode"
69202026-09-02T23:52:59.685Z[ recovery-image] Sep 02 23:52:58.562 INFO O| Sep 02 23:52:58.562 INFO STEP 416 (remove_files) COMPLETE
69212026-09-02T23:52:59.688Z[ recovery-image] Sep 02 23:52:58.562 INFO O| Sep 02 23:52:58.562 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69222026-09-02T23:52:59.696Z[ recovery-image] Sep 02 23:52:58.571 INFO O| Sep 02 23:52:58.571 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uuencode"
69232026-09-02T23:52:59.696Z[ recovery-image] Sep 02 23:52:58.572 INFO O| Sep 02 23:52:58.571 INFO STEP 417 (remove_files) COMPLETE
69242026-09-02T23:52:59.696Z[ recovery-image] Sep 02 23:52:58.572 INFO O| Sep 02 23:52:58.572 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69252026-09-02T23:52:59.696Z[verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
69262026-09-02T23:52:59.706Z[ recovery-image] Sep 02 23:52:58.582 INFO O| Sep 02 23:52:58.582 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uuidgen"
69272026-09-02T23:52:59.706Z[ recovery-image] Sep 02 23:52:58.582 INFO O| Sep 02 23:52:58.582 INFO STEP 418 (remove_files) COMPLETE
69282026-09-02T23:52:59.709Z[ recovery-image] Sep 02 23:52:58.582 INFO O| Sep 02 23:52:58.582 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69292026-09-02T23:52:59.715Z[ recovery-image] Sep 02 23:52:58.592 INFO O| Sep 02 23:52:58.592 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vedit"
69302026-09-02T23:52:59.715Z[ recovery-image] Sep 02 23:52:58.593 INFO O| Sep 02 23:52:58.593 INFO STEP 419 (remove_files) COMPLETE
69312026-09-02T23:52:59.715Z[ recovery-image] Sep 02 23:52:58.593 INFO O| Sep 02 23:52:58.593 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69322026-09-02T23:52:59.725Z[ recovery-image] Sep 02 23:52:58.603 INFO O| Sep 02 23:52:58.603 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vim"
69332026-09-02T23:52:59.725Z[ recovery-image] Sep 02 23:52:58.603 INFO O| Sep 02 23:52:58.603 INFO STEP 420 (remove_files) COMPLETE
69342026-09-02T23:52:59.725Z[ recovery-image] Sep 02 23:52:58.603 INFO O| Sep 02 23:52:58.603 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69352026-09-02T23:52:59.735Z[ recovery-image] Sep 02 23:52:58.613 INFO O| Sep 02 23:52:58.613 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vimtutor"
69362026-09-02T23:52:59.735Z[ recovery-image] Sep 02 23:52:58.613 INFO O| Sep 02 23:52:58.613 INFO STEP 421 (remove_files) COMPLETE
69372026-09-02T23:52:59.740Z[ recovery-image] Sep 02 23:52:58.613 INFO O| Sep 02 23:52:58.613 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69382026-09-02T23:52:59.745Z[ recovery-image] Sep 02 23:52:58.622 INFO O| Sep 02 23:52:58.622 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vmstat"
69392026-09-02T23:52:59.745Z[ recovery-image] Sep 02 23:52:58.623 INFO O| Sep 02 23:52:58.623 INFO STEP 422 (remove_files) COMPLETE
69402026-09-02T23:52:59.745Z[ recovery-image] Sep 02 23:52:58.623 INFO O| Sep 02 23:52:58.623 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69412026-09-02T23:52:59.755Z[ recovery-image] Sep 02 23:52:58.632 INFO O| Sep 02 23:52:58.632 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vtfontcvt"
69422026-09-02T23:52:59.755Z[ recovery-image] Sep 02 23:52:58.632 INFO O| Sep 02 23:52:58.632 INFO STEP 423 (remove_files) COMPLETE
69432026-09-02T23:52:59.755Z[ recovery-image] Sep 02 23:52:58.632 INFO O| Sep 02 23:52:58.632 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69442026-09-02T23:52:59.763Z[ recovery-image] Sep 02 23:52:58.641 INFO O| Sep 02 23:52:58.641 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/w"
69452026-09-02T23:52:59.763Z[ recovery-image] Sep 02 23:52:58.641 INFO O| Sep 02 23:52:58.641 INFO STEP 424 (remove_files) COMPLETE
69462026-09-02T23:52:59.763Z[ recovery-image] Sep 02 23:52:58.641 INFO O| Sep 02 23:52:58.641 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69472026-09-02T23:52:59.773Z[ recovery-image] Sep 02 23:52:58.651 INFO O| Sep 02 23:52:58.650 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wait"
69482026-09-02T23:52:59.773Z[ recovery-image] Sep 02 23:52:58.651 INFO O| Sep 02 23:52:58.651 INFO STEP 425 (remove_files) COMPLETE
69492026-09-02T23:52:59.773Z[ recovery-image] Sep 02 23:52:58.651 INFO O| Sep 02 23:52:58.651 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69502026-09-02T23:52:59.784Z[ recovery-image] Sep 02 23:52:58.662 INFO O| Sep 02 23:52:58.662 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/watch"
69512026-09-02T23:52:59.784Z[ recovery-image] Sep 02 23:52:58.662 INFO O| Sep 02 23:52:58.662 INFO STEP 426 (remove_files) COMPLETE
69522026-09-02T23:52:59.788Z[ recovery-image] Sep 02 23:52:58.662 INFO O| Sep 02 23:52:58.662 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69532026-09-02T23:52:59.797Z[ recovery-image] Sep 02 23:52:58.674 INFO O| Sep 02 23:52:58.674 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wc"
69542026-09-02T23:52:59.800Z[ recovery-image] Sep 02 23:52:58.674 INFO O| Sep 02 23:52:58.674 INFO STEP 427 (remove_files) COMPLETE
69552026-09-02T23:52:59.800Z[ recovery-image] Sep 02 23:52:58.674 INFO O| Sep 02 23:52:58.674 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69562026-09-02T23:52:59.807Z[ recovery-image] Sep 02 23:52:58.684 INFO O| Sep 02 23:52:58.684 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/which"
69572026-09-02T23:52:59.807Z[ recovery-image] Sep 02 23:52:58.684 INFO O| Sep 02 23:52:58.684 INFO STEP 428 (remove_files) COMPLETE
69582026-09-02T23:52:59.807Z[ recovery-image] Sep 02 23:52:58.684 INFO O| Sep 02 23:52:58.684 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69592026-09-02T23:52:59.816Z[ recovery-image] Sep 02 23:52:58.693 INFO O| Sep 02 23:52:58.693 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/whocalls"
69602026-09-02T23:52:59.816Z[ recovery-image] Sep 02 23:52:58.693 INFO O| Sep 02 23:52:58.693 INFO STEP 429 (remove_files) COMPLETE
69612026-09-02T23:52:59.816Z[ recovery-image] Sep 02 23:52:58.693 INFO O| Sep 02 23:52:58.693 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69622026-09-02T23:52:59.825Z[ recovery-image] Sep 02 23:52:58.702 INFO O| Sep 02 23:52:58.702 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wracct"
69632026-09-02T23:52:59.825Z[ recovery-image] Sep 02 23:52:58.702 INFO O| Sep 02 23:52:58.702 INFO STEP 430 (remove_files) COMPLETE
69642026-09-02T23:52:59.828Z[ recovery-image] Sep 02 23:52:58.702 INFO O| Sep 02 23:52:58.702 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69652026-09-02T23:52:59.833Z[ recovery-image] Sep 02 23:52:58.710 INFO O| Sep 02 23:52:58.710 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/write"
69662026-09-02T23:52:59.833Z[ recovery-image] Sep 02 23:52:58.710 INFO O| Sep 02 23:52:58.710 INFO STEP 431 (remove_files) COMPLETE
69672026-09-02T23:52:59.837Z[ recovery-image] Sep 02 23:52:58.710 INFO O| Sep 02 23:52:58.710 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69682026-09-02T23:52:59.841Z[ recovery-image] Sep 02 23:52:58.719 INFO O| Sep 02 23:52:58.719 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xargs"
69692026-09-02T23:52:59.841Z[ recovery-image] Sep 02 23:52:58.719 INFO O| Sep 02 23:52:58.719 INFO STEP 432 (remove_files) COMPLETE
69702026-09-02T23:52:59.841Z[ recovery-image] Sep 02 23:52:58.719 INFO O| Sep 02 23:52:58.719 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69712026-09-02T23:52:59.853Z[ recovery-image] Sep 02 23:52:58.731 INFO O| Sep 02 23:52:58.730 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xml2-config"
69722026-09-02T23:52:59.853Z[ recovery-image] Sep 02 23:52:58.731 INFO O| Sep 02 23:52:58.730 INFO STEP 433 (remove_files) COMPLETE
69732026-09-02T23:52:59.853Z[ recovery-image] Sep 02 23:52:58.731 INFO O| Sep 02 23:52:58.730 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69742026-09-02T23:52:59.863Z[ recovery-image] Sep 02 23:52:58.740 INFO O| Sep 02 23:52:58.740 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmlcatalog"
69752026-09-02T23:52:59.863Z[ recovery-image] Sep 02 23:52:58.740 INFO O| Sep 02 23:52:58.740 INFO STEP 434 (remove_files) COMPLETE
69762026-09-02T23:52:59.863Z[ recovery-image] Sep 02 23:52:58.740 INFO O| Sep 02 23:52:58.740 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69772026-09-02T23:52:59.877Z[ recovery-image] Sep 02 23:52:58.750 INFO O| Sep 02 23:52:58.750 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmllint"
69782026-09-02T23:52:59.877Z[ recovery-image] Sep 02 23:52:58.750 INFO O| Sep 02 23:52:58.750 INFO STEP 435 (remove_files) COMPLETE
69792026-09-02T23:52:59.877Z[ recovery-image] Sep 02 23:52:58.750 INFO O| Sep 02 23:52:58.750 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69802026-09-02T23:52:59.883Z[ recovery-image] Sep 02 23:52:58.760 INFO O| Sep 02 23:52:58.760 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmlwf"
69812026-09-02T23:52:59.883Z[ recovery-image] Sep 02 23:52:58.760 INFO O| Sep 02 23:52:58.760 INFO STEP 436 (remove_files) COMPLETE
69822026-09-02T23:52:59.883Z[ recovery-image] Sep 02 23:52:58.760 INFO O| Sep 02 23:52:58.760 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69832026-09-02T23:52:59.893Z[ recovery-image] Sep 02 23:52:58.771 INFO O| Sep 02 23:52:58.771 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xstr"
69842026-09-02T23:52:59.893Z[ recovery-image] Sep 02 23:52:58.771 INFO O| Sep 02 23:52:58.771 INFO STEP 437 (remove_files) COMPLETE
69852026-09-02T23:52:59.894Z[ recovery-image] Sep 02 23:52:58.771 INFO O| Sep 02 23:52:58.771 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69862026-09-02T23:52:59.904Z[ recovery-image] Sep 02 23:52:58.782 INFO O| Sep 02 23:52:58.781 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xxd"
69872026-09-02T23:52:59.904Z[ recovery-image] Sep 02 23:52:58.782 INFO O| Sep 02 23:52:58.782 INFO STEP 438 (remove_files) COMPLETE
69882026-09-02T23:52:59.904Z[ recovery-image] Sep 02 23:52:58.782 INFO O| Sep 02 23:52:58.782 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69892026-09-02T23:52:59.915Z[ recovery-image] Sep 02 23:52:58.792 INFO O| Sep 02 23:52:58.792 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xz"
69902026-09-02T23:52:59.915Z[ recovery-image] Sep 02 23:52:58.792 INFO O| Sep 02 23:52:58.792 INFO STEP 439 (remove_files) COMPLETE
69912026-09-02T23:52:59.915Z[ recovery-image] Sep 02 23:52:58.792 INFO O| Sep 02 23:52:58.792 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69922026-09-02T23:52:59.925Z[ recovery-image] Sep 02 23:52:58.802 INFO O| Sep 02 23:52:58.802 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzdec"
69932026-09-02T23:52:59.925Z[ recovery-image] Sep 02 23:52:58.802 INFO O| Sep 02 23:52:58.802 INFO STEP 440 (remove_files) COMPLETE
69942026-09-02T23:52:59.928Z[ recovery-image] Sep 02 23:52:58.802 INFO O| Sep 02 23:52:58.802 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69952026-09-02T23:52:59.934Z[ recovery-image] Sep 02 23:52:58.812 INFO O| Sep 02 23:52:58.812 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzdiff"
69962026-09-02T23:52:59.934Z[ recovery-image] Sep 02 23:52:58.812 INFO O| Sep 02 23:52:58.812 INFO STEP 441 (remove_files) COMPLETE
69972026-09-02T23:52:59.934Z[ recovery-image] Sep 02 23:52:58.812 INFO O| Sep 02 23:52:58.812 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69982026-09-02T23:52:59.944Z[ recovery-image] Sep 02 23:52:58.822 INFO O| Sep 02 23:52:58.821 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzgrep"
69992026-09-02T23:52:59.944Z[ recovery-image] Sep 02 23:52:58.822 INFO O| Sep 02 23:52:58.822 INFO STEP 442 (remove_files) COMPLETE
70002026-09-02T23:52:59.947Z[ recovery-image] Sep 02 23:52:58.822 INFO O| Sep 02 23:52:58.822 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70012026-09-02T23:52:59.953Z[ recovery-image] Sep 02 23:52:58.831 INFO O| Sep 02 23:52:58.831 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzless"
70022026-09-02T23:52:59.954Z[ recovery-image] Sep 02 23:52:58.831 INFO O| Sep 02 23:52:58.831 INFO STEP 443 (remove_files) COMPLETE
70032026-09-02T23:52:59.954Z[ recovery-image] Sep 02 23:52:58.831 INFO O| Sep 02 23:52:58.831 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70042026-09-02T23:52:59.963Z[ recovery-image] Sep 02 23:52:58.841 INFO O| Sep 02 23:52:58.841 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzmore"
70052026-09-02T23:52:59.963Z[ recovery-image] Sep 02 23:52:58.841 INFO O| Sep 02 23:52:58.841 INFO STEP 444 (remove_files) COMPLETE
70062026-09-02T23:52:59.964Z[ recovery-image] Sep 02 23:52:58.841 INFO O| Sep 02 23:52:58.841 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70072026-09-02T23:52:59.970Z[verify-libraries] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
70082026-09-02T23:52:59.973Z[ recovery-image] Sep 02 23:52:58.851 INFO O| Sep 02 23:52:58.851 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/yes"
70092026-09-02T23:52:59.973Z[ recovery-image] Sep 02 23:52:58.851 INFO O| Sep 02 23:52:58.851 INFO STEP 445 (remove_files) COMPLETE
70102026-09-02T23:52:59.973Z[ recovery-image] Sep 02 23:52:58.851 INFO O| Sep 02 23:52:58.851 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70112026-09-02T23:52:59.984Z[ recovery-image] Sep 02 23:52:58.862 INFO O| Sep 02 23:52:58.862 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zcat"
70122026-09-02T23:52:59.984Z[ recovery-image] Sep 02 23:52:58.862 INFO O| Sep 02 23:52:58.862 INFO STEP 446 (remove_files) COMPLETE
70132026-09-02T23:52:59.984Z[ recovery-image] Sep 02 23:52:58.862 INFO O| Sep 02 23:52:58.862 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70142026-09-02T23:52:59.994Z[ recovery-image] Sep 02 23:52:58.872 INFO O| Sep 02 23:52:58.872 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zonestat"
70152026-09-02T23:52:59.994Z[ recovery-image] Sep 02 23:52:58.872 INFO O| Sep 02 23:52:58.872 INFO STEP 447 (remove_files) COMPLETE
70162026-09-02T23:52:59.994Z[ recovery-image] Sep 02 23:52:58.872 INFO O| Sep 02 23:52:58.872 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70172026-09-02T23:52:59.998Z[verify-libraries] Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
70182026-09-02T23:53:00.005Z[ recovery-image] Sep 02 23:52:58.883 INFO O| Sep 02 23:52:58.883 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstd"
70192026-09-02T23:53:00.005Z[ recovery-image] Sep 02 23:52:58.883 INFO O| Sep 02 23:52:58.883 INFO STEP 448 (remove_files) COMPLETE
70202026-09-02T23:53:00.005Z[ recovery-image] Sep 02 23:52:58.883 INFO O| Sep 02 23:52:58.883 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70212026-09-02T23:53:00.015Z[ recovery-image] Sep 02 23:52:58.893 INFO O| Sep 02 23:52:58.893 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstdgrep"
70222026-09-02T23:53:00.015Z[ recovery-image] Sep 02 23:52:58.893 INFO O| Sep 02 23:52:58.893 INFO STEP 449 (remove_files) COMPLETE
70232026-09-02T23:53:00.015Z[ recovery-image] Sep 02 23:52:58.893 INFO O| Sep 02 23:52:58.893 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70242026-09-02T23:53:00.025Z[ recovery-image] Sep 02 23:52:58.903 INFO O| Sep 02 23:52:58.902 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstdless"
70252026-09-02T23:53:00.025Z[ recovery-image] Sep 02 23:52:58.903 INFO O| Sep 02 23:52:58.903 INFO STEP 450 (remove_files) COMPLETE
70262026-09-02T23:53:00.025Z[ recovery-image] Sep 02 23:52:58.903 INFO O| Sep 02 23:52:58.903 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70272026-09-02T23:53:00.035Z[ recovery-image] Sep 02 23:52:58.912 INFO O| Sep 02 23:52:58.912 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0"
70282026-09-02T23:53:00.035Z[ recovery-image] Sep 02 23:52:58.913 INFO O| Sep 02 23:52:58.913 INFO STEP 451 (remove_files) COMPLETE
70292026-09-02T23:53:00.038Z[ recovery-image] Sep 02 23:52:58.913 INFO O| Sep 02 23:52:58.913 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70302026-09-02T23:53:00.044Z[ recovery-image] Sep 02 23:52:58.922 INFO O| Sep 02 23:52:58.922 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0"
70312026-09-02T23:53:00.044Z[ recovery-image] Sep 02 23:52:58.922 INFO O| Sep 02 23:52:58.922 INFO STEP 452 (remove_files) COMPLETE
70322026-09-02T23:53:00.044Z[ recovery-image] Sep 02 23:52:58.922 INFO O| Sep 02 23:52:58.922 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70332026-09-02T23:53:00.054Z[ recovery-image] Sep 02 23:52:58.931 INFO O| Sep 02 23:52:58.931 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0"
70342026-09-02T23:53:00.054Z[ recovery-image] Sep 02 23:52:58.931 INFO O| Sep 02 23:52:58.931 INFO STEP 453 (remove_files) COMPLETE
70352026-09-02T23:53:00.054Z[ recovery-image] Sep 02 23:52:58.931 INFO O| Sep 02 23:52:58.931 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70362026-09-02T23:53:00.063Z[ recovery-image] Sep 02 23:52:58.941 INFO O| Sep 02 23:52:58.941 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28"
70372026-09-02T23:53:00.067Z[ recovery-image] Sep 02 23:52:58.942 INFO O| Sep 02 23:52:58.942 INFO STEP 454 (remove_files) COMPLETE
70382026-09-02T23:53:00.067Z[ recovery-image] Sep 02 23:52:58.942 INFO O| Sep 02 23:52:58.942 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70392026-09-02T23:53:00.074Z[ recovery-image] Sep 02 23:52:58.952 INFO O| Sep 02 23:52:58.952 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0"
70402026-09-02T23:53:00.074Z[ recovery-image] Sep 02 23:52:58.952 INFO O| Sep 02 23:52:58.952 INFO STEP 455 (remove_files) COMPLETE
70412026-09-02T23:53:00.074Z[ recovery-image] Sep 02 23:52:58.952 INFO O| Sep 02 23:52:58.952 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70422026-09-02T23:53:00.081Z[verify-libraries] Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
70432026-09-02T23:53:00.085Z[ recovery-image] Sep 02 23:52:58.961 INFO O| Sep 02 23:52:58.960 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libgcc_s.so.1"
70442026-09-02T23:53:00.085Z[ recovery-image] Sep 02 23:52:58.961 INFO O| Sep 02 23:52:58.961 INFO STEP 456 (remove_files) COMPLETE
70452026-09-02T23:53:00.085Z[ recovery-image] Sep 02 23:52:58.961 INFO O| Sep 02 23:52:58.961 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70462026-09-02T23:53:00.092Z[ recovery-image] Sep 02 23:52:58.969 INFO O| Sep 02 23:52:58.969 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0"
70472026-09-02T23:53:00.092Z[ recovery-image] Sep 02 23:52:58.969 INFO O| Sep 02 23:52:58.969 INFO STEP 457 (remove_files) COMPLETE
70482026-09-02T23:53:00.092Z[ recovery-image] Sep 02 23:52:58.969 INFO O| Sep 02 23:52:58.969 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70492026-09-02T23:53:00.101Z[ recovery-image] Sep 02 23:52:58.979 INFO O| Sep 02 23:52:58.979 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0"
70502026-09-02T23:53:00.102Z[ recovery-image] Sep 02 23:52:58.979 INFO O| Sep 02 23:52:58.979 INFO STEP 458 (remove_files) COMPLETE
70512026-09-02T23:53:00.102Z[ recovery-image] Sep 02 23:52:58.979 INFO O| Sep 02 23:52:58.979 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70522026-09-02T23:53:00.112Z[ recovery-image] Sep 02 23:52:58.989 INFO O| Sep 02 23:52:58.989 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28"
70532026-09-02T23:53:00.112Z[ recovery-image] Sep 02 23:52:58.989 INFO O| Sep 02 23:52:58.989 INFO STEP 459 (remove_files) COMPLETE
70542026-09-02T23:53:00.112Z[ recovery-image] Sep 02 23:52:58.989 INFO O| Sep 02 23:52:58.989 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70552026-09-02T23:53:00.123Z[ recovery-image] Sep 02 23:52:59.000 INFO O| Sep 02 23:52:59.000 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libform.so.5.9"
70562026-09-02T23:53:00.123Z[ recovery-image] Sep 02 23:52:59.000 INFO O| Sep 02 23:52:59.000 INFO STEP 460 (remove_files) COMPLETE
70572026-09-02T23:53:00.126Z[ recovery-image] Sep 02 23:52:59.000 INFO O| Sep 02 23:52:59.000 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70582026-09-02T23:53:00.133Z[ recovery-image] Sep 02 23:52:59.010 INFO O| Sep 02 23:52:59.010 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9"
70592026-09-02T23:53:00.133Z[ recovery-image] Sep 02 23:52:59.010 INFO O| Sep 02 23:52:59.010 INFO STEP 461 (remove_files) COMPLETE
70602026-09-02T23:53:00.133Z[ recovery-image] Sep 02 23:52:59.010 INFO O| Sep 02 23:52:59.010 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70612026-09-02T23:53:00.141Z[ recovery-image] Sep 02 23:52:59.019 INFO O| Sep 02 23:52:59.019 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9"
70622026-09-02T23:53:00.141Z[ recovery-image] Sep 02 23:52:59.019 INFO O| Sep 02 23:52:59.019 INFO STEP 462 (remove_files) COMPLETE
70632026-09-02T23:53:00.142Z[ recovery-image] Sep 02 23:52:59.019 INFO O| Sep 02 23:52:59.019 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70642026-09-02T23:53:00.151Z[ recovery-image] Sep 02 23:52:59.028 INFO O| Sep 02 23:52:59.028 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libform.so.5.9"
70652026-09-02T23:53:00.151Z[ recovery-image] Sep 02 23:52:59.029 INFO O| Sep 02 23:52:59.028 INFO STEP 463 (remove_files) COMPLETE
70662026-09-02T23:53:00.154Z[ recovery-image] Sep 02 23:52:59.029 INFO O| Sep 02 23:52:59.029 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70672026-09-02T23:53:00.160Z[ recovery-image] Sep 02 23:52:59.038 INFO O| Sep 02 23:52:59.038 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libmenu.so.5.9"
70682026-09-02T23:53:00.160Z[ recovery-image] Sep 02 23:52:59.038 INFO O| Sep 02 23:52:59.038 INFO STEP 464 (remove_files) COMPLETE
70692026-09-02T23:53:00.160Z[ recovery-image] Sep 02 23:52:59.038 INFO O| Sep 02 23:52:59.038 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70702026-09-02T23:53:00.169Z[ recovery-image] Sep 02 23:52:59.047 INFO O| Sep 02 23:52:59.047 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libpanel.so.5.9"
70712026-09-02T23:53:00.169Z[ recovery-image] Sep 02 23:52:59.047 INFO O| Sep 02 23:52:59.047 INFO STEP 465 (remove_files) COMPLETE
70722026-09-02T23:53:00.169Z[ recovery-image] Sep 02 23:52:59.047 INFO O| Sep 02 23:52:59.047 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70732026-09-02T23:53:00.180Z[ recovery-image] Sep 02 23:52:59.057 INFO O| Sep 02 23:52:59.057 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/ctags"
70742026-09-02T23:53:00.180Z[ recovery-image] Sep 02 23:52:59.058 INFO O| Sep 02 23:52:59.058 INFO STEP 466 (remove_files) COMPLETE
70752026-09-02T23:53:00.180Z[ recovery-image] Sep 02 23:52:59.058 INFO O| Sep 02 23:52:59.058 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70762026-09-02T23:53:00.194Z[ recovery-image] Sep 02 23:52:59.068 INFO O| Sep 02 23:52:59.068 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/edit"
70772026-09-02T23:53:00.197Z[ recovery-image] Sep 02 23:52:59.068 INFO O| Sep 02 23:52:59.068 INFO STEP 467 (remove_files) COMPLETE
70782026-09-02T23:53:00.197Z[ recovery-image] Sep 02 23:52:59.068 INFO O| Sep 02 23:52:59.068 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70792026-09-02T23:53:00.201Z[ recovery-image] Sep 02 23:52:59.078 INFO O| Sep 02 23:52:59.078 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/ex"
70802026-09-02T23:53:00.201Z[ recovery-image] Sep 02 23:52:59.078 INFO O| Sep 02 23:52:59.078 INFO STEP 468 (remove_files) COMPLETE
70812026-09-02T23:53:00.201Z[ recovery-image] Sep 02 23:52:59.078 INFO O| Sep 02 23:52:59.078 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70822026-09-02T23:53:00.209Z[ recovery-image] Sep 02 23:52:59.086 INFO O| Sep 02 23:52:59.086 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/pfsh"
70832026-09-02T23:53:00.209Z[ recovery-image] Sep 02 23:52:59.086 INFO O| Sep 02 23:52:59.086 INFO STEP 469 (remove_files) COMPLETE
70842026-09-02T23:53:00.209Z[ recovery-image] Sep 02 23:52:59.086 INFO O| Sep 02 23:52:59.086 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70852026-09-02T23:53:00.219Z[ recovery-image] Sep 02 23:52:59.096 INFO O| Sep 02 23:52:59.096 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/sh"
70862026-09-02T23:53:00.219Z[ recovery-image] Sep 02 23:52:59.096 INFO O| Sep 02 23:52:59.096 INFO STEP 470 (remove_files) COMPLETE
70872026-09-02T23:53:00.219Z[ recovery-image] Sep 02 23:52:59.096 INFO O| Sep 02 23:52:59.096 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70882026-09-02T23:53:00.229Z[ recovery-image] Sep 02 23:52:59.106 INFO O| Sep 02 23:52:59.106 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/vedit"
70892026-09-02T23:53:00.232Z[ recovery-image] Sep 02 23:52:59.107 INFO O| Sep 02 23:52:59.106 INFO STEP 471 (remove_files) COMPLETE
70902026-09-02T23:53:00.232Z[ recovery-image] Sep 02 23:52:59.107 INFO O| Sep 02 23:52:59.106 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70912026-09-02T23:53:00.238Z[ recovery-image] Sep 02 23:52:59.115 INFO O| Sep 02 23:52:59.115 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/vi"
70922026-09-02T23:53:00.238Z[ recovery-image] Sep 02 23:52:59.116 INFO O| Sep 02 23:52:59.116 INFO STEP 472 (remove_files) COMPLETE
70932026-09-02T23:53:00.238Z[ recovery-image] Sep 02 23:52:59.116 INFO O| Sep 02 23:52:59.116 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70942026-09-02T23:53:00.251Z[ recovery-image] Sep 02 23:52:59.129 INFO O| Sep 02 23:52:59.129 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/view"
70952026-09-02T23:53:00.251Z[ recovery-image] Sep 02 23:52:59.129 INFO O| Sep 02 23:52:59.129 INFO STEP 473 (remove_files) COMPLETE
70962026-09-02T23:53:00.255Z[ recovery-image] Sep 02 23:52:59.129 INFO O| Sep 02 23:52:59.129 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70972026-09-02T23:53:00.260Z[ recovery-image] Sep 02 23:52:59.138 INFO O| Sep 02 23:52:59.138 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/logindmux"
70982026-09-02T23:53:00.260Z[ recovery-image] Sep 02 23:52:59.138 INFO O| Sep 02 23:52:59.138 INFO STEP 474 (remove_files) COMPLETE
70992026-09-02T23:53:00.263Z[ recovery-image] Sep 02 23:52:59.138 INFO O| Sep 02 23:52:59.138 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71002026-09-02T23:53:00.270Z[ recovery-image] Sep 02 23:52:59.148 INFO O| Sep 02 23:52:59.148 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/pool"
71012026-09-02T23:53:00.270Z[ recovery-image] Sep 02 23:52:59.148 INFO O| Sep 02 23:52:59.148 INFO STEP 475 (remove_files) COMPLETE
71022026-09-02T23:53:00.270Z[ recovery-image] Sep 02 23:52:59.148 INFO O| Sep 02 23:52:59.148 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71032026-09-02T23:53:00.279Z[ recovery-image] Sep 02 23:52:59.157 INFO O| Sep 02 23:52:59.157 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/ppt"
71042026-09-02T23:53:00.279Z[ recovery-image] Sep 02 23:52:59.157 INFO O| Sep 02 23:52:59.157 INFO STEP 476 (remove_files) COMPLETE
71052026-09-02T23:53:00.279Z[ recovery-image] Sep 02 23:52:59.157 INFO O| Sep 02 23:52:59.157 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71062026-09-02T23:53:00.288Z[ recovery-image] Sep 02 23:52:59.166 INFO O| Sep 02 23:52:59.165 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/ptm"
71072026-09-02T23:53:00.288Z[ recovery-image] Sep 02 23:52:59.166 INFO O| Sep 02 23:52:59.166 INFO STEP 477 (remove_files) COMPLETE
71082026-09-02T23:53:00.292Z[ recovery-image] Sep 02 23:52:59.166 INFO O| Sep 02 23:52:59.166 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71092026-09-02T23:53:00.298Z[ recovery-image] Sep 02 23:52:59.176 INFO O| Sep 02 23:52:59.176 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/pts"
71102026-09-02T23:53:00.298Z[ recovery-image] Sep 02 23:52:59.176 INFO O| Sep 02 23:52:59.176 INFO STEP 478 (remove_files) COMPLETE
71112026-09-02T23:53:00.298Z[ recovery-image] Sep 02 23:52:59.176 INFO O| Sep 02 23:52:59.176 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71122026-09-02T23:53:00.309Z[ recovery-image] Sep 02 23:52:59.186 INFO O| Sep 02 23:52:59.186 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/zcons"
71132026-09-02T23:53:00.309Z[ recovery-image] Sep 02 23:52:59.186 INFO O| Sep 02 23:52:59.186 INFO STEP 479 (remove_files) COMPLETE
71142026-09-02T23:53:00.309Z[ recovery-image] Sep 02 23:52:59.186 INFO O| Sep 02 23:52:59.186 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71152026-09-02T23:53:00.317Z[ recovery-image] Sep 02 23:52:59.195 INFO O| Sep 02 23:52:59.195 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/fssnap.conf"
71162026-09-02T23:53:00.320Z[ recovery-image] Sep 02 23:52:59.195 INFO O| Sep 02 23:52:59.195 INFO STEP 480 (remove_files) COMPLETE
71172026-09-02T23:53:00.320Z[ recovery-image] Sep 02 23:52:59.195 INFO O| Sep 02 23:52:59.195 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71182026-09-02T23:53:00.329Z[ recovery-image] Sep 02 23:52:59.206 INFO O| Sep 02 23:52:59.206 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/logindmux.conf"
71192026-09-02T23:53:00.329Z[ recovery-image] Sep 02 23:52:59.206 INFO O| Sep 02 23:52:59.206 INFO STEP 481 (remove_files) COMPLETE
71202026-09-02T23:53:00.332Z[ recovery-image] Sep 02 23:52:59.206 INFO O| Sep 02 23:52:59.206 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71212026-09-02T23:53:00.337Z[ recovery-image] Sep 02 23:52:59.215 INFO O| Sep 02 23:52:59.215 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/nsmb.conf"
71222026-09-02T23:53:00.341Z[ recovery-image] Sep 02 23:52:59.215 INFO O| Sep 02 23:52:59.215 INFO STEP 482 (remove_files) COMPLETE
71232026-09-02T23:53:00.341Z[ recovery-image] Sep 02 23:52:59.215 INFO O| Sep 02 23:52:59.215 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71242026-09-02T23:53:00.346Z[ recovery-image] Sep 02 23:52:59.224 INFO O| Sep 02 23:52:59.224 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/pool.conf"
71252026-09-02T23:53:00.346Z[ recovery-image] Sep 02 23:52:59.224 INFO O| Sep 02 23:52:59.224 INFO STEP 483 (remove_files) COMPLETE
71262026-09-02T23:53:00.346Z[ recovery-image] Sep 02 23:52:59.224 INFO O| Sep 02 23:52:59.224 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71272026-09-02T23:53:00.358Z[ recovery-image] Sep 02 23:52:59.235 INFO O| Sep 02 23:52:59.235 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/ppt.conf"
71282026-09-02T23:53:00.358Z[ recovery-image] Sep 02 23:52:59.235 INFO O| Sep 02 23:52:59.235 INFO STEP 484 (remove_files) COMPLETE
71292026-09-02T23:53:00.358Z[ recovery-image] Sep 02 23:52:59.235 INFO O| Sep 02 23:52:59.235 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71302026-09-02T23:53:00.367Z[ recovery-image] Sep 02 23:52:59.245 INFO O| Sep 02 23:52:59.245 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/smbsrv.conf"
71312026-09-02T23:53:00.367Z[ recovery-image] Sep 02 23:52:59.245 INFO O| Sep 02 23:52:59.245 INFO STEP 485 (remove_files) COMPLETE
71322026-09-02T23:53:00.367Z[ recovery-image] Sep 02 23:52:59.245 INFO O| Sep 02 23:52:59.245 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71332026-09-02T23:53:00.371Z[verify-libraries] Compiling yansi v1.0.1
71342026-09-02T23:53:00.377Z[ recovery-image] Sep 02 23:52:59.255 INFO O| Sep 02 23:52:59.254 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/viona.conf"
71352026-09-02T23:53:00.377Z[ recovery-image] Sep 02 23:52:59.255 INFO O| Sep 02 23:52:59.255 INFO STEP 486 (remove_files) COMPLETE
71362026-09-02T23:53:00.377Z[ recovery-image] Sep 02 23:52:59.255 INFO O| Sep 02 23:52:59.255 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71372026-09-02T23:53:00.388Z[ recovery-image] Sep 02 23:52:59.266 INFO O| Sep 02 23:52:59.265 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/exec/amd64/javaexec"
71382026-09-02T23:53:00.388Z[ recovery-image] Sep 02 23:52:59.266 INFO O| Sep 02 23:52:59.266 INFO STEP 487 (remove_files) COMPLETE
71392026-09-02T23:53:00.388Z[ recovery-image] Sep 02 23:52:59.266 INFO O| Sep 02 23:52:59.266 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71402026-09-02T23:53:00.399Z[ recovery-image] Sep 02 23:52:59.276 INFO O| Sep 02 23:52:59.276 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/exec/amd64/shbinexec"
71412026-09-02T23:53:00.399Z[ recovery-image] Sep 02 23:52:59.276 INFO O| Sep 02 23:52:59.276 INFO STEP 488 (remove_files) COMPLETE
71422026-09-02T23:53:00.399Z[ recovery-image] Sep 02 23:52:59.276 INFO O| Sep 02 23:52:59.276 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71432026-09-02T23:53:00.409Z[ recovery-image] Sep 02 23:52:59.287 INFO O| Sep 02 23:52:59.287 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/fs/amd64/pcfs"
71442026-09-02T23:53:00.409Z[ recovery-image] Sep 02 23:52:59.287 INFO O| Sep 02 23:52:59.287 INFO STEP 489 (remove_files) COMPLETE
71452026-09-02T23:53:00.409Z[ recovery-image] Sep 02 23:52:59.287 INFO O| Sep 02 23:52:59.287 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71462026-09-02T23:53:00.420Z[ recovery-image] Sep 02 23:52:59.297 INFO O| Sep 02 23:52:59.297 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/fs/amd64/smbfs"
71472026-09-02T23:53:00.420Z[ recovery-image] Sep 02 23:52:59.298 INFO O| Sep 02 23:52:59.298 INFO STEP 490 (remove_files) COMPLETE
71482026-09-02T23:53:00.420Z[ recovery-image] Sep 02 23:52:59.298 INFO O| Sep 02 23:52:59.298 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71492026-09-02T23:53:00.430Z[ recovery-image] Sep 02 23:52:59.308 INFO O| Sep 02 23:52:59.307 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/nsmb"
71502026-09-02T23:53:00.430Z[ recovery-image] Sep 02 23:52:59.308 INFO O| Sep 02 23:52:59.308 INFO STEP 491 (remove_files) COMPLETE
71512026-09-02T23:53:00.430Z[ recovery-image] Sep 02 23:52:59.308 INFO O| Sep 02 23:52:59.308 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71522026-09-02T23:53:00.438Z[ recovery-image] Sep 02 23:52:59.316 INFO O| Sep 02 23:52:59.316 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/smbfs"
71532026-09-02T23:53:00.438Z[ recovery-image] Sep 02 23:52:59.316 INFO O| Sep 02 23:52:59.316 INFO STEP 492 (remove_files) COMPLETE
71542026-09-02T23:53:00.438Z[ recovery-image] Sep 02 23:52:59.316 INFO O| Sep 02 23:52:59.316 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71552026-09-02T23:53:00.450Z[ recovery-image] Sep 02 23:52:59.327 INFO O| Sep 02 23:52:59.327 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/smbsrv"
71562026-09-02T23:53:00.450Z[ recovery-image] Sep 02 23:52:59.327 INFO O| Sep 02 23:52:59.327 INFO STEP 493 (remove_files) COMPLETE
71572026-09-02T23:53:00.450Z[ recovery-image] Sep 02 23:52:59.327 INFO O| Sep 02 23:52:59.327 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71582026-09-02T23:53:00.460Z[ recovery-image] Sep 02 23:52:59.338 INFO O| Sep 02 23:52:59.338 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/misc/amd64/vmm_vtd"
71592026-09-02T23:53:00.460Z[ recovery-image] Sep 02 23:52:59.338 INFO O| Sep 02 23:52:59.338 INFO STEP 494 (remove_files) COMPLETE
71602026-09-02T23:53:00.460Z[ recovery-image] Sep 02 23:52:59.338 INFO O| Sep 02 23:52:59.338 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71612026-09-02T23:53:00.470Z[ recovery-image] Sep 02 23:52:59.348 INFO O| Sep 02 23:52:59.348 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/IA"
71622026-09-02T23:53:00.470Z[ recovery-image] Sep 02 23:52:59.348 INFO O| Sep 02 23:52:59.348 INFO STEP 495 (remove_files) COMPLETE
71632026-09-02T23:53:00.470Z[ recovery-image] Sep 02 23:52:59.348 INFO O| Sep 02 23:52:59.348 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71642026-09-02T23:53:00.479Z[ recovery-image] Sep 02 23:52:59.357 INFO O| Sep 02 23:52:59.357 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/RT"
71652026-09-02T23:53:00.479Z[ recovery-image] Sep 02 23:52:59.357 INFO O| Sep 02 23:52:59.357 INFO STEP 496 (remove_files) COMPLETE
71662026-09-02T23:53:00.479Z[ recovery-image] Sep 02 23:52:59.357 INFO O| Sep 02 23:52:59.357 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71672026-09-02T23:53:00.491Z[ recovery-image] Sep 02 23:52:59.368 INFO O| Sep 02 23:52:59.368 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/RT_DPTBL"
71682026-09-02T23:53:00.491Z[ recovery-image] Sep 02 23:52:59.368 INFO O| Sep 02 23:52:59.368 INFO STEP 497 (remove_files) COMPLETE
71692026-09-02T23:53:00.494Z[ recovery-image] Sep 02 23:52:59.368 INFO O| Sep 02 23:52:59.368 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71702026-09-02T23:53:00.500Z[ recovery-image] Sep 02 23:52:59.378 INFO O| Sep 02 23:52:59.378 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/cryptmod"
71712026-09-02T23:53:00.503Z[ recovery-image] Sep 02 23:52:59.378 INFO O| Sep 02 23:52:59.378 INFO STEP 498 (remove_files) COMPLETE
71722026-09-02T23:53:00.504Z[ recovery-image] Sep 02 23:52:59.378 INFO O| Sep 02 23:52:59.378 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71732026-09-02T23:53:00.512Z[ recovery-image] Sep 02 23:52:59.389 INFO O| Sep 02 23:52:59.389 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/rlmod"
71742026-09-02T23:53:00.512Z[ recovery-image] Sep 02 23:52:59.389 INFO O| Sep 02 23:52:59.389 INFO STEP 499 (remove_files) COMPLETE
71752026-09-02T23:53:00.512Z[ recovery-image] Sep 02 23:52:59.389 INFO O| Sep 02 23:52:59.389 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71762026-09-02T23:53:00.523Z[ recovery-image] Sep 02 23:52:59.400 INFO O| Sep 02 23:52:59.400 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/telmod"
71772026-09-02T23:53:00.523Z[ recovery-image] Sep 02 23:52:59.400 INFO O| Sep 02 23:52:59.400 INFO STEP 500 (remove_files) COMPLETE
71782026-09-02T23:53:00.523Z[ recovery-image] Sep 02 23:52:59.400 INFO O| Sep 02 23:52:59.400 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71792026-09-02T23:53:00.534Z[ recovery-image] Sep 02 23:52:59.411 INFO O| Sep 02 23:52:59.411 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/acctctl"
71802026-09-02T23:53:00.534Z[ recovery-image] Sep 02 23:52:59.411 INFO O| Sep 02 23:52:59.411 INFO STEP 501 (remove_files) COMPLETE
71812026-09-02T23:53:00.534Z[ recovery-image] Sep 02 23:52:59.411 INFO O| Sep 02 23:52:59.411 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71822026-09-02T23:53:00.559Z[ recovery-image] Sep 02 23:52:59.436 INFO O| Sep 02 23:52:59.436 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/exacctsys"
71832026-09-02T23:53:00.559Z[ recovery-image] Sep 02 23:52:59.437 INFO O| Sep 02 23:52:59.436 INFO STEP 502 (remove_files) COMPLETE
71842026-09-02T23:53:00.562Z[ recovery-image] Sep 02 23:52:59.437 INFO O| Sep 02 23:52:59.437 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71852026-09-02T23:53:00.570Z[ recovery-image] Sep 02 23:52:59.447 INFO O| Sep 02 23:52:59.447 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/sysacct"
71862026-09-02T23:53:00.570Z[ recovery-image] Sep 02 23:52:59.447 INFO O| Sep 02 23:52:59.447 INFO STEP 503 (remove_files) COMPLETE
71872026-09-02T23:53:00.570Z[ recovery-image] Sep 02 23:52:59.447 INFO O| Sep 02 23:52:59.447 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71882026-09-02T23:53:00.579Z[ recovery-image] Sep 02 23:52:59.457 INFO O| Sep 02 23:52:59.457 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kvm/README"
71892026-09-02T23:53:00.579Z[ recovery-image] Sep 02 23:52:59.457 INFO O| Sep 02 23:52:59.457 INFO STEP 504 (remove_files) COMPLETE
71902026-09-02T23:53:00.579Z[ recovery-image] Sep 02 23:52:59.457 INFO O| Sep 02 23:52:59.457 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71912026-09-02T23:53:00.588Z[ recovery-image] Sep 02 23:52:59.466 INFO O| Sep 02 23:52:59.466 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/abi/spec2map"
71922026-09-02T23:53:00.589Z[ recovery-image] Sep 02 23:52:59.466 INFO O| Sep 02 23:52:59.466 INFO STEP 505 (remove_files) COMPLETE
71932026-09-02T23:53:00.589Z[ recovery-image] Sep 02 23:52:59.466 INFO O| Sep 02 23:52:59.466 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71942026-09-02T23:53:00.598Z[ recovery-image] Sep 02 23:52:59.476 INFO O| Sep 02 23:52:59.476 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/abi/spec2trace"
71952026-09-02T23:53:00.598Z[ recovery-image] Sep 02 23:52:59.476 INFO O| Sep 02 23:52:59.476 INFO STEP 506 (remove_files) COMPLETE
71962026-09-02T23:53:00.598Z[ recovery-image] Sep 02 23:52:59.476 INFO O| Sep 02 23:52:59.476 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71972026-09-02T23:53:00.608Z[ recovery-image] Sep 02 23:52:59.485 INFO O| Sep 02 23:52:59.485 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen"
71982026-09-02T23:53:00.608Z[ recovery-image] Sep 02 23:52:59.486 INFO O| Sep 02 23:52:59.486 INFO STEP 507 (remove_files) COMPLETE
71992026-09-02T23:53:00.608Z[ recovery-image] Sep 02 23:52:59.486 INFO O| Sep 02 23:52:59.486 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72002026-09-02T23:53:00.618Z[ recovery-image] Sep 02 23:52:59.496 INFO O| Sep 02 23:52:59.496 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen1"
72012026-09-02T23:53:00.619Z[ recovery-image] Sep 02 23:52:59.496 INFO O| Sep 02 23:52:59.496 INFO STEP 508 (remove_files) COMPLETE
72022026-09-02T23:53:00.619Z[ recovery-image] Sep 02 23:52:59.496 INFO O| Sep 02 23:52:59.496 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72032026-09-02T23:53:00.628Z[ recovery-image] Sep 02 23:52:59.505 INFO O| Sep 02 23:52:59.505 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen3"
72042026-09-02T23:53:00.631Z[ recovery-image] Sep 02 23:52:59.507 INFO O| Sep 02 23:52:59.506 INFO STEP 509 (remove_files) COMPLETE
72052026-09-02T23:53:00.631Z[ recovery-image] Sep 02 23:52:59.507 INFO O| Sep 02 23:52:59.506 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72062026-09-02T23:53:00.638Z[ recovery-image] Sep 02 23:52:59.516 INFO O| Sep 02 23:52:59.516 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen4"
72072026-09-02T23:53:00.638Z[ recovery-image] Sep 02 23:52:59.516 INFO O| Sep 02 23:52:59.516 INFO STEP 510 (remove_files) COMPLETE
72082026-09-02T23:53:00.638Z[ recovery-image] Sep 02 23:52:59.516 INFO O| Sep 02 23:52:59.516 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72092026-09-02T23:53:00.650Z[ recovery-image] Sep 02 23:52:59.527 INFO O| Sep 02 23:52:59.527 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbsub.o"
72102026-09-02T23:53:00.650Z[ recovery-image] Sep 02 23:52:59.527 INFO O| Sep 02 23:52:59.527 INFO STEP 511 (remove_files) COMPLETE
72112026-09-02T23:53:00.650Z[ recovery-image] Sep 02 23:52:59.527 INFO O| Sep 02 23:52:59.527 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72122026-09-02T23:53:00.659Z[ recovery-image] Sep 02 23:52:59.537 INFO O| Sep 02 23:52:59.537 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/amd64/adbsub.o"
72132026-09-02T23:53:00.659Z[ recovery-image] Sep 02 23:52:59.537 INFO O| Sep 02 23:52:59.537 INFO STEP 512 (remove_files) COMPLETE
72142026-09-02T23:53:00.663Z[ recovery-image] Sep 02 23:52:59.537 INFO O| Sep 02 23:52:59.537 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72152026-09-02T23:53:00.669Z[ recovery-image] Sep 02 23:52:59.546 INFO O| Sep 02 23:52:59.546 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/0@0.so.1"
72162026-09-02T23:53:00.672Z[ recovery-image] Sep 02 23:52:59.547 INFO O| Sep 02 23:52:59.547 INFO STEP 513 (remove_files) COMPLETE
72172026-09-02T23:53:00.672Z[ recovery-image] Sep 02 23:52:59.547 INFO O| Sep 02 23:52:59.547 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72182026-09-02T23:53:00.679Z[ recovery-image] Sep 02 23:52:59.557 INFO O| Sep 02 23:52:59.557 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake"
72192026-09-02T23:53:00.680Z[ recovery-image] Sep 02 23:52:59.557 INFO O| Sep 02 23:52:59.557 INFO STEP 514 (remove_files) COMPLETE
72202026-09-02T23:53:00.680Z[ recovery-image] Sep 02 23:52:59.557 INFO O| Sep 02 23:52:59.557 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72212026-09-02T23:53:00.689Z[ recovery-image] Sep 02 23:52:59.567 INFO O| Sep 02 23:52:59.567 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/dbus-1.0/include/dbus/dbus-arch-deps.h"
72222026-09-02T23:53:00.690Z[ recovery-image] Sep 02 23:52:59.567 INFO O| Sep 02 23:52:59.567 INFO STEP 515 (remove_files) COMPLETE
72232026-09-02T23:53:00.690Z[ recovery-image] Sep 02 23:52:59.567 INFO O| Sep 02 23:52:59.567 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72242026-09-02T23:53:00.701Z[ recovery-image] Sep 02 23:52:59.578 INFO O| Sep 02 23:52:59.578 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/getloginx.so.1"
72252026-09-02T23:53:00.701Z[ recovery-image] Sep 02 23:52:59.578 INFO O| Sep 02 23:52:59.578 INFO STEP 516 (remove_files) COMPLETE
72262026-09-02T23:53:00.701Z[ recovery-image] Sep 02 23:52:59.578 INFO O| Sep 02 23:52:59.578 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72272026-09-02T23:53:00.711Z[ recovery-image] Sep 02 23:52:59.589 INFO O| Sep 02 23:52:59.589 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1"
72282026-09-02T23:53:00.711Z[ recovery-image] Sep 02 23:52:59.589 INFO O| Sep 02 23:52:59.589 INFO STEP 517 (remove_files) COMPLETE
72292026-09-02T23:53:00.711Z[ recovery-image] Sep 02 23:52:59.589 INFO O| Sep 02 23:52:59.589 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72302026-09-02T23:53:00.722Z[ recovery-image] Sep 02 23:52:59.599 INFO O| Sep 02 23:52:59.599 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/dh640-0.so.1"
72312026-09-02T23:53:00.722Z[ recovery-image] Sep 02 23:52:59.599 INFO O| Sep 02 23:52:59.599 INFO STEP 518 (remove_files) COMPLETE
72322026-09-02T23:53:00.725Z[ recovery-image] Sep 02 23:52:59.599 INFO O| Sep 02 23:52:59.599 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72332026-09-02T23:53:00.733Z[ recovery-image] Sep 02 23:52:59.610 INFO O| Sep 02 23:52:59.610 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/mech_dh.so.1"
72342026-09-02T23:53:00.733Z[ recovery-image] Sep 02 23:52:59.610 INFO O| Sep 02 23:52:59.610 INFO STEP 519 (remove_files) COMPLETE
72352026-09-02T23:53:00.736Z[ recovery-image] Sep 02 23:52:59.610 INFO O| Sep 02 23:52:59.610 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72362026-09-02T23:53:00.744Z[ recovery-image] Sep 02 23:52:59.621 INFO O| Sep 02 23:52:59.621 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1"
72372026-09-02T23:53:00.744Z[ recovery-image] Sep 02 23:52:59.622 INFO O| Sep 02 23:52:59.622 INFO STEP 520 (remove_files) COMPLETE
72382026-09-02T23:53:00.747Z[ recovery-image] Sep 02 23:52:59.622 INFO O| Sep 02 23:52:59.622 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72392026-09-02T23:53:00.756Z[ recovery-image] Sep 02 23:52:59.634 INFO O| Sep 02 23:52:59.634 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/lddstub"
72402026-09-02T23:53:00.756Z[ recovery-image] Sep 02 23:52:59.634 INFO O| Sep 02 23:52:59.634 INFO STEP 521 (remove_files) COMPLETE
72412026-09-02T23:53:00.760Z[ recovery-image] Sep 02 23:52:59.634 INFO O| Sep 02 23:52:59.634 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72422026-09-02T23:53:00.769Z[ recovery-image] Sep 02 23:52:59.644 INFO O| Sep 02 23:52:59.644 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/lib9p.so.1"
72432026-09-02T23:53:00.769Z[ recovery-image] Sep 02 23:52:59.644 INFO O| Sep 02 23:52:59.644 INFO STEP 522 (remove_files) COMPLETE
72442026-09-02T23:53:00.769Z[ recovery-image] Sep 02 23:52:59.644 INFO O| Sep 02 23:52:59.644 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72452026-09-02T23:53:00.776Z[ recovery-image] Sep 02 23:52:59.654 INFO O| Sep 02 23:52:59.654 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libads.so.1"
72462026-09-02T23:53:00.780Z[ recovery-image] Sep 02 23:52:59.656 INFO O| Sep 02 23:52:59.655 INFO STEP 523 (remove_files) COMPLETE
72472026-09-02T23:53:00.780Z[ recovery-image] Sep 02 23:52:59.656 INFO O| Sep 02 23:52:59.655 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72482026-09-02T23:53:00.789Z[ recovery-image] Sep 02 23:52:59.667 INFO O| Sep 02 23:52:59.667 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libadutils.so.1"
72492026-09-02T23:53:00.789Z[ recovery-image] Sep 02 23:52:59.667 INFO O| Sep 02 23:52:59.667 INFO STEP 524 (remove_files) COMPLETE
72502026-09-02T23:53:00.789Z[ recovery-image] Sep 02 23:52:59.667 INFO O| Sep 02 23:52:59.667 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72512026-09-02T23:53:00.793Z[verify-libraries] Compiling pretty_assertions v1.4.1
72522026-09-02T23:53:00.798Z[ recovery-image] Sep 02 23:52:59.676 INFO O| Sep 02 23:52:59.676 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbe.so.1"
72532026-09-02T23:53:00.798Z[ recovery-image] Sep 02 23:52:59.676 INFO O| Sep 02 23:52:59.676 INFO STEP 525 (remove_files) COMPLETE
72542026-09-02T23:53:00.798Z[ recovery-image] Sep 02 23:52:59.676 INFO O| Sep 02 23:52:59.676 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72552026-09-02T23:53:00.810Z[ recovery-image] Sep 02 23:52:59.688 INFO O| Sep 02 23:52:59.688 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrand.so.1"
72562026-09-02T23:53:00.810Z[ recovery-image] Sep 02 23:52:59.688 INFO O| Sep 02 23:52:59.688 INFO STEP 526 (remove_files) COMPLETE
72572026-09-02T23:53:00.810Z[ recovery-image] Sep 02 23:52:59.688 INFO O| Sep 02 23:52:59.688 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72582026-09-02T23:53:00.819Z[ recovery-image] Sep 02 23:52:59.697 INFO O| Sep 02 23:52:59.697 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.1.0"
72592026-09-02T23:53:00.819Z[ recovery-image] Sep 02 23:52:59.697 INFO O| Sep 02 23:52:59.697 INFO STEP 527 (remove_files) COMPLETE
72602026-09-02T23:53:00.819Z[ recovery-image] Sep 02 23:52:59.697 INFO O| Sep 02 23:52:59.697 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72612026-09-02T23:53:00.829Z[ recovery-image] Sep 02 23:52:59.706 INFO O| Sep 02 23:52:59.706 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlidec.so.1.1.0"
72622026-09-02T23:53:00.829Z[ recovery-image] Sep 02 23:52:59.706 INFO O| Sep 02 23:52:59.706 INFO STEP 528 (remove_files) COMPLETE
72632026-09-02T23:53:00.829Z[ recovery-image] Sep 02 23:52:59.706 INFO O| Sep 02 23:52:59.706 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72642026-09-02T23:53:00.842Z[ recovery-image] Sep 02 23:52:59.715 INFO O| Sep 02 23:52:59.715 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlienc.so.1.1.0"
72652026-09-02T23:53:00.846Z[ recovery-image] Sep 02 23:52:59.715 INFO O| Sep 02 23:52:59.715 INFO STEP 529 (remove_files) COMPLETE
72662026-09-02T23:53:00.846Z[ recovery-image] Sep 02 23:52:59.715 INFO O| Sep 02 23:52:59.715 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72672026-09-02T23:53:00.849Z[ recovery-image] Sep 02 23:52:59.724 INFO O| Sep 02 23:52:59.724 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbsdmalloc.so.1"
72682026-09-02T23:53:00.849Z[ recovery-image] Sep 02 23:52:59.724 INFO O| Sep 02 23:52:59.724 INFO STEP 530 (remove_files) COMPLETE
72692026-09-02T23:53:00.849Z[ recovery-image] Sep 02 23:52:59.724 INFO O| Sep 02 23:52:59.724 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72702026-09-02T23:53:00.856Z[ recovery-image] Sep 02 23:52:59.734 INFO O| Sep 02 23:52:59.734 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbz2.so.1.0.8"
72712026-09-02T23:53:00.856Z[ recovery-image] Sep 02 23:52:59.734 INFO O| Sep 02 23:52:59.734 INFO STEP 531 (remove_files) COMPLETE
72722026-09-02T23:53:00.856Z[ recovery-image] Sep 02 23:52:59.734 INFO O| Sep 02 23:52:59.734 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72732026-09-02T23:53:00.865Z[ recovery-image] Sep 02 23:52:59.743 INFO O| Sep 02 23:52:59.743 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcommputil.so.1"
72742026-09-02T23:53:00.865Z[ recovery-image] Sep 02 23:52:59.743 INFO O| Sep 02 23:52:59.743 INFO STEP 532 (remove_files) COMPLETE
72752026-09-02T23:53:00.865Z[ recovery-image] Sep 02 23:52:59.743 INFO O| Sep 02 23:52:59.743 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72762026-09-02T23:53:00.875Z[ recovery-image] Sep 02 23:52:59.752 INFO O| Sep 02 23:52:59.752 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcrle.so.1"
72772026-09-02T23:53:00.875Z[ recovery-image] Sep 02 23:52:59.753 INFO O| Sep 02 23:52:59.753 INFO STEP 533 (remove_files) COMPLETE
72782026-09-02T23:53:00.875Z[ recovery-image] Sep 02 23:52:59.753 INFO O| Sep 02 23:52:59.753 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72792026-09-02T23:53:00.884Z[ recovery-image] Sep 02 23:52:59.762 INFO O| Sep 02 23:52:59.762 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcrypt.so.1"
72802026-09-02T23:53:00.884Z[ recovery-image] Sep 02 23:52:59.762 INFO O| Sep 02 23:52:59.762 INFO STEP 534 (remove_files) COMPLETE
72812026-09-02T23:53:00.888Z[ recovery-image] Sep 02 23:52:59.762 INFO O| Sep 02 23:52:59.762 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72822026-09-02T23:53:00.894Z[ recovery-image] Sep 02 23:52:59.771 INFO O| Sep 02 23:52:59.771 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcurl.so.4.8.0"
72832026-09-02T23:53:00.894Z[ recovery-image] Sep 02 23:52:59.772 INFO O| Sep 02 23:52:59.772 INFO STEP 535 (remove_files) COMPLETE
72842026-09-02T23:53:00.894Z[ recovery-image] Sep 02 23:52:59.772 INFO O| Sep 02 23:52:59.772 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72852026-09-02T23:53:00.909Z[ recovery-image] Sep 02 23:52:59.782 INFO O| Sep 02 23:52:59.782 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdemangle-sys.so.1"
72862026-09-02T23:53:00.909Z[ recovery-image] Sep 02 23:52:59.782 INFO O| Sep 02 23:52:59.782 INFO STEP 536 (remove_files) COMPLETE
72872026-09-02T23:53:00.909Z[ recovery-image] Sep 02 23:52:59.782 INFO O| Sep 02 23:52:59.782 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72882026-09-02T23:53:00.914Z[verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
72892026-09-02T23:53:00.917Z[ recovery-image] Sep 02 23:52:59.793 INFO O| Sep 02 23:52:59.793 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdll.so.1"
72902026-09-02T23:53:00.917Z[ recovery-image] Sep 02 23:52:59.793 INFO O| Sep 02 23:52:59.793 INFO STEP 537 (remove_files) COMPLETE
72912026-09-02T23:53:00.917Z[ recovery-image] Sep 02 23:52:59.793 INFO O| Sep 02 23:52:59.793 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72922026-09-02T23:53:00.932Z[ recovery-image] Sep 02 23:52:59.804 INFO O| Sep 02 23:52:59.804 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdtrace_jni.so.1"
72932026-09-02T23:53:00.932Z[ recovery-image] Sep 02 23:52:59.804 INFO O| Sep 02 23:52:59.804 INFO STEP 538 (remove_files) COMPLETE
72942026-09-02T23:53:00.932Z[ recovery-image] Sep 02 23:52:59.804 INFO O| Sep 02 23:52:59.804 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72952026-09-02T23:53:00.965Z[ recovery-image] Sep 02 23:52:59.814 INFO O| Sep 02 23:52:59.814 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libform.so.1"
72962026-09-02T23:53:00.965Z[ recovery-image] Sep 02 23:52:59.814 INFO O| Sep 02 23:52:59.814 INFO STEP 539 (remove_files) COMPLETE
72972026-09-02T23:53:00.965Z[ recovery-image] Sep 02 23:52:59.814 INFO O| Sep 02 23:52:59.814 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72982026-09-02T23:53:00.965Z[ recovery-image] Sep 02 23:52:59.824 INFO O| Sep 02 23:52:59.824 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libfstyp.so.1"
72992026-09-02T23:53:00.965Z[ recovery-image] Sep 02 23:52:59.824 INFO O| Sep 02 23:52:59.824 INFO STEP 540 (remove_files) COMPLETE
73002026-09-02T23:53:00.965Z[ recovery-image] Sep 02 23:52:59.824 INFO O| Sep 02 23:52:59.824 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73012026-09-02T23:53:00.965Z[ recovery-image] Sep 02 23:52:59.836 INFO O| Sep 02 23:52:59.836 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libidspace.so.1"
73022026-09-02T23:53:00.965Z[ recovery-image] Sep 02 23:52:59.836 INFO O| Sep 02 23:52:59.836 INFO STEP 541 (remove_files) COMPLETE
73032026-09-02T23:53:00.965Z[ recovery-image] Sep 02 23:52:59.836 INFO O| Sep 02 23:52:59.836 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73042026-09-02T23:53:00.970Z[ recovery-image] Sep 02 23:52:59.846 INFO O| Sep 02 23:52:59.846 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libike.so.1"
73052026-09-02T23:53:00.970Z[ recovery-image] Sep 02 23:52:59.846 INFO O| Sep 02 23:52:59.846 INFO STEP 542 (remove_files) COMPLETE
73062026-09-02T23:53:00.970Z[ recovery-image] Sep 02 23:52:59.846 INFO O| Sep 02 23:52:59.846 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73072026-09-02T23:53:00.977Z[ recovery-image] Sep 02 23:52:59.855 INFO O| Sep 02 23:52:59.855 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libinstzones.so.1"
73082026-09-02T23:53:00.978Z[ recovery-image] Sep 02 23:52:59.855 INFO O| Sep 02 23:52:59.855 INFO STEP 543 (remove_files) COMPLETE
73092026-09-02T23:53:00.978Z[ recovery-image] Sep 02 23:52:59.855 INFO O| Sep 02 23:52:59.855 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73102026-09-02T23:53:00.989Z[ recovery-image] Sep 02 23:52:59.865 INFO O| Sep 02 23:52:59.865 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipmi.so.1"
73112026-09-02T23:53:00.989Z[ recovery-image] Sep 02 23:52:59.865 INFO O| Sep 02 23:52:59.865 INFO STEP 544 (remove_files) COMPLETE
73122026-09-02T23:53:00.992Z[ recovery-image] Sep 02 23:52:59.865 INFO O| Sep 02 23:52:59.865 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73132026-09-02T23:53:00.997Z[ recovery-image] Sep 02 23:52:59.875 INFO O| Sep 02 23:52:59.874 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipp.so.1"
73142026-09-02T23:53:00.997Z[ recovery-image] Sep 02 23:52:59.875 INFO O| Sep 02 23:52:59.875 INFO STEP 545 (remove_files) COMPLETE
73152026-09-02T23:53:00.997Z[ recovery-image] Sep 02 23:52:59.875 INFO O| Sep 02 23:52:59.875 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73162026-09-02T23:53:01.008Z[ recovery-image] Sep 02 23:52:59.885 INFO O| Sep 02 23:52:59.885 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipsecutil.so.1"
73172026-09-02T23:53:01.008Z[ recovery-image] Sep 02 23:52:59.885 INFO O| Sep 02 23:52:59.885 INFO STEP 546 (remove_files) COMPLETE
73182026-09-02T23:53:01.008Z[ recovery-image] Sep 02 23:52:59.885 INFO O| Sep 02 23:52:59.885 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73192026-09-02T23:53:01.016Z[ recovery-image] Sep 02 23:52:59.894 INFO O| Sep 02 23:52:59.894 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libjedec.so.1"
73202026-09-02T23:53:01.016Z[ recovery-image] Sep 02 23:52:59.894 INFO O| Sep 02 23:52:59.894 INFO STEP 547 (remove_files) COMPLETE
73212026-09-02T23:53:01.021Z[ recovery-image] Sep 02 23:52:59.894 INFO O| Sep 02 23:52:59.894 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73222026-09-02T23:53:01.027Z[ recovery-image] Sep 02 23:52:59.904 INFO O| Sep 02 23:52:59.904 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libl.so.1"
73232026-09-02T23:53:01.027Z[ recovery-image] Sep 02 23:52:59.905 INFO O| Sep 02 23:52:59.904 INFO STEP 548 (remove_files) COMPLETE
73242026-09-02T23:53:01.027Z[ recovery-image] Sep 02 23:52:59.905 INFO O| Sep 02 23:52:59.905 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73252026-09-02T23:53:01.037Z[ recovery-image] Sep 02 23:52:59.914 INFO O| Sep 02 23:52:59.914 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libldap.so.5"
73262026-09-02T23:53:01.037Z[ recovery-image] Sep 02 23:52:59.915 INFO O| Sep 02 23:52:59.915 INFO STEP 549 (remove_files) COMPLETE
73272026-09-02T23:53:01.037Z[ recovery-image] Sep 02 23:52:59.915 INFO O| Sep 02 23:52:59.915 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73282026-09-02T23:53:01.049Z[ recovery-image] Sep 02 23:52:59.926 INFO O| Sep 02 23:52:59.926 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libldstab.so.1"
73292026-09-02T23:53:01.049Z[ recovery-image] Sep 02 23:52:59.926 INFO O| Sep 02 23:52:59.926 INFO STEP 550 (remove_files) COMPLETE
73302026-09-02T23:53:01.052Z[ recovery-image] Sep 02 23:52:59.926 INFO O| Sep 02 23:52:59.926 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73312026-09-02T23:53:01.059Z[ recovery-image] Sep 02 23:52:59.936 INFO O| Sep 02 23:52:59.936 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liblgrp.so.1"
73322026-09-02T23:53:01.059Z[ recovery-image] Sep 02 23:52:59.936 INFO O| Sep 02 23:52:59.936 INFO STEP 551 (remove_files) COMPLETE
73332026-09-02T23:53:01.060Z[ recovery-image] Sep 02 23:52:59.936 INFO O| Sep 02 23:52:59.936 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73342026-09-02T23:53:01.067Z[ recovery-image] Sep 02 23:52:59.945 INFO O| Sep 02 23:52:59.945 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liblm.so.1"
73352026-09-02T23:53:01.067Z[ recovery-image] Sep 02 23:52:59.945 INFO O| Sep 02 23:52:59.945 INFO STEP 552 (remove_files) COMPLETE
73362026-09-02T23:53:01.067Z[ recovery-image] Sep 02 23:52:59.945 INFO O| Sep 02 23:52:59.945 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73372026-09-02T23:53:01.076Z[ recovery-image] Sep 02 23:52:59.954 INFO O| Sep 02 23:52:59.954 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmail.so.1"
73382026-09-02T23:53:01.077Z[ recovery-image] Sep 02 23:52:59.954 INFO O| Sep 02 23:52:59.954 INFO STEP 553 (remove_files) COMPLETE
73392026-09-02T23:53:01.077Z[ recovery-image] Sep 02 23:52:59.954 INFO O| Sep 02 23:52:59.954 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73402026-09-02T23:53:01.085Z[ recovery-image] Sep 02 23:52:59.963 INFO O| Sep 02 23:52:59.963 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmalloc.so.1"
73412026-09-02T23:53:01.085Z[ recovery-image] Sep 02 23:52:59.963 INFO O| Sep 02 23:52:59.963 INFO STEP 554 (remove_files) COMPLETE
73422026-09-02T23:53:01.089Z[ recovery-image] Sep 02 23:52:59.963 INFO O| Sep 02 23:52:59.963 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73432026-09-02T23:53:01.094Z[ recovery-image] Sep 02 23:52:59.971 INFO O| Sep 02 23:52:59.971 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmapmalloc.so.1"
73442026-09-02T23:53:01.094Z[ recovery-image] Sep 02 23:52:59.971 INFO O| Sep 02 23:52:59.971 INFO STEP 555 (remove_files) COMPLETE
73452026-09-02T23:53:01.097Z[ recovery-image] Sep 02 23:52:59.971 INFO O| Sep 02 23:52:59.971 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73462026-09-02T23:53:01.103Z[ recovery-image] Sep 02 23:52:59.981 INFO O| Sep 02 23:52:59.981 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmenu.so.1"
73472026-09-02T23:53:01.103Z[ recovery-image] Sep 02 23:52:59.981 INFO O| Sep 02 23:52:59.981 INFO STEP 556 (remove_files) COMPLETE
73482026-09-02T23:53:01.103Z[ recovery-image] Sep 02 23:52:59.981 INFO O| Sep 02 23:52:59.981 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73492026-09-02T23:53:01.114Z[ recovery-image] Sep 02 23:52:59.991 INFO O| Sep 02 23:52:59.991 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmtmalloc.so.1"
73502026-09-02T23:53:01.114Z[ recovery-image] Sep 02 23:52:59.991 INFO O| Sep 02 23:52:59.991 INFO STEP 557 (remove_files) COMPLETE
73512026-09-02T23:53:01.114Z[ recovery-image] Sep 02 23:52:59.991 INFO O| Sep 02 23:52:59.991 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73522026-09-02T23:53:01.123Z[ recovery-image] Sep 02 23:53:00.001 INFO O| Sep 02 23:53:00.001 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libncurses.so.5.9"
73532026-09-02T23:53:01.123Z[ recovery-image] Sep 02 23:53:00.001 INFO O| Sep 02 23:53:00.001 INFO STEP 558 (remove_files) COMPLETE
73542026-09-02T23:53:01.124Z[ recovery-image] Sep 02 23:53:00.001 INFO O| Sep 02 23:53:00.001 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73552026-09-02T23:53:01.133Z[ recovery-image] Sep 02 23:53:00.011 INFO O| Sep 02 23:53:00.011 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libnls.so.1"
73562026-09-02T23:53:01.133Z[ recovery-image] Sep 02 23:53:00.011 INFO O| Sep 02 23:53:00.011 INFO STEP 559 (remove_files) COMPLETE
73572026-09-02T23:53:01.133Z[ recovery-image] Sep 02 23:53:00.011 INFO O| Sep 02 23:53:00.011 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73582026-09-02T23:53:01.144Z[ recovery-image] Sep 02 23:53:00.020 INFO O| Sep 02 23:53:00.020 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpanel.so.1"
73592026-09-02T23:53:01.144Z[ recovery-image] Sep 02 23:53:00.020 INFO O| Sep 02 23:53:00.020 INFO STEP 560 (remove_files) COMPLETE
73602026-09-02T23:53:01.144Z[ recovery-image] Sep 02 23:53:00.020 INFO O| Sep 02 23:53:00.020 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73612026-09-02T23:53:01.148Z[verify-libraries] Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
73622026-09-02T23:53:01.155Z[ recovery-image] Sep 02 23:53:00.029 INFO O| Sep 02 23:53:00.029 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2"
73632026-09-02T23:53:01.155Z[ recovery-image] Sep 02 23:53:00.030 INFO O| Sep 02 23:53:00.030 INFO STEP 561 (remove_files) COMPLETE
73642026-09-02T23:53:01.159Z[ recovery-image] Sep 02 23:53:00.030 INFO O| Sep 02 23:53:00.030 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73652026-09-02T23:53:01.162Z[ recovery-image] Sep 02 23:53:00.039 INFO O| Sep 02 23:53:00.039 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7"
73662026-09-02T23:53:01.162Z[ recovery-image] Sep 02 23:53:00.039 INFO O| Sep 02 23:53:00.039 INFO STEP 562 (remove_files) COMPLETE
73672026-09-02T23:53:01.162Z[ recovery-image] Sep 02 23:53:00.039 INFO O| Sep 02 23:53:00.039 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73682026-09-02T23:53:01.174Z[ recovery-image] Sep 02 23:53:00.051 INFO O| Sep 02 23:53:00.050 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpicl.so.1"
73692026-09-02T23:53:01.174Z[ recovery-image] Sep 02 23:53:00.051 INFO O| Sep 02 23:53:00.051 INFO STEP 563 (remove_files) COMPLETE
73702026-09-02T23:53:01.174Z[ recovery-image] Sep 02 23:53:00.051 INFO O| Sep 02 23:53:00.051 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73712026-09-02T23:53:01.186Z[ recovery-image] Sep 02 23:53:00.063 INFO O| Sep 02 23:53:00.063 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libppt.so.1"
73722026-09-02T23:53:01.186Z[ recovery-image] Sep 02 23:53:00.063 INFO O| Sep 02 23:53:00.063 INFO STEP 564 (remove_files) COMPLETE
73732026-09-02T23:53:01.186Z[ recovery-image] Sep 02 23:53:00.063 INFO O| Sep 02 23:53:00.063 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73742026-09-02T23:53:01.196Z[ recovery-image] Sep 02 23:53:00.074 INFO O| Sep 02 23:53:00.074 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libraidcfg.so.1"
73752026-09-02T23:53:01.203Z[ recovery-image] Sep 02 23:53:00.074 INFO O| Sep 02 23:53:00.074 INFO STEP 565 (remove_files) COMPLETE
73762026-09-02T23:53:01.203Z[ recovery-image] Sep 02 23:53:00.075 INFO O| Sep 02 23:53:00.074 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73772026-09-02T23:53:01.208Z[ recovery-image] Sep 02 23:53:00.085 INFO O| Sep 02 23:53:00.085 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/librename.so.1"
73782026-09-02T23:53:01.211Z[ recovery-image] Sep 02 23:53:00.086 INFO O| Sep 02 23:53:00.086 INFO STEP 566 (remove_files) COMPLETE
73792026-09-02T23:53:01.211Z[ recovery-image] Sep 02 23:53:00.086 INFO O| Sep 02 23:53:00.086 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73802026-09-02T23:53:01.219Z[ recovery-image] Sep 02 23:53:00.096 INFO O| Sep 02 23:53:00.096 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libreparse.so.1"
73812026-09-02T23:53:01.219Z[ recovery-image] Sep 02 23:53:00.096 INFO O| Sep 02 23:53:00.096 INFO STEP 567 (remove_files) COMPLETE
73822026-09-02T23:53:01.222Z[ recovery-image] Sep 02 23:53:00.096 INFO O| Sep 02 23:53:00.096 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73832026-09-02T23:53:01.229Z[ recovery-image] Sep 02 23:53:00.106 INFO O| Sep 02 23:53:00.106 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsasl.so.1"
73842026-09-02T23:53:01.229Z[ recovery-image] Sep 02 23:53:00.106 INFO O| Sep 02 23:53:00.106 INFO STEP 568 (remove_files) COMPLETE
73852026-09-02T23:53:01.229Z[ recovery-image] Sep 02 23:53:00.106 INFO O| Sep 02 23:53:00.106 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73862026-09-02T23:53:01.240Z[ recovery-image] Sep 02 23:53:00.118 INFO O| Sep 02 23:53:00.118 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsched.so.1"
73872026-09-02T23:53:01.240Z[ recovery-image] Sep 02 23:53:00.118 INFO O| Sep 02 23:53:00.118 INFO STEP 569 (remove_files) COMPLETE
73882026-09-02T23:53:01.240Z[ recovery-image] Sep 02 23:53:00.118 INFO O| Sep 02 23:53:00.118 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73892026-09-02T23:53:01.254Z[ recovery-image] Sep 02 23:53:00.129 INFO O| Sep 02 23:53:00.129 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsctp.so.1"
73902026-09-02T23:53:01.254Z[ recovery-image] Sep 02 23:53:00.129 INFO O| Sep 02 23:53:00.129 INFO STEP 570 (remove_files) COMPLETE
73912026-09-02T23:53:01.254Z[ recovery-image] Sep 02 23:53:00.129 INFO O| Sep 02 23:53:00.129 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73922026-09-02T23:53:01.262Z[ recovery-image] Sep 02 23:53:00.139 INFO O| Sep 02 23:53:00.139 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsff.so.1"
73932026-09-02T23:53:01.262Z[ recovery-image] Sep 02 23:53:00.139 INFO O| Sep 02 23:53:00.139 INFO STEP 571 (remove_files) COMPLETE
73942026-09-02T23:53:01.262Z[ recovery-image] Sep 02 23:53:00.139 INFO O| Sep 02 23:53:00.139 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73952026-09-02T23:53:01.272Z[ recovery-image] Sep 02 23:53:00.149 INFO O| Sep 02 23:53:00.149 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsip.so.1"
73962026-09-02T23:53:01.272Z[ recovery-image] Sep 02 23:53:00.149 INFO O| Sep 02 23:53:00.149 INFO STEP 572 (remove_files) COMPLETE
73972026-09-02T23:53:01.272Z[ recovery-image] Sep 02 23:53:00.149 INFO O| Sep 02 23:53:00.149 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73982026-09-02T23:53:01.287Z[ recovery-image] Sep 02 23:53:00.160 INFO O| Sep 02 23:53:00.159 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsldap.so.1"
73992026-09-02T23:53:01.287Z[ recovery-image] Sep 02 23:53:00.160 INFO O| Sep 02 23:53:00.160 INFO STEP 573 (remove_files) COMPLETE
74002026-09-02T23:53:01.287Z[ recovery-image] Sep 02 23:53:00.160 INFO O| Sep 02 23:53:00.160 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74012026-09-02T23:53:01.292Z[ recovery-image] Sep 02 23:53:00.169 INFO O| Sep 02 23:53:00.169 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsmbfs.so.1"
74022026-09-02T23:53:01.292Z[ recovery-image] Sep 02 23:53:00.169 INFO O| Sep 02 23:53:00.169 INFO STEP 574 (remove_files) COMPLETE
74032026-09-02T23:53:01.295Z[ recovery-image] Sep 02 23:53:00.169 INFO O| Sep 02 23:53:00.169 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74042026-09-02T23:53:01.303Z[ recovery-image] Sep 02 23:53:00.180 INFO O| Sep 02 23:53:00.180 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsoftcrypto.so.1"
74052026-09-02T23:53:01.303Z[ recovery-image] Sep 02 23:53:00.180 INFO O| Sep 02 23:53:00.180 INFO STEP 575 (remove_files) COMPLETE
74062026-09-02T23:53:01.309Z[ recovery-image] Sep 02 23:53:00.180 INFO O| Sep 02 23:53:00.180 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74072026-09-02T23:53:01.313Z[ recovery-image] Sep 02 23:53:00.191 INFO O| Sep 02 23:53:00.191 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsqlite3.so.3.49.1"
74082026-09-02T23:53:01.313Z[ recovery-image] Sep 02 23:53:00.191 INFO O| Sep 02 23:53:00.191 INFO STEP 576 (remove_files) COMPLETE
74092026-09-02T23:53:01.316Z[ recovery-image] Sep 02 23:53:00.191 INFO O| Sep 02 23:53:00.191 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74102026-09-02T23:53:01.324Z[ recovery-image] Sep 02 23:53:00.202 INFO O| Sep 02 23:53:00.201 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsum.so.1"
74112026-09-02T23:53:01.324Z[ recovery-image] Sep 02 23:53:00.202 INFO O| Sep 02 23:53:00.202 INFO STEP 577 (remove_files) COMPLETE
74122026-09-02T23:53:01.324Z[ recovery-image] Sep 02 23:53:00.202 INFO O| Sep 02 23:53:00.202 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74132026-09-02T23:53:01.335Z[ recovery-image] Sep 02 23:53:00.212 INFO O| Sep 02 23:53:00.212 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtecla.so.1"
74142026-09-02T23:53:01.335Z[ recovery-image] Sep 02 23:53:00.212 INFO O| Sep 02 23:53:00.212 INFO STEP 578 (remove_files) COMPLETE
74152026-09-02T23:53:01.335Z[ recovery-image] Sep 02 23:53:00.212 INFO O| Sep 02 23:53:00.212 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74162026-09-02T23:53:01.345Z[ recovery-image] Sep 02 23:53:00.222 INFO O| Sep 02 23:53:00.222 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtspi.so.1.2.0"
74172026-09-02T23:53:01.345Z[ recovery-image] Sep 02 23:53:00.222 INFO O| Sep 02 23:53:00.222 INFO STEP 579 (remove_files) COMPLETE
74182026-09-02T23:53:01.345Z[ recovery-image] Sep 02 23:53:00.223 INFO O| Sep 02 23:53:00.222 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74192026-09-02T23:53:01.355Z[ recovery-image] Sep 02 23:53:00.232 INFO O| Sep 02 23:53:00.232 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libvolmgt.so.1"
74202026-09-02T23:53:01.355Z[ recovery-image] Sep 02 23:53:00.232 INFO O| Sep 02 23:53:00.232 INFO STEP 580 (remove_files) COMPLETE
74212026-09-02T23:53:01.355Z[ recovery-image] Sep 02 23:53:00.232 INFO O| Sep 02 23:53:00.232 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74222026-09-02T23:53:01.364Z[ recovery-image] Sep 02 23:53:00.241 INFO O| Sep 02 23:53:00.241 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liby.so.1"
74232026-09-02T23:53:01.364Z[ recovery-image] Sep 02 23:53:00.242 INFO O| Sep 02 23:53:00.242 INFO STEP 581 (remove_files) COMPLETE
74242026-09-02T23:53:01.364Z[ recovery-image] Sep 02 23:53:00.242 INFO O| Sep 02 23:53:00.242 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74252026-09-02T23:53:01.373Z[ recovery-image] Sep 02 23:53:00.251 INFO O| Sep 02 23:53:00.251 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzfs_jni.so.1"
74262026-09-02T23:53:01.378Z[ recovery-image] Sep 02 23:53:00.251 INFO O| Sep 02 23:53:00.251 INFO STEP 582 (remove_files) COMPLETE
74272026-09-02T23:53:01.378Z[ recovery-image] Sep 02 23:53:00.251 INFO O| Sep 02 23:53:00.251 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74282026-09-02T23:53:01.383Z[ recovery-image] Sep 02 23:53:00.261 INFO O| Sep 02 23:53:00.261 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzfsbootenv.so.1"
74292026-09-02T23:53:01.383Z[ recovery-image] Sep 02 23:53:00.261 INFO O| Sep 02 23:53:00.261 INFO STEP 583 (remove_files) COMPLETE
74302026-09-02T23:53:01.383Z[ recovery-image] Sep 02 23:53:00.261 INFO O| Sep 02 23:53:00.261 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74312026-09-02T23:53:01.393Z[ recovery-image] Sep 02 23:53:00.270 INFO O| Sep 02 23:53:00.270 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzonecfg.so.1"
74322026-09-02T23:53:01.393Z[ recovery-image] Sep 02 23:53:00.270 INFO O| Sep 02 23:53:00.270 INFO STEP 584 (remove_files) COMPLETE
74332026-09-02T23:53:01.396Z[ recovery-image] Sep 02 23:53:00.270 INFO O| Sep 02 23:53:00.270 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74342026-09-02T23:53:01.403Z[ recovery-image] Sep 02 23:53:00.281 INFO O| Sep 02 23:53:00.281 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzoneinfo.so.1"
74352026-09-02T23:53:01.403Z[ recovery-image] Sep 02 23:53:00.281 INFO O| Sep 02 23:53:00.281 INFO STEP 585 (remove_files) COMPLETE
74362026-09-02T23:53:01.406Z[ recovery-image] Sep 02 23:53:00.281 INFO O| Sep 02 23:53:00.281 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74372026-09-02T23:53:01.413Z[ recovery-image] Sep 02 23:53:00.290 INFO O| Sep 02 23:53:00.290 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzonestat.so.1"
74382026-09-02T23:53:01.413Z[ recovery-image] Sep 02 23:53:00.291 INFO O| Sep 02 23:53:00.290 INFO STEP 586 (remove_files) COMPLETE
74392026-09-02T23:53:01.413Z[ recovery-image] Sep 02 23:53:00.291 INFO O| Sep 02 23:53:00.290 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74402026-09-02T23:53:01.422Z[ recovery-image] Sep 02 23:53:00.299 INFO O| Sep 02 23:53:00.299 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzpool.so.1"
74412026-09-02T23:53:01.422Z[ recovery-image] Sep 02 23:53:00.299 INFO O| Sep 02 23:53:00.299 INFO STEP 587 (remove_files) COMPLETE
74422026-09-02T23:53:01.422Z[ recovery-image] Sep 02 23:53:00.299 INFO O| Sep 02 23:53:00.299 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74432026-09-02T23:53:01.431Z[ recovery-image] Sep 02 23:53:00.308 INFO O| Sep 02 23:53:00.308 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/madv.so.1"
74442026-09-02T23:53:01.431Z[ recovery-image] Sep 02 23:53:00.308 INFO O| Sep 02 23:53:00.308 INFO STEP 588 (remove_files) COMPLETE
74452026-09-02T23:53:01.431Z[ recovery-image] Sep 02 23:53:00.308 INFO O| Sep 02 23:53:00.308 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74462026-09-02T23:53:01.441Z[ recovery-image] Sep 02 23:53:00.318 INFO O| Sep 02 23:53:00.318 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/mpss.so.1"
74472026-09-02T23:53:01.441Z[ recovery-image] Sep 02 23:53:00.318 INFO O| Sep 02 23:53:00.318 INFO STEP 589 (remove_files) COMPLETE
74482026-09-02T23:53:01.441Z[ recovery-image] Sep 02 23:53:00.318 INFO O| Sep 02 23:53:00.318 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74492026-09-02T23:53:01.451Z[ recovery-image] Sep 02 23:53:00.327 INFO O| Sep 02 23:53:00.327 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/nss_ad.so.1"
74502026-09-02T23:53:01.454Z[ recovery-image] Sep 02 23:53:00.328 INFO O| Sep 02 23:53:00.328 INFO STEP 590 (remove_files) COMPLETE
74512026-09-02T23:53:01.454Z[ recovery-image] Sep 02 23:53:00.329 INFO O| Sep 02 23:53:00.328 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74522026-09-02T23:53:01.460Z[ recovery-image] Sep 02 23:53:00.337 INFO O| Sep 02 23:53:00.337 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/nss_ldap.so.1"
74532026-09-02T23:53:01.460Z[ recovery-image] Sep 02 23:53:00.337 INFO O| Sep 02 23:53:00.337 INFO STEP 591 (remove_files) COMPLETE
74542026-09-02T23:53:01.460Z[ recovery-image] Sep 02 23:53:00.337 INFO O| Sep 02 23:53:00.337 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74552026-09-02T23:53:01.468Z[ recovery-image] Sep 02 23:53:00.346 INFO O| Sep 02 23:53:00.346 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/passwdutil.so.1"
74562026-09-02T23:53:01.468Z[ recovery-image] Sep 02 23:53:00.346 INFO O| Sep 02 23:53:00.346 INFO STEP 592 (remove_files) COMPLETE
74572026-09-02T23:53:01.469Z[ recovery-image] Sep 02 23:53:00.346 INFO O| Sep 02 23:53:00.346 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74582026-09-02T23:53:01.476Z[ recovery-image] Sep 02 23:53:00.354 INFO O| Sep 02 23:53:00.354 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc"
74592026-09-02T23:53:01.476Z[ recovery-image] Sep 02 23:53:00.354 INFO O| Sep 02 23:53:00.354 INFO STEP 593 (remove_files) COMPLETE
74602026-09-02T23:53:01.476Z[ recovery-image] Sep 02 23:53:00.354 INFO O| Sep 02 23:53:00.354 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74612026-09-02T23:53:01.484Z[ recovery-image] Sep 02 23:53:00.362 INFO O| Sep 02 23:53:00.362 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/expat.pc"
74622026-09-02T23:53:01.484Z[ recovery-image] Sep 02 23:53:00.362 INFO O| Sep 02 23:53:00.362 INFO STEP 594 (remove_files) COMPLETE
74632026-09-02T23:53:01.487Z[ recovery-image] Sep 02 23:53:00.362 INFO O| Sep 02 23:53:00.362 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74642026-09-02T23:53:01.493Z[ recovery-image] Sep 02 23:53:00.371 INFO O| Sep 02 23:53:00.371 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/form.pc"
74652026-09-02T23:53:01.493Z[ recovery-image] Sep 02 23:53:00.371 INFO O| Sep 02 23:53:00.371 INFO STEP 595 (remove_files) COMPLETE
74662026-09-02T23:53:01.496Z[ recovery-image] Sep 02 23:53:00.371 INFO O| Sep 02 23:53:00.371 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74672026-09-02T23:53:01.502Z[ recovery-image] Sep 02 23:53:00.380 INFO O| Sep 02 23:53:00.380 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc"
74682026-09-02T23:53:01.506Z[ recovery-image] Sep 02 23:53:00.381 INFO O| Sep 02 23:53:00.381 INFO STEP 596 (remove_files) COMPLETE
74692026-09-02T23:53:01.506Z[ recovery-image] Sep 02 23:53:00.381 INFO O| Sep 02 23:53:00.381 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74702026-09-02T23:53:01.513Z[ recovery-image] Sep 02 23:53:00.390 INFO O| Sep 02 23:53:00.390 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc"
74712026-09-02T23:53:01.513Z[ recovery-image] Sep 02 23:53:00.390 INFO O| Sep 02 23:53:00.390 INFO STEP 597 (remove_files) COMPLETE
74722026-09-02T23:53:01.516Z[ recovery-image] Sep 02 23:53:00.390 INFO O| Sep 02 23:53:00.390 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74732026-09-02T23:53:01.521Z[ recovery-image] Sep 02 23:53:00.399 INFO O| Sep 02 23:53:00.399 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc"
74742026-09-02T23:53:01.521Z[ recovery-image] Sep 02 23:53:00.399 INFO O| Sep 02 23:53:00.399 INFO STEP 598 (remove_files) COMPLETE
74752026-09-02T23:53:01.524Z[ recovery-image] Sep 02 23:53:00.399 INFO O| Sep 02 23:53:00.399 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74762026-09-02T23:53:01.530Z[ recovery-image] Sep 02 23:53:00.407 INFO O| Sep 02 23:53:00.407 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc"
74772026-09-02T23:53:01.530Z[ recovery-image] Sep 02 23:53:00.408 INFO O| Sep 02 23:53:00.408 INFO STEP 599 (remove_files) COMPLETE
74782026-09-02T23:53:01.530Z[ recovery-image] Sep 02 23:53:00.408 INFO O| Sep 02 23:53:00.408 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74792026-09-02T23:53:01.539Z[ recovery-image] Sep 02 23:53:00.416 INFO O| Sep 02 23:53:00.416 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc"
74802026-09-02T23:53:01.539Z[ recovery-image] Sep 02 23:53:00.416 INFO O| Sep 02 23:53:00.416 INFO STEP 600 (remove_files) COMPLETE
74812026-09-02T23:53:01.542Z[ recovery-image] Sep 02 23:53:00.416 INFO O| Sep 02 23:53:00.416 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74822026-09-02T23:53:01.553Z[ recovery-image] Sep 02 23:53:00.426 INFO O| Sep 02 23:53:00.426 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc"
74832026-09-02T23:53:01.553Z[ recovery-image] Sep 02 23:53:00.426 INFO O| Sep 02 23:53:00.426 INFO STEP 601 (remove_files) COMPLETE
74842026-09-02T23:53:01.553Z[ recovery-image] Sep 02 23:53:00.426 INFO O| Sep 02 23:53:00.426 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74852026-09-02T23:53:01.575Z[ recovery-image] Sep 02 23:53:00.435 INFO O| Sep 02 23:53:00.435 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc"
74862026-09-02T23:53:01.575Z[ recovery-image] Sep 02 23:53:00.436 INFO O| Sep 02 23:53:00.436 INFO STEP 602 (remove_files) COMPLETE
74872026-09-02T23:53:01.579Z[ recovery-image] Sep 02 23:53:00.436 INFO O| Sep 02 23:53:00.436 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74882026-09-02T23:53:01.579Z[ recovery-image] Sep 02 23:53:00.445 INFO O| Sep 02 23:53:00.445 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc"
74892026-09-02T23:53:01.579Z[ recovery-image] Sep 02 23:53:00.445 INFO O| Sep 02 23:53:00.445 INFO STEP 603 (remove_files) COMPLETE
74902026-09-02T23:53:01.579Z[ recovery-image] Sep 02 23:53:00.445 INFO O| Sep 02 23:53:00.445 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74912026-09-02T23:53:01.579Z[ recovery-image] Sep 02 23:53:00.454 INFO O| Sep 02 23:53:00.454 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc"
74922026-09-02T23:53:01.579Z[ recovery-image] Sep 02 23:53:00.456 INFO O| Sep 02 23:53:00.456 INFO STEP 604 (remove_files) COMPLETE
74932026-09-02T23:53:01.579Z[ recovery-image] Sep 02 23:53:00.456 INFO O| Sep 02 23:53:00.456 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74942026-09-02T23:53:01.586Z[verify-libraries] Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
74952026-09-02T23:53:01.589Z[ recovery-image] Sep 02 23:53:00.465 INFO O| Sep 02 23:53:00.465 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc"
74962026-09-02T23:53:01.589Z[ recovery-image] Sep 02 23:53:00.465 INFO O| Sep 02 23:53:00.465 INFO STEP 605 (remove_files) COMPLETE
74972026-09-02T23:53:01.589Z[ recovery-image] Sep 02 23:53:00.465 INFO O| Sep 02 23:53:00.465 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74982026-09-02T23:53:01.596Z[ recovery-image] Sep 02 23:53:00.474 INFO O| Sep 02 23:53:00.474 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc"
74992026-09-02T23:53:01.596Z[ recovery-image] Sep 02 23:53:00.474 INFO O| Sep 02 23:53:00.474 INFO STEP 606 (remove_files) COMPLETE
75002026-09-02T23:53:01.597Z[ recovery-image] Sep 02 23:53:00.474 INFO O| Sep 02 23:53:00.474 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75012026-09-02T23:53:01.606Z[ recovery-image] Sep 02 23:53:00.484 INFO O| Sep 02 23:53:00.484 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc"
75022026-09-02T23:53:01.606Z[ recovery-image] Sep 02 23:53:00.484 INFO O| Sep 02 23:53:00.484 INFO STEP 607 (remove_files) COMPLETE
75032026-09-02T23:53:01.610Z[ recovery-image] Sep 02 23:53:00.484 INFO O| Sep 02 23:53:00.484 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75042026-09-02T23:53:01.616Z[ recovery-image] Sep 02 23:53:00.494 INFO O| Sep 02 23:53:00.494 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc"
75052026-09-02T23:53:01.620Z[ recovery-image] Sep 02 23:53:00.495 INFO O| Sep 02 23:53:00.495 INFO STEP 608 (remove_files) COMPLETE
75062026-09-02T23:53:01.620Z[ recovery-image] Sep 02 23:53:00.495 INFO O| Sep 02 23:53:00.495 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75072026-09-02T23:53:01.627Z[ recovery-image] Sep 02 23:53:00.505 INFO O| Sep 02 23:53:00.505 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc"
75082026-09-02T23:53:01.627Z[ recovery-image] Sep 02 23:53:00.505 INFO O| Sep 02 23:53:00.505 INFO STEP 609 (remove_files) COMPLETE
75092026-09-02T23:53:01.627Z[ recovery-image] Sep 02 23:53:00.505 INFO O| Sep 02 23:53:00.505 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75102026-09-02T23:53:01.637Z[ recovery-image] Sep 02 23:53:00.515 INFO O| Sep 02 23:53:00.515 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc"
75112026-09-02T23:53:01.637Z[ recovery-image] Sep 02 23:53:00.515 INFO O| Sep 02 23:53:00.515 INFO STEP 610 (remove_files) COMPLETE
75122026-09-02T23:53:01.637Z[ recovery-image] Sep 02 23:53:00.515 INFO O| Sep 02 23:53:00.515 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75132026-09-02T23:53:01.646Z[ recovery-image] Sep 02 23:53:00.523 INFO O| Sep 02 23:53:00.523 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc"
75142026-09-02T23:53:01.646Z[ recovery-image] Sep 02 23:53:00.523 INFO O| Sep 02 23:53:00.523 INFO STEP 611 (remove_files) COMPLETE
75152026-09-02T23:53:01.646Z[ recovery-image] Sep 02 23:53:00.523 INFO O| Sep 02 23:53:00.523 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75162026-09-02T23:53:01.654Z[ recovery-image] Sep 02 23:53:00.532 INFO O| Sep 02 23:53:00.532 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc"
75172026-09-02T23:53:01.654Z[ recovery-image] Sep 02 23:53:00.532 INFO O| Sep 02 23:53:00.532 INFO STEP 612 (remove_files) COMPLETE
75182026-09-02T23:53:01.654Z[ recovery-image] Sep 02 23:53:00.532 INFO O| Sep 02 23:53:00.532 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75192026-09-02T23:53:01.663Z[ recovery-image] Sep 02 23:53:00.540 INFO O| Sep 02 23:53:00.540 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/menu.pc"
75202026-09-02T23:53:01.663Z[ recovery-image] Sep 02 23:53:00.540 INFO O| Sep 02 23:53:00.540 INFO STEP 613 (remove_files) COMPLETE
75212026-09-02T23:53:01.663Z[ recovery-image] Sep 02 23:53:00.540 INFO O| Sep 02 23:53:00.540 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75222026-09-02T23:53:01.671Z[ recovery-image] Sep 02 23:53:00.549 INFO O| Sep 02 23:53:00.548 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc"
75232026-09-02T23:53:01.671Z[ recovery-image] Sep 02 23:53:00.549 INFO O| Sep 02 23:53:00.549 INFO STEP 614 (remove_files) COMPLETE
75242026-09-02T23:53:01.672Z[ recovery-image] Sep 02 23:53:00.549 INFO O| Sep 02 23:53:00.549 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75252026-09-02T23:53:01.679Z[ recovery-image] Sep 02 23:53:00.557 INFO O| Sep 02 23:53:00.557 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc"
75262026-09-02T23:53:01.679Z[ recovery-image] Sep 02 23:53:00.557 INFO O| Sep 02 23:53:00.557 INFO STEP 615 (remove_files) COMPLETE
75272026-09-02T23:53:01.680Z[ recovery-image] Sep 02 23:53:00.557 INFO O| Sep 02 23:53:00.557 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75282026-09-02T23:53:01.688Z[ recovery-image] Sep 02 23:53:00.565 INFO O| Sep 02 23:53:00.565 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc"
75292026-09-02T23:53:01.691Z[ recovery-image] Sep 02 23:53:00.566 INFO O| Sep 02 23:53:00.566 INFO STEP 616 (remove_files) COMPLETE
75302026-09-02T23:53:01.691Z[ recovery-image] Sep 02 23:53:00.566 INFO O| Sep 02 23:53:00.566 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75312026-09-02T23:53:01.698Z[ recovery-image] Sep 02 23:53:00.575 INFO O| Sep 02 23:53:00.575 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc"
75322026-09-02T23:53:01.698Z[ recovery-image] Sep 02 23:53:00.575 INFO O| Sep 02 23:53:00.575 INFO STEP 617 (remove_files) COMPLETE
75332026-09-02T23:53:01.701Z[ recovery-image] Sep 02 23:53:00.575 INFO O| Sep 02 23:53:00.575 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75342026-09-02T23:53:01.707Z[ recovery-image] Sep 02 23:53:00.584 INFO O| Sep 02 23:53:00.584 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/panel.pc"
75352026-09-02T23:53:01.707Z[ recovery-image] Sep 02 23:53:00.584 INFO O| Sep 02 23:53:00.584 INFO STEP 618 (remove_files) COMPLETE
75362026-09-02T23:53:01.707Z[ recovery-image] Sep 02 23:53:00.584 INFO O| Sep 02 23:53:00.584 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75372026-09-02T23:53:01.715Z[ recovery-image] Sep 02 23:53:00.593 INFO O| Sep 02 23:53:00.593 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/readline.pc"
75382026-09-02T23:53:01.715Z[ recovery-image] Sep 02 23:53:00.593 INFO O| Sep 02 23:53:00.593 INFO STEP 619 (remove_files) COMPLETE
75392026-09-02T23:53:01.719Z[ recovery-image] Sep 02 23:53:00.593 INFO O| Sep 02 23:53:00.593 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75402026-09-02T23:53:01.724Z[ recovery-image] Sep 02 23:53:00.602 INFO O| Sep 02 23:53:00.602 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc"
75412026-09-02T23:53:01.728Z[ recovery-image] Sep 02 23:53:00.602 INFO O| Sep 02 23:53:00.602 INFO STEP 620 (remove_files) COMPLETE
75422026-09-02T23:53:01.728Z[ recovery-image] Sep 02 23:53:00.602 INFO O| Sep 02 23:53:00.602 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75432026-09-02T23:53:01.734Z[ recovery-image] Sep 02 23:53:00.611 INFO O| Sep 02 23:53:00.611 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc"
75442026-09-02T23:53:01.734Z[ recovery-image] Sep 02 23:53:00.611 INFO O| Sep 02 23:53:00.611 INFO STEP 621 (remove_files) COMPLETE
75452026-09-02T23:53:01.737Z[ recovery-image] Sep 02 23:53:00.611 INFO O| Sep 02 23:53:00.611 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75462026-09-02T23:53:01.743Z[ recovery-image] Sep 02 23:53:00.621 INFO O| Sep 02 23:53:00.620 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/straddr.so.2"
75472026-09-02T23:53:01.743Z[ recovery-image] Sep 02 23:53:00.621 INFO O| Sep 02 23:53:00.621 INFO STEP 622 (remove_files) COMPLETE
75482026-09-02T23:53:01.746Z[ recovery-image] Sep 02 23:53:00.621 INFO O| Sep 02 23:53:00.621 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75492026-09-02T23:53:01.752Z[ recovery-image] Sep 02 23:53:00.630 INFO O| Sep 02 23:53:00.630 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/watchmalloc.so.1"
75502026-09-02T23:53:01.752Z[ recovery-image] Sep 02 23:53:00.630 INFO O| Sep 02 23:53:00.630 INFO STEP 623 (remove_files) COMPLETE
75512026-09-02T23:53:01.752Z[ recovery-image] Sep 02 23:53:00.630 INFO O| Sep 02 23:53:00.630 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75522026-09-02T23:53:01.762Z[ recovery-image] Sep 02 23:53:00.639 INFO O| Sep 02 23:53:00.639 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/audit/audit_record_attr"
75532026-09-02T23:53:01.762Z[ recovery-image] Sep 02 23:53:00.639 INFO O| Sep 02 23:53:00.639 INFO STEP 624 (remove_files) COMPLETE
75542026-09-02T23:53:01.762Z[ recovery-image] Sep 02 23:53:00.639 INFO O| Sep 02 23:53:00.639 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75552026-09-02T23:53:01.771Z[ recovery-image] Sep 02 23:53:00.648 INFO O| Sep 02 23:53:00.648 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/common.ksh"
75562026-09-02T23:53:01.771Z[ recovery-image] Sep 02 23:53:00.649 INFO O| Sep 02 23:53:00.648 INFO STEP 625 (remove_files) COMPLETE
75572026-09-02T23:53:01.771Z[ recovery-image] Sep 02 23:53:00.649 INFO O| Sep 02 23:53:00.648 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75582026-09-02T23:53:01.774Z[verify-libraries] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
75592026-09-02T23:53:01.781Z[ recovery-image] Sep 02 23:53:00.659 INFO O| Sep 02 23:53:00.659 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/query"
75602026-09-02T23:53:01.781Z[ recovery-image] Sep 02 23:53:00.659 INFO O| Sep 02 23:53:00.659 INFO STEP 626 (remove_files) COMPLETE
75612026-09-02T23:53:01.781Z[ recovery-image] Sep 02 23:53:00.659 INFO O| Sep 02 23:53:00.659 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75622026-09-02T23:53:01.792Z[ recovery-image] Sep 02 23:53:00.669 INFO O| Sep 02 23:53:00.669 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/uninstall.ksh"
75632026-09-02T23:53:01.792Z[ recovery-image] Sep 02 23:53:00.669 INFO O| Sep 02 23:53:00.669 INFO STEP 627 (remove_files) COMPLETE
75642026-09-02T23:53:01.795Z[ recovery-image] Sep 02 23:53:00.669 INFO O| Sep 02 23:53:00.669 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75652026-09-02T23:53:01.802Z[ recovery-image] Sep 02 23:53:00.679 INFO O| Sep 02 23:53:00.679 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/ib.so.1"
75662026-09-02T23:53:01.802Z[ recovery-image] Sep 02 23:53:00.679 INFO O| Sep 02 23:53:00.679 INFO STEP 628 (remove_files) COMPLETE
75672026-09-02T23:53:01.802Z[ recovery-image] Sep 02 23:53:00.680 INFO O| Sep 02 23:53:00.679 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75682026-09-02T23:53:01.812Z[ recovery-image] Sep 02 23:53:00.690 INFO O| Sep 02 23:53:00.690 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/pci.so.1"
75692026-09-02T23:53:01.812Z[ recovery-image] Sep 02 23:53:00.690 INFO O| Sep 02 23:53:00.690 INFO STEP 629 (remove_files) COMPLETE
75702026-09-02T23:53:01.816Z[ recovery-image] Sep 02 23:53:00.690 INFO O| Sep 02 23:53:00.690 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75712026-09-02T23:53:01.821Z[ recovery-image] Sep 02 23:53:00.699 INFO O| Sep 02 23:53:00.699 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/sata.so.1"
75722026-09-02T23:53:01.822Z[ recovery-image] Sep 02 23:53:00.699 INFO O| Sep 02 23:53:00.699 INFO STEP 630 (remove_files) COMPLETE
75732026-09-02T23:53:01.825Z[ recovery-image] Sep 02 23:53:00.699 INFO O| Sep 02 23:53:00.699 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75742026-09-02T23:53:01.831Z[ recovery-image] Sep 02 23:53:00.708 INFO O| Sep 02 23:53:00.708 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1"
75752026-09-02T23:53:01.831Z[ recovery-image] Sep 02 23:53:00.708 INFO O| Sep 02 23:53:00.708 INFO STEP 631 (remove_files) COMPLETE
75762026-09-02T23:53:01.831Z[ recovery-image] Sep 02 23:53:00.708 INFO O| Sep 02 23:53:00.708 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75772026-09-02T23:53:01.836Z[verify-libraries] Compiling omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
75782026-09-02T23:53:01.846Z[ recovery-image] Sep 02 23:53:00.718 INFO O| Sep 02 23:53:00.718 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/usb.so.1"
75792026-09-02T23:53:01.846Z[ recovery-image] Sep 02 23:53:00.718 INFO O| Sep 02 23:53:00.718 INFO STEP 632 (remove_files) COMPLETE
75802026-09-02T23:53:01.846Z[ recovery-image] Sep 02 23:53:00.718 INFO O| Sep 02 23:53:00.718 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75812026-09-02T23:53:01.852Z[ recovery-image] Sep 02 23:53:00.729 INFO O| Sep 02 23:53:00.729 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/ib.so.1"
75822026-09-02T23:53:01.852Z[ recovery-image] Sep 02 23:53:00.730 INFO O| Sep 02 23:53:00.729 INFO STEP 633 (remove_files) COMPLETE
75832026-09-02T23:53:01.852Z[ recovery-image] Sep 02 23:53:00.730 INFO O| Sep 02 23:53:00.730 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75842026-09-02T23:53:01.863Z[ recovery-image] Sep 02 23:53:00.740 INFO O| Sep 02 23:53:00.740 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/pci.so.1"
75852026-09-02T23:53:01.863Z[ recovery-image] Sep 02 23:53:00.740 INFO O| Sep 02 23:53:00.740 INFO STEP 634 (remove_files) COMPLETE
75862026-09-02T23:53:01.863Z[ recovery-image] Sep 02 23:53:00.740 INFO O| Sep 02 23:53:00.740 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75872026-09-02T23:53:01.872Z[ recovery-image] Sep 02 23:53:00.750 INFO O| Sep 02 23:53:00.750 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/sata.so.1"
75882026-09-02T23:53:01.873Z[ recovery-image] Sep 02 23:53:00.750 INFO O| Sep 02 23:53:00.750 INFO STEP 635 (remove_files) COMPLETE
75892026-09-02T23:53:01.873Z[ recovery-image] Sep 02 23:53:00.750 INFO O| Sep 02 23:53:00.750 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75902026-09-02T23:53:01.882Z[ recovery-image] Sep 02 23:53:00.760 INFO O| Sep 02 23:53:00.760 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/scsi.so.1"
75912026-09-02T23:53:01.882Z[ recovery-image] Sep 02 23:53:00.760 INFO O| Sep 02 23:53:00.760 INFO STEP 636 (remove_files) COMPLETE
75922026-09-02T23:53:01.882Z[ recovery-image] Sep 02 23:53:00.760 INFO O| Sep 02 23:53:00.760 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75932026-09-02T23:53:01.900Z[ recovery-image] Sep 02 23:53:00.769 INFO O| Sep 02 23:53:00.769 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/shp.so.1"
75942026-09-02T23:53:01.900Z[ recovery-image] Sep 02 23:53:00.769 INFO O| Sep 02 23:53:00.769 INFO STEP 637 (remove_files) COMPLETE
75952026-09-02T23:53:01.900Z[ recovery-image] Sep 02 23:53:00.769 INFO O| Sep 02 23:53:00.769 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75962026-09-02T23:53:01.904Z[ recovery-image] Sep 02 23:53:00.778 INFO O| Sep 02 23:53:00.777 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/usb.so.1"
75972026-09-02T23:53:01.904Z[ recovery-image] Sep 02 23:53:00.778 INFO O| Sep 02 23:53:00.778 INFO STEP 638 (remove_files) COMPLETE
75982026-09-02T23:53:01.904Z[ recovery-image] Sep 02 23:53:00.778 INFO O| Sep 02 23:53:00.778 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75992026-09-02T23:53:01.909Z[ recovery-image] Sep 02 23:53:00.786 INFO O| Sep 02 23:53:00.786 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/FX/FXdispadmin"
76002026-09-02T23:53:01.909Z[ recovery-image] Sep 02 23:53:00.786 INFO O| Sep 02 23:53:00.786 INFO STEP 639 (remove_files) COMPLETE
76012026-09-02T23:53:01.909Z[ recovery-image] Sep 02 23:53:00.786 INFO O| Sep 02 23:53:00.786 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76022026-09-02T23:53:01.914Z[verify-libraries] Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
76032026-09-02T23:53:01.924Z[ recovery-image] Sep 02 23:53:00.801 INFO O| Sep 02 23:53:00.801 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/FX/FXpriocntl"
76042026-09-02T23:53:01.924Z[ recovery-image] Sep 02 23:53:00.802 INFO O| Sep 02 23:53:00.801 INFO STEP 640 (remove_files) COMPLETE
76052026-09-02T23:53:01.935Z[ recovery-image] Sep 02 23:53:00.802 INFO O| Sep 02 23:53:00.802 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76062026-09-02T23:53:01.939Z[ recovery-image] Sep 02 23:53:00.811 INFO O| Sep 02 23:53:00.811 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/IA/IAdispadmin"
76072026-09-02T23:53:01.939Z[ recovery-image] Sep 02 23:53:00.811 INFO O| Sep 02 23:53:00.811 INFO STEP 641 (remove_files) COMPLETE
76082026-09-02T23:53:01.939Z[ recovery-image] Sep 02 23:53:00.811 INFO O| Sep 02 23:53:00.811 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76092026-09-02T23:53:01.943Z[ recovery-image] Sep 02 23:53:00.821 INFO O| Sep 02 23:53:00.821 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/IA/IApriocntl"
76102026-09-02T23:53:01.943Z[ recovery-image] Sep 02 23:53:00.821 INFO O| Sep 02 23:53:00.821 INFO STEP 642 (remove_files) COMPLETE
76112026-09-02T23:53:01.947Z[ recovery-image] Sep 02 23:53:00.821 INFO O| Sep 02 23:53:00.821 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76122026-09-02T23:53:01.968Z[ recovery-image] Sep 02 23:53:00.846 INFO O| Sep 02 23:53:00.845 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/RT/RTdispadmin"
76132026-09-02T23:53:01.968Z[ recovery-image] Sep 02 23:53:00.846 INFO O| Sep 02 23:53:00.846 INFO STEP 643 (remove_files) COMPLETE
76142026-09-02T23:53:01.968Z[ recovery-image] Sep 02 23:53:00.846 INFO O| Sep 02 23:53:00.846 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76152026-09-02T23:53:01.978Z[ recovery-image] Sep 02 23:53:00.856 INFO O| Sep 02 23:53:00.856 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/RT/RTpriocntl"
76162026-09-02T23:53:01.978Z[ recovery-image] Sep 02 23:53:00.856 INFO O| Sep 02 23:53:00.856 INFO STEP 644 (remove_files) COMPLETE
76172026-09-02T23:53:01.983Z[ recovery-image] Sep 02 23:53:00.856 INFO O| Sep 02 23:53:00.856 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76182026-09-02T23:53:02.003Z[ recovery-image] Sep 02 23:53:00.880 INFO O| Sep 02 23:53:00.880 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/SDC/SDCdispadmin"
76192026-09-02T23:53:02.003Z[ recovery-image] Sep 02 23:53:00.880 INFO O| Sep 02 23:53:00.880 INFO STEP 645 (remove_files) COMPLETE
76202026-09-02T23:53:02.003Z[ recovery-image] Sep 02 23:53:00.880 INFO O| Sep 02 23:53:00.880 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76212026-09-02T23:53:02.011Z[ recovery-image] Sep 02 23:53:00.889 INFO O| Sep 02 23:53:00.889 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/SDC/SDCpriocntl"
76222026-09-02T23:53:02.011Z[ recovery-image] Sep 02 23:53:00.889 INFO O| Sep 02 23:53:00.889 INFO STEP 646 (remove_files) COMPLETE
76232026-09-02T23:53:02.012Z[ recovery-image] Sep 02 23:53:00.889 INFO O| Sep 02 23:53:00.889 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76242026-09-02T23:53:02.021Z[ recovery-image] Sep 02 23:53:00.897 INFO O| Sep 02 23:53:00.897 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/TS/TSdispadmin"
76252026-09-02T23:53:02.021Z[ recovery-image] Sep 02 23:53:00.898 INFO O| Sep 02 23:53:00.898 INFO STEP 647 (remove_files) COMPLETE
76262026-09-02T23:53:02.021Z[ recovery-image] Sep 02 23:53:00.898 INFO O| Sep 02 23:53:00.898 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76272026-09-02T23:53:02.030Z[ recovery-image] Sep 02 23:53:00.908 INFO O| Sep 02 23:53:00.908 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/TS/TSpriocntl"
76282026-09-02T23:53:02.030Z[ recovery-image] Sep 02 23:53:00.908 INFO O| Sep 02 23:53:00.908 INFO STEP 648 (remove_files) COMPLETE
76292026-09-02T23:53:02.030Z[ recovery-image] Sep 02 23:53:00.908 INFO O| Sep 02 23:53:00.908 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76302026-09-02T23:53:02.040Z[ recovery-image] Sep 02 23:53:00.917 INFO O| Sep 02 23:53:00.917 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake"
76312026-09-02T23:53:02.040Z[ recovery-image] Sep 02 23:53:00.917 INFO O| Sep 02 23:53:00.917 INFO STEP 649 (remove_files) COMPLETE
76322026-09-02T23:53:02.040Z[ recovery-image] Sep 02 23:53:00.917 INFO O| Sep 02 23:53:00.917 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76332026-09-02T23:53:02.049Z[ recovery-image] Sep 02 23:53:00.927 INFO O| Sep 02 23:53:00.927 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h"
76342026-09-02T23:53:02.049Z[ recovery-image] Sep 02 23:53:00.927 INFO O| Sep 02 23:53:00.927 INFO STEP 650 (remove_files) COMPLETE
76352026-09-02T23:53:02.049Z[ recovery-image] Sep 02 23:53:00.927 INFO O| Sep 02 23:53:00.927 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76362026-09-02T23:53:02.058Z[ recovery-image] Sep 02 23:53:00.936 INFO O| Sep 02 23:53:00.935 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlled"
76372026-09-02T23:53:02.058Z[ recovery-image] Sep 02 23:53:00.936 INFO O| Sep 02 23:53:00.936 INFO STEP 651 (remove_files) COMPLETE
76382026-09-02T23:53:02.058Z[ recovery-image] Sep 02 23:53:00.936 INFO O| Sep 02 23:53:00.936 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76392026-09-02T23:53:02.067Z[ recovery-image] Sep 02 23:53:00.944 INFO O| Sep 02 23:53:00.944 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlrecv"
76402026-09-02T23:53:02.067Z[ recovery-image] Sep 02 23:53:00.944 INFO O| Sep 02 23:53:00.944 INFO STEP 652 (remove_files) COMPLETE
76412026-09-02T23:53:02.067Z[ recovery-image] Sep 02 23:53:00.944 INFO O| Sep 02 23:53:00.944 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76422026-09-02T23:53:02.120Z[ recovery-image] Sep 02 23:53:00.997 INFO O| Sep 02 23:53:00.997 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlsend"
76432026-09-02T23:53:02.124Z[ recovery-image] Sep 02 23:53:00.998 INFO O| Sep 02 23:53:00.998 INFO STEP 653 (remove_files) COMPLETE
76442026-09-02T23:53:02.124Z[ recovery-image] Sep 02 23:53:00.998 INFO O| Sep 02 23:53:00.998 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76452026-09-02T23:53:02.124Z[verify-libraries] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
76462026-09-02T23:53:02.131Z[ recovery-image] Sep 02 23:53:01.008 INFO O| Sep 02 23:53:01.008 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dltraninfo"
76472026-09-02T23:53:02.146Z[ recovery-image] Sep 02 23:53:01.024 INFO O| Sep 02 23:53:01.024 INFO STEP 654 (remove_files) COMPLETE
76482026-09-02T23:53:02.146Z[ recovery-image] Sep 02 23:53:01.024 INFO O| Sep 02 23:53:01.024 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76492026-09-02T23:53:02.155Z[ recovery-image] Sep 02 23:53:01.033 INFO O| Sep 02 23:53:01.033 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/drti.o"
76502026-09-02T23:53:02.155Z[ recovery-image] Sep 02 23:53:01.033 INFO O| Sep 02 23:53:01.033 INFO STEP 655 (remove_files) COMPLETE
76512026-09-02T23:53:02.155Z[ recovery-image] Sep 02 23:53:01.033 INFO O| Sep 02 23:53:01.033 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76522026-09-02T23:53:02.167Z[ recovery-image] Sep 02 23:53:01.045 INFO O| Sep 02 23:53:01.045 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so"
76532026-09-02T23:53:02.167Z[ recovery-image] Sep 02 23:53:01.045 INFO O| Sep 02 23:53:01.045 INFO STEP 656 (remove_files) COMPLETE
76542026-09-02T23:53:02.170Z[ recovery-image] Sep 02 23:53:01.045 INFO O| Sep 02 23:53:01.045 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76552026-09-02T23:53:02.177Z[ recovery-image] Sep 02 23:53:01.055 INFO O| Sep 02 23:53:01.055 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/sftp64.d"
76562026-09-02T23:53:02.177Z[ recovery-image] Sep 02 23:53:01.055 INFO O| Sep 02 23:53:01.055 INFO STEP 657 (remove_files) COMPLETE
76572026-09-02T23:53:02.181Z[ recovery-image] Sep 02 23:53:01.055 INFO O| Sep 02 23:53:01.055 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76582026-09-02T23:53:02.189Z[ recovery-image] Sep 02 23:53:01.064 INFO O| Sep 02 23:53:01.064 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/drti.o"
76592026-09-02T23:53:02.193Z[ recovery-image] Sep 02 23:53:01.065 INFO O| Sep 02 23:53:01.065 INFO STEP 658 (remove_files) COMPLETE
76602026-09-02T23:53:02.193Z[ recovery-image] Sep 02 23:53:01.065 INFO O| Sep 02 23:53:01.065 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76612026-09-02T23:53:02.197Z[ recovery-image] Sep 02 23:53:01.075 INFO O| Sep 02 23:53:01.074 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/libdtrace_forceload.so"
76622026-09-02T23:53:02.197Z[ recovery-image] Sep 02 23:53:01.075 INFO O| Sep 02 23:53:01.075 INFO STEP 659 (remove_files) COMPLETE
76632026-09-02T23:53:02.197Z[ recovery-image] Sep 02 23:53:01.075 INFO O| Sep 02 23:53:01.075 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76642026-09-02T23:53:02.209Z[ recovery-image] Sep 02 23:53:01.086 INFO O| Sep 02 23:53:01.086 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1"
76652026-09-02T23:53:02.209Z[ recovery-image] Sep 02 23:53:01.086 INFO O| Sep 02 23:53:01.086 INFO STEP 660 (remove_files) COMPLETE
76662026-09-02T23:53:02.209Z[ recovery-image] Sep 02 23:53:01.086 INFO O| Sep 02 23:53:01.086 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76672026-09-02T23:53:02.223Z[ recovery-image] Sep 02 23:53:01.101 INFO O| Sep 02 23:53:01.100 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1"
76682026-09-02T23:53:02.224Z[ recovery-image] Sep 02 23:53:01.101 INFO O| Sep 02 23:53:01.101 INFO STEP 661 (remove_files) COMPLETE
76692026-09-02T23:53:02.227Z[ recovery-image] Sep 02 23:53:01.101 INFO O| Sep 02 23:53:01.101 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76702026-09-02T23:53:02.235Z[ recovery-image] Sep 02 23:53:01.112 INFO O| Sep 02 23:53:01.111 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1"
76712026-09-02T23:53:02.235Z[ recovery-image] Sep 02 23:53:01.112 INFO O| Sep 02 23:53:01.112 INFO STEP 662 (remove_files) COMPLETE
76722026-09-02T23:53:02.235Z[ recovery-image] Sep 02 23:53:01.112 INFO O| Sep 02 23:53:01.112 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76732026-09-02T23:53:02.243Z[ recovery-image] Sep 02 23:53:01.121 INFO O| Sep 02 23:53:01.121 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1"
76742026-09-02T23:53:02.243Z[ recovery-image] Sep 02 23:53:01.121 INFO O| Sep 02 23:53:01.121 INFO STEP 663 (remove_files) COMPLETE
76752026-09-02T23:53:02.243Z[ recovery-image] Sep 02 23:53:01.121 INFO O| Sep 02 23:53:01.121 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76762026-09-02T23:53:02.251Z[ recovery-image] Sep 02 23:53:01.129 INFO O| Sep 02 23:53:01.129 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1"
76772026-09-02T23:53:02.251Z[ recovery-image] Sep 02 23:53:01.129 INFO O| Sep 02 23:53:01.129 INFO STEP 664 (remove_files) COMPLETE
76782026-09-02T23:53:02.251Z[ recovery-image] Sep 02 23:53:01.129 INFO O| Sep 02 23:53:01.129 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76792026-09-02T23:53:02.260Z[ recovery-image] Sep 02 23:53:01.138 INFO O| Sep 02 23:53:01.138 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1"
76802026-09-02T23:53:02.260Z[ recovery-image] Sep 02 23:53:01.138 INFO O| Sep 02 23:53:01.138 INFO STEP 665 (remove_files) COMPLETE
76812026-09-02T23:53:02.260Z[ recovery-image] Sep 02 23:53:01.138 INFO O| Sep 02 23:53:01.138 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76822026-09-02T23:53:02.271Z[ recovery-image] Sep 02 23:53:01.149 INFO O| Sep 02 23:53:01.149 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1"
76832026-09-02T23:53:02.274Z[ recovery-image] Sep 02 23:53:01.150 INFO O| Sep 02 23:53:01.150 INFO STEP 666 (remove_files) COMPLETE
76842026-09-02T23:53:02.274Z[ recovery-image] Sep 02 23:53:01.150 INFO O| Sep 02 23:53:01.150 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76852026-09-02T23:53:02.282Z[ recovery-image] Sep 02 23:53:01.160 INFO O| Sep 02 23:53:01.159 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1"
76862026-09-02T23:53:02.282Z[ recovery-image] Sep 02 23:53:01.160 INFO O| Sep 02 23:53:01.160 INFO STEP 667 (remove_files) COMPLETE
76872026-09-02T23:53:02.282Z[ recovery-image] Sep 02 23:53:01.160 INFO O| Sep 02 23:53:01.160 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76882026-09-02T23:53:02.291Z[ recovery-image] Sep 02 23:53:01.169 INFO O| Sep 02 23:53:01.169 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libseslog.so.1"
76892026-09-02T23:53:02.294Z[ recovery-image] Sep 02 23:53:01.169 INFO O| Sep 02 23:53:01.169 INFO STEP 668 (remove_files) COMPLETE
76902026-09-02T23:53:02.295Z[ recovery-image] Sep 02 23:53:01.169 INFO O| Sep 02 23:53:01.169 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76912026-09-02T23:53:02.295Z[verify-libraries] Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
76922026-09-02T23:53:02.303Z[ recovery-image] Sep 02 23:53:01.180 INFO O| Sep 02 23:53:01.179 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/AMD.dict"
76932026-09-02T23:53:02.303Z[ recovery-image] Sep 02 23:53:01.180 INFO O| Sep 02 23:53:01.180 INFO STEP 669 (remove_files) COMPLETE
76942026-09-02T23:53:02.303Z[ recovery-image] Sep 02 23:53:01.180 INFO O| Sep 02 23:53:01.180 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76952026-09-02T23:53:02.311Z[ recovery-image] Sep 02 23:53:01.189 INFO O| Sep 02 23:53:01.189 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict"
76962026-09-02T23:53:02.311Z[ recovery-image] Sep 02 23:53:01.189 INFO O| Sep 02 23:53:01.189 INFO STEP 670 (remove_files) COMPLETE
76972026-09-02T23:53:02.315Z[ recovery-image] Sep 02 23:53:01.189 INFO O| Sep 02 23:53:01.189 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76982026-09-02T23:53:02.321Z[ recovery-image] Sep 02 23:53:01.199 INFO O| Sep 02 23:53:01.198 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/GMCA.dict"
76992026-09-02T23:53:02.321Z[ recovery-image] Sep 02 23:53:01.199 INFO O| Sep 02 23:53:01.198 INFO STEP 671 (remove_files) COMPLETE
77002026-09-02T23:53:02.324Z[ recovery-image] Sep 02 23:53:01.199 INFO O| Sep 02 23:53:01.198 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77012026-09-02T23:53:02.329Z[ recovery-image] Sep 02 23:53:01.207 INFO O| Sep 02 23:53:01.207 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/INTEL.dict"
77022026-09-02T23:53:02.333Z[ recovery-image] Sep 02 23:53:01.208 INFO O| Sep 02 23:53:01.208 INFO STEP 672 (remove_files) COMPLETE
77032026-09-02T23:53:02.333Z[ recovery-image] Sep 02 23:53:01.208 INFO O| Sep 02 23:53:01.208 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77042026-09-02T23:53:02.339Z[ recovery-image] Sep 02 23:53:01.217 INFO O| Sep 02 23:53:01.217 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fminject"
77052026-09-02T23:53:02.339Z[ recovery-image] Sep 02 23:53:01.217 INFO O| Sep 02 23:53:01.217 INFO STEP 673 (remove_files) COMPLETE
77062026-09-02T23:53:02.339Z[ recovery-image] Sep 02 23:53:01.217 INFO O| Sep 02 23:53:01.217 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77072026-09-02T23:53:02.350Z[ recovery-image] Sep 02 23:53:01.227 INFO O| Sep 02 23:53:01.227 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fmsim"
77082026-09-02T23:53:02.350Z[ recovery-image] Sep 02 23:53:01.227 INFO O| Sep 02 23:53:01.227 INFO STEP 674 (remove_files) COMPLETE
77092026-09-02T23:53:02.350Z[ recovery-image] Sep 02 23:53:01.227 INFO O| Sep 02 23:53:01.227 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77102026-09-02T23:53:02.359Z[ recovery-image] Sep 02 23:53:01.236 INFO O| Sep 02 23:53:01.236 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fmtopo"
77112026-09-02T23:53:02.359Z[ recovery-image] Sep 02 23:53:01.237 INFO O| Sep 02 23:53:01.236 INFO STEP 675 (remove_files) COMPLETE
77122026-09-02T23:53:02.359Z[ recovery-image] Sep 02 23:53:01.237 INFO O| Sep 02 23:53:01.237 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77132026-09-02T23:53:02.367Z[ recovery-image] Sep 02 23:53:01.245 INFO O| Sep 02 23:53:01.245 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/ipmitopo"
77142026-09-02T23:53:02.367Z[ recovery-image] Sep 02 23:53:01.245 INFO O| Sep 02 23:53:01.245 INFO STEP 676 (remove_files) COMPLETE
77152026-09-02T23:53:02.367Z[ recovery-image] Sep 02 23:53:01.245 INFO O| Sep 02 23:53:01.245 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77162026-09-02T23:53:02.375Z[ recovery-image] Sep 02 23:53:01.253 INFO O| Sep 02 23:53:01.253 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/mcdecode"
77172026-09-02T23:53:02.375Z[ recovery-image] Sep 02 23:53:01.253 INFO O| Sep 02 23:53:01.253 INFO STEP 677 (remove_files) COMPLETE
77182026-09-02T23:53:02.376Z[ recovery-image] Sep 02 23:53:01.253 INFO O| Sep 02 23:53:01.253 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77192026-09-02T23:53:02.384Z[ recovery-image] Sep 02 23:53:01.262 INFO O| Sep 02 23:53:01.262 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf"
77202026-09-02T23:53:02.384Z[ recovery-image] Sep 02 23:53:01.262 INFO O| Sep 02 23:53:01.262 INFO STEP 678 (remove_files) COMPLETE
77212026-09-02T23:53:02.384Z[ recovery-image] Sep 02 23:53:01.262 INFO O| Sep 02 23:53:01.262 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77222026-09-02T23:53:02.392Z[ recovery-image] Sep 02 23:53:01.270 INFO O| Sep 02 23:53:01.270 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so"
77232026-09-02T23:53:02.392Z[ recovery-image] Sep 02 23:53:01.270 INFO O| Sep 02 23:53:01.270 INFO STEP 679 (remove_files) COMPLETE
77242026-09-02T23:53:02.392Z[ recovery-image] Sep 02 23:53:01.270 INFO O| Sep 02 23:53:01.270 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77252026-09-02T23:53:02.401Z[ recovery-image] Sep 02 23:53:01.278 INFO O| Sep 02 23:53:01.278 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so"
77262026-09-02T23:53:02.401Z[ recovery-image] Sep 02 23:53:01.278 INFO O| Sep 02 23:53:01.278 INFO STEP 680 (remove_files) COMPLETE
77272026-09-02T23:53:02.401Z[ recovery-image] Sep 02 23:53:01.278 INFO O| Sep 02 23:53:01.278 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77282026-09-02T23:53:02.408Z[ recovery-image] Sep 02 23:53:01.286 INFO O| Sep 02 23:53:01.286 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so"
77292026-09-02T23:53:02.408Z[ recovery-image] Sep 02 23:53:01.286 INFO O| Sep 02 23:53:01.286 INFO STEP 681 (remove_files) COMPLETE
77302026-09-02T23:53:02.408Z[ recovery-image] Sep 02 23:53:01.286 INFO O| Sep 02 23:53:01.286 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77312026-09-02T23:53:02.417Z[ recovery-image] Sep 02 23:53:01.295 INFO O| Sep 02 23:53:01.295 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so"
77322026-09-02T23:53:02.417Z[ recovery-image] Sep 02 23:53:01.295 INFO O| Sep 02 23:53:01.295 INFO STEP 682 (remove_files) COMPLETE
77332026-09-02T23:53:02.420Z[ recovery-image] Sep 02 23:53:01.295 INFO O| Sep 02 23:53:01.295 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77342026-09-02T23:53:02.425Z[ recovery-image] Sep 02 23:53:01.303 INFO O| Sep 02 23:53:01.303 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so"
77352026-09-02T23:53:02.425Z[ recovery-image] Sep 02 23:53:01.303 INFO O| Sep 02 23:53:01.303 INFO STEP 683 (remove_files) COMPLETE
77362026-09-02T23:53:02.429Z[ recovery-image] Sep 02 23:53:01.303 INFO O| Sep 02 23:53:01.303 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77372026-09-02T23:53:02.434Z[ recovery-image] Sep 02 23:53:01.312 INFO O| Sep 02 23:53:01.312 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so"
77382026-09-02T23:53:02.434Z[ recovery-image] Sep 02 23:53:01.312 INFO O| Sep 02 23:53:01.312 INFO STEP 684 (remove_files) COMPLETE
77392026-09-02T23:53:02.434Z[ recovery-image] Sep 02 23:53:01.312 INFO O| Sep 02 23:53:01.312 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77402026-09-02T23:53:02.443Z[ recovery-image] Sep 02 23:53:01.321 INFO O| Sep 02 23:53:01.321 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so"
77412026-09-02T23:53:02.443Z[ recovery-image] Sep 02 23:53:01.321 INFO O| Sep 02 23:53:01.321 INFO STEP 685 (remove_files) COMPLETE
77422026-09-02T23:53:02.443Z[ recovery-image] Sep 02 23:53:01.321 INFO O| Sep 02 23:53:01.321 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77432026-09-02T23:53:02.452Z[verify-libraries] Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
77442026-09-02T23:53:02.455Z[ recovery-image] Sep 02 23:53:01.330 INFO O| Sep 02 23:53:01.330 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so"
77452026-09-02T23:53:02.455Z[ recovery-image] Sep 02 23:53:01.330 INFO O| Sep 02 23:53:01.330 INFO STEP 686 (remove_files) COMPLETE
77462026-09-02T23:53:02.455Z[ recovery-image] Sep 02 23:53:01.330 INFO O| Sep 02 23:53:01.330 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77472026-09-02T23:53:02.461Z[ recovery-image] Sep 02 23:53:01.338 INFO O| Sep 02 23:53:01.338 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so"
77482026-09-02T23:53:02.461Z[ recovery-image] Sep 02 23:53:01.338 INFO O| Sep 02 23:53:01.338 INFO STEP 687 (remove_files) COMPLETE
77492026-09-02T23:53:02.464Z[ recovery-image] Sep 02 23:53:01.338 INFO O| Sep 02 23:53:01.338 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77502026-09-02T23:53:02.468Z[ recovery-image] Sep 02 23:53:01.346 INFO O| Sep 02 23:53:01.346 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so"
77512026-09-02T23:53:02.468Z[ recovery-image] Sep 02 23:53:01.346 INFO O| Sep 02 23:53:01.346 INFO STEP 688 (remove_files) COMPLETE
77522026-09-02T23:53:02.468Z[ recovery-image] Sep 02 23:53:01.346 INFO O| Sep 02 23:53:01.346 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77532026-09-02T23:53:02.477Z[ recovery-image] Sep 02 23:53:01.355 INFO O| Sep 02 23:53:01.354 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so"
77542026-09-02T23:53:02.477Z[ recovery-image] Sep 02 23:53:01.355 INFO O| Sep 02 23:53:01.355 INFO STEP 689 (remove_files) COMPLETE
77552026-09-02T23:53:02.477Z[ recovery-image] Sep 02 23:53:01.355 INFO O| Sep 02 23:53:01.355 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77562026-09-02T23:53:02.485Z[ recovery-image] Sep 02 23:53:01.363 INFO O| Sep 02 23:53:01.363 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/cpu.so"
77572026-09-02T23:53:02.485Z[ recovery-image] Sep 02 23:53:01.363 INFO O| Sep 02 23:53:01.363 INFO STEP 690 (remove_files) COMPLETE
77582026-09-02T23:53:02.485Z[ recovery-image] Sep 02 23:53:01.363 INFO O| Sep 02 23:53:01.363 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77592026-09-02T23:53:02.493Z[ recovery-image] Sep 02 23:53:01.371 INFO O| Sep 02 23:53:01.371 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/dev.so"
77602026-09-02T23:53:02.493Z[ recovery-image] Sep 02 23:53:01.371 INFO O| Sep 02 23:53:01.371 INFO STEP 691 (remove_files) COMPLETE
77612026-09-02T23:53:02.496Z[ recovery-image] Sep 02 23:53:01.371 INFO O| Sep 02 23:53:01.371 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77622026-09-02T23:53:02.501Z[ recovery-image] Sep 02 23:53:01.379 INFO O| Sep 02 23:53:01.379 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/fmd.so"
77632026-09-02T23:53:02.501Z[ recovery-image] Sep 02 23:53:01.379 INFO O| Sep 02 23:53:01.379 INFO STEP 692 (remove_files) COMPLETE
77642026-09-02T23:53:02.501Z[ recovery-image] Sep 02 23:53:01.379 INFO O| Sep 02 23:53:01.379 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77652026-09-02T23:53:02.513Z[ recovery-image] Sep 02 23:53:01.389 INFO O| Sep 02 23:53:01.389 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/hc.so"
77662026-09-02T23:53:02.513Z[ recovery-image] Sep 02 23:53:01.389 INFO O| Sep 02 23:53:01.389 INFO STEP 693 (remove_files) COMPLETE
77672026-09-02T23:53:02.517Z[ recovery-image] Sep 02 23:53:01.389 INFO O| Sep 02 23:53:01.389 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77682026-09-02T23:53:02.522Z[ recovery-image] Sep 02 23:53:01.399 INFO O| Sep 02 23:53:01.399 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so"
77692026-09-02T23:53:02.522Z[ recovery-image] Sep 02 23:53:01.400 INFO O| Sep 02 23:53:01.400 INFO STEP 694 (remove_files) COMPLETE
77702026-09-02T23:53:02.522Z[ recovery-image] Sep 02 23:53:01.400 INFO O| Sep 02 23:53:01.400 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77712026-09-02T23:53:02.547Z[ recovery-image] Sep 02 23:53:01.425 INFO O| Sep 02 23:53:01.425 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/mem.so"
77722026-09-02T23:53:02.547Z[ recovery-image] Sep 02 23:53:01.425 INFO O| Sep 02 23:53:01.425 INFO STEP 695 (remove_files) COMPLETE
77732026-09-02T23:53:02.547Z[ recovery-image] Sep 02 23:53:01.425 INFO O| Sep 02 23:53:01.425 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77742026-09-02T23:53:02.556Z[ recovery-image] Sep 02 23:53:01.434 INFO O| Sep 02 23:53:01.434 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/mod.so"
77752026-09-02T23:53:02.556Z[ recovery-image] Sep 02 23:53:01.434 INFO O| Sep 02 23:53:01.434 INFO STEP 696 (remove_files) COMPLETE
77762026-09-02T23:53:02.560Z[ recovery-image] Sep 02 23:53:01.434 INFO O| Sep 02 23:53:01.434 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77772026-09-02T23:53:02.570Z[ recovery-image] Sep 02 23:53:01.444 INFO O| Sep 02 23:53:01.444 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/pkg.so"
77782026-09-02T23:53:02.570Z[ recovery-image] Sep 02 23:53:01.444 INFO O| Sep 02 23:53:01.444 INFO STEP 697 (remove_files) COMPLETE
77792026-09-02T23:53:02.574Z[ recovery-image] Sep 02 23:53:01.444 INFO O| Sep 02 23:53:01.444 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77802026-09-02T23:53:02.580Z[ recovery-image] Sep 02 23:53:01.454 INFO O| Sep 02 23:53:01.454 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/sw.so"
77812026-09-02T23:53:02.580Z[ recovery-image] Sep 02 23:53:01.454 INFO O| Sep 02 23:53:01.454 INFO STEP 698 (remove_files) COMPLETE
77822026-09-02T23:53:02.580Z[ recovery-image] Sep 02 23:53:01.454 INFO O| Sep 02 23:53:01.454 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77832026-09-02T23:53:02.587Z[ recovery-image] Sep 02 23:53:01.464 INFO O| Sep 02 23:53:01.464 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libdiskstatus.so.1"
77842026-09-02T23:53:02.587Z[ recovery-image] Sep 02 23:53:01.464 INFO O| Sep 02 23:53:01.464 INFO STEP 699 (remove_files) COMPLETE
77852026-09-02T23:53:02.587Z[ recovery-image] Sep 02 23:53:01.464 INFO O| Sep 02 23:53:01.464 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77862026-09-02T23:53:02.596Z[ recovery-image] Sep 02 23:53:01.474 INFO O| Sep 02 23:53:01.474 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_adm.so.1"
77872026-09-02T23:53:02.596Z[ recovery-image] Sep 02 23:53:01.474 INFO O| Sep 02 23:53:01.474 INFO STEP 700 (remove_files) COMPLETE
77882026-09-02T23:53:02.605Z[ recovery-image] Sep 02 23:53:01.474 INFO O| Sep 02 23:53:01.474 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77892026-09-02T23:53:02.608Z[ recovery-image] Sep 02 23:53:01.483 INFO O| Sep 02 23:53:01.483 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_log.so.1"
77902026-09-02T23:53:02.608Z[ recovery-image] Sep 02 23:53:01.483 INFO O| Sep 02 23:53:01.483 INFO STEP 701 (remove_files) COMPLETE
77912026-09-02T23:53:02.608Z[ recovery-image] Sep 02 23:53:01.483 INFO O| Sep 02 23:53:01.483 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77922026-09-02T23:53:02.618Z[ recovery-image] Sep 02 23:53:01.496 INFO O| Sep 02 23:53:01.495 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_snmp.so.1"
77932026-09-02T23:53:02.618Z[ recovery-image] Sep 02 23:53:01.496 INFO O| Sep 02 23:53:01.496 INFO STEP 702 (remove_files) COMPLETE
77942026-09-02T23:53:02.621Z[ recovery-image] Sep 02 23:53:01.496 INFO O| Sep 02 23:53:01.496 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77952026-09-02T23:53:02.638Z[verify-libraries] Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
77962026-09-02T23:53:02.643Z[ recovery-image] Sep 02 23:53:01.519 INFO O| Sep 02 23:53:01.519 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmnotify.so.1"
77972026-09-02T23:53:02.643Z[ recovery-image] Sep 02 23:53:01.519 INFO O| Sep 02 23:53:01.519 INFO STEP 703 (remove_files) COMPLETE
77982026-09-02T23:53:02.643Z[ recovery-image] Sep 02 23:53:01.519 INFO O| Sep 02 23:53:01.519 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77992026-09-02T23:53:02.651Z[ recovery-image] Sep 02 23:53:01.529 INFO O| Sep 02 23:53:01.529 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libseslog.so.1"
78002026-09-02T23:53:02.655Z[ recovery-image] Sep 02 23:53:01.532 INFO O| Sep 02 23:53:01.531 INFO STEP 704 (remove_files) COMPLETE
78012026-09-02T23:53:02.656Z[ recovery-image] Sep 02 23:53:01.532 INFO O| Sep 02 23:53:01.532 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78022026-09-02T23:53:02.664Z[ recovery-image] Sep 02 23:53:01.542 INFO O| Sep 02 23:53:01.542 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml"
78032026-09-02T23:53:02.665Z[ recovery-image] Sep 02 23:53:01.542 INFO O| Sep 02 23:53:01.542 INFO STEP 705 (remove_files) COMPLETE
78042026-09-02T23:53:02.668Z[ recovery-image] Sep 02 23:53:01.542 INFO O| Sep 02 23:53:01.542 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78052026-09-02T23:53:02.674Z[ recovery-image] Sep 02 23:53:01.552 INFO O| Sep 02 23:53:01.551 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/disk.so"
78062026-09-02T23:53:02.674Z[ recovery-image] Sep 02 23:53:01.552 INFO O| Sep 02 23:53:01.552 INFO STEP 706 (remove_files) COMPLETE
78072026-09-02T23:53:02.674Z[ recovery-image] Sep 02 23:53:01.552 INFO O| Sep 02 23:53:01.552 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78082026-09-02T23:53:02.674Z[verify-libraries] Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
78092026-09-02T23:53:02.684Z[ recovery-image] Sep 02 23:53:01.561 INFO O| Sep 02 23:53:01.561 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so"
78102026-09-02T23:53:02.684Z[ recovery-image] Sep 02 23:53:01.561 INFO O| Sep 02 23:53:01.561 INFO STEP 707 (remove_files) COMPLETE
78112026-09-02T23:53:02.684Z[ recovery-image] Sep 02 23:53:01.561 INFO O| Sep 02 23:53:01.561 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78122026-09-02T23:53:02.695Z[ recovery-image] Sep 02 23:53:01.572 INFO O| Sep 02 23:53:01.572 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so"
78132026-09-02T23:53:02.695Z[ recovery-image] Sep 02 23:53:01.572 INFO O| Sep 02 23:53:01.572 INFO STEP 708 (remove_files) COMPLETE
78142026-09-02T23:53:02.696Z[ recovery-image] Sep 02 23:53:01.572 INFO O| Sep 02 23:53:01.572 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78152026-09-02T23:53:02.704Z[ recovery-image] Sep 02 23:53:01.582 INFO O| Sep 02 23:53:01.582 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so"
78162026-09-02T23:53:02.708Z[ recovery-image] Sep 02 23:53:01.582 INFO O| Sep 02 23:53:01.582 INFO STEP 709 (remove_files) COMPLETE
78172026-09-02T23:53:02.708Z[ recovery-image] Sep 02 23:53:01.582 INFO O| Sep 02 23:53:01.582 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78182026-09-02T23:53:02.714Z[ recovery-image] Sep 02 23:53:01.592 INFO O| Sep 02 23:53:01.591 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/ipmi.so"
78192026-09-02T23:53:02.714Z[ recovery-image] Sep 02 23:53:01.592 INFO O| Sep 02 23:53:01.592 INFO STEP 710 (remove_files) COMPLETE
78202026-09-02T23:53:02.717Z[ recovery-image] Sep 02 23:53:01.592 INFO O| Sep 02 23:53:01.592 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78212026-09-02T23:53:02.722Z[ recovery-image] Sep 02 23:53:01.600 INFO O| Sep 02 23:53:01.600 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/nic.so"
78222026-09-02T23:53:02.723Z[ recovery-image] Sep 02 23:53:01.600 INFO O| Sep 02 23:53:01.600 INFO STEP 711 (remove_files) COMPLETE
78232026-09-02T23:53:02.728Z[ recovery-image] Sep 02 23:53:01.600 INFO O| Sep 02 23:53:01.600 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78242026-09-02T23:53:02.731Z[ recovery-image] Sep 02 23:53:01.609 INFO O| Sep 02 23:53:01.609 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/ses.so"
78252026-09-02T23:53:02.731Z[ recovery-image] Sep 02 23:53:01.609 INFO O| Sep 02 23:53:01.609 INFO STEP 712 (remove_files) COMPLETE
78262026-09-02T23:53:02.731Z[ recovery-image] Sep 02 23:53:01.609 INFO O| Sep 02 23:53:01.609 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78272026-09-02T23:53:02.740Z[ recovery-image] Sep 02 23:53:01.617 INFO O| Sep 02 23:53:01.617 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/smbios.so"
78282026-09-02T23:53:02.740Z[ recovery-image] Sep 02 23:53:01.617 INFO O| Sep 02 23:53:01.617 INFO STEP 713 (remove_files) COMPLETE
78292026-09-02T23:53:02.740Z[ recovery-image] Sep 02 23:53:01.617 INFO O| Sep 02 23:53:01.617 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78302026-09-02T23:53:02.750Z[ recovery-image] Sep 02 23:53:01.626 INFO O| Sep 02 23:53:01.626 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/usb.so"
78312026-09-02T23:53:02.750Z[ recovery-image] Sep 02 23:53:01.626 INFO O| Sep 02 23:53:01.626 INFO STEP 714 (remove_files) COMPLETE
78322026-09-02T23:53:02.753Z[ recovery-image] Sep 02 23:53:01.626 INFO O| Sep 02 23:53:01.626 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78332026-09-02T23:53:02.763Z[ recovery-image] Sep 02 23:53:01.640 INFO O| Sep 02 23:53:01.640 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/xfp.so"
78342026-09-02T23:53:02.763Z[ recovery-image] Sep 02 23:53:01.641 INFO O| Sep 02 23:53:01.640 INFO STEP 715 (remove_files) COMPLETE
78352026-09-02T23:53:02.763Z[ recovery-image] Sep 02 23:53:01.641 INFO O| Sep 02 23:53:01.640 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78362026-09-02T23:53:02.773Z[ recovery-image] Sep 02 23:53:01.651 INFO O| Sep 02 23:53:01.651 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/bootfs/mount"
78372026-09-02T23:53:02.773Z[ recovery-image] Sep 02 23:53:01.651 INFO O| Sep 02 23:53:01.651 INFO STEP 716 (remove_files) COMPLETE
78382026-09-02T23:53:02.773Z[ recovery-image] Sep 02 23:53:01.651 INFO O| Sep 02 23:53:01.651 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78392026-09-02T23:53:02.785Z[ recovery-image] Sep 02 23:53:01.659 INFO O| Sep 02 23:53:01.659 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/fstyp"
78402026-09-02T23:53:02.785Z[ recovery-image] Sep 02 23:53:01.660 INFO O| Sep 02 23:53:01.660 INFO STEP 717 (remove_files) COMPLETE
78412026-09-02T23:53:02.827Z[ recovery-image] Sep 02 23:53:01.660 INFO O| Sep 02 23:53:01.660 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78422026-09-02T23:53:02.827Z[verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
78432026-09-02T23:53:02.832Z[ recovery-image] Sep 02 23:53:01.670 INFO O| Sep 02 23:53:01.670 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/fstyp.so.1"
78442026-09-02T23:53:02.832Z[ recovery-image] Sep 02 23:53:01.670 INFO O| Sep 02 23:53:01.670 INFO STEP 718 (remove_files) COMPLETE
78452026-09-02T23:53:02.832Z[ recovery-image] Sep 02 23:53:01.670 INFO O| Sep 02 23:53:01.670 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78462026-09-02T23:53:02.832Z[ recovery-image] Sep 02 23:53:01.679 INFO O| Sep 02 23:53:01.679 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/labelit"
78472026-09-02T23:53:02.832Z[ recovery-image] Sep 02 23:53:01.679 INFO O| Sep 02 23:53:01.679 INFO STEP 719 (remove_files) COMPLETE
78482026-09-02T23:53:02.832Z[ recovery-image] Sep 02 23:53:01.679 INFO O| Sep 02 23:53:01.679 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78492026-09-02T23:53:02.833Z[ recovery-image] Sep 02 23:53:01.689 INFO O| Sep 02 23:53:01.689 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/lofs/mount"
78502026-09-02T23:53:02.834Z[ recovery-image] Sep 02 23:53:01.689 INFO O| Sep 02 23:53:01.689 INFO STEP 720 (remove_files) COMPLETE
78512026-09-02T23:53:02.834Z[ recovery-image] Sep 02 23:53:01.689 INFO O| Sep 02 23:53:01.689 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78522026-09-02T23:53:02.834Z[ recovery-image] Sep 02 23:53:01.699 INFO O| Sep 02 23:53:01.699 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/mntfs/mount"
78532026-09-02T23:53:02.834Z[ recovery-image] Sep 02 23:53:01.699 INFO O| Sep 02 23:53:01.699 INFO STEP 721 (remove_files) COMPLETE
78542026-09-02T23:53:02.834Z[ recovery-image] Sep 02 23:53:01.699 INFO O| Sep 02 23:53:01.699 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78552026-09-02T23:53:02.837Z[ recovery-image] Sep 02 23:53:01.709 INFO O| Sep 02 23:53:01.709 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fsck"
78562026-09-02T23:53:02.837Z[ recovery-image] Sep 02 23:53:01.709 INFO O| Sep 02 23:53:01.709 INFO STEP 722 (remove_files) COMPLETE
78572026-09-02T23:53:02.837Z[ recovery-image] Sep 02 23:53:01.709 INFO O| Sep 02 23:53:01.709 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78582026-09-02T23:53:02.841Z[ recovery-image] Sep 02 23:53:01.719 INFO O| Sep 02 23:53:01.719 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fstyp"
78592026-09-02T23:53:02.841Z[ recovery-image] Sep 02 23:53:01.719 INFO O| Sep 02 23:53:01.719 INFO STEP 723 (remove_files) COMPLETE
78602026-09-02T23:53:02.844Z[ recovery-image] Sep 02 23:53:01.719 INFO O| Sep 02 23:53:01.719 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78612026-09-02T23:53:02.850Z[ recovery-image] Sep 02 23:53:01.728 INFO O| Sep 02 23:53:01.728 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fstyp.so.1"
78622026-09-02T23:53:02.850Z[ recovery-image] Sep 02 23:53:01.728 INFO O| Sep 02 23:53:01.728 INFO STEP 724 (remove_files) COMPLETE
78632026-09-02T23:53:02.850Z[ recovery-image] Sep 02 23:53:01.728 INFO O| Sep 02 23:53:01.728 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78642026-09-02T23:53:02.861Z[ recovery-image] Sep 02 23:53:01.739 INFO O| Sep 02 23:53:01.738 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/mkfs"
78652026-09-02T23:53:02.861Z[ recovery-image] Sep 02 23:53:01.739 INFO O| Sep 02 23:53:01.738 INFO STEP 725 (remove_files) COMPLETE
78662026-09-02T23:53:02.865Z[ recovery-image] Sep 02 23:53:01.739 INFO O| Sep 02 23:53:01.738 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78672026-09-02T23:53:02.870Z[ recovery-image] Sep 02 23:53:01.748 INFO O| Sep 02 23:53:01.748 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/mount"
78682026-09-02T23:53:02.870Z[ recovery-image] Sep 02 23:53:01.748 INFO O| Sep 02 23:53:01.748 INFO STEP 726 (remove_files) COMPLETE
78692026-09-02T23:53:02.871Z[ recovery-image] Sep 02 23:53:01.748 INFO O| Sep 02 23:53:01.748 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78702026-09-02T23:53:02.881Z[ recovery-image] Sep 02 23:53:01.759 INFO O| Sep 02 23:53:01.758 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/sharefs/mount"
78712026-09-02T23:53:02.881Z[ recovery-image] Sep 02 23:53:01.759 INFO O| Sep 02 23:53:01.759 INFO STEP 727 (remove_files) COMPLETE
78722026-09-02T23:53:02.884Z[ recovery-image] Sep 02 23:53:01.759 INFO O| Sep 02 23:53:01.759 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78732026-09-02T23:53:02.891Z[ recovery-image] Sep 02 23:53:01.769 INFO O| Sep 02 23:53:01.769 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1"
78742026-09-02T23:53:02.891Z[ recovery-image] Sep 02 23:53:01.769 INFO O| Sep 02 23:53:01.769 INFO STEP 728 (remove_files) COMPLETE
78752026-09-02T23:53:02.891Z[ recovery-image] Sep 02 23:53:01.769 INFO O| Sep 02 23:53:01.769 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78762026-09-02T23:53:02.901Z[ recovery-image] Sep 02 23:53:01.779 INFO O| Sep 02 23:53:01.779 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smb/libshare_smb.so.1"
78772026-09-02T23:53:02.901Z[ recovery-image] Sep 02 23:53:01.779 INFO O| Sep 02 23:53:01.779 INFO STEP 729 (remove_files) COMPLETE
78782026-09-02T23:53:02.901Z[ recovery-image] Sep 02 23:53:01.779 INFO O| Sep 02 23:53:01.779 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78792026-09-02T23:53:02.911Z[ recovery-image] Sep 02 23:53:01.788 INFO O| Sep 02 23:53:01.788 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1"
78802026-09-02T23:53:02.911Z[ recovery-image] Sep 02 23:53:01.788 INFO O| Sep 02 23:53:01.788 INFO STEP 730 (remove_files) COMPLETE
78812026-09-02T23:53:02.911Z[ recovery-image] Sep 02 23:53:01.788 INFO O| Sep 02 23:53:01.788 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78822026-09-02T23:53:02.922Z[ recovery-image] Sep 02 23:53:01.799 INFO O| Sep 02 23:53:01.799 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/dfshares"
78832026-09-02T23:53:02.922Z[ recovery-image] Sep 02 23:53:01.799 INFO O| Sep 02 23:53:01.799 INFO STEP 731 (remove_files) COMPLETE
78842026-09-02T23:53:02.923Z[ recovery-image] Sep 02 23:53:01.799 INFO O| Sep 02 23:53:01.799 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78852026-09-02T23:53:02.939Z[ recovery-image] Sep 02 23:53:01.816 INFO O| Sep 02 23:53:01.816 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1"
78862026-09-02T23:53:02.939Z[ recovery-image] Sep 02 23:53:01.817 INFO O| Sep 02 23:53:01.817 INFO STEP 732 (remove_files) COMPLETE
78872026-09-02T23:53:02.940Z[ recovery-image] Sep 02 23:53:01.817 INFO O| Sep 02 23:53:01.817 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78882026-09-02T23:53:02.949Z[ recovery-image] Sep 02 23:53:01.827 INFO O| Sep 02 23:53:01.827 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/mount"
78892026-09-02T23:53:02.950Z[ recovery-image] Sep 02 23:53:01.827 INFO O| Sep 02 23:53:01.827 INFO STEP 733 (remove_files) COMPLETE
78902026-09-02T23:53:02.950Z[ recovery-image] Sep 02 23:53:01.827 INFO O| Sep 02 23:53:01.827 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78912026-09-02T23:53:02.959Z[ recovery-image] Sep 02 23:53:01.837 INFO O| Sep 02 23:53:01.837 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/share"
78922026-09-02T23:53:02.959Z[ recovery-image] Sep 02 23:53:01.837 INFO O| Sep 02 23:53:01.837 INFO STEP 734 (remove_files) COMPLETE
78932026-09-02T23:53:02.959Z[ recovery-image] Sep 02 23:53:01.837 INFO O| Sep 02 23:53:01.837 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78942026-09-02T23:53:02.969Z[ recovery-image] Sep 02 23:53:01.847 INFO O| Sep 02 23:53:01.847 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/umount"
78952026-09-02T23:53:02.970Z[ recovery-image] Sep 02 23:53:01.847 INFO O| Sep 02 23:53:01.847 INFO STEP 735 (remove_files) COMPLETE
78962026-09-02T23:53:02.974Z[ recovery-image] Sep 02 23:53:01.847 INFO O| Sep 02 23:53:01.847 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78972026-09-02T23:53:02.979Z[ recovery-image] Sep 02 23:53:01.857 INFO O| Sep 02 23:53:01.857 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/unshare"
78982026-09-02T23:53:02.979Z[ recovery-image] Sep 02 23:53:01.857 INFO O| Sep 02 23:53:01.857 INFO STEP 736 (remove_files) COMPLETE
78992026-09-02T23:53:02.983Z[ recovery-image] Sep 02 23:53:01.857 INFO O| Sep 02 23:53:01.857 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79002026-09-02T23:53:02.988Z[ recovery-image] Sep 02 23:53:01.866 INFO O| Sep 02 23:53:01.866 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/clri"
79012026-09-02T23:53:02.991Z[ recovery-image] Sep 02 23:53:01.867 INFO O| Sep 02 23:53:01.867 INFO STEP 737 (remove_files) COMPLETE
79022026-09-02T23:53:02.991Z[ recovery-image] Sep 02 23:53:01.867 INFO O| Sep 02 23:53:01.867 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79032026-09-02T23:53:02.994Z[verify-libraries] Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
79042026-09-02T23:53:02.999Z[ recovery-image] Sep 02 23:53:01.877 INFO O| Sep 02 23:53:01.877 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/dcopy"
79052026-09-02T23:53:02.999Z[ recovery-image] Sep 02 23:53:01.877 INFO O| Sep 02 23:53:01.877 INFO STEP 738 (remove_files) COMPLETE
79062026-09-02T23:53:03.003Z[ recovery-image] Sep 02 23:53:01.877 INFO O| Sep 02 23:53:01.877 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79072026-09-02T23:53:03.010Z[ recovery-image] Sep 02 23:53:01.887 INFO O| Sep 02 23:53:01.887 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/df"
79082026-09-02T23:53:03.010Z[ recovery-image] Sep 02 23:53:01.888 INFO O| Sep 02 23:53:01.888 INFO STEP 739 (remove_files) COMPLETE
79092026-09-02T23:53:03.010Z[ recovery-image] Sep 02 23:53:01.888 INFO O| Sep 02 23:53:01.888 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79102026-09-02T23:53:03.025Z[ recovery-image] Sep 02 23:53:01.898 INFO O| Sep 02 23:53:01.898 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/edquota"
79112026-09-02T23:53:03.025Z[ recovery-image] Sep 02 23:53:01.898 INFO O| Sep 02 23:53:01.898 INFO STEP 740 (remove_files) COMPLETE
79122026-09-02T23:53:03.025Z[ recovery-image] Sep 02 23:53:01.898 INFO O| Sep 02 23:53:01.898 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79132026-09-02T23:53:03.030Z[verify-libraries] Compiling drift v0.2.0
79142026-09-02T23:53:03.030Z[ recovery-image] Sep 02 23:53:01.907 INFO O| Sep 02 23:53:01.907 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ff"
79152026-09-02T23:53:03.030Z[ recovery-image] Sep 02 23:53:01.907 INFO O| Sep 02 23:53:01.907 INFO STEP 741 (remove_files) COMPLETE
79162026-09-02T23:53:03.030Z[ recovery-image] Sep 02 23:53:01.907 INFO O| Sep 02 23:53:01.907 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79172026-09-02T23:53:03.038Z[ recovery-image] Sep 02 23:53:01.915 INFO O| Sep 02 23:53:01.915 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsck"
79182026-09-02T23:53:03.038Z[ recovery-image] Sep 02 23:53:01.915 INFO O| Sep 02 23:53:01.915 INFO STEP 742 (remove_files) COMPLETE
79192026-09-02T23:53:03.041Z[ recovery-image] Sep 02 23:53:01.915 INFO O| Sep 02 23:53:01.915 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79202026-09-02T23:53:03.045Z[ recovery-image] Sep 02 23:53:01.922 INFO O| Sep 02 23:53:01.922 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsckall"
79212026-09-02T23:53:03.045Z[ recovery-image] Sep 02 23:53:01.923 INFO O| Sep 02 23:53:01.922 INFO STEP 743 (remove_files) COMPLETE
79222026-09-02T23:53:03.045Z[ recovery-image] Sep 02 23:53:01.923 INFO O| Sep 02 23:53:01.922 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79232026-09-02T23:53:03.054Z[ recovery-image] Sep 02 23:53:01.931 INFO O| Sep 02 23:53:01.931 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsdb"
79242026-09-02T23:53:03.054Z[ recovery-image] Sep 02 23:53:01.931 INFO O| Sep 02 23:53:01.931 INFO STEP 744 (remove_files) COMPLETE
79252026-09-02T23:53:03.057Z[ recovery-image] Sep 02 23:53:01.931 INFO O| Sep 02 23:53:01.931 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79262026-09-02T23:53:03.064Z[ recovery-image] Sep 02 23:53:01.942 INFO O| Sep 02 23:53:01.942 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsirand"
79272026-09-02T23:53:03.064Z[ recovery-image] Sep 02 23:53:01.942 INFO O| Sep 02 23:53:01.942 INFO STEP 745 (remove_files) COMPLETE
79282026-09-02T23:53:03.069Z[ recovery-image] Sep 02 23:53:01.942 INFO O| Sep 02 23:53:01.942 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79292026-09-02T23:53:03.078Z[ recovery-image] Sep 02 23:53:01.956 INFO O| Sep 02 23:53:01.955 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fssnap"
79302026-09-02T23:53:03.078Z[ recovery-image] Sep 02 23:53:01.956 INFO O| Sep 02 23:53:01.956 INFO STEP 746 (remove_files) COMPLETE
79312026-09-02T23:53:03.078Z[ recovery-image] Sep 02 23:53:01.956 INFO O| Sep 02 23:53:01.956 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79322026-09-02T23:53:03.082Z[verify-libraries] Compiling uzers v0.12.2
79332026-09-02T23:53:03.094Z[ recovery-image] Sep 02 23:53:01.966 INFO O| Sep 02 23:53:01.966 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fstyp"
79342026-09-02T23:53:03.094Z[ recovery-image] Sep 02 23:53:01.966 INFO O| Sep 02 23:53:01.966 INFO STEP 747 (remove_files) COMPLETE
79352026-09-02T23:53:03.097Z[ recovery-image] Sep 02 23:53:01.966 INFO O| Sep 02 23:53:01.966 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79362026-09-02T23:53:03.104Z[ recovery-image] Sep 02 23:53:01.981 INFO O| Sep 02 23:53:01.981 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fstyp.so.1"
79372026-09-02T23:53:03.104Z[ recovery-image] Sep 02 23:53:01.981 INFO O| Sep 02 23:53:01.981 INFO STEP 748 (remove_files) COMPLETE
79382026-09-02T23:53:03.108Z[ recovery-image] Sep 02 23:53:01.981 INFO O| Sep 02 23:53:01.981 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79392026-09-02T23:53:03.111Z[ recovery-image] Sep 02 23:53:01.989 INFO O| Sep 02 23:53:01.989 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/labelit"
79402026-09-02T23:53:03.111Z[ recovery-image] Sep 02 23:53:01.989 INFO O| Sep 02 23:53:01.989 INFO STEP 749 (remove_files) COMPLETE
79412026-09-02T23:53:03.115Z[ recovery-image] Sep 02 23:53:01.989 INFO O| Sep 02 23:53:01.989 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79422026-09-02T23:53:03.119Z[ recovery-image] Sep 02 23:53:01.997 INFO O| Sep 02 23:53:01.997 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/lockfs"
79432026-09-02T23:53:03.119Z[ recovery-image] Sep 02 23:53:01.997 INFO O| Sep 02 23:53:01.997 INFO STEP 750 (remove_files) COMPLETE
79442026-09-02T23:53:03.122Z[ recovery-image] Sep 02 23:53:01.997 INFO O| Sep 02 23:53:01.997 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79452026-09-02T23:53:03.127Z[ recovery-image] Sep 02 23:53:02.004 INFO O| Sep 02 23:53:02.004 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/mkfs"
79462026-09-02T23:53:03.127Z[ recovery-image] Sep 02 23:53:02.005 INFO O| Sep 02 23:53:02.005 INFO STEP 751 (remove_files) COMPLETE
79472026-09-02T23:53:03.127Z[ recovery-image] Sep 02 23:53:02.005 INFO O| Sep 02 23:53:02.005 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79482026-09-02T23:53:03.136Z[ recovery-image] Sep 02 23:53:02.012 INFO O| Sep 02 23:53:02.012 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ncheck"
79492026-09-02T23:53:03.136Z[ recovery-image] Sep 02 23:53:02.013 INFO O| Sep 02 23:53:02.012 INFO STEP 752 (remove_files) COMPLETE
79502026-09-02T23:53:03.136Z[ recovery-image] Sep 02 23:53:02.013 INFO O| Sep 02 23:53:02.012 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79512026-09-02T23:53:03.142Z[ recovery-image] Sep 02 23:53:02.020 INFO O| Sep 02 23:53:02.020 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/newfs"
79522026-09-02T23:53:03.142Z[ recovery-image] Sep 02 23:53:02.020 INFO O| Sep 02 23:53:02.020 INFO STEP 753 (remove_files) COMPLETE
79532026-09-02T23:53:03.142Z[ recovery-image] Sep 02 23:53:02.020 INFO O| Sep 02 23:53:02.020 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79542026-09-02T23:53:03.150Z[ recovery-image] Sep 02 23:53:02.028 INFO O| Sep 02 23:53:02.028 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quot"
79552026-09-02T23:53:03.150Z[ recovery-image] Sep 02 23:53:02.028 INFO O| Sep 02 23:53:02.028 INFO STEP 754 (remove_files) COMPLETE
79562026-09-02T23:53:03.150Z[ recovery-image] Sep 02 23:53:02.028 INFO O| Sep 02 23:53:02.028 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79572026-09-02T23:53:03.159Z[ recovery-image] Sep 02 23:53:02.037 INFO O| Sep 02 23:53:02.037 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotacheck"
79582026-09-02T23:53:03.159Z[ recovery-image] Sep 02 23:53:02.037 INFO O| Sep 02 23:53:02.037 INFO STEP 755 (remove_files) COMPLETE
79592026-09-02T23:53:03.159Z[ recovery-image] Sep 02 23:53:02.037 INFO O| Sep 02 23:53:02.037 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79602026-09-02T23:53:03.172Z[ recovery-image] Sep 02 23:53:02.049 INFO O| Sep 02 23:53:02.049 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotaoff"
79612026-09-02T23:53:03.172Z[ recovery-image] Sep 02 23:53:02.049 INFO O| Sep 02 23:53:02.049 INFO STEP 756 (remove_files) COMPLETE
79622026-09-02T23:53:03.172Z[ recovery-image] Sep 02 23:53:02.049 INFO O| Sep 02 23:53:02.049 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79632026-09-02T23:53:03.183Z[ recovery-image] Sep 02 23:53:02.061 INFO O| Sep 02 23:53:02.060 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotaon"
79642026-09-02T23:53:03.183Z[ recovery-image] Sep 02 23:53:02.061 INFO O| Sep 02 23:53:02.060 INFO STEP 757 (remove_files) COMPLETE
79652026-09-02T23:53:03.183Z[ recovery-image] Sep 02 23:53:02.061 INFO O| Sep 02 23:53:02.060 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79662026-09-02T23:53:03.195Z[ recovery-image] Sep 02 23:53:02.073 INFO O| Sep 02 23:53:02.073 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/repquota"
79672026-09-02T23:53:03.198Z[ recovery-image] Sep 02 23:53:02.073 INFO O| Sep 02 23:53:02.073 INFO STEP 758 (remove_files) COMPLETE
79682026-09-02T23:53:03.198Z[ recovery-image] Sep 02 23:53:02.073 INFO O| Sep 02 23:53:02.073 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79692026-09-02T23:53:03.206Z[ recovery-image] Sep 02 23:53:02.082 INFO O| Sep 02 23:53:02.082 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/tunefs"
79702026-09-02T23:53:03.206Z[ recovery-image] Sep 02 23:53:02.083 INFO O| Sep 02 23:53:02.083 INFO STEP 759 (remove_files) COMPLETE
79712026-09-02T23:53:03.206Z[ recovery-image] Sep 02 23:53:02.083 INFO O| Sep 02 23:53:02.083 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79722026-09-02T23:53:03.216Z[ recovery-image] Sep 02 23:53:02.094 INFO O| Sep 02 23:53:02.093 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ufsdump"
79732026-09-02T23:53:03.216Z[ recovery-image] Sep 02 23:53:02.094 INFO O| Sep 02 23:53:02.094 INFO STEP 760 (remove_files) COMPLETE
79742026-09-02T23:53:03.219Z[ recovery-image] Sep 02 23:53:02.094 INFO O| Sep 02 23:53:02.094 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79752026-09-02T23:53:03.226Z[ recovery-image] Sep 02 23:53:02.104 INFO O| Sep 02 23:53:02.104 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ufsrestore"
79762026-09-02T23:53:03.226Z[ recovery-image] Sep 02 23:53:02.104 INFO O| Sep 02 23:53:02.104 INFO STEP 761 (remove_files) COMPLETE
79772026-09-02T23:53:03.226Z[ recovery-image] Sep 02 23:53:02.104 INFO O| Sep 02 23:53:02.104 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79782026-09-02T23:53:03.237Z[ recovery-image] Sep 02 23:53:02.114 INFO O| Sep 02 23:53:02.114 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/volcopy"
79792026-09-02T23:53:03.237Z[ recovery-image] Sep 02 23:53:02.114 INFO O| Sep 02 23:53:02.114 INFO STEP 762 (remove_files) COMPLETE
79802026-09-02T23:53:03.237Z[ recovery-image] Sep 02 23:53:02.114 INFO O| Sep 02 23:53:02.114 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79812026-09-02T23:53:03.245Z[ recovery-image] Sep 02 23:53:02.123 INFO O| Sep 02 23:53:02.123 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/dh1024-0.so.1"
79822026-09-02T23:53:03.245Z[ recovery-image] Sep 02 23:53:02.123 INFO O| Sep 02 23:53:02.123 INFO STEP 763 (remove_files) COMPLETE
79832026-09-02T23:53:03.245Z[ recovery-image] Sep 02 23:53:02.123 INFO O| Sep 02 23:53:02.123 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79842026-09-02T23:53:03.256Z[ recovery-image] Sep 02 23:53:02.133 INFO O| Sep 02 23:53:02.133 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/dh640-0.so.1"
79852026-09-02T23:53:03.256Z[ recovery-image] Sep 02 23:53:02.133 INFO O| Sep 02 23:53:02.133 INFO STEP 764 (remove_files) COMPLETE
79862026-09-02T23:53:03.256Z[ recovery-image] Sep 02 23:53:02.133 INFO O| Sep 02 23:53:02.133 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79872026-09-02T23:53:03.264Z[ recovery-image] Sep 02 23:53:02.141 INFO O| Sep 02 23:53:02.141 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/gsscred_clean"
79882026-09-02T23:53:03.264Z[ recovery-image] Sep 02 23:53:02.141 INFO O| Sep 02 23:53:02.141 INFO STEP 765 (remove_files) COMPLETE
79892026-09-02T23:53:03.267Z[ recovery-image] Sep 02 23:53:02.141 INFO O| Sep 02 23:53:02.141 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79902026-09-02T23:53:03.272Z[ recovery-image] Sep 02 23:53:02.150 INFO O| Sep 02 23:53:02.150 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/gssd"
79912026-09-02T23:53:03.272Z[ recovery-image] Sep 02 23:53:02.150 INFO O| Sep 02 23:53:02.150 INFO STEP 766 (remove_files) COMPLETE
79922026-09-02T23:53:03.275Z[ recovery-image] Sep 02 23:53:02.150 INFO O| Sep 02 23:53:02.150 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79932026-09-02T23:53:03.281Z[ recovery-image] Sep 02 23:53:02.159 INFO O| Sep 02 23:53:02.159 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_dh.so.1"
79942026-09-02T23:53:03.281Z[ recovery-image] Sep 02 23:53:02.159 INFO O| Sep 02 23:53:02.159 INFO STEP 767 (remove_files) COMPLETE
79952026-09-02T23:53:03.281Z[ recovery-image] Sep 02 23:53:02.159 INFO O| Sep 02 23:53:02.159 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79962026-09-02T23:53:03.291Z[ recovery-image] Sep 02 23:53:02.169 INFO O| Sep 02 23:53:02.169 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_krb5.so.1"
79972026-09-02T23:53:03.291Z[ recovery-image] Sep 02 23:53:02.169 INFO O| Sep 02 23:53:02.169 INFO STEP 768 (remove_files) COMPLETE
79982026-09-02T23:53:03.291Z[ recovery-image] Sep 02 23:53:02.169 INFO O| Sep 02 23:53:02.169 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79992026-09-02T23:53:03.301Z[ recovery-image] Sep 02 23:53:02.179 INFO O| Sep 02 23:53:02.179 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_spnego.so.1"
80002026-09-02T23:53:03.301Z[ recovery-image] Sep 02 23:53:02.179 INFO O| Sep 02 23:53:02.179 INFO STEP 769 (remove_files) COMPLETE
80012026-09-02T23:53:03.301Z[ recovery-image] Sep 02 23:53:02.179 INFO O| Sep 02 23:53:02.179 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80022026-09-02T23:53:03.311Z[ recovery-image] Sep 02 23:53:02.188 INFO O| Sep 02 23:53:02.188 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/amd64/in.iked"
80032026-09-02T23:53:03.311Z[ recovery-image] Sep 02 23:53:02.188 INFO O| Sep 02 23:53:02.188 INFO STEP 770 (remove_files) COMPLETE
80042026-09-02T23:53:03.311Z[ recovery-image] Sep 02 23:53:02.188 INFO O| Sep 02 23:53:02.188 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80052026-09-02T23:53:03.321Z[ recovery-image] Sep 02 23:53:02.198 INFO O| Sep 02 23:53:02.198 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certdb"
80062026-09-02T23:53:03.321Z[ recovery-image] Sep 02 23:53:02.198 INFO O| Sep 02 23:53:02.198 INFO STEP 771 (remove_files) COMPLETE
80072026-09-02T23:53:03.324Z[ recovery-image] Sep 02 23:53:02.198 INFO O| Sep 02 23:53:02.198 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80082026-09-02T23:53:03.329Z[ recovery-image] Sep 02 23:53:02.207 INFO O| Sep 02 23:53:02.207 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certlocal"
80092026-09-02T23:53:03.330Z[ recovery-image] Sep 02 23:53:02.207 INFO O| Sep 02 23:53:02.207 INFO STEP 772 (remove_files) COMPLETE
80102026-09-02T23:53:03.330Z[ recovery-image] Sep 02 23:53:02.207 INFO O| Sep 02 23:53:02.207 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80112026-09-02T23:53:03.338Z[ recovery-image] Sep 02 23:53:02.216 INFO O| Sep 02 23:53:02.216 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certrldb"
80122026-09-02T23:53:03.338Z[ recovery-image] Sep 02 23:53:02.216 INFO O| Sep 02 23:53:02.216 INFO STEP 773 (remove_files) COMPLETE
80132026-09-02T23:53:03.338Z[ recovery-image] Sep 02 23:53:02.216 INFO O| Sep 02 23:53:02.216 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80142026-09-02T23:53:03.349Z[ recovery-image] Sep 02 23:53:02.226 INFO O| Sep 02 23:53:02.226 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/in.iked"
80152026-09-02T23:53:03.349Z[ recovery-image] Sep 02 23:53:02.226 INFO O| Sep 02 23:53:02.226 INFO STEP 774 (remove_files) COMPLETE
80162026-09-02T23:53:03.349Z[ recovery-image] Sep 02 23:53:02.226 INFO O| Sep 02 23:53:02.226 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80172026-09-02T23:53:03.359Z[ recovery-image] Sep 02 23:53:02.236 INFO O| Sep 02 23:53:02.236 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/in.ripngd"
80182026-09-02T23:53:03.359Z[ recovery-image] Sep 02 23:53:02.236 INFO O| Sep 02 23:53:02.236 INFO STEP 775 (remove_files) COMPLETE
80192026-09-02T23:53:03.359Z[ recovery-image] Sep 02 23:53:02.236 INFO O| Sep 02 23:53:02.236 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80202026-09-02T23:53:03.368Z[ recovery-image] Sep 02 23:53:02.245 INFO O| Sep 02 23:53:02.245 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/inetd"
80212026-09-02T23:53:03.368Z[ recovery-image] Sep 02 23:53:02.245 INFO O| Sep 02 23:53:02.245 INFO STEP 776 (remove_files) COMPLETE
80222026-09-02T23:53:03.368Z[ recovery-image] Sep 02 23:53:02.245 INFO O| Sep 02 23:53:02.245 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80232026-09-02T23:53:03.378Z[ recovery-image] Sep 02 23:53:02.256 INFO O| Sep 02 23:53:02.256 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1"
80242026-09-02T23:53:03.378Z[ recovery-image] Sep 02 23:53:02.256 INFO O| Sep 02 23:53:02.256 INFO STEP 777 (remove_files) COMPLETE
80252026-09-02T23:53:03.381Z[ recovery-image] Sep 02 23:53:02.256 INFO O| Sep 02 23:53:02.256 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80262026-09-02T23:53:03.388Z[ recovery-image] Sep 02 23:53:02.266 INFO O| Sep 02 23:53:02.266 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/ktkt_warnd"
80272026-09-02T23:53:03.388Z[ recovery-image] Sep 02 23:53:02.266 INFO O| Sep 02 23:53:02.266 INFO STEP 778 (remove_files) COMPLETE
80282026-09-02T23:53:03.388Z[ recovery-image] Sep 02 23:53:02.266 INFO O| Sep 02 23:53:02.266 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80292026-09-02T23:53:03.398Z[ recovery-image] Sep 02 23:53:02.275 INFO O| Sep 02 23:53:02.275 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/libkadm5clnt.so.1"
80302026-09-02T23:53:03.398Z[ recovery-image] Sep 02 23:53:02.275 INFO O| Sep 02 23:53:02.275 INFO STEP 779 (remove_files) COMPLETE
80312026-09-02T23:53:03.402Z[ recovery-image] Sep 02 23:53:02.275 INFO O| Sep 02 23:53:02.275 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80322026-09-02T23:53:03.406Z[ recovery-image] Sep 02 23:53:02.284 INFO O| Sep 02 23:53:02.284 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/libss.so.1"
80332026-09-02T23:53:03.406Z[ recovery-image] Sep 02 23:53:02.284 INFO O| Sep 02 23:53:02.284 INFO STEP 780 (remove_files) COMPLETE
80342026-09-02T23:53:03.406Z[ recovery-image] Sep 02 23:53:02.284 INFO O| Sep 02 23:53:02.284 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80352026-09-02T23:53:03.417Z[ recovery-image] Sep 02 23:53:02.295 INFO O| Sep 02 23:53:02.295 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1"
80362026-09-02T23:53:03.417Z[ recovery-image] Sep 02 23:53:02.295 INFO O| Sep 02 23:53:02.295 INFO STEP 781 (remove_files) COMPLETE
80372026-09-02T23:53:03.417Z[ recovery-image] Sep 02 23:53:02.295 INFO O| Sep 02 23:53:02.295 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80382026-09-02T23:53:03.429Z[ recovery-image] Sep 02 23:53:02.307 INFO O| Sep 02 23:53:02.306 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.above4G"
80392026-09-02T23:53:03.429Z[ recovery-image] Sep 02 23:53:02.307 INFO O| Sep 02 23:53:02.307 INFO STEP 782 (remove_files) COMPLETE
80402026-09-02T23:53:03.429Z[ recovery-image] Sep 02 23:53:02.307 INFO O| Sep 02 23:53:02.307 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80412026-09-02T23:53:03.438Z[ recovery-image] Sep 02 23:53:02.316 INFO O| Sep 02 23:53:02.316 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.below4G"
80422026-09-02T23:53:03.442Z[ recovery-image] Sep 02 23:53:02.316 INFO O| Sep 02 23:53:02.316 INFO STEP 783 (remove_files) COMPLETE
80432026-09-02T23:53:03.442Z[ recovery-image] Sep 02 23:53:02.316 INFO O| Sep 02 23:53:02.316 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80442026-09-02T23:53:03.449Z[ recovery-image] Sep 02 23:53:02.327 INFO O| Sep 02 23:53:02.327 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.bssalign"
80452026-09-02T23:53:03.449Z[ recovery-image] Sep 02 23:53:02.327 INFO O| Sep 02 23:53:02.327 INFO STEP 784 (remove_files) COMPLETE
80462026-09-02T23:53:03.449Z[ recovery-image] Sep 02 23:53:02.327 INFO O| Sep 02 23:53:02.327 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80472026-09-02T23:53:03.460Z[ recovery-image] Sep 02 23:53:02.337 INFO O| Sep 02 23:53:02.337 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.default"
80482026-09-02T23:53:03.460Z[ recovery-image] Sep 02 23:53:02.337 INFO O| Sep 02 23:53:02.337 INFO STEP 785 (remove_files) COMPLETE
80492026-09-02T23:53:03.463Z[ recovery-image] Sep 02 23:53:02.337 INFO O| Sep 02 23:53:02.337 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80502026-09-02T23:53:03.469Z[ recovery-image] Sep 02 23:53:02.347 INFO O| Sep 02 23:53:02.347 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.execdata"
80512026-09-02T23:53:03.470Z[ recovery-image] Sep 02 23:53:02.347 INFO O| Sep 02 23:53:02.347 INFO STEP 786 (remove_files) COMPLETE
80522026-09-02T23:53:03.470Z[ recovery-image] Sep 02 23:53:02.347 INFO O| Sep 02 23:53:02.347 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80532026-09-02T23:53:03.479Z[ recovery-image] Sep 02 23:53:02.356 INFO O| Sep 02 23:53:02.356 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.filter"
80542026-09-02T23:53:03.479Z[ recovery-image] Sep 02 23:53:02.356 INFO O| Sep 02 23:53:02.356 INFO STEP 787 (remove_files) COMPLETE
80552026-09-02T23:53:03.479Z[ recovery-image] Sep 02 23:53:02.356 INFO O| Sep 02 23:53:02.356 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80562026-09-02T23:53:03.488Z[ recovery-image] Sep 02 23:53:02.366 INFO O| Sep 02 23:53:02.366 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexbss"
80572026-09-02T23:53:03.488Z[ recovery-image] Sep 02 23:53:02.366 INFO O| Sep 02 23:53:02.366 INFO STEP 788 (remove_files) COMPLETE
80582026-09-02T23:53:03.493Z[ recovery-image] Sep 02 23:53:02.366 INFO O| Sep 02 23:53:02.366 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80592026-09-02T23:53:03.497Z[ host-image] Sep 02 23:53:02.372 INFO O| install = pkg://helios/SUNWcs@0.5.11-3.0.24238:20260902T165440Z
80602026-09-02T23:53:03.497Z[ host-image] Sep 02 23:53:02.372 INFO O| install = pkg://helios/SUNWcsd@0.5.11-3.0.24238:20260902T165440Z
80612026-09-02T23:53:03.497Z[ host-image] Sep 02 23:53:02.372 INFO O| install = pkg://helios/compress/brotli@1.1.0-3.0:20260212T145231Z
80622026-09-02T23:53:03.497Z[ host-image] Sep 02 23:53:02.372 INFO O| install = pkg://helios/compress/bzip2@1.0.8-3.0:20260212T145211Z
80632026-09-02T23:53:03.497Z[ host-image] Sep 02 23:53:02.372 INFO O| install = pkg://helios/compress/gzip@1.14-3.0:20260212T145233Z
80642026-09-02T23:53:03.497Z[ host-image] Sep 02 23:53:02.372 INFO O| install = pkg://helios/compress/lz4@1.10.0-3.0:20260212T145227Z
80652026-09-02T23:53:03.497Z[ host-image] Sep 02 23:53:02.372 INFO O| install = pkg://helios/compress/xz@5.8.1-3.0:20260212T145332Z
80662026-09-02T23:53:03.497Z[ host-image] Sep 02 23:53:02.373 INFO O| install = pkg://helios/compress/zstd@1.5.7-3.0:20260212T145316Z
80672026-09-02T23:53:03.497Z[ host-image] Sep 02 23:53:02.373 INFO O| install = pkg://helios/consolidation/oxide/omicron-release-incorporation@23.0.0.0-3.0:20260902T233922Z
80682026-09-02T23:53:03.497Z[ host-image] Sep 02 23:53:02.373 INFO O| install = pkg://helios/consolidation/oxide/omicron1-brand-incorporation@1.0.26-3.0:20260506T112535Z
80692026-09-02T23:53:03.497Z[ host-image] Sep 02 23:53:02.373 INFO O| install = pkg://helios/database/sqlite-3@3.49.1-3.0:20260212T145531Z
80702026-09-02T23:53:03.497Z[ host-image] Sep 02 23:53:02.373 INFO O| install = pkg://helios/developer/acpi@0.5.11-3.0.24238:20260902T165441Z
80712026-09-02T23:53:03.497Z[ host-image] Sep 02 23:53:02.374 INFO O| install = pkg://helios/developer/debug/mdb@0.5.11-3.0.24238:20260902T165441Z
80722026-09-02T23:53:03.498Z[ host-image] Sep 02 23:53:02.374 INFO O| install = pkg://helios/developer/dtrace@0.5.11-3.0.24238:20260902T165441Z
80732026-09-02T23:53:03.498Z[ host-image] Sep 02 23:53:02.374 INFO O| install = pkg://helios/developer/linker@0.5.11-3.0.24238:20260902T165441Z
80742026-09-02T23:53:03.498Z[ host-image] Sep 02 23:53:02.374 INFO O| install = pkg://helios/developer/macro/cpp@20240422-3.0:20260212T145401Z
80752026-09-02T23:53:03.498Z[ host-image] Sep 02 23:53:02.374 INFO O| install = pkg://helios/developer/object-file@0.5.11-3.0.24238:20260902T165441Z
80762026-09-02T23:53:03.501Z[ host-image] Sep 02 23:53:02.374 INFO O| install = pkg://helios/diagnostic/cpu-counters@0.5.11-3.0.24238:20260902T165441Z
80772026-09-02T23:53:03.501Z[ host-image] Sep 02 23:53:02.374 INFO O| install = pkg://helios/diagnostic/diskinfo@0.5.11-3.0.24238:20260902T165441Z
80782026-09-02T23:53:03.501Z[ host-image] Sep 02 23:53:02.374 INFO O| install = pkg://helios/diagnostic/pci@0.5.11-3.0.24238:20260902T165441Z
80792026-09-02T23:53:03.501Z[ host-image] Sep 02 23:53:02.374 INFO O| install = pkg://helios/driver/audio@0.5.11-3.0.24238:20260902T165442Z
80802026-09-02T23:53:03.501Z[ host-image] Sep 02 23:53:02.374 INFO O| install = pkg://helios/driver/cpu/amd/psp@0.5.11-3.0.24238:20260902T165442Z
80812026-09-02T23:53:03.501Z[ host-image] Sep 02 23:53:02.375 INFO O| install = pkg://helios/driver/cpu/amd/zen@0.5.11-3.0.24238:20260902T165442Z
80822026-09-02T23:53:03.501Z[ host-image] Sep 02 23:53:02.375 INFO O| install = pkg://helios/driver/cpu/sensor@0.5.11-3.0.24238:20260902T165442Z
80832026-09-02T23:53:03.501Z[ host-image] Sep 02 23:53:02.375 INFO O| install = pkg://helios/driver/gpio/amd/zen@0.5.11-3.0.24238:20260902T165442Z
80842026-09-02T23:53:03.501Z[ host-image] Sep 02 23:53:02.375 INFO O| install = pkg://helios/driver/ktest@0.5.11-3.0.24238:20260902T165442Z
80852026-09-02T23:53:03.501Z[ host-image] Sep 02 23:53:02.375 INFO O| install = pkg://helios/driver/misc/tofino@0.5.11-3.0.24238:20260902T165442Z
80862026-09-02T23:53:03.501Z[ host-image] Sep 02 23:53:02.375 INFO O| install = pkg://helios/driver/network/cxgbe@0.5.11-3.0.24238:20260902T165443Z
80872026-09-02T23:53:03.502Z[ host-image] Sep 02 23:53:02.375 INFO O| install = pkg://helios/driver/network/e1000g@0.5.11-3.0.24238:20260902T165443Z
80882026-09-02T23:53:03.502Z[ host-image] Sep 02 23:53:02.375 INFO O| install = pkg://helios/driver/network/igb@0.5.11-3.0.24238:20260902T165444Z
80892026-09-02T23:53:03.502Z[ host-image] Sep 02 23:53:02.375 INFO O| install = pkg://helios/driver/network/ixgbe@0.5.11-3.0.24238:20260902T165444Z
80902026-09-02T23:53:03.502Z[ host-image] Sep 02 23:53:02.375 INFO O| install = pkg://helios/driver/network/opte@0.41.506-3.0:20260813T182845Z
80912026-09-02T23:53:03.502Z[ host-image] Sep 02 23:53:02.375 INFO O| install = pkg://helios/driver/network/rge@0.5.11-3.0.24238:20260902T165445Z
80922026-09-02T23:53:03.502Z[ host-image] Sep 02 23:53:02.375 INFO O| install = pkg://helios/driver/oxide/os-rot@0.5.11-3.0.24238:20260902T165445Z
80932026-09-02T23:53:03.502Z[ host-image] Sep 02 23:53:02.375 INFO O| install = pkg://helios/driver/serial/usbser@0.5.11-3.0.24238:20260902T165446Z
80942026-09-02T23:53:03.502Z[ host-image] Sep 02 23:53:02.375 INFO O| install = pkg://helios/driver/storage/blkdev@0.5.11-3.0.24238:20260902T165446Z
80952026-09-02T23:53:03.502Z[ host-image] Sep 02 23:53:02.375 INFO O| install = pkg://helios/driver/storage/nvme@0.5.11-3.0.24238:20260902T165446Z
80962026-09-02T23:53:03.502Z[ host-image] Sep 02 23:53:02.375 INFO O| install = pkg://helios/driver/usb@0.5.11-3.0.24238:20260902T165447Z
80972026-09-02T23:53:03.502Z[ host-image] Sep 02 23:53:02.376 INFO O| install = pkg://helios/driver/x11/xsvc@0.5.11-3.0.24238:20260902T165447Z
80982026-09-02T23:53:03.503Z[ recovery-image] Sep 02 23:53:02.377 INFO O| Sep 02 23:53:02.377 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexdata"
80992026-09-02T23:53:03.503Z[ recovery-image] Sep 02 23:53:02.377 INFO O| Sep 02 23:53:02.377 INFO STEP 789 (remove_files) COMPLETE
81002026-09-02T23:53:03.503Z[ recovery-image] Sep 02 23:53:02.377 INFO O| Sep 02 23:53:02.377 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81012026-09-02T23:53:03.503Z[ host-image] Sep 02 23:53:02.378 INFO O| install = pkg://helios/editor/vim@9.1.1202-3.0:20260212T145631Z
81022026-09-02T23:53:03.503Z[ host-image] Sep 02 23:53:02.378 INFO O| install = pkg://helios/install/beadm@0.5.11-3.0.24238:20260902T165447Z
81032026-09-02T23:53:03.503Z[ host-image] Sep 02 23:53:02.378 INFO O| install = pkg://helios/library/expat@2.8.3-3.0:20260902T163107Z
81042026-09-02T23:53:03.503Z[ host-image] Sep 02 23:53:02.378 INFO O| install = pkg://helios/library/libedit@3.1-3.0:20260212T145834Z
81052026-09-02T23:53:03.503Z[ host-image] Sep 02 23:53:02.379 INFO O| install = pkg://helios/library/libidn@1.43-3.0:20260212T150133Z
81062026-09-02T23:53:03.503Z[ host-image] Sep 02 23:53:02.379 INFO O| install = pkg://helios/library/libpsl@0.21.5-3.0:20260212T145919Z
81072026-09-02T23:53:03.503Z[ host-image] Sep 02 23:53:02.379 INFO O| install = pkg://helios/library/libtecla@1.6.0-3.0.24238:20260902T165447Z
81082026-09-02T23:53:03.503Z[ host-image] Sep 02 23:53:02.379 INFO O| install = pkg://helios/library/libtool/libltdl@2.5.4-3.0:20260212T153047Z
81092026-09-02T23:53:03.503Z[ host-image] Sep 02 23:53:02.379 INFO O| install = pkg://helios/library/libxml2@2.13.8-3.0:20260212T145937Z
81102026-09-02T23:53:03.503Z[ host-image] Sep 02 23:53:02.379 INFO O| install = pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z
81112026-09-02T23:53:03.507Z[ host-image] Sep 02 23:53:02.379 INFO O| install = pkg://helios/library/libxslt@1.1.42-3.0:20260212T150002Z
81122026-09-02T23:53:03.507Z[ host-image] Sep 02 23:53:02.382 INFO O| install = pkg://helios/library/ncurses@6.5.20240511-3.0:20260212T150321Z
81132026-09-02T23:53:03.507Z[ host-image] Sep 02 23:53:02.382 INFO O| install = pkg://helios/library/nghttp2@1.65.0-3.0:20260212T150101Z
81142026-09-02T23:53:03.507Z[ host-image] Sep 02 23:53:02.383 INFO O| install = pkg://helios/library/nspr@4.36-3.0:20260212T150052Z
81152026-09-02T23:53:03.507Z[ host-image] Sep 02 23:53:02.383 INFO O| install = pkg://helios/library/pcre@8.45-3.0:20260212T150116Z
81162026-09-02T23:53:03.507Z[ host-image] Sep 02 23:53:02.383 INFO O| install = pkg://helios/library/pcre2@10.45-3.0:20260212T150204Z
81172026-09-02T23:53:03.507Z[ host-image] Sep 02 23:53:02.383 INFO O| install = pkg://helios/library/readline@8.2.13-3.0:20260212T150529Z
81182026-09-02T23:53:03.510Z[ recovery-image] Sep 02 23:53:02.386 INFO O| Sep 02 23:53:02.386 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexstk"
81192026-09-02T23:53:03.510Z[ recovery-image] Sep 02 23:53:02.387 INFO O| Sep 02 23:53:02.387 INFO STEP 790 (remove_files) COMPLETE
81202026-09-02T23:53:03.510Z[ recovery-image] Sep 02 23:53:02.387 INFO O| Sep 02 23:53:02.387 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81212026-09-02T23:53:03.517Z[ host-image] Sep 02 23:53:02.395 INFO O| install = pkg://helios/library/security/openssl-3@3.5.8-3.0:20260902T163624Z
81222026-09-02T23:53:03.520Z[ host-image] Sep 02 23:53:02.395 INFO O| install = pkg://helios/library/security/trousers@0.3.15-3.0:20260212T150509Z
81232026-09-02T23:53:03.520Z[ host-image] Sep 02 23:53:02.395 INFO O| install = pkg://helios/library/zlib@1.3.1-3.0:20260212T150415Z
81242026-09-02T23:53:03.520Z[ host-image] Sep 02 23:53:02.395 INFO O| install = pkg://helios/locale/en@0.5.11-3.0.24238:20260902T165448Z
81252026-09-02T23:53:03.520Z[ host-image] Sep 02 23:53:02.395 INFO O| install = pkg://helios/network/bridging@0.5.11-3.0.24238:20260902T165450Z
81262026-09-02T23:53:03.520Z[ host-image] Sep 02 23:53:02.395 INFO O| install = pkg://helios/network/dns/bind@9.18.35-3.0:20260212T150623Z
81272026-09-02T23:53:03.520Z[ host-image] Sep 02 23:53:02.395 INFO O| install = pkg://helios/network/netcat@0.5.11-3.0.24238:20260902T165451Z
81282026-09-02T23:53:03.520Z[ host-image] Sep 02 23:53:02.395 INFO O| install = pkg://helios/network/openssh@10.0.2-3.1:20260212T150612Z
81292026-09-02T23:53:03.520Z[ host-image] Sep 02 23:53:02.395 INFO O| install = pkg://helios/network/openssh-server@10.0.2-3.1:20260212T150627Z
81302026-09-02T23:53:03.520Z[ recovery-image] Sep 02 23:53:02.396 INFO O| Sep 02 23:53:02.395 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.pagealign"
81312026-09-02T23:53:03.520Z[ recovery-image] Sep 02 23:53:02.396 INFO O| Sep 02 23:53:02.396 INFO STEP 791 (remove_files) COMPLETE
81322026-09-02T23:53:03.520Z[ host-image] Sep 02 23:53:02.395 INFO O| install = pkg://helios/network/overwatch@0.1.0.42-3.0:20260226T161717Z
81332026-09-02T23:53:03.520Z[ recovery-image] Sep 02 23:53:02.396 INFO O| Sep 02 23:53:02.396 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81342026-09-02T23:53:03.520Z[ host-image] Sep 02 23:53:02.395 INFO O| install = pkg://helios/network/rsync@3.5.0-3.0:20260902T163025Z
81352026-09-02T23:53:03.520Z[ host-image] Sep 02 23:53:02.395 INFO O| install = pkg://helios/network/snoop@0.5.11-3.0.24238:20260902T165451Z
81362026-09-02T23:53:03.520Z[ host-image] Sep 02 23:53:02.395 INFO O| install = pkg://helios/ooce/library/onig@6.9.10-3.0:20260212T173726Z
81372026-09-02T23:53:03.520Z[ host-image] Sep 02 23:53:02.396 INFO O| install = pkg://helios/ooce/library/postgresql-13@13.23-3.0:20260212T162452Z
81382026-09-02T23:53:03.520Z[ host-image] Sep 02 23:53:02.396 INFO O| install = pkg://helios/ooce/util/jq@1.8.1-3.0:20260212T184343Z
81392026-09-02T23:53:03.521Z[ host-image] Sep 02 23:53:02.396 INFO O| install = pkg://helios/oxide/platform-identity-cacerts@1.0-3.0:20260224T222206Z
81402026-09-02T23:53:03.521Z[ host-image] Sep 02 23:53:02.397 INFO O| install = pkg://helios/package/svr4@0.5.11-3.0.24238:20260902T165451Z
81412026-09-02T23:53:03.521Z[ host-image] Sep 02 23:53:02.397 INFO O| install = pkg://helios/release/name@0.5.11-3.0:20260226T173303Z
81422026-09-02T23:53:03.524Z[ host-image] Sep 02 23:53:02.401 INFO O| install = pkg://helios/runtime/perl@5.40.2-3.0:20260212T151017Z
81432026-09-02T23:53:03.524Z[ host-image] Sep 02 23:53:02.401 INFO O| install = pkg://helios/runtime/perl/module/sun-solaris@0.5.11-3.0.24238:20260902T165451Z
81442026-09-02T23:53:03.524Z[ host-image] Sep 02 23:53:02.401 INFO O| install = pkg://helios/service/fault-management@0.5.11-3.0.24238:20260902T165451Z
81452026-09-02T23:53:03.524Z[ host-image] Sep 02 23:53:02.401 INFO O| install = pkg://helios/service/file-system/smb@0.5.11-3.0.24238:20260902T165451Z
81462026-09-02T23:53:03.524Z[ host-image] Sep 02 23:53:02.401 INFO O| install = pkg://helios/service/network/chrony@4.6.1-3.0:20260212T150931Z
81472026-09-02T23:53:03.524Z[ host-image] Sep 02 23:53:02.401 INFO O| install = pkg://helios/service/picl@0.5.11-3.0.24238:20260902T165452Z
81482026-09-02T23:53:03.524Z[ host-image] Sep 02 23:53:02.402 INFO O| install = pkg://helios/service/resource-pools@0.5.11-3.0.24238:20260902T165452Z
81492026-09-02T23:53:03.524Z[ host-image] Sep 02 23:53:02.402 INFO O| install = pkg://helios/service/security/gss@0.5.11-3.0.24238:20260902T165452Z
81502026-09-02T23:53:03.524Z[ host-image] Sep 02 23:53:02.402 INFO O| install = pkg://helios/service/security/kerberos-5@0.5.11-3.0.24238:20260902T165452Z
81512026-09-02T23:53:03.528Z[ host-image] Sep 02 23:53:02.403 INFO O| install = pkg://helios/shell/bash@5.2.32-3.1:20260709T181950Z
81522026-09-02T23:53:03.528Z[ host-image] Sep 02 23:53:02.403 INFO O| install = pkg://helios/shell/ksh93@93.21.1.20120801-3.0.24238:20260902T165452Z
81532026-09-02T23:53:03.528Z[ host-image] Sep 02 23:53:02.403 INFO O| install = pkg://helios/system/bhyve@0.5.11-3.0.24238:20260902T165453Z
81542026-09-02T23:53:03.528Z[ host-image] Sep 02 23:53:02.403 INFO O| install = pkg://helios/system/bhyve/firmware@20241101-3.0:20260212T151705Z
81552026-09-02T23:53:03.528Z[ host-image] Sep 02 23:53:02.403 INFO O| install = pkg://helios/system/boot/loader@1.1-3.0.24238:20260902T165453Z
81562026-09-02T23:53:03.528Z[ host-image] Sep 02 23:53:02.403 INFO O| install = pkg://helios/system/data/console/fonts@0.5.11-3.0.24238:20260902T165453Z
81572026-09-02T23:53:03.528Z[ host-image] Sep 02 23:53:02.403 INFO O| install = pkg://helios/system/data/hardware-registry@2025.6.9-3.0.24238:20260902T165453Z
81582026-09-02T23:53:03.528Z[ host-image] Sep 02 23:53:02.403 INFO O| install = pkg://helios/system/data/keyboard/keytables@0.5.11-3.0.24238:20260902T165453Z
81592026-09-02T23:53:03.528Z[ host-image] Sep 02 23:53:02.405 INFO O| install = pkg://helios/system/data/terminfo@0.5.11-3.0.24238:20260902T165453Z
81602026-09-02T23:53:03.528Z[ host-image] Sep 02 23:53:02.405 INFO O| install = pkg://helios/system/data/urxvt-terminfo@9.31-3.0:20260212T151125Z
81612026-09-02T23:53:03.531Z[ recovery-image] Sep 02 23:53:02.406 INFO O| Sep 02 23:53:02.406 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libc/libc_hwcap1.so.1"
81622026-09-02T23:53:03.531Z[ host-image] Sep 02 23:53:02.406 INFO O| install = pkg://helios/system/data/zoneinfo@2026.3-3.0.24238:20260902T165453Z
81632026-09-02T23:53:03.531Z[ host-image] Sep 02 23:53:02.406 INFO O| install = pkg://helios/system/dpe@0.5.11-3.0.24238:20260902T165453Z
81642026-09-02T23:53:03.531Z[ host-image] Sep 02 23:53:02.406 INFO O| install = pkg://helios/system/extended-system-utilities@0.5.11-3.0.24238:20260902T165453Z
81652026-09-02T23:53:03.531Z[ host-image] Sep 02 23:53:02.406 INFO O| install = pkg://helios/system/ficl@4.1.0-3.0.24238:20260902T165453Z
81662026-09-02T23:53:03.531Z[ host-image] Sep 02 23:53:02.406 INFO O| install = pkg://helios/system/file-system/smb@0.5.11-3.0.24238:20260902T165453Z
81672026-09-02T23:53:03.531Z[ host-image] Sep 02 23:53:02.406 INFO O| install = pkg://helios/system/file-system/zfs@0.5.11-3.0.24238:20260902T165454Z
81682026-09-02T23:53:03.531Z[ host-image] Sep 02 23:53:02.406 INFO O| install = pkg://helios/system/gpio@0.5.11-3.0.24238:20260902T165454Z
81692026-09-02T23:53:03.531Z[ recovery-image] Sep 02 23:53:02.406 INFO O| Sep 02 23:53:02.406 INFO STEP 792 (remove_files) COMPLETE
81702026-09-02T23:53:03.531Z[ recovery-image] Sep 02 23:53:02.407 INFO O| Sep 02 23:53:02.406 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81712026-09-02T23:53:03.531Z[ host-image] Sep 02 23:53:02.407 INFO O| install = pkg://helios/system/i2c@0.5.11-3.0.24238:20260902T165454Z
81722026-09-02T23:53:03.535Z[ host-image] Sep 02 23:53:02.409 INFO O| install = pkg://helios/system/kernel@0.5.11-3.0.24238:20260902T165454Z
81732026-09-02T23:53:03.535Z[ host-image] Sep 02 23:53:02.409 INFO O| install = pkg://helios/system/kernel/cpu-counters@0.5.11-3.0.24238:20260902T165454Z
81742026-09-02T23:53:03.535Z[ host-image] Sep 02 23:53:02.409 INFO O| install = pkg://helios/system/kernel/dtrace/providers@0.5.11-3.0.24238:20260902T165454Z
81752026-09-02T23:53:03.535Z[ host-image] Sep 02 23:53:02.410 INFO O| install = pkg://helios/system/kernel/platform@0.5.11-3.0.24238:20260902T165454Z
81762026-09-02T23:53:03.535Z[ host-image] Sep 02 23:53:02.410 INFO O| install = pkg://helios/system/ksensor@0.5.11-3.0.24238:20260902T165454Z
81772026-09-02T23:53:03.539Z[ recovery-image] Sep 02 23:53:02.415 INFO O| Sep 02 23:53:02.415 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libc/libc_hwcap3.so.1"
81782026-09-02T23:53:03.539Z[ recovery-image] Sep 02 23:53:02.415 INFO O| Sep 02 23:53:02.415 INFO STEP 793 (remove_files) COMPLETE
81792026-09-02T23:53:03.539Z[ recovery-image] Sep 02 23:53:02.415 INFO O| Sep 02 23:53:02.415 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81802026-09-02T23:53:03.539Z[ host-image] Sep 02 23:53:02.415 INFO O| install = pkg://helios/system/library@0.5.11-3.0.24238:20260902T165456Z
81812026-09-02T23:53:03.539Z[ host-image] Sep 02 23:53:02.415 INFO O| install = pkg://helios/system/library/bhyve@0.5.11-3.0.24238:20260902T165454Z
81822026-09-02T23:53:03.540Z[ host-image] Sep 02 23:53:02.415 INFO O| install = pkg://helios/system/library/demangle@0.5.11-3.0.24238:20260902T165455Z
81832026-09-02T23:53:03.540Z[ host-image] Sep 02 23:53:02.416 INFO O| install = pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z
81842026-09-02T23:53:03.540Z[ host-image] Sep 02 23:53:02.416 INFO O| install = pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z
81852026-09-02T23:53:03.546Z[ recovery-image] Sep 02 23:53:02.424 INFO O| Sep 02 23:53:02.424 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1"
81862026-09-02T23:53:03.546Z[ host-image] Sep 02 23:53:02.424 INFO O| install = pkg://helios/system/library/iconv/utf-8@0.5.11-3.0.24238:20260902T165455Z
81872026-09-02T23:53:03.546Z[ host-image] Sep 02 23:53:02.424 INFO O| install = pkg://helios/system/library/libdbus@1.16.2-3.0:20260212T153054Z
81882026-09-02T23:53:03.546Z[ recovery-image] Sep 02 23:53:02.424 INFO O| Sep 02 23:53:02.424 INFO STEP 794 (remove_files) COMPLETE
81892026-09-02T23:53:03.546Z[ recovery-image] Sep 02 23:53:02.424 INFO O| Sep 02 23:53:02.424 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81902026-09-02T23:53:03.546Z[ host-image] Sep 02 23:53:02.424 INFO O| install = pkg://helios/system/library/libdiskmgt@0.5.11-3.0.24238:20260902T165455Z
81912026-09-02T23:53:03.549Z[ host-image] Sep 02 23:53:02.424 INFO O| install = pkg://helios/system/library/libispi@0.5.11-3.0.24238:20260902T165455Z
81922026-09-02T23:53:03.549Z[ host-image] Sep 02 23:53:02.424 INFO O| install = pkg://helios/system/library/math@0.5.11-3.0.24238:20260902T165455Z
81932026-09-02T23:53:03.550Z[ host-image] Sep 02 23:53:02.424 INFO O| install = pkg://helios/system/library/mozilla-nss@3.110-3.0:20260212T151334Z
81942026-09-02T23:53:03.550Z[ host-image] Sep 02 23:53:02.424 INFO O| install = pkg://helios/system/library/pcap@1.10.5-3.0:20260212T151330Z
81952026-09-02T23:53:03.550Z[ host-image] Sep 02 23:53:02.425 INFO O| install = pkg://helios/system/library/security/gss@0.5.11-3.0.24238:20260902T165455Z
81962026-09-02T23:53:03.550Z[ host-image] Sep 02 23:53:02.425 INFO O| install = pkg://helios/system/library/security/gss/diffie-hellman@0.5.11-3.0.24238:20260902T165455Z
81972026-09-02T23:53:03.550Z[ host-image] Sep 02 23:53:02.425 INFO O| install = pkg://helios/system/library/security/gss/spnego@0.5.11-3.0.24238:20260902T165455Z
81982026-09-02T23:53:03.550Z[ host-image] Sep 02 23:53:02.425 INFO O| install = pkg://helios/system/library/security/libsasl@0.5.11-3.0.24238:20260902T165455Z
81992026-09-02T23:53:03.550Z[ host-image] Sep 02 23:53:02.425 INFO O| install = pkg://helios/system/library/storage/scsi-plugins@0.5.11-3.0.24238:20260902T165456Z
82002026-09-02T23:53:03.550Z[ host-image] Sep 02 23:53:02.425 INFO O| install = pkg://helios/system/man@0.5.11-3.0.24238:20260902T165456Z
82012026-09-02T23:53:03.550Z[ host-image] Sep 02 23:53:02.426 INFO O| install = pkg://helios/system/management/snmp/net-snmp@5.9.4-3.0:20260212T151432Z
82022026-09-02T23:53:03.550Z[ host-image] Sep 02 23:53:02.426 INFO O| install = pkg://helios/system/microcode/amd@20260724-3.0.24238:20260902T165456Z
82032026-09-02T23:53:03.550Z[ host-image] Sep 02 23:53:02.426 INFO O| install = pkg://helios/system/microcode/intel@20260812-3.0.24238:20260902T165456Z
82042026-09-02T23:53:03.550Z[ host-image] Sep 02 23:53:02.426 INFO O| install = pkg://helios/system/microcode/oxide@20260619-3.0.24238:20260902T165456Z
82052026-09-02T23:53:03.550Z[ host-image] Sep 02 23:53:02.426 INFO O| install = pkg://helios/system/network@0.5.11-3.0.24238:20260902T165457Z
82062026-09-02T23:53:03.550Z[ host-image] Sep 02 23:53:02.426 INFO O| install = pkg://helios/system/network/overlay@0.5.11-3.0.24238:20260902T165456Z
82072026-09-02T23:53:03.550Z[ host-image] Sep 02 23:53:02.426 INFO O| install = pkg://helios/system/network/routing@0.5.11-3.0.24238:20260902T165457Z
82082026-09-02T23:53:03.550Z[ host-image] Sep 02 23:53:02.426 INFO O| install = pkg://helios/system/prerequisite/gnu@0.5.11-3.0:20260212T151403Z
82092026-09-02T23:53:03.550Z[ host-image] Sep 02 23:53:02.426 INFO O| install = pkg://helios/system/watch@4.0.5-3.0:20260212T151501Z
82102026-09-02T23:53:03.553Z[ host-image] Sep 02 23:53:02.426 INFO O| install = pkg://helios/system/xopen/xcu4@0.5.11-3.0.24238:20260902T165458Z
82112026-09-02T23:53:03.553Z[ host-image] Sep 02 23:53:02.427 INFO O| install = pkg://helios/system/zones@0.5.11-3.0.24238:20260902T165458Z
82122026-09-02T23:53:03.554Z[ host-image] Sep 02 23:53:02.427 INFO O| install = pkg://helios/system/zones/brand/omicron1@1.0.26-3.0:20260506T112523Z
82132026-09-02T23:53:03.554Z[ host-image] Sep 02 23:53:02.427 INFO O| install = pkg://helios/terminal/resize@352-3.0:20260212T151456Z
82142026-09-02T23:53:03.554Z[ host-image] Sep 02 23:53:02.427 INFO O| install = pkg://helios/text/column@0.0.0.20181004-3.0:20260224T215736Z
82152026-09-02T23:53:03.554Z[ host-image] Sep 02 23:53:02.427 INFO O| install = pkg://helios/text/less@668-3.0:20260212T151713Z
82162026-09-02T23:53:03.554Z[ host-image] Sep 02 23:53:02.427 INFO O| install = pkg://helios/text/looker@0.1.0.15-3.0:20260224T221620Z
82172026-09-02T23:53:03.554Z[ host-image] Sep 02 23:53:02.427 INFO O| install = pkg://helios/web/ca-bundle@5.11-3.0:20260212T152502Z
82182026-09-02T23:53:03.554Z[ host-image] Sep 02 23:53:02.428 INFO O| install = pkg://helios/web/curl@8.21.0-3.0:20260630T200901Z
82192026-09-02T23:53:03.554Z[ host-image] Sep 02 23:53:02.428 INFO O| tempdir @ "/tmp/.tmprJjWXs/tmp"
82202026-09-02T23:53:03.554Z[ host-image] Sep 02 23:53:02.428 INFO O| image root @ "/tmp/.tmprJjWXs/tmp/root"
82212026-09-02T23:53:03.554Z[ host-image] Sep 02 23:53:02.428 INFO O| creating image...
82222026-09-02T23:53:03.557Z[ recovery-image] Sep 02 23:53:02.434 INFO O| Sep 02 23:53:02.434 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/truss.so.1"
82232026-09-02T23:53:03.557Z[ recovery-image] Sep 02 23:53:02.434 INFO O| Sep 02 23:53:02.434 INFO STEP 795 (remove_files) COMPLETE
82242026-09-02T23:53:03.557Z[ recovery-image] Sep 02 23:53:02.434 INFO O| Sep 02 23:53:02.434 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82252026-09-02T23:53:03.565Z[ recovery-image] Sep 02 23:53:02.443 INFO O| Sep 02 23:53:02.443 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/who.so.1"
82262026-09-02T23:53:03.565Z[ recovery-image] Sep 02 23:53:02.443 INFO O| Sep 02 23:53:02.443 INFO STEP 796 (remove_files) COMPLETE
82272026-09-02T23:53:03.565Z[ recovery-image] Sep 02 23:53:02.443 INFO O| Sep 02 23:53:02.443 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82282026-09-02T23:53:03.574Z[ recovery-image] Sep 02 23:53:02.452 INFO O| Sep 02 23:53:02.451 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/ldprof.so.1"
82292026-09-02T23:53:03.574Z[ recovery-image] Sep 02 23:53:02.452 INFO O| Sep 02 23:53:02.452 INFO STEP 797 (remove_files) COMPLETE
82302026-09-02T23:53:03.574Z[ recovery-image] Sep 02 23:53:02.452 INFO O| Sep 02 23:53:02.452 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82312026-09-02T23:53:03.577Z[verify-libraries] Compiling parse-size v1.1.0
82322026-09-02T23:53:03.582Z[ recovery-image] Sep 02 23:53:02.460 INFO O| Sep 02 23:53:02.460 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/truss.so.1"
82332026-09-02T23:53:03.583Z[ recovery-image] Sep 02 23:53:02.460 INFO O| Sep 02 23:53:02.460 INFO STEP 798 (remove_files) COMPLETE
82342026-09-02T23:53:03.583Z[ recovery-image] Sep 02 23:53:02.460 INFO O| Sep 02 23:53:02.460 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82352026-09-02T23:53:03.594Z[ recovery-image] Sep 02 23:53:02.470 INFO O| Sep 02 23:53:02.470 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/who.so.1"
82362026-09-02T23:53:03.594Z[ recovery-image] Sep 02 23:53:02.470 INFO O| Sep 02 23:53:02.470 INFO STEP 799 (remove_files) COMPLETE
82372026-09-02T23:53:03.597Z[ recovery-image] Sep 02 23:53:02.470 INFO O| Sep 02 23:53:02.470 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82382026-09-02T23:53:03.602Z[ recovery-image] Sep 02 23:53:02.479 INFO O| Sep 02 23:53:02.479 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcidb"
82392026-09-02T23:53:03.602Z[ recovery-image] Sep 02 23:53:02.480 INFO O| Sep 02 23:53:02.479 INFO STEP 800 (remove_files) COMPLETE
82402026-09-02T23:53:03.602Z[ recovery-image] Sep 02 23:53:02.480 INFO O| Sep 02 23:53:02.479 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82412026-09-02T23:53:03.611Z[ recovery-image] Sep 02 23:53:02.489 INFO O| Sep 02 23:53:02.489 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcidr_plugin.so"
82422026-09-02T23:53:03.612Z[ recovery-image] Sep 02 23:53:02.489 INFO O| Sep 02 23:53:02.489 INFO STEP 801 (remove_files) COMPLETE
82432026-09-02T23:53:03.612Z[ recovery-image] Sep 02 23:53:02.489 INFO O| Sep 02 23:53:02.489 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82442026-09-02T23:53:03.621Z[ recovery-image] Sep 02 23:53:02.499 INFO O| Sep 02 23:53:02.499 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/raidcfg/amd64/mpt.so.1"
82452026-09-02T23:53:03.621Z[ recovery-image] Sep 02 23:53:02.499 INFO O| Sep 02 23:53:02.499 INFO STEP 802 (remove_files) COMPLETE
82462026-09-02T23:53:03.621Z[ recovery-image] Sep 02 23:53:02.499 INFO O| Sep 02 23:53:02.499 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82472026-09-02T23:53:03.631Z[ recovery-image] Sep 02 23:53:02.508 INFO O| Sep 02 23:53:02.508 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/raidcfg/mpt.so.1"
82482026-09-02T23:53:03.631Z[ recovery-image] Sep 02 23:53:02.508 INFO O| Sep 02 23:53:02.508 INFO STEP 803 (remove_files) COMPLETE
82492026-09-02T23:53:03.634Z[ recovery-image] Sep 02 23:53:02.508 INFO O| Sep 02 23:53:02.508 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82502026-09-02T23:53:03.634Z[verify-libraries] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
82512026-09-02T23:53:03.641Z[ recovery-image] Sep 02 23:53:02.518 INFO O| Sep 02 23:53:02.518 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/reparse/libreparse_smb.so.1"
82522026-09-02T23:53:03.641Z[ recovery-image] Sep 02 23:53:02.518 INFO O| Sep 02 23:53:02.518 INFO STEP 804 (remove_files) COMPLETE
82532026-09-02T23:53:03.644Z[ recovery-image] Sep 02 23:53:02.518 INFO O| Sep 02 23:53:02.518 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82542026-09-02T23:53:03.651Z[ recovery-image] Sep 02 23:53:02.529 INFO O| Sep 02 23:53:02.529 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/reparse/reparsed"
82552026-09-02T23:53:03.652Z[ recovery-image] Sep 02 23:53:02.529 INFO O| Sep 02 23:53:02.529 INFO STEP 805 (remove_files) COMPLETE
82562026-09-02T23:53:03.652Z[ recovery-image] Sep 02 23:53:02.529 INFO O| Sep 02 23:53:02.529 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82572026-09-02T23:53:03.662Z[ recovery-image] Sep 02 23:53:02.540 INFO O| Sep 02 23:53:02.540 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/saf/listen"
82582026-09-02T23:53:03.663Z[ recovery-image] Sep 02 23:53:02.540 INFO O| Sep 02 23:53:02.540 INFO STEP 806 (remove_files) COMPLETE
82592026-09-02T23:53:03.663Z[ recovery-image] Sep 02 23:53:02.540 INFO O| Sep 02 23:53:02.540 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82602026-09-02T23:53:03.673Z[ recovery-image] Sep 02 23:53:02.551 INFO O| Sep 02 23:53:02.551 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/saf/nlps_server"
82612026-09-02T23:53:03.673Z[ recovery-image] Sep 02 23:53:02.551 INFO O| Sep 02 23:53:02.551 INFO STEP 807 (remove_files) COMPLETE
82622026-09-02T23:53:03.673Z[ recovery-image] Sep 02 23:53:02.551 INFO O| Sep 02 23:53:02.551 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82632026-09-02T23:53:03.683Z[ recovery-image] Sep 02 23:53:02.561 INFO O| Sep 02 23:53:02.561 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/crammd5.so.1"
82642026-09-02T23:53:03.683Z[ recovery-image] Sep 02 23:53:02.561 INFO O| Sep 02 23:53:02.561 INFO STEP 808 (remove_files) COMPLETE
82652026-09-02T23:53:03.686Z[ recovery-image] Sep 02 23:53:02.561 INFO O| Sep 02 23:53:02.561 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82662026-09-02T23:53:03.694Z[ recovery-image] Sep 02 23:53:02.571 INFO O| Sep 02 23:53:02.571 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/digestmd5.so.1"
82672026-09-02T23:53:03.694Z[ recovery-image] Sep 02 23:53:02.571 INFO O| Sep 02 23:53:02.571 INFO STEP 809 (remove_files) COMPLETE
82682026-09-02T23:53:03.694Z[ recovery-image] Sep 02 23:53:02.571 INFO O| Sep 02 23:53:02.571 INFO STEP 810: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82692026-09-02T23:53:03.704Z[ recovery-image] Sep 02 23:53:02.582 INFO O| Sep 02 23:53:02.581 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/gssapi.so.1"
82702026-09-02T23:53:03.704Z[ recovery-image] Sep 02 23:53:02.582 INFO O| Sep 02 23:53:02.582 INFO STEP 810 (remove_files) COMPLETE
82712026-09-02T23:53:03.704Z[ recovery-image] Sep 02 23:53:02.582 INFO O| Sep 02 23:53:02.582 INFO STEP 811: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82722026-09-02T23:53:03.715Z[ recovery-image] Sep 02 23:53:02.592 INFO O| Sep 02 23:53:02.592 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/login.so.1"
82732026-09-02T23:53:03.715Z[ recovery-image] Sep 02 23:53:02.593 INFO O| Sep 02 23:53:02.592 INFO STEP 811 (remove_files) COMPLETE
82742026-09-02T23:53:03.715Z[ recovery-image] Sep 02 23:53:02.593 INFO O| Sep 02 23:53:02.592 INFO STEP 812: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82752026-09-02T23:53:03.724Z[ recovery-image] Sep 02 23:53:02.601 INFO O| Sep 02 23:53:02.601 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/plain.so.1"
82762026-09-02T23:53:03.724Z[ recovery-image] Sep 02 23:53:02.601 INFO O| Sep 02 23:53:02.601 INFO STEP 812 (remove_files) COMPLETE
82772026-09-02T23:53:03.724Z[ recovery-image] Sep 02 23:53:02.601 INFO O| Sep 02 23:53:02.601 INFO STEP 813: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82782026-09-02T23:53:03.734Z[ recovery-image] Sep 02 23:53:02.612 INFO O| Sep 02 23:53:02.612 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/crammd5.so.1"
82792026-09-02T23:53:03.734Z[ recovery-image] Sep 02 23:53:02.612 INFO O| Sep 02 23:53:02.612 INFO STEP 813 (remove_files) COMPLETE
82802026-09-02T23:53:03.734Z[ recovery-image] Sep 02 23:53:02.612 INFO O| Sep 02 23:53:02.612 INFO STEP 814: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82812026-09-02T23:53:03.743Z[ recovery-image] Sep 02 23:53:02.621 INFO O| Sep 02 23:53:02.621 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/digestmd5.so.1"
82822026-09-02T23:53:03.743Z[ recovery-image] Sep 02 23:53:02.621 INFO O| Sep 02 23:53:02.621 INFO STEP 814 (remove_files) COMPLETE
82832026-09-02T23:53:03.743Z[ recovery-image] Sep 02 23:53:02.621 INFO O| Sep 02 23:53:02.621 INFO STEP 815: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82842026-09-02T23:53:03.753Z[ recovery-image] Sep 02 23:53:02.629 INFO O| Sep 02 23:53:02.629 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/gssapi.so.1"
82852026-09-02T23:53:03.753Z[ recovery-image] Sep 02 23:53:02.629 INFO O| Sep 02 23:53:02.629 INFO STEP 815 (remove_files) COMPLETE
82862026-09-02T23:53:03.753Z[ recovery-image] Sep 02 23:53:02.629 INFO O| Sep 02 23:53:02.629 INFO STEP 816: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82872026-09-02T23:53:03.761Z[ recovery-image] Sep 02 23:53:02.639 INFO O| Sep 02 23:53:02.639 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/login.so.1"
82882026-09-02T23:53:03.762Z[ recovery-image] Sep 02 23:53:02.639 INFO O| Sep 02 23:53:02.639 INFO STEP 816 (remove_files) COMPLETE
82892026-09-02T23:53:03.762Z[ recovery-image] Sep 02 23:53:02.639 INFO O| Sep 02 23:53:02.639 INFO STEP 817: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82902026-09-02T23:53:03.772Z[ recovery-image] Sep 02 23:53:02.650 INFO O| Sep 02 23:53:02.650 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/plain.so.1"
82912026-09-02T23:53:03.772Z[ recovery-image] Sep 02 23:53:02.650 INFO O| Sep 02 23:53:02.650 INFO STEP 817 (remove_files) COMPLETE
82922026-09-02T23:53:03.772Z[ recovery-image] Sep 02 23:53:02.650 INFO O| Sep 02 23:53:02.650 INFO STEP 818: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82932026-09-02T23:53:03.775Z[verify-libraries] Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
82942026-09-02T23:53:03.782Z[ recovery-image] Sep 02 23:53:02.660 INFO O| Sep 02 23:53:02.660 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_bsdbf.so.1"
82952026-09-02T23:53:03.783Z[ recovery-image] Sep 02 23:53:02.660 INFO O| Sep 02 23:53:02.660 INFO STEP 818 (remove_files) COMPLETE
82962026-09-02T23:53:03.783Z[ recovery-image] Sep 02 23:53:02.660 INFO O| Sep 02 23:53:02.660 INFO STEP 819: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82972026-09-02T23:53:03.793Z[ recovery-image] Sep 02 23:53:02.671 INFO O| Sep 02 23:53:02.671 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_bsdmd5.so.1"
82982026-09-02T23:53:03.793Z[ recovery-image] Sep 02 23:53:02.671 INFO O| Sep 02 23:53:02.671 INFO STEP 819 (remove_files) COMPLETE
82992026-09-02T23:53:03.793Z[ recovery-image] Sep 02 23:53:02.671 INFO O| Sep 02 23:53:02.671 INFO STEP 820: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83002026-09-02T23:53:03.803Z[ recovery-image] Sep 02 23:53:02.681 INFO O| Sep 02 23:53:02.681 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sha256.so.1"
83012026-09-02T23:53:03.803Z[ recovery-image] Sep 02 23:53:02.681 INFO O| Sep 02 23:53:02.681 INFO STEP 820 (remove_files) COMPLETE
83022026-09-02T23:53:03.803Z[ recovery-image] Sep 02 23:53:02.681 INFO O| Sep 02 23:53:02.681 INFO STEP 821: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83032026-09-02T23:53:03.813Z[ recovery-image] Sep 02 23:53:02.691 INFO O| Sep 02 23:53:02.691 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sha512.so.1"
83042026-09-02T23:53:03.813Z[ recovery-image] Sep 02 23:53:02.691 INFO O| Sep 02 23:53:02.691 INFO STEP 821 (remove_files) COMPLETE
83052026-09-02T23:53:03.813Z[ recovery-image] Sep 02 23:53:02.691 INFO O| Sep 02 23:53:02.691 INFO STEP 822: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83062026-09-02T23:53:03.826Z[ recovery-image] Sep 02 23:53:02.700 INFO O| Sep 02 23:53:02.700 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sunmd5.so.1"
83072026-09-02T23:53:03.826Z[ recovery-image] Sep 02 23:53:02.701 INFO O| Sep 02 23:53:02.701 INFO STEP 822 (remove_files) COMPLETE
83082026-09-02T23:53:03.826Z[ recovery-image] Sep 02 23:53:02.701 INFO O| Sep 02 23:53:02.701 INFO STEP 823: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83092026-09-02T23:53:03.833Z[ recovery-image] Sep 02 23:53:02.711 INFO O| Sep 02 23:53:02.711 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_allow.so.1"
83102026-09-02T23:53:03.833Z[ recovery-image] Sep 02 23:53:02.711 INFO O| Sep 02 23:53:02.711 INFO STEP 823 (remove_files) COMPLETE
83112026-09-02T23:53:03.833Z[ recovery-image] Sep 02 23:53:02.711 INFO O| Sep 02 23:53:02.711 INFO STEP 824: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83122026-09-02T23:53:03.843Z[ recovery-image] Sep 02 23:53:02.721 INFO O| Sep 02 23:53:02.721 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_check.so.1"
83132026-09-02T23:53:03.843Z[ recovery-image] Sep 02 23:53:02.721 INFO O| Sep 02 23:53:02.721 INFO STEP 824 (remove_files) COMPLETE
83142026-09-02T23:53:03.843Z[ recovery-image] Sep 02 23:53:02.721 INFO O| Sep 02 23:53:02.721 INFO STEP 825: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83152026-09-02T23:53:03.852Z[ recovery-image] Sep 02 23:53:02.730 INFO O| Sep 02 23:53:02.730 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_get.so.1"
83162026-09-02T23:53:03.852Z[ recovery-image] Sep 02 23:53:02.730 INFO O| Sep 02 23:53:02.730 INFO STEP 825 (remove_files) COMPLETE
83172026-09-02T23:53:03.855Z[ recovery-image] Sep 02 23:53:02.730 INFO O| Sep 02 23:53:02.730 INFO STEP 826: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83182026-09-02T23:53:03.866Z[ recovery-image] Sep 02 23:53:02.744 INFO O| Sep 02 23:53:02.744 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_store.so.1"
83192026-09-02T23:53:03.866Z[ recovery-image] Sep 02 23:53:02.744 INFO O| Sep 02 23:53:02.744 INFO STEP 826 (remove_files) COMPLETE
83202026-09-02T23:53:03.870Z[ recovery-image] Sep 02 23:53:02.744 INFO O| Sep 02 23:53:02.744 INFO STEP 827: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83212026-09-02T23:53:03.877Z[ recovery-image] Sep 02 23:53:02.755 INFO O| Sep 02 23:53:02.755 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_deny.so.1"
83222026-09-02T23:53:03.877Z[ recovery-image] Sep 02 23:53:02.755 INFO O| Sep 02 23:53:02.755 INFO STEP 827 (remove_files) COMPLETE
83232026-09-02T23:53:03.881Z[ recovery-image] Sep 02 23:53:02.755 INFO O| Sep 02 23:53:02.755 INFO STEP 828: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83242026-09-02T23:53:03.887Z[ recovery-image] Sep 02 23:53:02.765 INFO O| Sep 02 23:53:02.765 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_dhkeys.so.1"
83252026-09-02T23:53:03.890Z[ recovery-image] Sep 02 23:53:02.766 INFO O| Sep 02 23:53:02.766 INFO STEP 828 (remove_files) COMPLETE
83262026-09-02T23:53:03.890Z[ recovery-image] Sep 02 23:53:02.766 INFO O| Sep 02 23:53:02.766 INFO STEP 829: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83272026-09-02T23:53:03.898Z[ recovery-image] Sep 02 23:53:02.775 INFO O| Sep 02 23:53:02.775 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_dial_auth.so.1"
83282026-09-02T23:53:03.898Z[ recovery-image] Sep 02 23:53:02.775 INFO O| Sep 02 23:53:02.775 INFO STEP 829 (remove_files) COMPLETE
83292026-09-02T23:53:03.901Z[ recovery-image] Sep 02 23:53:02.775 INFO O| Sep 02 23:53:02.775 INFO STEP 830: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83302026-09-02T23:53:03.907Z[ recovery-image] Sep 02 23:53:02.785 INFO O| Sep 02 23:53:02.785 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_krb5.so.1"
83312026-09-02T23:53:03.907Z[ recovery-image] Sep 02 23:53:02.785 INFO O| Sep 02 23:53:02.785 INFO STEP 830 (remove_files) COMPLETE
83322026-09-02T23:53:03.911Z[ recovery-image] Sep 02 23:53:02.785 INFO O| Sep 02 23:53:02.785 INFO STEP 831: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83332026-09-02T23:53:03.916Z[ recovery-image] Sep 02 23:53:02.794 INFO O| Sep 02 23:53:02.794 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_krb5_migrate.so.1"
83342026-09-02T23:53:03.917Z[ recovery-image] Sep 02 23:53:02.795 INFO O| Sep 02 23:53:02.794 INFO STEP 831 (remove_files) COMPLETE
83352026-09-02T23:53:03.920Z[ recovery-image] Sep 02 23:53:02.795 INFO O| Sep 02 23:53:02.795 INFO STEP 832: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83362026-09-02T23:53:03.926Z[ recovery-image] Sep 02 23:53:02.804 INFO O| Sep 02 23:53:02.804 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_ldap.so.1"
83372026-09-02T23:53:03.926Z[ recovery-image] Sep 02 23:53:02.804 INFO O| Sep 02 23:53:02.804 INFO STEP 832 (remove_files) COMPLETE
83382026-09-02T23:53:03.926Z[ recovery-image] Sep 02 23:53:02.804 INFO O| Sep 02 23:53:02.804 INFO STEP 833: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83392026-09-02T23:53:03.929Z[verify-libraries] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
83402026-09-02T23:53:03.936Z[ recovery-image] Sep 02 23:53:02.814 INFO O| Sep 02 23:53:02.814 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_list.so.1"
83412026-09-02T23:53:03.936Z[ recovery-image] Sep 02 23:53:02.814 INFO O| Sep 02 23:53:02.814 INFO STEP 833 (remove_files) COMPLETE
83422026-09-02T23:53:03.936Z[ recovery-image] Sep 02 23:53:02.814 INFO O| Sep 02 23:53:02.814 INFO STEP 834: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83432026-09-02T23:53:03.947Z[ recovery-image] Sep 02 23:53:02.824 INFO O| Sep 02 23:53:02.824 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_passwd_auth.so.1"
83442026-09-02T23:53:03.947Z[ recovery-image] Sep 02 23:53:02.824 INFO O| Sep 02 23:53:02.824 INFO STEP 834 (remove_files) COMPLETE
83452026-09-02T23:53:03.947Z[ recovery-image] Sep 02 23:53:02.824 INFO O| Sep 02 23:53:02.824 INFO STEP 835: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83462026-09-02T23:53:03.959Z[ recovery-image] Sep 02 23:53:02.837 INFO O| Sep 02 23:53:02.834 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_rhosts_auth.so.1"
83472026-09-02T23:53:03.960Z[ recovery-image] Sep 02 23:53:02.837 INFO O| Sep 02 23:53:02.835 INFO STEP 835 (remove_files) COMPLETE
83482026-09-02T23:53:03.960Z[ host-image] Sep 02 23:53:02.837 INFO O| copying publishers...
83492026-09-02T23:53:03.960Z[ recovery-image] Sep 02 23:53:02.837 INFO O| Sep 02 23:53:02.835 INFO STEP 836: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83502026-09-02T23:53:03.967Z[ recovery-image] Sep 02 23:53:02.845 INFO O| Sep 02 23:53:02.844 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_roles.so.1"
83512026-09-02T23:53:03.967Z[ recovery-image] Sep 02 23:53:02.845 INFO O| Sep 02 23:53:02.845 INFO STEP 836 (remove_files) COMPLETE
83522026-09-02T23:53:03.967Z[ recovery-image] Sep 02 23:53:02.845 INFO O| Sep 02 23:53:02.845 INFO STEP 837: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83532026-09-02T23:53:03.975Z[ recovery-image] Sep 02 23:53:02.853 INFO O| Sep 02 23:53:02.853 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_sample.so.1"
83542026-09-02T23:53:03.975Z[ recovery-image] Sep 02 23:53:02.853 INFO O| Sep 02 23:53:02.853 INFO STEP 837 (remove_files) COMPLETE
83552026-09-02T23:53:03.979Z[ recovery-image] Sep 02 23:53:02.853 INFO O| Sep 02 23:53:02.853 INFO STEP 838: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83562026-09-02T23:53:03.984Z[ recovery-image] Sep 02 23:53:02.862 INFO O| Sep 02 23:53:02.862 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_smb_passwd.so.1"
83572026-09-02T23:53:03.984Z[ recovery-image] Sep 02 23:53:02.862 INFO O| Sep 02 23:53:02.862 INFO STEP 838 (remove_files) COMPLETE
83582026-09-02T23:53:03.987Z[ recovery-image] Sep 02 23:53:02.862 INFO O| Sep 02 23:53:02.862 INFO STEP 839: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83592026-09-02T23:53:03.993Z[ recovery-image] Sep 02 23:53:02.870 INFO O| Sep 02 23:53:02.870 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_smbfs_login.so.1"
83602026-09-02T23:53:03.993Z[ recovery-image] Sep 02 23:53:02.870 INFO O| Sep 02 23:53:02.870 INFO STEP 839 (remove_files) COMPLETE
83612026-09-02T23:53:03.993Z[ recovery-image] Sep 02 23:53:02.870 INFO O| Sep 02 23:53:02.870 INFO STEP 840: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83622026-09-02T23:53:04.003Z[ recovery-image] Sep 02 23:53:02.881 INFO O| Sep 02 23:53:02.881 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_timestamp.so.1"
83632026-09-02T23:53:04.003Z[ recovery-image] Sep 02 23:53:02.881 INFO O| Sep 02 23:53:02.881 INFO STEP 840 (remove_files) COMPLETE
83642026-09-02T23:53:04.003Z[ recovery-image] Sep 02 23:53:02.881 INFO O| Sep 02 23:53:02.881 INFO STEP 841: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83652026-09-02T23:53:04.013Z[ recovery-image] Sep 02 23:53:02.891 INFO O| Sep 02 23:53:02.890 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_tsol_account.so.1"
83662026-09-02T23:53:04.013Z[ recovery-image] Sep 02 23:53:02.891 INFO O| Sep 02 23:53:02.891 INFO STEP 841 (remove_files) COMPLETE
83672026-09-02T23:53:04.013Z[ recovery-image] Sep 02 23:53:02.891 INFO O| Sep 02 23:53:02.891 INFO STEP 842: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83682026-09-02T23:53:04.021Z[ recovery-image] Sep 02 23:53:02.899 INFO O| Sep 02 23:53:02.899 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_account.so.1"
83692026-09-02T23:53:04.021Z[ recovery-image] Sep 02 23:53:02.899 INFO O| Sep 02 23:53:02.899 INFO STEP 842 (remove_files) COMPLETE
83702026-09-02T23:53:04.021Z[ recovery-image] Sep 02 23:53:02.899 INFO O| Sep 02 23:53:02.899 INFO STEP 843: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83712026-09-02T23:53:04.029Z[ recovery-image] Sep 02 23:53:02.907 INFO O| Sep 02 23:53:02.907 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_auth.so.1"
83722026-09-02T23:53:04.029Z[ recovery-image] Sep 02 23:53:02.907 INFO O| Sep 02 23:53:02.907 INFO STEP 843 (remove_files) COMPLETE
83732026-09-02T23:53:04.029Z[ recovery-image] Sep 02 23:53:02.907 INFO O| Sep 02 23:53:02.907 INFO STEP 844: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83742026-09-02T23:53:04.038Z[ recovery-image] Sep 02 23:53:02.915 INFO O| Sep 02 23:53:02.915 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_cred.so.1"
83752026-09-02T23:53:04.038Z[ recovery-image] Sep 02 23:53:02.915 INFO O| Sep 02 23:53:02.915 INFO STEP 844 (remove_files) COMPLETE
83762026-09-02T23:53:04.038Z[ recovery-image] Sep 02 23:53:02.915 INFO O| Sep 02 23:53:02.915 INFO STEP 845: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83772026-09-02T23:53:04.046Z[ recovery-image] Sep 02 23:53:02.924 INFO O| Sep 02 23:53:02.924 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_session.so.1"
83782026-09-02T23:53:04.046Z[ recovery-image] Sep 02 23:53:02.924 INFO O| Sep 02 23:53:02.924 INFO STEP 845 (remove_files) COMPLETE
83792026-09-02T23:53:04.046Z[ recovery-image] Sep 02 23:53:02.924 INFO O| Sep 02 23:53:02.924 INFO STEP 846: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83802026-09-02T23:53:04.055Z[ recovery-image] Sep 02 23:53:02.933 INFO O| Sep 02 23:53:02.933 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_kernel.so.1"
83812026-09-02T23:53:04.055Z[ recovery-image] Sep 02 23:53:02.933 INFO O| Sep 02 23:53:02.933 INFO STEP 846 (remove_files) COMPLETE
83822026-09-02T23:53:04.055Z[ recovery-image] Sep 02 23:53:02.933 INFO O| Sep 02 23:53:02.933 INFO STEP 847: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83832026-09-02T23:53:04.064Z[ recovery-image] Sep 02 23:53:02.942 INFO O| Sep 02 23:53:02.942 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_softtoken.so.1"
83842026-09-02T23:53:04.064Z[ recovery-image] Sep 02 23:53:02.942 INFO O| Sep 02 23:53:02.942 INFO STEP 847 (remove_files) COMPLETE
83852026-09-02T23:53:04.067Z[ recovery-image] Sep 02 23:53:02.942 INFO O| Sep 02 23:53:02.942 INFO STEP 848: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83862026-09-02T23:53:04.073Z[ recovery-image] Sep 02 23:53:02.951 INFO O| Sep 02 23:53:02.951 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_tpm.so.1"
83872026-09-02T23:53:04.073Z[ recovery-image] Sep 02 23:53:02.951 INFO O| Sep 02 23:53:02.951 INFO STEP 848 (remove_files) COMPLETE
83882026-09-02T23:53:04.076Z[ recovery-image] Sep 02 23:53:02.951 INFO O| Sep 02 23:53:02.951 INFO STEP 849: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83892026-09-02T23:53:04.082Z[ recovery-image] Sep 02 23:53:02.960 INFO O| Sep 02 23:53:02.960 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_binfile.so.1"
83902026-09-02T23:53:04.082Z[ recovery-image] Sep 02 23:53:02.960 INFO O| Sep 02 23:53:02.960 INFO STEP 849 (remove_files) COMPLETE
83912026-09-02T23:53:04.082Z[ recovery-image] Sep 02 23:53:02.960 INFO O| Sep 02 23:53:02.960 INFO STEP 850: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83922026-09-02T23:53:04.093Z[ recovery-image] Sep 02 23:53:02.970 INFO O| Sep 02 23:53:02.970 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_remote.so.1"
83932026-09-02T23:53:04.093Z[ recovery-image] Sep 02 23:53:02.970 INFO O| Sep 02 23:53:02.970 INFO STEP 850 (remove_files) COMPLETE
83942026-09-02T23:53:04.093Z[ recovery-image] Sep 02 23:53:02.970 INFO O| Sep 02 23:53:02.970 INFO STEP 851: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83952026-09-02T23:53:04.102Z[ recovery-image] Sep 02 23:53:02.980 INFO O| Sep 02 23:53:02.980 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_syslog.so.1"
83962026-09-02T23:53:04.102Z[ recovery-image] Sep 02 23:53:02.980 INFO O| Sep 02 23:53:02.980 INFO STEP 851 (remove_files) COMPLETE
83972026-09-02T23:53:04.102Z[ recovery-image] Sep 02 23:53:02.980 INFO O| Sep 02 23:53:02.980 INFO STEP 852: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83982026-09-02T23:53:04.111Z[ recovery-image] Sep 02 23:53:02.989 INFO O| Sep 02 23:53:02.989 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_bsdbf.so.1"
83992026-09-02T23:53:04.111Z[ recovery-image] Sep 02 23:53:02.989 INFO O| Sep 02 23:53:02.989 INFO STEP 852 (remove_files) COMPLETE
84002026-09-02T23:53:04.111Z[ recovery-image] Sep 02 23:53:02.989 INFO O| Sep 02 23:53:02.989 INFO STEP 853: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84012026-09-02T23:53:04.121Z[ recovery-image] Sep 02 23:53:02.999 INFO O| Sep 02 23:53:02.999 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_bsdmd5.so.1"
84022026-09-02T23:53:04.121Z[ recovery-image] Sep 02 23:53:02.999 INFO O| Sep 02 23:53:02.999 INFO STEP 853 (remove_files) COMPLETE
84032026-09-02T23:53:04.125Z[ recovery-image] Sep 02 23:53:02.999 INFO O| Sep 02 23:53:02.999 INFO STEP 854: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84042026-09-02T23:53:04.131Z[ recovery-image] Sep 02 23:53:03.009 INFO O| Sep 02 23:53:03.009 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sha256.so.1"
84052026-09-02T23:53:04.131Z[ recovery-image] Sep 02 23:53:03.009 INFO O| Sep 02 23:53:03.009 INFO STEP 854 (remove_files) COMPLETE
84062026-09-02T23:53:04.131Z[ recovery-image] Sep 02 23:53:03.009 INFO O| Sep 02 23:53:03.009 INFO STEP 855: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84072026-09-02T23:53:04.143Z[ recovery-image] Sep 02 23:53:03.019 INFO O| Sep 02 23:53:03.019 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sha512.so.1"
84082026-09-02T23:53:04.143Z[ recovery-image] Sep 02 23:53:03.019 INFO O| Sep 02 23:53:03.019 INFO STEP 855 (remove_files) COMPLETE
84092026-09-02T23:53:04.143Z[ recovery-image] Sep 02 23:53:03.019 INFO O| Sep 02 23:53:03.019 INFO STEP 856: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84102026-09-02T23:53:04.152Z[ recovery-image] Sep 02 23:53:03.030 INFO O| Sep 02 23:53:03.030 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sunmd5.so.1"
84112026-09-02T23:53:04.152Z[ recovery-image] Sep 02 23:53:03.030 INFO O| Sep 02 23:53:03.030 INFO STEP 856 (remove_files) COMPLETE
84122026-09-02T23:53:04.152Z[ recovery-image] Sep 02 23:53:03.030 INFO O| Sep 02 23:53:03.030 INFO STEP 857: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84132026-09-02T23:53:04.163Z[ recovery-image] Sep 02 23:53:03.040 INFO O| Sep 02 23:53:03.040 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_allow.so.1"
84142026-09-02T23:53:04.167Z[ recovery-image] Sep 02 23:53:03.041 INFO O| Sep 02 23:53:03.041 INFO STEP 857 (remove_files) COMPLETE
84152026-09-02T23:53:04.167Z[ recovery-image] Sep 02 23:53:03.041 INFO O| Sep 02 23:53:03.041 INFO STEP 858: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84162026-09-02T23:53:04.173Z[ recovery-image] Sep 02 23:53:03.050 INFO O| Sep 02 23:53:03.050 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_authtok_check.so.1"
84172026-09-02T23:53:04.173Z[ recovery-image] Sep 02 23:53:03.050 INFO O| Sep 02 23:53:03.050 INFO STEP 858 (remove_files) COMPLETE
84182026-09-02T23:53:04.176Z[ recovery-image] Sep 02 23:53:03.050 INFO O| Sep 02 23:53:03.050 INFO STEP 859: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84192026-09-02T23:53:04.182Z[ recovery-image] Sep 02 23:53:03.060 INFO O| Sep 02 23:53:03.059 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_authtok_store.so.1"
84202026-09-02T23:53:04.182Z[ recovery-image] Sep 02 23:53:03.060 INFO O| Sep 02 23:53:03.060 INFO STEP 859 (remove_files) COMPLETE
84212026-09-02T23:53:04.182Z[ recovery-image] Sep 02 23:53:03.060 INFO O| Sep 02 23:53:03.060 INFO STEP 860: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84222026-09-02T23:53:04.191Z[ recovery-image] Sep 02 23:53:03.068 INFO O| Sep 02 23:53:03.068 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_deny.so.1"
84232026-09-02T23:53:04.191Z[ recovery-image] Sep 02 23:53:03.068 INFO O| Sep 02 23:53:03.068 INFO STEP 860 (remove_files) COMPLETE
84242026-09-02T23:53:04.191Z[ recovery-image] Sep 02 23:53:03.068 INFO O| Sep 02 23:53:03.068 INFO STEP 861: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84252026-09-02T23:53:04.199Z[ recovery-image] Sep 02 23:53:03.077 INFO O| Sep 02 23:53:03.077 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_krb5.so.1"
84262026-09-02T23:53:04.199Z[ recovery-image] Sep 02 23:53:03.077 INFO O| Sep 02 23:53:03.077 INFO STEP 861 (remove_files) COMPLETE
84272026-09-02T23:53:04.203Z[ recovery-image] Sep 02 23:53:03.077 INFO O| Sep 02 23:53:03.077 INFO STEP 862: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84282026-09-02T23:53:04.207Z[ recovery-image] Sep 02 23:53:03.085 INFO O| Sep 02 23:53:03.085 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_krb5_migrate.so.1"
84292026-09-02T23:53:04.208Z[ recovery-image] Sep 02 23:53:03.085 INFO O| Sep 02 23:53:03.085 INFO STEP 862 (remove_files) COMPLETE
84302026-09-02T23:53:04.208Z[ recovery-image] Sep 02 23:53:03.085 INFO O| Sep 02 23:53:03.085 INFO STEP 863: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84312026-09-02T23:53:04.218Z[ recovery-image] Sep 02 23:53:03.094 INFO O| Sep 02 23:53:03.094 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_ldap.so.1"
84322026-09-02T23:53:04.218Z[ recovery-image] Sep 02 23:53:03.094 INFO O| Sep 02 23:53:03.094 INFO STEP 863 (remove_files) COMPLETE
84332026-09-02T23:53:04.218Z[ recovery-image] Sep 02 23:53:03.094 INFO O| Sep 02 23:53:03.094 INFO STEP 864: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84342026-09-02T23:53:04.225Z[ recovery-image] Sep 02 23:53:03.103 INFO O| Sep 02 23:53:03.103 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_list.so.1"
84352026-09-02T23:53:04.225Z[ recovery-image] Sep 02 23:53:03.103 INFO O| Sep 02 23:53:03.103 INFO STEP 864 (remove_files) COMPLETE
84362026-09-02T23:53:04.225Z[ recovery-image] Sep 02 23:53:03.103 INFO O| Sep 02 23:53:03.103 INFO STEP 865: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84372026-09-02T23:53:04.238Z[ recovery-image] Sep 02 23:53:03.115 INFO O| Sep 02 23:53:03.115 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_passwd_auth.so.1"
84382026-09-02T23:53:04.239Z[ recovery-image] Sep 02 23:53:03.115 INFO O| Sep 02 23:53:03.115 INFO STEP 865 (remove_files) COMPLETE
84392026-09-02T23:53:04.239Z[ recovery-image] Sep 02 23:53:03.115 INFO O| Sep 02 23:53:03.115 INFO STEP 866: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84402026-09-02T23:53:04.248Z[ recovery-image] Sep 02 23:53:03.126 INFO O| Sep 02 23:53:03.126 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_rhosts_auth.so.1"
84412026-09-02T23:53:04.249Z[ recovery-image] Sep 02 23:53:03.126 INFO O| Sep 02 23:53:03.126 INFO STEP 866 (remove_files) COMPLETE
84422026-09-02T23:53:04.253Z[ recovery-image] Sep 02 23:53:03.126 INFO O| Sep 02 23:53:03.126 INFO STEP 867: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84432026-09-02T23:53:04.261Z[ recovery-image] Sep 02 23:53:03.138 INFO O| Sep 02 23:53:03.137 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_sample.so.1"
84442026-09-02T23:53:04.261Z[ recovery-image] Sep 02 23:53:03.138 INFO O| Sep 02 23:53:03.138 INFO STEP 867 (remove_files) COMPLETE
84452026-09-02T23:53:04.261Z[ recovery-image] Sep 02 23:53:03.138 INFO O| Sep 02 23:53:03.138 INFO STEP 868: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84462026-09-02T23:53:04.271Z[ recovery-image] Sep 02 23:53:03.149 INFO O| Sep 02 23:53:03.149 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_smb_passwd.so.1"
84472026-09-02T23:53:04.271Z[ recovery-image] Sep 02 23:53:03.149 INFO O| Sep 02 23:53:03.149 INFO STEP 868 (remove_files) COMPLETE
84482026-09-02T23:53:04.271Z[ recovery-image] Sep 02 23:53:03.149 INFO O| Sep 02 23:53:03.149 INFO STEP 869: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84492026-09-02T23:53:04.282Z[ recovery-image] Sep 02 23:53:03.160 INFO O| Sep 02 23:53:03.160 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_smbfs_login.so.1"
84502026-09-02T23:53:04.283Z[ recovery-image] Sep 02 23:53:03.160 INFO O| Sep 02 23:53:03.160 INFO STEP 869 (remove_files) COMPLETE
84512026-09-02T23:53:04.286Z[ recovery-image] Sep 02 23:53:03.160 INFO O| Sep 02 23:53:03.160 INFO STEP 870: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84522026-09-02T23:53:04.294Z[ recovery-image] Sep 02 23:53:03.171 INFO O| Sep 02 23:53:03.171 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_timestamp.so.1"
84532026-09-02T23:53:04.294Z[ recovery-image] Sep 02 23:53:03.171 INFO O| Sep 02 23:53:03.171 INFO STEP 870 (remove_files) COMPLETE
84542026-09-02T23:53:04.294Z[ recovery-image] Sep 02 23:53:03.171 INFO O| Sep 02 23:53:03.171 INFO STEP 871: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84552026-09-02T23:53:04.308Z[ recovery-image] Sep 02 23:53:03.182 INFO O| Sep 02 23:53:03.182 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_tsol_account.so.1"
84562026-09-02T23:53:04.308Z[ recovery-image] Sep 02 23:53:03.182 INFO O| Sep 02 23:53:03.182 INFO STEP 871 (remove_files) COMPLETE
84572026-09-02T23:53:04.308Z[ recovery-image] Sep 02 23:53:03.182 INFO O| Sep 02 23:53:03.182 INFO STEP 872: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84582026-09-02T23:53:04.317Z[ recovery-image] Sep 02 23:53:03.193 INFO O| Sep 02 23:53:03.193 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_kernel.so.1"
84592026-09-02T23:53:04.317Z[ recovery-image] Sep 02 23:53:03.194 INFO O| Sep 02 23:53:03.193 INFO STEP 872 (remove_files) COMPLETE
84602026-09-02T23:53:04.322Z[ recovery-image] Sep 02 23:53:03.194 INFO O| Sep 02 23:53:03.193 INFO STEP 873: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84612026-09-02T23:53:04.331Z[ recovery-image] Sep 02 23:53:03.209 INFO O| Sep 02 23:53:03.209 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_softtoken.so.1"
84622026-09-02T23:53:04.331Z[ recovery-image] Sep 02 23:53:03.209 INFO O| Sep 02 23:53:03.209 INFO STEP 873 (remove_files) COMPLETE
84632026-09-02T23:53:04.335Z[ recovery-image] Sep 02 23:53:03.209 INFO O| Sep 02 23:53:03.209 INFO STEP 874: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84642026-09-02T23:53:04.344Z[ recovery-image] Sep 02 23:53:03.221 INFO O| Sep 02 23:53:03.221 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_tpm.so.1"
84652026-09-02T23:53:04.344Z[ recovery-image] Sep 02 23:53:03.221 INFO O| Sep 02 23:53:03.221 INFO STEP 874 (remove_files) COMPLETE
84662026-09-02T23:53:04.344Z[ recovery-image] Sep 02 23:53:03.221 INFO O| Sep 02 23:53:03.221 INFO STEP 875: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84672026-09-02T23:53:04.358Z[ recovery-image] Sep 02 23:53:03.234 INFO O| Sep 02 23:53:03.232 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/compress"
84682026-09-02T23:53:04.358Z[ recovery-image] Sep 02 23:53:03.234 INFO O| Sep 02 23:53:03.232 INFO STEP 875 (remove_files) COMPLETE
84692026-09-02T23:53:04.358Z[ recovery-image] Sep 02 23:53:03.234 INFO O| Sep 02 23:53:03.232 INFO STEP 876: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84702026-09-02T23:53:04.365Z[ recovery-image] Sep 02 23:53:03.242 INFO O| Sep 02 23:53:03.242 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hashcheck"
84712026-09-02T23:53:04.368Z[ recovery-image] Sep 02 23:53:03.242 INFO O| Sep 02 23:53:03.242 INFO STEP 876 (remove_files) COMPLETE
84722026-09-02T23:53:04.368Z[ recovery-image] Sep 02 23:53:03.242 INFO O| Sep 02 23:53:03.242 INFO STEP 877: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84732026-09-02T23:53:04.375Z[ recovery-image] Sep 02 23:53:03.251 INFO O| Sep 02 23:53:03.251 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hashmake"
84742026-09-02T23:53:04.375Z[ recovery-image] Sep 02 23:53:03.252 INFO O| Sep 02 23:53:03.251 INFO STEP 877 (remove_files) COMPLETE
84752026-09-02T23:53:04.375Z[ recovery-image] Sep 02 23:53:03.252 INFO O| Sep 02 23:53:03.251 INFO STEP 878: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84762026-09-02T23:53:04.386Z[ recovery-image] Sep 02 23:53:03.264 INFO O| Sep 02 23:53:03.264 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hlista"
84772026-09-02T23:53:04.386Z[ recovery-image] Sep 02 23:53:03.264 INFO O| Sep 02 23:53:03.264 INFO STEP 878 (remove_files) COMPLETE
84782026-09-02T23:53:04.386Z[ recovery-image] Sep 02 23:53:03.264 INFO O| Sep 02 23:53:03.264 INFO STEP 879: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84792026-09-02T23:53:04.399Z[ recovery-image] Sep 02 23:53:03.276 INFO O| Sep 02 23:53:03.276 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hlistb"
84802026-09-02T23:53:04.399Z[ recovery-image] Sep 02 23:53:03.276 INFO O| Sep 02 23:53:03.276 INFO STEP 879 (remove_files) COMPLETE
84812026-09-02T23:53:04.399Z[ recovery-image] Sep 02 23:53:03.276 INFO O| Sep 02 23:53:03.276 INFO STEP 880: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84822026-09-02T23:53:04.410Z[ recovery-image] Sep 02 23:53:03.287 INFO O| Sep 02 23:53:03.287 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hstop"
84832026-09-02T23:53:04.410Z[ recovery-image] Sep 02 23:53:03.287 INFO O| Sep 02 23:53:03.287 INFO STEP 880 (remove_files) COMPLETE
84842026-09-02T23:53:04.413Z[ recovery-image] Sep 02 23:53:03.287 INFO O| Sep 02 23:53:03.287 INFO STEP 881: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84852026-09-02T23:53:04.419Z[ recovery-image] Sep 02 23:53:03.297 INFO O| Sep 02 23:53:03.297 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/spellin"
84862026-09-02T23:53:04.419Z[ recovery-image] Sep 02 23:53:03.297 INFO O| Sep 02 23:53:03.297 INFO STEP 881 (remove_files) COMPLETE
84872026-09-02T23:53:04.419Z[ recovery-image] Sep 02 23:53:03.297 INFO O| Sep 02 23:53:03.297 INFO STEP 882: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84882026-09-02T23:53:04.432Z[ recovery-image] Sep 02 23:53:03.310 INFO O| Sep 02 23:53:03.309 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/spellprog"
84892026-09-02T23:53:04.432Z[ recovery-image] Sep 02 23:53:03.310 INFO O| Sep 02 23:53:03.310 INFO STEP 882 (remove_files) COMPLETE
84902026-09-02T23:53:04.432Z[ recovery-image] Sep 02 23:53:03.310 INFO O| Sep 02 23:53:03.310 INFO STEP 883: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84912026-09-02T23:53:04.443Z[ recovery-image] Sep 02 23:53:03.320 INFO O| Sep 02 23:53:03.320 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sysevent/syseventconfd"
84922026-09-02T23:53:04.443Z[ recovery-image] Sep 02 23:53:03.320 INFO O| Sep 02 23:53:03.320 INFO STEP 883 (remove_files) COMPLETE
84932026-09-02T23:53:04.446Z[ recovery-image] Sep 02 23:53:03.320 INFO O| Sep 02 23:53:03.320 INFO STEP 884: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84942026-09-02T23:53:04.454Z[ recovery-image] Sep 02 23:53:03.332 INFO O| Sep 02 23:53:03.331 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/amd64/libvarpd_direct.so.1"
84952026-09-02T23:53:04.454Z[ recovery-image] Sep 02 23:53:03.332 INFO O| Sep 02 23:53:03.332 INFO STEP 884 (remove_files) COMPLETE
84962026-09-02T23:53:04.454Z[ recovery-image] Sep 02 23:53:03.332 INFO O| Sep 02 23:53:03.332 INFO STEP 885: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84972026-09-02T23:53:04.507Z[ recovery-image] Sep 02 23:53:03.342 INFO O| Sep 02 23:53:03.341 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/amd64/libvarpd_files.so.1"
84982026-09-02T23:53:04.507Z[ recovery-image] Sep 02 23:53:03.342 INFO O| Sep 02 23:53:03.342 INFO STEP 885 (remove_files) COMPLETE
84992026-09-02T23:53:04.507Z[ recovery-image] Sep 02 23:53:03.342 INFO O| Sep 02 23:53:03.342 INFO STEP 886: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85002026-09-02T23:53:04.508Z[ recovery-image] Sep 02 23:53:03.359 INFO O| Sep 02 23:53:03.359 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/libvarpd_direct.so.1"
85012026-09-02T23:53:04.508Z[ recovery-image] Sep 02 23:53:03.359 INFO O| Sep 02 23:53:03.359 INFO STEP 886 (remove_files) COMPLETE
85022026-09-02T23:53:04.508Z[ recovery-image] Sep 02 23:53:03.359 INFO O| Sep 02 23:53:03.359 INFO STEP 887: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85032026-09-02T23:53:04.512Z[ recovery-image] Sep 02 23:53:03.390 INFO O| Sep 02 23:53:03.390 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/libvarpd_files.so.1"
85042026-09-02T23:53:04.512Z[ recovery-image] Sep 02 23:53:03.390 INFO O| Sep 02 23:53:03.390 INFO STEP 887 (remove_files) COMPLETE
85052026-09-02T23:53:04.515Z[ recovery-image] Sep 02 23:53:03.390 INFO O| Sep 02 23:53:03.390 INFO STEP 888: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85062026-09-02T23:53:04.525Z[ recovery-image] Sep 02 23:53:03.402 INFO O| Sep 02 23:53:03.402 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/varpd"
85072026-09-02T23:53:04.525Z[ recovery-image] Sep 02 23:53:03.402 INFO O| Sep 02 23:53:03.402 INFO STEP 888 (remove_files) COMPLETE
85082026-09-02T23:53:04.525Z[ recovery-image] Sep 02 23:53:03.403 INFO O| Sep 02 23:53:03.402 INFO STEP 889: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85092026-09-02T23:53:04.537Z[ recovery-image] Sep 02 23:53:03.415 INFO O| Sep 02 23:53:03.414 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/xhci/xhci_portsc"
85102026-09-02T23:53:04.537Z[ recovery-image] Sep 02 23:53:03.415 INFO O| Sep 02 23:53:03.415 INFO STEP 889 (remove_files) COMPLETE
85112026-09-02T23:53:04.540Z[ recovery-image] Sep 02 23:53:03.415 INFO O| Sep 02 23:53:03.415 INFO STEP 890: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85122026-09-02T23:53:04.549Z[ recovery-image] Sep 02 23:53:03.427 INFO O| Sep 02 23:53:03.427 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/zfs/availdevs"
85132026-09-02T23:53:04.549Z[ recovery-image] Sep 02 23:53:03.427 INFO O| Sep 02 23:53:03.427 INFO STEP 890 (remove_files) COMPLETE
85142026-09-02T23:53:04.549Z[ recovery-image] Sep 02 23:53:03.427 INFO O| Sep 02 23:53:03.427 INFO STEP 891: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85152026-09-02T23:53:04.564Z[ recovery-image] Sep 02 23:53:03.440 INFO O| Sep 02 23:53:03.440 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/zones/zoneadmd"
85162026-09-02T23:53:04.567Z[ recovery-image] Sep 02 23:53:03.441 INFO O| Sep 02 23:53:03.441 INFO STEP 891 (remove_files) COMPLETE
85172026-09-02T23:53:04.567Z[ recovery-image] Sep 02 23:53:03.441 INFO O| Sep 02 23:53:03.441 INFO STEP 892: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85182026-09-02T23:53:04.576Z[ recovery-image] Sep 02 23:53:03.453 INFO O| Sep 02 23:53:03.453 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/sftp-server"
85192026-09-02T23:53:04.576Z[ recovery-image] Sep 02 23:53:03.454 INFO O| Sep 02 23:53:03.454 INFO STEP 892 (remove_files) COMPLETE
85202026-09-02T23:53:04.581Z[ recovery-image] Sep 02 23:53:03.454 INFO O| Sep 02 23:53:03.454 INFO STEP 893: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85212026-09-02T23:53:04.587Z[ recovery-image] Sep 02 23:53:03.465 INFO O| Sep 02 23:53:03.465 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-keysign"
85222026-09-02T23:53:04.587Z[ recovery-image] Sep 02 23:53:03.465 INFO O| Sep 02 23:53:03.465 INFO STEP 893 (remove_files) COMPLETE
85232026-09-02T23:53:04.591Z[ recovery-image] Sep 02 23:53:03.465 INFO O| Sep 02 23:53:03.465 INFO STEP 894: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85242026-09-02T23:53:04.599Z[ recovery-image] Sep 02 23:53:03.477 INFO O| Sep 02 23:53:03.477 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-pkcs11-helper"
85252026-09-02T23:53:04.599Z[ recovery-image] Sep 02 23:53:03.477 INFO O| Sep 02 23:53:03.477 INFO STEP 894 (remove_files) COMPLETE
85262026-09-02T23:53:04.603Z[ recovery-image] Sep 02 23:53:03.477 INFO O| Sep 02 23:53:03.477 INFO STEP 895: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85272026-09-02T23:53:04.610Z[ recovery-image] Sep 02 23:53:03.488 INFO O| Sep 02 23:53:03.488 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-sk-helper"
85282026-09-02T23:53:04.610Z[ recovery-image] Sep 02 23:53:03.488 INFO O| Sep 02 23:53:03.488 INFO STEP 895 (remove_files) COMPLETE
85292026-09-02T23:53:04.610Z[ recovery-image] Sep 02 23:53:03.488 INFO O| Sep 02 23:53:03.488 INFO STEP 896: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85302026-09-02T23:53:04.623Z[ recovery-image] Sep 02 23:53:03.500 INFO O| Sep 02 23:53:03.500 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/dispgid"
85312026-09-02T23:53:04.623Z[ recovery-image] Sep 02 23:53:03.500 INFO O| Sep 02 23:53:03.500 INFO STEP 896 (remove_files) COMPLETE
85322026-09-02T23:53:04.627Z[ recovery-image] Sep 02 23:53:03.500 INFO O| Sep 02 23:53:03.500 INFO STEP 897: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85332026-09-02T23:53:04.633Z[ recovery-image] Sep 02 23:53:03.511 INFO O| Sep 02 23:53:03.511 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/dispuid"
85342026-09-02T23:53:04.633Z[ recovery-image] Sep 02 23:53:03.511 INFO O| Sep 02 23:53:03.511 INFO STEP 897 (remove_files) COMPLETE
85352026-09-02T23:53:04.636Z[ recovery-image] Sep 02 23:53:03.511 INFO O| Sep 02 23:53:03.511 INFO STEP 898: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85362026-09-02T23:53:04.644Z[ recovery-image] Sep 02 23:53:03.522 INFO O| Sep 02 23:53:03.522 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errange"
85372026-09-02T23:53:04.644Z[ recovery-image] Sep 02 23:53:03.522 INFO O| Sep 02 23:53:03.522 INFO STEP 898 (remove_files) COMPLETE
85382026-09-02T23:53:04.644Z[ recovery-image] Sep 02 23:53:03.522 INFO O| Sep 02 23:53:03.522 INFO STEP 899: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85392026-09-02T23:53:04.656Z[ recovery-image] Sep 02 23:53:03.533 INFO O| Sep 02 23:53:03.533 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errdate"
85402026-09-02T23:53:04.656Z[ recovery-image] Sep 02 23:53:03.533 INFO O| Sep 02 23:53:03.533 INFO STEP 899 (remove_files) COMPLETE
85412026-09-02T23:53:04.656Z[ recovery-image] Sep 02 23:53:03.533 INFO O| Sep 02 23:53:03.533 INFO STEP 900: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85422026-09-02T23:53:04.668Z[ recovery-image] Sep 02 23:53:03.545 INFO O| Sep 02 23:53:03.545 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errgid"
85432026-09-02T23:53:04.668Z[ recovery-image] Sep 02 23:53:03.545 INFO O| Sep 02 23:53:03.545 INFO STEP 900 (remove_files) COMPLETE
85442026-09-02T23:53:04.668Z[ recovery-image] Sep 02 23:53:03.545 INFO O| Sep 02 23:53:03.545 INFO STEP 901: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85452026-09-02T23:53:04.681Z[ recovery-image] Sep 02 23:53:03.559 INFO O| Sep 02 23:53:03.559 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errint"
85462026-09-02T23:53:04.681Z[ recovery-image] Sep 02 23:53:03.559 INFO O| Sep 02 23:53:03.559 INFO STEP 901 (remove_files) COMPLETE
85472026-09-02T23:53:04.681Z[ recovery-image] Sep 02 23:53:03.559 INFO O| Sep 02 23:53:03.559 INFO STEP 902: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85482026-09-02T23:53:04.700Z[ recovery-image] Sep 02 23:53:03.578 INFO O| Sep 02 23:53:03.578 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erritem"
85492026-09-02T23:53:04.700Z[ recovery-image] Sep 02 23:53:03.578 INFO O| Sep 02 23:53:03.578 INFO STEP 902 (remove_files) COMPLETE
85502026-09-02T23:53:04.700Z[ recovery-image] Sep 02 23:53:03.578 INFO O| Sep 02 23:53:03.578 INFO STEP 903: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85512026-09-02T23:53:04.712Z[ recovery-image] Sep 02 23:53:03.589 INFO O| Sep 02 23:53:03.589 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errpath"
85522026-09-02T23:53:04.712Z[ recovery-image] Sep 02 23:53:03.590 INFO O| Sep 02 23:53:03.590 INFO STEP 903 (remove_files) COMPLETE
85532026-09-02T23:53:04.712Z[ recovery-image] Sep 02 23:53:03.590 INFO O| Sep 02 23:53:03.590 INFO STEP 904: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85542026-09-02T23:53:04.723Z[ recovery-image] Sep 02 23:53:03.600 INFO O| Sep 02 23:53:03.600 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errstr"
85552026-09-02T23:53:04.723Z[ recovery-image] Sep 02 23:53:03.601 INFO O| Sep 02 23:53:03.600 INFO STEP 904 (remove_files) COMPLETE
85562026-09-02T23:53:04.723Z[ recovery-image] Sep 02 23:53:03.601 INFO O| Sep 02 23:53:03.600 INFO STEP 905: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85572026-09-02T23:53:04.734Z[ recovery-image] Sep 02 23:53:03.611 INFO O| Sep 02 23:53:03.611 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errtime"
85582026-09-02T23:53:04.737Z[ recovery-image] Sep 02 23:53:03.611 INFO O| Sep 02 23:53:03.611 INFO STEP 905 (remove_files) COMPLETE
85592026-09-02T23:53:04.737Z[ recovery-image] Sep 02 23:53:03.611 INFO O| Sep 02 23:53:03.611 INFO STEP 906: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85602026-09-02T23:53:04.744Z[ recovery-image] Sep 02 23:53:03.622 INFO O| Sep 02 23:53:03.622 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erruid"
85612026-09-02T23:53:04.744Z[ recovery-image] Sep 02 23:53:03.622 INFO O| Sep 02 23:53:03.622 INFO STEP 906 (remove_files) COMPLETE
85622026-09-02T23:53:04.748Z[ recovery-image] Sep 02 23:53:03.622 INFO O| Sep 02 23:53:03.622 INFO STEP 907: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85632026-09-02T23:53:04.757Z[ recovery-image] Sep 02 23:53:03.633 INFO O| Sep 02 23:53:03.633 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erryorn"
85642026-09-02T23:53:04.757Z[ recovery-image] Sep 02 23:53:03.633 INFO O| Sep 02 23:53:03.633 INFO STEP 907 (remove_files) COMPLETE
85652026-09-02T23:53:04.757Z[ recovery-image] Sep 02 23:53:03.633 INFO O| Sep 02 23:53:03.633 INFO STEP 908: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85662026-09-02T23:53:04.765Z[ recovery-image] Sep 02 23:53:03.643 INFO O| Sep 02 23:53:03.643 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpdate"
85672026-09-02T23:53:04.765Z[ recovery-image] Sep 02 23:53:03.643 INFO O| Sep 02 23:53:03.643 INFO STEP 908 (remove_files) COMPLETE
85682026-09-02T23:53:04.770Z[ recovery-image] Sep 02 23:53:03.643 INFO O| Sep 02 23:53:03.643 INFO STEP 909: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85692026-09-02T23:53:04.773Z[verify-libraries] Compiling dropshot-api-manager v0.8.0
85702026-09-02T23:53:04.776Z[ recovery-image] Sep 02 23:53:03.653 INFO O| Sep 02 23:53:03.653 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpgid"
85712026-09-02T23:53:04.776Z[ recovery-image] Sep 02 23:53:03.653 INFO O| Sep 02 23:53:03.653 INFO STEP 909 (remove_files) COMPLETE
85722026-09-02T23:53:04.776Z[ recovery-image] Sep 02 23:53:03.653 INFO O| Sep 02 23:53:03.653 INFO STEP 910: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85732026-09-02T23:53:04.787Z[ recovery-image] Sep 02 23:53:03.664 INFO O| Sep 02 23:53:03.663 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpint"
85742026-09-02T23:53:04.787Z[ recovery-image] Sep 02 23:53:03.664 INFO O| Sep 02 23:53:03.664 INFO STEP 910 (remove_files) COMPLETE
85752026-09-02T23:53:04.790Z[ recovery-image] Sep 02 23:53:03.664 INFO O| Sep 02 23:53:03.664 INFO STEP 911: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85762026-09-02T23:53:04.797Z[ recovery-image] Sep 02 23:53:03.674 INFO O| Sep 02 23:53:03.674 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpitem"
85772026-09-02T23:53:04.800Z[ recovery-image] Sep 02 23:53:03.674 INFO O| Sep 02 23:53:03.674 INFO STEP 911 (remove_files) COMPLETE
85782026-09-02T23:53:04.800Z[ recovery-image] Sep 02 23:53:03.674 INFO O| Sep 02 23:53:03.674 INFO STEP 912: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85792026-09-02T23:53:04.806Z[ recovery-image] Sep 02 23:53:03.684 INFO O| Sep 02 23:53:03.684 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helppath"
85802026-09-02T23:53:04.806Z[ recovery-image] Sep 02 23:53:03.684 INFO O| Sep 02 23:53:03.684 INFO STEP 912 (remove_files) COMPLETE
85812026-09-02T23:53:04.809Z[ recovery-image] Sep 02 23:53:03.684 INFO O| Sep 02 23:53:03.684 INFO STEP 913: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85822026-09-02T23:53:04.815Z[ recovery-image] Sep 02 23:53:03.693 INFO O| Sep 02 23:53:03.693 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helprange"
85832026-09-02T23:53:04.815Z[ recovery-image] Sep 02 23:53:03.693 INFO O| Sep 02 23:53:03.693 INFO STEP 913 (remove_files) COMPLETE
85842026-09-02T23:53:04.818Z[ recovery-image] Sep 02 23:53:03.693 INFO O| Sep 02 23:53:03.693 INFO STEP 914: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85852026-09-02T23:53:04.823Z[ recovery-image] Sep 02 23:53:03.701 INFO O| Sep 02 23:53:03.701 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpstr"
85862026-09-02T23:53:04.823Z[ recovery-image] Sep 02 23:53:03.701 INFO O| Sep 02 23:53:03.701 INFO STEP 914 (remove_files) COMPLETE
85872026-09-02T23:53:04.826Z[ recovery-image] Sep 02 23:53:03.701 INFO O| Sep 02 23:53:03.701 INFO STEP 915: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85882026-09-02T23:53:04.832Z[ recovery-image] Sep 02 23:53:03.709 INFO O| Sep 02 23:53:03.709 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helptime"
85892026-09-02T23:53:04.832Z[ recovery-image] Sep 02 23:53:03.709 INFO O| Sep 02 23:53:03.709 INFO STEP 915 (remove_files) COMPLETE
85902026-09-02T23:53:04.835Z[ recovery-image] Sep 02 23:53:03.709 INFO O| Sep 02 23:53:03.709 INFO STEP 916: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85912026-09-02T23:53:04.840Z[ recovery-image] Sep 02 23:53:03.717 INFO O| Sep 02 23:53:03.717 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpuid"
85922026-09-02T23:53:04.840Z[ recovery-image] Sep 02 23:53:03.718 INFO O| Sep 02 23:53:03.717 INFO STEP 916 (remove_files) COMPLETE
85932026-09-02T23:53:04.840Z[ recovery-image] Sep 02 23:53:03.718 INFO O| Sep 02 23:53:03.718 INFO STEP 917: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85942026-09-02T23:53:04.849Z[ recovery-image] Sep 02 23:53:03.727 INFO O| Sep 02 23:53:03.726 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpyorn"
85952026-09-02T23:53:04.849Z[ recovery-image] Sep 02 23:53:03.727 INFO O| Sep 02 23:53:03.727 INFO STEP 917 (remove_files) COMPLETE
85962026-09-02T23:53:04.849Z[ recovery-image] Sep 02 23:53:03.727 INFO O| Sep 02 23:53:03.727 INFO STEP 918: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85972026-09-02T23:53:04.858Z[ recovery-image] Sep 02 23:53:03.736 INFO O| Sep 02 23:53:03.736 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/puttext"
85982026-09-02T23:53:04.858Z[ recovery-image] Sep 02 23:53:03.736 INFO O| Sep 02 23:53:03.736 INFO STEP 918 (remove_files) COMPLETE
85992026-09-02T23:53:04.861Z[ recovery-image] Sep 02 23:53:03.736 INFO O| Sep 02 23:53:03.736 INFO STEP 919: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86002026-09-02T23:53:04.868Z[ recovery-image] Sep 02 23:53:03.745 INFO O| Sep 02 23:53:03.745 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valdate"
86012026-09-02T23:53:04.868Z[ recovery-image] Sep 02 23:53:03.745 INFO O| Sep 02 23:53:03.745 INFO STEP 919 (remove_files) COMPLETE
86022026-09-02T23:53:04.868Z[ recovery-image] Sep 02 23:53:03.745 INFO O| Sep 02 23:53:03.745 INFO STEP 920: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86032026-09-02T23:53:04.876Z[ recovery-image] Sep 02 23:53:03.754 INFO O| Sep 02 23:53:03.754 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valgid"
86042026-09-02T23:53:04.876Z[ recovery-image] Sep 02 23:53:03.754 INFO O| Sep 02 23:53:03.754 INFO STEP 920 (remove_files) COMPLETE
86052026-09-02T23:53:04.879Z[ recovery-image] Sep 02 23:53:03.754 INFO O| Sep 02 23:53:03.754 INFO STEP 921: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86062026-09-02T23:53:04.885Z[ recovery-image] Sep 02 23:53:03.762 INFO O| Sep 02 23:53:03.762 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valint"
86072026-09-02T23:53:04.885Z[ recovery-image] Sep 02 23:53:03.763 INFO O| Sep 02 23:53:03.763 INFO STEP 921 (remove_files) COMPLETE
86082026-09-02T23:53:04.888Z[ recovery-image] Sep 02 23:53:03.763 INFO O| Sep 02 23:53:03.763 INFO STEP 922: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86092026-09-02T23:53:04.894Z[ recovery-image] Sep 02 23:53:03.771 INFO O| Sep 02 23:53:03.771 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valpath"
86102026-09-02T23:53:04.894Z[ recovery-image] Sep 02 23:53:03.771 INFO O| Sep 02 23:53:03.771 INFO STEP 922 (remove_files) COMPLETE
86112026-09-02T23:53:04.894Z[ recovery-image] Sep 02 23:53:03.771 INFO O| Sep 02 23:53:03.771 INFO STEP 923: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86122026-09-02T23:53:04.902Z[ recovery-image] Sep 02 23:53:03.780 INFO O| Sep 02 23:53:03.780 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valrange"
86132026-09-02T23:53:04.905Z[ recovery-image] Sep 02 23:53:03.780 INFO O| Sep 02 23:53:03.780 INFO STEP 923 (remove_files) COMPLETE
86142026-09-02T23:53:04.905Z[ recovery-image] Sep 02 23:53:03.780 INFO O| Sep 02 23:53:03.780 INFO STEP 924: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86152026-09-02T23:53:04.911Z[ recovery-image] Sep 02 23:53:03.789 INFO O| Sep 02 23:53:03.789 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valstr"
86162026-09-02T23:53:04.911Z[ recovery-image] Sep 02 23:53:03.789 INFO O| Sep 02 23:53:03.789 INFO STEP 924 (remove_files) COMPLETE
86172026-09-02T23:53:04.911Z[ recovery-image] Sep 02 23:53:03.789 INFO O| Sep 02 23:53:03.789 INFO STEP 925: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86182026-09-02T23:53:04.922Z[ recovery-image] Sep 02 23:53:03.799 INFO O| Sep 02 23:53:03.799 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valtime"
86192026-09-02T23:53:04.922Z[ recovery-image] Sep 02 23:53:03.799 INFO O| Sep 02 23:53:03.799 INFO STEP 925 (remove_files) COMPLETE
86202026-09-02T23:53:04.922Z[ recovery-image] Sep 02 23:53:03.799 INFO O| Sep 02 23:53:03.799 INFO STEP 926: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86212026-09-02T23:53:04.932Z[ recovery-image] Sep 02 23:53:03.810 INFO O| Sep 02 23:53:03.810 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valuid"
86222026-09-02T23:53:04.932Z[ recovery-image] Sep 02 23:53:03.810 INFO O| Sep 02 23:53:03.810 INFO STEP 926 (remove_files) COMPLETE
86232026-09-02T23:53:04.932Z[ recovery-image] Sep 02 23:53:03.810 INFO O| Sep 02 23:53:03.810 INFO STEP 927: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86242026-09-02T23:53:04.944Z[ recovery-image] Sep 02 23:53:03.821 INFO O| Sep 02 23:53:03.821 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valyorn"
86252026-09-02T23:53:04.944Z[ recovery-image] Sep 02 23:53:03.821 INFO O| Sep 02 23:53:03.821 INFO STEP 927 (remove_files) COMPLETE
86262026-09-02T23:53:04.944Z[ recovery-image] Sep 02 23:53:03.821 INFO O| Sep 02 23:53:03.821 INFO STEP 928: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86272026-09-02T23:53:04.954Z[ recovery-image] Sep 02 23:53:03.832 INFO O| Sep 02 23:53:03.831 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkginstall"
86282026-09-02T23:53:04.954Z[ recovery-image] Sep 02 23:53:03.832 INFO O| Sep 02 23:53:03.832 INFO STEP 928 (remove_files) COMPLETE
86292026-09-02T23:53:04.954Z[ recovery-image] Sep 02 23:53:03.832 INFO O| Sep 02 23:53:03.832 INFO STEP 929: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86302026-09-02T23:53:04.968Z[ recovery-image] Sep 02 23:53:03.844 INFO O| Sep 02 23:53:03.844 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgname"
86312026-09-02T23:53:04.968Z[ recovery-image] Sep 02 23:53:03.844 INFO O| Sep 02 23:53:03.844 INFO STEP 929 (remove_files) COMPLETE
86322026-09-02T23:53:04.968Z[ recovery-image] Sep 02 23:53:03.844 INFO O| Sep 02 23:53:03.844 INFO STEP 930: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86332026-09-02T23:53:04.976Z[ recovery-image] Sep 02 23:53:03.853 INFO O| Sep 02 23:53:03.853 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgremove"
86342026-09-02T23:53:04.976Z[ recovery-image] Sep 02 23:53:03.853 INFO O| Sep 02 23:53:03.853 INFO STEP 930 (remove_files) COMPLETE
86352026-09-02T23:53:04.976Z[ recovery-image] Sep 02 23:53:03.853 INFO O| Sep 02 23:53:03.853 INFO STEP 931: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86362026-09-02T23:53:04.987Z[ recovery-image] Sep 02 23:53:03.865 INFO O| Sep 02 23:53:03.864 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgserv"
86372026-09-02T23:53:04.987Z[ recovery-image] Sep 02 23:53:03.865 INFO O| Sep 02 23:53:03.865 INFO STEP 931 (remove_files) COMPLETE
86382026-09-02T23:53:04.990Z[ recovery-image] Sep 02 23:53:03.865 INFO O| Sep 02 23:53:03.865 INFO STEP 932: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86392026-09-02T23:53:04.995Z[verify-libraries] Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
86402026-09-02T23:53:04.999Z[ recovery-image] Sep 02 23:53:03.876 INFO O| Sep 02 23:53:03.875 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/miniroot.db"
86412026-09-02T23:53:04.999Z[ recovery-image] Sep 02 23:53:03.876 INFO O| Sep 02 23:53:03.876 INFO STEP 932 (remove_files) COMPLETE
86422026-09-02T23:53:04.999Z[ recovery-image] Sep 02 23:53:03.876 INFO O| Sep 02 23:53:03.876 INFO STEP 933: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86432026-09-02T23:53:05.008Z[ recovery-image] Sep 02 23:53:03.886 INFO O| Sep 02 23:53:03.885 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/scripts/i.preserve"
86442026-09-02T23:53:05.008Z[ recovery-image] Sep 02 23:53:03.886 INFO O| Sep 02 23:53:03.886 INFO STEP 933 (remove_files) COMPLETE
86452026-09-02T23:53:05.011Z[ recovery-image] Sep 02 23:53:03.886 INFO O| Sep 02 23:53:03.886 INFO STEP 934: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86462026-09-02T23:53:05.017Z[ recovery-image] Sep 02 23:53:03.895 INFO O| Sep 02 23:53:03.895 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/ugdates"
86472026-09-02T23:53:05.024Z[ recovery-image] Sep 02 23:53:03.896 INFO O| Sep 02 23:53:03.896 INFO STEP 934 (remove_files) COMPLETE
86482026-09-02T23:53:05.024Z[ recovery-image] Sep 02 23:53:03.896 INFO O| Sep 02 23:53:03.896 INFO STEP 935: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86492026-09-02T23:53:05.030Z[ recovery-image] Sep 02 23:53:03.907 INFO O| Sep 02 23:53:03.907 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/6to4relay"
86502026-09-02T23:53:05.033Z[ recovery-image] Sep 02 23:53:03.907 INFO O| Sep 02 23:53:03.907 INFO STEP 935 (remove_files) COMPLETE
86512026-09-02T23:53:05.033Z[ recovery-image] Sep 02 23:53:03.907 INFO O| Sep 02 23:53:03.907 INFO STEP 936: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86522026-09-02T23:53:05.041Z[ recovery-image] Sep 02 23:53:03.918 INFO O| Sep 02 23:53:03.918 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acctadm"
86532026-09-02T23:53:05.044Z[ recovery-image] Sep 02 23:53:03.918 INFO O| Sep 02 23:53:03.918 INFO STEP 936 (remove_files) COMPLETE
86542026-09-02T23:53:05.044Z[ recovery-image] Sep 02 23:53:03.918 INFO O| Sep 02 23:53:03.918 INFO STEP 937: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86552026-09-02T23:53:05.051Z[ recovery-image] Sep 02 23:53:03.929 INFO O| Sep 02 23:53:03.929 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acpidump"
86562026-09-02T23:53:05.051Z[ recovery-image] Sep 02 23:53:03.929 INFO O| Sep 02 23:53:03.929 INFO STEP 937 (remove_files) COMPLETE
86572026-09-02T23:53:05.051Z[ recovery-image] Sep 02 23:53:03.929 INFO O| Sep 02 23:53:03.929 INFO STEP 938: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86582026-09-02T23:53:05.061Z[ recovery-image] Sep 02 23:53:03.938 INFO O| Sep 02 23:53:03.938 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acpixtract"
86592026-09-02T23:53:05.061Z[ recovery-image] Sep 02 23:53:03.939 INFO O| Sep 02 23:53:03.938 INFO STEP 938 (remove_files) COMPLETE
86602026-09-02T23:53:05.061Z[ recovery-image] Sep 02 23:53:03.939 INFO O| Sep 02 23:53:03.939 INFO STEP 939: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86612026-09-02T23:53:05.071Z[ recovery-image] Sep 02 23:53:03.948 INFO O| Sep 02 23:53:03.948 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/add_drv"
86622026-09-02T23:53:05.071Z[ recovery-image] Sep 02 23:53:03.948 INFO O| Sep 02 23:53:03.948 INFO STEP 939 (remove_files) COMPLETE
86632026-09-02T23:53:05.071Z[ recovery-image] Sep 02 23:53:03.948 INFO O| Sep 02 23:53:03.948 INFO STEP 940: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86642026-09-02T23:53:05.078Z[ recovery-image] Sep 02 23:53:03.956 INFO O| Sep 02 23:53:03.956 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/allocate"
86652026-09-02T23:53:05.078Z[ recovery-image] Sep 02 23:53:03.956 INFO O| Sep 02 23:53:03.956 INFO STEP 940 (remove_files) COMPLETE
86662026-09-02T23:53:05.082Z[ recovery-image] Sep 02 23:53:03.956 INFO O| Sep 02 23:53:03.956 INFO STEP 941: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86672026-09-02T23:53:05.087Z[ recovery-image] Sep 02 23:53:03.965 INFO O| Sep 02 23:53:03.965 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/intrstat"
86682026-09-02T23:53:05.090Z[ recovery-image] Sep 02 23:53:03.965 INFO O| Sep 02 23:53:03.965 INFO STEP 941 (remove_files) COMPLETE
86692026-09-02T23:53:05.090Z[ recovery-image] Sep 02 23:53:03.965 INFO O| Sep 02 23:53:03.965 INFO STEP 942: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86702026-09-02T23:53:05.097Z[ recovery-image] Sep 02 23:53:03.975 INFO O| Sep 02 23:53:03.975 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/lockstat"
86712026-09-02T23:53:05.097Z[ recovery-image] Sep 02 23:53:03.975 INFO O| Sep 02 23:53:03.975 INFO STEP 942 (remove_files) COMPLETE
86722026-09-02T23:53:05.100Z[ recovery-image] Sep 02 23:53:03.975 INFO O| Sep 02 23:53:03.975 INFO STEP 943: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86732026-09-02T23:53:05.106Z[ recovery-image] Sep 02 23:53:03.984 INFO O| Sep 02 23:53:03.984 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/plockstat"
86742026-09-02T23:53:05.106Z[ recovery-image] Sep 02 23:53:03.984 INFO O| Sep 02 23:53:03.984 INFO STEP 943 (remove_files) COMPLETE
86752026-09-02T23:53:05.109Z[ recovery-image] Sep 02 23:53:03.984 INFO O| Sep 02 23:53:03.984 INFO STEP 944: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86762026-09-02T23:53:05.117Z[ recovery-image] Sep 02 23:53:03.994 INFO O| Sep 02 23:53:03.994 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/arp"
86772026-09-02T23:53:05.117Z[ recovery-image] Sep 02 23:53:03.994 INFO O| Sep 02 23:53:03.994 INFO STEP 944 (remove_files) COMPLETE
86782026-09-02T23:53:05.120Z[ recovery-image] Sep 02 23:53:03.994 INFO O| Sep 02 23:53:03.994 INFO STEP 945: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86792026-09-02T23:53:05.131Z[ recovery-image] Sep 02 23:53:04.005 INFO O| Sep 02 23:53:04.005 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/audit"
86802026-09-02T23:53:05.132Z[ recovery-image] Sep 02 23:53:04.005 INFO O| Sep 02 23:53:04.005 INFO STEP 945 (remove_files) COMPLETE
86812026-09-02T23:53:05.132Z[ recovery-image] Sep 02 23:53:04.005 INFO O| Sep 02 23:53:04.005 INFO STEP 946: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86822026-09-02T23:53:05.138Z[ recovery-image] Sep 02 23:53:04.016 INFO O| Sep 02 23:53:04.016 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditconfig"
86832026-09-02T23:53:05.138Z[ recovery-image] Sep 02 23:53:04.016 INFO O| Sep 02 23:53:04.016 INFO STEP 946 (remove_files) COMPLETE
86842026-09-02T23:53:05.141Z[ recovery-image] Sep 02 23:53:04.016 INFO O| Sep 02 23:53:04.016 INFO STEP 947: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86852026-09-02T23:53:05.148Z[ recovery-image] Sep 02 23:53:04.026 INFO O| Sep 02 23:53:04.026 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditd"
86862026-09-02T23:53:05.148Z[ recovery-image] Sep 02 23:53:04.026 INFO O| Sep 02 23:53:04.026 INFO STEP 947 (remove_files) COMPLETE
86872026-09-02T23:53:05.148Z[ recovery-image] Sep 02 23:53:04.026 INFO O| Sep 02 23:53:04.026 INFO STEP 948: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86882026-09-02T23:53:05.164Z[ recovery-image] Sep 02 23:53:04.042 INFO O| Sep 02 23:53:04.042 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditrecord"
86892026-09-02T23:53:05.164Z[ recovery-image] Sep 02 23:53:04.042 INFO O| Sep 02 23:53:04.042 INFO STEP 948 (remove_files) COMPLETE
86902026-09-02T23:53:05.164Z[ recovery-image] Sep 02 23:53:04.042 INFO O| Sep 02 23:53:04.042 INFO STEP 949: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86912026-09-02T23:53:05.175Z[ recovery-image] Sep 02 23:53:04.052 INFO O| Sep 02 23:53:04.052 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditreduce"
86922026-09-02T23:53:05.175Z[ recovery-image] Sep 02 23:53:04.052 INFO O| Sep 02 23:53:04.052 INFO STEP 949 (remove_files) COMPLETE
86932026-09-02T23:53:05.175Z[ recovery-image] Sep 02 23:53:04.052 INFO O| Sep 02 23:53:04.052 INFO STEP 950: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86942026-09-02T23:53:05.184Z[ recovery-image] Sep 02 23:53:04.062 INFO O| Sep 02 23:53:04.062 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditstat"
86952026-09-02T23:53:05.185Z[ recovery-image] Sep 02 23:53:04.062 INFO O| Sep 02 23:53:04.062 INFO STEP 950 (remove_files) COMPLETE
86962026-09-02T23:53:05.185Z[ recovery-image] Sep 02 23:53:04.062 INFO O| Sep 02 23:53:04.062 INFO STEP 951: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86972026-09-02T23:53:05.195Z[ recovery-image] Sep 02 23:53:04.073 INFO O| Sep 02 23:53:04.073 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/audlinks"
86982026-09-02T23:53:05.195Z[ recovery-image] Sep 02 23:53:04.073 INFO O| Sep 02 23:53:04.073 INFO STEP 951 (remove_files) COMPLETE
86992026-09-02T23:53:05.195Z[ recovery-image] Sep 02 23:53:04.073 INFO O| Sep 02 23:53:04.073 INFO STEP 952: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87002026-09-02T23:53:05.207Z[ recovery-image] Sep 02 23:53:04.083 INFO O| Sep 02 23:53:04.083 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bhyve"
87012026-09-02T23:53:05.207Z[ recovery-image] Sep 02 23:53:04.084 INFO O| Sep 02 23:53:04.083 INFO STEP 952 (remove_files) COMPLETE
87022026-09-02T23:53:05.207Z[ recovery-image] Sep 02 23:53:04.084 INFO O| Sep 02 23:53:04.084 INFO STEP 953: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87032026-09-02T23:53:05.217Z[ recovery-image] Sep 02 23:53:04.095 INFO O| Sep 02 23:53:04.095 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bhyvectl"
87042026-09-02T23:53:05.217Z[ recovery-image] Sep 02 23:53:04.095 INFO O| Sep 02 23:53:04.095 INFO STEP 953 (remove_files) COMPLETE
87052026-09-02T23:53:05.220Z[ recovery-image] Sep 02 23:53:04.095 INFO O| Sep 02 23:53:04.095 INFO STEP 954: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87062026-09-02T23:53:05.227Z[ recovery-image] Sep 02 23:53:04.104 INFO O| Sep 02 23:53:04.104 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/cfgadm"
87072026-09-02T23:53:05.227Z[ recovery-image] Sep 02 23:53:04.105 INFO O| Sep 02 23:53:04.104 INFO STEP 954 (remove_files) COMPLETE
87082026-09-02T23:53:05.227Z[ recovery-image] Sep 02 23:53:04.105 INFO O| Sep 02 23:53:04.104 INFO STEP 955: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87092026-09-02T23:53:05.237Z[ recovery-image] Sep 02 23:53:04.115 INFO O| Sep 02 23:53:04.115 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/chronyd"
87102026-09-02T23:53:05.238Z[ recovery-image] Sep 02 23:53:04.115 INFO O| Sep 02 23:53:04.115 INFO STEP 955 (remove_files) COMPLETE
87112026-09-02T23:53:05.238Z[ recovery-image] Sep 02 23:53:04.115 INFO O| Sep 02 23:53:04.115 INFO STEP 956: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87122026-09-02T23:53:05.249Z[ recovery-image] Sep 02 23:53:04.127 INFO O| Sep 02 23:53:04.127 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/chroot"
87132026-09-02T23:53:05.249Z[ recovery-image] Sep 02 23:53:04.127 INFO O| Sep 02 23:53:04.127 INFO STEP 956 (remove_files) COMPLETE
87142026-09-02T23:53:05.252Z[ recovery-image] Sep 02 23:53:04.127 INFO O| Sep 02 23:53:04.127 INFO STEP 957: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87152026-09-02T23:53:05.259Z[ recovery-image] Sep 02 23:53:04.137 INFO O| Sep 02 23:53:04.137 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clear_locks"
87162026-09-02T23:53:05.259Z[ recovery-image] Sep 02 23:53:04.137 INFO O| Sep 02 23:53:04.137 INFO STEP 957 (remove_files) COMPLETE
87172026-09-02T23:53:05.259Z[ recovery-image] Sep 02 23:53:04.137 INFO O| Sep 02 23:53:04.137 INFO STEP 958: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87182026-09-02T23:53:05.270Z[ recovery-image] Sep 02 23:53:04.148 INFO O| Sep 02 23:53:04.148 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clinfo"
87192026-09-02T23:53:05.270Z[ recovery-image] Sep 02 23:53:04.148 INFO O| Sep 02 23:53:04.148 INFO STEP 958 (remove_files) COMPLETE
87202026-09-02T23:53:05.273Z[ recovery-image] Sep 02 23:53:04.148 INFO O| Sep 02 23:53:04.148 INFO STEP 959: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87212026-09-02T23:53:05.281Z[ recovery-image] Sep 02 23:53:04.159 INFO O| Sep 02 23:53:04.159 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clri"
87222026-09-02T23:53:05.281Z[ recovery-image] Sep 02 23:53:04.159 INFO O| Sep 02 23:53:04.159 INFO STEP 959 (remove_files) COMPLETE
87232026-09-02T23:53:05.284Z[ recovery-image] Sep 02 23:53:04.159 INFO O| Sep 02 23:53:04.159 INFO STEP 960: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87242026-09-02T23:53:05.292Z[ recovery-image] Sep 02 23:53:04.169 INFO O| Sep 02 23:53:04.169 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/consadm"
87252026-09-02T23:53:05.292Z[ recovery-image] Sep 02 23:53:04.169 INFO O| Sep 02 23:53:04.169 INFO STEP 960 (remove_files) COMPLETE
87262026-09-02T23:53:05.296Z[ recovery-image] Sep 02 23:53:04.169 INFO O| Sep 02 23:53:04.169 INFO STEP 961: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87272026-09-02T23:53:05.302Z[ recovery-image] Sep 02 23:53:04.180 INFO O| Sep 02 23:53:04.180 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/consadmd"
87282026-09-02T23:53:05.302Z[ recovery-image] Sep 02 23:53:04.180 INFO O| Sep 02 23:53:04.180 INFO STEP 961 (remove_files) COMPLETE
87292026-09-02T23:53:05.302Z[ recovery-image] Sep 02 23:53:04.180 INFO O| Sep 02 23:53:04.180 INFO STEP 962: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87302026-09-02T23:53:05.313Z[ recovery-image] Sep 02 23:53:04.191 INFO O| Sep 02 23:53:04.191 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/deallocate"
87312026-09-02T23:53:05.313Z[ recovery-image] Sep 02 23:53:04.191 INFO O| Sep 02 23:53:04.191 INFO STEP 962 (remove_files) COMPLETE
87322026-09-02T23:53:05.313Z[ recovery-image] Sep 02 23:53:04.191 INFO O| Sep 02 23:53:04.191 INFO STEP 963: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87332026-09-02T23:53:05.324Z[ recovery-image] Sep 02 23:53:04.201 INFO O| Sep 02 23:53:04.201 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/devinfo"
87342026-09-02T23:53:05.324Z[ recovery-image] Sep 02 23:53:04.201 INFO O| Sep 02 23:53:04.201 INFO STEP 963 (remove_files) COMPLETE
87352026-09-02T23:53:05.327Z[ recovery-image] Sep 02 23:53:04.201 INFO O| Sep 02 23:53:04.201 INFO STEP 964: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87362026-09-02T23:53:05.333Z[ recovery-image] Sep 02 23:53:04.210 INFO O| Sep 02 23:53:04.210 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/devlinks"
87372026-09-02T23:53:05.333Z[ recovery-image] Sep 02 23:53:04.211 INFO O| Sep 02 23:53:04.210 INFO STEP 964 (remove_files) COMPLETE
87382026-09-02T23:53:05.333Z[ recovery-image] Sep 02 23:53:04.211 INFO O| Sep 02 23:53:04.210 INFO STEP 965: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87392026-09-02T23:53:05.341Z[ recovery-image] Sep 02 23:53:04.219 INFO O| Sep 02 23:53:04.219 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/df"
87402026-09-02T23:53:05.342Z[ recovery-image] Sep 02 23:53:04.219 INFO O| Sep 02 23:53:04.219 INFO STEP 965 (remove_files) COMPLETE
87412026-09-02T23:53:05.342Z[ recovery-image] Sep 02 23:53:04.219 INFO O| Sep 02 23:53:04.219 INFO STEP 966: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87422026-09-02T23:53:05.350Z[ recovery-image] Sep 02 23:53:04.228 INFO O| Sep 02 23:53:04.228 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dfmounts"
87432026-09-02T23:53:05.350Z[ recovery-image] Sep 02 23:53:04.228 INFO O| Sep 02 23:53:04.228 INFO STEP 966 (remove_files) COMPLETE
87442026-09-02T23:53:05.350Z[ recovery-image] Sep 02 23:53:04.228 INFO O| Sep 02 23:53:04.228 INFO STEP 967: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87452026-09-02T23:53:05.359Z[ recovery-image] Sep 02 23:53:04.237 INFO O| Sep 02 23:53:04.237 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dfshares"
87462026-09-02T23:53:05.363Z[ recovery-image] Sep 02 23:53:04.237 INFO O| Sep 02 23:53:04.237 INFO STEP 967 (remove_files) COMPLETE
87472026-09-02T23:53:05.363Z[ recovery-image] Sep 02 23:53:04.237 INFO O| Sep 02 23:53:04.237 INFO STEP 968: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87482026-09-02T23:53:05.369Z[ recovery-image] Sep 02 23:53:04.246 INFO O| Sep 02 23:53:04.246 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/disks"
87492026-09-02T23:53:05.369Z[ recovery-image] Sep 02 23:53:04.247 INFO O| Sep 02 23:53:04.246 INFO STEP 968 (remove_files) COMPLETE
87502026-09-02T23:53:05.372Z[ recovery-image] Sep 02 23:53:04.247 INFO O| Sep 02 23:53:04.246 INFO STEP 969: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87512026-09-02T23:53:05.380Z[ recovery-image] Sep 02 23:53:04.257 INFO O| Sep 02 23:53:04.257 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dispadmin"
87522026-09-02T23:53:05.380Z[ recovery-image] Sep 02 23:53:04.257 INFO O| Sep 02 23:53:04.257 INFO STEP 969 (remove_files) COMPLETE
87532026-09-02T23:53:05.380Z[ recovery-image] Sep 02 23:53:04.257 INFO O| Sep 02 23:53:04.257 INFO STEP 970: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87542026-09-02T23:53:05.391Z[ recovery-image] Sep 02 23:53:04.268 INFO O| Sep 02 23:53:04.268 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dminfo"
87552026-09-02T23:53:05.391Z[ recovery-image] Sep 02 23:53:04.269 INFO O| Sep 02 23:53:04.268 INFO STEP 970 (remove_files) COMPLETE
87562026-09-02T23:53:05.394Z[ recovery-image] Sep 02 23:53:04.269 INFO O| Sep 02 23:53:04.268 INFO STEP 971: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87572026-09-02T23:53:05.403Z[ recovery-image] Sep 02 23:53:04.280 INFO O| Sep 02 23:53:04.280 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/drvconfig"
87582026-09-02T23:53:05.403Z[ recovery-image] Sep 02 23:53:04.280 INFO O| Sep 02 23:53:04.280 INFO STEP 971 (remove_files) COMPLETE
87592026-09-02T23:53:05.406Z[ recovery-image] Sep 02 23:53:04.280 INFO O| Sep 02 23:53:04.280 INFO STEP 972: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87602026-09-02T23:53:05.414Z[ recovery-image] Sep 02 23:53:04.291 INFO O| Sep 02 23:53:04.291 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/eeprom"
87612026-09-02T23:53:05.415Z[ recovery-image] Sep 02 23:53:04.291 INFO O| Sep 02 23:53:04.291 INFO STEP 972 (remove_files) COMPLETE
87622026-09-02T23:53:05.415Z[ recovery-image] Sep 02 23:53:04.291 INFO O| Sep 02 23:53:04.291 INFO STEP 973: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87632026-09-02T23:53:05.423Z[ recovery-image] Sep 02 23:53:04.301 INFO O| Sep 02 23:53:04.300 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ff"
87642026-09-02T23:53:05.423Z[ recovery-image] Sep 02 23:53:04.301 INFO O| Sep 02 23:53:04.301 INFO STEP 973 (remove_files) COMPLETE
87652026-09-02T23:53:05.426Z[ recovery-image] Sep 02 23:53:04.301 INFO O| Sep 02 23:53:04.301 INFO STEP 974: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87662026-09-02T23:53:05.436Z[ recovery-image] Sep 02 23:53:04.314 INFO O| Sep 02 23:53:04.314 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmadm"
87672026-09-02T23:53:05.436Z[ recovery-image] Sep 02 23:53:04.314 INFO O| Sep 02 23:53:04.314 INFO STEP 974 (remove_files) COMPLETE
87682026-09-02T23:53:05.436Z[ recovery-image] Sep 02 23:53:04.314 INFO O| Sep 02 23:53:04.314 INFO STEP 975: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87692026-09-02T23:53:05.448Z[ recovery-image] Sep 02 23:53:04.325 INFO O| Sep 02 23:53:04.325 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmdump"
87702026-09-02T23:53:05.448Z[ recovery-image] Sep 02 23:53:04.325 INFO O| Sep 02 23:53:04.325 INFO STEP 975 (remove_files) COMPLETE
87712026-09-02T23:53:05.448Z[ recovery-image] Sep 02 23:53:04.325 INFO O| Sep 02 23:53:04.325 INFO STEP 976: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87722026-09-02T23:53:05.458Z[ recovery-image] Sep 02 23:53:04.336 INFO O| Sep 02 23:53:04.336 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmstat"
87732026-09-02T23:53:05.463Z[ recovery-image] Sep 02 23:53:04.337 INFO O| Sep 02 23:53:04.337 INFO STEP 976 (remove_files) COMPLETE
87742026-09-02T23:53:05.463Z[ recovery-image] Sep 02 23:53:04.337 INFO O| Sep 02 23:53:04.337 INFO STEP 977: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87752026-09-02T23:53:05.470Z[ recovery-image] Sep 02 23:53:04.348 INFO O| Sep 02 23:53:04.348 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmthard"
87762026-09-02T23:53:05.470Z[ recovery-image] Sep 02 23:53:04.348 INFO O| Sep 02 23:53:04.348 INFO STEP 977 (remove_files) COMPLETE
87772026-09-02T23:53:05.470Z[ recovery-image] Sep 02 23:53:04.348 INFO O| Sep 02 23:53:04.348 INFO STEP 978: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87782026-09-02T23:53:05.480Z[ recovery-image] Sep 02 23:53:04.358 INFO O| Sep 02 23:53:04.358 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/format"
87792026-09-02T23:53:05.480Z[ recovery-image] Sep 02 23:53:04.358 INFO O| Sep 02 23:53:04.358 INFO STEP 978 (remove_files) COMPLETE
87802026-09-02T23:53:05.480Z[ recovery-image] Sep 02 23:53:04.358 INFO O| Sep 02 23:53:04.358 INFO STEP 979: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87812026-09-02T23:53:05.491Z[ recovery-image] Sep 02 23:53:04.368 INFO O| Sep 02 23:53:04.368 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fsck"
87822026-09-02T23:53:05.491Z[ recovery-image] Sep 02 23:53:04.368 INFO O| Sep 02 23:53:04.368 INFO STEP 979 (remove_files) COMPLETE
87832026-09-02T23:53:05.491Z[ recovery-image] Sep 02 23:53:04.368 INFO O| Sep 02 23:53:04.368 INFO STEP 980: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87842026-09-02T23:53:05.502Z[ recovery-image] Sep 02 23:53:04.379 INFO O| Sep 02 23:53:04.379 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fuser"
87852026-09-02T23:53:05.502Z[ recovery-image] Sep 02 23:53:04.379 INFO O| Sep 02 23:53:04.379 INFO STEP 980 (remove_files) COMPLETE
87862026-09-02T23:53:05.502Z[ recovery-image] Sep 02 23:53:04.379 INFO O| Sep 02 23:53:04.379 INFO STEP 981: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87872026-09-02T23:53:05.510Z[ recovery-image] Sep 02 23:53:04.388 INFO O| Sep 02 23:53:04.388 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/getdevpolicy"
87882026-09-02T23:53:05.511Z[ recovery-image] Sep 02 23:53:04.388 INFO O| Sep 02 23:53:04.388 INFO STEP 981 (remove_files) COMPLETE
87892026-09-02T23:53:05.514Z[ recovery-image] Sep 02 23:53:04.388 INFO O| Sep 02 23:53:04.388 INFO STEP 982: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87902026-09-02T23:53:05.519Z[ recovery-image] Sep 02 23:53:04.397 INFO O| Sep 02 23:53:04.397 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/getmajor"
87912026-09-02T23:53:05.519Z[ recovery-image] Sep 02 23:53:04.397 INFO O| Sep 02 23:53:04.397 INFO STEP 982 (remove_files) COMPLETE
87922026-09-02T23:53:05.520Z[ recovery-image] Sep 02 23:53:04.397 INFO O| Sep 02 23:53:04.397 INFO STEP 983: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87932026-09-02T23:53:05.528Z[ recovery-image] Sep 02 23:53:04.406 INFO O| Sep 02 23:53:04.406 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupadd"
87942026-09-02T23:53:05.528Z[ recovery-image] Sep 02 23:53:04.406 INFO O| Sep 02 23:53:04.406 INFO STEP 983 (remove_files) COMPLETE
87952026-09-02T23:53:05.528Z[ recovery-image] Sep 02 23:53:04.406 INFO O| Sep 02 23:53:04.406 INFO STEP 984: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87962026-09-02T23:53:05.540Z[ recovery-image] Sep 02 23:53:04.417 INFO O| Sep 02 23:53:04.417 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupdel"
87972026-09-02T23:53:05.540Z[ recovery-image] Sep 02 23:53:04.417 INFO O| Sep 02 23:53:04.417 INFO STEP 984 (remove_files) COMPLETE
87982026-09-02T23:53:05.540Z[ recovery-image] Sep 02 23:53:04.417 INFO O| Sep 02 23:53:04.417 INFO STEP 985: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87992026-09-02T23:53:05.552Z[ recovery-image] Sep 02 23:53:04.429 INFO O| Sep 02 23:53:04.429 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupmod"
88002026-09-02T23:53:05.552Z[ recovery-image] Sep 02 23:53:04.430 INFO O| Sep 02 23:53:04.429 INFO STEP 985 (remove_files) COMPLETE
88012026-09-02T23:53:05.555Z[ recovery-image] Sep 02 23:53:04.430 INFO O| Sep 02 23:53:04.429 INFO STEP 986: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88022026-09-02T23:53:05.564Z[ recovery-image] Sep 02 23:53:04.441 INFO O| Sep 02 23:53:04.441 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/growfs"
88032026-09-02T23:53:05.564Z[ recovery-image] Sep 02 23:53:04.441 INFO O| Sep 02 23:53:04.441 INFO STEP 986 (remove_files) COMPLETE
88042026-09-02T23:53:05.564Z[ recovery-image] Sep 02 23:53:04.441 INFO O| Sep 02 23:53:04.441 INFO STEP 987: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88052026-09-02T23:53:05.574Z[ recovery-image] Sep 02 23:53:04.452 INFO O| Sep 02 23:53:04.452 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/grpck"
88062026-09-02T23:53:05.574Z[ recovery-image] Sep 02 23:53:04.452 INFO O| Sep 02 23:53:04.452 INFO STEP 987 (remove_files) COMPLETE
88072026-09-02T23:53:05.575Z[ recovery-image] Sep 02 23:53:04.452 INFO O| Sep 02 23:53:04.452 INFO STEP 988: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88082026-09-02T23:53:05.585Z[ recovery-image] Sep 02 23:53:04.463 INFO O| Sep 02 23:53:04.463 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/gsscred"
88092026-09-02T23:53:05.585Z[ recovery-image] Sep 02 23:53:04.463 INFO O| Sep 02 23:53:04.463 INFO STEP 988 (remove_files) COMPLETE
88102026-09-02T23:53:05.585Z[ recovery-image] Sep 02 23:53:04.463 INFO O| Sep 02 23:53:04.463 INFO STEP 989: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88112026-09-02T23:53:05.595Z[ recovery-image] Sep 02 23:53:04.473 INFO O| Sep 02 23:53:04.473 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/halt"
88122026-09-02T23:53:05.595Z[ recovery-image] Sep 02 23:53:04.473 INFO O| Sep 02 23:53:04.473 INFO STEP 989 (remove_files) COMPLETE
88132026-09-02T23:53:05.595Z[ recovery-image] Sep 02 23:53:04.473 INFO O| Sep 02 23:53:04.473 INFO STEP 990: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88142026-09-02T23:53:05.606Z[ recovery-image] Sep 02 23:53:04.483 INFO O| Sep 02 23:53:04.483 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/hotplug"
88152026-09-02T23:53:05.606Z[ recovery-image] Sep 02 23:53:04.483 INFO O| Sep 02 23:53:04.483 INFO STEP 990 (remove_files) COMPLETE
88162026-09-02T23:53:05.606Z[ recovery-image] Sep 02 23:53:04.483 INFO O| Sep 02 23:53:04.483 INFO STEP 991: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88172026-09-02T23:53:05.615Z[ recovery-image] Sep 02 23:53:04.492 INFO O| Sep 02 23:53:04.492 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/iasl"
88182026-09-02T23:53:05.615Z[ recovery-image] Sep 02 23:53:04.492 INFO O| Sep 02 23:53:04.492 INFO STEP 991 (remove_files) COMPLETE
88192026-09-02T23:53:05.615Z[ recovery-image] Sep 02 23:53:04.492 INFO O| Sep 02 23:53:04.492 INFO STEP 992: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88202026-09-02T23:53:05.624Z[ recovery-image] Sep 02 23:53:04.502 INFO O| Sep 02 23:53:04.502 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/idmap"
88212026-09-02T23:53:05.624Z[ recovery-image] Sep 02 23:53:04.502 INFO O| Sep 02 23:53:04.502 INFO STEP 992 (remove_files) COMPLETE
88222026-09-02T23:53:05.627Z[ recovery-image] Sep 02 23:53:04.502 INFO O| Sep 02 23:53:04.502 INFO STEP 993: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88232026-09-02T23:53:05.633Z[verify-libraries] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
88242026-09-02T23:53:05.636Z[ recovery-image] Sep 02 23:53:04.512 INFO O| Sep 02 23:53:04.512 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/if_mpadm"
88252026-09-02T23:53:05.636Z[ recovery-image] Sep 02 23:53:04.512 INFO O| Sep 02 23:53:04.512 INFO STEP 993 (remove_files) COMPLETE
88262026-09-02T23:53:05.636Z[ recovery-image] Sep 02 23:53:04.512 INFO O| Sep 02 23:53:04.512 INFO STEP 994: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88272026-09-02T23:53:05.645Z[ recovery-image] Sep 02 23:53:04.523 INFO O| Sep 02 23:53:04.522 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ikeadm"
88282026-09-02T23:53:05.645Z[ recovery-image] Sep 02 23:53:04.523 INFO O| Sep 02 23:53:04.523 INFO STEP 994 (remove_files) COMPLETE
88292026-09-02T23:53:05.648Z[ recovery-image] Sep 02 23:53:04.523 INFO O| Sep 02 23:53:04.523 INFO STEP 995: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88302026-09-02T23:53:05.655Z[ recovery-image] Sep 02 23:53:04.533 INFO O| Sep 02 23:53:04.533 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ikecert"
88312026-09-02T23:53:05.656Z[ recovery-image] Sep 02 23:53:04.533 INFO O| Sep 02 23:53:04.533 INFO STEP 995 (remove_files) COMPLETE
88322026-09-02T23:53:05.656Z[ recovery-image] Sep 02 23:53:04.533 INFO O| Sep 02 23:53:04.533 INFO STEP 996: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88332026-09-02T23:53:05.665Z[ recovery-image] Sep 02 23:53:04.543 INFO O| Sep 02 23:53:04.543 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/in.rdisc"
88342026-09-02T23:53:05.665Z[ recovery-image] Sep 02 23:53:04.543 INFO O| Sep 02 23:53:04.543 INFO STEP 996 (remove_files) COMPLETE
88352026-09-02T23:53:05.665Z[ recovery-image] Sep 02 23:53:04.543 INFO O| Sep 02 23:53:04.543 INFO STEP 997: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88362026-09-02T23:53:05.676Z[ recovery-image] Sep 02 23:53:04.553 INFO O| Sep 02 23:53:04.553 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/in.routed"
88372026-09-02T23:53:05.676Z[ recovery-image] Sep 02 23:53:04.554 INFO O| Sep 02 23:53:04.554 INFO STEP 997 (remove_files) COMPLETE
88382026-09-02T23:53:05.676Z[ recovery-image] Sep 02 23:53:04.554 INFO O| Sep 02 23:53:04.554 INFO STEP 998: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88392026-09-02T23:53:05.688Z[ recovery-image] Sep 02 23:53:04.565 INFO O| Sep 02 23:53:04.565 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/inetadm"
88402026-09-02T23:53:05.688Z[ recovery-image] Sep 02 23:53:04.566 INFO O| Sep 02 23:53:04.565 INFO STEP 998 (remove_files) COMPLETE
88412026-09-02T23:53:05.691Z[ recovery-image] Sep 02 23:53:04.566 INFO O| Sep 02 23:53:04.565 INFO STEP 999: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88422026-09-02T23:53:05.699Z[ recovery-image] Sep 02 23:53:04.577 INFO O| Sep 02 23:53:04.577 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/inetconv"
88432026-09-02T23:53:05.699Z[ recovery-image] Sep 02 23:53:04.577 INFO O| Sep 02 23:53:04.577 INFO STEP 999 (remove_files) COMPLETE
88442026-09-02T23:53:05.702Z[ recovery-image] Sep 02 23:53:04.577 INFO O| Sep 02 23:53:04.577 INFO STEP 1000: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88452026-09-02T23:53:05.710Z[ recovery-image] Sep 02 23:53:04.588 INFO O| Sep 02 23:53:04.588 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/install"
88462026-09-02T23:53:05.710Z[ recovery-image] Sep 02 23:53:04.588 INFO O| Sep 02 23:53:04.588 INFO STEP 1000 (remove_files) COMPLETE
88472026-09-02T23:53:05.710Z[ recovery-image] Sep 02 23:53:04.588 INFO O| Sep 02 23:53:04.588 INFO STEP 1001: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88482026-09-02T23:53:05.720Z[ recovery-image] Sep 02 23:53:04.598 INFO O| Sep 02 23:53:04.598 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/installboot"
88492026-09-02T23:53:05.720Z[ recovery-image] Sep 02 23:53:04.598 INFO O| Sep 02 23:53:04.598 INFO STEP 1001 (remove_files) COMPLETE
88502026-09-02T23:53:05.720Z[ recovery-image] Sep 02 23:53:04.598 INFO O| Sep 02 23:53:04.598 INFO STEP 1002: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88512026-09-02T23:53:05.730Z[ recovery-image] Sep 02 23:53:04.608 INFO O| Sep 02 23:53:04.608 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/installf"
88522026-09-02T23:53:05.731Z[ recovery-image] Sep 02 23:53:04.608 INFO O| Sep 02 23:53:04.608 INFO STEP 1002 (remove_files) COMPLETE
88532026-09-02T23:53:05.731Z[ recovery-image] Sep 02 23:53:04.608 INFO O| Sep 02 23:53:04.608 INFO STEP 1003: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88542026-09-02T23:53:05.741Z[ recovery-image] Sep 02 23:53:04.619 INFO O| Sep 02 23:53:04.619 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/intrstat"
88552026-09-02T23:53:05.741Z[ recovery-image] Sep 02 23:53:04.619 INFO O| Sep 02 23:53:04.619 INFO STEP 1003 (remove_files) COMPLETE
88562026-09-02T23:53:05.744Z[ recovery-image] Sep 02 23:53:04.619 INFO O| Sep 02 23:53:04.619 INFO STEP 1004: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88572026-09-02T23:53:05.752Z[ recovery-image] Sep 02 23:53:04.630 INFO O| Sep 02 23:53:04.630 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipsecalgs"
88582026-09-02T23:53:05.752Z[ recovery-image] Sep 02 23:53:04.630 INFO O| Sep 02 23:53:04.630 INFO STEP 1004 (remove_files) COMPLETE
88592026-09-02T23:53:05.755Z[ recovery-image] Sep 02 23:53:04.630 INFO O| Sep 02 23:53:04.630 INFO STEP 1005: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88602026-09-02T23:53:05.763Z[ recovery-image] Sep 02 23:53:04.641 INFO O| Sep 02 23:53:04.641 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipsecconf"
88612026-09-02T23:53:05.763Z[ recovery-image] Sep 02 23:53:04.641 INFO O| Sep 02 23:53:04.641 INFO STEP 1005 (remove_files) COMPLETE
88622026-09-02T23:53:05.766Z[ recovery-image] Sep 02 23:53:04.641 INFO O| Sep 02 23:53:04.641 INFO STEP 1006: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88632026-09-02T23:53:05.775Z[ recovery-image] Sep 02 23:53:04.652 INFO O| Sep 02 23:53:04.652 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipseckey"
88642026-09-02T23:53:05.775Z[ recovery-image] Sep 02 23:53:04.653 INFO O| Sep 02 23:53:04.653 INFO STEP 1006 (remove_files) COMPLETE
88652026-09-02T23:53:05.775Z[ recovery-image] Sep 02 23:53:04.653 INFO O| Sep 02 23:53:04.653 INFO STEP 1007: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88662026-09-02T23:53:05.786Z[ recovery-image] Sep 02 23:53:04.664 INFO O| Sep 02 23:53:04.664 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/keyserv"
88672026-09-02T23:53:05.786Z[ recovery-image] Sep 02 23:53:04.664 INFO O| Sep 02 23:53:04.664 INFO STEP 1007 (remove_files) COMPLETE
88682026-09-02T23:53:05.786Z[ recovery-image] Sep 02 23:53:04.664 INFO O| Sep 02 23:53:04.664 INFO STEP 1008: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88692026-09-02T23:53:05.797Z[ recovery-image] Sep 02 23:53:04.675 INFO O| Sep 02 23:53:04.675 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/killall"
88702026-09-02T23:53:05.797Z[ recovery-image] Sep 02 23:53:04.675 INFO O| Sep 02 23:53:04.675 INFO STEP 1008 (remove_files) COMPLETE
88712026-09-02T23:53:05.797Z[ recovery-image] Sep 02 23:53:04.675 INFO O| Sep 02 23:53:04.675 INFO STEP 1009: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88722026-09-02T23:53:05.808Z[ recovery-image] Sep 02 23:53:04.685 INFO O| Sep 02 23:53:04.685 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/link"
88732026-09-02T23:53:05.808Z[ recovery-image] Sep 02 23:53:04.685 INFO O| Sep 02 23:53:04.685 INFO STEP 1009 (remove_files) COMPLETE
88742026-09-02T23:53:05.808Z[ recovery-image] Sep 02 23:53:04.685 INFO O| Sep 02 23:53:04.685 INFO STEP 1010: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88752026-09-02T23:53:05.818Z[ recovery-image] Sep 02 23:53:04.696 INFO O| Sep 02 23:53:04.696 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/list_devices"
88762026-09-02T23:53:05.818Z[ recovery-image] Sep 02 23:53:04.696 INFO O| Sep 02 23:53:04.696 INFO STEP 1010 (remove_files) COMPLETE
88772026-09-02T23:53:05.818Z[ recovery-image] Sep 02 23:53:04.696 INFO O| Sep 02 23:53:04.696 INFO STEP 1011: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88782026-09-02T23:53:05.829Z[ recovery-image] Sep 02 23:53:04.706 INFO O| Sep 02 23:53:04.706 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/locator"
88792026-09-02T23:53:05.829Z[ recovery-image] Sep 02 23:53:04.706 INFO O| Sep 02 23:53:04.706 INFO STEP 1011 (remove_files) COMPLETE
88802026-09-02T23:53:05.832Z[ recovery-image] Sep 02 23:53:04.706 INFO O| Sep 02 23:53:04.706 INFO STEP 1012: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88812026-09-02T23:53:05.839Z[ recovery-image] Sep 02 23:53:04.716 INFO O| Sep 02 23:53:04.716 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/lockstat"
88822026-09-02T23:53:05.839Z[ recovery-image] Sep 02 23:53:04.716 INFO O| Sep 02 23:53:04.716 INFO STEP 1012 (remove_files) COMPLETE
88832026-09-02T23:53:05.839Z[ recovery-image] Sep 02 23:53:04.717 INFO O| Sep 02 23:53:04.716 INFO STEP 1013: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88842026-09-02T23:53:05.847Z[verify-libraries] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
88852026-09-02T23:53:05.850Z[ recovery-image] Sep 02 23:53:04.726 INFO O| Sep 02 23:53:04.726 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/lofiadm"
88862026-09-02T23:53:05.850Z[ recovery-image] Sep 02 23:53:04.727 INFO O| Sep 02 23:53:04.727 INFO STEP 1013 (remove_files) COMPLETE
88872026-09-02T23:53:05.853Z[ recovery-image] Sep 02 23:53:04.727 INFO O| Sep 02 23:53:04.727 INFO STEP 1014: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88882026-09-02T23:53:05.859Z[ recovery-image] Sep 02 23:53:04.737 INFO O| Sep 02 23:53:04.736 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/logadm"
88892026-09-02T23:53:05.859Z[ recovery-image] Sep 02 23:53:04.737 INFO O| Sep 02 23:53:04.737 INFO STEP 1014 (remove_files) COMPLETE
88902026-09-02T23:53:05.859Z[ recovery-image] Sep 02 23:53:04.737 INFO O| Sep 02 23:53:04.737 INFO STEP 1015: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88912026-09-02T23:53:05.869Z[ recovery-image] Sep 02 23:53:04.746 INFO O| Sep 02 23:53:04.746 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/makedbm"
88922026-09-02T23:53:05.869Z[ recovery-image] Sep 02 23:53:04.747 INFO O| Sep 02 23:53:04.746 INFO STEP 1015 (remove_files) COMPLETE
88932026-09-02T23:53:05.869Z[ recovery-image] Sep 02 23:53:04.747 INFO O| Sep 02 23:53:04.746 INFO STEP 1016: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88942026-09-02T23:53:05.879Z[ recovery-image] Sep 02 23:53:04.756 INFO O| Sep 02 23:53:04.756 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkdevalloc"
88952026-09-02T23:53:05.879Z[ recovery-image] Sep 02 23:53:04.757 INFO O| Sep 02 23:53:04.756 INFO STEP 1016 (remove_files) COMPLETE
88962026-09-02T23:53:05.879Z[ recovery-image] Sep 02 23:53:04.757 INFO O| Sep 02 23:53:04.756 INFO STEP 1017: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88972026-09-02T23:53:05.890Z[ recovery-image] Sep 02 23:53:04.768 INFO O| Sep 02 23:53:04.768 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkdevmaps"
88982026-09-02T23:53:05.890Z[ recovery-image] Sep 02 23:53:04.768 INFO O| Sep 02 23:53:04.768 INFO STEP 1017 (remove_files) COMPLETE
88992026-09-02T23:53:05.890Z[ recovery-image] Sep 02 23:53:04.768 INFO O| Sep 02 23:53:04.768 INFO STEP 1018: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89002026-09-02T23:53:05.900Z[ recovery-image] Sep 02 23:53:04.778 INFO O| Sep 02 23:53:04.778 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkfile"
89012026-09-02T23:53:05.900Z[ recovery-image] Sep 02 23:53:04.778 INFO O| Sep 02 23:53:04.778 INFO STEP 1018 (remove_files) COMPLETE
89022026-09-02T23:53:05.900Z[ recovery-image] Sep 02 23:53:04.778 INFO O| Sep 02 23:53:04.778 INFO STEP 1019: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89032026-09-02T23:53:05.910Z[ recovery-image] Sep 02 23:53:04.788 INFO O| Sep 02 23:53:04.788 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mknod"
89042026-09-02T23:53:05.910Z[ recovery-image] Sep 02 23:53:04.788 INFO O| Sep 02 23:53:04.788 INFO STEP 1019 (remove_files) COMPLETE
89052026-09-02T23:53:05.911Z[ recovery-image] Sep 02 23:53:04.788 INFO O| Sep 02 23:53:04.788 INFO STEP 1020: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89062026-09-02T23:53:05.922Z[ recovery-image] Sep 02 23:53:04.799 INFO O| Sep 02 23:53:04.799 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/modinfo"
89072026-09-02T23:53:05.922Z[ recovery-image] Sep 02 23:53:04.799 INFO O| Sep 02 23:53:04.799 INFO STEP 1020 (remove_files) COMPLETE
89082026-09-02T23:53:05.922Z[ recovery-image] Sep 02 23:53:04.799 INFO O| Sep 02 23:53:04.799 INFO STEP 1021: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89092026-09-02T23:53:05.933Z[ recovery-image] Sep 02 23:53:04.810 INFO O| Sep 02 23:53:04.810 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/modload"
89102026-09-02T23:53:05.933Z[ recovery-image] Sep 02 23:53:04.810 INFO O| Sep 02 23:53:04.810 INFO STEP 1021 (remove_files) COMPLETE
89112026-09-02T23:53:05.936Z[ recovery-image] Sep 02 23:53:04.810 INFO O| Sep 02 23:53:04.810 INFO STEP 1022: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89122026-09-02T23:53:05.944Z[ recovery-image] Sep 02 23:53:04.822 INFO O| Sep 02 23:53:04.821 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mountall"
89132026-09-02T23:53:05.944Z[ recovery-image] Sep 02 23:53:04.822 INFO O| Sep 02 23:53:04.822 INFO STEP 1022 (remove_files) COMPLETE
89142026-09-02T23:53:05.944Z[ recovery-image] Sep 02 23:53:04.822 INFO O| Sep 02 23:53:04.822 INFO STEP 1023: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89152026-09-02T23:53:05.955Z[ recovery-image] Sep 02 23:53:04.833 INFO O| Sep 02 23:53:04.833 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/msgid"
89162026-09-02T23:53:05.955Z[ recovery-image] Sep 02 23:53:04.833 INFO O| Sep 02 23:53:04.833 INFO STEP 1023 (remove_files) COMPLETE
89172026-09-02T23:53:05.955Z[ recovery-image] Sep 02 23:53:04.833 INFO O| Sep 02 23:53:04.833 INFO STEP 1024: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89182026-09-02T23:53:05.966Z[ recovery-image] Sep 02 23:53:04.844 INFO O| Sep 02 23:53:04.844 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mvdir"
89192026-09-02T23:53:05.966Z[ recovery-image] Sep 02 23:53:04.844 INFO O| Sep 02 23:53:04.844 INFO STEP 1024 (remove_files) COMPLETE
89202026-09-02T23:53:05.966Z[ recovery-image] Sep 02 23:53:04.844 INFO O| Sep 02 23:53:04.844 INFO STEP 1025: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89212026-09-02T23:53:05.977Z[ recovery-image] Sep 02 23:53:04.855 INFO O| Sep 02 23:53:04.854 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ndp"
89222026-09-02T23:53:05.977Z[ recovery-image] Sep 02 23:53:04.855 INFO O| Sep 02 23:53:04.855 INFO STEP 1025 (remove_files) COMPLETE
89232026-09-02T23:53:05.977Z[ recovery-image] Sep 02 23:53:04.855 INFO O| Sep 02 23:53:04.855 INFO STEP 1026: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89242026-09-02T23:53:05.988Z[ recovery-image] Sep 02 23:53:04.865 INFO O| Sep 02 23:53:04.865 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nlsadmin"
89252026-09-02T23:53:05.988Z[ recovery-image] Sep 02 23:53:04.865 INFO O| Sep 02 23:53:04.865 INFO STEP 1026 (remove_files) COMPLETE
89262026-09-02T23:53:05.991Z[ recovery-image] Sep 02 23:53:04.865 INFO O| Sep 02 23:53:04.865 INFO STEP 1027: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89272026-09-02T23:53:06.000Z[ recovery-image] Sep 02 23:53:04.877 INFO O| Sep 02 23:53:04.877 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nltest"
89282026-09-02T23:53:06.000Z[ recovery-image] Sep 02 23:53:04.877 INFO O| Sep 02 23:53:04.877 INFO STEP 1027 (remove_files) COMPLETE
89292026-09-02T23:53:06.000Z[ recovery-image] Sep 02 23:53:04.877 INFO O| Sep 02 23:53:04.877 INFO STEP 1028: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89302026-09-02T23:53:06.011Z[ recovery-image] Sep 02 23:53:04.888 INFO O| Sep 02 23:53:04.888 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nwamadm"
89312026-09-02T23:53:06.011Z[ recovery-image] Sep 02 23:53:04.888 INFO O| Sep 02 23:53:04.888 INFO STEP 1028 (remove_files) COMPLETE
89322026-09-02T23:53:06.011Z[ recovery-image] Sep 02 23:53:04.888 INFO O| Sep 02 23:53:04.888 INFO STEP 1029: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89332026-09-02T23:53:06.019Z[ recovery-image] Sep 02 23:53:04.897 INFO O| Sep 02 23:53:04.897 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nwamcfg"
89342026-09-02T23:53:06.019Z[ recovery-image] Sep 02 23:53:04.897 INFO O| Sep 02 23:53:04.897 INFO STEP 1029 (remove_files) COMPLETE
89352026-09-02T23:53:06.019Z[ recovery-image] Sep 02 23:53:04.897 INFO O| Sep 02 23:53:04.897 INFO STEP 1030: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89362026-09-02T23:53:06.028Z[ recovery-image] Sep 02 23:53:04.905 INFO O| Sep 02 23:53:04.905 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pbind"
89372026-09-02T23:53:06.028Z[ recovery-image] Sep 02 23:53:04.905 INFO O| Sep 02 23:53:04.905 INFO STEP 1030 (remove_files) COMPLETE
89382026-09-02T23:53:06.028Z[ recovery-image] Sep 02 23:53:04.905 INFO O| Sep 02 23:53:04.905 INFO STEP 1031: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89392026-09-02T23:53:06.036Z[ recovery-image] Sep 02 23:53:04.914 INFO O| Sep 02 23:53:04.914 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ping"
89402026-09-02T23:53:06.036Z[ recovery-image] Sep 02 23:53:04.914 INFO O| Sep 02 23:53:04.914 INFO STEP 1031 (remove_files) COMPLETE
89412026-09-02T23:53:06.036Z[ recovery-image] Sep 02 23:53:04.914 INFO O| Sep 02 23:53:04.914 INFO STEP 1032: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89422026-09-02T23:53:06.047Z[ recovery-image] Sep 02 23:53:04.924 INFO O| Sep 02 23:53:04.924 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgadd"
89432026-09-02T23:53:06.047Z[ recovery-image] Sep 02 23:53:04.924 INFO O| Sep 02 23:53:04.924 INFO STEP 1032 (remove_files) COMPLETE
89442026-09-02T23:53:06.047Z[ recovery-image] Sep 02 23:53:04.924 INFO O| Sep 02 23:53:04.924 INFO STEP 1033: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89452026-09-02T23:53:06.058Z[ recovery-image] Sep 02 23:53:04.935 INFO O| Sep 02 23:53:04.935 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgask"
89462026-09-02T23:53:06.058Z[ recovery-image] Sep 02 23:53:04.935 INFO O| Sep 02 23:53:04.935 INFO STEP 1033 (remove_files) COMPLETE
89472026-09-02T23:53:06.061Z[ recovery-image] Sep 02 23:53:04.935 INFO O| Sep 02 23:53:04.935 INFO STEP 1034: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89482026-09-02T23:53:06.068Z[ recovery-image] Sep 02 23:53:04.946 INFO O| Sep 02 23:53:04.946 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgchk"
89492026-09-02T23:53:06.068Z[ recovery-image] Sep 02 23:53:04.946 INFO O| Sep 02 23:53:04.946 INFO STEP 1034 (remove_files) COMPLETE
89502026-09-02T23:53:06.068Z[ recovery-image] Sep 02 23:53:04.946 INFO O| Sep 02 23:53:04.946 INFO STEP 1035: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89512026-09-02T23:53:06.078Z[ recovery-image] Sep 02 23:53:04.956 INFO O| Sep 02 23:53:04.956 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgrm"
89522026-09-02T23:53:06.078Z[ recovery-image] Sep 02 23:53:04.956 INFO O| Sep 02 23:53:04.956 INFO STEP 1035 (remove_files) COMPLETE
89532026-09-02T23:53:06.078Z[ recovery-image] Sep 02 23:53:04.956 INFO O| Sep 02 23:53:04.956 INFO STEP 1036: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89542026-09-02T23:53:06.087Z[ recovery-image] Sep 02 23:53:04.965 INFO O| Sep 02 23:53:04.965 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/plockstat"
89552026-09-02T23:53:06.087Z[ recovery-image] Sep 02 23:53:04.965 INFO O| Sep 02 23:53:04.965 INFO STEP 1036 (remove_files) COMPLETE
89562026-09-02T23:53:06.087Z[ recovery-image] Sep 02 23:53:04.965 INFO O| Sep 02 23:53:04.965 INFO STEP 1037: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89572026-09-02T23:53:06.099Z[ recovery-image] Sep 02 23:53:04.977 INFO O| Sep 02 23:53:04.977 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pooladm"
89582026-09-02T23:53:06.099Z[ recovery-image] Sep 02 23:53:04.977 INFO O| Sep 02 23:53:04.977 INFO STEP 1037 (remove_files) COMPLETE
89592026-09-02T23:53:06.103Z[ recovery-image] Sep 02 23:53:04.977 INFO O| Sep 02 23:53:04.977 INFO STEP 1038: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89602026-09-02T23:53:06.109Z[ recovery-image] Sep 02 23:53:04.987 INFO O| Sep 02 23:53:04.987 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poolbind"
89612026-09-02T23:53:06.109Z[ recovery-image] Sep 02 23:53:04.987 INFO O| Sep 02 23:53:04.987 INFO STEP 1038 (remove_files) COMPLETE
89622026-09-02T23:53:06.109Z[ recovery-image] Sep 02 23:53:04.987 INFO O| Sep 02 23:53:04.987 INFO STEP 1039: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89632026-09-02T23:53:06.120Z[ recovery-image] Sep 02 23:53:04.998 INFO O| Sep 02 23:53:04.998 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poolcfg"
89642026-09-02T23:53:06.120Z[ recovery-image] Sep 02 23:53:04.998 INFO O| Sep 02 23:53:04.998 INFO STEP 1039 (remove_files) COMPLETE
89652026-09-02T23:53:06.120Z[ recovery-image] Sep 02 23:53:04.998 INFO O| Sep 02 23:53:04.998 INFO STEP 1040: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89662026-09-02T23:53:06.130Z[ recovery-image] Sep 02 23:53:05.008 INFO O| Sep 02 23:53:05.008 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ports"
89672026-09-02T23:53:06.130Z[ recovery-image] Sep 02 23:53:05.008 INFO O| Sep 02 23:53:05.008 INFO STEP 1040 (remove_files) COMPLETE
89682026-09-02T23:53:06.134Z[ recovery-image] Sep 02 23:53:05.008 INFO O| Sep 02 23:53:05.008 INFO STEP 1041: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89692026-09-02T23:53:06.140Z[ recovery-image] Sep 02 23:53:05.017 INFO O| Sep 02 23:53:05.017 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poweroff"
89702026-09-02T23:53:06.140Z[ recovery-image] Sep 02 23:53:05.017 INFO O| Sep 02 23:53:05.017 INFO STEP 1041 (remove_files) COMPLETE
89712026-09-02T23:53:06.143Z[ recovery-image] Sep 02 23:53:05.017 INFO O| Sep 02 23:53:05.017 INFO STEP 1042: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89722026-09-02T23:53:06.150Z[ recovery-image] Sep 02 23:53:05.027 INFO O| Sep 02 23:53:05.027 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pptadm"
89732026-09-02T23:53:06.150Z[ recovery-image] Sep 02 23:53:05.027 INFO O| Sep 02 23:53:05.027 INFO STEP 1042 (remove_files) COMPLETE
89742026-09-02T23:53:06.150Z[ recovery-image] Sep 02 23:53:05.027 INFO O| Sep 02 23:53:05.027 INFO STEP 1043: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89752026-09-02T23:53:06.168Z[ recovery-image] Sep 02 23:53:05.046 INFO O| Sep 02 23:53:05.046 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/praudit"
89762026-09-02T23:53:06.171Z[ recovery-image] Sep 02 23:53:05.046 INFO O| Sep 02 23:53:05.046 INFO STEP 1043 (remove_files) COMPLETE
89772026-09-02T23:53:06.172Z[ recovery-image] Sep 02 23:53:05.046 INFO O| Sep 02 23:53:05.046 INFO STEP 1044: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89782026-09-02T23:53:06.180Z[ recovery-image] Sep 02 23:53:05.057 INFO O| Sep 02 23:53:05.057 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projadd"
89792026-09-02T23:53:06.180Z[ recovery-image] Sep 02 23:53:05.057 INFO O| Sep 02 23:53:05.057 INFO STEP 1044 (remove_files) COMPLETE
89802026-09-02T23:53:06.180Z[ recovery-image] Sep 02 23:53:05.058 INFO O| Sep 02 23:53:05.057 INFO STEP 1045: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89812026-09-02T23:53:06.190Z[ recovery-image] Sep 02 23:53:05.068 INFO O| Sep 02 23:53:05.068 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projdel"
89822026-09-02T23:53:06.190Z[ recovery-image] Sep 02 23:53:05.068 INFO O| Sep 02 23:53:05.068 INFO STEP 1045 (remove_files) COMPLETE
89832026-09-02T23:53:06.190Z[ recovery-image] Sep 02 23:53:05.068 INFO O| Sep 02 23:53:05.068 INFO STEP 1046: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89842026-09-02T23:53:06.199Z[ recovery-image] Sep 02 23:53:05.077 INFO O| Sep 02 23:53:05.077 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projmod"
89852026-09-02T23:53:06.199Z[ recovery-image] Sep 02 23:53:05.077 INFO O| Sep 02 23:53:05.077 INFO STEP 1046 (remove_files) COMPLETE
89862026-09-02T23:53:06.199Z[ recovery-image] Sep 02 23:53:05.077 INFO O| Sep 02 23:53:05.077 INFO STEP 1047: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89872026-09-02T23:53:06.211Z[ recovery-image] Sep 02 23:53:05.086 INFO O| Sep 02 23:53:05.086 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtdiag"
89882026-09-02T23:53:06.211Z[ recovery-image] Sep 02 23:53:05.086 INFO O| Sep 02 23:53:05.086 INFO STEP 1047 (remove_files) COMPLETE
89892026-09-02T23:53:06.214Z[ recovery-image] Sep 02 23:53:05.086 INFO O| Sep 02 23:53:05.086 INFO STEP 1048: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89902026-09-02T23:53:06.217Z[ recovery-image] Sep 02 23:53:05.095 INFO O| Sep 02 23:53:05.095 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtpicl"
89912026-09-02T23:53:06.218Z[ recovery-image] Sep 02 23:53:05.095 INFO O| Sep 02 23:53:05.095 INFO STEP 1048 (remove_files) COMPLETE
89922026-09-02T23:53:06.218Z[ recovery-image] Sep 02 23:53:05.095 INFO O| Sep 02 23:53:05.095 INFO STEP 1049: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89932026-09-02T23:53:06.228Z[ recovery-image] Sep 02 23:53:05.104 INFO O| Sep 02 23:53:05.104 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtvtoc"
89942026-09-02T23:53:06.231Z[ recovery-image] Sep 02 23:53:05.107 INFO O| Sep 02 23:53:05.107 INFO STEP 1049 (remove_files) COMPLETE
89952026-09-02T23:53:06.231Z[ recovery-image] Sep 02 23:53:05.107 INFO O| Sep 02 23:53:05.107 INFO STEP 1050: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89962026-09-02T23:53:06.241Z[ recovery-image] Sep 02 23:53:05.119 INFO O| Sep 02 23:53:05.118 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psradm"
89972026-09-02T23:53:06.241Z[ recovery-image] Sep 02 23:53:05.119 INFO O| Sep 02 23:53:05.119 INFO STEP 1050 (remove_files) COMPLETE
89982026-09-02T23:53:06.241Z[ recovery-image] Sep 02 23:53:05.119 INFO O| Sep 02 23:53:05.119 INFO STEP 1051: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89992026-09-02T23:53:06.250Z[ recovery-image] Sep 02 23:53:05.128 INFO O| Sep 02 23:53:05.128 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psrinfo"
90002026-09-02T23:53:06.250Z[ recovery-image] Sep 02 23:53:05.128 INFO O| Sep 02 23:53:05.128 INFO STEP 1051 (remove_files) COMPLETE
90012026-09-02T23:53:06.250Z[ recovery-image] Sep 02 23:53:05.128 INFO O| Sep 02 23:53:05.128 INFO STEP 1052: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90022026-09-02T23:53:06.259Z[ recovery-image] Sep 02 23:53:05.137 INFO O| Sep 02 23:53:05.137 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psrset"
90032026-09-02T23:53:06.259Z[ recovery-image] Sep 02 23:53:05.137 INFO O| Sep 02 23:53:05.137 INFO STEP 1052 (remove_files) COMPLETE
90042026-09-02T23:53:06.263Z[ recovery-image] Sep 02 23:53:05.137 INFO O| Sep 02 23:53:05.137 INFO STEP 1053: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90052026-09-02T23:53:06.269Z[ recovery-image] Sep 02 23:53:05.147 INFO O| Sep 02 23:53:05.147 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pwck"
90062026-09-02T23:53:06.269Z[ recovery-image] Sep 02 23:53:05.147 INFO O| Sep 02 23:53:05.147 INFO STEP 1053 (remove_files) COMPLETE
90072026-09-02T23:53:06.269Z[ recovery-image] Sep 02 23:53:05.147 INFO O| Sep 02 23:53:05.147 INFO STEP 1054: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90082026-09-02T23:53:06.279Z[ recovery-image] Sep 02 23:53:05.157 INFO O| Sep 02 23:53:05.157 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pwconv"
90092026-09-02T23:53:06.279Z[ recovery-image] Sep 02 23:53:05.157 INFO O| Sep 02 23:53:05.157 INFO STEP 1054 (remove_files) COMPLETE
90102026-09-02T23:53:06.279Z[ recovery-image] Sep 02 23:53:05.157 INFO O| Sep 02 23:53:05.157 INFO STEP 1055: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90112026-09-02T23:53:06.290Z[ recovery-image] Sep 02 23:53:05.167 INFO O| Sep 02 23:53:05.167 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/raidctl"
90122026-09-02T23:53:06.290Z[ recovery-image] Sep 02 23:53:05.167 INFO O| Sep 02 23:53:05.167 INFO STEP 1055 (remove_files) COMPLETE
90132026-09-02T23:53:06.290Z[ recovery-image] Sep 02 23:53:05.167 INFO O| Sep 02 23:53:05.167 INFO STEP 1056: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90142026-09-02T23:53:06.298Z[ recovery-image] Sep 02 23:53:05.176 INFO O| Sep 02 23:53:05.176 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ramdiskadm"
90152026-09-02T23:53:06.298Z[ recovery-image] Sep 02 23:53:05.176 INFO O| Sep 02 23:53:05.176 INFO STEP 1056 (remove_files) COMPLETE
90162026-09-02T23:53:06.298Z[ recovery-image] Sep 02 23:53:05.176 INFO O| Sep 02 23:53:05.176 INFO STEP 1057: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90172026-09-02T23:53:06.308Z[ recovery-image] Sep 02 23:53:05.185 INFO O| Sep 02 23:53:05.185 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rctladm"
90182026-09-02T23:53:06.308Z[ recovery-image] Sep 02 23:53:05.185 INFO O| Sep 02 23:53:05.185 INFO STEP 1057 (remove_files) COMPLETE
90192026-09-02T23:53:06.308Z[ recovery-image] Sep 02 23:53:05.185 INFO O| Sep 02 23:53:05.185 INFO STEP 1058: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90202026-09-02T23:53:06.317Z[ recovery-image] Sep 02 23:53:05.195 INFO O| Sep 02 23:53:05.195 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rdmsr"
90212026-09-02T23:53:06.317Z[ recovery-image] Sep 02 23:53:05.195 INFO O| Sep 02 23:53:05.195 INFO STEP 1058 (remove_files) COMPLETE
90222026-09-02T23:53:06.317Z[ recovery-image] Sep 02 23:53:05.195 INFO O| Sep 02 23:53:05.195 INFO STEP 1059: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90232026-09-02T23:53:06.329Z[ recovery-image] Sep 02 23:53:05.206 INFO O| Sep 02 23:53:05.206 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/reboot"
90242026-09-02T23:53:06.329Z[ recovery-image] Sep 02 23:53:05.206 INFO O| Sep 02 23:53:05.206 INFO STEP 1059 (remove_files) COMPLETE
90252026-09-02T23:53:06.329Z[ recovery-image] Sep 02 23:53:05.206 INFO O| Sep 02 23:53:05.206 INFO STEP 1060: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90262026-09-02T23:53:06.339Z[ recovery-image] Sep 02 23:53:05.217 INFO O| Sep 02 23:53:05.217 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rem_drv"
90272026-09-02T23:53:06.340Z[ recovery-image] Sep 02 23:53:05.217 INFO O| Sep 02 23:53:05.217 INFO STEP 1060 (remove_files) COMPLETE
90282026-09-02T23:53:06.340Z[ recovery-image] Sep 02 23:53:05.217 INFO O| Sep 02 23:53:05.217 INFO STEP 1061: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90292026-09-02T23:53:06.350Z[ recovery-image] Sep 02 23:53:05.228 INFO O| Sep 02 23:53:05.227 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/removef"
90302026-09-02T23:53:06.350Z[ recovery-image] Sep 02 23:53:05.228 INFO O| Sep 02 23:53:05.228 INFO STEP 1061 (remove_files) COMPLETE
90312026-09-02T23:53:06.350Z[ recovery-image] Sep 02 23:53:05.228 INFO O| Sep 02 23:53:05.228 INFO STEP 1062: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90322026-09-02T23:53:06.360Z[ recovery-image] Sep 02 23:53:05.237 INFO O| Sep 02 23:53:05.237 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/roleadd"
90332026-09-02T23:53:06.363Z[ recovery-image] Sep 02 23:53:05.237 INFO O| Sep 02 23:53:05.237 INFO STEP 1062 (remove_files) COMPLETE
90342026-09-02T23:53:06.363Z[ recovery-image] Sep 02 23:53:05.237 INFO O| Sep 02 23:53:05.237 INFO STEP 1063: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90352026-09-02T23:53:06.369Z[ recovery-image] Sep 02 23:53:05.247 INFO O| Sep 02 23:53:05.247 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/roledel"
90362026-09-02T23:53:06.369Z[ recovery-image] Sep 02 23:53:05.247 INFO O| Sep 02 23:53:05.247 INFO STEP 1063 (remove_files) COMPLETE
90372026-09-02T23:53:06.372Z[ recovery-image] Sep 02 23:53:05.247 INFO O| Sep 02 23:53:05.247 INFO STEP 1064: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90382026-09-02T23:53:06.377Z[ recovery-image] Sep 02 23:53:05.255 INFO O| Sep 02 23:53:05.255 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rolemod"
90392026-09-02T23:53:06.378Z[ recovery-image] Sep 02 23:53:05.255 INFO O| Sep 02 23:53:05.255 INFO STEP 1064 (remove_files) COMPLETE
90402026-09-02T23:53:06.409Z[ recovery-image] Sep 02 23:53:05.255 INFO O| Sep 02 23:53:05.255 INFO STEP 1065: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90412026-09-02T23:53:06.409Z[ recovery-image] Sep 02 23:53:05.267 INFO O| Sep 02 23:53:05.267 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/root_archive"
90422026-09-02T23:53:06.409Z[ recovery-image] Sep 02 23:53:05.267 INFO O| Sep 02 23:53:05.267 INFO STEP 1065 (remove_files) COMPLETE
90432026-09-02T23:53:06.409Z[ recovery-image] Sep 02 23:53:05.267 INFO O| Sep 02 23:53:05.267 INFO STEP 1066: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90442026-09-02T23:53:06.409Z[ recovery-image] Sep 02 23:53:05.277 INFO O| Sep 02 23:53:05.277 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rpcbind"
90452026-09-02T23:53:06.409Z[ recovery-image] Sep 02 23:53:05.277 INFO O| Sep 02 23:53:05.277 INFO STEP 1066 (remove_files) COMPLETE
90462026-09-02T23:53:06.409Z[ recovery-image] Sep 02 23:53:05.277 INFO O| Sep 02 23:53:05.277 INFO STEP 1067: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90472026-09-02T23:53:06.413Z[ recovery-image] Sep 02 23:53:05.287 INFO O| Sep 02 23:53:05.287 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rtc"
90482026-09-02T23:53:06.413Z[ recovery-image] Sep 02 23:53:05.287 INFO O| Sep 02 23:53:05.287 INFO STEP 1067 (remove_files) COMPLETE
90492026-09-02T23:53:06.413Z[ recovery-image] Sep 02 23:53:05.287 INFO O| Sep 02 23:53:05.287 INFO STEP 1068: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90502026-09-02T23:53:06.420Z[ recovery-image] Sep 02 23:53:05.298 INFO O| Sep 02 23:53:05.298 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rtquery"
90512026-09-02T23:53:06.420Z[ recovery-image] Sep 02 23:53:05.298 INFO O| Sep 02 23:53:05.298 INFO STEP 1068 (remove_files) COMPLETE
90522026-09-02T23:53:06.424Z[ recovery-image] Sep 02 23:53:05.298 INFO O| Sep 02 23:53:05.298 INFO STEP 1069: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90532026-09-02T23:53:06.432Z[ recovery-image] Sep 02 23:53:05.310 INFO O| Sep 02 23:53:05.310 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/setmnt"
90542026-09-02T23:53:06.432Z[ recovery-image] Sep 02 23:53:05.310 INFO O| Sep 02 23:53:05.310 INFO STEP 1069 (remove_files) COMPLETE
90552026-09-02T23:53:06.435Z[ recovery-image] Sep 02 23:53:05.310 INFO O| Sep 02 23:53:05.310 INFO STEP 1070: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90562026-09-02T23:53:06.443Z[ recovery-image] Sep 02 23:53:05.321 INFO O| Sep 02 23:53:05.321 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/share"
90572026-09-02T23:53:06.443Z[ recovery-image] Sep 02 23:53:05.321 INFO O| Sep 02 23:53:05.321 INFO STEP 1070 (remove_files) COMPLETE
90582026-09-02T23:53:06.443Z[ recovery-image] Sep 02 23:53:05.321 INFO O| Sep 02 23:53:05.321 INFO STEP 1071: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90592026-09-02T23:53:06.454Z[ recovery-image] Sep 02 23:53:05.331 INFO O| Sep 02 23:53:05.331 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/shareall"
90602026-09-02T23:53:06.454Z[ recovery-image] Sep 02 23:53:05.331 INFO O| Sep 02 23:53:05.331 INFO STEP 1071 (remove_files) COMPLETE
90612026-09-02T23:53:06.454Z[ recovery-image] Sep 02 23:53:05.331 INFO O| Sep 02 23:53:05.331 INFO STEP 1072: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90622026-09-02T23:53:06.464Z[ recovery-image] Sep 02 23:53:05.342 INFO O| Sep 02 23:53:05.342 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sharectl"
90632026-09-02T23:53:06.464Z[ recovery-image] Sep 02 23:53:05.342 INFO O| Sep 02 23:53:05.342 INFO STEP 1072 (remove_files) COMPLETE
90642026-09-02T23:53:06.464Z[ recovery-image] Sep 02 23:53:05.342 INFO O| Sep 02 23:53:05.342 INFO STEP 1073: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90652026-09-02T23:53:06.474Z[ recovery-image] Sep 02 23:53:05.352 INFO O| Sep 02 23:53:05.352 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sharemgr"
90662026-09-02T23:53:06.474Z[ recovery-image] Sep 02 23:53:05.352 INFO O| Sep 02 23:53:05.352 INFO STEP 1073 (remove_files) COMPLETE
90672026-09-02T23:53:06.479Z[ recovery-image] Sep 02 23:53:05.352 INFO O| Sep 02 23:53:05.352 INFO STEP 1074: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90682026-09-02T23:53:06.483Z[ recovery-image] Sep 02 23:53:05.361 INFO O| Sep 02 23:53:05.361 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/shutdown"
90692026-09-02T23:53:06.483Z[ recovery-image] Sep 02 23:53:05.361 INFO O| Sep 02 23:53:05.361 INFO STEP 1074 (remove_files) COMPLETE
90702026-09-02T23:53:06.483Z[ recovery-image] Sep 02 23:53:05.361 INFO O| Sep 02 23:53:05.361 INFO STEP 1075: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90712026-09-02T23:53:06.493Z[ recovery-image] Sep 02 23:53:05.371 INFO O| Sep 02 23:53:05.371 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbadm"
90722026-09-02T23:53:06.493Z[ recovery-image] Sep 02 23:53:05.371 INFO O| Sep 02 23:53:05.371 INFO STEP 1075 (remove_files) COMPLETE
90732026-09-02T23:53:06.493Z[ recovery-image] Sep 02 23:53:05.371 INFO O| Sep 02 23:53:05.371 INFO STEP 1076: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90742026-09-02T23:53:06.506Z[ recovery-image] Sep 02 23:53:05.382 INFO O| Sep 02 23:53:05.382 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbios"
90752026-09-02T23:53:06.506Z[ recovery-image] Sep 02 23:53:05.382 INFO O| Sep 02 23:53:05.382 INFO STEP 1076 (remove_files) COMPLETE
90762026-09-02T23:53:06.506Z[ recovery-image] Sep 02 23:53:05.382 INFO O| Sep 02 23:53:05.382 INFO STEP 1077: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90772026-09-02T23:53:06.514Z[ recovery-image] Sep 02 23:53:05.392 INFO O| Sep 02 23:53:05.392 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbstat"
90782026-09-02T23:53:06.514Z[ recovery-image] Sep 02 23:53:05.392 INFO O| Sep 02 23:53:05.392 INFO STEP 1077 (remove_files) COMPLETE
90792026-09-02T23:53:06.514Z[ recovery-image] Sep 02 23:53:05.392 INFO O| Sep 02 23:53:05.392 INFO STEP 1078: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90802026-09-02T23:53:06.524Z[ recovery-image] Sep 02 23:53:05.402 INFO O| Sep 02 23:53:05.402 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snmpd"
90812026-09-02T23:53:06.524Z[ recovery-image] Sep 02 23:53:05.402 INFO O| Sep 02 23:53:05.402 INFO STEP 1078 (remove_files) COMPLETE
90822026-09-02T23:53:06.524Z[ recovery-image] Sep 02 23:53:05.402 INFO O| Sep 02 23:53:05.402 INFO STEP 1079: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90832026-09-02T23:53:06.543Z[ recovery-image] Sep 02 23:53:05.420 INFO O| Sep 02 23:53:05.420 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snmptrapd"
90842026-09-02T23:53:06.543Z[ recovery-image] Sep 02 23:53:05.420 INFO O| Sep 02 23:53:05.420 INFO STEP 1079 (remove_files) COMPLETE
90852026-09-02T23:53:06.546Z[ recovery-image] Sep 02 23:53:05.420 INFO O| Sep 02 23:53:05.420 INFO STEP 1080: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90862026-09-02T23:53:06.553Z[ recovery-image] Sep 02 23:53:05.431 INFO O| Sep 02 23:53:05.431 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snoop"
90872026-09-02T23:53:06.553Z[ recovery-image] Sep 02 23:53:05.431 INFO O| Sep 02 23:53:05.431 INFO STEP 1080 (remove_files) COMPLETE
90882026-09-02T23:53:06.554Z[ recovery-image] Sep 02 23:53:05.431 INFO O| Sep 02 23:53:05.431 INFO STEP 1081: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90892026-09-02T23:53:06.565Z[ recovery-image] Sep 02 23:53:05.443 INFO O| Sep 02 23:53:05.443 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sshd"
90902026-09-02T23:53:06.565Z[ recovery-image] Sep 02 23:53:05.443 INFO O| Sep 02 23:53:05.443 INFO STEP 1081 (remove_files) COMPLETE
90912026-09-02T23:53:06.565Z[ recovery-image] Sep 02 23:53:05.443 INFO O| Sep 02 23:53:05.443 INFO STEP 1082: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90922026-09-02T23:53:06.574Z[ recovery-image] Sep 02 23:53:05.452 INFO O| Sep 02 23:53:05.452 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/stmsboot"
90932026-09-02T23:53:06.574Z[ recovery-image] Sep 02 23:53:05.452 INFO O| Sep 02 23:53:05.452 INFO STEP 1082 (remove_files) COMPLETE
90942026-09-02T23:53:06.574Z[ recovery-image] Sep 02 23:53:05.452 INFO O| Sep 02 23:53:05.452 INFO STEP 1083: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90952026-09-02T23:53:06.585Z[ recovery-image] Sep 02 23:53:05.461 INFO O| Sep 02 23:53:05.461 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strace"
90962026-09-02T23:53:06.585Z[ recovery-image] Sep 02 23:53:05.462 INFO O| Sep 02 23:53:05.461 INFO STEP 1083 (remove_files) COMPLETE
90972026-09-02T23:53:06.585Z[ recovery-image] Sep 02 23:53:05.462 INFO O| Sep 02 23:53:05.461 INFO STEP 1084: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90982026-09-02T23:53:06.593Z[ recovery-image] Sep 02 23:53:05.470 INFO O| Sep 02 23:53:05.470 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strclean"
90992026-09-02T23:53:06.593Z[ recovery-image] Sep 02 23:53:05.470 INFO O| Sep 02 23:53:05.470 INFO STEP 1084 (remove_files) COMPLETE
91002026-09-02T23:53:06.593Z[ recovery-image] Sep 02 23:53:05.470 INFO O| Sep 02 23:53:05.470 INFO STEP 1085: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91012026-09-02T23:53:06.603Z[ recovery-image] Sep 02 23:53:05.481 INFO O| Sep 02 23:53:05.481 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strerr"
91022026-09-02T23:53:06.603Z[ recovery-image] Sep 02 23:53:05.481 INFO O| Sep 02 23:53:05.481 INFO STEP 1085 (remove_files) COMPLETE
91032026-09-02T23:53:06.604Z[ recovery-image] Sep 02 23:53:05.481 INFO O| Sep 02 23:53:05.481 INFO STEP 1086: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91042026-09-02T23:53:06.614Z[ recovery-image] Sep 02 23:53:05.490 INFO O| Sep 02 23:53:05.490 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sttydefs"
91052026-09-02T23:53:06.615Z[ recovery-image] Sep 02 23:53:05.490 INFO O| Sep 02 23:53:05.490 INFO STEP 1086 (remove_files) COMPLETE
91062026-09-02T23:53:06.615Z[ recovery-image] Sep 02 23:53:05.490 INFO O| Sep 02 23:53:05.490 INFO STEP 1087: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91072026-09-02T23:53:06.622Z[ recovery-image] Sep 02 23:53:05.499 INFO O| Sep 02 23:53:05.499 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncinit"
91082026-09-02T23:53:06.622Z[ recovery-image] Sep 02 23:53:05.500 INFO O| Sep 02 23:53:05.500 INFO STEP 1087 (remove_files) COMPLETE
91092026-09-02T23:53:06.622Z[ recovery-image] Sep 02 23:53:05.500 INFO O| Sep 02 23:53:05.500 INFO STEP 1088: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91102026-09-02T23:53:06.630Z[ recovery-image] Sep 02 23:53:05.508 INFO O| Sep 02 23:53:05.508 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncloop"
91112026-09-02T23:53:06.631Z[ recovery-image] Sep 02 23:53:05.508 INFO O| Sep 02 23:53:05.508 INFO STEP 1088 (remove_files) COMPLETE
91122026-09-02T23:53:06.631Z[ recovery-image] Sep 02 23:53:05.508 INFO O| Sep 02 23:53:05.508 INFO STEP 1089: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91132026-09-02T23:53:06.640Z[ recovery-image] Sep 02 23:53:05.517 INFO O| Sep 02 23:53:05.517 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncstat"
91142026-09-02T23:53:06.640Z[ recovery-image] Sep 02 23:53:05.517 INFO O| Sep 02 23:53:05.517 INFO STEP 1089 (remove_files) COMPLETE
91152026-09-02T23:53:06.640Z[ recovery-image] Sep 02 23:53:05.517 INFO O| Sep 02 23:53:05.517 INFO STEP 1090: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91162026-09-02T23:53:06.649Z[ recovery-image] Sep 02 23:53:05.527 INFO O| Sep 02 23:53:05.526 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sysdef"
91172026-09-02T23:53:06.649Z[ recovery-image] Sep 02 23:53:05.527 INFO O| Sep 02 23:53:05.527 INFO STEP 1090 (remove_files) COMPLETE
91182026-09-02T23:53:06.652Z[ recovery-image] Sep 02 23:53:05.527 INFO O| Sep 02 23:53:05.527 INFO STEP 1091: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91192026-09-02T23:53:06.657Z[ recovery-image] Sep 02 23:53:05.535 INFO O| Sep 02 23:53:05.535 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syseventadm"
91202026-09-02T23:53:06.657Z[ recovery-image] Sep 02 23:53:05.535 INFO O| Sep 02 23:53:05.535 INFO STEP 1091 (remove_files) COMPLETE
91212026-09-02T23:53:06.661Z[ recovery-image] Sep 02 23:53:05.535 INFO O| Sep 02 23:53:05.535 INFO STEP 1092: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91222026-09-02T23:53:06.666Z[ recovery-image] Sep 02 23:53:05.544 INFO O| Sep 02 23:53:05.543 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/t6mfgadm"
91232026-09-02T23:53:06.666Z[ recovery-image] Sep 02 23:53:05.544 INFO O| Sep 02 23:53:05.544 INFO STEP 1092 (remove_files) COMPLETE
91242026-09-02T23:53:06.666Z[ recovery-image] Sep 02 23:53:05.544 INFO O| Sep 02 23:53:05.544 INFO STEP 1093: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91252026-09-02T23:53:06.682Z[ recovery-image] Sep 02 23:53:05.560 INFO O| Sep 02 23:53:05.560 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tapes"
91262026-09-02T23:53:06.682Z[ recovery-image] Sep 02 23:53:05.560 INFO O| Sep 02 23:53:05.560 INFO STEP 1093 (remove_files) COMPLETE
91272026-09-02T23:53:06.682Z[ recovery-image] Sep 02 23:53:05.560 INFO O| Sep 02 23:53:05.560 INFO STEP 1094: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91282026-09-02T23:53:06.692Z[ recovery-image] Sep 02 23:53:05.570 INFO O| Sep 02 23:53:05.569 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tar"
91292026-09-02T23:53:06.692Z[ recovery-image] Sep 02 23:53:05.570 INFO O| Sep 02 23:53:05.570 INFO STEP 1094 (remove_files) COMPLETE
91302026-09-02T23:53:06.692Z[ recovery-image] Sep 02 23:53:05.570 INFO O| Sep 02 23:53:05.570 INFO STEP 1095: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91312026-09-02T23:53:06.704Z[ recovery-image] Sep 02 23:53:05.581 INFO O| Sep 02 23:53:05.581 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tcsd"
91322026-09-02T23:53:06.704Z[ recovery-image] Sep 02 23:53:05.581 INFO O| Sep 02 23:53:05.581 INFO STEP 1095 (remove_files) COMPLETE
91332026-09-02T23:53:06.704Z[ recovery-image] Sep 02 23:53:05.581 INFO O| Sep 02 23:53:05.581 INFO STEP 1096: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91342026-09-02T23:53:06.715Z[ recovery-image] Sep 02 23:53:05.592 INFO O| Sep 02 23:53:05.592 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/traceroute"
91352026-09-02T23:53:06.715Z[ recovery-image] Sep 02 23:53:05.592 INFO O| Sep 02 23:53:05.592 INFO STEP 1096 (remove_files) COMPLETE
91362026-09-02T23:53:06.718Z[ recovery-image] Sep 02 23:53:05.592 INFO O| Sep 02 23:53:05.592 INFO STEP 1097: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91372026-09-02T23:53:06.724Z[ recovery-image] Sep 02 23:53:05.602 INFO O| Sep 02 23:53:05.602 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/trapstat"
91382026-09-02T23:53:06.724Z[ recovery-image] Sep 02 23:53:05.602 INFO O| Sep 02 23:53:05.602 INFO STEP 1097 (remove_files) COMPLETE
91392026-09-02T23:53:06.727Z[ recovery-image] Sep 02 23:53:05.602 INFO O| Sep 02 23:53:05.602 INFO STEP 1098: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91402026-09-02T23:53:06.734Z[ recovery-image] Sep 02 23:53:05.612 INFO O| Sep 02 23:53:05.611 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ttyadm"
91412026-09-02T23:53:06.734Z[ recovery-image] Sep 02 23:53:05.612 INFO O| Sep 02 23:53:05.612 INFO STEP 1098 (remove_files) COMPLETE
91422026-09-02T23:53:06.734Z[ recovery-image] Sep 02 23:53:05.612 INFO O| Sep 02 23:53:05.612 INFO STEP 1099: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91432026-09-02T23:53:06.744Z[ recovery-image] Sep 02 23:53:05.621 INFO O| Sep 02 23:53:05.621 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ucodeadm"
91442026-09-02T23:53:06.744Z[ recovery-image] Sep 02 23:53:05.621 INFO O| Sep 02 23:53:05.621 INFO STEP 1099 (remove_files) COMPLETE
91452026-09-02T23:53:06.744Z[ recovery-image] Sep 02 23:53:05.621 INFO O| Sep 02 23:53:05.621 INFO STEP 1100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91462026-09-02T23:53:06.753Z[ recovery-image] Sep 02 23:53:05.631 INFO O| Sep 02 23:53:05.631 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/umountall"
91472026-09-02T23:53:06.753Z[ recovery-image] Sep 02 23:53:05.631 INFO O| Sep 02 23:53:05.631 INFO STEP 1100 (remove_files) COMPLETE
91482026-09-02T23:53:06.756Z[ recovery-image] Sep 02 23:53:05.631 INFO O| Sep 02 23:53:05.631 INFO STEP 1101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91492026-09-02T23:53:06.762Z[ recovery-image] Sep 02 23:53:05.640 INFO O| Sep 02 23:53:05.640 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unlink"
91502026-09-02T23:53:06.762Z[ recovery-image] Sep 02 23:53:05.640 INFO O| Sep 02 23:53:05.640 INFO STEP 1101 (remove_files) COMPLETE
91512026-09-02T23:53:06.762Z[ recovery-image] Sep 02 23:53:05.640 INFO O| Sep 02 23:53:05.640 INFO STEP 1102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91522026-09-02T23:53:06.774Z[ recovery-image] Sep 02 23:53:05.652 INFO O| Sep 02 23:53:05.651 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unshare"
91532026-09-02T23:53:06.774Z[ recovery-image] Sep 02 23:53:05.652 INFO O| Sep 02 23:53:05.652 INFO STEP 1102 (remove_files) COMPLETE
91542026-09-02T23:53:06.774Z[ recovery-image] Sep 02 23:53:05.652 INFO O| Sep 02 23:53:05.652 INFO STEP 1103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91552026-09-02T23:53:06.784Z[ recovery-image] Sep 02 23:53:05.661 INFO O| Sep 02 23:53:05.661 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unshareall"
91562026-09-02T23:53:06.784Z[ recovery-image] Sep 02 23:53:05.661 INFO O| Sep 02 23:53:05.661 INFO STEP 1103 (remove_files) COMPLETE
91572026-09-02T23:53:06.787Z[ recovery-image] Sep 02 23:53:05.661 INFO O| Sep 02 23:53:05.661 INFO STEP 1104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91582026-09-02T23:53:06.793Z[ recovery-image] Sep 02 23:53:05.671 INFO O| Sep 02 23:53:05.671 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/update_drv"
91592026-09-02T23:53:06.793Z[ recovery-image] Sep 02 23:53:05.671 INFO O| Sep 02 23:53:05.671 INFO STEP 1104 (remove_files) COMPLETE
91602026-09-02T23:53:06.793Z[ recovery-image] Sep 02 23:53:05.671 INFO O| Sep 02 23:53:05.671 INFO STEP 1105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91612026-09-02T23:53:06.802Z[ recovery-image] Sep 02 23:53:05.680 INFO O| Sep 02 23:53:05.680 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/useradd"
91622026-09-02T23:53:06.802Z[ recovery-image] Sep 02 23:53:05.680 INFO O| Sep 02 23:53:05.680 INFO STEP 1105 (remove_files) COMPLETE
91632026-09-02T23:53:06.802Z[ recovery-image] Sep 02 23:53:05.680 INFO O| Sep 02 23:53:05.680 INFO STEP 1106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91642026-09-02T23:53:06.812Z[ recovery-image] Sep 02 23:53:05.689 INFO O| Sep 02 23:53:05.689 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/userdel"
91652026-09-02T23:53:06.812Z[ recovery-image] Sep 02 23:53:05.689 INFO O| Sep 02 23:53:05.689 INFO STEP 1106 (remove_files) COMPLETE
91662026-09-02T23:53:06.812Z[ recovery-image] Sep 02 23:53:05.689 INFO O| Sep 02 23:53:05.689 INFO STEP 1107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91672026-09-02T23:53:06.821Z[ recovery-image] Sep 02 23:53:05.699 INFO O| Sep 02 23:53:05.699 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/usermod"
91682026-09-02T23:53:06.821Z[ recovery-image] Sep 02 23:53:05.699 INFO O| Sep 02 23:53:05.699 INFO STEP 1107 (remove_files) COMPLETE
91692026-09-02T23:53:06.821Z[ recovery-image] Sep 02 23:53:05.699 INFO O| Sep 02 23:53:05.699 INFO STEP 1108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91702026-09-02T23:53:06.833Z[ recovery-image] Sep 02 23:53:05.709 INFO O| Sep 02 23:53:05.709 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/volcopy"
91712026-09-02T23:53:06.833Z[ recovery-image] Sep 02 23:53:05.709 INFO O| Sep 02 23:53:05.709 INFO STEP 1108 (remove_files) COMPLETE
91722026-09-02T23:53:06.833Z[ recovery-image] Sep 02 23:53:05.709 INFO O| Sep 02 23:53:05.709 INFO STEP 1109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91732026-09-02T23:53:06.843Z[ recovery-image] Sep 02 23:53:05.720 INFO O| Sep 02 23:53:05.720 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/wall"
91742026-09-02T23:53:06.843Z[ recovery-image] Sep 02 23:53:05.720 INFO O| Sep 02 23:53:05.720 INFO STEP 1109 (remove_files) COMPLETE
91752026-09-02T23:53:06.843Z[ recovery-image] Sep 02 23:53:05.720 INFO O| Sep 02 23:53:05.720 INFO STEP 1110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91762026-09-02T23:53:06.853Z[ recovery-image] Sep 02 23:53:05.730 INFO O| Sep 02 23:53:05.730 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/whodo"
91772026-09-02T23:53:06.853Z[ recovery-image] Sep 02 23:53:05.730 INFO O| Sep 02 23:53:05.730 INFO STEP 1110 (remove_files) COMPLETE
91782026-09-02T23:53:06.853Z[ recovery-image] Sep 02 23:53:05.730 INFO O| Sep 02 23:53:05.730 INFO STEP 1111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91792026-09-02T23:53:06.863Z[ recovery-image] Sep 02 23:53:05.740 INFO O| Sep 02 23:53:05.740 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zdb"
91802026-09-02T23:53:06.863Z[ recovery-image] Sep 02 23:53:05.741 INFO O| Sep 02 23:53:05.741 INFO STEP 1111 (remove_files) COMPLETE
91812026-09-02T23:53:06.863Z[ recovery-image] Sep 02 23:53:05.741 INFO O| Sep 02 23:53:05.741 INFO STEP 1112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91822026-09-02T23:53:06.873Z[ recovery-image] Sep 02 23:53:05.750 INFO O| Sep 02 23:53:05.750 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zdump"
91832026-09-02T23:53:06.873Z[ recovery-image] Sep 02 23:53:05.750 INFO O| Sep 02 23:53:05.750 INFO STEP 1112 (remove_files) COMPLETE
91842026-09-02T23:53:06.876Z[ recovery-image] Sep 02 23:53:05.750 INFO O| Sep 02 23:53:05.750 INFO STEP 1113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91852026-09-02T23:53:06.883Z[ recovery-image] Sep 02 23:53:05.760 INFO O| Sep 02 23:53:05.760 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zic"
91862026-09-02T23:53:06.883Z[ recovery-image] Sep 02 23:53:05.760 INFO O| Sep 02 23:53:05.760 INFO STEP 1113 (remove_files) COMPLETE
91872026-09-02T23:53:06.883Z[ recovery-image] Sep 02 23:53:05.760 INFO O| Sep 02 23:53:05.760 INFO STEP 1114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91882026-09-02T23:53:06.893Z[ recovery-image] Sep 02 23:53:05.771 INFO O| Sep 02 23:53:05.771 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zlogin"
91892026-09-02T23:53:06.893Z[ recovery-image] Sep 02 23:53:05.771 INFO O| Sep 02 23:53:05.771 INFO STEP 1114 (remove_files) COMPLETE
91902026-09-02T23:53:06.896Z[ recovery-image] Sep 02 23:53:05.771 INFO O| Sep 02 23:53:05.771 INFO STEP 1115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91912026-09-02T23:53:06.903Z[ recovery-image] Sep 02 23:53:05.781 INFO O| Sep 02 23:53:05.781 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zoneadm"
91922026-09-02T23:53:06.903Z[ recovery-image] Sep 02 23:53:05.781 INFO O| Sep 02 23:53:05.781 INFO STEP 1115 (remove_files) COMPLETE
91932026-09-02T23:53:06.906Z[ recovery-image] Sep 02 23:53:05.781 INFO O| Sep 02 23:53:05.781 INFO STEP 1116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91942026-09-02T23:53:06.912Z[ recovery-image] Sep 02 23:53:05.790 INFO O| Sep 02 23:53:05.790 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zonecfg"
91952026-09-02T23:53:06.913Z[ recovery-image] Sep 02 23:53:05.790 INFO O| Sep 02 23:53:05.790 INFO STEP 1116 (remove_files) COMPLETE
91962026-09-02T23:53:06.913Z[ recovery-image] Sep 02 23:53:05.790 INFO O| Sep 02 23:53:05.790 INFO STEP 1117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91972026-09-02T23:53:06.925Z[ recovery-image] Sep 02 23:53:05.802 INFO O| Sep 02 23:53:05.802 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zstreamdump"
91982026-09-02T23:53:06.925Z[ recovery-image] Sep 02 23:53:05.802 INFO O| Sep 02 23:53:05.802 INFO STEP 1117 (remove_files) COMPLETE
91992026-09-02T23:53:06.925Z[ recovery-image] Sep 02 23:53:05.803 INFO O| Sep 02 23:53:05.802 INFO STEP 1118: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-03-recovery-trim.json
92002026-09-02T23:53:06.943Z[ recovery-image] Sep 02 23:53:05.820 INFO O| Sep 02 23:53:05.820 INFO file /rpool/images/build/recovery/output/sled-recovery-ramdisk.tar does not already exist, skipping removal
92012026-09-02T23:53:06.943Z[ recovery-image] Sep 02 23:53:05.821 INFO O| Sep 02 23:53:05.820 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/sled-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/sled/ramdisk", "."]
92022026-09-02T23:53:07.433Z[verify-libraries] Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
92032026-09-02T23:53:07.512Z[ host-image] Sep 02 23:53:06.388 INFO O| adding properties...
92042026-09-02T23:53:08.101Z[verify-libraries] Compiling support-bundle-viewer v0.1.2
92052026-09-02T23:53:08.145Z[ recovery-image] Sep 02 23:53:07.022 INFO O| Sep 02 23:53:07.022 INFO STEP 1118 (pack_tar) COMPLETE
92062026-09-02T23:53:08.145Z[ recovery-image] Sep 02 23:53:07.022 INFO O| Sep 02 23:53:07.022 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
92072026-09-02T23:53:08.145Z[ recovery-image] Sep 02 23:53:07.022 INFO O| Sep 02 23:53:07.022 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
92082026-09-02T23:53:08.546Z[ recovery-image] Sep 02 23:53:07.423 INFO O| Sep 02 23:53:07.423 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
92092026-09-02T23:53:08.626Z[ recovery-image] Sep 02 23:53:07.504 INFO O| Sep 02 23:53:07.503 INFO completed processing sled/ramdisk-03-recovery-trim
92102026-09-02T23:53:08.629Z[ recovery-image] Sep 02 23:53:07.507 INFO image builder template: zfs-recovery...
92112026-09-02T23:53:08.632Z[ recovery-image] Sep 02 23:53:07.507 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/.tmpsaZway/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.41.506", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@23.0.0.0", "-n", "zfs-recovery"], pwd: None
92122026-09-02T23:53:08.658Z[ recovery-image] Sep 02 23:53:07.535 INFO O| Sep 02 23:53:07.535 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/zfs-recovery
92132026-09-02T23:53:08.662Z[ recovery-image] Sep 02 23:53:07.539 INFO O| Sep 02 23:53:07.539 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/zfs-recovery
92142026-09-02T23:53:08.832Z[ recovery-image] Sep 02 23:53:07.710 INFO O| Sep 02 23:53:07.710 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/zfs-recovery: sync = disabled
92152026-09-02T23:53:08.905Z[ host-image] Sep 02 23:53:07.783 INFO O| installing packages...
92162026-09-02T23:53:08.929Z[ recovery-image] Sep 02 23:53:07.806 INFO O| Sep 02 23:53:07.806 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/zfs-recovery
92172026-09-02T23:53:08.929Z[ recovery-image] Sep 02 23:53:07.806 INFO O| Sep 02 23:53:07.806 INFO work dataset: rpool/images/build/recovery/work/sled/zfs-recovery
92182026-09-02T23:53:08.933Z[ recovery-image] Sep 02 23:53:07.810 INFO O| Sep 02 23:53:07.810 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/zfs-recovery
92192026-09-02T23:53:09.020Z[ recovery-image] Sep 02 23:53:07.898 INFO O| Sep 02 23:53:07.898 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/work/sled/zfs-recovery: sync = disabled
92202026-09-02T23:53:09.099Z[verify-libraries] Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
92212026-09-02T23:53:09.132Z[ recovery-image] Sep 02 23:53:08.009 INFO O| Sep 02 23:53:08.009 INFO DESTROY POOL: TEMPORARY-sled-zfs-recovery
92222026-09-02T23:53:09.143Z[ recovery-image] Sep 02 23:53:08.020 INFO O| Sep 02 23:53:08.020 INFO image file: /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw
92232026-09-02T23:53:09.148Z[ recovery-image] Sep 02 23:53:08.026 INFO O| Sep 02 23:53:08.026 INFO pool altroot: /rpool/images/build/recovery/work/sled/zfs-recovery/altroot
92242026-09-02T23:53:09.152Z[ recovery-image] Sep 02 23:53:08.027 INFO O| Sep 02 23:53:08.027 INFO no lofi found
92252026-09-02T23:53:09.152Z[ recovery-image] Sep 02 23:53:08.027 INFO O| Sep 02 23:53:08.027 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw does not already exist, skipping removal
92262026-09-02T23:53:09.152Z[ recovery-image] Sep 02 23:53:08.027 INFO O| Sep 02 23:53:08.027 INFO CREATE IMAGE (2000MB): /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw
92272026-09-02T23:53:09.258Z[verify-libraries] Compiling trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
92282026-09-02T23:53:09.304Z[verify-libraries] Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
92292026-09-02T23:53:09.481Z[verify-libraries] Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
92302026-09-02T23:53:09.639Z[verify-libraries] Compiling openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
92312026-09-02T23:53:09.912Z[verify-libraries] Compiling multimap v0.10.1
92322026-09-02T23:53:10.115Z[verify-libraries] Compiling termios v0.3.3
92332026-09-02T23:53:10.202Z[verify-libraries] Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
92342026-09-02T23:53:10.336Z[verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
92352026-09-02T23:53:10.530Z[verify-libraries] Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
92362026-09-02T23:53:11.125Z[ recovery-image] Sep 02 23:53:10.001 INFO O| Sep 02 23:53:10.001 INFO lofi device = /dev/dsk/c2t1d0p0
92372026-09-02T23:53:11.126Z[ recovery-image] Sep 02 23:53:10.001 INFO O| Sep 02 23:53:10.001 INFO pool device = /dev/dsk/c2t1d0p0
92382026-09-02T23:53:11.126Z[ recovery-image] Sep 02 23:53:10.001 INFO O| Sep 02 23:53:10.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"]
92392026-09-02T23:53:11.322Z[ recovery-image] Sep 02 23:53:10.199 INFO O| Sep 02 23:53:10.199 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
92402026-09-02T23:53:11.322Z[ recovery-image] Sep 02 23:53:10.199 INFO O| Sep 02 23:53:10.199 INFO CREATE DATASET: TEMPORARY-sled-zfs-recovery/ROOT
92412026-09-02T23:53:11.409Z[ recovery-image] Sep 02 23:53:10.286 INFO O| Sep 02 23:53:10.286 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT: canmount = off
92422026-09-02T23:53:11.501Z[ recovery-image] Sep 02 23:53:10.378 INFO O| Sep 02 23:53:10.378 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT: mountpoint = legacy
92432026-09-02T23:53:11.533Z[ recovery-image] Sep 02 23:53:10.410 INFO O| Sep 02 23:53:10.410 INFO CREATE DATASET: TEMPORARY-sled-zfs-recovery/ROOT/ramdisk
92442026-09-02T23:53:11.556Z[ recovery-image] Sep 02 23:53:10.433 INFO O| Sep 02 23:53:10.433 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: canmount = noauto
92452026-09-02T23:53:11.571Z[ recovery-image] Sep 02 23:53:10.448 INFO O| Sep 02 23:53:10.448 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: mountpoint = legacy
92462026-09-02T23:53:11.615Z[ recovery-image] Sep 02 23:53:10.493 INFO O| Sep 02 23:53:10.493 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a
92472026-09-02T23:53:11.616Z[ recovery-image] Sep 02 23:53:10.493 INFO O| Sep 02 23:53:10.493 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a
92482026-09-02T23:53:11.616Z[ recovery-image] Sep 02 23:53:10.493 INFO O| Sep 02 23:53:10.493 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-sled-zfs-recovery/ROOT/ramdisk", "/rpool/images/build/recovery/work/sled/zfs-recovery/a"]
92492026-09-02T23:53:11.623Z[ recovery-image] Sep 02 23:53:10.501 INFO O| Sep 02 23:53:10.501 INFO boot environment UUID: c4288084-8614-42f6-9ebc-5a00e0399431
92502026-09-02T23:53:11.623Z[ recovery-image] Sep 02 23:53:10.501 INFO O| Sep 02 23:53:10.501 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:uuid = c4288084-8614-42f6-9ebc-5a00e0399431
92512026-09-02T23:53:11.641Z[ recovery-image] Sep 02 23:53:10.518 INFO O| Sep 02 23:53:10.518 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:policy = static
92522026-09-02T23:53:11.659Z[ recovery-image] Sep 02 23:53:10.536 INFO O| Sep 02 23:53:10.536 INFO STEP 0 (create_be) COMPLETE
92532026-09-02T23:53:11.659Z[ recovery-image] Sep 02 23:53:10.537 INFO O| Sep 02 23:53:10.536 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
92542026-09-02T23:53:11.675Z[ recovery-image] Sep 02 23:53:10.553 INFO O| Sep 02 23:53:10.553 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"]
92552026-09-02T23:53:15.146Z[verify-libraries] Compiling polar-core v0.27.3
92562026-09-02T23:53:19.201Z[ recovery-image] Sep 02 23:53:18.078 INFO O| Sep 02 23:53:18.078 INFO STEP 1 (unpack_tar) COMPLETE
92572026-09-02T23:53:19.201Z[ recovery-image] Sep 02 23:53:18.078 INFO O| Sep 02 23:53:18.078 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92582026-09-02T23:53:21.754Z[ recovery-image] Sep 02 23:53:20.591 INFO O| Sep 02 23:53:20.591 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/recovery/work/sled/zfs-recovery/a"]
92592026-09-02T23:53:23.114Z[ recovery-image] Sep 02 23:53:21.991 INFO O| Sep 02 23:53:21.991 INFO STEP 2 (devfsadm) COMPLETE
92602026-09-02T23:53:23.114Z[ recovery-image] Sep 02 23:53:21.991 INFO O| Sep 02 23:53:21.991 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92612026-09-02T23:53:23.127Z[ recovery-image] Sep 02 23:53:22.005 INFO O| Sep 02 23:53:22.005 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
92622026-09-02T23:53:23.127Z[ recovery-image] Sep 02 23:53:22.005 INFO O| Sep 02 23:53:22.005 INFO STEP 3 (ensure_dir) COMPLETE
92632026-09-02T23:53:23.127Z[ recovery-image] Sep 02 23:53:22.005 INFO O| Sep 02 23:53:22.005 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92642026-09-02T23:53:23.142Z[ recovery-image] Sep 02 23:53:22.020 INFO O| Sep 02 23:53:22.020 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
92652026-09-02T23:53:23.142Z[ recovery-image] Sep 02 23:53:22.020 INFO O| Sep 02 23:53:22.020 INFO STEP 4 (ensure_dir) COMPLETE
92662026-09-02T23:53:23.146Z[ recovery-image] Sep 02 23:53:22.020 INFO O| Sep 02 23:53:22.020 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92672026-09-02T23:53:23.153Z[ recovery-image] Sep 02 23:53:22.031 INFO O| Sep 02 23:53:22.031 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
92682026-09-02T23:53:23.153Z[ recovery-image] Sep 02 23:53:22.031 INFO O| Sep 02 23:53:22.031 INFO STEP 5 (ensure_dir) COMPLETE
92692026-09-02T23:53:23.157Z[ recovery-image] Sep 02 23:53:22.031 INFO O| Sep 02 23:53:22.031 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92702026-09-02T23:53:23.162Z[ recovery-image] Sep 02 23:53:22.039 INFO O| Sep 02 23:53:22.039 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
92712026-09-02T23:53:23.173Z[ recovery-image] Sep 02 23:53:22.039 INFO O| Sep 02 23:53:22.039 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
92722026-09-02T23:53:23.173Z[ recovery-image] Sep 02 23:53:22.039 INFO O| Sep 02 23:53:22.039 INFO STEP 6 (ensure_dir) COMPLETE
92732026-09-02T23:53:23.173Z[ recovery-image] Sep 02 23:53:22.039 INFO O| Sep 02 23:53:22.039 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92742026-09-02T23:53:23.178Z[ recovery-image] Sep 02 23:53:22.054 INFO O| Sep 02 23:53:22.054 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
92752026-09-02T23:53:23.178Z[ recovery-image] Sep 02 23:53:22.054 INFO O| Sep 02 23:53:22.054 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
92762026-09-02T23:53:23.178Z[ recovery-image] Sep 02 23:53:22.054 INFO O| Sep 02 23:53:22.054 INFO STEP 7 (ensure_dir) COMPLETE
92772026-09-02T23:53:23.178Z[ recovery-image] Sep 02 23:53:22.054 INFO O| Sep 02 23:53:22.054 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92782026-09-02T23:53:23.188Z[ recovery-image] Sep 02 23:53:22.065 INFO O| Sep 02 23:53:22.065 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg"
92792026-09-02T23:53:23.191Z[ recovery-image] Sep 02 23:53:22.066 INFO O| Sep 02 23:53:22.066 INFO STEP 8 (remove_files) COMPLETE
92802026-09-02T23:53:23.191Z[ recovery-image] Sep 02 23:53:22.066 INFO O| Sep 02 23:53:22.066 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92812026-09-02T23:53:23.225Z[ recovery-image] Sep 02 23:53:22.102 INFO O| Sep 02 23:53:22.094 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk"
92822026-09-02T23:53:23.225Z[ recovery-image] Sep 02 23:53:22.102 INFO O| Sep 02 23:53:22.094 INFO STEP 9 (remove_files) COMPLETE
92832026-09-02T23:53:23.225Z[ recovery-image] Sep 02 23:53:22.102 INFO O| Sep 02 23:53:22.094 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92842026-09-02T23:53:23.229Z[ recovery-image] Sep 02 23:53:22.106 INFO O| Sep 02 23:53:22.106 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk"
92852026-09-02T23:53:23.232Z[ recovery-image] Sep 02 23:53:22.107 INFO O| Sep 02 23:53:22.107 INFO STEP 10 (remove_files) COMPLETE
92862026-09-02T23:53:23.232Z[ recovery-image] Sep 02 23:53:22.107 INFO O| Sep 02 23:53:22.107 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92872026-09-02T23:53:23.236Z[verify-libraries] Compiling oso v0.27.3
92882026-09-02T23:53:23.248Z[ recovery-image] Sep 02 23:53:22.119 INFO O| Sep 02 23:53:22.119 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors"
92892026-09-02T23:53:23.251Z[ recovery-image] Sep 02 23:53:22.119 INFO O| Sep 02 23:53:22.119 INFO STEP 11 (remove_files) COMPLETE
92902026-09-02T23:53:23.251Z[ recovery-image] Sep 02 23:53:22.119 INFO O| Sep 02 23:53:22.119 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92912026-09-02T23:53:23.258Z[ recovery-image] Sep 02 23:53:22.131 INFO O| Sep 02 23:53:22.131 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb"
92922026-09-02T23:53:23.258Z[ recovery-image] Sep 02 23:53:22.131 INFO O| Sep 02 23:53:22.131 INFO STEP 12 (remove_files) COMPLETE
92932026-09-02T23:53:23.263Z[ recovery-image] Sep 02 23:53:22.131 INFO O| Sep 02 23:53:22.131 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92942026-09-02T23:53:23.267Z[ recovery-image] Sep 02 23:53:22.141 INFO O| Sep 02 23:53:22.141 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
92952026-09-02T23:53:23.267Z[ recovery-image] Sep 02 23:53:22.141 INFO O| Sep 02 23:53:22.141 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
92962026-09-02T23:53:23.267Z[ recovery-image] Sep 02 23:53:22.141 INFO O| Sep 02 23:53:22.141 INFO STEP 13 (ensure_dir) COMPLETE
92972026-09-02T23:53:23.267Z[ recovery-image] Sep 02 23:53:22.141 INFO O| Sep 02 23:53:22.141 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92982026-09-02T23:53:23.276Z[ recovery-image] Sep 02 23:53:22.152 INFO O| Sep 02 23:53:22.152 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
92992026-09-02T23:53:23.276Z[ recovery-image] Sep 02 23:53:22.152 INFO O| Sep 02 23:53:22.152 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
93002026-09-02T23:53:23.276Z[ recovery-image] Sep 02 23:53:22.152 INFO O| Sep 02 23:53:22.152 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
93012026-09-02T23:53:23.279Z[ recovery-image] Sep 02 23:53:22.152 INFO O| Sep 02 23:53:22.152 INFO STEP 14 (ensure_dir) COMPLETE
93022026-09-02T23:53:23.279Z[ recovery-image] Sep 02 23:53:22.152 INFO O| Sep 02 23:53:22.152 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93032026-09-02T23:53:23.286Z[ recovery-image] Sep 02 23:53:22.164 INFO O| Sep 02 23:53:22.163 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
93042026-09-02T23:53:23.295Z[ recovery-image] Sep 02 23:53:22.164 INFO O| Sep 02 23:53:22.164 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
93052026-09-02T23:53:23.295Z[ recovery-image] Sep 02 23:53:22.164 INFO O| Sep 02 23:53:22.164 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
93062026-09-02T23:53:23.295Z[ recovery-image] Sep 02 23:53:22.164 INFO O| Sep 02 23:53:22.164 INFO STEP 15 (ensure_dir) COMPLETE
93072026-09-02T23:53:23.298Z[ recovery-image] Sep 02 23:53:22.164 INFO O| Sep 02 23:53:22.164 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93082026-09-02T23:53:23.298Z[ recovery-image] Sep 02 23:53:22.175 INFO O| Sep 02 23:53:22.175 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
93092026-09-02T23:53:23.298Z[ recovery-image] Sep 02 23:53:22.175 INFO O| Sep 02 23:53:22.175 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
93102026-09-02T23:53:23.298Z[ recovery-image] Sep 02 23:53:22.175 INFO O| Sep 02 23:53:22.175 INFO STEP 16 (ensure_dir) COMPLETE
93112026-09-02T23:53:23.298Z[ recovery-image] Sep 02 23:53:22.175 INFO O| Sep 02 23:53:22.175 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93122026-09-02T23:53:23.317Z[ recovery-image] Sep 02 23:53:22.187 INFO O| Sep 02 23:53:22.187 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
93132026-09-02T23:53:23.318Z[ recovery-image] Sep 02 23:53:22.187 INFO O| Sep 02 23:53:22.187 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
93142026-09-02T23:53:23.318Z[ recovery-image] Sep 02 23:53:22.187 INFO O| Sep 02 23:53:22.187 INFO STEP 17 (ensure_dir) COMPLETE
93152026-09-02T23:53:23.318Z[ recovery-image] Sep 02 23:53:22.187 INFO O| Sep 02 23:53:22.187 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93162026-09-02T23:53:23.321Z[ recovery-image] Sep 02 23:53:22.198 INFO O| Sep 02 23:53:22.198 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
93172026-09-02T23:53:23.321Z[ recovery-image] Sep 02 23:53:22.198 INFO O| Sep 02 23:53:22.198 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/msglog
93182026-09-02T23:53:23.321Z[ recovery-image] Sep 02 23:53:22.198 INFO O| Sep 02 23:53:22.198 INFO ok!
93192026-09-02T23:53:23.321Z[ recovery-image] Sep 02 23:53:22.198 INFO O| Sep 02 23:53:22.198 INFO STEP 18 (ensure_symlink) COMPLETE
93202026-09-02T23:53:23.321Z[ recovery-image] Sep 02 23:53:22.198 INFO O| Sep 02 23:53:22.198 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93212026-09-02T23:53:23.331Z[ recovery-image] Sep 02 23:53:22.209 INFO O| Sep 02 23:53:22.209 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/reconfigure exists, with correct contents
93222026-09-02T23:53:23.331Z[ recovery-image] Sep 02 23:53:22.209 INFO O| Sep 02 23:53:22.209 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/reconfigure
93232026-09-02T23:53:23.331Z[ recovery-image] Sep 02 23:53:22.209 INFO O| Sep 02 23:53:22.209 INFO ok!
93242026-09-02T23:53:23.334Z[ recovery-image] Sep 02 23:53:22.209 INFO O| Sep 02 23:53:22.209 INFO STEP 19 (ensure_file) COMPLETE
93252026-09-02T23:53:23.334Z[ recovery-image] Sep 02 23:53:22.209 INFO O| Sep 02 23:53:22.209 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
93262026-09-02T23:53:23.341Z[ recovery-image] Sep 02 23:53:22.219 INFO O| Sep 02 23:53:22.219 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml does not exist
93272026-09-02T23:53:23.341Z[ recovery-image] Sep 02 23:53:22.219 INFO O| Sep 02 23:53:22.219 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
93282026-09-02T23:53:23.345Z[ recovery-image] Sep 02 23:53:22.219 INFO O| Sep 02 23:53:22.219 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml
93292026-09-02T23:53:23.348Z[ recovery-image] Sep 02 23:53:22.219 INFO O| Sep 02 23:53:22.219 INFO ok!
93302026-09-02T23:53:23.348Z[ recovery-image] Sep 02 23:53:22.219 INFO O| Sep 02 23:53:22.219 INFO STEP 20 (ensure_symlink) COMPLETE
93312026-09-02T23:53:23.348Z[ recovery-image] Sep 02 23:53:22.219 INFO O| Sep 02 23:53:22.219 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
93322026-09-02T23:53:23.352Z[ recovery-image] Sep 02 23:53:22.230 INFO O| Sep 02 23:53:22.230 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml does not exist
93332026-09-02T23:53:23.352Z[ recovery-image] Sep 02 23:53:22.230 INFO O| Sep 02 23:53:22.230 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
93342026-09-02T23:53:23.355Z[ recovery-image] Sep 02 23:53:22.230 INFO O| Sep 02 23:53:22.230 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml
93352026-09-02T23:53:23.355Z[ recovery-image] Sep 02 23:53:22.230 INFO O| Sep 02 23:53:22.230 INFO ok!
93362026-09-02T23:53:23.355Z[ recovery-image] Sep 02 23:53:22.230 INFO O| Sep 02 23:53:22.230 INFO STEP 21 (ensure_symlink) COMPLETE
93372026-09-02T23:53:23.355Z[ recovery-image] Sep 02 23:53:22.230 INFO O| Sep 02 23:53:22.230 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
93382026-09-02T23:53:23.363Z[ recovery-image] Sep 02 23:53:22.240 INFO O| Sep 02 23:53:22.240 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml does not exist
93392026-09-02T23:53:23.363Z[ recovery-image] Sep 02 23:53:22.240 INFO O| Sep 02 23:53:22.240 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
93402026-09-02T23:53:23.363Z[ recovery-image] Sep 02 23:53:22.240 INFO O| Sep 02 23:53:22.240 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml
93412026-09-02T23:53:23.366Z[ recovery-image] Sep 02 23:53:22.240 INFO O| Sep 02 23:53:22.240 INFO ok!
93422026-09-02T23:53:23.366Z[ recovery-image] Sep 02 23:53:22.240 INFO O| Sep 02 23:53:22.240 INFO STEP 22 (ensure_symlink) COMPLETE
93432026-09-02T23:53:23.366Z[ recovery-image] Sep 02 23:53:22.240 INFO O| Sep 02 23:53:22.240 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
93442026-09-02T23:53:23.387Z[ recovery-image] Sep 02 23:53:22.264 INFO O| Sep 02 23:53:22.264 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml does not exist
93452026-09-02T23:53:23.387Z[ recovery-image] Sep 02 23:53:22.264 INFO O| Sep 02 23:53:22.264 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
93462026-09-02T23:53:23.390Z[ recovery-image] Sep 02 23:53:22.264 INFO O| Sep 02 23:53:22.264 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml
93472026-09-02T23:53:23.390Z[ recovery-image] Sep 02 23:53:22.264 INFO O| Sep 02 23:53:22.264 INFO ok!
93482026-09-02T23:53:23.390Z[ recovery-image] Sep 02 23:53:22.264 INFO O| Sep 02 23:53:22.264 INFO STEP 23 (ensure_symlink) COMPLETE
93492026-09-02T23:53:23.390Z[ recovery-image] Sep 02 23:53:22.264 INFO O| Sep 02 23:53:22.264 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
93502026-09-02T23:53:23.398Z[ recovery-image] Sep 02 23:53:22.276 INFO O| Sep 02 23:53:22.276 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nsswitch.conf exists, with wrong contents, unlinking
93512026-09-02T23:53:23.398Z[ recovery-image] Sep 02 23:53:22.276 INFO O| Sep 02 23:53:22.276 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 ...
93522026-09-02T23:53:23.401Z[ recovery-image] Sep 02 23:53:22.276 INFO O| Sep 02 23:53:22.276 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nsswitch.conf
93532026-09-02T23:53:23.404Z[ recovery-image] Sep 02 23:53:22.276 INFO O| Sep 02 23:53:22.276 INFO ok!
93542026-09-02T23:53:23.404Z[ recovery-image] Sep 02 23:53:22.276 INFO O| Sep 02 23:53:22.276 INFO STEP 24 (ensure_file) COMPLETE
93552026-09-02T23:53:23.404Z[ recovery-image] Sep 02 23:53:22.276 INFO O| Sep 02 23:53:22.276 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
93562026-09-02T23:53:23.409Z[ recovery-image] Sep 02 23:53:22.286 INFO O| Sep 02 23:53:22.286 INFO updating shadow file
93572026-09-02T23:53:23.412Z[ recovery-image] Sep 02 23:53:22.287 INFO O| Sep 02 23:53:22.286 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
93582026-09-02T23:53:23.412Z[ recovery-image] Sep 02 23:53:22.287 INFO O| Sep 02 23:53:22.287 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
93592026-09-02T23:53:23.412Z[ recovery-image] Sep 02 23:53:22.287 INFO O| Sep 02 23:53:22.287 INFO STEP 25 (shadow) COMPLETE
93602026-09-02T23:53:23.412Z[ recovery-image] Sep 02 23:53:22.287 INFO O| Sep 02 23:53:22.287 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
93612026-09-02T23:53:23.419Z[ recovery-image] Sep 02 23:53:22.297 INFO O| Sep 02 23:53:22.297 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts exists, with wrong contents, unlinking
93622026-09-02T23:53:23.419Z[ recovery-image] Sep 02 23:53:22.297 INFO O| Sep 02 23:53:22.297 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts ...
93632026-09-02T23:53:23.422Z[ recovery-image] Sep 02 23:53:22.297 INFO O| Sep 02 23:53:22.297 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts
93642026-09-02T23:53:23.473Z[ recovery-image] Sep 02 23:53:22.297 INFO O| Sep 02 23:53:22.297 INFO ok!
93652026-09-02T23:53:23.473Z[ recovery-image] Sep 02 23:53:22.297 INFO O| Sep 02 23:53:22.297 INFO STEP 26 (ensure_file) COMPLETE
93662026-09-02T23:53:23.473Z[ recovery-image] Sep 02 23:53:22.297 INFO O| Sep 02 23:53:22.297 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
93672026-09-02T23:53:23.508Z[ recovery-image] Sep 02 23:53:22.308 INFO O| Sep 02 23:53:22.308 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename does not exist
93682026-09-02T23:53:23.508Z[ recovery-image] Sep 02 23:53:22.308 INFO O| Sep 02 23:53:22.308 INFO writing /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename ...
93692026-09-02T23:53:23.508Z[ recovery-image] Sep 02 23:53:22.308 INFO O| Sep 02 23:53:22.308 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename
93702026-09-02T23:53:23.508Z[ recovery-image] Sep 02 23:53:22.308 INFO O| Sep 02 23:53:22.308 INFO ok!
93712026-09-02T23:53:23.508Z[ recovery-image] Sep 02 23:53:22.308 INFO O| Sep 02 23:53:22.308 INFO STEP 27 (ensure_file) COMPLETE
93722026-09-02T23:53:23.508Z[ recovery-image] Sep 02 23:53:22.308 INFO O| Sep 02 23:53:22.308 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
93732026-09-02T23:53:23.508Z[ recovery-image] Sep 02 23:53:22.318 INFO O| Sep 02 23:53:22.318 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent exists, with wrong contents, unlinking
93742026-09-02T23:53:23.508Z[ recovery-image] Sep 02 23:53:22.318 INFO O| Sep 02 23:53:22.318 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent ...
93752026-09-02T23:53:23.508Z[ recovery-image] Sep 02 23:53:22.319 INFO O| Sep 02 23:53:22.319 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent
93762026-09-02T23:53:23.508Z[ recovery-image] Sep 02 23:53:22.319 INFO O| Sep 02 23:53:22.319 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent
93772026-09-02T23:53:23.508Z[ recovery-image] Sep 02 23:53:22.319 INFO O| Sep 02 23:53:22.319 INFO ok!
93782026-09-02T23:53:23.508Z[ recovery-image] Sep 02 23:53:22.319 INFO O| Sep 02 23:53:22.319 INFO STEP 28 (ensure_file) COMPLETE
93792026-09-02T23:53:23.508Z[ recovery-image] Sep 02 23:53:22.319 INFO O| Sep 02 23:53:22.319 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
93802026-09-02T23:53:23.508Z[ recovery-image] Sep 02 23:53:22.329 INFO O| Sep 02 23:53:22.329 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf does not exist
93812026-09-02T23:53:23.508Z[ recovery-image] Sep 02 23:53:22.329 INFO O| Sep 02 23:53:22.329 INFO writing /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf ...
93822026-09-02T23:53:23.508Z[ recovery-image] Sep 02 23:53:22.329 INFO O| Sep 02 23:53:22.329 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf
93832026-09-02T23:53:23.508Z[ recovery-image] Sep 02 23:53:22.329 INFO O| Sep 02 23:53:22.329 INFO ok!
93842026-09-02T23:53:23.508Z[ recovery-image] Sep 02 23:53:22.329 INFO O| Sep 02 23:53:22.329 INFO STEP 29 (ensure_file) COMPLETE
93852026-09-02T23:53:23.508Z[ recovery-image] Sep 02 23:53:22.329 INFO O| Sep 02 23:53:22.329 INFO STEP 30: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
93862026-09-02T23:53:23.508Z[ recovery-image] Sep 02 23:53:22.339 INFO O| Sep 02 23:53:22.339 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
93872026-09-02T23:53:23.508Z[ recovery-image] Sep 02 23:53:22.339 INFO O| Sep 02 23:53:22.339 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
93882026-09-02T23:53:23.508Z[ recovery-image] Sep 02 23:53:22.339 INFO O| Sep 02 23:53:22.339 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
93892026-09-02T23:53:23.508Z[ recovery-image] Sep 02 23:53:22.339 INFO O| Sep 02 23:53:22.339 INFO STEP 30 (ensure_dir) COMPLETE
93902026-09-02T23:53:23.508Z[ recovery-image] Sep 02 23:53:22.339 INFO O| Sep 02 23:53:22.339 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
93912026-09-02T23:53:23.508Z[ recovery-image] Sep 02 23:53:22.349 INFO O| Sep 02 23:53:22.349 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide/net-setup does not exist
93922026-09-02T23:53:23.508Z[ recovery-image] Sep 02 23:53:22.349 INFO O| Sep 02 23:53:22.349 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 ...
93932026-09-02T23:53:23.508Z[ recovery-image] Sep 02 23:53:22.349 INFO O| Sep 02 23:53:22.349 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
93942026-09-02T23:53:23.508Z[ recovery-image] Sep 02 23:53:22.349 INFO O| Sep 02 23:53:22.349 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide/net-setup
93952026-09-02T23:53:23.508Z[ recovery-image] Sep 02 23:53:22.349 INFO O| Sep 02 23:53:22.349 INFO ok!
93962026-09-02T23:53:23.509Z[ recovery-image] Sep 02 23:53:22.349 INFO O| Sep 02 23:53:22.349 INFO STEP 31 (ensure_file) COMPLETE
93972026-09-02T23:53:23.509Z[ recovery-image] Sep 02 23:53:22.349 INFO O| Sep 02 23:53:22.349 INFO STEP 32: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
93982026-09-02T23:53:23.509Z[ recovery-image] Sep 02 23:53:22.359 INFO O| Sep 02 23:53:22.359 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
93992026-09-02T23:53:23.509Z[ recovery-image] Sep 02 23:53:22.360 INFO O| Sep 02 23:53:22.360 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
94002026-09-02T23:53:23.509Z[ recovery-image] Sep 02 23:53:22.360 INFO O| Sep 02 23:53:22.360 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
94012026-09-02T23:53:23.509Z[ recovery-image] Sep 02 23:53:22.360 INFO O| Sep 02 23:53:22.360 INFO STEP 32 (ensure_dir) COMPLETE
94022026-09-02T23:53:23.509Z[ recovery-image] Sep 02 23:53:22.360 INFO O| Sep 02 23:53:22.360 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
94032026-09-02T23:53:23.509Z[ recovery-image] Sep 02 23:53:22.369 INFO O| Sep 02 23:53:22.369 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide/net-setup.xml does not exist
94042026-09-02T23:53:23.509Z[ recovery-image] Sep 02 23:53:22.369 INFO O| Sep 02 23:53:22.369 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 ...
94052026-09-02T23:53:23.509Z[ recovery-image] Sep 02 23:53:22.369 INFO O| Sep 02 23:53:22.369 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
94062026-09-02T23:53:23.509Z[ recovery-image] Sep 02 23:53:22.369 INFO O| Sep 02 23:53:22.369 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide/net-setup.xml
94072026-09-02T23:53:23.509Z[ recovery-image] Sep 02 23:53:22.369 INFO O| Sep 02 23:53:22.369 INFO ok!
94082026-09-02T23:53:23.509Z[ recovery-image] Sep 02 23:53:22.369 INFO O| Sep 02 23:53:22.369 INFO STEP 33 (ensure_file) COMPLETE
94092026-09-02T23:53:23.509Z[ recovery-image] Sep 02 23:53:22.369 INFO O| Sep 02 23:53:22.369 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
94102026-09-02T23:53:23.509Z[ recovery-image] Sep 02 23:53:22.379 INFO O| Sep 02 23:53:22.379 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master does not exist
94112026-09-02T23:53:23.509Z[ recovery-image] Sep 02 23:53:22.379 INFO O| Sep 02 23:53:22.379 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master ...
94122026-09-02T23:53:23.509Z[ recovery-image] Sep 02 23:53:22.379 INFO O| Sep 02 23:53:22.379 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master
94132026-09-02T23:53:23.509Z[ recovery-image] Sep 02 23:53:22.379 INFO O| Sep 02 23:53:22.379 INFO ok!
94142026-09-02T23:53:23.509Z[ recovery-image] Sep 02 23:53:22.379 INFO O| Sep 02 23:53:22.379 INFO STEP 34 (ensure_file) COMPLETE
94152026-09-02T23:53:23.509Z[ recovery-image] Sep 02 23:53:22.379 INFO O| Sep 02 23:53:22.379 INFO STEP 35: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
94162026-09-02T23:53:23.513Z[ recovery-image] Sep 02 23:53:22.388 INFO O| Sep 02 23:53:22.388 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs exists, with wrong contents, unlinking
94172026-09-02T23:53:23.513Z[ recovery-image] Sep 02 23:53:22.388 INFO O| Sep 02 23:53:22.388 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs ...
94182026-09-02T23:53:23.513Z[ recovery-image] Sep 02 23:53:22.388 INFO O| Sep 02 23:53:22.388 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs
94192026-09-02T23:53:23.513Z[ recovery-image] Sep 02 23:53:22.389 INFO O| Sep 02 23:53:22.388 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs
94202026-09-02T23:53:23.513Z[ recovery-image] Sep 02 23:53:22.389 INFO O| Sep 02 23:53:22.389 INFO ok!
94212026-09-02T23:53:23.513Z[ recovery-image] Sep 02 23:53:22.389 INFO O| Sep 02 23:53:22.389 INFO STEP 35 (ensure_file) COMPLETE
94222026-09-02T23:53:23.513Z[ recovery-image] Sep 02 23:53:22.389 INFO O| Sep 02 23:53:22.389 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
94232026-09-02T23:53:23.522Z[ recovery-image] Sep 02 23:53:22.400 INFO O| Sep 02 23:53:22.399 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init exists, with wrong contents, unlinking
94242026-09-02T23:53:23.522Z[ recovery-image] Sep 02 23:53:22.400 INFO O| Sep 02 23:53:22.400 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init ...
94252026-09-02T23:53:23.522Z[ recovery-image] Sep 02 23:53:22.400 INFO O| Sep 02 23:53:22.400 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init
94262026-09-02T23:53:23.525Z[ recovery-image] Sep 02 23:53:22.400 INFO O| Sep 02 23:53:22.400 INFO ok!
94272026-09-02T23:53:23.525Z[ recovery-image] Sep 02 23:53:22.400 INFO O| Sep 02 23:53:22.400 INFO STEP 36 (ensure_file) COMPLETE
94282026-09-02T23:53:23.525Z[ recovery-image] Sep 02 23:53:22.400 INFO O| Sep 02 23:53:22.400 INFO STEP 37: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
94292026-09-02T23:53:23.553Z[ recovery-image] Sep 02 23:53:22.427 INFO O| Sep 02 23:53:22.427 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
94302026-09-02T23:53:23.553Z[ recovery-image] Sep 02 23:53:22.427 INFO O| Sep 02 23:53:22.427 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config ...
94312026-09-02T23:53:23.557Z[ recovery-image] Sep 02 23:53:22.427 INFO O| Sep 02 23:53:22.427 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config
94322026-09-02T23:53:23.557Z[ recovery-image] Sep 02 23:53:22.427 INFO O| Sep 02 23:53:22.427 INFO ok!
94332026-09-02T23:53:23.557Z[ recovery-image] Sep 02 23:53:22.427 INFO O| Sep 02 23:53:22.427 INFO STEP 37 (ensure_file) COMPLETE
94342026-09-02T23:53:23.557Z[ recovery-image] Sep 02 23:53:22.427 INFO O| Sep 02 23:53:22.427 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
94352026-09-02T23:53:23.561Z[ recovery-image] Sep 02 23:53:22.439 INFO O| Sep 02 23:53:22.439 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams does not exist
94362026-09-02T23:53:23.561Z[ recovery-image] Sep 02 23:53:22.439 INFO O| Sep 02 23:53:22.439 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams ...
94372026-09-02T23:53:23.561Z[ recovery-image] Sep 02 23:53:22.439 INFO O| Sep 02 23:53:22.439 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
94382026-09-02T23:53:23.565Z[ recovery-image] Sep 02 23:53:22.439 INFO O| Sep 02 23:53:22.439 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
94392026-09-02T23:53:23.565Z[ recovery-image] Sep 02 23:53:22.439 INFO O| Sep 02 23:53:22.439 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
94402026-09-02T23:53:23.565Z[ recovery-image] Sep 02 23:53:22.439 INFO O| Sep 02 23:53:22.439 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
94412026-09-02T23:53:23.565Z[ recovery-image] Sep 02 23:53:22.439 INFO O| Sep 02 23:53:22.439 INFO ok!
94422026-09-02T23:53:23.565Z[ recovery-image] Sep 02 23:53:22.439 INFO O| Sep 02 23:53:22.439 INFO STEP 38 (ensure_file) COMPLETE
94432026-09-02T23:53:23.565Z[ recovery-image] Sep 02 23:53:22.439 INFO O| Sep 02 23:53:22.439 INFO STEP 39: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
94442026-09-02T23:53:23.574Z[ recovery-image] Sep 02 23:53:22.448 INFO O| Sep 02 23:53:22.448 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
94452026-09-02T23:53:23.574Z[ recovery-image] Sep 02 23:53:22.448 INFO O| Sep 02 23:53:22.448 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
94462026-09-02T23:53:23.574Z[ recovery-image] Sep 02 23:53:22.448 INFO O| Sep 02 23:53:22.448 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
94472026-09-02T23:53:23.574Z[ recovery-image] Sep 02 23:53:22.448 INFO O| Sep 02 23:53:22.448 INFO STEP 39 (ensure_dir) COMPLETE
94482026-09-02T23:53:23.574Z[ recovery-image] Sep 02 23:53:22.448 INFO O| Sep 02 23:53:22.448 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
94492026-09-02T23:53:23.581Z[ recovery-image] Sep 02 23:53:22.458 INFO O| Sep 02 23:53:22.458 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
94502026-09-02T23:53:23.581Z[ recovery-image] Sep 02 23:53:22.458 INFO O| Sep 02 23:53:22.458 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 ...
94512026-09-02T23:53:23.581Z[ recovery-image] Sep 02 23:53:22.458 INFO O| Sep 02 23:53:22.458 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
94522026-09-02T23:53:23.585Z[ recovery-image] Sep 02 23:53:22.458 INFO O| Sep 02 23:53:22.458 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
94532026-09-02T23:53:23.585Z[ recovery-image] Sep 02 23:53:22.458 INFO O| Sep 02 23:53:22.458 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
94542026-09-02T23:53:23.585Z[ recovery-image] Sep 02 23:53:22.458 INFO O| Sep 02 23:53:22.458 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
94552026-09-02T23:53:23.585Z[ recovery-image] Sep 02 23:53:22.458 INFO O| Sep 02 23:53:22.458 INFO ok!
94562026-09-02T23:53:23.585Z[ recovery-image] Sep 02 23:53:22.458 INFO O| Sep 02 23:53:22.458 INFO STEP 40 (ensure_file) COMPLETE
94572026-09-02T23:53:23.585Z[ recovery-image] Sep 02 23:53:22.458 INFO O| Sep 02 23:53:22.458 INFO STEP 41: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
94582026-09-02T23:53:23.593Z[ recovery-image] Sep 02 23:53:22.470 INFO O| Sep 02 23:53:22.470 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
94592026-09-02T23:53:23.593Z[ recovery-image] Sep 02 23:53:22.470 INFO O| Sep 02 23:53:22.470 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 ...
94602026-09-02T23:53:23.596Z[ recovery-image] Sep 02 23:53:22.470 INFO O| Sep 02 23:53:22.470 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin
94612026-09-02T23:53:23.634Z[ recovery-image] Sep 02 23:53:22.470 INFO O| Sep 02 23:53:22.470 INFO ok!
94622026-09-02T23:53:23.639Z[ recovery-image] Sep 02 23:53:22.470 INFO O| Sep 02 23:53:22.470 INFO STEP 41 (ensure_symlink) COMPLETE
94632026-09-02T23:53:23.639Z[ recovery-image] Sep 02 23:53:22.470 INFO O| Sep 02 23:53:22.470 INFO STEP 42: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
94642026-09-02T23:53:23.642Z[ recovery-image] Sep 02 23:53:22.481 INFO O| Sep 02 23:53:22.481 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo does not exist
94652026-09-02T23:53:23.643Z[ recovery-image] Sep 02 23:53:22.481 INFO O| Sep 02 23:53:22.481 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo -> Oxide,Gimlet ...
94662026-09-02T23:53:23.643Z[ recovery-image] Sep 02 23:53:22.481 INFO O| Sep 02 23:53:22.481 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo
94672026-09-02T23:53:23.643Z[ recovery-image] Sep 02 23:53:22.481 INFO O| Sep 02 23:53:22.481 INFO ok!
94682026-09-02T23:53:23.643Z[ recovery-image] Sep 02 23:53:22.481 INFO O| Sep 02 23:53:22.481 INFO STEP 42 (ensure_symlink) COMPLETE
94692026-09-02T23:53:23.643Z[ recovery-image] Sep 02 23:53:22.481 INFO O| Sep 02 23:53:22.481 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
94702026-09-02T23:53:23.643Z[ recovery-image] Sep 02 23:53:22.492 INFO O| Sep 02 23:53:22.492 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname does not exist
94712026-09-02T23:53:23.643Z[ recovery-image] Sep 02 23:53:22.492 INFO O| Sep 02 23:53:22.492 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.sh -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname ...
94722026-09-02T23:53:23.643Z[ recovery-image] Sep 02 23:53:22.492 INFO O| Sep 02 23:53:22.492 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
94732026-09-02T23:53:23.643Z[ recovery-image] Sep 02 23:53:22.492 INFO O| Sep 02 23:53:22.492 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
94742026-09-02T23:53:23.643Z[ recovery-image] Sep 02 23:53:22.492 INFO O| Sep 02 23:53:22.492 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
94752026-09-02T23:53:23.643Z[ recovery-image] Sep 02 23:53:22.492 INFO O| Sep 02 23:53:22.492 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
94762026-09-02T23:53:23.643Z[ recovery-image] Sep 02 23:53:22.493 INFO O| Sep 02 23:53:22.492 INFO ok!
94772026-09-02T23:53:23.643Z[ recovery-image] Sep 02 23:53:22.493 INFO O| Sep 02 23:53:22.493 INFO STEP 43 (ensure_file) COMPLETE
94782026-09-02T23:53:23.643Z[ recovery-image] Sep 02 23:53:22.493 INFO O| Sep 02 23:53:22.493 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
94792026-09-02T23:53:23.643Z[ recovery-image] Sep 02 23:53:22.503 INFO O| Sep 02 23:53:22.503 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml does not exist
94802026-09-02T23:53:23.643Z[ recovery-image] Sep 02 23:53:22.503 INFO O| Sep 02 23:53:22.503 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 ...
94812026-09-02T23:53:23.644Z[ recovery-image] Sep 02 23:53:22.503 INFO O| Sep 02 23:53:22.503 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
94822026-09-02T23:53:23.644Z[ recovery-image] Sep 02 23:53:22.503 INFO O| Sep 02 23:53:22.503 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml
94832026-09-02T23:53:23.644Z[ recovery-image] Sep 02 23:53:22.504 INFO O| Sep 02 23:53:22.503 INFO ok!
94842026-09-02T23:53:23.644Z[ recovery-image] Sep 02 23:53:22.504 INFO O| Sep 02 23:53:22.503 INFO STEP 44 (ensure_file) COMPLETE
94852026-09-02T23:53:23.644Z[ recovery-image] Sep 02 23:53:22.504 INFO O| Sep 02 23:53:22.503 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
94862026-09-02T23:53:23.644Z[ recovery-image] Sep 02 23:53:22.514 INFO O| Sep 02 23:53:22.514 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml does not exist
94872026-09-02T23:53:23.644Z[ recovery-image] Sep 02 23:53:22.514 INFO O| Sep 02 23:53:22.514 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml ...
94882026-09-02T23:53:23.644Z[ recovery-image] Sep 02 23:53:22.514 INFO O| Sep 02 23:53:22.514 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml
94892026-09-02T23:53:23.644Z[ recovery-image] Sep 02 23:53:22.514 INFO O| Sep 02 23:53:22.514 INFO ok!
94902026-09-02T23:53:23.644Z[ recovery-image] Sep 02 23:53:22.514 INFO O| Sep 02 23:53:22.514 INFO STEP 45 (ensure_file) COMPLETE
94912026-09-02T23:53:23.644Z[ recovery-image] Sep 02 23:53:22.514 INFO O| Sep 02 23:53:22.514 INFO STEP 46: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
94922026-09-02T23:53:23.648Z[ recovery-image] Sep 02 23:53:22.525 INFO O| Sep 02 23:53:22.525 INFO updating shadow file
94932026-09-02T23:53:23.648Z[ recovery-image] Sep 02 23:53:22.525 INFO O| Sep 02 23:53:22.525 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
94942026-09-02T23:53:23.648Z[ recovery-image] Sep 02 23:53:22.525 INFO O| Sep 02 23:53:22.525 INFO STEP 46 (shadow) COMPLETE
94952026-09-02T23:53:23.648Z[ recovery-image] Sep 02 23:53:22.525 INFO O| Sep 02 23:53:22.525 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
94962026-09-02T23:53:23.658Z[ recovery-image] Sep 02 23:53:22.536 INFO O| Sep 02 23:53:22.536 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login exists, with wrong contents, unlinking
94972026-09-02T23:53:23.658Z[ recovery-image] Sep 02 23:53:22.536 INFO O| Sep 02 23:53:22.536 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login ...
94982026-09-02T23:53:23.658Z[ recovery-image] Sep 02 23:53:22.536 INFO O| Sep 02 23:53:22.536 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login
94992026-09-02T23:53:23.662Z[ recovery-image] Sep 02 23:53:22.536 INFO O| Sep 02 23:53:22.536 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login
95002026-09-02T23:53:23.662Z[ recovery-image] Sep 02 23:53:22.536 INFO O| Sep 02 23:53:22.536 INFO ok!
95012026-09-02T23:53:23.662Z[ recovery-image] Sep 02 23:53:22.536 INFO O| Sep 02 23:53:22.536 INFO STEP 47 (ensure_file) COMPLETE
95022026-09-02T23:53:23.662Z[ recovery-image] Sep 02 23:53:22.536 INFO O| Sep 02 23:53:22.536 INFO STEP 48: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
95032026-09-02T23:53:23.670Z[ recovery-image] Sep 02 23:53:22.547 INFO O| Sep 02 23:53:22.546 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt
95042026-09-02T23:53:23.670Z[ recovery-image] Sep 02 23:53:22.547 INFO O| Sep 02 23:53:22.546 INFO STEP 48 (ensure_dir) COMPLETE
95052026-09-02T23:53:23.671Z[ recovery-image] Sep 02 23:53:22.547 INFO O| Sep 02 23:53:22.546 INFO STEP 49: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
95062026-09-02T23:53:23.681Z[ recovery-image] Sep 02 23:53:22.557 INFO O| Sep 02 23:53:22.557 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide
95072026-09-02T23:53:23.681Z[ recovery-image] Sep 02 23:53:22.557 INFO O| Sep 02 23:53:22.557 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide
95082026-09-02T23:53:23.681Z[ recovery-image] Sep 02 23:53:22.557 INFO O| Sep 02 23:53:22.557 INFO STEP 49 (ensure_dir) COMPLETE
95092026-09-02T23:53:23.684Z[ recovery-image] Sep 02 23:53:22.557 INFO O| Sep 02 23:53:22.557 INFO STEP 50: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
95102026-09-02T23:53:23.689Z[ recovery-image] Sep 02 23:53:22.567 INFO O| Sep 02 23:53:22.566 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator
95112026-09-02T23:53:23.689Z[ recovery-image] Sep 02 23:53:22.567 INFO O| Sep 02 23:53:22.567 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator
95122026-09-02T23:53:23.692Z[ recovery-image] Sep 02 23:53:22.567 INFO O| Sep 02 23:53:22.567 INFO STEP 50 (ensure_dir) COMPLETE
95132026-09-02T23:53:23.692Z[ recovery-image] Sep 02 23:53:22.567 INFO O| Sep 02 23:53:22.567 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
95142026-09-02T23:53:23.698Z[ recovery-image] Sep 02 23:53:22.576 INFO O| Sep 02 23:53:22.576 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator does not exist
95152026-09-02T23:53:23.698Z[ recovery-image] Sep 02 23:53:22.576 INFO O| Sep 02 23:53:22.576 INFO copying /tmp/.tmpsaZway/proto/recovery/root/opt/oxide/installinator/installinator -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator ...
95162026-09-02T23:53:23.711Z[ recovery-image] Sep 02 23:53:22.589 INFO O| Sep 02 23:53:22.589 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator
95172026-09-02T23:53:23.711Z[ recovery-image] Sep 02 23:53:22.589 INFO O| Sep 02 23:53:22.589 INFO ok!
95182026-09-02T23:53:23.711Z[ recovery-image] Sep 02 23:53:22.589 INFO O| Sep 02 23:53:22.589 INFO STEP 51 (ensure_file) COMPLETE
95192026-09-02T23:53:23.711Z[ recovery-image] Sep 02 23:53:22.589 INFO O| Sep 02 23:53:22.589 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
95202026-09-02T23:53:23.723Z[ recovery-image] Sep 02 23:53:22.600 INFO O| Sep 02 23:53:22.600 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/pkg
95212026-09-02T23:53:23.723Z[ recovery-image] Sep 02 23:53:22.600 INFO O| Sep 02 23:53:22.600 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/pkg
95222026-09-02T23:53:23.726Z[ recovery-image] Sep 02 23:53:22.600 INFO O| Sep 02 23:53:22.600 INFO STEP 52 (ensure_dir) COMPLETE
95232026-09-02T23:53:23.726Z[ recovery-image] Sep 02 23:53:22.600 INFO O| Sep 02 23:53:22.600 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
95242026-09-02T23:53:23.735Z[ recovery-image] Sep 02 23:53:22.612 INFO O| Sep 02 23:53:22.612 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION does not exist
95252026-09-02T23:53:23.735Z[ recovery-image] Sep 02 23:53:22.612 INFO O| Sep 02 23:53:22.612 INFO copying /tmp/.tmpsaZway/proto/recovery/root/opt/oxide/installinator/VERSION -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION ...
95262026-09-02T23:53:23.735Z[ recovery-image] Sep 02 23:53:22.612 INFO O| Sep 02 23:53:22.612 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION
95272026-09-02T23:53:23.738Z[ recovery-image] Sep 02 23:53:22.612 INFO O| Sep 02 23:53:22.612 INFO ok!
95282026-09-02T23:53:23.738Z[ recovery-image] Sep 02 23:53:22.612 INFO O| Sep 02 23:53:22.612 INFO STEP 53 (ensure_file) COMPLETE
95292026-09-02T23:53:23.738Z[ recovery-image] Sep 02 23:53:22.612 INFO O| Sep 02 23:53:22.612 INFO STEP 54: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
95302026-09-02T23:53:23.746Z[ recovery-image] Sep 02 23:53:22.623 INFO O| Sep 02 23:53:22.623 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm
95312026-09-02T23:53:23.747Z[ recovery-image] Sep 02 23:53:22.623 INFO O| Sep 02 23:53:22.623 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm
95322026-09-02T23:53:23.751Z[ recovery-image] Sep 02 23:53:22.623 INFO O| Sep 02 23:53:22.623 INFO STEP 54 (ensure_dir) COMPLETE
95332026-09-02T23:53:23.751Z[ recovery-image] Sep 02 23:53:22.623 INFO O| Sep 02 23:53:22.623 INFO STEP 55: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
95342026-09-02T23:53:23.755Z[ recovery-image] Sep 02 23:53:22.632 INFO O| Sep 02 23:53:22.632 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm does not exist
95352026-09-02T23:53:23.755Z[ recovery-image] Sep 02 23:53:22.632 INFO O| Sep 02 23:53:22.632 INFO copying /tmp/.tmpsaZway/proto/recovery/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm ...
95362026-09-02T23:53:25.110Z[ host-image] Sep 02 23:53:23.987 INFO O| seeding SMF database...
95372026-09-02T23:53:25.859Z[ recovery-image] Sep 02 23:53:24.736 INFO O| Sep 02 23:53:24.736 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm
95382026-09-02T23:53:25.859Z[ recovery-image] Sep 02 23:53:24.736 INFO O| Sep 02 23:53:24.736 INFO ok!
95392026-09-02T23:53:25.862Z[ recovery-image] Sep 02 23:53:24.736 INFO O| Sep 02 23:53:24.736 INFO STEP 55 (ensure_file) COMPLETE
95402026-09-02T23:53:25.862Z[ recovery-image] Sep 02 23:53:24.736 INFO O| Sep 02 23:53:24.736 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
95412026-09-02T23:53:25.871Z[ recovery-image] Sep 02 23:53:24.749 INFO O| Sep 02 23:53:24.749 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd does not exist
95422026-09-02T23:53:25.871Z[ recovery-image] Sep 02 23:53:24.749 INFO O| Sep 02 23:53:24.749 INFO copying /tmp/.tmpsaZway/proto/recovery/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd ...
95432026-09-02T23:53:27.785Z[ recovery-image] Sep 02 23:53:26.662 INFO O| Sep 02 23:53:26.662 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd
95442026-09-02T23:53:27.785Z[ recovery-image] Sep 02 23:53:26.662 INFO O| Sep 02 23:53:26.662 INFO ok!
95452026-09-02T23:53:27.789Z[ recovery-image] Sep 02 23:53:26.662 INFO O| Sep 02 23:53:26.662 INFO STEP 56 (ensure_file) COMPLETE
95462026-09-02T23:53:27.789Z[ recovery-image] Sep 02 23:53:26.662 INFO O| Sep 02 23:53:26.662 INFO STEP 57: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
95472026-09-02T23:53:27.797Z[ recovery-image] Sep 02 23:53:26.673 INFO O| Sep 02 23:53:26.673 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg
95482026-09-02T23:53:27.797Z[ recovery-image] Sep 02 23:53:26.673 INFO O| Sep 02 23:53:26.673 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg
95492026-09-02T23:53:27.797Z[ recovery-image] Sep 02 23:53:26.673 INFO O| Sep 02 23:53:26.673 INFO STEP 57 (ensure_dir) COMPLETE
95502026-09-02T23:53:27.797Z[ recovery-image] Sep 02 23:53:26.673 INFO O| Sep 02 23:53:26.673 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
95512026-09-02T23:53:27.807Z[ recovery-image] Sep 02 23:53:26.684 INFO O| Sep 02 23:53:26.684 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
95522026-09-02T23:53:27.807Z[ recovery-image] Sep 02 23:53:26.684 INFO O| Sep 02 23:53:26.684 INFO copying /tmp/.tmpsaZway/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 ...
95532026-09-02T23:53:27.807Z[ recovery-image] Sep 02 23:53:26.684 INFO O| Sep 02 23:53:26.684 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
95542026-09-02T23:53:27.810Z[ recovery-image] Sep 02 23:53:26.684 INFO O| Sep 02 23:53:26.684 INFO ok!
95552026-09-02T23:53:27.810Z[ recovery-image] Sep 02 23:53:26.684 INFO O| Sep 02 23:53:26.684 INFO STEP 58 (ensure_file) COMPLETE
95562026-09-02T23:53:27.810Z[ recovery-image] Sep 02 23:53:26.684 INFO O| Sep 02 23:53:26.684 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
95572026-09-02T23:53:27.817Z[ recovery-image] Sep 02 23:53:26.695 INFO O| Sep 02 23:53:26.694 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
95582026-09-02T23:53:27.817Z[ recovery-image] Sep 02 23:53:26.695 INFO O| Sep 02 23:53:26.694 INFO copying /tmp/.tmpsaZway/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 ...
95592026-09-02T23:53:27.817Z[ recovery-image] Sep 02 23:53:26.695 INFO O| Sep 02 23:53:26.695 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
95602026-09-02T23:53:27.817Z[ recovery-image] Sep 02 23:53:26.695 INFO O| Sep 02 23:53:26.695 INFO ok!
95612026-09-02T23:53:27.821Z[ recovery-image] Sep 02 23:53:26.695 INFO O| Sep 02 23:53:26.695 INFO STEP 59 (ensure_file) COMPLETE
95622026-09-02T23:53:27.821Z[ recovery-image] Sep 02 23:53:26.695 INFO O| Sep 02 23:53:26.695 INFO STEP 60: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
95632026-09-02T23:53:27.826Z[ recovery-image] Sep 02 23:53:26.704 INFO O| Sep 02 23:53:26.704 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
95642026-09-02T23:53:27.826Z[ recovery-image] Sep 02 23:53:26.704 INFO O| Sep 02 23:53:26.704 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
95652026-09-02T23:53:27.829Z[ recovery-image] Sep 02 23:53:26.704 INFO O| Sep 02 23:53:26.704 INFO STEP 60 (ensure_dir) COMPLETE
95662026-09-02T23:53:27.829Z[ recovery-image] Sep 02 23:53:26.704 INFO O| Sep 02 23:53:26.704 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
95672026-09-02T23:53:27.834Z[ recovery-image] Sep 02 23:53:26.712 INFO O| Sep 02 23:53:26.712 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
95682026-09-02T23:53:27.837Z[ recovery-image] Sep 02 23:53:26.712 INFO O| Sep 02 23:53:26.712 INFO copying /tmp/.tmpsaZway/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 ...
95692026-09-02T23:53:27.838Z[ recovery-image] Sep 02 23:53:26.712 INFO O| Sep 02 23:53:26.712 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
95702026-09-02T23:53:27.838Z[ recovery-image] Sep 02 23:53:26.712 INFO O| Sep 02 23:53:26.712 INFO ok!
95712026-09-02T23:53:27.838Z[ recovery-image] Sep 02 23:53:26.712 INFO O| Sep 02 23:53:26.712 INFO STEP 61 (ensure_file) COMPLETE
95722026-09-02T23:53:27.838Z[ recovery-image] Sep 02 23:53:26.712 INFO O| Sep 02 23:53:26.712 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
95732026-09-02T23:53:27.842Z[ recovery-image] Sep 02 23:53:26.720 INFO O| Sep 02 23:53:26.720 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
95742026-09-02T23:53:27.842Z[ recovery-image] Sep 02 23:53:26.720 INFO O| Sep 02 23:53:26.720 INFO copying /tmp/.tmpsaZway/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 ...
95752026-09-02T23:53:27.846Z[ recovery-image] Sep 02 23:53:26.720 INFO O| Sep 02 23:53:26.720 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
95762026-09-02T23:53:27.846Z[ recovery-image] Sep 02 23:53:26.720 INFO O| Sep 02 23:53:26.720 INFO ok!
95772026-09-02T23:53:27.846Z[ recovery-image] Sep 02 23:53:26.720 INFO O| Sep 02 23:53:26.720 INFO STEP 62 (ensure_file) COMPLETE
95782026-09-02T23:53:27.846Z[ recovery-image] Sep 02 23:53:26.720 INFO O| Sep 02 23:53:26.720 INFO STEP 63: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
95792026-09-02T23:53:27.851Z[ recovery-image] Sep 02 23:53:26.729 INFO O| Sep 02 23:53:26.729 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
95802026-09-02T23:53:27.851Z[ recovery-image] Sep 02 23:53:26.729 INFO O| Sep 02 23:53:26.729 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
95812026-09-02T23:53:27.851Z[ recovery-image] Sep 02 23:53:26.729 INFO O| Sep 02 23:53:26.729 INFO STEP 63 (ensure_dir) COMPLETE
95822026-09-02T23:53:27.854Z[ recovery-image] Sep 02 23:53:26.729 INFO O| Sep 02 23:53:26.729 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
95832026-09-02T23:53:27.859Z[ recovery-image] Sep 02 23:53:26.737 INFO O| Sep 02 23:53:26.737 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
95842026-09-02T23:53:27.859Z[ recovery-image] Sep 02 23:53:26.737 INFO O| Sep 02 23:53:26.737 INFO copying /tmp/.tmpsaZway/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 ...
95852026-09-02T23:53:27.859Z[ recovery-image] Sep 02 23:53:26.737 INFO O| Sep 02 23:53:26.737 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
95862026-09-02T23:53:27.859Z[ recovery-image] Sep 02 23:53:26.737 INFO O| Sep 02 23:53:26.737 INFO ok!
95872026-09-02T23:53:27.862Z[ recovery-image] Sep 02 23:53:26.737 INFO O| Sep 02 23:53:26.737 INFO STEP 64 (ensure_file) COMPLETE
95882026-09-02T23:53:27.862Z[ recovery-image] Sep 02 23:53:26.737 INFO O| Sep 02 23:53:26.737 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
95892026-09-02T23:53:27.867Z[ recovery-image] Sep 02 23:53:26.745 INFO O| Sep 02 23:53:26.745 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION does not exist
95902026-09-02T23:53:27.867Z[ recovery-image] Sep 02 23:53:26.745 INFO O| Sep 02 23:53:26.745 INFO copying /tmp/.tmpsaZway/proto/recovery/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION ...
95912026-09-02T23:53:27.871Z[ recovery-image] Sep 02 23:53:26.745 INFO O| Sep 02 23:53:26.745 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION
95922026-09-02T23:53:27.871Z[ recovery-image] Sep 02 23:53:26.745 INFO O| Sep 02 23:53:26.745 INFO ok!
95932026-09-02T23:53:27.871Z[ recovery-image] Sep 02 23:53:26.745 INFO O| Sep 02 23:53:26.745 INFO STEP 65 (ensure_file) COMPLETE
95942026-09-02T23:53:27.871Z[ recovery-image] Sep 02 23:53:26.745 INFO O| Sep 02 23:53:26.745 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
95952026-09-02T23:53:27.876Z[ recovery-image] Sep 02 23:53:26.754 INFO O| Sep 02 23:53:26.754 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib
95962026-09-02T23:53:27.876Z[ recovery-image] Sep 02 23:53:26.754 INFO O| Sep 02 23:53:26.754 INFO STEP 66 (ensure_dir) COMPLETE
95972026-09-02T23:53:27.876Z[ recovery-image] Sep 02 23:53:26.754 INFO O| Sep 02 23:53:26.754 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
95982026-09-02T23:53:27.887Z[ recovery-image] Sep 02 23:53:26.762 INFO O| Sep 02 23:53:26.762 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc
95992026-09-02T23:53:27.887Z[ recovery-image] Sep 02 23:53:26.762 INFO O| Sep 02 23:53:26.762 INFO STEP 67 (ensure_dir) COMPLETE
96002026-09-02T23:53:27.887Z[ recovery-image] Sep 02 23:53:26.763 INFO O| Sep 02 23:53:26.762 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
96012026-09-02T23:53:27.894Z[ recovery-image] Sep 02 23:53:26.771 INFO O| Sep 02 23:53:26.771 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest
96022026-09-02T23:53:27.894Z[ recovery-image] Sep 02 23:53:26.771 INFO O| Sep 02 23:53:26.771 INFO STEP 68 (ensure_dir) COMPLETE
96032026-09-02T23:53:27.897Z[ recovery-image] Sep 02 23:53:26.772 INFO O| Sep 02 23:53:26.771 INFO STEP 69: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
96042026-09-02T23:53:27.902Z[ recovery-image] Sep 02 23:53:26.780 INFO O| Sep 02 23:53:26.780 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site
96052026-09-02T23:53:27.902Z[ recovery-image] Sep 02 23:53:26.780 INFO O| Sep 02 23:53:26.780 INFO STEP 69 (ensure_dir) COMPLETE
96062026-09-02T23:53:27.902Z[ recovery-image] Sep 02 23:53:26.780 INFO O| Sep 02 23:53:26.780 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
96072026-09-02T23:53:27.923Z[ recovery-image] Sep 02 23:53:26.789 INFO O| Sep 02 23:53:26.789 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml does not exist
96082026-09-02T23:53:27.923Z[ recovery-image] Sep 02 23:53:26.789 INFO O| Sep 02 23:53:26.789 INFO copying /tmp/.tmpsaZway/proto/recovery/root/lib/svc/manifest/site/installinator.xml -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml ...
96092026-09-02T23:53:27.923Z[ recovery-image] Sep 02 23:53:26.789 INFO O| Sep 02 23:53:26.789 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml
96102026-09-02T23:53:27.923Z[ recovery-image] Sep 02 23:53:26.789 INFO O| Sep 02 23:53:26.789 INFO ok!
96112026-09-02T23:53:27.923Z[ recovery-image] Sep 02 23:53:26.789 INFO O| Sep 02 23:53:26.789 INFO STEP 70 (ensure_file) COMPLETE
96122026-09-02T23:53:27.923Z[ recovery-image] Sep 02 23:53:26.789 INFO O| Sep 02 23:53:26.789 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96132026-09-02T23:53:27.923Z[ recovery-image] Sep 02 23:53:26.799 INFO O| Sep 02 23:53:26.799 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/ipsec"
96142026-09-02T23:53:27.923Z[ recovery-image] Sep 02 23:53:26.799 INFO O| Sep 02 23:53:26.799 INFO STEP 71 (remove_files) COMPLETE
96152026-09-02T23:53:27.923Z[ recovery-image] Sep 02 23:53:26.799 INFO O| Sep 02 23:53:26.799 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96162026-09-02T23:53:27.931Z[ recovery-image] Sep 02 23:53:26.808 INFO O| Sep 02 23:53:26.808 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/ldap"
96172026-09-02T23:53:27.931Z[ recovery-image] Sep 02 23:53:26.808 INFO O| Sep 02 23:53:26.808 INFO STEP 72 (remove_files) COMPLETE
96182026-09-02T23:53:27.931Z[ recovery-image] Sep 02 23:53:26.808 INFO O| Sep 02 23:53:26.808 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96192026-09-02T23:53:27.940Z[ recovery-image] Sep 02 23:53:26.818 INFO O| Sep 02 23:53:26.818 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/rpc"
96202026-09-02T23:53:27.940Z[ recovery-image] Sep 02 23:53:26.818 INFO O| Sep 02 23:53:26.818 INFO STEP 73 (remove_files) COMPLETE
96212026-09-02T23:53:27.940Z[ recovery-image] Sep 02 23:53:26.818 INFO O| Sep 02 23:53:26.818 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96222026-09-02T23:53:27.950Z[ recovery-image] Sep 02 23:53:26.828 INFO O| Sep 02 23:53:26.827 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/security"
96232026-09-02T23:53:27.950Z[ recovery-image] Sep 02 23:53:26.828 INFO O| Sep 02 23:53:26.828 INFO STEP 74 (remove_files) COMPLETE
96242026-09-02T23:53:27.950Z[ recovery-image] Sep 02 23:53:26.828 INFO O| Sep 02 23:53:26.828 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96252026-09-02T23:53:27.960Z[ recovery-image] Sep 02 23:53:26.838 INFO O| Sep 02 23:53:26.838 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/shares"
96262026-09-02T23:53:27.960Z[ recovery-image] Sep 02 23:53:26.838 INFO O| Sep 02 23:53:26.838 INFO STEP 75 (remove_files) COMPLETE
96272026-09-02T23:53:27.960Z[ recovery-image] Sep 02 23:53:26.838 INFO O| Sep 02 23:53:26.838 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96282026-09-02T23:53:27.979Z[ recovery-image] Sep 02 23:53:26.851 INFO O| Sep 02 23:53:26.851 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/smb"
96292026-09-02T23:53:27.979Z[ recovery-image] Sep 02 23:53:26.851 INFO O| Sep 02 23:53:26.851 INFO STEP 76 (remove_files) COMPLETE
96302026-09-02T23:53:27.979Z[ recovery-image] Sep 02 23:53:26.851 INFO O| Sep 02 23:53:26.851 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96312026-09-02T23:53:27.984Z[ recovery-image] Sep 02 23:53:26.862 INFO O| Sep 02 23:53:26.862 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/application/management/net-snmp.xml"
96322026-09-02T23:53:27.984Z[ recovery-image] Sep 02 23:53:26.862 INFO O| Sep 02 23:53:26.862 INFO STEP 77 (remove_files) COMPLETE
96332026-09-02T23:53:27.984Z[ recovery-image] Sep 02 23:53:26.862 INFO O| Sep 02 23:53:26.862 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96342026-09-02T23:53:27.995Z[ recovery-image] Sep 02 23:53:26.871 INFO O| Sep 02 23:53:26.871 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/application/security/tcsd.xml"
96352026-09-02T23:53:27.995Z[ recovery-image] Sep 02 23:53:26.872 INFO O| Sep 02 23:53:26.871 INFO STEP 78 (remove_files) COMPLETE
96362026-09-02T23:53:27.999Z[ recovery-image] Sep 02 23:53:26.872 INFO O| Sep 02 23:53:26.871 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96372026-09-02T23:53:28.004Z[ recovery-image] Sep 02 23:53:26.882 INFO O| Sep 02 23:53:26.882 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/dns/install.xml"
96382026-09-02T23:53:28.004Z[ recovery-image] Sep 02 23:53:26.882 INFO O| Sep 02 23:53:26.882 INFO STEP 79 (remove_files) COMPLETE
96392026-09-02T23:53:28.004Z[ recovery-image] Sep 02 23:53:26.882 INFO O| Sep 02 23:53:26.882 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96402026-09-02T23:53:28.017Z[ recovery-image] Sep 02 23:53:26.894 INFO O| Sep 02 23:53:26.893 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/inetd-upgrade.xml"
96412026-09-02T23:53:28.017Z[ recovery-image] Sep 02 23:53:26.894 INFO O| Sep 02 23:53:26.894 INFO STEP 80 (remove_files) COMPLETE
96422026-09-02T23:53:28.017Z[ recovery-image] Sep 02 23:53:26.894 INFO O| Sep 02 23:53:26.894 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96432026-09-02T23:53:28.026Z[ recovery-image] Sep 02 23:53:26.903 INFO O| Sep 02 23:53:26.903 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/inetd.xml"
96442026-09-02T23:53:28.026Z[ recovery-image] Sep 02 23:53:26.903 INFO O| Sep 02 23:53:26.903 INFO STEP 81 (remove_files) COMPLETE
96452026-09-02T23:53:28.030Z[ recovery-image] Sep 02 23:53:26.903 INFO O| Sep 02 23:53:26.903 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96462026-09-02T23:53:28.035Z[ recovery-image] Sep 02 23:53:26.912 INFO O| Sep 02 23:53:26.912 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-install.xml"
96472026-09-02T23:53:28.035Z[ recovery-image] Sep 02 23:53:26.912 INFO O| Sep 02 23:53:26.912 INFO STEP 82 (remove_files) COMPLETE
96482026-09-02T23:53:28.035Z[ recovery-image] Sep 02 23:53:26.912 INFO O| Sep 02 23:53:26.912 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96492026-09-02T23:53:28.046Z[ recovery-image] Sep 02 23:53:26.924 INFO O| Sep 02 23:53:26.924 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-ipmp.xml"
96502026-09-02T23:53:28.046Z[ recovery-image] Sep 02 23:53:26.924 INFO O| Sep 02 23:53:26.924 INFO STEP 83 (remove_files) COMPLETE
96512026-09-02T23:53:28.052Z[ recovery-image] Sep 02 23:53:26.924 INFO O| Sep 02 23:53:26.924 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96522026-09-02T23:53:28.057Z[ recovery-image] Sep 02 23:53:26.934 INFO O| Sep 02 23:53:26.934 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-iptun.xml"
96532026-09-02T23:53:28.057Z[ recovery-image] Sep 02 23:53:26.934 INFO O| Sep 02 23:53:26.934 INFO STEP 84 (remove_files) COMPLETE
96542026-09-02T23:53:28.057Z[ recovery-image] Sep 02 23:53:26.934 INFO O| Sep 02 23:53:26.934 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96552026-09-02T23:53:28.066Z[ recovery-image] Sep 02 23:53:26.944 INFO O| Sep 02 23:53:26.944 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-location.xml"
96562026-09-02T23:53:28.066Z[ recovery-image] Sep 02 23:53:26.944 INFO O| Sep 02 23:53:26.944 INFO STEP 85 (remove_files) COMPLETE
96572026-09-02T23:53:28.066Z[ recovery-image] Sep 02 23:53:26.944 INFO O| Sep 02 23:53:26.944 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96582026-09-02T23:53:29.086Z[ recovery-image] Sep 02 23:53:26.953 INFO O| Sep 02 23:53:26.953 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-netcfg.xml"
96592026-09-02T23:53:29.086Z[ recovery-image] Sep 02 23:53:26.953 INFO O| Sep 02 23:53:26.953 INFO STEP 86 (remove_files) COMPLETE
96602026-09-02T23:53:29.086Z[ recovery-image] Sep 02 23:53:26.953 INFO O| Sep 02 23:53:26.953 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96612026-09-02T23:53:29.093Z[ recovery-image] Sep 02 23:53:26.962 INFO O| Sep 02 23:53:26.962 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/routing/rdisc.xml"
96622026-09-02T23:53:29.093Z[ recovery-image] Sep 02 23:53:26.962 INFO O| Sep 02 23:53:26.962 INFO STEP 87 (remove_files) COMPLETE
96632026-09-02T23:53:29.093Z[ recovery-image] Sep 02 23:53:26.962 INFO O| Sep 02 23:53:26.962 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96642026-09-02T23:53:29.093Z[ recovery-image] Sep 02 23:53:26.971 INFO O| Sep 02 23:53:26.971 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/varpd.xml"
96652026-09-02T23:53:29.093Z[ recovery-image] Sep 02 23:53:26.971 INFO O| Sep 02 23:53:26.971 INFO STEP 88 (remove_files) COMPLETE
96662026-09-02T23:53:29.093Z[ recovery-image] Sep 02 23:53:26.971 INFO O| Sep 02 23:53:26.971 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96672026-09-02T23:53:29.093Z[ recovery-image] Sep 02 23:53:26.981 INFO O| Sep 02 23:53:26.981 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/allocate.xml"
96682026-09-02T23:53:29.093Z[ recovery-image] Sep 02 23:53:26.981 INFO O| Sep 02 23:53:26.981 INFO STEP 89 (remove_files) COMPLETE
96692026-09-02T23:53:29.093Z[ recovery-image] Sep 02 23:53:26.981 INFO O| Sep 02 23:53:26.981 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96702026-09-02T23:53:29.093Z[ recovery-image] Sep 02 23:53:26.994 INFO O| Sep 02 23:53:26.990 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/devices-audio.xml"
96712026-09-02T23:53:29.093Z[ recovery-image] Sep 02 23:53:26.994 INFO O| Sep 02 23:53:26.990 INFO STEP 90 (remove_files) COMPLETE
96722026-09-02T23:53:29.093Z[ recovery-image] Sep 02 23:53:26.994 INFO O| Sep 02 23:53:26.990 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96732026-09-02T23:53:29.093Z[ recovery-image] Sep 02 23:53:26.999 INFO O| Sep 02 23:53:26.999 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
96742026-09-02T23:53:29.093Z[ recovery-image] Sep 02 23:53:26.999 INFO O| Sep 02 23:53:26.999 INFO STEP 91 (remove_files) COMPLETE
96752026-09-02T23:53:29.093Z[ recovery-image] Sep 02 23:53:26.999 INFO O| Sep 02 23:53:26.999 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96762026-09-02T23:53:29.093Z[ recovery-image] Sep 02 23:53:27.010 INFO O| Sep 02 23:53:27.010 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sndstat"
96772026-09-02T23:53:29.093Z[ recovery-image] Sep 02 23:53:27.010 INFO O| Sep 02 23:53:27.010 INFO STEP 92 (remove_files) COMPLETE
96782026-09-02T23:53:29.093Z[ recovery-image] Sep 02 23:53:27.010 INFO O| Sep 02 23:53:27.010 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96792026-09-02T23:53:29.093Z[ recovery-image] Sep 02 23:53:27.021 INFO O| Sep 02 23:53:27.021 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
96802026-09-02T23:53:29.093Z[ recovery-image] Sep 02 23:53:27.021 INFO O| Sep 02 23:53:27.021 INFO STEP 93 (remove_files) COMPLETE
96812026-09-02T23:53:29.093Z[ recovery-image] Sep 02 23:53:27.021 INFO O| Sep 02 23:53:27.021 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96822026-09-02T23:53:29.093Z[ recovery-image] Sep 02 23:53:27.029 INFO O| Sep 02 23:53:27.029 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/hostid.xml"
96832026-09-02T23:53:29.093Z[ recovery-image] Sep 02 23:53:27.029 INFO O| Sep 02 23:53:27.029 INFO STEP 94 (remove_files) COMPLETE
96842026-09-02T23:53:29.094Z[ recovery-image] Sep 02 23:53:27.029 INFO O| Sep 02 23:53:27.029 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96852026-09-02T23:53:29.094Z[ recovery-image] Sep 02 23:53:27.038 INFO O| Sep 02 23:53:27.038 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/idmap.xml"
96862026-09-02T23:53:29.094Z[ recovery-image] Sep 02 23:53:27.038 INFO O| Sep 02 23:53:27.038 INFO STEP 95 (remove_files) COMPLETE
96872026-09-02T23:53:29.094Z[ recovery-image] Sep 02 23:53:27.038 INFO O| Sep 02 23:53:27.038 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96882026-09-02T23:53:29.094Z[ recovery-image] Sep 02 23:53:27.051 INFO O| Sep 02 23:53:27.051 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/pkgserv.xml"
96892026-09-02T23:53:29.094Z[ recovery-image] Sep 02 23:53:27.051 INFO O| Sep 02 23:53:27.051 INFO STEP 96 (remove_files) COMPLETE
96902026-09-02T23:53:29.094Z[ recovery-image] Sep 02 23:53:27.051 INFO O| Sep 02 23:53:27.051 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96912026-09-02T23:53:29.094Z[ recovery-image] Sep 02 23:53:27.062 INFO O| Sep 02 23:53:27.061 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/zones.xml"
96922026-09-02T23:53:29.094Z[ recovery-image] Sep 02 23:53:27.062 INFO O| Sep 02 23:53:27.061 INFO STEP 97 (remove_files) COMPLETE
96932026-09-02T23:53:29.095Z[ recovery-image] Sep 02 23:53:27.062 INFO O| Sep 02 23:53:27.061 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96942026-09-02T23:53:29.095Z[ recovery-image] Sep 02 23:53:27.072 INFO O| Sep 02 23:53:27.072 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/intrd.xml"
96952026-09-02T23:53:29.095Z[ recovery-image] Sep 02 23:53:27.072 INFO O| Sep 02 23:53:27.072 INFO STEP 98 (remove_files) COMPLETE
96962026-09-02T23:53:29.095Z[ recovery-image] Sep 02 23:53:27.072 INFO O| Sep 02 23:53:27.072 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96972026-09-02T23:53:29.095Z[ recovery-image] Sep 02 23:53:27.084 INFO O| Sep 02 23:53:27.084 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/chrony.xml"
96982026-09-02T23:53:29.095Z[ recovery-image] Sep 02 23:53:27.084 INFO O| Sep 02 23:53:27.084 INFO STEP 99 (remove_files) COMPLETE
96992026-09-02T23:53:29.095Z[ recovery-image] Sep 02 23:53:27.084 INFO O| Sep 02 23:53:27.084 INFO STEP 100: seed_smf, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
97002026-09-02T23:53:29.095Z[ recovery-image] Sep 02 23:53:27.103 INFO O| Sep 02 23:53:27.103 INFO file /rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db does not already exist, skipping removal
97012026-09-02T23:53:29.095Z[ recovery-image] Sep 02 23:53:27.103 INFO O| Sep 02 23:53:27.103 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a", "SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db"}
97022026-09-02T23:53:29.095Z[verify-libraries] Compiling tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
97032026-09-02T23:53:29.095Z[verify-libraries] Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
97042026-09-02T23:53:30.310Z[ host-image] Sep 02 23:53:29.187 INFO O| configuring SMF profile...
97052026-09-02T23:53:30.310Z[ host-image] Sep 02 23:53:29.187 INFO O| modifying shadow(5)...
97062026-09-02T23:53:30.310Z[ host-image] Sep 02 23:53:29.187 INFO O| loading user and group database...
97072026-09-02T23:53:30.314Z[ host-image] Sep 02 23:53:29.187 INFO O| loading facet selections...
97082026-09-02T23:53:30.707Z[ host-image] Sep 02 23:53:29.578 INFO O| devel -> true
97092026-09-02T23:53:30.707Z[ host-image] Sep 02 23:53:29.578 INFO O| doc.man -> true
97102026-09-02T23:53:30.707Z[ host-image] Sep 02 23:53:29.578 INFO O| version-lock.shell/ksh93 -> true
97112026-09-02T23:53:30.707Z[ host-image] Sep 02 23:53:29.578 INFO O| version-lock.system/data/hardware-registry -> true
97122026-09-02T23:53:30.716Z[ host-image] Sep 02 23:53:29.578 INFO O| version-lock.system/data/zoneinfo -> true
97132026-09-02T23:53:30.722Z[ host-image] Sep 02 23:53:29.578 INFO O| version-lock.system/microcode/amd -> true
97142026-09-02T23:53:30.722Z[ host-image] Sep 02 23:53:29.578 INFO O| version-lock.system/microcode/intel -> true
97152026-09-02T23:53:30.722Z[ host-image] Sep 02 23:53:29.578 INFO O| version-lock.system/microcode/oxide -> true
97162026-09-02T23:53:30.722Z[ host-image] Sep 02 23:53:29.578 INFO O| assessing packaged files...
97172026-09-02T23:53:32.661Z[ host-image] Sep 02 23:53:31.531 INFO O| creating archive...
97182026-09-02T23:53:32.684Z[ host-image] Sep 02 23:53:31.553 INFO O| missing from packaging:
97192026-09-02T23:53:32.684Z[ host-image] Sep 02 23:53:31.553 INFO O| "etc/.pwd.lock"
97202026-09-02T23:53:32.690Z[ host-image] Sep 02 23:53:31.553 INFO O| "etc/bash"
97212026-09-02T23:53:32.690Z[ host-image] Sep 02 23:53:31.556 INFO O| "etc/svc/profile/generic.xml"
97222026-09-02T23:53:32.690Z[ host-image] Sep 02 23:53:31.557 INFO O| "etc/svc/profile/inetd_services.xml"
97232026-09-02T23:53:32.690Z[ host-image] Sep 02 23:53:31.557 INFO O| "etc/svc/profile/name_service.xml"
97242026-09-02T23:53:32.690Z[ host-image] Sep 02 23:53:31.557 INFO O| "etc/svc/profile/platform.xml"
97252026-09-02T23:53:32.690Z[ host-image] Sep 02 23:53:31.557 INFO O| "etc/svc/profile/platform_omicron1.xml"
97262026-09-02T23:53:32.690Z[ host-image] Sep 02 23:53:31.557 INFO O| "etc/svc/repository.db"
97272026-09-02T23:53:32.690Z[ host-image] Sep 02 23:53:31.564 INFO O| "opt/ooce/share"
97282026-09-02T23:53:32.690Z[ host-image] Sep 02 23:53:31.564 INFO O| "opt/ooce/share/man"
97292026-09-02T23:53:32.691Z[ host-image] Sep 02 23:53:31.564 INFO O| "opt/ooce/share/man/man1"
97302026-09-02T23:53:32.716Z[ host-image] Sep 02 23:53:31.573 INFO O| finishing archive...
97312026-09-02T23:53:33.020Z[ recovery-image] Sep 02 23:53:31.894 INFO O| Sep 02 23:53:31.894 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
97322026-09-02T23:53:33.021Z[ recovery-image] Sep 02 23:53:31.895 INFO O| Sep 02 23:53:31.894 INFO E| svccfg: Loaded 69 smf(7) service descriptions
97332026-09-02T23:53:33.040Z[ recovery-image] Sep 02 23:53:31.909 INFO O| Sep 02 23:53:31.908 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", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "SVCCFG_CHECKHASH": "1"}
97342026-09-02T23:53:33.136Z[ recovery-image] Sep 02 23:53:32.006 INFO O| Sep 02 23:53:32.006 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"}
97352026-09-02T23:53:33.225Z[ recovery-image] Sep 02 23:53:32.072 INFO O| Sep 02 23:53:32.072 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a", "SVCCFG_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"}
97362026-09-02T23:53:33.269Z[ recovery-image] Sep 02 23:53:32.138 INFO O| Sep 02 23:53:32.138 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/repository.db does not exist
97372026-09-02T23:53:33.269Z[ recovery-image] Sep 02 23:53:32.138 INFO O| Sep 02 23:53:32.138 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 ...
97382026-09-02T23:53:33.281Z[ recovery-image] Sep 02 23:53:32.139 INFO O| Sep 02 23:53:32.139 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/repository.db
97392026-09-02T23:53:33.281Z[ recovery-image] Sep 02 23:53:32.139 INFO O| Sep 02 23:53:32.139 INFO ok!
97402026-09-02T23:53:33.282Z[ recovery-image] Sep 02 23:53:32.139 INFO O| Sep 02 23:53:32.139 INFO file /rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db exists (as File), removing
97412026-09-02T23:53:33.282Z[ recovery-image] Sep 02 23:53:32.139 INFO O| Sep 02 23:53:32.139 INFO STEP 100 (seed_smf) COMPLETE
97422026-09-02T23:53:33.282Z[ recovery-image] Sep 02 23:53:32.139 INFO O| Sep 02 23:53:32.139 INFO steps complete; finalising image!
97432026-09-02T23:53:33.282Z[ recovery-image] Sep 02 23:53:32.139 INFO O| Sep 02 23:53:32.139 INFO TRIM POOL: TEMPORARY-sled-zfs-recovery
97442026-09-02T23:53:33.329Z[ recovery-image] Sep 02 23:53:32.205 INFO O| Sep 02 23:53:32.205 INFO trim TEMPORARY-sled-zfs-recovery: (0% trimmed, started at Wed Sep 2 23:53:32 2026)
97452026-09-02T23:53:33.544Z[ recovery-image] Sep 02 23:53:32.412 INFO O| Sep 02 23:53:32.411 INFO trim TEMPORARY-sled-zfs-recovery: (38% trimmed, started at Wed Sep 2 23:53:32 2026)
97462026-09-02T23:53:33.747Z[ recovery-image] Sep 02 23:53:32.618 INFO O| Sep 02 23:53:32.618 INFO trim TEMPORARY-sled-zfs-recovery: (73% trimmed, started at Wed Sep 2 23:53:32 2026)
97472026-09-02T23:53:33.950Z[ recovery-image] Sep 02 23:53:32.825 INFO O| Sep 02 23:53:32.825 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Wed Sep 2 23:53:32 2026)
97482026-09-02T23:53:34.171Z[ recovery-image] Sep 02 23:53:33.031 INFO O| Sep 02 23:53:33.031 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Wed Sep 2 23:53:32 2026)
97492026-09-02T23:53:34.431Z[ recovery-image] Sep 02 23:53:33.253 INFO O| Sep 02 23:53:33.253 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Wed Sep 2 23:53:32 2026)
97502026-09-02T23:53:34.582Z[ recovery-image] Sep 02 23:53:33.459 INFO O| Sep 02 23:53:33.459 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Wed Sep 2 23:53:32 2026)
97512026-09-02T23:53:34.797Z[ recovery-image] Sep 02 23:53:33.666 INFO O| Sep 02 23:53:33.666 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Wed Sep 2 23:53:32 2026)
97522026-09-02T23:53:35.014Z[ recovery-image] Sep 02 23:53:33.873 INFO O| Sep 02 23:53:33.873 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Wed Sep 2 23:53:32 2026)
97532026-09-02T23:53:35.206Z[ recovery-image] Sep 02 23:53:34.079 INFO O| Sep 02 23:53:34.079 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Wed Sep 2 23:53:32 2026)
97542026-09-02T23:53:35.416Z[ recovery-image] Sep 02 23:53:34.286 INFO O| Sep 02 23:53:34.285 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Wed Sep 2 23:53:32 2026)
97552026-09-02T23:53:35.440Z[ host-image] Sep 02 23:53:34.315 INFO O| creating gzonly manifest...
97562026-09-02T23:53:35.466Z[ host-image] Sep 02 23:53:34.321 INFO O| ok
97572026-09-02T23:53:35.560Z[ host-image] Sep 02 23:53:34.437 INFO image builder template: ramdisk-02-trim...
97582026-09-02T23:53:35.561Z[ host-image] Sep 02 23:53:34.438 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/.tmpsaZway/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
97592026-09-02T23:53:35.589Z[ host-image] Sep 02 23:53:34.460 INFO O| Sep 02 23:53:34.460 INFO temporary dataset: rpool/images/build/host/tmp/sled/ramdisk-02-trim
97602026-09-02T23:53:35.598Z[ host-image] Sep 02 23:53:34.465 INFO O| Sep 02 23:53:34.465 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/ramdisk-02-trim
97612026-09-02T23:53:35.620Z[ recovery-image] Sep 02 23:53:34.492 INFO O| Sep 02 23:53:34.492 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Wed Sep 2 23:53:32 2026)
97622026-09-02T23:53:35.823Z[ recovery-image] Sep 02 23:53:34.698 INFO O| Sep 02 23:53:34.698 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Wed Sep 2 23:53:32 2026)
97632026-09-02T23:53:36.032Z[ recovery-image] Sep 02 23:53:34.906 INFO O| Sep 02 23:53:34.906 INFO trim TEMPORARY-sled-zfs-recovery: (98% trimmed, started at Wed Sep 2 23:53:32 2026)
97642026-09-02T23:53:36.160Z[verify-libraries] Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
97652026-09-02T23:53:36.256Z[ recovery-image] Sep 02 23:53:35.129 INFO O| Sep 02 23:53:35.129 INFO temporary pool has 465M used, 1.30G avail, 1.00x compressratio
97662026-09-02T23:53:36.256Z[ recovery-image] Sep 02 23:53:35.129 INFO O| Sep 02 23:53:35.129 INFO EXPORT POOL: TEMPORARY-sled-zfs-recovery
97672026-09-02T23:53:36.965Z[ recovery-image] Sep 02 23:53:35.840 INFO O| Sep 02 23:53:35.835 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
97682026-09-02T23:53:36.965Z[ recovery-image] Sep 02 23:53:35.840 INFO O| Sep 02 23:53:35.835 INFO file /rpool/images/build/recovery/output/sled-zfs-recovery.raw does not already exist, skipping removal
97692026-09-02T23:53:37.349Z[ host-image] Sep 02 23:53:36.216 INFO O| Sep 02 23:53:36.216 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/ramdisk-02-trim: sync = disabled
97702026-09-02T23:53:37.830Z[ host-image] Sep 02 23:53:36.683 INFO O| Sep 02 23:53:36.682 INFO temporary directory: /rpool/images/build/host/tmp/sled/ramdisk-02-trim
97712026-09-02T23:53:37.830Z[ host-image] Sep 02 23:53:36.683 INFO O| Sep 02 23:53:36.683 INFO work dataset: rpool/images/build/host/work/sled/ramdisk
97722026-09-02T23:53:37.841Z[ host-image] Sep 02 23:53:36.688 INFO O| Sep 02 23:53:36.688 INFO looking for output snapshot rpool/images/build/host/work/sled/ramdisk@trim
97732026-09-02T23:53:37.841Z[ host-image] Sep 02 23:53:36.693 INFO O| Sep 02 23:53:36.693 INFO looking for input snapshot rpool/images/build/host/work/sled/ramdisk@os
97742026-09-02T23:53:37.841Z[ host-image] Sep 02 23:53:36.699 INFO O| Sep 02 23:53:36.699 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@os
97752026-09-02T23:53:39.523Z[verify-libraries] Compiling reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
97762026-09-02T23:53:39.600Z[ recovery-image] Sep 02 23:53:38.472 INFO O| Sep 02 23:53:38.472 INFO perms are 1600, should be 644, path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
97772026-09-02T23:53:39.600Z[ recovery-image] Sep 02 23:53:38.472 INFO O| Sep 02 23:53:38.472 INFO chmod ok, path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
97782026-09-02T23:53:39.600Z[ recovery-image] Sep 02 23:53:38.472 INFO O| Sep 02 23:53:38.472 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
97792026-09-02T23:53:39.607Z[ recovery-image] Sep 02 23:53:38.472 INFO O| Sep 02 23:53:38.472 INFO completed processing sled/zfs-recovery
97802026-09-02T23:53:39.607Z[ recovery-image] Sep 02 23:53:38.472 INFO O| Sep 02 23:53:38.472 INFO DESTROY DATASET: rpool/images/build/recovery/work/sled/zfs-recovery
97812026-09-02T23:53:41.698Z[ host-image] Sep 02 23:53:40.573 INFO O| Sep 02 23:53:40.573 INFO rolled back to input snapshot; work may begin
97822026-09-02T23:53:41.698Z[ host-image] Sep 02 23:53:40.573 INFO O| Sep 02 23:53:40.573 INFO CREATE DATASET: rpool/images/build/host/work/sled/ramdisk
97832026-09-02T23:53:41.716Z[ host-image] Sep 02 23:53:40.582 INFO O| Sep 02 23:53:40.582 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97842026-09-02T23:53:41.735Z[ host-image] Sep 02 23:53:40.597 INFO O| Sep 02 23:53:40.597 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/var/pkg"
97852026-09-02T23:53:41.782Z[ host-image] Sep 02 23:53:40.654 INFO O| Sep 02 23:53:40.654 INFO STEP 0 (remove_files) COMPLETE
97862026-09-02T23:53:41.782Z[ host-image] Sep 02 23:53:40.655 INFO O| Sep 02 23:53:40.654 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97872026-09-02T23:53:41.794Z[ host-image] Sep 02 23:53:40.666 INFO O| Sep 02 23:53:40.666 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/xpg4"
97882026-09-02T23:53:41.809Z[ host-image] Sep 02 23:53:40.667 INFO O| Sep 02 23:53:40.667 INFO STEP 1 (remove_files) COMPLETE
97892026-09-02T23:53:41.809Z[ host-image] Sep 02 23:53:40.667 INFO O| Sep 02 23:53:40.667 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97902026-09-02T23:53:41.829Z[ host-image] Sep 02 23:53:40.678 INFO O| Sep 02 23:53:40.677 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/include"
97912026-09-02T23:53:41.829Z[ recovery-image] Sep 02 23:53:40.682 INFO O| Sep 02 23:53:40.682 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/zfs-recovery
97922026-09-02T23:53:41.830Z[ host-image] Sep 02 23:53:40.691 INFO O| Sep 02 23:53:40.691 INFO STEP 2 (remove_files) COMPLETE
97932026-09-02T23:53:41.830Z[ host-image] Sep 02 23:53:40.691 INFO O| Sep 02 23:53:40.691 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97942026-09-02T23:53:41.851Z[ host-image] Sep 02 23:53:40.708 INFO O| Sep 02 23:53:40.708 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/demo"
97952026-09-02T23:53:41.852Z[ host-image] Sep 02 23:53:40.710 INFO O| Sep 02 23:53:40.710 INFO STEP 3 (remove_files) COMPLETE
97962026-09-02T23:53:41.852Z[ host-image] Sep 02 23:53:40.710 INFO O| Sep 02 23:53:40.710 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97972026-09-02T23:53:41.860Z[ host-image] Sep 02 23:53:40.724 INFO O| Sep 02 23:53:40.724 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/help"
97982026-09-02T23:53:41.860Z[ host-image] Sep 02 23:53:40.727 INFO O| Sep 02 23:53:40.727 INFO STEP 4 (remove_files) COMPLETE
97992026-09-02T23:53:41.860Z[ host-image] Sep 02 23:53:40.727 INFO O| Sep 02 23:53:40.727 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
98002026-09-02T23:53:41.871Z[ host-image] Sep 02 23:53:40.738 INFO O| Sep 02 23:53:40.738 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/doc"
98012026-09-02T23:53:41.871Z[ host-image] Sep 02 23:53:40.741 INFO O| Sep 02 23:53:40.741 INFO STEP 5 (remove_files) COMPLETE
98022026-09-02T23:53:41.871Z[ host-image] Sep 02 23:53:40.741 INFO O| Sep 02 23:53:40.741 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
98032026-09-02T23:53:41.887Z[ host-image] Sep 02 23:53:40.751 INFO O| Sep 02 23:53:40.751 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/bash-completion"
98042026-09-02T23:53:41.904Z[ host-image] Sep 02 23:53:40.762 INFO O| Sep 02 23:53:40.762 INFO STEP 6 (remove_files) COMPLETE
98052026-09-02T23:53:41.904Z[ host-image] Sep 02 23:53:40.762 INFO O| Sep 02 23:53:40.762 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
98062026-09-02T23:53:41.904Z[ host-image] Sep 02 23:53:40.762 INFO O| Sep 02 23:53:40.762 INFO skip step because feature "heliosv2" is not enabled
98072026-09-02T23:53:41.904Z[ host-image] Sep 02 23:53:40.762 INFO O| Sep 02 23:53:40.762 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
98082026-09-02T23:53:41.927Z[ host-image] Sep 02 23:53:40.775 INFO O| Sep 02 23:53:40.775 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/perl5/5.40/man"
98092026-09-02T23:53:41.927Z[ host-image] Sep 02 23:53:40.787 INFO O| Sep 02 23:53:40.787 INFO STEP 8 (remove_files) COMPLETE
98102026-09-02T23:53:41.927Z[ host-image] Sep 02 23:53:40.787 INFO O| Sep 02 23:53:40.787 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
98112026-09-02T23:53:41.927Z[ recovery-image] Sep 02 23:53:40.790 INFO BUILD STRING "heads/stlouis-0-g0e29ea8d43\n"
98122026-09-02T23:53:41.927Z[ recovery-image] Sep 02 23:53:40.790 INFO expanded image name: "recovery 237cd9b/${os_short_commit} 2026-09-02 23:39" -> "recovery 237cd9b/0e29ea8 2026-09-02 23:39"
98132026-09-02T23:53:41.927Z[ recovery-image] Sep 02 23:53:40.790 INFO output artefacts stored in: "/work/os-recovery"
98142026-09-02T23:53:41.928Z[ recovery-image] Sep 02 23:53:40.790 INFO collecting git info from project "pinprick"...
98152026-09-02T23:53:41.939Z[ recovery-image] Sep 02 23:53:40.798 INFO collecting git info from project "image-builder"...
98162026-09-02T23:53:41.939Z[ host-image] Sep 02 23:53:40.799 INFO O| Sep 02 23:53:40.798 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/man/man3ssl"
98172026-09-02T23:53:41.939Z[ recovery-image] Sep 02 23:53:40.805 INFO collecting git info from project "amd-firmware"...
98182026-09-02T23:53:41.996Z[ host-image] Sep 02 23:53:40.868 INFO O| Sep 02 23:53:40.868 INFO STEP 9 (remove_files) COMPLETE
98192026-09-02T23:53:41.996Z[ host-image] Sep 02 23:53:40.869 INFO O| Sep 02 23:53:40.868 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
98202026-09-02T23:53:42.011Z[ host-image] Sep 02 23:53:40.880 INFO O| Sep 02 23:53:40.880 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/ssl-3/man"
98212026-09-02T23:53:42.086Z[ host-image] Sep 02 23:53:40.953 INFO O| Sep 02 23:53:40.953 INFO STEP 10 (remove_files) COMPLETE
98222026-09-02T23:53:42.087Z[ host-image] Sep 02 23:53:40.953 INFO O| Sep 02 23:53:40.953 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
98232026-09-02T23:53:42.092Z[ host-image] Sep 02 23:53:40.967 INFO O| Sep 02 23:53:40.967 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/etc/net-snmp"
98242026-09-02T23:53:42.107Z[ host-image] Sep 02 23:53:40.969 INFO O| Sep 02 23:53:40.969 INFO STEP 11 (remove_files) COMPLETE
98252026-09-02T23:53:42.107Z[ host-image] Sep 02 23:53:40.969 INFO O| Sep 02 23:53:40.969 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
98262026-09-02T23:53:42.115Z[ host-image] Sep 02 23:53:40.982 INFO O| Sep 02 23:53:40.982 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/bin/i386"
98272026-09-02T23:53:42.115Z[ host-image] Sep 02 23:53:40.983 INFO O| Sep 02 23:53:40.983 INFO STEP 12 (remove_files) COMPLETE
98282026-09-02T23:53:42.115Z[ host-image] Sep 02 23:53:40.983 INFO O| Sep 02 23:53:40.983 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
98292026-09-02T23:53:42.132Z[ host-image] Sep 02 23:53:41.008 INFO O| Sep 02 23:53:41.008 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/platform/i86xpv"
98302026-09-02T23:53:42.151Z[ host-image] Sep 02 23:53:41.010 INFO O| Sep 02 23:53:41.010 INFO STEP 13 (remove_files) COMPLETE
98312026-09-02T23:53:42.151Z[ host-image] Sep 02 23:53:41.010 INFO O| Sep 02 23:53:41.010 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
98322026-09-02T23:53:42.172Z[ host-image] Sep 02 23:53:41.040 INFO O| Sep 02 23:53:41.040 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgtypes.a"
98332026-09-02T23:53:42.172Z[ host-image] Sep 02 23:53:41.040 INFO O| Sep 02 23:53:41.040 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport.a"
98342026-09-02T23:53:42.172Z[ host-image] Sep 02 23:53:41.040 INFO O| Sep 02 23:53:41.040 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport_shlib.a"
98352026-09-02T23:53:42.182Z[ host-image] Sep 02 23:53:41.040 INFO O| Sep 02 23:53:41.040 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg_compat.a"
98362026-09-02T23:53:42.182Z[ host-image] Sep 02 23:53:41.040 INFO O| Sep 02 23:53:41.040 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon_shlib.a"
98372026-09-02T23:53:42.182Z[ host-image] Sep 02 23:53:41.040 INFO O| Sep 02 23:53:41.040 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpq.a"
98382026-09-02T23:53:42.182Z[ host-image] Sep 02 23:53:41.040 INFO O| Sep 02 23:53:41.040 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg.a"
98392026-09-02T23:53:42.182Z[ host-image] Sep 02 23:53:41.040 INFO O| Sep 02 23:53:41.040 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon.a"
98402026-09-02T23:53:42.183Z[ host-image] Sep 02 23:53:41.040 INFO O| Sep 02 23:53:41.040 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgtypes.a"
98412026-09-02T23:53:42.183Z[ host-image] Sep 02 23:53:41.040 INFO O| Sep 02 23:53:41.040 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgport_shlib.a"
98422026-09-02T23:53:42.183Z[ host-image] Sep 02 23:53:41.040 INFO O| Sep 02 23:53:41.040 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libecpg.a"
98432026-09-02T23:53:42.183Z[ host-image] Sep 02 23:53:41.048 INFO O| Sep 02 23:53:41.041 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon.a"
98442026-09-02T23:53:42.183Z[ host-image] Sep 02 23:53:41.048 INFO O| Sep 02 23:53:41.041 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgport.a"
98452026-09-02T23:53:42.183Z[ host-image] Sep 02 23:53:41.048 INFO O| Sep 02 23:53:41.041 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon_shlib.a"
98462026-09-02T23:53:42.183Z[ host-image] Sep 02 23:53:41.048 INFO O| Sep 02 23:53:41.041 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpq.a"
98472026-09-02T23:53:42.183Z[ host-image] Sep 02 23:53:41.048 INFO O| Sep 02 23:53:41.041 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libecpg_compat.a"
98482026-09-02T23:53:42.183Z[ host-image] Sep 02 23:53:41.048 INFO O| Sep 02 23:53:41.041 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/lib/amd64/libjq.a"
98492026-09-02T23:53:42.183Z[ host-image] Sep 02 23:53:41.048 INFO O| Sep 02 23:53:41.041 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/lib/libjq.a"
98502026-09-02T23:53:42.257Z[ recovery-image] Sep 02 23:53:41.116 INFO collecting git info from project "dmar-report"...
98512026-09-02T23:53:42.279Z[ recovery-image] Sep 02 23:53:41.128 INFO collecting git info from project "phbl"...
98522026-09-02T23:53:42.280Z[ recovery-image] Sep 02 23:53:41.135 INFO collecting git info from project "pilot"...
98532026-09-02T23:53:42.290Z[ recovery-image] Sep 02 23:53:41.144 INFO collecting git info from project "bootserver"...
98542026-09-02T23:53:42.290Z[ recovery-image] Sep 02 23:53:41.151 INFO collecting git info from project "chelsio-t6-roms"...
98552026-09-02T23:53:42.316Z[ recovery-image] Sep 02 23:53:41.169 INFO collecting git info from project "amd-host-image-builder"...
98562026-09-02T23:53:42.329Z[ host-image] Sep 02 23:53:41.181 INFO O| Sep 02 23:53:41.181 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/libtddl.a"
98572026-09-02T23:53:42.329Z[ host-image] Sep 02 23:53:41.183 INFO O| Sep 02 23:53:41.183 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/amd64/libtddl.a"
98582026-09-02T23:53:42.352Z[ recovery-image] Sep 02 23:53:41.219 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
98592026-09-02T23:53:42.410Z[ host-image] Sep 02 23:53:41.281 INFO O| Sep 02 23:53:41.281 INFO STEP 14 (remove_files) COMPLETE
98602026-09-02T23:53:42.410Z[ host-image] Sep 02 23:53:41.281 INFO O| Sep 02 23:53:41.281 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
98612026-09-02T23:53:42.431Z[ host-image] Sep 02 23:53:41.303 INFO O| Sep 02 23:53:41.303 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/boot"
98622026-09-02T23:53:42.441Z[ host-image] Sep 02 23:53:41.304 INFO O| Sep 02 23:53:41.304 INFO STEP 15 (remove_files) COMPLETE
98632026-09-02T23:53:42.441Z[ host-image] Sep 02 23:53:41.304 INFO O| Sep 02 23:53:41.304 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
98642026-09-02T23:53:42.441Z[ host-image] Sep 02 23:53:41.314 INFO O| Sep 02 23:53:41.314 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/platform/i86pc"
98652026-09-02T23:53:42.460Z[ host-image] Sep 02 23:53:41.320 INFO O| Sep 02 23:53:41.320 INFO STEP 16 (remove_files) COMPLETE
98662026-09-02T23:53:42.460Z[ host-image] Sep 02 23:53:41.320 INFO O| Sep 02 23:53:41.320 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
98672026-09-02T23:53:42.474Z[ host-image] Sep 02 23:53:41.331 INFO O| Sep 02 23:53:41.331 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/platform/i86xpv"
98682026-09-02T23:53:42.474Z[ host-image] Sep 02 23:53:41.331 INFO O| Sep 02 23:53:41.331 INFO STEP 17 (remove_files) COMPLETE
98692026-09-02T23:53:42.474Z[ host-image] Sep 02 23:53:41.331 INFO O| Sep 02 23:53:41.331 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
98702026-09-02T23:53:42.483Z[ host-image] Sep 02 23:53:41.343 INFO O| Sep 02 23:53:41.343 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/platform/i86pc"
98712026-09-02T23:53:42.483Z[ host-image] Sep 02 23:53:41.345 INFO O| Sep 02 23:53:41.345 INFO STEP 18 (remove_files) COMPLETE
98722026-09-02T23:53:42.483Z[ host-image] Sep 02 23:53:41.345 INFO O| Sep 02 23:53:41.345 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
98732026-09-02T23:53:42.489Z[ host-image] Sep 02 23:53:41.357 INFO O| Sep 02 23:53:41.357 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/acpica"
98742026-09-02T23:53:42.489Z[ host-image] Sep 02 23:53:41.357 INFO O| Sep 02 23:53:41.357 INFO STEP 19 (remove_files) COMPLETE
98752026-09-02T23:53:42.489Z[ host-image] Sep 02 23:53:41.357 INFO O| Sep 02 23:53:41.357 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
98762026-09-02T23:53:42.502Z[ host-image] Sep 02 23:53:41.371 INFO O| Sep 02 23:53:41.371 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/tem"
98772026-09-02T23:53:42.518Z[ host-image] Sep 02 23:53:41.372 INFO O| Sep 02 23:53:41.372 INFO STEP 20 (remove_files) COMPLETE
98782026-09-02T23:53:42.519Z[ host-image] Sep 02 23:53:41.372 INFO O| Sep 02 23:53:41.372 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
98792026-09-02T23:53:42.519Z[ host-image] Sep 02 23:53:41.382 INFO O| Sep 02 23:53:41.382 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/kbtrans"
98802026-09-02T23:53:42.519Z[ host-image] Sep 02 23:53:41.382 INFO O| Sep 02 23:53:41.382 INFO STEP 21 (remove_files) COMPLETE
98812026-09-02T23:53:42.519Z[ host-image] Sep 02 23:53:41.382 INFO O| Sep 02 23:53:41.382 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
98822026-09-02T23:53:42.528Z[ host-image] Sep 02 23:53:41.392 INFO O| Sep 02 23:53:41.392 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/wc"
98832026-09-02T23:53:42.528Z[ host-image] Sep 02 23:53:41.392 INFO O| Sep 02 23:53:41.392 INFO STEP 22 (remove_files) COMPLETE
98842026-09-02T23:53:42.528Z[ host-image] Sep 02 23:53:41.392 INFO O| Sep 02 23:53:41.392 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
98852026-09-02T23:53:42.540Z[ host-image] Sep 02 23:53:41.402 INFO O| Sep 02 23:53:41.402 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/acpi_drv"
98862026-09-02T23:53:42.540Z[ host-image] Sep 02 23:53:41.402 INFO O| Sep 02 23:53:41.402 INFO STEP 23 (remove_files) COMPLETE
98872026-09-02T23:53:42.540Z[ host-image] Sep 02 23:53:41.402 INFO O| Sep 02 23:53:41.402 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
98882026-09-02T23:53:42.546Z[ host-image] Sep 02 23:53:41.417 INFO O| Sep 02 23:53:41.417 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/conskbd"
98892026-09-02T23:53:42.547Z[ host-image] Sep 02 23:53:41.418 INFO O| Sep 02 23:53:41.417 INFO STEP 24 (remove_files) COMPLETE
98902026-09-02T23:53:42.547Z[ host-image] Sep 02 23:53:41.418 INFO O| Sep 02 23:53:41.417 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
98912026-09-02T23:53:42.567Z[ host-image] Sep 02 23:53:41.435 INFO O| Sep 02 23:53:41.435 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/tzmon"
98922026-09-02T23:53:42.567Z[ host-image] Sep 02 23:53:41.435 INFO O| Sep 02 23:53:41.435 INFO STEP 25 (remove_files) COMPLETE
98932026-09-02T23:53:42.585Z[ host-image] Sep 02 23:53:41.435 INFO O| Sep 02 23:53:41.435 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
98942026-09-02T23:53:42.585Z[ host-image] Sep 02 23:53:41.447 INFO O| Sep 02 23:53:41.447 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/power"
98952026-09-02T23:53:42.585Z[ host-image] Sep 02 23:53:41.447 INFO O| Sep 02 23:53:41.447 INFO STEP 26 (remove_files) COMPLETE
98962026-09-02T23:53:42.585Z[ host-image] Sep 02 23:53:41.447 INFO O| Sep 02 23:53:41.447 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
98972026-09-02T23:53:42.598Z[ host-image] Sep 02 23:53:41.457 INFO O| Sep 02 23:53:41.456 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audio"
98982026-09-02T23:53:42.599Z[ host-image] Sep 02 23:53:41.457 INFO O| Sep 02 23:53:41.457 INFO STEP 27 (remove_files) COMPLETE
98992026-09-02T23:53:42.599Z[ host-image] Sep 02 23:53:41.457 INFO O| Sep 02 23:53:41.457 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99002026-09-02T23:53:42.599Z[ host-image] Sep 02 23:53:41.466 INFO O| Sep 02 23:53:41.466 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audio1575"
99012026-09-02T23:53:42.599Z[ host-image] Sep 02 23:53:41.466 INFO O| Sep 02 23:53:41.466 INFO STEP 28 (remove_files) COMPLETE
99022026-09-02T23:53:42.599Z[ host-image] Sep 02 23:53:41.466 INFO O| Sep 02 23:53:41.466 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99032026-09-02T23:53:42.615Z[ host-image] Sep 02 23:53:41.476 INFO O| Sep 02 23:53:41.476 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audioens"
99042026-09-02T23:53:42.615Z[ host-image] Sep 02 23:53:41.476 INFO O| Sep 02 23:53:41.476 INFO STEP 29 (remove_files) COMPLETE
99052026-09-02T23:53:42.615Z[ host-image] Sep 02 23:53:41.476 INFO O| Sep 02 23:53:41.476 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99062026-09-02T23:53:42.623Z[ host-image] Sep 02 23:53:41.486 INFO O| Sep 02 23:53:41.486 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audiopci"
99072026-09-02T23:53:42.623Z[ host-image] Sep 02 23:53:41.486 INFO O| Sep 02 23:53:41.486 INFO STEP 30 (remove_files) COMPLETE
99082026-09-02T23:53:42.623Z[ host-image] Sep 02 23:53:41.486 INFO O| Sep 02 23:53:41.486 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99092026-09-02T23:53:42.631Z[ host-image] Sep 02 23:53:41.496 INFO O| Sep 02 23:53:41.496 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audiots"
99102026-09-02T23:53:42.631Z[ host-image] Sep 02 23:53:41.496 INFO O| Sep 02 23:53:41.496 INFO STEP 31 (remove_files) COMPLETE
99112026-09-02T23:53:42.631Z[ host-image] Sep 02 23:53:41.496 INFO O| Sep 02 23:53:41.496 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99122026-09-02T23:53:42.639Z[ host-image] Sep 02 23:53:41.508 INFO O| Sep 02 23:53:41.508 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/ehci"
99132026-09-02T23:53:42.639Z[ host-image] Sep 02 23:53:41.508 INFO O| Sep 02 23:53:41.508 INFO STEP 32 (remove_files) COMPLETE
99142026-09-02T23:53:42.639Z[ host-image] Sep 02 23:53:41.508 INFO O| Sep 02 23:53:41.508 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99152026-09-02T23:53:42.648Z[ host-image] Sep 02 23:53:41.519 INFO O| Sep 02 23:53:41.519 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/hid"
99162026-09-02T23:53:42.648Z[ host-image] Sep 02 23:53:41.519 INFO O| Sep 02 23:53:41.519 INFO STEP 33 (remove_files) COMPLETE
99172026-09-02T23:53:42.648Z[ host-image] Sep 02 23:53:41.519 INFO O| Sep 02 23:53:41.519 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99182026-09-02T23:53:42.715Z[ host-image] Sep 02 23:53:41.530 INFO O| Sep 02 23:53:41.530 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/hubd"
99192026-09-02T23:53:42.715Z[ host-image] Sep 02 23:53:41.530 INFO O| Sep 02 23:53:41.530 INFO STEP 34 (remove_files) COMPLETE
99202026-09-02T23:53:42.715Z[ host-image] Sep 02 23:53:41.530 INFO O| Sep 02 23:53:41.530 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99212026-09-02T23:53:42.722Z[ host-image] Sep 02 23:53:41.541 INFO O| Sep 02 23:53:41.541 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/ohci"
99222026-09-02T23:53:42.723Z[ host-image] Sep 02 23:53:41.541 INFO O| Sep 02 23:53:41.541 INFO STEP 35 (remove_files) COMPLETE
99232026-09-02T23:53:42.723Z[ host-image] Sep 02 23:53:41.541 INFO O| Sep 02 23:53:41.541 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99242026-09-02T23:53:42.723Z[ host-image] Sep 02 23:53:41.552 INFO O| Sep 02 23:53:41.552 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/scsa2usb"
99252026-09-02T23:53:42.723Z[ host-image] Sep 02 23:53:41.552 INFO O| Sep 02 23:53:41.552 INFO STEP 36 (remove_files) COMPLETE
99262026-09-02T23:53:42.723Z[ host-image] Sep 02 23:53:41.552 INFO O| Sep 02 23:53:41.552 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99272026-09-02T23:53:42.723Z[ host-image] Sep 02 23:53:41.564 INFO O| Sep 02 23:53:41.564 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/uhci"
99282026-09-02T23:53:42.723Z[ host-image] Sep 02 23:53:41.564 INFO O| Sep 02 23:53:41.564 INFO STEP 37 (remove_files) COMPLETE
99292026-09-02T23:53:42.723Z[ host-image] Sep 02 23:53:41.564 INFO O| Sep 02 23:53:41.564 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99302026-09-02T23:53:42.723Z[ host-image] Sep 02 23:53:41.573 INFO O| Sep 02 23:53:41.573 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_ac"
99312026-09-02T23:53:42.723Z[ host-image] Sep 02 23:53:41.573 INFO O| Sep 02 23:53:41.573 INFO STEP 38 (remove_files) COMPLETE
99322026-09-02T23:53:42.723Z[ host-image] Sep 02 23:53:41.573 INFO O| Sep 02 23:53:41.573 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99332026-09-02T23:53:42.723Z[ host-image] Sep 02 23:53:41.589 INFO O| Sep 02 23:53:41.588 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_as"
99342026-09-02T23:53:42.723Z[ host-image] Sep 02 23:53:41.589 INFO O| Sep 02 23:53:41.589 INFO STEP 39 (remove_files) COMPLETE
99352026-09-02T23:53:42.723Z[ host-image] Sep 02 23:53:41.589 INFO O| Sep 02 23:53:41.589 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99362026-09-02T23:53:42.754Z[ host-image] Sep 02 23:53:41.622 INFO O| Sep 02 23:53:41.622 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_ia"
99372026-09-02T23:53:42.755Z[ host-image] Sep 02 23:53:41.622 INFO O| Sep 02 23:53:41.622 INFO STEP 40 (remove_files) COMPLETE
99382026-09-02T23:53:42.794Z[ host-image] Sep 02 23:53:41.622 INFO O| Sep 02 23:53:41.622 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99392026-09-02T23:53:42.794Z[ host-image] Sep 02 23:53:41.638 INFO O| Sep 02 23:53:41.638 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_mid"
99402026-09-02T23:53:42.794Z[ host-image] Sep 02 23:53:41.638 INFO O| Sep 02 23:53:41.638 INFO STEP 41 (remove_files) COMPLETE
99412026-09-02T23:53:42.794Z[ host-image] Sep 02 23:53:41.638 INFO O| Sep 02 23:53:41.638 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99422026-09-02T23:53:42.794Z[ host-image] Sep 02 23:53:41.650 INFO O| Sep 02 23:53:41.650 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usbprn"
99432026-09-02T23:53:42.795Z[ host-image] Sep 02 23:53:41.650 INFO O| Sep 02 23:53:41.650 INFO STEP 42 (remove_files) COMPLETE
99442026-09-02T23:53:42.795Z[ host-image] Sep 02 23:53:41.650 INFO O| Sep 02 23:53:41.650 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99452026-09-02T23:53:42.795Z[ host-image] Sep 02 23:53:41.661 INFO O| Sep 02 23:53:41.661 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/xhci"
99462026-09-02T23:53:42.795Z[ host-image] Sep 02 23:53:41.661 INFO O| Sep 02 23:53:41.661 INFO STEP 43 (remove_files) COMPLETE
99472026-09-02T23:53:42.795Z[ host-image] Sep 02 23:53:41.661 INFO O| Sep 02 23:53:41.661 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99482026-09-02T23:53:42.855Z[ host-image] Sep 02 23:53:41.671 INFO O| Sep 02 23:53:41.671 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nhm"
99492026-09-02T23:53:42.855Z[ host-image] Sep 02 23:53:41.671 INFO O| Sep 02 23:53:41.671 INFO STEP 44 (remove_files) COMPLETE
99502026-09-02T23:53:42.855Z[ host-image] Sep 02 23:53:41.671 INFO O| Sep 02 23:53:41.671 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99512026-09-02T23:53:42.855Z[ host-image] Sep 02 23:53:41.682 INFO O| Sep 02 23:53:41.682 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nb5000"
99522026-09-02T23:53:42.855Z[ host-image] Sep 02 23:53:41.682 INFO O| Sep 02 23:53:41.682 INFO STEP 45 (remove_files) COMPLETE
99532026-09-02T23:53:42.855Z[ host-image] Sep 02 23:53:41.682 INFO O| Sep 02 23:53:41.682 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99542026-09-02T23:53:42.855Z[ host-image] Sep 02 23:53:41.692 INFO O| Sep 02 23:53:41.692 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/mc-amd"
99552026-09-02T23:53:42.855Z[ host-image] Sep 02 23:53:41.692 INFO O| Sep 02 23:53:41.692 INFO STEP 46 (remove_files) COMPLETE
99562026-09-02T23:53:42.855Z[ host-image] Sep 02 23:53:41.692 INFO O| Sep 02 23:53:41.692 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99572026-09-02T23:53:42.863Z[ host-image] Sep 02 23:53:41.703 INFO O| Sep 02 23:53:41.703 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/acpi_toshiba"
99582026-09-02T23:53:42.864Z[ host-image] Sep 02 23:53:41.703 INFO O| Sep 02 23:53:41.703 INFO STEP 47 (remove_files) COMPLETE
99592026-09-02T23:53:42.864Z[ host-image] Sep 02 23:53:41.703 INFO O| Sep 02 23:53:41.703 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99602026-09-02T23:53:42.872Z[ host-image] Sep 02 23:53:41.731 INFO O| Sep 02 23:53:41.731 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nhmex"
99612026-09-02T23:53:42.872Z[ host-image] Sep 02 23:53:41.731 INFO O| Sep 02 23:53:41.731 INFO STEP 48 (remove_files) COMPLETE
99622026-09-02T23:53:42.872Z[ host-image] Sep 02 23:53:41.731 INFO O| Sep 02 23:53:41.731 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99632026-09-02T23:53:42.872Z[verify-libraries] Compiling oximeter-load-test v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oximeter-load-test)
99642026-09-02T23:53:42.872Z[ host-image] Sep 02 23:53:41.744 INFO O| Sep 02 23:53:41.744 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/intel_nhmex.conf"
99652026-09-02T23:53:42.872Z[ host-image] Sep 02 23:53:41.744 INFO O| Sep 02 23:53:41.744 INFO STEP 49 (remove_files) COMPLETE
99662026-09-02T23:53:42.872Z[ host-image] Sep 02 23:53:41.744 INFO O| Sep 02 23:53:41.744 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99672026-09-02T23:53:42.879Z[ host-image] Sep 02 23:53:41.755 INFO O| Sep 02 23:53:41.755 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/mpt"
99682026-09-02T23:53:42.879Z[ host-image] Sep 02 23:53:41.755 INFO O| Sep 02 23:53:41.755 INFO STEP 50 (remove_files) COMPLETE
99692026-09-02T23:53:42.879Z[ host-image] Sep 02 23:53:41.755 INFO O| Sep 02 23:53:41.755 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99702026-09-02T23:53:42.906Z[ host-image] Sep 02 23:53:41.774 INFO O| Sep 02 23:53:41.774 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/mpt.conf"
99712026-09-02T23:53:42.906Z[ host-image] Sep 02 23:53:41.774 INFO O| Sep 02 23:53:41.774 INFO STEP 51 (remove_files) COMPLETE
99722026-09-02T23:53:42.915Z[ host-image] Sep 02 23:53:41.774 INFO O| Sep 02 23:53:41.774 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99732026-09-02T23:53:42.931Z[ host-image] Sep 02 23:53:41.795 INFO O| Sep 02 23:53:41.795 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
99742026-09-02T23:53:42.931Z[ host-image] Sep 02 23:53:41.795 INFO O| Sep 02 23:53:41.795 INFO STEP 52 (remove_files) COMPLETE
99752026-09-02T23:53:42.931Z[ host-image] Sep 02 23:53:41.795 INFO O| Sep 02 23:53:41.795 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99762026-09-02T23:53:42.977Z[ host-image] Sep 02 23:53:41.839 INFO O| Sep 02 23:53:41.839 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
99772026-09-02T23:53:42.977Z[ host-image] Sep 02 23:53:41.839 INFO O| Sep 02 23:53:41.839 INFO STEP 53 (remove_files) COMPLETE
99782026-09-02T23:53:42.985Z[ host-image] Sep 02 23:53:41.839 INFO O| Sep 02 23:53:41.839 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99792026-09-02T23:53:42.985Z[ host-image] Sep 02 23:53:41.850 INFO O| Sep 02 23:53:41.850 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/sbin/bootadm"
99802026-09-02T23:53:42.985Z[ host-image] Sep 02 23:53:41.850 INFO O| Sep 02 23:53:41.850 INFO STEP 54 (remove_files) COMPLETE
99812026-09-02T23:53:42.985Z[ host-image] Sep 02 23:53:41.850 INFO O| Sep 02 23:53:41.850 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99822026-09-02T23:53:43.005Z[ host-image] Sep 02 23:53:41.861 INFO O| Sep 02 23:53:41.861 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/sbin/bootadm"
99832026-09-02T23:53:43.005Z[ host-image] Sep 02 23:53:41.861 INFO O| Sep 02 23:53:41.861 INFO STEP 55 (remove_files) COMPLETE
99842026-09-02T23:53:43.005Z[ host-image] Sep 02 23:53:41.861 INFO O| Sep 02 23:53:41.861 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99852026-09-02T23:53:43.005Z[ host-image] Sep 02 23:53:41.870 INFO O| Sep 02 23:53:41.870 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/sbin/beadm"
99862026-09-02T23:53:43.005Z[ host-image] Sep 02 23:53:41.870 INFO O| Sep 02 23:53:41.870 INFO STEP 56 (remove_files) COMPLETE
99872026-09-02T23:53:43.005Z[ host-image] Sep 02 23:53:41.870 INFO O| Sep 02 23:53:41.870 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99882026-09-02T23:53:43.033Z[ host-image] Sep 02 23:53:41.907 INFO O| Sep 02 23:53:41.907 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/sbin/beadm"
99892026-09-02T23:53:43.033Z[ host-image] Sep 02 23:53:41.908 INFO O| Sep 02 23:53:41.907 INFO STEP 57 (remove_files) COMPLETE
99902026-09-02T23:53:43.065Z[ host-image] Sep 02 23:53:41.908 INFO O| Sep 02 23:53:41.908 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99912026-09-02T23:53:43.065Z[ host-image] Sep 02 23:53:41.921 INFO O| Sep 02 23:53:41.921 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/etc/default/tar"
99922026-09-02T23:53:43.066Z[ host-image] Sep 02 23:53:41.921 INFO O| Sep 02 23:53:41.921 INFO STEP 58 (remove_files) COMPLETE
99932026-09-02T23:53:43.066Z[ host-image] Sep 02 23:53:41.921 INFO O| Sep 02 23:53:41.921 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99942026-09-02T23:53:43.082Z[ recovery-image] Sep 02 23:53:41.945 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
99952026-09-02T23:53:43.098Z[ host-image] Sep 02 23:53:41.962 INFO O| Sep 02 23:53:41.962 WARN file /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
99962026-09-02T23:53:43.099Z[ host-image] Sep 02 23:53:41.962 INFO O| Sep 02 23:53:41.962 INFO writing /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap ...
99972026-09-02T23:53:43.099Z[ host-image] Sep 02 23:53:41.962 INFO O| Sep 02 23:53:41.962 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
99982026-09-02T23:53:43.099Z[ host-image] Sep 02 23:53:41.962 INFO O| Sep 02 23:53:41.962 INFO chmod ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
99992026-09-02T23:53:43.099Z[ host-image] Sep 02 23:53:41.962 INFO O| Sep 02 23:53:41.962 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
100002026-09-02T23:53:43.099Z[ host-image] Sep 02 23:53:41.963 INFO O| Sep 02 23:53:41.963 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
100012026-09-02T23:53:43.099Z[ host-image] Sep 02 23:53:41.963 INFO O| Sep 02 23:53:41.963 INFO ok!
100022026-09-02T23:53:43.099Z[ host-image] Sep 02 23:53:41.963 INFO O| Sep 02 23:53:41.963 INFO STEP 59 (ensure_file) COMPLETE
100032026-09-02T23:53:43.099Z[ host-image] Sep 02 23:53:41.963 INFO O| Sep 02 23:53:41.963 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
100042026-09-02T23:53:43.133Z[ host-image] Sep 02 23:53:42.007 INFO O| Sep 02 23:53:42.007 WARN file /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
100052026-09-02T23:53:43.134Z[ host-image] Sep 02 23:53:42.007 INFO O| Sep 02 23:53:42.007 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk ...
100062026-09-02T23:53:43.134Z[ host-image] Sep 02 23:53:42.007 INFO O| Sep 02 23:53:42.007 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
100072026-09-02T23:53:43.138Z[ host-image] Sep 02 23:53:42.007 INFO O| Sep 02 23:53:42.007 INFO chmod ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
100082026-09-02T23:53:43.138Z[ host-image] Sep 02 23:53:42.007 INFO O| Sep 02 23:53:42.007 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
100092026-09-02T23:53:43.138Z[ host-image] Sep 02 23:53:42.008 INFO O| Sep 02 23:53:42.007 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
100102026-09-02T23:53:43.138Z[ host-image] Sep 02 23:53:42.008 INFO O| Sep 02 23:53:42.007 INFO ok!
100112026-09-02T23:53:43.138Z[ host-image] Sep 02 23:53:42.008 INFO O| Sep 02 23:53:42.007 INFO STEP 60 (ensure_file) COMPLETE
100122026-09-02T23:53:43.139Z[ host-image] Sep 02 23:53:42.008 INFO O| Sep 02 23:53:42.007 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
100132026-09-02T23:53:43.161Z[ host-image] Sep 02 23:53:42.037 INFO O| Sep 02 23:53:42.037 INFO file /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile does not exist
100142026-09-02T23:53:43.161Z[ host-image] Sep 02 23:53:42.037 INFO O| Sep 02 23:53:42.037 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile ...
100152026-09-02T23:53:43.161Z[ host-image] Sep 02 23:53:42.037 INFO O| Sep 02 23:53:42.037 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile
100162026-09-02T23:53:43.175Z[ host-image] Sep 02 23:53:42.037 INFO O| Sep 02 23:53:42.037 INFO ok!
100172026-09-02T23:53:43.176Z[ host-image] Sep 02 23:53:42.037 INFO O| Sep 02 23:53:42.037 INFO STEP 61 (ensure_file) COMPLETE
100182026-09-02T23:53:43.176Z[ host-image] Sep 02 23:53:42.037 INFO O| Sep 02 23:53:42.037 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
100192026-09-02T23:53:43.189Z[ host-image] Sep 02 23:53:42.057 INFO O| Sep 02 23:53:42.057 WARN file /rpool/images/build/host/work/sled/ramdisk/root/.bashrc exists, with wrong contents, unlinking
100202026-09-02T23:53:43.189Z[ host-image] Sep 02 23:53:42.057 INFO O| Sep 02 23:53:42.057 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/host/work/sled/ramdisk/root/.bashrc ...
100212026-09-02T23:53:43.189Z[ host-image] Sep 02 23:53:42.057 INFO O| Sep 02 23:53:42.057 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/root/.bashrc
100222026-09-02T23:53:43.189Z[ host-image] Sep 02 23:53:42.057 INFO O| Sep 02 23:53:42.057 INFO ok!
100232026-09-02T23:53:43.189Z[ host-image] Sep 02 23:53:42.057 INFO O| Sep 02 23:53:42.057 INFO STEP 62 (ensure_file) COMPLETE
100242026-09-02T23:53:43.189Z[ host-image] Sep 02 23:53:42.057 INFO O| Sep 02 23:53:42.057 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
100252026-09-02T23:53:43.231Z[ host-image] Sep 02 23:53:42.090 INFO O| Sep 02 23:53:42.090 WARN file /rpool/images/build/host/work/sled/ramdisk/etc/motd exists, with wrong contents, unlinking
100262026-09-02T23:53:43.231Z[ host-image] Sep 02 23:53:42.090 INFO O| Sep 02 23:53:42.090 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/host/work/sled/ramdisk/etc/motd ...
100272026-09-02T23:53:43.231Z[ host-image] Sep 02 23:53:42.090 INFO O| Sep 02 23:53:42.090 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/etc/motd
100282026-09-02T23:53:43.231Z[ host-image] Sep 02 23:53:42.090 INFO O| Sep 02 23:53:42.090 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/motd
100292026-09-02T23:53:43.231Z[ host-image] Sep 02 23:53:42.090 INFO O| Sep 02 23:53:42.090 INFO ok!
100302026-09-02T23:53:43.246Z[ host-image] Sep 02 23:53:42.090 INFO O| Sep 02 23:53:42.090 INFO STEP 63 (ensure_file) COMPLETE
100312026-09-02T23:53:43.246Z[ host-image] Sep 02 23:53:42.090 INFO O| Sep 02 23:53:42.090 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
100322026-09-02T23:53:43.246Z[ host-image] Sep 02 23:53:42.102 INFO O| Sep 02 23:53:42.102 WARN file /rpool/images/build/host/work/sled/ramdisk/etc/profile exists, with wrong contents, unlinking
100332026-09-02T23:53:43.246Z[ host-image] Sep 02 23:53:42.102 INFO O| Sep 02 23:53:42.102 INFO copying /work/oxidecomputer/helios/image/templates/files/profile -> /rpool/images/build/host/work/sled/ramdisk/etc/profile ...
100342026-09-02T23:53:43.246Z[ host-image] Sep 02 23:53:42.102 INFO O| Sep 02 23:53:42.102 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/etc/profile
100352026-09-02T23:53:43.248Z[ host-image] Sep 02 23:53:42.102 INFO O| Sep 02 23:53:42.102 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/profile
100362026-09-02T23:53:43.248Z[ host-image] Sep 02 23:53:42.102 INFO O| Sep 02 23:53:42.102 INFO ok!
100372026-09-02T23:53:43.248Z[ host-image] Sep 02 23:53:42.102 INFO O| Sep 02 23:53:42.102 INFO STEP 64 (ensure_file) COMPLETE
100382026-09-02T23:53:43.248Z[ host-image] Sep 02 23:53:42.102 INFO O| Sep 02 23:53:42.102 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
100392026-09-02T23:53:43.255Z[ host-image] Sep 02 23:53:42.113 INFO O| Sep 02 23:53:42.113 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf does not exist
100402026-09-02T23:53:43.255Z[ host-image] Sep 02 23:53:42.113 INFO O| Sep 02 23:53:42.113 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-system-zfs:dbuf -> /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf ...
100412026-09-02T23:53:43.255Z[ host-image] Sep 02 23:53:42.113 INFO O| Sep 02 23:53:42.113 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf
100422026-09-02T23:53:43.255Z[ host-image] Sep 02 23:53:42.113 INFO O| Sep 02 23:53:42.113 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf
100432026-09-02T23:53:43.255Z[ host-image] Sep 02 23:53:42.113 INFO O| Sep 02 23:53:42.113 INFO ok!
100442026-09-02T23:53:43.255Z[ host-image] Sep 02 23:53:42.113 INFO O| Sep 02 23:53:42.113 INFO STEP 65 (ensure_file) COMPLETE
100452026-09-02T23:53:43.255Z[ host-image] Sep 02 23:53:42.113 INFO O| Sep 02 23:53:42.113 INFO STEP 66: assemble_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
100462026-09-02T23:53:43.255Z[ host-image] Sep 02 23:53:42.124 INFO O| Sep 02 23:53:42.124 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly does not exist
100472026-09-02T23:53:43.255Z[ host-image] Sep 02 23:53:42.124 INFO O| Sep 02 23:53:42.124 INFO writing /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly ...
100482026-09-02T23:53:43.255Z[ host-image] Sep 02 23:53:42.124 INFO O| Sep 02 23:53:42.124 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly
100492026-09-02T23:53:43.256Z[ host-image] Sep 02 23:53:42.124 INFO O| Sep 02 23:53:42.124 INFO ok!
100502026-09-02T23:53:43.256Z[ host-image] Sep 02 23:53:42.124 INFO O| Sep 02 23:53:42.124 INFO STEP 66 (assemble_files) COMPLETE
100512026-09-02T23:53:43.256Z[ host-image] Sep 02 23:53:42.124 INFO O| Sep 02 23:53:42.124 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
100522026-09-02T23:53:43.268Z[ host-image] Sep 02 23:53:42.136 INFO O| Sep 02 23:53:42.136 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf does not exist
100532026-09-02T23:53:43.269Z[ host-image] Sep 02 23:53:42.136 INFO O| Sep 02 23:53:42.136 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf ...
100542026-09-02T23:53:43.269Z[ host-image] Sep 02 23:53:42.136 INFO O| Sep 02 23:53:42.136 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf
100552026-09-02T23:53:43.269Z[ host-image] Sep 02 23:53:42.136 INFO O| Sep 02 23:53:42.136 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf
100562026-09-02T23:53:43.269Z[ host-image] Sep 02 23:53:42.136 INFO O| Sep 02 23:53:42.136 INFO ok!
100572026-09-02T23:53:43.269Z[ host-image] Sep 02 23:53:42.136 INFO O| Sep 02 23:53:42.136 INFO STEP 67 (ensure_file) COMPLETE
100582026-09-02T23:53:43.270Z[ host-image] Sep 02 23:53:42.136 INFO O| Sep 02 23:53:42.136 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
100592026-09-02T23:53:43.277Z[ host-image] Sep 02 23:53:42.147 INFO O| Sep 02 23:53:42.147 INFO creating directory: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
100602026-09-02T23:53:43.277Z[ host-image] Sep 02 23:53:42.147 INFO O| Sep 02 23:53:42.147 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
100612026-09-02T23:53:43.277Z[ host-image] Sep 02 23:53:42.147 INFO O| Sep 02 23:53:42.147 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
100622026-09-02T23:53:43.277Z[ host-image] Sep 02 23:53:42.147 INFO O| Sep 02 23:53:42.147 INFO STEP 68 (ensure_dir) COMPLETE
100632026-09-02T23:53:43.277Z[ host-image] Sep 02 23:53:42.147 INFO O| Sep 02 23:53:42.147 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
100642026-09-02T23:53:43.290Z[ host-image] Sep 02 23:53:42.158 INFO O| Sep 02 23:53:42.158 INFO file /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz does not exist
100652026-09-02T23:53:43.290Z[ host-image] Sep 02 23:53:42.158 INFO O| Sep 02 23:53:42.158 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 ...
100662026-09-02T23:53:43.296Z[ host-image] Sep 02 23:53:42.165 INFO O| Sep 02 23:53:42.165 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
100672026-09-02T23:53:43.296Z[ host-image] Sep 02 23:53:42.165 INFO O| Sep 02 23:53:42.165 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz
100682026-09-02T23:53:43.296Z[ host-image] Sep 02 23:53:42.165 INFO O| Sep 02 23:53:42.165 INFO ok!
100692026-09-02T23:53:43.296Z[ host-image] Sep 02 23:53:42.165 INFO O| Sep 02 23:53:42.165 INFO STEP 69 (ensure_file) COMPLETE
100702026-09-02T23:53:43.296Z[ host-image] Sep 02 23:53:42.165 INFO O| Sep 02 23:53:42.165 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
100712026-09-02T23:53:43.323Z[ host-image] Sep 02 23:53:42.177 INFO O| Sep 02 23:53:42.177 INFO file /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt does not exist
100722026-09-02T23:53:43.323Z[ host-image] Sep 02 23:53:42.177 INFO O| Sep 02 23:53:42.177 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 ...
100732026-09-02T23:53:43.323Z[ host-image] Sep 02 23:53:42.178 INFO O| Sep 02 23:53:42.177 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
100742026-09-02T23:53:43.324Z[ host-image] Sep 02 23:53:42.178 INFO O| Sep 02 23:53:42.178 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt
100752026-09-02T23:53:43.324Z[ host-image] Sep 02 23:53:42.178 INFO O| Sep 02 23:53:42.178 INFO ok!
100762026-09-02T23:53:43.324Z[ host-image] Sep 02 23:53:42.178 INFO O| Sep 02 23:53:42.178 INFO STEP 70 (ensure_file) COMPLETE
100772026-09-02T23:53:43.324Z[ host-image] Sep 02 23:53:42.178 INFO O| Sep 02 23:53:42.178 INFO STEP 71: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
100782026-09-02T23:53:43.342Z[ host-image] Sep 02 23:53:42.195 INFO O| Sep 02 23:53:42.195 INFO file /rpool/images/build/host/output/sled-ramdisk.tar does not already exist, skipping removal
100792026-09-02T23:53:43.342Z[ host-image] Sep 02 23:53:42.195 INFO O| Sep 02 23:53:42.195 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/host/output/sled-ramdisk.tar", "-C", "/rpool/images/build/host/work/sled/ramdisk", "."]
100802026-09-02T23:53:43.491Z[ recovery-image] Sep 02 23:53:42.366 INFO creating Oxide boot image...
100812026-09-02T23:53:43.491Z[ recovery-image] Sep 02 23:53:42.366 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/recovery/output/sled-zfs-recovery.raw", "-N", "recovery 237cd9b/0e29ea8 2026-09-02 23:39", "-o", "/work/os-recovery/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.recovery/boot_image_csum", "-s", "4096", "-z"], pwd: None
100822026-09-02T23:53:43.804Z[verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
100832026-09-02T23:53:44.023Z[verify-libraries] Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
100842026-09-02T23:53:44.940Z[ host-image] Sep 02 23:53:43.802 INFO O| Sep 02 23:53:43.802 INFO STEP 71 (pack_tar) COMPLETE
100852026-09-02T23:53:44.940Z[ host-image] Sep 02 23:53:43.802 INFO O| Sep 02 23:53:43.802 INFO creating output snapshot rpool/images/build/host/work/sled/ramdisk@trim
100862026-09-02T23:53:44.940Z[ host-image] Sep 02 23:53:43.802 INFO O| Sep 02 23:53:43.802 INFO CREATE SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@trim
100872026-09-02T23:53:45.526Z[ host-image] Sep 02 23:53:44.399 INFO O| Sep 02 23:53:44.399 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/ramdisk-02-trim
100882026-09-02T23:53:45.763Z[ host-image] Sep 02 23:53:44.626 INFO O| Sep 02 23:53:44.626 INFO completed processing sled/ramdisk-02-trim
100892026-09-02T23:53:45.788Z[ host-image] Sep 02 23:53:44.630 INFO image builder template: zfs...
100902026-09-02T23:53:45.788Z[ host-image] Sep 02 23:53:44.630 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/.tmpsaZway/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
100912026-09-02T23:53:45.789Z[ host-image] Sep 02 23:53:44.643 INFO O| Sep 02 23:53:44.643 INFO skip include "stress" because feature "stress" is not enabled
100922026-09-02T23:53:45.789Z[ host-image] Sep 02 23:53:44.643 INFO O| Sep 02 23:53:44.643 INFO skip include "stress" because feature "compliance" is not enabled
100932026-09-02T23:53:45.799Z[ host-image] Sep 02 23:53:44.674 INFO O| Sep 02 23:53:44.674 INFO temporary dataset: rpool/images/build/host/tmp/sled/zfs
100942026-09-02T23:53:45.809Z[ host-image] Sep 02 23:53:44.679 INFO O| Sep 02 23:53:44.679 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/zfs
100952026-09-02T23:53:45.917Z[ host-image] Sep 02 23:53:44.789 INFO O| Sep 02 23:53:44.789 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/zfs: sync = disabled
100962026-09-02T23:53:46.012Z[ host-image] Sep 02 23:53:44.864 INFO O| Sep 02 23:53:44.864 INFO temporary directory: /rpool/images/build/host/tmp/sled/zfs
100972026-09-02T23:53:46.012Z[ host-image] Sep 02 23:53:44.864 INFO O| Sep 02 23:53:44.864 INFO work dataset: rpool/images/build/host/work/sled/zfs
100982026-09-02T23:53:46.050Z[ host-image] Sep 02 23:53:44.868 INFO O| Sep 02 23:53:44.868 INFO CREATE DATASET: rpool/images/build/host/work/sled/zfs
100992026-09-02T23:53:46.086Z[ host-image] Sep 02 23:53:44.958 INFO O| Sep 02 23:53:44.958 INFO SET DATASET PROPERTY ON rpool/images/build/host/work/sled/zfs: sync = disabled
101002026-09-02T23:53:46.154Z[ host-image] Sep 02 23:53:45.026 INFO O| Sep 02 23:53:45.026 INFO DESTROY POOL: TEMPORARY-sled-zfs
101012026-09-02T23:53:46.172Z[ host-image] Sep 02 23:53:45.036 INFO O| Sep 02 23:53:45.035 INFO image file: /rpool/images/build/host/work/sled/zfs/lofi.raw
101022026-09-02T23:53:46.179Z[ host-image] Sep 02 23:53:45.040 INFO O| Sep 02 23:53:45.040 INFO pool altroot: /rpool/images/build/host/work/sled/zfs/altroot
101032026-09-02T23:53:46.180Z[ host-image] Sep 02 23:53:45.040 INFO O| Sep 02 23:53:45.040 INFO no lofi found
101042026-09-02T23:53:46.180Z[ host-image] Sep 02 23:53:45.040 INFO O| Sep 02 23:53:45.040 INFO file /rpool/images/build/host/work/sled/zfs/lofi.raw does not already exist, skipping removal
101052026-09-02T23:53:46.180Z[ host-image] Sep 02 23:53:45.040 INFO O| Sep 02 23:53:45.040 INFO CREATE IMAGE (1200MB): /rpool/images/build/host/work/sled/zfs/lofi.raw
101062026-09-02T23:53:47.207Z[verify-libraries] Compiling omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
101072026-09-02T23:53:48.129Z[ host-image] Sep 02 23:53:47.001 INFO O| Sep 02 23:53:47.001 INFO lofi device = /dev/dsk/c2t1d0p0
101082026-09-02T23:53:48.129Z[ host-image] Sep 02 23:53:47.001 INFO O| Sep 02 23:53:47.001 INFO pool device = /dev/dsk/c2t1d0p0
101092026-09-02T23:53:48.129Z[ host-image] Sep 02 23:53:47.001 INFO O| Sep 02 23:53:47.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"]
101102026-09-02T23:53:48.299Z[ host-image] Sep 02 23:53:47.176 INFO O| Sep 02 23:53:47.176 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
101112026-09-02T23:53:48.300Z[ host-image] Sep 02 23:53:47.176 INFO O| Sep 02 23:53:47.176 INFO CREATE DATASET: TEMPORARY-sled-zfs/ROOT
101122026-09-02T23:53:48.338Z[ host-image] Sep 02 23:53:47.215 INFO O| Sep 02 23:53:47.215 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT: canmount = off
101132026-09-02T23:53:48.509Z[ host-image] Sep 02 23:53:47.363 INFO O| Sep 02 23:53:47.363 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT: mountpoint = legacy
101142026-09-02T23:53:48.706Z[ host-image] Sep 02 23:53:47.399 INFO O| Sep 02 23:53:47.399 INFO CREATE DATASET: TEMPORARY-sled-zfs/ROOT/ramdisk
101152026-09-02T23:53:48.706Z[ host-image] Sep 02 23:53:47.417 INFO O| Sep 02 23:53:47.417 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: canmount = noauto
101162026-09-02T23:53:48.706Z[ host-image] Sep 02 23:53:47.431 INFO O| Sep 02 23:53:47.431 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: mountpoint = legacy
101172026-09-02T23:53:48.706Z[ host-image] Sep 02 23:53:47.478 INFO O| Sep 02 23:53:47.478 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a
101182026-09-02T23:53:48.706Z[ host-image] Sep 02 23:53:47.478 INFO O| Sep 02 23:53:47.478 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a
101192026-09-02T23:53:48.707Z[ host-image] Sep 02 23:53:47.478 INFO O| Sep 02 23:53:47.478 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-sled-zfs/ROOT/ramdisk", "/rpool/images/build/host/work/sled/zfs/a"]
101202026-09-02T23:53:48.720Z[ host-image] Sep 02 23:53:47.521 INFO O| Sep 02 23:53:47.520 INFO boot environment UUID: 2d3f753f-e9b1-4bed-a2a9-57db33b8064d
101212026-09-02T23:53:48.720Z[ host-image] Sep 02 23:53:47.521 INFO O| Sep 02 23:53:47.520 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: org.opensolaris.libbe:uuid = 2d3f753f-e9b1-4bed-a2a9-57db33b8064d
101222026-09-02T23:53:48.720Z[ host-image] Sep 02 23:53:47.536 INFO O| Sep 02 23:53:47.536 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: org.opensolaris.libbe:policy = static
101232026-09-02T23:53:48.720Z[ host-image] Sep 02 23:53:47.550 INFO O| Sep 02 23:53:47.550 INFO STEP 0 (create_be) COMPLETE
101242026-09-02T23:53:48.721Z[ host-image] Sep 02 23:53:47.550 INFO O| Sep 02 23:53:47.550 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
101252026-09-02T23:53:48.721Z[ host-image] Sep 02 23:53:47.569 INFO O| Sep 02 23:53:47.569 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/host/output/sled-ramdisk.tar", "-C", "/rpool/images/build/host/work/sled/zfs/a"]
101262026-09-02T23:53:48.776Z[verify-libraries] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
101272026-09-02T23:53:48.933Z[verify-libraries] Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
101282026-09-02T23:53:52.504Z[verify-libraries] Compiling corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust)
101292026-09-02T23:54:00.413Z[ host-image] Sep 02 23:53:59.290 INFO O| Sep 02 23:53:59.290 INFO STEP 1 (unpack_tar) COMPLETE
101302026-09-02T23:54:00.413Z[ host-image] Sep 02 23:53:59.290 INFO O| Sep 02 23:53:59.290 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
101312026-09-02T23:54:00.423Z[ host-image] Sep 02 23:53:59.300 INFO O| Sep 02 23:53:59.300 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/host/work/sled/zfs/a"]
101322026-09-02T23:54:00.784Z[ host-image] Sep 02 23:53:59.640 INFO O| Sep 02 23:53:59.640 INFO STEP 2 (devfsadm) COMPLETE
101332026-09-02T23:54:00.788Z[ host-image] Sep 02 23:53:59.640 INFO O| Sep 02 23:53:59.640 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
101342026-09-02T23:54:00.788Z[ host-image] Sep 02 23:53:59.651 INFO O| Sep 02 23:53:59.650 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
101352026-09-02T23:54:00.788Z[ host-image] Sep 02 23:53:59.651 INFO O| Sep 02 23:53:59.650 INFO STEP 3 (ensure_dir) COMPLETE
101362026-09-02T23:54:00.788Z[ host-image] Sep 02 23:53:59.651 INFO O| Sep 02 23:53:59.651 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
101372026-09-02T23:54:00.796Z[ host-image] Sep 02 23:53:59.672 INFO O| Sep 02 23:53:59.672 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
101382026-09-02T23:54:00.796Z[ host-image] Sep 02 23:53:59.672 INFO O| Sep 02 23:53:59.672 INFO STEP 4 (ensure_dir) COMPLETE
101392026-09-02T23:54:00.799Z[ host-image] Sep 02 23:53:59.672 INFO O| Sep 02 23:53:59.672 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
101402026-09-02T23:54:00.823Z[ host-image] Sep 02 23:53:59.700 INFO O| Sep 02 23:53:59.699 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
101412026-09-02T23:54:00.823Z[ host-image] Sep 02 23:53:59.700 INFO O| Sep 02 23:53:59.699 INFO STEP 5 (ensure_dir) COMPLETE
101422026-09-02T23:54:00.823Z[ host-image] Sep 02 23:53:59.700 INFO O| Sep 02 23:53:59.700 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
101432026-09-02T23:54:00.831Z[ host-image] Sep 02 23:53:59.708 INFO O| Sep 02 23:53:59.708 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
101442026-09-02T23:54:00.831Z[ host-image] Sep 02 23:53:59.708 INFO O| Sep 02 23:53:59.708 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
101452026-09-02T23:54:00.831Z[ host-image] Sep 02 23:53:59.708 INFO O| Sep 02 23:53:59.708 INFO STEP 6 (ensure_dir) COMPLETE
101462026-09-02T23:54:00.835Z[ host-image] Sep 02 23:53:59.708 INFO O| Sep 02 23:53:59.708 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
101472026-09-02T23:54:00.843Z[ host-image] Sep 02 23:53:59.718 INFO O| Sep 02 23:53:59.717 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/usb
101482026-09-02T23:54:00.844Z[ host-image] Sep 02 23:53:59.718 INFO O| Sep 02 23:53:59.717 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/usb
101492026-09-02T23:54:00.844Z[ host-image] Sep 02 23:53:59.718 INFO O| Sep 02 23:53:59.717 INFO STEP 7 (ensure_dir) COMPLETE
101502026-09-02T23:54:00.848Z[ host-image] Sep 02 23:53:59.718 INFO O| Sep 02 23:53:59.717 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
101512026-09-02T23:54:00.852Z[ host-image] Sep 02 23:53:59.726 INFO O| Sep 02 23:53:59.725 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/cfg"
101522026-09-02T23:54:00.852Z[ host-image] Sep 02 23:53:59.726 INFO O| Sep 02 23:53:59.726 INFO STEP 8 (remove_files) COMPLETE
101532026-09-02T23:54:00.852Z[ host-image] Sep 02 23:53:59.726 INFO O| Sep 02 23:53:59.726 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
101542026-09-02T23:54:00.857Z[ host-image] Sep 02 23:53:59.734 INFO O| Sep 02 23:53:59.734 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/dsk"
101552026-09-02T23:54:00.860Z[ host-image] Sep 02 23:53:59.735 INFO O| Sep 02 23:53:59.735 INFO STEP 9 (remove_files) COMPLETE
101562026-09-02T23:54:00.860Z[ host-image] Sep 02 23:53:59.735 INFO O| Sep 02 23:53:59.735 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
101572026-09-02T23:54:00.867Z[ host-image] Sep 02 23:53:59.743 INFO O| Sep 02 23:53:59.743 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/rdsk"
101582026-09-02T23:54:00.870Z[ host-image] Sep 02 23:53:59.744 INFO O| Sep 02 23:53:59.744 INFO STEP 10 (remove_files) COMPLETE
101592026-09-02T23:54:00.870Z[ host-image] Sep 02 23:53:59.744 INFO O| Sep 02 23:53:59.744 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
101602026-09-02T23:54:00.878Z[ host-image] Sep 02 23:53:59.755 INFO O| Sep 02 23:53:59.755 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/sensors"
101612026-09-02T23:54:00.878Z[ host-image] Sep 02 23:53:59.755 INFO O| Sep 02 23:53:59.755 INFO STEP 11 (remove_files) COMPLETE
101622026-09-02T23:54:00.878Z[ host-image] Sep 02 23:53:59.755 INFO O| Sep 02 23:53:59.755 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
101632026-09-02T23:54:00.889Z[ host-image] Sep 02 23:53:59.766 INFO O| Sep 02 23:53:59.766 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/usb"
101642026-09-02T23:54:00.889Z[ host-image] Sep 02 23:53:59.766 INFO O| Sep 02 23:53:59.766 INFO STEP 12 (remove_files) COMPLETE
101652026-09-02T23:54:00.895Z[ host-image] Sep 02 23:53:59.766 INFO O| Sep 02 23:53:59.766 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
101662026-09-02T23:54:00.898Z[ host-image] Sep 02 23:53:59.775 INFO O| Sep 02 23:53:59.775 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
101672026-09-02T23:54:00.898Z[ host-image] Sep 02 23:53:59.775 INFO O| Sep 02 23:53:59.775 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
101682026-09-02T23:54:00.898Z[ host-image] Sep 02 23:53:59.775 INFO O| Sep 02 23:53:59.775 INFO STEP 13 (ensure_dir) COMPLETE
101692026-09-02T23:54:00.906Z[ host-image] Sep 02 23:53:59.775 INFO O| Sep 02 23:53:59.775 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
101702026-09-02T23:54:01.042Z[ host-image] Sep 02 23:53:59.785 INFO O| Sep 02 23:53:59.785 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
101712026-09-02T23:54:01.042Z[ host-image] Sep 02 23:53:59.785 INFO O| Sep 02 23:53:59.785 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
101722026-09-02T23:54:01.042Z[ host-image] Sep 02 23:53:59.785 INFO O| Sep 02 23:53:59.785 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
101732026-09-02T23:54:01.043Z[ host-image] Sep 02 23:53:59.785 INFO O| Sep 02 23:53:59.785 INFO STEP 14 (ensure_dir) COMPLETE
101742026-09-02T23:54:01.043Z[ host-image] Sep 02 23:53:59.785 INFO O| Sep 02 23:53:59.785 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
101752026-09-02T23:54:01.068Z[ host-image] Sep 02 23:53:59.795 INFO O| Sep 02 23:53:59.795 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
101762026-09-02T23:54:01.068Z[ host-image] Sep 02 23:53:59.795 INFO O| Sep 02 23:53:59.795 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
101772026-09-02T23:54:01.068Z[ host-image] Sep 02 23:53:59.795 INFO O| Sep 02 23:53:59.795 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
101782026-09-02T23:54:01.068Z[ host-image] Sep 02 23:53:59.795 INFO O| Sep 02 23:53:59.795 INFO STEP 15 (ensure_dir) COMPLETE
101792026-09-02T23:54:01.068Z[ host-image] Sep 02 23:53:59.795 INFO O| Sep 02 23:53:59.795 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
101802026-09-02T23:54:01.068Z[ host-image] Sep 02 23:53:59.806 INFO O| Sep 02 23:53:59.806 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
101812026-09-02T23:54:01.068Z[ host-image] Sep 02 23:53:59.806 INFO O| Sep 02 23:53:59.806 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
101822026-09-02T23:54:01.068Z[ host-image] Sep 02 23:53:59.806 INFO O| Sep 02 23:53:59.806 INFO STEP 16 (ensure_dir) COMPLETE
101832026-09-02T23:54:01.069Z[ host-image] Sep 02 23:53:59.806 INFO O| Sep 02 23:53:59.806 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
101842026-09-02T23:54:01.069Z[ host-image] Sep 02 23:53:59.814 INFO O| Sep 02 23:53:59.814 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/usb
101852026-09-02T23:54:01.069Z[ host-image] Sep 02 23:53:59.814 INFO O| Sep 02 23:53:59.814 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/usb
101862026-09-02T23:54:01.069Z[ host-image] Sep 02 23:53:59.814 INFO O| Sep 02 23:53:59.814 INFO STEP 17 (ensure_dir) COMPLETE
101872026-09-02T23:54:01.069Z[ host-image] Sep 02 23:53:59.814 INFO O| Sep 02 23:53:59.814 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
101882026-09-02T23:54:01.069Z[ host-image] Sep 02 23:53:59.823 INFO O| Sep 02 23:53:59.823 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
101892026-09-02T23:54:01.069Z[ host-image] Sep 02 23:53:59.823 INFO O| Sep 02 23:53:59.823 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/msglog
101902026-09-02T23:54:01.069Z[ host-image] Sep 02 23:53:59.823 INFO O| Sep 02 23:53:59.823 INFO ok!
101912026-09-02T23:54:01.069Z[ host-image] Sep 02 23:53:59.823 INFO O| Sep 02 23:53:59.823 INFO STEP 18 (ensure_symlink) COMPLETE
101922026-09-02T23:54:01.069Z[ host-image] Sep 02 23:53:59.823 INFO O| Sep 02 23:53:59.823 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
101932026-09-02T23:54:01.069Z[ host-image] Sep 02 23:53:59.831 INFO O| Sep 02 23:53:59.831 INFO file /rpool/images/build/host/work/sled/zfs/a/reconfigure exists, with correct contents
101942026-09-02T23:54:01.069Z[ host-image] Sep 02 23:53:59.831 INFO O| Sep 02 23:53:59.831 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/reconfigure
101952026-09-02T23:54:01.069Z[ host-image] Sep 02 23:53:59.831 INFO O| Sep 02 23:53:59.831 INFO ok!
101962026-09-02T23:54:01.069Z[ host-image] Sep 02 23:53:59.831 INFO O| Sep 02 23:53:59.831 INFO STEP 19 (ensure_file) COMPLETE
101972026-09-02T23:54:01.069Z[ host-image] Sep 02 23:53:59.831 INFO O| Sep 02 23:53:59.831 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
101982026-09-02T23:54:01.069Z[ host-image] Sep 02 23:53:59.875 INFO O| Sep 02 23:53:59.875 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml does not exist
101992026-09-02T23:54:01.069Z[ host-image] Sep 02 23:53:59.875 INFO O| Sep 02 23:53:59.875 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
102002026-09-02T23:54:01.069Z[ host-image] Sep 02 23:53:59.875 INFO O| Sep 02 23:53:59.875 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml
102012026-09-02T23:54:01.069Z[ host-image] Sep 02 23:53:59.875 INFO O| Sep 02 23:53:59.875 INFO ok!
102022026-09-02T23:54:01.069Z[ host-image] Sep 02 23:53:59.875 INFO O| Sep 02 23:53:59.875 INFO STEP 20 (ensure_symlink) COMPLETE
102032026-09-02T23:54:01.069Z[ host-image] Sep 02 23:53:59.875 INFO O| Sep 02 23:53:59.875 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
102042026-09-02T23:54:01.069Z[ host-image] Sep 02 23:53:59.890 INFO O| Sep 02 23:53:59.890 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml does not exist
102052026-09-02T23:54:01.069Z[ host-image] Sep 02 23:53:59.890 INFO O| Sep 02 23:53:59.890 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
102062026-09-02T23:54:01.069Z[ host-image] Sep 02 23:53:59.890 INFO O| Sep 02 23:53:59.890 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml
102072026-09-02T23:54:01.069Z[ host-image] Sep 02 23:53:59.890 INFO O| Sep 02 23:53:59.890 INFO ok!
102082026-09-02T23:54:01.069Z[ host-image] Sep 02 23:53:59.890 INFO O| Sep 02 23:53:59.890 INFO STEP 21 (ensure_symlink) COMPLETE
102092026-09-02T23:54:01.069Z[ host-image] Sep 02 23:53:59.890 INFO O| Sep 02 23:53:59.890 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
102102026-09-02T23:54:01.069Z[ host-image] Sep 02 23:53:59.916 INFO O| Sep 02 23:53:59.916 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml does not exist
102112026-09-02T23:54:01.069Z[ host-image] Sep 02 23:53:59.916 INFO O| Sep 02 23:53:59.916 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
102122026-09-02T23:54:01.069Z[ host-image] Sep 02 23:53:59.916 INFO O| Sep 02 23:53:59.916 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml
102132026-09-02T23:54:01.070Z[ host-image] Sep 02 23:53:59.916 INFO O| Sep 02 23:53:59.916 INFO ok!
102142026-09-02T23:54:01.070Z[ host-image] Sep 02 23:53:59.916 INFO O| Sep 02 23:53:59.916 INFO STEP 22 (ensure_symlink) COMPLETE
102152026-09-02T23:54:01.070Z[ host-image] Sep 02 23:53:59.916 INFO O| Sep 02 23:53:59.916 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
102162026-09-02T23:54:01.075Z[ host-image] Sep 02 23:53:59.932 INFO O| Sep 02 23:53:59.932 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml does not exist
102172026-09-02T23:54:01.075Z[ host-image] Sep 02 23:53:59.932 INFO O| Sep 02 23:53:59.932 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
102182026-09-02T23:54:01.075Z[ host-image] Sep 02 23:53:59.933 INFO O| Sep 02 23:53:59.933 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml
102192026-09-02T23:54:01.075Z[ host-image] Sep 02 23:53:59.933 INFO O| Sep 02 23:53:59.933 INFO ok!
102202026-09-02T23:54:01.075Z[ host-image] Sep 02 23:53:59.933 INFO O| Sep 02 23:53:59.933 INFO STEP 23 (ensure_symlink) COMPLETE
102212026-09-02T23:54:01.076Z[ host-image] Sep 02 23:53:59.933 INFO O| Sep 02 23:53:59.933 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
102222026-09-02T23:54:01.076Z[ host-image] Sep 02 23:53:59.940 INFO O| Sep 02 23:53:59.940 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf exists, with wrong contents, unlinking
102232026-09-02T23:54:01.076Z[ host-image] Sep 02 23:53:59.940 INFO O| Sep 02 23:53:59.940 INFO copying /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.dns -> /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf ...
102242026-09-02T23:54:01.076Z[ host-image] Sep 02 23:53:59.940 INFO O| Sep 02 23:53:59.940 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf
102252026-09-02T23:54:01.076Z[ host-image] Sep 02 23:53:59.940 INFO O| Sep 02 23:53:59.940 INFO ok!
102262026-09-02T23:54:01.076Z[ host-image] Sep 02 23:53:59.940 INFO O| Sep 02 23:53:59.940 INFO STEP 24 (ensure_file) COMPLETE
102272026-09-02T23:54:01.076Z[ host-image] Sep 02 23:53:59.940 INFO O| Sep 02 23:53:59.940 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
102282026-09-02T23:54:01.076Z[ host-image] Sep 02 23:53:59.948 INFO O| Sep 02 23:53:59.948 INFO updating shadow file
102292026-09-02T23:54:01.076Z[ host-image] Sep 02 23:53:59.948 INFO O| Sep 02 23:53:59.948 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
102302026-09-02T23:54:01.076Z[ host-image] Sep 02 23:53:59.948 INFO O| Sep 02 23:53:59.948 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
102312026-09-02T23:54:01.076Z[ host-image] Sep 02 23:53:59.948 INFO O| Sep 02 23:53:59.948 INFO STEP 25 (shadow) COMPLETE
102322026-09-02T23:54:01.076Z[ host-image] Sep 02 23:53:59.948 INFO O| Sep 02 23:53:59.948 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
102332026-09-02T23:54:01.097Z[ host-image] Sep 02 23:53:59.974 INFO O| Sep 02 23:53:59.974 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts exists, with wrong contents, unlinking
102342026-09-02T23:54:01.097Z[ host-image] Sep 02 23:53:59.974 INFO O| Sep 02 23:53:59.974 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts ...
102352026-09-02T23:54:01.097Z[ host-image] Sep 02 23:53:59.974 INFO O| Sep 02 23:53:59.974 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts
102362026-09-02T23:54:01.097Z[ host-image] Sep 02 23:53:59.974 INFO O| Sep 02 23:53:59.974 INFO ok!
102372026-09-02T23:54:01.101Z[ host-image] Sep 02 23:53:59.974 INFO O| Sep 02 23:53:59.974 INFO STEP 26 (ensure_file) COMPLETE
102382026-09-02T23:54:01.101Z[ host-image] Sep 02 23:53:59.974 INFO O| Sep 02 23:53:59.974 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
102392026-09-02T23:54:01.121Z[ host-image] Sep 02 23:53:59.989 INFO O| Sep 02 23:53:59.989 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/nodename does not exist
102402026-09-02T23:54:01.121Z[ host-image] Sep 02 23:53:59.989 INFO O| Sep 02 23:53:59.989 INFO writing /rpool/images/build/host/work/sled/zfs/a/etc/nodename ...
102412026-09-02T23:54:01.121Z[ host-image] Sep 02 23:53:59.989 INFO O| Sep 02 23:53:59.989 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/nodename
102422026-09-02T23:54:01.121Z[ host-image] Sep 02 23:53:59.989 INFO O| Sep 02 23:53:59.989 INFO ok!
102432026-09-02T23:54:01.121Z[ host-image] Sep 02 23:53:59.989 INFO O| Sep 02 23:53:59.989 INFO STEP 27 (ensure_file) COMPLETE
102442026-09-02T23:54:01.121Z[ host-image] Sep 02 23:53:59.989 INFO O| Sep 02 23:53:59.989 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
102452026-09-02T23:54:01.130Z[ host-image] Sep 02 23:53:59.999 INFO O| Sep 02 23:53:59.999 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent exists, with wrong contents, unlinking
102462026-09-02T23:54:01.130Z[ host-image] Sep 02 23:53:59.999 INFO O| Sep 02 23:53:59.999 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent ...
102472026-09-02T23:54:01.130Z[ host-image] Sep 02 23:53:59.999 INFO O| Sep 02 23:53:59.999 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent
102482026-09-02T23:54:01.130Z[ host-image] Sep 02 23:53:59.999 INFO O| Sep 02 23:53:59.999 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent
102492026-09-02T23:54:01.130Z[ host-image] Sep 02 23:53:59.999 INFO O| Sep 02 23:53:59.999 INFO ok!
102502026-09-02T23:54:01.130Z[ host-image] Sep 02 23:53:59.999 INFO O| Sep 02 23:53:59.999 INFO STEP 28 (ensure_file) COMPLETE
102512026-09-02T23:54:01.131Z[ host-image] Sep 02 23:53:59.999 INFO O| Sep 02 23:53:59.999 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
102522026-09-02T23:54:01.136Z[ host-image] Sep 02 23:54:00.006 INFO O| Sep 02 23:54:00.006 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf does not exist
102532026-09-02T23:54:01.136Z[ host-image] Sep 02 23:54:00.006 INFO O| Sep 02 23:54:00.006 INFO writing /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf ...
102542026-09-02T23:54:01.136Z[ host-image] Sep 02 23:54:00.006 INFO O| Sep 02 23:54:00.006 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf
102552026-09-02T23:54:01.136Z[ host-image] Sep 02 23:54:00.006 INFO O| Sep 02 23:54:00.006 INFO ok!
102562026-09-02T23:54:01.136Z[ host-image] Sep 02 23:54:00.006 INFO O| Sep 02 23:54:00.006 INFO STEP 29 (ensure_file) COMPLETE
102572026-09-02T23:54:01.136Z[ host-image] Sep 02 23:54:00.006 INFO O| Sep 02 23:54:00.006 INFO STEP 30: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
102582026-09-02T23:54:01.152Z[ host-image] Sep 02 23:54:00.026 INFO O| Sep 02 23:54:00.026 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
102592026-09-02T23:54:01.152Z[ host-image] Sep 02 23:54:00.026 INFO O| Sep 02 23:54:00.026 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
102602026-09-02T23:54:01.157Z[ host-image] Sep 02 23:54:00.026 INFO O| Sep 02 23:54:00.026 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
102612026-09-02T23:54:01.157Z[ host-image] Sep 02 23:54:00.026 INFO O| Sep 02 23:54:00.026 INFO STEP 30 (ensure_dir) COMPLETE
102622026-09-02T23:54:01.157Z[ host-image] Sep 02 23:54:00.027 INFO O| Sep 02 23:54:00.026 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
102632026-09-02T23:54:01.163Z[ host-image] Sep 02 23:54:00.039 INFO O| Sep 02 23:54:00.039 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup does not exist
102642026-09-02T23:54:01.164Z[ host-image] Sep 02 23:54:00.039 INFO O| Sep 02 23:54:00.039 INFO copying /work/oxidecomputer/helios/image/templates/files/net-setup.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup ...
102652026-09-02T23:54:01.164Z[ host-image] Sep 02 23:54:00.039 INFO O| Sep 02 23:54:00.039 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup
102662026-09-02T23:54:01.168Z[ host-image] Sep 02 23:54:00.039 INFO O| Sep 02 23:54:00.039 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup
102672026-09-02T23:54:01.168Z[ host-image] Sep 02 23:54:00.039 INFO O| Sep 02 23:54:00.039 INFO ok!
102682026-09-02T23:54:01.168Z[ host-image] Sep 02 23:54:00.039 INFO O| Sep 02 23:54:00.039 INFO STEP 31 (ensure_file) COMPLETE
102692026-09-02T23:54:01.168Z[ host-image] Sep 02 23:54:00.039 INFO O| Sep 02 23:54:00.039 INFO STEP 32: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
102702026-09-02T23:54:01.171Z[ host-image] Sep 02 23:54:00.048 INFO O| Sep 02 23:54:00.048 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
102712026-09-02T23:54:01.174Z[ host-image] Sep 02 23:54:00.048 INFO O| Sep 02 23:54:00.048 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
102722026-09-02T23:54:01.175Z[ host-image] Sep 02 23:54:00.048 INFO O| Sep 02 23:54:00.048 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
102732026-09-02T23:54:01.175Z[ host-image] Sep 02 23:54:00.048 INFO O| Sep 02 23:54:00.048 INFO STEP 32 (ensure_dir) COMPLETE
102742026-09-02T23:54:01.175Z[ host-image] Sep 02 23:54:00.048 INFO O| Sep 02 23:54:00.048 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
102752026-09-02T23:54:01.180Z[ host-image] Sep 02 23:54:00.057 INFO O| Sep 02 23:54:00.057 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide/net-setup.xml does not exist
102762026-09-02T23:54:01.180Z[ host-image] Sep 02 23:54:00.057 INFO O| Sep 02 23:54:00.057 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 ...
102772026-09-02T23:54:01.183Z[ host-image] Sep 02 23:54:00.057 INFO O| Sep 02 23:54:00.057 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
102782026-09-02T23:54:01.183Z[ host-image] Sep 02 23:54:00.057 INFO O| Sep 02 23:54:00.057 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide/net-setup.xml
102792026-09-02T23:54:01.183Z[ host-image] Sep 02 23:54:00.057 INFO O| Sep 02 23:54:00.057 INFO ok!
102802026-09-02T23:54:01.183Z[ host-image] Sep 02 23:54:00.057 INFO O| Sep 02 23:54:00.057 INFO STEP 33 (ensure_file) COMPLETE
102812026-09-02T23:54:01.183Z[ host-image] Sep 02 23:54:00.057 INFO O| Sep 02 23:54:00.057 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
102822026-09-02T23:54:01.187Z[ host-image] Sep 02 23:54:00.064 INFO O| Sep 02 23:54:00.064 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/auto_master does not exist
102832026-09-02T23:54:01.187Z[ host-image] Sep 02 23:54:00.064 INFO O| Sep 02 23:54:00.064 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/host/work/sled/zfs/a/etc/auto_master ...
102842026-09-02T23:54:01.187Z[ host-image] Sep 02 23:54:00.064 INFO O| Sep 02 23:54:00.064 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/auto_master
102852026-09-02T23:54:01.190Z[ host-image] Sep 02 23:54:00.064 INFO O| Sep 02 23:54:00.064 INFO ok!
102862026-09-02T23:54:01.190Z[ host-image] Sep 02 23:54:00.064 INFO O| Sep 02 23:54:00.064 INFO STEP 34 (ensure_file) COMPLETE
102872026-09-02T23:54:01.190Z[ host-image] Sep 02 23:54:00.064 INFO O| Sep 02 23:54:00.064 INFO STEP 35: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
102882026-09-02T23:54:01.230Z[ host-image] Sep 02 23:54:00.107 INFO O| Sep 02 23:54:00.106 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs exists, with wrong contents, unlinking
102892026-09-02T23:54:01.230Z[ host-image] Sep 02 23:54:00.107 INFO O| Sep 02 23:54:00.107 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs ...
102902026-09-02T23:54:01.230Z[ host-image] Sep 02 23:54:00.107 INFO O| Sep 02 23:54:00.107 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs
102912026-09-02T23:54:01.233Z[ host-image] Sep 02 23:54:00.107 INFO O| Sep 02 23:54:00.107 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs
102922026-09-02T23:54:01.233Z[ host-image] Sep 02 23:54:00.107 INFO O| Sep 02 23:54:00.107 INFO ok!
102932026-09-02T23:54:01.233Z[ host-image] Sep 02 23:54:00.107 INFO O| Sep 02 23:54:00.107 INFO STEP 35 (ensure_file) COMPLETE
102942026-09-02T23:54:01.233Z[ host-image] Sep 02 23:54:00.107 INFO O| Sep 02 23:54:00.107 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
102952026-09-02T23:54:01.240Z[ host-image] Sep 02 23:54:00.117 INFO O| Sep 02 23:54:00.117 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/init exists, with wrong contents, unlinking
102962026-09-02T23:54:01.240Z[ host-image] Sep 02 23:54:00.117 INFO O| Sep 02 23:54:00.117 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/host/work/sled/zfs/a/etc/default/init ...
102972026-09-02T23:54:01.245Z[ host-image] Sep 02 23:54:00.117 INFO O| Sep 02 23:54:00.117 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/init
102982026-09-02T23:54:01.245Z[ host-image] Sep 02 23:54:00.117 INFO O| Sep 02 23:54:00.117 INFO ok!
102992026-09-02T23:54:01.245Z[ host-image] Sep 02 23:54:00.117 INFO O| Sep 02 23:54:00.117 INFO STEP 36 (ensure_file) COMPLETE
103002026-09-02T23:54:01.245Z[ host-image] Sep 02 23:54:00.117 INFO O| Sep 02 23:54:00.117 INFO STEP 37: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
103012026-09-02T23:54:01.250Z[ host-image] Sep 02 23:54:00.127 INFO O| Sep 02 23:54:00.127 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
103022026-09-02T23:54:01.250Z[ host-image] Sep 02 23:54:00.128 INFO O| Sep 02 23:54:00.127 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config ...
103032026-09-02T23:54:01.254Z[ host-image] Sep 02 23:54:00.128 INFO O| Sep 02 23:54:00.128 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config
103042026-09-02T23:54:01.254Z[ host-image] Sep 02 23:54:00.128 INFO O| Sep 02 23:54:00.128 INFO ok!
103052026-09-02T23:54:01.255Z[ host-image] Sep 02 23:54:00.128 INFO O| Sep 02 23:54:00.128 INFO STEP 37 (ensure_file) COMPLETE
103062026-09-02T23:54:01.255Z[ host-image] Sep 02 23:54:00.128 INFO O| Sep 02 23:54:00.128 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
103072026-09-02T23:54:01.264Z[ host-image] Sep 02 23:54:00.137 INFO O| Sep 02 23:54:00.137 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams does not exist
103082026-09-02T23:54:01.264Z[ host-image] Sep 02 23:54:00.137 INFO O| Sep 02 23:54:00.137 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams ...
103092026-09-02T23:54:01.264Z[ host-image] Sep 02 23:54:00.137 INFO O| Sep 02 23:54:00.137 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
103102026-09-02T23:54:01.264Z[ host-image] Sep 02 23:54:00.137 INFO O| Sep 02 23:54:00.137 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
103112026-09-02T23:54:01.264Z[ host-image] Sep 02 23:54:00.137 INFO O| Sep 02 23:54:00.137 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
103122026-09-02T23:54:01.264Z[ host-image] Sep 02 23:54:00.138 INFO O| Sep 02 23:54:00.137 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
103132026-09-02T23:54:01.264Z[ host-image] Sep 02 23:54:00.138 INFO O| Sep 02 23:54:00.138 INFO ok!
103142026-09-02T23:54:01.264Z[ host-image] Sep 02 23:54:00.138 INFO O| Sep 02 23:54:00.138 INFO STEP 38 (ensure_file) COMPLETE
103152026-09-02T23:54:01.264Z[ host-image] Sep 02 23:54:00.138 INFO O| Sep 02 23:54:00.138 INFO STEP 39: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
103162026-09-02T23:54:01.271Z[ host-image] Sep 02 23:54:00.148 INFO O| Sep 02 23:54:00.148 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
103172026-09-02T23:54:01.272Z[ host-image] Sep 02 23:54:00.148 INFO O| Sep 02 23:54:00.148 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
103182026-09-02T23:54:01.272Z[ host-image] Sep 02 23:54:00.148 INFO O| Sep 02 23:54:00.148 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
103192026-09-02T23:54:01.275Z[ host-image] Sep 02 23:54:00.148 INFO O| Sep 02 23:54:00.148 INFO STEP 39 (ensure_dir) COMPLETE
103202026-09-02T23:54:01.275Z[ host-image] Sep 02 23:54:00.148 INFO O| Sep 02 23:54:00.148 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
103212026-09-02T23:54:01.285Z[ host-image] Sep 02 23:54:00.159 INFO O| Sep 02 23:54:00.159 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
103222026-09-02T23:54:01.285Z[ host-image] Sep 02 23:54:00.159 INFO O| Sep 02 23:54:00.159 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 ...
103232026-09-02T23:54:01.289Z[ host-image] Sep 02 23:54:00.159 INFO O| Sep 02 23:54:00.159 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
103242026-09-02T23:54:01.289Z[ host-image] Sep 02 23:54:00.159 INFO O| Sep 02 23:54:00.159 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
103252026-09-02T23:54:01.290Z[ host-image] Sep 02 23:54:00.159 INFO O| Sep 02 23:54:00.159 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
103262026-09-02T23:54:01.290Z[ host-image] Sep 02 23:54:00.159 INFO O| Sep 02 23:54:00.159 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
103272026-09-02T23:54:01.290Z[ host-image] Sep 02 23:54:00.159 INFO O| Sep 02 23:54:00.159 INFO ok!
103282026-09-02T23:54:01.290Z[ host-image] Sep 02 23:54:00.159 INFO O| Sep 02 23:54:00.159 INFO STEP 40 (ensure_file) COMPLETE
103292026-09-02T23:54:01.290Z[ host-image] Sep 02 23:54:00.159 INFO O| Sep 02 23:54:00.159 INFO STEP 41: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
103302026-09-02T23:54:01.293Z[ host-image] Sep 02 23:54:00.169 INFO O| Sep 02 23:54:00.169 INFO link /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
103312026-09-02T23:54:01.293Z[ host-image] Sep 02 23:54:00.170 INFO O| Sep 02 23:54:00.169 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 ...
103322026-09-02T23:54:01.293Z[ host-image] Sep 02 23:54:00.170 INFO O| Sep 02 23:54:00.170 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin
103332026-09-02T23:54:01.293Z[ host-image] Sep 02 23:54:00.170 INFO O| Sep 02 23:54:00.170 INFO ok!
103342026-09-02T23:54:01.293Z[ host-image] Sep 02 23:54:00.170 INFO O| Sep 02 23:54:00.170 INFO STEP 41 (ensure_symlink) COMPLETE
103352026-09-02T23:54:01.294Z[ host-image] Sep 02 23:54:00.170 INFO O| Sep 02 23:54:00.170 INFO STEP 42: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
103362026-09-02T23:54:01.303Z[ host-image] Sep 02 23:54:00.179 INFO O| Sep 02 23:54:00.179 INFO link /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo does not exist
103372026-09-02T23:54:01.303Z[ host-image] Sep 02 23:54:00.179 INFO O| Sep 02 23:54:00.179 INFO linking /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo -> Oxide,Gimlet ...
103382026-09-02T23:54:01.303Z[ host-image] Sep 02 23:54:00.179 INFO O| Sep 02 23:54:00.179 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo
103392026-09-02T23:54:01.303Z[ host-image] Sep 02 23:54:00.179 INFO O| Sep 02 23:54:00.179 INFO ok!
103402026-09-02T23:54:01.306Z[ host-image] Sep 02 23:54:00.179 INFO O| Sep 02 23:54:00.179 INFO STEP 42 (ensure_symlink) COMPLETE
103412026-09-02T23:54:01.306Z[ host-image] Sep 02 23:54:00.179 INFO O| Sep 02 23:54:00.179 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
103422026-09-02T23:54:01.311Z[ host-image] Sep 02 23:54:00.188 INFO O| Sep 02 23:54:00.188 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot does not exist
103432026-09-02T23:54:01.311Z[ host-image] Sep 02 23:54:00.188 INFO O| Sep 02 23:54:00.188 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-postboot.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot ...
103442026-09-02T23:54:01.315Z[ host-image] Sep 02 23:54:00.188 INFO O| Sep 02 23:54:00.188 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
103452026-09-02T23:54:01.315Z[ host-image] Sep 02 23:54:00.188 INFO O| Sep 02 23:54:00.188 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
103462026-09-02T23:54:01.315Z[ host-image] Sep 02 23:54:00.188 INFO O| Sep 02 23:54:00.188 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
103472026-09-02T23:54:01.315Z[ host-image] Sep 02 23:54:00.188 INFO O| Sep 02 23:54:00.188 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
103482026-09-02T23:54:01.315Z[ host-image] Sep 02 23:54:00.188 INFO O| Sep 02 23:54:00.188 INFO ok!
103492026-09-02T23:54:01.315Z[ host-image] Sep 02 23:54:00.188 INFO O| Sep 02 23:54:00.188 INFO STEP 43 (ensure_file) COMPLETE
103502026-09-02T23:54:01.315Z[ host-image] Sep 02 23:54:00.188 INFO O| Sep 02 23:54:00.188 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
103512026-09-02T23:54:01.320Z[ host-image] Sep 02 23:54:00.197 INFO O| Sep 02 23:54:00.197 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/postboot.xml does not exist
103522026-09-02T23:54:01.320Z[ host-image] Sep 02 23:54:00.197 INFO O| Sep 02 23:54:00.197 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 ...
103532026-09-02T23:54:01.324Z[ host-image] Sep 02 23:54:00.197 INFO O| Sep 02 23:54:00.197 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
103542026-09-02T23:54:01.324Z[ host-image] Sep 02 23:54:00.197 INFO O| Sep 02 23:54:00.197 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/postboot.xml
103552026-09-02T23:54:01.324Z[ host-image] Sep 02 23:54:00.197 INFO O| Sep 02 23:54:00.197 INFO ok!
103562026-09-02T23:54:01.325Z[ host-image] Sep 02 23:54:00.197 INFO O| Sep 02 23:54:00.197 INFO STEP 44 (ensure_file) COMPLETE
103572026-09-02T23:54:01.325Z[ host-image] Sep 02 23:54:00.197 INFO O| Sep 02 23:54:00.197 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
103582026-09-02T23:54:01.329Z[ host-image] Sep 02 23:54:00.205 INFO O| Sep 02 23:54:00.205 INFO file /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml does not exist
103592026-09-02T23:54:01.329Z[ host-image] Sep 02 23:54:00.205 INFO O| Sep 02 23:54:00.205 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml ...
103602026-09-02T23:54:01.330Z[ host-image] Sep 02 23:54:00.205 INFO O| Sep 02 23:54:00.205 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml
103612026-09-02T23:54:01.330Z[ host-image] Sep 02 23:54:00.205 INFO O| Sep 02 23:54:00.205 INFO ok!
103622026-09-02T23:54:01.333Z[ host-image] Sep 02 23:54:00.205 INFO O| Sep 02 23:54:00.205 INFO STEP 45 (ensure_file) COMPLETE
103632026-09-02T23:54:01.333Z[ host-image] Sep 02 23:54:00.205 INFO O| Sep 02 23:54:00.205 INFO STEP 46: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
103642026-09-02T23:54:01.336Z[ host-image] Sep 02 23:54:00.213 INFO O| Sep 02 23:54:00.213 INFO updating shadow file
103652026-09-02T23:54:01.336Z[ host-image] Sep 02 23:54:00.213 INFO O| Sep 02 23:54:00.213 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
103662026-09-02T23:54:01.336Z[ host-image] Sep 02 23:54:00.213 INFO O| Sep 02 23:54:00.213 INFO STEP 46 (shadow) COMPLETE
103672026-09-02T23:54:01.337Z[ host-image] Sep 02 23:54:00.213 INFO O| Sep 02 23:54:00.213 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
103682026-09-02T23:54:01.353Z[ host-image] Sep 02 23:54:00.221 INFO O| Sep 02 23:54:00.221 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/login exists, with wrong contents, unlinking
103692026-09-02T23:54:01.354Z[ host-image] Sep 02 23:54:00.221 INFO O| Sep 02 23:54:00.221 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/host/work/sled/zfs/a/etc/default/login ...
103702026-09-02T23:54:01.354Z[ host-image] Sep 02 23:54:00.221 INFO O| Sep 02 23:54:00.221 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/login
103712026-09-02T23:54:01.359Z[ host-image] Sep 02 23:54:00.221 INFO O| Sep 02 23:54:00.221 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/default/login
103722026-09-02T23:54:01.359Z[ host-image] Sep 02 23:54:00.221 INFO O| Sep 02 23:54:00.221 INFO ok!
103732026-09-02T23:54:01.359Z[ host-image] Sep 02 23:54:00.221 INFO O| Sep 02 23:54:00.221 INFO STEP 47 (ensure_file) COMPLETE
103742026-09-02T23:54:01.359Z[ host-image] Sep 02 23:54:00.221 INFO O| Sep 02 23:54:00.221 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
103752026-09-02T23:54:01.359Z[ host-image] Sep 02 23:54:00.221 INFO O| Sep 02 23:54:00.221 INFO skip step because feature "mfg" is not enabled
103762026-09-02T23:54:01.359Z[ host-image] Sep 02 23:54:00.221 INFO O| Sep 02 23:54:00.221 INFO STEP 49: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
103772026-09-02T23:54:01.359Z[ host-image] Sep 02 23:54:00.221 INFO O| Sep 02 23:54:00.221 INFO skip step because feature "mfg" is not enabled
103782026-09-02T23:54:01.359Z[ host-image] Sep 02 23:54:00.221 INFO O| Sep 02 23:54:00.221 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
103792026-09-02T23:54:01.359Z[ host-image] Sep 02 23:54:00.227 INFO O| Sep 02 23:54:00.227 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot does not exist
103802026-09-02T23:54:01.359Z[ host-image] Sep 02 23:54:00.228 INFO O| Sep 02 23:54:00.227 INFO copying /work/oxidecomputer/helios/projects/pilot/target/release/pilot -> /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot ...
103812026-09-02T23:54:01.379Z[ host-image] Sep 02 23:54:00.256 INFO O| Sep 02 23:54:00.256 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot
103822026-09-02T23:54:01.379Z[ host-image] Sep 02 23:54:00.256 INFO O| Sep 02 23:54:00.256 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot
103832026-09-02T23:54:01.385Z[ host-image] Sep 02 23:54:00.256 INFO O| Sep 02 23:54:00.256 INFO ok!
103842026-09-02T23:54:01.385Z[ host-image] Sep 02 23:54:00.256 INFO O| Sep 02 23:54:00.256 INFO STEP 50 (ensure_file) COMPLETE
103852026-09-02T23:54:01.385Z[ host-image] Sep 02 23:54:00.256 INFO O| Sep 02 23:54:00.256 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
103862026-09-02T23:54:01.385Z[ host-image] Sep 02 23:54:00.256 INFO O| Sep 02 23:54:00.256 INFO skip step because feature "compliance" is not enabled
103872026-09-02T23:54:01.385Z[ host-image] Sep 02 23:54:00.256 INFO O| Sep 02 23:54:00.256 INFO STEP 52: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
103882026-09-02T23:54:01.388Z[ host-image] Sep 02 23:54:00.265 INFO O| Sep 02 23:54:00.265 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname does not exist
103892026-09-02T23:54:01.388Z[ host-image] Sep 02 23:54:00.265 INFO O| Sep 02 23:54:00.265 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname ...
103902026-09-02T23:54:01.388Z[ host-image] Sep 02 23:54:00.265 INFO O| Sep 02 23:54:00.265 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
103912026-09-02T23:54:01.389Z[ host-image] Sep 02 23:54:00.265 INFO O| Sep 02 23:54:00.265 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
103922026-09-02T23:54:01.389Z[ host-image] Sep 02 23:54:00.265 INFO O| Sep 02 23:54:00.265 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
103932026-09-02T23:54:01.389Z[ host-image] Sep 02 23:54:00.265 INFO O| Sep 02 23:54:00.265 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
103942026-09-02T23:54:01.389Z[ host-image] Sep 02 23:54:00.265 INFO O| Sep 02 23:54:00.265 INFO ok!
103952026-09-02T23:54:01.389Z[ host-image] Sep 02 23:54:00.265 INFO O| Sep 02 23:54:00.265 INFO STEP 52 (ensure_file) COMPLETE
103962026-09-02T23:54:01.393Z[ host-image] Sep 02 23:54:00.265 INFO O| Sep 02 23:54:00.265 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
103972026-09-02T23:54:01.396Z[ host-image] Sep 02 23:54:00.273 INFO O| Sep 02 23:54:00.273 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-hostname.xml does not exist
103982026-09-02T23:54:01.396Z[ host-image] Sep 02 23:54:00.273 INFO O| Sep 02 23:54:00.273 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 ...
103992026-09-02T23:54:01.399Z[ host-image] Sep 02 23:54:00.273 INFO O| Sep 02 23:54:00.273 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
104002026-09-02T23:54:01.399Z[ host-image] Sep 02 23:54:00.273 INFO O| Sep 02 23:54:00.273 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-hostname.xml
104012026-09-02T23:54:01.399Z[ host-image] Sep 02 23:54:00.273 INFO O| Sep 02 23:54:00.273 INFO ok!
104022026-09-02T23:54:01.399Z[ host-image] Sep 02 23:54:00.273 INFO O| Sep 02 23:54:00.273 INFO STEP 53 (ensure_file) COMPLETE
104032026-09-02T23:54:01.399Z[ host-image] Sep 02 23:54:00.273 INFO O| Sep 02 23:54:00.273 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
104042026-09-02T23:54:01.409Z[ host-image] Sep 02 23:54:00.280 INFO O| Sep 02 23:54:00.280 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen does not exist
104052026-09-02T23:54:01.409Z[ host-image] Sep 02 23:54:00.280 INFO O| Sep 02 23:54:00.280 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 ...
104062026-09-02T23:54:01.413Z[ host-image] Sep 02 23:54:00.280 INFO O| Sep 02 23:54:00.280 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen
104072026-09-02T23:54:01.414Z[ host-image] Sep 02 23:54:00.280 INFO O| Sep 02 23:54:00.280 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen
104082026-09-02T23:54:01.414Z[ host-image] Sep 02 23:54:00.280 INFO O| Sep 02 23:54:00.280 INFO ok!
104092026-09-02T23:54:01.414Z[ host-image] Sep 02 23:54:00.280 INFO O| Sep 02 23:54:00.280 INFO STEP 54 (ensure_file) COMPLETE
104102026-09-02T23:54:01.414Z[ host-image] Sep 02 23:54:00.280 INFO O| Sep 02 23:54:00.280 INFO STEP 55: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
104112026-09-02T23:54:01.425Z[ host-image] Sep 02 23:54:00.302 INFO O| Sep 02 23:54:00.302 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-cpu-loadgen.xml does not exist
104122026-09-02T23:54:01.425Z[ host-image] Sep 02 23:54:00.302 INFO O| Sep 02 23:54:00.302 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 ...
104132026-09-02T23:54:01.429Z[ host-image] Sep 02 23:54:00.302 INFO O| Sep 02 23:54:00.302 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
104142026-09-02T23:54:01.429Z[ host-image] Sep 02 23:54:00.302 INFO O| Sep 02 23:54:00.302 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-cpu-loadgen.xml
104152026-09-02T23:54:01.429Z[ host-image] Sep 02 23:54:00.302 INFO O| Sep 02 23:54:00.302 INFO ok!
104162026-09-02T23:54:01.429Z[ host-image] Sep 02 23:54:00.302 INFO O| Sep 02 23:54:00.302 INFO STEP 55 (ensure_file) COMPLETE
104172026-09-02T23:54:01.429Z[ host-image] Sep 02 23:54:00.302 INFO O| Sep 02 23:54:00.302 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
104182026-09-02T23:54:01.433Z[ host-image] Sep 02 23:54:00.311 INFO O| Sep 02 23:54:00.311 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen does not exist
104192026-09-02T23:54:01.434Z[ host-image] Sep 02 23:54:00.311 INFO O| Sep 02 23:54:00.311 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 ...
104202026-09-02T23:54:01.436Z[ host-image] Sep 02 23:54:00.311 INFO O| Sep 02 23:54:00.311 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen
104212026-09-02T23:54:01.436Z[ host-image] Sep 02 23:54:00.311 INFO O| Sep 02 23:54:00.311 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen
104222026-09-02T23:54:01.436Z[ host-image] Sep 02 23:54:00.311 INFO O| Sep 02 23:54:00.311 INFO ok!
104232026-09-02T23:54:01.436Z[ host-image] Sep 02 23:54:00.311 INFO O| Sep 02 23:54:00.311 INFO STEP 56 (ensure_file) COMPLETE
104242026-09-02T23:54:01.436Z[ host-image] Sep 02 23:54:00.311 INFO O| Sep 02 23:54:00.311 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
104252026-09-02T23:54:01.442Z[ host-image] Sep 02 23:54:00.319 INFO O| Sep 02 23:54:00.318 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-mem-loadgen.xml does not exist
104262026-09-02T23:54:01.442Z[ host-image] Sep 02 23:54:00.319 INFO O| Sep 02 23:54:00.319 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 ...
104272026-09-02T23:54:01.442Z[ host-image] Sep 02 23:54:00.319 INFO O| Sep 02 23:54:00.319 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
104282026-09-02T23:54:01.445Z[ host-image] Sep 02 23:54:00.319 INFO O| Sep 02 23:54:00.319 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-mem-loadgen.xml
104292026-09-02T23:54:01.445Z[ host-image] Sep 02 23:54:00.319 INFO O| Sep 02 23:54:00.319 INFO ok!
104302026-09-02T23:54:01.445Z[ host-image] Sep 02 23:54:00.319 INFO O| Sep 02 23:54:00.319 INFO STEP 57 (ensure_file) COMPLETE
104312026-09-02T23:54:01.445Z[ host-image] Sep 02 23:54:00.319 INFO O| Sep 02 23:54:00.319 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
104322026-09-02T23:54:01.448Z[ host-image] Sep 02 23:54:00.326 INFO O| Sep 02 23:54:00.326 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen does not exist
104332026-09-02T23:54:01.448Z[ host-image] Sep 02 23:54:00.326 INFO O| Sep 02 23:54:00.326 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 ...
104342026-09-02T23:54:01.448Z[ host-image] Sep 02 23:54:00.326 INFO O| Sep 02 23:54:00.326 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
104352026-09-02T23:54:01.475Z[ host-image] Sep 02 23:54:00.326 INFO O| Sep 02 23:54:00.326 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
104362026-09-02T23:54:01.475Z[ host-image] Sep 02 23:54:00.326 INFO O| Sep 02 23:54:00.326 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
104372026-09-02T23:54:01.475Z[ host-image] Sep 02 23:54:00.326 INFO O| Sep 02 23:54:00.326 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
104382026-09-02T23:54:01.475Z[ host-image] Sep 02 23:54:00.326 INFO O| Sep 02 23:54:00.326 INFO ok!
104392026-09-02T23:54:01.479Z[ host-image] Sep 02 23:54:00.326 INFO O| Sep 02 23:54:00.326 INFO STEP 58 (ensure_file) COMPLETE
104402026-09-02T23:54:01.479Z[ host-image] Sep 02 23:54:00.326 INFO O| Sep 02 23:54:00.326 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
104412026-09-02T23:54:01.479Z[ host-image] Sep 02 23:54:00.333 INFO O| Sep 02 23:54:00.333 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-nvme-loadgen.xml does not exist
104422026-09-02T23:54:01.479Z[ host-image] Sep 02 23:54:00.333 INFO O| Sep 02 23:54:00.333 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 ...
104432026-09-02T23:54:01.480Z[ host-image] Sep 02 23:54:00.334 INFO O| Sep 02 23:54:00.334 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-nvme-loadgen.xml
104442026-09-02T23:54:01.480Z[ host-image] Sep 02 23:54:00.334 INFO O| Sep 02 23:54:00.334 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-nvme-loadgen.xml
104452026-09-02T23:54:01.480Z[ host-image] Sep 02 23:54:00.334 INFO O| Sep 02 23:54:00.334 INFO ok!
104462026-09-02T23:54:01.480Z[ host-image] Sep 02 23:54:00.334 INFO O| Sep 02 23:54:00.334 INFO STEP 59 (ensure_file) COMPLETE
104472026-09-02T23:54:01.480Z[ host-image] Sep 02 23:54:00.334 INFO O| Sep 02 23:54:00.334 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
104482026-09-02T23:54:01.480Z[ host-image] Sep 02 23:54:00.341 INFO O| Sep 02 23:54:00.341 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger does not exist
104492026-09-02T23:54:01.480Z[ host-image] Sep 02 23:54:00.341 INFO O| Sep 02 23:54:00.341 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-pinger.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger ...
104502026-09-02T23:54:01.480Z[ host-image] Sep 02 23:54:00.341 INFO O| Sep 02 23:54:00.341 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger
104512026-09-02T23:54:01.480Z[ host-image] Sep 02 23:54:00.341 INFO O| Sep 02 23:54:00.341 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger
104522026-09-02T23:54:01.480Z[ host-image] Sep 02 23:54:00.341 INFO O| Sep 02 23:54:00.341 INFO ok!
104532026-09-02T23:54:01.480Z[ host-image] Sep 02 23:54:00.341 INFO O| Sep 02 23:54:00.341 INFO STEP 60 (ensure_file) COMPLETE
104542026-09-02T23:54:01.480Z[ host-image] Sep 02 23:54:00.341 INFO O| Sep 02 23:54:00.341 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
104552026-09-02T23:54:01.480Z[ host-image] Sep 02 23:54:00.349 INFO O| Sep 02 23:54:00.349 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-pinger.xml does not exist
104562026-09-02T23:54:01.480Z[ host-image] Sep 02 23:54:00.349 INFO O| Sep 02 23:54:00.349 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 ...
104572026-09-02T23:54:01.480Z[ host-image] Sep 02 23:54:00.349 INFO O| Sep 02 23:54:00.349 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
104582026-09-02T23:54:01.480Z[ host-image] Sep 02 23:54:00.349 INFO O| Sep 02 23:54:00.349 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-pinger.xml
104592026-09-02T23:54:01.480Z[ host-image] Sep 02 23:54:00.349 INFO O| Sep 02 23:54:00.349 INFO ok!
104602026-09-02T23:54:01.480Z[ host-image] Sep 02 23:54:00.349 INFO O| Sep 02 23:54:00.349 INFO STEP 61 (ensure_file) COMPLETE
104612026-09-02T23:54:01.480Z[ host-image] Sep 02 23:54:00.349 INFO O| Sep 02 23:54:00.349 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
104622026-09-02T23:54:01.484Z[ host-image] Sep 02 23:54:00.357 INFO O| Sep 02 23:54:00.356 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon does not exist
104632026-09-02T23:54:01.484Z[ host-image] Sep 02 23:54:00.357 INFO O| Sep 02 23:54:00.356 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon ...
104642026-09-02T23:54:01.484Z[ host-image] Sep 02 23:54:00.357 INFO O| Sep 02 23:54:00.357 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
104652026-09-02T23:54:01.484Z[ host-image] Sep 02 23:54:00.357 INFO O| Sep 02 23:54:00.357 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
104662026-09-02T23:54:01.484Z[ host-image] Sep 02 23:54:00.357 INFO O| Sep 02 23:54:00.357 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
104672026-09-02T23:54:01.484Z[ host-image] Sep 02 23:54:00.357 INFO O| Sep 02 23:54:00.357 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
104682026-09-02T23:54:01.485Z[ host-image] Sep 02 23:54:00.357 INFO O| Sep 02 23:54:00.357 INFO ok!
104692026-09-02T23:54:01.485Z[ host-image] Sep 02 23:54:00.357 INFO O| Sep 02 23:54:00.357 INFO STEP 62 (ensure_file) COMPLETE
104702026-09-02T23:54:01.485Z[ host-image] Sep 02 23:54:00.357 INFO O| Sep 02 23:54:00.357 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
104712026-09-02T23:54:01.488Z[ host-image] Sep 02 23:54:00.364 INFO O| Sep 02 23:54:00.364 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-beacon.xml does not exist
104722026-09-02T23:54:01.488Z[ host-image] Sep 02 23:54:00.364 INFO O| Sep 02 23:54:00.364 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 ...
104732026-09-02T23:54:01.488Z[ host-image] Sep 02 23:54:00.364 INFO O| Sep 02 23:54:00.364 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
104742026-09-02T23:54:01.488Z[ host-image] Sep 02 23:54:00.364 INFO O| Sep 02 23:54:00.364 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-beacon.xml
104752026-09-02T23:54:01.488Z[ host-image] Sep 02 23:54:00.364 INFO O| Sep 02 23:54:00.364 INFO ok!
104762026-09-02T23:54:01.488Z[ host-image] Sep 02 23:54:00.364 INFO O| Sep 02 23:54:00.364 INFO STEP 63 (ensure_file) COMPLETE
104772026-09-02T23:54:01.488Z[ host-image] Sep 02 23:54:00.364 INFO O| Sep 02 23:54:00.364 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
104782026-09-02T23:54:01.495Z[ host-image] Sep 02 23:54:00.372 INFO O| Sep 02 23:54:00.372 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-time.xml does not exist
104792026-09-02T23:54:01.495Z[ host-image] Sep 02 23:54:00.372 INFO O| Sep 02 23:54:00.372 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 ...
104802026-09-02T23:54:01.498Z[ host-image] Sep 02 23:54:00.372 INFO O| Sep 02 23:54:00.372 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
104812026-09-02T23:54:01.498Z[ host-image] Sep 02 23:54:00.372 INFO O| Sep 02 23:54:00.372 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-time.xml
104822026-09-02T23:54:01.498Z[ host-image] Sep 02 23:54:00.372 INFO O| Sep 02 23:54:00.372 INFO ok!
104832026-09-02T23:54:01.499Z[ host-image] Sep 02 23:54:00.372 INFO O| Sep 02 23:54:00.372 INFO STEP 64 (ensure_file) COMPLETE
104842026-09-02T23:54:01.499Z[ host-image] Sep 02 23:54:00.372 INFO O| Sep 02 23:54:00.372 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
104852026-09-02T23:54:01.547Z[ host-image] Sep 02 23:54:00.423 INFO O| Sep 02 23:54:00.423 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-dump.xml does not exist
104862026-09-02T23:54:01.547Z[ host-image] Sep 02 23:54:00.423 INFO O| Sep 02 23:54:00.423 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 ...
104872026-09-02T23:54:01.547Z[ host-image] Sep 02 23:54:00.423 INFO O| Sep 02 23:54:00.423 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
104882026-09-02T23:54:01.551Z[ host-image] Sep 02 23:54:00.423 INFO O| Sep 02 23:54:00.423 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-dump.xml
104892026-09-02T23:54:01.551Z[ host-image] Sep 02 23:54:00.423 INFO O| Sep 02 23:54:00.423 INFO ok!
104902026-09-02T23:54:01.551Z[ host-image] Sep 02 23:54:00.423 INFO O| Sep 02 23:54:00.423 INFO STEP 65 (ensure_file) COMPLETE
104912026-09-02T23:54:01.551Z[ host-image] Sep 02 23:54:00.423 INFO O| Sep 02 23:54:00.423 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
104922026-09-02T23:54:01.551Z[ host-image] Sep 02 23:54:00.423 INFO O| Sep 02 23:54:00.423 INFO skip step because feature "mbist" is not enabled
104932026-09-02T23:54:01.551Z[ host-image] Sep 02 23:54:00.423 INFO O| Sep 02 23:54:00.423 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104942026-09-02T23:54:01.556Z[ host-image] Sep 02 23:54:00.433 INFO O| Sep 02 23:54:00.433 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/opt
104952026-09-02T23:54:01.556Z[ host-image] Sep 02 23:54:00.433 INFO O| Sep 02 23:54:00.433 INFO STEP 67 (ensure_dir) COMPLETE
104962026-09-02T23:54:01.560Z[ host-image] Sep 02 23:54:00.433 INFO O| Sep 02 23:54:00.433 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104972026-09-02T23:54:01.568Z[ host-image] Sep 02 23:54:00.443 INFO O| Sep 02 23:54:00.443 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide
104982026-09-02T23:54:01.568Z[ host-image] Sep 02 23:54:00.443 INFO O| Sep 02 23:54:00.443 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide
104992026-09-02T23:54:01.575Z[ host-image] Sep 02 23:54:00.443 INFO O| Sep 02 23:54:00.443 INFO STEP 68 (ensure_dir) COMPLETE
105002026-09-02T23:54:01.576Z[ host-image] Sep 02 23:54:00.443 INFO O| Sep 02 23:54:00.443 INFO STEP 69: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105012026-09-02T23:54:01.580Z[ host-image] Sep 02 23:54:00.452 INFO O| Sep 02 23:54:00.452 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm
105022026-09-02T23:54:01.580Z[ host-image] Sep 02 23:54:00.452 INFO O| Sep 02 23:54:00.452 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm
105032026-09-02T23:54:01.580Z[ host-image] Sep 02 23:54:00.452 INFO O| Sep 02 23:54:00.452 INFO STEP 69 (ensure_dir) COMPLETE
105042026-09-02T23:54:01.580Z[ host-image] Sep 02 23:54:00.452 INFO O| Sep 02 23:54:00.452 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105052026-09-02T23:54:01.584Z[ host-image] Sep 02 23:54:00.460 INFO O| Sep 02 23:54:00.460 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm does not exist
105062026-09-02T23:54:01.584Z[ host-image] Sep 02 23:54:00.460 INFO O| Sep 02 23:54:00.460 INFO copying /tmp/.tmpsaZway/proto/host/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm ...
105072026-09-02T23:54:01.979Z[ host-image] Sep 02 23:54:00.856 INFO O| Sep 02 23:54:00.855 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm
105082026-09-02T23:54:01.979Z[ host-image] Sep 02 23:54:00.856 INFO O| Sep 02 23:54:00.855 INFO ok!
105092026-09-02T23:54:01.979Z[ host-image] Sep 02 23:54:00.856 INFO O| Sep 02 23:54:00.855 INFO STEP 70 (ensure_file) COMPLETE
105102026-09-02T23:54:01.979Z[ host-image] Sep 02 23:54:00.856 INFO O| Sep 02 23:54:00.856 INFO STEP 71: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105112026-09-02T23:54:01.988Z[ host-image] Sep 02 23:54:00.864 INFO O| Sep 02 23:54:00.864 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd does not exist
105122026-09-02T23:54:01.988Z[ host-image] Sep 02 23:54:00.864 INFO O| Sep 02 23:54:00.864 INFO copying /tmp/.tmpsaZway/proto/host/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd ...
105132026-09-02T23:54:02.818Z[ host-image] Sep 02 23:54:01.695 INFO O| Sep 02 23:54:01.695 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd
105142026-09-02T23:54:02.819Z[ host-image] Sep 02 23:54:01.695 INFO O| Sep 02 23:54:01.695 INFO ok!
105152026-09-02T23:54:02.819Z[ host-image] Sep 02 23:54:01.695 INFO O| Sep 02 23:54:01.695 INFO STEP 71 (ensure_file) COMPLETE
105162026-09-02T23:54:02.824Z[ host-image] Sep 02 23:54:01.695 INFO O| Sep 02 23:54:01.695 INFO STEP 72: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105172026-09-02T23:54:02.828Z[ host-image] Sep 02 23:54:01.704 INFO O| Sep 02 23:54:01.704 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg
105182026-09-02T23:54:02.828Z[ host-image] Sep 02 23:54:01.704 INFO O| Sep 02 23:54:01.704 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg
105192026-09-02T23:54:02.828Z[ host-image] Sep 02 23:54:01.704 INFO O| Sep 02 23:54:01.704 INFO STEP 72 (ensure_dir) COMPLETE
105202026-09-02T23:54:02.832Z[ host-image] Sep 02 23:54:01.704 INFO O| Sep 02 23:54:01.704 INFO STEP 73: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105212026-09-02T23:54:02.836Z[ host-image] Sep 02 23:54:01.712 INFO O| Sep 02 23:54:01.712 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
105222026-09-02T23:54:02.836Z[ host-image] Sep 02 23:54:01.712 INFO O| Sep 02 23:54:01.712 INFO copying /tmp/.tmpsaZway/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 ...
105232026-09-02T23:54:02.837Z[ host-image] Sep 02 23:54:01.712 INFO O| Sep 02 23:54:01.712 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh
105242026-09-02T23:54:02.837Z[ host-image] Sep 02 23:54:01.712 INFO O| Sep 02 23:54:01.712 INFO ok!
105252026-09-02T23:54:02.837Z[ host-image] Sep 02 23:54:01.712 INFO O| Sep 02 23:54:01.712 INFO STEP 73 (ensure_file) COMPLETE
105262026-09-02T23:54:02.837Z[ host-image] Sep 02 23:54:01.712 INFO O| Sep 02 23:54:01.712 INFO STEP 74: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105272026-09-02T23:54:02.846Z[ host-image] Sep 02 23:54:01.721 INFO O| Sep 02 23:54:01.721 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
105282026-09-02T23:54:02.846Z[ host-image] Sep 02 23:54:01.721 INFO O| Sep 02 23:54:01.721 INFO copying /tmp/.tmpsaZway/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 ...
105292026-09-02T23:54:02.849Z[ host-image] Sep 02 23:54:01.721 INFO O| Sep 02 23:54:01.721 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh
105302026-09-02T23:54:02.849Z[ host-image] Sep 02 23:54:01.721 INFO O| Sep 02 23:54:01.721 INFO ok!
105312026-09-02T23:54:02.849Z[ host-image] Sep 02 23:54:01.721 INFO O| Sep 02 23:54:01.721 INFO STEP 74 (ensure_file) COMPLETE
105322026-09-02T23:54:02.849Z[ host-image] Sep 02 23:54:01.721 INFO O| Sep 02 23:54:01.721 INFO STEP 75: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105332026-09-02T23:54:02.853Z[ host-image] Sep 02 23:54:01.729 INFO O| Sep 02 23:54:01.729 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd
105342026-09-02T23:54:02.853Z[ host-image] Sep 02 23:54:01.729 INFO O| Sep 02 23:54:01.729 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd
105352026-09-02T23:54:02.853Z[ host-image] Sep 02 23:54:01.729 INFO O| Sep 02 23:54:01.729 INFO STEP 75 (ensure_dir) COMPLETE
105362026-09-02T23:54:02.853Z[ host-image] Sep 02 23:54:01.729 INFO O| Sep 02 23:54:01.729 INFO STEP 76: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105372026-09-02T23:54:02.860Z[ host-image] Sep 02 23:54:01.737 INFO O| Sep 02 23:54:01.737 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
105382026-09-02T23:54:02.863Z[ host-image] Sep 02 23:54:01.737 INFO O| Sep 02 23:54:01.737 INFO copying /tmp/.tmpsaZway/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 ...
105392026-09-02T23:54:02.864Z[ host-image] Sep 02 23:54:01.737 INFO O| Sep 02 23:54:01.737 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
105402026-09-02T23:54:02.864Z[ host-image] Sep 02 23:54:01.737 INFO O| Sep 02 23:54:01.737 INFO ok!
105412026-09-02T23:54:02.864Z[ host-image] Sep 02 23:54:01.737 INFO O| Sep 02 23:54:01.737 INFO STEP 76 (ensure_file) COMPLETE
105422026-09-02T23:54:02.864Z[ host-image] Sep 02 23:54:01.737 INFO O| Sep 02 23:54:01.737 INFO STEP 77: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105432026-09-02T23:54:02.869Z[ host-image] Sep 02 23:54:01.746 INFO O| Sep 02 23:54:01.746 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
105442026-09-02T23:54:02.869Z[ host-image] Sep 02 23:54:01.746 INFO O| Sep 02 23:54:01.746 INFO copying /tmp/.tmpsaZway/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 ...
105452026-09-02T23:54:02.873Z[ host-image] Sep 02 23:54:01.746 INFO O| Sep 02 23:54:01.746 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh
105462026-09-02T23:54:02.873Z[ host-image] Sep 02 23:54:01.746 INFO O| Sep 02 23:54:01.746 INFO ok!
105472026-09-02T23:54:02.873Z[ host-image] Sep 02 23:54:01.746 INFO O| Sep 02 23:54:01.746 INFO STEP 77 (ensure_file) COMPLETE
105482026-09-02T23:54:02.873Z[ host-image] Sep 02 23:54:01.746 INFO O| Sep 02 23:54:01.746 INFO STEP 78: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105492026-09-02T23:54:02.878Z[ host-image] Sep 02 23:54:01.755 INFO O| Sep 02 23:54:01.755 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm
105502026-09-02T23:54:02.882Z[ host-image] Sep 02 23:54:01.755 INFO O| Sep 02 23:54:01.755 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm
105512026-09-02T23:54:02.882Z[ host-image] Sep 02 23:54:01.755 INFO O| Sep 02 23:54:01.755 INFO STEP 78 (ensure_dir) COMPLETE
105522026-09-02T23:54:02.882Z[ host-image] Sep 02 23:54:01.755 INFO O| Sep 02 23:54:01.755 INFO STEP 79: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105532026-09-02T23:54:02.887Z[ host-image] Sep 02 23:54:01.764 INFO O| Sep 02 23:54:01.764 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
105542026-09-02T23:54:02.887Z[ host-image] Sep 02 23:54:01.764 INFO O| Sep 02 23:54:01.764 INFO copying /tmp/.tmpsaZway/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 ...
105552026-09-02T23:54:02.891Z[ host-image] Sep 02 23:54:01.764 INFO O| Sep 02 23:54:01.764 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
105562026-09-02T23:54:02.891Z[ host-image] Sep 02 23:54:01.764 INFO O| Sep 02 23:54:01.764 INFO ok!
105572026-09-02T23:54:02.891Z[ host-image] Sep 02 23:54:01.764 INFO O| Sep 02 23:54:01.764 INFO STEP 79 (ensure_file) COMPLETE
105582026-09-02T23:54:02.891Z[ host-image] Sep 02 23:54:01.764 INFO O| Sep 02 23:54:01.764 INFO STEP 80: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105592026-09-02T23:54:02.895Z[ host-image] Sep 02 23:54:01.772 INFO O| Sep 02 23:54:01.772 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION does not exist
105602026-09-02T23:54:02.895Z[ host-image] Sep 02 23:54:01.772 INFO O| Sep 02 23:54:01.772 INFO copying /tmp/.tmpsaZway/proto/host/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION ...
105612026-09-02T23:54:02.899Z[ host-image] Sep 02 23:54:01.772 INFO O| Sep 02 23:54:01.772 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION
105622026-09-02T23:54:02.899Z[ host-image] Sep 02 23:54:01.772 INFO O| Sep 02 23:54:01.772 INFO ok!
105632026-09-02T23:54:02.899Z[ host-image] Sep 02 23:54:01.772 INFO O| Sep 02 23:54:01.772 INFO STEP 80 (ensure_file) COMPLETE
105642026-09-02T23:54:02.899Z[ host-image] Sep 02 23:54:01.772 INFO O| Sep 02 23:54:01.772 INFO STEP 81: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105652026-09-02T23:54:02.905Z[ host-image] Sep 02 23:54:01.782 INFO O| Sep 02 23:54:01.782 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent
105662026-09-02T23:54:02.905Z[ host-image] Sep 02 23:54:01.782 INFO O| Sep 02 23:54:01.782 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent
105672026-09-02T23:54:02.910Z[ host-image] Sep 02 23:54:01.782 INFO O| Sep 02 23:54:01.782 INFO STEP 81 (ensure_dir) COMPLETE
105682026-09-02T23:54:02.910Z[ host-image] Sep 02 23:54:01.782 INFO O| Sep 02 23:54:01.782 INFO STEP 82: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105692026-09-02T23:54:02.914Z[ host-image] Sep 02 23:54:01.791 INFO O| Sep 02 23:54:01.791 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle does not exist
105702026-09-02T23:54:02.915Z[ host-image] Sep 02 23:54:01.791 INFO O| Sep 02 23:54:01.791 INFO copying /tmp/.tmpsaZway/proto/host/root/opt/oxide/sled-agent/zone-bundle -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle ...
105712026-09-02T23:54:03.250Z[ host-image] Sep 02 23:54:02.126 INFO O| Sep 02 23:54:02.126 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle
105722026-09-02T23:54:03.250Z[ host-image] Sep 02 23:54:02.126 INFO O| Sep 02 23:54:02.126 INFO ok!
105732026-09-02T23:54:03.254Z[ host-image] Sep 02 23:54:02.126 INFO O| Sep 02 23:54:02.126 INFO STEP 82 (ensure_file) COMPLETE
105742026-09-02T23:54:03.255Z[ host-image] Sep 02 23:54:02.126 INFO O| Sep 02 23:54:02.126 INFO STEP 83: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105752026-09-02T23:54:03.279Z[ host-image] Sep 02 23:54:02.136 INFO O| Sep 02 23:54:02.136 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor does not exist
105762026-09-02T23:54:03.279Z[ host-image] Sep 02 23:54:02.136 INFO O| Sep 02 23:54:02.136 INFO copying /tmp/.tmpsaZway/proto/host/root/opt/oxide/sled-agent/tofino-monitor -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor ...
105772026-09-02T23:54:03.279Z[ host-image] Sep 02 23:54:02.137 INFO O| Sep 02 23:54:02.137 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor
105782026-09-02T23:54:03.279Z[ host-image] Sep 02 23:54:02.137 INFO O| Sep 02 23:54:02.137 INFO ok!
105792026-09-02T23:54:03.279Z[ host-image] Sep 02 23:54:02.137 INFO O| Sep 02 23:54:02.137 INFO STEP 83 (ensure_file) COMPLETE
105802026-09-02T23:54:03.279Z[ host-image] Sep 02 23:54:02.137 INFO O| Sep 02 23:54:02.137 INFO STEP 84: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105812026-09-02T23:54:03.283Z[ host-image] Sep 02 23:54:02.146 INFO O| Sep 02 23:54:02.146 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent does not exist
105822026-09-02T23:54:03.283Z[ host-image] Sep 02 23:54:02.146 INFO O| Sep 02 23:54:02.146 INFO copying /tmp/.tmpsaZway/proto/host/root/opt/oxide/sled-agent/sled-agent -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent ...
105832026-09-02T23:54:04.453Z[ host-image] Sep 02 23:54:03.312 INFO O| Sep 02 23:54:03.312 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent
105842026-09-02T23:54:04.453Z[ host-image] Sep 02 23:54:03.312 INFO O| Sep 02 23:54:03.312 INFO ok!
105852026-09-02T23:54:04.453Z[ host-image] Sep 02 23:54:03.312 INFO O| Sep 02 23:54:03.312 INFO STEP 84 (ensure_file) COMPLETE
105862026-09-02T23:54:04.462Z[ host-image] Sep 02 23:54:03.312 INFO O| Sep 02 23:54:03.312 INFO STEP 85: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105872026-09-02T23:54:04.463Z[ host-image] Sep 02 23:54:03.321 INFO O| Sep 02 23:54:03.321 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg
105882026-09-02T23:54:04.463Z[ host-image] Sep 02 23:54:03.321 INFO O| Sep 02 23:54:03.321 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg
105892026-09-02T23:54:04.463Z[ host-image] Sep 02 23:54:03.321 INFO O| Sep 02 23:54:03.321 INFO STEP 85 (ensure_dir) COMPLETE
105902026-09-02T23:54:04.463Z[ host-image] Sep 02 23:54:03.321 INFO O| Sep 02 23:54:03.321 INFO STEP 86: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105912026-09-02T23:54:04.463Z[ host-image] Sep 02 23:54:03.328 INFO O| Sep 02 23:54:03.328 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/config.toml does not exist
105922026-09-02T23:54:04.463Z[ host-image] Sep 02 23:54:03.328 INFO O| Sep 02 23:54:03.328 INFO copying /tmp/.tmpsaZway/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 ...
105932026-09-02T23:54:04.463Z[ host-image] Sep 02 23:54:03.328 INFO O| Sep 02 23:54:03.328 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/config.toml
105942026-09-02T23:54:04.463Z[ host-image] Sep 02 23:54:03.328 INFO O| Sep 02 23:54:03.328 INFO ok!
105952026-09-02T23:54:04.463Z[ host-image] Sep 02 23:54:03.328 INFO O| Sep 02 23:54:03.328 INFO STEP 86 (ensure_file) COMPLETE
105962026-09-02T23:54:04.463Z[ host-image] Sep 02 23:54:03.328 INFO O| Sep 02 23:54:03.328 INFO STEP 87: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105972026-09-02T23:54:04.463Z[ host-image] Sep 02 23:54:03.335 INFO O| Sep 02 23:54:03.335 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/README.md does not exist
105982026-09-02T23:54:04.463Z[ host-image] Sep 02 23:54:03.335 INFO O| Sep 02 23:54:03.335 INFO copying /tmp/.tmpsaZway/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 ...
105992026-09-02T23:54:04.464Z[ host-image] Sep 02 23:54:03.335 INFO O| Sep 02 23:54:03.335 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/README.md
106002026-09-02T23:54:04.464Z[ host-image] Sep 02 23:54:03.335 INFO O| Sep 02 23:54:03.335 INFO ok!
106012026-09-02T23:54:04.464Z[ host-image] Sep 02 23:54:03.335 INFO O| Sep 02 23:54:03.335 INFO STEP 87 (ensure_file) COMPLETE
106022026-09-02T23:54:04.465Z[ host-image] Sep 02 23:54:03.335 INFO O| Sep 02 23:54:03.335 INFO STEP 88: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106032026-09-02T23:54:04.475Z[ host-image] Sep 02 23:54:03.344 INFO O| Sep 02 23:54:03.344 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION does not exist
106042026-09-02T23:54:04.475Z[ host-image] Sep 02 23:54:03.344 INFO O| Sep 02 23:54:03.344 INFO copying /tmp/.tmpsaZway/proto/host/root/opt/oxide/sled-agent/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION ...
106052026-09-02T23:54:04.475Z[ host-image] Sep 02 23:54:03.344 INFO O| Sep 02 23:54:03.344 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION
106062026-09-02T23:54:04.475Z[ host-image] Sep 02 23:54:03.344 INFO O| Sep 02 23:54:03.344 INFO ok!
106072026-09-02T23:54:04.475Z[ host-image] Sep 02 23:54:03.344 INFO O| Sep 02 23:54:03.344 INFO STEP 88 (ensure_file) COMPLETE
106082026-09-02T23:54:04.475Z[ host-image] Sep 02 23:54:03.344 INFO O| Sep 02 23:54:03.344 INFO STEP 89: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106092026-09-02T23:54:04.498Z[ host-image] Sep 02 23:54:03.352 INFO O| Sep 02 23:54:03.352 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz does not exist
106102026-09-02T23:54:04.498Z[ host-image] Sep 02 23:54:03.352 INFO O| Sep 02 23:54:03.352 INFO copying /tmp/.tmpsaZway/proto/host/root/opt/oxide/overlay.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz ...
106112026-09-02T23:54:04.498Z[ host-image] Sep 02 23:54:03.352 INFO O| Sep 02 23:54:03.352 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz
106122026-09-02T23:54:04.498Z[ host-image] Sep 02 23:54:03.352 INFO O| Sep 02 23:54:03.352 INFO ok!
106132026-09-02T23:54:04.498Z[ host-image] Sep 02 23:54:03.352 INFO O| Sep 02 23:54:03.352 INFO STEP 89 (ensure_file) COMPLETE
106142026-09-02T23:54:04.498Z[ host-image] Sep 02 23:54:03.352 INFO O| Sep 02 23:54:03.352 INFO STEP 90: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106152026-09-02T23:54:04.516Z[ host-image] Sep 02 23:54:03.362 INFO O| Sep 02 23:54:03.361 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog
106162026-09-02T23:54:04.516Z[ host-image] Sep 02 23:54:03.362 INFO O| Sep 02 23:54:03.362 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog
106172026-09-02T23:54:04.516Z[ host-image] Sep 02 23:54:03.362 INFO O| Sep 02 23:54:03.362 INFO STEP 90 (ensure_dir) COMPLETE
106182026-09-02T23:54:04.516Z[ host-image] Sep 02 23:54:03.362 INFO O| Sep 02 23:54:03.362 INFO STEP 91: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106192026-09-02T23:54:04.516Z[ host-image] Sep 02 23:54:03.370 INFO O| Sep 02 23:54:03.370 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog does not exist
106202026-09-02T23:54:04.516Z[ host-image] Sep 02 23:54:03.370 INFO O| Sep 02 23:54:03.370 INFO copying /tmp/.tmpsaZway/proto/host/root/opt/oxide/oxlog/oxlog -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog ...
106212026-09-02T23:54:04.517Z[ host-image] Sep 02 23:54:03.372 INFO O| Sep 02 23:54:03.372 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog
106222026-09-02T23:54:04.517Z[ host-image] Sep 02 23:54:03.372 INFO O| Sep 02 23:54:03.372 INFO ok!
106232026-09-02T23:54:04.517Z[ host-image] Sep 02 23:54:03.372 INFO O| Sep 02 23:54:03.372 INFO STEP 91 (ensure_file) COMPLETE
106242026-09-02T23:54:04.517Z[ host-image] Sep 02 23:54:03.372 INFO O| Sep 02 23:54:03.372 INFO STEP 92: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106252026-09-02T23:54:04.523Z[ host-image] Sep 02 23:54:03.381 INFO O| Sep 02 23:54:03.381 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION does not exist
106262026-09-02T23:54:04.523Z[ host-image] Sep 02 23:54:03.381 INFO O| Sep 02 23:54:03.381 INFO copying /tmp/.tmpsaZway/proto/host/root/opt/oxide/oxlog/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION ...
106272026-09-02T23:54:04.523Z[ host-image] Sep 02 23:54:03.381 INFO O| Sep 02 23:54:03.381 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION
106282026-09-02T23:54:04.523Z[ host-image] Sep 02 23:54:03.381 INFO O| Sep 02 23:54:03.381 INFO ok!
106292026-09-02T23:54:04.523Z[ host-image] Sep 02 23:54:03.381 INFO O| Sep 02 23:54:03.381 INFO STEP 92 (ensure_file) COMPLETE
106302026-09-02T23:54:04.523Z[ host-image] Sep 02 23:54:03.381 INFO O| Sep 02 23:54:03.381 INFO STEP 93: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106312026-09-02T23:54:04.523Z[ host-image] Sep 02 23:54:03.389 INFO O| Sep 02 23:54:03.389 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz does not exist
106322026-09-02T23:54:04.523Z[ host-image] Sep 02 23:54:03.389 INFO O| Sep 02 23:54:03.389 INFO copying /tmp/.tmpsaZway/proto/host/root/opt/oxide/propolis-server.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz ...
106332026-09-02T23:54:04.813Z[verify-libraries] Compiling omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
106342026-09-02T23:54:04.867Z[ host-image] Sep 02 23:54:03.730 INFO O| Sep 02 23:54:03.730 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz
106352026-09-02T23:54:04.867Z[ host-image] Sep 02 23:54:03.730 INFO O| Sep 02 23:54:03.730 INFO ok!
106362026-09-02T23:54:04.867Z[ host-image] Sep 02 23:54:03.730 INFO O| Sep 02 23:54:03.730 INFO STEP 93 (ensure_file) COMPLETE
106372026-09-02T23:54:04.885Z[ host-image] Sep 02 23:54:03.730 INFO O| Sep 02 23:54:03.730 INFO STEP 94: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106382026-09-02T23:54:04.886Z[ host-image] Sep 02 23:54:03.740 INFO O| Sep 02 23:54:03.739 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind
106392026-09-02T23:54:04.886Z[ host-image] Sep 02 23:54:03.740 INFO O| Sep 02 23:54:03.740 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind
106402026-09-02T23:54:04.886Z[ host-image] Sep 02 23:54:03.740 INFO O| Sep 02 23:54:03.740 INFO STEP 94 (ensure_dir) COMPLETE
106412026-09-02T23:54:04.886Z[ host-image] Sep 02 23:54:03.740 INFO O| Sep 02 23:54:03.740 INFO STEP 95: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106422026-09-02T23:54:04.886Z[ host-image] Sep 02 23:54:03.748 INFO O| Sep 02 23:54:03.748 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib
106432026-09-02T23:54:04.886Z[ host-image] Sep 02 23:54:03.748 INFO O| Sep 02 23:54:03.748 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib
106442026-09-02T23:54:04.886Z[ host-image] Sep 02 23:54:03.748 INFO O| Sep 02 23:54:03.748 INFO STEP 95 (ensure_dir) COMPLETE
106452026-09-02T23:54:04.886Z[ host-image] Sep 02 23:54:03.748 INFO O| Sep 02 23:54:03.748 INFO STEP 96: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106462026-09-02T23:54:04.910Z[ host-image] Sep 02 23:54:03.755 INFO O| Sep 02 23:54:03.755 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc
106472026-09-02T23:54:04.910Z[ host-image] Sep 02 23:54:03.755 INFO O| Sep 02 23:54:03.755 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc
106482026-09-02T23:54:04.910Z[ host-image] Sep 02 23:54:03.755 INFO O| Sep 02 23:54:03.755 INFO STEP 96 (ensure_dir) COMPLETE
106492026-09-02T23:54:04.911Z[ host-image] Sep 02 23:54:03.755 INFO O| Sep 02 23:54:03.755 INFO STEP 97: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106502026-09-02T23:54:04.911Z[ host-image] Sep 02 23:54:03.764 INFO O| Sep 02 23:54:03.764 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
106512026-09-02T23:54:04.911Z[ host-image] Sep 02 23:54:03.764 INFO O| Sep 02 23:54:03.764 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
106522026-09-02T23:54:04.911Z[ host-image] Sep 02 23:54:03.764 INFO O| Sep 02 23:54:03.764 INFO STEP 97 (ensure_dir) COMPLETE
106532026-09-02T23:54:04.911Z[ host-image] Sep 02 23:54:03.764 INFO O| Sep 02 23:54:03.764 INFO STEP 98: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106542026-09-02T23:54:04.925Z[ host-image] Sep 02 23:54:03.772 INFO O| Sep 02 23:54:03.772 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
106552026-09-02T23:54:04.925Z[ host-image] Sep 02 23:54:03.772 INFO O| Sep 02 23:54:03.772 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
106562026-09-02T23:54:04.925Z[ host-image] Sep 02 23:54:03.772 INFO O| Sep 02 23:54:03.772 INFO STEP 98 (ensure_dir) COMPLETE
106572026-09-02T23:54:04.925Z[ host-image] Sep 02 23:54:03.772 INFO O| Sep 02 23:54:03.772 INFO STEP 99: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106582026-09-02T23:54:04.925Z[ host-image] Sep 02 23:54:03.781 INFO O| Sep 02 23:54:03.781 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml does not exist
106592026-09-02T23:54:04.925Z[ host-image] Sep 02 23:54:03.781 INFO O| Sep 02 23:54:03.781 INFO copying /tmp/.tmpsaZway/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 ...
106602026-09-02T23:54:04.925Z[ host-image] Sep 02 23:54:03.781 INFO O| Sep 02 23:54:03.781 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml
106612026-09-02T23:54:04.926Z[ host-image] Sep 02 23:54:03.781 INFO O| Sep 02 23:54:03.781 INFO ok!
106622026-09-02T23:54:04.926Z[ host-image] Sep 02 23:54:03.781 INFO O| Sep 02 23:54:03.781 INFO STEP 99 (ensure_file) COMPLETE
106632026-09-02T23:54:04.926Z[ host-image] Sep 02 23:54:03.781 INFO O| Sep 02 23:54:03.781 INFO STEP 100: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106642026-09-02T23:54:04.926Z[ host-image] Sep 02 23:54:03.789 INFO O| Sep 02 23:54:03.789 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin
106652026-09-02T23:54:04.926Z[ host-image] Sep 02 23:54:03.789 INFO O| Sep 02 23:54:03.789 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin
106662026-09-02T23:54:04.926Z[ host-image] Sep 02 23:54:03.789 INFO O| Sep 02 23:54:03.789 INFO STEP 100 (ensure_dir) COMPLETE
106672026-09-02T23:54:04.926Z[ host-image] Sep 02 23:54:03.790 INFO O| Sep 02 23:54:03.789 INFO STEP 101: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106682026-09-02T23:54:04.952Z[ host-image] Sep 02 23:54:03.798 INFO O| Sep 02 23:54:03.798 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind does not exist
106692026-09-02T23:54:04.953Z[ host-image] Sep 02 23:54:03.798 INFO O| Sep 02 23:54:03.798 INFO copying /tmp/.tmpsaZway/proto/host/root/opt/oxide/pumpkind/bin/pumpkind -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind ...
106702026-09-02T23:54:05.456Z[ host-image] Sep 02 23:54:04.332 INFO O| Sep 02 23:54:04.331 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind
106712026-09-02T23:54:05.456Z[ host-image] Sep 02 23:54:04.332 INFO O| Sep 02 23:54:04.331 INFO ok!
106722026-09-02T23:54:05.456Z[ host-image] Sep 02 23:54:04.332 INFO O| Sep 02 23:54:04.331 INFO STEP 101 (ensure_file) COMPLETE
106732026-09-02T23:54:05.467Z[ host-image] Sep 02 23:54:04.332 INFO O| Sep 02 23:54:04.331 INFO STEP 102: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106742026-09-02T23:54:05.475Z[ host-image] Sep 02 23:54:04.339 INFO O| Sep 02 23:54:04.339 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind does not exist
106752026-09-02T23:54:05.475Z[ host-image] Sep 02 23:54:04.339 INFO O| Sep 02 23:54:04.339 INFO copying /tmp/.tmpsaZway/proto/host/root/opt/oxide/pumpkind/bin/svc-pumpkind -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind ...
106762026-09-02T23:54:05.475Z[ host-image] Sep 02 23:54:04.339 INFO O| Sep 02 23:54:04.339 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind
106772026-09-02T23:54:05.475Z[ host-image] Sep 02 23:54:04.339 INFO O| Sep 02 23:54:04.339 INFO ok!
106782026-09-02T23:54:05.475Z[ host-image] Sep 02 23:54:04.339 INFO O| Sep 02 23:54:04.339 INFO STEP 102 (ensure_file) COMPLETE
106792026-09-02T23:54:05.475Z[ host-image] Sep 02 23:54:04.339 INFO O| Sep 02 23:54:04.339 INFO STEP 103: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106802026-09-02T23:54:05.475Z[ host-image] Sep 02 23:54:04.346 INFO O| Sep 02 23:54:04.346 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm does not exist
106812026-09-02T23:54:05.475Z[ host-image] Sep 02 23:54:04.346 INFO O| Sep 02 23:54:04.346 INFO copying /tmp/.tmpsaZway/proto/host/root/opt/oxide/pumpkind/bin/pumpkinadm -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm ...
106822026-09-02T23:54:05.480Z[ host-image] Sep 02 23:54:04.352 INFO O| Sep 02 23:54:04.352 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm
106832026-09-02T23:54:05.480Z[ host-image] Sep 02 23:54:04.352 INFO O| Sep 02 23:54:04.352 INFO ok!
106842026-09-02T23:54:05.481Z[ host-image] Sep 02 23:54:04.352 INFO O| Sep 02 23:54:04.352 INFO STEP 103 (ensure_file) COMPLETE
106852026-09-02T23:54:05.481Z[ host-image] Sep 02 23:54:04.352 INFO O| Sep 02 23:54:04.352 INFO STEP 104: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106862026-09-02T23:54:05.486Z[ host-image] Sep 02 23:54:04.360 INFO O| Sep 02 23:54:04.360 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION does not exist
106872026-09-02T23:54:05.486Z[ host-image] Sep 02 23:54:04.360 INFO O| Sep 02 23:54:04.360 INFO copying /tmp/.tmpsaZway/proto/host/root/opt/oxide/pumpkind/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION ...
106882026-09-02T23:54:05.486Z[ host-image] Sep 02 23:54:04.360 INFO O| Sep 02 23:54:04.360 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION
106892026-09-02T23:54:05.486Z[ host-image] Sep 02 23:54:04.360 INFO O| Sep 02 23:54:04.360 INFO ok!
106902026-09-02T23:54:05.486Z[ host-image] Sep 02 23:54:04.360 INFO O| Sep 02 23:54:04.360 INFO STEP 104 (ensure_file) COMPLETE
106912026-09-02T23:54:05.486Z[ host-image] Sep 02 23:54:04.360 INFO O| Sep 02 23:54:04.360 INFO STEP 105: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106922026-09-02T23:54:05.490Z[ host-image] Sep 02 23:54:04.366 INFO O| Sep 02 23:54:04.366 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils
106932026-09-02T23:54:05.490Z[ host-image] Sep 02 23:54:04.366 INFO O| Sep 02 23:54:04.366 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils
106942026-09-02T23:54:05.490Z[ host-image] Sep 02 23:54:04.366 INFO O| Sep 02 23:54:04.366 INFO STEP 105 (ensure_dir) COMPLETE
106952026-09-02T23:54:05.490Z[ host-image] Sep 02 23:54:04.366 INFO O| Sep 02 23:54:04.366 INFO STEP 106: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106962026-09-02T23:54:05.497Z[ host-image] Sep 02 23:54:04.374 INFO O| Sep 02 23:54:04.374 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/crucible-verify-raw does not exist
106972026-09-02T23:54:05.497Z[ host-image] Sep 02 23:54:04.374 INFO O| Sep 02 23:54:04.374 INFO copying /tmp/.tmpsaZway/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 ...
106982026-09-02T23:54:05.913Z[ host-image] Sep 02 23:54:04.753 INFO O| Sep 02 23:54:04.753 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/crucible-verify-raw
106992026-09-02T23:54:05.913Z[ host-image] Sep 02 23:54:04.753 INFO O| Sep 02 23:54:04.753 INFO ok!
107002026-09-02T23:54:05.913Z[ host-image] Sep 02 23:54:04.753 INFO O| Sep 02 23:54:04.753 INFO STEP 106 (ensure_file) COMPLETE
107012026-09-02T23:54:05.926Z[ host-image] Sep 02 23:54:04.753 INFO O| Sep 02 23:54:04.753 INFO STEP 107: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
107022026-09-02T23:54:05.926Z[ host-image] Sep 02 23:54:04.761 INFO O| Sep 02 23:54:04.761 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_repair.d does not exist
107032026-09-02T23:54:05.926Z[ host-image] Sep 02 23:54:04.761 INFO O| Sep 02 23:54:04.761 INFO copying /tmp/.tmpsaZway/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 ...
107042026-09-02T23:54:05.926Z[ host-image] Sep 02 23:54:04.761 INFO O| Sep 02 23:54:04.761 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_repair.d
107052026-09-02T23:54:05.926Z[ host-image] Sep 02 23:54:04.761 INFO O| Sep 02 23:54:04.761 INFO ok!
107062026-09-02T23:54:05.927Z[ host-image] Sep 02 23:54:04.761 INFO O| Sep 02 23:54:04.761 INFO STEP 107 (ensure_file) COMPLETE
107072026-09-02T23:54:05.927Z[ host-image] Sep 02 23:54:04.761 INFO O| Sep 02 23:54:04.761 INFO STEP 108: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
107082026-09-02T23:54:05.927Z[ host-image] Sep 02 23:54:04.768 INFO O| Sep 02 23:54:04.768 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_raw.d does not exist
107092026-09-02T23:54:05.927Z[ host-image] Sep 02 23:54:04.769 INFO O| Sep 02 23:54:04.768 INFO copying /tmp/.tmpsaZway/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 ...
107102026-09-02T23:54:05.927Z[ host-image] Sep 02 23:54:04.769 INFO O| Sep 02 23:54:04.769 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_raw.d
107112026-09-02T23:54:05.927Z[ host-image] Sep 02 23:54:04.769 INFO O| Sep 02 23:54:04.769 INFO ok!
107122026-09-02T23:54:05.927Z[ host-image] Sep 02 23:54:04.769 INFO O| Sep 02 23:54:04.769 INFO STEP 108 (ensure_file) COMPLETE
107132026-09-02T23:54:05.927Z[ host-image] Sep 02 23:54:04.769 INFO O| Sep 02 23:54:04.769 INFO STEP 109: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
107142026-09-02T23:54:05.927Z[ host-image] Sep 02 23:54:04.776 INFO O| Sep 02 23:54:04.776 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_info.d does not exist
107152026-09-02T23:54:05.927Z[ host-image] Sep 02 23:54:04.776 INFO O| Sep 02 23:54:04.776 INFO copying /tmp/.tmpsaZway/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 ...
107162026-09-02T23:54:05.927Z[ host-image] Sep 02 23:54:04.776 INFO O| Sep 02 23:54:04.776 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_info.d
107172026-09-02T23:54:05.928Z[ host-image] Sep 02 23:54:04.776 INFO O| Sep 02 23:54:04.776 INFO ok!
107182026-09-02T23:54:05.928Z[ host-image] Sep 02 23:54:04.776 INFO O| Sep 02 23:54:04.776 INFO STEP 109 (ensure_file) COMPLETE
107192026-09-02T23:54:05.928Z[ host-image] Sep 02 23:54:04.776 INFO O| Sep 02 23:54:04.776 INFO STEP 110: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
107202026-09-02T23:54:05.932Z[ host-image] Sep 02 23:54:04.784 INFO O| Sep 02 23:54:04.784 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_count.d does not exist
107212026-09-02T23:54:05.932Z[ host-image] Sep 02 23:54:04.784 INFO O| Sep 02 23:54:04.784 INFO copying /tmp/.tmpsaZway/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 ...
107222026-09-02T23:54:05.932Z[ host-image] Sep 02 23:54:04.784 INFO O| Sep 02 23:54:04.784 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_count.d
107232026-09-02T23:54:05.932Z[ host-image] Sep 02 23:54:04.784 INFO O| Sep 02 23:54:04.784 INFO ok!
107242026-09-02T23:54:05.933Z[ host-image] Sep 02 23:54:04.784 INFO O| Sep 02 23:54:04.784 INFO STEP 110 (ensure_file) COMPLETE
107252026-09-02T23:54:05.933Z[ host-image] Sep 02 23:54:04.784 INFO O| Sep 02 23:54:04.784 INFO STEP 111: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
107262026-09-02T23:54:05.933Z[ host-image] Sep 02 23:54:04.791 INFO O| Sep 02 23:54:04.791 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_action.d does not exist
107272026-09-02T23:54:05.933Z[ host-image] Sep 02 23:54:04.791 INFO O| Sep 02 23:54:04.791 INFO copying /tmp/.tmpsaZway/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 ...
107282026-09-02T23:54:05.933Z[ host-image] Sep 02 23:54:04.791 INFO O| Sep 02 23:54:04.791 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_action.d
107292026-09-02T23:54:05.933Z[ host-image] Sep 02 23:54:04.791 INFO O| Sep 02 23:54:04.791 INFO ok!
107302026-09-02T23:54:05.933Z[ host-image] Sep 02 23:54:04.791 INFO O| Sep 02 23:54:04.791 INFO STEP 111 (ensure_file) COMPLETE
107312026-09-02T23:54:05.933Z[ host-image] Sep 02 23:54:04.791 INFO O| Sep 02 23:54:04.791 INFO STEP 112: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
107322026-09-02T23:54:05.940Z[ host-image] Sep 02 23:54:04.798 INFO O| Sep 02 23:54:04.798 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/up-info.d does not exist
107332026-09-02T23:54:05.941Z[ host-image] Sep 02 23:54:04.798 INFO O| Sep 02 23:54:04.798 INFO copying /tmp/.tmpsaZway/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 ...
107342026-09-02T23:54:05.942Z[ host-image] Sep 02 23:54:04.798 INFO O| Sep 02 23:54:04.798 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/up-info.d
107352026-09-02T23:54:05.942Z[ host-image] Sep 02 23:54:04.798 INFO O| Sep 02 23:54:04.798 INFO ok!
107362026-09-02T23:54:05.942Z[ host-image] Sep 02 23:54:04.798 INFO O| Sep 02 23:54:04.798 INFO STEP 112 (ensure_file) COMPLETE
107372026-09-02T23:54:05.942Z[ host-image] Sep 02 23:54:04.798 INFO O| Sep 02 23:54:04.798 INFO STEP 113: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
107382026-09-02T23:54:05.942Z[ host-image] Sep 02 23:54:04.805 INFO O| Sep 02 23:54:04.805 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d does not exist
107392026-09-02T23:54:05.942Z[ host-image] Sep 02 23:54:04.805 INFO O| Sep 02 23:54:04.805 INFO copying /tmp/.tmpsaZway/proto/host/root/opt/oxide/crucible_utils/tracegw.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d ...
107402026-09-02T23:54:05.942Z[ host-image] Sep 02 23:54:04.805 INFO O| Sep 02 23:54:04.805 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d
107412026-09-02T23:54:05.942Z[ host-image] Sep 02 23:54:04.805 INFO O| Sep 02 23:54:04.805 INFO ok!
107422026-09-02T23:54:05.942Z[ host-image] Sep 02 23:54:04.805 INFO O| Sep 02 23:54:04.805 INFO STEP 113 (ensure_file) COMPLETE
107432026-09-02T23:54:05.942Z[ host-image] Sep 02 23:54:04.805 INFO O| Sep 02 23:54:04.805 INFO STEP 114: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
107442026-09-02T23:54:05.942Z[ host-image] Sep 02 23:54:04.812 INFO O| Sep 02 23:54:04.812 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/trace-vol.d does not exist
107452026-09-02T23:54:05.942Z[ host-image] Sep 02 23:54:04.812 INFO O| Sep 02 23:54:04.812 INFO copying /tmp/.tmpsaZway/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 ...
107462026-09-02T23:54:05.943Z[ host-image] Sep 02 23:54:04.812 INFO O| Sep 02 23:54:04.812 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/trace-vol.d
107472026-09-02T23:54:05.944Z[ host-image] Sep 02 23:54:04.812 INFO O| Sep 02 23:54:04.812 INFO ok!
107482026-09-02T23:54:05.944Z[ host-image] Sep 02 23:54:04.812 INFO O| Sep 02 23:54:04.812 INFO STEP 114 (ensure_file) COMPLETE
107492026-09-02T23:54:05.944Z[ host-image] Sep 02 23:54:04.812 INFO O| Sep 02 23:54:04.812 INFO STEP 115: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
107502026-09-02T23:54:05.951Z[ host-image] Sep 02 23:54:04.821 INFO O| Sep 02 23:54:04.821 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/sled_upstairs_info.d does not exist
107512026-09-02T23:54:05.951Z[ host-image] Sep 02 23:54:04.821 INFO O| Sep 02 23:54:04.821 INFO copying /tmp/.tmpsaZway/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 ...
107522026-09-02T23:54:05.951Z[ host-image] Sep 02 23:54:04.821 INFO O| Sep 02 23:54:04.821 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/sled_upstairs_info.d
107532026-09-02T23:54:05.951Z[ host-image] Sep 02 23:54:04.821 INFO O| Sep 02 23:54:04.821 INFO ok!
107542026-09-02T23:54:05.951Z[ host-image] Sep 02 23:54:04.821 INFO O| Sep 02 23:54:04.821 INFO STEP 115 (ensure_file) COMPLETE
107552026-09-02T23:54:05.951Z[ host-image] Sep 02 23:54:04.821 INFO O| Sep 02 23:54:04.821 INFO STEP 116: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
107562026-09-02T23:54:05.957Z[ host-image] Sep 02 23:54:04.829 INFO O| Sep 02 23:54:04.829 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/single_up_info.d does not exist
107572026-09-02T23:54:05.957Z[ host-image] Sep 02 23:54:04.829 INFO O| Sep 02 23:54:04.829 INFO copying /tmp/.tmpsaZway/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 ...
107582026-09-02T23:54:05.957Z[ host-image] Sep 02 23:54:04.829 INFO O| Sep 02 23:54:04.829 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/single_up_info.d
107592026-09-02T23:54:05.957Z[ host-image] Sep 02 23:54:04.829 INFO O| Sep 02 23:54:04.829 INFO ok!
107602026-09-02T23:54:05.957Z[ host-image] Sep 02 23:54:04.829 INFO O| Sep 02 23:54:04.829 INFO STEP 116 (ensure_file) COMPLETE
107612026-09-02T23:54:05.961Z[ host-image] Sep 02 23:54:04.829 INFO O| Sep 02 23:54:04.829 INFO STEP 117: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
107622026-09-02T23:54:05.967Z[ host-image] Sep 02 23:54:04.838 INFO O| Sep 02 23:54:04.838 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d does not exist
107632026-09-02T23:54:05.967Z[ host-image] Sep 02 23:54:04.838 INFO O| Sep 02 23:54:04.838 INFO copying /tmp/.tmpsaZway/proto/host/root/opt/oxide/crucible_utils/perfgw.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d ...
107642026-09-02T23:54:05.967Z[ host-image] Sep 02 23:54:04.838 INFO O| Sep 02 23:54:04.838 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d
107652026-09-02T23:54:05.967Z[ host-image] Sep 02 23:54:04.838 INFO O| Sep 02 23:54:04.838 INFO ok!
107662026-09-02T23:54:05.967Z[ host-image] Sep 02 23:54:04.838 INFO O| Sep 02 23:54:04.838 INFO STEP 117 (ensure_file) COMPLETE
107672026-09-02T23:54:05.967Z[ host-image] Sep 02 23:54:04.838 INFO O| Sep 02 23:54:04.838 INFO STEP 118: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
107682026-09-02T23:54:05.973Z[ host-image] Sep 02 23:54:04.845 INFO O| Sep 02 23:54:04.845 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-vol.d does not exist
107692026-09-02T23:54:05.973Z[ host-image] Sep 02 23:54:04.845 INFO O| Sep 02 23:54:04.845 INFO copying /tmp/.tmpsaZway/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 ...
107702026-09-02T23:54:05.973Z[ host-image] Sep 02 23:54:04.845 INFO O| Sep 02 23:54:04.845 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-vol.d
107712026-09-02T23:54:05.973Z[ host-image] Sep 02 23:54:04.845 INFO O| Sep 02 23:54:04.845 INFO ok!
107722026-09-02T23:54:05.973Z[ host-image] Sep 02 23:54:04.845 INFO O| Sep 02 23:54:04.845 INFO STEP 118 (ensure_file) COMPLETE
107732026-09-02T23:54:05.973Z[ host-image] Sep 02 23:54:04.845 INFO O| Sep 02 23:54:04.845 INFO STEP 119: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
107742026-09-02T23:54:05.991Z[ host-image] Sep 02 23:54:04.854 INFO O| Sep 02 23:54:04.854 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-upstairs-wf.d does not exist
107752026-09-02T23:54:05.991Z[ host-image] Sep 02 23:54:04.854 INFO O| Sep 02 23:54:04.854 INFO copying /tmp/.tmpsaZway/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 ...
107762026-09-02T23:54:05.996Z[ host-image] Sep 02 23:54:04.854 INFO O| Sep 02 23:54:04.854 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-upstairs-wf.d
107772026-09-02T23:54:05.997Z[ host-image] Sep 02 23:54:04.854 INFO O| Sep 02 23:54:04.854 INFO ok!
107782026-09-02T23:54:05.997Z[ host-image] Sep 02 23:54:04.854 INFO O| Sep 02 23:54:04.854 INFO STEP 119 (ensure_file) COMPLETE
107792026-09-02T23:54:05.997Z[ host-image] Sep 02 23:54:04.854 INFO O| Sep 02 23:54:04.854 INFO STEP 120: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
107802026-09-02T23:54:05.997Z[ host-image] Sep 02 23:54:04.862 INFO O| Sep 02 23:54:04.862 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-reqwest.d does not exist
107812026-09-02T23:54:05.997Z[ host-image] Sep 02 23:54:04.862 INFO O| Sep 02 23:54:04.862 INFO copying /tmp/.tmpsaZway/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 ...
107822026-09-02T23:54:05.997Z[ host-image] Sep 02 23:54:04.862 INFO O| Sep 02 23:54:04.862 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-reqwest.d
107832026-09-02T23:54:05.997Z[ host-image] Sep 02 23:54:04.862 INFO O| Sep 02 23:54:04.862 INFO ok!
107842026-09-02T23:54:05.997Z[ host-image] Sep 02 23:54:04.862 INFO O| Sep 02 23:54:04.862 INFO STEP 120 (ensure_file) COMPLETE
107852026-09-02T23:54:05.997Z[ host-image] Sep 02 23:54:04.862 INFO O| Sep 02 23:54:04.862 INFO STEP 121: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
107862026-09-02T23:54:06.006Z[ host-image] Sep 02 23:54:04.869 INFO O| Sep 02 23:54:04.869 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-online-repair.d does not exist
107872026-09-02T23:54:06.006Z[ host-image] Sep 02 23:54:04.869 INFO O| Sep 02 23:54:04.869 INFO copying /tmp/.tmpsaZway/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 ...
107882026-09-02T23:54:06.006Z[ host-image] Sep 02 23:54:04.869 INFO O| Sep 02 23:54:04.869 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-online-repair.d
107892026-09-02T23:54:06.007Z[ host-image] Sep 02 23:54:04.869 INFO O| Sep 02 23:54:04.869 INFO ok!
107902026-09-02T23:54:06.007Z[ host-image] Sep 02 23:54:04.869 INFO O| Sep 02 23:54:04.869 INFO STEP 121 (ensure_file) COMPLETE
107912026-09-02T23:54:06.007Z[ host-image] Sep 02 23:54:04.869 INFO O| Sep 02 23:54:04.869 INFO STEP 122: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
107922026-09-02T23:54:06.007Z[ host-image] Sep 02 23:54:04.877 INFO O| Sep 02 23:54:04.877 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-net.d does not exist
107932026-09-02T23:54:06.008Z[ host-image] Sep 02 23:54:04.877 INFO O| Sep 02 23:54:04.877 INFO copying /tmp/.tmpsaZway/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 ...
107942026-09-02T23:54:06.008Z[ host-image] Sep 02 23:54:04.878 INFO O| Sep 02 23:54:04.877 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-net.d
107952026-09-02T23:54:06.008Z[ host-image] Sep 02 23:54:04.878 INFO O| Sep 02 23:54:04.878 INFO ok!
107962026-09-02T23:54:06.008Z[ host-image] Sep 02 23:54:04.878 INFO O| Sep 02 23:54:04.878 INFO STEP 122 (ensure_file) COMPLETE
107972026-09-02T23:54:06.009Z[ host-image] Sep 02 23:54:04.878 INFO O| Sep 02 23:54:04.878 INFO STEP 123: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
107982026-09-02T23:54:06.024Z[ host-image] Sep 02 23:54:04.885 INFO O| Sep 02 23:54:04.885 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-client.d does not exist
107992026-09-02T23:54:06.024Z[ host-image] Sep 02 23:54:04.885 INFO O| Sep 02 23:54:04.885 INFO copying /tmp/.tmpsaZway/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 ...
108002026-09-02T23:54:06.024Z[ host-image] Sep 02 23:54:04.885 INFO O| Sep 02 23:54:04.885 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-client.d
108012026-09-02T23:54:06.024Z[ host-image] Sep 02 23:54:04.885 INFO O| Sep 02 23:54:04.885 INFO ok!
108022026-09-02T23:54:06.024Z[ host-image] Sep 02 23:54:04.885 INFO O| Sep 02 23:54:04.885 INFO STEP 123 (ensure_file) COMPLETE
108032026-09-02T23:54:06.024Z[ host-image] Sep 02 23:54:04.885 INFO O| Sep 02 23:54:04.885 INFO STEP 124: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
108042026-09-02T23:54:06.024Z[ host-image] Sep 02 23:54:04.894 INFO O| Sep 02 23:54:04.894 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs.d does not exist
108052026-09-02T23:54:06.024Z[ host-image] Sep 02 23:54:04.894 INFO O| Sep 02 23:54:04.894 INFO copying /tmp/.tmpsaZway/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 ...
108062026-09-02T23:54:06.025Z[ host-image] Sep 02 23:54:04.894 INFO O| Sep 02 23:54:04.894 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs.d
108072026-09-02T23:54:06.025Z[ host-image] Sep 02 23:54:04.894 INFO O| Sep 02 23:54:04.894 INFO ok!
108082026-09-02T23:54:06.025Z[ host-image] Sep 02 23:54:04.894 INFO O| Sep 02 23:54:04.894 INFO STEP 124 (ensure_file) COMPLETE
108092026-09-02T23:54:06.025Z[ host-image] Sep 02 23:54:04.894 INFO O| Sep 02 23:54:04.894 INFO STEP 125: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
108102026-09-02T23:54:06.035Z[ host-image] Sep 02 23:54:04.902 INFO O| Sep 02 23:54:04.902 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-tick.d does not exist
108112026-09-02T23:54:06.035Z[ host-image] Sep 02 23:54:04.902 INFO O| Sep 02 23:54:04.902 INFO copying /tmp/.tmpsaZway/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 ...
108122026-09-02T23:54:06.035Z[ host-image] Sep 02 23:54:04.902 INFO O| Sep 02 23:54:04.902 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-tick.d
108132026-09-02T23:54:06.035Z[ host-image] Sep 02 23:54:04.902 INFO O| Sep 02 23:54:04.902 INFO ok!
108142026-09-02T23:54:06.035Z[ host-image] Sep 02 23:54:04.902 INFO O| Sep 02 23:54:04.902 INFO STEP 125 (ensure_file) COMPLETE
108152026-09-02T23:54:06.035Z[ host-image] Sep 02 23:54:04.902 INFO O| Sep 02 23:54:04.902 INFO STEP 126: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
108162026-09-02T23:54:06.043Z[ host-image] Sep 02 23:54:04.910 INFO O| Sep 02 23:54:04.910 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-three.d does not exist
108172026-09-02T23:54:06.043Z[ host-image] Sep 02 23:54:04.910 INFO O| Sep 02 23:54:04.910 INFO copying /tmp/.tmpsaZway/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 ...
108182026-09-02T23:54:06.047Z[ host-image] Sep 02 23:54:04.910 INFO O| Sep 02 23:54:04.910 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-three.d
108192026-09-02T23:54:06.047Z[ host-image] Sep 02 23:54:04.910 INFO O| Sep 02 23:54:04.910 INFO ok!
108202026-09-02T23:54:06.047Z[ host-image] Sep 02 23:54:04.910 INFO O| Sep 02 23:54:04.910 INFO STEP 126 (ensure_file) COMPLETE
108212026-09-02T23:54:06.047Z[ host-image] Sep 02 23:54:04.910 INFO O| Sep 02 23:54:04.910 INFO STEP 127: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
108222026-09-02T23:54:06.047Z[ host-image] Sep 02 23:54:04.917 INFO O| Sep 02 23:54:04.917 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-os.d does not exist
108232026-09-02T23:54:06.047Z[ host-image] Sep 02 23:54:04.917 INFO O| Sep 02 23:54:04.917 INFO copying /tmp/.tmpsaZway/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 ...
108242026-09-02T23:54:06.047Z[ host-image] Sep 02 23:54:04.917 INFO O| Sep 02 23:54:04.917 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-os.d
108252026-09-02T23:54:06.047Z[ host-image] Sep 02 23:54:04.917 INFO O| Sep 02 23:54:04.917 INFO ok!
108262026-09-02T23:54:06.047Z[ host-image] Sep 02 23:54:04.917 INFO O| Sep 02 23:54:04.917 INFO STEP 127 (ensure_file) COMPLETE
108272026-09-02T23:54:06.047Z[ host-image] Sep 02 23:54:04.917 INFO O| Sep 02 23:54:04.917 INFO STEP 128: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
108282026-09-02T23:54:06.052Z[ host-image] Sep 02 23:54:04.924 INFO O| Sep 02 23:54:04.923 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.sh does not exist
108292026-09-02T23:54:06.052Z[ host-image] Sep 02 23:54:04.924 INFO O| Sep 02 23:54:04.924 INFO copying /tmp/.tmpsaZway/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 ...
108302026-09-02T23:54:06.052Z[ host-image] Sep 02 23:54:04.924 INFO O| Sep 02 23:54:04.924 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.sh
108312026-09-02T23:54:06.052Z[ host-image] Sep 02 23:54:04.924 INFO O| Sep 02 23:54:04.924 INFO ok!
108322026-09-02T23:54:06.053Z[ host-image] Sep 02 23:54:04.924 INFO O| Sep 02 23:54:04.924 INFO STEP 128 (ensure_file) COMPLETE
108332026-09-02T23:54:06.053Z[ host-image] Sep 02 23:54:04.924 INFO O| Sep 02 23:54:04.924 INFO STEP 129: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
108342026-09-02T23:54:06.072Z[ host-image] Sep 02 23:54:04.930 INFO O| Sep 02 23:54:04.930 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.d does not exist
108352026-09-02T23:54:06.072Z[ host-image] Sep 02 23:54:04.930 INFO O| Sep 02 23:54:04.930 INFO copying /tmp/.tmpsaZway/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 ...
108362026-09-02T23:54:06.072Z[ host-image] Sep 02 23:54:04.930 INFO O| Sep 02 23:54:04.930 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.d
108372026-09-02T23:54:06.072Z[ host-image] Sep 02 23:54:04.930 INFO O| Sep 02 23:54:04.930 INFO ok!
108382026-09-02T23:54:06.072Z[ host-image] Sep 02 23:54:04.930 INFO O| Sep 02 23:54:04.930 INFO STEP 129 (ensure_file) COMPLETE
108392026-09-02T23:54:06.072Z[ host-image] Sep 02 23:54:04.930 INFO O| Sep 02 23:54:04.930 INFO STEP 130: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
108402026-09-02T23:54:06.089Z[ host-image] Sep 02 23:54:04.937 INFO O| Sep 02 23:54:04.937 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.sh does not exist
108412026-09-02T23:54:06.089Z[ host-image] Sep 02 23:54:04.937 INFO O| Sep 02 23:54:04.937 INFO copying /tmp/.tmpsaZway/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 ...
108422026-09-02T23:54:06.089Z[ host-image] Sep 02 23:54:04.937 INFO O| Sep 02 23:54:04.937 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.sh
108432026-09-02T23:54:06.089Z[ host-image] Sep 02 23:54:04.937 INFO O| Sep 02 23:54:04.937 INFO ok!
108442026-09-02T23:54:06.089Z[ host-image] Sep 02 23:54:04.937 INFO O| Sep 02 23:54:04.937 INFO STEP 130 (ensure_file) COMPLETE
108452026-09-02T23:54:06.089Z[ host-image] Sep 02 23:54:04.937 INFO O| Sep 02 23:54:04.937 INFO STEP 131: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
108462026-09-02T23:54:06.089Z[ host-image] Sep 02 23:54:04.944 INFO O| Sep 02 23:54:04.944 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.d does not exist
108472026-09-02T23:54:06.089Z[ host-image] Sep 02 23:54:04.944 INFO O| Sep 02 23:54:04.944 INFO copying /tmp/.tmpsaZway/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 ...
108482026-09-02T23:54:06.089Z[ host-image] Sep 02 23:54:04.944 INFO O| Sep 02 23:54:04.944 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.d
108492026-09-02T23:54:06.089Z[ host-image] Sep 02 23:54:04.944 INFO O| Sep 02 23:54:04.944 INFO ok!
108502026-09-02T23:54:06.089Z[ host-image] Sep 02 23:54:04.944 INFO O| Sep 02 23:54:04.944 INFO STEP 131 (ensure_file) COMPLETE
108512026-09-02T23:54:06.089Z[ host-image] Sep 02 23:54:04.944 INFO O| Sep 02 23:54:04.944 INFO STEP 132: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
108522026-09-02T23:54:06.095Z[ host-image] Sep 02 23:54:04.953 INFO O| Sep 02 23:54:04.953 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.sh does not exist
108532026-09-02T23:54:06.095Z[ host-image] Sep 02 23:54:04.953 INFO O| Sep 02 23:54:04.953 INFO copying /tmp/.tmpsaZway/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 ...
108542026-09-02T23:54:06.095Z[ host-image] Sep 02 23:54:04.953 INFO O| Sep 02 23:54:04.953 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.sh
108552026-09-02T23:54:06.095Z[ host-image] Sep 02 23:54:04.953 INFO O| Sep 02 23:54:04.953 INFO ok!
108562026-09-02T23:54:06.095Z[ host-image] Sep 02 23:54:04.953 INFO O| Sep 02 23:54:04.953 INFO STEP 132 (ensure_file) COMPLETE
108572026-09-02T23:54:06.095Z[ host-image] Sep 02 23:54:04.953 INFO O| Sep 02 23:54:04.953 INFO STEP 133: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
108582026-09-02T23:54:06.095Z[ host-image] Sep 02 23:54:04.960 INFO O| Sep 02 23:54:04.960 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.d does not exist
108592026-09-02T23:54:06.095Z[ host-image] Sep 02 23:54:04.960 INFO O| Sep 02 23:54:04.960 INFO copying /tmp/.tmpsaZway/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 ...
108602026-09-02T23:54:06.095Z[ host-image] Sep 02 23:54:04.960 INFO O| Sep 02 23:54:04.960 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.d
108612026-09-02T23:54:06.095Z[ host-image] Sep 02 23:54:04.960 INFO O| Sep 02 23:54:04.960 INFO ok!
108622026-09-02T23:54:06.095Z[ host-image] Sep 02 23:54:04.960 INFO O| Sep 02 23:54:04.960 INFO STEP 133 (ensure_file) COMPLETE
108632026-09-02T23:54:06.096Z[ host-image] Sep 02 23:54:04.960 INFO O| Sep 02 23:54:04.960 INFO STEP 134: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
108642026-09-02T23:54:06.096Z[ host-image] Sep 02 23:54:04.969 INFO O| Sep 02 23:54:04.969 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/downstairs_count.d does not exist
108652026-09-02T23:54:06.096Z[ host-image] Sep 02 23:54:04.969 INFO O| Sep 02 23:54:04.969 INFO copying /tmp/.tmpsaZway/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 ...
108662026-09-02T23:54:06.096Z[ host-image] Sep 02 23:54:04.969 INFO O| Sep 02 23:54:04.969 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/downstairs_count.d
108672026-09-02T23:54:06.096Z[ host-image] Sep 02 23:54:04.969 INFO O| Sep 02 23:54:04.969 INFO ok!
108682026-09-02T23:54:06.096Z[ host-image] Sep 02 23:54:04.969 INFO O| Sep 02 23:54:04.969 INFO STEP 134 (ensure_file) COMPLETE
108692026-09-02T23:54:06.096Z[ host-image] Sep 02 23:54:04.969 INFO O| Sep 02 23:54:04.969 INFO STEP 135: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
108702026-09-02T23:54:06.105Z[ host-image] Sep 02 23:54:04.976 INFO O| Sep 02 23:54:04.976 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/all_downstairs.d does not exist
108712026-09-02T23:54:06.105Z[ host-image] Sep 02 23:54:04.976 INFO O| Sep 02 23:54:04.976 INFO copying /tmp/.tmpsaZway/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 ...
108722026-09-02T23:54:06.106Z[ host-image] Sep 02 23:54:04.976 INFO O| Sep 02 23:54:04.976 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/all_downstairs.d
108732026-09-02T23:54:06.106Z[ host-image] Sep 02 23:54:04.976 INFO O| Sep 02 23:54:04.976 INFO ok!
108742026-09-02T23:54:06.106Z[ host-image] Sep 02 23:54:04.976 INFO O| Sep 02 23:54:04.976 INFO STEP 135 (ensure_file) COMPLETE
108752026-09-02T23:54:06.106Z[ host-image] Sep 02 23:54:04.976 INFO O| Sep 02 23:54:04.976 INFO STEP 136: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
108762026-09-02T23:54:06.118Z[ host-image] Sep 02 23:54:04.985 INFO O| Sep 02 23:54:04.985 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md does not exist
108772026-09-02T23:54:06.118Z[ host-image] Sep 02 23:54:04.985 INFO O| Sep 02 23:54:04.985 INFO copying /tmp/.tmpsaZway/proto/host/root/opt/oxide/crucible_utils/README.md -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md ...
108782026-09-02T23:54:06.118Z[ host-image] Sep 02 23:54:04.985 INFO O| Sep 02 23:54:04.985 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md
108792026-09-02T23:54:06.118Z[ host-image] Sep 02 23:54:04.985 INFO O| Sep 02 23:54:04.985 INFO ok!
108802026-09-02T23:54:06.118Z[ host-image] Sep 02 23:54:04.985 INFO O| Sep 02 23:54:04.985 INFO STEP 136 (ensure_file) COMPLETE
108812026-09-02T23:54:06.118Z[ host-image] Sep 02 23:54:04.985 INFO O| Sep 02 23:54:04.985 INFO STEP 137: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
108822026-09-02T23:54:06.139Z[ host-image] Sep 02 23:54:04.992 INFO O| Sep 02 23:54:04.992 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/utils-info.txt does not exist
108832026-09-02T23:54:06.139Z[ host-image] Sep 02 23:54:04.992 INFO O| Sep 02 23:54:04.992 INFO copying /tmp/.tmpsaZway/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 ...
108842026-09-02T23:54:06.139Z[ host-image] Sep 02 23:54:04.992 INFO O| Sep 02 23:54:04.992 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/utils-info.txt
108852026-09-02T23:54:06.139Z[ host-image] Sep 02 23:54:04.992 INFO O| Sep 02 23:54:04.992 INFO ok!
108862026-09-02T23:54:06.139Z[ host-image] Sep 02 23:54:04.992 INFO O| Sep 02 23:54:04.992 INFO STEP 137 (ensure_file) COMPLETE
108872026-09-02T23:54:06.139Z[ host-image] Sep 02 23:54:04.992 INFO O| Sep 02 23:54:04.992 INFO STEP 138: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
108882026-09-02T23:54:06.139Z[ host-image] Sep 02 23:54:04.998 INFO O| Sep 02 23:54:04.998 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION does not exist
108892026-09-02T23:54:06.140Z[ host-image] Sep 02 23:54:04.999 INFO O| Sep 02 23:54:04.998 INFO copying /tmp/.tmpsaZway/proto/host/root/opt/oxide/crucible_utils/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION ...
108902026-09-02T23:54:06.140Z[ host-image] Sep 02 23:54:04.999 INFO O| Sep 02 23:54:04.999 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION
108912026-09-02T23:54:06.140Z[ host-image] Sep 02 23:54:04.999 INFO O| Sep 02 23:54:04.999 INFO ok!
108922026-09-02T23:54:06.140Z[ host-image] Sep 02 23:54:04.999 INFO O| Sep 02 23:54:04.999 INFO STEP 138 (ensure_file) COMPLETE
108932026-09-02T23:54:06.140Z[ host-image] Sep 02 23:54:04.999 INFO O| Sep 02 23:54:04.999 INFO STEP 139: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
108942026-09-02T23:54:06.159Z[ host-image] Sep 02 23:54:05.008 INFO O| Sep 02 23:54:05.008 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz does not exist
108952026-09-02T23:54:06.159Z[ host-image] Sep 02 23:54:05.008 INFO O| Sep 02 23:54:05.008 INFO copying /tmp/.tmpsaZway/proto/host/root/opt/oxide/switch.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz ...
108962026-09-02T23:54:12.657Z[verify-libraries] Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
108972026-09-02T23:54:16.031Z[ host-image] Sep 02 23:54:14.901 INFO O| Sep 02 23:54:14.901 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz
108982026-09-02T23:54:16.031Z[ host-image] Sep 02 23:54:14.901 INFO O| Sep 02 23:54:14.901 INFO ok!
108992026-09-02T23:54:16.031Z[ host-image] Sep 02 23:54:14.901 INFO O| Sep 02 23:54:14.901 INFO STEP 139 (ensure_file) COMPLETE
109002026-09-02T23:54:16.036Z[ host-image] Sep 02 23:54:14.901 INFO O| Sep 02 23:54:14.901 INFO STEP 140: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
109012026-09-02T23:54:16.040Z[ host-image] Sep 02 23:54:14.913 INFO O| Sep 02 23:54:14.913 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib
109022026-09-02T23:54:16.040Z[ host-image] Sep 02 23:54:14.913 INFO O| Sep 02 23:54:14.913 INFO STEP 140 (ensure_dir) COMPLETE
109032026-09-02T23:54:16.040Z[ host-image] Sep 02 23:54:14.913 INFO O| Sep 02 23:54:14.913 INFO STEP 141: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
109042026-09-02T23:54:16.049Z[ host-image] Sep 02 23:54:14.924 INFO O| Sep 02 23:54:14.924 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc
109052026-09-02T23:54:16.049Z[ host-image] Sep 02 23:54:14.924 INFO O| Sep 02 23:54:14.924 INFO STEP 141 (ensure_dir) COMPLETE
109062026-09-02T23:54:16.049Z[ host-image] Sep 02 23:54:14.924 INFO O| Sep 02 23:54:14.924 INFO STEP 142: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
109072026-09-02T23:54:16.062Z[ host-image] Sep 02 23:54:14.935 INFO O| Sep 02 23:54:14.934 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest
109082026-09-02T23:54:16.062Z[ host-image] Sep 02 23:54:14.935 INFO O| Sep 02 23:54:14.934 INFO STEP 142 (ensure_dir) COMPLETE
109092026-09-02T23:54:16.072Z[ host-image] Sep 02 23:54:14.935 INFO O| Sep 02 23:54:14.934 INFO STEP 143: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
109102026-09-02T23:54:16.081Z[ host-image] Sep 02 23:54:14.945 INFO O| Sep 02 23:54:14.945 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site
109112026-09-02T23:54:16.081Z[ host-image] Sep 02 23:54:14.945 INFO O| Sep 02 23:54:14.945 INFO STEP 143 (ensure_dir) COMPLETE
109122026-09-02T23:54:16.081Z[ host-image] Sep 02 23:54:14.945 INFO O| Sep 02 23:54:14.945 INFO STEP 144: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
109132026-09-02T23:54:16.082Z[ host-image] Sep 02 23:54:14.956 INFO O| Sep 02 23:54:14.955 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/sled-agent.xml does not exist
109142026-09-02T23:54:16.082Z[ host-image] Sep 02 23:54:14.956 INFO O| Sep 02 23:54:14.955 INFO copying /tmp/.tmpsaZway/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 ...
109152026-09-02T23:54:16.082Z[ host-image] Sep 02 23:54:14.956 INFO O| Sep 02 23:54:14.956 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/sled-agent.xml
109162026-09-02T23:54:16.082Z[ host-image] Sep 02 23:54:14.956 INFO O| Sep 02 23:54:14.956 INFO ok!
109172026-09-02T23:54:16.082Z[ host-image] Sep 02 23:54:14.956 INFO O| Sep 02 23:54:14.956 INFO STEP 144 (ensure_file) COMPLETE
109182026-09-02T23:54:16.082Z[ host-image] Sep 02 23:54:14.956 INFO O| Sep 02 23:54:14.956 INFO STEP 145: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
109192026-09-02T23:54:16.092Z[ host-image] Sep 02 23:54:14.967 INFO O| Sep 02 23:54:14.967 INFO perms are 700, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/root
109202026-09-02T23:54:16.092Z[ host-image] Sep 02 23:54:14.967 INFO O| Sep 02 23:54:14.967 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/root
109212026-09-02T23:54:16.100Z[ host-image] Sep 02 23:54:14.967 INFO O| Sep 02 23:54:14.967 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/root
109222026-09-02T23:54:16.100Z[ host-image] Sep 02 23:54:14.967 INFO O| Sep 02 23:54:14.967 INFO STEP 145 (ensure_dir) COMPLETE
109232026-09-02T23:54:16.100Z[ host-image] Sep 02 23:54:14.967 INFO O| Sep 02 23:54:14.967 INFO STEP 146: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
109242026-09-02T23:54:16.111Z[ host-image] Sep 02 23:54:14.977 INFO O| Sep 02 23:54:14.977 WARN file /rpool/images/build/host/work/sled/zfs/a/root/.profile exists, with wrong contents, unlinking
109252026-09-02T23:54:16.111Z[ host-image] Sep 02 23:54:14.977 INFO O| Sep 02 23:54:14.977 INFO copying /tmp/.tmpsaZway/proto/host/root/root/.profile -> /rpool/images/build/host/work/sled/zfs/a/root/.profile ...
109262026-09-02T23:54:16.111Z[ host-image] Sep 02 23:54:14.977 INFO O| Sep 02 23:54:14.977 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/root/.profile
109272026-09-02T23:54:16.111Z[ host-image] Sep 02 23:54:14.977 INFO O| Sep 02 23:54:14.977 INFO ok!
109282026-09-02T23:54:16.111Z[ host-image] Sep 02 23:54:14.977 INFO O| Sep 02 23:54:14.977 INFO STEP 146 (ensure_file) COMPLETE
109292026-09-02T23:54:16.111Z[ host-image] Sep 02 23:54:14.977 INFO O| Sep 02 23:54:14.977 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
109302026-09-02T23:54:16.121Z[ host-image] Sep 02 23:54:14.988 INFO O| Sep 02 23:54:14.988 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/ipsec"
109312026-09-02T23:54:16.121Z[ host-image] Sep 02 23:54:14.988 INFO O| Sep 02 23:54:14.988 INFO STEP 147 (remove_files) COMPLETE
109322026-09-02T23:54:16.121Z[ host-image] Sep 02 23:54:14.988 INFO O| Sep 02 23:54:14.988 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
109332026-09-02T23:54:16.128Z[ host-image] Sep 02 23:54:14.999 INFO O| Sep 02 23:54:14.999 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/ldap"
109342026-09-02T23:54:16.128Z[ host-image] Sep 02 23:54:14.999 INFO O| Sep 02 23:54:14.999 INFO STEP 148 (remove_files) COMPLETE
109352026-09-02T23:54:16.128Z[ host-image] Sep 02 23:54:14.999 INFO O| Sep 02 23:54:14.999 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
109362026-09-02T23:54:16.173Z[ host-image] Sep 02 23:54:15.039 INFO O| Sep 02 23:54:15.038 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/rpc"
109372026-09-02T23:54:16.178Z[ host-image] Sep 02 23:54:15.039 INFO O| Sep 02 23:54:15.039 INFO STEP 149 (remove_files) COMPLETE
109382026-09-02T23:54:16.178Z[ host-image] Sep 02 23:54:15.039 INFO O| Sep 02 23:54:15.039 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
109392026-09-02T23:54:16.178Z[ host-image] Sep 02 23:54:15.049 INFO O| Sep 02 23:54:15.049 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/security"
109402026-09-02T23:54:16.178Z[ host-image] Sep 02 23:54:15.049 INFO O| Sep 02 23:54:15.049 INFO STEP 150 (remove_files) COMPLETE
109412026-09-02T23:54:16.178Z[ host-image] Sep 02 23:54:15.049 INFO O| Sep 02 23:54:15.049 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
109422026-09-02T23:54:16.183Z[ host-image] Sep 02 23:54:15.059 INFO O| Sep 02 23:54:15.059 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/shares"
109432026-09-02T23:54:16.183Z[ host-image] Sep 02 23:54:15.059 INFO O| Sep 02 23:54:15.059 INFO STEP 151 (remove_files) COMPLETE
109442026-09-02T23:54:16.186Z[ host-image] Sep 02 23:54:15.059 INFO O| Sep 02 23:54:15.059 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
109452026-09-02T23:54:16.193Z[ host-image] Sep 02 23:54:15.070 INFO O| Sep 02 23:54:15.070 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/smb"
109462026-09-02T23:54:16.205Z[ host-image] Sep 02 23:54:15.070 INFO O| Sep 02 23:54:15.070 INFO STEP 152 (remove_files) COMPLETE
109472026-09-02T23:54:16.205Z[ host-image] Sep 02 23:54:15.070 INFO O| Sep 02 23:54:15.070 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
109482026-09-02T23:54:16.205Z[ host-image] Sep 02 23:54:15.079 INFO O| Sep 02 23:54:15.079 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/application/management/net-snmp.xml"
109492026-09-02T23:54:16.205Z[ host-image] Sep 02 23:54:15.079 INFO O| Sep 02 23:54:15.079 INFO STEP 153 (remove_files) COMPLETE
109502026-09-02T23:54:16.206Z[ host-image] Sep 02 23:54:15.079 INFO O| Sep 02 23:54:15.079 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
109512026-09-02T23:54:16.216Z[ host-image] Sep 02 23:54:15.089 INFO O| Sep 02 23:54:15.089 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/application/security/tcsd.xml"
109522026-09-02T23:54:16.216Z[ host-image] Sep 02 23:54:15.089 INFO O| Sep 02 23:54:15.089 INFO STEP 154 (remove_files) COMPLETE
109532026-09-02T23:54:16.222Z[ host-image] Sep 02 23:54:15.089 INFO O| Sep 02 23:54:15.089 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
109542026-09-02T23:54:16.225Z[ host-image] Sep 02 23:54:15.099 INFO O| Sep 02 23:54:15.099 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/dns/install.xml"
109552026-09-02T23:54:16.226Z[ host-image] Sep 02 23:54:15.099 INFO O| Sep 02 23:54:15.099 INFO STEP 155 (remove_files) COMPLETE
109562026-09-02T23:54:16.226Z[ host-image] Sep 02 23:54:15.099 INFO O| Sep 02 23:54:15.099 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
109572026-09-02T23:54:16.232Z[ host-image] Sep 02 23:54:15.108 INFO O| Sep 02 23:54:15.108 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/inetd-upgrade.xml"
109582026-09-02T23:54:16.232Z[ host-image] Sep 02 23:54:15.108 INFO O| Sep 02 23:54:15.108 INFO STEP 156 (remove_files) COMPLETE
109592026-09-02T23:54:16.236Z[ host-image] Sep 02 23:54:15.108 INFO O| Sep 02 23:54:15.108 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
109602026-09-02T23:54:16.242Z[ host-image] Sep 02 23:54:15.118 INFO O| Sep 02 23:54:15.118 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/inetd.xml"
109612026-09-02T23:54:16.242Z[ host-image] Sep 02 23:54:15.118 INFO O| Sep 02 23:54:15.118 INFO STEP 157 (remove_files) COMPLETE
109622026-09-02T23:54:16.251Z[ host-image] Sep 02 23:54:15.118 INFO O| Sep 02 23:54:15.118 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
109632026-09-02T23:54:16.259Z[ host-image] Sep 02 23:54:15.128 INFO O| Sep 02 23:54:15.128 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-install.xml"
109642026-09-02T23:54:16.259Z[ host-image] Sep 02 23:54:15.128 INFO O| Sep 02 23:54:15.128 INFO STEP 158 (remove_files) COMPLETE
109652026-09-02T23:54:16.260Z[ host-image] Sep 02 23:54:15.128 INFO O| Sep 02 23:54:15.128 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
109662026-09-02T23:54:16.265Z[ host-image] Sep 02 23:54:15.136 INFO O| Sep 02 23:54:15.136 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-ipmp.xml"
109672026-09-02T23:54:16.265Z[ host-image] Sep 02 23:54:15.136 INFO O| Sep 02 23:54:15.136 INFO STEP 159 (remove_files) COMPLETE
109682026-09-02T23:54:16.265Z[ host-image] Sep 02 23:54:15.136 INFO O| Sep 02 23:54:15.136 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
109692026-09-02T23:54:16.268Z[ host-image] Sep 02 23:54:15.145 INFO O| Sep 02 23:54:15.145 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-iptun.xml"
109702026-09-02T23:54:16.268Z[ host-image] Sep 02 23:54:15.145 INFO O| Sep 02 23:54:15.145 INFO STEP 160 (remove_files) COMPLETE
109712026-09-02T23:54:16.268Z[ host-image] Sep 02 23:54:15.145 INFO O| Sep 02 23:54:15.145 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
109722026-09-02T23:54:16.277Z[ host-image] Sep 02 23:54:15.153 INFO O| Sep 02 23:54:15.153 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-location.xml"
109732026-09-02T23:54:16.277Z[ host-image] Sep 02 23:54:15.153 INFO O| Sep 02 23:54:15.153 INFO STEP 161 (remove_files) COMPLETE
109742026-09-02T23:54:16.281Z[ host-image] Sep 02 23:54:15.153 INFO O| Sep 02 23:54:15.153 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
109752026-09-02T23:54:16.294Z[ host-image] Sep 02 23:54:15.164 INFO O| Sep 02 23:54:15.164 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-netcfg.xml"
109762026-09-02T23:54:16.296Z[ host-image] Sep 02 23:54:15.164 INFO O| Sep 02 23:54:15.164 INFO STEP 162 (remove_files) COMPLETE
109772026-09-02T23:54:16.296Z[ host-image] Sep 02 23:54:15.164 INFO O| Sep 02 23:54:15.164 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
109782026-09-02T23:54:16.300Z[ host-image] Sep 02 23:54:15.176 INFO O| Sep 02 23:54:15.176 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/routing/rdisc.xml"
109792026-09-02T23:54:16.300Z[ host-image] Sep 02 23:54:15.176 INFO O| Sep 02 23:54:15.176 INFO STEP 163 (remove_files) COMPLETE
109802026-09-02T23:54:16.300Z[ host-image] Sep 02 23:54:15.176 INFO O| Sep 02 23:54:15.176 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
109812026-09-02T23:54:16.340Z[ host-image] Sep 02 23:54:15.188 INFO O| Sep 02 23:54:15.188 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/varpd.xml"
109822026-09-02T23:54:16.340Z[ host-image] Sep 02 23:54:15.188 INFO O| Sep 02 23:54:15.188 INFO STEP 164 (remove_files) COMPLETE
109832026-09-02T23:54:16.340Z[ host-image] Sep 02 23:54:15.188 INFO O| Sep 02 23:54:15.188 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
109842026-09-02T23:54:16.347Z[ host-image] Sep 02 23:54:15.199 INFO O| Sep 02 23:54:15.199 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/allocate.xml"
109852026-09-02T23:54:16.347Z[ host-image] Sep 02 23:54:15.199 INFO O| Sep 02 23:54:15.199 INFO STEP 165 (remove_files) COMPLETE
109862026-09-02T23:54:16.347Z[ host-image] Sep 02 23:54:15.199 INFO O| Sep 02 23:54:15.199 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
109872026-09-02T23:54:16.347Z[ host-image] Sep 02 23:54:15.210 INFO O| Sep 02 23:54:15.210 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/devices-audio.xml"
109882026-09-02T23:54:16.347Z[ host-image] Sep 02 23:54:15.210 INFO O| Sep 02 23:54:15.210 INFO STEP 166 (remove_files) COMPLETE
109892026-09-02T23:54:16.347Z[ host-image] Sep 02 23:54:15.210 INFO O| Sep 02 23:54:15.210 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
109902026-09-02T23:54:16.355Z[ host-image] Sep 02 23:54:15.221 INFO O| Sep 02 23:54:15.220 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
109912026-09-02T23:54:16.355Z[ host-image] Sep 02 23:54:15.221 INFO O| Sep 02 23:54:15.220 INFO STEP 167 (remove_files) COMPLETE
109922026-09-02T23:54:16.424Z[ host-image] Sep 02 23:54:15.221 INFO O| Sep 02 23:54:15.220 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
109932026-09-02T23:54:16.492Z[ host-image] Sep 02 23:54:15.233 INFO O| Sep 02 23:54:15.232 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/dev/sndstat"
109942026-09-02T23:54:16.492Z[ host-image] Sep 02 23:54:15.233 INFO O| Sep 02 23:54:15.232 INFO STEP 168 (remove_files) COMPLETE
109952026-09-02T23:54:16.492Z[ host-image] Sep 02 23:54:15.233 INFO O| Sep 02 23:54:15.232 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
109962026-09-02T23:54:16.493Z[ host-image] Sep 02 23:54:15.245 INFO O| Sep 02 23:54:15.243 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
109972026-09-02T23:54:16.493Z[ host-image] Sep 02 23:54:15.245 INFO O| Sep 02 23:54:15.243 INFO STEP 169 (remove_files) COMPLETE
109982026-09-02T23:54:16.493Z[ host-image] Sep 02 23:54:15.245 INFO O| Sep 02 23:54:15.243 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
109992026-09-02T23:54:16.493Z[ host-image] Sep 02 23:54:15.255 INFO O| Sep 02 23:54:15.253 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/hostid.xml"
110002026-09-02T23:54:16.493Z[ host-image] Sep 02 23:54:15.255 INFO O| Sep 02 23:54:15.253 INFO STEP 170 (remove_files) COMPLETE
110012026-09-02T23:54:16.493Z[ host-image] Sep 02 23:54:15.255 INFO O| Sep 02 23:54:15.253 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
110022026-09-02T23:54:16.493Z[ host-image] Sep 02 23:54:15.265 INFO O| Sep 02 23:54:15.263 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/idmap.xml"
110032026-09-02T23:54:16.493Z[ host-image] Sep 02 23:54:15.265 INFO O| Sep 02 23:54:15.263 INFO STEP 171 (remove_files) COMPLETE
110042026-09-02T23:54:16.493Z[ host-image] Sep 02 23:54:15.265 INFO O| Sep 02 23:54:15.263 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
110052026-09-02T23:54:16.493Z[ host-image] Sep 02 23:54:15.291 INFO O| Sep 02 23:54:15.291 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/pkgserv.xml"
110062026-09-02T23:54:16.493Z[ host-image] Sep 02 23:54:15.291 INFO O| Sep 02 23:54:15.291 INFO STEP 172 (remove_files) COMPLETE
110072026-09-02T23:54:16.493Z[ host-image] Sep 02 23:54:15.291 INFO O| Sep 02 23:54:15.291 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
110082026-09-02T23:54:16.493Z[ host-image] Sep 02 23:54:15.302 INFO O| Sep 02 23:54:15.301 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/zones.xml"
110092026-09-02T23:54:16.493Z[ host-image] Sep 02 23:54:15.302 INFO O| Sep 02 23:54:15.302 INFO STEP 173 (remove_files) COMPLETE
110102026-09-02T23:54:16.493Z[ host-image] Sep 02 23:54:15.302 INFO O| Sep 02 23:54:15.302 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
110112026-09-02T23:54:16.503Z[ host-image] Sep 02 23:54:15.328 INFO O| Sep 02 23:54:15.328 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/intrd.xml"
110122026-09-02T23:54:16.503Z[ host-image] Sep 02 23:54:15.328 INFO O| Sep 02 23:54:15.328 INFO STEP 174 (remove_files) COMPLETE
110132026-09-02T23:54:16.503Z[ host-image] Sep 02 23:54:15.328 INFO O| Sep 02 23:54:15.328 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
110142026-09-02T23:54:16.503Z[ host-image] Sep 02 23:54:15.338 INFO O| Sep 02 23:54:15.338 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/chrony.xml"
110152026-09-02T23:54:16.503Z[ host-image] Sep 02 23:54:15.338 INFO O| Sep 02 23:54:15.338 INFO STEP 175 (remove_files) COMPLETE
110162026-09-02T23:54:16.503Z[ host-image] Sep 02 23:54:15.338 INFO O| Sep 02 23:54:15.338 INFO STEP 176: seed_smf, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
110172026-09-02T23:54:16.505Z[ host-image] Sep 02 23:54:15.352 INFO O| Sep 02 23:54:15.352 INFO file /rpool/images/build/host/tmp/sled/zfs/repo.db does not already exist, skipping removal
110182026-09-02T23:54:16.505Z[ host-image] Sep 02 23:54:15.353 INFO O| Sep 02 23:54:15.352 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_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db"}
110192026-09-02T23:54:20.461Z[ host-image] Sep 02 23:54:19.336 INFO O| Sep 02 23:54:19.336 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
110202026-09-02T23:54:20.461Z[ host-image] Sep 02 23:54:19.336 INFO O| Sep 02 23:54:19.336 INFO E| svccfg: Loaded 80 smf(7) service descriptions
110212026-09-02T23:54:20.474Z[ host-image] Sep 02 23:54:19.348 INFO O| Sep 02 23:54:19.348 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml"], env: {"SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_CHECKHASH": "1"}
110222026-09-02T23:54:20.574Z[ host-image] Sep 02 23:54:19.450 INFO O| Sep 02 23:54:19.449 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db"}
110232026-09-02T23:54:20.641Z[ host-image] Sep 02 23:54:19.508 INFO O| Sep 02 23:54:19.508 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "SVCCFG_CHECKHASH": "1"}
110242026-09-02T23:54:20.703Z[ host-image] Sep 02 23:54:19.580 INFO O| Sep 02 23:54:19.580 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db does not exist
110252026-09-02T23:54:20.705Z[ host-image] Sep 02 23:54:19.580 INFO O| Sep 02 23:54:19.580 INFO copying /rpool/images/build/host/tmp/sled/zfs/repo.db -> /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db ...
110262026-09-02T23:54:20.723Z[ host-image] Sep 02 23:54:19.582 INFO O| Sep 02 23:54:19.581 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db
110272026-09-02T23:54:20.723Z[ host-image] Sep 02 23:54:19.582 INFO O| Sep 02 23:54:19.582 INFO ok!
110282026-09-02T23:54:20.723Z[ host-image] Sep 02 23:54:19.582 INFO O| Sep 02 23:54:19.582 INFO file /rpool/images/build/host/tmp/sled/zfs/repo.db exists (as File), removing
110292026-09-02T23:54:20.723Z[ host-image] Sep 02 23:54:19.582 INFO O| Sep 02 23:54:19.582 INFO STEP 176 (seed_smf) COMPLETE
110302026-09-02T23:54:20.723Z[ host-image] Sep 02 23:54:19.582 INFO O| Sep 02 23:54:19.582 INFO steps complete; finalising image!
110312026-09-02T23:54:20.723Z[ host-image] Sep 02 23:54:19.582 INFO O| Sep 02 23:54:19.582 INFO TRIM POOL: TEMPORARY-sled-zfs
110322026-09-02T23:54:20.823Z[ host-image] Sep 02 23:54:19.685 INFO O| Sep 02 23:54:19.685 INFO trim TEMPORARY-sled-zfs: (3% trimmed, started at Wed Sep 2 23:54:19 2026)
110332026-09-02T23:54:21.029Z[ host-image] Sep 02 23:54:19.905 INFO O| Sep 02 23:54:19.905 INFO temporary pool has 706M used, 318M avail, 1.92x compressratio
110342026-09-02T23:54:21.029Z[ host-image] Sep 02 23:54:19.905 INFO O| Sep 02 23:54:19.905 INFO EXPORT POOL: TEMPORARY-sled-zfs
110352026-09-02T23:54:21.358Z[ host-image] Sep 02 23:54:20.233 INFO O| Sep 02 23:54:20.233 INFO copying image /rpool/images/build/host/work/sled/zfs/lofi.raw to output file /rpool/images/build/host/output/sled-zfs.raw
110362026-09-02T23:54:21.358Z[ host-image] Sep 02 23:54:20.233 INFO O| Sep 02 23:54:20.233 INFO file /rpool/images/build/host/output/sled-zfs.raw does not already exist, skipping removal
110372026-09-02T23:54:22.445Z[ host-image] Sep 02 23:54:21.321 INFO O| Sep 02 23:54:21.321 INFO perms are 1600, should be 644, path: /rpool/images/build/host/output/sled-zfs.raw
110382026-09-02T23:54:22.445Z[ host-image] Sep 02 23:54:21.321 INFO O| Sep 02 23:54:21.321 INFO chmod ok, path: /rpool/images/build/host/output/sled-zfs.raw
110392026-09-02T23:54:22.452Z[ host-image] Sep 02 23:54:21.321 INFO O| Sep 02 23:54:21.321 INFO ownership already OK (0:0), path: /rpool/images/build/host/output/sled-zfs.raw
110402026-09-02T23:54:22.453Z[ host-image] Sep 02 23:54:21.321 INFO O| Sep 02 23:54:21.321 INFO completed processing sled/zfs
110412026-09-02T23:54:22.454Z[ host-image] Sep 02 23:54:21.321 INFO O| Sep 02 23:54:21.321 INFO DESTROY DATASET: rpool/images/build/host/work/sled/zfs
110422026-09-02T23:54:29.777Z[ recovery-image] Sep 02 23:54:28.649 INFO O| ok, image written!
110432026-09-02T23:54:29.777Z[ recovery-image] Sep 02 23:54:28.649 INFO O| ok, boot_image_csum file written!
110442026-09-02T23:54:29.778Z[ recovery-image] Sep 02 23:54:28.650 INFO creating boot archive (CPIO)...
110452026-09-02T23:54:29.784Z[ recovery-image] Sep 02 23:54:28.650 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
110462026-09-02T23:54:29.788Z[ recovery-image] Sep 02 23:54:28.656 INFO E| + root=/rpool/images/build/recovery/work/sled/ramdisk
110472026-09-02T23:54:29.788Z[ recovery-image] Sep 02 23:54:28.656 INFO E| + outfile=/work/os-recovery/cpio
110482026-09-02T23:54:29.788Z[ recovery-image] Sep 02 23:54:28.656 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.recovery
110492026-09-02T23:54:29.794Z[ recovery-image] Sep 02 23:54:28.660 INFO E| + cd /rpool/images/build/recovery/work/sled/ramdisk
110502026-09-02T23:54:29.801Z[ recovery-image] Sep 02 23:54:28.660 INFO E| + cpio -qo -H odc -O /work/os-recovery/cpio
110512026-09-02T23:54:29.815Z[ recovery-image] Sep 02 23:54:28.687 INFO E| + cd /work/oxidecomputer/helios/tmp/image.recovery
110522026-09-02T23:54:29.815Z[ recovery-image] Sep 02 23:54:28.687 INFO E| + cpio -qo -H odc -AO /work/os-recovery/cpio
110532026-09-02T23:54:29.824Z[ recovery-image] Sep 02 23:54:28.692 INFO creating compressed cpio/unix for dev loaders...
110542026-09-02T23:54:29.824Z[ recovery-image] Sep 02 23:54:28.692 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
110552026-09-02T23:54:30.041Z[ recovery-image] Sep 02 23:54:28.918 INFO exec: ["bash", "-c", "'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick' '/work/os-recovery/cpio' >'/work/os-recovery/cpio.z'"], pwd: None
110562026-09-02T23:54:33.290Z[ recovery-image] Sep 02 23:54:32.165 INFO creating reset image...
110572026-09-02T23:54:33.290Z[ recovery-image] Sep 02 23:54:32.165 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")
110582026-09-02T23:54:33.493Z[ recovery-image] Sep 02 23:54:32.369 INFO E| Updating crates.io index
110592026-09-02T23:54:33.594Z[ recovery-image] Sep 02 23:54:32.471 INFO E| Downloading crates ...
110602026-09-02T23:54:33.635Z[ recovery-image] Sep 02 23:54:32.511 INFO E| Downloaded shared_child v1.1.1
110612026-09-02T23:54:33.639Z[ recovery-image] Sep 02 23:54:32.512 INFO E| Downloaded colorchoice v1.0.5
110622026-09-02T23:54:33.639Z[ recovery-image] Sep 02 23:54:32.514 INFO E| Downloaded sigchld v0.2.4
110632026-09-02T23:54:33.642Z[ recovery-image] Sep 02 23:54:32.518 INFO E| Downloaded shared_thread v0.2.0
110642026-09-02T23:54:33.643Z[ recovery-image] Sep 02 23:54:32.519 INFO E| Downloaded os_pipe v1.2.3
110652026-09-02T23:54:33.652Z[ recovery-image] Sep 02 23:54:32.520 INFO E| Downloaded duct v1.1.1
110662026-09-02T23:54:33.652Z[ recovery-image] Sep 02 23:54:32.521 INFO E| Downloaded clap_lex v1.1.0
110672026-09-02T23:54:33.676Z[ recovery-image] Sep 02 23:54:32.553 INFO E| Compiling libc v0.2.186
110682026-09-02T23:54:33.676Z[ recovery-image] Sep 02 23:54:32.553 INFO E| Compiling proc-macro2 v1.0.106
110692026-09-02T23:54:33.680Z[ recovery-image] Sep 02 23:54:32.553 INFO E| Compiling signal-hook v0.3.18
110702026-09-02T23:54:33.680Z[ recovery-image] Sep 02 23:54:32.553 INFO E| Compiling quote v1.0.45
110712026-09-02T23:54:33.680Z[ recovery-image] Sep 02 23:54:32.553 INFO E| Compiling unicode-ident v1.0.24
110722026-09-02T23:54:33.680Z[ recovery-image] Sep 02 23:54:32.553 INFO E| Compiling utf8parse v0.2.2
110732026-09-02T23:54:33.681Z[ recovery-image] Sep 02 23:54:32.553 INFO E| Compiling anstyle v1.0.14
110742026-09-02T23:54:33.682Z[ recovery-image] Sep 02 23:54:32.553 INFO E| Compiling colorchoice v1.0.5
110752026-09-02T23:54:33.682Z[ recovery-image] Sep 02 23:54:32.553 INFO E| Compiling anstyle-query v1.1.5
110762026-09-02T23:54:33.682Z[ recovery-image] Sep 02 23:54:32.553 INFO E| Compiling is_terminal_polyfill v1.70.2
110772026-09-02T23:54:33.686Z[ recovery-image] Sep 02 23:54:32.563 INFO E| Compiling heck v0.5.0
110782026-09-02T23:54:33.687Z[ recovery-image] Sep 02 23:54:32.563 INFO E| Compiling strsim v0.11.1
110792026-09-02T23:54:33.691Z[ recovery-image] Sep 02 23:54:32.563 INFO E| Compiling clap_lex v1.1.0
110802026-09-02T23:54:33.691Z[ recovery-image] Sep 02 23:54:32.563 INFO E| Compiling shared_thread v0.2.0
110812026-09-02T23:54:33.791Z[ recovery-image] Sep 02 23:54:32.667 INFO E| Compiling anstyle-parse v1.0.0
110822026-09-02T23:54:33.926Z[ recovery-image] Sep 02 23:54:32.803 INFO E| Compiling anstream v1.0.0
110832026-09-02T23:54:34.114Z[ recovery-image] Sep 02 23:54:32.991 INFO E| Compiling clap_builder v4.6.0
110842026-09-02T23:54:34.372Z[ recovery-image] Sep 02 23:54:33.246 INFO E| Compiling errno v0.3.14
110852026-09-02T23:54:34.373Z[ recovery-image] Sep 02 23:54:33.246 INFO E| Compiling os_pipe v1.2.3
110862026-09-02T23:54:34.458Z[ recovery-image] Sep 02 23:54:33.334 INFO E| Compiling signal-hook-registry v1.4.8
110872026-09-02T23:54:34.647Z[ recovery-image] Sep 02 23:54:33.519 INFO E| Compiling syn v2.0.117
110882026-09-02T23:54:34.713Z[ recovery-image] Sep 02 23:54:33.586 INFO E| Compiling sigchld v0.2.4
110892026-09-02T23:54:34.815Z[ recovery-image] Sep 02 23:54:33.672 INFO E| Compiling shared_child v1.1.1
110902026-09-02T23:54:34.917Z[ recovery-image] Sep 02 23:54:33.780 INFO E| Compiling duct v1.1.1
110912026-09-02T23:54:35.925Z[ host-image] Sep 02 23:54:34.797 INFO O| Sep 02 23:54:34.797 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/zfs
110922026-09-02T23:54:36.031Z[ host-image] Sep 02 23:54:34.866 INFO BUILD STRING "heads/stlouis-0-g0e29ea8d43\n"
110932026-09-02T23:54:36.031Z[ host-image] Sep 02 23:54:34.866 INFO expanded image name: "ci 237cd9b/${os_short_commit} 2026-09-02 23:39" -> "ci 237cd9b/0e29ea8 2026-09-02 23:39"
110942026-09-02T23:54:36.061Z[ host-image] Sep 02 23:54:34.867 INFO output artefacts stored in: "/work/os-host"
110952026-09-02T23:54:36.061Z[ host-image] Sep 02 23:54:34.867 INFO collecting git info from project "pinprick"...
110962026-09-02T23:54:36.061Z[ host-image] Sep 02 23:54:34.872 INFO collecting git info from project "image-builder"...
110972026-09-02T23:54:36.062Z[ host-image] Sep 02 23:54:34.876 INFO collecting git info from project "amd-firmware"...
110982026-09-02T23:54:36.062Z[ host-image] Sep 02 23:54:34.887 INFO collecting git info from project "dmar-report"...
110992026-09-02T23:54:36.062Z[ host-image] Sep 02 23:54:34.891 INFO collecting git info from project "phbl"...
111002026-09-02T23:54:36.062Z[ host-image] Sep 02 23:54:34.895 INFO collecting git info from project "pilot"...
111012026-09-02T23:54:36.069Z[ host-image] Sep 02 23:54:34.899 INFO collecting git info from project "bootserver"...
111022026-09-02T23:54:36.069Z[ host-image] Sep 02 23:54:34.904 INFO collecting git info from project "chelsio-t6-roms"...
111032026-09-02T23:54:36.069Z[ host-image] Sep 02 23:54:34.908 INFO collecting git info from project "amd-host-image-builder"...
111042026-09-02T23:54:36.069Z[ host-image] Sep 02 23:54:34.912 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
111052026-09-02T23:54:36.385Z[ host-image] Sep 02 23:54:35.244 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
111062026-09-02T23:54:36.527Z[ recovery-image] Sep 02 23:54:35.403 INFO E| Compiling clap_derive v4.6.1
111072026-09-02T23:54:36.644Z[ host-image] Sep 02 23:54:35.520 INFO creating Oxide boot image...
111082026-09-02T23:54:36.644Z[ host-image] Sep 02 23:54:35.520 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/host/output/sled-zfs.raw", "-N", "ci 237cd9b/0e29ea8 2026-09-02 23:39", "-o", "/work/os-host/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.host/boot_image_csum", "-s", "4096"], pwd: None
111092026-09-02T23:54:37.469Z[ host-image] Sep 02 23:54:36.343 INFO O| ok, image written!
111102026-09-02T23:54:37.469Z[ host-image] Sep 02 23:54:36.343 INFO O| ok, boot_image_csum file written!
111112026-09-02T23:54:37.474Z[ host-image] Sep 02 23:54:36.345 INFO creating boot archive (CPIO)...
111122026-09-02T23:54:37.474Z[ host-image] Sep 02 23:54:36.345 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
111132026-09-02T23:54:37.474Z[ host-image] Sep 02 23:54:36.349 INFO E| + root=/rpool/images/build/host/work/sled/ramdisk
111142026-09-02T23:54:37.474Z[ host-image] Sep 02 23:54:36.349 INFO E| + outfile=/work/os-host/cpio
111152026-09-02T23:54:37.474Z[ host-image] Sep 02 23:54:36.349 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.host
111162026-09-02T23:54:37.479Z[ host-image] Sep 02 23:54:36.351 INFO E| + cd /rpool/images/build/host/work/sled/ramdisk
111172026-09-02T23:54:37.480Z[ host-image] Sep 02 23:54:36.351 INFO E| + cpio -qo -H odc -O /work/os-host/cpio
111182026-09-02T23:54:37.501Z[ host-image] Sep 02 23:54:36.377 INFO E| + cd /work/oxidecomputer/helios/tmp/image.host
111192026-09-02T23:54:37.501Z[ host-image] Sep 02 23:54:36.377 INFO E| + cpio -qo -H odc -AO /work/os-host/cpio
111202026-09-02T23:54:37.508Z[ host-image] Sep 02 23:54:36.383 INFO creating compressed cpio/unix for dev loaders...
111212026-09-02T23:54:37.509Z[ host-image] Sep 02 23:54:36.383 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
111222026-09-02T23:54:37.721Z[ recovery-image] Sep 02 23:54:36.594 INFO E| Compiling clap v4.6.1
111232026-09-02T23:54:37.731Z[ host-image] Sep 02 23:54:36.607 INFO exec: ["bash", "-c", "'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick' '/work/os-host/cpio' >'/work/os-host/cpio.z'"], pwd: None
111242026-09-02T23:54:37.779Z[ recovery-image] Sep 02 23:54:36.651 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/phbl/xtask)
111252026-09-02T23:54:38.532Z[ recovery-image] Sep 02 23:54:37.409 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.20s
111262026-09-02T23:54:38.546Z[ recovery-image] Sep 02 23:54:37.414 INFO E| Running `target/debug/xtask build --release --cpioz /work/os-recovery/cpio.z --target-dir /work/os-recovery/phbl`
111272026-09-02T23:54:38.713Z[ recovery-image] Sep 02 23:54:37.589 INFO E| Downloading crates ...
111282026-09-02T23:54:38.759Z[ recovery-image] Sep 02 23:54:37.636 INFO E| Downloaded bit_field v0.10.3
111292026-09-02T23:54:38.778Z[ recovery-image] Sep 02 23:54:37.636 INFO E| Downloaded bitstruct v0.1.1
111302026-09-02T23:54:38.778Z[ recovery-image] Sep 02 23:54:37.644 INFO E| Downloaded bitflags v2.13.0
111312026-09-02T23:54:38.798Z[ recovery-image] Sep 02 23:54:37.660 INFO E| Downloaded bitstruct_derive v0.1.0
111322026-09-02T23:54:38.798Z[ recovery-image] Sep 02 23:54:37.661 INFO E| Downloaded cpio_reader v0.1.2
111332026-09-02T23:54:38.798Z[ recovery-image] Sep 02 23:54:37.662 INFO E| Downloaded miniz_oxide v0.9.1
111342026-09-02T23:54:38.817Z[ recovery-image] Sep 02 23:54:37.670 INFO E| Downloaded log v0.4.32
111352026-09-02T23:54:38.817Z[ recovery-image] Sep 02 23:54:37.672 INFO E| Downloaded raw-cpuid v10.7.0
111362026-09-02T23:54:38.878Z[ recovery-image] Sep 02 23:54:37.704 INFO E| Downloaded goblin v0.10.7
111372026-09-02T23:54:38.958Z[ recovery-image] Sep 02 23:54:37.835 INFO E| Downloaded x86 v0.52.0
111382026-09-02T23:54:38.998Z[ recovery-image] Sep 02 23:54:37.874 INFO E| Updating crates.io index
111392026-09-02T23:54:39.045Z[ recovery-image] Sep 02 23:54:37.921 INFO E| Downloading crates ...
111402026-09-02T23:54:39.071Z[ recovery-image] Sep 02 23:54:37.947 INFO E| Downloaded hashbrown v0.17.1
111412026-09-02T23:54:39.086Z[ recovery-image] Sep 02 23:54:37.951 INFO E| Downloaded rustc-literal-escaper v0.0.7
111422026-09-02T23:54:39.136Z[ recovery-image] Sep 02 23:54:37.988 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)
111432026-09-02T23:54:39.136Z[ recovery-image] Sep 02 23:54:37.988 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)
111442026-09-02T23:54:39.172Z[ recovery-image] Sep 02 23:54:37.988 INFO E| Compiling proc-macro2 v1.0.106
111452026-09-02T23:54:39.172Z[ recovery-image] Sep 02 23:54:37.988 INFO E| Compiling quote v1.0.45
111462026-09-02T23:54:39.173Z[ recovery-image] Sep 02 23:54:37.988 INFO E| Compiling unicode-ident v1.0.24
111472026-09-02T23:54:39.173Z[ recovery-image] Sep 02 23:54:37.988 INFO E| Compiling syn v1.0.109
111482026-09-02T23:54:39.173Z[ recovery-image] Sep 02 23:54:37.988 INFO E| Compiling x86 v0.52.0
111492026-09-02T23:54:39.173Z[ recovery-image] Sep 02 23:54:37.988 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
111502026-09-02T23:54:39.173Z[ recovery-image] Sep 02 23:54:37.988 INFO E| Compiling seq-macro v0.3.6
111512026-09-02T23:54:40.024Z[ recovery-image] Sep 02 23:54:38.900 INFO E| Compiling syn v2.0.117
111522026-09-02T23:54:41.003Z[ host-image] Sep 02 23:54:39.856 INFO creating reset image...
111532026-09-02T23:54:41.003Z[ host-image] Sep 02 23:54:39.856 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")
111542026-09-02T23:54:41.051Z[ host-image] Sep 02 23:54:39.927 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.03s
111552026-09-02T23:54:41.063Z[ host-image] Sep 02 23:54:39.929 INFO E| Running `target/debug/xtask build --release --cpioz /work/os-host/cpio.z --target-dir /work/os-host/phbl`
111562026-09-02T23:54:41.315Z[ recovery-image] Sep 02 23:54:40.172 INFO E| Compiling scroll_derive v0.13.1
111572026-09-02T23:54:41.379Z[ host-image] Sep 02 23:54:40.233 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)
111582026-09-02T23:54:41.412Z[ host-image] Sep 02 23:54:40.233 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)
111592026-09-02T23:54:41.412Z[ host-image] Sep 02 23:54:40.233 INFO E| Compiling proc-macro2 v1.0.106
111602026-09-02T23:54:41.412Z[ host-image] Sep 02 23:54:40.233 INFO E| Compiling unicode-ident v1.0.24
111612026-09-02T23:54:41.413Z[ host-image] Sep 02 23:54:40.233 INFO E| Compiling quote v1.0.45
111622026-09-02T23:54:41.413Z[ host-image] Sep 02 23:54:40.233 INFO E| Compiling syn v1.0.109
111632026-09-02T23:54:41.413Z[ host-image] Sep 02 23:54:40.233 INFO E| Compiling x86 v0.52.0
111642026-09-02T23:54:41.422Z[ host-image] Sep 02 23:54:40.233 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
111652026-09-02T23:54:41.422Z[ host-image] Sep 02 23:54:40.233 INFO E| Compiling seq-macro v0.3.6
111662026-09-02T23:54:42.340Z[ host-image] Sep 02 23:54:41.216 INFO E| Compiling syn v2.0.117
111672026-09-02T23:54:42.382Z[ recovery-image] Sep 02 23:54:41.258 INFO E| Compiling bitstruct_derive v0.1.0
111682026-09-02T23:54:46.269Z[ host-image] Sep 02 23:54:42.523 INFO E| Compiling scroll_derive v0.13.1
111692026-09-02T23:54:46.309Z[ host-image] Sep 02 23:54:43.495 INFO E| Compiling bitstruct_derive v0.1.0
111702026-09-02T23:54:51.430Z[ recovery-image] Sep 02 23:54:50.305 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)
111712026-09-02T23:54:53.607Z[ recovery-image] Sep 02 23:54:52.483 INFO E| Compiling bitflags v1.3.2
111722026-09-02T23:54:53.607Z[ recovery-image] Sep 02 23:54:52.483 INFO E| Compiling bit_field v0.10.3
111732026-09-02T23:54:53.610Z[ recovery-image] Sep 02 23:54:52.483 INFO E| Compiling plain v0.2.3
111742026-09-02T23:54:53.610Z[ recovery-image] Sep 02 23:54:52.483 INFO E| Compiling log v0.4.32
111752026-09-02T23:54:53.610Z[ recovery-image] Sep 02 23:54:52.483 INFO E| Compiling bitflags v2.13.0
111762026-09-02T23:54:53.610Z[ recovery-image] Sep 02 23:54:52.484 INFO E| Compiling scroll v0.13.0
111772026-09-02T23:54:53.610Z[ recovery-image] Sep 02 23:54:52.484 INFO E| Compiling adler2 v2.0.1
111782026-09-02T23:54:53.611Z[ recovery-image] Sep 02 23:54:52.484 INFO E| Compiling bitstruct v0.1.1
111792026-09-02T23:54:53.611Z[ recovery-image] Sep 02 23:54:52.484 INFO E| Compiling static_assertions v1.1.0
111802026-09-02T23:54:53.660Z[ recovery-image] Sep 02 23:54:52.536 INFO E| Compiling raw-cpuid v10.7.0
111812026-09-02T23:54:53.710Z[ recovery-image] Sep 02 23:54:52.586 INFO E| Compiling miniz_oxide v0.9.1
111822026-09-02T23:54:53.762Z[ recovery-image] Sep 02 23:54:52.637 INFO E| Compiling cpio_reader v0.1.2
111832026-09-02T23:54:53.787Z[ host-image] Sep 02 23:54:52.663 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)
111842026-09-02T23:54:53.836Z[ recovery-image] Sep 02 23:54:52.712 INFO E| Compiling goblin v0.10.7
111852026-09-02T23:54:55.993Z[ host-image] Sep 02 23:54:54.870 INFO E| Compiling bitflags v1.3.2
111862026-09-02T23:54:55.993Z[ host-image] Sep 02 23:54:54.870 INFO E| Compiling scroll v0.13.0
111872026-09-02T23:54:55.997Z[ host-image] Sep 02 23:54:54.870 INFO E| Compiling plain v0.2.3
111882026-09-02T23:54:55.997Z[ host-image] Sep 02 23:54:54.870 INFO E| Compiling adler2 v2.0.1
111892026-09-02T23:54:55.997Z[ host-image] Sep 02 23:54:54.870 INFO E| Compiling bit_field v0.10.3
111902026-09-02T23:54:55.997Z[ host-image] Sep 02 23:54:54.870 INFO E| Compiling bitflags v2.13.0
111912026-09-02T23:54:55.997Z[ host-image] Sep 02 23:54:54.870 INFO E| Compiling log v0.4.32
111922026-09-02T23:54:55.997Z[ host-image] Sep 02 23:54:54.870 INFO E| Compiling static_assertions v1.1.0
111932026-09-02T23:54:55.997Z[ host-image] Sep 02 23:54:54.870 INFO E| Compiling bitstruct v0.1.1
111942026-09-02T23:54:56.050Z[ host-image] Sep 02 23:54:54.926 INFO E| Compiling raw-cpuid v10.7.0
111952026-09-02T23:54:56.094Z[ host-image] Sep 02 23:54:54.970 INFO E| Compiling miniz_oxide v0.9.1
111962026-09-02T23:54:56.199Z[ host-image] Sep 02 23:54:55.075 INFO E| Compiling cpio_reader v0.1.2
111972026-09-02T23:54:56.256Z[ host-image] Sep 02 23:54:55.133 INFO E| Compiling goblin v0.10.7
111982026-09-02T23:54:56.892Z[ recovery-image] Sep 02 23:54:55.768 INFO E| Finished `release` profile [optimized] target(s) in 18.34s
111992026-09-02T23:54:56.918Z[ recovery-image] Sep 02 23:54:55.793 INFO building ROM for cosmo
112002026-09-02T23:54:56.918Z[ recovery-image] Sep 02 23:54:55.793 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")
112012026-09-02T23:54:57.011Z[ recovery-image] Sep 02 23:54:55.887 INFO E| Downloading crates ...
112022026-09-02T23:54:57.055Z[ recovery-image] Sep 02 23:54:55.931 INFO E| Downloaded clap_derive v4.5.32
112032026-09-02T23:54:57.063Z[ recovery-image] Sep 02 23:54:55.939 INFO E| Downloaded anstyle-query v1.1.2
112042026-09-02T23:54:57.066Z[ recovery-image] Sep 02 23:54:55.941 INFO E| Downloaded anstream v0.6.18
112052026-09-02T23:54:57.074Z[ recovery-image] Sep 02 23:54:55.950 INFO E| Downloaded clap_lex v0.7.4
112062026-09-02T23:54:57.078Z[ recovery-image] Sep 02 23:54:55.951 INFO E| Downloaded toml_datetime v0.6.9
112072026-09-02T23:54:57.078Z[ recovery-image] Sep 02 23:54:55.952 INFO E| Downloaded shared_child v1.0.1
112082026-09-02T23:54:57.078Z[ recovery-image] Sep 02 23:54:55.953 INFO E| Downloaded colorchoice v1.0.3
112092026-09-02T23:54:57.081Z[ recovery-image] Sep 02 23:54:55.957 INFO E| Downloaded is_terminal_polyfill v1.70.1
112102026-09-02T23:54:57.081Z[ recovery-image] Sep 02 23:54:55.958 INFO E| Downloaded anstyle v1.0.10
112112026-09-02T23:54:57.085Z[ recovery-image] Sep 02 23:54:55.959 INFO E| Downloaded serde_spanned v0.6.8
112122026-09-02T23:54:57.085Z[ recovery-image] Sep 02 23:54:55.960 INFO E| Downloaded clap_builder v4.5.37
112132026-09-02T23:54:57.089Z[ recovery-image] Sep 02 23:54:55.965 INFO E| Downloaded duct v0.13.7
112142026-09-02T23:54:57.092Z[ recovery-image] Sep 02 23:54:55.967 INFO E| Downloaded os_pipe v1.2.1
112152026-09-02T23:54:57.092Z[ recovery-image] Sep 02 23:54:55.967 INFO E| Downloaded anstyle-parse v0.2.6
112162026-09-02T23:54:57.095Z[ recovery-image] Sep 02 23:54:55.969 INFO E| Downloaded toml_write v0.1.1
112172026-09-02T23:54:57.098Z[ recovery-image] Sep 02 23:54:55.973 INFO E| Downloaded clap v4.5.37
112182026-09-02T23:54:57.103Z[ recovery-image] Sep 02 23:54:55.980 INFO E| Downloaded toml v0.8.22
112192026-09-02T23:54:57.124Z[ recovery-image] Sep 02 23:54:56.001 INFO E| Downloaded cc v1.2.20
112202026-09-02T23:54:57.128Z[ recovery-image] Sep 02 23:54:56.003 INFO E| Downloaded toml_edit v0.22.26
112212026-09-02T23:54:57.150Z[ recovery-image] Sep 02 23:54:56.026 INFO E| Downloaded winnow v0.7.7
112222026-09-02T23:54:57.168Z[ recovery-image] Sep 02 23:54:56.045 INFO E| Compiling syn v2.0.101
112232026-09-02T23:54:57.169Z[ recovery-image] Sep 02 23:54:56.045 INFO E| Compiling libc v0.2.172
112242026-09-02T23:54:57.169Z[ recovery-image] Sep 02 23:54:56.045 INFO E| Compiling utf8parse v0.2.2
112252026-09-02T23:54:57.172Z[ recovery-image] Sep 02 23:54:56.045 INFO E| Compiling colorchoice v1.0.3
112262026-09-02T23:54:57.172Z[ recovery-image] Sep 02 23:54:56.045 INFO E| Compiling equivalent v1.0.2
112272026-09-02T23:54:57.172Z[ recovery-image] Sep 02 23:54:56.045 INFO E| Compiling is_terminal_polyfill v1.70.1
112282026-09-02T23:54:57.172Z[ recovery-image] Sep 02 23:54:56.045 INFO E| Compiling once_cell v1.21.3
112292026-09-02T23:54:57.172Z[ recovery-image] Sep 02 23:54:56.045 INFO E| Compiling anstyle-query v1.1.2
112302026-09-02T23:54:57.172Z[ recovery-image] Sep 02 23:54:56.045 INFO E| Compiling anstyle v1.0.10
112312026-09-02T23:54:57.172Z[ recovery-image] Sep 02 23:54:56.045 INFO E| Compiling hashbrown v0.15.2
112322026-09-02T23:54:57.172Z[ recovery-image] Sep 02 23:54:56.045 INFO E| Compiling shlex v1.3.0
112332026-09-02T23:54:57.172Z[ recovery-image] Sep 02 23:54:56.045 INFO E| Compiling anyhow v1.0.98
112342026-09-02T23:54:57.172Z[ recovery-image] Sep 02 23:54:56.045 INFO E| Compiling toml_write v0.1.1
112352026-09-02T23:54:57.172Z[ recovery-image] Sep 02 23:54:56.045 INFO E| Compiling strsim v0.11.1
112362026-09-02T23:54:57.172Z[ recovery-image] Sep 02 23:54:56.045 INFO E| Compiling winnow v0.7.7
112372026-09-02T23:54:57.173Z[ recovery-image] Sep 02 23:54:56.045 INFO E| Compiling clap_lex v0.7.4
112382026-09-02T23:54:57.610Z[ recovery-image] Sep 02 23:54:56.487 INFO E| Compiling anstyle-parse v0.2.6
112392026-09-02T23:54:57.641Z[ recovery-image] Sep 02 23:54:56.517 INFO E| Compiling cc v1.2.20
112402026-09-02T23:54:57.824Z[ recovery-image] Sep 02 23:54:56.700 INFO E| Compiling anstream v0.6.18
112412026-09-02T23:54:58.063Z[ recovery-image] Sep 02 23:54:56.939 INFO E| Compiling clap_builder v4.5.37
112422026-09-02T23:54:58.154Z[ recovery-image] Sep 02 23:54:57.030 INFO E| Compiling indexmap v2.9.0
112432026-09-02T23:54:58.342Z[ recovery-image] Sep 02 23:54:57.218 INFO E| Compiling os_pipe v1.2.1
112442026-09-02T23:54:58.342Z[ recovery-image] Sep 02 23:54:57.218 INFO E| Compiling shared_child v1.0.1
112452026-09-02T23:54:58.479Z[ recovery-image] Sep 02 23:54:57.355 INFO E| Compiling duct v0.13.7
112462026-09-02T23:54:59.173Z[ recovery-image] Sep 02 23:54:58.050 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/xtask)
112472026-09-02T23:55:00.113Z[ host-image] Sep 02 23:54:58.989 INFO E| Finished `release` profile [optimized] target(s) in 19.04s
112482026-09-02T23:55:00.134Z[ host-image] Sep 02 23:54:59.008 INFO building ROM for gimlet
112492026-09-02T23:55:00.134Z[ host-image] Sep 02 23:54:59.008 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")
112502026-09-02T23:55:00.248Z[ host-image] Sep 02 23:54:59.124 INFO E| Blocking waiting for file lock on build directory
112512026-09-02T23:55:00.398Z[ recovery-image] Sep 02 23:54:59.274 INFO E| Compiling serde_derive v1.0.219
112522026-09-02T23:55:00.401Z[ recovery-image] Sep 02 23:54:59.274 INFO E| Compiling clap_derive v4.5.32
112532026-09-02T23:55:01.830Z[ recovery-image] Sep 02 23:55:00.706 INFO E| Compiling clap v4.5.37
112542026-09-02T23:55:02.483Z[ recovery-image] Sep 02 23:55:01.359 INFO E| Compiling serde v1.0.219
112552026-09-02T23:55:04.417Z[ recovery-image] Sep 02 23:55:03.292 INFO E| Compiling serde_spanned v0.6.8
112562026-09-02T23:55:04.417Z[ recovery-image] Sep 02 23:55:03.292 INFO E| Compiling toml_datetime v0.6.9
112572026-09-02T23:55:04.579Z[ recovery-image] Sep 02 23:55:03.455 INFO E| Compiling toml_edit v0.22.26
112582026-09-02T23:55:05.956Z[ recovery-image] Sep 02 23:55:04.832 INFO E| Compiling toml v0.8.22
112592026-09-02T23:55:08.095Z[ recovery-image] Sep 02 23:55:06.971 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.13s
112602026-09-02T23:55:08.106Z[ host-image] Sep 02 23:55:06.980 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.91s
112612026-09-02T23:55:08.109Z[ recovery-image] Sep 02 23:55:06.981 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`
112622026-09-02T23:55:08.109Z[ host-image] Sep 02 23:55:06.984 INFO E| Running `target/debug/xtask gen --amd-firmware /work/oxidecomputer/helios/projects/amd-firmware --payload /work/os-host/phbl/x86_64-oxide-none-elf/release/phbl --app /work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml --image /work/os-host/gimlet.rom --root /work/oxidecomputer/helios/image/amd --config /work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5`
112632026-09-02T23:55:08.125Z[ recovery-image] Sep 02 23:55:07.002 INFO E| reading from "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
112642026-09-02T23:55:08.129Z[ host-image] Sep 02 23:55:07.002 INFO E| reading from "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml"
112652026-09-02T23:55:08.148Z[ host-image] Sep 02 23:55:07.024 INFO E| Blocking waiting for file lock on package cache
112662026-09-02T23:55:08.170Z[ recovery-image] Sep 02 23:55:07.046 INFO E| Blocking waiting for file lock on package cache
112672026-09-02T23:55:08.192Z[ host-image] Sep 02 23:55:07.068 INFO E| Blocking waiting for file lock on package cache
112682026-09-02T23:55:08.196Z[ recovery-image] Sep 02 23:55:07.069 INFO E| Blocking waiting for file lock on package cache
112692026-09-02T23:55:08.196Z[ host-image] Sep 02 23:55:07.070 INFO E| Blocking waiting for file lock on package cache
112702026-09-02T23:55:08.211Z[ recovery-image] Sep 02 23:55:07.087 INFO E| Blocking waiting for file lock on package cache
112712026-09-02T23:55:08.226Z[ host-image] Sep 02 23:55:07.102 INFO E| Blocking waiting for file lock on build directory
112722026-09-02T23:55:08.237Z[ recovery-image] Sep 02 23:55:07.114 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.10s
112732026-09-02T23:55:08.241Z[ recovery-image] Sep 02 23:55:07.117 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`
112742026-09-02T23:55:08.249Z[ host-image] Sep 02 23:55:07.124 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.11s
112752026-09-02T23:55:08.252Z[ host-image] Sep 02 23:55:07.128 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`
112762026-09-02T23:55:08.377Z[ host-image] Sep 02 23:55:07.253 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AmdPubKey_gn.tkn"
112772026-09-02T23:55:08.377Z[ host-image] Sep 02 23:55:07.253 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspBootLoader_gn.sbin"
112782026-09-02T23:55:08.378Z[ host-image] Sep 02 23:55:07.253 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspRecoveryBootLoader_gn.sbin"
112792026-09-02T23:55:08.378Z[ host-image] Sep 02 23:55:07.253 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmwareGn-45-104-100.csbin"
112802026-09-02T23:55:08.382Z[ host-image] Sep 02 23:55:07.253 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugToken_gn.stkn"
112812026-09-02T23:55:08.382Z[ host-image] Sep 02 23:55:07.253 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspABLFw_gn.stkn"
112822026-09-02T23:55:08.382Z[ host-image] Sep 02 23:55:07.253 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmware2Gn-45-104-100.csbin"
112832026-09-02T23:55:08.382Z[ host-image] Sep 02 23:55:07.253 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugUnlock_gn.sbin"
112842026-09-02T23:55:08.382Z[ host-image] Sep 02 23:55:07.253 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspIkek_gn.bin"
112852026-09-02T23:55:08.382Z[ host-image] Sep 02 23:55:07.253 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureEmptyToken.bin"
112862026-09-02T23:55:08.382Z[ host-image] Sep 02 23:55:07.254 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/RsmuSecPolicy_gn.sbin"
112872026-09-02T23:55:08.382Z[ host-image] Sep 02 23:55:07.254 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Mp5Gn-45-104-100.csbin"
112882026-09-02T23:55:08.382Z[ host-image] Sep 02 23:55:07.254 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AgesaBootloader_U_prod_GN.csbin"
112892026-09-02T23:55:08.382Z[ host-image] Sep 02 23:55:07.254 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/GnPhyFw.sbin"
112902026-09-02T23:55:08.382Z[ host-image] Sep 02 23:55:07.254 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PSP-Key-DB_gn.sbin"
112912026-09-02T23:55:08.382Z[ host-image] Sep 02 23:55:07.254 INFO O| Info: ABL version: 0x100f5010
112922026-09-02T23:55:08.382Z[ host-image] Sep 02 23:55:07.254 INFO O| Info: For sub_program 0: SMU firmware version: 45.104.100
112932026-09-02T23:55:08.382Z[ host-image] Sep 02 23:55:07.254 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Imem.csbin"
112942026-09-02T23:55:08.383Z[ host-image] Sep 02 23:55:07.254 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Dmem.csbin"
112952026-09-02T23:55:08.383Z[ host-image] Sep 02 23:55:07.254 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Imem.csbin"
112962026-09-02T23:55:08.383Z[ host-image] Sep 02 23:55:07.254 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Dmem.csbin"
112972026-09-02T23:55:08.383Z[ host-image] Sep 02 23:55:07.254 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Imem.csbin"
112982026-09-02T23:55:08.384Z[ host-image] Sep 02 23:55:07.254 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Dmem.csbin"
112992026-09-02T23:55:08.384Z[ host-image] Sep 02 23:55:07.254 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Imem.csbin"
113002026-09-02T23:55:08.384Z[ host-image] Sep 02 23:55:07.254 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Dmem.csbin"
113012026-09-02T23:55:08.384Z[ host-image] Sep 02 23:55:07.254 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Imem.csbin"
113022026-09-02T23:55:08.384Z[ host-image] Sep 02 23:55:07.254 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Dmem.csbin"
113032026-09-02T23:55:08.384Z[ host-image] Sep 02 23:55:07.254 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Imem.csbin"
113042026-09-02T23:55:08.384Z[ host-image] Sep 02 23:55:07.254 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Dmem.csbin"
113052026-09-02T23:55:08.384Z[ host-image] Sep 02 23:55:07.254 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Imem.csbin"
113062026-09-02T23:55:08.384Z[ host-image] Sep 02 23:55:07.254 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Dmem.csbin"
113072026-09-02T23:55:08.384Z[ host-image] Sep 02 23:55:07.254 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Imem.csbin"
113082026-09-02T23:55:08.384Z[ host-image] Sep 02 23:55:07.254 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Dmem.csbin"
113092026-09-02T23:55:08.384Z[ host-image] Sep 02 23:55:07.254 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Imem.csbin"
113102026-09-02T23:55:08.385Z[ host-image] Sep 02 23:55:07.254 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Dmem.csbin"
113112026-09-02T23:55:08.415Z[ host-image] Sep 02 23:55:07.291 INFO building ROM for cosmo
113122026-09-02T23:55:08.415Z[ host-image] Sep 02 23:55:07.291 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")
113132026-09-02T23:55:08.460Z[ recovery-image] Sep 02 23:55:07.336 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x00_AmdPubKey_BRH.tkn"
113142026-09-02T23:55:08.460Z[ recovery-image] Sep 02 23:55:07.336 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x01_PspBl_BRH.esbin"
113152026-09-02T23:55:08.464Z[ recovery-image] Sep 02 23:55:07.336 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x02_PspOS_BRH.ecsbin"
113162026-09-02T23:55:08.464Z[ recovery-image] Sep 02 23:55:07.336 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x03_PspRecBl_BRH.esbin"
113172026-09-02T23:55:08.464Z[ recovery-image] Sep 02 23:55:07.336 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x08_SmuFirmware_breithorn.ecsbin"
113182026-09-02T23:55:08.464Z[ recovery-image] Sep 02 23:55:07.336 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x208_SmuFirmware_BRHDense.ecsbin"
113192026-09-02T23:55:08.464Z[ recovery-image] Sep 02 23:55:07.336 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x09_PspDebugUnlockToken_BRH.stkn"
113202026-09-02T23:55:08.464Z[ recovery-image] Sep 02 23:55:07.336 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x0A_PspAblPubKey_BRH.stkn"
113212026-09-02T23:55:08.465Z[ recovery-image] Sep 02 23:55:07.336 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x13_SduFw_BRH.ecsbin"
113222026-09-02T23:55:08.465Z[ recovery-image] Sep 02 23:55:07.336 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x21_PspAmdIkek_BRH.bin"
113232026-09-02T23:55:08.465Z[ recovery-image] Sep 02 23:55:07.336 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22_SecureEmptyToken.bin"
113242026-09-02T23:55:08.465Z[ recovery-image] Sep 02 23:55:07.336 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x24_RegisterAccessPolicy_BRH.cesbin"
113252026-09-02T23:55:08.465Z[ recovery-image] Sep 02 23:55:07.336 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x224_RegisterAccessPolicy_BRHDense.cesbin"
113262026-09-02T23:55:08.465Z[ recovery-image] Sep 02 23:55:07.336 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x28_PspSystemDriver_BRH.ecsbin"
113272026-09-02T23:55:08.465Z[ recovery-image] Sep 02 23:55:07.336 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2A_SmuFirmware_breithorn.ecsbin"
113282026-09-02T23:55:08.465Z[ recovery-image] Sep 02 23:55:07.336 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22A_SmuFirmware_BRHDense.ecsbin"
113292026-09-02T23:55:08.465Z[ recovery-image] Sep 02 23:55:07.336 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2D_AblRt.ecsbin"
113302026-09-02T23:55:08.465Z[ recovery-image] Sep 02 23:55:07.336 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x30_AgesaBootLoaderU_BRH.ecsbin"
113312026-09-02T23:55:08.465Z[ recovery-image] Sep 02 23:55:07.336 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x42_PhyFw_BRH.ecsbin"
113322026-09-02T23:55:08.465Z[ recovery-image] Sep 02 23:55:07.337 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x44_USB_PHY_BRH.esbin"
113332026-09-02T23:55:08.465Z[ recovery-image] Sep 02 23:55:07.337 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x45_RegisterAccessPolicy_BRH.cesbin"
113342026-09-02T23:55:08.466Z[ recovery-image] Sep 02 23:55:07.337 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x245_RegisterAccessPolicy_BRHDense.cesbin"
113352026-09-02T23:55:08.466Z[ recovery-image] Sep 02 23:55:07.337 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x50_PspKeyDataBase_BRH.sbin"
113362026-09-02T23:55:08.466Z[ recovery-image] Sep 02 23:55:07.337 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x51_PspTosKeyDataBase_BRH.ecsbin"
113372026-09-02T23:55:08.466Z[ recovery-image] Sep 02 23:55:07.337 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x55_SPLTable_BRH.sbin"
113382026-09-02T23:55:08.466Z[ recovery-image] Sep 02 23:55:07.337 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x5DMpioFw_BRH.cesbin"
113392026-09-02T23:55:08.466Z[ recovery-image] Sep 02 23:55:07.337 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x64_RasDriver_BRH.ecsbin"
113402026-09-02T23:55:08.466Z[ recovery-image] Sep 02 23:55:07.337 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x65_ta_ras_prod_amdTEE.ecsbin"
113412026-09-02T23:55:08.466Z[ recovery-image] Sep 02 23:55:07.337 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1A_SevDriver_BRH.ecsbin"
113422026-09-02T23:55:08.466Z[ recovery-image] Sep 02 23:55:07.337 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x15_IpKeyManagerDriver_BRH.ecsbin"
113432026-09-02T23:55:08.466Z[ recovery-image] Sep 02 23:55:07.337 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1B_BootDriver_BRH.ecsbin"
113442026-09-02T23:55:08.466Z[ recovery-image] Sep 02 23:55:07.337 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1C_SocDriver_BRH.ecsbin"
113452026-09-02T23:55:08.466Z[ recovery-image] Sep 02 23:55:07.337 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1D_HadDriver_BRH.ecsbin"
113462026-09-02T23:55:08.466Z[ recovery-image] Sep 02 23:55:07.337 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1F_InterfaceDriver_BRH.ecsbin"
113472026-09-02T23:55:08.466Z[ recovery-image] Sep 02 23:55:07.337 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x38_PspSevEmptyData.bin"
113482026-09-02T23:55:08.466Z[ recovery-image] Sep 02 23:55:07.337 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x47_DRTMDriver_BRH.ecsbin"
113492026-09-02T23:55:08.467Z[ recovery-image] Sep 02 23:55:07.337 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x67_FHPDriver_BRH.ecsbin"
113502026-09-02T23:55:08.467Z[ recovery-image] Sep 02 23:55:07.337 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x68_SPDMDriver_BRH.ecsbin"
113512026-09-02T23:55:08.467Z[ recovery-image] Sep 02 23:55:07.337 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x69_DPEDriver_BRH.ecsbin"
113522026-09-02T23:55:08.467Z[ recovery-image] Sep 02 23:55:07.337 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x73_PspBl_BRH.ecsbin"
113532026-09-02T23:55:08.467Z[ recovery-image] Sep 02 23:55:07.337 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x76_DfRib_BRH.csbin"
113542026-09-02T23:55:08.467Z[ recovery-image] Sep 02 23:55:07.337 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x8C_MPDMATF_BRH.sbin"
113552026-09-02T23:55:08.467Z[ recovery-image] Sep 02 23:55:07.337 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x91_GmiPhyFw_BRH.esbin"
113562026-09-02T23:55:08.467Z[ recovery-image] Sep 02 23:55:07.337 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x92_Page_BRH.sbin"
113572026-09-02T23:55:08.467Z[ recovery-image] Sep 02 23:55:07.337 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9D_AspSramFwExt_BRH.sbin"
113582026-09-02T23:55:08.467Z[ recovery-image] Sep 02 23:55:07.337 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9F_psp_tos_wl_bin_brh.sbin"
113592026-09-02T23:55:08.467Z[ recovery-image] Sep 02 23:55:07.337 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_A0.sbin"
113602026-09-02T23:55:08.467Z[ recovery-image] Sep 02 23:55:07.337 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_A0.sbin"
113612026-09-02T23:55:08.467Z[ recovery-image] Sep 02 23:55:07.337 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B0.sbin"
113622026-09-02T23:55:08.467Z[ recovery-image] Sep 02 23:55:07.337 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C0.sbin"
113632026-09-02T23:55:08.467Z[ recovery-image] Sep 02 23:55:07.337 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_B0.sbin"
113642026-09-02T23:55:08.467Z[ recovery-image] Sep 02 23:55:07.337 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B1.sbin"
113652026-09-02T23:55:08.467Z[ recovery-image] Sep 02 23:55:07.337 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C1.sbin"
113662026-09-02T23:55:08.467Z[ recovery-image] Sep 02 23:55:07.338 INFO O| Info: ABL version: 0x100af010
113672026-09-02T23:55:08.467Z[ recovery-image] Sep 02 23:55:07.338 INFO O| Info: For sub_program 0: SMU firmware version: 94.131.0
113682026-09-02T23:55:08.467Z[ recovery-image] Sep 02 23:55:07.338 INFO O| Info: For sub_program 2: SMU firmware version: 99.131.0
113692026-09-02T23:55:08.467Z[ recovery-image] Sep 02 23:55:07.338 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/APOB_NV_BRH.bin"
113702026-09-02T23:55:08.467Z[ recovery-image] Sep 02 23:55:07.338 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH.ecsbin"
113712026-09-02T23:55:08.467Z[ recovery-image] Sep 02 23:55:07.338 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH_C0.ecsbin"
113722026-09-02T23:55:08.467Z[ recovery-image] Sep 02 23:55:07.338 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH.ecsbin"
113732026-09-02T23:55:08.467Z[ recovery-image] Sep 02 23:55:07.338 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH_C0.ecsbin"
113742026-09-02T23:55:08.467Z[ recovery-image] Sep 02 23:55:07.338 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH.ecsbin"
113752026-09-02T23:55:08.467Z[ recovery-image] Sep 02 23:55:07.338 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH_C0.ecsbin"
113762026-09-02T23:55:08.467Z[ recovery-image] Sep 02 23:55:07.338 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH.ecsbin"
113772026-09-02T23:55:08.467Z[ recovery-image] Sep 02 23:55:07.338 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH_C0.ecsbin"
113782026-09-02T23:55:08.468Z[ recovery-image] Sep 02 23:55:07.338 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmQuickbootImem11_BRH_C0.ecsbin"
113792026-09-02T23:55:08.468Z[ recovery-image] Sep 02 23:55:07.338 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH.ecsbin"
113802026-09-02T23:55:08.468Z[ recovery-image] Sep 02 23:55:07.338 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH_C0.ecsbin"
113812026-09-02T23:55:08.468Z[ recovery-image] Sep 02 23:55:07.338 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH.ecsbin"
113822026-09-02T23:55:08.468Z[ recovery-image] Sep 02 23:55:07.338 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH_C0.ecsbin"
113832026-09-02T23:55:08.468Z[ recovery-image] Sep 02 23:55:07.338 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH.ecsbin"
113842026-09-02T23:55:08.468Z[ recovery-image] Sep 02 23:55:07.338 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH_C0.ecsbin"
113852026-09-02T23:55:08.468Z[ recovery-image] Sep 02 23:55:07.338 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH.ecsbin"
113862026-09-02T23:55:08.468Z[ recovery-image] Sep 02 23:55:07.338 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH_C0.ecsbin"
113872026-09-02T23:55:08.468Z[ recovery-image] Sep 02 23:55:07.338 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem11_BRH_C0.ecsbin"
113882026-09-02T23:55:08.468Z[ recovery-image] Sep 02 23:55:07.338 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem12_BRH_C0.ecsbin"
113892026-09-02T23:55:08.468Z[ recovery-image] Sep 02 23:55:07.338 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem5_BRH.csbin"
113902026-09-02T23:55:08.468Z[ recovery-image] Sep 02 23:55:07.338 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem6_BRH.csbin"
113912026-09-02T23:55:08.468Z[ recovery-image] Sep 02 23:55:07.339 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem7_BRH.csbin"
113922026-09-02T23:55:08.468Z[ recovery-image] Sep 02 23:55:07.339 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem8_BRH.csbin"
113932026-09-02T23:55:08.468Z[ recovery-image] Sep 02 23:55:07.339 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem5_BRH.csbin"
113942026-09-02T23:55:08.468Z[ recovery-image] Sep 02 23:55:07.339 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem6_BRH.csbin"
113952026-09-02T23:55:08.468Z[ recovery-image] Sep 02 23:55:07.339 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem7_BRH.csbin"
113962026-09-02T23:55:08.468Z[ recovery-image] Sep 02 23:55:07.339 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem8_BRH.csbin"
113972026-09-02T23:55:08.468Z[ recovery-image] Sep 02 23:55:07.339 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmQuickbootImem13_BRH.csbin"
113982026-09-02T23:55:08.468Z[ recovery-image] Sep 02 23:55:07.339 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem13_BRH.csbin"
113992026-09-02T23:55:08.468Z[ recovery-image] Sep 02 23:55:07.339 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem14_BRH.csbin"
114002026-09-02T23:55:08.499Z[ recovery-image] Sep 02 23:55:07.375 INFO skipping building ROM for cosmo-mbist-noaggr ('mbist' disabled)
114012026-09-02T23:55:08.499Z[ recovery-image] Sep 02 23:55:07.375 INFO building ROM for gimlet
114022026-09-02T23:55:08.499Z[ recovery-image] Sep 02 23:55:07.375 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")
114032026-09-02T23:55:08.512Z[ host-image] Sep 02 23:55:07.388 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.06s
114042026-09-02T23:55:08.516Z[ host-image] Sep 02 23:55:07.391 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`
114052026-09-02T23:55:08.530Z[ host-image] Sep 02 23:55:07.407 INFO E| reading from "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
114062026-09-02T23:55:08.553Z[ recovery-image] Sep 02 23:55:07.429 INFO E| Blocking waiting for file lock on package cache
114072026-09-02T23:55:08.576Z[ host-image] Sep 02 23:55:07.453 INFO E| Blocking waiting for file lock on package cache
114082026-09-02T23:55:08.601Z[ recovery-image] Sep 02 23:55:07.477 INFO E| Blocking waiting for file lock on package cache
114092026-09-02T23:55:08.604Z[ host-image] Sep 02 23:55:07.478 INFO E| Blocking waiting for file lock on package cache
114102026-09-02T23:55:08.605Z[ recovery-image] Sep 02 23:55:07.479 INFO E| Blocking waiting for file lock on package cache
114112026-09-02T23:55:08.616Z[ host-image] Sep 02 23:55:07.493 INFO E| Blocking waiting for file lock on package cache
114122026-09-02T23:55:08.627Z[ host-image] Sep 02 23:55:07.503 INFO E| Blocking waiting for file lock on build directory
114132026-09-02T23:55:08.632Z[ recovery-image] Sep 02 23:55:07.508 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.09s
114142026-09-02T23:55:08.636Z[ recovery-image] Sep 02 23:55:07.511 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`
114152026-09-02T23:55:08.643Z[ host-image] Sep 02 23:55:07.519 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.10s
114162026-09-02T23:55:08.648Z[ host-image] Sep 02 23:55:07.522 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`
114172026-09-02T23:55:08.652Z[ recovery-image] Sep 02 23:55:07.527 INFO E| reading from "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml"
114182026-09-02T23:55:08.720Z[ recovery-image] Sep 02 23:55:07.596 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.06s
114192026-09-02T23:55:08.723Z[ recovery-image] Sep 02 23:55:07.599 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`
114202026-09-02T23:55:08.851Z[ recovery-image] Sep 02 23:55:07.722 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AmdPubKey_gn.tkn"
114212026-09-02T23:55:08.851Z[ recovery-image] Sep 02 23:55:07.722 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspBootLoader_gn.sbin"
114222026-09-02T23:55:08.851Z[ recovery-image] Sep 02 23:55:07.722 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspRecoveryBootLoader_gn.sbin"
114232026-09-02T23:55:08.855Z[ recovery-image] Sep 02 23:55:07.722 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmwareGn-45-104-100.csbin"
114242026-09-02T23:55:08.855Z[ recovery-image] Sep 02 23:55:07.722 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugToken_gn.stkn"
114252026-09-02T23:55:08.855Z[ recovery-image] Sep 02 23:55:07.722 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspABLFw_gn.stkn"
114262026-09-02T23:55:08.855Z[ recovery-image] Sep 02 23:55:07.722 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmware2Gn-45-104-100.csbin"
114272026-09-02T23:55:08.855Z[ recovery-image] Sep 02 23:55:07.722 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugUnlock_gn.sbin"
114282026-09-02T23:55:08.855Z[ recovery-image] Sep 02 23:55:07.722 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspIkek_gn.bin"
114292026-09-02T23:55:08.855Z[ recovery-image] Sep 02 23:55:07.722 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureEmptyToken.bin"
114302026-09-02T23:55:08.856Z[ recovery-image] Sep 02 23:55:07.722 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/RsmuSecPolicy_gn.sbin"
114312026-09-02T23:55:08.856Z[ recovery-image] Sep 02 23:55:07.722 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Mp5Gn-45-104-100.csbin"
114322026-09-02T23:55:08.856Z[ recovery-image] Sep 02 23:55:07.722 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AgesaBootloader_U_prod_GN.csbin"
114332026-09-02T23:55:08.856Z[ recovery-image] Sep 02 23:55:07.723 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/GnPhyFw.sbin"
114342026-09-02T23:55:08.856Z[ recovery-image] Sep 02 23:55:07.723 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PSP-Key-DB_gn.sbin"
114352026-09-02T23:55:08.856Z[ recovery-image] Sep 02 23:55:07.723 INFO O| Info: ABL version: 0x100f5010
114362026-09-02T23:55:08.857Z[ recovery-image] Sep 02 23:55:07.723 INFO O| Info: For sub_program 0: SMU firmware version: 45.104.100
114372026-09-02T23:55:08.857Z[ recovery-image] Sep 02 23:55:07.723 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Imem.csbin"
114382026-09-02T23:55:08.857Z[ recovery-image] Sep 02 23:55:07.723 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Dmem.csbin"
114392026-09-02T23:55:08.857Z[ recovery-image] Sep 02 23:55:07.723 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Imem.csbin"
114402026-09-02T23:55:08.857Z[ recovery-image] Sep 02 23:55:07.723 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Dmem.csbin"
114412026-09-02T23:55:08.857Z[ recovery-image] Sep 02 23:55:07.723 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Imem.csbin"
114422026-09-02T23:55:08.857Z[ recovery-image] Sep 02 23:55:07.723 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Dmem.csbin"
114432026-09-02T23:55:08.857Z[ recovery-image] Sep 02 23:55:07.723 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Imem.csbin"
114442026-09-02T23:55:08.857Z[ recovery-image] Sep 02 23:55:07.723 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Dmem.csbin"
114452026-09-02T23:55:08.857Z[ recovery-image] Sep 02 23:55:07.723 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Imem.csbin"
114462026-09-02T23:55:08.857Z[ recovery-image] Sep 02 23:55:07.723 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Dmem.csbin"
114472026-09-02T23:55:08.857Z[ recovery-image] Sep 02 23:55:07.723 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Imem.csbin"
114482026-09-02T23:55:08.858Z[ recovery-image] Sep 02 23:55:07.723 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Dmem.csbin"
114492026-09-02T23:55:08.858Z[ recovery-image] Sep 02 23:55:07.723 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Imem.csbin"
114502026-09-02T23:55:08.858Z[ recovery-image] Sep 02 23:55:07.723 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Dmem.csbin"
114512026-09-02T23:55:08.858Z[ recovery-image] Sep 02 23:55:07.723 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Imem.csbin"
114522026-09-02T23:55:08.858Z[ recovery-image] Sep 02 23:55:07.723 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Dmem.csbin"
114532026-09-02T23:55:08.858Z[ recovery-image] Sep 02 23:55:07.723 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Imem.csbin"
114542026-09-02T23:55:08.858Z[ recovery-image] Sep 02 23:55:07.723 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Dmem.csbin"
114552026-09-02T23:55:08.858Z[ host-image] Sep 02 23:55:07.731 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x00_AmdPubKey_BRH.tkn"
114562026-09-02T23:55:08.858Z[ host-image] Sep 02 23:55:07.731 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x01_PspBl_BRH.esbin"
114572026-09-02T23:55:08.858Z[ host-image] Sep 02 23:55:07.731 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x02_PspOS_BRH.ecsbin"
114582026-09-02T23:55:08.858Z[ host-image] Sep 02 23:55:07.731 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x03_PspRecBl_BRH.esbin"
114592026-09-02T23:55:08.858Z[ host-image] Sep 02 23:55:07.731 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x08_SmuFirmware_breithorn.ecsbin"
114602026-09-02T23:55:08.862Z[ host-image] Sep 02 23:55:07.731 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x208_SmuFirmware_BRHDense.ecsbin"
114612026-09-02T23:55:08.862Z[ host-image] Sep 02 23:55:07.731 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x09_PspDebugUnlockToken_BRH.stkn"
114622026-09-02T23:55:08.862Z[ host-image] Sep 02 23:55:07.731 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x0A_PspAblPubKey_BRH.stkn"
114632026-09-02T23:55:08.862Z[ host-image] Sep 02 23:55:07.731 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x13_SduFw_BRH.ecsbin"
114642026-09-02T23:55:08.863Z[ host-image] Sep 02 23:55:07.731 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x21_PspAmdIkek_BRH.bin"
114652026-09-02T23:55:08.863Z[ host-image] Sep 02 23:55:07.731 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22_SecureEmptyToken.bin"
114662026-09-02T23:55:08.863Z[ host-image] Sep 02 23:55:07.731 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x24_RegisterAccessPolicy_BRH.cesbin"
114672026-09-02T23:55:08.863Z[ host-image] Sep 02 23:55:07.731 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x224_RegisterAccessPolicy_BRHDense.cesbin"
114682026-09-02T23:55:08.863Z[ host-image] Sep 02 23:55:07.731 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x28_PspSystemDriver_BRH.ecsbin"
114692026-09-02T23:55:08.863Z[ host-image] Sep 02 23:55:07.731 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2A_SmuFirmware_breithorn.ecsbin"
114702026-09-02T23:55:08.863Z[ host-image] Sep 02 23:55:07.731 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22A_SmuFirmware_BRHDense.ecsbin"
114712026-09-02T23:55:08.863Z[ host-image] Sep 02 23:55:07.731 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2D_AblRt.ecsbin"
114722026-09-02T23:55:08.863Z[ host-image] Sep 02 23:55:07.731 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x30_AgesaBootLoaderU_BRH.ecsbin"
114732026-09-02T23:55:08.863Z[ host-image] Sep 02 23:55:07.732 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x42_PhyFw_BRH.ecsbin"
114742026-09-02T23:55:08.863Z[ host-image] Sep 02 23:55:07.732 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x44_USB_PHY_BRH.esbin"
114752026-09-02T23:55:08.863Z[ host-image] Sep 02 23:55:07.732 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x45_RegisterAccessPolicy_BRH.cesbin"
114762026-09-02T23:55:08.863Z[ host-image] Sep 02 23:55:07.732 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x245_RegisterAccessPolicy_BRHDense.cesbin"
114772026-09-02T23:55:08.863Z[ host-image] Sep 02 23:55:07.732 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x50_PspKeyDataBase_BRH.sbin"
114782026-09-02T23:55:08.863Z[ host-image] Sep 02 23:55:07.732 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x51_PspTosKeyDataBase_BRH.ecsbin"
114792026-09-02T23:55:08.863Z[ host-image] Sep 02 23:55:07.732 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x55_SPLTable_BRH.sbin"
114802026-09-02T23:55:08.863Z[ host-image] Sep 02 23:55:07.732 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x5DMpioFw_BRH.cesbin"
114812026-09-02T23:55:08.863Z[ host-image] Sep 02 23:55:07.732 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x64_RasDriver_BRH.ecsbin"
114822026-09-02T23:55:08.863Z[ host-image] Sep 02 23:55:07.732 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x65_ta_ras_prod_amdTEE.ecsbin"
114832026-09-02T23:55:08.863Z[ host-image] Sep 02 23:55:07.732 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1A_SevDriver_BRH.ecsbin"
114842026-09-02T23:55:08.863Z[ host-image] Sep 02 23:55:07.732 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x15_IpKeyManagerDriver_BRH.ecsbin"
114852026-09-02T23:55:08.863Z[ host-image] Sep 02 23:55:07.732 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1B_BootDriver_BRH.ecsbin"
114862026-09-02T23:55:08.863Z[ host-image] Sep 02 23:55:07.732 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1C_SocDriver_BRH.ecsbin"
114872026-09-02T23:55:08.863Z[ host-image] Sep 02 23:55:07.732 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1D_HadDriver_BRH.ecsbin"
114882026-09-02T23:55:08.863Z[ host-image] Sep 02 23:55:07.732 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1F_InterfaceDriver_BRH.ecsbin"
114892026-09-02T23:55:08.863Z[ host-image] Sep 02 23:55:07.732 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x38_PspSevEmptyData.bin"
114902026-09-02T23:55:08.863Z[ host-image] Sep 02 23:55:07.732 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x47_DRTMDriver_BRH.ecsbin"
114912026-09-02T23:55:08.864Z[ host-image] Sep 02 23:55:07.732 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x67_FHPDriver_BRH.ecsbin"
114922026-09-02T23:55:08.864Z[ host-image] Sep 02 23:55:07.732 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x68_SPDMDriver_BRH.ecsbin"
114932026-09-02T23:55:08.864Z[ host-image] Sep 02 23:55:07.732 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x69_DPEDriver_BRH.ecsbin"
114942026-09-02T23:55:08.864Z[ host-image] Sep 02 23:55:07.732 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x73_PspBl_BRH.ecsbin"
114952026-09-02T23:55:08.864Z[ host-image] Sep 02 23:55:07.732 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x76_DfRib_BRH.csbin"
114962026-09-02T23:55:08.864Z[ host-image] Sep 02 23:55:07.732 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x8C_MPDMATF_BRH.sbin"
114972026-09-02T23:55:08.864Z[ host-image] Sep 02 23:55:07.732 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x91_GmiPhyFw_BRH.esbin"
114982026-09-02T23:55:08.864Z[ host-image] Sep 02 23:55:07.732 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x92_Page_BRH.sbin"
114992026-09-02T23:55:08.864Z[ host-image] Sep 02 23:55:07.732 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9D_AspSramFwExt_BRH.sbin"
115002026-09-02T23:55:08.864Z[ host-image] Sep 02 23:55:07.732 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9F_psp_tos_wl_bin_brh.sbin"
115012026-09-02T23:55:08.864Z[ host-image] Sep 02 23:55:07.732 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_A0.sbin"
115022026-09-02T23:55:08.864Z[ host-image] Sep 02 23:55:07.732 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_A0.sbin"
115032026-09-02T23:55:08.864Z[ host-image] Sep 02 23:55:07.732 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B0.sbin"
115042026-09-02T23:55:08.864Z[ host-image] Sep 02 23:55:07.732 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C0.sbin"
115052026-09-02T23:55:08.864Z[ host-image] Sep 02 23:55:07.732 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_B0.sbin"
115062026-09-02T23:55:08.864Z[ host-image] Sep 02 23:55:07.732 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B1.sbin"
115072026-09-02T23:55:08.865Z[ host-image] Sep 02 23:55:07.732 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C1.sbin"
115082026-09-02T23:55:08.865Z[ host-image] Sep 02 23:55:07.733 INFO O| Info: ABL version: 0x100af010
115092026-09-02T23:55:08.865Z[ host-image] Sep 02 23:55:07.733 INFO O| Info: For sub_program 2: SMU firmware version: 99.131.0
115102026-09-02T23:55:08.865Z[ host-image] Sep 02 23:55:07.733 INFO O| Info: For sub_program 0: SMU firmware version: 94.131.0
115112026-09-02T23:55:08.865Z[ host-image] Sep 02 23:55:07.733 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/APOB_NV_BRH.bin"
115122026-09-02T23:55:08.865Z[ host-image] Sep 02 23:55:07.733 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH.ecsbin"
115132026-09-02T23:55:08.865Z[ host-image] Sep 02 23:55:07.733 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH_C0.ecsbin"
115142026-09-02T23:55:08.865Z[ host-image] Sep 02 23:55:07.733 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH.ecsbin"
115152026-09-02T23:55:08.865Z[ host-image] Sep 02 23:55:07.733 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH_C0.ecsbin"
115162026-09-02T23:55:08.865Z[ host-image] Sep 02 23:55:07.733 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH.ecsbin"
115172026-09-02T23:55:08.865Z[ host-image] Sep 02 23:55:07.733 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH_C0.ecsbin"
115182026-09-02T23:55:08.865Z[ host-image] Sep 02 23:55:07.733 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH.ecsbin"
115192026-09-02T23:55:08.865Z[ host-image] Sep 02 23:55:07.733 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH_C0.ecsbin"
115202026-09-02T23:55:08.865Z[ host-image] Sep 02 23:55:07.733 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmQuickbootImem11_BRH_C0.ecsbin"
115212026-09-02T23:55:08.865Z[ host-image] Sep 02 23:55:07.733 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH.ecsbin"
115222026-09-02T23:55:08.865Z[ host-image] Sep 02 23:55:07.733 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH_C0.ecsbin"
115232026-09-02T23:55:08.865Z[ host-image] Sep 02 23:55:07.733 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH.ecsbin"
115242026-09-02T23:55:08.865Z[ host-image] Sep 02 23:55:07.733 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH_C0.ecsbin"
115252026-09-02T23:55:08.865Z[ host-image] Sep 02 23:55:07.733 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH.ecsbin"
115262026-09-02T23:55:08.865Z[ host-image] Sep 02 23:55:07.733 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH_C0.ecsbin"
115272026-09-02T23:55:08.865Z[ host-image] Sep 02 23:55:07.733 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH.ecsbin"
115282026-09-02T23:55:08.865Z[ host-image] Sep 02 23:55:07.733 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH_C0.ecsbin"
115292026-09-02T23:55:08.865Z[ host-image] Sep 02 23:55:07.733 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem11_BRH_C0.ecsbin"
115302026-09-02T23:55:08.865Z[ host-image] Sep 02 23:55:07.733 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem12_BRH_C0.ecsbin"
115312026-09-02T23:55:08.865Z[ host-image] Sep 02 23:55:07.733 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem5_BRH.csbin"
115322026-09-02T23:55:08.865Z[ host-image] Sep 02 23:55:07.733 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem6_BRH.csbin"
115332026-09-02T23:55:08.865Z[ host-image] Sep 02 23:55:07.733 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem7_BRH.csbin"
115342026-09-02T23:55:08.866Z[ host-image] Sep 02 23:55:07.733 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem8_BRH.csbin"
115352026-09-02T23:55:08.866Z[ host-image] Sep 02 23:55:07.733 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem5_BRH.csbin"
115362026-09-02T23:55:08.866Z[ host-image] Sep 02 23:55:07.733 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem6_BRH.csbin"
115372026-09-02T23:55:08.866Z[ host-image] Sep 02 23:55:07.733 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem7_BRH.csbin"
115382026-09-02T23:55:08.866Z[ host-image] Sep 02 23:55:07.734 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem8_BRH.csbin"
115392026-09-02T23:55:08.866Z[ host-image] Sep 02 23:55:07.734 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmQuickbootImem13_BRH.csbin"
115402026-09-02T23:55:08.866Z[ host-image] Sep 02 23:55:07.734 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem13_BRH.csbin"
115412026-09-02T23:55:08.866Z[ host-image] Sep 02 23:55:07.734 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem14_BRH.csbin"
115422026-09-02T23:55:08.889Z[ recovery-image] Sep 02 23:55:07.766 INFO skipping building ROM for cosmo-mbist ('mbist' disabled)
115432026-09-02T23:55:08.889Z[ recovery-image] Sep 02 23:55:07.766 INFO finishing image archive at "/work/os-recovery/os.tar.gz"...
115442026-09-02T23:55:08.896Z[ host-image] Sep 02 23:55:07.773 INFO skipping building ROM for cosmo-mbist-noaggr ('mbist' disabled)
115452026-09-02T23:55:08.896Z[ host-image] Sep 02 23:55:07.773 INFO skipping building ROM for cosmo-mbist ('mbist' disabled)
115462026-09-02T23:55:08.900Z[ host-image] Sep 02 23:55:07.773 INFO finishing image archive at "/work/os-host/os.tar.gz"...
115472026-09-02T23:55:10.060Z[ host-image] Sep 02 23:55:08.935 INFO image complete! materials are in "/work/os-host"
115482026-09-02T23:55:10.068Z[ host-image]
115492026-09-02T23:55:10.068Z[ host-image] real 3:58.751983886
115502026-09-02T23:55:10.068Z[ host-image] user 2:47.327621572
115512026-09-02T23:55:10.068Z[ host-image] sys 35.922695395
115522026-09-02T23:55:10.068Z[ host-image] trap 0.141351281
115532026-09-02T23:55:10.068Z[ host-image] tflt 0.277295959
115542026-09-02T23:55:10.068Z[ host-image] dflt 0.175180339
115552026-09-02T23:55:10.068Z[ host-image] kflt 0.000112300
115562026-09-02T23:55:10.068Z[ host-image] lock 5:00.859160801
115572026-09-02T23:55:10.068Z[ host-image] slp 20:44.829391633
115582026-09-02T23:55:10.068Z[ host-image] lat 25.901299540
115592026-09-02T23:55:10.069Z[ host-image] stop 1.764348634
115602026-09-02T23:55:10.069ZSep 02 23:55:08.939 INFO [host-image] process exited with exit status: 0 (238.757447402s)
115612026-09-02T23:55:10.069ZSep 02 23:55:08.939 INFO [tuf-v2-host] running task
115622026-09-02T23:55:10.069ZSep 02 23:55:08.940 INFO [tuf-v2-host] task succeeded (873.011µs)
115632026-09-02T23:55:10.132Z[ recovery-image] Sep 02 23:55:09.007 INFO image complete! materials are in "/work/os-recovery"
115642026-09-02T23:55:10.139Z[ recovery-image]
115652026-09-02T23:55:10.139Z[ recovery-image] real 3:28.560620647
115662026-09-02T23:55:10.139Z[ recovery-image] user 2:36.207043704
115672026-09-02T23:55:10.139Z[ recovery-image] sys 38.848177420
115682026-09-02T23:55:10.139Z[ recovery-image] trap 0.134944581
115692026-09-02T23:55:10.139Z[ recovery-image] tflt 0.600466065
115702026-09-02T23:55:10.139Z[ recovery-image] dflt 0.938410437
115712026-09-02T23:55:10.139Z[ recovery-image] kflt 0.000074170
115722026-09-02T23:55:10.139Z[ recovery-image] lock 8:14.400247973
115732026-09-02T23:55:10.139Z[ recovery-image] slp 18:38.928456511
115742026-09-02T23:55:10.139Z[ recovery-image] lat 39.353085623
115752026-09-02T23:55:10.139Z[ recovery-image] stop 9.754254815
115762026-09-02T23:55:10.139ZSep 02 23:55:09.012 INFO [recovery-image] process exited with exit status: 0 (208.566064004s)
115772026-09-02T23:55:10.140ZSep 02 23:55:09.012 INFO [tuf-v2-recovery] running task
115782026-09-02T23:55:10.140ZSep 02 23:55:09.012 INFO [tuf-repo] running task
115792026-09-02T23:55:10.140ZSep 02 23:55:09.012 INFO [tuf-v2-recovery] task succeeded (519.86µs)
115802026-09-02T23:55:10.140ZSep 02 23:55:09.012 INFO [tuf-v2-repo] running task
115812026-09-02T23:55:24.568ZSep 02 23:55:23.444 INFO assembling repository in `/tmp/tufaceousZLORIz`, component: OmicronRepoAssembler
115822026-09-02T23:55:27.146ZSep 02 23:55:26.020 INFO [tuf-v2-repo] task succeeded (17.007423806s)
115832026-09-02T23:55:29.940ZSep 02 23:55:28.815 DEBG assembly successful, cleaning up, component: OmicronRepoAssembler
115842026-09-02T23:55:30.195ZSep 02 23:55:29.036 INFO artifacts assembled and archived to `/work/repo.zip`, component: OmicronRepoAssembler
115852026-09-02T23:55:31.752ZSep 02 23:55:30.628 INFO skipping lab SP image, name: "cosmo-a-lab", board: "cosmo-a"
115862026-09-02T23:55:31.810ZSep 02 23:55:30.682 INFO skipping lab SP image, name: "cosmo-b-lab", board: "cosmo-b"
115872026-09-02T23:55:31.859ZSep 02 23:55:30.735 INFO skipping lab SP image, name: "gimlet-b-lab", board: "gimlet-b"
115882026-09-02T23:55:31.912ZSep 02 23:55:30.787 INFO skipping lab SP image, name: "gimlet-c-lab", board: "gimlet-c"
115892026-09-02T23:55:31.969ZSep 02 23:55:30.843 INFO skipping lab SP image, name: "gimlet-d-lab", board: "gimlet-d"
115902026-09-02T23:55:32.022ZSep 02 23:55:30.894 INFO skipping lab SP image, name: "gimlet-e-lab", board: "gimlet-e"
115912026-09-02T23:55:32.071ZSep 02 23:55:30.946 INFO skipping lab SP image, name: "gimlet-f-lab", board: "gimlet-f"
115922026-09-02T23:55:39.509ZSep 02 23:55:38.385 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
115932026-09-02T23:55:39.523ZSep 02 23:55:38.391 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
115942026-09-02T23:55:39.538ZSep 02 23:55:38.414 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
115952026-09-02T23:55:39.607ZSep 02 23:55:38.479 INFO skipping lab SP image, name: "sidecar-b-lab", board: "sidecar-b"
115962026-09-02T23:55:39.656ZSep 02 23:55:38.532 INFO skipping lab SP image, name: "sidecar-c-lab", board: "sidecar-c"
115972026-09-02T23:55:39.722ZSep 02 23:55:38.598 INFO skipping lab SP image, name: "sidecar-d-lab", board: "sidecar-d"
115982026-09-02T23:55:39.782ZSep 02 23:55:38.658 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
115992026-09-02T23:55:39.788ZSep 02 23:55:38.664 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
116002026-09-02T23:55:39.812ZSep 02 23:55:38.687 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
116012026-09-02T23:55:40.957ZSep 02 23:55:39.833 INFO [tuf-repo] task succeeded (30.821051517s)
116022026-09-02T23:58:52.544Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 7m 07s
116032026-09-02T23:58:52.550Z[verify-libraries] warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
116042026-09-02T23:58:52.550Z[verify-libraries] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
116052026-09-02T23:58:55.138ZSep 02 23:58:54.013 INFO [verify-libraries] process exited with exit status: 0 (433.799780335s)
116062026-09-02T23:58:55.139ZSep 02 23:58:54.013 INFO all jobs completed in 1176.755858248s
116072026-09-02T23:58:56.074Zprocess exited: duration 1391742 ms, exit code 0
 
116082026-09-02T23:58:56.085Zfound 41 output files
116092026-09-02T23:58:56.085Zuploading: /work/manifest.toml (17334 bytes)
116102026-09-02T23:58:57.096Zuploaded: /work/manifest.toml
116112026-09-02T23:58:57.103Zuploading: /work/repo.zip (2348796946 bytes)
116122026-09-02T23:59:38.593Zuploaded: /work/repo.zip
116132026-09-02T23:59:38.593Zuploading: /work/repo.zip.sha256.txt (65 bytes)
116142026-09-02T23:59:39.658Zuploaded: /work/repo.zip.sha256.txt
116152026-09-02T23:59:39.658Zuploading: /work/helios.json (647 bytes)
116162026-09-02T23:59:40.667Zuploaded: /work/helios.json
116172026-09-02T23:59:40.667Zuploading: /work/incorporation.p5m (113595 bytes)
116182026-09-02T23:59:41.680Zuploaded: /work/incorporation.p5m
116192026-09-02T23:59:41.680Zuploading: /work/incorporation.p5p (133120 bytes)
116202026-09-02T23:59:42.693Zuploaded: /work/incorporation.p5p
116212026-09-02T23:59:42.693Zuploading: /work/helios-incorp.log (522 bytes)
116222026-09-02T23:59:43.701Zuploaded: /work/helios-incorp.log
116232026-09-02T23:59:43.701Zuploading: /work/helios-setup.log (57183 bytes)
116242026-09-02T23:59:44.713Zuploaded: /work/helios-setup.log
116252026-09-02T23:59:44.714Zuploading: /work/host-image.log (234969 bytes)
116262026-09-02T23:59:45.733Zuploaded: /work/host-image.log
116272026-09-02T23:59:45.733Zuploading: /work/host-package.log (49353 bytes)
116282026-09-02T23:59:46.750Zuploaded: /work/host-package.log
116292026-09-02T23:59:46.750Zuploading: /work/host-target.log (101 bytes)
116302026-09-02T23:59:47.774Zuploaded: /work/host-target.log
116312026-09-02T23:59:47.774Zuploading: /work/incorp-create.log (0 bytes)
116322026-09-02T23:59:48.811Zuploaded: /work/incorp-create.log
116332026-09-02T23:59:48.811Zuploading: /work/incorp-fmt.log (0 bytes)
116342026-09-02T23:59:49.829Zuploaded: /work/incorp-fmt.log
116352026-09-02T23:59:49.829Zuploading: /work/incorp-pkgsend.log (108 bytes)
116362026-09-02T23:59:50.849Zuploaded: /work/incorp-pkgsend.log
116372026-09-02T23:59:50.849Zuploading: /work/incorp-publisher.log (0 bytes)
116382026-09-02T23:59:51.866Zuploaded: /work/incorp-publisher.log
116392026-09-02T23:59:51.867Zuploading: /work/omicron-package.log (10474 bytes)
116402026-09-02T23:59:52.982Zuploaded: /work/omicron-package.log
116412026-09-02T23:59:52.982Zuploading: /work/recovery-image.log (591894 bytes)
116422026-09-02T23:59:54.029Zuploaded: /work/recovery-image.log
116432026-09-02T23:59:54.029Zuploading: /work/recovery-package.log (2621 bytes)
116442026-09-02T23:59:55.063Zuploaded: /work/recovery-package.log
116452026-09-02T23:59:55.063Zuploading: /work/recovery-target.log (98 bytes)
116462026-09-02T23:59:56.086Zuploaded: /work/recovery-target.log
116472026-09-02T23:59:56.086Zuploading: /work/stamp-clickhouse.log (117 bytes)
116482026-09-02T23:59:57.235Zuploaded: /work/stamp-clickhouse.log
116492026-09-02T23:59:57.235Zuploading: /work/stamp-clickhouse_keeper.log (124 bytes)
116502026-09-02T23:59:58.497Zuploaded: /work/stamp-clickhouse_keeper.log
116512026-09-02T23:59:58.497Zuploading: /work/stamp-clickhouse_server.log (124 bytes)
116522026-09-02T23:59:59.535Zuploaded: /work/stamp-clickhouse_server.log
116532026-09-02T23:59:59.535Zuploading: /work/stamp-cockroachdb.log (118 bytes)
116542026-09-03T00:00:00.561Zuploaded: /work/stamp-cockroachdb.log
116552026-09-03T00:00:00.561Zuploading: /work/stamp-crucible-pantry-zone.log (127 bytes)
116562026-09-03T00:00:01.599Zuploaded: /work/stamp-crucible-pantry-zone.log
116572026-09-03T00:00:01.599Zuploading: /work/stamp-crucible-utils.log (118 bytes)
116582026-09-03T00:00:02.625Zuploaded: /work/stamp-crucible-utils.log
116592026-09-03T00:00:02.625Zuploading: /work/stamp-crucible-zone.log (120 bytes)
116602026-09-03T00:00:03.641Zuploaded: /work/stamp-crucible-zone.log
116612026-09-03T00:00:03.641Zuploading: /work/stamp-external-dns.log (119 bytes)
116622026-09-03T00:00:04.652Zuploaded: /work/stamp-external-dns.log
116632026-09-03T00:00:04.652Zuploading: /work/stamp-installinator.log (103 bytes)
116642026-09-03T00:00:05.664Zuploaded: /work/stamp-installinator.log
116652026-09-03T00:00:05.664Zuploading: /work/stamp-internal-dns.log (119 bytes)
116662026-09-03T00:00:06.955Zuploaded: /work/stamp-internal-dns.log
116672026-09-03T00:00:06.955Zuploading: /work/stamp-mg-ddm-gz.log (99 bytes)
116682026-09-03T00:00:07.979Zuploaded: /work/stamp-mg-ddm-gz.log
116692026-09-03T00:00:07.979Zuploading: /work/stamp-nexus.log (112 bytes)
116702026-09-03T00:00:09.003Zuploaded: /work/stamp-nexus.log
116712026-09-03T00:00:09.003Zuploading: /work/stamp-ntp.log (110 bytes)
116722026-09-03T00:00:10.671Zuploaded: /work/stamp-ntp.log
116732026-09-03T00:00:10.718Zuploading: /work/stamp-omicron-sled-agent.log (122 bytes)
116742026-09-03T00:00:11.775Zuploaded: /work/stamp-omicron-sled-agent.log
116752026-09-03T00:00:11.775Zuploading: /work/stamp-overlay.log (114 bytes)
116762026-09-03T00:00:16.185Zuploaded: /work/stamp-overlay.log
116772026-09-03T00:00:16.185Zuploading: /work/stamp-oximeter.log (115 bytes)
116782026-09-03T00:00:17.238Zuploaded: /work/stamp-oximeter.log
116792026-09-03T00:00:17.239Zuploading: /work/stamp-oxlog.log (109 bytes)
116802026-09-03T00:00:18.247Zuploaded: /work/stamp-oxlog.log
116812026-09-03T00:00:18.247Zuploading: /work/stamp-probe.log (112 bytes)
116822026-09-03T00:00:19.256Zuploaded: /work/stamp-probe.log
116832026-09-03T00:00:19.256Zuploading: /work/stamp-propolis-server.log (122 bytes)
116842026-09-03T00:00:20.266Zuploaded: /work/stamp-propolis-server.log
116852026-09-03T00:00:20.266Zuploading: /work/stamp-pumpkind-gz.log (115 bytes)
116862026-09-03T00:00:21.310Zuploaded: /work/stamp-pumpkind-gz.log
116872026-09-03T00:00:21.310Zuploading: /work/stamp-switch-asic.log (118 bytes)
116882026-09-03T00:00:22.393Zuploaded: /work/stamp-switch-asic.log
116892026-09-03T00:00:22.393Zuploading: /work/verify-libraries.log (50340 bytes)
116902026-09-03T00:00:23.986Zuploaded: /work/verify-libraries.log