01M0TN5GRK6VS6MPRBE1VJJG8X: 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: 01M0TN63T34TDPC1VRFB438Q54

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-24T19:51:29.286Zjob assigned to worker 01M0TN67SYDS5YTFZ97GAP24MW [factory aws, i-062d36ebd56f4cd71] (queued for 58 s)
 
22026-08-24T19:51:36.739Zstarting task 0: "setup"
32026-08-24T19:51:36.743Z++ uname -s
42026-08-24T19:51:36.747Z+ kern=SunOS
52026-08-24T19:51:36.747Z+ build_user=build
62026-08-24T19:51:36.747Z+ build_uid=12345
72026-08-24T19:51:36.747Z+ work_dir=/work
82026-08-24T19:51:36.747Z+ input_dir=/input
92026-08-24T19:51:36.747Z+ [[ 0 == 12345 ]]
102026-08-24T19:51:36.747Z+ case "$kern" in
112026-08-24T19:51:36.747Z+ groupadd -g 12345 build
122026-08-24T19:51:36.750Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-24T19:51:38.755Z+ zfs create -o mountpoint=/work rpool/work
142026-08-24T19:51:38.827Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-24T19:51:38.830Z+ home_fs=zfs
162026-08-24T19:51:38.830Z+ [[ zfs == autofs ]]
172026-08-24T19:51:38.830Z+ mkdir -p /home/build
182026-08-24T19:51:38.834Z+ chown build:build /home/build /work
192026-08-24T19:51:40.833Z+ chmod 0700 /home/build /work
202026-08-24T19:51:40.837Zprocess exited: duration 4098 ms, exit code 0
 
212026-08-24T19:51:40.843Zstarting task 1: "rust-toolchain"
222026-08-24T19:51:40.848Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
232026-08-24T19:51:40.848Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-08-24T19:51:40.848Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-08-24T19:51:40.848Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-08-24T19:51:40.848Z * rust toolchain channel = "1.97.1"
272026-08-24T19:51:40.848Z * rust toolchain profile = "default"
282026-08-24T19:51:40.851Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-24T19:51:40.851Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-08-24T19:51:40.949Zinfo: downloading installer
312026-08-24T19:51:42.416Zwarn: It looks like you have an existing rustup settings file at:
322026-08-24T19:51:42.416Zwarn: /home/build/.rustup/settings.toml
332026-08-24T19:51:42.416Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-08-24T19:51:42.416Zwarn: instead of the one inferred from the default host triple.
352026-08-24T19:51:42.428Zinfo: profile set to default
362026-08-24T19:51:42.428Zinfo: default host triple is x86_64-unknown-illumos
372026-08-24T19:51:42.431Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
382026-08-24T19:51:42.566Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-08-24T19:51:42.570Zinfo: downloading 6 components
402026-08-24T19:51:59.800Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
412026-08-24T19:51:59.800Z
422026-08-24T19:51:59.826Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-08-24T19:51:59.827Z
442026-08-24T19:51:59.827Z
452026-08-24T19:51:59.827ZRust is installed now. Great!
462026-08-24T19:51:59.827Z
472026-08-24T19:51:59.827ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-08-24T19:51:59.827Zenvironment variable. This has not been done automatically.
492026-08-24T19:51:59.827Z
502026-08-24T19:51:59.827ZTo configure your current shell, you need to source
512026-08-24T19:51:59.827Zthe corresponding env file under $HOME/.cargo.
522026-08-24T19:51:59.827Z
532026-08-24T19:51:59.827ZThis is usually done by running one of the following (note the leading DOT):
542026-08-24T19:51:59.827Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-08-24T19:51:59.827Zsource "$HOME/.cargo/env.fish" # For fish
562026-08-24T19:51:59.827Zsource "~/.cargo/env.nu" # For nushell
572026-08-24T19:51:59.827Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-08-24T19:51:59.830Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-08-24T19:51:59.830Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-08-24T19:51:59.830Zwarn: no default linker (`cc`) was found in your PATH
612026-08-24T19:51:59.830Zwarn: many Rust crates require a system C toolchain to build
622026-08-24T19:51:59.921Z+ rustup --version
632026-08-24T19:51:59.928Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-08-24T19:51:59.932Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-08-24T19:51:59.948Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-08-24T19:51:59.951Z+ cargo --version
672026-08-24T19:51:59.959Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-08-24T19:51:59.962Z+ rustc --version
692026-08-24T19:51:59.981Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-08-24T19:51:59.985Zprocess exited: duration 19141 ms, exit code 0
 
712026-08-24T19:51:59.991Zstarting task 2: "authentication"
722026-08-24T19:52:00.008Zprocess exited: duration 17 ms, exit code 0
 
732026-08-24T19:52:00.015Zstarting task 3: "clone repository"
742026-08-24T19:52:00.019Z+ mkdir -p /work/oxidecomputer/omicron
752026-08-24T19:52:00.022Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-08-24T19:52:00.057ZCloning into '/work/oxidecomputer/omicron'...
772026-08-24T19:52:11.932Z+ cd /work/oxidecomputer/omicron
782026-08-24T19:52:11.932Z+ git fetch origin dd9b78d9d5bf584fa652f8f058f751474d068b40
792026-08-24T19:52:12.664ZFrom https://github.com/oxidecomputer/omicron
802026-08-24T19:52:12.664Z * branch dd9b78d9d5bf584fa652f8f058f751474d068b40 -> FETCH_HEAD
812026-08-24T19:52:12.674Z+ [[ -n '' ]]
822026-08-24T19:52:12.674Z+ git reset --hard dd9b78d9d5bf584fa652f8f058f751474d068b40
832026-08-24T19:52:12.925ZHEAD is now at dd9b78d9d Bump postgres-protocol from 0.6.10 to 0.6.12
842026-08-24T19:52:12.929Zprocess exited: duration 12912 ms, exit code 0
 
852026-08-24T19:52:12.935Zstarting task 4: "build"
862026-08-24T19:52:12.940Z+ source .github/buildomat/ci-env.sh
872026-08-24T19:52:12.940Z++ export CARGO_TERM_COLOR=always
882026-08-24T19:52:12.943Z++ CARGO_TERM_COLOR=always
892026-08-24T19:52:12.943Z+++ uname -s
902026-08-24T19:52:12.943Z++ [[ SunOS == \S\u\n\O\S ]]
912026-08-24T19:52:12.943Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
922026-08-24T19:52:12.946Z+ cargo --version
932026-08-24T19:52:12.954Zcargo 1.97.1 (c980f4866 2026-06-30)
942026-08-24T19:52:12.961Z+ rustc --version
952026-08-24T19:52:12.976Zrustc 1.97.1 (8bab26f4f 2026-07-14)
962026-08-24T19:52:12.979Z+ cargo tree --locked
972026-08-24T19:52:13.145Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
982026-08-24T19:52:13.542Z Updating crates.io index
992026-08-24T19:52:13.545Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
1002026-08-24T19:52:14.987Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
1012026-08-24T19:52:15.562Z Updating git repository `https://github.com/oxidecomputer/propolis`
1022026-08-24T19:52:17.114Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
1032026-08-24T19:52:17.683Z Updating git repository `https://github.com/oxidecomputer/crucible`
1042026-08-24T19:52:19.366Z Updating git repository `https://github.com/oxidecomputer/opte`
1052026-08-24T19:52:20.371Z Updating git repository `https://github.com/oxidecomputer/tofino`
1062026-08-24T19:52:20.825Z Updating git repository `https://github.com/oxidecomputer/lldp`
1072026-08-24T19:52:21.192Z Updating git repository `https://github.com/oxidecomputer/maghemite`
1082026-08-24T19:52:22.607Z Updating git repository `https://github.com/oxidecomputer/clickward`
1092026-08-24T19:52:23.274Z Updating git repository `https://github.com/oxidecomputer/dice-util`
1102026-08-24T19:52:23.792Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
1112026-08-24T19:52:25.170Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
1122026-08-24T19:52:25.545Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
1132026-08-24T19:52:25.822Z Updating git repository `https://github.com/oxidecomputer/libnvme`
1142026-08-24T19:52:26.113Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
1152026-08-24T19:52:26.421Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
1162026-08-24T19:52:26.801Z Updating git repository `https://github.com/oxidecomputer/dendrite`
1172026-08-24T19:52:27.332Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
1182026-08-24T19:52:27.713Z Updating git repository `https://github.com/oxidecomputer/omicron-debug-dropbox`
1192026-08-24T19:52:28.020Z Updating git repository `https://github.com/oxidecomputer/dendrite`
1202026-08-24T19:52:28.560Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
1212026-08-24T19:52:28.884Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
1222026-08-24T19:52:29.553Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
1232026-08-24T19:52:30.019Z Updating git repository `https://github.com/oxidecomputer/erebor`
1242026-08-24T19:52:30.407Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
1252026-08-24T19:52:30.860Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
1262026-08-24T19:52:31.214Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
1272026-08-24T19:52:31.689Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
1282026-08-24T19:52:32.039Z Updating git repository `https://github.com/oxidecomputer/ispf`
1292026-08-24T19:52:32.395Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
1302026-08-24T19:52:32.753Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1312026-08-24T19:52:33.208Z Updating git repository `https://github.com/oxidecomputer/tough`
1322026-08-24T19:52:33.900Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
1332026-08-24T19:52:34.505Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
1342026-08-24T19:52:34.792Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
1352026-08-24T19:52:35.074Z Updating git repository `https://github.com/oxidecomputer/pmbus`
1362026-08-24T19:52:35.662Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
1372026-08-24T19:52:35.992Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1382026-08-24T19:52:36.271Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1392026-08-24T19:52:36.660Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1402026-08-24T19:52:36.977Z Updating git repository `https://github.com/illumos/smf-rs`
1412026-08-24T19:52:37.252Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
1422026-08-24T19:52:39.959Z Downloading crates ...
1432026-08-24T19:52:40.020Z Downloaded cobs v0.3.0
1442026-08-24T19:52:40.022Z Downloaded cipher v0.5.2
1452026-08-24T19:52:40.026Z Downloaded clap v4.6.1
1462026-08-24T19:52:40.029Z Downloaded clap_lex v1.0.0
1472026-08-24T19:52:40.034Z Downloaded compression-core v0.4.31
1482026-08-24T19:52:40.037Z Downloaded cpufeatures v0.2.17
1492026-08-24T19:52:40.037Z Downloaded convert_case v0.4.0
1502026-08-24T19:52:40.037Z Downloaded crc v3.4.0
1512026-08-24T19:52:40.040Z Downloaded hex-literal v0.4.1
1522026-08-24T19:52:40.043Z Downloaded cmake v0.1.57
1532026-08-24T19:52:40.046Z Downloaded cmov v0.5.4
1542026-08-24T19:52:40.046Z Downloaded crc-catalog v2.4.0
1552026-08-24T19:52:40.046Z Downloaded crunchy v0.2.4
1562026-08-24T19:52:40.046Z Downloaded ingot v0.2.1
1572026-08-24T19:52:40.051Z Downloaded cpubits v0.1.1
1582026-08-24T19:52:40.055Z Downloaded constant_time_eq v0.3.1
1592026-08-24T19:52:40.059Z Downloaded guppy v0.17.25
1602026-08-24T19:52:40.062Z Downloaded crc8 v0.1.1
1612026-08-24T19:52:40.065Z Downloaded cpufeatures v0.3.0
1622026-08-24T19:52:40.065Z Downloaded heck v0.5.0
1632026-08-24T19:52:40.068Z Downloaded heapless v0.7.17
1642026-08-24T19:52:40.068Z Downloaded half v1.8.3
1652026-08-24T19:52:40.071Z Downloaded hostname v0.3.1
1662026-08-24T19:52:40.071Z Downloaded guppy-workspace-hack v0.1.0
1672026-08-24T19:52:40.074Z Downloaded group v0.13.0
1682026-08-24T19:52:40.095Z Downloaded corncobs v0.1.4
1692026-08-24T19:52:40.095Z Downloaded derive_builder_macro v0.20.2
1702026-08-24T19:52:40.095Z Downloaded crossbeam-deque v0.8.6
1712026-08-24T19:52:40.095Z Downloaded crucible-workspace-hack v0.1.0
1722026-08-24T19:52:40.096Z Downloaded http-range v0.1.5
1732026-08-24T19:52:40.096Z Downloaded hickory-client v0.25.2
1742026-08-24T19:52:40.096Z Downloaded headers v0.4.1
1752026-08-24T19:52:40.096Z Downloaded crypto-common v0.2.2
1762026-08-24T19:52:40.096Z Downloaded defmt v0.3.100
1772026-08-24T19:52:40.096Z Downloaded hash32 v0.3.1
1782026-08-24T19:52:40.096Z Downloaded headers-core v0.3.0
1792026-08-24T19:52:40.096Z Downloaded curve25519-dalek-derive v0.1.1
1802026-08-24T19:52:40.096Z Downloaded hex-literal v1.1.0
1812026-08-24T19:52:40.099Z Downloaded ipnetwork v0.21.1
1822026-08-24T19:52:40.099Z Downloaded darling_macro v0.21.3
1832026-08-24T19:52:40.102Z Downloaded cstr-argument v0.1.2
1842026-08-24T19:52:40.105Z Downloaded hickory-resolver v0.24.4
1852026-08-24T19:52:40.108Z Downloaded indent_write v2.2.0
1862026-08-24T19:52:40.111Z Downloaded hex v0.4.3
1872026-08-24T19:52:40.115Z Downloaded darling_macro v0.20.11
1882026-08-24T19:52:40.115Z Downloaded crypto-common v0.1.7
1892026-08-24T19:52:40.118Z Downloaded home v0.5.12
1902026-08-24T19:52:40.121Z Downloaded group v0.14.0
1912026-08-24T19:52:40.121Z Downloaded defmt-parser v1.0.0
1922026-08-24T19:52:40.121Z Downloaded hmac v0.13.0
1932026-08-24T19:52:40.124Z Downloaded hashbrown v0.12.3
1942026-08-24T19:52:40.124Z Downloaded hubpack v0.1.2
1952026-08-24T19:52:40.124Z Downloaded inout v0.1.4
1962026-08-24T19:52:40.127Z Downloaded darling_macro v0.23.0
1972026-08-24T19:52:40.127Z Downloaded darling_macro v0.13.4
1982026-08-24T19:52:40.127Z Downloaded concurrent-queue v2.5.0
1992026-08-24T19:52:40.127Z Downloaded ident_case v1.0.1
2002026-08-24T19:52:40.132Z Downloaded idna_adapter v1.2.1
2012026-08-24T19:52:40.132Z Downloaded diesel_table_macro_syntax v0.3.0
2022026-08-24T19:52:40.132Z Downloaded is-terminal v0.4.17
2032026-08-24T19:52:40.132Z Downloaded const_format_proc_macros v0.2.34
2042026-08-24T19:52:40.132Z Downloaded is_terminal_polyfill v1.70.2
2052026-08-24T19:52:40.132Z Downloaded colorchoice v1.0.4
2062026-08-24T19:52:40.135Z Downloaded constant_time_eq v0.4.2
2072026-08-24T19:52:40.138Z Downloaded instant v0.1.13
2082026-08-24T19:52:40.138Z Downloaded hubpack_derive v0.1.1
2092026-08-24T19:52:40.138Z Downloaded criterion-plot v0.6.0
2102026-08-24T19:52:40.141Z Downloaded compression-codecs v0.4.37
2112026-08-24T19:52:40.144Z Downloaded convert_case v0.10.0
2122026-08-24T19:52:40.144Z Downloaded is_ci v1.2.0
2132026-08-24T19:52:40.146Z Downloaded debug-ignore v1.0.5
2142026-08-24T19:52:40.149Z Downloaded colored v2.2.0
2152026-08-24T19:52:40.153Z Downloaded colored v3.1.1
2162026-08-24T19:52:40.153Z Downloaded console v0.15.11
2172026-08-24T19:52:40.156Z Downloaded illumos-nvpair-sys v0.2.0
2182026-08-24T19:52:40.156Z Downloaded clap_derive v4.6.1
2192026-08-24T19:52:40.156Z Downloaded critical-section v1.2.0
2202026-08-24T19:52:40.156Z Downloaded hostname v0.4.2
2212026-08-24T19:52:40.156Z Downloaded inout v0.2.2
2222026-08-24T19:52:40.159Z Downloaded assert_matches v1.5.0
2232026-08-24T19:52:40.162Z Downloaded base16ct v0.2.0
2242026-08-24T19:52:40.165Z Downloaded block-padding v0.4.2
2252026-08-24T19:52:40.167Z Downloaded bit-set v0.5.3
2262026-08-24T19:52:40.170Z Downloaded der_derive v0.7.3
2272026-08-24T19:52:40.173Z Downloaded hyper-tls v0.6.0
2282026-08-24T19:52:40.173Z Downloaded http-body v1.0.1
2292026-08-24T19:52:40.176Z Downloaded illumos-nvpair v0.3.0
2302026-08-24T19:52:40.179Z Downloaded ctutils v0.4.2
2312026-08-24T19:52:40.179Z Downloaded deranged v0.5.8
2322026-08-24T19:52:40.182Z Downloaded darling v0.13.4
2332026-08-24T19:52:40.185Z Downloaded diesel-dtrace v0.5.0
2342026-08-24T19:52:40.187Z Downloaded indoc v1.0.9
2352026-08-24T19:52:40.187Z Downloaded daft-derive v0.1.8
2362026-08-24T19:52:40.190Z Downloaded cargo-platform v0.3.2
2372026-08-24T19:52:40.193Z Downloaded derive-ex v0.1.8
2382026-08-24T19:52:40.193Z Downloaded derive_builder_core v0.20.2
2392026-08-24T19:52:40.193Z Downloaded instability v0.3.11
2402026-08-24T19:52:40.196Z Downloaded internet-checksum v0.2.1
2412026-08-24T19:52:40.196Z Downloaded csv-core v0.1.13
2422026-08-24T19:52:40.199Z Downloaded oxide-generation-macros v0.2.0
2432026-08-24T19:52:40.199Z Downloaded cfg_aliases v0.2.1
2442026-08-24T19:52:40.199Z Downloaded openssl-probe v0.1.6
2452026-08-24T19:52:40.202Z Downloaded daft v0.1.8
2462026-08-24T19:52:40.202Z Downloaded password-hash v0.6.1
2472026-08-24T19:52:40.205Z Downloaded defmt v1.0.1
2482026-08-24T19:52:40.205Z Downloaded delegate v0.13.5
2492026-08-24T19:52:40.205Z Downloaded olpc-cjson v0.1.4
2502026-08-24T19:52:40.208Z Downloaded hash32 v0.2.1
2512026-08-24T19:52:40.208Z Downloaded indoc v2.0.7
2522026-08-24T19:52:40.211Z Downloaded addr2line v0.25.1
2532026-08-24T19:52:40.211Z Downloaded console v0.16.2
2542026-08-24T19:52:40.214Z Downloaded const-oid v0.9.6
2552026-08-24T19:52:40.214Z Downloaded cookie_store v0.22.1
2562026-08-24T19:52:40.214Z Downloaded cookie v0.18.1
2572026-08-24T19:52:40.218Z Downloaded crossbeam-utils v0.8.21
2582026-08-24T19:52:40.218Z Downloaded crossbeam-epoch v0.9.18
2592026-08-24T19:52:40.220Z Downloaded async-trait v0.1.89
2602026-08-24T19:52:40.223Z Downloaded httpdate v1.0.3
2612026-08-24T19:52:40.223Z Downloaded peg-runtime v0.8.5
2622026-08-24T19:52:40.227Z Downloaded iana-time-zone v0.1.65
2632026-08-24T19:52:40.230Z Downloaded phf_shared v0.12.1
2642026-08-24T19:52:40.233Z Downloaded percent-encoding v2.3.2
2652026-08-24T19:52:40.236Z Downloaded backtrace-ext v0.2.1
2662026-08-24T19:52:40.236Z Downloaded argon2 v0.5.3
2672026-08-24T19:52:40.239Z Downloaded precomputed-hash v0.1.1
2682026-08-24T19:52:40.239Z Downloaded predicates-core v1.0.10
2692026-08-24T19:52:40.239Z Downloaded progenitor-macro v0.13.0
2702026-08-24T19:52:40.239Z Downloaded arrayvec v0.7.6
2712026-08-24T19:52:40.242Z Downloaded assert_cmd v2.1.2
2722026-08-24T19:52:40.242Z Downloaded bitfield v0.19.4
2732026-08-24T19:52:40.242Z Downloaded quick-error v1.2.3
2742026-08-24T19:52:40.242Z Downloaded rand_chacha v0.3.1
2752026-08-24T19:52:40.245Z Downloaded progenitor-macro v0.14.0
2762026-08-24T19:52:40.247Z Downloaded ipnet v2.12.0
2772026-08-24T19:52:40.247Z Downloaded progenitor-client v0.14.0
2782026-08-24T19:52:40.250Z Downloaded rfc6979 v0.4.0
2792026-08-24T19:52:40.254Z Downloaded heck v0.4.1
2802026-08-24T19:52:40.257Z Downloaded hyper-staticfile v0.10.1
2812026-08-24T19:52:40.257Z Downloaded russh-util v0.52.0
2822026-08-24T19:52:40.260Z Downloaded impl-trait-for-tuples v0.2.3
2832026-08-24T19:52:40.263Z Downloaded autocfg v1.5.0
2842026-08-24T19:52:40.263Z Downloaded scroll_derive v0.13.1
2852026-08-24T19:52:40.263Z Downloaded defmt-macros v1.0.1
2862026-08-24T19:52:40.265Z Downloaded ingot-types v0.2.0
2872026-08-24T19:52:40.266Z Downloaded cexpr v0.6.0
2882026-08-24T19:52:40.266Z Downloaded clang-sys v1.8.1
2892026-08-24T19:52:40.268Z Downloaded ref-cast v1.0.25
2902026-08-24T19:52:40.272Z Downloaded darling v0.21.3
2912026-08-24T19:52:40.272Z Downloaded datatest-stable v0.3.3
2922026-08-24T19:52:40.275Z Downloaded darling v0.23.0
2932026-08-24T19:52:40.278Z Downloaded darling v0.20.11
2942026-08-24T19:52:40.281Z Downloaded highway v1.3.0
2952026-08-24T19:52:40.281Z Downloaded byteorder v1.5.0
2962026-08-24T19:52:40.281Z Downloaded pathdiff v0.2.3
2972026-08-24T19:52:40.281Z Downloaded ctr v0.10.1
2982026-08-24T19:52:40.284Z Downloaded data-encoding v2.10.0
2992026-08-24T19:52:40.284Z Downloaded httparse v1.10.1
3002026-08-24T19:52:40.287Z Downloaded hyper-rustls v0.27.7
3012026-08-24T19:52:40.296Z Downloaded parse-display-derive v0.10.0
3022026-08-24T19:52:40.300Z Downloaded http-body-util v0.1.3
3032026-08-24T19:52:40.300Z Downloaded humantime v2.3.0
3042026-08-24T19:52:40.303Z Downloaded hybrid-array v0.4.13
3052026-08-24T19:52:40.303Z Downloaded ingot-macros v0.2.0
3062026-08-24T19:52:40.303Z Downloaded serde_plain v1.0.2
3072026-08-24T19:52:40.303Z Downloaded serde_spanned v1.1.1
3082026-08-24T19:52:40.303Z Downloaded crc32fast v1.5.0
3092026-08-24T19:52:40.306Z Downloaded des v0.9.0
3102026-08-24T19:52:40.306Z Downloaded crc-any v2.5.0
3112026-08-24T19:52:40.306Z Downloaded signature v3.0.0
3122026-08-24T19:52:40.309Z Downloaded similar-asserts v1.7.0
3132026-08-24T19:52:40.309Z Downloaded phc v0.6.1
3142026-08-24T19:52:40.309Z Downloaded predicates v3.1.4
3152026-08-24T19:52:40.312Z Downloaded poly1305 v0.8.0
3162026-08-24T19:52:40.312Z Downloaded signal-hook-mio v0.2.5
3172026-08-24T19:52:40.312Z Downloaded slog-envlogger v2.2.0
3182026-08-24T19:52:40.315Z Downloaded anyhow v1.0.104
3192026-08-24T19:52:40.315Z Downloaded strsim v0.10.0
3202026-08-24T19:52:40.318Z Downloaded anstyle v1.0.14
3212026-08-24T19:52:40.318Z Downloaded pin-project-lite v0.2.17
3222026-08-24T19:52:40.321Z Downloaded bitflags v2.11.0
3232026-08-24T19:52:40.324Z Downloaded pkcs8 v0.10.2
3242026-08-24T19:52:40.324Z Downloaded thread-id v5.1.0
3252026-08-24T19:52:40.327Z Downloaded proc-macro-error v1.0.4
3262026-08-24T19:52:40.327Z Downloaded heapless v0.8.0
3272026-08-24T19:52:40.330Z Downloaded blake2b_simd v1.0.4
3282026-08-24T19:52:40.330Z Downloaded hmac v0.12.1
3292026-08-24T19:52:40.333Z Downloaded rust-argon2 v2.1.0
3302026-08-24T19:52:40.335Z Downloaded supports-hyperlinks v3.2.0
3312026-08-24T19:52:40.336Z Downloaded terminal_size v0.4.3
3322026-08-24T19:52:40.336Z Downloaded rpassword v7.5.4
3332026-08-24T19:52:40.339Z Downloaded tabled_derive v0.7.0
3342026-08-24T19:52:40.339Z Downloaded take_mut v0.2.2
3352026-08-24T19:52:40.342Z Downloaded tokio-test v0.4.5
3362026-08-24T19:52:40.345Z Downloaded ciborium v0.2.2
3372026-08-24T19:52:40.348Z Downloaded cancel-safe-futures v0.1.5
3382026-08-24T19:52:40.348Z Downloaded derive_builder v0.20.2
3392026-08-24T19:52:40.351Z Downloaded serde-hex v0.1.0
3402026-08-24T19:52:40.351Z Downloaded typify-macro v0.6.2
3412026-08-24T19:52:40.354Z Downloaded darling_core v0.13.4
3422026-08-24T19:52:40.356Z Downloaded unicode-xid v0.2.6
3432026-08-24T19:52:40.357Z Downloaded icu_properties v2.1.2
3442026-08-24T19:52:40.357Z Downloaded icu_provider v2.1.1
3452026-08-24T19:52:40.362Z Downloaded indexmap v1.9.3
3462026-08-24T19:52:40.366Z Downloaded sec1 v0.8.1
3472026-08-24T19:52:40.369Z Downloaded half v2.7.1
3482026-08-24T19:52:40.372Z Downloaded oxnet v0.1.6
3492026-08-24T19:52:40.372Z Downloaded compact_str v0.8.1
3502026-08-24T19:52:40.375Z Downloaded usdt-attr-macro v0.6.0
3512026-08-24T19:52:40.379Z Downloaded smf v0.2.3
3522026-08-24T19:52:40.382Z Downloaded ssh-encoding v0.3.0
3532026-08-24T19:52:40.385Z Downloaded universal-hash v0.6.1
3542026-08-24T19:52:40.390Z Downloaded xshell-macros v0.2.7
3552026-08-24T19:52:40.390Z Downloaded derive-where v1.6.0
3562026-08-24T19:52:40.390Z Downloaded yoke-derive v0.8.1
3572026-08-24T19:52:40.392Z Downloaded serdect v0.4.3
3582026-08-24T19:52:40.392Z Downloaded spki v0.7.3
3592026-08-24T19:52:40.393Z Downloaded difflib v0.4.0
3602026-08-24T19:52:40.393Z Downloaded dropshot-api-manager-types v0.8.0
3612026-08-24T19:52:40.393Z Downloaded dtrace-parser v0.3.0
3622026-08-24T19:52:40.395Z Downloaded endian-type v0.1.2
3632026-08-24T19:52:40.395Z Downloaded slog-json v2.6.1
3642026-08-24T19:52:40.395Z Downloaded strip-ansi-escapes v0.2.1
3652026-08-24T19:52:40.396Z Downloaded waitgroup v0.1.2
3662026-08-24T19:52:40.396Z Downloaded hickory-resolver v0.25.2
3672026-08-24T19:52:40.398Z Downloaded httptest v0.16.4
3682026-08-24T19:52:40.398Z Downloaded hashbrown v0.15.5
3692026-08-24T19:52:40.401Z Downloaded document-features v0.2.12
3702026-08-24T19:52:40.404Z Downloaded strum_macros v0.27.2
3712026-08-24T19:52:40.414Z Downloaded strum_macros v0.26.4
3722026-08-24T19:52:40.417Z Downloaded target-triple v1.0.0
3732026-08-24T19:52:40.417Z Downloaded form_urlencoded v1.2.2
3742026-08-24T19:52:40.420Z Downloaded thiserror-impl v2.0.18
3752026-08-24T19:52:40.420Z Downloaded salsa20 v0.11.0
3762026-08-24T19:52:40.420Z Downloaded fd-lock v4.0.4
3772026-08-24T19:52:40.423Z Downloaded time-macros v0.2.27
3782026-08-24T19:52:40.423Z Downloaded const_format v0.2.35
3792026-08-24T19:52:40.426Z Downloaded papergrid v0.11.0
3802026-08-24T19:52:40.429Z Downloaded papergrid v0.18.0
3812026-08-24T19:52:40.432Z Downloaded toml_write v0.1.2
3822026-08-24T19:52:40.432Z Downloaded darling_core v0.20.11
3832026-08-24T19:52:40.435Z Downloaded derive_more v0.99.20
3842026-08-24T19:52:40.435Z Downloaded darling_core v0.21.3
3852026-08-24T19:52:40.438Z Downloaded git-stub v1.0.0
3862026-08-24T19:52:40.441Z Downloaded lalrpop-util v0.19.12
3872026-08-24T19:52:40.441Z Downloaded icu_normalizer v2.1.1
3882026-08-24T19:52:40.441Z Downloaded libscf-sys v1.2.0
3892026-08-24T19:52:40.444Z Downloaded oxide-update-engine-types v0.1.2
3902026-08-24T19:52:40.444Z Downloaded futures-task v0.3.32
3912026-08-24T19:52:40.444Z Downloaded fnv v1.0.7
3922026-08-24T19:52:40.444Z Downloaded globwalk v0.9.1
3932026-08-24T19:52:40.447Z Downloaded const-oid v0.10.2
3942026-08-24T19:52:40.447Z Downloaded crypto-bigint v0.5.5
3952026-08-24T19:52:40.451Z Downloaded indicatif v0.18.4
3962026-08-24T19:52:40.453Z Downloaded vergen-lib v0.1.6
3972026-08-24T19:52:40.453Z Downloaded crossbeam-channel v0.5.15
3982026-08-24T19:52:40.456Z Downloaded semver v1.0.28
3992026-08-24T19:52:40.456Z Downloaded md5 v0.8.0
4002026-08-24T19:52:40.456Z Downloaded postgres-types v0.2.12
4012026-08-24T19:52:40.459Z Downloaded usdt-impl v0.5.0
4022026-08-24T19:52:40.459Z Downloaded toml_datetime v0.7.5+spec-1.1.0
4032026-08-24T19:52:40.462Z Downloaded maplit v1.0.2
4042026-08-24T19:52:40.462Z Downloaded memoffset v0.9.1
4052026-08-24T19:52:40.465Z Downloaded lru-slab v0.1.2
4062026-08-24T19:52:40.468Z Downloaded vergen-git2 v9.1.0
4072026-08-24T19:52:40.468Z Downloaded allocator-api2 v0.2.21
4082026-08-24T19:52:40.471Z Downloaded num-conv v0.2.0
4092026-08-24T19:52:40.471Z Downloaded num-derive v0.4.2
4102026-08-24T19:52:40.474Z Downloaded vergen-gitcl v1.0.8
4112026-08-24T19:52:40.474Z Downloaded assert-json-diff v2.0.2
4122026-08-24T19:52:40.474Z Downloaded displaydoc v0.2.5
4132026-08-24T19:52:40.486Z Downloaded icu_normalizer_data v2.1.1
4142026-08-24T19:52:40.489Z Downloaded rustls-platform-verifier v0.6.2
4152026-08-24T19:52:40.492Z Downloaded rustc-demangle v0.1.27
4162026-08-24T19:52:40.492Z Downloaded ryu v1.0.23
4172026-08-24T19:52:40.497Z Downloaded tempfile v3.27.0
4182026-08-24T19:52:40.497Z Downloaded env_logger v0.11.11
4192026-08-24T19:52:40.501Z Downloaded equivalent v1.0.2
4202026-08-24T19:52:40.501Z Downloaded erased-serde v0.3.31
4212026-08-24T19:52:40.501Z Downloaded approx v0.5.1
4222026-08-24T19:52:40.501Z Downloaded anstyle-query v1.1.5
4232026-08-24T19:52:40.501Z Downloaded oso v0.27.3
4242026-08-24T19:52:40.504Z Downloaded toml_parser v1.1.2+spec-1.1.0
4252026-08-24T19:52:40.504Z Downloaded toml_writer v1.1.1+spec-1.1.0
4262026-08-24T19:52:40.504Z Downloaded foldhash v0.1.5
4272026-08-24T19:52:40.504Z Downloaded fs-err v2.11.0
4282026-08-24T19:52:40.507Z Downloaded futures-executor v0.3.32
4292026-08-24T19:52:40.507Z Downloaded async-object-pool v0.2.0
4302026-08-24T19:52:40.507Z Downloaded atomic-waker v1.1.2
4312026-08-24T19:52:40.507Z Downloaded toml v0.8.23
4322026-08-24T19:52:40.511Z Downloaded openssl-probe v0.2.1
4332026-08-24T19:52:40.514Z Downloaded darling_core v0.23.0
4342026-08-24T19:52:40.517Z Downloaded pest_meta v2.8.6
4352026-08-24T19:52:40.517Z Downloaded ucd-trie v0.1.7
4362026-08-24T19:52:40.517Z Downloaded generic-array v0.14.7
4372026-08-24T19:52:40.522Z Downloaded cfg-if v1.0.4
4382026-08-24T19:52:40.526Z Downloaded hickory-server v0.25.2
4392026-08-24T19:52:40.528Z Downloaded linkme v0.3.35
4402026-08-24T19:52:40.531Z Downloaded serde_derive v1.0.228
4412026-08-24T19:52:40.531Z Downloaded slog v2.8.2
4422026-08-24T19:52:40.534Z Downloaded der v0.7.10
4432026-08-24T19:52:40.537Z Downloaded keccak v0.2.0
4442026-08-24T19:52:40.537Z Downloaded rcgen v0.12.1
4452026-08-24T19:52:40.540Z Downloaded tracing-attributes v0.1.31
4462026-08-24T19:52:40.540Z Downloaded ff v0.13.1
4472026-08-24T19:52:40.540Z Downloaded libefi-sys v0.1.0
4482026-08-24T19:52:40.543Z Downloaded native-tls v0.2.18
4492026-08-24T19:52:40.543Z Downloaded either v1.15.0
4502026-08-24T19:52:40.543Z Downloaded num-complex v0.4.6
4512026-08-24T19:52:40.546Z Downloaded parse-size v1.1.0
4522026-08-24T19:52:40.546Z Downloaded path-slash v0.1.5
4532026-08-24T19:52:40.546Z Downloaded phf_shared v0.11.3
4542026-08-24T19:52:40.549Z Downloaded lock_api v0.4.14
4552026-08-24T19:52:40.552Z Downloaded zerocopy-derive v0.7.35
4562026-08-24T19:52:40.555Z Downloaded anstream v0.6.21
4572026-08-24T19:52:40.558Z Downloaded newtype-uuid v1.3.2
4582026-08-24T19:52:40.560Z Downloaded ignore v0.4.25
4592026-08-24T19:52:40.565Z Downloaded nu-ansi-term v0.50.3
4602026-08-24T19:52:40.567Z Downloaded rand_distr v0.5.1
4612026-08-24T19:52:40.572Z Downloaded rstest_macros v0.25.0
4622026-08-24T19:52:40.577Z Downloaded textwrap v0.16.2
4632026-08-24T19:52:40.581Z Downloaded tinyvec v1.10.0
4642026-08-24T19:52:40.581Z Downloaded russh-cryptovec v0.62.0
4652026-08-24T19:52:40.581Z Downloaded bit-vec v0.6.3
4662026-08-24T19:52:40.581Z Downloaded camino-tempfile v1.4.1
4672026-08-24T19:52:40.582Z Downloaded rand_xorshift v0.4.0
4682026-08-24T19:52:40.584Z Downloaded rfc6979 v0.6.0
4692026-08-24T19:52:40.584Z Downloaded rustc-hash v2.1.1
4702026-08-24T19:52:40.584Z Downloaded scheduled-thread-pool v0.2.7
4712026-08-24T19:52:40.587Z Downloaded scroll_derive v0.12.1
4722026-08-24T19:52:40.587Z Downloaded hyper-util v0.1.20
4732026-08-24T19:52:40.591Z Downloaded icu_locale_core v2.1.1
4742026-08-24T19:52:40.594Z Downloaded backoff v0.4.0
4752026-08-24T19:52:40.594Z Downloaded bitflags v1.3.2
4762026-08-24T19:52:40.596Z Downloaded derive_more v2.1.1
4772026-08-24T19:52:40.600Z Downloaded hashbrown v0.13.2
4782026-08-24T19:52:40.602Z Downloaded http v1.4.2
4792026-08-24T19:52:40.605Z Downloaded derive_more-impl v2.1.1
4802026-08-24T19:52:40.608Z Downloaded signature v2.2.0
4812026-08-24T19:52:40.608Z Downloaded structmeta v0.3.0
4822026-08-24T19:52:40.611Z Downloaded siphasher v1.0.2
4832026-08-24T19:52:40.614Z Downloaded globset v0.4.18
4842026-08-24T19:52:40.614Z Downloaded oxide-generation v0.1.3
4852026-08-24T19:52:40.617Z Downloaded zopfli v0.8.3
4862026-08-24T19:52:40.620Z Downloaded diff v0.1.13
4872026-08-24T19:52:40.620Z Downloaded peg-macros v0.8.5
4882026-08-24T19:52:40.623Z Downloaded ecdsa v0.17.0
4892026-08-24T19:52:40.623Z Downloaded primefield v0.14.0
4902026-08-24T19:52:40.628Z Downloaded serde_yaml v0.9.34+deprecated
4912026-08-24T19:52:40.631Z Downloaded packed_struct v0.10.1
4922026-08-24T19:52:40.631Z Downloaded subtle v2.6.1
4932026-08-24T19:52:40.634Z Downloaded supports-color v2.1.0
4942026-08-24T19:52:40.634Z Downloaded supports-color v3.0.2
4952026-08-24T19:52:40.637Z Downloaded terminal_size v0.1.17
4962026-08-24T19:52:40.637Z Downloaded postgres-protocol v0.6.12
4972026-08-24T19:52:40.641Z Downloaded testing_table v0.3.0
4982026-08-24T19:52:40.644Z Downloaded internal-russh-num-bigint v0.5.0
4992026-08-24T19:52:40.647Z Downloaded icu_collections v2.1.1
5002026-08-24T19:52:40.650Z Downloaded tower-layer v0.3.3
5012026-08-24T19:52:40.650Z Downloaded unicode-truncate v1.1.0
5022026-08-24T19:52:40.650Z Downloaded unit-prefix v0.5.2
5032026-08-24T19:52:40.653Z Downloaded progenitor-client v0.13.0
5042026-08-24T19:52:40.653Z Downloaded proc-macro2 v1.0.106
5052026-08-24T19:52:40.656Z Downloaded rand v0.8.6
5062026-08-24T19:52:40.656Z Downloaded rand_core v0.9.5
5072026-08-24T19:52:40.659Z Downloaded blake2 v0.10.6
5082026-08-24T19:52:40.659Z Downloaded camino v1.2.5
5092026-08-24T19:52:40.662Z Downloaded bytecount v0.6.9
5102026-08-24T19:52:40.665Z Downloaded try-lock v0.2.5
5112026-08-24T19:52:40.665Z Downloaded rusty-fork v0.3.1
5122026-08-24T19:52:40.665Z Downloaded utf8_iter v1.0.4
5132026-08-24T19:52:40.665Z Downloaded utf8parse v0.2.2
5142026-08-24T19:52:40.668Z Downloaded secrecy v0.8.0
5152026-08-24T19:52:40.668Z Downloaded untrusted v0.9.0
5162026-08-24T19:52:40.668Z Downloaded want v0.3.1
5172026-08-24T19:52:40.673Z Downloaded der v0.8.0
5182026-08-24T19:52:40.676Z Downloaded diesel_derives v2.3.7
5192026-08-24T19:52:40.680Z Downloaded serde_derive_internals v0.29.1
5202026-08-24T19:52:40.683Z Downloaded embedded-io v0.6.1
5212026-08-24T19:52:40.683Z Downloaded dyn-clone v1.0.20
5222026-08-24T19:52:40.686Z Downloaded qorb v0.4.1
5232026-08-24T19:52:40.686Z Downloaded shlex v1.3.0
5242026-08-24T19:52:40.689Z Downloaded serde_tokenstream v0.3.0
5252026-08-24T19:52:40.689Z Downloaded zone_cfg_derive v0.3.1
5262026-08-24T19:52:40.692Z Downloaded downcast-rs v2.0.2
5272026-08-24T19:52:40.695Z Downloaded getrandom v0.3.4
5282026-08-24T19:52:40.695Z Downloaded criterion v0.7.0
5292026-08-24T19:52:40.698Z Downloaded pkcs1 v0.7.5
5302026-08-24T19:52:40.701Z Downloaded pkcs1 v0.8.0-rc.4
5312026-08-24T19:52:40.701Z Downloaded sqlformat v0.3.5
5322026-08-24T19:52:40.701Z Downloaded strum_macros v0.24.3
5332026-08-24T19:52:40.704Z Downloaded support-bundle-viewer v0.1.2
5342026-08-24T19:52:40.704Z Downloaded slab v0.4.12
5352026-08-24T19:52:40.704Z Downloaded slog-term v2.9.2
5362026-08-24T19:52:40.707Z Downloaded stacker v0.1.23
5372026-08-24T19:52:40.707Z Downloaded stringmetrics v2.2.2
5382026-08-24T19:52:40.707Z Downloaded foreign-types-shared v0.1.1
5392026-08-24T19:52:40.710Z Downloaded env_filter v2.0.0
5402026-08-24T19:52:40.710Z Downloaded keccak v0.1.6
5412026-08-24T19:52:40.710Z Downloaded uuid v1.23.4
5422026-08-24T19:52:40.713Z Downloaded itertools v0.13.0
5432026-08-24T19:52:40.716Z Downloaded parking_lot v0.12.5
5442026-08-24T19:52:40.716Z Downloaded tls_codec v0.4.2
5452026-08-24T19:52:40.719Z Downloaded tokio-postgres v0.7.16
5462026-08-24T19:52:40.721Z Downloaded progenitor-extras v0.2.0
5472026-08-24T19:52:40.721Z Downloaded thread_local v1.1.9
5482026-08-24T19:52:40.724Z Downloaded funty v2.0.0
5492026-08-24T19:52:40.724Z Downloaded match_cfg v0.1.0
5502026-08-24T19:52:40.728Z Downloaded hashbrown v0.16.1
5512026-08-24T19:52:40.730Z Downloaded omicron-zone-package v0.12.3
5522026-08-24T19:52:40.733Z Downloaded toml_datetime v1.1.1+spec-1.1.0
5532026-08-24T19:52:40.733Z Downloaded itertools v0.10.5
5542026-08-24T19:52:40.736Z Downloaded usdt v0.5.0
5552026-08-24T19:52:40.736Z Downloaded newline-converter v0.3.0
5562026-08-24T19:52:40.736Z Downloaded uzers v0.12.2
5572026-08-24T19:52:40.741Z Downloaded indexmap v2.14.0
5582026-08-24T19:52:40.744Z Downloaded serde_with_macros v3.21.0
5592026-08-24T19:52:40.747Z Downloaded memmap v0.7.0
5602026-08-24T19:52:40.750Z Downloaded multimap v0.10.1
5612026-08-24T19:52:40.750Z Downloaded atty v0.2.14
5622026-08-24T19:52:40.753Z Downloaded sha2 v0.11.0
5632026-08-24T19:52:40.764Z Downloaded foldhash v0.2.0
5642026-08-24T19:52:40.768Z Downloaded tinystr v0.8.2
5652026-08-24T19:52:40.774Z Downloaded block-buffer v0.10.4
5662026-08-24T19:52:40.774Z Downloaded zeroize v1.9.0
5672026-08-24T19:52:40.774Z Downloaded digest v0.10.7
5682026-08-24T19:52:40.774Z Downloaded dirs-sys-next v0.1.2
5692026-08-24T19:52:40.777Z Downloaded ascii-canvas v3.0.0
5702026-08-24T19:52:40.777Z Downloaded base16ct v1.0.0
5712026-08-24T19:52:40.777Z Downloaded cfg-expr v0.20.6
5722026-08-24T19:52:40.780Z Downloaded url v2.5.8
5732026-08-24T19:52:40.783Z Downloaded knus-derive v3.4.0
5742026-08-24T19:52:40.786Z Downloaded enum_dispatch v0.3.13
5752026-08-24T19:52:40.788Z Downloaded filetime v0.2.27
5762026-08-24T19:52:40.789Z Downloaded find-msvc-tools v0.1.9
5772026-08-24T19:52:40.789Z Downloaded futures-io v0.3.32
5782026-08-24T19:52:40.789Z Downloaded cfg_aliases v0.1.1
5792026-08-24T19:52:40.791Z Downloaded miette-derive v7.6.0
5802026-08-24T19:52:40.796Z Downloaded miniz_oxide v0.8.9
5812026-08-24T19:52:40.800Z Downloaded phf_shared v0.13.1
5822026-08-24T19:52:40.800Z Downloaded unicode-segmentation v1.12.0
5832026-08-24T19:52:40.802Z Downloaded postcard v1.1.3
5842026-08-24T19:52:40.802Z Downloaded twox-hash v2.1.2
5852026-08-24T19:52:40.805Z Downloaded libtest-mimic v0.8.1
5862026-08-24T19:52:40.809Z Downloaded packed_struct_codegen v0.10.1
5872026-08-24T19:52:40.809Z Downloaded serde_with v1.14.0
5882026-08-24T19:52:40.813Z Downloaded nodrop v0.1.14
5892026-08-24T19:52:40.813Z Downloaded plotters-backend v0.3.7
5902026-08-24T19:52:40.813Z Downloaded predicates-tree v1.0.13
5912026-08-24T19:52:40.813Z Downloaded proc-macro-error-attr v1.0.4
5922026-08-24T19:52:40.813Z Downloaded tokio-rustls v0.26.4
5932026-08-24T19:52:40.816Z Downloaded proc-macro-error-attr2 v2.0.0
5942026-08-24T19:52:40.816Z Downloaded rustc_version v0.1.7
5952026-08-24T19:52:40.819Z Downloaded serde-big-array v0.5.1
5962026-08-24T19:52:40.819Z Downloaded serde_regex v1.1.0
5972026-08-24T19:52:40.823Z Downloaded aes v0.9.1
5982026-08-24T19:52:40.823Z Downloaded rustyline v14.0.0
5992026-08-24T19:52:40.826Z Downloaded aead v0.6.1
6002026-08-24T19:52:40.826Z Downloaded anstream v1.0.0
6012026-08-24T19:52:40.829Z Downloaded quote v1.0.45
6022026-08-24T19:52:40.829Z Downloaded schemars v0.8.22
6032026-08-24T19:52:40.834Z Downloaded recursive v0.1.1
6042026-08-24T19:52:40.837Z Downloaded prettyplease v0.2.37
6052026-08-24T19:52:40.837Z Downloaded subprocess v0.2.15
6062026-08-24T19:52:40.840Z Downloaded textwrap v0.15.2
6072026-08-24T19:52:40.840Z Downloaded flate2 v1.1.9
6082026-08-24T19:52:40.843Z Downloaded getrandom v0.2.17
6092026-08-24T19:52:40.846Z Downloaded bs58 v0.5.1
6102026-08-24T19:52:40.846Z Downloaded cassowary v0.3.0
6112026-08-24T19:52:40.846Z Downloaded signal-hook-tokio v0.3.1
6122026-08-24T19:52:40.846Z Downloaded smawk v0.3.2
6132026-08-24T19:52:40.849Z Downloaded crossterm v0.28.1
6142026-08-24T19:52:40.852Z Downloaded structmeta-derive v0.3.0
6152026-08-24T19:52:40.852Z Downloaded supports-unicode v3.0.0
6162026-08-24T19:52:40.852Z Downloaded h2 v0.4.15
6172026-08-24T19:52:40.855Z Downloaded p256 v0.14.0
6182026-08-24T19:52:40.857Z Downloaded paste v1.0.15
6192026-08-24T19:52:40.857Z Downloaded pem v3.0.6
6202026-08-24T19:52:40.860Z Downloaded num_enum_derive v0.7.6
6212026-08-24T19:52:40.860Z Downloaded itertools v0.12.1
6222026-08-24T19:52:40.864Z Downloaded knus v3.4.0
6232026-08-24T19:52:40.866Z Downloaded idna v1.1.0
6242026-08-24T19:52:40.866Z Downloaded sync_wrapper v1.0.2
6252026-08-24T19:52:40.870Z Downloaded miette v5.10.0
6262026-08-24T19:52:40.870Z Downloaded bcs v0.1.6
6272026-08-24T19:52:40.870Z Downloaded litrs v1.0.0
6282026-08-24T19:52:40.873Z Downloaded hkdf v0.12.4
6292026-08-24T19:52:40.873Z Downloaded phf v0.13.1
6302026-08-24T19:52:40.873Z Downloaded tabwriter v1.4.1
6312026-08-24T19:52:40.876Z Downloaded unicode-ident v1.0.24
6322026-08-24T19:52:40.878Z Downloaded proc-macro-error2 v2.0.1
6332026-08-24T19:52:40.878Z Downloaded serde_core v1.0.228
6342026-08-24T19:52:40.881Z Downloaded pretty_assertions v1.4.1
6352026-08-24T19:52:40.881Z Downloaded crossterm v0.29.0
6362026-08-24T19:52:40.884Z Downloaded hashbrown v0.17.0
6372026-08-24T19:52:40.887Z Downloaded itertools v0.15.0
6382026-08-24T19:52:40.891Z Downloaded hashbrown v0.14.5
6392026-08-24T19:52:40.893Z Downloaded rand_chacha v0.9.0
6402026-08-24T19:52:40.897Z Downloaded rustversion v1.0.22
6412026-08-24T19:52:40.897Z Downloaded snafu v0.8.9
6422026-08-24T19:52:40.900Z Downloaded unarray v0.1.4
6432026-08-24T19:52:40.900Z Downloaded plotters v0.3.7
6442026-08-24T19:52:40.904Z Downloaded slog-scope v4.4.1
6452026-08-24T19:52:40.907Z Downloaded primeorder v0.14.0
6462026-08-24T19:52:40.907Z Downloaded getrandom v0.4.3
6472026-08-24T19:52:40.910Z Downloaded bzip2 v0.4.4
6482026-08-24T19:52:40.910Z Downloaded chacha20 v0.9.1
6492026-08-24T19:52:40.910Z Downloaded ssh-cipher v0.3.0
6502026-08-24T19:52:40.914Z Downloaded embedded-io v0.4.0
6512026-08-24T19:52:40.914Z Downloaded foreign-types v0.5.0
6522026-08-24T19:52:40.917Z Downloaded relative-path v1.9.3
6532026-08-24T19:52:40.917Z Downloaded sec1 v0.7.3
6542026-08-24T19:52:40.917Z Downloaded sha1 v0.10.6
6552026-08-24T19:52:40.920Z Downloaded string_cache v0.8.9
6562026-08-24T19:52:40.920Z Downloaded rustls-native-certs v0.8.3
6572026-08-24T19:52:40.920Z Downloaded usdt v0.6.0
6582026-08-24T19:52:40.923Z Downloaded utf-8 v0.7.6
6592026-08-24T19:52:40.923Z Downloaded itertools v0.14.0
6602026-08-24T19:52:40.926Z Downloaded digest-io v0.1.0
6612026-08-24T19:52:40.926Z Downloaded litemap v0.8.1
6622026-08-24T19:52:40.926Z Downloaded dof v0.4.0
6632026-08-24T19:52:40.929Z Downloaded errno v0.3.14
6642026-08-24T19:52:40.929Z Downloaded escape8259 v0.5.3
6652026-08-24T19:52:40.929Z Downloaded ed25519-dalek v3.0.0
6662026-08-24T19:52:40.932Z Downloaded futures-macro v0.3.32
6672026-08-24T19:52:40.932Z Downloaded pest_generator v2.8.6
6682026-08-24T19:52:40.934Z Downloaded termcolor v1.4.1
6692026-08-24T19:52:40.937Z Downloaded thiserror-no-std v2.0.2
6702026-08-24T19:52:40.937Z Downloaded tokio-dtrace v0.1.1
6712026-08-24T19:52:40.940Z Downloaded base64 v0.21.7
6722026-08-24T19:52:40.940Z Downloaded cc v1.2.56
6732026-08-24T19:52:40.943Z Downloaded nonempty v0.12.0
6742026-08-24T19:52:40.943Z Downloaded dsl_auto_type v0.2.0
6752026-08-24T19:52:40.946Z Downloaded quinn-udp v0.5.14
6762026-08-24T19:52:40.946Z Downloaded tiny-keccak v2.0.2
6772026-08-24T19:52:40.949Z Downloaded drift v0.2.0
6782026-08-24T19:52:40.952Z Downloaded zip v0.6.6
6792026-08-24T19:52:40.955Z Downloaded owo-colors v4.3.0
6802026-08-24T19:52:40.958Z Downloaded typenum v1.20.1
6812026-08-24T19:52:40.958Z Downloaded owo-colors v3.5.0
6822026-08-24T19:52:40.961Z Downloaded maybe-uninit v2.0.0
6832026-08-24T19:52:40.961Z Downloaded target-lexicon v0.13.3
6842026-08-24T19:52:40.961Z Downloaded float-cmp v0.10.0
6852026-08-24T19:52:40.961Z Downloaded miette-derive v5.10.0
6862026-08-24T19:52:40.964Z Downloaded newtype_derive v0.1.6
6872026-08-24T19:52:40.964Z Downloaded arrayref v0.3.9
6882026-08-24T19:52:40.964Z Downloaded aead v0.5.2
6892026-08-24T19:52:40.964Z Downloaded array-init v0.0.4
6902026-08-24T19:52:40.964Z Downloaded lru-cache v0.1.2
6912026-08-24T19:52:40.964Z Downloaded linked-hash-map v0.5.6
6922026-08-24T19:52:40.967Z Downloaded thiserror v1.0.69
6932026-08-24T19:52:40.967Z Downloaded tungstenite v0.23.0
6942026-08-24T19:52:40.970Z Downloaded serde_path_to_error v0.1.20
6952026-08-24T19:52:40.970Z Downloaded libbz2-rs-sys v0.2.2
6962026-08-24T19:52:40.973Z Downloaded port-file v0.1.0
6972026-08-24T19:52:40.973Z Downloaded tokio-tungstenite v0.21.0
6982026-08-24T19:52:40.973Z Downloaded usdt-macro v0.6.0
6992026-08-24T19:52:40.976Z Downloaded tokio-tungstenite v0.23.1
7002026-08-24T19:52:40.976Z Downloaded wyz v0.5.1
7012026-08-24T19:52:40.976Z Downloaded bcrypt-pbkdf v0.11.0
7022026-08-24T19:52:40.979Z Downloaded bb8 v0.8.6
7032026-08-24T19:52:40.979Z Downloaded ciborium-ll v0.2.2
7042026-08-24T19:52:40.984Z Downloaded zerovec-derive v0.11.2
7052026-08-24T19:52:40.987Z Downloaded chacha20 v0.10.0
7062026-08-24T19:52:40.990Z Downloaded hyper v1.10.1
7072026-08-24T19:52:40.993Z Downloaded icu_properties_data v2.1.2
7082026-08-24T19:52:40.997Z Downloaded toml_edit v0.19.15
7092026-08-24T19:52:41.006Z Downloaded ed25519 v2.2.3
7102026-08-24T19:52:41.009Z Downloaded fs_extra v1.3.0
7112026-08-24T19:52:41.009Z Downloaded rsa v0.9.10
7122026-08-24T19:52:41.013Z Downloaded rand_pcg v0.10.2
7132026-08-24T19:52:41.013Z Downloaded yasna v0.5.2
7142026-08-24T19:52:41.013Z Downloaded iri-string v0.7.10
7152026-08-24T19:52:41.017Z Downloaded whoami v2.1.0
7162026-08-24T19:52:41.020Z Downloaded zstd v0.13.3
7172026-08-24T19:52:41.020Z Downloaded knuffel-derive v3.2.0
7182026-08-24T19:52:41.020Z Downloaded num-iter v0.1.45
7192026-08-24T19:52:41.020Z Downloaded clap_builder v4.6.0
7202026-08-24T19:52:41.023Z Downloaded num-traits v0.2.19
7212026-08-24T19:52:41.026Z Downloaded secrecy v0.10.3
7222026-08-24T19:52:41.026Z Downloaded seq-macro v0.3.6
7232026-08-24T19:52:41.026Z Downloaded sha1 v0.11.0
7242026-08-24T19:52:41.029Z Downloaded semver v0.1.20
7252026-08-24T19:52:41.029Z Downloaded libxml v0.3.3
7262026-08-24T19:52:41.032Z Downloaded num-integer v0.1.46
7272026-08-24T19:52:41.032Z Downloaded stable_deref_trait v1.2.1
7282026-08-24T19:52:41.043Z Downloaded nom v7.1.3
7292026-08-24T19:52:41.047Z Downloaded ssh-key v0.7.0-rc.11
7302026-08-24T19:52:41.047Z Downloaded thread-id v4.2.2
7312026-08-24T19:52:41.047Z Downloaded git-stub-vcs v0.1.0
7322026-08-24T19:52:41.047Z Downloaded libsw v3.5.0
7332026-08-24T19:52:41.047Z Downloaded nanorand v0.7.0
7342026-08-24T19:52:41.047Z Downloaded supports-hyperlinks v2.1.0
7352026-08-24T19:52:41.047Z Downloaded sync-ptr v0.1.4
7362026-08-24T19:52:41.047Z Downloaded fancy-regex v0.14.0
7372026-08-24T19:52:41.047Z Downloaded parking_lot_core v0.9.12
7382026-08-24T19:52:41.050Z Downloaded zerocopy v0.6.6
7392026-08-24T19:52:41.050Z Downloaded zip v4.6.1
7402026-08-24T19:52:41.053Z Downloaded topological-sort v0.2.2
7412026-08-24T19:52:41.053Z Downloaded xattr v1.6.1
7422026-08-24T19:52:41.053Z Downloaded anstyle-parse v0.2.7
7432026-08-24T19:52:41.053Z Downloaded byte-wrapper v0.1.0
7442026-08-24T19:52:41.056Z Downloaded oorandom v11.1.5
7452026-08-24T19:52:41.056Z Downloaded untrusted v0.7.1
7462026-08-24T19:52:41.056Z Downloaded usdt-attr-macro v0.5.0
7472026-08-24T19:52:41.056Z Downloaded oxide-tokio-rt v0.1.4
7482026-08-24T19:52:41.056Z Downloaded path-tree v0.8.3
7492026-08-24T19:52:41.059Z Downloaded pem-rfc7468 v1.0.0
7502026-08-24T19:52:41.059Z Downloaded polyval v0.7.1
7512026-08-24T19:52:41.059Z Downloaded tinyvec_macros v0.1.1
7522026-08-24T19:52:41.059Z Downloaded tokio-macros v2.7.0
7532026-08-24T19:52:41.062Z Downloaded smallvec v1.15.1
7542026-08-24T19:52:41.062Z Downloaded hkdf v0.13.0
7552026-08-24T19:52:41.065Z Downloaded rand_core v0.10.0
7562026-08-24T19:52:41.070Z Downloaded fixedbitset v0.4.2
7572026-08-24T19:52:41.073Z Downloaded futures-sink v0.3.32
7582026-08-24T19:52:41.073Z Downloaded rand v0.9.2
7592026-08-24T19:52:41.076Z Downloaded kstat-rs v0.2.5
7602026-08-24T19:52:41.076Z Downloaded psm v0.1.30
7612026-08-24T19:52:41.079Z Downloaded yoke v0.8.1
7622026-08-24T19:52:41.079Z Downloaded pem-rfc7468 v0.7.0
7632026-08-24T19:52:41.082Z Downloaded primeorder v0.13.6
7642026-08-24T19:52:41.082Z Downloaded progenitor v0.14.0
7652026-08-24T19:52:41.085Z Downloaded rustls-pemfile v2.2.0
7662026-08-24T19:52:41.085Z Downloaded nested v0.1.1
7672026-08-24T19:52:41.085Z Downloaded async-stream-impl v0.3.6
7682026-08-24T19:52:41.088Z Downloaded lzss v0.8.2
7692026-08-24T19:52:41.091Z Downloaded goblin v0.8.2
7702026-08-24T19:52:41.094Z Downloaded base64 v0.22.1
7712026-08-24T19:52:41.097Z Downloaded ed25519-dalek v2.2.0
7722026-08-24T19:52:41.100Z Downloaded crypto-primes v0.7.2
7732026-08-24T19:52:41.103Z Downloaded cargo_metadata v0.23.1
7742026-08-24T19:52:41.103Z Downloaded serde v1.0.228
7752026-08-24T19:52:41.106Z Downloaded arc-swap v1.8.2
7762026-08-24T19:52:41.106Z Downloaded async-bb8-diesel v0.2.1
7772026-08-24T19:52:41.111Z Downloaded scroll v0.12.0
7782026-08-24T19:52:41.115Z Downloaded bit-set v0.8.0
7792026-08-24T19:52:41.118Z Downloaded pest v2.8.6
7802026-08-24T19:52:41.121Z Downloaded snafu-derive v0.8.9
7812026-08-24T19:52:41.121Z Downloaded tui-tree-widget v0.23.1
7822026-08-24T19:52:41.121Z Downloaded unicase v2.9.0
7832026-08-24T19:52:41.121Z Downloaded parse-display v0.10.0
7842026-08-24T19:52:41.121Z Downloaded slog-stdlog v4.1.1
7852026-08-24T19:52:41.124Z Downloaded synstructure v0.13.2
7862026-08-24T19:52:41.124Z Downloaded plain v0.2.3
7872026-08-24T19:52:41.124Z Downloaded proc-macro-crate v1.3.1
7882026-08-24T19:52:41.128Z Downloaded serde_bytes v0.11.19
7892026-08-24T19:52:41.131Z Downloaded zerovec v0.11.5
7902026-08-24T19:52:41.134Z Downloaded tracing-core v0.1.36
7912026-08-24T19:52:41.134Z Downloaded tungstenite v0.21.0
7922026-08-24T19:52:41.137Z Downloaded parking_lot_core v0.8.6
7932026-08-24T19:52:41.140Z Downloaded poly1305 v0.9.0
7942026-08-24T19:52:41.140Z Downloaded tls_codec_derive v0.4.2
7952026-08-24T19:52:41.140Z Downloaded ref-cast-impl v1.0.25
7962026-08-24T19:52:41.143Z Downloaded sqlparser_derive v0.5.0
7972026-08-24T19:52:41.146Z Downloaded futures-core v0.3.32
7982026-08-24T19:52:41.146Z Downloaded sponge-cursor v0.1.0
7992026-08-24T19:52:41.146Z Downloaded futures-timer v3.0.3
8002026-08-24T19:52:41.149Z Downloaded salty v0.3.0
8012026-08-24T19:52:41.152Z Downloaded fallible-iterator v0.2.0
8022026-08-24T19:52:41.155Z Downloaded generic-array v1.4.3
8032026-08-24T19:52:41.158Z Downloaded x509-cert v0.2.5
8042026-08-24T19:52:41.161Z Downloaded toml_datetime v0.6.11
8052026-08-24T19:52:41.161Z Downloaded universal-hash v0.5.1
8062026-08-24T19:52:41.161Z Downloaded schemars v0.9.0
8072026-08-24T19:52:41.167Z Downloaded zerofrom-derive v0.1.6
8082026-08-24T19:52:41.170Z Downloaded iddqd v0.4.2
8092026-08-24T19:52:41.173Z Downloaded blowfish v0.10.0
8102026-08-24T19:52:41.173Z Downloaded vsss-rs v3.3.4
8112026-08-24T19:52:41.176Z Downloaded display-error-chain v0.2.2
8122026-08-24T19:52:41.176Z Downloaded ed25519 v3.0.0
8132026-08-24T19:52:41.176Z Downloaded signal-hook-registry v1.4.8
8142026-08-24T19:52:41.179Z Downloaded thiserror-impl-no-std v2.0.2
8152026-08-24T19:52:41.179Z Downloaded wait-timeout v0.2.1
8162026-08-24T19:52:41.179Z Downloaded zerofrom v0.1.6
8172026-08-24T19:52:41.179Z Downloaded linkme-impl v0.3.35
8182026-08-24T19:52:41.179Z Downloaded linear-map v1.2.0
8192026-08-24T19:52:41.182Z Downloaded nibble_vec v0.1.0
8202026-08-24T19:52:41.186Z Downloaded cipher v0.4.4
8212026-08-24T19:52:41.189Z Downloaded partial-io v0.5.4
8222026-08-24T19:52:41.189Z Downloaded event-listener v5.4.1
8232026-08-24T19:52:41.189Z Downloaded term v0.7.0
8242026-08-24T19:52:41.192Z Downloaded foreign-types v0.3.2
8252026-08-24T19:52:41.195Z Downloaded num-rational v0.4.2
8262026-08-24T19:52:41.198Z Downloaded cbc v0.2.1
8272026-08-24T19:52:41.198Z Downloaded rand_seeder v0.4.0
8282026-08-24T19:52:41.201Z Downloaded bitfield-macros v0.19.4
8292026-08-24T19:52:41.205Z Downloaded smallvec v0.6.14
8302026-08-24T19:52:41.205Z Downloaded bitfield-struct v0.6.2
8312026-08-24T19:52:41.205Z Downloaded potential_utf v0.1.4
8322026-08-24T19:52:41.205Z Downloaded pkg-config v0.3.32
8332026-08-24T19:52:41.208Z Downloaded pest_derive v2.8.6
8342026-08-24T19:52:41.211Z Downloaded serde_with_macros v1.5.2
8352026-08-24T19:52:41.211Z Downloaded slog-async v2.8.0
8362026-08-24T19:52:41.214Z Downloaded toml v0.7.8
8372026-08-24T19:52:41.222Z Downloaded stringprep v0.1.5
8382026-08-24T19:52:41.225Z Downloaded knuffel v3.2.0
8392026-08-24T19:52:41.226Z Downloaded ciborium-io v0.2.2
8402026-08-24T19:52:41.226Z Downloaded oso-derive v0.27.3
8412026-08-24T19:52:41.226Z Downloaded pretty-hex v0.4.1
8422026-08-24T19:52:41.228Z Downloaded psl-types v2.0.11
8432026-08-24T19:52:41.234Z Downloaded scopeguard v1.2.0
8442026-08-24T19:52:41.237Z Downloaded shell-words v1.1.1
8452026-08-24T19:52:41.237Z Downloaded supports-unicode v2.1.0
8462026-08-24T19:52:41.240Z Downloaded bzip2 v0.6.1
8472026-08-24T19:52:41.240Z Downloaded rand v0.10.1
8482026-08-24T19:52:41.244Z Downloaded schemars v1.2.1
8492026-08-24T19:52:41.249Z Downloaded static_assertions v1.1.0
8502026-08-24T19:52:41.252Z Downloaded thiserror-impl v1.0.69
8512026-08-24T19:52:41.252Z Downloaded recursive-proc-macro-impl v0.1.1
8522026-08-24T19:52:41.252Z Downloaded ena v0.14.4
8532026-08-24T19:52:41.252Z Downloaded itoa v1.0.17
8542026-08-24T19:52:41.255Z Downloaded void v1.0.2
8552026-08-24T19:52:41.255Z Downloaded mio v1.2.0
8562026-08-24T19:52:41.259Z Downloaded trait-variant v0.1.2
8572026-08-24T19:52:41.259Z Downloaded zeroize_derive v1.5.0
8582026-08-24T19:52:41.259Z Downloaded dtrace-parser v0.2.0
8592026-08-24T19:52:41.259Z Downloaded event-listener-strategy v0.5.4
8602026-08-24T19:52:41.259Z Downloaded foreign-types-macros v0.2.3
8612026-08-24T19:52:41.262Z Downloaded fs-err v3.3.0
8622026-08-24T19:52:41.262Z Downloaded memmap2 v0.9.10
8632026-08-24T19:52:41.262Z Downloaded unicode_categories v0.1.1
8642026-08-24T19:52:41.262Z Downloaded multer v3.1.0
8652026-08-24T19:52:41.265Z Downloaded once_cell v1.21.3
8662026-08-24T19:52:41.265Z Downloaded winnow v0.7.14
8672026-08-24T19:52:41.269Z Downloaded winnow v1.0.3
8682026-08-24T19:52:41.274Z Downloaded walkdir v2.5.0
8692026-08-24T19:52:41.277Z Downloaded argon2 v0.6.0-rc.8
8702026-08-24T19:52:41.277Z Downloaded rustls-pki-types v1.14.0
8712026-08-24T19:52:41.280Z Downloaded rand_core v0.6.4
8722026-08-24T19:52:41.280Z Downloaded buf-list v1.1.2
8732026-08-24T19:52:41.280Z Downloaded jiff-static v0.2.34
8742026-08-24T19:52:41.280Z Downloaded mime v0.3.17
8752026-08-24T19:52:41.283Z Downloaded num v0.4.3
8762026-08-24T19:52:41.283Z Downloaded mime_guess v2.0.5
8772026-08-24T19:52:41.283Z Downloaded num_enum v0.7.6
8782026-08-24T19:52:41.286Z Downloaded anstyle-parse v1.0.0
8792026-08-24T19:52:41.286Z Downloaded fastrand v2.3.0
8802026-08-24T19:52:41.286Z Downloaded gethostname v0.5.0
8812026-08-24T19:52:41.288Z Downloaded adler2 v2.0.1
8822026-08-24T19:52:41.289Z Downloaded async-stream v0.3.6
8832026-08-24T19:52:41.289Z Downloaded atomicwrites v0.4.4
8842026-08-24T19:52:41.289Z Downloaded lru v0.12.5
8852026-08-24T19:52:41.292Z Downloaded sha3 v0.12.0
8862026-08-24T19:52:41.292Z Downloaded regex v1.12.3
8872026-08-24T19:52:41.295Z Downloaded dropshot_endpoint v0.17.1
8882026-08-24T19:52:41.297Z Downloaded chacha20poly1305 v0.10.1
8892026-08-24T19:52:41.297Z Downloaded oxide-update-engine v0.1.2
8902026-08-24T19:52:41.297Z Downloaded password-hash v0.5.0
8912026-08-24T19:52:41.300Z Downloaded test-strategy v0.4.5
8922026-08-24T19:52:41.300Z Downloaded p384 v0.14.0
8932026-08-24T19:52:41.303Z Downloaded castaway v0.2.4
8942026-08-24T19:52:41.303Z Downloaded openssl-macros v0.1.1
8952026-08-24T19:52:41.303Z Downloaded pin-project-internal v1.1.11
8962026-08-24T19:52:41.303Z Downloaded vte v0.14.1
8972026-08-24T19:52:41.306Z Downloaded ron v0.8.1
8982026-08-24T19:52:41.310Z Downloaded scroll v0.13.0
8992026-08-24T19:52:41.313Z Downloaded sigpipe v0.1.3
9002026-08-24T19:52:41.316Z Downloaded aes-gcm v0.11.0
9012026-08-24T19:52:41.316Z Downloaded strum v0.27.2
9022026-08-24T19:52:41.320Z Downloaded signal-hook v0.3.18
9032026-08-24T19:52:41.320Z Downloaded vergen v9.1.0
9042026-08-24T19:52:41.324Z Downloaded target-spec v3.5.7
9052026-08-24T19:52:41.327Z Downloaded trybuild v1.0.116
9062026-08-24T19:52:41.330Z Downloaded schemars_derive v0.8.22
9072026-08-24T19:52:41.330Z Downloaded slog-bunyan v2.5.0
9082026-08-24T19:52:41.330Z Downloaded tagptr v0.2.0
9092026-08-24T19:52:41.330Z Downloaded usdt-macro v0.5.0
9102026-08-24T19:52:41.333Z Downloaded dunce v1.0.5
9112026-08-24T19:52:41.333Z Downloaded ghash v0.6.0
9122026-08-24T19:52:41.336Z Downloaded tokio-native-tls v0.3.1
9132026-08-24T19:52:41.338Z Downloaded usdt-impl v0.6.0
9142026-08-24T19:52:41.343Z Downloaded futures-channel v0.3.32
9152026-08-24T19:52:41.347Z Downloaded block-buffer v0.12.1
9162026-08-24T19:52:41.350Z Downloaded normalize-line-endings v0.3.0
9172026-08-24T19:52:41.353Z Downloaded publicsuffix v2.3.0
9182026-08-24T19:52:41.356Z Downloaded writeable v0.6.2
9192026-08-24T19:52:41.359Z Downloaded macaddr v1.0.1
9202026-08-24T19:52:41.363Z Downloaded num_threads v0.1.7
9212026-08-24T19:52:41.363Z Downloaded proc-macro-crate v3.4.0
9222026-08-24T19:52:41.366Z Downloaded same-file v1.0.6
9232026-08-24T19:52:41.366Z Downloaded sapling-renderdag v0.1.0
9242026-08-24T19:52:41.366Z Downloaded unicode-linebreak v0.1.5
9252026-08-24T19:52:41.366Z Downloaded anes v0.1.6
9262026-08-24T19:52:41.370Z Downloaded ahash v0.8.12
9272026-08-24T19:52:41.370Z Downloaded wnaf v0.14.0
9282026-08-24T19:52:41.373Z Downloaded r2d2 v0.8.10
9292026-08-24T19:52:41.374Z Downloaded samael v0.0.19
9302026-08-24T19:52:41.377Z Downloaded serde_tokenstream v0.2.3
9312026-08-24T19:52:41.380Z Downloaded termtree v0.5.1
9322026-08-24T19:52:41.386Z Downloaded tower-service v0.3.3
9332026-08-24T19:52:41.388Z Downloaded fxhash v0.2.1
9342026-08-24T19:52:41.388Z Downloaded new_debug_unreachable v1.0.6
9352026-08-24T19:52:41.388Z Downloaded aws-lc-rs v1.16.3
9362026-08-24T19:52:41.391Z Downloaded tokio-util v0.7.18
9372026-08-24T19:52:41.395Z Downloaded managed v0.8.0
9382026-08-24T19:52:41.398Z Downloaded newtype-uuid-macros v0.1.0
9392026-08-24T19:52:41.398Z Downloaded async-compression v0.4.41
9402026-08-24T19:52:41.400Z Downloaded flume v0.11.1
9412026-08-24T19:52:41.403Z Downloaded elliptic-curve v0.14.1
9422026-08-24T19:52:41.403Z Downloaded strum v0.26.3
9432026-08-24T19:52:41.407Z Downloaded serde_spanned v0.6.9
9442026-08-24T19:52:41.410Z Downloaded serde_repr v0.1.20
9452026-08-24T19:52:41.413Z Downloaded ff v0.14.0
9462026-08-24T19:52:41.421Z Downloaded goblin v0.10.5
9472026-08-24T19:52:41.425Z Downloaded jobserver v0.1.34
9482026-08-24T19:52:41.428Z Downloaded enum-as-inner v0.6.1
9492026-08-24T19:52:41.428Z Downloaded thiserror v2.0.18
9502026-08-24T19:52:41.431Z Downloaded zone v0.3.1
9512026-08-24T19:52:41.431Z Downloaded powerfmt v0.2.0
9522026-08-24T19:52:41.431Z Downloaded scuffle v0.1.0
9532026-08-24T19:52:41.434Z Downloaded zerotrie v0.2.3
9542026-08-24T19:52:41.437Z Downloaded async-recursion v1.1.1
9552026-08-24T19:52:41.437Z Downloaded parking v2.2.1
9562026-08-24T19:52:41.440Z Downloaded swrite v0.1.0
9572026-08-24T19:52:41.443Z Downloaded cast v0.3.0
9582026-08-24T19:52:41.446Z Downloaded socket2 v0.6.3
9592026-08-24T19:52:41.449Z Downloaded scrypt v0.12.0
9602026-08-24T19:52:41.454Z Downloaded pbkdf2 v0.13.0
9612026-08-24T19:52:41.457Z Downloaded progenitor-impl v0.14.0
9622026-08-24T19:52:41.457Z Downloaded pkcs8 v0.11.0
9632026-08-24T19:52:41.459Z Downloaded serde_cbor v0.11.2
9642026-08-24T19:52:41.459Z Downloaded spin v0.9.8
9652026-08-24T19:52:41.465Z Downloaded bit-vec v0.8.0
9662026-08-24T19:52:41.465Z Downloaded termios v0.3.3
9672026-08-24T19:52:41.468Z Downloaded fixedbitset v0.5.7
9682026-08-24T19:52:41.468Z Downloaded foreign-types-shared v0.3.1
9692026-08-24T19:52:41.468Z Downloaded kem v0.3.0
9702026-08-24T19:52:41.468Z Downloaded rstest v0.25.0
9712026-08-24T19:52:41.472Z Downloaded backtrace v0.3.76
9722026-08-24T19:52:41.472Z Downloaded portable-atomic v1.13.1
9732026-08-24T19:52:41.475Z Downloaded peg v0.8.5
9742026-08-24T19:52:41.478Z Downloaded phf v0.12.1
9752026-08-24T19:52:41.478Z Downloaded similar v2.7.0
9762026-08-24T19:52:41.482Z Downloaded base64ct v1.8.3
9772026-08-24T19:52:41.485Z Downloaded rawzip v0.4.4
9782026-08-24T19:52:41.485Z Downloaded typify v0.6.2
9792026-08-24T19:52:41.488Z Downloaded whoami v1.6.1
9802026-08-24T19:52:41.488Z Downloaded digest v0.11.3
9812026-08-24T19:52:41.491Z Downloaded term v1.2.1
9822026-08-24T19:52:41.491Z Downloaded oxide-update-engine-display v0.1.2
9832026-08-24T19:52:41.494Z Downloaded progenitor v0.13.0
9842026-08-24T19:52:41.494Z Downloaded radium v0.7.0
9852026-08-24T19:52:41.494Z Downloaded flagset v0.4.7
9862026-08-24T19:52:41.497Z Downloaded float-ord v0.3.2
9872026-08-24T19:52:41.497Z Downloaded chrono v0.4.45
9882026-08-24T19:52:41.500Z Downloaded time-core v0.1.8
9892026-08-24T19:52:41.504Z Downloaded serde_urlencoded v0.7.1
9902026-08-24T19:52:41.504Z Downloaded tinytemplate v1.2.1
9912026-08-24T19:52:41.504Z Downloaded md-5 v0.11.0
9922026-08-24T19:52:41.513Z Downloaded tap v1.0.1
9932026-08-24T19:52:41.513Z Downloaded ecdsa v0.16.9
9942026-08-24T19:52:41.516Z Downloaded rustls-webpki v0.103.13
9952026-08-24T19:52:41.520Z Downloaded lazy_static v1.5.0
9962026-08-24T19:52:41.520Z Downloaded num_enum v0.5.11
9972026-08-24T19:52:41.524Z Downloaded num_enum_derive v0.5.11
9982026-08-24T19:52:41.524Z Downloaded async-lock v3.4.2
9992026-08-24T19:52:41.542Z Downloaded glob v0.3.3
10002026-08-24T19:52:41.545Z Downloaded libm v0.2.16
10012026-08-24T19:52:41.551Z Downloaded miette v7.6.0
10022026-08-24T19:52:41.554Z Downloaded rtoolbox v0.0.3
10032026-08-24T19:52:41.554Z Downloaded spki v0.8.0
10042026-08-24T19:52:41.557Z Downloaded dirs-next v2.0.0
10052026-08-24T19:52:41.557Z Downloaded strsim v0.11.1
10062026-08-24T19:52:41.557Z Downloaded unicode-normalization v0.1.25
10072026-08-24T19:52:41.559Z Downloaded zstd-safe v7.2.4
10082026-08-24T19:52:41.559Z Downloaded opaque-debug v0.3.1
10092026-08-24T19:52:41.569Z Downloaded unicode-bidi v0.3.18
10102026-08-24T19:52:41.569Z Downloaded unsafe-libyaml v0.2.11
10112026-08-24T19:52:41.572Z Downloaded elliptic-curve v0.13.8
10122026-08-24T19:52:41.572Z Downloaded dof v0.3.0
10132026-08-24T19:52:41.572Z Downloaded unicode-properties v0.1.4
10142026-08-24T19:52:41.572Z Downloaded libsw-core v0.3.2
10152026-08-24T19:52:41.572Z Downloaded syn v1.0.109
10162026-08-24T19:52:41.575Z Downloaded plotters-svg v0.3.7
10172026-08-24T19:52:41.575Z Downloaded ppv-lite86 v0.2.21
10182026-08-24T19:52:41.575Z Downloaded rustc_version v0.4.1
10192026-08-24T19:52:41.575Z Downloaded quick-xml v0.37.5
10202026-08-24T19:52:41.581Z Downloaded bumpalo v3.20.2
10212026-08-24T19:52:41.589Z Downloaded version_check v0.9.5
10222026-08-24T19:52:41.590Z Downloaded toml_edit v0.23.10+spec-1.0.0
10232026-08-24T19:52:41.606Z Downloaded memchr v2.8.0
10242026-08-24T19:52:41.606Z Downloaded log v0.4.33
10252026-08-24T19:52:41.606Z Downloaded openssl-sys v0.9.117
10262026-08-24T19:52:41.606Z Downloaded sha2 v0.10.9
10272026-08-24T19:52:41.606Z Downloaded simd-adler32 v0.3.8
10282026-08-24T19:52:41.606Z Downloaded pkcs5 v0.8.1
10292026-08-24T19:52:41.606Z Downloaded steno v0.4.1
10302026-08-24T19:52:41.606Z Downloaded prefix-trie v0.7.0
10312026-08-24T19:52:41.606Z Downloaded jiff-core v0.1.0
10322026-08-24T19:52:41.606Z Downloaded fatfs v0.3.6
10332026-08-24T19:52:41.606Z Downloaded vergen-lib v9.1.0
10342026-08-24T19:52:41.606Z Downloaded camino-tempfile-ext v0.3.3
10352026-08-24T19:52:41.606Z Downloaded resolv-conf v0.7.6
10362026-08-24T19:52:41.609Z Downloaded libloading v0.8.9
10372026-08-24T19:52:41.609Z Downloaded module-lattice v0.2.3
10382026-08-24T19:52:41.609Z Downloaded futures-util v0.3.32
10392026-08-24T19:52:41.616Z Downloaded smoltcp v0.9.1
10402026-08-24T19:52:41.636Z Downloaded tokio-stream v0.1.18
10412026-08-24T19:52:41.639Z Downloaded slog-dtrace v0.3.0
10422026-08-24T19:52:41.639Z Downloaded xshell v0.2.7
10432026-08-24T19:52:41.639Z Downloaded minimal-lexical v0.2.1
10442026-08-24T19:52:41.639Z Downloaded quinn v0.11.11
10452026-08-24T19:52:41.639Z Downloaded winnow v0.6.26
10462026-08-24T19:52:41.639Z Downloaded ml-kem v0.3.2
10472026-08-24T19:52:41.642Z Downloaded zerocopy-derive v0.8.55
10482026-08-24T19:52:41.646Z Downloaded futures v0.3.32
10492026-08-24T19:52:41.650Z Downloaded progenitor-impl v0.13.0
10502026-08-24T19:52:41.653Z Downloaded parking_lot v0.11.2
10512026-08-24T19:52:41.653Z Downloaded blake2 v0.11.0-rc.6
10522026-08-24T19:52:41.653Z Downloaded socket2 v0.5.10
10532026-08-24T19:52:41.653Z Downloaded crypto-bigint v0.7.5
10542026-08-24T19:52:41.662Z Downloaded backon v1.6.0
10552026-08-24T19:52:41.664Z Downloaded zmij v1.0.21
10562026-08-24T19:52:41.664Z Downloaded object v0.30.4
10572026-08-24T19:52:41.669Z Downloaded moka v0.12.13
10582026-08-24T19:52:41.673Z Downloaded pin-project v1.1.11
10592026-08-24T19:52:41.679Z Downloaded toml v1.1.2+spec-1.1.0
10602026-08-24T19:52:41.682Z Downloaded reqwest v0.12.28
10612026-08-24T19:52:41.685Z Downloaded yansi v1.0.1
10622026-08-24T19:52:41.688Z Downloaded bitvec v1.0.1
10632026-08-24T19:52:41.693Z Downloaded curve25519-dalek v4.1.3
10642026-08-24T19:52:41.698Z Downloaded chumsky v0.9.3
10652026-08-24T19:52:41.701Z Downloaded typed-path v0.9.3
10662026-08-24T19:52:41.704Z Downloaded num-bigint-dig v0.8.6
10672026-08-24T19:52:41.707Z Downloaded syn v2.0.117
10682026-08-24T19:52:41.721Z Downloaded ar_archive_writer v0.5.1
10692026-08-24T19:52:41.724Z Downloaded nom v8.0.0
10702026-08-24T19:52:41.726Z Downloaded rsa v0.10.0-rc.18
10712026-08-24T19:52:41.734Z Downloaded tar v0.4.46
10722026-08-24T19:52:41.737Z Downloaded expectorate v1.2.0
10732026-08-24T19:52:41.746Z Downloaded toml_edit v0.22.27
10742026-08-24T19:52:41.746Z Downloaded nix v0.27.1
10752026-08-24T19:52:41.749Z Downloaded polar-core v0.27.3
10762026-08-24T19:52:41.755Z Downloaded bytes v1.11.1
10772026-08-24T19:52:41.758Z Downloaded rayon-core v1.13.0
10782026-08-24T19:52:41.758Z Downloaded tower v0.5.3
10792026-08-24T19:52:41.770Z Downloaded dropshot-api-manager v0.8.0
10802026-08-24T19:52:41.783Z Downloaded zerocopy v0.7.35
10812026-08-24T19:52:41.797Z Downloaded reqwest v0.13.2
10822026-08-24T19:52:41.798Z Downloaded regex-syntax v0.6.29
10832026-08-24T19:52:41.836Z Downloaded zerocopy v0.8.55
10842026-08-24T19:52:41.855Z Downloaded hickory-proto v0.24.4
10852026-08-24T19:52:41.855Z Downloaded p384 v0.13.1
10862026-08-24T19:52:41.855Z Downloaded aho-corasick v1.1.4
10872026-08-24T19:52:41.855Z Downloaded p521 v0.14.0
10882026-08-24T19:52:41.898Z Downloaded reedline v0.40.0
10892026-08-24T19:52:41.898Z Downloaded bstr v1.12.1
10902026-08-24T19:52:41.898Z Downloaded zlib-rs v0.6.2
10912026-08-24T19:52:41.899Z Downloaded tough v0.22.0
10922026-08-24T19:52:41.899Z Downloaded vcpkg v0.2.15
10932026-08-24T19:52:41.925Z Downloaded tower-http v0.6.8
10942026-08-24T19:52:41.925Z Downloaded russh v0.62.4
10952026-08-24T19:52:41.925Z Downloaded num-bigint v0.4.6
10962026-08-24T19:52:41.925Z Downloaded bindgen v0.71.1
10972026-08-24T19:52:41.925Z Downloaded serde_with v3.21.0
10982026-08-24T19:52:41.939Z Downloaded hickory-proto v0.25.2
10992026-08-24T19:52:41.939Z Downloaded curve25519-dalek v5.0.0
11002026-08-24T19:52:41.939Z Downloaded winnow v0.5.40
11012026-08-24T19:52:41.946Z Downloaded object v0.37.3
11022026-08-24T19:52:41.946Z Downloaded proptest v1.11.0
11032026-08-24T19:52:41.947Z Downloaded regress v0.11.1
11042026-08-24T19:52:41.968Z Downloaded serde_json v1.0.151
11052026-08-24T19:52:41.968Z Downloaded nix v0.28.0
11062026-08-24T19:52:41.968Z Downloaded smoltcp v0.11.0
11072026-08-24T19:52:41.987Z Downloaded tabled v0.15.0
11082026-08-24T19:52:41.987Z Downloaded rayon v1.11.0
11092026-08-24T19:52:42.000Z Downloaded lalrpop v0.19.12
11102026-08-24T19:52:42.000Z Downloaded openapiv3 v2.2.0
11112026-08-24T19:52:42.000Z Downloaded regress v0.10.5
11122026-08-24T19:52:42.035Z Downloaded petname v2.0.2
11132026-08-24T19:52:42.035Z Downloaded unicode-width v0.1.14
11142026-08-24T19:52:42.035Z Downloaded diesel v2.3.7
11152026-08-24T19:52:42.035Z Downloaded git2 v0.20.4
11162026-08-24T19:52:42.035Z Downloaded openssl v0.10.80
11172026-08-24T19:52:42.052Z Downloaded quinn-proto v0.11.16
11182026-08-24T19:52:42.052Z Downloaded sqlparser v0.61.0
11192026-08-24T19:52:42.052Z Downloaded nix v0.31.2
11202026-08-24T19:52:42.052Z Downloaded tabled v0.21.0
11212026-08-24T19:52:42.072Z Downloaded blake3 v1.8.5
11222026-08-24T19:52:42.072Z Downloaded rustls v0.23.41
11232026-08-24T19:52:42.103Z Downloaded time v0.3.47
11242026-08-24T19:52:42.103Z Downloaded gimli v0.32.3
11252026-08-24T19:52:42.103Z Downloaded radix_trie v0.2.1
11262026-08-24T19:52:42.103Z Downloaded regex-syntax v0.8.10
11272026-08-24T19:52:42.103Z Downloaded unicode-width v0.2.0
11282026-08-24T19:52:42.104Z Downloaded tracing v0.1.44
11292026-08-24T19:52:42.118Z Downloaded ratatui v0.29.0
11302026-08-24T19:52:42.118Z Downloaded zerocopy-derive v0.6.6
11312026-08-24T19:52:42.118Z Downloaded syn v3.0.3
11322026-08-24T19:52:42.136Z Downloaded sled v0.34.7
11332026-08-24T19:52:42.136Z Downloaded dropshot v0.17.1
11342026-08-24T19:52:42.151Z Downloaded rustix v0.38.44
11352026-08-24T19:52:42.162Z Downloaded bzip2-sys v0.1.13+1.0.8
11362026-08-24T19:52:42.173Z Downloaded rustix v1.1.4
11372026-08-24T19:52:42.193Z Downloaded sha3 v0.11.0
11382026-08-24T19:52:42.193Z Downloaded typify-impl v0.6.2
11392026-08-24T19:52:42.235Z Downloaded jiff v0.2.34
11402026-08-24T19:52:42.246Z Downloaded regex-automata v0.4.14
11412026-08-24T19:52:42.276Z Downloaded csv v1.4.0
11422026-08-24T19:52:42.288Z Downloaded tokio v1.52.1
11432026-08-24T19:52:42.349Z Downloaded petgraph v0.6.5
11442026-08-24T19:52:42.368Z Downloaded petgraph v0.8.3
11452026-08-24T19:52:42.368Z Downloaded libc v0.2.185
11462026-08-24T19:52:42.368Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
11472026-08-24T19:52:42.379Z Downloaded libz-sys v1.1.24
11482026-08-24T19:52:42.411Z Downloaded chrono-tz v0.10.4
11492026-08-24T19:52:42.411Z Downloaded sha3 v0.10.8
11502026-08-24T19:52:42.411Z Downloaded httpmock v0.8.3
11512026-08-24T19:52:42.464Z Downloaded encoding_rs v0.8.35
11522026-08-24T19:52:42.477Z Downloaded ring v0.17.14
11532026-08-24T19:52:42.511Z Downloaded libgit2-sys v0.18.3+1.9.2
11542026-08-24T19:52:42.933Z Downloaded aws-lc-sys v0.40.0
11552026-08-24T19:52:43.380Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
11562026-08-24T19:52:45.312Z Startup: Refreshing catalog 'helios' ... Done
11572026-08-24T19:52:45.684Z Startup: Caching catalogs ... Done
11582026-08-24T19:52:47.720ZPlanning: Solver setup ... Done (1.924s)
11592026-08-24T19:52:47.779ZPlanning: Running solver ... Done (0.059s)
11602026-08-24T19:52:47.824ZPlanning: Finding local manifests ... Done (0.003s)
11612026-08-24T19:52:47.837ZPlanning: Fetching manifests: 0/2 0% complete
11622026-08-24T19:52:47.853ZPlanning: Fetching manifests: 2/2 100% complete
11632026-08-24T19:52:47.867ZPlanning: Package planning ... Done (0.014s)
11642026-08-24T19:52:47.871ZPlanning: Merging actions ... Done (0.001s)
11652026-08-24T19:52:48.092ZPlanning: Checking for conflicting actions ... Done (0.222s)
11662026-08-24T19:52:48.095ZPlanning: Consolidating action changes ... Done (0.001s)
11672026-08-24T19:52:48.968ZPlanning: Evaluating mediators ... Done (0.875s)
11682026-08-24T19:52:48.972ZPlanning: Planning completed in 3.25 seconds
11692026-08-24T19:52:48.978Z Packages to install: 2
11702026-08-24T19:52:48.978Z Estimated space available: 155.73 GB
11712026-08-24T19:52:48.978ZEstimated space to be consumed: 76.36 MB
11722026-08-24T19:52:48.978Z Create boot environment: No
11732026-08-24T19:52:48.978ZCreate backup boot environment: No
11742026-08-24T19:52:48.981Z Rebuild boot archive: No
11752026-08-24T19:52:48.981Z
11762026-08-24T19:52:48.981ZChanged packages:
11772026-08-24T19:52:48.981Zhelios
11782026-08-24T19:52:48.981Z developer/build-essential
11792026-08-24T19:52:48.981Z None -> 11-3.0
11802026-08-24T19:52:48.981Z library/libxmlsec1
11812026-08-24T19:52:48.981Z None -> 1.2.35-3.0
11822026-08-24T19:52:49.005Z
11832026-08-24T19:52:49.005ZDownload: 0/214 items 0.0/1.3MB 0% complete
11842026-08-24T19:52:49.074ZDownload: Completed 1.28 MB in 0.07 seconds (18.0M/s)
11852026-08-24T19:52:49.148Z Actions: 1/268 actions (Installing new actions)
11862026-08-24T19:52:49.187Z Actions: Completed 268 actions in 0.04 seconds.
11872026-08-24T19:52:49.223ZFinalize: Updating package state database ... Done (0.036s)
11882026-08-24T19:52:49.226ZFinalize: Updating package cache ... Done (0.000s)
11892026-08-24T19:52:49.308ZFinalize: Updating image state ... Done (0.085s)
11902026-08-24T19:52:51.926ZFinalize: Creating fast lookup database ... Done (2.564s)
11912026-08-24T19:52:51.996ZFinalize: Reading search index ... Done (0.013s)
11922026-08-24T19:52:52.002ZFinalize: Updating search index ... Done (0.000s)
11932026-08-24T19:52:52.089ZFinalize: Updating package cache ... Done (0.000s)
11942026-08-24T19:52:52.456ZPlanning: Evaluating mediator changes ... Done
11952026-08-24T19:52:52.561ZPlanning: Checking for conflicting actions ... Done
11962026-08-24T19:52:52.564ZPlanning: Consolidating action changes ... Done
11972026-08-24T19:52:52.720ZPlanning: Evaluating mediators ... Done
11982026-08-24T19:52:52.725ZPlanning: Planning completed in 0.27 seconds
11992026-08-24T19:52:52.744Z Mediators to change: 2
12002026-08-24T19:52:52.744Z Create boot environment: No
12012026-08-24T19:52:52.744ZCreate backup boot environment: No
12022026-08-24T19:52:52.790ZFinalize: Updating package state database ... Done
12032026-08-24T19:52:52.790ZFinalize: Updating package cache ... Done
12042026-08-24T19:52:52.842ZFinalize: Updating image state ... Done
12052026-08-24T19:52:54.808ZFinalize: Creating fast lookup database ... Done
12062026-08-24T19:52:54.870ZFinalize: Reading search index ... Done
12072026-08-24T19:52:54.873ZFinalize: Updating search index ... Done
12082026-08-24T19:52:54.940ZFinalize: Updating package cache ... Done
12092026-08-24T19:52:55.231ZPlanning: Evaluating mediator changes ... Done
12102026-08-24T19:52:55.336ZPlanning: Checking for conflicting actions ... Done
12112026-08-24T19:52:55.339ZPlanning: Consolidating action changes ... Done
12122026-08-24T19:52:55.496ZPlanning: Evaluating mediators ... Done
12132026-08-24T19:52:55.499ZPlanning: Planning completed in 0.26 seconds
12142026-08-24T19:52:55.518Z Mediators to change: 1
12152026-08-24T19:52:55.518Z Create boot environment: No
12162026-08-24T19:52:55.518ZCreate backup boot environment: No
12172026-08-24T19:52:55.571ZFinalize: Updating package state database ... Done
12182026-08-24T19:52:55.571ZFinalize: Updating package cache ... Done
12192026-08-24T19:52:55.625ZFinalize: Updating image state ... Done
12202026-08-24T19:52:57.577ZFinalize: Creating fast lookup database ... Done
12212026-08-24T19:52:57.638ZFinalize: Reading search index ... Done
12222026-08-24T19:52:57.641ZFinalize: Updating search index ... Done
12232026-08-24T19:52:57.788ZFinalize: Updating package cache ... Done
12242026-08-24T19:52:58.103ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
12252026-08-24T19:52:58.103Zapache system 2.4 system
12262026-08-24T19:52:58.103Zclang system 15 system
12272026-08-24T19:52:58.103Zcsh system system illumos
12282026-08-24T19:52:58.103Zctags system system illumos
12292026-08-24T19:52:58.103Zfile vendor vendor darwinsys
12302026-08-24T19:52:58.103Zfile system system illumos
12312026-08-24T19:52:58.103Zgcc vendor 14 vendor
12322026-08-24T19:52:58.103Zgcc system 13 system
12332026-08-24T19:52:58.103Zgcc system 10 system
12342026-08-24T19:52:58.103Zgo system 1.25 system
12352026-08-24T19:52:58.103Zllvm system 15 system
12362026-08-24T19:52:58.103Zmariadb system 11.4 system
12372026-08-24T19:52:58.103Zmta vendor vendor dma
12382026-08-24T19:52:58.103Zopenjdk system 17 system
12392026-08-24T19:52:58.103Zopenjdk system 11 system
12402026-08-24T19:52:58.103Zopenssl vendor 3 vendor
12412026-08-24T19:52:58.103Zperl system 5.40 system
12422026-08-24T19:52:58.103Zpostgresql system 18 system
12432026-08-24T19:52:58.103Zpostgresql system 17 system
12442026-08-24T19:52:58.103Zpython vendor 3 vendor
12452026-08-24T19:52:58.103Zpython system 2 system
12462026-08-24T19:52:58.103Zpython3 vendor 3.13 vendor
12472026-08-24T19:52:58.104Zruby system 3.4 system
12482026-08-24T19:52:58.104Zruby system 3.0 system
12492026-08-24T19:52:58.104Zwords vendor vendor american-english
12502026-08-24T19:52:58.104Zwords system system australian-english
12512026-08-24T19:52:58.104Zwords system system british-english
12522026-08-24T19:52:58.104Zwords system system canadian-english
12532026-08-24T19:52:58.104Zwords system system french
12542026-08-24T19:52:58.104Zwords system system italian
12552026-08-24T19:52:58.104Zwords system system ngerman
12562026-08-24T19:52:58.104Zwords system system ogerman
12572026-08-24T19:52:58.104Zwords system system spanish
12582026-08-24T19:52:58.356ZPUBLISHER TYPE STATUS P LOCATION
12592026-08-24T19:52:58.356Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
12602026-08-24T19:52:58.834ZFMRI IFO
12612026-08-24T19:52:58.834Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
12622026-08-24T19:52:58.834Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
12632026-08-24T19:52:58.834Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
12642026-08-24T19:52:58.835Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
12652026-08-24T19:52:58.835Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
12662026-08-24T19:52:58.835Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
12672026-08-24T19:52:58.835Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
12682026-08-24T19:52:58.835Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
12692026-08-24T19:52:58.835Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
12702026-08-24T19:52:59.453Z Downloading crates ...
12712026-08-24T19:52:59.497Z Downloaded cargo_toml v0.21.0
12722026-08-24T19:52:59.538Z Compiling proc-macro2 v1.0.106
12732026-08-24T19:52:59.538Z Compiling unicode-ident v1.0.24
12742026-08-24T19:52:59.538Z Compiling quote v1.0.45
12752026-08-24T19:52:59.538Z Compiling serde_core v1.0.228
12762026-08-24T19:52:59.542Z Compiling libc v0.2.185
12772026-08-24T19:52:59.542Z Compiling version_check v0.9.5
12782026-08-24T19:52:59.542Z Compiling memchr v2.8.0
12792026-08-24T19:52:59.542Z Compiling serde v1.0.228
12802026-08-24T19:52:59.542Z Compiling zmij v1.0.21
12812026-08-24T19:52:59.618Z Compiling thiserror v1.0.69
12822026-08-24T19:52:59.621Z Compiling itoa v1.0.17
12832026-08-24T19:52:59.622Z Compiling ucd-trie v0.1.7
12842026-08-24T19:52:59.622Z Compiling byteorder v1.5.0
12852026-08-24T19:52:59.622Z Compiling rustix v1.1.4
12862026-08-24T19:52:59.771Z Compiling bitflags v2.11.0
12872026-08-24T19:52:59.878Z Compiling serde_json v1.0.151
12882026-08-24T19:52:59.956Z Compiling syn v1.0.109
12892026-08-24T19:52:59.993Z Compiling proc-macro-error-attr v1.0.4
12902026-08-24T19:53:00.054Z Compiling usdt-impl v0.5.0
12912026-08-24T19:53:00.124Z Compiling pest v2.8.6
12922026-08-24T19:53:00.156Z Compiling camino v1.2.5
12932026-08-24T19:53:00.199Z Compiling proc-macro-error v1.0.4
12942026-08-24T19:53:00.199Z Compiling utf8parse v0.2.2
12952026-08-24T19:53:00.246Z Compiling log v0.4.33
12962026-08-24T19:53:00.295Z Compiling equivalent v1.0.2
12972026-08-24T19:53:00.295Z Compiling plain v0.2.3
12982026-08-24T19:53:00.356Z Compiling hashbrown v0.17.0
12992026-08-24T19:53:00.375Z Compiling getrandom v0.4.3
13002026-08-24T19:53:00.379Z Compiling anstyle-parse v1.0.0
13012026-08-24T19:53:00.410Z Compiling thiserror v2.0.18
13022026-08-24T19:53:00.420Z Compiling toml_write v0.1.2
13032026-08-24T19:53:00.443Z Compiling anstyle v1.0.14
13042026-08-24T19:53:00.446Z Compiling autocfg v1.5.0
13052026-08-24T19:53:00.522Z Compiling cfg-if v1.0.4
13062026-08-24T19:53:00.597Z Compiling is_terminal_polyfill v1.70.2
13072026-08-24T19:53:00.608Z Compiling pretty-hex v0.4.1
13082026-08-24T19:53:00.619Z Compiling errno v0.3.14
13092026-08-24T19:53:00.646Z Compiling thread-id v4.2.2
13102026-08-24T19:53:00.681Z Compiling colorchoice v1.0.4
13112026-08-24T19:53:00.692Z Compiling anstyle-query v1.1.5
13122026-08-24T19:53:00.703Z Compiling winnow v0.7.14
13132026-08-24T19:53:00.754Z Compiling once_cell v1.21.3
13142026-08-24T19:53:00.763Z Compiling unicode-width v0.1.14
13152026-08-24T19:53:00.783Z Compiling anstream v1.0.0
13162026-08-24T19:53:00.817Z Compiling bytecount v0.6.9
13172026-08-24T19:53:00.817Z Compiling anyhow v1.0.104
13182026-08-24T19:53:00.836Z Compiling heck v0.5.0
13192026-08-24T19:53:00.980Z Compiling indexmap v2.14.0
13202026-08-24T19:53:01.002Z Compiling fs-err v3.3.0
13212026-08-24T19:53:01.006Z Compiling heck v0.4.1
13222026-08-24T19:53:01.057Z Compiling clap_lex v1.0.0
13232026-08-24T19:53:01.069Z Compiling strsim v0.11.1
13242026-08-24T19:53:01.079Z Compiling fastrand v2.3.0
13252026-08-24T19:53:01.102Z Compiling fnv v1.0.7
13262026-08-24T19:53:01.111Z Compiling memmap v0.7.0
13272026-08-24T19:53:01.166Z Compiling syn v2.0.117
13282026-08-24T19:53:01.213Z Compiling papergrid v0.11.0
13292026-08-24T19:53:01.262Z Compiling pest_meta v2.8.6
13302026-08-24T19:53:01.311Z Compiling smawk v0.3.2
13312026-08-24T19:53:01.330Z Compiling unicode-width v0.2.0
13322026-08-24T19:53:01.351Z Compiling unicode-linebreak v0.1.5
13332026-08-24T19:53:01.465Z Compiling swrite v0.1.0
13342026-08-24T19:53:01.617Z Compiling terminal_size v0.4.3
13352026-08-24T19:53:01.617Z Compiling tempfile v3.27.0
13362026-08-24T19:53:01.722Z Compiling clap_builder v4.6.0
13372026-08-24T19:53:01.722Z Compiling textwrap v0.16.2
13382026-08-24T19:53:01.975Z Compiling semver v1.0.28
13392026-08-24T19:53:02.056Z Compiling cargo-platform v0.3.2
13402026-08-24T19:53:02.228Z Compiling camino-tempfile v1.4.1
13412026-08-24T19:53:02.598Z Compiling tabled_derive v0.7.0
13422026-08-24T19:53:03.268Z Compiling tabled v0.15.0
13432026-08-24T19:53:03.304Z Compiling pest_generator v2.8.6
13442026-08-24T19:53:03.810Z Compiling serde_derive v1.0.228
13452026-08-24T19:53:03.810Z Compiling thiserror-impl v1.0.69
13462026-08-24T19:53:03.813Z Compiling zerocopy-derive v0.7.35
13472026-08-24T19:53:03.813Z Compiling scroll_derive v0.12.1
13482026-08-24T19:53:03.814Z Compiling thiserror-impl v2.0.18
13492026-08-24T19:53:03.814Z Compiling clap_derive v4.6.1
13502026-08-24T19:53:03.845Z Compiling pest_derive v2.8.6
13512026-08-24T19:53:04.405Z Compiling scroll v0.12.0
13522026-08-24T19:53:04.497Z Compiling zerocopy v0.7.35
13532026-08-24T19:53:04.604Z Compiling goblin v0.8.2
13542026-08-24T19:53:04.824Z Compiling dtrace-parser v0.2.0
13552026-08-24T19:53:05.139Z Compiling clap v4.6.1
13562026-08-24T19:53:06.118Z Compiling dof v0.3.0
13572026-08-24T19:53:06.119Z Compiling serde_tokenstream v0.2.3
13582026-08-24T19:53:06.135Z Compiling serde_spanned v0.6.9
13592026-08-24T19:53:06.139Z Compiling toml_datetime v0.6.11
13602026-08-24T19:53:06.139Z Compiling macaddr v1.0.1
13612026-08-24T19:53:06.139Z Compiling cargo_metadata v0.23.1
13622026-08-24T19:53:06.139Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
13632026-08-24T19:53:06.304Z Compiling toml_edit v0.22.27
13642026-08-24T19:53:06.789Z Compiling usdt-macro v0.5.0
13652026-08-24T19:53:06.792Z Compiling usdt-attr-macro v0.5.0
13662026-08-24T19:53:07.386Z Compiling usdt v0.5.0
13672026-08-24T19:53:07.570Z Compiling toml v0.8.23
13682026-08-24T19:53:07.885Z Compiling cargo_toml v0.21.0
13692026-08-24T19:53:09.176Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
13702026-08-24T19:53:11.233Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.24s
13712026-08-24T19:53:11.282Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
13722026-08-24T19:53:12.060Z Compiling serde_core v1.0.228
13732026-08-24T19:53:12.060Z Compiling libc v0.2.185
13742026-08-24T19:53:12.060Z Compiling serde v1.0.228
13752026-08-24T19:53:12.063Z Compiling log v0.4.33
13762026-08-24T19:53:12.063Z Compiling smallvec v1.15.1
13772026-08-24T19:53:12.063Z Compiling subtle v2.6.1
13782026-08-24T19:53:12.063Z Compiling find-msvc-tools v0.1.9
13792026-08-24T19:53:12.063Z Compiling shlex v1.3.0
13802026-08-24T19:53:12.244Z Compiling typenum v1.20.1
13812026-08-24T19:53:12.247Z Compiling scopeguard v1.2.0
13822026-08-24T19:53:12.247Z Compiling stable_deref_trait v1.2.1
13832026-08-24T19:53:12.257Z Compiling getrandom v0.4.3
13842026-08-24T19:53:12.260Z Compiling portable-atomic v1.13.1
13852026-08-24T19:53:12.307Z Compiling rand_core v0.10.0
13862026-08-24T19:53:12.310Z Compiling syn v2.0.117
13872026-08-24T19:53:12.319Z Compiling serde_json v1.0.151
13882026-08-24T19:53:12.378Z Compiling zerocopy v0.8.55
13892026-08-24T19:53:12.392Z Compiling critical-section v1.2.0
13902026-08-24T19:53:12.415Z Compiling lock_api v0.4.14
13912026-08-24T19:53:12.429Z Compiling libm v0.2.16
13922026-08-24T19:53:12.432Z Compiling num-traits v0.2.19
13932026-08-24T19:53:12.458Z Compiling pkg-config v0.3.32
13942026-08-24T19:53:12.489Z Compiling pin-project-lite v0.2.17
13952026-08-24T19:53:12.518Z Compiling parking_lot_core v0.9.12
13962026-08-24T19:53:12.535Z Compiling litemap v0.8.1
13972026-08-24T19:53:12.556Z Compiling writeable v0.6.2
13982026-08-24T19:53:12.628Z Compiling percent-encoding v2.3.2
13992026-08-24T19:53:12.648Z Compiling icu_normalizer_data v2.1.1
14002026-08-24T19:53:12.696Z Compiling icu_properties_data v2.1.2
14012026-08-24T19:53:12.781Z Compiling futures-core v0.3.32
14022026-08-24T19:53:12.832Z Compiling generic-array v0.14.7
14032026-08-24T19:53:12.862Z Compiling rustix v1.1.4
14042026-08-24T19:53:12.865Z Compiling const-oid v0.9.6
14052026-08-24T19:53:12.865Z Compiling getrandom v0.3.4
14062026-08-24T19:53:12.891Z Compiling futures-sink v0.3.32
14072026-08-24T19:53:12.920Z Compiling utf8_iter v1.0.4
14082026-08-24T19:53:12.983Z Compiling form_urlencoded v1.2.2
14092026-08-24T19:53:13.041Z Compiling futures-channel v0.3.32
14102026-08-24T19:53:13.054Z Compiling futures-io v0.3.32
14112026-08-24T19:53:13.102Z Compiling slab v0.4.12
14122026-08-24T19:53:13.102Z Compiling futures-task v0.3.32
14132026-08-24T19:53:13.130Z Compiling cmov v0.5.4
14142026-08-24T19:53:13.130Z Compiling rustversion v1.0.22
14152026-08-24T19:53:13.157Z Compiling iana-time-zone v0.1.65
14162026-08-24T19:53:13.193Z Compiling errno v0.3.14
14172026-08-24T19:53:13.216Z Compiling jobserver v0.1.34
14182026-08-24T19:53:13.300Z Compiling getrandom v0.2.17
14192026-08-24T19:53:13.314Z Compiling signal-hook-registry v1.4.8
14202026-08-24T19:53:13.348Z Compiling once_cell v1.21.3
14212026-08-24T19:53:13.363Z Compiling mio v1.2.0
14222026-08-24T19:53:13.393Z Compiling socket2 v0.6.3
14232026-08-24T19:53:13.447Z Compiling cc v1.2.56
14242026-08-24T19:53:13.502Z Compiling parking_lot v0.12.5
14252026-08-24T19:53:13.520Z Compiling rand_core v0.6.4
14262026-08-24T19:53:13.601Z Compiling ctutils v0.4.2
14272026-08-24T19:53:13.618Z Compiling regex-syntax v0.8.10
14282026-08-24T19:53:13.634Z Compiling base64ct v1.8.3
14292026-08-24T19:53:13.676Z Compiling fs_extra v1.3.0
14302026-08-24T19:53:13.680Z Compiling dunce v1.0.5
14312026-08-24T19:53:13.802Z Compiling ident_case v1.0.1
14322026-08-24T19:53:13.817Z Compiling flagset v0.4.7
14332026-08-24T19:53:13.817Z Compiling base64 v0.22.1
14342026-08-24T19:53:13.821Z Compiling rand_core v0.9.5
14352026-08-24T19:53:13.863Z Compiling dyn-clone v1.0.20
14362026-08-24T19:53:13.866Z Compiling syn v1.0.109
14372026-08-24T19:53:13.890Z Compiling vcpkg v0.2.15
14382026-08-24T19:53:13.937Z Compiling pem-rfc7468 v0.7.0
14392026-08-24T19:53:13.961Z Compiling schemars v0.8.22
14402026-08-24T19:53:13.976Z Compiling tracing-core v0.1.36
14412026-08-24T19:53:13.990Z Compiling simd-adler32 v0.3.8
14422026-08-24T19:53:13.995Z Compiling aws-lc-rs v1.16.3
14432026-08-24T19:53:14.019Z Compiling spin v0.9.8
14442026-08-24T19:53:14.139Z Compiling openssl-probe v0.2.1
14452026-08-24T19:53:14.176Z Compiling cmake v0.1.57
14462026-08-24T19:53:14.228Z Compiling httparse v1.10.1
14472026-08-24T19:53:14.251Z Compiling crc32fast v1.5.0
14482026-08-24T19:53:14.266Z Compiling adler2 v2.0.1
14492026-08-24T19:53:14.269Z Compiling tinyvec_macros v0.1.1
14502026-08-24T19:53:14.312Z Compiling bitflags v2.11.0
14512026-08-24T19:53:14.316Z Compiling semver v1.0.28
14522026-08-24T19:53:14.353Z Compiling indexmap v2.14.0
14532026-08-24T19:53:14.368Z Compiling uuid v1.23.4
14542026-08-24T19:53:14.411Z Compiling miniz_oxide v0.8.9
14552026-08-24T19:53:14.477Z Compiling tinyvec v1.10.0
14562026-08-24T19:53:14.570Z Compiling rustc_version v0.4.1
14572026-08-24T19:53:14.605Z Compiling aho-corasick v1.1.4
14582026-08-24T19:53:14.608Z Compiling radium v0.7.0
14592026-08-24T19:53:14.633Z Compiling try-lock v0.2.5
14602026-08-24T19:53:14.646Z Compiling tower-layer v0.3.3
14612026-08-24T19:53:14.679Z Compiling tower-service v0.3.3
14622026-08-24T19:53:14.758Z Compiling untrusted v0.7.1
14632026-08-24T19:53:14.789Z Compiling atomic-waker v1.1.2
14642026-08-24T19:53:14.823Z Compiling want v0.3.1
14652026-08-24T19:53:14.921Z Compiling wait-timeout v0.2.1
14662026-08-24T19:53:14.936Z Compiling httpdate v1.0.3
14672026-08-24T19:53:14.950Z Compiling maybe-uninit v2.0.0
14682026-08-24T19:53:15.008Z Compiling untrusted v0.9.0
14692026-08-24T19:53:15.024Z Compiling aws-lc-sys v0.40.0
14702026-08-24T19:53:15.045Z Compiling openssl-sys v0.9.117
14712026-08-24T19:53:15.048Z Compiling cpufeatures v0.2.17
14722026-08-24T19:53:15.075Z Compiling const-oid v0.10.2
14732026-08-24T19:53:15.091Z Compiling openssl v0.10.80
14742026-08-24T19:53:15.141Z Compiling synstructure v0.13.2
14752026-08-24T19:53:15.155Z Compiling serde_derive_internals v0.29.1
14762026-08-24T19:53:15.173Z Compiling pest_generator v2.8.6
14772026-08-24T19:53:15.184Z Compiling darling_core v0.20.11
14782026-08-24T19:53:15.200Z Compiling foreign-types-shared v0.1.1
14792026-08-24T19:53:15.238Z Compiling rustls v0.23.41
14802026-08-24T19:53:15.293Z Compiling tap v1.0.1
14812026-08-24T19:53:15.310Z Compiling quick-error v1.2.3
14822026-08-24T19:53:15.336Z Compiling bit-vec v0.8.0
14832026-08-24T19:53:15.420Z Compiling tempfile v3.27.0
14842026-08-24T19:53:15.434Z Compiling terminal_size v0.4.3
14852026-08-24T19:53:15.438Z Compiling regex-automata v0.4.14
14862026-08-24T19:53:15.462Z Compiling wyz v0.5.1
14872026-08-24T19:53:15.628Z Compiling bit-set v0.8.0
14882026-08-24T19:53:15.642Z Compiling foreign-types v0.3.2
14892026-08-24T19:53:15.707Z Compiling rusty-fork v0.3.1
14902026-08-24T19:53:15.744Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14912026-08-24T19:53:15.777Z Compiling bzip2-sys v0.1.13+1.0.8
14922026-08-24T19:53:15.807Z Compiling unicode-normalization v0.1.25
14932026-08-24T19:53:15.847Z Compiling num-integer v0.1.46
14942026-08-24T19:53:15.931Z Compiling rand_xorshift v0.4.0
14952026-08-24T19:53:16.000Z Compiling ahash v0.8.12
14962026-08-24T19:53:16.022Z Compiling cpufeatures v0.3.0
14972026-08-24T19:53:16.039Z Compiling num-conv v0.2.0
14982026-08-24T19:53:16.076Z Compiling packed_struct v0.10.1
14992026-08-24T19:53:16.110Z Compiling paste v1.0.15
15002026-08-24T19:53:16.125Z Compiling num-bigint-dig v0.8.6
15012026-08-24T19:53:16.125Z Compiling unarray v0.1.4
15022026-08-24T19:53:16.170Z Compiling funty v2.0.0
15032026-08-24T19:53:16.186Z Compiling time-core v0.1.8
15042026-08-24T19:53:16.202Z Compiling powerfmt v0.2.0
15052026-08-24T19:53:16.232Z Compiling native-tls v0.2.18
15062026-08-24T19:53:16.306Z Compiling clap_builder v4.6.0
15072026-08-24T19:53:16.355Z Compiling time-macros v0.2.27
15082026-08-24T19:53:16.369Z Compiling deranged v0.5.8
15092026-08-24T19:53:16.401Z Compiling num-iter v0.1.45
15102026-08-24T19:53:16.461Z Compiling slog v2.8.2
15112026-08-24T19:53:16.489Z Compiling lazy_static v1.5.0
15122026-08-24T19:53:16.504Z Compiling bitvec v1.0.1
15132026-08-24T19:53:16.527Z Compiling sync_wrapper v1.0.2
15142026-08-24T19:53:16.550Z Compiling syn v3.0.3
15152026-08-24T19:53:16.595Z Compiling indexmap v1.9.3
15162026-08-24T19:53:16.649Z Compiling zlib-rs v0.6.2
15172026-08-24T19:53:16.678Z Compiling crossbeam-utils v0.8.21
15182026-08-24T19:53:16.768Z Compiling object v0.37.3
15192026-08-24T19:53:16.803Z Compiling num_threads v0.1.7
15202026-08-24T19:53:16.874Z Compiling serde_derive v1.0.228
15212026-08-24T19:53:16.913Z Compiling zeroize_derive v1.5.0
15222026-08-24T19:53:16.983Z Compiling zerofrom-derive v0.1.6
15232026-08-24T19:53:17.056Z Compiling yoke-derive v0.8.1
15242026-08-24T19:53:17.371Z Compiling zerocopy-derive v0.8.55
15252026-08-24T19:53:17.385Z Compiling zerovec-derive v0.11.2
15262026-08-24T19:53:17.441Z Compiling displaydoc v0.2.5
15272026-08-24T19:53:17.563Z Compiling tokio-macros v2.7.0
15282026-08-24T19:53:17.582Z Compiling futures-macro v0.3.32
15292026-08-24T19:53:18.009Z Compiling thiserror-impl v2.0.18
15302026-08-24T19:53:18.239Z Compiling der_derive v0.7.3
15312026-08-24T19:53:18.253Z Compiling schemars_derive v0.8.22
15322026-08-24T19:53:18.273Z Compiling tracing-attributes v0.1.31
15332026-08-24T19:53:18.357Z Compiling scroll_derive v0.13.1
15342026-08-24T19:53:18.432Z Compiling zerofrom v0.1.6
15352026-08-24T19:53:18.485Z Compiling futures-util v0.3.32
15362026-08-24T19:53:18.573Z Compiling yoke v0.8.1
15372026-08-24T19:53:18.587Z Compiling pest_derive v2.8.6
15382026-08-24T19:53:18.775Z Compiling zerovec v0.11.5
15392026-08-24T19:53:19.068Z Compiling zerotrie v0.2.3
15402026-08-24T19:53:19.200Z Compiling scroll v0.13.0
15412026-08-24T19:53:19.238Z Compiling darling_macro v0.20.11
15422026-08-24T19:53:19.319Z Compiling tinystr v0.8.2
15432026-08-24T19:53:19.387Z Compiling potential_utf v0.1.4
15442026-08-24T19:53:19.402Z Compiling thiserror v2.0.18
15452026-08-24T19:53:19.405Z Compiling thiserror-impl v1.0.69
15462026-08-24T19:53:19.486Z Compiling openssl-macros v0.1.1
15472026-08-24T19:53:19.534Z Compiling icu_locale_core v2.1.1
15482026-08-24T19:53:19.554Z Compiling icu_collections v2.1.1
15492026-08-24T19:53:19.568Z Compiling goblin v0.10.5
15502026-08-24T19:53:19.571Z Compiling packed_struct_codegen v0.10.1
15512026-08-24T19:53:19.637Z Compiling tracing v0.1.44
15522026-08-24T19:53:19.687Z Compiling zerocopy-derive v0.6.6
15532026-08-24T19:53:19.770Z Compiling darling v0.20.11
15542026-08-24T19:53:19.882Z Compiling bitfield-macros v0.19.4
15552026-08-24T19:53:19.945Z Compiling clap_derive v4.6.1
15562026-08-24T19:53:19.993Z Compiling usdt-impl v0.6.0
15572026-08-24T19:53:20.108Z Compiling nodrop v0.1.14
15582026-08-24T19:53:20.119Z Compiling crc-catalog v2.4.0
15592026-08-24T19:53:20.183Z Compiling icu_provider v2.1.1
15602026-08-24T19:53:20.235Z Compiling siphasher v1.0.2
15612026-08-24T19:53:20.244Z Compiling unicode-segmentation v1.12.0
15622026-08-24T19:53:20.417Z Compiling zeroize v1.9.0
15632026-08-24T19:53:20.450Z Compiling bytes v1.11.1
15642026-08-24T19:53:20.470Z Compiling icu_properties v2.1.2
15652026-08-24T19:53:20.517Z Compiling icu_normalizer v2.1.1
15662026-08-24T19:53:20.577Z Compiling chrono v0.4.45
15672026-08-24T19:53:20.637Z Compiling hybrid-array v0.4.13
15682026-08-24T19:53:20.658Z Compiling der v0.7.10
15692026-08-24T19:53:20.741Z Compiling rustls-pki-types v1.14.0
15702026-08-24T19:53:20.765Z Compiling ipnet v2.12.0
15712026-08-24T19:53:20.889Z Compiling hex v0.4.3
15722026-08-24T19:53:20.927Z Compiling tokio v1.52.1
15732026-08-24T19:53:21.083Z Compiling http v1.4.2
15742026-08-24T19:53:21.174Z Compiling block-buffer v0.10.4
15752026-08-24T19:53:21.210Z Compiling crypto-common v0.1.7
15762026-08-24T19:53:21.224Z Compiling thiserror v1.0.69
15772026-08-24T19:53:21.270Z Compiling serde_spanned v0.6.9
15782026-08-24T19:53:21.345Z Compiling idna_adapter v1.2.1
15792026-08-24T19:53:21.376Z Compiling digest v0.10.7
15802026-08-24T19:53:21.384Z Compiling block-buffer v0.12.1
15812026-08-24T19:53:21.437Z Compiling crypto-common v0.2.2
15822026-08-24T19:53:21.444Z Compiling block-padding v0.4.2
15832026-08-24T19:53:21.529Z Compiling idna v1.1.0
15842026-08-24T19:53:21.590Z Compiling spki v0.7.3
15852026-08-24T19:53:21.601Z Compiling inout v0.2.2
15862026-08-24T19:53:21.641Z Compiling signature v2.2.0
15872026-08-24T19:53:21.652Z Compiling sha2 v0.10.9
15882026-08-24T19:53:21.767Z Compiling pkcs8 v0.10.2
15892026-08-24T19:53:21.813Z Compiling url v2.5.8
15902026-08-24T19:53:21.821Z Compiling http-body v1.0.1
15912026-08-24T19:53:21.837Z Compiling toml_datetime v0.6.11
15922026-08-24T19:53:21.868Z Compiling clap v4.6.1
15932026-08-24T19:53:21.936Z Compiling ppv-lite86 v0.2.21
15942026-08-24T19:53:21.957Z Compiling http-body-util v0.1.3
15952026-08-24T19:53:22.010Z Compiling pkcs1 v0.7.5
15962026-08-24T19:53:22.119Z Compiling digest v0.11.3
15972026-08-24T19:53:22.136Z Compiling cipher v0.5.2
15982026-08-24T19:53:22.221Z Compiling bitfield v0.19.4
15992026-08-24T19:53:22.269Z Compiling rand_chacha v0.9.0
16002026-08-24T19:53:22.282Z Compiling rand_chacha v0.3.1
16012026-08-24T19:53:22.411Z Compiling chacha20 v0.10.0
16022026-08-24T19:53:22.442Z Compiling dof v0.4.0
16032026-08-24T19:53:22.504Z Compiling rand v0.9.2
16042026-08-24T19:53:22.533Z Compiling rand v0.8.6
16052026-08-24T19:53:22.608Z Compiling zerocopy v0.6.6
16062026-08-24T19:53:22.859Z Compiling erased-serde v0.3.31
16072026-08-24T19:53:23.013Z Compiling crc v3.4.0
16082026-08-24T19:53:23.036Z Compiling array-init v0.0.4
16092026-08-24T19:53:23.044Z Compiling daft-derive v0.1.8
16102026-08-24T19:53:23.051Z Compiling derive_builder_core v0.20.2
16112026-08-24T19:53:23.141Z Compiling proptest v1.11.0
16122026-08-24T19:53:23.208Z Compiling ipnetwork v0.21.1
16132026-08-24T19:53:23.334Z Compiling flate2 v1.1.9
16142026-08-24T19:53:23.366Z Compiling dtrace-parser v0.3.0
16152026-08-24T19:53:23.381Z Compiling time v0.3.47
16162026-08-24T19:53:23.443Z Compiling oxnet v0.1.6
16172026-08-24T19:53:23.517Z Compiling scroll_derive v0.12.1
16182026-08-24T19:53:23.536Z Compiling structmeta-derive v0.3.0
16192026-08-24T19:53:23.652Z Compiling smallvec v0.6.14
16202026-08-24T19:53:23.748Z Compiling darling_core v0.23.0
16212026-08-24T19:53:23.766Z Compiling heapless v0.7.17
16222026-08-24T19:53:23.788Z Compiling thread-id v5.1.0
16232026-08-24T19:53:23.879Z Compiling env_filter v2.0.0
16242026-08-24T19:53:23.894Z Compiling cookie v0.18.1
16252026-08-24T19:53:23.906Z Compiling base64 v0.21.7
16262026-08-24T19:53:23.921Z Compiling anyhow v1.0.104
16272026-08-24T19:53:23.948Z Compiling winnow v0.5.40
16282026-08-24T19:53:24.025Z Compiling zstd-safe v7.2.4
16292026-08-24T19:53:24.095Z Compiling hashbrown v0.12.3
16302026-08-24T19:53:24.142Z Compiling signal-hook v0.3.18
16312026-08-24T19:53:24.200Z Compiling unicode-bidi v0.3.18
16322026-08-24T19:53:24.222Z Compiling gimli v0.32.3
16332026-08-24T19:53:24.241Z Compiling unicode-properties v0.1.4
16342026-08-24T19:53:24.255Z Compiling allocator-api2 v0.2.21
16352026-08-24T19:53:24.270Z Compiling iri-string v0.7.10
16362026-08-24T19:53:24.285Z Compiling ryu v1.0.23
16372026-08-24T19:53:24.469Z Compiling serde_urlencoded v0.7.1
16382026-08-24T19:53:24.485Z Compiling rsa v0.9.10
16392026-08-24T19:53:24.601Z Compiling stringprep v0.1.5
16402026-08-24T19:53:24.638Z Compiling scroll v0.12.0
16412026-08-24T19:53:24.657Z Compiling structmeta v0.3.0
16422026-08-24T19:53:24.742Z Compiling ron v0.8.1
16432026-08-24T19:53:24.810Z Compiling tokio-util v0.7.18
16442026-08-24T19:53:24.893Z Compiling tower v0.5.3
16452026-08-24T19:53:24.930Z Compiling tokio-native-tls v0.3.1
16462026-08-24T19:53:25.000Z Compiling env_logger v0.11.11
16472026-08-24T19:53:25.074Z Compiling derive_builder_macro v0.20.2
16482026-08-24T19:53:25.129Z Compiling serde-hex v0.1.0
16492026-08-24T19:53:25.368Z Compiling toml_edit v0.19.15
16502026-08-24T19:53:25.427Z Compiling camino v1.2.5
16512026-08-24T19:53:25.578Z Compiling h2 v0.4.15
16522026-08-24T19:53:25.700Z Compiling newtype-uuid v1.3.2
16532026-08-24T19:53:25.722Z Compiling tower-http v0.6.8
16542026-08-24T19:53:25.844Z Compiling bzip2 v0.4.4
16552026-08-24T19:53:26.031Z Compiling addr2line v0.25.1
16562026-08-24T19:53:26.057Z Compiling daft v0.1.8
16572026-08-24T19:53:26.071Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16582026-08-24T19:53:26.139Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
16592026-08-24T19:53:26.216Z Compiling rand v0.10.1
16602026-08-24T19:53:26.722Z Compiling darling_macro v0.23.0
16612026-08-24T19:53:26.725Z Compiling md-5 v0.11.0
16622026-08-24T19:53:26.725Z Compiling hmac v0.13.0
16632026-08-24T19:53:26.725Z Compiling sha2 v0.11.0
16642026-08-24T19:53:26.725Z Compiling hashbrown v0.13.2
16652026-08-24T19:53:26.725Z Compiling x509-cert v0.2.5
16662026-08-24T19:53:26.725Z Compiling rustls-native-certs v0.8.3
16672026-08-24T19:53:26.785Z Compiling serde_tokenstream v0.2.3
16682026-08-24T19:53:26.826Z Compiling bstr v1.12.1
16692026-08-24T19:53:26.887Z Compiling pin-project-internal v1.1.11
16702026-08-24T19:53:26.900Z Compiling zerocopy-derive v0.7.35
16712026-08-24T19:53:26.984Z Compiling async-trait v0.1.89
16722026-08-24T19:53:27.051Z Compiling curve25519-dalek v4.1.3
16732026-08-24T19:53:27.119Z Compiling vergen-lib v9.1.0
16742026-08-24T19:53:27.317Z Compiling hash32 v0.2.1
16752026-08-24T19:53:27.409Z Compiling encoding_rs v0.8.35
16762026-08-24T19:53:27.481Z Compiling memoffset v0.9.1
16772026-08-24T19:53:27.533Z Compiling rustc-demangle v0.1.27
16782026-08-24T19:53:27.599Z Compiling smoltcp v0.9.1
16792026-08-24T19:53:27.699Z Compiling psl-types v2.0.11
16802026-08-24T19:53:27.837Z Compiling litrs v1.0.0
16812026-08-24T19:53:27.853Z Compiling rustix v0.38.44
16822026-08-24T19:53:27.984Z Compiling mime v0.3.17
16832026-08-24T19:53:27.999Z Compiling owo-colors v4.3.0
16842026-08-24T19:53:28.050Z Compiling crc-any v2.5.0
16852026-08-24T19:53:28.065Z Compiling ref-cast v1.0.25
16862026-08-24T19:53:28.069Z Compiling cfg_aliases v0.2.1
16872026-08-24T19:53:28.165Z Compiling fallible-iterator v0.2.0
16882026-08-24T19:53:28.183Z Compiling nix v0.31.2
16892026-08-24T19:53:28.209Z Compiling pin-project v1.1.11
16902026-08-24T19:53:28.293Z Compiling zerocopy v0.7.35
16912026-08-24T19:53:28.307Z Compiling publicsuffix v2.3.0
16922026-08-24T19:53:28.381Z Compiling document-features v0.2.12
16932026-08-24T19:53:28.412Z Compiling backtrace v0.3.76
16942026-08-24T19:53:28.474Z Compiling postgres-protocol v0.6.12
16952026-08-24T19:53:28.506Z Compiling object v0.30.4
16962026-08-24T19:53:28.520Z Compiling darling v0.23.0
16972026-08-24T19:53:28.524Z Compiling toml v0.7.8
16982026-08-24T19:53:28.575Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
16992026-08-24T19:53:28.619Z Compiling zip v0.6.6
17002026-08-24T19:53:28.829Z Compiling hyper v1.10.1
17012026-08-24T19:53:28.851Z Compiling derive_builder v0.20.2
17022026-08-24T19:53:28.880Z Compiling derive-ex v0.1.8
17032026-08-24T19:53:28.895Z Compiling goblin v0.8.2
17042026-08-24T19:53:29.018Z Compiling hmac v0.12.1
17052026-08-24T19:53:29.079Z Compiling futures-executor v0.3.32
17062026-08-24T19:53:29.179Z Compiling convert_case v0.10.0
17072026-08-24T19:53:29.216Z Compiling phf_shared v0.13.1
17082026-08-24T19:53:29.266Z Compiling hubpack_derive v0.1.1
17092026-08-24T19:53:29.343Z Compiling regex v1.12.3
17102026-08-24T19:53:29.364Z Compiling ref-cast-impl v1.0.25
17112026-08-24T19:53:29.389Z Compiling curve25519-dalek-derive v0.1.1
17122026-08-24T19:53:29.485Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
17132026-08-24T19:53:29.506Z Compiling strum_macros v0.27.2
17142026-08-24T19:53:29.525Z Compiling snafu-derive v0.8.9
17152026-08-24T19:53:29.624Z Compiling cargo-platform v0.3.2
17162026-08-24T19:53:29.741Z Compiling vergen v9.1.0
17172026-08-24T19:53:29.797Z Compiling ff v0.13.1
17182026-08-24T19:53:29.881Z Compiling fs-err v3.3.0
17192026-08-24T19:53:29.920Z Compiling is_ci v1.2.0
17202026-08-24T19:53:29.954Z Compiling path-slash v0.1.5
17212026-08-24T19:53:29.963Z Compiling hyper-util v0.1.20
17222026-08-24T19:53:29.963Z Compiling libbz2-rs-sys v0.2.2
17232026-08-24T19:53:30.075Z Compiling same-file v1.0.6
17242026-08-24T19:53:30.090Z Compiling foldhash v0.2.0
17252026-08-24T19:53:30.106Z Compiling bumpalo v3.20.2
17262026-08-24T19:53:30.110Z Compiling managed v0.8.0
17272026-08-24T19:53:30.259Z Compiling base16ct v0.2.0
17282026-08-24T19:53:30.330Z Compiling foldhash v0.1.5
17292026-08-24T19:53:30.360Z Compiling jiff-core v0.1.0
17302026-08-24T19:53:30.383Z Compiling either v1.15.0
17312026-08-24T19:53:30.460Z Compiling bitflags v1.3.2
17322026-08-24T19:53:30.489Z Compiling textwrap v0.16.2
17332026-08-24T19:53:30.548Z Compiling hashbrown v0.15.5
17342026-08-24T19:53:30.616Z Compiling bzip2 v0.6.1
17352026-08-24T19:53:30.619Z Compiling test-strategy v0.4.5
17362026-08-24T19:53:30.669Z Compiling sec1 v0.7.3
17372026-08-24T19:53:30.846Z Compiling zopfli v0.8.3
17382026-08-24T19:53:30.861Z Compiling hashbrown v0.16.1
17392026-08-24T19:53:30.960Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
17402026-08-24T19:53:30.975Z Compiling walkdir v2.5.0
17412026-08-24T19:53:31.114Z Compiling jiff v0.2.34
17422026-08-24T19:53:31.300Z Compiling dof v0.3.0
17432026-08-24T19:53:31.454Z Compiling hyper-tls v0.6.0
17442026-08-24T19:53:31.480Z Compiling supports-color v3.0.2
17452026-08-24T19:53:31.523Z Compiling snafu v0.8.9
17462026-08-24T19:53:31.559Z Compiling strum v0.27.2
17472026-08-24T19:53:31.575Z Compiling group v0.13.0
17482026-08-24T19:53:31.627Z Compiling cargo_metadata v0.23.1
17492026-08-24T19:53:31.688Z Compiling reqwest v0.12.28
17502026-08-24T19:53:31.702Z Compiling hubpack v0.1.2
17512026-08-24T19:53:31.716Z Compiling derive_more-impl v2.1.1
17522026-08-24T19:53:31.745Z Compiling phf v0.13.1
17532026-08-24T19:53:31.774Z Compiling cookie_store v0.22.1
17542026-08-24T19:53:31.906Z Compiling futures v0.3.32
17552026-08-24T19:53:31.919Z Compiling signal-hook-mio v0.2.5
17562026-08-24T19:53:32.000Z Compiling hkdf v0.12.4
17572026-08-24T19:53:32.033Z Compiling zstd v0.13.3
17582026-08-24T19:53:32.057Z Compiling backtrace-ext v0.2.1
17592026-08-24T19:53:32.142Z Compiling postgres-types v0.2.12
17602026-08-24T19:53:32.195Z Compiling serde_with_macros v3.21.0
17612026-08-24T19:53:32.367Z Compiling globset v0.4.18
17622026-08-24T19:53:32.412Z Compiling usdt-macro v0.6.0
17632026-08-24T19:53:32.445Z Compiling usdt-attr-macro v0.6.0
17642026-08-24T19:53:32.463Z Compiling byte-wrapper v0.1.0
17652026-08-24T19:53:32.762Z Compiling ed25519 v2.2.3
17662026-08-24T19:53:32.863Z Compiling dtrace-parser v0.2.0
17672026-08-24T19:53:32.937Z Compiling crypto-bigint v0.5.5
17682026-08-24T19:53:33.021Z Compiling phf_shared v0.11.3
17692026-08-24T19:53:33.103Z Compiling serde-big-array v0.5.1
17702026-08-24T19:53:33.117Z Compiling olpc-cjson v0.1.4
17712026-08-24T19:53:33.231Z Compiling serde_plain v1.0.2
17722026-08-24T19:53:33.251Z Compiling miette-derive v7.6.0
17732026-08-24T19:53:33.269Z Compiling async-recursion v1.1.1
17742026-08-24T19:53:33.297Z Compiling strum_macros v0.26.4
17752026-08-24T19:53:33.316Z Compiling serde_repr v0.1.20
17762026-08-24T19:53:33.399Z Compiling enum-as-inner v0.6.1
17772026-08-24T19:53:33.448Z Compiling float-cmp v0.10.0
17782026-08-24T19:53:33.520Z Compiling pem v3.0.6
17792026-08-24T19:53:33.617Z Compiling memmap2 v0.9.10
17802026-08-24T19:53:33.634Z Compiling thread-id v4.2.2
17812026-08-24T19:53:33.716Z Compiling fixedbitset v0.4.2
17822026-08-24T19:53:33.730Z Compiling winnow v1.0.3
17832026-08-24T19:53:33.859Z Compiling difflib v0.4.0
17842026-08-24T19:53:33.875Z Compiling predicates-core v1.0.10
17852026-08-24T19:53:33.897Z Compiling static_assertions v1.1.0
17862026-08-24T19:53:33.943Z Compiling normalize-line-endings v0.3.0
17872026-08-24T19:53:33.957Z Compiling new_debug_unreachable v1.0.6
17882026-08-24T19:53:33.958Z Compiling typed-path v0.9.3
17892026-08-24T19:53:33.986Z Compiling supports-hyperlinks v3.2.0
17902026-08-24T19:53:34.045Z Compiling supports-unicode v3.0.0
17912026-08-24T19:53:34.056Z Compiling fixedbitset v0.5.7
17922026-08-24T19:53:34.070Z Compiling precomputed-hash v0.1.1
17932026-08-24T19:53:34.159Z Compiling whoami v2.1.0
17942026-08-24T19:53:34.176Z Compiling keccak v0.1.6
17952026-08-24T19:53:34.231Z Compiling data-encoding v2.10.0
17962026-08-24T19:53:34.337Z Compiling sha3 v0.10.8
17972026-08-24T19:53:34.387Z Compiling tokio-postgres v0.7.16
17982026-08-24T19:53:34.464Z Compiling petgraph v0.8.3
17992026-08-24T19:53:34.480Z Compiling miette v7.6.0
18002026-08-24T19:53:34.525Z Compiling string_cache v0.8.9
18012026-08-24T19:53:34.557Z Compiling hickory-proto v0.25.2
18022026-08-24T19:53:34.775Z Compiling toml_parser v1.1.2+spec-1.1.0
18032026-08-24T19:53:34.789Z Compiling predicates v3.1.4
18042026-08-24T19:53:34.813Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
18052026-08-24T19:53:34.880Z Compiling toml_edit v0.22.27
18062026-08-24T19:53:34.943Z Compiling elliptic-curve v0.13.8
18072026-08-24T19:53:34.968Z Compiling petgraph v0.6.5
18082026-08-24T19:53:35.121Z Compiling usdt v0.6.0
18092026-08-24T19:53:35.138Z Compiling strum v0.26.3
18102026-08-24T19:53:35.223Z Compiling usdt-impl v0.5.0
18112026-08-24T19:53:35.280Z Compiling serde_with v3.21.0
18122026-08-24T19:53:35.373Z Compiling zip v4.6.1
18132026-08-24T19:53:35.410Z Compiling crossterm v0.28.1
18142026-08-24T19:53:35.426Z Compiling ed25519-dalek v2.2.0
18152026-08-24T19:53:35.445Z Compiling derive_more v2.1.1
18162026-08-24T19:53:35.507Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
18172026-08-24T19:53:35.834Z Compiling iddqd v0.4.2
18182026-08-24T19:53:35.993Z Compiling itertools v0.15.0
18192026-08-24T19:53:36.348Z Compiling itertools v0.13.0
18202026-08-24T19:53:36.418Z Compiling similar v2.7.0
18212026-08-24T19:53:36.525Z Compiling oxide-generation v0.1.3
18222026-08-24T19:53:36.529Z Compiling crossbeam-epoch v0.9.18
18232026-08-24T19:53:36.664Z Compiling tokio-stream v0.1.18
18242026-08-24T19:53:36.757Z Compiling buf-list v1.1.2
18252026-08-24T19:53:36.844Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
18262026-08-24T19:53:36.873Z Compiling heck v0.4.1
18272026-08-24T19:53:37.050Z Compiling openapiv3 v2.2.0
18282026-08-24T19:53:37.065Z Compiling lalrpop-util v0.19.12
18292026-08-24T19:53:37.106Z Compiling peg-runtime v0.8.5
18302026-08-24T19:53:37.127Z Compiling thread_local v1.1.9
18312026-08-24T19:53:37.144Z Compiling slog-async v2.8.0
18322026-08-24T19:53:37.158Z Compiling crossbeam-channel v0.5.15
18332026-08-24T19:53:37.174Z Compiling filetime v0.2.27
18342026-08-24T19:53:37.279Z Compiling is-terminal v0.4.17
18352026-08-24T19:53:37.301Z Compiling xattr v1.6.1
18362026-08-24T19:53:37.373Z Compiling term v1.2.1
18372026-08-24T19:53:37.378Z Compiling take_mut v0.2.2
18382026-08-24T19:53:37.408Z Compiling camino-tempfile v1.4.1
18392026-08-24T19:53:37.488Z Compiling tar v0.4.46
18402026-08-24T19:53:37.902Z Compiling slog-term v2.9.2
18412026-08-24T19:53:54.920Z Compiling rustls-webpki v0.103.13
18422026-08-24T19:53:57.607Z Compiling tokio-rustls v0.26.4
18432026-08-24T19:53:57.607Z Compiling rustls-platform-verifier v0.6.2
18442026-08-24T19:53:57.607Z Compiling tough v0.22.0
18452026-08-24T19:53:57.817Z Compiling hyper-rustls v0.27.7
18462026-08-24T19:53:58.009Z Compiling reqwest v0.13.2
18472026-08-24T19:54:00.174Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18482026-08-24T19:54:00.403Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18492026-08-24T19:54:03.259Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 51.94s
18502026-08-24T19:54:03.397Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
18512026-08-24T19:54:03.451ZAug 24 19:54:02.867 INFO Starting download, target: MaghemiteDdmd
18522026-08-24T19:54:03.451ZAug 24 19:54:02.868 INFO Starting download, target: DendriteStub
18532026-08-24T19:54:03.454ZAug 24 19:54:02.868 INFO Starting download, target: Cockroach
18542026-08-24T19:54:03.454ZAug 24 19:54:02.868 INFO Starting download, target: Clickhouse
18552026-08-24T19:54:03.454ZAug 24 19:54:02.868 INFO Starting download, target: MaghemiteMgd
18562026-08-24T19:54:03.454ZAug 24 19:54:02.868 INFO Starting download, target: Console
18572026-08-24T19:54:03.454ZAug 24 19:54:02.868 INFO Starting download, target: TransceiverControl
18582026-08-24T19:54:03.454ZAug 24 19:54:02.868 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
18592026-08-24T19:54:03.454ZAug 24 19:54:02.868 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
18602026-08-24T19:54:03.454ZAug 24 19:54:02.868 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
18612026-08-24T19:54:03.455ZAug 24 19:54:02.868 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
18622026-08-24T19:54:03.455ZAug 24 19:54:02.868 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
18632026-08-24T19:54:03.455ZAug 24 19:54:02.868 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
18642026-08-24T19:54:03.455ZAug 24 19:54:02.868 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
18652026-08-24T19:54:03.829ZAug 24 19:54:03.245 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
18662026-08-24T19:54:04.065ZAug 24 19:54:03.458 INFO Download complete, target: TransceiverControl
18672026-08-24T19:54:04.806ZAug 24 19:54:04.220 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
18682026-08-24T19:54:05.458ZAug 24 19:54:04.862 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
18692026-08-24T19:54:05.490ZAug 24 19:54:04.901 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
18702026-08-24T19:54:05.687ZAug 24 19:54:05.097 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
18712026-08-24T19:54:05.745ZAug 24 19:54:05.158 INFO Download complete, target: Console
18722026-08-24T19:54:05.914ZAug 24 19:54:05.331 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
18732026-08-24T19:54:05.914ZAug 24 19:54:05.331 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
18742026-08-24T19:54:06.121ZAug 24 19:54:05.535 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
18752026-08-24T19:54:07.423ZAug 24 19:54:06.839 INFO Download complete, target: DendriteStub
18762026-08-24T19:54:07.597ZAug 24 19:54:07.011 INFO Download complete, target: MaghemiteDdmd
18772026-08-24T19:54:08.413ZAug 24 19:54:07.828 INFO Download complete, target: MaghemiteMgd
18782026-08-24T19:54:10.672ZAug 24 19:54:10.063 INFO Checking that binary works, target: Cockroach
18792026-08-24T19:54:10.793ZAug 24 19:54:10.192 INFO Download complete, target: Cockroach
18802026-08-24T19:54:12.933ZAug 24 19:54:12.324 INFO Checking that binary works, target: Clickhouse
18812026-08-24T19:54:12.992ZAug 24 19:54:12.406 INFO Download complete, target: Clickhouse
18822026-08-24T19:54:13.006ZAll prerequisites installed successfully
18832026-08-24T19:54:13.017Z
18842026-08-24T19:54:13.017Zreal 1:29.629811426
18852026-08-24T19:54:13.017Zuser 7:22.522360065
18862026-08-24T19:54:13.017Zsys 1:43.307552674
18872026-08-24T19:54:13.017Ztrap 0.255278409
18882026-08-24T19:54:13.017Ztflt 0.944829517
18892026-08-24T19:54:13.017Zdflt 1.823844232
18902026-08-24T19:54:13.017Zkflt 0.028350148
18912026-08-24T19:54:13.018Zlock 27:55.383253717
18922026-08-24T19:54:13.018Zslp 19:51.075681130
18932026-08-24T19:54:13.018Zlat 24.187915159
18942026-08-24T19:54:13.018Zstop 2:57.227432093
18952026-08-24T19:54:13.018Z+ source ./tools/include/force-git-over-https.sh
18962026-08-24T19:54:13.018Z++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/')
18972026-08-24T19:54:13.018Z++ (( i = 0 ))
18982026-08-24T19:54:13.018Z++ (( i < 5 ))
18992026-08-24T19:54:13.018Z++ git config --add --global url.https://github.com/.insteadOf git://github.com/
19002026-08-24T19:54:13.018Z++ (( i++ ))
19012026-08-24T19:54:13.018Z++ (( i < 5 ))
19022026-08-24T19:54:13.018Z++ git config --add --global url.https://github.com/.insteadOf git@github.com:
19032026-08-24T19:54:13.018Z++ (( i++ ))
19042026-08-24T19:54:13.018Z++ (( i < 5 ))
19052026-08-24T19:54:13.019Z++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/
19062026-08-24T19:54:13.019Z++ (( i++ ))
19072026-08-24T19:54:13.019Z++ (( i < 5 ))
19082026-08-24T19:54:13.019Z++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/
19092026-08-24T19:54:13.019Z++ (( i++ ))
19102026-08-24T19:54:13.019Z++ (( i < 5 ))
19112026-08-24T19:54:13.019Z++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/
19122026-08-24T19:54:13.027Z++ (( i++ ))
19132026-08-24T19:54:13.027Z++ (( i < 5 ))
19142026-08-24T19:54:13.027Z++ export CARGO_NET_GIT_FETCH_WITH_CLI=true
19152026-08-24T19:54:13.027Z++ CARGO_NET_GIT_FETCH_WITH_CLI=true
19162026-08-24T19:54:13.027Z+ rc=0
19172026-08-24T19:54:13.027Z+ pfexec pkg install -q /system/zones/brand/omicron1/tools
19182026-08-24T19:54:20.051Z+ case $rc in
19192026-08-24T19:54:20.051Z+ pfexec zfs create -p rpool/images/build/host
19202026-08-24T19:54:20.172Z+ pfexec zfs create -p rpool/images/build/recovery
19212026-08-24T19:54:20.218Z+ cargo xtask releng --output-dir /work --mkincorp --verify-debug-libraries
19222026-08-24T19:54:20.675Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
19232026-08-24T19:54:20.695Z Running `target/debug/xtask releng --output-dir /work --mkincorp --verify-debug-libraries`
19242026-08-24T19:54:21.561Z Compiling proc-macro2 v1.0.106
19252026-08-24T19:54:21.561Z Compiling quote v1.0.45
19262026-08-24T19:54:21.561Z Compiling unicode-ident v1.0.24
19272026-08-24T19:54:21.567Z Compiling serde_core v1.0.228
19282026-08-24T19:54:21.567Z Compiling libc v0.2.185
19292026-08-24T19:54:21.567Z Compiling serde v1.0.228
19302026-08-24T19:54:21.567Z Compiling cfg-if v1.0.4
19312026-08-24T19:54:21.567Z Compiling autocfg v1.5.0
19322026-08-24T19:54:21.567Z Compiling shlex v1.3.0
19332026-08-24T19:54:21.567Z Compiling find-msvc-tools v0.1.9
19342026-08-24T19:54:21.567Z Compiling getrandom v0.4.3
19352026-08-24T19:54:21.567Z Compiling version_check v0.9.5
19362026-08-24T19:54:21.694Z Compiling portable-atomic v1.13.1
19372026-08-24T19:54:21.710Z Compiling memchr v2.8.0
19382026-08-24T19:54:21.720Z Compiling zerocopy v0.8.55
19392026-08-24T19:54:21.867Z Compiling zmij v1.0.21
19402026-08-24T19:54:21.976Z Compiling serde_json v1.0.151
19412026-08-24T19:54:22.008Z Compiling libm v0.2.16
19422026-08-24T19:54:22.029Z Compiling icu_normalizer_data v2.1.1
19432026-08-24T19:54:22.091Z Compiling num-traits v0.2.19
19442026-08-24T19:54:22.122Z Compiling parking_lot_core v0.9.12
19452026-08-24T19:54:22.198Z Compiling icu_properties_data v2.1.2
19462026-08-24T19:54:22.231Z Compiling pkg-config v0.3.32
19472026-08-24T19:54:22.231Z Compiling smallvec v1.15.1
19482026-08-24T19:54:22.281Z Compiling rustix v1.1.4
19492026-08-24T19:54:22.284Z Compiling log v0.4.33
19502026-08-24T19:54:22.295Z Compiling itoa v1.0.17
19512026-08-24T19:54:22.341Z Compiling generic-array v0.14.7
19522026-08-24T19:54:22.377Z Compiling subtle v2.6.1
19532026-08-24T19:54:22.422Z Compiling getrandom v0.3.4
19542026-08-24T19:54:22.576Z Compiling typenum v1.20.1
19552026-08-24T19:54:22.607Z Compiling stable_deref_trait v1.2.1
19562026-08-24T19:54:22.641Z Compiling scopeguard v1.2.0
19572026-08-24T19:54:22.644Z Compiling rand_core v0.10.0
19582026-08-24T19:54:22.676Z Compiling heck v0.5.0
19592026-08-24T19:54:22.703Z Compiling critical-section v1.2.0
19602026-08-24T19:54:22.757Z Compiling jobserver v0.1.34
19612026-08-24T19:54:22.760Z Compiling errno v0.3.14
19622026-08-24T19:54:22.792Z Compiling lock_api v0.4.14
19632026-08-24T19:54:22.953Z Compiling thiserror v2.0.18
19642026-08-24T19:54:22.990Z Compiling syn v2.0.117
19652026-08-24T19:54:23.000Z Compiling cc v1.2.56
19662026-08-24T19:54:23.135Z Compiling dunce v1.0.5
19672026-08-24T19:54:23.151Z Compiling percent-encoding v2.3.2
19682026-08-24T19:54:23.182Z Compiling writeable v0.6.2
19692026-08-24T19:54:23.253Z Compiling fs_extra v1.3.0
19702026-08-24T19:54:23.263Z Compiling litemap v0.8.1
19712026-08-24T19:54:23.315Z Compiling schemars v0.8.22
19722026-08-24T19:54:23.367Z Compiling once_cell v1.21.3
19732026-08-24T19:54:23.572Z Compiling rustversion v1.0.22
19742026-08-24T19:54:23.575Z Compiling pin-project-lite v0.2.17
19752026-08-24T19:54:23.575Z Compiling getrandom v0.2.17
19762026-08-24T19:54:23.666Z Compiling equivalent v1.0.2
19772026-08-24T19:54:23.700Z Compiling signal-hook-registry v1.4.8
19782026-08-24T19:54:23.734Z Compiling cmake v0.1.57
19792026-08-24T19:54:23.776Z Compiling rand_core v0.6.4
19802026-08-24T19:54:23.801Z Compiling futures-core v0.3.32
19812026-08-24T19:54:23.846Z Compiling bitflags v2.11.0
19822026-08-24T19:54:23.851Z Compiling semver v1.0.28
19832026-08-24T19:54:24.084Z Compiling aws-lc-rs v1.16.3
19842026-08-24T19:54:24.100Z Compiling utf8_iter v1.0.4
19852026-08-24T19:54:24.120Z Compiling parking_lot v0.12.5
19862026-08-24T19:54:24.151Z Compiling form_urlencoded v1.2.2
19872026-08-24T19:54:24.169Z Compiling mio v1.2.0
19882026-08-24T19:54:24.286Z Compiling aws-lc-sys v0.40.0
19892026-08-24T19:54:24.428Z Compiling crc32fast v1.5.0
19902026-08-24T19:54:24.445Z Compiling fnv v1.0.7
19912026-08-24T19:54:24.462Z Compiling const-oid v0.9.6
19922026-08-24T19:54:24.723Z Compiling byteorder v1.5.0
19932026-08-24T19:54:24.762Z Compiling hashbrown v0.17.0
19942026-08-24T19:54:24.815Z Compiling vcpkg v0.2.15
19952026-08-24T19:54:24.826Z Compiling strsim v0.11.1
19962026-08-24T19:54:24.855Z Compiling syn v1.0.109
19972026-08-24T19:54:24.936Z Compiling socket2 v0.6.3
19982026-08-24T19:54:25.153Z Compiling iana-time-zone v0.1.65
19992026-08-24T19:54:25.207Z Compiling httparse v1.10.1
20002026-08-24T19:54:25.287Z Compiling futures-sink v0.3.32
20012026-08-24T19:54:25.343Z Compiling radium v0.7.0
20022026-08-24T19:54:25.411Z Compiling indexmap v2.14.0
20032026-08-24T19:54:25.436Z Compiling futures-channel v0.3.32
20042026-08-24T19:54:25.442Z Compiling openssl-sys v0.9.117
20052026-08-24T19:54:25.480Z Compiling slab v0.4.12
20062026-08-24T19:54:25.512Z Compiling futures-task v0.3.32
20072026-08-24T19:54:25.536Z Compiling futures-io v0.3.32
20082026-08-24T19:54:25.563Z Compiling thiserror v1.0.69
20092026-08-24T19:54:25.721Z Compiling maybe-uninit v2.0.0
20102026-08-24T19:54:25.724Z Compiling base64 v0.22.1
20112026-08-24T19:54:25.724Z Compiling rustls v0.23.41
20122026-08-24T19:54:25.828Z Compiling synstructure v0.13.2
20132026-08-24T19:54:25.853Z Compiling serde_derive_internals v0.29.1
20142026-08-24T19:54:25.979Z Compiling rustc_version v0.4.1
20152026-08-24T19:54:25.996Z Compiling uuid v1.23.4
20162026-08-24T19:54:26.117Z Compiling regex-syntax v0.8.10
20172026-08-24T19:54:26.229Z Compiling bzip2-sys v0.1.13+1.0.8
20182026-08-24T19:54:26.294Z Compiling ahash v0.8.12
20192026-08-24T19:54:26.324Z Compiling fastrand v2.3.0
20202026-08-24T19:54:26.351Z Compiling ucd-trie v0.1.7
20212026-08-24T19:54:26.390Z Compiling cmov v0.5.4
20222026-08-24T19:54:26.409Z Compiling ident_case v1.0.1
20232026-08-24T19:54:26.427Z Compiling base64ct v1.8.3
20242026-08-24T19:54:26.561Z Compiling dyn-clone v1.0.20
20252026-08-24T19:54:26.584Z Compiling packed_struct v0.10.1
20262026-08-24T19:54:26.613Z Compiling num-bigint-dig v0.8.6
20272026-08-24T19:54:26.637Z Compiling ctutils v0.4.2
20282026-08-24T19:54:26.637Z Compiling tempfile v3.27.0
20292026-08-24T19:54:26.657Z Compiling pest v2.8.6
20302026-08-24T19:54:26.744Z Compiling openssl v0.10.80
20312026-08-24T19:54:26.848Z Compiling pem-rfc7468 v0.7.0
20322026-08-24T19:54:26.851Z Compiling paste v1.0.15
20332026-08-24T19:54:26.851Z Compiling flagset v0.4.7
20342026-08-24T19:54:26.894Z Compiling rand_core v0.9.5
20352026-08-24T19:54:26.995Z Compiling syn v3.0.3
20362026-08-24T19:54:27.020Z Compiling indexmap v1.9.3
20372026-08-24T19:54:27.101Z Compiling serde_derive v1.0.228
20382026-08-24T19:54:27.136Z Compiling zeroize_derive v1.5.0
20392026-08-24T19:54:27.174Z Compiling zerofrom-derive v0.1.6
20402026-08-24T19:54:27.215Z Compiling yoke-derive v0.8.1
20412026-08-24T19:54:27.232Z Compiling zerocopy-derive v0.8.55
20422026-08-24T19:54:27.247Z Compiling zerovec-derive v0.11.2
20432026-08-24T19:54:27.264Z Compiling displaydoc v0.2.5
20442026-08-24T19:54:27.396Z Compiling tokio-macros v2.7.0
20452026-08-24T19:54:27.446Z Compiling futures-macro v0.3.32
20462026-08-24T19:54:27.561Z Compiling thiserror-impl v2.0.18
20472026-08-24T19:54:27.758Z Compiling der_derive v0.7.3
20482026-08-24T19:54:27.950Z Compiling schemars_derive v0.8.22
20492026-08-24T19:54:27.977Z Compiling tracing-attributes v0.1.31
20502026-08-24T19:54:28.111Z Compiling thiserror-impl v1.0.69
20512026-08-24T19:54:28.213Z Compiling clap_derive v4.6.1
20522026-08-24T19:54:28.267Z Compiling futures-util v0.3.32
20532026-08-24T19:54:28.371Z Compiling zerofrom v0.1.6
20542026-08-24T19:54:28.519Z Compiling yoke v0.8.1
20552026-08-24T19:54:28.713Z Compiling zerovec v0.11.5
20562026-08-24T19:54:28.750Z Compiling zerotrie v0.2.3
20572026-08-24T19:54:29.204Z Compiling packed_struct_codegen v0.10.1
20582026-08-24T19:54:29.219Z Compiling pest_meta v2.8.6
20592026-08-24T19:54:29.289Z Compiling tinystr v0.8.2
20602026-08-24T19:54:29.314Z Compiling potential_utf v0.1.4
20612026-08-24T19:54:29.347Z Compiling bitfield-macros v0.19.4
20622026-08-24T19:54:29.419Z Compiling zerocopy-derive v0.6.6
20632026-08-24T19:54:29.538Z Compiling icu_locale_core v2.1.1
20642026-08-24T19:54:29.553Z Compiling icu_collections v2.1.1
20652026-08-24T19:54:30.094Z Compiling daft-derive v0.1.8
20662026-08-24T19:54:30.189Z Compiling pest_generator v2.8.6
20672026-08-24T19:54:30.377Z Compiling zeroize v1.9.0
20682026-08-24T19:54:30.481Z Compiling bytes v1.11.1
20692026-08-24T19:54:30.669Z Compiling icu_provider v2.1.1
20702026-08-24T19:54:30.721Z Compiling chrono v0.4.45
20712026-08-24T19:54:30.771Z Compiling hybrid-array v0.4.13
20722026-08-24T19:54:30.839Z Compiling der v0.7.10
20732026-08-24T19:54:30.953Z Compiling icu_properties v2.1.2
20742026-08-24T19:54:31.000Z Compiling icu_normalizer v2.1.1
20752026-08-24T19:54:31.157Z Compiling tokio v1.52.1
20762026-08-24T19:54:31.375Z Compiling crypto-common v0.1.7
20772026-08-24T19:54:31.545Z Compiling block-buffer v0.10.4
20782026-08-24T19:54:31.681Z Compiling digest v0.10.7
20792026-08-24T19:54:31.719Z Compiling ppv-lite86 v0.2.21
20802026-08-24T19:54:31.806Z Compiling hex v0.4.3
20812026-08-24T19:54:31.949Z Compiling idna_adapter v1.2.1
20822026-08-24T19:54:31.980Z Compiling spki v0.7.3
20832026-08-24T19:54:32.098Z Compiling idna v1.1.0
20842026-08-24T19:54:32.220Z Compiling openssl-macros v0.1.1
20852026-08-24T19:54:32.249Z Compiling zstd-sys v2.0.16+zstd.1.5.7
20862026-08-24T19:54:32.287Z Compiling native-tls v0.2.18
20872026-08-24T19:54:32.305Z Compiling simd-adler32 v0.3.8
20882026-08-24T19:54:32.426Z Compiling url v2.5.8
20892026-08-24T19:54:32.642Z Compiling rand_chacha v0.9.0
20902026-08-24T19:54:32.678Z Compiling pest_derive v2.8.6
20912026-08-24T19:54:32.690Z Compiling scroll_derive v0.13.1
20922026-08-24T19:54:32.695Z Compiling adler2 v2.0.1
20932026-08-24T19:54:32.891Z Compiling anstyle v1.0.14
20942026-08-24T19:54:33.057Z Compiling crossbeam-utils v0.8.21
20952026-08-24T19:54:33.174Z Compiling camino v1.2.5
20962026-08-24T19:54:33.205Z Compiling utf8parse v0.2.2
20972026-08-24T19:54:33.221Z Compiling rand v0.9.2
20982026-08-24T19:54:33.276Z Compiling miniz_oxide v0.8.9
20992026-08-24T19:54:33.339Z Compiling anstyle-parse v1.0.0
21002026-08-24T19:54:33.366Z Compiling pkcs8 v0.10.2
21012026-08-24T19:54:33.390Z Compiling http v1.4.2
21022026-08-24T19:54:33.509Z Compiling rustls-pki-types v1.14.0
21032026-08-24T19:54:33.854Z Compiling terminal_size v0.4.3
21042026-08-24T19:54:33.980Z Compiling slog v2.8.2
21052026-08-24T19:54:34.022Z Compiling spin v0.9.8
21062026-08-24T19:54:34.155Z Compiling is_terminal_polyfill v1.70.2
21072026-08-24T19:54:34.161Z Compiling num-conv v0.2.0
21082026-08-24T19:54:34.185Z Compiling time-core v0.1.8
21092026-08-24T19:54:34.205Z Compiling tinyvec_macros v0.1.1
21102026-08-24T19:54:34.247Z Compiling anstyle-query v1.1.5
21112026-08-24T19:54:34.280Z Compiling colorchoice v1.0.4
21122026-08-24T19:54:34.296Z Compiling tinyvec v1.10.0
21132026-08-24T19:54:34.327Z Compiling block-buffer v0.12.1
21142026-08-24T19:54:34.348Z Compiling crypto-common v0.2.2
21152026-08-24T19:54:34.368Z Compiling time-macros v0.2.27
21162026-08-24T19:54:34.379Z Compiling anstream v1.0.0
21172026-08-24T19:54:34.547Z Compiling structmeta-derive v0.3.0
21182026-08-24T19:54:34.583Z Compiling async-trait v0.1.89
21192026-08-24T19:54:34.597Z Compiling tracing-core v0.1.36
21202026-08-24T19:54:34.768Z Compiling wait-timeout v0.2.1
21212026-08-24T19:54:34.894Z Compiling plain v0.2.3
21222026-08-24T19:54:35.030Z Compiling quick-error v1.2.3
21232026-08-24T19:54:35.082Z Compiling untrusted v0.7.1
21242026-08-24T19:54:35.162Z Compiling cpufeatures v0.2.17
21252026-08-24T19:54:35.262Z Compiling tokio-util v0.7.18
21262026-08-24T19:54:35.275Z Compiling bit-vec v0.8.0
21272026-08-24T19:54:35.291Z Compiling object v0.37.3
21282026-08-24T19:54:35.313Z Compiling rusty-fork v0.3.1
21292026-08-24T19:54:35.328Z Compiling tracing v0.1.44
21302026-08-24T19:54:35.510Z Compiling http-body v1.0.1
21312026-08-24T19:54:35.596Z Compiling structmeta v0.3.0
21322026-08-24T19:54:35.612Z Compiling bit-set v0.8.0
21332026-08-24T19:54:35.777Z Compiling toml_datetime v0.6.11
21342026-08-24T19:54:35.817Z Compiling serde_spanned v0.6.9
21352026-08-24T19:54:35.832Z Compiling pin-project-internal v1.1.11
21362026-08-24T19:54:35.852Z Compiling rand_xorshift v0.4.0
21372026-08-24T19:54:36.079Z Compiling cookie v0.18.1
21382026-08-24T19:54:36.092Z Compiling tap v1.0.1
21392026-08-24T19:54:36.212Z Compiling untrusted v0.9.0
21402026-08-24T19:54:36.237Z Compiling zstd-safe v7.2.4
21412026-08-24T19:54:36.273Z Compiling unarray v0.1.4
21422026-08-24T19:54:36.320Z Compiling openssl-probe v0.2.1
21432026-08-24T19:54:36.387Z Compiling clap_lex v1.0.0
21442026-08-24T19:54:36.453Z Compiling proptest v1.11.0
21452026-08-24T19:54:36.596Z Compiling clap_builder v4.6.0
21462026-08-24T19:54:36.629Z Compiling wyz v0.5.1
21472026-08-24T19:54:36.749Z Compiling derive-ex v0.1.8
21482026-08-24T19:54:36.826Z Compiling sha2 v0.10.9
21492026-08-24T19:54:36.853Z Compiling unicode-normalization v0.1.25
21502026-08-24T19:54:36.868Z Compiling ipnetwork v0.21.1
21512026-08-24T19:54:36.919Z Compiling rand_chacha v0.3.1
21522026-08-24T19:54:36.957Z Compiling signature v2.2.0
21532026-08-24T19:54:37.156Z Compiling scroll_derive v0.12.1
21542026-08-24T19:54:37.197Z Compiling heapless v0.7.17
21552026-08-24T19:54:37.425Z Compiling num-integer v0.1.46
21562026-08-24T19:54:37.458Z Compiling aho-corasick v1.1.4
21572026-08-24T19:54:37.492Z Compiling tower-layer v0.3.3
21582026-08-24T19:54:37.495Z Compiling pretty-hex v0.4.1
21592026-08-24T19:54:37.589Z Compiling tower-service v0.3.3
21602026-08-24T19:54:37.659Z Compiling funty v2.0.0
21612026-08-24T19:54:37.801Z Compiling try-lock v0.2.5
21622026-08-24T19:54:37.832Z Compiling rustix v0.38.44
21632026-08-24T19:54:37.869Z Compiling signal-hook v0.3.18
21642026-08-24T19:54:37.943Z Compiling atomic-waker v1.1.2
21652026-08-24T19:54:38.008Z Compiling anyhow v1.0.104
21662026-08-24T19:54:38.125Z Compiling zlib-rs v0.6.2
21672026-08-24T19:54:38.167Z Compiling usdt-impl v0.6.0
21682026-08-24T19:54:38.197Z Compiling want v0.3.1
21692026-08-24T19:54:38.213Z Compiling h2 v0.4.15
21702026-08-24T19:54:38.238Z Compiling test-strategy v0.4.5
21712026-08-24T19:54:38.327Z Compiling regex-automata v0.4.14
21722026-08-24T19:54:38.380Z Compiling bitvec v1.0.1
21732026-08-24T19:54:38.612Z Compiling clap v4.6.1
21742026-08-24T19:54:38.726Z Compiling num-iter v0.1.45
21752026-08-24T19:54:38.915Z Compiling newtype-uuid v1.3.2
21762026-08-24T19:54:39.357Z Compiling rand v0.8.6
21772026-08-24T19:54:39.426Z Compiling oxnet v0.1.6
21782026-08-24T19:54:39.538Z Compiling lazy_static v1.5.0
21792026-08-24T19:54:39.666Z Compiling scroll v0.13.0
21802026-08-24T19:54:39.822Z Compiling block-padding v0.4.2
21812026-08-24T19:54:39.957Z Compiling ipnet v2.12.0
21822026-08-24T19:54:40.125Z Compiling strum_macros v0.26.4
21832026-08-24T19:54:40.219Z Compiling snafu-derive v0.8.9
21842026-08-24T19:54:40.425Z Compiling flate2 v1.1.9
21852026-08-24T19:54:41.168Z Compiling darling_core v0.23.0
21862026-08-24T19:54:41.347Z Compiling darling_core v0.20.11
21872026-08-24T19:54:42.063Z Compiling cpufeatures v0.3.0
21882026-08-24T19:54:42.143Z Compiling httpdate v1.0.3
21892026-08-24T19:54:42.160Z Compiling foreign-types-shared v0.1.1
21902026-08-24T19:54:42.304Z Compiling crc-catalog v2.4.0
21912026-08-24T19:54:42.321Z Compiling winnow v0.5.40
21922026-08-24T19:54:42.376Z Compiling nodrop v0.1.14
21932026-08-24T19:54:42.415Z Compiling const-oid v0.10.2
21942026-08-24T19:54:42.552Z Compiling array-init v0.0.4
21952026-08-24T19:54:42.646Z Compiling digest v0.11.3
21962026-08-24T19:54:42.677Z Compiling hyper v1.10.1
21972026-08-24T19:54:42.830Z Compiling crc v3.4.0
21982026-08-24T19:54:43.027Z Compiling foreign-types v0.3.2
21992026-08-24T19:54:43.368Z Compiling darling_macro v0.20.11
22002026-08-24T19:54:43.383Z Compiling darling_macro v0.23.0
22012026-08-24T19:54:43.549Z Compiling inout v0.2.2
22022026-08-24T19:54:43.732Z Compiling goblin v0.10.5
22032026-08-24T19:54:43.860Z Compiling toml_edit v0.19.15
22042026-08-24T19:54:43.879Z Compiling daft v0.1.8
22052026-08-24T19:54:43.924Z Compiling smallvec v0.6.14
22062026-08-24T19:54:44.206Z Compiling pkcs1 v0.7.5
22072026-08-24T19:54:44.554Z Compiling zerocopy v0.6.6
22082026-08-24T19:54:44.569Z Compiling bitfield v0.19.4
22092026-08-24T19:54:44.768Z Compiling zerocopy-derive v0.7.35
22102026-08-24T19:54:44.788Z Compiling curve25519-dalek v4.1.3
22112026-08-24T19:54:44.909Z Compiling env_filter v2.0.0
22122026-08-24T19:54:44.924Z Compiling memoffset v0.9.1
22132026-08-24T19:54:45.135Z Compiling unicode-segmentation v1.12.0
22142026-08-24T19:54:45.150Z Compiling litrs v1.0.0
22152026-08-24T19:54:45.223Z Compiling smoltcp v0.9.1
22162026-08-24T19:54:45.574Z Compiling owo-colors v4.3.0
22172026-08-24T19:54:45.590Z Compiling base64 v0.21.7
22182026-08-24T19:54:45.607Z Compiling ref-cast v1.0.25
22192026-08-24T19:54:45.734Z Compiling hashbrown v0.12.3
22202026-08-24T19:54:45.870Z Compiling ron v0.8.1
22212026-08-24T19:54:45.914Z Compiling document-features v0.2.12
22222026-08-24T19:54:45.928Z Compiling toml v0.7.8
22232026-08-24T19:54:46.380Z Compiling env_logger v0.11.11
22242026-08-24T19:54:46.561Z Compiling dof v0.4.0
22252026-08-24T19:54:46.662Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
22262026-08-24T19:54:46.801Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
22272026-08-24T19:54:46.887Z Compiling rsa v0.9.10
22282026-08-24T19:54:47.466Z Compiling serde-hex v0.1.0
22292026-08-24T19:54:47.540Z Compiling hyper-util v0.1.20
22302026-08-24T19:54:47.617Z Compiling bzip2 v0.4.4
22312026-08-24T19:54:47.876Z Compiling darling v0.23.0
22322026-08-24T19:54:47.892Z Compiling darling v0.20.11
22332026-08-24T19:54:47.975Z Compiling cipher v0.5.2
22342026-08-24T19:54:47.992Z Compiling hashbrown v0.13.2
22352026-08-24T19:54:48.475Z Compiling dtrace-parser v0.3.0
22362026-08-24T19:54:48.614Z Compiling x509-cert v0.2.5
22372026-08-24T19:54:48.829Z Compiling erased-serde v0.3.31
22382026-08-24T19:54:48.844Z Compiling async-recursion v1.1.1
22392026-08-24T19:54:49.102Z Compiling sync_wrapper v1.0.2
22402026-08-24T19:54:49.231Z Compiling thread-id v5.1.0
22412026-08-24T19:54:49.329Z Compiling crc-any v2.5.0
22422026-08-24T19:54:49.437Z Compiling cfg_aliases v0.2.1
22432026-08-24T19:54:49.497Z Compiling powerfmt v0.2.0
22442026-08-24T19:54:49.598Z Compiling siphasher v1.0.2
22452026-08-24T19:54:49.704Z Compiling deranged v0.5.8
22462026-08-24T19:54:49.797Z Compiling nix v0.31.2
22472026-08-24T19:54:50.104Z Compiling tower v0.5.3
22482026-08-24T19:54:50.738Z Compiling object v0.30.4
22492026-08-24T19:54:50.791Z Compiling chacha20 v0.10.0
22502026-08-24T19:54:50.863Z Compiling serde_with_macros v3.21.0
22512026-08-24T19:54:51.105Z Compiling derive_builder_core v0.20.2
22522026-08-24T19:54:51.121Z Compiling zip v0.6.6
22532026-08-24T19:54:51.564Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
22542026-08-24T19:54:51.819Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
22552026-08-24T19:54:51.886Z Compiling bstr v1.12.1
22562026-08-24T19:54:51.951Z Compiling http-body-util v0.1.3
22572026-08-24T19:54:52.274Z Compiling futures-executor v0.3.32
22582026-08-24T19:54:52.303Z Compiling serde_tokenstream v0.2.3
22592026-08-24T19:54:52.613Z Compiling hubpack_derive v0.1.1
22602026-08-24T19:54:52.700Z Compiling ref-cast-impl v1.0.25
22612026-08-24T19:54:52.722Z Compiling curve25519-dalek-derive v0.1.1
22622026-08-24T19:54:52.748Z Compiling strum_macros v0.27.2
22632026-08-24T19:54:52.783Z Compiling usdt-impl v0.5.0
22642026-08-24T19:54:53.018Z Compiling fs-err v3.3.0
22652026-08-24T19:54:53.208Z Compiling ryu v1.0.23
22662026-08-24T19:54:53.236Z Compiling unicode-properties v0.1.4
22672026-08-24T19:54:53.252Z Compiling gimli v0.32.3
22682026-08-24T19:54:53.324Z Compiling iri-string v0.7.10
22692026-08-24T19:54:53.512Z Compiling num_threads v0.1.7
22702026-08-24T19:54:53.645Z Compiling same-file v1.0.6
22712026-08-24T19:54:53.740Z Compiling allocator-api2 v0.2.21
22722026-08-24T19:54:53.839Z Compiling unicode-bidi v0.3.18
22732026-08-24T19:54:53.891Z Compiling path-slash v0.1.5
22742026-08-24T19:54:54.198Z Compiling stringprep v0.1.5
22752026-08-24T19:54:54.262Z Compiling time v0.3.47
22762026-08-24T19:54:54.481Z Compiling walkdir v2.5.0
22772026-08-24T19:54:55.006Z Compiling addr2line v0.25.1
22782026-08-24T19:54:55.162Z Compiling tower-http v0.6.8
22792026-08-24T19:54:55.200Z Compiling serde_urlencoded v0.7.1
22802026-08-24T19:54:56.091Z Compiling futures v0.3.32
22812026-08-24T19:54:56.193Z Compiling derive_builder_macro v0.20.2
22822026-08-24T19:54:56.510Z Compiling rand v0.10.1
22832026-08-24T19:54:57.019Z Compiling tokio-native-tls v0.3.1
22842026-08-24T19:54:57.162Z Compiling convert_case v0.10.0
22852026-08-24T19:54:57.215Z Compiling sha2 v0.11.0
22862026-08-24T19:54:57.218Z Compiling hmac v0.13.0
22872026-08-24T19:54:57.249Z Compiling md-5 v0.11.0
22882026-08-24T19:54:57.310Z Compiling strum v0.26.3
22892026-08-24T19:54:57.396Z Compiling scroll v0.12.0
22902026-08-24T19:54:57.441Z Compiling pin-project v1.1.11
22912026-08-24T19:54:57.457Z Compiling rustls-native-certs v0.8.3
22922026-08-24T19:54:57.473Z Compiling hash32 v0.2.1
22932026-08-24T19:54:57.533Z Compiling vergen-lib v9.1.0
22942026-08-24T19:54:57.558Z Compiling encoding_rs v0.8.35
22952026-08-24T19:54:57.627Z Compiling rustc-demangle v0.1.27
22962026-08-24T19:54:57.691Z Compiling mime v0.3.17
22972026-08-24T19:54:57.709Z Compiling psl-types v2.0.11
22982026-08-24T19:54:57.740Z Compiling fallible-iterator v0.2.0
22992026-08-24T19:54:57.847Z Compiling jiff-core v0.1.0
23002026-08-24T19:54:57.959Z Compiling publicsuffix v2.3.0
23012026-08-24T19:54:58.064Z Compiling postgres-protocol v0.6.12
23022026-08-24T19:54:58.149Z Compiling goblin v0.8.2
23032026-08-24T19:54:58.473Z Compiling snafu v0.8.9
23042026-08-24T19:54:58.490Z Compiling derive_more-impl v2.1.1
23052026-08-24T19:54:58.812Z Compiling jiff v0.2.34
23062026-08-24T19:54:58.828Z Compiling backtrace v0.3.76
23072026-08-24T19:54:58.923Z Compiling hyper-tls v0.6.0
23082026-08-24T19:54:58.984Z Compiling derive_builder v0.20.2
23092026-08-24T19:54:59.369Z Compiling usdt-attr-macro v0.6.0
23102026-08-24T19:54:59.410Z Compiling usdt-macro v0.6.0
23112026-08-24T19:54:59.527Z Compiling globset v0.4.18
23122026-08-24T19:54:59.543Z Compiling phf_shared v0.13.1
23132026-08-24T19:54:59.579Z Compiling crossbeam-epoch v0.9.18
23142026-08-24T19:54:59.768Z Compiling zerocopy v0.7.35
23152026-08-24T19:54:59.924Z Compiling regex v1.12.3
23162026-08-24T19:55:00.300Z Compiling hmac v0.12.1
23172026-08-24T19:55:00.377Z Compiling serde_plain v1.0.2
23182026-08-24T19:55:00.440Z Compiling enum-as-inner v0.6.1
23192026-08-24T19:55:00.468Z Compiling miette-derive v7.6.0
23202026-08-24T19:55:00.572Z Compiling serde_repr v0.1.20
23212026-08-24T19:55:00.593Z Compiling pem v3.0.6
23222026-08-24T19:55:00.681Z Compiling ff v0.13.1
23232026-08-24T19:55:00.845Z Compiling vergen v9.1.0
23242026-08-24T19:55:00.873Z Compiling cargo-platform v0.3.2
23252026-08-24T19:55:00.948Z Compiling filetime v0.2.27
23262026-08-24T19:55:00.966Z Compiling either v1.15.0
23272026-08-24T19:55:01.106Z Compiling smawk v0.3.2
23282026-08-24T19:55:01.177Z Compiling bumpalo v3.20.2
23292026-08-24T19:55:01.196Z Compiling base16ct v0.2.0
23302026-08-24T19:55:01.199Z Compiling typed-path v0.9.3
23312026-08-24T19:55:01.278Z Compiling unicode-linebreak v0.1.5
23322026-08-24T19:55:01.437Z Compiling foldhash v0.2.0
23332026-08-24T19:55:01.536Z Compiling bitflags v1.3.2
23342026-08-24T19:55:01.536Z Compiling xattr v1.6.1
23352026-08-24T19:55:01.566Z Compiling libbz2-rs-sys v0.2.2
23362026-08-24T19:55:01.626Z Compiling is_ci v1.2.0
23372026-08-24T19:55:01.664Z Compiling managed v0.8.0
23382026-08-24T19:55:01.692Z Compiling foldhash v0.1.5
23392026-08-24T19:55:01.719Z Compiling unicode-width v0.2.0
23402026-08-24T19:55:01.767Z Compiling supports-color v3.0.2
23412026-08-24T19:55:01.796Z Compiling tar v0.4.46
23422026-08-24T19:55:01.904Z Compiling hashbrown v0.15.5
23432026-08-24T19:55:01.958Z Compiling textwrap v0.16.2
23442026-08-24T19:55:01.973Z Compiling hashbrown v0.16.1
23452026-08-24T19:55:02.009Z Compiling bzip2 v0.6.1
23462026-08-24T19:55:02.302Z Compiling zopfli v0.8.3
23472026-08-24T19:55:02.360Z Compiling sec1 v0.7.3
23482026-08-24T19:55:02.474Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
23492026-08-24T19:55:02.587Z Compiling cargo_metadata v0.23.1
23502026-08-24T19:55:02.644Z Compiling group v0.13.0
23512026-08-24T19:55:02.854Z Compiling hkdf v0.12.4
23522026-08-24T19:55:02.929Z Compiling dof v0.3.0
23532026-08-24T19:55:04.022Z Compiling phf v0.13.1
23542026-08-24T19:55:04.159Z Compiling zstd v0.13.3
23552026-08-24T19:55:04.222Z Compiling backtrace-ext v0.2.1
23562026-08-24T19:55:04.393Z Compiling reqwest v0.12.28
23572026-08-24T19:55:04.432Z Compiling signal-hook-mio v0.2.5
23582026-08-24T19:55:04.476Z Compiling cookie_store v0.22.1
23592026-08-24T19:55:04.571Z Compiling postgres-types v0.2.12
23602026-08-24T19:55:04.729Z Compiling strum v0.27.2
23612026-08-24T19:55:05.002Z Compiling hubpack v0.1.2
23622026-08-24T19:55:05.083Z Compiling phf_shared v0.11.3
23632026-08-24T19:55:05.107Z Compiling dtrace-parser v0.2.0
23642026-08-24T19:55:05.141Z Compiling byte-wrapper v0.1.0
23652026-08-24T19:55:05.242Z Compiling ed25519 v2.2.3
23662026-08-24T19:55:05.310Z Compiling olpc-cjson v0.1.4
23672026-08-24T19:55:05.597Z Compiling crypto-bigint v0.5.5
23682026-08-24T19:55:05.625Z Compiling serde-big-array v0.5.1
23692026-08-24T19:55:05.789Z Compiling float-cmp v0.10.0
23702026-08-24T19:55:05.841Z Compiling memmap2 v0.9.10
23712026-08-24T19:55:05.911Z Compiling thread-id v4.2.2
23722026-08-24T19:55:05.957Z Compiling fixedbitset v0.5.7
23732026-08-24T19:55:06.108Z Compiling static_assertions v1.1.0
23742026-08-24T19:55:06.160Z Compiling winnow v1.0.3
23752026-08-24T19:55:06.219Z Compiling new_debug_unreachable v1.0.6
23762026-08-24T19:55:06.263Z Compiling supports-hyperlinks v3.2.0
23772026-08-24T19:55:06.413Z Compiling winnow v0.7.14
23782026-08-24T19:55:06.429Z Compiling precomputed-hash v0.1.1
23792026-08-24T19:55:06.553Z Compiling toml_write v0.1.2
23802026-08-24T19:55:06.609Z Compiling data-encoding v2.10.0
23812026-08-24T19:55:06.709Z Compiling normalize-line-endings v0.3.0
23822026-08-24T19:55:06.821Z Compiling supports-unicode v3.0.0
23832026-08-24T19:55:07.030Z Compiling predicates-core v1.0.10
23842026-08-24T19:55:07.145Z Compiling difflib v0.4.0
23852026-08-24T19:55:07.214Z Compiling rayon-core v1.13.0
23862026-08-24T19:55:07.251Z Compiling whoami v2.1.0
23872026-08-24T19:55:07.334Z Compiling fixedbitset v0.4.2
23882026-08-24T19:55:07.420Z Compiling unicode-width v0.1.14
23892026-08-24T19:55:07.554Z Compiling keccak v0.1.6
23902026-08-24T19:55:07.594Z Compiling petgraph v0.6.5
23912026-08-24T19:55:07.609Z Compiling tokio-postgres v0.7.16
23922026-08-24T19:55:07.649Z Compiling miette v7.6.0
23932026-08-24T19:55:07.665Z Compiling predicates v3.1.4
23942026-08-24T19:55:07.708Z Compiling sha3 v0.10.8
23952026-08-24T19:55:07.969Z Compiling toml_edit v0.22.27
23962026-08-24T19:55:07.992Z Compiling toml_parser v1.1.2+spec-1.1.0
23972026-08-24T19:55:08.271Z Compiling hickory-proto v0.25.2
23982026-08-24T19:55:08.558Z Compiling elliptic-curve v0.13.8
23992026-08-24T19:55:08.573Z Compiling string_cache v0.8.9
24002026-08-24T19:55:08.809Z Compiling petgraph v0.8.3
24012026-08-24T19:55:08.923Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
24022026-08-24T19:55:08.961Z Compiling usdt v0.6.0
24032026-08-24T19:55:09.664Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
24042026-08-24T19:55:10.618Z Compiling ed25519-dalek v2.2.0
24052026-08-24T19:55:11.460Z Compiling crossterm v0.28.1
24062026-08-24T19:55:11.727Z Compiling zip v4.6.1
24072026-08-24T19:55:12.075Z Compiling iddqd v0.4.2
24082026-08-24T19:55:12.571Z Compiling oxide-generation v0.1.3
24092026-08-24T19:55:12.614Z Compiling itertools v0.13.0
24102026-08-24T19:55:12.630Z Compiling itertools v0.15.0
24112026-08-24T19:55:12.844Z Compiling derive_more v2.1.1
24122026-08-24T19:55:12.961Z Compiling similar v2.7.0
24132026-08-24T19:55:13.210Z Compiling serde_with v3.21.0
24142026-08-24T19:55:13.901Z Compiling heck v0.4.1
24152026-08-24T19:55:14.122Z Compiling tokio-stream v0.1.18
24162026-08-24T19:55:14.167Z Compiling buf-list v1.1.2
24172026-08-24T19:55:14.320Z Compiling half v2.7.1
24182026-08-24T19:55:14.403Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
24192026-08-24T19:55:14.440Z Compiling openapiv3 v2.2.0
24202026-08-24T19:55:14.638Z Compiling peg-runtime v0.8.5
24212026-08-24T19:55:14.700Z Compiling ciborium-io v0.2.2
24222026-08-24T19:55:14.950Z Compiling lalrpop-util v0.19.12
24232026-08-24T19:55:15.496Z Compiling ciborium-ll v0.2.2
24242026-08-24T19:55:16.330Z Compiling crossbeam-deque v0.8.6
24252026-08-24T19:55:16.921Z Compiling camino-tempfile v1.4.1
24262026-08-24T19:55:17.322Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24272026-08-24T19:55:17.744Z Compiling blake3 v1.8.5
24282026-08-24T19:55:17.814Z Compiling fs-err v2.11.0
24292026-08-24T19:55:19.794Z Compiling rustls-webpki v0.103.13
24302026-08-24T19:55:20.669Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
24312026-08-24T19:55:22.066Z Compiling ciborium v0.2.2
24322026-08-24T19:55:22.762Z Compiling olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
24332026-08-24T19:55:23.122Z Compiling thread_local v1.1.9
24342026-08-24T19:55:23.383Z Compiling arrayref v0.3.9
24352026-08-24T19:55:23.463Z Compiling tokio-rustls v0.26.4
24362026-08-24T19:55:23.487Z Compiling rustls-platform-verifier v0.6.2
24372026-08-24T19:55:23.560Z Compiling tough v0.22.0
24382026-08-24T19:55:23.583Z Compiling slog-async v2.8.0
24392026-08-24T19:55:23.716Z Compiling hyper-rustls v0.27.7
24402026-08-24T19:55:23.807Z Compiling arrayvec v0.7.6
24412026-08-24T19:55:23.855Z Compiling constant_time_eq v0.4.2
24422026-08-24T19:55:23.971Z Compiling reqwest v0.13.2
24432026-08-24T19:55:24.055Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
24442026-08-24T19:55:24.070Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
24452026-08-24T19:55:24.314Z Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
24462026-08-24T19:55:24.335Z Compiling toml v0.8.23
24472026-08-24T19:55:24.378Z Compiling atomicwrites v0.4.4
24482026-08-24T19:55:24.476Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
24492026-08-24T19:55:24.670Z Compiling crossbeam-channel v0.5.15
24502026-08-24T19:55:24.688Z Compiling digest-io v0.1.0
24512026-08-24T19:55:24.852Z Compiling serde_path_to_error v0.1.20
24522026-08-24T19:55:24.871Z Compiling is-terminal v0.4.17
24532026-08-24T19:55:25.001Z Compiling indent_write v2.2.0
24542026-08-24T19:55:25.032Z Compiling topological-sort v0.2.2
24552026-08-24T19:55:25.126Z Compiling take_mut v0.2.2
24562026-08-24T19:55:25.148Z Compiling rawzip v0.4.4
24572026-08-24T19:55:25.175Z Compiling term v1.2.1
24582026-08-24T19:55:25.230Z Compiling parse-size v1.1.0
24592026-08-24T19:55:25.288Z Compiling debug-ignore v1.0.5
24602026-08-24T19:55:25.392Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
24612026-08-24T19:55:25.420Z Compiling shell-words v1.1.1
24622026-08-24T19:55:25.683Z Compiling slog-term v2.9.2
24632026-08-24T19:55:27.218Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
24642026-08-24T19:55:33.204Z Compiling tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
24652026-08-24T19:55:35.280Z Compiling omicron-zone-package v0.12.3
24662026-08-24T19:55:35.579Z Compiling tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
24672026-08-24T19:55:35.894Z Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
24682026-08-24T19:55:35.928Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
24692026-08-24T19:55:40.568Z Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
24702026-08-24T19:55:52.953Z Finished `release` profile [optimized] target(s) in 1m 32s
24712026-08-24T19:55:53.098Z Running `target/release/omicron-releng --output-dir /work --mkincorp --verify-debug-libraries`
24722026-08-24T19:55:53.154ZAug 24 19:55:52.569 DEBG changing working directory to /work/oxidecomputer/omicron
24732026-08-24T19:55:53.251ZAug 24 19:55:52.667 DEBG running: git rev-parse HEAD
24742026-08-24T19:55:53.254ZAug 24 19:55:52.669 DEBG process exited with exit status: 0 (2.476522ms)
24752026-08-24T19:55:53.254ZAug 24 19:55:52.669 INFO version: 23.0.0-0.ci+gitdd9b78d9d5b
24762026-08-24T19:55:53.262ZAug 24 19:55:52.678 INFO cloning helios to /work/oxidecomputer/helios
24772026-08-24T19:55:53.262ZAug 24 19:55:52.678 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios
24782026-08-24T19:55:53.265ZCloning into '/work/oxidecomputer/helios'...
24792026-08-24T19:55:53.827ZAug 24 19:55:53.242 DEBG process exited with exit status: 0 (564.739455ms)
24802026-08-24T19:55:53.827ZAug 24 19:55:53.242 DEBG running: git -C /work/oxidecomputer/helios rev-parse --verify HEAD^{commit}
24812026-08-24T19:55:53.831ZAug 24 19:55:53.245 DEBG process exited with exit status: 0 (2.614732ms)
24822026-08-24T19:55:53.831ZAug 24 19:55:53.245 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools
24832026-08-24T19:55:54.201ZAug 24 19:55:53.617 DEBG process exited with exit status: 0 (371.66694ms)
24842026-08-24T19:55:54.201ZAug 24 19:55:53.617 DEBG running: zfs list rpool/images/build/host
24852026-08-24T19:55:54.205ZNAME USED AVAIL REFER MOUNTPOINT
24862026-08-24T19:55:54.205Zrpool/images/build/host 24K 152G 24K /rpool/images/build/host
24872026-08-24T19:55:54.208ZAug 24 19:55:53.621 DEBG process exited with exit status: 0 (4.457234ms)
24882026-08-24T19:55:54.208ZAug 24 19:55:53.621 DEBG running: zfs list rpool/images/build/recovery
24892026-08-24T19:55:54.212ZNAME USED AVAIL REFER MOUNTPOINT
24902026-08-24T19:55:54.212Zrpool/images/build/recovery 24K 152G 24K /rpool/images/build/recovery
24912026-08-24T19:55:54.212ZAug 24 19:55:53.625 DEBG process exited with exit status: 0 (3.534202ms)
24922026-08-24T19:55:54.212ZAug 24 19:55:53.625 INFO console assets match pinned console commit (ab7faf6588a6821b9dad8251580ac3a55f55807e)
24932026-08-24T19:55:54.222ZAug 24 19:55:53.638 WARN console asset check failed (not fatal outside a release branch): the console assets in out/console-assets were generated against API version 2026081700.0.0, but the current nexus API version is 2026081901.0.0; the console needs a client regen and tools/console_version needs a bump
24942026-08-24T19:55:54.225ZAug 24 19:55:53.638 INFO [hubris-staging] running task
24952026-08-24T19:55:54.225ZAug 24 19:55:53.638 INFO [hubris-production] running task
24962026-08-24T19:55:54.225ZAug 24 19:55:53.638 INFO [incorp-manifest] running task
24972026-08-24T19:55:54.225ZAug 24 19:55:53.638 DEBG running: pkg list -H -o branch -n -g https://pkg.oxide.computer/helios/3/dev/ release/name
24982026-08-24T19:55:54.225ZAug 24 19:55:53.639 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup
24992026-08-24T19:55:54.225ZAug 24 19:55:53.639 INFO [incorp-create] running: pkgrepo create /work/incorporation
25002026-08-24T19:55:54.225ZAug 24 19:55:53.640 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-08-24T19:55:54.251Z[ helios-setup] cd tools/helios-build && cargo build --quiet
25022026-08-24T19:55:54.331Z[ omicron-package] Blocking waiting for file lock on package cache
25032026-08-24T19:55:54.476ZAug 24 19:55:53.891 INFO [incorp-create] process exited with exit status: 0 (252.099329ms)
25042026-08-24T19:55:54.479ZAug 24 19:55:53.892 INFO [incorp-publisher] running: pkgrepo add-publisher -s /work/incorporation helios
25052026-08-24T19:55:54.701ZAug 24 19:55:54.117 INFO [incorp-publisher] process exited with exit status: 0 (225.14113ms)
25062026-08-24T19:55:55.032Z[ omicron-package] Blocking waiting for file lock on package cache
25072026-08-24T19:55:55.398ZAug 24 19:55:54.814 INFO [hubris-production] task succeeded (1.175328025s)
25082026-08-24T19:55:56.186ZAug 24 19:55:55.602 DEBG process exited with exit status: 0 (1.963821229s)
25092026-08-24T19:55:56.190ZAug 24 19:55:55.602 DEBG running: pkg list -g https://pkg.oxide.computer/helios/3/dev/ -F json -o fmri -n '*'
25102026-08-24T19:55:56.375Z[ omicron-package] Compiling macaddr v1.0.1
25112026-08-24T19:55:56.376Z[ omicron-package] Compiling crucible-workspace-hack v0.1.0
25122026-08-24T19:55:56.376Z[ omicron-package] Compiling secrecy v0.10.3
25132026-08-24T19:55:56.379Z[ omicron-package] Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
25142026-08-24T19:55:56.379Z[ omicron-package] Compiling heapless v0.8.0
25152026-08-24T19:55:56.379Z[ omicron-package] Compiling toml_datetime v0.7.5+spec-1.1.0
25162026-08-24T19:55:56.379Z[ omicron-package] Compiling ingot-macros v0.2.0
25172026-08-24T19:55:56.379Z[ omicron-package] Compiling inout v0.1.4
25182026-08-24T19:55:56.379Z[ omicron-package] Compiling hash32 v0.3.1
25192026-08-24T19:55:56.379Z[ omicron-package] Compiling multer v3.1.0
25202026-08-24T19:55:56.379Z[ omicron-package] Compiling match_cfg v0.1.0
25212026-08-24T19:55:56.379Z[ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
25222026-08-24T19:55:56.379Z[ omicron-package] Compiling smoltcp v0.11.0
25232026-08-24T19:55:56.379Z[ omicron-package] Compiling compression-core v0.4.31
25242026-08-24T19:55:56.379Z[ omicron-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25252026-08-24T19:55:56.379Z[ omicron-package] Compiling slog-json v2.6.1
25262026-08-24T19:55:56.680Z[ omicron-package] Compiling hostname v0.3.1
25272026-08-24T19:55:57.279Z[ omicron-package] Compiling cipher v0.4.4
25282026-08-24T19:55:57.398Z[ omicron-package] Compiling newtype-uuid-macros v0.1.0
25292026-08-24T19:55:57.414Z[ omicron-package] Compiling toml_edit v0.23.10+spec-1.0.0
25302026-08-24T19:55:57.453Z[ omicron-package] Compiling compression-codecs v0.4.37
25312026-08-24T19:55:57.507Z[ omicron-package] Compiling cobs v0.3.0
25322026-08-24T19:55:57.542Z[ omicron-package] Compiling universal-hash v0.5.1
25332026-08-24T19:55:57.621Z[ omicron-package] Compiling thiserror-impl-no-std v2.0.2
25342026-08-24T19:55:57.654Z[ omicron-package] Compiling dropshot v0.17.1
25352026-08-24T19:55:57.654Z[ omicron-package] Compiling proc-macro-error-attr v1.0.4
25362026-08-24T19:55:57.657Z[ omicron-package] Compiling toml_datetime v1.1.1+spec-1.1.0
25372026-08-24T19:55:57.737Z[ omicron-package] Compiling serde_spanned v1.1.1
25382026-08-24T19:55:57.741Z[ omicron-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
25392026-08-24T19:55:57.744Z[ omicron-package] Compiling async-stream-impl v0.3.6
25402026-08-24T19:55:57.929Z[ omicron-package] Compiling opaque-debug v0.3.1
25412026-08-24T19:55:57.988Z[ omicron-package] Compiling toml_writer v1.1.1+spec-1.1.0
25422026-08-24T19:55:57.988Z[ omicron-package] Compiling convert_case v0.4.0
25432026-08-24T19:55:58.169Z[ omicron-package] Compiling proc-macro-crate v3.4.0
25442026-08-24T19:55:58.172Z[ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
25452026-08-24T19:55:58.172Z[ omicron-package] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
25462026-08-24T19:55:58.426Z[ omicron-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
25472026-08-24T19:55:58.430Z[ omicron-package] Compiling toml v1.1.2+spec-1.1.0
25482026-08-24T19:55:58.450Z[ omicron-package] Compiling poly1305 v0.8.0
25492026-08-24T19:55:58.496Z[ omicron-package] Compiling derive_more v0.99.20
25502026-08-24T19:55:58.499Z[ omicron-package] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
25512026-08-24T19:55:58.586Z[ omicron-package] Compiling async-stream v0.3.6
25522026-08-24T19:55:58.591Z[ omicron-package] Compiling postcard v1.1.3
25532026-08-24T19:55:58.591Z[ omicron-package] Compiling chacha20 v0.9.1
25542026-08-24T19:55:58.591Z[ omicron-package] Compiling async-compression v0.4.41
25552026-08-24T19:55:58.595ZAug 24 19:55:58.010 DEBG process exited with exit status: 0 (2.408099273s)
25562026-08-24T19:55:58.602ZAug 24 19:55:58.018 INFO [incorp-manifest] task succeeded (4.379672528s)
25572026-08-24T19:55:58.606ZAug 24 19:55:58.018 INFO [incorp-fmt] running: pkgfmt -u -f v2 /work/incorporation.p5m
25582026-08-24T19:55:58.846ZAug 24 19:55:58.262 INFO [incorp-fmt] process exited with exit status: 0 (243.472263ms)
25592026-08-24T19:55:58.849ZAug 24 19:55:58.262 INFO [incorp-pkgsend] running: pkgsend publish -s /work/incorporation /work/incorporation.p5m
25602026-08-24T19:55:58.854Z[ omicron-package] Compiling thiserror-no-std v2.0.2
25612026-08-24T19:55:58.858Z[ omicron-package] Compiling num_enum_derive v0.7.6
25622026-08-24T19:55:59.053Z[ omicron-package] Compiling slog-bunyan v2.5.0
25632026-08-24T19:55:59.079Z[ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
25642026-08-24T19:55:59.082Z[ omicron-package] Compiling progenitor-client v0.14.0
25652026-08-24T19:55:59.163Z[ incorp-pkgsend] pkg://helios/consolidation/oxide/omicron-release-incorporation@23.0.0.0,5.11-3.0:20260824T195558Z
25662026-08-24T19:55:59.163Z[ incorp-pkgsend] PUBLISHED
25672026-08-24T19:55:59.231ZAug 24 19:55:58.643 INFO [incorp-pkgsend] process exited with exit status: 0 (380.727787ms)
25682026-08-24T19:55:59.231ZAug 24 19:55:58.643 INFO [helios-incorp] running: pkgrecv -s /work/incorporation -a -d /work/incorporation.p5p -m latest -v '*'
25692026-08-24T19:55:59.282Z[ omicron-package] Compiling sha1 v0.11.0
25702026-08-24T19:55:59.351Z[ omicron-package] Compiling parse-display-derive v0.10.0
25712026-08-24T19:55:59.412Z[ omicron-package] Compiling waitgroup v0.1.2
25722026-08-24T19:55:59.456Z[ omicron-package] Compiling proc-macro-crate v1.3.1
25732026-08-24T19:55:59.482Z[ helios-incorp] Retrieving packages for publisher helios ...
25742026-08-24T19:55:59.506Z[ helios-incorp] Retrieving catalog 'helios' ... Done
25752026-08-24T19:55:59.510Z[ helios-incorp] Retrieving and evaluating 1 package(s)...
25762026-08-24T19:55:59.510Z[ omicron-package] Compiling rustls-pemfile v2.2.0
25772026-08-24T19:55:59.510Z[ helios-incorp] Fetching manifests: 1/1 100% complete
25782026-08-24T19:55:59.510Z[ omicron-package] Compiling backon v1.6.0
25792026-08-24T19:55:59.510Z[ helios-incorp] Fetching manifests: 1/1 100% complete
25802026-08-24T19:55:59.510Z[ omicron-package] Compiling password-hash v0.5.0
25812026-08-24T19:55:59.511Z[ helios-incorp]
25822026-08-24T19:55:59.511Z[ helios-incorp] Archiving packages ...
25832026-08-24T19:55:59.511Z[ helios-incorp] Packages to add: 1
25842026-08-24T19:55:59.511Z[ helios-incorp] Files to retrieve: 0
25852026-08-24T19:55:59.514Z[ helios-incorp] Estimated transfer size: 0.00 B
25862026-08-24T19:55:59.514Z[ helios-incorp]
25872026-08-24T19:55:59.514Z[ helios-incorp] Packages to archive:
25882026-08-24T19:55:59.514Z[ helios-incorp] consolidation/oxide/omicron-release-incorporation@23.0.0.0,5.11-3.0:20260824T195558Z
25892026-08-24T19:55:59.514Z[ helios-incorp]
25902026-08-24T19:55:59.514Z[ helios-incorp] Archiving: 1/7 items 0.0/0.1MB 0% complete
25912026-08-24T19:55:59.514Z[ helios-incorp] Archiving: Completed 120.69 kB in 0.00 seconds
25922026-08-24T19:55:59.571ZAug 24 19:55:58.987 INFO [helios-incorp] process exited with exit status: 0 (344.392168ms)
25932026-08-24T19:55:59.679Z[ omicron-package] Compiling blake2 v0.10.6
25942026-08-24T19:55:59.762Z[ omicron-package] Compiling dropshot_endpoint v0.17.1
25952026-08-24T19:55:59.833Z[ omicron-package] Compiling ingot-types v0.2.0
25962026-08-24T19:55:59.858Z[ omicron-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
25972026-08-24T19:55:59.859Z[ omicron-package] Compiling aead v0.5.2
25982026-08-24T19:55:59.862Z[ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
25992026-08-24T19:55:59.993Z[ omicron-package] Compiling proc-macro-error v1.0.4
26002026-08-24T19:56:00.079Z[ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
26012026-08-24T19:56:00.171Z[ omicron-package] Compiling hostname v0.4.2
26022026-08-24T19:56:00.252Z[ omicron-package] Compiling instant v0.1.13
26032026-08-24T19:56:00.324Z[ omicron-package] Compiling foreign-types-macros v0.2.3
26042026-08-24T19:56:00.379Z[ omicron-package] Compiling ingot v0.2.1
26052026-08-24T19:56:00.432Z[ omicron-package] Compiling foreign-types-shared v0.3.1
26062026-08-24T19:56:00.467Z[ omicron-package] Compiling backoff v0.4.0
26072026-08-24T19:56:00.558Z[ omicron-package] Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
26082026-08-24T19:56:00.629Z[ omicron-package] Compiling num_enum v0.7.6
26092026-08-24T19:56:00.680Z[ omicron-package] Compiling chacha20poly1305 v0.10.1
26102026-08-24T19:56:00.712Z[ omicron-package] Compiling argon2 v0.5.3
26112026-08-24T19:56:00.727Z[ omicron-package] Compiling num_enum_derive v0.5.11
26122026-08-24T19:56:00.782Z[ omicron-package] Compiling progenitor-extras v0.2.0
26132026-08-24T19:56:00.829Z[ omicron-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26142026-08-24T19:56:00.829Z[ omicron-package] Compiling vsss-rs v3.3.4
26152026-08-24T19:56:01.149Z[ omicron-package] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
26162026-08-24T19:56:01.191Z[ omicron-package] Compiling foreign-types v0.5.0
26172026-08-24T19:56:01.194Z[ omicron-package] Compiling regress v0.10.5
26182026-08-24T19:56:01.284Z[ omicron-package] Compiling itertools v0.14.0
26192026-08-24T19:56:01.326Z[ omicron-package] Compiling parse-display v0.10.0
26202026-08-24T19:56:01.399Z[ omicron-package] Compiling tabwriter v1.4.1
26212026-08-24T19:56:01.476Z[ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
26222026-08-24T19:56:01.509Z[ omicron-package] Compiling cstr-argument v0.1.2
26232026-08-24T19:56:01.554Z[ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
26242026-08-24T19:56:01.777Z[ omicron-package] Compiling humantime v2.3.0
26252026-08-24T19:56:01.861Z[ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
26262026-08-24T19:56:01.905Z[ omicron-package] Compiling num_enum v0.5.11
26272026-08-24T19:56:01.973Z[ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
26282026-08-24T19:56:02.127Z[ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
26292026-08-24T19:56:02.302Z[ omicron-package] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
26302026-08-24T19:56:02.302Z[ omicron-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
26312026-08-24T19:56:02.383Z[ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
26322026-08-24T19:56:02.388Z[ omicron-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
26332026-08-24T19:56:02.450Z[ omicron-package] Compiling rayon v1.11.0
26342026-08-24T19:56:02.453Z[ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
26352026-08-24T19:56:02.522Z[ omicron-package] Compiling libefi-sys v0.1.0
26362026-08-24T19:56:02.544Z[ omicron-package] Compiling colored v3.1.1
26372026-08-24T19:56:02.629Z[ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
26382026-08-24T19:56:02.657Z[ omicron-package] Compiling zone_cfg_derive v0.3.1
26392026-08-24T19:56:02.721Z[ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
26402026-08-24T19:56:02.780Z[ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
26412026-08-24T19:56:02.962Z[ omicron-package] Compiling itertools v0.12.1
26422026-08-24T19:56:03.025Z[ omicron-package] Compiling usdt-macro v0.5.0
26432026-08-24T19:56:03.047Z[ omicron-package] Compiling usdt-attr-macro v0.5.0
26442026-08-24T19:56:03.082Z[ omicron-package] Compiling sigpipe v0.1.3
26452026-08-24T19:56:03.147Z[ omicron-package] Compiling memmap v0.7.0
26462026-08-24T19:56:03.285Z[ omicron-package] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
26472026-08-24T19:56:03.326Z[ omicron-package] Compiling bitfield-struct v0.6.2
26482026-08-24T19:56:03.381Z[ omicron-package] Compiling num-derive v0.4.2
26492026-08-24T19:56:03.406Z[ omicron-package] Compiling swrite v0.1.0
26502026-08-24T19:56:03.446Z[ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
26512026-08-24T19:56:03.479Z[ omicron-package] Compiling glob v0.3.3
26522026-08-24T19:56:03.917Z[ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
26532026-08-24T19:56:03.955Z[ omicron-package] Compiling usdt v0.5.0
26542026-08-24T19:56:04.197Z[ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26552026-08-24T19:56:04.395Z[ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
26562026-08-24T19:56:04.512Z[ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
26572026-08-24T19:56:04.592Z[ omicron-package] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
26582026-08-24T19:56:04.687Z[ omicron-package] Compiling smf v0.2.3
26592026-08-24T19:56:04.779Z[ omicron-package] Compiling zone v0.3.1
26602026-08-24T19:56:04.783Z[ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26612026-08-24T19:56:04.853Z[ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26622026-08-24T19:56:04.860Z[ omicron-package] Compiling whoami v1.6.1
26632026-08-24T19:56:04.971Z[ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26642026-08-24T19:56:05.046Z[ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
26652026-08-24T19:56:05.133Z[ omicron-package] Compiling tokio-dtrace v0.1.1
26662026-08-24T19:56:05.198Z[ omicron-package] Compiling gethostname v0.5.0
26672026-08-24T19:56:05.432Z[ omicron-package] Compiling console v0.16.2
26682026-08-24T19:56:05.443Z[ omicron-package] Compiling unit-prefix v0.5.2
26692026-08-24T19:56:05.592Z[ omicron-package] Compiling oxide-tokio-rt v0.1.4
26702026-08-24T19:56:05.758Z[ omicron-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
26712026-08-24T19:56:06.139Z[ omicron-package] Compiling indicatif v0.18.4
26722026-08-24T19:56:06.325Z[ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
26732026-08-24T19:56:09.716Z[ omicron-package] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
26742026-08-24T19:56:10.044Z[ helios-setup] Aug 24 19:56:09.459 INFO helios repository root is: /work/oxidecomputer/helios
26752026-08-24T19:56:10.050Z[ helios-setup] Aug 24 19:56:09.460 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
26762026-08-24T19:56:10.050Z[ helios-setup] Aug 24 19:56:09.460 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
26772026-08-24T19:56:10.050Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'...
26782026-08-24T19:56:10.920Z[ helios-setup] Aug 24 19:56:10.333 INFO clone ok!, project: amd-host-image-builder
26792026-08-24T19:56:10.929Z[ helios-setup] Aug 24 19:56:10.333 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
26802026-08-24T19:56:10.929Z[ helios-setup] Aug 24 19:56:10.333 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot
26812026-08-24T19:56:10.929Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'...
26822026-08-24T19:56:12.150ZAug 24 19:56:11.510 INFO [hubris-staging] task succeeded (17.87233111s)
26832026-08-24T19:56:12.428Z[ helios-setup] Aug 24 19:56:11.841 INFO clone ok!, project: pilot
26842026-08-24T19:56:12.431Z[ helios-setup] Aug 24 19:56:11.841 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
26852026-08-24T19:56:12.432Z[ helios-setup] Aug 24 19:56:11.841 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver
26862026-08-24T19:56:12.432Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'...
26872026-08-24T19:56:13.088Z[ helios-setup] Aug 24 19:56:12.502 INFO clone ok!, project: bootserver
26882026-08-24T19:56:13.088Z[ helios-setup] Aug 24 19:56:12.502 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
26892026-08-24T19:56:13.091Z[ helios-setup] Aug 24 19:56:12.502 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder
26902026-08-24T19:56:13.091Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'...
26912026-08-24T19:56:13.613Z[ helios-setup] Aug 24 19:56:13.025 INFO clone ok!, project: image-builder
26922026-08-24T19:56:13.613Z[ helios-setup] Aug 24 19:56:13.025 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
26932026-08-24T19:56:13.616Z[ helios-setup] Aug 24 19:56:13.025 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware
26942026-08-24T19:56:13.616Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'...
26952026-08-24T19:56:18.837Z[ omicron-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
26962026-08-24T19:56:20.026Z[ helios-setup] Aug 24 19:56:19.425 INFO clone ok!, project: amd-firmware
26972026-08-24T19:56:20.038Z[ helios-setup] Aug 24 19:56:19.425 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
26982026-08-24T19:56:20.038Z[ helios-setup] Aug 24 19:56:19.425 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl
26992026-08-24T19:56:20.038Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'...
27002026-08-24T19:56:20.759Z[ helios-setup] Aug 24 19:56:20.171 INFO clone ok!, project: phbl
27012026-08-24T19:56:20.759Z[ helios-setup] Aug 24 19:56:20.171 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
27022026-08-24T19:56:20.764Z[ helios-setup] Aug 24 19:56:20.171 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick
27032026-08-24T19:56:20.764Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'...
27042026-08-24T19:56:21.320Z[ helios-setup] Aug 24 19:56:20.734 INFO clone ok!, project: pinprick
27052026-08-24T19:56:21.324Z[ helios-setup] Aug 24 19:56:20.735 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
27062026-08-24T19:56:21.324Z[ helios-setup] Aug 24 19:56:20.735 INFO cloning git@github.com:oxidecomputer/dmar-report.git at "/work/oxidecomputer/helios/projects/dmar-report"..., project: dmar-report
27072026-08-24T19:56:21.324Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/dmar-report'...
27082026-08-24T19:56:22.164Z[ helios-setup] Aug 24 19:56:21.579 INFO clone ok!, project: dmar-report
27092026-08-24T19:56:22.168Z[ helios-setup] Aug 24 19:56:21.579 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no"
27102026-08-24T19:56:22.169Z[ helios-setup] Aug 24 19:56:21.579 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no"
27112026-08-24T19:56:22.169Z[ helios-setup] Aug 24 19:56:21.579 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
27122026-08-24T19:56:22.169Z[ helios-setup] Aug 24 19:56:21.579 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms
27132026-08-24T19:56:22.169Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'...
27142026-08-24T19:56:22.228Z[ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
27152026-08-24T19:56:23.159Z[ helios-setup] Aug 24 19:56:22.574 INFO clone ok!, project: chelsio-t6-roms
27162026-08-24T19:56:23.159Z[ helios-setup] Aug 24 19:56:22.574 INFO skipping project "illumos" because "BUILD_OS" is set to "no"
27172026-08-24T19:56:23.163Z[ helios-setup] Aug 24 19:56:22.574 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None
27182026-08-24T19:56:23.356Z[ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
27192026-08-24T19:56:23.410Z[ helios-setup] Aug 24 19:56:22.825 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios"], pwd: None
27202026-08-24T19:56:23.649Z[ helios-setup] Aug 24 19:56:23.064 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios created
27212026-08-24T19:56:23.649Z[ helios-setup] Aug 24 19:56:23.064 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None
27222026-08-24T19:56:23.886Z[ helios-setup] Aug 24 19:56:23.299 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios"], pwd: None
27232026-08-24T19:56:24.113Z[ helios-setup] Aug 24 19:56:23.528 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios created
27242026-08-24T19:56:24.113Z[ helios-setup] Aug 24 19:56:23.528 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None
27252026-08-24T19:56:24.346Z[ helios-setup] Aug 24 19:56:23.760 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios"], pwd: None
27262026-08-24T19:56:24.582Z[ helios-setup] Aug 24 19:56:23.996 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios created
27272026-08-24T19:56:24.599Z[ helios-setup] Aug 24 19:56:23.996 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist
27282026-08-24T19:56:24.599Z[ helios-setup] Aug 24 19:56:23.996 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ...
27292026-08-24T19:56:24.599Z[ helios-setup] Aug 24 19:56:23.996 INFO ok!
27302026-08-24T19:56:24.599Z[ helios-setup] Aug 24 19:56:23.996 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist
27312026-08-24T19:56:24.599Z[ helios-setup] Aug 24 19:56:23.996 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ...
27322026-08-24T19:56:24.605Z[ helios-setup] Aug 24 19:56:23.996 INFO ok!
27332026-08-24T19:56:24.605Z[ helios-setup] Aug 24 19:56:23.996 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist
27342026-08-24T19:56:24.605Z[ helios-setup] Aug 24 19:56:23.996 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ...
27352026-08-24T19:56:24.605Z[ helios-setup] Aug 24 19:56:23.996 INFO ok!
27362026-08-24T19:56:24.605Z[ helios-setup] Aug 24 19:56:23.996 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/amd-host-image-builder"
27372026-08-24T19:56:24.633Z[ helios-setup] Aug 24 19:56:24.027 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')"
27382026-08-24T19:56:24.633Z[ helios-setup] Aug 24 19:56:24.027 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder
27392026-08-24T19:56:24.633Z[ helios-setup] Aug 24 19:56:24.027 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder")
27402026-08-24T19:56:24.778Z[ helios-setup] Aug 24 19:56:24.193 INFO E| Updating crates.io index
27412026-08-24T19:56:24.782Z[ helios-setup] Aug 24 19:56:24.193 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git`
27422026-08-24T19:56:25.300Z[ helios-setup] Aug 24 19:56:24.715 INFO E| From https://github.com/oxidecomputer/amd-apcb
27432026-08-24T19:56:25.300Z[ helios-setup] Aug 24 19:56:24.715 INFO E| * [new ref] 1ec66d607de2437813cdd9ffa91719a4b163b3cf -> refs/commit/1ec66d607de2437813cdd9ffa91719a4b163b3cf
27442026-08-24T19:56:25.311Z[ helios-setup] Aug 24 19:56:24.726 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-efs.git`
27452026-08-24T19:56:25.682Z[ helios-setup] Aug 24 19:56:25.098 INFO E| From https://github.com/oxidecomputer/amd-efs
27462026-08-24T19:56:25.683Z[ helios-setup] Aug 24 19:56:25.098 INFO E| * [new ref] da9716b305396da455bd7f6f665cec493c780037 -> refs/commit/da9716b305396da455bd7f6f665cec493c780037
27472026-08-24T19:56:25.899Z[ helios-setup] Aug 24 19:56:25.314 INFO E| Downloading crates ...
27482026-08-24T19:56:25.953Z[ helios-setup] Aug 24 19:56:25.366 INFO E| Downloaded four-cc v0.4.0
27492026-08-24T19:56:25.966Z[ helios-setup] Aug 24 19:56:25.369 INFO E| Downloaded strsim v0.8.0
27502026-08-24T19:56:25.966Z[ helios-setup] Aug 24 19:56:25.374 INFO E| Downloaded unic-ucd-version v0.9.0
27512026-08-24T19:56:25.982Z[ helios-setup] Aug 24 19:56:25.379 INFO E| Downloaded strum v0.27.1
27522026-08-24T19:56:25.983Z[ helios-setup] Aug 24 19:56:25.379 INFO E| Downloaded heck v0.3.3
27532026-08-24T19:56:25.983Z[ helios-setup] Aug 24 19:56:25.388 INFO E| Downloaded itoa v1.0.15
27542026-08-24T19:56:25.983Z[ helios-setup] Aug 24 19:56:25.388 INFO E| Downloaded unic-common v0.9.0
27552026-08-24T19:56:25.993Z[ helios-setup] Aug 24 19:56:25.391 INFO E| Downloaded ansi_term v0.12.1
27562026-08-24T19:56:26.006Z[ helios-setup] Aug 24 19:56:25.392 INFO E| Downloaded parse_int v0.9.0
27572026-08-24T19:56:26.006Z[ helios-setup] Aug 24 19:56:25.393 INFO E| Downloaded unic-char-range v0.9.0
27582026-08-24T19:56:26.006Z[ helios-setup] Aug 24 19:56:25.393 INFO E| Downloaded strum_macros v0.27.1
27592026-08-24T19:56:26.006Z[ helios-setup] Aug 24 19:56:25.400 INFO E| Downloaded vec_map v0.8.2
27602026-08-24T19:56:26.006Z[ helios-setup] Aug 24 19:56:25.404 INFO E| Downloaded fletcher v1.0.0
27612026-08-24T19:56:26.016Z[ helios-setup] Aug 24 19:56:25.405 INFO E| Downloaded unic-char-property v0.9.0
27622026-08-24T19:56:26.016Z[ helios-setup] Aug 24 19:56:25.409 INFO E| Downloaded rustversion v1.0.20
27632026-08-24T19:56:26.016Z[ helios-setup] Aug 24 19:56:25.412 INFO E| Downloaded modular-bitfield-impl v0.11.2
27642026-08-24T19:56:26.016Z[ helios-setup] Aug 24 19:56:25.413 INFO E| Downloaded pest_generator v2.8.0
27652026-08-24T19:56:26.033Z[ helios-setup] Aug 24 19:56:25.415 INFO E| Downloaded quote v1.0.40
27662026-08-24T19:56:26.033Z[ helios-setup] Aug 24 19:56:25.416 INFO E| Downloaded textwrap v0.11.0
27672026-08-24T19:56:26.034Z[ helios-setup] Aug 24 19:56:25.417 INFO E| Downloaded thiserror-impl v2.0.12
27682026-08-24T19:56:26.034Z[ helios-setup] Aug 24 19:56:25.419 INFO E| Downloaded unic-ucd-ident v0.9.0
27692026-08-24T19:56:26.034Z[ helios-setup] Aug 24 19:56:25.420 INFO E| Downloaded thiserror v2.0.12
27702026-08-24T19:56:26.034Z[ helios-setup] Aug 24 19:56:25.423 INFO E| Downloaded bytesize v2.0.1
27712026-08-24T19:56:26.034Z[ helios-setup] Aug 24 19:56:25.426 INFO E| Downloaded autocfg v1.4.0
27722026-08-24T19:56:26.034Z[ helios-setup] Aug 24 19:56:25.427 INFO E| Downloaded dyn-clone v1.0.19
27732026-08-24T19:56:26.034Z[ helios-setup] Aug 24 19:56:25.430 INFO E| Downloaded modular-bitfield v0.11.2
27742026-08-24T19:56:26.034Z[ helios-setup] Aug 24 19:56:25.435 INFO E| Downloaded modular-bitfield-impl v0.13.1
27752026-08-24T19:56:26.034Z[ helios-setup] Aug 24 19:56:25.436 INFO E| Downloaded pest_meta v2.8.0
27762026-08-24T19:56:26.034Z[ helios-setup] Aug 24 19:56:25.437 INFO E| Downloaded unicode-ident v1.0.18
27772026-08-24T19:56:26.034Z[ helios-setup] Aug 24 19:56:25.438 INFO E| Downloaded structopt-derive v0.4.18
27782026-08-24T19:56:26.034Z[ helios-setup] Aug 24 19:56:25.440 INFO E| Downloaded log v0.4.27
27792026-08-24T19:56:26.049Z[ helios-setup] Aug 24 19:56:25.444 INFO E| Downloaded modular-bitfield v0.13.1
27802026-08-24T19:56:26.049Z[ helios-setup] Aug 24 19:56:25.450 INFO E| Downloaded pest_derive v2.8.0
27812026-08-24T19:56:26.049Z[ helios-setup] Aug 24 19:56:25.451 INFO E| Downloaded structopt v0.3.26
27822026-08-24T19:56:26.049Z[ helios-setup] Aug 24 19:56:25.455 INFO E| Downloaded ryu v1.0.20
27832026-08-24T19:56:26.049Z[ helios-setup] Aug 24 19:56:25.457 INFO E| Downloaded serde_derive v1.0.219
27842026-08-24T19:56:26.049Z[ helios-setup] Aug 24 19:56:25.458 INFO E| Downloaded goblin v0.9.3
27852026-08-24T19:56:26.057Z[ helios-setup] Aug 24 19:56:25.461 INFO E| Downloaded proc-macro2 v1.0.95
27862026-08-24T19:56:26.057Z[ helios-setup] Aug 24 19:56:25.463 INFO E| Downloaded serde v1.0.219
27872026-08-24T19:56:26.057Z[ helios-setup] Aug 24 19:56:25.464 INFO E| Downloaded typenum v1.18.0
27882026-08-24T19:56:26.062Z[ helios-setup] Aug 24 19:56:25.471 INFO E| Downloaded zerocopy-derive v0.8.25
27892026-08-24T19:56:26.062Z[ helios-setup] Aug 24 19:56:25.475 INFO E| Downloaded memchr v2.7.4
27902026-08-24T19:56:26.066Z[ helios-setup] Aug 24 19:56:25.480 INFO E| Downloaded pest v2.8.0
27912026-08-24T19:56:26.081Z[ helios-setup] Aug 24 19:56:25.496 INFO E| Downloaded serde_json v1.0.140
27922026-08-24T19:56:26.086Z[ helios-setup] Aug 24 19:56:25.501 INFO E| Downloaded clap v2.34.0
27932026-08-24T19:56:26.124Z[ helios-setup] Aug 24 19:56:25.510 INFO E| Downloaded zerocopy v0.8.25
27942026-08-24T19:56:26.240Z[ helios-setup] Aug 24 19:56:25.524 INFO E| Downloaded syn v2.0.101
27952026-08-24T19:56:26.241Z[ helios-setup] Aug 24 19:56:25.539 INFO E| Downloaded libc v0.2.172
27962026-08-24T19:56:26.248Z[ helios-setup] Aug 24 19:56:25.587 INFO E| Compiling proc-macro2 v1.0.95
27972026-08-24T19:56:26.249Z[ helios-setup] Aug 24 19:56:25.587 INFO E| Compiling unicode-ident v1.0.18
27982026-08-24T19:56:26.249Z[ helios-setup] Aug 24 19:56:25.587 INFO E| Compiling memchr v2.7.4
27992026-08-24T19:56:26.249Z[ helios-setup] Aug 24 19:56:25.587 INFO E| Compiling autocfg v1.4.0
28002026-08-24T19:56:26.249Z[ helios-setup] Aug 24 19:56:25.587 INFO E| Compiling thiserror v2.0.12
28012026-08-24T19:56:26.249Z[ helios-setup] Aug 24 19:56:25.587 INFO E| Compiling serde v1.0.219
28022026-08-24T19:56:26.249Z[ helios-setup] Aug 24 19:56:25.588 INFO E| Compiling syn v1.0.109
28032026-08-24T19:56:26.249Z[ helios-setup] Aug 24 19:56:25.588 INFO E| Compiling version_check v0.9.5
28042026-08-24T19:56:26.249Z[ helios-setup] Aug 24 19:56:25.588 INFO E| Compiling serde_json v1.0.140
28052026-08-24T19:56:26.249Z[ helios-setup] Aug 24 19:56:25.588 INFO E| Compiling ryu v1.0.20
28062026-08-24T19:56:26.249Z[ helios-setup] Aug 24 19:56:25.609 INFO E| Compiling itoa v1.0.15
28072026-08-24T19:56:26.249Z[ helios-setup] Aug 24 19:56:25.609 INFO E| Compiling schemars v0.8.22
28082026-08-24T19:56:26.249Z[ helios-setup] Aug 24 19:56:25.610 INFO E| Compiling rustversion v1.0.20
28092026-08-24T19:56:26.250Z[ helios-setup] Aug 24 19:56:25.610 INFO E| Compiling ucd-trie v0.1.7
28102026-08-24T19:56:26.250Z[ helios-setup] Aug 24 19:56:25.610 INFO E| Compiling libc v0.2.172
28112026-08-24T19:56:26.250Z[ helios-setup] Aug 24 19:56:25.610 INFO E| Compiling static_assertions v1.1.0
28122026-08-24T19:56:26.304Z[ helios-setup] Aug 24 19:56:25.719 INFO E| Compiling paste v1.0.15
28132026-08-24T19:56:26.333Z[ helios-setup] Aug 24 19:56:25.748 INFO E| Compiling zerocopy v0.8.25
28142026-08-24T19:56:26.346Z[ helios-setup] Aug 24 19:56:25.761 INFO E| Compiling dyn-clone v1.0.19
28152026-08-24T19:56:26.408Z[ helios-setup] Aug 24 19:56:25.823 INFO E| Compiling once_cell v1.21.3
28162026-08-24T19:56:26.494Z[ helios-setup] Aug 24 19:56:25.909 INFO E| Compiling unicode-segmentation v1.12.0
28172026-08-24T19:56:26.513Z[ helios-setup] Aug 24 19:56:25.928 INFO E| Compiling unicode-width v0.1.14
28182026-08-24T19:56:26.524Z[ helios-setup] Aug 24 19:56:25.938 INFO E| Compiling proc-macro-error-attr v1.0.4
28192026-08-24T19:56:26.539Z[ helios-setup] Aug 24 19:56:25.950 INFO E| Compiling proc-macro-error v1.0.4
28202026-08-24T19:56:26.560Z[ helios-setup] Aug 24 19:56:25.950 INFO E| Compiling heck v0.5.0
28212026-08-24T19:56:26.573Z[ helios-setup] Aug 24 19:56:25.976 INFO E| Compiling bitflags v1.3.2
28222026-08-24T19:56:26.606Z[ helios-setup] Aug 24 19:56:25.999 INFO E| Compiling num-traits v0.2.19
28232026-08-24T19:56:26.620Z[ helios-setup] Aug 24 19:56:26.005 INFO E| Compiling memoffset v0.9.1
28242026-08-24T19:56:26.643Z[ helios-setup] Aug 24 19:56:26.057 INFO E| Compiling vec_map v0.8.2
28252026-08-24T19:56:26.658Z[ helios-setup] Aug 24 19:56:26.058 INFO E| Compiling fletcher v1.0.0
28262026-08-24T19:56:26.774Z[ helios-setup] Aug 24 19:56:26.172 INFO E| Compiling textwrap v0.11.0
28272026-08-24T19:56:26.774Z[ helios-setup] Aug 24 19:56:26.179 INFO E| Compiling unic-common v0.9.0
28282026-08-24T19:56:27.206Z[ helios-setup] Aug 24 19:56:26.205 INFO E| Compiling byteorder v1.5.0
28292026-08-24T19:56:27.283Z[ helios-setup] Aug 24 19:56:26.230 INFO E| Compiling strsim v0.8.0
28302026-08-24T19:56:27.283Z[ helios-setup] Aug 24 19:56:26.238 INFO E| Compiling heck v0.3.3
28312026-08-24T19:56:27.292Z[ helios-setup] Aug 24 19:56:26.247 INFO E| Compiling unic-char-range v0.9.0
28322026-08-24T19:56:27.293Z[ helios-setup] Aug 24 19:56:26.253 INFO E| Compiling strum v0.27.1
28332026-08-24T19:56:27.293Z[ helios-setup] Aug 24 19:56:26.319 INFO E| Compiling ansi_term v0.12.1
28342026-08-24T19:56:27.293Z[ helios-setup] Aug 24 19:56:26.331 INFO E| Compiling unic-char-property v0.9.0
28352026-08-24T19:56:27.293Z[ helios-setup] Aug 24 19:56:26.365 INFO E| Compiling atty v0.2.14
28362026-08-24T19:56:27.293Z[ helios-setup] Aug 24 19:56:26.371 INFO E| Compiling unic-ucd-version v0.9.0
28372026-08-24T19:56:27.293Z[ helios-setup] Aug 24 19:56:26.385 INFO E| Compiling plain v0.2.3
28382026-08-24T19:56:27.293Z[ helios-setup] Aug 24 19:56:26.403 INFO E| Compiling log v0.4.27
28392026-08-24T19:56:27.293Z[ helios-setup] Aug 24 19:56:26.403 INFO E| Compiling lazy_static v1.5.0
28402026-08-24T19:56:27.293Z[ helios-setup] Aug 24 19:56:26.418 INFO E| Compiling bytesize v2.0.1
28412026-08-24T19:56:27.293Z[ helios-setup] Aug 24 19:56:26.448 INFO E| Compiling unic-ucd-ident v0.9.0
28422026-08-24T19:56:27.293Z[ helios-setup] Aug 24 19:56:26.491 INFO E| Compiling clap v2.34.0
28432026-08-24T19:56:27.293Z[ helios-setup] Aug 24 19:56:26.553 INFO E| Compiling quote v1.0.40
28442026-08-24T19:56:27.342Z[ helios-setup] Aug 24 19:56:26.716 INFO E| Compiling syn v2.0.101
28452026-08-24T19:56:27.549Z[ helios-setup] Aug 24 19:56:26.964 INFO E| Compiling parse_int v0.9.0
28462026-08-24T19:56:29.109Z[ helios-setup] Aug 24 19:56:28.524 INFO E| Compiling modular-bitfield-impl v0.11.2
28472026-08-24T19:56:29.110Z[ helios-setup] Aug 24 19:56:28.524 INFO E| Compiling structopt-derive v0.4.18
28482026-08-24T19:56:29.309Z[ helios-setup] Aug 24 19:56:28.723 INFO E| Compiling serde_derive_internals v0.29.1
28492026-08-24T19:56:29.699Z[ helios-setup] Aug 24 19:56:29.110 INFO E| Compiling thiserror-impl v2.0.12
28502026-08-24T19:56:29.700Z[ helios-setup] Aug 24 19:56:29.110 INFO E| Compiling serde_derive v1.0.219
28512026-08-24T19:56:29.711Z[ helios-setup] Aug 24 19:56:29.111 INFO E| Compiling zerocopy-derive v0.8.25
28522026-08-24T19:56:29.712Z[ helios-setup] Aug 24 19:56:29.111 INFO E| Compiling num-derive v0.4.2
28532026-08-24T19:56:29.712Z[ helios-setup] Aug 24 19:56:29.111 INFO E| Compiling modular-bitfield-impl v0.13.1
28542026-08-24T19:56:29.712Z[ helios-setup] Aug 24 19:56:29.111 INFO E| Compiling strum_macros v0.27.1
28552026-08-24T19:56:29.712Z[ helios-setup] Aug 24 19:56:29.111 INFO E| Compiling scroll_derive v0.12.1
28562026-08-24T19:56:29.785Z[ helios-setup] Aug 24 19:56:29.200 INFO E| Compiling schemars_derive v0.8.22
28572026-08-24T19:56:29.978Z[ helios-setup] Aug 24 19:56:29.393 INFO E| Compiling structopt v0.3.26
28582026-08-24T19:56:30.007Z[ helios-setup] Aug 24 19:56:29.408 INFO E| Compiling modular-bitfield v0.11.2
28592026-08-24T19:56:30.351Z[ helios-setup] Aug 24 19:56:29.767 INFO E| Compiling scroll v0.12.0
28602026-08-24T19:56:30.559Z[ helios-setup] Aug 24 19:56:29.970 INFO E| Compiling goblin v0.9.3
28612026-08-24T19:56:30.761Z[ helios-setup] Aug 24 19:56:30.159 INFO E| Compiling modular-bitfield v0.13.1
28622026-08-24T19:56:30.829Z[ helios-setup] Aug 24 19:56:30.233 INFO E| Compiling pest v2.8.0
28632026-08-24T19:56:31.842Z[ helios-setup] Aug 24 19:56:31.257 INFO E| Compiling pest_meta v2.8.0
28642026-08-24T19:56:36.234Z[ helios-setup] Aug 24 19:56:31.833 INFO E| Compiling pest_generator v2.8.0
28652026-08-24T19:56:36.241Z[ helios-setup] Aug 24 19:56:32.355 INFO E| Compiling pest_derive v2.8.0
28662026-08-24T19:56:36.241Z[ helios-setup] Aug 24 19:56:33.096 INFO E| Compiling json5 v0.4.1
28672026-08-24T19:56:36.241Z[ omicron-package] Finished `release` profile [optimized] target(s) in 40.26s
28682026-08-24T19:56:36.241Z[ omicron-package]
28692026-08-24T19:56:36.241Z[ omicron-package] real 40.443858632
28702026-08-24T19:56:36.241Z[ omicron-package] user 3:52.823028489
28712026-08-24T19:56:36.242Z[ omicron-package] sys 26.934925879
28722026-08-24T19:56:36.242Z[ omicron-package] trap 0.426496601
28732026-08-24T19:56:36.242Z[ omicron-package] tflt 0.574257918
28742026-08-24T19:56:36.242Z[ omicron-package] dflt 2.507442156
28752026-08-24T19:56:36.242Z[ omicron-package] kflt 0.000070220
28762026-08-24T19:56:36.242Z[ omicron-package] lock 11:29.548066528
28772026-08-24T19:56:36.242Z[ omicron-package] slp 6:06.246619352
28782026-08-24T19:56:36.242Z[ omicron-package] lat 48.407790292
28792026-08-24T19:56:36.242Z[ omicron-package] stop 1:49.154003807
28802026-08-24T19:56:36.242ZAug 24 19:56:34.146 INFO [omicron-package] process exited with exit status: 0 (40.506038909s)
28812026-08-24T19:56:36.242ZAug 24 19:56:34.147 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --preset recovery
28822026-08-24T19:56:36.242ZAug 24 19:56:34.147 INFO [host-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out target create --preset host
28832026-08-24T19:56:36.242Z[ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG
28842026-08-24T19:56:36.242Z[ recovery-target] Logging to: /work/artifacts-recovery/LOG
28852026-08-24T19:56:36.242Z[ host-target] Created new build target 'host' and set it as active
28862026-08-24T19:56:36.242Z[ recovery-target] Created new build target 'recovery' and set it as active
28872026-08-24T19:56:36.242ZAug 24 19:56:34.160 INFO [recovery-target] process exited with exit status: 0 (13.30233ms)
28882026-08-24T19:56:36.242ZAug 24 19:56:34.160 INFO [host-target] process exited with exit status: 0 (12.84207ms)
28892026-08-24T19:56:36.242ZAug 24 19:56:34.160 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package
28902026-08-24T19:56:36.242Z[ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG
28912026-08-24T19:56:36.242Z[ helios-setup] Aug 24 19:56:34.325 INFO E| Compiling four-cc v0.4.0
28922026-08-24T19:56:36.242Z[ helios-setup] Aug 24 19:56:34.325 INFO E| Compiling amd-efs v0.4.4 (https://github.com/oxidecomputer/amd-efs.git?branch=main#da9716b3)
28932026-08-24T19:56:36.242Z[ helios-setup] Aug 24 19:56:34.422 INFO E| Compiling amd-apcb v0.5.5 (https://github.com/oxidecomputer/amd-apcb.git?branch=main#1ec66d60)
28942026-08-24T19:56:36.578Z[ host-package] Compiling heck v0.5.0
28952026-08-24T19:56:36.578Z[ host-package] Compiling regress v0.11.1
28962026-08-24T19:56:36.761Z[ host-package] Compiling unsafe-libyaml v0.2.11
28972026-08-24T19:56:36.801Z[ host-package] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
28982026-08-24T19:56:36.801Z[ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
28992026-08-24T19:56:36.801Z[ host-package] Compiling derive-where v1.6.0
29002026-08-24T19:56:36.801Z[ host-package] Compiling bytecount v0.6.9
29012026-08-24T19:56:36.801Z[ host-package] Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
29022026-08-24T19:56:36.801Z[ host-package] Compiling atomicwrites v0.4.4
29032026-08-24T19:56:36.812Z[ host-package] Compiling is-terminal v0.4.17
29042026-08-24T19:56:36.812Z[ host-package] Compiling prettyplease v0.2.37
29052026-08-24T19:56:36.812Z[ host-package] Compiling newline-converter v0.3.0
29062026-08-24T19:56:36.812Z[ host-package] Compiling console v0.15.11
29072026-08-24T19:56:36.812Z[ host-package] Compiling slog-dtrace v0.3.0
29082026-08-24T19:56:36.812Z[ host-package] Compiling resolv-conf v0.7.6
29092026-08-24T19:56:36.886Z[ host-package] Compiling cancel-safe-futures v0.1.5
29102026-08-24T19:56:36.892Z[ host-package] Compiling num-rational v0.4.2
29112026-08-24T19:56:36.935Z[ host-package] Compiling num-complex v0.4.6
29122026-08-24T19:56:36.951Z[ host-package] Compiling thread_local v1.1.9
29132026-08-24T19:56:36.988Z[ host-package] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
29142026-08-24T19:56:37.173Z[ host-package] Compiling serde_yaml v0.9.34+deprecated
29152026-08-24T19:56:37.212Z[ host-package] Compiling compression-core v0.4.31
29162026-08-24T19:56:37.217Z[ host-package] Compiling match_cfg v0.1.0
29172026-08-24T19:56:37.344Z[ host-package] Compiling expectorate v1.2.0
29182026-08-24T19:56:37.378Z[ host-package] Compiling num v0.4.3
29192026-08-24T19:56:37.403Z[ host-package] Compiling compression-codecs v0.4.37
29202026-08-24T19:56:37.433Z[ host-package] Compiling hostname v0.3.1
29212026-08-24T19:56:37.437Z[ host-package] Compiling multer v3.1.0
29222026-08-24T19:56:37.519Z[ host-package] Compiling slog-async v2.8.0
29232026-08-24T19:56:37.584Z[ host-package] Compiling crossbeam-channel v0.5.15
29242026-08-24T19:56:37.612Z[ host-package] Compiling slog-json v2.6.1
29252026-08-24T19:56:37.635Z[ host-package] Compiling toml_datetime v1.1.1+spec-1.1.0
29262026-08-24T19:56:37.635Z[ host-package] Compiling serde_spanned v1.1.1
29272026-08-24T19:56:37.693Z[ host-package] Compiling float-ord v0.3.2
29282026-08-24T19:56:37.832Z[ host-package] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
29292026-08-24T19:56:37.876Z[ host-package] Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
29302026-08-24T19:56:37.905Z[ host-package] Compiling linked-hash-map v0.5.6
29312026-08-24T19:56:37.930Z[ host-package] Compiling oxide-update-engine-types v0.1.2
29322026-08-24T19:56:37.930Z[ host-package] Compiling toml_writer v1.1.1+spec-1.1.0
29332026-08-24T19:56:37.933Z[ host-package] Compiling linear-map v1.2.0
29342026-08-24T19:56:38.002Z[ host-package] Compiling term v1.2.1
29352026-08-24T19:56:38.005Z[ host-package] Compiling take_mut v0.2.2
29362026-08-24T19:56:38.005Z[ host-package] Compiling slog-bunyan v2.5.0
29372026-08-24T19:56:38.075Z[ host-package] Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
29382026-08-24T19:56:38.152Z[ host-package] Compiling typify-impl v0.6.2
29392026-08-24T19:56:38.185Z[ host-package] Compiling toml v1.1.2+spec-1.1.0
29402026-08-24T19:56:38.230Z[ host-package] Compiling lru-cache v0.1.2
29412026-08-24T19:56:38.250Z[ host-package] Compiling async-compression v0.4.41
29422026-08-24T19:56:38.473Z[ host-package] Compiling slog-term v2.9.2
29432026-08-24T19:56:38.783Z[ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
29442026-08-24T19:56:38.797Z[ host-package] Compiling async-stream v0.3.6
29452026-08-24T19:56:38.797Z[ host-package] Compiling dropshot v0.17.1
29462026-08-24T19:56:38.797Z[ host-package] Compiling progenitor-client v0.14.0
29472026-08-24T19:56:38.799Z[ host-package] Compiling sha1 v0.11.0
29482026-08-24T19:56:38.799Z[ host-package] Compiling waitgroup v0.1.2
29492026-08-24T19:56:38.799Z[ host-package] Compiling rustls-pemfile v2.2.0
29502026-08-24T19:56:38.813Z[ host-package] Compiling backon v1.6.0
29512026-08-24T19:56:38.938Z[ host-package] Compiling serde_path_to_error v0.1.20
29522026-08-24T19:56:38.999Z[ host-package] Compiling hostname v0.4.2
29532026-08-24T19:56:39.054Z[ host-package] Compiling instant v0.1.13
29542026-08-24T19:56:39.054Z[ host-package] Compiling minimal-lexical v0.2.1
29552026-08-24T19:56:39.060Z[ host-package] Compiling debug-ignore v1.0.5
29562026-08-24T19:56:39.129Z[ host-package] Compiling progenitor-extras v0.2.0
29572026-08-24T19:56:39.224Z[ host-package] Compiling oxide-update-engine v0.1.2
29582026-08-24T19:56:39.254Z[ host-package] Compiling backoff v0.4.0
29592026-08-24T19:56:39.257Z[ host-package] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
29602026-08-24T19:56:39.343Z[ host-package] Compiling nom v7.1.3
29612026-08-24T19:56:39.384Z[ host-package] Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
29622026-08-24T19:56:39.384Z[ host-package] Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
29632026-08-24T19:56:39.466Z[ host-package] Compiling parse-display v0.10.0
29642026-08-24T19:56:39.512Z[ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
29652026-08-24T19:56:39.570Z[ host-package] Compiling hickory-proto v0.24.4
29662026-08-24T19:56:39.886Z[ host-package] Compiling itertools v0.14.0
29672026-08-24T19:56:40.269Z[ host-package] Compiling regress v0.10.5
29682026-08-24T19:56:40.552Z[ host-package] Compiling macaddr v1.0.1
29692026-08-24T19:56:40.830Z[ host-package] Compiling unicode-xid v0.2.6
29702026-08-24T19:56:40.858Z[ host-package] Compiling humantime v2.3.0
29712026-08-24T19:56:40.986Z[ host-package] Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
29722026-08-24T19:56:41.190Z[ host-package] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
29732026-08-24T19:56:41.235Z[ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
29742026-08-24T19:56:41.276Z[ host-package] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
29752026-08-24T19:56:41.393Z[ host-package] Compiling toml v0.8.23
29762026-08-24T19:56:41.562Z[ host-package] Compiling papergrid v0.11.0
29772026-08-24T19:56:41.603Z[ host-package] Compiling tabled_derive v0.7.0
29782026-08-24T19:56:41.753Z[ host-package] Compiling typify-macro v0.6.2
29792026-08-24T19:56:42.001Z[ host-package] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
29802026-08-24T19:56:42.170Z[ host-package] Compiling termtree v0.5.1
29812026-08-24T19:56:42.312Z[ host-package] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
29822026-08-24T19:56:42.473Z[ host-package] Compiling hickory-resolver v0.24.4
29832026-08-24T19:56:42.501Z[ host-package] Compiling crossterm v0.29.0
29842026-08-24T19:56:42.645Z[ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
29852026-08-24T19:56:42.929Z[ host-package] Compiling tabled v0.15.0
29862026-08-24T19:56:43.429Z[ host-package] Compiling typify v0.6.2
29872026-08-24T19:56:43.554Z[ host-package] Compiling progenitor-impl v0.14.0
29882026-08-24T19:56:44.405Z[ host-package] Compiling qorb v0.4.1
29892026-08-24T19:56:44.459Z[ host-package] Compiling phf_shared v0.12.1
29902026-08-24T19:56:44.794Z[ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
29912026-08-24T19:56:45.532Z[ host-package] Compiling vte v0.14.1
29922026-08-24T19:56:45.561Z[ host-package] Compiling csv-core v0.1.13
29932026-08-24T19:56:45.835Z[ host-package] Compiling highway v1.3.0
29942026-08-24T19:56:45.930Z[ host-package] Compiling progenitor-macro v0.14.0
29952026-08-24T19:56:46.604Z[ host-package] Compiling chrono-tz v0.10.4
29962026-08-24T19:56:46.953Z[ host-package] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
29972026-08-24T19:56:47.084Z[ host-package] Compiling csv v1.4.0
29982026-08-24T19:56:47.161Z[ host-package] Compiling strip-ansi-escapes v0.2.1
29992026-08-24T19:56:47.507Z[ host-package] Compiling phf v0.12.1
30002026-08-24T19:56:47.730Z[ host-package] Compiling const_format_proc_macros v0.2.34
30012026-08-24T19:56:47.765Z[ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30022026-08-24T19:56:48.076Z[ host-package] Compiling fd-lock v4.0.4
30032026-08-24T19:56:48.137Z[ host-package] Compiling peg-macros v0.8.5
30042026-08-24T19:56:48.293Z[ host-package] Compiling nu-ansi-term v0.50.3
30052026-08-24T19:56:48.418Z[ helios-setup] Aug 24 19:56:47.833 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/ahib-config)
30062026-08-24T19:56:48.711Z[ host-package] Compiling const_format v0.2.35
30072026-08-24T19:56:48.898Z[ host-package] Compiling reedline v0.40.0
30082026-08-24T19:56:49.078Z[ host-package] Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
30092026-08-24T19:56:49.300Z[ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
30102026-08-24T19:56:49.671Z[ host-package] Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
30112026-08-24T19:56:50.046Z[ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
30122026-08-24T19:56:50.453Z[ host-package] Compiling progenitor v0.14.0
30132026-08-24T19:56:50.648Z[ host-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30142026-08-24T19:56:50.831Z[ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
30152026-08-24T19:56:50.872Z[ host-package] Compiling peg v0.8.5
30162026-08-24T19:56:51.188Z[ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
30172026-08-24T19:56:51.279Z[ host-package] Compiling bcs v0.1.6
30182026-08-24T19:56:51.591Z[ host-package] Compiling nom v8.0.0
30192026-08-24T19:56:51.762Z[ host-package] Compiling semver v0.1.20
30202026-08-24T19:56:52.187Z[ host-package] Compiling rustc_version v0.1.7
30212026-08-24T19:56:52.527Z[ host-package] Compiling newtype_derive v0.1.6
30222026-08-24T19:56:52.647Z[ helios-setup] Aug 24 19:56:52.061 INFO E| Compiling amd-host-image-builder v0.1.2 (/work/oxidecomputer/helios/projects/amd-host-image-builder)
30232026-08-24T19:56:52.737Z[ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
30242026-08-24T19:56:52.852Z[ host-package] Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
30252026-08-24T19:56:53.022Z[ host-package] Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
30262026-08-24T19:56:53.136Z[ host-package] Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
30272026-08-24T19:56:53.499Z[ host-package] Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
30282026-08-24T19:56:53.633Z[ host-package] Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
30292026-08-24T19:56:53.690Z[ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
30302026-08-24T19:56:53.734Z[ host-package] Compiling serde_tokenstream v0.3.0
30312026-08-24T19:56:54.127Z[ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
30322026-08-24T19:56:54.272Z[ host-package] Compiling oxide-generation-macros v0.2.0
30332026-08-24T19:56:54.547Z[ host-package] Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
30342026-08-24T19:56:55.117Z[ host-package] Compiling omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds)
30352026-08-24T19:56:55.252Z[ host-package] Compiling steno v0.4.1
30362026-08-24T19:56:55.775Z[ host-package] Compiling dropshot-api-manager-types v0.8.0
30372026-08-24T19:56:55.919Z[ host-package] Compiling sha1 v0.10.6
30382026-08-24T19:56:56.000Z[ host-package] Compiling tagptr v0.2.0
30392026-08-24T19:56:56.216Z[ host-package] Compiling utf-8 v0.7.6
30402026-08-24T19:56:56.486Z[ host-package] Compiling moka v0.12.13
30412026-08-24T19:56:56.525Z[ host-package] Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
30422026-08-24T19:56:56.574Z[ host-package] Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
30432026-08-24T19:56:56.714Z[ host-package] Compiling tungstenite v0.21.0
30442026-08-24T19:56:57.172Z[ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
30452026-08-24T19:56:57.201Z[ host-package] Compiling darling_core v0.21.3
30462026-08-24T19:56:57.823Z[ host-package] Compiling hickory-resolver v0.25.2
30472026-08-24T19:56:59.030Z[ host-package] Compiling tokio-tungstenite v0.21.0
30482026-08-24T19:56:59.635Z[ host-package] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
30492026-08-24T19:56:59.697Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
30502026-08-24T19:56:59.697Z[ host-package] Compiling darling_macro v0.21.3
30512026-08-24T19:57:00.064Z[ host-package] Compiling display-error-chain v0.2.2
30522026-08-24T19:57:00.437Z[ host-package] Compiling darling v0.21.3
30532026-08-24T19:57:00.558Z[ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
30542026-08-24T19:57:00.623Z[ host-package] Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
30552026-08-24T19:57:00.683Z[ host-package] Compiling libscf-sys v1.2.0
30562026-08-24T19:57:00.893Z[ host-package] Compiling vergen-lib v0.1.6
30572026-08-24T19:57:00.965Z[ host-package] Compiling diesel_derives v2.3.7
30582026-08-24T19:57:01.258Z[ host-package] Compiling dsl_auto_type v0.2.0
30592026-08-24T19:57:01.525Z[ host-package] Compiling scheduled-thread-pool v0.2.7
30602026-08-24T19:57:01.832Z[ host-package] Compiling vergen-gitcl v1.0.8
30612026-08-24T19:57:02.057Z[ host-package] Compiling diesel_table_macro_syntax v0.3.0
30622026-08-24T19:57:02.221Z[ host-package] Compiling dirs-sys-next v0.1.2
30632026-08-24T19:57:02.252Z[ host-package] Compiling glob v0.3.3
30642026-08-24T19:57:02.299Z[ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
30652026-08-24T19:57:02.498Z[ host-package] Compiling maplit v1.0.2
30662026-08-24T19:57:02.616Z[ host-package] Compiling crunchy v0.2.4
30672026-08-24T19:57:02.674Z[ host-package] Compiling dirs-next v2.0.0
30682026-08-24T19:57:02.733Z[ host-package] Compiling clang-sys v1.8.1
30692026-08-24T19:57:03.210Z[ host-package] Compiling r2d2 v0.8.10
30702026-08-24T19:57:03.283Z[ host-package] Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
30712026-08-24T19:57:03.578Z[ host-package] Compiling papergrid v0.18.0
30722026-08-24T19:57:03.635Z[ host-package] Compiling downcast-rs v2.0.2
30732026-08-24T19:57:03.658Z[ host-package] Compiling tiny-keccak v2.0.2
30742026-08-24T19:57:03.795Z[ host-package] Compiling xshell-macros v0.2.7
30752026-08-24T19:57:04.070Z[ host-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
30762026-08-24T19:57:04.369Z[ host-package] Compiling xshell v0.2.7
30772026-08-24T19:57:04.420Z[ host-package] Compiling term v0.7.0
30782026-08-24T19:57:04.552Z[ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
30792026-08-24T19:57:04.661Z[ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
30802026-08-24T19:57:05.013Z[ host-package] Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
30812026-08-24T19:57:05.064Z[ host-package] Compiling tabled v0.21.0
30822026-08-24T19:57:05.085Z[ helios-setup] Aug 24 19:57:04.499 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 40.44s
30832026-08-24T19:57:05.123Z[ helios-setup] Aug 24 19:57:04.536 INFO building project "amd-host-image-builder" ok (40 seconds)
30842026-08-24T19:57:05.123Z[ helios-setup] Aug 24 19:57:04.536 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/pilot"
30852026-08-24T19:57:05.132Z[ helios-setup] Aug 24 19:57:04.545 INFO rust toolchain for "/work/oxidecomputer/helios/projects/pilot": "1.97.1-x86_64-unknown-illumos (default)"
30862026-08-24T19:57:05.132Z[ helios-setup] Aug 24 19:57:04.545 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot
30872026-08-24T19:57:05.132Z[ helios-setup] Aug 24 19:57:04.545 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot")
30882026-08-24T19:57:05.223Z[ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
30892026-08-24T19:57:05.240Z[ helios-setup] Aug 24 19:57:04.654 INFO E| Updating git repository `https://github.com/jclulow/hiercmd`
30902026-08-24T19:57:05.409Z[ host-package] Compiling bit-vec v0.6.3
30912026-08-24T19:57:05.544Z[ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
30922026-08-24T19:57:05.642Z[ helios-setup] Aug 24 19:57:05.056 INFO E| From https://github.com/jclulow/hiercmd
30932026-08-24T19:57:05.642Z[ helios-setup] Aug 24 19:57:05.057 INFO E| * [new ref] 8eed23a01e9472183e9278ff456ba2f91e52b0ee -> refs/commit/8eed23a01e9472183e9278ff456ba2f91e52b0ee
30942026-08-24T19:57:05.655Z[ helios-setup] Aug 24 19:57:05.070 INFO E| Updating git repository `https://github.com/oxidecomputer/network-interface`
30952026-08-24T19:57:05.668Z[ host-package] Compiling bit-set v0.5.3
30962026-08-24T19:57:05.759Z[ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
30972026-08-24T19:57:05.862Z[ host-package] Compiling ascii-canvas v3.0.0
30982026-08-24T19:57:06.024Z[ helios-setup] Aug 24 19:57:05.439 INFO E| From https://github.com/oxidecomputer/network-interface
30992026-08-24T19:57:06.024Z[ helios-setup] Aug 24 19:57:05.439 INFO E| * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
31002026-08-24T19:57:06.036Z[ helios-setup] Aug 24 19:57:05.451 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git`
31012026-08-24T19:57:06.109Z[ host-package] Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
31022026-08-24T19:57:06.171Z[ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
31032026-08-24T19:57:06.390Z[ host-package] Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
31042026-08-24T19:57:06.473Z[ helios-setup] Aug 24 19:57:05.888 INFO E| From https://github.com/oxidecomputer/boot-image-tools
31052026-08-24T19:57:06.474Z[ helios-setup] Aug 24 19:57:05.888 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff
31062026-08-24T19:57:06.492Z[ helios-setup] Aug 24 19:57:05.906 INFO E| Updating crates.io index
31072026-08-24T19:57:06.673Z[ host-package] Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
31082026-08-24T19:57:06.760Z[ helios-setup] Aug 24 19:57:06.175 INFO E| Downloading crates ...
31092026-08-24T19:57:06.788Z[ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
31102026-08-24T19:57:06.809Z[ helios-setup] Aug 24 19:57:06.223 INFO E| Downloaded clap_lex v0.7.6
31112026-08-24T19:57:06.813Z[ helios-setup] Aug 24 19:57:06.224 INFO E| Downloaded devinfo v0.1.0
31122026-08-24T19:57:06.821Z[ helios-setup] Aug 24 19:57:06.229 INFO E| Downloaded anstyle v1.0.13
31132026-08-24T19:57:06.821Z[ helios-setup] Aug 24 19:57:06.230 INFO E| Downloaded deranged v0.5.5
31142026-08-24T19:57:06.821Z[ helios-setup] Aug 24 19:57:06.231 INFO E| Downloaded crc v3.3.0
31152026-08-24T19:57:06.821Z[ helios-setup] Aug 24 19:57:06.233 INFO E| Downloaded clap_derive v4.5.49
31162026-08-24T19:57:06.821Z[ helios-setup] Aug 24 19:57:06.235 INFO E| Downloaded iana-time-zone v0.1.64
31172026-08-24T19:57:06.825Z[ host-package] Compiling itertools v0.10.5
31182026-08-24T19:57:06.829Z[ helios-setup] Aug 24 19:57:06.240 INFO E| Downloaded rand v0.8.5
31192026-08-24T19:57:06.829Z[ helios-setup] Aug 24 19:57:06.243 INFO E| Downloaded futures-core v0.3.31
31202026-08-24T19:57:06.833Z[ helios-setup] Aug 24 19:57:06.247 INFO E| Downloaded futures-task v0.3.31
31212026-08-24T19:57:06.840Z[ helios-setup] Aug 24 19:57:06.254 INFO E| Downloaded env_filter v0.1.4
31222026-08-24T19:57:06.844Z[ helios-setup] Aug 24 19:57:06.256 INFO E| Downloaded num_enum v0.7.5
31232026-08-24T19:57:06.851Z[ helios-setup] Aug 24 19:57:06.261 INFO E| Downloaded bytes v1.10.1
31242026-08-24T19:57:06.851Z[ helios-setup] Aug 24 19:57:06.264 INFO E| Downloaded futures-sink v0.3.31
31252026-08-24T19:57:06.851Z[ helios-setup] Aug 24 19:57:06.264 INFO E| Downloaded bitfield v0.19.3
31262026-08-24T19:57:06.851Z[ helios-setup] Aug 24 19:57:06.265 INFO E| Downloaded libdevinfo-sys v1.1.0
31272026-08-24T19:57:06.855Z[ helios-setup] Aug 24 19:57:06.265 INFO E| Downloaded num_enum_derive v0.7.5
31282026-08-24T19:57:06.862Z[ helios-setup] Aug 24 19:57:06.277 INFO E| Downloaded anstyle-query v1.1.4
31292026-08-24T19:57:06.866Z[ helios-setup] Aug 24 19:57:06.278 INFO E| Downloaded bitfield-macros v0.19.3
31302026-08-24T19:57:06.866Z[ helios-setup] Aug 24 19:57:06.280 INFO E| Downloaded futures-macro v0.3.31
31312026-08-24T19:57:06.870Z[ helios-setup] Aug 24 19:57:06.281 INFO E| Downloaded quote v1.0.41
31322026-08-24T19:57:06.870Z[ helios-setup] Aug 24 19:57:06.284 INFO E| Downloaded env_logger v0.11.8
31332026-08-24T19:57:06.876Z[ helios-setup] Aug 24 19:57:06.286 INFO E| Downloaded getrandom v0.2.16
31342026-08-24T19:57:06.880Z[ helios-setup] Aug 24 19:57:06.291 INFO E| Downloaded futures-io v0.3.31
31352026-08-24T19:57:06.880Z[ helios-setup] Aug 24 19:57:06.291 INFO E| Downloaded simd-adler32 v0.3.7
31362026-08-24T19:57:06.880Z[ helios-setup] Aug 24 19:57:06.292 INFO E| Downloaded time-core v0.1.6
31372026-08-24T19:57:06.883Z[ helios-setup] Aug 24 19:57:06.296 INFO E| Downloaded serde_spanned v1.0.3
31382026-08-24T19:57:06.892Z[ helios-setup] Aug 24 19:57:06.307 INFO E| Downloaded base64ct v1.8.0
31392026-08-24T19:57:06.896Z[ helios-setup] Aug 24 19:57:06.308 INFO E| Downloaded find-msvc-tools v0.1.4
31402026-08-24T19:57:06.896Z[ helios-setup] Aug 24 19:57:06.309 INFO E| Downloaded generic-array v0.14.9
31412026-08-24T19:57:06.896Z[ helios-setup] Aug 24 19:57:06.310 INFO E| Downloaded pin-project-lite v0.2.16
31422026-08-24T19:57:06.900Z[ helios-setup] Aug 24 19:57:06.313 INFO E| Downloaded pin-utils v0.1.0
31432026-08-24T19:57:06.900Z[ helios-setup] Aug 24 19:57:06.314 INFO E| Downloaded getopts v0.2.24
31442026-08-24T19:57:06.900Z[ helios-setup] Aug 24 19:57:06.315 INFO E| Downloaded futures-executor v0.3.31
31452026-08-24T19:57:06.904Z[ helios-setup] Aug 24 19:57:06.315 INFO E| Downloaded term v1.2.0
31462026-08-24T19:57:06.904Z[ helios-setup] Aug 24 19:57:06.317 INFO E| Downloaded thiserror v2.0.17
31472026-08-24T19:57:06.919Z[ helios-setup] Aug 24 19:57:06.333 INFO E| Downloaded zeroize_derive v1.4.2
31482026-08-24T19:57:06.925Z[ helios-setup] Aug 24 19:57:06.340 INFO E| Downloaded thiserror-impl v2.0.17
31492026-08-24T19:57:06.933Z[ helios-setup] Aug 24 19:57:06.344 INFO E| Downloaded tokio-macros v2.6.0
31502026-08-24T19:57:06.933Z[ helios-setup] Aug 24 19:57:06.345 INFO E| Downloaded toml_datetime v0.7.3
31512026-08-24T19:57:06.953Z[ host-package] Compiling ena v0.14.4
31522026-08-24T19:57:06.964Z[ helios-setup] Aug 24 19:57:06.379 INFO E| Downloaded toml_writer v1.0.4
31532026-08-24T19:57:06.968Z[ helios-setup] Aug 24 19:57:06.380 INFO E| Downloaded signal-hook-registry v1.4.6
31542026-08-24T19:57:06.968Z[ helios-setup] Aug 24 19:57:06.380 INFO E| Downloaded slab v0.4.11
31552026-08-24T19:57:06.968Z[ helios-setup] Aug 24 19:57:06.381 INFO E| Downloaded zeroize v1.8.2
31562026-08-24T19:57:06.968Z[ helios-setup] Aug 24 19:57:06.382 INFO E| Downloaded bitflags v2.10.0
31572026-08-24T19:57:06.972Z[ helios-setup] Aug 24 19:57:06.384 INFO E| Downloaded futures-channel v0.3.31
31582026-08-24T19:57:06.972Z[ helios-setup] Aug 24 19:57:06.385 INFO E| Downloaded time-macros v0.2.24
31592026-08-24T19:57:06.976Z[ helios-setup] Aug 24 19:57:06.390 INFO E| Downloaded futures v0.3.31
31602026-08-24T19:57:07.014Z[ helios-setup] Aug 24 19:57:06.428 INFO E| Downloaded memchr v2.7.6
31612026-08-24T19:57:07.018Z[ helios-setup] Aug 24 19:57:06.431 INFO E| Downloaded socket2 v0.6.1
31622026-08-24T19:57:07.022Z[ helios-setup] Aug 24 19:57:06.433 INFO E| Downloaded toml v0.9.8
31632026-08-24T19:57:07.022Z[ helios-setup] Aug 24 19:57:06.435 INFO E| Downloaded toml_parser v1.0.4
31642026-08-24T19:57:07.022Z[ helios-setup] Aug 24 19:57:06.437 INFO E| Downloaded unicode-ident v1.0.22
31652026-08-24T19:57:07.026Z[ helios-setup] Aug 24 19:57:06.438 INFO E| Downloaded clap v4.5.51
31662026-08-24T19:57:07.030Z[ helios-setup] Aug 24 19:57:06.444 INFO E| Downloaded anyhow v1.0.100
31672026-08-24T19:57:07.034Z[ helios-setup] Aug 24 19:57:06.447 INFO E| Downloaded uuid v1.18.1
31682026-08-24T19:57:07.038Z[ helios-setup] Aug 24 19:57:06.449 INFO E| Downloaded log v0.4.28
31692026-08-24T19:57:07.038Z[ helios-setup] Aug 24 19:57:06.450 INFO E| Downloaded proc-macro2 v1.0.103
31702026-08-24T19:57:07.038Z[ helios-setup] Aug 24 19:57:06.452 INFO E| Downloaded flate2 v1.1.5
31712026-08-24T19:57:07.059Z[ helios-setup] Aug 24 19:57:06.474 INFO E| Downloaded toml_edit v0.23.7
31722026-08-24T19:57:07.063Z[ helios-setup] Aug 24 19:57:06.477 INFO E| Downloaded typenum v1.19.0
31732026-08-24T19:57:07.067Z[ helios-setup] Aug 24 19:57:06.479 INFO E| Downloaded cc v1.2.44
31742026-08-24T19:57:07.067Z[ helios-setup] Aug 24 19:57:06.481 INFO E| Downloaded mio v1.1.0
31752026-08-24T19:57:07.072Z[ helios-setup] Aug 24 19:57:06.484 INFO E| Downloaded zerocopy-derive v0.8.27
31762026-08-24T19:57:07.075Z[ helios-setup] Aug 24 19:57:06.488 INFO E| Downloaded rsa v0.9.8
31772026-08-24T19:57:07.107Z[ helios-setup] Aug 24 19:57:06.513 INFO E| Downloaded indexmap v2.12.0
31782026-08-24T19:57:07.108Z[ helios-setup] Aug 24 19:57:06.516 INFO E| Downloaded iddqd v0.3.14
31792026-08-24T19:57:07.108Z[ helios-setup] Aug 24 19:57:06.520 INFO E| Downloaded futures-util v0.3.31
31802026-08-24T19:57:07.112Z[ helios-setup] Aug 24 19:57:06.527 INFO E| Downloaded libm v0.2.15
31812026-08-24T19:57:07.116Z[ host-package] Compiling libloading v0.8.9
31822026-08-24T19:57:07.120Z[ helios-setup] Aug 24 19:57:06.535 INFO E| Downloaded num-bigint-dig v0.8.4
31832026-08-24T19:57:07.124Z[ helios-setup] Aug 24 19:57:06.537 INFO E| Downloaded clap_builder v4.5.51
31842026-08-24T19:57:07.128Z[ helios-setup] Aug 24 19:57:06.541 INFO E| Downloaded time v0.3.44
31852026-08-24T19:57:07.132Z[ helios-setup] Aug 24 19:57:06.546 INFO E| Downloaded serde_json v1.0.145
31862026-08-24T19:57:07.154Z[ helios-setup] Aug 24 19:57:06.568 INFO E| Downloaded winnow v0.7.13
31872026-08-24T19:57:07.160Z[ helios-setup] Aug 24 19:57:06.574 INFO E| Downloaded hashbrown v0.16.0
31882026-08-24T19:57:07.182Z[ helios-setup] Aug 24 19:57:06.597 INFO E| Downloaded chrono v0.4.42
31892026-08-24T19:57:07.186Z[ helios-setup] Aug 24 19:57:06.601 INFO E| Downloaded zerocopy v0.8.27
31902026-08-24T19:57:07.200Z[ helios-setup] Aug 24 19:57:06.614 INFO E| Downloaded unicode-width v0.2.2
31912026-08-24T19:57:07.204Z[ helios-setup] Aug 24 19:57:06.618 INFO E| Downloaded syn v2.0.108
31922026-08-24T19:57:07.208Z[ host-package] Compiling bindgen v0.71.1
31932026-08-24T19:57:07.220Z[ helios-setup] Aug 24 19:57:06.635 INFO E| Downloaded rustix v1.1.2
31942026-08-24T19:57:07.274Z[ helios-setup] Aug 24 19:57:06.683 INFO E| Downloaded libc v0.2.177
31952026-08-24T19:57:07.316Z[ helios-setup] Aug 24 19:57:06.730 INFO E| Downloaded tokio v1.48.0
31962026-08-24T19:57:07.351Z[ host-package] Compiling regex-syntax v0.6.29
31972026-08-24T19:57:07.421Z[ helios-setup] Aug 24 19:57:06.836 INFO E| Compiling proc-macro2 v1.0.103
31982026-08-24T19:57:07.422Z[ helios-setup] Aug 24 19:57:06.836 INFO E| Compiling unicode-ident v1.0.22
31992026-08-24T19:57:07.422Z[ helios-setup] Aug 24 19:57:06.836 INFO E| Compiling quote v1.0.41
32002026-08-24T19:57:07.426Z[ helios-setup] Aug 24 19:57:06.836 INFO E| Compiling libc v0.2.177
32012026-08-24T19:57:07.426Z[ helios-setup] Aug 24 19:57:06.836 INFO E| Compiling serde_core v1.0.228
32022026-08-24T19:57:07.426Z[ helios-setup] Aug 24 19:57:06.836 INFO E| Compiling cfg-if v1.0.4
32032026-08-24T19:57:07.427Z[ helios-setup] Aug 24 19:57:06.836 INFO E| Compiling serde v1.0.228
32042026-08-24T19:57:07.427Z[ helios-setup] Aug 24 19:57:06.836 INFO E| Compiling version_check v0.9.5
32052026-08-24T19:57:07.427Z[ helios-setup] Aug 24 19:57:06.836 INFO E| Compiling autocfg v1.5.0
32062026-08-24T19:57:07.427Z[ helios-setup] Aug 24 19:57:06.836 INFO E| Compiling const-oid v0.9.6
32072026-08-24T19:57:07.427Z[ helios-setup] Aug 24 19:57:06.836 INFO E| Compiling typenum v1.19.0
32082026-08-24T19:57:07.427Z[ helios-setup] Aug 24 19:57:06.836 INFO E| Compiling libm v0.2.15
32092026-08-24T19:57:07.427Z[ helios-setup] Aug 24 19:57:06.836 INFO E| Compiling zerocopy v0.8.27
32102026-08-24T19:57:07.427Z[ helios-setup] Aug 24 19:57:06.836 INFO E| Compiling rustversion v1.0.22
32112026-08-24T19:57:07.427Z[ helios-setup] Aug 24 19:57:06.836 INFO E| Compiling base64ct v1.8.0
32122026-08-24T19:57:07.427Z[ helios-setup] Aug 24 19:57:06.836 INFO E| Compiling smallvec v1.15.1
32132026-08-24T19:57:07.557Z[ host-package] Compiling diff v0.1.13
32142026-08-24T19:57:07.634Z[ helios-setup] Aug 24 19:57:07.049 INFO E| Compiling zeroize v1.8.2
32152026-08-24T19:57:07.773Z[ helios-setup] Aug 24 19:57:07.187 INFO E| Compiling rustix v1.1.2
32162026-08-24T19:57:07.981Z[ host-package] Compiling unicase v2.9.0
32172026-08-24T19:57:08.041Z[ host-package] Compiling diesel v2.3.7
32182026-08-24T19:57:08.170Z[ helios-setup] Aug 24 19:57:07.578 INFO E| Compiling generic-array v0.14.9
32192026-08-24T19:57:08.233Z[ helios-setup] Aug 24 19:57:07.647 INFO E| Compiling pem-rfc7468 v0.7.0
32202026-08-24T19:57:08.302Z[ helios-setup] Aug 24 19:57:07.716 INFO E| Compiling byteorder v1.5.0
32212026-08-24T19:57:08.403Z[ helios-setup] Aug 24 19:57:07.817 INFO E| Compiling flagset v0.4.7
32222026-08-24T19:57:08.449Z[ helios-setup] Aug 24 19:57:07.863 INFO E| Compiling memchr v2.7.6
32232026-08-24T19:57:08.498Z[ helios-setup] Aug 24 19:57:07.912 INFO E| Compiling anyhow v1.0.100
32242026-08-24T19:57:08.652Z[ helios-setup] Aug 24 19:57:08.066 INFO E| Compiling num-traits v0.2.19
32252026-08-24T19:57:08.686Z[ helios-setup] Aug 24 19:57:08.100 INFO E| Compiling equivalent v1.0.2
32262026-08-24T19:57:08.737Z[ host-package] Compiling cexpr v0.6.0
32272026-08-24T19:57:08.754Z[ helios-setup] Aug 24 19:57:08.169 INFO E| Compiling utf8parse v0.2.2
32282026-08-24T19:57:08.782Z[ helios-setup] Aug 24 19:57:08.195 INFO E| Compiling hashbrown v0.16.0
32292026-08-24T19:57:08.787Z[ helios-setup] Aug 24 19:57:08.202 INFO E| Compiling winnow v0.7.13
32302026-08-24T19:57:08.867Z[ helios-setup] Aug 24 19:57:08.281 INFO E| Compiling crc32fast v1.5.0
32312026-08-24T19:57:08.957Z[ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
32322026-08-24T19:57:08.962Z[ helios-setup] Aug 24 19:57:08.376 INFO E| Compiling getrandom v0.2.16
32332026-08-24T19:57:09.127Z[ helios-setup] Aug 24 19:57:08.541 INFO E| Compiling errno v0.3.14
32342026-08-24T19:57:09.185Z[ helios-setup] Aug 24 19:57:08.599 INFO E| Compiling anstyle-parse v0.2.7
32352026-08-24T19:57:09.383Z[ host-package] Compiling crc8 v0.1.1
32362026-08-24T19:57:09.529Z[ helios-setup] Aug 24 19:57:08.943 INFO E| Compiling rand_core v0.6.4
32372026-08-24T19:57:09.623Z[ host-package] Compiling lalrpop v0.19.12
32382026-08-24T19:57:09.673Z[ helios-setup] Aug 24 19:57:09.088 INFO E| Compiling syn v1.0.109
32392026-08-24T19:57:09.732Z[ helios-setup] Aug 24 19:57:09.146 INFO E| Compiling indexmap v2.12.0
32402026-08-24T19:57:09.760Z[ host-package] Compiling rustc-hash v2.1.1
32412026-08-24T19:57:09.769Z[ helios-setup] Aug 24 19:57:09.184 INFO E| Compiling is_terminal_polyfill v1.70.2
32422026-08-24T19:57:09.770Z[ helios-setup] Aug 24 19:57:09.184 INFO E| Compiling allocator-api2 v0.2.21
32432026-08-24T19:57:09.826Z[ helios-setup] Aug 24 19:57:09.240 INFO E| Compiling shlex v1.3.0
32442026-08-24T19:57:09.849Z[ helios-setup] Aug 24 19:57:09.263 INFO E| Compiling anstyle-query v1.1.4
32452026-08-24T19:57:09.900Z[ helios-setup] Aug 24 19:57:09.314 INFO E| Compiling anstyle v1.0.13
32462026-08-24T19:57:09.972Z[ helios-setup] Aug 24 19:57:09.387 INFO E| Compiling colorchoice v1.0.4
32472026-08-24T19:57:10.026Z[ helios-setup] Aug 24 19:57:09.439 INFO E| Compiling radium v0.7.0
32482026-08-24T19:57:10.111Z[ helios-setup] Aug 24 19:57:09.524 INFO E| Compiling find-msvc-tools v0.1.4
32492026-08-24T19:57:10.295Z[ helios-setup] Aug 24 19:57:09.709 INFO E| Compiling crypto-common v0.1.6
32502026-08-24T19:57:10.349Z[ helios-setup] Aug 24 19:57:09.763 INFO E| Compiling block-buffer v0.10.4
32512026-08-24T19:57:10.475Z[ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
32522026-08-24T19:57:10.479Z[ helios-setup] Aug 24 19:57:09.892 INFO E| Compiling cpufeatures v0.2.17
32532026-08-24T19:57:10.562Z[ helios-setup] Aug 24 19:57:09.977 INFO E| Compiling syn v2.0.108
32542026-08-24T19:57:10.569Z[ helios-setup] Aug 24 19:57:09.984 INFO E| Compiling digest v0.10.7
32552026-08-24T19:57:10.619Z[ helios-setup] Aug 24 19:57:10.034 INFO E| Compiling toml_datetime v0.7.3
32562026-08-24T19:57:10.680Z[ helios-setup] Aug 24 19:57:10.094 INFO E| Compiling cc v1.2.44
32572026-08-24T19:57:10.690Z[ helios-setup] Aug 24 19:57:10.103 INFO E| Compiling anstream v0.6.21
32582026-08-24T19:57:10.796Z[ helios-setup] Aug 24 19:57:10.210 INFO E| Compiling slog v2.8.2
32592026-08-24T19:57:10.834Z[ helios-setup] Aug 24 19:57:10.248 INFO E| Compiling parking_lot_core v0.9.12
32602026-08-24T19:57:10.852Z[ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
32612026-08-24T19:57:10.903Z[ host-package] Compiling headers-core v0.3.0
32622026-08-24T19:57:11.027Z[ host-package] Compiling libxml v0.3.3
32632026-08-24T19:57:11.047Z[ helios-setup] Aug 24 19:57:10.461 INFO E| Compiling sha2 v0.10.9
32642026-08-24T19:57:11.054Z[ helios-setup] Aug 24 19:57:10.468 INFO E| Compiling pkg-config v0.3.32
32652026-08-24T19:57:11.077Z[ helios-setup] Aug 24 19:57:10.491 INFO E| Compiling futures-sink v0.3.31
32662026-08-24T19:57:11.140Z[ helios-setup] Aug 24 19:57:10.554 INFO E| Compiling futures-core v0.3.31
32672026-08-24T19:57:11.156Z[ helios-setup] Aug 24 19:57:10.570 INFO E| Compiling pin-project-lite v0.2.16
32682026-08-24T19:57:11.209Z[ helios-setup] Aug 24 19:57:10.622 INFO E| Compiling unicode-width v0.2.2
32692026-08-24T19:57:11.278Z[ helios-setup] Aug 24 19:57:10.692 INFO E| Compiling maybe-uninit v2.0.0
32702026-08-24T19:57:11.490Z[ helios-setup] Aug 24 19:57:10.904 INFO E| Compiling tap v1.0.1
32712026-08-24T19:57:11.597Z[ helios-setup] Aug 24 19:57:11.011 INFO E| Compiling toml_parser v1.0.4
32722026-08-24T19:57:11.649Z[ helios-setup] Aug 24 19:57:11.062 INFO E| Compiling num-integer v0.1.46
32732026-08-24T19:57:11.692Z[ helios-setup] Aug 24 19:57:11.106 INFO E| Compiling wyz v0.5.1
32742026-08-24T19:57:11.702Z[ helios-setup] Aug 24 19:57:11.115 INFO E| Compiling futures-channel v0.3.31
32752026-08-24T19:57:11.719Z[ helios-setup] Aug 24 19:57:11.134 INFO E| Compiling getopts v0.2.24
32762026-08-24T19:57:11.863Z[ host-package] Compiling headers v0.4.1
32772026-08-24T19:57:11.882Z[ helios-setup] Aug 24 19:57:11.296 INFO E| Compiling ahash v0.8.12
32782026-08-24T19:57:11.932Z[ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
32792026-08-24T19:57:11.986Z[ helios-setup] Aug 24 19:57:11.400 INFO E| Compiling num-conv v0.1.0
32802026-08-24T19:57:12.021Z[ host-package] Compiling strum_macros v0.24.3
32812026-08-24T19:57:12.075Z[ helios-setup] Aug 24 19:57:11.490 INFO E| Compiling scopeguard v1.2.0
32822026-08-24T19:57:12.110Z[ helios-setup] Aug 24 19:57:11.524 INFO E| Compiling packed_struct v0.10.1
32832026-08-24T19:57:12.154Z[ helios-setup] Aug 24 19:57:11.568 INFO E| Compiling heck v0.5.0
32842026-08-24T19:57:12.198Z[ helios-setup] Aug 24 19:57:11.612 INFO E| Compiling bitflags v2.10.0
32852026-08-24T19:57:12.255Z[ helios-setup] Aug 24 19:57:11.669 INFO E| Compiling funty v2.0.0
32862026-08-24T19:57:12.291Z[ helios-setup] Aug 24 19:57:11.705 INFO E| Compiling pin-utils v0.1.0
32872026-08-24T19:57:12.307Z[ helios-setup] Aug 24 19:57:11.722 INFO E| Compiling clap_lex v0.7.6
32882026-08-24T19:57:12.377Z[ helios-setup] Aug 24 19:57:11.791 INFO E| Compiling futures-io v0.3.31
32892026-08-24T19:57:12.450Z[ helios-setup] Aug 24 19:57:11.864 INFO E| Compiling powerfmt v0.2.0
32902026-08-24T19:57:12.474Z[ helios-setup] Aug 24 19:57:11.889 INFO E| Compiling spin v0.9.8
32912026-08-24T19:57:12.643Z[ host-package] Compiling indoc v1.0.9
32922026-08-24T19:57:12.677Z[ helios-setup] Aug 24 19:57:12.091 INFO E| Compiling toml_edit v0.23.7
32932026-08-24T19:57:12.683Z[ helios-setup] Aug 24 19:57:12.098 INFO E| Compiling strsim v0.11.1
32942026-08-24T19:57:12.691Z[ helios-setup] Aug 24 19:57:12.105 INFO E| Compiling futures-task v0.3.31
32952026-08-24T19:57:12.786Z[ helios-setup] Aug 24 19:57:12.200 INFO E| Compiling bytes v1.10.1
32962026-08-24T19:57:12.812Z[ helios-setup] Aug 24 19:57:12.224 INFO E| Compiling slab v0.4.11
32972026-08-24T19:57:12.891Z[ helios-setup] Aug 24 19:57:12.306 INFO E| Compiling num-bigint-dig v0.8.4
32982026-08-24T19:57:12.946Z[ helios-setup] Aug 24 19:57:12.361 INFO E| Compiling bzip2-sys v0.1.13+1.0.8
32992026-08-24T19:57:12.957Z[ helios-setup] Aug 24 19:57:12.372 INFO E| Compiling time-core v0.1.6
33002026-08-24T19:57:12.985Z[ helios-setup] Aug 24 19:57:12.400 INFO E| Compiling getrandom v0.3.4
33012026-08-24T19:57:13.283Z[ helios-setup] Aug 24 19:57:12.446 INFO E| Compiling thiserror v1.0.69
33022026-08-24T19:57:13.287Z[ helios-setup] Aug 24 19:57:12.561 INFO E| Compiling itoa v1.0.15
33032026-08-24T19:57:13.287Z[ helios-setup] Aug 24 19:57:12.680 INFO E| Compiling time-macros v0.2.24
33042026-08-24T19:57:13.287Z[ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
33052026-08-24T19:57:13.354Z[ helios-setup] Aug 24 19:57:12.768 INFO E| Compiling bitvec v1.0.1
33062026-08-24T19:57:13.481Z[ host-package] Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
33072026-08-24T19:57:13.494Z[ helios-setup] Aug 24 19:57:12.908 INFO E| Compiling terminal_size v0.4.3
33082026-08-24T19:57:13.580Z[ helios-setup] Aug 24 19:57:12.995 INFO E| Compiling proc-macro-crate v3.4.0
33092026-08-24T19:57:13.734Z[ helios-setup] Aug 24 19:57:13.148 INFO E| Compiling clap_builder v4.5.51
33102026-08-24T19:57:13.765Z[ helios-setup] Aug 24 19:57:13.179 INFO E| Compiling deranged v0.5.5
33112026-08-24T19:57:13.875Z[ helios-setup] Aug 24 19:57:13.289 INFO E| Compiling lazy_static v1.5.0
33122026-08-24T19:57:13.878Z[ host-package] Compiling derive_builder v0.20.2
33132026-08-24T19:57:14.002Z[ helios-setup] Aug 24 19:57:13.417 INFO E| Compiling lock_api v0.4.14
33142026-08-24T19:57:14.006Z[ helios-setup] Aug 24 19:57:13.417 INFO E| Compiling num-iter v0.1.45
33152026-08-24T19:57:14.204Z[ host-package] Compiling oso-derive v0.27.3
33162026-08-24T19:57:14.328Z[ host-package] Compiling quick-xml v0.37.5
33172026-08-24T19:57:14.342Z[ helios-setup] Aug 24 19:57:13.756 INFO E| Compiling indexmap v1.9.3
33182026-08-24T19:57:14.387Z[ host-package] Compiling impl-trait-for-tuples v0.2.3
33192026-08-24T19:57:14.391Z[ helios-setup] Aug 24 19:57:13.802 INFO E| Compiling adler2 v2.0.1
33202026-08-24T19:57:14.439Z[ helios-setup] Aug 24 19:57:13.852 INFO E| Compiling iana-time-zone v0.1.64
33212026-08-24T19:57:14.454Z[ helios-setup] Aug 24 19:57:13.869 INFO E| Compiling nodrop v0.1.14
33222026-08-24T19:57:14.500Z[ helios-setup] Aug 24 19:57:13.915 INFO E| Compiling thiserror v2.0.17
33232026-08-24T19:57:14.604Z[ helios-setup] Aug 24 19:57:14.018 INFO E| Compiling once_cell v1.21.3
33242026-08-24T19:57:14.653Z[ helios-setup] Aug 24 19:57:14.067 INFO E| Compiling log v0.4.28
33252026-08-24T19:57:14.684Z[ helios-setup] Aug 24 19:57:14.098 INFO E| Compiling simd-adler32 v0.3.7
33262026-08-24T19:57:14.700Z[ host-package] Compiling openssl-probe v0.1.6
33272026-08-24T19:57:14.871Z[ helios-setup] Aug 24 19:57:14.285 INFO E| Compiling serde_json v1.0.145
33282026-08-24T19:57:14.967Z[ helios-setup] Aug 24 19:57:14.382 INFO E| Compiling crc-catalog v2.4.0
33292026-08-24T19:57:15.047Z[ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
33302026-08-24T19:57:15.077Z[ helios-setup] Aug 24 19:57:14.491 INFO E| Compiling crc v3.3.0
33312026-08-24T19:57:15.080Z[ helios-setup] Aug 24 19:57:14.491 INFO E| Compiling env_filter v0.1.4
33322026-08-24T19:57:15.103Z[ helios-setup] Aug 24 19:57:14.518 INFO E| Compiling miniz_oxide v0.8.9
33332026-08-24T19:57:15.171Z[ helios-setup] Aug 24 19:57:14.585 INFO E| Compiling chrono v0.4.42
33342026-08-24T19:57:15.205Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
33352026-08-24T19:57:15.385Z[ helios-setup] Aug 24 19:57:14.796 INFO E| Compiling array-init v0.0.4
33362026-08-24T19:57:15.463Z[ helios-setup] Aug 24 19:57:14.877 INFO E| Compiling parking_lot v0.12.5
33372026-08-24T19:57:15.683Z[ host-package] Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33382026-08-24T19:57:15.691Z[ helios-setup] Aug 24 19:57:15.105 INFO E| Compiling smallvec v0.6.14
33392026-08-24T19:57:16.149Z[ helios-setup] Aug 24 19:57:15.563 INFO E| Compiling time v0.3.44
33402026-08-24T19:57:16.208Z[ helios-setup] Aug 24 19:57:15.623 INFO E| Compiling serde_spanned v1.0.3
33412026-08-24T19:57:16.461Z[ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33422026-08-24T19:57:16.488Z[ helios-setup] Aug 24 19:57:15.902 INFO E| Compiling signature v2.2.0
33432026-08-24T19:57:16.614Z[ helios-setup] Aug 24 19:57:16.028 INFO E| Compiling is-terminal v0.4.17
33442026-08-24T19:57:16.634Z[ host-package] Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
33452026-08-24T19:57:16.666Z[ helios-setup] Aug 24 19:57:16.080 INFO E| Compiling socket2 v0.6.1
33462026-08-24T19:57:16.676Z[ helios-setup] Aug 24 19:57:16.090 INFO E| Compiling signal-hook-registry v1.4.6
33472026-08-24T19:57:16.683Z[ helios-setup] Aug 24 19:57:16.097 INFO E| Compiling mio v1.1.0
33482026-08-24T19:57:16.779Z[ helios-setup] Aug 24 19:57:16.193 INFO E| Compiling thread_local v1.1.9
33492026-08-24T19:57:16.862Z[ host-package] Compiling bb8 v0.8.6
33502026-08-24T19:57:16.922Z[ helios-setup] Aug 24 19:57:16.337 INFO E| Compiling term v1.2.0
33512026-08-24T19:57:16.983Z[ helios-setup] Aug 24 19:57:16.397 INFO E| Compiling packed_struct_codegen v0.10.1
33522026-08-24T19:57:17.241Z[ helios-setup] Aug 24 19:57:16.655 INFO E| Compiling winnow v0.5.40
33532026-08-24T19:57:17.299Z[ helios-setup] Aug 24 19:57:16.713 INFO E| Compiling serde_derive v1.0.228
33542026-08-24T19:57:17.299Z[ host-package] Compiling trait-variant v0.1.2
33552026-08-24T19:57:17.408Z[ helios-setup] Aug 24 19:57:16.822 INFO E| Compiling zerocopy-derive v0.8.27
33562026-08-24T19:57:17.481Z[ host-package] Compiling proc-macro-error-attr2 v2.0.0
33572026-08-24T19:57:17.629Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33582026-08-24T19:57:17.728Z[ helios-setup] Aug 24 19:57:17.142 INFO E| Compiling der_derive v0.7.3
33592026-08-24T19:57:17.834Z[ helios-setup] Aug 24 19:57:17.248 INFO E| Compiling futures-macro v0.3.31
33602026-08-24T19:57:17.861Z[ host-package] Compiling half v1.8.3
33612026-08-24T19:57:18.061Z[ helios-setup] Aug 24 19:57:17.475 INFO E| Compiling clap_derive v4.5.49
33622026-08-24T19:57:18.149Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
33632026-08-24T19:57:18.175Z[ helios-setup] Aug 24 19:57:17.589 INFO E| Compiling zerocopy-derive v0.6.6
33642026-08-24T19:57:18.254Z[ host-package] Compiling proc-macro-error2 v2.0.1
33652026-08-24T19:57:18.279Z[ helios-setup] Aug 24 19:57:17.693 INFO E| Compiling thiserror-impl v1.0.69
33662026-08-24T19:57:18.312Z[ helios-setup] Aug 24 19:57:17.726 INFO E| Compiling num_enum_derive v0.7.5
33672026-08-24T19:57:18.366Z[ helios-setup] Aug 24 19:57:17.727 INFO E| Compiling bitfield-macros v0.19.3
33682026-08-24T19:57:18.460Z[ host-package] Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
33692026-08-24T19:57:18.742Z[ helios-setup] Aug 24 19:57:18.156 INFO E| Compiling tokio-macros v2.6.0
33702026-08-24T19:57:18.822Z[ host-package] Compiling serde_cbor v0.11.2
33712026-08-24T19:57:19.340Z[ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
33722026-08-24T19:57:19.368Z[ helios-setup] Aug 24 19:57:18.782 INFO E| Compiling futures-util v0.3.31
33732026-08-24T19:57:19.454Z[ host-package] Compiling rfc6979 v0.4.0
33742026-08-24T19:57:19.555Z[ helios-setup] Aug 24 19:57:18.969 INFO E| Compiling der v0.7.10
33752026-08-24T19:57:19.773Z[ helios-setup] Aug 24 19:57:19.186 INFO E| Compiling bitfield v0.19.3
33762026-08-24T19:57:20.152Z[ host-package] Compiling hashbrown v0.14.5
33772026-08-24T19:57:20.212Z[ helios-setup] Aug 24 19:57:19.625 INFO E| Compiling thiserror-impl v2.0.17
33782026-08-24T19:57:20.233Z[ host-package] Compiling salty v0.3.0
33792026-08-24T19:57:20.322Z[ helios-setup] Aug 24 19:57:19.736 INFO E| Compiling libdevinfo-sys v1.1.0
33802026-08-24T19:57:20.382Z[ helios-setup] Aug 24 19:57:19.797 INFO E| Compiling subtle v2.6.1
33812026-08-24T19:57:20.430Z[ host-package] Compiling ecdsa v0.16.9
33822026-08-24T19:57:20.468Z[ helios-setup] Aug 24 19:57:19.879 INFO E| Compiling base64 v0.21.7
33832026-08-24T19:57:20.506Z[ helios-setup] Aug 24 19:57:19.921 INFO E| Compiling ryu v1.0.20
33842026-08-24T19:57:20.675Z[ helios-setup] Aug 24 19:57:20.089 INFO E| Compiling toml_writer v1.0.4
33852026-08-24T19:57:20.881Z[ helios-setup] Aug 24 19:57:20.295 INFO E| Compiling num_enum v0.7.5
33862026-08-24T19:57:20.891Z[ helios-setup] Aug 24 19:57:20.305 INFO E| Compiling zerocopy v0.6.6
33872026-08-24T19:57:20.915Z[ helios-setup] Aug 24 19:57:20.330 INFO E| Compiling hashbrown v0.12.3
33882026-08-24T19:57:20.974Z[ helios-setup] Aug 24 19:57:20.389 INFO E| Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
33892026-08-24T19:57:20.985Z[ helios-setup] Aug 24 19:57:20.399 INFO E| Compiling devinfo v0.1.0
33902026-08-24T19:57:21.023Z[ host-package] Compiling knus-derive v3.4.0
33912026-08-24T19:57:21.035Z[ helios-setup] Aug 24 19:57:20.450 INFO E| Compiling tokio v1.48.0
33922026-08-24T19:57:21.271Z[ host-package] Compiling samael v0.0.19
33932026-08-24T19:57:21.356Z[ helios-setup] Aug 24 19:57:20.770 INFO E| Compiling toml v0.9.8
33942026-08-24T19:57:21.543Z[ host-package] Compiling chumsky v0.9.3
33952026-08-24T19:57:21.624Z[ helios-setup] Aug 24 19:57:21.039 INFO E| Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33962026-08-24T19:57:21.654Z[ helios-setup] Aug 24 19:57:21.069 INFO E| Compiling bzip2 v0.4.4
33972026-08-24T19:57:21.655Z[ helios-setup] Aug 24 19:57:21.069 INFO E| Compiling clap v4.5.51
33982026-08-24T19:57:21.703Z[ helios-setup] Aug 24 19:57:21.117 INFO E| Compiling flate2 v1.1.5
33992026-08-24T19:57:21.706Z[ helios-setup] Aug 24 19:57:21.117 INFO E| Compiling uuid v1.18.1
34002026-08-24T19:57:21.808Z[ helios-setup] Aug 24 19:57:21.223 INFO E| Compiling env_logger v0.11.8
34012026-08-24T19:57:21.811Z[ host-package] Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
34022026-08-24T19:57:21.811Z[ host-package] Compiling progenitor-impl v0.13.0
34032026-08-24T19:57:22.009Z[ host-package] Compiling primeorder v0.13.6
34042026-08-24T19:57:22.128Z[ helios-setup] Aug 24 19:57:21.542 INFO E| Compiling spki v0.7.3
34052026-08-24T19:57:22.585Z[ helios-setup] Aug 24 19:57:22.000 INFO E| Compiling pkcs8 v0.10.2
34062026-08-24T19:57:22.671Z[ helios-setup] Aug 24 19:57:22.086 INFO E| Compiling x509-cert v0.2.5
34072026-08-24T19:57:22.726Z[ host-package] Compiling nonempty v0.12.0
34082026-08-24T19:57:22.730Z[ helios-setup] Aug 24 19:57:22.141 INFO E| Compiling hex v0.4.3
34092026-08-24T19:57:22.730Z[ helios-setup] Aug 24 19:57:22.142 INFO E| Compiling crc-any v2.5.0
34102026-08-24T19:57:22.892Z[ helios-setup] Aug 24 19:57:22.306 INFO E| Compiling foldhash v0.2.0
34112026-08-24T19:57:23.272Z[ helios-setup] Aug 24 19:57:22.687 INFO E| Compiling pkcs1 v0.7.5
34122026-08-24T19:57:23.361Z[ helios-setup] Aug 24 19:57:22.768 INFO E| Compiling bitflags v1.3.2
34132026-08-24T19:57:23.365Z[ helios-setup] Aug 24 19:57:22.777 INFO E| Compiling rustc-hash v2.1.1
34142026-08-24T19:57:23.450Z[ helios-setup] Aug 24 19:57:22.864 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09)
34152026-08-24T19:57:23.541Z[ helios-setup] Aug 24 19:57:22.955 INFO E| Compiling iddqd v0.3.14
34162026-08-24T19:57:23.544Z[ helios-setup] Aug 24 19:57:22.955 INFO E| Compiling zip v0.6.6
34172026-08-24T19:57:23.686Z[ host-package] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
34182026-08-24T19:57:23.776Z[ host-package] Compiling polar-core v0.27.3
34192026-08-24T19:57:23.860Z[ host-package] Compiling p384 v0.13.1
34202026-08-24T19:57:24.172Z[ helios-setup] Aug 24 19:57:23.587 INFO E| Compiling ppv-lite86 v0.2.21
34212026-08-24T19:57:24.199Z[ host-package] Compiling knus v3.4.0
34222026-08-24T19:57:24.268Z[ helios-setup] Aug 24 19:57:23.682 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e)
34232026-08-24T19:57:24.576Z[ helios-setup] Aug 24 19:57:23.991 INFO E| Compiling rand_chacha v0.3.1
34242026-08-24T19:57:24.675Z[ helios-setup] Aug 24 19:57:24.090 INFO E| Compiling erased-serde v0.3.31
34252026-08-24T19:57:24.684Z[ helios-setup] Aug 24 19:57:24.099 INFO E| Compiling futures-executor v0.3.31
34262026-08-24T19:57:25.004Z[ helios-setup] Aug 24 19:57:24.419 INFO E| Compiling rand v0.8.5
34272026-08-24T19:57:25.054Z[ helios-setup] Aug 24 19:57:24.469 INFO E| Compiling serde_spanned v0.6.9
34282026-08-24T19:57:25.090Z[ helios-setup] Aug 24 19:57:24.504 INFO E| Compiling toml_datetime v0.6.11
34292026-08-24T19:57:25.290Z[ helios-setup] Aug 24 19:57:24.705 INFO E| Compiling futures v0.3.31
34302026-08-24T19:57:25.329Z[ helios-setup] Aug 24 19:57:24.744 INFO E| Compiling hashbrown v0.13.2
34312026-08-24T19:57:25.385Z[ helios-setup] Aug 24 19:57:24.800 INFO E| Compiling ron v0.8.1
34322026-08-24T19:57:25.639Z[ helios-setup] Aug 24 19:57:25.053 INFO E| Compiling toml_edit v0.19.15
34332026-08-24T19:57:25.791Z[ helios-setup] Aug 24 19:57:25.206 INFO E| Compiling serde-hex v0.1.0
34342026-08-24T19:57:25.810Z[ host-package] Compiling progenitor-macro v0.13.0
34352026-08-24T19:57:25.822Z[ helios-setup] Aug 24 19:57:25.236 INFO E| Compiling path-slash v0.1.5
34362026-08-24T19:57:26.047Z[ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
34372026-08-24T19:57:26.486Z[ helios-setup] Aug 24 19:57:25.900 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#8eed23a0)
34382026-08-24T19:57:26.693Z[ helios-setup] Aug 24 19:57:26.108 INFO E| Compiling slog-term v2.9.2
34392026-08-24T19:57:26.700Z[ helios-setup] Aug 24 19:57:26.115 INFO E| Compiling object v0.30.4
34402026-08-24T19:57:26.826Z[ host-package] Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
34412026-08-24T19:57:26.889Z[ host-package] Compiling progenitor-client v0.13.0
34422026-08-24T19:57:27.295Z[ helios-setup] Aug 24 19:57:26.709 INFO E| Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
34432026-08-24T19:57:27.868Z[ helios-setup] Aug 24 19:57:27.282 INFO E| Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#b507bc6d)
34442026-08-24T19:57:28.013Z[ host-package] Compiling fxhash v0.2.1
34452026-08-24T19:57:28.383Z[ host-package] Compiling libz-sys v1.1.24
34462026-08-24T19:57:28.485Z[ helios-setup] Aug 24 19:57:27.899 INFO E| Compiling rsa v0.9.8
34472026-08-24T19:57:28.672Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
34482026-08-24T19:57:29.154Z[ host-package] Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d)
34492026-08-24T19:57:29.200Z[ helios-setup] Aug 24 19:57:28.614 INFO E| Compiling toml v0.7.8
34502026-08-24T19:57:29.512Z[ host-package] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34512026-08-24T19:57:29.581Z[ host-package] Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
34522026-08-24T19:57:30.205Z[ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34532026-08-24T19:57:30.404Z[ helios-setup] Aug 24 19:57:29.818 INFO E| Compiling pilot-disks v0.1.0 (/work/oxidecomputer/helios/projects/pilot/disks)
34542026-08-24T19:57:30.527Z[ helios-setup] Aug 24 19:57:29.940 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common)
34552026-08-24T19:57:31.287Z[ host-package] Compiling kstat-rs v0.2.5
34562026-08-24T19:57:32.669Z[ host-package] Compiling mime_guess v2.0.5
34572026-08-24T19:57:33.478Z[ host-package] Compiling progenitor v0.13.0
34582026-08-24T19:57:33.981Z[ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34592026-08-24T19:57:35.036Z[ host-package] Compiling omicron-debug-dropbox v0.1.0 (https://github.com/oxidecomputer/omicron-debug-dropbox?rev=eb13fc7a0031261dd51a14a30a133155460f5c0a#eb13fc7a)
34602026-08-24T19:57:35.724Z[ host-package] Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
34612026-08-24T19:57:35.984Z[ host-package] Compiling nanorand v0.7.0
34622026-08-24T19:57:36.170Z[ host-package] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
34632026-08-24T19:57:36.198Z[ helios-setup] Aug 24 19:57:35.612 INFO E| Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#b507bc6d)
34642026-08-24T19:57:36.592Z[ host-package] Compiling libgit2-sys v0.18.3+1.9.2
34652026-08-24T19:57:37.005Z[ host-package] Compiling parking_lot_core v0.8.6
34662026-08-24T19:57:37.142Z[ host-package] Compiling flume v0.11.1
34672026-08-24T19:57:37.449Z[ host-package] Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
34682026-08-24T19:57:37.468Z[ helios-setup] Aug 24 19:57:36.882 INFO E| Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?rev=cec2560e9a0126e9e687d51b385a57891abc87c3#cec2560e)
34692026-08-24T19:57:37.488Z[ host-package] Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
34702026-08-24T19:57:37.898Z[ host-package] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
34712026-08-24T19:57:38.849Z[ host-package] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34722026-08-24T19:57:39.123Z[ host-package] Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
34732026-08-24T19:57:39.275Z[ host-package] Compiling git-stub v1.0.0
34742026-08-24T19:57:39.726Z[ host-package] Compiling oso v0.27.3
34752026-08-24T19:57:39.798Z[ host-package] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e)
34762026-08-24T19:57:40.421Z[ host-package] Compiling strsim v0.10.0
34772026-08-24T19:57:40.707Z[ host-package] Compiling instability v0.3.11
34782026-08-24T19:57:40.788Z[ host-package] Compiling corncobs v0.1.4
34792026-08-24T19:57:41.018Z[ host-package] Compiling http-range v0.1.5
34802026-08-24T19:57:41.228Z[ host-package] Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
34812026-08-24T19:57:41.533Z[ host-package] Compiling darling_core v0.13.4
34822026-08-24T19:57:41.994Z[ host-package] Compiling async-bb8-diesel v0.2.1
34832026-08-24T19:57:42.035Z[ helios-setup] Aug 24 19:57:41.449 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot)
34842026-08-24T19:57:42.470Z[ host-package] Compiling diesel-dtrace v0.5.0
34852026-08-24T19:57:42.835Z[ host-package] Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
34862026-08-24T19:57:43.249Z[ host-package] Compiling git-stub-vcs v0.1.0
34872026-08-24T19:57:43.749Z[ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
34882026-08-24T19:57:45.581Z[ host-package] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
34892026-08-24T19:57:45.686Z[ host-package] Compiling ignore v0.4.25
34902026-08-24T19:57:46.533Z[ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
34912026-08-24T19:57:47.282Z[ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34922026-08-24T19:57:47.754Z[ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34932026-08-24T19:57:48.103Z[ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34942026-08-24T19:57:48.345Z[ host-package] Compiling anstyle-parse v0.2.7
34952026-08-24T19:57:48.698Z[ host-package] Compiling secrecy v0.8.0
34962026-08-24T19:57:48.803Z[ host-package] Compiling vergen-git2 v9.1.0
34972026-08-24T19:57:49.465Z[ host-package] Compiling castaway v0.2.4
34982026-08-24T19:57:49.554Z[ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
34992026-08-24T19:57:49.775Z[ host-package] Compiling indoc v2.0.7
35002026-08-24T19:57:50.363Z[ host-package] Compiling compact_str v0.8.1
35012026-08-24T19:57:50.533Z[ host-package] Compiling anstream v0.6.21
35022026-08-24T19:57:51.194Z[ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
35032026-08-24T19:57:51.498Z[ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
35042026-08-24T19:57:51.710Z[ host-package] Compiling globwalk v0.9.1
35052026-08-24T19:57:52.464Z[ host-package] Compiling parking_lot v0.11.2
35062026-08-24T19:57:52.680Z[ host-package] Compiling hyper-staticfile v0.10.1
35072026-08-24T19:57:52.732Z[ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
35082026-08-24T19:57:52.771Z[ host-package] Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
35092026-08-24T19:57:53.446Z[ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
35102026-08-24T19:57:53.541Z[ host-package] Compiling darling_macro v0.13.4
35112026-08-24T19:57:53.589Z[ helios-setup] Aug 24 19:57:53.003 INFO E| Finished `release` profile [optimized] target(s) in 48.44s
35122026-08-24T19:57:53.593Z[ helios-setup] Aug 24 19:57:53.005 INFO E| warning: the following packages contain code that will be rejected by a future version of Rust: num-bigint-dig v0.8.4
35132026-08-24T19:57:53.593Z[ helios-setup] Aug 24 19:57:53.005 INFO E| note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
35142026-08-24T19:57:53.651Z[ helios-setup] Aug 24 19:57:53.065 INFO building project "pilot" ok (48 seconds)
35152026-08-24T19:57:53.651Z[ helios-setup] Aug 24 19:57:53.065 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/bootserver"
35162026-08-24T19:57:53.660Z[ helios-setup] Aug 24 19:57:53.075 INFO rust toolchain for "/work/oxidecomputer/helios/projects/bootserver": "1.97.1-x86_64-unknown-illumos (default)"
35172026-08-24T19:57:53.660Z[ helios-setup] Aug 24 19:57:53.075 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver
35182026-08-24T19:57:53.660Z[ helios-setup] Aug 24 19:57:53.075 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver")
35192026-08-24T19:57:53.773Z[ helios-setup] Aug 24 19:57:53.187 INFO E| Downloading crates ...
35202026-08-24T19:57:53.818Z[ helios-setup] Aug 24 19:57:53.232 INFO E| Downloaded generic-array v0.14.6
35212026-08-24T19:57:53.826Z[ helios-setup] Aug 24 19:57:53.240 INFO E| Downloaded cpufeatures v0.2.5
35222026-08-24T19:57:53.829Z[ helios-setup] Aug 24 19:57:53.241 INFO E| Downloaded anyhow v1.0.62
35232026-08-24T19:57:53.833Z[ helios-setup] Aug 24 19:57:53.245 INFO E| Downloaded unicode-width v0.1.10
35242026-08-24T19:57:53.836Z[ helios-setup] Aug 24 19:57:53.248 INFO E| Downloaded block-buffer v0.10.3
35252026-08-24T19:57:53.839Z[ helios-setup] Aug 24 19:57:53.252 INFO E| Downloaded digest v0.10.3
35262026-08-24T19:57:53.839Z[ helios-setup] Aug 24 19:57:53.253 INFO E| Downloaded sha2 v0.10.5
35272026-08-24T19:57:53.844Z[ helios-setup] Aug 24 19:57:53.258 INFO E| Downloaded typenum v1.15.0
35282026-08-24T19:57:53.848Z[ helios-setup] Aug 24 19:57:53.260 INFO E| Downloaded bytes v1.2.1
35292026-08-24T19:57:53.848Z[ helios-setup] Aug 24 19:57:53.262 INFO E| Downloaded flate2 v1.0.25
35302026-08-24T19:57:53.851Z[ helios-setup] Aug 24 19:57:53.264 INFO E| Downloaded miniz_oxide v0.6.2
35312026-08-24T19:57:53.894Z[ helios-setup] Aug 24 19:57:53.308 INFO E| Compiling typenum v1.15.0
35322026-08-24T19:57:53.894Z[ helios-setup] Aug 24 19:57:53.308 INFO E| Compiling version_check v0.9.4
35332026-08-24T19:57:53.894Z[ helios-setup] Aug 24 19:57:53.308 INFO E| Compiling cfg-if v1.0.0
35342026-08-24T19:57:53.894Z[ helios-setup] Aug 24 19:57:53.308 INFO E| Compiling crc32fast v1.3.2
35352026-08-24T19:57:53.894Z[ helios-setup] Aug 24 19:57:53.308 INFO E| Compiling adler v1.0.2
35362026-08-24T19:57:53.898Z[ helios-setup] Aug 24 19:57:53.308 INFO E| Compiling anyhow v1.0.62
35372026-08-24T19:57:53.898Z[ helios-setup] Aug 24 19:57:53.309 INFO E| Compiling unicode-width v0.1.10
35382026-08-24T19:57:53.908Z[ helios-setup] Aug 24 19:57:53.322 INFO E| Compiling cpufeatures v0.2.5
35392026-08-24T19:57:53.908Z[ helios-setup] Aug 24 19:57:53.322 INFO E| Compiling bitflags v1.3.2
35402026-08-24T19:57:53.940Z[ host-package] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
35412026-08-24T19:57:53.951Z[ helios-setup] Aug 24 19:57:53.365 INFO E| Compiling bytes v1.2.1
35422026-08-24T19:57:53.974Z[ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
35432026-08-24T19:57:54.156Z[ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
35442026-08-24T19:57:54.600Z[ host-package] Compiling predicates-tree v1.0.13
35452026-08-24T19:57:54.644Z[ helios-setup] Aug 24 19:57:54.058 INFO E| Compiling getopts v0.2.21
35462026-08-24T19:57:54.649Z[ helios-setup] Aug 24 19:57:54.064 INFO E| Compiling miniz_oxide v0.6.2
35472026-08-24T19:57:54.706Z[ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
35482026-08-24T19:57:55.068Z[ helios-setup] Aug 24 19:57:54.482 INFO E| Compiling generic-array v0.14.6
35492026-08-24T19:57:55.097Z[ helios-setup] Aug 24 19:57:54.511 INFO E| Compiling flate2 v1.0.25
35502026-08-24T19:57:55.267Z[ host-package] Compiling unicode-truncate v1.1.0
35512026-08-24T19:57:55.389Z[ host-package] Compiling lru v0.12.5
35522026-08-24T19:57:55.534Z[ host-package] Compiling prefix-trie v0.7.0
35532026-08-24T19:57:55.664Z[ host-package] Compiling rand_seeder v0.4.0
35542026-08-24T19:57:55.687Z[ host-package] Compiling cassowary v0.3.0
35552026-08-24T19:57:55.910Z[ host-package] Compiling illumos-nvpair-sys v0.2.0
35562026-08-24T19:57:56.120Z[ host-package] Compiling hickory-server v0.25.2
35572026-08-24T19:57:56.181Z[ helios-setup] Aug 24 19:57:55.595 INFO E| Compiling crypto-common v0.1.6
35582026-08-24T19:57:56.181Z[ helios-setup] Aug 24 19:57:55.596 INFO E| Compiling block-buffer v0.10.3
35592026-08-24T19:57:56.193Z[ host-package] Compiling ratatui v0.29.0
35602026-08-24T19:57:56.262Z[ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
35612026-08-24T19:57:56.297Z[ helios-setup] Aug 24 19:57:55.711 INFO E| Compiling digest v0.10.3
35622026-08-24T19:57:56.314Z[ host-package] Compiling camino-tempfile-ext v0.3.3
35632026-08-24T19:57:56.314Z[ host-package] Compiling darling v0.13.4
35642026-08-24T19:57:56.425Z[ host-package] Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
35652026-08-24T19:57:56.470Z[ helios-setup] Aug 24 19:57:55.885 INFO E| Compiling sha2 v0.10.5
35662026-08-24T19:57:56.544Z[ host-package] Compiling sled v0.34.7
35672026-08-24T19:57:56.710Z[ helios-setup] Aug 24 19:57:56.123 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver)
35682026-08-24T19:57:56.912Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
35692026-08-24T19:57:57.045Z[ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
35702026-08-24T19:57:57.212Z[ host-package] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
35712026-08-24T19:57:57.370Z[ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
35722026-08-24T19:57:57.667Z[ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
35732026-08-24T19:57:57.801Z[ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
35742026-08-24T19:57:58.088Z[ host-package] Compiling sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common)
35752026-08-24T19:57:59.183Z[ helios-setup] Aug 24 19:57:58.597 INFO E| Finished `release` profile [optimized] target(s) in 5.51s
35762026-08-24T19:57:59.197Z[ helios-setup] Aug 24 19:57:58.610 INFO building project "bootserver" ok (5 seconds)
35772026-08-24T19:57:59.197Z[ helios-setup] Aug 24 19:57:58.610 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/image-builder"
35782026-08-24T19:57:59.208Z[ helios-setup] Aug 24 19:57:58.620 INFO rust toolchain for "/work/oxidecomputer/helios/projects/image-builder": "1.97.1-x86_64-unknown-illumos (default)"
35792026-08-24T19:57:59.208Z[ helios-setup] Aug 24 19:57:58.620 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder
35802026-08-24T19:57:59.208Z[ helios-setup] Aug 24 19:57:58.620 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder")
35812026-08-24T19:57:59.318Z[ helios-setup] Aug 24 19:57:58.731 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib`
35822026-08-24T19:57:59.785Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
35832026-08-24T19:58:00.111Z[ helios-setup] Aug 24 19:57:59.524 INFO E| From https://github.com/jclulow/rust-jmclib
35842026-08-24T19:58:00.111Z[ helios-setup] Aug 24 19:57:59.524 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949
35852026-08-24T19:58:00.123Z[ helios-setup] Aug 24 19:57:59.536 INFO E| Updating crates.io index
35862026-08-24T19:58:00.186Z[ helios-setup] Aug 24 19:57:59.592 INFO E| Downloading crates ...
35872026-08-24T19:58:00.216Z[ helios-setup] Aug 24 19:57:59.630 INFO E| Downloaded fastrand v2.0.0
35882026-08-24T19:58:00.220Z[ helios-setup] Aug 24 19:57:59.632 INFO E| Downloaded cpufeatures v0.2.9
35892026-08-24T19:58:00.223Z[ helios-setup] Aug 24 19:57:59.637 INFO E| Downloaded bitflags v2.3.3
35902026-08-24T19:58:00.229Z[ helios-setup] Aug 24 19:57:59.642 INFO E| Downloaded anyhow v1.0.72
35912026-08-24T19:58:00.232Z[ helios-setup] Aug 24 19:57:59.645 INFO E| Downloaded glob v0.3.1
35922026-08-24T19:58:00.232Z[ helios-setup] Aug 24 19:57:59.646 INFO E| Downloaded proc-macro2 v1.0.66
35932026-08-24T19:58:00.245Z[ helios-setup] Aug 24 19:57:59.650 INFO E| Downloaded itoa v1.0.9
35942026-08-24T19:58:00.245Z[ helios-setup] Aug 24 19:57:59.651 INFO E| Downloaded opaque-debug v0.3.0
35952026-08-24T19:58:00.245Z[ helios-setup] Aug 24 19:57:59.651 INFO E| Downloaded block-buffer v0.9.0
35962026-08-24T19:58:00.245Z[ helios-setup] Aug 24 19:57:59.654 INFO E| Downloaded digest v0.9.0
35972026-08-24T19:58:00.249Z[ helios-setup] Aug 24 19:57:59.655 INFO E| Downloaded errno v0.3.1
35982026-08-24T19:58:00.249Z[ helios-setup] Aug 24 19:57:59.656 INFO E| Downloaded ryu v1.0.15
35992026-08-24T19:58:00.249Z[ helios-setup] Aug 24 19:57:59.659 INFO E| Downloaded libdevinfo-sys v1.0.0
36002026-08-24T19:58:00.253Z[ helios-setup] Aug 24 19:57:59.667 INFO E| Downloaded quote v1.0.31
36012026-08-24T19:58:00.257Z[ helios-setup] Aug 24 19:57:59.672 INFO E| Downloaded md-5 v0.9.1
36022026-08-24T19:58:00.261Z[ helios-setup] Aug 24 19:57:59.673 INFO E| Downloaded sha-1 v0.9.8
36032026-08-24T19:58:00.264Z[ helios-setup] Aug 24 19:57:59.676 INFO E| Downloaded tempfile v3.7.0
36042026-08-24T19:58:00.272Z[ helios-setup] Aug 24 19:57:59.686 INFO E| Downloaded unicode-ident v1.0.11
36052026-08-24T19:58:00.276Z[ helios-setup] Aug 24 19:57:59.691 INFO E| Downloaded typenum v1.16.0
36062026-08-24T19:58:00.281Z[ helios-setup] Aug 24 19:57:59.695 INFO E| Downloaded toml v0.5.11
36072026-08-24T19:58:00.285Z[ helios-setup] Aug 24 19:57:59.697 INFO E| Downloaded getrandom v0.2.10
36082026-08-24T19:58:00.289Z[ helios-setup] Aug 24 19:57:59.699 INFO E| Downloaded walkdir v2.3.3
36092026-08-24T19:58:00.289Z[ helios-setup] Aug 24 19:57:59.700 INFO E| Downloaded once_cell v1.18.0
36102026-08-24T19:58:00.290Z[ helios-setup] Aug 24 19:57:59.701 INFO E| Downloaded serde v1.0.193
36112026-08-24T19:58:00.293Z[ helios-setup] Aug 24 19:57:59.705 INFO E| Downloaded uuid v0.8.2
36122026-08-24T19:58:00.293Z[ helios-setup] Aug 24 19:57:59.707 INFO E| Downloaded serde_derive v1.0.193
36132026-08-24T19:58:00.296Z[ host-package] Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
36142026-08-24T19:58:00.309Z[ helios-setup] Aug 24 19:57:59.721 INFO E| Downloaded serde_json v1.0.103
36152026-08-24T19:58:00.329Z[ helios-setup] Aug 24 19:57:59.743 INFO E| Downloaded syn v2.0.32
36162026-08-24T19:58:00.338Z[ helios-setup] Aug 24 19:57:59.753 INFO E| Downloaded rustix v0.38.4
36172026-08-24T19:58:00.358Z[ helios-setup] Aug 24 19:57:59.772 INFO E| Downloaded libc v0.2.147
36182026-08-24T19:58:00.427Z[ helios-setup] Aug 24 19:57:59.834 INFO E| Compiling libc v0.2.147
36192026-08-24T19:58:00.427Z[ helios-setup] Aug 24 19:57:59.834 INFO E| Compiling proc-macro2 v1.0.66
36202026-08-24T19:58:00.436Z[ helios-setup] Aug 24 19:57:59.834 INFO E| Compiling cfg-if v1.0.0
36212026-08-24T19:58:00.436Z[ helios-setup] Aug 24 19:57:59.834 INFO E| Compiling unicode-ident v1.0.11
36222026-08-24T19:58:00.436Z[ helios-setup] Aug 24 19:57:59.834 INFO E| Compiling typenum v1.16.0
36232026-08-24T19:58:00.436Z[ helios-setup] Aug 24 19:57:59.834 INFO E| Compiling version_check v0.9.4
36242026-08-24T19:58:00.436Z[ helios-setup] Aug 24 19:57:59.834 INFO E| Compiling serde v1.0.193
36252026-08-24T19:58:00.436Z[ helios-setup] Aug 24 19:57:59.834 INFO E| Compiling slog v2.7.0
36262026-08-24T19:58:00.436Z[ helios-setup] Aug 24 19:57:59.834 INFO E| Compiling itoa v1.0.9
36272026-08-24T19:58:00.436Z[ helios-setup] Aug 24 19:57:59.834 INFO E| Compiling time-core v0.1.2
36282026-08-24T19:58:00.436Z[ helios-setup] Aug 24 19:57:59.834 INFO E| Compiling rustix v0.38.4
36292026-08-24T19:58:00.436Z[ helios-setup] Aug 24 19:57:59.834 INFO E| Compiling powerfmt v0.2.0
36302026-08-24T19:58:00.436Z[ helios-setup] Aug 24 19:57:59.834 INFO E| Compiling num-conv v0.1.0
36312026-08-24T19:58:00.436Z[ helios-setup] Aug 24 19:57:59.834 INFO E| Compiling once_cell v1.18.0
36322026-08-24T19:58:00.436Z[ helios-setup] Aug 24 19:57:59.834 INFO E| Compiling bitflags v2.3.3
36332026-08-24T19:58:00.437Z[ helios-setup] Aug 24 19:57:59.834 INFO E| Compiling num_threads v0.1.6
36342026-08-24T19:58:00.466Z[ host-package] Compiling serde_with_macros v1.5.2
36352026-08-24T19:58:00.798Z[ helios-setup] Aug 24 19:58:00.213 INFO E| Compiling anyhow v1.0.72
36362026-08-24T19:58:00.838Z[ helios-setup] Aug 24 19:58:00.251 INFO E| Compiling serde_json v1.0.103
36372026-08-24T19:58:00.977Z[ helios-setup] Aug 24 19:58:00.390 INFO E| Compiling deranged v0.3.11
36382026-08-24T19:58:00.984Z[ helios-setup] Aug 24 19:58:00.398 INFO E| Compiling thread_local v1.1.7
36392026-08-24T19:58:00.994Z[ helios-setup] Aug 24 19:58:00.406 INFO E| Compiling opaque-debug v0.3.0
36402026-08-24T19:58:01.086Z[ helios-setup] Aug 24 19:58:00.500 INFO E| Compiling time-macros v0.2.18
36412026-08-24T19:58:01.119Z[ helios-setup] Aug 24 19:58:00.531 INFO E| Compiling fastrand v2.0.0
36422026-08-24T19:58:01.205Z[ helios-setup] Aug 24 19:58:00.607 INFO E| Compiling cpufeatures v0.2.9
36432026-08-24T19:58:01.205Z[ helios-setup] Aug 24 19:58:00.614 INFO E| Compiling generic-array v0.14.7
36442026-08-24T19:58:01.221Z[ helios-setup] Aug 24 19:58:00.633 INFO E| Compiling ryu v1.0.15
36452026-08-24T19:58:01.283Z[ helios-setup] Aug 24 19:58:00.693 INFO E| Compiling same-file v1.0.6
36462026-08-24T19:58:01.347Z[ helios-setup] Aug 24 19:58:00.761 INFO E| Compiling unicode-width v0.1.10
36472026-08-24T19:58:01.505Z[ helios-setup] Aug 24 19:58:00.917 INFO E| Compiling getopts v0.2.21
36482026-08-24T19:58:01.535Z[ helios-setup] Aug 24 19:58:00.938 INFO E| Compiling libdevinfo-sys v1.0.0
36492026-08-24T19:58:01.610Z[ helios-setup] Aug 24 19:58:01.021 INFO E| Compiling glob v0.3.1
36502026-08-24T19:58:01.681Z[ helios-setup] Aug 24 19:58:01.092 INFO E| Compiling walkdir v2.3.3
36512026-08-24T19:58:01.893Z[ helios-setup] Aug 24 19:58:01.305 INFO E| Compiling quote v1.0.31
36522026-08-24T19:58:02.106Z[ helios-setup] Aug 24 19:58:01.516 INFO E| Compiling syn v2.0.32
36532026-08-24T19:58:02.208Z[ host-package] Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
36542026-08-24T19:58:02.372Z[ host-package] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
36552026-08-24T19:58:02.432Z[ helios-setup] Aug 24 19:58:01.846 INFO E| Compiling dirs-sys-next v0.1.2
36562026-08-24T19:58:02.432Z[ helios-setup] Aug 24 19:58:01.846 INFO E| Compiling errno v0.3.1
36572026-08-24T19:58:02.433Z[ helios-setup] Aug 24 19:58:01.846 INFO E| Compiling atty v0.2.14
36582026-08-24T19:58:02.438Z[ helios-setup] Aug 24 19:58:01.846 INFO E| Compiling getrandom v0.2.10
36592026-08-24T19:58:02.620Z[ helios-setup] Aug 24 19:58:02.032 INFO E| Compiling dirs-next v2.0.0
36602026-08-24T19:58:02.789Z[ helios-setup] Aug 24 19:58:02.203 INFO E| Compiling term v0.7.0
36612026-08-24T19:58:02.828Z[ host-package] Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
36622026-08-24T19:58:02.924Z[ helios-setup] Aug 24 19:58:02.334 INFO E| Compiling digest v0.9.0
36632026-08-24T19:58:02.924Z[ helios-setup] Aug 24 19:58:02.335 INFO E| Compiling block-buffer v0.9.0
36642026-08-24T19:58:02.979Z[ helios-setup] Aug 24 19:58:02.388 INFO E| Compiling time v0.3.36
36652026-08-24T19:58:03.038Z[ helios-setup] Aug 24 19:58:02.448 INFO E| Compiling md-5 v0.9.1
36662026-08-24T19:58:03.038Z[ helios-setup] Aug 24 19:58:02.448 INFO E| Compiling sha-1 v0.9.8
36672026-08-24T19:58:03.309Z[ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
36682026-08-24T19:58:03.316Z[ helios-setup] Aug 24 19:58:02.731 INFO E| Compiling tempfile v3.7.0
36692026-08-24T19:58:03.514Z[ host-package] Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
36702026-08-24T19:58:03.679Z[ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
36712026-08-24T19:58:03.827Z[ host-package] Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
36722026-08-24T19:58:04.007Z[ helios-setup] Aug 24 19:58:03.407 INFO E| Compiling slog-term v2.9.0
36732026-08-24T19:58:04.011Z[ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
36742026-08-24T19:58:04.148Z[ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
36752026-08-24T19:58:04.298Z[ host-package] Compiling arc-swap v1.8.2
36762026-08-24T19:58:04.485Z[ host-package] Compiling void v1.0.2
36772026-08-24T19:58:04.668Z[ host-package] Compiling lzss v0.8.2
36782026-08-24T19:58:04.694Z[ host-package] Compiling slog-scope v4.4.1
36792026-08-24T19:58:04.772Z[ helios-setup] Aug 24 19:58:04.186 INFO E| Compiling serde_derive v1.0.193
36802026-08-24T19:58:04.833Z[ host-package] Compiling git2 v0.20.4
36812026-08-24T19:58:05.140Z[ host-package] Compiling serde_with v1.14.0
36822026-08-24T19:58:05.144Z[ host-package] Compiling illumos-nvpair v0.3.0
36832026-08-24T19:58:05.754Z[ host-package] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
36842026-08-24T19:58:05.876Z[ host-package] Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
36852026-08-24T19:58:06.404Z[ host-package] Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
36862026-08-24T19:58:07.486Z[ host-package] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
36872026-08-24T19:58:07.884Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
36882026-08-24T19:58:08.262Z[ host-package] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
36892026-08-24T19:58:09.224Z[ host-package] Compiling scuffle v0.1.0
36902026-08-24T19:58:09.233Z[ helios-setup] Aug 24 19:58:08.647 INFO E| Compiling toml v0.5.11
36912026-08-24T19:58:09.233Z[ helios-setup] Aug 24 19:58:08.647 INFO E| Compiling uuid v0.8.2
36922026-08-24T19:58:09.629Z[ host-package] Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
36932026-08-24T19:58:10.053Z[ helios-setup] Aug 24 19:58:09.467 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268)
36942026-08-24T19:58:10.318Z[ host-package] Compiling tungstenite v0.23.0
36952026-08-24T19:58:10.388Z[ host-package] Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
36962026-08-24T19:58:10.795Z[ helios-setup] Aug 24 19:58:10.209 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder)
36972026-08-24T19:58:11.676Z[ host-package] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
36982026-08-24T19:58:12.473Z[ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
36992026-08-24T19:58:12.702Z[ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
37002026-08-24T19:58:12.753Z[ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
37012026-08-24T19:58:12.838Z[ host-package] Compiling nix v0.27.1
37022026-08-24T19:58:12.867Z[ host-package] Compiling twox-hash v2.1.2
37032026-08-24T19:58:12.988Z[ host-package] Compiling libsw-core v0.3.2
37042026-08-24T19:58:13.035Z[ host-package] Compiling serde_bytes v0.11.19
37052026-08-24T19:58:13.091Z[ host-package] Compiling atty v0.2.14
37062026-08-24T19:58:13.280Z[ host-package] Compiling libsw v3.5.0
37072026-08-24T19:58:13.445Z[ host-package] Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
37082026-08-24T19:58:13.471Z[ host-package] Compiling tokio-tungstenite v0.23.1
37092026-08-24T19:58:13.519Z[ host-package] Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
37102026-08-24T19:58:13.595Z[ host-package] Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
37112026-08-24T19:58:13.799Z[ host-package] Compiling sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
37122026-08-24T19:58:13.875Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
37132026-08-24T19:58:14.096Z[ host-package] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
37142026-08-24T19:58:14.211Z[ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
37152026-08-24T19:58:14.815Z[ helios-setup] Aug 24 19:58:14.229 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.59s
37162026-08-24T19:58:14.839Z[ helios-setup] Aug 24 19:58:14.254 INFO building project "image-builder" ok (15 seconds)
37172026-08-24T19:58:14.839Z[ helios-setup] Aug 24 19:58:14.254 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/phbl"
37182026-08-24T19:58:17.982Z[ host-package] Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
37192026-08-24T19:58:18.038Z[ host-package] Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
37202026-08-24T19:58:18.150Z[ host-package] Compiling slog-stdlog v4.1.1
37212026-08-24T19:58:18.590Z[ host-package] Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
37222026-08-24T19:58:18.705Z[ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
37232026-08-24T19:58:18.867Z[ host-package] Compiling sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
37242026-08-24T19:58:19.083Z[ host-package] Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
37252026-08-24T19:58:19.687Z[ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
37262026-08-24T19:58:19.725Z[ host-package] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
37272026-08-24T19:58:20.729Z[ host-package] Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
37282026-08-24T19:58:22.532Z[ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
37292026-08-24T19:58:23.451Z[ host-package] Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
37302026-08-24T19:58:23.679Z[ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
37312026-08-24T19:58:24.285Z[ host-package] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
37322026-08-24T19:58:26.028Z[ host-package] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
37332026-08-24T19:58:27.706Z[ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
37342026-08-24T19:58:28.337Z[ host-package] Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
37352026-08-24T19:58:28.346Z[ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
37362026-08-24T19:58:30.923Z[ host-package] Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
37372026-08-24T19:58:31.156Z[ host-package] Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
37382026-08-24T19:58:32.033Z[ host-package] Compiling fatfs v0.3.6
37392026-08-24T19:58:32.097Z[ host-package] Compiling signal-hook-tokio v0.3.1
37402026-08-24T19:58:32.349Z[ host-package] Compiling yasna v0.5.2
37412026-08-24T19:58:32.542Z[ host-package] Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
37422026-08-24T19:58:32.569Z[ host-package] Compiling seq-macro v0.3.6
37432026-08-24T19:58:33.245Z[ host-package] Compiling assert_matches v1.5.0
37442026-08-24T19:58:33.279Z[ host-package] Compiling rcgen v0.12.1
37452026-08-24T19:58:33.403Z[ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
37462026-08-24T19:58:34.069Z[ host-package] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
37472026-08-24T19:58:34.769Z[ host-package] Compiling slog-envlogger v2.2.0
37482026-08-24T19:58:35.973Z[ host-package] Compiling oxide-update-engine-display v0.1.2
37492026-08-24T19:58:36.007Z[ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
37502026-08-24T19:58:36.686Z[ host-package] Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
37512026-08-24T19:58:36.971Z[ host-package] Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
37522026-08-24T19:58:37.363Z[ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
37532026-08-24T19:58:37.680Z[ host-package] Compiling port-file v0.1.0
37542026-08-24T19:58:38.048Z[ host-package] Compiling subprocess v0.2.15
37552026-08-24T19:58:38.132Z[ host-package] Compiling rtoolbox v0.0.3
37562026-08-24T19:58:38.383Z[ host-package] Compiling rpassword v7.5.4
37572026-08-24T19:58:38.681Z[ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
37582026-08-24T19:58:39.051Z[ helios-setup] Aug 24 19:58:38.465 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')"
37592026-08-24T19:58:39.052Z[ helios-setup] Aug 24 19:58:38.466 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/pinprick"
37602026-08-24T19:58:39.061Z[ helios-setup] Aug 24 19:58:38.475 INFO rust toolchain for "/work/oxidecomputer/helios/projects/pinprick": "1.97.1-x86_64-unknown-illumos (default)"
37612026-08-24T19:58:39.061Z[ helios-setup] Aug 24 19:58:38.475 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick
37622026-08-24T19:58:39.065Z[ helios-setup] Aug 24 19:58:38.475 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick")
37632026-08-24T19:58:39.184Z[ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
37642026-08-24T19:58:39.252Z[ helios-setup] Aug 24 19:58:38.666 INFO E| Downloading crates ...
37652026-08-24T19:58:39.302Z[ helios-setup] Aug 24 19:58:38.716 INFO E| Downloaded adler2 v2.0.0
37662026-08-24T19:58:39.310Z[ helios-setup] Aug 24 19:58:38.724 INFO E| Downloaded miniz_oxide v0.8.8
37672026-08-24T19:58:39.354Z[ helios-setup] Aug 24 19:58:38.768 INFO E| Compiling adler2 v2.0.0
37682026-08-24T19:58:39.451Z[ helios-setup] Aug 24 19:58:38.865 INFO E| Compiling miniz_oxide v0.8.8
37692026-08-24T19:58:40.071Z[ host-package] Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
37702026-08-24T19:58:40.321Z[ host-package] Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
37712026-08-24T19:58:40.527Z[ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
37722026-08-24T19:58:40.692Z[ helios-setup] Aug 24 19:58:40.106 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick)
37732026-08-24T19:58:41.253Z[ helios-setup] Aug 24 19:58:40.667 INFO E| Finished `release` profile [optimized] target(s) in 2.17s
37742026-08-24T19:58:41.265Z[ helios-setup] Aug 24 19:58:40.679 INFO building project "pinprick" ok (2 seconds)
37752026-08-24T19:58:41.265Z[ helios-setup] Aug 24 19:58:40.679 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/dmar-report"
37762026-08-24T19:58:41.277Z[ helios-setup] Aug 24 19:58:40.691 INFO rust toolchain for "/work/oxidecomputer/helios/projects/dmar-report": "1.97.1-x86_64-unknown-illumos (default)"
37772026-08-24T19:58:41.277Z[ helios-setup] Aug 24 19:58:40.691 INFO building project "dmar-report" at /work/oxidecomputer/helios/projects/dmar-report
37782026-08-24T19:58:41.281Z[ helios-setup] Aug 24 19:58:40.691 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/dmar-report")
37792026-08-24T19:58:41.493Z[ helios-setup] Aug 24 19:58:40.907 INFO E| Downloading crates ...
37802026-08-24T19:58:41.537Z[ helios-setup] Aug 24 19:58:40.950 INFO E| Downloaded deranged v0.4.0
37812026-08-24T19:58:41.541Z[ helios-setup] Aug 24 19:58:40.955 INFO E| Downloaded time-core v0.1.4
37822026-08-24T19:58:41.563Z[ helios-setup] Aug 24 19:58:40.977 INFO E| Downloaded errno v0.3.12
37832026-08-24T19:58:41.569Z[ helios-setup] Aug 24 19:58:40.983 INFO E| Downloaded serde_with_macros v3.12.0
37842026-08-24T19:58:41.573Z[ helios-setup] Aug 24 19:58:40.985 INFO E| Downloaded time-macros v0.2.22
37852026-08-24T19:58:41.573Z[ helios-setup] Aug 24 19:58:40.986 INFO E| Downloaded anyhow v1.0.98
37862026-08-24T19:58:41.576Z[ helios-setup] Aug 24 19:58:40.990 INFO E| Downloaded iana-time-zone v0.1.63
37872026-08-24T19:58:41.579Z[ helios-setup] Aug 24 19:58:40.992 INFO E| Downloaded bitflags v2.9.1
37882026-08-24T19:58:41.583Z[ helios-setup] Aug 24 19:58:40.996 INFO E| Downloaded getrandom v0.3.3
37892026-08-24T19:58:41.586Z[ helios-setup] Aug 24 19:58:40.999 INFO E| Downloaded tempfile v3.20.0
37902026-08-24T19:58:41.589Z[ helios-setup] Aug 24 19:58:41.003 INFO E| Downloaded hashbrown v0.15.3
37912026-08-24T19:58:41.592Z[ helios-setup] Aug 24 19:58:41.006 INFO E| Downloaded indexmap v2.9.0
37922026-08-24T19:58:41.596Z[ helios-setup] Aug 24 19:58:41.009 INFO E| Downloaded serde_with v3.12.0
37932026-08-24T19:58:41.607Z[ helios-setup] Aug 24 19:58:41.021 INFO E| Downloaded time v0.3.41
37942026-08-24T19:58:41.632Z[ helios-setup] Aug 24 19:58:41.042 INFO E| Downloaded chrono v0.4.41
37952026-08-24T19:58:41.637Z[ helios-setup] Aug 24 19:58:41.046 INFO E| Downloaded rustix v1.0.7
37962026-08-24T19:58:41.733Z[ helios-setup] Aug 24 19:58:41.147 INFO E| Compiling proc-macro2 v1.0.95
37972026-08-24T19:58:41.733Z[ helios-setup] Aug 24 19:58:41.147 INFO E| Compiling unicode-ident v1.0.18
37982026-08-24T19:58:41.733Z[ helios-setup] Aug 24 19:58:41.147 INFO E| Compiling libc v0.2.172
37992026-08-24T19:58:41.737Z[ helios-setup] Aug 24 19:58:41.147 INFO E| Compiling strsim v0.11.1
38002026-08-24T19:58:41.737Z[ helios-setup] Aug 24 19:58:41.147 INFO E| Compiling ident_case v1.0.1
38012026-08-24T19:58:41.737Z[ helios-setup] Aug 24 19:58:41.147 INFO E| Compiling fnv v1.0.7
38022026-08-24T19:58:41.737Z[ helios-setup] Aug 24 19:58:41.147 INFO E| Compiling serde v1.0.219
38032026-08-24T19:58:41.737Z[ helios-setup] Aug 24 19:58:41.147 INFO E| Compiling getrandom v0.3.3
38042026-08-24T19:58:41.737Z[ helios-setup] Aug 24 19:58:41.147 INFO E| Compiling rustix v1.0.7
38052026-08-24T19:58:41.737Z[ helios-setup] Aug 24 19:58:41.147 INFO E| Compiling serde_json v1.0.140
38062026-08-24T19:58:41.737Z[ helios-setup] Aug 24 19:58:41.147 INFO E| Compiling bitflags v2.9.1
38072026-08-24T19:58:41.746Z[ helios-setup] Aug 24 19:58:41.160 INFO E| Compiling thiserror v2.0.12
38082026-08-24T19:58:41.750Z[ helios-setup] Aug 24 19:58:41.161 INFO E| Compiling cfg-if v1.0.0
38092026-08-24T19:58:41.750Z[ helios-setup] Aug 24 19:58:41.161 INFO E| Compiling anyhow v1.0.98
38102026-08-24T19:58:41.750Z[ helios-setup] Aug 24 19:58:41.161 INFO E| Compiling itoa v1.0.15
38112026-08-24T19:58:41.750Z[ helios-setup] Aug 24 19:58:41.161 INFO E| Compiling ryu v1.0.20
38122026-08-24T19:58:42.104Z[ helios-setup] Aug 24 19:58:41.516 INFO E| Compiling once_cell v1.21.3
38132026-08-24T19:58:42.168Z[ helios-setup] Aug 24 19:58:41.582 INFO E| Compiling memchr v2.7.4
38142026-08-24T19:58:42.217Z[ helios-setup] Aug 24 19:58:41.631 INFO E| Compiling dmar-report v0.1.2 (/work/oxidecomputer/helios/projects/dmar-report)
38152026-08-24T19:58:42.320Z[ helios-setup] Aug 24 19:58:41.719 INFO E| Compiling fastrand v2.3.0
38162026-08-24T19:58:42.985Z[ host-package] Compiling tui-tree-widget v0.23.1
38172026-08-24T19:58:43.195Z[ helios-setup] Aug 24 19:58:42.609 INFO E| Compiling errno v0.3.12
38182026-08-24T19:58:43.499Z[ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
38192026-08-24T19:58:43.515Z[ helios-setup] Aug 24 19:58:42.929 INFO E| Compiling quote v1.0.40
38202026-08-24T19:58:43.719Z[ helios-setup] Aug 24 19:58:43.132 INFO E| Compiling syn v2.0.101
38212026-08-24T19:58:44.217Z[ host-package] Compiling wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
38222026-08-24T19:58:44.263Z[ helios-setup] Aug 24 19:58:43.677 INFO E| Compiling tempfile v3.20.0
38232026-08-24T19:58:44.855Z[ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
38242026-08-24T19:58:46.244Z[ host-package] Compiling wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
38252026-08-24T19:58:46.611Z[ helios-setup] Aug 24 19:58:46.023 INFO E| Compiling darling_core v0.20.11
38262026-08-24T19:58:47.562Z[ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
38272026-08-24T19:58:47.682Z[ host-package] Compiling uzers v0.12.2
38282026-08-24T19:58:47.768Z[ helios-setup] Aug 24 19:58:47.181 INFO E| Compiling serde_derive v1.0.219
38292026-08-24T19:58:47.768Z[ helios-setup] Aug 24 19:58:47.181 INFO E| Compiling thiserror-impl v2.0.12
38302026-08-24T19:58:47.838Z[ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
38312026-08-24T19:58:48.465Z[ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
38322026-08-24T19:58:48.816Z[ helios-setup] Aug 24 19:58:48.229 INFO E| Compiling darling_macro v0.20.11
38332026-08-24T19:58:49.416Z[ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
38342026-08-24T19:58:49.731Z[ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
38352026-08-24T19:58:49.752Z[ helios-setup] Aug 24 19:58:49.165 INFO E| Compiling darling v0.20.11
38362026-08-24T19:58:49.847Z[ helios-setup] Aug 24 19:58:49.260 INFO E| Compiling serde_with_macros v3.12.0
38372026-08-24T19:58:50.668Z[ host-package] Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
38382026-08-24T19:58:50.701Z[ host-package] Compiling support-bundle-viewer v0.1.2
38392026-08-24T19:58:52.741Z[ host-package] Compiling multimap v0.10.1
38402026-08-24T19:58:53.092Z[ helios-setup] Aug 24 19:58:52.501 INFO E| Compiling serde_with v3.12.0
38412026-08-24T19:58:57.802Z[ helios-setup] Aug 24 19:58:57.215 INFO E| Finished `release` profile [optimized] target(s) in 16.51s
38422026-08-24T19:58:57.826Z[ helios-setup] Aug 24 19:58:57.240 INFO building project "dmar-report" ok (16 seconds)
38432026-08-24T19:58:57.830Z[ helios-setup] rm -f helios-build
38442026-08-24T19:58:57.830Z[ helios-setup] ln -s tools/helios-build/target/debug/helios-build
38452026-08-24T19:58:57.833Z[ helios-setup]
38462026-08-24T19:58:57.837Z[ helios-setup] Setup complete! ./helios-build is now available.
38472026-08-24T19:58:57.837Z[ helios-setup]
38482026-08-24T19:58:57.837Z[ helios-setup]
38492026-08-24T19:58:57.837Z[ helios-setup] real 3:03.608252273
38502026-08-24T19:58:57.837Z[ helios-setup] user 7:05.180272389
38512026-08-24T19:58:57.837Z[ helios-setup] sys 1:18.432229592
38522026-08-24T19:58:57.837Z[ helios-setup] trap 0.490679471
38532026-08-24T19:58:57.837Z[ helios-setup] tflt 3.300006582
38542026-08-24T19:58:57.837Z[ helios-setup] dflt 7.620007291
38552026-08-24T19:58:57.837Z[ helios-setup] kflt 0.022742426
38562026-08-24T19:58:57.837Z[ helios-setup] lock 58:03.027386920
38572026-08-24T19:58:57.837Z[ helios-setup] slp 36:25.789954953
38582026-08-24T19:58:57.837Z[ helios-setup] lat 6:47.265532750
38592026-08-24T19:58:57.837Z[ helios-setup] stop 1:34.538378089
38602026-08-24T19:58:57.837ZAug 24 19:58:57.250 INFO [helios-setup] process exited with exit status: 0 (183.611356505s)
38612026-08-24T19:58:57.837ZAug 24 19:58:57.250 INFO [helios-record] running task
38622026-08-24T19:58:57.841ZAug 24 19:58:57.251 DEBG running: git -C /work/oxidecomputer/helios/projects/pinprick rev-parse --verify HEAD^{commit}
38632026-08-24T19:58:57.841ZAug 24 19:58:57.255 DEBG process exited with exit status: 0 (4.256263ms)
38642026-08-24T19:58:57.841ZAug 24 19:58:57.255 DEBG running: git -C /work/oxidecomputer/helios/projects/pilot rev-parse --verify HEAD^{commit}
38652026-08-24T19:58:57.845ZAug 24 19:58:57.260 DEBG process exited with exit status: 0 (4.866894ms)
38662026-08-24T19:58:57.846ZAug 24 19:58:57.260 DEBG running: git -C /work/oxidecomputer/helios/projects/dmar-report rev-parse --verify HEAD^{commit}
38672026-08-24T19:58:57.850ZAug 24 19:58:57.264 DEBG process exited with exit status: 0 (4.040313ms)
38682026-08-24T19:58:57.850ZAug 24 19:58:57.264 DEBG running: git -C /work/oxidecomputer/helios/projects/amd-host-image-builder rev-parse --verify HEAD^{commit}
38692026-08-24T19:58:57.854ZAug 24 19:58:57.268 DEBG process exited with exit status: 0 (3.971783ms)
38702026-08-24T19:58:57.854ZAug 24 19:58:57.268 DEBG running: git -C /work/oxidecomputer/helios/projects/image-builder rev-parse --verify HEAD^{commit}
38712026-08-24T19:58:57.858ZAug 24 19:58:57.272 DEBG process exited with exit status: 0 (3.911123ms)
38722026-08-24T19:58:57.858ZAug 24 19:58:57.272 DEBG running: git -C /work/oxidecomputer/helios/projects/amd-firmware rev-parse --verify HEAD^{commit}
38732026-08-24T19:58:57.861ZAug 24 19:58:57.275 DEBG process exited with exit status: 0 (3.597133ms)
38742026-08-24T19:58:57.862ZAug 24 19:58:57.275 DEBG running: git -C /work/oxidecomputer/helios/projects/phbl rev-parse --verify HEAD^{commit}
38752026-08-24T19:58:57.865ZAug 24 19:58:57.279 DEBG process exited with exit status: 0 (3.939893ms)
38762026-08-24T19:58:57.865ZAug 24 19:58:57.279 DEBG running: git -C /work/oxidecomputer/helios/projects/chelsio-t6-roms rev-parse --verify HEAD^{commit}
38772026-08-24T19:58:57.869ZAug 24 19:58:57.283 DEBG process exited with exit status: 0 (4.006393ms)
38782026-08-24T19:58:57.869ZAug 24 19:58:57.283 DEBG running: git -C /work/oxidecomputer/helios/projects/bootserver rev-parse --verify HEAD^{commit}
38792026-08-24T19:58:57.874ZAug 24 19:58:57.288 DEBG process exited with exit status: 0 (4.457463ms)
38802026-08-24T19:58:57.877ZAug 24 19:58:57.288 INFO [helios-record] task succeeded (37.813688ms)
38812026-08-24T19:58:59.917Z[ host-package] Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
38822026-08-24T19:59:01.244Z[ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
38832026-08-24T19:59:08.581Z[ host-package] Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
38842026-08-24T19:59:09.973Z[ host-package] Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
38852026-08-24T19:59:14.621Z[ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
38862026-08-24T20:06:49.048Z[ host-package] Finished `release` profile [optimized] target(s) in 10m 14s
38872026-08-24T20:06:49.052Z[ host-package] warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
38882026-08-24T20:06:49.052Z[ host-package] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
38892026-08-24T20:07:40.064ZAug 24 20:07:39.474 INFO [host-package] process exited with exit status: 0 (665.313452929s)
38902026-08-24T20:07:40.064ZAug 24 20:07:39.474 INFO [host-libraries] running task
38912026-08-24T20:07:40.064ZAug 24 20:07:39.474 INFO [host-stamp] running task
38922026-08-24T20:07:40.068ZAug 24 20:07:39.476 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+gitdd9b78d9d5b
38932026-08-24T20:07:40.068ZAug 24 20:07:39.477 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+gitdd9b78d9d5b
38942026-08-24T20:07:40.068ZAug 24 20:07:39.477 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+gitdd9b78d9d5b
38952026-08-24T20:07:40.068ZAug 24 20:07:39.477 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+gitdd9b78d9d5b
38962026-08-24T20:07:40.071ZAug 24 20:07:39.478 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+gitdd9b78d9d5b
38972026-08-24T20:07:40.071ZAug 24 20:07:39.478 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+gitdd9b78d9d5b
38982026-08-24T20:07:40.071ZAug 24 20:07:39.478 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+gitdd9b78d9d5b
38992026-08-24T20:07:40.071ZAug 24 20:07:39.479 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+gitdd9b78d9d5b
39002026-08-24T20:07:40.076Z[ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG
39012026-08-24T20:07:40.077Z[stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG
39022026-08-24T20:07:40.077Z[ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG
39032026-08-24T20:07:40.077Z[ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
39042026-08-24T20:07:40.080Z[stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG
39052026-08-24T20:07:40.080Z[stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
39062026-08-24T20:07:40.080Z[stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG
39072026-08-24T20:07:40.080Z[stamp-crucible-utils] Logging to: /work/oxidecomputer/omicron/out/LOG
39082026-08-24T20:07:40.080Z[ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz
39092026-08-24T20:07:40.083ZAug 24 20:07:39.491 INFO [stamp-overlay] process exited with exit status: 0 (12.520799ms)
39102026-08-24T20:07:40.089Z[ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar
39112026-08-24T20:07:40.092ZAug 24 20:07:39.501 INFO [stamp-oxlog] process exited with exit status: 0 (23.675648ms)
39122026-08-24T20:07:40.126Z[stamp-crucible-utils] Created: /work/oxidecomputer/omicron/out/versioned/crucible-utils.tar
39132026-08-24T20:07:40.129ZAug 24 20:07:39.539 INFO [stamp-crucible-utils] process exited with exit status: 0 (61.391376ms)
39142026-08-24T20:07:40.137Z[stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar
39152026-08-24T20:07:40.140ZAug 24 20:07:39.550 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (73.102155ms)
39162026-08-24T20:07:40.281Z[ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar
39172026-08-24T20:07:40.285ZAug 24 20:07:39.694 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (217.119723ms)
39182026-08-24T20:07:40.637Z[stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz
39192026-08-24T20:07:40.640ZAug 24 20:07:40.050 INFO [stamp-propolis-server] process exited with exit status: 0 (572.263811ms)
39202026-08-24T20:07:40.659Z[stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar
39212026-08-24T20:07:40.663ZAug 24 20:07:40.072 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (593.528876ms)
39222026-08-24T20:07:41.803ZAug 24 20:07:41.212 INFO [host-libraries] task succeeded (1.738886469s)
39232026-08-24T20:07:41.806ZAug 24 20:07:41.213 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package
39242026-08-24T20:07:41.810Z[recovery-package] Logging to: /work/artifacts-recovery/LOG
39252026-08-24T20:07:42.776Z[recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
39262026-08-24T20:07:43.618Z[recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
39272026-08-24T20:07:47.233Z[stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz
39282026-08-24T20:07:47.237ZAug 24 20:07:46.646 INFO [stamp-switch-asic] process exited with exit status: 0 (7.169776859s)
39292026-08-24T20:07:47.237ZAug 24 20:07:46.646 INFO [host-stamp] task succeeded (7.172427951s)
39302026-08-24T20:07:47.237ZAug 24 20:07:46.646 INFO [host-proto] running task
39312026-08-24T20:07:47.795ZAug 24 20:07:47.137 INFO [host-proto] task succeeded (491.06925ms)
39322026-08-24T20:07:47.795ZAug 24 20:07:47.137 INFO [host-profile] running task
39332026-08-24T20:07:47.811ZAug 24 20:07:47.137 INFO [host-profile] task succeeded (188.55µs)
39342026-08-24T20:07:47.811ZAug 24 20:07:47.137 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/.tmp0Z1tUc/proto/host/root -N 'ci dd9b78d/${os_short_commit} 2026-08-24 19:55' -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/'
39352026-08-24T20:07:47.811Z[ host-image] Aug 24 20:07:47.144 INFO Checking files for board 'cosmo-mbist'
39362026-08-24T20:07:47.811Z[ host-image] Aug 24 20:07:47.144 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist.toml"
39372026-08-24T20:07:47.811Z[ host-image] Aug 24 20:07:47.144 INFO Checking files for board 'cosmo'
39382026-08-24T20:07:47.811Z[ host-image] Aug 24 20:07:47.144 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5"
39392026-08-24T20:07:47.811Z[ host-image] Aug 24 20:07:47.144 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
39402026-08-24T20:07:47.811Z[ host-image] Aug 24 20:07:47.144 INFO Checking files for board 'gimlet'
39412026-08-24T20:07:47.811Z[ host-image] Aug 24 20:07:47.144 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
39422026-08-24T20:07:47.812Z[ host-image] Aug 24 20:07:47.144 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml"
39432026-08-24T20:07:47.812Z[ host-image] Aug 24 20:07:47.144 INFO Checking files for board 'cosmo-mbist-noaggr'
39442026-08-24T20:07:47.812Z[ host-image] Aug 24 20:07:47.144 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist-noaggr.toml"
39452026-08-24T20:07:47.812Z[ host-image] Aug 24 20:07:47.152 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmp0Z1tUc/proto/host/root"
39462026-08-24T20:07:47.812Z[ host-image] Aug 24 20:07:47.152 INFO using external package repositories: helios={ file:///work/incorporation.p5p https://pkg.oxide.computer/helios/3/dev/ }
39472026-08-24T20:07:47.812Z[ host-image] Aug 24 20:07:47.152 INFO image builder template: ramdisk-01-os...
39482026-08-24T20:07:47.812Z[ host-image] Aug 24 20:07:47.152 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/.tmp0Z1tUc/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@23.0.0.0", "-F", "optever=0.41.506", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
39492026-08-24T20:07:47.812Z[ host-image] Aug 24 20:07:47.166 INFO O| Aug 24 20:07:47.166 INFO CREATE DATASET: rpool/images/build/host/output
39502026-08-24T20:07:49.174Z[ host-image] Aug 24 20:07:48.583 INFO O| Aug 24 20:07:48.583 INFO temporary dataset: rpool/images/build/host/tmp/sled/ramdisk-01-os
39512026-08-24T20:07:49.178Z[ host-image] Aug 24 20:07:48.586 INFO O| Aug 24 20:07:48.586 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/ramdisk-01-os
39522026-08-24T20:07:49.398Z[ host-image] Aug 24 20:07:48.808 INFO O| Aug 24 20:07:48.807 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/ramdisk-01-os: sync = disabled
39532026-08-24T20:07:49.462Z[ host-image] Aug 24 20:07:48.872 INFO O| Aug 24 20:07:48.871 INFO temporary directory: /rpool/images/build/host/tmp/sled/ramdisk-01-os
39542026-08-24T20:07:49.462Z[ host-image] Aug 24 20:07:48.872 INFO O| Aug 24 20:07:48.872 INFO work dataset: rpool/images/build/host/work/sled/ramdisk
39552026-08-24T20:07:49.462Z[ host-image] Aug 24 20:07:48.872 INFO O| Aug 24 20:07:48.872 INFO resetting by removing work dataset: rpool/images/build/host/work/sled/ramdisk
39562026-08-24T20:07:49.462Z[ host-image] Aug 24 20:07:48.872 INFO O| Aug 24 20:07:48.872 INFO DESTROY DATASET: rpool/images/build/host/work/sled/ramdisk
39572026-08-24T20:07:49.467Z[ host-image] Aug 24 20:07:48.877 INFO O| Aug 24 20:07:48.877 INFO CREATE DATASET: rpool/images/build/host/work/sled/ramdisk
39582026-08-24T20:07:49.693Z[ host-image] Aug 24 20:07:49.103 INFO O| Aug 24 20:07:49.102 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39592026-08-24T20:07:49.699Z[ host-image] Aug 24 20:07:49.109 INFO O| Aug 24 20:07:49.109 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/sled/ramdisk"]
39602026-08-24T20:07:49.971Z[ host-image] Aug 24 20:07:49.380 INFO O| Aug 24 20:07:49.380 INFO O| Caching catalogs ... Done
39612026-08-24T20:07:50.038Z[ host-image] Aug 24 20:07:49.448 INFO O| Aug 24 20:07:49.447 INFO STEP 0 (pkg_image_create) COMPLETE
39622026-08-24T20:07:50.038Z[ host-image] Aug 24 20:07:49.448 INFO O| Aug 24 20:07:49.448 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39632026-08-24T20:07:50.045Z[ host-image] Aug 24 20:07:49.454 INFO O| Aug 24 20:07:49.454 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"]
39642026-08-24T20:07:50.306Z[ host-image] Aug 24 20:07:49.715 INFO O| Aug 24 20:07:49.715 INFO STEP 1 (pkg_set_publisher) COMPLETE
39652026-08-24T20:07:50.306Z[ host-image] Aug 24 20:07:49.715 INFO O| Aug 24 20:07:49.715 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39662026-08-24T20:07:50.310Z[ host-image] Aug 24 20:07:49.715 INFO O| Aug 24 20:07:49.715 INFO skip step because feature "publisher_1_name" is not enabled
39672026-08-24T20:07:50.310Z[ host-image] Aug 24 20:07:49.715 INFO O| Aug 24 20:07:49.715 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39682026-08-24T20:07:50.310Z[ host-image] Aug 24 20:07:49.715 INFO O| Aug 24 20:07:49.715 INFO skip step because feature "publisher_2_name" is not enabled
39692026-08-24T20:07:50.310Z[ host-image] Aug 24 20:07:49.715 INFO O| Aug 24 20:07:49.715 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39702026-08-24T20:07:50.310Z[ host-image] Aug 24 20:07:49.715 INFO O| Aug 24 20:07:49.715 INFO skip step because feature "publisher_3_name" is not enabled
39712026-08-24T20:07:50.310Z[ host-image] Aug 24 20:07:49.715 INFO O| Aug 24 20:07:49.715 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39722026-08-24T20:07:50.548Z[ host-image] Aug 24 20:07:49.957 INFO O| Aug 24 20:07:49.957 INFO variant opensolaris.zone is already global
39732026-08-24T20:07:50.548Z[ host-image] Aug 24 20:07:49.957 INFO O| Aug 24 20:07:49.957 INFO STEP 5 (pkg_change_variant) COMPLETE
39742026-08-24T20:07:50.551Z[ host-image] Aug 24 20:07:49.957 INFO O| Aug 24 20:07:49.957 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39752026-08-24T20:07:50.787Z[ host-image] Aug 24 20:07:50.196 INFO O| Aug 24 20:07:50.196 INFO variant opensolaris.imagetype is full; changing to partial
39762026-08-24T20:07:50.787Z[ host-image] Aug 24 20:07:50.196 INFO O| Aug 24 20:07:50.196 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
39772026-08-24T20:07:52.544Z[ host-image] Aug 24 20:07:51.954 INFO O| Aug 24 20:07:51.954 INFO O| Startup: Refreshing catalog 'helios' ... Done
39782026-08-24T20:07:52.948Z[ host-image] Aug 24 20:07:52.358 INFO O| Aug 24 20:07:52.358 INFO O| Startup: Caching catalogs ... Done
39792026-08-24T20:07:52.961Z[ host-image] Aug 24 20:07:52.371 INFO O| Aug 24 20:07:52.371 INFO O| Planning: Planning completed in 0.00 seconds
39802026-08-24T20:07:52.964Z[ host-image] Aug 24 20:07:52.371 INFO O| Aug 24 20:07:52.371 INFO O| Planning: Consolidating action changes ... Done
39812026-08-24T20:07:52.965Z[ host-image] Aug 24 20:07:52.371 INFO O| Aug 24 20:07:52.371 INFO O| Planning: Evaluating mediators ... Done
39822026-08-24T20:07:52.965Z[ host-image] Aug 24 20:07:52.371 INFO O| Aug 24 20:07:52.371 INFO O| Planning: Planning completed in 0.00 seconds
39832026-08-24T20:07:52.965Z[ host-image] Aug 24 20:07:52.372 INFO O| Aug 24 20:07:52.372 INFO O| Variants/Facets to change: 1
39842026-08-24T20:07:52.970Z[ host-image] Aug 24 20:07:52.380 INFO O| Aug 24 20:07:52.380 INFO O| Finalize: Updating package state database ... Done
39852026-08-24T20:07:52.970Z[ host-image] Aug 24 20:07:52.380 INFO O| Aug 24 20:07:52.380 INFO O| Finalize: Updating package cache ... Done
39862026-08-24T20:07:53.038Z[ host-image] Aug 24 20:07:52.447 INFO O| Aug 24 20:07:52.447 INFO O| Finalize: Updating image state ... Done
39872026-08-24T20:07:53.047Z[ host-image] Aug 24 20:07:52.456 INFO O| Aug 24 20:07:52.456 INFO O| Finalize: Creating fast lookup database ... Done
39882026-08-24T20:07:53.053Z[ host-image] Aug 24 20:07:52.457 INFO O| Aug 24 20:07:52.457 INFO O| Finalize: Reading search index ... Done
39892026-08-24T20:07:53.053Z[ host-image] Aug 24 20:07:52.457 INFO O| Aug 24 20:07:52.457 INFO O| Finalize: Updating search index ... Done
39902026-08-24T20:07:53.053Z[ host-image] Aug 24 20:07:52.458 INFO O| Aug 24 20:07:52.458 INFO O| Finalize: Updating package cache ... Done
39912026-08-24T20:07:53.222Z[ host-image] Aug 24 20:07:52.632 INFO O| Aug 24 20:07:52.632 INFO STEP 6 (pkg_change_variant) COMPLETE
39922026-08-24T20:07:53.222Z[ host-image] Aug 24 20:07:52.632 INFO O| Aug 24 20:07:52.632 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39932026-08-24T20:07:53.226Z[ host-image] Aug 24 20:07:52.632 INFO O| Aug 24 20:07:52.632 INFO skip step because feature "debug_variant" is not enabled
39942026-08-24T20:07:53.226Z[ host-image] Aug 24 20:07:52.632 INFO O| Aug 24 20:07:52.632 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39952026-08-24T20:07:53.460Z[ host-image] Aug 24 20:07:52.869 INFO O| Aug 24 20:07:52.869 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "change-facet", "openssl.10=false"]
39962026-08-24T20:07:54.883Z[recovery-package] Finished `release` profile [optimized] target(s) in 12.95s
39972026-08-24T20:07:55.005Z[ host-image] Aug 24 20:07:54.414 INFO O| Aug 24 20:07:54.414 INFO O| Startup: Refreshing catalog 'helios' ... Done
39982026-08-24T20:07:55.413Z[ host-image] Aug 24 20:07:54.822 INFO O| Aug 24 20:07:54.822 INFO O| Startup: Caching catalogs ... Done
39992026-08-24T20:07:55.427Z[ host-image] Aug 24 20:07:54.837 INFO O| Aug 24 20:07:54.836 INFO O| Planning: Planning completed in 0.00 seconds
40002026-08-24T20:07:55.431Z[ host-image] Aug 24 20:07:54.837 INFO O| Aug 24 20:07:54.837 INFO O| Planning: Consolidating action changes ... Done
40012026-08-24T20:07:55.431Z[ host-image] Aug 24 20:07:54.837 INFO O| Aug 24 20:07:54.837 INFO O| Planning: Evaluating mediators ... Done
40022026-08-24T20:07:55.431Z[ host-image] Aug 24 20:07:54.837 INFO O| Aug 24 20:07:54.837 INFO O| Planning: Planning completed in 0.00 seconds
40032026-08-24T20:07:55.431Z[ host-image] Aug 24 20:07:54.837 INFO O| Aug 24 20:07:54.837 INFO O| Variants/Facets to change: 1
40042026-08-24T20:07:55.436Z[ host-image] Aug 24 20:07:54.846 INFO O| Aug 24 20:07:54.846 INFO O| Finalize: Updating package state database ... Done
40052026-08-24T20:07:55.436Z[ host-image] Aug 24 20:07:54.846 INFO O| Aug 24 20:07:54.846 INFO O| Finalize: Updating package cache ... Done
40062026-08-24T20:07:55.514Z[ host-image] Aug 24 20:07:54.915 INFO O| Aug 24 20:07:54.914 INFO O| Finalize: Updating image state ... Done
40072026-08-24T20:07:55.519Z[ host-image] Aug 24 20:07:54.924 INFO O| Aug 24 20:07:54.924 INFO O| Finalize: Creating fast lookup database ... Done
40082026-08-24T20:07:55.519Z[ host-image] Aug 24 20:07:54.924 INFO O| Aug 24 20:07:54.924 INFO O| Finalize: Reading search index ... Done
40092026-08-24T20:07:55.519Z[ host-image] Aug 24 20:07:54.924 INFO O| Aug 24 20:07:54.924 INFO O| Finalize: Updating search index ... Done
40102026-08-24T20:07:55.519Z[ host-image] Aug 24 20:07:54.925 INFO O| Aug 24 20:07:54.925 INFO O| Finalize: Updating package cache ... Done
40112026-08-24T20:07:55.697Z[ host-image] Aug 24 20:07:55.107 INFO O| Aug 24 20:07:55.107 INFO STEP 8 (pkg_change_facet) COMPLETE
40122026-08-24T20:07:55.697Z[ host-image] Aug 24 20:07:55.107 INFO O| Aug 24 20:07:55.107 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40132026-08-24T20:07:55.697Z[ host-image] Aug 24 20:07:55.107 INFO O| Aug 24 20:07:55.107 INFO skip step because feature "recovery" is not enabled
40142026-08-24T20:07:55.702Z[ host-image] Aug 24 20:07:55.107 INFO O| Aug 24 20:07:55.107 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40152026-08-24T20:07:55.702Z[ host-image] Aug 24 20:07:55.107 INFO O| Aug 24 20:07:55.107 INFO skip step because feature "recovery" is not enabled
40162026-08-24T20:07:55.702Z[ host-image] Aug 24 20:07:55.107 INFO O| Aug 24 20:07:55.107 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40172026-08-24T20:07:55.706Z[ host-image] Aug 24 20:07:55.115 INFO O| Aug 24 20:07:55.114 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"]
40182026-08-24T20:07:57.269Z[ host-image] Aug 24 20:07:56.678 INFO O| Aug 24 20:07:56.678 INFO O| Startup: Refreshing catalog 'helios' ... Done
40192026-08-24T20:07:57.668Z[ host-image] Aug 24 20:07:57.077 INFO O| Aug 24 20:07:57.077 INFO O| Startup: Caching catalogs ... Done
40202026-08-24T20:07:59.634Z[ host-image] Aug 24 20:07:59.043 INFO O| Aug 24 20:07:59.043 INFO O| Planning: Solver setup ... Done
40212026-08-24T20:07:59.842Z[ host-image] Aug 24 20:07:59.250 INFO O| Aug 24 20:07:59.249 INFO O| Planning: Running solver ... Done
40222026-08-24T20:07:59.885Z[ host-image] Aug 24 20:07:59.294 INFO O| Aug 24 20:07:59.294 INFO O| Planning: Finding local manifests ... Done
40232026-08-24T20:07:59.905Z[ host-image] Aug 24 20:07:59.315 INFO O| Aug 24 20:07:59.315 INFO O| Planning: Fetching manifests: 0/130 0% complete
40242026-08-24T20:08:00.704ZAug 24 20:08:00.097 INFO [recovery-package] process exited with exit status: 0 (18.884732081s)
40252026-08-24T20:08:00.704ZAug 24 20:08:00.097 INFO [recovery-libraries] running task
40262026-08-24T20:08:00.704ZAug 24 20:08:00.097 INFO [recovery-stamp] running task
40272026-08-24T20:08:00.710ZAug 24 20:08:00.098 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+gitdd9b78d9d5b
40282026-08-24T20:08:00.710ZAug 24 20:08:00.098 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 23.0.0-0.ci+gitdd9b78d9d5b
40292026-08-24T20:08:00.710Z[stamp-installinator] Logging to: /work/artifacts-recovery/LOG
40302026-08-24T20:08:00.710Z[ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG
40312026-08-24T20:08:00.761ZAug 24 20:08:00.150 INFO [recovery-libraries] task succeeded (52.710339ms)
40322026-08-24T20:08:00.770ZAug 24 20:08:00.150 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/cargo xtask verify-libraries
40332026-08-24T20:08:00.777Z[stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar
40342026-08-24T20:08:00.781ZAug 24 20:08:00.190 INFO [stamp-installinator] process exited with exit status: 0 (91.453449ms)
40352026-08-24T20:08:00.858Z[ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar
40362026-08-24T20:08:00.862ZAug 24 20:08:00.252 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (154.503036ms)
40372026-08-24T20:08:00.863ZAug 24 20:08:00.252 INFO [recovery-stamp] task succeeded (154.965936ms)
40382026-08-24T20:08:00.863ZAug 24 20:08:00.252 INFO [recovery-proto] running task
40392026-08-24T20:08:00.863ZAug 24 20:08:00.252 INFO [tuf-stamp] running task
40402026-08-24T20:08:00.863ZAug 24 20:08:00.253 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+gitdd9b78d9d5b
40412026-08-24T20:08:00.863ZAug 24 20:08:00.253 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+gitdd9b78d9d5b
40422026-08-24T20:08:00.863ZAug 24 20:08:00.254 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+gitdd9b78d9d5b
40432026-08-24T20:08:00.863ZAug 24 20:08:00.254 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+gitdd9b78d9d5b
40442026-08-24T20:08:00.863ZAug 24 20:08:00.255 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+gitdd9b78d9d5b
40452026-08-24T20:08:00.863ZAug 24 20:08:00.255 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+gitdd9b78d9d5b
40462026-08-24T20:08:00.863ZAug 24 20:08:00.255 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+gitdd9b78d9d5b
40472026-08-24T20:08:00.863ZAug 24 20:08:00.256 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+gitdd9b78d9d5b
40482026-08-24T20:08:00.863ZAug 24 20:08:00.256 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+gitdd9b78d9d5b
40492026-08-24T20:08:00.863ZAug 24 20:08:00.257 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+gitdd9b78d9d5b
40502026-08-24T20:08:00.863ZAug 24 20:08:00.257 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+gitdd9b78d9d5b
40512026-08-24T20:08:00.863ZAug 24 20:08:00.257 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+gitdd9b78d9d5b
40522026-08-24T20:08:00.863Z[stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG
40532026-08-24T20:08:00.863Z[ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG
40542026-08-24T20:08:00.863Z[stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG
40552026-08-24T20:08:00.863Z[ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG
40562026-08-24T20:08:00.863Z[ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG
40572026-08-24T20:08:00.863Z[stamp-clickhouse_server] Logging to: /work/oxidecomputer/omicron/out/LOG
40582026-08-24T20:08:00.863Z[ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG
40592026-08-24T20:08:00.863Z[stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG
40602026-08-24T20:08:00.863Z[stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
40612026-08-24T20:08:00.863Z[stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
40622026-08-24T20:08:00.864Z[stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
40632026-08-24T20:08:00.864Z[stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
40642026-08-24T20:08:00.900Z[ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz
40652026-08-24T20:08:00.904ZAug 24 20:08:00.313 INFO [stamp-probe] process exited with exit status: 0 (57.456483ms)
40662026-08-24T20:08:00.965ZAug 24 20:08:00.375 INFO [recovery-proto] task succeeded (122.125213ms)
40672026-08-24T20:08:00.971ZAug 24 20:08:00.375 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/.tmp0Z1tUc/proto/recovery/root -N 'recovery dd9b78d/${os_short_commit} 2026-08-24 19:55' -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/'
40682026-08-24T20:08:00.975Z[ recovery-image] Aug 24 20:08:00.381 INFO Checking files for board 'cosmo-mbist'
40692026-08-24T20:08:00.975Z[ recovery-image] Aug 24 20:08:00.381 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist.toml"
40702026-08-24T20:08:00.975Z[ recovery-image] Aug 24 20:08:00.381 INFO Checking files for board 'gimlet'
40712026-08-24T20:08:00.975Z[ recovery-image] Aug 24 20:08:00.381 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
40722026-08-24T20:08:00.975Z[ recovery-image] Aug 24 20:08:00.381 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml"
40732026-08-24T20:08:00.975Z[ recovery-image] Aug 24 20:08:00.381 INFO Checking files for board 'cosmo'
40742026-08-24T20:08:00.975Z[ recovery-image] Aug 24 20:08:00.381 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5"
40752026-08-24T20:08:00.976Z[ recovery-image] Aug 24 20:08:00.381 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
40762026-08-24T20:08:00.976Z[ recovery-image] Aug 24 20:08:00.381 INFO Checking files for board 'cosmo-mbist-noaggr'
40772026-08-24T20:08:00.976Z[ recovery-image] Aug 24 20:08:00.381 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist-noaggr.toml"
40782026-08-24T20:08:00.981Z[ recovery-image] Aug 24 20:08:00.391 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmp0Z1tUc/proto/recovery/root"
40792026-08-24T20:08:00.985Z[ recovery-image] Aug 24 20:08:00.391 INFO using external package repositories: helios={ file:///work/incorporation.p5p https://pkg.oxide.computer/helios/3/dev/ }
40802026-08-24T20:08:00.985Z[ recovery-image] Aug 24 20:08:00.391 INFO image builder template: ramdisk-01-os...
40812026-08-24T20:08:00.985Z[ recovery-image] Aug 24 20:08:00.391 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/.tmp0Z1tUc/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
40822026-08-24T20:08:00.998Z[ recovery-image] Aug 24 20:08:00.407 INFO O| Aug 24 20:08:00.407 INFO CREATE DATASET: rpool/images/build/recovery/output
40832026-08-24T20:08:01.272Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
40842026-08-24T20:08:01.276Z[ recovery-image] Aug 24 20:08:00.683 INFO O| Aug 24 20:08:00.683 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
40852026-08-24T20:08:01.279Z[ recovery-image] Aug 24 20:08:00.686 INFO O| Aug 24 20:08:00.686 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
40862026-08-24T20:08:01.302Z[verify-libraries] Running `target/debug/xtask verify-libraries`
40872026-08-24T20:08:01.399Z[ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz
40882026-08-24T20:08:01.405ZAug 24 20:08:00.812 INFO [stamp-ntp] process exited with exit status: 0 (558.911611ms)
40892026-08-24T20:08:01.508Z[stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz
40902026-08-24T20:08:01.512ZAug 24 20:08:00.921 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (665.252921ms)
40912026-08-24T20:08:01.626Z[stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz
40922026-08-24T20:08:01.630ZAug 24 20:08:01.037 INFO [stamp-external-dns] process exited with exit status: 0 (779.696667ms)
40932026-08-24T20:08:01.634Z[stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz
40942026-08-24T20:08:01.638ZAug 24 20:08:01.047 INFO [stamp-internal-dns] process exited with exit status: 0 (790.828126ms)
40952026-08-24T20:08:01.743Z[stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz
40962026-08-24T20:08:01.751ZAug 24 20:08:01.156 INFO [stamp-crucible-zone] process exited with exit status: 0 (899.143537ms)
40972026-08-24T20:08:01.785Z[ host-image] Aug 24 20:08:01.194 INFO O| Aug 24 20:08:01.194 INFO O| Planning: Fetching manifests: 130/130 100% complete
40982026-08-24T20:08:01.884Z[ recovery-image] Aug 24 20:08:01.294 INFO O| Aug 24 20:08:01.293 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-01-os: sync = disabled
40992026-08-24T20:08:01.969Z[ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz
41002026-08-24T20:08:01.973ZAug 24 20:08:01.382 INFO [stamp-oximeter] process exited with exit status: 0 (1.127144009s)
41012026-08-24T20:08:01.985Z[ recovery-image] Aug 24 20:08:01.394 INFO O| Aug 24 20:08:01.394 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-01-os
41022026-08-24T20:08:01.985Z[ recovery-image] Aug 24 20:08:01.394 INFO O| Aug 24 20:08:01.394 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
41032026-08-24T20:08:01.988Z[ recovery-image] Aug 24 20:08:01.395 INFO O| Aug 24 20:08:01.395 INFO resetting by removing work dataset: rpool/images/build/recovery/work/sled/ramdisk
41042026-08-24T20:08:01.988Z[ recovery-image] Aug 24 20:08:01.395 INFO O| Aug 24 20:08:01.395 INFO DESTROY DATASET: rpool/images/build/recovery/work/sled/ramdisk
41052026-08-24T20:08:01.992Z[ recovery-image] Aug 24 20:08:01.400 INFO O| Aug 24 20:08:01.400 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
41062026-08-24T20:08:02.167Z[ recovery-image] Aug 24 20:08:01.576 INFO O| Aug 24 20:08:01.576 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41072026-08-24T20:08:02.175Z[ recovery-image] Aug 24 20:08:01.584 INFO O| Aug 24 20:08:01.584 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/sled/ramdisk"]
41082026-08-24T20:08:02.291Z[ host-image] Aug 24 20:08:01.700 INFO O| Aug 24 20:08:01.700 INFO O| Planning: Package planning ... Done
41092026-08-24T20:08:02.435Z[ recovery-image] Aug 24 20:08:01.844 INFO O| Aug 24 20:08:01.844 INFO O| Caching catalogs ... Done
41102026-08-24T20:08:02.500Z[ recovery-image] Aug 24 20:08:01.910 INFO O| Aug 24 20:08:01.909 INFO STEP 0 (pkg_image_create) COMPLETE
41112026-08-24T20:08:02.500Z[ recovery-image] Aug 24 20:08:01.910 INFO O| Aug 24 20:08:01.909 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41122026-08-24T20:08:02.508Z[ recovery-image] Aug 24 20:08:01.917 INFO O| Aug 24 20:08:01.917 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"]
41132026-08-24T20:08:02.607Z[ host-image] Aug 24 20:08:02.016 INFO O| Aug 24 20:08:02.016 INFO O| Planning: Merging actions ... Done
41142026-08-24T20:08:02.713Z[ host-image] Aug 24 20:08:02.122 INFO O| Aug 24 20:08:02.122 INFO O| Planning: Checking for conflicting actions ... Done
41152026-08-24T20:08:02.775Z[ recovery-image] Aug 24 20:08:02.184 INFO O| Aug 24 20:08:02.184 INFO STEP 1 (pkg_set_publisher) COMPLETE
41162026-08-24T20:08:02.775Z[ recovery-image] Aug 24 20:08:02.184 INFO O| Aug 24 20:08:02.184 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41172026-08-24T20:08:02.780Z[ recovery-image] Aug 24 20:08:02.184 INFO O| Aug 24 20:08:02.184 INFO skip step because feature "publisher_1_name" is not enabled
41182026-08-24T20:08:02.780Z[ recovery-image] Aug 24 20:08:02.184 INFO O| Aug 24 20:08:02.184 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41192026-08-24T20:08:02.780Z[ recovery-image] Aug 24 20:08:02.184 INFO O| Aug 24 20:08:02.184 INFO skip step because feature "publisher_2_name" is not enabled
41202026-08-24T20:08:02.780Z[ recovery-image] Aug 24 20:08:02.184 INFO O| Aug 24 20:08:02.184 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41212026-08-24T20:08:02.780Z[ recovery-image] Aug 24 20:08:02.184 INFO O| Aug 24 20:08:02.184 INFO skip step because feature "publisher_3_name" is not enabled
41222026-08-24T20:08:02.780Z[ recovery-image] Aug 24 20:08:02.184 INFO O| Aug 24 20:08:02.184 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41232026-08-24T20:08:02.816Z[ host-image] Aug 24 20:08:02.226 INFO O| Aug 24 20:08:02.226 INFO O| Planning: Consolidating action changes ... Done
41242026-08-24T20:08:02.986Z[ host-image] Aug 24 20:08:02.395 INFO O| Aug 24 20:08:02.395 INFO O| Planning: Evaluating mediators ... Done
41252026-08-24T20:08:03.042Z[ recovery-image] Aug 24 20:08:02.451 INFO O| Aug 24 20:08:02.451 INFO variant opensolaris.zone is already global
41262026-08-24T20:08:03.042Z[ recovery-image] Aug 24 20:08:02.451 INFO O| Aug 24 20:08:02.451 INFO STEP 5 (pkg_change_variant) COMPLETE
41272026-08-24T20:08:03.046Z[ recovery-image] Aug 24 20:08:02.451 INFO O| Aug 24 20:08:02.451 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41282026-08-24T20:08:03.330Z[ recovery-image] Aug 24 20:08:02.740 INFO O| Aug 24 20:08:02.740 INFO variant opensolaris.imagetype is full; changing to partial
41292026-08-24T20:08:03.331Z[ recovery-image] Aug 24 20:08:02.740 INFO O| Aug 24 20:08:02.740 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
41302026-08-24T20:08:03.519Z[stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz
41312026-08-24T20:08:03.522ZAug 24 20:08:02.932 INFO [stamp-cockroachdb] process exited with exit status: 0 (2.678582447s)
41322026-08-24T20:08:04.417Z[ host-image] Aug 24 20:08:03.825 INFO O| Aug 24 20:08:03.825 INFO O| Planning: Planning completed in 6.73 seconds
41332026-08-24T20:08:04.421Z[ host-image] Aug 24 20:08:03.827 INFO O| Aug 24 20:08:03.827 INFO O| Packages to install: 130
41342026-08-24T20:08:04.421Z[ host-image] Aug 24 20:08:03.827 INFO O| Aug 24 20:08:03.827 INFO O| Mediators to change: 5
41352026-08-24T20:08:04.421Z[ host-image] Aug 24 20:08:03.827 INFO O| Aug 24 20:08:03.827 INFO O| Services to change: 6
41362026-08-24T20:08:04.444Z[ host-image] Aug 24 20:08:03.854 INFO O| Aug 24 20:08:03.854 INFO O| Download: 0/23888 items 0.0/222.8MB 0% complete
41372026-08-24T20:08:05.613Z[verify-libraries] Compiling match_cfg v0.1.0
41382026-08-24T20:08:05.613Z[verify-libraries] Compiling slog-json v2.6.1
41392026-08-24T20:08:05.613Z[verify-libraries] Compiling debug-ignore v1.0.5
41402026-08-24T20:08:05.617Z[verify-libraries] Compiling progenitor-client v0.14.0
41412026-08-24T20:08:05.617Z[verify-libraries] Compiling newtype-uuid-macros v0.1.0
41422026-08-24T20:08:05.617Z[verify-libraries] Compiling sha1 v0.11.0
41432026-08-24T20:08:05.617Z[verify-libraries] Compiling serde_path_to_error v0.1.20
41442026-08-24T20:08:05.617Z[verify-libraries] Compiling multer v3.1.0
41452026-08-24T20:08:05.617Z[verify-libraries] Compiling compression-core v0.4.31
41462026-08-24T20:08:05.654Z[stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz
41472026-08-24T20:08:05.658ZAug 24 20:08:05.067 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (4.813210885s)
41482026-08-24T20:08:05.818Z[stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz
41492026-08-24T20:08:05.821ZAug 24 20:08:05.231 INFO [stamp-clickhouse] process exited with exit status: 0 (4.974160716s)
41502026-08-24T20:08:05.825Z[verify-libraries] Compiling async-stream-impl v0.3.6
41512026-08-24T20:08:05.825Z[verify-libraries] Compiling toml_datetime v1.1.1+spec-1.1.0
41522026-08-24T20:08:05.825Z[verify-libraries] Compiling serde_spanned v1.1.1
41532026-08-24T20:08:05.886Z[stamp-clickhouse_server] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_server.tar.gz
41542026-08-24T20:08:05.890ZAug 24 20:08:05.299 INFO [stamp-clickhouse_server] process exited with exit status: 0 (5.043517918s)
41552026-08-24T20:08:06.053Z[verify-libraries] Compiling dropshot v0.17.1
41562026-08-24T20:08:06.053Z[verify-libraries] Compiling toml_writer v1.1.1+spec-1.1.0
41572026-08-24T20:08:06.096Z[verify-libraries] Compiling hostname v0.3.1
41582026-08-24T20:08:06.096Z[verify-libraries] Compiling compression-codecs v0.4.37
41592026-08-24T20:08:06.096Z[verify-libraries] Compiling waitgroup v0.1.2
41602026-08-24T20:08:06.162Z[verify-libraries] Compiling rustls-pemfile v2.2.0
41612026-08-24T20:08:06.162Z[verify-libraries] Compiling dropshot_endpoint v0.17.1
41622026-08-24T20:08:06.162Z[verify-libraries] Compiling hostname v0.4.2
41632026-08-24T20:08:06.207Z[verify-libraries] Compiling atomicwrites v0.4.4
41642026-08-24T20:08:06.285Z[verify-libraries] Compiling slog-bunyan v2.5.0
41652026-08-24T20:08:06.309Z[verify-libraries] Compiling toml v1.1.2+spec-1.1.0
41662026-08-24T20:08:06.333Z[verify-libraries] Compiling async-compression v0.4.41
41672026-08-24T20:08:06.333Z[verify-libraries] Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
41682026-08-24T20:08:06.336Z[verify-libraries] Compiling macaddr v1.0.1
41692026-08-24T20:08:06.418Z[verify-libraries] Compiling regress v0.10.5
41702026-08-24T20:08:06.463Z[verify-libraries] Compiling instant v0.1.13
41712026-08-24T20:08:06.463Z[verify-libraries] Compiling parse-display-derive v0.10.0
41722026-08-24T20:08:06.467Z[verify-libraries] Compiling itertools v0.14.0
41732026-08-24T20:08:06.467Z[verify-libraries] Compiling backon v1.6.0
41742026-08-24T20:08:06.467Z[verify-libraries] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
41752026-08-24T20:08:06.467Z[verify-libraries] Compiling humantime v2.3.0
41762026-08-24T20:08:06.496Z[ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz
41772026-08-24T20:08:06.500ZAug 24 20:08:05.905 INFO [stamp-nexus] process exited with exit status: 0 (5.650259405s)
41782026-08-24T20:08:06.500ZAug 24 20:08:05.905 INFO [tuf-stamp] task succeeded (5.652166997s)
41792026-08-24T20:08:06.500ZAug 24 20:08:05.905 INFO [tuf-v2-zones] running task
41802026-08-24T20:08:06.600Z[verify-libraries] Compiling async-stream v0.3.6
41812026-08-24T20:08:06.604Z[verify-libraries] Compiling backoff v0.4.0
41822026-08-24T20:08:06.604Z[verify-libraries] Compiling convert_case v0.4.0
41832026-08-24T20:08:06.625ZAug 24 20:08:06.034 INFO [tuf-v2-zones] task succeeded (129.678938ms)
41842026-08-24T20:08:06.661Z[ recovery-image] Aug 24 20:08:06.070 INFO O| Aug 24 20:08:06.070 INFO O| Startup: Refreshing catalog 'helios' ... Done
41852026-08-24T20:08:06.673Z[verify-libraries] Compiling half v2.7.1
41862026-08-24T20:08:06.755Z[verify-libraries] Compiling progenitor-extras v0.2.0
41872026-08-24T20:08:06.785Z[verify-libraries] Compiling ciborium-io v0.2.2
41882026-08-24T20:08:06.815Z[verify-libraries] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
41892026-08-24T20:08:06.843Z[verify-libraries] Compiling crucible-workspace-hack v0.1.0
41902026-08-24T20:08:06.867Z[verify-libraries] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
41912026-08-24T20:08:06.868Z[verify-libraries] Compiling indent_write v2.2.0
41922026-08-24T20:08:06.923Z[verify-libraries] Compiling regress v0.11.1
41932026-08-24T20:08:06.962Z[verify-libraries] Compiling secrecy v0.10.3
41942026-08-24T20:08:07.054Z[verify-libraries] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
41952026-08-24T20:08:07.076Z[verify-libraries] Compiling ciborium-ll v0.2.2
41962026-08-24T20:08:07.080Z[verify-libraries] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
41972026-08-24T20:08:07.166Z[verify-libraries] Compiling derive_more v0.99.20
41982026-08-24T20:08:07.170Z[verify-libraries] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
41992026-08-24T20:08:07.235Z[verify-libraries] Compiling inout v0.1.4
42002026-08-24T20:08:07.255Z[verify-libraries] Compiling unsafe-libyaml v0.2.11
42012026-08-24T20:08:07.258Z[verify-libraries] Compiling universal-hash v0.5.1
42022026-08-24T20:08:07.335Z[verify-libraries] Compiling ciborium v0.2.2
42032026-08-24T20:08:07.383Z[verify-libraries] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
42042026-08-24T20:08:07.466Z[verify-libraries] Compiling cipher v0.4.4
42052026-08-24T20:08:07.492Z[verify-libraries] Compiling thiserror-impl-no-std v2.0.2
42062026-08-24T20:08:07.518Z[verify-libraries] Compiling opaque-debug v0.3.1
42072026-08-24T20:08:07.614Z[verify-libraries] Compiling poly1305 v0.8.0
42082026-08-24T20:08:07.654Z[verify-libraries] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
42092026-08-24T20:08:07.700Z[verify-libraries] Compiling blake2 v0.10.6
42102026-08-24T20:08:07.727Z[verify-libraries] Compiling aead v0.5.2
42112026-08-24T20:08:07.774Z[verify-libraries] Compiling chacha20 v0.9.1
42122026-08-24T20:08:07.846Z[verify-libraries] Compiling password-hash v0.5.0
42132026-08-24T20:08:07.955Z[verify-libraries] Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
42142026-08-24T20:08:08.026Z[verify-libraries] Compiling serde_yaml v0.9.34+deprecated
42152026-08-24T20:08:08.087Z[verify-libraries] Compiling chacha20poly1305 v0.10.1
42162026-08-24T20:08:08.126Z[verify-libraries] Compiling num-derive v0.4.2
42172026-08-24T20:08:08.156Z[verify-libraries] Compiling argon2 v0.5.3
42182026-08-24T20:08:08.191Z[verify-libraries] Compiling crossbeam-deque v0.8.6
42192026-08-24T20:08:08.226Z[ recovery-image] Aug 24 20:08:07.635 INFO O| Aug 24 20:08:07.635 INFO O| Startup: Caching catalogs ... Done
42202026-08-24T20:08:08.242Z[ recovery-image] Aug 24 20:08:07.651 INFO O| Aug 24 20:08:07.651 INFO O| Planning: Planning completed in 0.00 seconds
42212026-08-24T20:08:08.246Z[ recovery-image] Aug 24 20:08:07.652 INFO O| Aug 24 20:08:07.652 INFO O| Planning: Consolidating action changes ... Done
42222026-08-24T20:08:08.246Z[ recovery-image] Aug 24 20:08:07.652 INFO O| Aug 24 20:08:07.652 INFO O| Planning: Evaluating mediators ... Done
42232026-08-24T20:08:08.246Z[ recovery-image] Aug 24 20:08:07.652 INFO O| Aug 24 20:08:07.652 INFO O| Planning: Planning completed in 0.00 seconds
42242026-08-24T20:08:08.246Z[ recovery-image] Aug 24 20:08:07.652 INFO O| Aug 24 20:08:07.652 INFO O| Variants/Facets to change: 1
42252026-08-24T20:08:08.295Z[ recovery-image] Aug 24 20:08:07.704 INFO O| Aug 24 20:08:07.704 INFO O| Finalize: Updating package state database ... Done
42262026-08-24T20:08:08.295Z[ recovery-image] Aug 24 20:08:07.704 INFO O| Aug 24 20:08:07.704 INFO O| Finalize: Updating package cache ... Done
42272026-08-24T20:08:08.300Z[verify-libraries] Compiling rayon-core v1.13.0
42282026-08-24T20:08:08.353Z[verify-libraries] Compiling toml_datetime v0.7.5+spec-1.1.0
42292026-08-24T20:08:08.388Z[verify-libraries] Compiling parse-display v0.10.0
42302026-08-24T20:08:08.388Z[verify-libraries] Compiling glob v0.3.3
42312026-08-24T20:08:08.395Z[ recovery-image] Aug 24 20:08:07.804 INFO O| Aug 24 20:08:07.804 INFO O| Finalize: Updating image state ... Done
42322026-08-24T20:08:08.410Z[ recovery-image] Aug 24 20:08:07.819 INFO O| Aug 24 20:08:07.819 INFO O| Finalize: Creating fast lookup database ... Done
42332026-08-24T20:08:08.414Z[ recovery-image] Aug 24 20:08:07.820 INFO O| Aug 24 20:08:07.820 INFO O| Finalize: Reading search index ... Done
42342026-08-24T20:08:08.414Z[ recovery-image] Aug 24 20:08:07.820 INFO O| Aug 24 20:08:07.820 INFO O| Finalize: Updating search index ... Done
42352026-08-24T20:08:08.414Z[ recovery-image] Aug 24 20:08:07.821 INFO O| Aug 24 20:08:07.821 INFO O| Finalize: Updating package cache ... Done
42362026-08-24T20:08:08.524Z[verify-libraries] Compiling usdt-attr-macro v0.5.0
42372026-08-24T20:08:08.573Z[verify-libraries] Compiling usdt-macro v0.5.0
42382026-08-24T20:08:08.635Z[verify-libraries] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
42392026-08-24T20:08:08.708Z[ recovery-image] Aug 24 20:08:08.117 INFO O| Aug 24 20:08:08.117 INFO STEP 6 (pkg_change_variant) COMPLETE
42402026-08-24T20:08:08.708Z[ recovery-image] Aug 24 20:08:08.117 INFO O| Aug 24 20:08:08.117 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42412026-08-24T20:08:08.712Z[ recovery-image] Aug 24 20:08:08.117 INFO O| Aug 24 20:08:08.117 INFO skip step because feature "debug_variant" is not enabled
42422026-08-24T20:08:08.712Z[ recovery-image] Aug 24 20:08:08.117 INFO O| Aug 24 20:08:08.117 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42432026-08-24T20:08:08.745Z[verify-libraries] Compiling typify-impl v0.6.2
42442026-08-24T20:08:08.780Z[verify-libraries] Compiling toml_edit v0.23.10+spec-1.0.0
42452026-08-24T20:08:08.886Z[verify-libraries] Compiling thiserror-no-std v2.0.2
42462026-08-24T20:08:09.043Z[ recovery-image] Aug 24 20:08:08.451 INFO O| Aug 24 20:08:08.451 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "openssl.10=false"]
42472026-08-24T20:08:09.056Z[verify-libraries] Compiling vsss-rs v3.3.4
42482026-08-24T20:08:09.092Z[verify-libraries] Compiling memmap v0.7.0
42492026-08-24T20:08:09.264Z[verify-libraries] Compiling heapless v0.8.0
42502026-08-24T20:08:09.439Z[verify-libraries] Compiling proc-macro-error v1.0.4
42512026-08-24T20:08:09.446Z[ host-image] Aug 24 20:08:08.855 INFO O| Aug 24 20:08:08.855 INFO O| Download: 14109/23888 items 120.0/222.8MB 53% complete (24.2M/s)
42522026-08-24T20:08:09.494Z[verify-libraries] Compiling ingot-macros v0.2.0
42532026-08-24T20:08:09.625Z[verify-libraries] Compiling proc-macro-crate v3.4.0
42542026-08-24T20:08:09.650Z[verify-libraries] Compiling usdt v0.5.0
42552026-08-24T20:08:09.725Z[verify-libraries] Compiling tabwriter v1.4.1
42562026-08-24T20:08:09.779Z[verify-libraries] Compiling hash32 v0.3.1
42572026-08-24T20:08:09.817Z[verify-libraries] Compiling smoltcp v0.11.0
42582026-08-24T20:08:09.908Z[verify-libraries] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
42592026-08-24T20:08:09.947Z[verify-libraries] Compiling cobs v0.3.0
42602026-08-24T20:08:10.035Z[verify-libraries] Compiling colored v3.1.1
42612026-08-24T20:08:10.057Z[verify-libraries] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
42622026-08-24T20:08:10.062Z[verify-libraries] Compiling rayon v1.11.0
42632026-08-24T20:08:10.110Z[verify-libraries] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
42642026-08-24T20:08:10.143Z[verify-libraries] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
42652026-08-24T20:08:10.232Z[verify-libraries] Compiling postcard v1.1.3
42662026-08-24T20:08:10.253Z[verify-libraries] Compiling proc-macro-crate v1.3.1
42672026-08-24T20:08:10.303Z[verify-libraries] Compiling num_enum_derive v0.7.6
42682026-08-24T20:08:10.307Z[verify-libraries] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
42692026-08-24T20:08:10.370Z[verify-libraries] Compiling foreign-types-macros v0.2.3
42702026-08-24T20:08:10.374Z[verify-libraries] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
42712026-08-24T20:08:10.556Z[verify-libraries] Compiling foreign-types-shared v0.3.1
42722026-08-24T20:08:10.722Z[verify-libraries] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
42732026-08-24T20:08:10.726Z[verify-libraries] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
42742026-08-24T20:08:10.776Z[verify-libraries] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
42752026-08-24T20:08:10.780Z[verify-libraries] Compiling num_enum_derive v0.5.11
42762026-08-24T20:08:10.849Z[verify-libraries] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
42772026-08-24T20:08:10.899Z[verify-libraries] Compiling cstr-argument v0.1.2
42782026-08-24T20:08:10.972Z[verify-libraries] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
42792026-08-24T20:08:11.018Z[verify-libraries] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
42802026-08-24T20:08:11.083Z[verify-libraries] Compiling foreign-types v0.5.0
42812026-08-24T20:08:11.161Z[verify-libraries] Compiling sigpipe v0.1.3
42822026-08-24T20:08:11.236Z[verify-libraries] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
42832026-08-24T20:08:11.297Z[verify-libraries] Compiling zone_cfg_derive v0.3.1
42842026-08-24T20:08:11.337Z[verify-libraries] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
42852026-08-24T20:08:11.366Z[verify-libraries] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
42862026-08-24T20:08:11.483Z[verify-libraries] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
42872026-08-24T20:08:11.511Z[verify-libraries] Compiling itertools v0.12.1
42882026-08-24T20:08:11.539Z[verify-libraries] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
42892026-08-24T20:08:11.545Z[verify-libraries] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
42902026-08-24T20:08:11.600Z[verify-libraries] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
42912026-08-24T20:08:11.600Z[verify-libraries] Compiling num_enum v0.7.6
42922026-08-24T20:08:11.697Z[verify-libraries] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
42932026-08-24T20:08:11.702Z[verify-libraries] Compiling toml v0.8.23
42942026-08-24T20:08:11.751Z[verify-libraries] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
42952026-08-24T20:08:11.814Z[verify-libraries] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
42962026-08-24T20:08:11.911Z[verify-libraries] Compiling smf v0.2.3
42972026-08-24T20:08:11.971Z[verify-libraries] Compiling whoami v1.6.1
42982026-08-24T20:08:11.989Z[ recovery-image] Aug 24 20:08:11.397 INFO O| Aug 24 20:08:11.397 INFO O| Startup: Refreshing catalog 'helios' ... Done
42992026-08-24T20:08:12.057Z[verify-libraries] Compiling num_enum v0.5.11
43002026-08-24T20:08:12.061Z[verify-libraries] Compiling tokio-dtrace v0.1.1
43012026-08-24T20:08:12.110Z[verify-libraries] Compiling derive-where v1.6.0
43022026-08-24T20:08:12.144Z[verify-libraries] Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
43032026-08-24T20:08:12.245Z[verify-libraries] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
43042026-08-24T20:08:12.388Z[verify-libraries] Compiling oxide-tokio-rt v0.1.4
43052026-08-24T20:08:12.437Z[verify-libraries] Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
43062026-08-24T20:08:12.460Z[verify-libraries] Compiling gethostname v0.5.0
43072026-08-24T20:08:12.497Z[ recovery-image] Aug 24 20:08:11.906 INFO O| Aug 24 20:08:11.905 INFO O| Startup: Caching catalogs ... Done
43082026-08-24T20:08:12.513Z[verify-libraries] Compiling cancel-safe-futures v0.1.5
43092026-08-24T20:08:12.516Z[ recovery-image] Aug 24 20:08:11.923 INFO O| Aug 24 20:08:11.922 INFO O| Planning: Planning completed in 0.00 seconds
43102026-08-24T20:08:12.517Z[ recovery-image] Aug 24 20:08:11.923 INFO O| Aug 24 20:08:11.922 INFO O| Planning: Consolidating action changes ... Done
43112026-08-24T20:08:12.517Z[ recovery-image] Aug 24 20:08:11.923 INFO O| Aug 24 20:08:11.922 INFO O| Planning: Evaluating mediators ... Done
43122026-08-24T20:08:12.517Z[ recovery-image] Aug 24 20:08:11.923 INFO O| Aug 24 20:08:11.922 INFO O| Planning: Planning completed in 0.00 seconds
43132026-08-24T20:08:12.517Z[ recovery-image] Aug 24 20:08:11.923 INFO O| Aug 24 20:08:11.923 INFO O| Variants/Facets to change: 1
43142026-08-24T20:08:12.527Z[ recovery-image] Aug 24 20:08:11.936 INFO O| Aug 24 20:08:11.936 INFO O| Finalize: Updating package state database ... Done
43152026-08-24T20:08:12.527Z[ recovery-image] Aug 24 20:08:11.936 INFO O| Aug 24 20:08:11.936 INFO O| Finalize: Updating package cache ... Done
43162026-08-24T20:08:12.605Z[ recovery-image] Aug 24 20:08:12.014 INFO O| Aug 24 20:08:12.014 INFO O| Finalize: Updating image state ... Done
43172026-08-24T20:08:12.623Z[ recovery-image] Aug 24 20:08:12.031 INFO O| Aug 24 20:08:12.031 INFO O| Finalize: Creating fast lookup database ... Done
43182026-08-24T20:08:12.623Z[ recovery-image] Aug 24 20:08:12.032 INFO O| Aug 24 20:08:12.032 INFO O| Finalize: Reading search index ... Done
43192026-08-24T20:08:12.623Z[ recovery-image] Aug 24 20:08:12.032 INFO O| Aug 24 20:08:12.032 INFO O| Finalize: Updating search index ... Done
43202026-08-24T20:08:12.627Z[ recovery-image] Aug 24 20:08:12.033 INFO O| Aug 24 20:08:12.033 INFO O| Finalize: Updating package cache ... Done
43212026-08-24T20:08:12.630Z[verify-libraries] Compiling newline-converter v0.3.0
43222026-08-24T20:08:12.634Z[verify-libraries] Compiling console v0.15.11
43232026-08-24T20:08:12.696Z[verify-libraries] Compiling resolv-conf v0.7.6
43242026-08-24T20:08:12.701Z[verify-libraries] Compiling ingot-types v0.2.0
43252026-08-24T20:08:12.701Z[verify-libraries] Compiling linear-map v1.2.0
43262026-08-24T20:08:12.779Z[verify-libraries] Compiling zone v0.3.1
43272026-08-24T20:08:12.840Z[verify-libraries] Compiling num-rational v0.4.2
43282026-08-24T20:08:12.863Z[verify-libraries] Compiling num-complex v0.4.6
43292026-08-24T20:08:12.906Z[ recovery-image] Aug 24 20:08:12.315 INFO O| Aug 24 20:08:12.315 INFO STEP 8 (pkg_change_facet) COMPLETE
43302026-08-24T20:08:12.906Z[ recovery-image] Aug 24 20:08:12.316 INFO O| Aug 24 20:08:12.315 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
43312026-08-24T20:08:12.916Z[verify-libraries] Compiling slog-dtrace v0.3.0
43322026-08-24T20:08:12.987Z[verify-libraries] Compiling prettyplease v0.2.37
43332026-08-24T20:08:13.122Z[ host-image] Aug 24 20:08:12.531 INFO O| Aug 24 20:08:12.531 INFO O| Download: Completed 222.83 MB in 8.68 seconds (25.6M/s)
43342026-08-24T20:08:13.162Z[verify-libraries] Compiling ingot v0.2.1
43352026-08-24T20:08:13.233Z[verify-libraries] Compiling expectorate v1.2.0
43362026-08-24T20:08:13.250Z[ recovery-image] Aug 24 20:08:12.660 INFO O| Aug 24 20:08:12.660 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "doc=false"]
43372026-08-24T20:08:13.305Z[verify-libraries] Compiling num v0.4.3
43382026-08-24T20:08:13.352Z[verify-libraries] Compiling float-ord v0.3.2
43392026-08-24T20:08:13.428Z[verify-libraries] Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
43402026-08-24T20:08:13.432Z[verify-libraries] Compiling linked-hash-map v0.5.6
43412026-08-24T20:08:13.481Z[ host-image] Aug 24 20:08:12.890 INFO O| Aug 24 20:08:12.888 INFO O| Actions: 1/54182 actions (Installing new actions)
43422026-08-24T20:08:13.486Z[verify-libraries] Compiling hickory-proto v0.24.4
43432026-08-24T20:08:13.543Z[verify-libraries] Compiling minimal-lexical v0.2.1
43442026-08-24T20:08:13.570Z[verify-libraries] Compiling unicode-xid v0.2.6
43452026-08-24T20:08:13.603Z[verify-libraries] Compiling lru-cache v0.1.2
43462026-08-24T20:08:13.626Z[verify-libraries] Compiling oxide-update-engine-types v0.1.2
43472026-08-24T20:08:13.662Z[verify-libraries] Compiling tabled_derive v0.7.0
43482026-08-24T20:08:13.798Z[verify-libraries] Compiling ar_archive_writer v0.5.1
43492026-08-24T20:08:13.842Z[verify-libraries] Compiling fd-lock v4.0.4
43502026-08-24T20:08:13.889Z[verify-libraries] Compiling vte v0.14.1
43512026-08-24T20:08:13.920Z[verify-libraries] Compiling typify-macro v0.6.2
43522026-08-24T20:08:13.986Z[verify-libraries] Compiling nom v7.1.3
43532026-08-24T20:08:14.065Z[verify-libraries] Compiling display-error-chain v0.2.2
43542026-08-24T20:08:14.143Z[verify-libraries] Compiling strip-ansi-escapes v0.2.1
43552026-08-24T20:08:14.273Z[verify-libraries] Compiling crossterm v0.29.0
43562026-08-24T20:08:14.375Z[verify-libraries] Compiling nu-ansi-term v0.50.3
43572026-08-24T20:08:14.438Z[verify-libraries] Compiling stacker v0.1.23
43582026-08-24T20:08:14.551Z[verify-libraries] Compiling cfg_aliases v0.1.1
43592026-08-24T20:08:14.555Z[verify-libraries] Compiling termtree v0.5.1
43602026-08-24T20:08:14.695Z[verify-libraries] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
43612026-08-24T20:08:14.765Z[verify-libraries] Compiling reedline v0.40.0
43622026-08-24T20:08:14.801Z[verify-libraries] Compiling nix v0.28.0
43632026-08-24T20:08:14.855Z[verify-libraries] Compiling oxide-update-engine v0.1.2
43642026-08-24T20:08:14.855Z[verify-libraries] Compiling psm v0.1.30
43652026-08-24T20:08:14.987Z[verify-libraries] Compiling semver v0.1.20
43662026-08-24T20:08:15.016Z[verify-libraries] Compiling tabled v0.15.0
43672026-08-24T20:08:15.092Z[verify-libraries] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
43682026-08-24T20:08:15.096Z[verify-libraries] Compiling phf_shared v0.12.1
43692026-08-24T20:08:15.240Z[ recovery-image] Aug 24 20:08:14.650 INFO O| Aug 24 20:08:14.649 INFO O| Startup: Refreshing catalog 'helios' ... Done
43702026-08-24T20:08:15.372Z[verify-libraries] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
43712026-08-24T20:08:15.417Z[verify-libraries] Compiling rustc_version v0.1.7
43722026-08-24T20:08:15.476Z[verify-libraries] Compiling recursive-proc-macro-impl v0.1.1
43732026-08-24T20:08:15.512Z[verify-libraries] Compiling nibble_vec v0.1.0
43742026-08-24T20:08:15.533Z[verify-libraries] Compiling highway v1.3.0
43752026-08-24T20:08:15.578Z[verify-libraries] Compiling endian-type v0.1.2
43762026-08-24T20:08:15.582Z[verify-libraries] Compiling chrono-tz v0.10.4
43772026-08-24T20:08:15.687Z[verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
43782026-08-24T20:08:15.701Z[ recovery-image] Aug 24 20:08:15.108 INFO O| Aug 24 20:08:15.108 INFO O| Startup: Caching catalogs ... Done
43792026-08-24T20:08:15.708Z[ recovery-image] Aug 24 20:08:15.118 INFO O| Aug 24 20:08:15.118 INFO O| Planning: Planning completed in 0.00 seconds
43802026-08-24T20:08:15.712Z[ recovery-image] Aug 24 20:08:15.118 INFO O| Aug 24 20:08:15.118 INFO O| Planning: Consolidating action changes ... Done
43812026-08-24T20:08:15.712Z[ recovery-image] Aug 24 20:08:15.118 INFO O| Aug 24 20:08:15.118 INFO O| Planning: Evaluating mediators ... Done
43822026-08-24T20:08:15.712Z[ recovery-image] Aug 24 20:08:15.118 INFO O| Aug 24 20:08:15.118 INFO O| Planning: Planning completed in 0.00 seconds
43832026-08-24T20:08:15.712Z[ recovery-image] Aug 24 20:08:15.119 INFO O| Aug 24 20:08:15.119 INFO O| Variants/Facets to change: 1
43842026-08-24T20:08:15.722Z[ recovery-image] Aug 24 20:08:15.132 INFO O| Aug 24 20:08:15.129 INFO O| Finalize: Updating package state database ... Done
43852026-08-24T20:08:15.722Z[ recovery-image] Aug 24 20:08:15.132 INFO O| Aug 24 20:08:15.129 INFO O| Finalize: Updating package cache ... Done
43862026-08-24T20:08:15.755Z[verify-libraries] Compiling newtype_derive v0.1.6
43872026-08-24T20:08:15.830Z[ recovery-image] Aug 24 20:08:15.239 INFO O| Aug 24 20:08:15.239 INFO O| Finalize: Updating image state ... Done
43882026-08-24T20:08:15.837Z[verify-libraries] Compiling radix_trie v0.2.1
43892026-08-24T20:08:15.847Z[ recovery-image] Aug 24 20:08:15.256 INFO O| Aug 24 20:08:15.256 INFO O| Finalize: Creating fast lookup database ... Done
43902026-08-24T20:08:15.851Z[ recovery-image] Aug 24 20:08:15.256 INFO O| Aug 24 20:08:15.256 INFO O| Finalize: Reading search index ... Done
43912026-08-24T20:08:15.851Z[ recovery-image] Aug 24 20:08:15.256 INFO O| Aug 24 20:08:15.256 INFO O| Finalize: Updating search index ... Done
43922026-08-24T20:08:15.851Z[ recovery-image] Aug 24 20:08:15.257 INFO O| Aug 24 20:08:15.257 INFO O| Finalize: Updating package cache ... Done
43932026-08-24T20:08:15.875Z[verify-libraries] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
43942026-08-24T20:08:15.918Z[verify-libraries] Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
43952026-08-24T20:08:15.990Z[verify-libraries] Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
43962026-08-24T20:08:15.995Z[verify-libraries] Compiling typify v0.6.2
43972026-08-24T20:08:15.995Z[verify-libraries] Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
43982026-08-24T20:08:16.050Z[verify-libraries] Compiling hickory-resolver v0.24.4
43992026-08-24T20:08:16.054Z[verify-libraries] Compiling recursive v0.1.1
44002026-08-24T20:08:16.131Z[ recovery-image] Aug 24 20:08:15.534 INFO O| Aug 24 20:08:15.534 INFO STEP 9 (pkg_change_facet) COMPLETE
44012026-08-24T20:08:16.131Z[ recovery-image] Aug 24 20:08:15.534 INFO O| Aug 24 20:08:15.534 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44022026-08-24T20:08:16.221Z[verify-libraries] Compiling progenitor-impl v0.14.0
44032026-08-24T20:08:16.451Z[ recovery-image] Aug 24 20:08:15.860 INFO O| Aug 24 20:08:15.859 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "doc.man=false"]
44042026-08-24T20:08:16.519Z[verify-libraries] Compiling phf v0.12.1
44052026-08-24T20:08:16.565Z[verify-libraries] Compiling const_format_proc_macros v0.2.34
44062026-08-24T20:08:16.568Z[verify-libraries] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
44072026-08-24T20:08:16.769Z[verify-libraries] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
44082026-08-24T20:08:16.909Z[verify-libraries] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
44092026-08-24T20:08:17.163Z[verify-libraries] Compiling peg-macros v0.8.5
44102026-08-24T20:08:17.318Z[verify-libraries] Compiling sqlparser_derive v0.5.0
44112026-08-24T20:08:17.440Z[verify-libraries] Compiling qorb v0.4.1
44122026-08-24T20:08:17.564Z[verify-libraries] Compiling winnow v0.6.26
44132026-08-24T20:08:17.701Z[verify-libraries] Compiling csv-core v0.1.13
44142026-08-24T20:08:17.729Z[verify-libraries] Compiling home v0.5.12
44152026-08-24T20:08:18.007Z[verify-libraries] Compiling unicode_categories v0.1.1
44162026-08-24T20:08:18.182Z[verify-libraries] Compiling csv v1.4.0
44172026-08-24T20:08:18.215Z[verify-libraries] Compiling rustyline v14.0.0
44182026-08-24T20:08:18.289Z[verify-libraries] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
44192026-08-24T20:08:18.338Z[verify-libraries] Compiling sqlparser v0.61.0
44202026-08-24T20:08:18.338Z[verify-libraries] Compiling const_format v0.2.35
44212026-08-24T20:08:18.479Z[ host-image] Aug 24 20:08:17.888 INFO O| Aug 24 20:08:17.888 INFO O| Actions: 24448/54182 actions (Installing new actions)
44222026-08-24T20:08:18.761Z[verify-libraries] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
44232026-08-24T20:08:18.794Z[verify-libraries] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
44242026-08-24T20:08:18.859Z[verify-libraries] Compiling bcs v0.1.6
44252026-08-24T20:08:18.953Z[verify-libraries] Compiling peg v0.8.5
44262026-08-24T20:08:18.961Z[ recovery-image] Aug 24 20:08:18.370 INFO O| Aug 24 20:08:18.370 INFO O| Startup: Refreshing catalog 'helios' ... Done
44272026-08-24T20:08:19.127Z[verify-libraries] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
44282026-08-24T20:08:19.185Z[verify-libraries] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
44292026-08-24T20:08:19.215Z[verify-libraries] Compiling sqlformat v0.3.5
44302026-08-24T20:08:19.249Z[verify-libraries] Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
44312026-08-24T20:08:19.299Z[verify-libraries] Compiling nom v8.0.0
44322026-08-24T20:08:19.361Z[verify-libraries] Compiling progenitor-macro v0.14.0
44332026-08-24T20:08:19.418Z[verify-libraries] Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
44342026-08-24T20:08:19.424Z[ recovery-image] Aug 24 20:08:18.833 INFO O| Aug 24 20:08:18.833 INFO O| Startup: Caching catalogs ... Done
44352026-08-24T20:08:19.443Z[ recovery-image] Aug 24 20:08:18.848 INFO O| Aug 24 20:08:18.848 INFO O| Planning: Planning completed in 0.00 seconds
44362026-08-24T20:08:19.448Z[ recovery-image] Aug 24 20:08:18.848 INFO O| Aug 24 20:08:18.848 INFO O| Planning: Consolidating action changes ... Done
44372026-08-24T20:08:19.448Z[ recovery-image] Aug 24 20:08:18.848 INFO O| Aug 24 20:08:18.848 INFO O| Planning: Evaluating mediators ... Done
44382026-08-24T20:08:19.448Z[ recovery-image] Aug 24 20:08:18.849 INFO O| Aug 24 20:08:18.849 INFO O| Planning: Planning completed in 0.00 seconds
44392026-08-24T20:08:19.448Z[ recovery-image] Aug 24 20:08:18.849 INFO O| Aug 24 20:08:18.849 INFO O| Variants/Facets to change: 1
44402026-08-24T20:08:19.451Z[ recovery-image] Aug 24 20:08:18.859 INFO O| Aug 24 20:08:18.859 INFO O| Finalize: Updating package state database ... Done
44412026-08-24T20:08:19.451Z[ recovery-image] Aug 24 20:08:18.859 INFO O| Aug 24 20:08:18.859 INFO O| Finalize: Updating package cache ... Done
44422026-08-24T20:08:19.470Z[verify-libraries] Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
44432026-08-24T20:08:19.528Z[ recovery-image] Aug 24 20:08:18.937 INFO O| Aug 24 20:08:18.937 INFO O| Finalize: Updating image state ... Done
44442026-08-24T20:08:19.543Z[ recovery-image] Aug 24 20:08:18.952 INFO O| Aug 24 20:08:18.952 INFO O| Finalize: Creating fast lookup database ... Done
44452026-08-24T20:08:19.547Z[ recovery-image] Aug 24 20:08:18.953 INFO O| Aug 24 20:08:18.953 INFO O| Finalize: Reading search index ... Done
44462026-08-24T20:08:19.547Z[ recovery-image] Aug 24 20:08:18.953 INFO O| Aug 24 20:08:18.953 INFO O| Finalize: Updating search index ... Done
44472026-08-24T20:08:19.547Z[ recovery-image] Aug 24 20:08:18.954 INFO O| Aug 24 20:08:18.954 INFO O| Finalize: Updating package cache ... Done
44482026-08-24T20:08:19.596Z[verify-libraries] Compiling serde_tokenstream v0.3.0
44492026-08-24T20:08:19.821Z[verify-libraries] Compiling steno v0.4.1
44502026-08-24T20:08:19.861Z[verify-libraries] Compiling sha1 v0.10.6
44512026-08-24T20:08:19.977Z[ recovery-image] Aug 24 20:08:19.386 INFO O| Aug 24 20:08:19.386 INFO STEP 10 (pkg_change_facet) COMPLETE
44522026-08-24T20:08:19.977Z[ recovery-image] Aug 24 20:08:19.386 INFO O| Aug 24 20:08:19.386 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44532026-08-24T20:08:19.984Z[verify-libraries] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
44542026-08-24T20:08:19.990Z[ recovery-image] Aug 24 20:08:19.399 INFO O| Aug 24 20:08:19.399 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"]
44552026-08-24T20:08:20.257Z[verify-libraries] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
44562026-08-24T20:08:20.312Z[verify-libraries] Compiling oxide-generation-macros v0.2.0
44572026-08-24T20:08:20.409Z[verify-libraries] Compiling dropshot-api-manager-types v0.8.0
44582026-08-24T20:08:20.541Z[verify-libraries] Compiling tagptr v0.2.0
44592026-08-24T20:08:20.569Z[verify-libraries] Compiling utf-8 v0.7.6
44602026-08-24T20:08:20.599Z[verify-libraries] Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
44612026-08-24T20:08:20.630Z[verify-libraries] Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
44622026-08-24T20:08:20.670Z[verify-libraries] Compiling libefi-sys v0.1.0
44632026-08-24T20:08:20.761Z[verify-libraries] Compiling moka v0.12.13
44642026-08-24T20:08:20.791Z[verify-libraries] Compiling tungstenite v0.21.0
44652026-08-24T20:08:20.827Z[verify-libraries] Compiling bitfield-struct v0.6.2
44662026-08-24T20:08:20.884Z[verify-libraries] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
44672026-08-24T20:08:20.933Z[verify-libraries] Compiling xshell-macros v0.2.7
44682026-08-24T20:08:21.183Z[ host-image] Aug 24 20:08:20.592 INFO O| Aug 24 20:08:20.592 INFO O| Actions: Completed 54182 actions in 7.70 seconds.
44692026-08-24T20:08:21.206Z[verify-libraries] Compiling omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds)
44702026-08-24T20:08:21.278Z[ host-image] Aug 24 20:08:20.687 INFO O| Aug 24 20:08:20.687 INFO O| Finalize: Updating package state database ... Done
44712026-08-24T20:08:21.278Z[ host-image] Aug 24 20:08:20.687 INFO O| Aug 24 20:08:20.687 INFO O| Finalize: Updating package cache ... Done
44722026-08-24T20:08:21.376Z[verify-libraries] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
44732026-08-24T20:08:21.403Z[ host-image] Aug 24 20:08:20.812 INFO O| Aug 24 20:08:20.812 INFO O| Finalize: Updating image state ... Done
44742026-08-24T20:08:21.459Z[verify-libraries] Compiling tokio-tungstenite v0.21.0
44752026-08-24T20:08:21.492Z[verify-libraries] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
44762026-08-24T20:08:21.552Z[verify-libraries] Compiling libscf-sys v1.2.0
44772026-08-24T20:08:21.557Z[verify-libraries] Compiling xshell v0.2.7
44782026-08-24T20:08:21.652Z[verify-libraries] Compiling hickory-resolver v0.25.2
44792026-08-24T20:08:21.652Z[verify-libraries] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
44802026-08-24T20:08:21.687Z[verify-libraries] Compiling papergrid v0.18.0
44812026-08-24T20:08:21.732Z[verify-libraries] Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
44822026-08-24T20:08:21.798Z[verify-libraries] Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
44832026-08-24T20:08:21.903Z[verify-libraries] Compiling subprocess v0.2.15
44842026-08-24T20:08:21.903Z[verify-libraries] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
44852026-08-24T20:08:21.909Z[verify-libraries] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
44862026-08-24T20:08:22.102Z[ recovery-image] Aug 24 20:08:21.511 INFO O| Aug 24 20:08:21.511 INFO O| Startup: Refreshing catalog 'helios' ... Done
44872026-08-24T20:08:22.146Z[verify-libraries] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
44882026-08-24T20:08:22.215Z[verify-libraries] Compiling headers-core v0.3.0
44892026-08-24T20:08:22.341Z[verify-libraries] Compiling unicase v2.9.0
44902026-08-24T20:08:22.357Z[ host-image] Aug 24 20:08:21.766 INFO O| Aug 24 20:08:21.766 INFO O| Finalize: Creating fast lookup database ... Done
44912026-08-24T20:08:22.388Z[ host-image] Aug 24 20:08:21.796 INFO O| Aug 24 20:08:21.796 INFO O| Finalize: Reading search index ... Done
44922026-08-24T20:08:22.522Z[verify-libraries] Compiling headers v0.4.1
44932026-08-24T20:08:22.560Z[ recovery-image] Aug 24 20:08:21.969 INFO O| Aug 24 20:08:21.969 INFO O| Startup: Caching catalogs ... Done
44942026-08-24T20:08:22.613Z[verify-libraries] Compiling darling_core v0.21.3
44952026-08-24T20:08:22.618Z[verify-libraries] Compiling crc8 v0.1.1
44962026-08-24T20:08:22.677Z[verify-libraries] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
44972026-08-24T20:08:22.681Z[verify-libraries] Compiling maplit v1.0.2
44982026-08-24T20:08:22.815Z[verify-libraries] Compiling tabled v0.21.0
44992026-08-24T20:08:22.868Z[verify-libraries] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
45002026-08-24T20:08:22.868Z[verify-libraries] Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
45012026-08-24T20:08:23.000Z[verify-libraries] Compiling yasna v0.5.2
45022026-08-24T20:08:23.415Z[verify-libraries] Compiling vergen-lib v0.1.6
45032026-08-24T20:08:23.617Z[verify-libraries] Compiling rcgen v0.12.1
45042026-08-24T20:08:23.661Z[verify-libraries] Compiling diesel_derives v2.3.7
45052026-08-24T20:08:23.661Z[verify-libraries] Compiling port-file v0.1.0
45062026-08-24T20:08:23.661Z[verify-libraries] Compiling vergen-gitcl v1.0.8
45072026-08-24T20:08:23.853Z[verify-libraries] Compiling scheduled-thread-pool v0.2.7
45082026-08-24T20:08:23.964Z[verify-libraries] Compiling diesel_table_macro_syntax v0.3.0
45092026-08-24T20:08:24.020Z[verify-libraries] Compiling half v1.8.3
45102026-08-24T20:08:24.137Z[verify-libraries] Compiling r2d2 v0.8.10
45112026-08-24T20:08:24.232Z[verify-libraries] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
45122026-08-24T20:08:24.286Z[verify-libraries] Compiling serde_cbor v0.11.2
45132026-08-24T20:08:24.367Z[verify-libraries] Compiling dirs-sys-next v0.1.2
45142026-08-24T20:08:24.421Z[verify-libraries] Compiling crunchy v0.2.4
45152026-08-24T20:08:24.502Z[verify-libraries] Compiling cpubits v0.1.1
45162026-08-24T20:08:24.619Z[verify-libraries] Compiling downcast-rs v2.0.2
45172026-08-24T20:08:24.708Z[verify-libraries] Compiling dirs-next v2.0.0
45182026-08-24T20:08:24.911Z[verify-libraries] Compiling clang-sys v1.8.1
45192026-08-24T20:08:24.942Z[verify-libraries] Compiling tiny-keccak v2.0.2
45202026-08-24T20:08:24.986Z[verify-libraries] Compiling progenitor v0.14.0
45212026-08-24T20:08:25.057Z[ recovery-image] Aug 24 20:08:24.466 INFO O| Aug 24 20:08:24.466 INFO O| Planning: Solver setup ... Done
45222026-08-24T20:08:25.139Z[verify-libraries] Compiling term v0.7.0
45232026-08-24T20:08:25.180Z[ host-image] Aug 24 20:08:24.589 INFO O| Aug 24 20:08:24.585 INFO O| Finalize: Building new search index ... Done
45242026-08-24T20:08:25.195Z[verify-libraries] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
45252026-08-24T20:08:25.247Z[verify-libraries] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
45262026-08-24T20:08:25.330Z[verify-libraries] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
45272026-08-24T20:08:25.335Z[ recovery-image] Aug 24 20:08:24.742 INFO O| Aug 24 20:08:24.742 INFO O| Planning: Running solver ... Done
45282026-08-24T20:08:25.384Z[ recovery-image] Aug 24 20:08:24.792 INFO O| Aug 24 20:08:24.792 INFO O| Planning: Finding local manifests ... Done
45292026-08-24T20:08:25.430Z[verify-libraries] Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
45302026-08-24T20:08:25.443Z[ recovery-image] Aug 24 20:08:24.852 INFO O| Aug 24 20:08:24.852 INFO O| Planning: Fetching manifests: 0/130 0% complete
45312026-08-24T20:08:25.517Z[verify-libraries] Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
45322026-08-24T20:08:25.604Z[verify-libraries] Compiling darling_macro v0.21.3
45332026-08-24T20:08:25.662Z[ host-image] Aug 24 20:08:25.071 INFO O| Aug 24 20:08:25.071 INFO O| Finalize: Updating package cache ... Done
45342026-08-24T20:08:25.682Z[verify-libraries] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
45352026-08-24T20:08:25.751Z[verify-libraries] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
45362026-08-24T20:08:25.894Z[verify-libraries] Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
45372026-08-24T20:08:25.956Z[verify-libraries] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
45382026-08-24T20:08:26.018Z[ host-image] Aug 24 20:08:25.427 INFO O| Aug 24 20:08:25.427 INFO STEP 11 (pkg_install) COMPLETE
45392026-08-24T20:08:26.018Z[ host-image] Aug 24 20:08:25.427 INFO O| Aug 24 20:08:25.427 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45402026-08-24T20:08:26.028Z[ host-image] Aug 24 20:08:25.437 INFO O| Aug 24 20:08:25.437 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"]
45412026-08-24T20:08:26.090Z[verify-libraries] Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
45422026-08-24T20:08:26.133Z[verify-libraries] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
45432026-08-24T20:08:26.203Z[verify-libraries] Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
45442026-08-24T20:08:26.207Z[verify-libraries] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
45452026-08-24T20:08:26.272Z[verify-libraries] Compiling bit-vec v0.6.3
45462026-08-24T20:08:26.277Z[verify-libraries] Compiling diff v0.1.13
45472026-08-24T20:08:26.333Z[verify-libraries] Compiling darling v0.21.3
45482026-08-24T20:08:26.453Z[verify-libraries] Compiling dsl_auto_type v0.2.0
45492026-08-24T20:08:26.482Z[verify-libraries] Compiling bit-set v0.5.3
45502026-08-24T20:08:26.552Z[verify-libraries] Compiling ascii-canvas v3.0.0
45512026-08-24T20:08:26.577Z[verify-libraries] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
45522026-08-24T20:08:26.597Z[verify-libraries] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
45532026-08-24T20:08:26.619Z[verify-libraries] Compiling itertools v0.10.5
45542026-08-24T20:08:26.623Z[verify-libraries] Compiling libloading v0.8.9
45552026-08-24T20:08:26.623Z[verify-libraries] Compiling ena v0.14.4
45562026-08-24T20:08:26.676Z[verify-libraries] Compiling regex-syntax v0.6.29
45572026-08-24T20:08:26.851Z[verify-libraries] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
45582026-08-24T20:08:26.911Z[verify-libraries] Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
45592026-08-24T20:08:26.970Z[verify-libraries] Compiling bindgen v0.71.1
45602026-08-24T20:08:27.392Z[verify-libraries] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
45612026-08-24T20:08:27.414Z[verify-libraries] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
45622026-08-24T20:08:27.486Z[verify-libraries] Compiling cexpr v0.6.0
45632026-08-24T20:08:27.510Z[verify-libraries] Compiling pem-rfc7468 v1.0.0
45642026-08-24T20:08:27.538Z[verify-libraries] Compiling rustc-hash v2.1.1
45652026-08-24T20:08:27.810Z[verify-libraries] Compiling rfc6979 v0.4.0
45662026-08-24T20:08:27.838Z[verify-libraries] Compiling libxml v0.3.3
45672026-08-24T20:08:27.910Z[verify-libraries] Compiling proc-macro-error-attr2 v2.0.0
45682026-08-24T20:08:27.948Z[verify-libraries] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
45692026-08-24T20:08:27.972Z[ host-image] Aug 24 20:08:27.376 INFO O| Aug 24 20:08:27.376 INFO O| Startup: Refreshing catalog 'helios' ... Done
45702026-08-24T20:08:28.079Z[verify-libraries] Compiling lalrpop v0.19.12
45712026-08-24T20:08:28.111Z[verify-libraries] Compiling ecdsa v0.16.9
45722026-08-24T20:08:28.218Z[verify-libraries] Compiling strum_macros v0.24.3
45732026-08-24T20:08:28.235Z[verify-libraries] Compiling primeorder v0.13.6
45742026-08-24T20:08:28.297Z[verify-libraries] Compiling hashbrown v0.14.5
45752026-08-24T20:08:28.434Z[verify-libraries] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
45762026-08-24T20:08:28.440Z[ host-image] Aug 24 20:08:27.850 INFO O| Aug 24 20:08:27.850 INFO O| Startup: Caching catalogs ... Done
45772026-08-24T20:08:28.491Z[verify-libraries] Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
45782026-08-24T20:08:28.505Z[ recovery-image] Aug 24 20:08:27.914 INFO O| Aug 24 20:08:27.914 INFO O| Planning: Fetching manifests: 130/130 100% complete
45792026-08-24T20:08:28.599Z[verify-libraries] Compiling proc-macro-error2 v2.0.1
45802026-08-24T20:08:28.908Z[verify-libraries] Compiling universal-hash v0.6.1
45812026-08-24T20:08:29.004Z[verify-libraries] Compiling fxhash v0.2.1
45822026-08-24T20:08:29.028Z[ host-image] Aug 24 20:08:28.437 INFO O| Aug 24 20:08:28.437 INFO O| Planning: Solver setup ... Done
45832026-08-24T20:08:29.033Z[ host-image] Aug 24 20:08:28.442 INFO O| Aug 24 20:08:28.442 INFO O| Planning: Running solver ... Done
45842026-08-24T20:08:29.049Z[ host-image] Aug 24 20:08:28.458 INFO O| Aug 24 20:08:28.458 INFO O| Planning: Finding local manifests ... Done
45852026-08-24T20:08:29.083Z[ recovery-image] Aug 24 20:08:28.492 INFO O| Aug 24 20:08:28.492 INFO O| Planning: Package planning ... Done
45862026-08-24T20:08:29.090Z[verify-libraries] Compiling indoc v1.0.9
45872026-08-24T20:08:29.135Z[ host-image] Aug 24 20:08:28.539 INFO O| Aug 24 20:08:28.539 INFO O| Planning: Fetching manifests: 0/6 0% complete
45882026-08-24T20:08:29.162Z[verify-libraries] Compiling salty v0.3.0
45892026-08-24T20:08:29.230Z[ host-image] Aug 24 20:08:28.639 INFO O| Aug 24 20:08:28.638 INFO O| Planning: Fetching manifests: 6/6 100% complete
45902026-08-24T20:08:29.240Z[ recovery-image] Aug 24 20:08:28.648 INFO O| Aug 24 20:08:28.648 INFO O| Planning: Merging actions ... Done
45912026-08-24T20:08:29.246Z[verify-libraries] Compiling knus-derive v3.4.0
45922026-08-24T20:08:29.249Z[ host-image] Aug 24 20:08:28.659 INFO O| Aug 24 20:08:28.659 INFO O| Planning: Package planning ... Done
45932026-08-24T20:08:29.253Z[ host-image] Aug 24 20:08:28.661 INFO O| Aug 24 20:08:28.661 INFO O| Planning: Merging actions ... Done
45942026-08-24T20:08:29.311Z[ host-image] Aug 24 20:08:28.715 INFO O| Aug 24 20:08:28.715 INFO O| Planning: Checking for conflicting actions ... Done
45952026-08-24T20:08:29.315Z[ host-image] Aug 24 20:08:28.716 INFO O| Aug 24 20:08:28.716 INFO O| Planning: Consolidating action changes ... Done
45962026-08-24T20:08:29.315Z[ recovery-image] Aug 24 20:08:28.718 INFO O| Aug 24 20:08:28.718 INFO O| Planning: Checking for conflicting actions ... Done
45972026-08-24T20:08:29.318Z[verify-libraries] Compiling chumsky v0.9.3
45982026-08-24T20:08:29.366Z[ recovery-image] Aug 24 20:08:28.775 INFO O| Aug 24 20:08:28.775 INFO O| Planning: Consolidating action changes ... Done
45992026-08-24T20:08:29.541Z[ host-image] Aug 24 20:08:28.950 INFO O| Aug 24 20:08:28.950 INFO O| Planning: Evaluating mediators ... Done
46002026-08-24T20:08:29.544Z[ host-image] Aug 24 20:08:28.951 INFO O| Aug 24 20:08:28.951 INFO O| Planning: Planning completed in 1.09 seconds
46012026-08-24T20:08:29.544Z[ host-image] Aug 24 20:08:28.952 INFO O| Aug 24 20:08:28.952 INFO O| Packages to install: 6
46022026-08-24T20:08:29.544Z[ host-image] Aug 24 20:08:28.952 INFO O| Aug 24 20:08:28.952 INFO O| Services to change: 2
46032026-08-24T20:08:29.555Z[ host-image] Aug 24 20:08:28.964 INFO O| Aug 24 20:08:28.964 INFO O| Download: 0/156 items 0.0/1.8MB 0% complete
46042026-08-24T20:08:29.581Z[ recovery-image] Aug 24 20:08:28.990 INFO O| Aug 24 20:08:28.990 INFO O| Planning: Evaluating mediators ... Done
46052026-08-24T20:08:29.637Z[verify-libraries] Compiling p384 v0.13.1
46062026-08-24T20:08:29.759Z[verify-libraries] Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
46072026-08-24T20:08:29.782Z[ host-image] Aug 24 20:08:29.191 INFO O| Aug 24 20:08:29.191 INFO O| Download: Completed 1.76 MB in 0.23 seconds (7.7M/s)
46082026-08-24T20:08:29.929Z[ host-image] Aug 24 20:08:29.337 INFO O| Aug 24 20:08:29.337 INFO O| Actions: 1/391 actions (Installing new actions)
46092026-08-24T20:08:30.094Z[ host-image] Aug 24 20:08:29.502 INFO O| Aug 24 20:08:29.502 INFO O| Actions: Completed 391 actions in 0.16 seconds.
46102026-08-24T20:08:30.319Z[verify-libraries] Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
46112026-08-24T20:08:30.356Z[ host-image] Aug 24 20:08:29.761 INFO O| Aug 24 20:08:29.761 INFO O| Finalize: Updating package state database ... Done
46122026-08-24T20:08:30.356Z[ host-image] Aug 24 20:08:29.761 INFO O| Aug 24 20:08:29.761 INFO O| Finalize: Updating package cache ... Done
46132026-08-24T20:08:30.468Z[ host-image] Aug 24 20:08:29.872 INFO O| Aug 24 20:08:29.872 INFO O| Finalize: Updating image state ... Done
46142026-08-24T20:08:31.094Z[verify-libraries] Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
46152026-08-24T20:08:31.131Z[verify-libraries] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
46162026-08-24T20:08:31.169Z[verify-libraries] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
46172026-08-24T20:08:31.442Z[ recovery-image] Aug 24 20:08:30.851 INFO O| Aug 24 20:08:30.851 INFO O| Planning: Planning completed in 8.87 seconds
46182026-08-24T20:08:31.445Z[ recovery-image] Aug 24 20:08:30.853 INFO O| Aug 24 20:08:30.853 INFO O| Packages to install: 130
46192026-08-24T20:08:31.446Z[ recovery-image] Aug 24 20:08:30.853 INFO O| Aug 24 20:08:30.853 INFO O| Mediators to change: 5
46202026-08-24T20:08:31.446Z[ recovery-image] Aug 24 20:08:30.853 INFO O| Aug 24 20:08:30.853 INFO O| Services to change: 5
46212026-08-24T20:08:31.473Z[ recovery-image] Aug 24 20:08:30.882 INFO O| Aug 24 20:08:30.882 INFO O| Download: 0/16682 items 0.0/200.0MB 0% complete
46222026-08-24T20:08:31.544Z[ host-image] Aug 24 20:08:30.953 INFO O| Aug 24 20:08:30.953 INFO O| Finalize: Creating fast lookup database ... Done
46232026-08-24T20:08:31.578Z[ host-image] Aug 24 20:08:30.988 INFO O| Aug 24 20:08:30.988 INFO O| Finalize: Reading search index ... Done
46242026-08-24T20:08:31.579Z[ host-image] Aug 24 20:08:30.988 INFO O| Aug 24 20:08:30.988 INFO O| Finalize: Updating search index ... Done
46252026-08-24T20:08:31.607Z[ host-image] Aug 24 20:08:31.016 INFO O| Aug 24 20:08:31.016 INFO O| Finalize: Updating package cache ... Done
46262026-08-24T20:08:31.832Z[verify-libraries] Compiling progenitor-impl v0.13.0
46272026-08-24T20:08:31.930Z[ host-image] Aug 24 20:08:31.339 INFO O| Aug 24 20:08:31.339 INFO STEP 12 (pkg_install) COMPLETE
46282026-08-24T20:08:31.930Z[ host-image] Aug 24 20:08:31.339 INFO O| Aug 24 20:08:31.339 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
46292026-08-24T20:08:31.942Z[ host-image] Aug 24 20:08:31.351 INFO O| Aug 24 20:08:31.351 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/library/libxmlsec1", "/ooce/library/postgresql-13", "/system/zones/brand/omicron1"]
46302026-08-24T20:08:31.991Z[verify-libraries] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
46312026-08-24T20:08:32.054Z[verify-libraries] Compiling oso-derive v0.27.3
46322026-08-24T20:08:32.244Z[verify-libraries] Compiling quick-xml v0.37.5
46332026-08-24T20:08:32.449Z[verify-libraries] Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
46342026-08-24T20:08:32.683Z[verify-libraries] Compiling impl-trait-for-tuples v0.2.3
46352026-08-24T20:08:32.814Z[verify-libraries] Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
46362026-08-24T20:08:33.204Z[verify-libraries] Compiling diesel v2.3.7
46372026-08-24T20:08:33.774Z[verify-libraries] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
46382026-08-24T20:08:34.048Z[verify-libraries] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
46392026-08-24T20:08:34.053Z[verify-libraries] Compiling openssl-probe v0.1.6
46402026-08-24T20:08:34.062Z[ host-image] Aug 24 20:08:33.462 INFO O| Aug 24 20:08:33.462 INFO O| Startup: Refreshing catalog 'helios' ... Done
46412026-08-24T20:08:34.543Z[verify-libraries] Compiling knus v3.4.0
46422026-08-24T20:08:34.609Z[verify-libraries] Compiling polyval v0.7.1
46432026-08-24T20:08:34.653Z[ host-image] Aug 24 20:08:34.062 INFO O| Aug 24 20:08:34.062 INFO O| Startup: Caching catalogs ... Done
46442026-08-24T20:08:34.847Z[verify-libraries] Compiling progenitor-macro v0.13.0
46452026-08-24T20:08:35.055Z[verify-libraries] Compiling der v0.8.0
46462026-08-24T20:08:35.134Z[ host-image] Aug 24 20:08:34.543 INFO O| Aug 24 20:08:34.543 INFO O| Planning: Solver setup ... Done
46472026-08-24T20:08:35.139Z[ host-image] Aug 24 20:08:34.548 INFO O| Aug 24 20:08:34.548 INFO O| Planning: Running solver ... Done
46482026-08-24T20:08:35.154Z[ host-image] Aug 24 20:08:34.562 INFO O| Aug 24 20:08:34.562 INFO O| Planning: Finding local manifests ... Done
46492026-08-24T20:08:35.175Z[verify-libraries] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
46502026-08-24T20:08:35.192Z[ host-image] Aug 24 20:08:34.601 INFO O| Aug 24 20:08:34.601 INFO O| Planning: Fetching manifests: 0/6 0% complete
46512026-08-24T20:08:35.235Z[verify-libraries] Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
46522026-08-24T20:08:35.402Z[ host-image] Aug 24 20:08:34.811 INFO O| Aug 24 20:08:34.811 INFO O| Planning: Fetching manifests: 6/6 100% complete
46532026-08-24T20:08:35.450Z[ host-image] Aug 24 20:08:34.858 INFO O| Aug 24 20:08:34.857 INFO O| Planning: Package planning ... Done
46542026-08-24T20:08:35.458Z[ host-image] Aug 24 20:08:34.866 INFO O| Aug 24 20:08:34.866 INFO O| Planning: Merging actions ... Done
46552026-08-24T20:08:35.514Z[ host-image] Aug 24 20:08:34.924 INFO O| Aug 24 20:08:34.923 INFO O| Planning: Checking for conflicting actions ... Done
46562026-08-24T20:08:35.518Z[ host-image] Aug 24 20:08:34.927 INFO O| Aug 24 20:08:34.926 INFO O| Planning: Consolidating action changes ... Done
46572026-08-24T20:08:35.599Z[verify-libraries] Compiling progenitor-client v0.13.0
46582026-08-24T20:08:35.663Z[ host-image] Aug 24 20:08:35.072 INFO O| Aug 24 20:08:35.072 INFO O| Planning: Evaluating mediators ... Done
46592026-08-24T20:08:35.666Z[verify-libraries] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
46602026-08-24T20:08:35.670Z[ host-image] Aug 24 20:08:35.075 INFO O| Aug 24 20:08:35.075 INFO O| Planning: Planning completed in 0.99 seconds
46612026-08-24T20:08:35.670Z[ host-image] Aug 24 20:08:35.075 INFO O| Aug 24 20:08:35.075 INFO O| Packages to install: 6
46622026-08-24T20:08:35.670Z[ host-image] Aug 24 20:08:35.075 INFO O| Aug 24 20:08:35.075 INFO O| Mediators to change: 1
46632026-08-24T20:08:35.670Z[ host-image] Aug 24 20:08:35.075 INFO O| Aug 24 20:08:35.075 INFO O| Services to change: 1
46642026-08-24T20:08:35.677Z[ host-image] Aug 24 20:08:35.086 INFO O| Aug 24 20:08:35.086 INFO O| Download: 0/1147 items 0.0/7.8MB 0% complete
46652026-08-24T20:08:36.018Z[verify-libraries] Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
46662026-08-24T20:08:36.200Z[ host-image] Aug 24 20:08:35.609 INFO O| Aug 24 20:08:35.609 INFO O| Download: Completed 7.84 MB in 0.52 seconds (15.0M/s)
46672026-08-24T20:08:36.236Z[ host-image] Aug 24 20:08:35.645 INFO O| Aug 24 20:08:35.645 INFO O| Actions: 1/1366 actions (Installing new actions)
46682026-08-24T20:08:36.250Z[verify-libraries] Compiling git-stub v1.0.0
46692026-08-24T20:08:36.442Z[verify-libraries] Compiling kstat-rs v0.2.5
46702026-08-24T20:08:36.471Z[ host-image] Aug 24 20:08:35.878 INFO O| Aug 24 20:08:35.878 INFO O| Actions: Completed 1366 actions in 0.23 seconds.
46712026-08-24T20:08:36.498Z[ recovery-image] Aug 24 20:08:35.907 INFO O| Aug 24 20:08:35.907 INFO O| Download: 7100/16682 items 73.5/200.0MB 36% complete (14.9M/s)
46722026-08-24T20:08:36.511Z[ host-image] Aug 24 20:08:35.920 INFO O| Aug 24 20:08:35.920 INFO O| Finalize: Updating package state database ... Done
46732026-08-24T20:08:36.511Z[ host-image] Aug 24 20:08:35.920 INFO O| Aug 24 20:08:35.920 INFO O| Finalize: Updating package cache ... Done
46742026-08-24T20:08:36.543Z[verify-libraries] Compiling trait-variant v0.1.2
46752026-08-24T20:08:36.572Z[verify-libraries] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
46762026-08-24T20:08:36.572Z[verify-libraries] Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
46772026-08-24T20:08:36.601Z[ host-image] Aug 24 20:08:36.010 INFO O| Aug 24 20:08:36.010 INFO O| Finalize: Updating image state ... Done
46782026-08-24T20:08:36.637Z[verify-libraries] Compiling git-stub-vcs v0.1.0
46792026-08-24T20:08:36.824Z[verify-libraries] Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
46802026-08-24T20:08:36.846Z[verify-libraries] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
46812026-08-24T20:08:36.938Z[verify-libraries] Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d)
46822026-08-24T20:08:37.046Z[verify-libraries] Compiling ghash v0.6.0
46832026-08-24T20:08:37.050Z[verify-libraries] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
46842026-08-24T20:08:37.119Z[verify-libraries] Compiling crypto-bigint v0.7.5
46852026-08-24T20:08:37.119Z[verify-libraries] Compiling aes v0.9.1
46862026-08-24T20:08:37.200Z[verify-libraries] Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
46872026-08-24T20:08:37.253Z[verify-libraries] Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
46882026-08-24T20:08:37.328Z[verify-libraries] Compiling pbkdf2 v0.13.0
46892026-08-24T20:08:37.570Z[verify-libraries] Compiling ctr v0.10.1
46902026-08-24T20:08:37.651Z[ host-image] Aug 24 20:08:37.060 INFO O| Aug 24 20:08:37.060 INFO O| Finalize: Creating fast lookup database ... Done
46912026-08-24T20:08:37.666Z[verify-libraries] Compiling bb8 v0.8.6
46922026-08-24T20:08:37.681Z[ host-image] Aug 24 20:08:37.090 INFO O| Aug 24 20:08:37.090 INFO O| Finalize: Reading search index ... Done
46932026-08-24T20:08:37.681Z[ host-image] Aug 24 20:08:37.090 INFO O| Aug 24 20:08:37.090 INFO O| Finalize: Updating search index ... Done
46942026-08-24T20:08:37.700Z[verify-libraries] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
46952026-08-24T20:08:37.743Z[ host-image] Aug 24 20:08:37.152 INFO O| Aug 24 20:08:37.152 INFO O| Finalize: Updating package cache ... Done
46962026-08-24T20:08:38.060Z[ host-image] Aug 24 20:08:37.469 INFO O| Aug 24 20:08:37.469 INFO STEP 13 (pkg_install) COMPLETE
46972026-08-24T20:08:38.060Z[ host-image] Aug 24 20:08:37.469 INFO O| Aug 24 20:08:37.469 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
46982026-08-24T20:08:38.071Z[ host-image] Aug 24 20:08:37.480 INFO O| Aug 24 20:08:37.479 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/driver/network/opte@0.41.506"]
46992026-08-24T20:08:38.147Z[verify-libraries] Compiling aead v0.6.1
47002026-08-24T20:08:38.172Z[verify-libraries] Compiling parking_lot_core v0.8.6
47012026-08-24T20:08:38.330Z[verify-libraries] Compiling aes-gcm v0.11.0
47022026-08-24T20:08:38.537Z[verify-libraries] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
47032026-08-24T20:08:38.577Z[verify-libraries] Compiling spki v0.8.0
47042026-08-24T20:08:38.647Z[verify-libraries] Compiling mime_guess v2.0.5
47052026-08-24T20:08:38.870Z[verify-libraries] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
47062026-08-24T20:08:38.945Z[verify-libraries] Compiling omicron-debug-dropbox v0.1.0 (https://github.com/oxidecomputer/omicron-debug-dropbox?rev=eb13fc7a0031261dd51a14a30a133155460f5c0a#eb13fc7a)
47072026-08-24T20:08:38.974Z[verify-libraries] Compiling salsa20 v0.11.0
47082026-08-24T20:08:39.143Z[verify-libraries] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
47092026-08-24T20:08:39.250Z[verify-libraries] Compiling nanorand v0.7.0
47102026-08-24T20:08:39.320Z[verify-libraries] Compiling scrypt v0.12.0
47112026-08-24T20:08:39.390Z[verify-libraries] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
47122026-08-24T20:08:39.656Z[verify-libraries] Compiling flume v0.11.1
47132026-08-24T20:08:39.806Z[verify-libraries] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
47142026-08-24T20:08:40.062Z[verify-libraries] Compiling olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
47152026-08-24T20:08:40.196Z[verify-libraries] Compiling cbc v0.2.1
47162026-08-24T20:08:40.284Z[verify-libraries] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e)
47172026-08-24T20:08:40.336Z[verify-libraries] Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
47182026-08-24T20:08:40.374Z[verify-libraries] Compiling nonempty v0.12.0
47192026-08-24T20:08:40.423Z[ host-image] Aug 24 20:08:39.832 INFO O| Aug 24 20:08:39.832 INFO O| Startup: Refreshing catalog 'helios' ... Done
47202026-08-24T20:08:40.467Z[verify-libraries] Compiling corncobs v0.1.4
47212026-08-24T20:08:40.529Z[verify-libraries] Compiling http-range v0.1.5
47222026-08-24T20:08:40.562Z[verify-libraries] Compiling progenitor v0.13.0
47232026-08-24T20:08:40.637Z[verify-libraries] Compiling pkcs5 v0.8.1
47242026-08-24T20:08:40.700Z[verify-libraries] Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
47252026-08-24T20:08:40.727Z[verify-libraries] Compiling tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
47262026-08-24T20:08:40.727Z[verify-libraries] Compiling parking_lot v0.11.2
47272026-08-24T20:08:40.807Z[verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
47282026-08-24T20:08:40.948Z[ host-image] Aug 24 20:08:40.357 INFO O| Aug 24 20:08:40.357 INFO O| Startup: Caching catalogs ... Done
47292026-08-24T20:08:41.172Z[verify-libraries] Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
47302026-08-24T20:08:41.208Z[verify-libraries] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
47312026-08-24T20:08:41.238Z[verify-libraries] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
47322026-08-24T20:08:41.301Z[verify-libraries] Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
47332026-08-24T20:08:41.330Z[verify-libraries] Compiling prefix-trie v0.7.0
47342026-08-24T20:08:41.409Z[ host-image] Aug 24 20:08:40.818 INFO O| Aug 24 20:08:40.818 INFO O| Planning: Solver setup ... Done
47352026-08-24T20:08:41.415Z[ host-image] Aug 24 20:08:40.824 INFO O| Aug 24 20:08:40.824 INFO O| Planning: Running solver ... Done
47362026-08-24T20:08:41.439Z[ host-image] Aug 24 20:08:40.847 INFO O| Aug 24 20:08:40.847 INFO O| Planning: Finding local manifests ... Done
47372026-08-24T20:08:41.443Z[verify-libraries] Compiling digest-io v0.1.0
47382026-08-24T20:08:41.454Z[ host-image] Aug 24 20:08:40.863 INFO O| Aug 24 20:08:40.863 INFO O| Planning: Fetching manifests: 0/1 0% complete
47392026-08-24T20:08:41.464Z[ host-image] Aug 24 20:08:40.873 INFO O| Aug 24 20:08:40.873 INFO O| Planning: Fetching manifests: 1/1 100% complete
47402026-08-24T20:08:41.503Z[ recovery-image] Aug 24 20:08:40.912 INFO O| Aug 24 20:08:40.912 INFO O| Download: 15549/16682 items 168.8/200.0MB 84% complete (16.9M/s)
47412026-08-24T20:08:41.576Z[ host-image] Aug 24 20:08:40.984 INFO O| Aug 24 20:08:40.984 INFO O| Planning: Package planning ... Done
47422026-08-24T20:08:41.576Z[ host-image] Aug 24 20:08:40.985 INFO O| Aug 24 20:08:40.985 INFO O| Planning: Merging actions ... Done
47432026-08-24T20:08:41.618Z[ host-image] Aug 24 20:08:41.026 INFO O| Aug 24 20:08:41.026 INFO O| Planning: Checking for conflicting actions ... Done
47442026-08-24T20:08:41.621Z[ host-image] Aug 24 20:08:41.027 INFO O| Aug 24 20:08:41.027 INFO O| Planning: Consolidating action changes ... Done
47452026-08-24T20:08:41.674Z[verify-libraries] Compiling secrecy v0.8.0
47462026-08-24T20:08:41.767Z[ host-image] Aug 24 20:08:41.176 INFO O| Aug 24 20:08:41.176 INFO O| Planning: Evaluating mediators ... Done
47472026-08-24T20:08:41.771Z[ host-image] Aug 24 20:08:41.177 INFO O| Aug 24 20:08:41.177 INFO O| Planning: Planning completed in 0.80 seconds
47482026-08-24T20:08:41.771Z[ host-image] Aug 24 20:08:41.177 INFO O| Aug 24 20:08:41.177 INFO O| Packages to install: 1
47492026-08-24T20:08:41.779Z[ host-image] Aug 24 20:08:41.188 INFO O| Aug 24 20:08:41.188 INFO O| Download: 0/4 items 0.0/13.3MB 0% complete
47502026-08-24T20:08:41.823Z[verify-libraries] Compiling rawzip v0.4.4
47512026-08-24T20:08:41.909Z[verify-libraries] Compiling hickory-server v0.25.2
47522026-08-24T20:08:42.001Z[ host-image] Aug 24 20:08:41.409 INFO O| Aug 24 20:08:41.409 INFO O| Download: Completed 13.27 MB in 0.22 seconds (59.9M/s)
47532026-08-24T20:08:42.024Z[ host-image] Aug 24 20:08:41.433 INFO O| Aug 24 20:08:41.432 INFO O| Actions: 1/22 actions (Installing new actions)
47542026-08-24T20:08:42.142Z[verify-libraries] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
47552026-08-24T20:08:42.335Z[ host-image] Aug 24 20:08:41.744 INFO O| Aug 24 20:08:41.744 INFO O| Actions: Completed 22 actions in 0.31 seconds.
47562026-08-24T20:08:42.347Z[ recovery-image] Aug 24 20:08:41.756 INFO O| Aug 24 20:08:41.756 INFO O| Download: Completed 200.00 MB in 10.87 seconds (18.3M/s)
47572026-08-24T20:08:42.372Z[verify-libraries] Compiling hyper-staticfile v0.10.1
47582026-08-24T20:08:42.376Z[ host-image] Aug 24 20:08:41.785 INFO O| Aug 24 20:08:41.785 INFO O| Finalize: Updating package state database ... Done
47592026-08-24T20:08:42.376Z[ host-image] Aug 24 20:08:41.785 INFO O| Aug 24 20:08:41.785 INFO O| Finalize: Updating package cache ... Done
47602026-08-24T20:08:42.502Z[ host-image] Aug 24 20:08:41.910 INFO O| Aug 24 20:08:41.910 INFO O| Finalize: Updating image state ... Done
47612026-08-24T20:08:42.619Z[ recovery-image] Aug 24 20:08:42.026 INFO O| Aug 24 20:08:42.026 INFO O| Actions: 1/27580 actions (Installing new actions)
47622026-08-24T20:08:42.629Z[verify-libraries] Compiling pkcs8 v0.11.0
47632026-08-24T20:08:42.667Z[verify-libraries] Compiling sled v0.34.7
47642026-08-24T20:08:42.667Z[verify-libraries] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
47652026-08-24T20:08:43.001Z[verify-libraries] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
47662026-08-24T20:08:43.090Z[verify-libraries] Compiling ignore v0.4.25
47672026-08-24T20:08:43.267Z[verify-libraries] Compiling anstyle-parse v0.2.7
47682026-08-24T20:08:43.551Z[verify-libraries] Compiling tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
47692026-08-24T20:08:43.557Z[ host-image] Aug 24 20:08:42.967 INFO O| Aug 24 20:08:42.966 INFO O| Finalize: Creating fast lookup database ... Done
47702026-08-24T20:08:43.606Z[ host-image] Aug 24 20:08:43.015 INFO O| Aug 24 20:08:43.015 INFO O| Finalize: Reading search index ... Done
47712026-08-24T20:08:43.606Z[ host-image] Aug 24 20:08:43.015 INFO O| Aug 24 20:08:43.015 INFO O| Finalize: Updating search index ... Done
47722026-08-24T20:08:43.616Z[verify-libraries] Compiling ff v0.14.0
47732026-08-24T20:08:43.621Z[ host-image] Aug 24 20:08:43.029 INFO O| Aug 24 20:08:43.029 INFO O| Finalize: Updating package cache ... Done
47742026-08-24T20:08:43.729Z[verify-libraries] Compiling illumos-nvpair-sys v0.2.0
47752026-08-24T20:08:43.955Z[ host-image] Aug 24 20:08:43.364 INFO O| Aug 24 20:08:43.364 INFO STEP 14 (pkg_install) COMPLETE
47762026-08-24T20:08:43.955Z[ host-image] Aug 24 20:08:43.364 INFO O| Aug 24 20:08:43.364 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
47772026-08-24T20:08:43.955Z[ host-image] Aug 24 20:08:43.364 INFO O| Aug 24 20:08:43.364 INFO skip step because feature "mbist" is not enabled
47782026-08-24T20:08:43.959Z[ host-image] Aug 24 20:08:43.364 INFO O| Aug 24 20:08:43.364 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
47792026-08-24T20:08:43.959Z[ host-image] Aug 24 20:08:43.364 INFO O| Aug 24 20:08:43.364 INFO skip step because feature "mfg" is not enabled
47802026-08-24T20:08:43.959Z[ host-image] Aug 24 20:08:43.364 INFO O| Aug 24 20:08:43.364 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
47812026-08-24T20:08:43.959Z[ host-image] Aug 24 20:08:43.364 INFO O| Aug 24 20:08:43.364 INFO skip step because feature "compliance" is not enabled
47822026-08-24T20:08:43.959Z[ host-image] Aug 24 20:08:43.364 INFO O| Aug 24 20:08:43.364 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
47832026-08-24T20:08:43.959Z[ host-image] Aug 24 20:08:43.364 INFO O| Aug 24 20:08:43.364 INFO skip step because feature "stress" is not enabled
47842026-08-24T20:08:43.959Z[ host-image] Aug 24 20:08:43.364 INFO O| Aug 24 20:08:43.364 INFO STEP 19: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
47852026-08-24T20:08:43.959Z[ host-image] Aug 24 20:08:43.364 INFO O| Aug 24 20:08:43.364 INFO skip step because feature "compliance" is not enabled
47862026-08-24T20:08:43.959Z[ host-image] Aug 24 20:08:43.364 INFO O| Aug 24 20:08:43.364 INFO STEP 20: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
47872026-08-24T20:08:43.959Z[ host-image] Aug 24 20:08:43.364 INFO O| Aug 24 20:08:43.364 INFO skip step because feature "nfs" is not enabled
47882026-08-24T20:08:43.959Z[ host-image] Aug 24 20:08:43.364 INFO O| Aug 24 20:08:43.364 INFO creating output snapshot rpool/images/build/host/work/sled/ramdisk@os
47892026-08-24T20:08:43.959Z[ host-image] Aug 24 20:08:43.364 INFO O| Aug 24 20:08:43.364 INFO CREATE SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@os
47902026-08-24T20:08:44.003Z[verify-libraries] Compiling globwalk v0.9.1
47912026-08-24T20:08:44.043Z[verify-libraries] Compiling anstream v0.6.21
47922026-08-24T20:08:44.070Z[verify-libraries] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
47932026-08-24T20:08:44.125Z[verify-libraries] Compiling predicates-tree v1.0.13
47942026-08-24T20:08:44.160Z[ host-image] Aug 24 20:08:43.569 INFO O| Aug 24 20:08:43.569 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/ramdisk-01-os
47952026-08-24T20:08:44.331Z[verify-libraries] Compiling libz-sys v1.1.24
47962026-08-24T20:08:44.360Z[ host-image] Aug 24 20:08:43.768 INFO O| Aug 24 20:08:43.768 INFO completed processing sled/ramdisk-01-os
47972026-08-24T20:08:44.364Z[ host-image] Aug 24 20:08:43.770 INFO omicron1 baseline generation...
47982026-08-24T20:08:44.364Z[ host-image] Aug 24 20:08:43.770 INFO exec: ["/usr/lib/brand/omicron1/baseline", "-R", "/rpool/images/build/host/work/sled/ramdisk", "/work/oxidecomputer/helios/tmp/image.host/omicron1"], pwd: None
47992026-08-24T20:08:44.538Z[verify-libraries] Compiling rand_seeder v0.4.0
48002026-08-24T20:08:44.708Z[verify-libraries] Compiling camino-tempfile-ext v0.3.3
48012026-08-24T20:08:44.791Z[ host-image] Aug 24 20:08:44.193 INFO O| incorp = pkg://helios/consolidation/osnet/osnet-incorporation@0.5.11-3.0.24213:20260824T152218Z
48022026-08-24T20:08:45.026Z[verify-libraries] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
48032026-08-24T20:08:45.207Z[verify-libraries] Compiling group v0.14.0
48042026-08-24T20:08:45.257Z[verify-libraries] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
48052026-08-24T20:08:45.396Z[verify-libraries] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
48062026-08-24T20:08:45.480Z[verify-libraries] Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
48072026-08-24T20:08:45.582Z[verify-libraries] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
48082026-08-24T20:08:45.669Z[verify-libraries] Compiling signature v3.0.0
48092026-08-24T20:08:45.673Z[verify-libraries] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
48102026-08-24T20:08:45.681Z[verify-libraries] Compiling instability v0.3.11
48112026-08-24T20:08:46.023Z[verify-libraries] Compiling base16ct v1.0.0
48122026-08-24T20:08:46.156Z[verify-libraries] Compiling illumos-nvpair v0.3.0
48132026-08-24T20:08:46.258Z[verify-libraries] Compiling sec1 v0.8.1
48142026-08-24T20:08:46.315Z[verify-libraries] Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
48152026-08-24T20:08:46.425Z[verify-libraries] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
48162026-08-24T20:08:46.478Z[verify-libraries] Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
48172026-08-24T20:08:46.482Z[verify-libraries] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
48182026-08-24T20:08:46.663Z[verify-libraries] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
48192026-08-24T20:08:46.712Z[verify-libraries] Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
48202026-08-24T20:08:46.752Z[verify-libraries] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
48212026-08-24T20:08:47.029Z[verify-libraries] Compiling scuffle v0.1.0
48222026-08-24T20:08:47.075Z[verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
48232026-08-24T20:08:47.123Z[verify-libraries] Compiling hkdf v0.13.0
48242026-08-24T20:08:47.431Z[verify-libraries] Compiling libgit2-sys v0.18.3+1.9.2
48252026-08-24T20:08:47.496Z[verify-libraries] Compiling castaway v0.2.4
48262026-08-24T20:08:47.617Z[ recovery-image] Aug 24 20:08:47.026 INFO O| Aug 24 20:08:47.026 INFO O| Actions: 20804/27580 actions (Installing new actions)
48272026-08-24T20:08:47.751Z[verify-libraries] Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
48282026-08-24T20:08:47.854Z[verify-libraries] Compiling indoc v2.0.7
48292026-08-24T20:08:47.926Z[verify-libraries] Compiling sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
48302026-08-24T20:08:48.117Z[verify-libraries] Compiling compact_str v0.8.1
48312026-08-24T20:08:48.263Z[verify-libraries] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
48322026-08-24T20:08:48.687Z[verify-libraries] Compiling elliptic-curve v0.14.1
48332026-08-24T20:08:48.787Z[ recovery-image] Aug 24 20:08:48.196 INFO O| Aug 24 20:08:48.196 INFO O| Actions: Completed 27580 actions in 6.17 seconds.
48342026-08-24T20:08:48.793Z[verify-libraries] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
48352026-08-24T20:08:48.866Z[ recovery-image] Aug 24 20:08:48.274 INFO O| Aug 24 20:08:48.274 INFO O| Finalize: Updating package state database ... Done
48362026-08-24T20:08:48.866Z[ recovery-image] Aug 24 20:08:48.275 INFO O| Aug 24 20:08:48.274 INFO O| Finalize: Updating package cache ... Done
48372026-08-24T20:08:48.992Z[ recovery-image] Aug 24 20:08:48.401 INFO O| Aug 24 20:08:48.401 INFO O| Finalize: Updating image state ... Done
48382026-08-24T20:08:49.227Z[verify-libraries] Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
48392026-08-24T20:08:49.339Z[verify-libraries] Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
48402026-08-24T20:08:49.432Z[verify-libraries] Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
48412026-08-24T20:08:49.548Z[verify-libraries] Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
48422026-08-24T20:08:49.728Z[verify-libraries] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
48432026-08-24T20:08:49.733Z[ recovery-image] Aug 24 20:08:49.142 INFO O| Aug 24 20:08:49.142 INFO O| Finalize: Creating fast lookup database ... Done
48442026-08-24T20:08:49.750Z[ recovery-image] Aug 24 20:08:49.159 INFO O| Aug 24 20:08:49.159 INFO O| Finalize: Reading search index ... Done
48452026-08-24T20:08:49.791Z[verify-libraries] Compiling lru v0.12.5
48462026-08-24T20:08:49.928Z[verify-libraries] Compiling unicode-truncate v1.1.0
48472026-08-24T20:08:49.981Z[verify-libraries] Compiling sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common)
48482026-08-24T20:08:50.014Z[verify-libraries] Compiling arc-swap v1.8.2
48492026-08-24T20:08:50.135Z[verify-libraries] Compiling cassowary v0.3.0
48502026-08-24T20:08:50.421Z[verify-libraries] Compiling slog-scope v4.4.1
48512026-08-24T20:08:50.516Z[verify-libraries] Compiling ratatui v0.29.0
48522026-08-24T20:08:50.519Z[verify-libraries] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
48532026-08-24T20:08:50.519Z[verify-libraries] Compiling wnaf v0.14.0
48542026-08-24T20:08:50.775Z[verify-libraries] Compiling diesel-dtrace v0.5.0
48552026-08-24T20:08:50.838Z[verify-libraries] Compiling async-bb8-diesel v0.2.1
48562026-08-24T20:08:51.173Z[verify-libraries] Compiling primefield v0.14.0
48572026-08-24T20:08:51.248Z[verify-libraries] Compiling rfc6979 v0.6.0
48582026-08-24T20:08:51.286Z[verify-libraries] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
48592026-08-24T20:08:51.405Z[verify-libraries] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
48602026-08-24T20:08:51.500Z[ recovery-image] Aug 24 20:08:50.909 INFO O| Aug 24 20:08:50.908 INFO O| Finalize: Building new search index ... Done
48612026-08-24T20:08:51.522Z[verify-libraries] Compiling signal-hook-tokio v0.3.1
48622026-08-24T20:08:51.635Z[verify-libraries] Compiling vergen-git2 v9.1.0
48632026-08-24T20:08:51.777Z[verify-libraries] Compiling strsim v0.10.0
48642026-08-24T20:08:51.822Z[verify-libraries] Compiling primeorder v0.14.0
48652026-08-24T20:08:51.831Z[ recovery-image] Aug 24 20:08:51.240 INFO O| Aug 24 20:08:51.239 INFO O| Finalize: Updating package cache ... Done
48662026-08-24T20:08:51.907Z[verify-libraries] Compiling ecdsa v0.17.0
48672026-08-24T20:08:52.139Z[verify-libraries] Compiling darling_core v0.13.4
48682026-08-24T20:08:52.225Z[ recovery-image] Aug 24 20:08:51.634 INFO O| Aug 24 20:08:51.634 INFO STEP 11 (pkg_install) COMPLETE
48692026-08-24T20:08:52.225Z[ recovery-image] Aug 24 20:08:51.634 INFO O| Aug 24 20:08:51.634 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
48702026-08-24T20:08:52.229Z[ recovery-image] Aug 24 20:08:51.634 INFO O| Aug 24 20:08:51.634 INFO skip step because feature "recovery" is enabled
48712026-08-24T20:08:52.229Z[ recovery-image] Aug 24 20:08:51.634 INFO O| Aug 24 20:08:51.634 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
48722026-08-24T20:08:52.229Z[ recovery-image] Aug 24 20:08:51.634 INFO O| Aug 24 20:08:51.634 INFO skip step because feature "omicron1" is not enabled
48732026-08-24T20:08:52.229Z[ recovery-image] Aug 24 20:08:51.634 INFO O| Aug 24 20:08:51.634 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
48742026-08-24T20:08:52.235Z[ recovery-image] Aug 24 20:08:51.644 INFO O| Aug 24 20:08:51.644 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "install", "/driver/network/opte@0.41.506"]
48752026-08-24T20:08:52.353Z[verify-libraries] Compiling slog-stdlog v4.1.1
48762026-08-24T20:08:52.410Z[verify-libraries] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
48772026-08-24T20:08:52.555Z[verify-libraries] Compiling tungstenite v0.23.0
48782026-08-24T20:08:52.643Z[verify-libraries] Compiling curve25519-dalek v5.0.0
48792026-08-24T20:08:52.912Z[verify-libraries] Compiling console v0.16.2
48802026-08-24T20:08:53.098Z[verify-libraries] Compiling libsw-core v0.3.2
48812026-08-24T20:08:53.195Z[verify-libraries] Compiling void v1.0.2
48822026-08-24T20:08:53.354Z[verify-libraries] Compiling unit-prefix v0.5.2
48832026-08-24T20:08:53.413Z[verify-libraries] Compiling assert_matches v1.5.0
48842026-08-24T20:08:53.504Z[verify-libraries] Compiling lzss v0.8.2
48852026-08-24T20:08:53.564Z[verify-libraries] Compiling indicatif v0.18.4
48862026-08-24T20:08:53.602Z[verify-libraries] Compiling libsw v3.5.0
48872026-08-24T20:08:53.684Z[verify-libraries] Compiling tokio-tungstenite v0.23.1
48882026-08-24T20:08:53.805Z[verify-libraries] Compiling slog-envlogger v2.2.0
48892026-08-24T20:08:53.869Z[verify-libraries] Compiling ssh-encoding v0.3.0
48902026-08-24T20:08:53.873Z[verify-libraries] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
48912026-08-24T20:08:54.185Z[verify-libraries] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
48922026-08-24T20:08:54.231Z[verify-libraries] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
48932026-08-24T20:08:54.317Z[verify-libraries] Compiling darling_macro v0.13.4
48942026-08-24T20:08:54.347Z[verify-libraries] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
48952026-08-24T20:08:54.354Z[verify-libraries] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
48962026-08-24T20:08:54.475Z[verify-libraries] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
48972026-08-24T20:08:54.613Z[verify-libraries] Compiling nix v0.27.1
48982026-08-24T20:08:54.667Z[verify-libraries] Compiling colored v2.2.0
48992026-08-24T20:08:54.693Z[verify-libraries] Compiling blake3 v1.8.5
49002026-08-24T20:08:54.754Z[verify-libraries] Compiling serde_bytes v0.11.19
49012026-08-24T20:08:54.883Z[verify-libraries] Compiling keccak v0.2.0
49022026-08-24T20:08:55.047Z[verify-libraries] Compiling shell-words v1.1.1
49032026-08-24T20:08:55.084Z[verify-libraries] Compiling darling v0.13.4
49042026-08-24T20:08:55.247Z[verify-libraries] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
49052026-08-24T20:08:55.297Z[verify-libraries] Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
49062026-08-24T20:08:55.484Z[verify-libraries] Compiling oxide-update-engine-display v0.1.2
49072026-08-24T20:08:55.678Z[verify-libraries] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
49082026-08-24T20:08:55.699Z[verify-libraries] Compiling ed25519 v3.0.0
49092026-08-24T20:08:55.998Z[verify-libraries] Compiling crypto-primes v0.7.2
49102026-08-24T20:08:56.169Z[verify-libraries] Compiling pkcs1 v0.8.0-rc.4
49112026-08-24T20:08:56.691Z[verify-libraries] Compiling poly1305 v0.9.0
49122026-08-24T20:08:56.987Z[verify-libraries] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
49132026-08-24T20:08:57.143Z[verify-libraries] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
49142026-08-24T20:08:57.203Z[verify-libraries] Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
49152026-08-24T20:08:57.484Z[verify-libraries] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
49162026-08-24T20:08:57.607Z[verify-libraries] Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
49172026-08-24T20:08:57.644Z[verify-libraries] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
49182026-08-24T20:08:57.649Z[verify-libraries] Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
49192026-08-24T20:08:57.778Z[verify-libraries] Compiling blowfish v0.10.0
49202026-08-24T20:08:57.940Z[verify-libraries] Compiling blake2 v0.11.0-rc.6
49212026-08-24T20:08:57.986Z[verify-libraries] Compiling petname v2.0.2
49222026-08-24T20:08:58.043Z[verify-libraries] Compiling arrayvec v0.7.6
49232026-08-24T20:08:58.108Z[verify-libraries] Compiling constant_time_eq v0.4.2
49242026-08-24T20:08:58.149Z[verify-libraries] Compiling arrayref v0.3.9
49252026-08-24T20:08:58.189Z[ recovery-image] Aug 24 20:08:57.598 INFO O| Aug 24 20:08:57.598 INFO O| Startup: Refreshing catalog 'helios' ... Done
49262026-08-24T20:08:58.402Z[verify-libraries] Compiling bcrypt-pbkdf v0.11.0
49272026-08-24T20:08:58.470Z[verify-libraries] Compiling argon2 v0.6.0-rc.8
49282026-08-24T20:08:58.656Z[ recovery-image] Aug 24 20:08:58.065 INFO O| Aug 24 20:08:58.065 INFO O| Startup: Caching catalogs ... Done
49292026-08-24T20:08:58.739Z[verify-libraries] Compiling rsa v0.10.0-rc.18
49302026-08-24T20:08:58.783Z[verify-libraries] Compiling ssh-cipher v0.3.0
49312026-08-24T20:08:58.809Z[verify-libraries] Compiling ed25519-dalek v3.0.0
49322026-08-24T20:08:58.868Z[verify-libraries] Compiling serde_with_macros v1.5.2
49332026-08-24T20:08:58.907Z[verify-libraries] Compiling sha3 v0.11.0
49342026-08-24T20:08:58.907Z[verify-libraries] Compiling p256 v0.14.0
49352026-08-24T20:08:59.041Z[verify-libraries] Compiling p384 v0.14.0
49362026-08-24T20:08:59.081Z[ recovery-image] Aug 24 20:08:58.490 INFO O| Aug 24 20:08:58.490 INFO O| Planning: Solver setup ... Done
49372026-08-24T20:08:59.086Z[ recovery-image] Aug 24 20:08:58.495 INFO O| Aug 24 20:08:58.495 INFO O| Planning: Running solver ... Done
49382026-08-24T20:08:59.164Z[ recovery-image] Aug 24 20:08:58.573 INFO O| Aug 24 20:08:58.573 INFO O| Planning: Finding local manifests ... Done
49392026-08-24T20:08:59.208Z[ recovery-image] Aug 24 20:08:58.617 INFO O| Aug 24 20:08:58.617 INFO O| Planning: Fetching manifests: 0/1 0% complete
49402026-08-24T20:08:59.223Z[ recovery-image] Aug 24 20:08:58.632 INFO O| Aug 24 20:08:58.632 INFO O| Planning: Fetching manifests: 1/1 100% complete
49412026-08-24T20:08:59.346Z[ recovery-image] Aug 24 20:08:58.746 INFO O| Aug 24 20:08:58.745 INFO O| Planning: Package planning ... Done
49422026-08-24T20:08:59.346Z[ recovery-image] Aug 24 20:08:58.746 INFO O| Aug 24 20:08:58.746 INFO O| Planning: Merging actions ... Done
49432026-08-24T20:08:59.356Z[ recovery-image] Aug 24 20:08:58.765 INFO O| Aug 24 20:08:58.765 INFO O| Planning: Checking for conflicting actions ... Done
49442026-08-24T20:08:59.360Z[ recovery-image] Aug 24 20:08:58.766 INFO O| Aug 24 20:08:58.766 INFO O| Planning: Consolidating action changes ... Done
49452026-08-24T20:08:59.365Z[verify-libraries] Compiling p521 v0.14.0
49462026-08-24T20:08:59.442Z[verify-libraries] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
49472026-08-24T20:08:59.455Z[ recovery-image] Aug 24 20:08:58.862 INFO O| Aug 24 20:08:58.862 INFO O| Planning: Evaluating mediators ... Done
49482026-08-24T20:08:59.455Z[ recovery-image] Aug 24 20:08:58.863 INFO O| Aug 24 20:08:58.863 INFO O| Planning: Planning completed in 0.78 seconds
49492026-08-24T20:08:59.456Z[ recovery-image] Aug 24 20:08:58.863 INFO O| Aug 24 20:08:58.863 INFO O| Packages to install: 1
49502026-08-24T20:08:59.467Z[ recovery-image] Aug 24 20:08:58.876 INFO O| Aug 24 20:08:58.876 INFO O| Download: 0/4 items 0.0/13.3MB 0% complete
49512026-08-24T20:08:59.643Z[verify-libraries] Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
49522026-08-24T20:08:59.725Z[verify-libraries] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
49532026-08-24T20:08:59.797Z[verify-libraries] Compiling twox-hash v2.1.2
49542026-08-24T20:08:59.848Z[ recovery-image] Aug 24 20:08:59.257 INFO O| Aug 24 20:08:59.257 INFO O| Download: Completed 13.27 MB in 0.38 seconds (34.8M/s)
49552026-08-24T20:08:59.891Z[ recovery-image] Aug 24 20:08:59.299 INFO O| Aug 24 20:08:59.299 INFO O| Actions: 1/22 actions (Installing new actions)
49562026-08-24T20:09:00.108Z[verify-libraries] Compiling kem v0.3.0
49572026-08-24T20:09:00.115Z[ recovery-image] Aug 24 20:08:59.524 INFO O| Aug 24 20:08:59.524 INFO O| Actions: Completed 22 actions in 0.22 seconds.
49582026-08-24T20:09:00.155Z[ recovery-image] Aug 24 20:08:59.564 INFO O| Aug 24 20:08:59.564 INFO O| Finalize: Updating package state database ... Done
49592026-08-24T20:09:00.155Z[ recovery-image] Aug 24 20:08:59.564 INFO O| Aug 24 20:08:59.564 INFO O| Finalize: Updating package cache ... Done
49602026-08-24T20:09:00.250Z[verify-libraries] Compiling module-lattice v0.2.3
49612026-08-24T20:09:00.254Z[ recovery-image] Aug 24 20:08:59.659 INFO O| Aug 24 20:08:59.659 INFO O| Finalize: Updating image state ... Done
49622026-08-24T20:09:00.302Z[verify-libraries] Compiling atty v0.2.14
49632026-08-24T20:09:00.340Z[verify-libraries] Compiling rtoolbox v0.0.3
49642026-08-24T20:09:00.446Z[verify-libraries] Compiling topological-sort v0.2.2
49652026-08-24T20:09:00.470Z[verify-libraries] Compiling sponge-cursor v0.1.0
49662026-08-24T20:09:00.570Z[verify-libraries] Compiling rpassword v7.5.4
49672026-08-24T20:09:00.641Z[verify-libraries] Compiling omicron-zone-package v0.12.3
49682026-08-24T20:09:00.672Z[verify-libraries] Compiling sha3 v0.12.0
49692026-08-24T20:09:00.713Z[verify-libraries] Compiling ml-kem v0.3.2
49702026-08-24T20:09:00.836Z[verify-libraries] Compiling serde_with v1.14.0
49712026-08-24T20:09:00.893Z[ recovery-image] Aug 24 20:09:00.302 INFO O| Aug 24 20:09:00.302 INFO O| Finalize: Creating fast lookup database ... Done
49722026-08-24T20:09:00.920Z[ recovery-image] Aug 24 20:09:00.318 INFO O| Aug 24 20:09:00.318 INFO O| Finalize: Reading search index ... Done
49732026-08-24T20:09:00.920Z[ recovery-image] Aug 24 20:09:00.318 INFO O| Aug 24 20:09:00.318 INFO O| Finalize: Updating search index ... Done
49742026-08-24T20:09:00.923Z[ recovery-image] Aug 24 20:09:00.329 INFO O| Aug 24 20:09:00.329 INFO O| Finalize: Updating package cache ... Done
49752026-08-24T20:09:01.167Z[ recovery-image] Aug 24 20:09:00.576 INFO O| Aug 24 20:09:00.576 INFO STEP 14 (pkg_install) COMPLETE
49762026-08-24T20:09:01.167Z[ recovery-image] Aug 24 20:09:00.576 INFO O| Aug 24 20:09:00.576 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49772026-08-24T20:09:01.167Z[ recovery-image] Aug 24 20:09:00.576 INFO O| Aug 24 20:09:00.576 INFO skip step because feature "mbist" is not enabled
49782026-08-24T20:09:01.170Z[ recovery-image] Aug 24 20:09:00.576 INFO O| Aug 24 20:09:00.576 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49792026-08-24T20:09:01.170Z[ recovery-image] Aug 24 20:09:00.576 INFO O| Aug 24 20:09:00.576 INFO skip step because feature "mfg" is not enabled
49802026-08-24T20:09:01.171Z[ recovery-image] Aug 24 20:09:00.576 INFO O| Aug 24 20:09:00.576 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49812026-08-24T20:09:01.171Z[ recovery-image] Aug 24 20:09:00.576 INFO O| Aug 24 20:09:00.576 INFO skip step because feature "compliance" is not enabled
49822026-08-24T20:09:01.171Z[ recovery-image] Aug 24 20:09:00.576 INFO O| Aug 24 20:09:00.576 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49832026-08-24T20:09:01.171Z[ recovery-image] Aug 24 20:09:00.576 INFO O| Aug 24 20:09:00.576 INFO skip step because feature "stress" is not enabled
49842026-08-24T20:09:01.171Z[ recovery-image] Aug 24 20:09:00.576 INFO O| Aug 24 20:09:00.576 INFO STEP 19: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49852026-08-24T20:09:01.171Z[ recovery-image] Aug 24 20:09:00.576 INFO O| Aug 24 20:09:00.576 INFO skip step because feature "compliance" is not enabled
49862026-08-24T20:09:01.171Z[ recovery-image] Aug 24 20:09:00.576 INFO O| Aug 24 20:09:00.576 INFO STEP 20: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49872026-08-24T20:09:01.171Z[ recovery-image] Aug 24 20:09:00.576 INFO O| Aug 24 20:09:00.576 INFO skip step because feature "nfs" is not enabled
49882026-08-24T20:09:01.171Z[ recovery-image] Aug 24 20:09:00.576 INFO O| Aug 24 20:09:00.576 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@os
49892026-08-24T20:09:01.171Z[ recovery-image] Aug 24 20:09:00.576 INFO O| Aug 24 20:09:00.576 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@os
49902026-08-24T20:09:01.345Z[verify-libraries] Compiling russh-cryptovec v0.62.0
49912026-08-24T20:09:01.514Z[ recovery-image] Aug 24 20:09:00.921 INFO O| Aug 24 20:09:00.921 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
49922026-08-24T20:09:01.630Z[ recovery-image] Aug 24 20:09:01.039 INFO O| Aug 24 20:09:01.034 INFO completed processing sled/ramdisk-01-os
49932026-08-24T20:09:01.630Z[ recovery-image] Aug 24 20:09:01.039 INFO image builder template: ramdisk-02-trim...
49942026-08-24T20:09:01.634Z[ recovery-image] Aug 24 20:09:01.039 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/.tmp0Z1tUc/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
49952026-08-24T20:09:01.643Z[verify-libraries] Compiling tui-tree-widget v0.23.1
49962026-08-24T20:09:01.662Z[ recovery-image] Aug 24 20:09:01.071 INFO O| Aug 24 20:09:01.058 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
49972026-08-24T20:09:01.662Z[ recovery-image] Aug 24 20:09:01.071 INFO O| Aug 24 20:09:01.063 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
49982026-08-24T20:09:01.750Z[verify-libraries] Compiling wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
49992026-08-24T20:09:01.767Z[ recovery-image] Aug 24 20:09:01.176 INFO O| Aug 24 20:09:01.176 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-02-trim: sync = disabled
50002026-08-24T20:09:01.821Z[verify-libraries] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
50012026-08-24T20:09:01.862Z[ recovery-image] Aug 24 20:09:01.271 INFO O| Aug 24 20:09:01.271 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
50022026-08-24T20:09:01.862Z[ recovery-image] Aug 24 20:09:01.271 INFO O| Aug 24 20:09:01.271 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
50032026-08-24T20:09:01.867Z[ recovery-image] Aug 24 20:09:01.276 INFO O| Aug 24 20:09:01.276 INFO looking for output snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
50042026-08-24T20:09:01.876Z[ recovery-image] Aug 24 20:09:01.280 INFO O| Aug 24 20:09:01.280 INFO looking for input snapshot rpool/images/build/recovery/work/sled/ramdisk@os
50052026-08-24T20:09:01.876Z[ recovery-image] Aug 24 20:09:01.285 INFO O| Aug 24 20:09:01.285 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@os
50062026-08-24T20:09:01.945Z[verify-libraries] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
50072026-08-24T20:09:02.169Z[verify-libraries] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
50082026-08-24T20:09:02.203Z[verify-libraries] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
50092026-08-24T20:09:02.343Z[verify-libraries] Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
50102026-08-24T20:09:02.914Z[ recovery-image] Aug 24 20:09:02.323 INFO O| Aug 24 20:09:02.323 INFO rolled back to input snapshot; work may begin
50112026-08-24T20:09:02.914Z[ recovery-image] Aug 24 20:09:02.323 INFO O| Aug 24 20:09:02.323 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
50122026-08-24T20:09:02.918Z[ recovery-image] Aug 24 20:09:02.327 INFO O| Aug 24 20:09:02.327 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50132026-08-24T20:09:02.927Z[ recovery-image] Aug 24 20:09:02.336 INFO O| Aug 24 20:09:02.336 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/var/pkg"
50142026-08-24T20:09:02.969Z[ recovery-image] Aug 24 20:09:02.378 INFO O| Aug 24 20:09:02.378 INFO STEP 0 (remove_files) COMPLETE
50152026-08-24T20:09:02.969Z[ recovery-image] Aug 24 20:09:02.378 INFO O| Aug 24 20:09:02.378 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50162026-08-24T20:09:02.978Z[ recovery-image] Aug 24 20:09:02.387 INFO O| Aug 24 20:09:02.387 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/xpg4"
50172026-08-24T20:09:02.982Z[ recovery-image] Aug 24 20:09:02.389 INFO O| Aug 24 20:09:02.389 INFO STEP 1 (remove_files) COMPLETE
50182026-08-24T20:09:02.982Z[ recovery-image] Aug 24 20:09:02.389 INFO O| Aug 24 20:09:02.389 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50192026-08-24T20:09:02.989Z[ recovery-image] Aug 24 20:09:02.398 INFO O| Aug 24 20:09:02.398 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/include"
50202026-08-24T20:09:03.004Z[ recovery-image] Aug 24 20:09:02.412 INFO O| Aug 24 20:09:02.412 INFO STEP 2 (remove_files) COMPLETE
50212026-08-24T20:09:03.004Z[ recovery-image] Aug 24 20:09:02.412 INFO O| Aug 24 20:09:02.412 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50222026-08-24T20:09:03.014Z[ recovery-image] Aug 24 20:09:02.422 INFO O| Aug 24 20:09:02.422 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/demo"
50232026-08-24T20:09:03.017Z[ recovery-image] Aug 24 20:09:02.424 INFO O| Aug 24 20:09:02.424 INFO STEP 3 (remove_files) COMPLETE
50242026-08-24T20:09:03.018Z[ recovery-image] Aug 24 20:09:02.424 INFO O| Aug 24 20:09:02.424 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50252026-08-24T20:09:03.024Z[ recovery-image] Aug 24 20:09:02.433 INFO O| Aug 24 20:09:02.433 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/help"
50262026-08-24T20:09:03.028Z[ recovery-image] Aug 24 20:09:02.437 INFO O| Aug 24 20:09:02.437 INFO STEP 4 (remove_files) COMPLETE
50272026-08-24T20:09:03.028Z[ recovery-image] Aug 24 20:09:02.437 INFO O| Aug 24 20:09:02.437 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50282026-08-24T20:09:03.037Z[ recovery-image] Aug 24 20:09:02.446 INFO O| Aug 24 20:09:02.446 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/doc"
50292026-08-24T20:09:03.037Z[ recovery-image] Aug 24 20:09:02.446 INFO O| Aug 24 20:09:02.446 INFO STEP 5 (remove_files) COMPLETE
50302026-08-24T20:09:03.037Z[ recovery-image] Aug 24 20:09:02.446 INFO O| Aug 24 20:09:02.446 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50312026-08-24T20:09:03.046Z[ recovery-image] Aug 24 20:09:02.455 INFO O| Aug 24 20:09:02.455 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bash-completion"
50322026-08-24T20:09:03.059Z[ recovery-image] Aug 24 20:09:02.467 INFO O| Aug 24 20:09:02.467 INFO STEP 6 (remove_files) COMPLETE
50332026-08-24T20:09:03.059Z[ recovery-image] Aug 24 20:09:02.467 INFO O| Aug 24 20:09:02.467 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50342026-08-24T20:09:03.059Z[ recovery-image] Aug 24 20:09:02.467 INFO O| Aug 24 20:09:02.467 INFO skip step because feature "heliosv2" is not enabled
50352026-08-24T20:09:03.059Z[ recovery-image] Aug 24 20:09:02.467 INFO O| Aug 24 20:09:02.467 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50362026-08-24T20:09:03.059Z[ recovery-image] Aug 24 20:09:02.467 INFO O| Aug 24 20:09:02.467 INFO skip step because feature "recovery" is enabled
50372026-08-24T20:09:03.063Z[ recovery-image] Aug 24 20:09:02.467 INFO O| Aug 24 20:09:02.467 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50382026-08-24T20:09:03.063Z[ recovery-image] Aug 24 20:09:02.467 INFO O| Aug 24 20:09:02.467 INFO skip step because feature "recovery" is enabled
50392026-08-24T20:09:03.063Z[ recovery-image] Aug 24 20:09:02.467 INFO O| Aug 24 20:09:02.467 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50402026-08-24T20:09:03.063Z[ recovery-image] Aug 24 20:09:02.467 INFO O| Aug 24 20:09:02.467 INFO skip step because feature "recovery" is enabled
50412026-08-24T20:09:03.063Z[ recovery-image] Aug 24 20:09:02.467 INFO O| Aug 24 20:09:02.467 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50422026-08-24T20:09:03.068Z[ recovery-image] Aug 24 20:09:02.477 INFO O| Aug 24 20:09:02.477 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/etc/net-snmp"
50432026-08-24T20:09:03.078Z[ recovery-image] Aug 24 20:09:02.487 INFO O| Aug 24 20:09:02.487 INFO STEP 11 (remove_files) COMPLETE
50442026-08-24T20:09:03.078Z[ recovery-image] Aug 24 20:09:02.487 INFO O| Aug 24 20:09:02.487 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50452026-08-24T20:09:03.087Z[ recovery-image] Aug 24 20:09:02.496 INFO O| Aug 24 20:09:02.496 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i386"
50462026-08-24T20:09:03.091Z[ recovery-image] Aug 24 20:09:02.497 INFO O| Aug 24 20:09:02.497 INFO STEP 12 (remove_files) COMPLETE
50472026-08-24T20:09:03.091Z[ recovery-image] Aug 24 20:09:02.497 INFO O| Aug 24 20:09:02.497 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50482026-08-24T20:09:03.097Z[ recovery-image] Aug 24 20:09:02.506 INFO O| Aug 24 20:09:02.506 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/platform/i86xpv"
50492026-08-24T20:09:03.101Z[ recovery-image] Aug 24 20:09:02.507 INFO O| Aug 24 20:09:02.507 INFO STEP 13 (remove_files) COMPLETE
50502026-08-24T20:09:03.101Z[ recovery-image] Aug 24 20:09:02.507 INFO O| Aug 24 20:09:02.507 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50512026-08-24T20:09:03.112Z[ recovery-image] Aug 24 20:09:02.520 INFO O| Aug 24 20:09:02.520 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/opt/ooce/lib/libjq.a"
50522026-08-24T20:09:03.112Z[ recovery-image] Aug 24 20:09:02.520 INFO O| Aug 24 20:09:02.520 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/opt/ooce/lib/amd64/libjq.a"
50532026-08-24T20:09:03.180Z[ recovery-image] Aug 24 20:09:02.589 INFO O| Aug 24 20:09:02.589 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libtddl.a"
50542026-08-24T20:09:03.220Z[ recovery-image] Aug 24 20:09:02.629 INFO O| Aug 24 20:09:02.629 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtddl.a"
50552026-08-24T20:09:03.305Z[ recovery-image] Aug 24 20:09:02.713 INFO O| Aug 24 20:09:02.713 INFO STEP 14 (remove_files) COMPLETE
50562026-08-24T20:09:03.305Z[ recovery-image] Aug 24 20:09:02.713 INFO O| Aug 24 20:09:02.713 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50572026-08-24T20:09:03.316Z[ recovery-image] Aug 24 20:09:02.724 INFO O| Aug 24 20:09:02.724 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/boot"
50582026-08-24T20:09:03.319Z[ recovery-image] Aug 24 20:09:02.726 INFO O| Aug 24 20:09:02.726 INFO STEP 15 (remove_files) COMPLETE
50592026-08-24T20:09:03.319Z[ recovery-image] Aug 24 20:09:02.726 INFO O| Aug 24 20:09:02.726 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50602026-08-24T20:09:03.326Z[ recovery-image] Aug 24 20:09:02.735 INFO O| Aug 24 20:09:02.734 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/platform/i86pc"
50612026-08-24T20:09:03.332Z[ recovery-image] Aug 24 20:09:02.741 INFO O| Aug 24 20:09:02.741 INFO STEP 16 (remove_files) COMPLETE
50622026-08-24T20:09:03.332Z[ recovery-image] Aug 24 20:09:02.741 INFO O| Aug 24 20:09:02.741 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50632026-08-24T20:09:03.341Z[ recovery-image] Aug 24 20:09:02.750 INFO O| Aug 24 20:09:02.750 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/platform/i86xpv"
50642026-08-24T20:09:03.345Z[ recovery-image] Aug 24 20:09:02.750 INFO O| Aug 24 20:09:02.750 INFO STEP 17 (remove_files) COMPLETE
50652026-08-24T20:09:03.345Z[ recovery-image] Aug 24 20:09:02.750 INFO O| Aug 24 20:09:02.750 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50662026-08-24T20:09:03.350Z[ recovery-image] Aug 24 20:09:02.759 INFO O| Aug 24 20:09:02.759 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/platform/i86pc"
50672026-08-24T20:09:03.354Z[ recovery-image] Aug 24 20:09:02.761 INFO O| Aug 24 20:09:02.761 INFO STEP 18 (remove_files) COMPLETE
50682026-08-24T20:09:03.354Z[ recovery-image] Aug 24 20:09:02.761 INFO O| Aug 24 20:09:02.761 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50692026-08-24T20:09:03.360Z[ recovery-image] Aug 24 20:09:02.769 INFO O| Aug 24 20:09:02.769 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/acpica"
50702026-08-24T20:09:03.360Z[ recovery-image] Aug 24 20:09:02.770 INFO O| Aug 24 20:09:02.769 INFO STEP 19 (remove_files) COMPLETE
50712026-08-24T20:09:03.361Z[ recovery-image] Aug 24 20:09:02.770 INFO O| Aug 24 20:09:02.770 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50722026-08-24T20:09:03.370Z[ recovery-image] Aug 24 20:09:02.779 INFO O| Aug 24 20:09:02.778 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/tem"
50732026-08-24T20:09:03.370Z[ recovery-image] Aug 24 20:09:02.779 INFO O| Aug 24 20:09:02.778 INFO STEP 20 (remove_files) COMPLETE
50742026-08-24T20:09:03.370Z[ recovery-image] Aug 24 20:09:02.779 INFO O| Aug 24 20:09:02.778 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50752026-08-24T20:09:03.378Z[ recovery-image] Aug 24 20:09:02.787 INFO O| Aug 24 20:09:02.787 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/kbtrans"
50762026-08-24T20:09:03.378Z[ recovery-image] Aug 24 20:09:02.787 INFO O| Aug 24 20:09:02.787 INFO STEP 21 (remove_files) COMPLETE
50772026-08-24T20:09:03.381Z[ recovery-image] Aug 24 20:09:02.787 INFO O| Aug 24 20:09:02.787 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50782026-08-24T20:09:03.386Z[ recovery-image] Aug 24 20:09:02.795 INFO O| Aug 24 20:09:02.795 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/wc"
50792026-08-24T20:09:03.390Z[ recovery-image] Aug 24 20:09:02.795 INFO O| Aug 24 20:09:02.795 INFO STEP 22 (remove_files) COMPLETE
50802026-08-24T20:09:03.390Z[ recovery-image] Aug 24 20:09:02.795 INFO O| Aug 24 20:09:02.795 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50812026-08-24T20:09:03.395Z[ recovery-image] Aug 24 20:09:02.804 INFO O| Aug 24 20:09:02.804 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/acpi_drv"
50822026-08-24T20:09:03.395Z[ recovery-image] Aug 24 20:09:02.804 INFO O| Aug 24 20:09:02.804 INFO STEP 23 (remove_files) COMPLETE
50832026-08-24T20:09:03.399Z[ recovery-image] Aug 24 20:09:02.804 INFO O| Aug 24 20:09:02.804 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50842026-08-24T20:09:03.404Z[ recovery-image] Aug 24 20:09:02.813 INFO O| Aug 24 20:09:02.813 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/conskbd"
50852026-08-24T20:09:03.404Z[ recovery-image] Aug 24 20:09:02.813 INFO O| Aug 24 20:09:02.813 INFO STEP 24 (remove_files) COMPLETE
50862026-08-24T20:09:03.404Z[ recovery-image] Aug 24 20:09:02.813 INFO O| Aug 24 20:09:02.813 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50872026-08-24T20:09:03.412Z[verify-libraries] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
50882026-08-24T20:09:03.416Z[ recovery-image] Aug 24 20:09:02.821 INFO O| Aug 24 20:09:02.821 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/tzmon"
50892026-08-24T20:09:03.416Z[ recovery-image] Aug 24 20:09:02.822 INFO O| Aug 24 20:09:02.822 INFO STEP 25 (remove_files) COMPLETE
50902026-08-24T20:09:03.416Z[ recovery-image] Aug 24 20:09:02.822 INFO O| Aug 24 20:09:02.822 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50912026-08-24T20:09:03.421Z[ recovery-image] Aug 24 20:09:02.830 INFO O| Aug 24 20:09:02.830 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/power"
50922026-08-24T20:09:03.421Z[ recovery-image] Aug 24 20:09:02.830 INFO O| Aug 24 20:09:02.830 INFO STEP 26 (remove_files) COMPLETE
50932026-08-24T20:09:03.425Z[ recovery-image] Aug 24 20:09:02.830 INFO O| Aug 24 20:09:02.830 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50942026-08-24T20:09:03.430Z[ recovery-image] Aug 24 20:09:02.839 INFO O| Aug 24 20:09:02.839 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audio"
50952026-08-24T20:09:03.430Z[ recovery-image] Aug 24 20:09:02.839 INFO O| Aug 24 20:09:02.839 INFO STEP 27 (remove_files) COMPLETE
50962026-08-24T20:09:03.430Z[ recovery-image] Aug 24 20:09:02.839 INFO O| Aug 24 20:09:02.839 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50972026-08-24T20:09:03.447Z[ recovery-image] Aug 24 20:09:02.848 INFO O| Aug 24 20:09:02.848 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audio1575"
50982026-08-24T20:09:03.450Z[ recovery-image] Aug 24 20:09:02.848 INFO O| Aug 24 20:09:02.848 INFO STEP 28 (remove_files) COMPLETE
50992026-08-24T20:09:03.450Z[ recovery-image] Aug 24 20:09:02.848 INFO O| Aug 24 20:09:02.848 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51002026-08-24T20:09:03.450Z[ recovery-image] Aug 24 20:09:02.857 INFO O| Aug 24 20:09:02.856 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audioens"
51012026-08-24T20:09:03.450Z[ recovery-image] Aug 24 20:09:02.857 INFO O| Aug 24 20:09:02.857 INFO STEP 29 (remove_files) COMPLETE
51022026-08-24T20:09:03.450Z[ recovery-image] Aug 24 20:09:02.857 INFO O| Aug 24 20:09:02.857 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51032026-08-24T20:09:03.456Z[ recovery-image] Aug 24 20:09:02.865 INFO O| Aug 24 20:09:02.865 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audiopci"
51042026-08-24T20:09:03.456Z[ recovery-image] Aug 24 20:09:02.865 INFO O| Aug 24 20:09:02.865 INFO STEP 30 (remove_files) COMPLETE
51052026-08-24T20:09:03.456Z[ recovery-image] Aug 24 20:09:02.865 INFO O| Aug 24 20:09:02.865 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51062026-08-24T20:09:03.465Z[ recovery-image] Aug 24 20:09:02.874 INFO O| Aug 24 20:09:02.874 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audiots"
51072026-08-24T20:09:03.465Z[ recovery-image] Aug 24 20:09:02.874 INFO O| Aug 24 20:09:02.874 INFO STEP 31 (remove_files) COMPLETE
51082026-08-24T20:09:03.465Z[ recovery-image] Aug 24 20:09:02.874 INFO O| Aug 24 20:09:02.874 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51092026-08-24T20:09:03.474Z[ recovery-image] Aug 24 20:09:02.883 INFO O| Aug 24 20:09:02.883 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/ehci"
51102026-08-24T20:09:03.474Z[ recovery-image] Aug 24 20:09:02.883 INFO O| Aug 24 20:09:02.883 INFO STEP 32 (remove_files) COMPLETE
51112026-08-24T20:09:03.474Z[ recovery-image] Aug 24 20:09:02.883 INFO O| Aug 24 20:09:02.883 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51122026-08-24T20:09:03.484Z[ recovery-image] Aug 24 20:09:02.893 INFO O| Aug 24 20:09:02.892 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/hid"
51132026-08-24T20:09:03.484Z[ recovery-image] Aug 24 20:09:02.893 INFO O| Aug 24 20:09:02.893 INFO STEP 33 (remove_files) COMPLETE
51142026-08-24T20:09:03.484Z[ recovery-image] Aug 24 20:09:02.893 INFO O| Aug 24 20:09:02.893 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51152026-08-24T20:09:03.506Z[ recovery-image] Aug 24 20:09:02.902 INFO O| Aug 24 20:09:02.901 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/hubd"
51162026-08-24T20:09:03.506Z[ recovery-image] Aug 24 20:09:02.902 INFO O| Aug 24 20:09:02.902 INFO STEP 34 (remove_files) COMPLETE
51172026-08-24T20:09:03.506Z[ recovery-image] Aug 24 20:09:02.902 INFO O| Aug 24 20:09:02.902 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51182026-08-24T20:09:03.506Z[ recovery-image] Aug 24 20:09:02.911 INFO O| Aug 24 20:09:02.911 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/ohci"
51192026-08-24T20:09:03.506Z[ recovery-image] Aug 24 20:09:02.911 INFO O| Aug 24 20:09:02.911 INFO STEP 35 (remove_files) COMPLETE
51202026-08-24T20:09:03.506Z[ recovery-image] Aug 24 20:09:02.911 INFO O| Aug 24 20:09:02.911 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51212026-08-24T20:09:03.512Z[ recovery-image] Aug 24 20:09:02.921 INFO O| Aug 24 20:09:02.921 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/scsa2usb"
51222026-08-24T20:09:03.512Z[ recovery-image] Aug 24 20:09:02.921 INFO O| Aug 24 20:09:02.921 INFO STEP 36 (remove_files) COMPLETE
51232026-08-24T20:09:03.516Z[ recovery-image] Aug 24 20:09:02.921 INFO O| Aug 24 20:09:02.921 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51242026-08-24T20:09:03.522Z[ recovery-image] Aug 24 20:09:02.931 INFO O| Aug 24 20:09:02.931 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/uhci"
51252026-08-24T20:09:03.522Z[ recovery-image] Aug 24 20:09:02.931 INFO O| Aug 24 20:09:02.931 INFO STEP 37 (remove_files) COMPLETE
51262026-08-24T20:09:03.522Z[ recovery-image] Aug 24 20:09:02.931 INFO O| Aug 24 20:09:02.931 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51272026-08-24T20:09:03.535Z[ recovery-image] Aug 24 20:09:02.944 INFO O| Aug 24 20:09:02.944 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_ac"
51282026-08-24T20:09:03.535Z[ recovery-image] Aug 24 20:09:02.944 INFO O| Aug 24 20:09:02.944 INFO STEP 38 (remove_files) COMPLETE
51292026-08-24T20:09:03.538Z[ recovery-image] Aug 24 20:09:02.944 INFO O| Aug 24 20:09:02.944 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51302026-08-24T20:09:03.551Z[ recovery-image] Aug 24 20:09:02.960 INFO O| Aug 24 20:09:02.960 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_as"
51312026-08-24T20:09:03.551Z[ recovery-image] Aug 24 20:09:02.960 INFO O| Aug 24 20:09:02.960 INFO STEP 39 (remove_files) COMPLETE
51322026-08-24T20:09:03.551Z[ recovery-image] Aug 24 20:09:02.960 INFO O| Aug 24 20:09:02.960 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51332026-08-24T20:09:03.566Z[ recovery-image] Aug 24 20:09:02.975 INFO O| Aug 24 20:09:02.975 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_ia"
51342026-08-24T20:09:03.566Z[ recovery-image] Aug 24 20:09:02.975 INFO O| Aug 24 20:09:02.975 INFO STEP 40 (remove_files) COMPLETE
51352026-08-24T20:09:03.566Z[ recovery-image] Aug 24 20:09:02.975 INFO O| Aug 24 20:09:02.975 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51362026-08-24T20:09:03.581Z[ recovery-image] Aug 24 20:09:02.990 INFO O| Aug 24 20:09:02.989 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_mid"
51372026-08-24T20:09:03.581Z[ recovery-image] Aug 24 20:09:02.990 INFO O| Aug 24 20:09:02.990 INFO STEP 41 (remove_files) COMPLETE
51382026-08-24T20:09:03.581Z[ recovery-image] Aug 24 20:09:02.990 INFO O| Aug 24 20:09:02.990 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51392026-08-24T20:09:03.589Z[ recovery-image] Aug 24 20:09:02.998 INFO O| Aug 24 20:09:02.998 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usbprn"
51402026-08-24T20:09:03.589Z[ recovery-image] Aug 24 20:09:02.998 INFO O| Aug 24 20:09:02.998 INFO STEP 42 (remove_files) COMPLETE
51412026-08-24T20:09:03.589Z[ recovery-image] Aug 24 20:09:02.998 INFO O| Aug 24 20:09:02.998 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51422026-08-24T20:09:03.597Z[ recovery-image] Aug 24 20:09:03.006 INFO O| Aug 24 20:09:03.006 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/xhci"
51432026-08-24T20:09:03.597Z[ recovery-image] Aug 24 20:09:03.006 INFO O| Aug 24 20:09:03.006 INFO STEP 43 (remove_files) COMPLETE
51442026-08-24T20:09:03.597Z[ recovery-image] Aug 24 20:09:03.006 INFO O| Aug 24 20:09:03.006 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51452026-08-24T20:09:03.602Z[verify-libraries] Compiling sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
51462026-08-24T20:09:03.606Z[ recovery-image] Aug 24 20:09:03.016 INFO O| Aug 24 20:09:03.015 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nhm"
51472026-08-24T20:09:03.606Z[ recovery-image] Aug 24 20:09:03.016 INFO O| Aug 24 20:09:03.016 INFO STEP 44 (remove_files) COMPLETE
51482026-08-24T20:09:03.610Z[ recovery-image] Aug 24 20:09:03.016 INFO O| Aug 24 20:09:03.016 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51492026-08-24T20:09:03.618Z[ recovery-image] Aug 24 20:09:03.025 INFO O| Aug 24 20:09:03.025 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nb5000"
51502026-08-24T20:09:03.618Z[ recovery-image] Aug 24 20:09:03.025 INFO O| Aug 24 20:09:03.025 INFO STEP 45 (remove_files) COMPLETE
51512026-08-24T20:09:03.618Z[ recovery-image] Aug 24 20:09:03.025 INFO O| Aug 24 20:09:03.025 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51522026-08-24T20:09:03.625Z[ recovery-image] Aug 24 20:09:03.034 INFO O| Aug 24 20:09:03.034 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/mc-amd"
51532026-08-24T20:09:03.625Z[ recovery-image] Aug 24 20:09:03.034 INFO O| Aug 24 20:09:03.034 INFO STEP 46 (remove_files) COMPLETE
51542026-08-24T20:09:03.625Z[ recovery-image] Aug 24 20:09:03.034 INFO O| Aug 24 20:09:03.034 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51552026-08-24T20:09:03.634Z[ recovery-image] Aug 24 20:09:03.043 INFO O| Aug 24 20:09:03.043 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/acpi_toshiba"
51562026-08-24T20:09:03.634Z[ recovery-image] Aug 24 20:09:03.043 INFO O| Aug 24 20:09:03.043 INFO STEP 47 (remove_files) COMPLETE
51572026-08-24T20:09:03.634Z[ recovery-image] Aug 24 20:09:03.043 INFO O| Aug 24 20:09:03.043 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51582026-08-24T20:09:03.654Z[ recovery-image] Aug 24 20:09:03.063 INFO O| Aug 24 20:09:03.063 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nhmex"
51592026-08-24T20:09:03.654Z[ recovery-image] Aug 24 20:09:03.063 INFO O| Aug 24 20:09:03.063 INFO STEP 48 (remove_files) COMPLETE
51602026-08-24T20:09:03.654Z[ recovery-image] Aug 24 20:09:03.063 INFO O| Aug 24 20:09:03.063 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51612026-08-24T20:09:03.658Z[verify-libraries] Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
51622026-08-24T20:09:03.664Z[ recovery-image] Aug 24 20:09:03.072 INFO O| Aug 24 20:09:03.072 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/intel_nhmex.conf"
51632026-08-24T20:09:03.664Z[ recovery-image] Aug 24 20:09:03.072 INFO O| Aug 24 20:09:03.072 INFO STEP 49 (remove_files) COMPLETE
51642026-08-24T20:09:03.664Z[ recovery-image] Aug 24 20:09:03.072 INFO O| Aug 24 20:09:03.072 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51652026-08-24T20:09:03.675Z[ recovery-image] Aug 24 20:09:03.084 INFO O| Aug 24 20:09:03.084 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/mpt"
51662026-08-24T20:09:03.675Z[ recovery-image] Aug 24 20:09:03.084 INFO O| Aug 24 20:09:03.084 INFO STEP 50 (remove_files) COMPLETE
51672026-08-24T20:09:03.679Z[ recovery-image] Aug 24 20:09:03.084 INFO O| Aug 24 20:09:03.084 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51682026-08-24T20:09:03.685Z[ recovery-image] Aug 24 20:09:03.094 INFO O| Aug 24 20:09:03.094 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/mpt.conf"
51692026-08-24T20:09:03.685Z[ recovery-image] Aug 24 20:09:03.094 INFO O| Aug 24 20:09:03.094 INFO STEP 51 (remove_files) COMPLETE
51702026-08-24T20:09:03.689Z[ recovery-image] Aug 24 20:09:03.094 INFO O| Aug 24 20:09:03.094 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51712026-08-24T20:09:03.696Z[ recovery-image] Aug 24 20:09:03.105 INFO O| Aug 24 20:09:03.105 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
51722026-08-24T20:09:03.696Z[ recovery-image] Aug 24 20:09:03.105 INFO O| Aug 24 20:09:03.105 INFO STEP 52 (remove_files) COMPLETE
51732026-08-24T20:09:03.696Z[ recovery-image] Aug 24 20:09:03.105 INFO O| Aug 24 20:09:03.105 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51742026-08-24T20:09:03.701Z[verify-libraries] Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
51752026-08-24T20:09:03.705Z[ recovery-image] Aug 24 20:09:03.114 INFO O| Aug 24 20:09:03.114 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
51762026-08-24T20:09:03.705Z[ recovery-image] Aug 24 20:09:03.114 INFO O| Aug 24 20:09:03.114 INFO STEP 53 (remove_files) COMPLETE
51772026-08-24T20:09:03.705Z[ recovery-image] Aug 24 20:09:03.114 INFO O| Aug 24 20:09:03.114 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51782026-08-24T20:09:03.713Z[ recovery-image] Aug 24 20:09:03.122 INFO O| Aug 24 20:09:03.122 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/sbin/bootadm"
51792026-08-24T20:09:03.713Z[ recovery-image] Aug 24 20:09:03.122 INFO O| Aug 24 20:09:03.122 INFO STEP 54 (remove_files) COMPLETE
51802026-08-24T20:09:03.717Z[ recovery-image] Aug 24 20:09:03.122 INFO O| Aug 24 20:09:03.122 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51812026-08-24T20:09:03.722Z[ recovery-image] Aug 24 20:09:03.131 INFO O| Aug 24 20:09:03.131 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bootadm"
51822026-08-24T20:09:03.722Z[ recovery-image] Aug 24 20:09:03.131 INFO O| Aug 24 20:09:03.131 INFO STEP 55 (remove_files) COMPLETE
51832026-08-24T20:09:03.725Z[ recovery-image] Aug 24 20:09:03.131 INFO O| Aug 24 20:09:03.131 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51842026-08-24T20:09:03.730Z[ recovery-image] Aug 24 20:09:03.139 INFO O| Aug 24 20:09:03.139 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/sbin/beadm"
51852026-08-24T20:09:03.730Z[ recovery-image] Aug 24 20:09:03.139 INFO O| Aug 24 20:09:03.139 INFO STEP 56 (remove_files) COMPLETE
51862026-08-24T20:09:03.730Z[ recovery-image] Aug 24 20:09:03.139 INFO O| Aug 24 20:09:03.139 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51872026-08-24T20:09:03.739Z[ recovery-image] Aug 24 20:09:03.148 INFO O| Aug 24 20:09:03.148 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/beadm"
51882026-08-24T20:09:03.739Z[ recovery-image] Aug 24 20:09:03.148 INFO O| Aug 24 20:09:03.148 INFO STEP 57 (remove_files) COMPLETE
51892026-08-24T20:09:03.739Z[ recovery-image] Aug 24 20:09:03.148 INFO O| Aug 24 20:09:03.148 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51902026-08-24T20:09:03.747Z[ recovery-image] Aug 24 20:09:03.156 INFO O| Aug 24 20:09:03.156 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/etc/default/tar"
51912026-08-24T20:09:03.747Z[ recovery-image] Aug 24 20:09:03.156 INFO O| Aug 24 20:09:03.156 INFO STEP 58 (remove_files) COMPLETE
51922026-08-24T20:09:03.747Z[ recovery-image] Aug 24 20:09:03.156 INFO O| Aug 24 20:09:03.156 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51932026-08-24T20:09:03.756Z[ recovery-image] Aug 24 20:09:03.164 INFO O| Aug 24 20:09:03.164 WARN file /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
51942026-08-24T20:09:03.756Z[ recovery-image] Aug 24 20:09:03.164 INFO O| Aug 24 20:09:03.164 INFO writing /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap ...
51952026-08-24T20:09:03.756Z[ recovery-image] Aug 24 20:09:03.165 INFO O| Aug 24 20:09:03.164 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
51962026-08-24T20:09:03.759Z[ recovery-image] Aug 24 20:09:03.165 INFO O| Aug 24 20:09:03.165 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
51972026-08-24T20:09:03.759Z[ recovery-image] Aug 24 20:09:03.165 INFO O| Aug 24 20:09:03.165 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
51982026-08-24T20:09:03.759Z[ recovery-image] Aug 24 20:09:03.165 INFO O| Aug 24 20:09:03.165 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
51992026-08-24T20:09:03.759Z[ recovery-image] Aug 24 20:09:03.165 INFO O| Aug 24 20:09:03.165 INFO ok!
52002026-08-24T20:09:03.759Z[ recovery-image] Aug 24 20:09:03.165 INFO O| Aug 24 20:09:03.165 INFO STEP 59 (ensure_file) COMPLETE
52012026-08-24T20:09:03.759Z[ recovery-image] Aug 24 20:09:03.165 INFO O| Aug 24 20:09:03.165 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52022026-08-24T20:09:03.765Z[ recovery-image] Aug 24 20:09:03.174 INFO O| Aug 24 20:09:03.173 WARN file /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
52032026-08-24T20:09:03.765Z[ recovery-image] Aug 24 20:09:03.174 INFO O| Aug 24 20:09:03.174 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk ...
52042026-08-24T20:09:03.765Z[ recovery-image] Aug 24 20:09:03.174 INFO O| Aug 24 20:09:03.174 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
52052026-08-24T20:09:03.768Z[ recovery-image] Aug 24 20:09:03.174 INFO O| Aug 24 20:09:03.174 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
52062026-08-24T20:09:03.768Z[ recovery-image] Aug 24 20:09:03.174 INFO O| Aug 24 20:09:03.174 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
52072026-08-24T20:09:03.768Z[ recovery-image] Aug 24 20:09:03.174 INFO O| Aug 24 20:09:03.174 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
52082026-08-24T20:09:03.768Z[ recovery-image] Aug 24 20:09:03.174 INFO O| Aug 24 20:09:03.174 INFO ok!
52092026-08-24T20:09:03.768Z[ recovery-image] Aug 24 20:09:03.174 INFO O| Aug 24 20:09:03.174 INFO STEP 60 (ensure_file) COMPLETE
52102026-08-24T20:09:03.768Z[ recovery-image] Aug 24 20:09:03.174 INFO O| Aug 24 20:09:03.174 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52112026-08-24T20:09:03.774Z[ recovery-image] Aug 24 20:09:03.182 INFO O| Aug 24 20:09:03.182 INFO file /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile does not exist
52122026-08-24T20:09:03.774Z[ recovery-image] Aug 24 20:09:03.182 INFO O| Aug 24 20:09:03.182 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile ...
52132026-08-24T20:09:03.774Z[ recovery-image] Aug 24 20:09:03.182 INFO O| Aug 24 20:09:03.182 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile
52142026-08-24T20:09:03.774Z[ recovery-image] Aug 24 20:09:03.182 INFO O| Aug 24 20:09:03.182 INFO ok!
52152026-08-24T20:09:03.775Z[ recovery-image] Aug 24 20:09:03.182 INFO O| Aug 24 20:09:03.182 INFO STEP 61 (ensure_file) COMPLETE
52162026-08-24T20:09:03.775Z[ recovery-image] Aug 24 20:09:03.182 INFO O| Aug 24 20:09:03.182 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52172026-08-24T20:09:03.782Z[ recovery-image] Aug 24 20:09:03.191 INFO O| Aug 24 20:09:03.191 WARN file /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc exists, with wrong contents, unlinking
52182026-08-24T20:09:03.782Z[ recovery-image] Aug 24 20:09:03.191 INFO O| Aug 24 20:09:03.191 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc ...
52192026-08-24T20:09:03.782Z[ recovery-image] Aug 24 20:09:03.191 INFO O| Aug 24 20:09:03.191 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc
52202026-08-24T20:09:03.786Z[ recovery-image] Aug 24 20:09:03.191 INFO O| Aug 24 20:09:03.191 INFO ok!
52212026-08-24T20:09:03.786Z[ recovery-image] Aug 24 20:09:03.191 INFO O| Aug 24 20:09:03.191 INFO STEP 62 (ensure_file) COMPLETE
52222026-08-24T20:09:03.786Z[ recovery-image] Aug 24 20:09:03.191 INFO O| Aug 24 20:09:03.191 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52232026-08-24T20:09:03.792Z[ recovery-image] Aug 24 20:09:03.201 INFO O| Aug 24 20:09:03.201 WARN file /rpool/images/build/recovery/work/sled/ramdisk/etc/motd exists, with wrong contents, unlinking
52242026-08-24T20:09:03.792Z[ recovery-image] Aug 24 20:09:03.201 INFO O| Aug 24 20:09:03.201 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/sled/ramdisk/etc/motd ...
52252026-08-24T20:09:03.793Z[ recovery-image] Aug 24 20:09:03.202 INFO O| Aug 24 20:09:03.202 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/motd
52262026-08-24T20:09:03.796Z[ recovery-image] Aug 24 20:09:03.202 INFO O| Aug 24 20:09:03.202 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/motd
52272026-08-24T20:09:03.796Z[ recovery-image] Aug 24 20:09:03.202 INFO O| Aug 24 20:09:03.202 INFO ok!
52282026-08-24T20:09:03.796Z[ recovery-image] Aug 24 20:09:03.202 INFO O| Aug 24 20:09:03.202 INFO STEP 63 (ensure_file) COMPLETE
52292026-08-24T20:09:03.796Z[ recovery-image] Aug 24 20:09:03.202 INFO O| Aug 24 20:09:03.202 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52302026-08-24T20:09:03.807Z[ recovery-image] Aug 24 20:09:03.212 INFO O| Aug 24 20:09:03.212 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf does not exist
52312026-08-24T20:09:03.808Z[ recovery-image] Aug 24 20:09:03.212 INFO O| Aug 24 20:09:03.212 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-system-zfs:dbuf -> /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf ...
52322026-08-24T20:09:03.808Z[ recovery-image] Aug 24 20:09:03.212 INFO O| Aug 24 20:09:03.212 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf
52332026-08-24T20:09:03.812Z[ recovery-image] Aug 24 20:09:03.212 INFO O| Aug 24 20:09:03.212 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf
52342026-08-24T20:09:03.812Z[ recovery-image] Aug 24 20:09:03.212 INFO O| Aug 24 20:09:03.212 INFO ok!
52352026-08-24T20:09:03.812Z[ recovery-image] Aug 24 20:09:03.212 INFO O| Aug 24 20:09:03.212 INFO STEP 64 (ensure_file) COMPLETE
52362026-08-24T20:09:03.812Z[ recovery-image] Aug 24 20:09:03.212 INFO O| Aug 24 20:09:03.212 INFO STEP 65: assemble_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52372026-08-24T20:09:03.816Z[ recovery-image] Aug 24 20:09:03.222 INFO O| Aug 24 20:09:03.222 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly does not exist
52382026-08-24T20:09:03.816Z[ recovery-image] Aug 24 20:09:03.222 INFO O| Aug 24 20:09:03.222 INFO writing /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly ...
52392026-08-24T20:09:03.816Z[ recovery-image] Aug 24 20:09:03.223 INFO O| Aug 24 20:09:03.222 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly
52402026-08-24T20:09:03.816Z[ recovery-image] Aug 24 20:09:03.223 INFO O| Aug 24 20:09:03.222 INFO ok!
52412026-08-24T20:09:03.816Z[ recovery-image] Aug 24 20:09:03.223 INFO O| Aug 24 20:09:03.223 INFO STEP 65 (assemble_files) COMPLETE
52422026-08-24T20:09:03.816Z[ recovery-image] Aug 24 20:09:03.223 INFO O| Aug 24 20:09:03.223 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52432026-08-24T20:09:03.824Z[ recovery-image] Aug 24 20:09:03.233 INFO O| Aug 24 20:09:03.232 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf does not exist
52442026-08-24T20:09:03.824Z[ recovery-image] Aug 24 20:09:03.233 INFO O| Aug 24 20:09:03.232 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf ...
52452026-08-24T20:09:03.827Z[ recovery-image] Aug 24 20:09:03.233 INFO O| Aug 24 20:09:03.233 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf
52462026-08-24T20:09:03.827Z[ recovery-image] Aug 24 20:09:03.233 INFO O| Aug 24 20:09:03.233 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf
52472026-08-24T20:09:03.827Z[ recovery-image] Aug 24 20:09:03.233 INFO O| Aug 24 20:09:03.233 INFO ok!
52482026-08-24T20:09:03.827Z[ recovery-image] Aug 24 20:09:03.233 INFO O| Aug 24 20:09:03.233 INFO STEP 66 (ensure_file) COMPLETE
52492026-08-24T20:09:03.827Z[ recovery-image] Aug 24 20:09:03.233 INFO O| Aug 24 20:09:03.233 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52502026-08-24T20:09:03.827Z[ recovery-image] Aug 24 20:09:03.233 INFO O| Aug 24 20:09:03.233 INFO skip step because feature "omicron1" is not enabled
52512026-08-24T20:09:03.827Z[ recovery-image] Aug 24 20:09:03.233 INFO O| Aug 24 20:09:03.233 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52522026-08-24T20:09:03.827Z[ recovery-image] Aug 24 20:09:03.233 INFO O| Aug 24 20:09:03.233 INFO skip step because feature "omicron1" is not enabled
52532026-08-24T20:09:03.827Z[ recovery-image] Aug 24 20:09:03.233 INFO O| Aug 24 20:09:03.233 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52542026-08-24T20:09:03.827Z[ recovery-image] Aug 24 20:09:03.233 INFO O| Aug 24 20:09:03.233 INFO skip step because feature "omicron1" is not enabled
52552026-08-24T20:09:03.827Z[ recovery-image] Aug 24 20:09:03.233 INFO O| Aug 24 20:09:03.233 INFO STEP 70: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52562026-08-24T20:09:03.838Z[ recovery-image] Aug 24 20:09:03.247 INFO O| Aug 24 20:09:03.247 INFO file /rpool/images/build/recovery/output/sled-ramdisk.tar does not already exist, skipping removal
52572026-08-24T20:09:03.838Z[ recovery-image] Aug 24 20:09:03.247 INFO O| Aug 24 20:09:03.247 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/sled-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/sled/ramdisk", "."]
52582026-08-24T20:09:04.568Z[verify-libraries] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
52592026-08-24T20:09:04.686Z[verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
52602026-08-24T20:09:05.064Z[verify-libraries] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
52612026-08-24T20:09:05.485Z[ recovery-image] Aug 24 20:09:04.894 INFO O| Aug 24 20:09:04.894 INFO STEP 70 (pack_tar) COMPLETE
52622026-08-24T20:09:05.485Z[ recovery-image] Aug 24 20:09:04.894 INFO O| Aug 24 20:09:04.894 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
52632026-08-24T20:09:05.486Z[ recovery-image] Aug 24 20:09:04.894 INFO O| Aug 24 20:09:04.894 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@trim
52642026-08-24T20:09:05.914Z[ recovery-image] Aug 24 20:09:05.322 INFO O| Aug 24 20:09:05.322 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
52652026-08-24T20:09:05.938Z[verify-libraries] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
52662026-08-24T20:09:06.088Z[ recovery-image] Aug 24 20:09:05.496 INFO O| Aug 24 20:09:05.496 INFO completed processing sled/ramdisk-02-trim
52672026-08-24T20:09:06.092Z[ recovery-image] Aug 24 20:09:05.499 INFO image builder template: ramdisk-03-recovery-trim...
52682026-08-24T20:09:06.092Z[ recovery-image] Aug 24 20:09:05.499 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/.tmp0Z1tUc/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
52692026-08-24T20:09:06.096Z[ recovery-image] Aug 24 20:09:05.504 INFO O| Aug 24 20:09:05.504 INFO skip include "recovery-elide-v2" because feature "heliosv2" is not enabled
52702026-08-24T20:09:06.168Z[verify-libraries] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
52712026-08-24T20:09:06.174Z[ recovery-image] Aug 24 20:09:05.579 INFO O| Aug 24 20:09:05.579 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
52722026-08-24T20:09:06.187Z[ recovery-image] Aug 24 20:09:05.583 INFO O| Aug 24 20:09:05.583 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
52732026-08-24T20:09:06.263Z[ recovery-image] Aug 24 20:09:05.672 INFO O| Aug 24 20:09:05.672 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim: sync = disabled
52742026-08-24T20:09:06.312Z[ recovery-image] Aug 24 20:09:05.721 INFO O| Aug 24 20:09:05.721 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
52752026-08-24T20:09:06.312Z[ recovery-image] Aug 24 20:09:05.721 INFO O| Aug 24 20:09:05.721 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
52762026-08-24T20:09:06.318Z[ recovery-image] Aug 24 20:09:05.727 INFO O| Aug 24 20:09:05.727 INFO looking for output snapshot rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
52772026-08-24T20:09:06.323Z[ recovery-image] Aug 24 20:09:05.732 INFO O| Aug 24 20:09:05.732 INFO looking for input snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
52782026-08-24T20:09:06.328Z[ recovery-image] Aug 24 20:09:05.737 INFO O| Aug 24 20:09:05.737 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@trim
52792026-08-24T20:09:06.714Z[verify-libraries] Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
52802026-08-24T20:09:06.781Z[ recovery-image] Aug 24 20:09:06.189 INFO O| Aug 24 20:09:06.189 INFO rolled back to input snapshot; work may begin
52812026-08-24T20:09:06.781Z[ recovery-image] Aug 24 20:09:06.189 INFO O| Aug 24 20:09:06.189 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
52822026-08-24T20:09:06.785Z[ recovery-image] Aug 24 20:09:06.194 INFO O| Aug 24 20:09:06.194 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52832026-08-24T20:09:06.795Z[ recovery-image] Aug 24 20:09:06.203 INFO O| Aug 24 20:09:06.203 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/platform/oxide/kernel/drv/amd64/vmm"
52842026-08-24T20:09:06.799Z[ recovery-image] Aug 24 20:09:06.207 INFO O| Aug 24 20:09:06.207 INFO STEP 0 (remove_files) COMPLETE
52852026-08-24T20:09:06.799Z[ recovery-image] Aug 24 20:09:06.207 INFO O| Aug 24 20:09:06.207 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52862026-08-24T20:09:06.808Z[ recovery-image] Aug 24 20:09:06.216 INFO O| Aug 24 20:09:06.216 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/platform/oxide/kernel/drv/vmm.conf"
52872026-08-24T20:09:06.808Z[ recovery-image] Aug 24 20:09:06.216 INFO O| Aug 24 20:09:06.216 INFO STEP 1 (remove_files) COMPLETE
52882026-08-24T20:09:06.811Z[ recovery-image] Aug 24 20:09:06.216 INFO O| Aug 24 20:09:06.216 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52892026-08-24T20:09:06.816Z[ recovery-image] Aug 24 20:09:06.225 INFO O| Aug 24 20:09:06.225 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/7"
52902026-08-24T20:09:06.819Z[ recovery-image] Aug 24 20:09:06.228 INFO O| Aug 24 20:09:06.228 INFO STEP 2 (remove_files) COMPLETE
52912026-08-24T20:09:06.820Z[ recovery-image] Aug 24 20:09:06.228 INFO O| Aug 24 20:09:06.228 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52922026-08-24T20:09:06.830Z[ recovery-image] Aug 24 20:09:06.239 INFO O| Aug 24 20:09:06.239 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/share"
52932026-08-24T20:09:06.845Z[verify-libraries] Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
52942026-08-24T20:09:06.889Z[ recovery-image] Aug 24 20:09:06.297 INFO O| Aug 24 20:09:06.297 INFO STEP 3 (remove_files) COMPLETE
52952026-08-24T20:09:06.889Z[ recovery-image] Aug 24 20:09:06.297 INFO O| Aug 24 20:09:06.297 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52962026-08-24T20:09:06.900Z[ recovery-image] Aug 24 20:09:06.308 INFO O| Aug 24 20:09:06.308 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dns"
52972026-08-24T20:09:06.904Z[ recovery-image] Aug 24 20:09:06.310 INFO O| Aug 24 20:09:06.310 INFO STEP 4 (remove_files) COMPLETE
52982026-08-24T20:09:06.904Z[ recovery-image] Aug 24 20:09:06.310 INFO O| Aug 24 20:09:06.310 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52992026-08-24T20:09:06.912Z[ recovery-image] Aug 24 20:09:06.320 INFO O| Aug 24 20:09:06.320 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/iconv"
53002026-08-24T20:09:06.948Z[ recovery-image] Aug 24 20:09:06.357 INFO O| Aug 24 20:09:06.357 INFO STEP 5 (remove_files) COMPLETE
53012026-08-24T20:09:06.949Z[ recovery-image] Aug 24 20:09:06.357 INFO O| Aug 24 20:09:06.357 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53022026-08-24T20:09:06.959Z[ recovery-image] Aug 24 20:09:06.368 INFO O| Aug 24 20:09:06.368 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/locale"
53032026-08-24T20:09:06.969Z[ recovery-image] Aug 24 20:09:06.377 INFO O| Aug 24 20:09:06.377 INFO STEP 6 (remove_files) COMPLETE
53042026-08-24T20:09:06.969Z[ recovery-image] Aug 24 20:09:06.377 INFO O| Aug 24 20:09:06.377 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53052026-08-24T20:09:06.978Z[ recovery-image] Aug 24 20:09:06.387 INFO O| Aug 24 20:09:06.387 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/mps"
53062026-08-24T20:09:06.982Z[ recovery-image] Aug 24 20:09:06.387 INFO O| Aug 24 20:09:06.387 INFO STEP 7 (remove_files) COMPLETE
53072026-08-24T20:09:06.982Z[ recovery-image] Aug 24 20:09:06.387 INFO O| Aug 24 20:09:06.387 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53082026-08-24T20:09:06.987Z[ recovery-image] Aug 24 20:09:06.396 INFO O| Aug 24 20:09:06.396 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pkgconfig"
53092026-08-24T20:09:06.992Z[ recovery-image] Aug 24 20:09:06.401 INFO O| Aug 24 20:09:06.401 INFO STEP 8 (remove_files) COMPLETE
53102026-08-24T20:09:06.992Z[ recovery-image] Aug 24 20:09:06.401 INFO O| Aug 24 20:09:06.401 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53112026-08-24T20:09:07.002Z[ recovery-image] Aug 24 20:09:06.411 INFO O| Aug 24 20:09:06.411 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/scsi"
53122026-08-24T20:09:07.022Z[ recovery-image] Aug 24 20:09:06.430 INFO O| Aug 24 20:09:06.430 INFO STEP 9 (remove_files) COMPLETE
53132026-08-24T20:09:07.022Z[ recovery-image] Aug 24 20:09:06.430 INFO O| Aug 24 20:09:06.430 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53142026-08-24T20:09:07.038Z[ recovery-image] Aug 24 20:09:06.447 INFO O| Aug 24 20:09:06.446 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/smbfs"
53152026-08-24T20:09:07.042Z[ recovery-image] Aug 24 20:09:06.447 INFO O| Aug 24 20:09:06.447 INFO STEP 10 (remove_files) COMPLETE
53162026-08-24T20:09:07.042Z[ recovery-image] Aug 24 20:09:06.447 INFO O| Aug 24 20:09:06.447 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53172026-08-24T20:09:07.049Z[ recovery-image] Aug 24 20:09:06.458 INFO O| Aug 24 20:09:06.458 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/smbsrv"
53182026-08-24T20:09:07.056Z[ recovery-image] Aug 24 20:09:06.465 INFO O| Aug 24 20:09:06.465 INFO STEP 11 (remove_files) COMPLETE
53192026-08-24T20:09:07.057Z[ recovery-image] Aug 24 20:09:06.465 INFO O| Aug 24 20:09:06.465 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53202026-08-24T20:09:07.071Z[ recovery-image] Aug 24 20:09:06.480 INFO O| Aug 24 20:09:06.480 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/perl5"
53212026-08-24T20:09:07.158Z[ recovery-image] Aug 24 20:09:06.567 INFO O| Aug 24 20:09:06.566 INFO STEP 12 (remove_files) COMPLETE
53222026-08-24T20:09:07.158Z[ recovery-image] Aug 24 20:09:06.567 INFO O| Aug 24 20:09:06.567 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53232026-08-24T20:09:07.170Z[ recovery-image] Aug 24 20:09:06.578 INFO O| Aug 24 20:09:06.578 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bash"
53242026-08-24T20:09:07.175Z[ recovery-image] Aug 24 20:09:06.584 INFO O| Aug 24 20:09:06.584 INFO STEP 13 (remove_files) COMPLETE
53252026-08-24T20:09:07.175Z[ recovery-image] Aug 24 20:09:06.584 INFO O| Aug 24 20:09:06.584 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53262026-08-24T20:09:07.186Z[ recovery-image] Aug 24 20:09:06.595 INFO O| Aug 24 20:09:06.595 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bhyve"
53272026-08-24T20:09:07.190Z[ recovery-image] Aug 24 20:09:06.597 INFO O| Aug 24 20:09:06.597 INFO STEP 14 (remove_files) COMPLETE
53282026-08-24T20:09:07.190Z[ recovery-image] Aug 24 20:09:06.597 INFO O| Aug 24 20:09:06.597 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53292026-08-24T20:09:07.199Z[ recovery-image] Aug 24 20:09:06.608 INFO O| Aug 24 20:09:06.608 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/emacs"
53302026-08-24T20:09:07.203Z[ recovery-image] Aug 24 20:09:06.609 INFO O| Aug 24 20:09:06.609 INFO STEP 15 (remove_files) COMPLETE
53312026-08-24T20:09:07.203Z[ recovery-image] Aug 24 20:09:06.609 INFO O| Aug 24 20:09:06.609 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53322026-08-24T20:09:07.210Z[ recovery-image] Aug 24 20:09:06.618 INFO O| Aug 24 20:09:06.618 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/icons"
53332026-08-24T20:09:07.216Z[ recovery-image] Aug 24 20:09:06.625 INFO O| Aug 24 20:09:06.625 INFO STEP 16 (remove_files) COMPLETE
53342026-08-24T20:09:07.217Z[ recovery-image] Aug 24 20:09:06.625 INFO O| Aug 24 20:09:06.625 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53352026-08-24T20:09:07.230Z[ recovery-image] Aug 24 20:09:06.638 INFO O| Aug 24 20:09:06.638 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/locale"
53362026-08-24T20:09:07.330Z[ recovery-image] Aug 24 20:09:06.739 INFO O| Aug 24 20:09:06.739 INFO STEP 17 (remove_files) COMPLETE
53372026-08-24T20:09:07.330Z[ recovery-image] Aug 24 20:09:06.739 INFO O| Aug 24 20:09:06.739 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53382026-08-24T20:09:07.342Z[ recovery-image] Aug 24 20:09:06.750 INFO O| Aug 24 20:09:06.750 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/src"
53392026-08-24T20:09:07.342Z[ recovery-image] Aug 24 20:09:06.751 INFO O| Aug 24 20:09:06.750 INFO STEP 18 (remove_files) COMPLETE
53402026-08-24T20:09:07.342Z[ recovery-image] Aug 24 20:09:06.751 INFO O| Aug 24 20:09:06.751 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53412026-08-24T20:09:07.352Z[ recovery-image] Aug 24 20:09:06.760 INFO O| Aug 24 20:09:06.759 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/terminfo"
53422026-08-24T20:09:07.355Z[ recovery-image] Aug 24 20:09:06.760 INFO O| Aug 24 20:09:06.760 INFO STEP 19 (remove_files) COMPLETE
53432026-08-24T20:09:07.355Z[ recovery-image] Aug 24 20:09:06.760 INFO O| Aug 24 20:09:06.760 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53442026-08-24T20:09:07.361Z[ recovery-image] Aug 24 20:09:06.770 INFO O| Aug 24 20:09:06.770 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/vim"
53452026-08-24T20:09:07.439Z[ recovery-image] Aug 24 20:09:06.848 INFO O| Aug 24 20:09:06.848 INFO STEP 20 (remove_files) COMPLETE
53462026-08-24T20:09:07.439Z[ recovery-image] Aug 24 20:09:06.848 INFO O| Aug 24 20:09:06.848 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53472026-08-24T20:09:07.466Z[ recovery-image] Aug 24 20:09:06.872 INFO O| Aug 24 20:09:06.872 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/lib/svc/manifest/network/ssh.xml"
53482026-08-24T20:09:07.472Z[ recovery-image] Aug 24 20:09:06.881 INFO O| Aug 24 20:09:06.881 INFO STEP 21 (remove_files) COMPLETE
53492026-08-24T20:09:07.472Z[ recovery-image] Aug 24 20:09:06.881 INFO O| Aug 24 20:09:06.881 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53502026-08-24T20:09:07.501Z[ recovery-image] Aug 24 20:09:06.908 INFO O| Aug 24 20:09:06.908 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/lib/svc/manifest/system/fmd.xml"
53512026-08-24T20:09:07.509Z[ recovery-image] Aug 24 20:09:06.918 INFO O| Aug 24 20:09:06.917 INFO STEP 22 (remove_files) COMPLETE
53522026-08-24T20:09:07.509Z[ recovery-image] Aug 24 20:09:06.918 INFO O| Aug 24 20:09:06.917 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53532026-08-24T20:09:07.526Z[ recovery-image] Aug 24 20:09:06.935 INFO O| Aug 24 20:09:06.935 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/adb"
53542026-08-24T20:09:07.530Z[ recovery-image] Aug 24 20:09:06.937 INFO O| Aug 24 20:09:06.937 INFO STEP 23 (remove_files) COMPLETE
53552026-08-24T20:09:07.530Z[ recovery-image] Aug 24 20:09:06.937 INFO O| Aug 24 20:09:06.937 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53562026-08-24T20:09:07.539Z[ recovery-image] Aug 24 20:09:06.948 INFO O| Aug 24 20:09:06.947 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/addbadsec"
53572026-08-24T20:09:07.539Z[ recovery-image] Aug 24 20:09:06.948 INFO O| Aug 24 20:09:06.947 INFO STEP 24 (remove_files) COMPLETE
53582026-08-24T20:09:07.542Z[ recovery-image] Aug 24 20:09:06.948 INFO O| Aug 24 20:09:06.947 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53592026-08-24T20:09:07.548Z[ recovery-image] Aug 24 20:09:06.957 INFO O| Aug 24 20:09:06.957 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/agentxtrap"
53602026-08-24T20:09:07.562Z[ recovery-image] Aug 24 20:09:06.971 INFO O| Aug 24 20:09:06.971 INFO STEP 25 (remove_files) COMPLETE
53612026-08-24T20:09:07.562Z[ recovery-image] Aug 24 20:09:06.971 INFO O| Aug 24 20:09:06.971 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53622026-08-24T20:09:07.576Z[ recovery-image] Aug 24 20:09:06.985 INFO O| Aug 24 20:09:06.985 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/alias"
53632026-08-24T20:09:07.577Z[ recovery-image] Aug 24 20:09:06.985 INFO O| Aug 24 20:09:06.985 INFO STEP 26 (remove_files) COMPLETE
53642026-08-24T20:09:07.577Z[ recovery-image] Aug 24 20:09:06.985 INFO O| Aug 24 20:09:06.985 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53652026-08-24T20:09:07.583Z[verify-libraries] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
53662026-08-24T20:09:07.589Z[ recovery-image] Aug 24 20:09:06.998 INFO O| Aug 24 20:09:06.997 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/adb"
53672026-08-24T20:09:07.589Z[ recovery-image] Aug 24 20:09:06.998 INFO O| Aug 24 20:09:06.998 INFO STEP 27 (remove_files) COMPLETE
53682026-08-24T20:09:07.589Z[ recovery-image] Aug 24 20:09:06.998 INFO O| Aug 24 20:09:06.998 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53692026-08-24T20:09:07.599Z[ recovery-image] Aug 24 20:09:07.008 INFO O| Aug 24 20:09:07.008 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/amt"
53702026-08-24T20:09:07.599Z[ recovery-image] Aug 24 20:09:07.008 INFO O| Aug 24 20:09:07.008 INFO STEP 28 (remove_files) COMPLETE
53712026-08-24T20:09:07.599Z[ recovery-image] Aug 24 20:09:07.008 INFO O| Aug 24 20:09:07.008 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53722026-08-24T20:09:07.610Z[ recovery-image] Aug 24 20:09:07.019 INFO O| Aug 24 20:09:07.019 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/crle"
53732026-08-24T20:09:07.610Z[ recovery-image] Aug 24 20:09:07.019 INFO O| Aug 24 20:09:07.019 INFO STEP 29 (remove_files) COMPLETE
53742026-08-24T20:09:07.610Z[ recovery-image] Aug 24 20:09:07.019 INFO O| Aug 24 20:09:07.019 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53752026-08-24T20:09:07.624Z[ recovery-image] Aug 24 20:09:07.033 INFO O| Aug 24 20:09:07.033 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/curl"
53762026-08-24T20:09:07.632Z[ recovery-image] Aug 24 20:09:07.041 INFO O| Aug 24 20:09:07.041 INFO STEP 30 (remove_files) COMPLETE
53772026-08-24T20:09:07.633Z[ recovery-image] Aug 24 20:09:07.041 INFO O| Aug 24 20:09:07.041 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53782026-08-24T20:09:07.647Z[ recovery-image] Aug 24 20:09:07.056 INFO O| Aug 24 20:09:07.056 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/curl-config"
53792026-08-24T20:09:07.648Z[ recovery-image] Aug 24 20:09:07.056 INFO O| Aug 24 20:09:07.056 INFO STEP 31 (remove_files) COMPLETE
53802026-08-24T20:09:07.648Z[ recovery-image] Aug 24 20:09:07.056 INFO O| Aug 24 20:09:07.056 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53812026-08-24T20:09:07.658Z[ recovery-image] Aug 24 20:09:07.067 INFO O| Aug 24 20:09:07.067 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/decrypt"
53822026-08-24T20:09:07.658Z[ recovery-image] Aug 24 20:09:07.067 INFO O| Aug 24 20:09:07.067 INFO STEP 32 (remove_files) COMPLETE
53832026-08-24T20:09:07.658Z[ recovery-image] Aug 24 20:09:07.067 INFO O| Aug 24 20:09:07.067 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53842026-08-24T20:09:07.668Z[ recovery-image] Aug 24 20:09:07.077 INFO O| Aug 24 20:09:07.077 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/digest"
53852026-08-24T20:09:07.668Z[ recovery-image] Aug 24 20:09:07.077 INFO O| Aug 24 20:09:07.077 INFO STEP 33 (remove_files) COMPLETE
53862026-08-24T20:09:07.668Z[ recovery-image] Aug 24 20:09:07.077 INFO O| Aug 24 20:09:07.077 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53872026-08-24T20:09:07.678Z[ recovery-image] Aug 24 20:09:07.087 INFO O| Aug 24 20:09:07.087 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/elfwrap"
53882026-08-24T20:09:07.678Z[ recovery-image] Aug 24 20:09:07.087 INFO O| Aug 24 20:09:07.087 INFO STEP 34 (remove_files) COMPLETE
53892026-08-24T20:09:07.678Z[ recovery-image] Aug 24 20:09:07.087 INFO O| Aug 24 20:09:07.087 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53902026-08-24T20:09:07.689Z[ recovery-image] Aug 24 20:09:07.097 INFO O| Aug 24 20:09:07.097 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/encrypt"
53912026-08-24T20:09:07.689Z[ recovery-image] Aug 24 20:09:07.098 INFO O| Aug 24 20:09:07.097 INFO STEP 35 (remove_files) COMPLETE
53922026-08-24T20:09:07.689Z[ recovery-image] Aug 24 20:09:07.098 INFO O| Aug 24 20:09:07.097 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53932026-08-24T20:09:07.701Z[ recovery-image] Aug 24 20:09:07.110 INFO O| Aug 24 20:09:07.110 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gclear"
53942026-08-24T20:09:07.701Z[ recovery-image] Aug 24 20:09:07.110 INFO O| Aug 24 20:09:07.110 INFO STEP 36 (remove_files) COMPLETE
53952026-08-24T20:09:07.701Z[ recovery-image] Aug 24 20:09:07.110 INFO O| Aug 24 20:09:07.110 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53962026-08-24T20:09:07.713Z[ recovery-image] Aug 24 20:09:07.120 INFO O| Aug 24 20:09:07.120 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ginfocmp"
53972026-08-24T20:09:07.713Z[ recovery-image] Aug 24 20:09:07.120 INFO O| Aug 24 20:09:07.120 INFO STEP 37 (remove_files) COMPLETE
53982026-08-24T20:09:07.718Z[ recovery-image] Aug 24 20:09:07.120 INFO O| Aug 24 20:09:07.120 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53992026-08-24T20:09:07.721Z[ recovery-image] Aug 24 20:09:07.130 INFO O| Aug 24 20:09:07.130 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtabs"
54002026-08-24T20:09:07.721Z[ recovery-image] Aug 24 20:09:07.130 INFO O| Aug 24 20:09:07.130 INFO STEP 38 (remove_files) COMPLETE
54012026-08-24T20:09:07.721Z[ recovery-image] Aug 24 20:09:07.130 INFO O| Aug 24 20:09:07.130 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54022026-08-24T20:09:07.732Z[ recovery-image] Aug 24 20:09:07.140 INFO O| Aug 24 20:09:07.140 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtic"
54032026-08-24T20:09:07.732Z[ recovery-image] Aug 24 20:09:07.140 INFO O| Aug 24 20:09:07.140 INFO STEP 39 (remove_files) COMPLETE
54042026-08-24T20:09:07.732Z[ recovery-image] Aug 24 20:09:07.140 INFO O| Aug 24 20:09:07.140 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54052026-08-24T20:09:07.735Z[verify-libraries] Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
54062026-08-24T20:09:07.745Z[ recovery-image] Aug 24 20:09:07.150 INFO O| Aug 24 20:09:07.150 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtoe"
54072026-08-24T20:09:07.745Z[ recovery-image] Aug 24 20:09:07.150 INFO O| Aug 24 20:09:07.150 INFO STEP 40 (remove_files) COMPLETE
54082026-08-24T20:09:07.745Z[ recovery-image] Aug 24 20:09:07.150 INFO O| Aug 24 20:09:07.150 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54092026-08-24T20:09:07.752Z[ recovery-image] Aug 24 20:09:07.159 INFO O| Aug 24 20:09:07.159 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtput"
54102026-08-24T20:09:07.752Z[ recovery-image] Aug 24 20:09:07.160 INFO O| Aug 24 20:09:07.159 INFO STEP 41 (remove_files) COMPLETE
54112026-08-24T20:09:07.752Z[ recovery-image] Aug 24 20:09:07.160 INFO O| Aug 24 20:09:07.159 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54122026-08-24T20:09:07.760Z[ recovery-image] Aug 24 20:09:07.169 INFO O| Aug 24 20:09:07.169 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtset"
54132026-08-24T20:09:07.760Z[ recovery-image] Aug 24 20:09:07.169 INFO O| Aug 24 20:09:07.169 INFO STEP 42 (remove_files) COMPLETE
54142026-08-24T20:09:07.760Z[ recovery-image] Aug 24 20:09:07.169 INFO O| Aug 24 20:09:07.169 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54152026-08-24T20:09:07.771Z[ recovery-image] Aug 24 20:09:07.180 INFO O| Aug 24 20:09:07.179 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/idn"
54162026-08-24T20:09:07.771Z[ recovery-image] Aug 24 20:09:07.180 INFO O| Aug 24 20:09:07.180 INFO STEP 43 (remove_files) COMPLETE
54172026-08-24T20:09:07.771Z[ recovery-image] Aug 24 20:09:07.180 INFO O| Aug 24 20:09:07.180 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54182026-08-24T20:09:07.782Z[ recovery-image] Aug 24 20:09:07.189 INFO O| Aug 24 20:09:07.189 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ksh93"
54192026-08-24T20:09:07.782Z[ recovery-image] Aug 24 20:09:07.189 INFO O| Aug 24 20:09:07.189 INFO STEP 44 (remove_files) COMPLETE
54202026-08-24T20:09:07.782Z[ recovery-image] Aug 24 20:09:07.189 INFO O| Aug 24 20:09:07.189 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54212026-08-24T20:09:07.790Z[ recovery-image] Aug 24 20:09:07.199 INFO O| Aug 24 20:09:07.199 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ls"
54222026-08-24T20:09:07.790Z[ recovery-image] Aug 24 20:09:07.199 INFO O| Aug 24 20:09:07.199 INFO STEP 45 (remove_files) COMPLETE
54232026-08-24T20:09:07.790Z[ recovery-image] Aug 24 20:09:07.199 INFO O| Aug 24 20:09:07.199 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54242026-08-24T20:09:07.799Z[ recovery-image] Aug 24 20:09:07.208 INFO O| Aug 24 20:09:07.208 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/mac"
54252026-08-24T20:09:07.799Z[ recovery-image] Aug 24 20:09:07.208 INFO O| Aug 24 20:09:07.208 INFO STEP 46 (remove_files) COMPLETE
54262026-08-24T20:09:07.799Z[ recovery-image] Aug 24 20:09:07.208 INFO O| Aug 24 20:09:07.208 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54272026-08-24T20:09:07.809Z[ recovery-image] Aug 24 20:09:07.218 INFO O| Aug 24 20:09:07.218 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/moe"
54282026-08-24T20:09:07.809Z[ recovery-image] Aug 24 20:09:07.218 INFO O| Aug 24 20:09:07.218 INFO STEP 47 (remove_files) COMPLETE
54292026-08-24T20:09:07.813Z[ recovery-image] Aug 24 20:09:07.218 INFO O| Aug 24 20:09:07.218 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54302026-08-24T20:09:07.820Z[ recovery-image] Aug 24 20:09:07.229 INFO O| Aug 24 20:09:07.229 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ncurses6-config"
54312026-08-24T20:09:07.820Z[ recovery-image] Aug 24 20:09:07.229 INFO O| Aug 24 20:09:07.229 INFO STEP 48 (remove_files) COMPLETE
54322026-08-24T20:09:07.820Z[ recovery-image] Aug 24 20:09:07.229 INFO O| Aug 24 20:09:07.229 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54332026-08-24T20:09:07.830Z[ recovery-image] Aug 24 20:09:07.239 INFO O| Aug 24 20:09:07.239 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/newtask"
54342026-08-24T20:09:07.830Z[ recovery-image] Aug 24 20:09:07.239 INFO O| Aug 24 20:09:07.239 INFO STEP 49 (remove_files) COMPLETE
54352026-08-24T20:09:07.834Z[ recovery-image] Aug 24 20:09:07.239 INFO O| Aug 24 20:09:07.239 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54362026-08-24T20:09:07.841Z[ recovery-image] Aug 24 20:09:07.250 INFO O| Aug 24 20:09:07.250 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/nohup"
54372026-08-24T20:09:07.842Z[ recovery-image] Aug 24 20:09:07.250 INFO O| Aug 24 20:09:07.250 INFO STEP 50 (remove_files) COMPLETE
54382026-08-24T20:09:07.845Z[ recovery-image] Aug 24 20:09:07.250 INFO O| Aug 24 20:09:07.250 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54392026-08-24T20:09:07.851Z[ recovery-image] Aug 24 20:09:07.260 INFO O| Aug 24 20:09:07.260 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pargs"
54402026-08-24T20:09:07.851Z[ recovery-image] Aug 24 20:09:07.260 INFO O| Aug 24 20:09:07.260 INFO STEP 51 (remove_files) COMPLETE
54412026-08-24T20:09:07.855Z[ recovery-image] Aug 24 20:09:07.260 INFO O| Aug 24 20:09:07.260 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54422026-08-24T20:09:07.861Z[ recovery-image] Aug 24 20:09:07.270 INFO O| Aug 24 20:09:07.269 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pauxv"
54432026-08-24T20:09:07.861Z[ recovery-image] Aug 24 20:09:07.270 INFO O| Aug 24 20:09:07.270 INFO STEP 52 (remove_files) COMPLETE
54442026-08-24T20:09:07.861Z[ recovery-image] Aug 24 20:09:07.270 INFO O| Aug 24 20:09:07.270 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54452026-08-24T20:09:07.871Z[ recovery-image] Aug 24 20:09:07.280 INFO O| Aug 24 20:09:07.280 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcap-config"
54462026-08-24T20:09:07.871Z[ recovery-image] Aug 24 20:09:07.280 INFO O| Aug 24 20:09:07.280 INFO STEP 53 (remove_files) COMPLETE
54472026-08-24T20:09:07.871Z[ recovery-image] Aug 24 20:09:07.280 INFO O| Aug 24 20:09:07.280 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54482026-08-24T20:09:07.881Z[ recovery-image] Aug 24 20:09:07.290 INFO O| Aug 24 20:09:07.290 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre-config"
54492026-08-24T20:09:07.884Z[ recovery-image] Aug 24 20:09:07.291 INFO O| Aug 24 20:09:07.290 INFO STEP 54 (remove_files) COMPLETE
54502026-08-24T20:09:07.884Z[ recovery-image] Aug 24 20:09:07.291 INFO O| Aug 24 20:09:07.290 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54512026-08-24T20:09:07.891Z[ recovery-image] Aug 24 20:09:07.300 INFO O| Aug 24 20:09:07.300 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre2-config"
54522026-08-24T20:09:07.891Z[ recovery-image] Aug 24 20:09:07.300 INFO O| Aug 24 20:09:07.300 INFO STEP 55 (remove_files) COMPLETE
54532026-08-24T20:09:07.891Z[ recovery-image] Aug 24 20:09:07.300 INFO O| Aug 24 20:09:07.300 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54542026-08-24T20:09:07.902Z[ recovery-image] Aug 24 20:09:07.311 INFO O| Aug 24 20:09:07.310 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcred"
54552026-08-24T20:09:07.905Z[ recovery-image] Aug 24 20:09:07.311 INFO O| Aug 24 20:09:07.311 INFO STEP 56 (remove_files) COMPLETE
54562026-08-24T20:09:07.905Z[ recovery-image] Aug 24 20:09:07.312 INFO O| Aug 24 20:09:07.311 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54572026-08-24T20:09:07.912Z[ recovery-image] Aug 24 20:09:07.321 INFO O| Aug 24 20:09:07.321 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcregrep"
54582026-08-24T20:09:07.912Z[ recovery-image] Aug 24 20:09:07.321 INFO O| Aug 24 20:09:07.321 INFO STEP 57 (remove_files) COMPLETE
54592026-08-24T20:09:07.912Z[ recovery-image] Aug 24 20:09:07.321 INFO O| Aug 24 20:09:07.321 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54602026-08-24T20:09:07.920Z[ recovery-image] Aug 24 20:09:07.329 INFO O| Aug 24 20:09:07.329 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcretest"
54612026-08-24T20:09:07.920Z[ recovery-image] Aug 24 20:09:07.329 INFO O| Aug 24 20:09:07.329 INFO STEP 58 (remove_files) COMPLETE
54622026-08-24T20:09:07.924Z[ recovery-image] Aug 24 20:09:07.329 INFO O| Aug 24 20:09:07.329 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54632026-08-24T20:09:07.930Z[ recovery-image] Aug 24 20:09:07.339 INFO O| Aug 24 20:09:07.339 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/penv"
54642026-08-24T20:09:07.930Z[ recovery-image] Aug 24 20:09:07.339 INFO O| Aug 24 20:09:07.339 INFO STEP 59 (remove_files) COMPLETE
54652026-08-24T20:09:07.930Z[ recovery-image] Aug 24 20:09:07.339 INFO O| Aug 24 20:09:07.339 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54662026-08-24T20:09:07.940Z[ recovery-image] Aug 24 20:09:07.349 INFO O| Aug 24 20:09:07.349 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pfiles"
54672026-08-24T20:09:07.941Z[ recovery-image] Aug 24 20:09:07.350 INFO O| Aug 24 20:09:07.349 INFO STEP 60 (remove_files) COMPLETE
54682026-08-24T20:09:07.941Z[ recovery-image] Aug 24 20:09:07.350 INFO O| Aug 24 20:09:07.349 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54692026-08-24T20:09:07.950Z[ recovery-image] Aug 24 20:09:07.359 INFO O| Aug 24 20:09:07.359 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pflags"
54702026-08-24T20:09:07.950Z[ recovery-image] Aug 24 20:09:07.359 INFO O| Aug 24 20:09:07.359 INFO STEP 61 (remove_files) COMPLETE
54712026-08-24T20:09:07.950Z[ recovery-image] Aug 24 20:09:07.359 INFO O| Aug 24 20:09:07.359 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54722026-08-24T20:09:07.960Z[ recovery-image] Aug 24 20:09:07.369 INFO O| Aug 24 20:09:07.368 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pldd"
54732026-08-24T20:09:07.960Z[ recovery-image] Aug 24 20:09:07.369 INFO O| Aug 24 20:09:07.369 INFO STEP 62 (remove_files) COMPLETE
54742026-08-24T20:09:07.963Z[ recovery-image] Aug 24 20:09:07.369 INFO O| Aug 24 20:09:07.369 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54752026-08-24T20:09:07.969Z[ recovery-image] Aug 24 20:09:07.377 INFO O| Aug 24 20:09:07.377 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/plgrp"
54762026-08-24T20:09:07.969Z[ recovery-image] Aug 24 20:09:07.377 INFO O| Aug 24 20:09:07.377 INFO STEP 63 (remove_files) COMPLETE
54772026-08-24T20:09:07.973Z[ recovery-image] Aug 24 20:09:07.377 INFO O| Aug 24 20:09:07.377 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54782026-08-24T20:09:07.976Z[ recovery-image] Aug 24 20:09:07.386 INFO O| Aug 24 20:09:07.385 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/plimit"
54792026-08-24T20:09:07.980Z[ recovery-image] Aug 24 20:09:07.386 INFO O| Aug 24 20:09:07.386 INFO STEP 64 (remove_files) COMPLETE
54802026-08-24T20:09:07.980Z[ recovery-image] Aug 24 20:09:07.386 INFO O| Aug 24 20:09:07.386 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54812026-08-24T20:09:07.985Z[verify-libraries] Compiling ssh-key v0.7.0-rc.11
54822026-08-24T20:09:07.990Z[ recovery-image] Aug 24 20:09:07.395 INFO O| Aug 24 20:09:07.395 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pmadvise"
54832026-08-24T20:09:07.990Z[ recovery-image] Aug 24 20:09:07.395 INFO O| Aug 24 20:09:07.395 INFO STEP 65 (remove_files) COMPLETE
54842026-08-24T20:09:07.990Z[ recovery-image] Aug 24 20:09:07.395 INFO O| Aug 24 20:09:07.395 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54852026-08-24T20:09:07.995Z[ recovery-image] Aug 24 20:09:07.404 INFO O| Aug 24 20:09:07.404 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pmap"
54862026-08-24T20:09:07.995Z[ recovery-image] Aug 24 20:09:07.404 INFO O| Aug 24 20:09:07.404 INFO STEP 66 (remove_files) COMPLETE
54872026-08-24T20:09:07.998Z[ recovery-image] Aug 24 20:09:07.404 INFO O| Aug 24 20:09:07.404 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54882026-08-24T20:09:08.004Z[ recovery-image] Aug 24 20:09:07.413 INFO O| Aug 24 20:09:07.413 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ppgsz"
54892026-08-24T20:09:08.004Z[ recovery-image] Aug 24 20:09:07.413 INFO O| Aug 24 20:09:07.413 INFO STEP 67 (remove_files) COMPLETE
54902026-08-24T20:09:08.008Z[ recovery-image] Aug 24 20:09:07.413 INFO O| Aug 24 20:09:07.413 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54912026-08-24T20:09:08.016Z[ recovery-image] Aug 24 20:09:07.424 INFO O| Aug 24 20:09:07.424 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ppriv"
54922026-08-24T20:09:08.016Z[ recovery-image] Aug 24 20:09:07.424 INFO O| Aug 24 20:09:07.424 INFO STEP 68 (remove_files) COMPLETE
54932026-08-24T20:09:08.016Z[ recovery-image] Aug 24 20:09:07.424 INFO O| Aug 24 20:09:07.424 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54942026-08-24T20:09:08.027Z[ recovery-image] Aug 24 20:09:07.436 INFO O| Aug 24 20:09:07.436 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prctl"
54952026-08-24T20:09:08.027Z[ recovery-image] Aug 24 20:09:07.436 INFO O| Aug 24 20:09:07.436 INFO STEP 69 (remove_files) COMPLETE
54962026-08-24T20:09:08.027Z[ recovery-image] Aug 24 20:09:07.436 INFO O| Aug 24 20:09:07.436 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54972026-08-24T20:09:08.038Z[ recovery-image] Aug 24 20:09:07.447 INFO O| Aug 24 20:09:07.447 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/preap"
54982026-08-24T20:09:08.038Z[ recovery-image] Aug 24 20:09:07.447 INFO O| Aug 24 20:09:07.447 INFO STEP 70 (remove_files) COMPLETE
54992026-08-24T20:09:08.038Z[ recovery-image] Aug 24 20:09:07.447 INFO O| Aug 24 20:09:07.447 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55002026-08-24T20:09:08.075Z[ recovery-image] Aug 24 20:09:07.456 INFO O| Aug 24 20:09:07.456 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prstat"
55012026-08-24T20:09:08.075Z[ recovery-image] Aug 24 20:09:07.456 INFO O| Aug 24 20:09:07.456 INFO STEP 71 (remove_files) COMPLETE
55022026-08-24T20:09:08.079Z[ recovery-image] Aug 24 20:09:07.456 INFO O| Aug 24 20:09:07.456 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55032026-08-24T20:09:08.079Z[ recovery-image] Aug 24 20:09:07.465 INFO O| Aug 24 20:09:07.464 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prun"
55042026-08-24T20:09:08.079Z[ recovery-image] Aug 24 20:09:07.465 INFO O| Aug 24 20:09:07.465 INFO STEP 72 (remove_files) COMPLETE
55052026-08-24T20:09:08.079Z[ recovery-image] Aug 24 20:09:07.465 INFO O| Aug 24 20:09:07.465 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55062026-08-24T20:09:08.079Z[ recovery-image] Aug 24 20:09:07.474 INFO O| Aug 24 20:09:07.474 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/psecflags"
55072026-08-24T20:09:08.079Z[ recovery-image] Aug 24 20:09:07.474 INFO O| Aug 24 20:09:07.474 INFO STEP 73 (remove_files) COMPLETE
55082026-08-24T20:09:08.079Z[ recovery-image] Aug 24 20:09:07.474 INFO O| Aug 24 20:09:07.474 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55092026-08-24T20:09:08.079Z[ recovery-image] Aug 24 20:09:07.484 INFO O| Aug 24 20:09:07.484 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/psig"
55102026-08-24T20:09:08.079Z[ recovery-image] Aug 24 20:09:07.484 INFO O| Aug 24 20:09:07.484 INFO STEP 74 (remove_files) COMPLETE
55112026-08-24T20:09:08.079Z[ recovery-image] Aug 24 20:09:07.484 INFO O| Aug 24 20:09:07.484 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55122026-08-24T20:09:08.084Z[ recovery-image] Aug 24 20:09:07.493 INFO O| Aug 24 20:09:07.493 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pstack"
55132026-08-24T20:09:08.084Z[ recovery-image] Aug 24 20:09:07.493 INFO O| Aug 24 20:09:07.493 INFO STEP 75 (remove_files) COMPLETE
55142026-08-24T20:09:08.084Z[ recovery-image] Aug 24 20:09:07.493 INFO O| Aug 24 20:09:07.493 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55152026-08-24T20:09:08.095Z[ recovery-image] Aug 24 20:09:07.504 INFO O| Aug 24 20:09:07.503 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pstop"
55162026-08-24T20:09:08.095Z[ recovery-image] Aug 24 20:09:07.504 INFO O| Aug 24 20:09:07.504 INFO STEP 76 (remove_files) COMPLETE
55172026-08-24T20:09:08.098Z[ recovery-image] Aug 24 20:09:07.504 INFO O| Aug 24 20:09:07.504 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55182026-08-24T20:09:08.105Z[ recovery-image] Aug 24 20:09:07.514 INFO O| Aug 24 20:09:07.514 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ptime"
55192026-08-24T20:09:08.105Z[ recovery-image] Aug 24 20:09:07.515 INFO O| Aug 24 20:09:07.515 INFO STEP 77 (remove_files) COMPLETE
55202026-08-24T20:09:08.109Z[ recovery-image] Aug 24 20:09:07.515 INFO O| Aug 24 20:09:07.515 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55212026-08-24T20:09:08.117Z[ recovery-image] Aug 24 20:09:07.526 INFO O| Aug 24 20:09:07.526 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ptree"
55222026-08-24T20:09:08.117Z[ recovery-image] Aug 24 20:09:07.526 INFO O| Aug 24 20:09:07.526 INFO STEP 78 (remove_files) COMPLETE
55232026-08-24T20:09:08.117Z[ recovery-image] Aug 24 20:09:07.526 INFO O| Aug 24 20:09:07.526 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55242026-08-24T20:09:08.128Z[ recovery-image] Aug 24 20:09:07.537 INFO O| Aug 24 20:09:07.537 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pwait"
55252026-08-24T20:09:08.128Z[ recovery-image] Aug 24 20:09:07.537 INFO O| Aug 24 20:09:07.537 INFO STEP 79 (remove_files) COMPLETE
55262026-08-24T20:09:08.128Z[ recovery-image] Aug 24 20:09:07.537 INFO O| Aug 24 20:09:07.537 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55272026-08-24T20:09:08.139Z[ recovery-image] Aug 24 20:09:07.547 INFO O| Aug 24 20:09:07.547 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pwdx"
55282026-08-24T20:09:08.139Z[ recovery-image] Aug 24 20:09:07.548 INFO O| Aug 24 20:09:07.547 INFO STEP 80 (remove_files) COMPLETE
55292026-08-24T20:09:08.142Z[ recovery-image] Aug 24 20:09:07.548 INFO O| Aug 24 20:09:07.547 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55302026-08-24T20:09:08.149Z[ recovery-image] Aug 24 20:09:07.558 INFO O| Aug 24 20:09:07.558 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/rksh"
55312026-08-24T20:09:08.149Z[ recovery-image] Aug 24 20:09:07.558 INFO O| Aug 24 20:09:07.558 INFO STEP 81 (remove_files) COMPLETE
55322026-08-24T20:09:08.149Z[ recovery-image] Aug 24 20:09:07.558 INFO O| Aug 24 20:09:07.558 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55332026-08-24T20:09:08.159Z[ recovery-image] Aug 24 20:09:07.568 INFO O| Aug 24 20:09:07.568 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/rksh93"
55342026-08-24T20:09:08.159Z[ recovery-image] Aug 24 20:09:07.568 INFO O| Aug 24 20:09:07.568 INFO STEP 82 (remove_files) COMPLETE
55352026-08-24T20:09:08.159Z[ recovery-image] Aug 24 20:09:07.568 INFO O| Aug 24 20:09:07.568 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55362026-08-24T20:09:08.171Z[ recovery-image] Aug 24 20:09:07.580 INFO O| Aug 24 20:09:07.580 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/strings"
55372026-08-24T20:09:08.171Z[ recovery-image] Aug 24 20:09:07.580 INFO O| Aug 24 20:09:07.580 INFO STEP 83 (remove_files) COMPLETE
55382026-08-24T20:09:08.171Z[ recovery-image] Aug 24 20:09:07.580 INFO O| Aug 24 20:09:07.580 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55392026-08-24T20:09:08.182Z[ recovery-image] Aug 24 20:09:07.591 INFO O| Aug 24 20:09:07.591 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xml2-config"
55402026-08-24T20:09:08.185Z[ recovery-image] Aug 24 20:09:07.592 INFO O| Aug 24 20:09:07.592 INFO STEP 84 (remove_files) COMPLETE
55412026-08-24T20:09:08.185Z[ recovery-image] Aug 24 20:09:07.592 INFO O| Aug 24 20:09:07.592 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55422026-08-24T20:09:08.193Z[ recovery-image] Aug 24 20:09:07.602 INFO O| Aug 24 20:09:07.602 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xmlcatalog"
55432026-08-24T20:09:08.193Z[ recovery-image] Aug 24 20:09:07.602 INFO O| Aug 24 20:09:07.602 INFO STEP 85 (remove_files) COMPLETE
55442026-08-24T20:09:08.197Z[ recovery-image] Aug 24 20:09:07.602 INFO O| Aug 24 20:09:07.602 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55452026-08-24T20:09:08.203Z[ recovery-image] Aug 24 20:09:07.612 INFO O| Aug 24 20:09:07.612 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xmllint"
55462026-08-24T20:09:08.203Z[ recovery-image] Aug 24 20:09:07.612 INFO O| Aug 24 20:09:07.612 INFO STEP 86 (remove_files) COMPLETE
55472026-08-24T20:09:08.206Z[ recovery-image] Aug 24 20:09:07.612 INFO O| Aug 24 20:09:07.612 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55482026-08-24T20:09:08.213Z[ recovery-image] Aug 24 20:09:07.622 INFO O| Aug 24 20:09:07.621 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amt"
55492026-08-24T20:09:08.216Z[ recovery-image] Aug 24 20:09:07.622 INFO O| Aug 24 20:09:07.622 INFO STEP 87 (remove_files) COMPLETE
55502026-08-24T20:09:08.217Z[ recovery-image] Aug 24 20:09:07.622 INFO O| Aug 24 20:09:07.622 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55512026-08-24T20:09:08.223Z[ recovery-image] Aug 24 20:09:07.632 INFO O| Aug 24 20:09:07.632 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/arch"
55522026-08-24T20:09:08.223Z[ recovery-image] Aug 24 20:09:07.632 INFO O| Aug 24 20:09:07.632 INFO STEP 88 (remove_files) COMPLETE
55532026-08-24T20:09:08.226Z[ recovery-image] Aug 24 20:09:07.632 INFO O| Aug 24 20:09:07.632 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55542026-08-24T20:09:08.233Z[ recovery-image] Aug 24 20:09:07.642 INFO O| Aug 24 20:09:07.642 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/asa"
55552026-08-24T20:09:08.236Z[ recovery-image] Aug 24 20:09:07.643 INFO O| Aug 24 20:09:07.642 INFO STEP 89 (remove_files) COMPLETE
55562026-08-24T20:09:08.236Z[ recovery-image] Aug 24 20:09:07.643 INFO O| Aug 24 20:09:07.642 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55572026-08-24T20:09:08.243Z[ recovery-image] Aug 24 20:09:07.652 INFO O| Aug 24 20:09:07.652 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/at"
55582026-08-24T20:09:08.243Z[ recovery-image] Aug 24 20:09:07.652 INFO O| Aug 24 20:09:07.652 INFO STEP 90 (remove_files) COMPLETE
55592026-08-24T20:09:08.243Z[ recovery-image] Aug 24 20:09:07.652 INFO O| Aug 24 20:09:07.652 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55602026-08-24T20:09:08.254Z[ recovery-image] Aug 24 20:09:07.662 INFO O| Aug 24 20:09:07.662 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/atq"
55612026-08-24T20:09:08.254Z[ recovery-image] Aug 24 20:09:07.662 INFO O| Aug 24 20:09:07.662 INFO STEP 91 (remove_files) COMPLETE
55622026-08-24T20:09:08.254Z[ recovery-image] Aug 24 20:09:07.662 INFO O| Aug 24 20:09:07.662 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55632026-08-24T20:09:08.265Z[ recovery-image] Aug 24 20:09:07.672 INFO O| Aug 24 20:09:07.672 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/atrm"
55642026-08-24T20:09:08.265Z[ recovery-image] Aug 24 20:09:07.672 INFO O| Aug 24 20:09:07.672 INFO STEP 92 (remove_files) COMPLETE
55652026-08-24T20:09:08.268Z[ recovery-image] Aug 24 20:09:07.672 INFO O| Aug 24 20:09:07.672 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55662026-08-24T20:09:08.273Z[ recovery-image] Aug 24 20:09:07.682 INFO O| Aug 24 20:09:07.682 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/auths"
55672026-08-24T20:09:08.273Z[ recovery-image] Aug 24 20:09:07.682 INFO O| Aug 24 20:09:07.682 INFO STEP 93 (remove_files) COMPLETE
55682026-08-24T20:09:08.273Z[ recovery-image] Aug 24 20:09:07.682 INFO O| Aug 24 20:09:07.682 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55692026-08-24T20:09:08.284Z[ recovery-image] Aug 24 20:09:07.692 INFO O| Aug 24 20:09:07.692 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/banner"
55702026-08-24T20:09:08.284Z[ recovery-image] Aug 24 20:09:07.693 INFO O| Aug 24 20:09:07.693 INFO STEP 94 (remove_files) COMPLETE
55712026-08-24T20:09:08.284Z[ recovery-image] Aug 24 20:09:07.693 INFO O| Aug 24 20:09:07.693 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55722026-08-24T20:09:08.293Z[ recovery-image] Aug 24 20:09:07.703 INFO O| Aug 24 20:09:07.702 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bashbug"
55732026-08-24T20:09:08.297Z[ recovery-image] Aug 24 20:09:07.703 INFO O| Aug 24 20:09:07.703 INFO STEP 95 (remove_files) COMPLETE
55742026-08-24T20:09:08.297Z[ recovery-image] Aug 24 20:09:07.703 INFO O| Aug 24 20:09:07.703 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55752026-08-24T20:09:08.306Z[ recovery-image] Aug 24 20:09:07.714 INFO O| Aug 24 20:09:07.714 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/batch"
55762026-08-24T20:09:08.306Z[ recovery-image] Aug 24 20:09:07.714 INFO O| Aug 24 20:09:07.714 INFO STEP 96 (remove_files) COMPLETE
55772026-08-24T20:09:08.310Z[ recovery-image] Aug 24 20:09:07.714 INFO O| Aug 24 20:09:07.714 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55782026-08-24T20:09:08.315Z[ recovery-image] Aug 24 20:09:07.724 INFO O| Aug 24 20:09:07.724 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bc"
55792026-08-24T20:09:08.315Z[ recovery-image] Aug 24 20:09:07.724 INFO O| Aug 24 20:09:07.724 INFO STEP 97 (remove_files) COMPLETE
55802026-08-24T20:09:08.315Z[ recovery-image] Aug 24 20:09:07.724 INFO O| Aug 24 20:09:07.724 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55812026-08-24T20:09:08.325Z[ recovery-image] Aug 24 20:09:07.734 INFO O| Aug 24 20:09:07.734 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bdiff"
55822026-08-24T20:09:08.328Z[ recovery-image] Aug 24 20:09:07.735 INFO O| Aug 24 20:09:07.735 INFO STEP 98 (remove_files) COMPLETE
55832026-08-24T20:09:08.328Z[ recovery-image] Aug 24 20:09:07.735 INFO O| Aug 24 20:09:07.735 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55842026-08-24T20:09:08.337Z[ recovery-image] Aug 24 20:09:07.745 INFO O| Aug 24 20:09:07.745 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bg"
55852026-08-24T20:09:08.337Z[ recovery-image] Aug 24 20:09:07.746 INFO O| Aug 24 20:09:07.745 INFO STEP 99 (remove_files) COMPLETE
55862026-08-24T20:09:08.340Z[ recovery-image] Aug 24 20:09:07.746 INFO O| Aug 24 20:09:07.745 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55872026-08-24T20:09:08.345Z[ recovery-image] Aug 24 20:09:07.754 INFO O| Aug 24 20:09:07.754 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/brotli"
55882026-08-24T20:09:08.345Z[ recovery-image] Aug 24 20:09:07.755 INFO O| Aug 24 20:09:07.754 INFO STEP 100 (remove_files) COMPLETE
55892026-08-24T20:09:08.345Z[ recovery-image] Aug 24 20:09:07.755 INFO O| Aug 24 20:09:07.755 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55902026-08-24T20:09:08.354Z[ recovery-image] Aug 24 20:09:07.763 INFO O| Aug 24 20:09:07.763 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bunzip2"
55912026-08-24T20:09:08.354Z[ recovery-image] Aug 24 20:09:07.763 INFO O| Aug 24 20:09:07.763 INFO STEP 101 (remove_files) COMPLETE
55922026-08-24T20:09:08.354Z[ recovery-image] Aug 24 20:09:07.763 INFO O| Aug 24 20:09:07.763 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55932026-08-24T20:09:08.363Z[ recovery-image] Aug 24 20:09:07.772 INFO O| Aug 24 20:09:07.772 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/busstat"
55942026-08-24T20:09:08.363Z[ recovery-image] Aug 24 20:09:07.772 INFO O| Aug 24 20:09:07.772 INFO STEP 102 (remove_files) COMPLETE
55952026-08-24T20:09:08.363Z[ recovery-image] Aug 24 20:09:07.772 INFO O| Aug 24 20:09:07.772 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55962026-08-24T20:09:08.372Z[ recovery-image] Aug 24 20:09:07.781 INFO O| Aug 24 20:09:07.781 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzcat"
55972026-08-24T20:09:08.372Z[ recovery-image] Aug 24 20:09:07.781 INFO O| Aug 24 20:09:07.781 INFO STEP 103 (remove_files) COMPLETE
55982026-08-24T20:09:08.372Z[ recovery-image] Aug 24 20:09:07.781 INFO O| Aug 24 20:09:07.781 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55992026-08-24T20:09:08.383Z[ recovery-image] Aug 24 20:09:07.792 INFO O| Aug 24 20:09:07.792 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzdiff"
56002026-08-24T20:09:08.384Z[ recovery-image] Aug 24 20:09:07.793 INFO O| Aug 24 20:09:07.792 INFO STEP 104 (remove_files) COMPLETE
56012026-08-24T20:09:08.384Z[ recovery-image] Aug 24 20:09:07.793 INFO O| Aug 24 20:09:07.792 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56022026-08-24T20:09:08.395Z[ recovery-image] Aug 24 20:09:07.804 INFO O| Aug 24 20:09:07.804 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzgrep"
56032026-08-24T20:09:08.395Z[ recovery-image] Aug 24 20:09:07.804 INFO O| Aug 24 20:09:07.804 INFO STEP 105 (remove_files) COMPLETE
56042026-08-24T20:09:08.395Z[ recovery-image] Aug 24 20:09:07.804 INFO O| Aug 24 20:09:07.804 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56052026-08-24T20:09:08.403Z[ recovery-image] Aug 24 20:09:07.812 INFO O| Aug 24 20:09:07.812 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzip2"
56062026-08-24T20:09:08.403Z[ recovery-image] Aug 24 20:09:07.812 INFO O| Aug 24 20:09:07.812 INFO STEP 106 (remove_files) COMPLETE
56072026-08-24T20:09:08.407Z[ recovery-image] Aug 24 20:09:07.812 INFO O| Aug 24 20:09:07.812 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56082026-08-24T20:09:08.411Z[ recovery-image] Aug 24 20:09:07.820 INFO O| Aug 24 20:09:07.820 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzip2recover"
56092026-08-24T20:09:08.411Z[ recovery-image] Aug 24 20:09:07.820 INFO O| Aug 24 20:09:07.820 INFO STEP 107 (remove_files) COMPLETE
56102026-08-24T20:09:08.411Z[ recovery-image] Aug 24 20:09:07.820 INFO O| Aug 24 20:09:07.820 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56112026-08-24T20:09:08.422Z[ recovery-image] Aug 24 20:09:07.831 INFO O| Aug 24 20:09:07.831 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzmore"
56122026-08-24T20:09:08.422Z[ recovery-image] Aug 24 20:09:07.831 INFO O| Aug 24 20:09:07.831 INFO STEP 108 (remove_files) COMPLETE
56132026-08-24T20:09:08.422Z[ recovery-image] Aug 24 20:09:07.831 INFO O| Aug 24 20:09:07.831 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56142026-08-24T20:09:08.432Z[ recovery-image] Aug 24 20:09:07.841 INFO O| Aug 24 20:09:07.841 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cal"
56152026-08-24T20:09:08.432Z[ recovery-image] Aug 24 20:09:07.841 INFO O| Aug 24 20:09:07.841 INFO STEP 109 (remove_files) COMPLETE
56162026-08-24T20:09:08.432Z[ recovery-image] Aug 24 20:09:07.841 INFO O| Aug 24 20:09:07.841 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56172026-08-24T20:09:08.443Z[ recovery-image] Aug 24 20:09:07.851 INFO O| Aug 24 20:09:07.851 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/captoinfo"
56182026-08-24T20:09:08.443Z[ recovery-image] Aug 24 20:09:07.851 INFO O| Aug 24 20:09:07.851 INFO STEP 110 (remove_files) COMPLETE
56192026-08-24T20:09:08.446Z[ recovery-image] Aug 24 20:09:07.851 INFO O| Aug 24 20:09:07.851 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56202026-08-24T20:09:08.452Z[ recovery-image] Aug 24 20:09:07.860 INFO O| Aug 24 20:09:07.860 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cd"
56212026-08-24T20:09:08.452Z[ recovery-image] Aug 24 20:09:07.860 INFO O| Aug 24 20:09:07.860 INFO STEP 111 (remove_files) COMPLETE
56222026-08-24T20:09:08.455Z[ recovery-image] Aug 24 20:09:07.860 INFO O| Aug 24 20:09:07.860 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56232026-08-24T20:09:08.461Z[ recovery-image] Aug 24 20:09:07.870 INFO O| Aug 24 20:09:07.870 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/certutil"
56242026-08-24T20:09:08.461Z[ recovery-image] Aug 24 20:09:07.870 INFO O| Aug 24 20:09:07.870 INFO STEP 112 (remove_files) COMPLETE
56252026-08-24T20:09:08.461Z[ recovery-image] Aug 24 20:09:07.870 INFO O| Aug 24 20:09:07.870 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56262026-08-24T20:09:08.485Z[ recovery-image] Aug 24 20:09:07.894 INFO O| Aug 24 20:09:07.894 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/checkbandwidth"
56272026-08-24T20:09:08.486Z[ recovery-image] Aug 24 20:09:07.894 INFO O| Aug 24 20:09:07.894 INFO STEP 113 (remove_files) COMPLETE
56282026-08-24T20:09:08.486Z[ recovery-image] Aug 24 20:09:07.894 INFO O| Aug 24 20:09:07.894 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56292026-08-24T20:09:08.500Z[ recovery-image] Aug 24 20:09:07.903 INFO O| Aug 24 20:09:07.903 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/chgrp"
56302026-08-24T20:09:08.500Z[ recovery-image] Aug 24 20:09:07.903 INFO O| Aug 24 20:09:07.903 INFO STEP 114 (remove_files) COMPLETE
56312026-08-24T20:09:08.500Z[ recovery-image] Aug 24 20:09:07.903 INFO O| Aug 24 20:09:07.903 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56322026-08-24T20:09:08.505Z[ recovery-image] Aug 24 20:09:07.911 INFO O| Aug 24 20:09:07.911 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/chronyc"
56332026-08-24T20:09:08.505Z[ recovery-image] Aug 24 20:09:07.912 INFO O| Aug 24 20:09:07.911 INFO STEP 115 (remove_files) COMPLETE
56342026-08-24T20:09:08.505Z[ recovery-image] Aug 24 20:09:07.912 INFO O| Aug 24 20:09:07.912 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56352026-08-24T20:09:08.533Z[ recovery-image] Aug 24 20:09:07.942 INFO O| Aug 24 20:09:07.940 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckdate"
56362026-08-24T20:09:08.539Z[ recovery-image] Aug 24 20:09:07.947 INFO O| Aug 24 20:09:07.947 INFO STEP 116 (remove_files) COMPLETE
56372026-08-24T20:09:08.539Z[ recovery-image] Aug 24 20:09:07.947 INFO O| Aug 24 20:09:07.947 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56382026-08-24T20:09:08.549Z[ recovery-image] Aug 24 20:09:07.959 INFO O| Aug 24 20:09:07.958 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckgid"
56392026-08-24T20:09:08.550Z[ recovery-image] Aug 24 20:09:07.959 INFO O| Aug 24 20:09:07.959 INFO STEP 117 (remove_files) COMPLETE
56402026-08-24T20:09:08.550Z[ recovery-image] Aug 24 20:09:07.959 INFO O| Aug 24 20:09:07.959 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56412026-08-24T20:09:08.558Z[verify-libraries] Compiling omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
56422026-08-24T20:09:08.563Z[ recovery-image] Aug 24 20:09:07.973 INFO O| Aug 24 20:09:07.972 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckint"
56432026-08-24T20:09:08.564Z[ recovery-image] Aug 24 20:09:07.973 INFO O| Aug 24 20:09:07.973 INFO STEP 118 (remove_files) COMPLETE
56442026-08-24T20:09:08.569Z[ recovery-image] Aug 24 20:09:07.973 INFO O| Aug 24 20:09:07.973 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56452026-08-24T20:09:08.576Z[ recovery-image] Aug 24 20:09:07.983 INFO O| Aug 24 20:09:07.983 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckitem"
56462026-08-24T20:09:08.576Z[ recovery-image] Aug 24 20:09:07.983 INFO O| Aug 24 20:09:07.983 INFO STEP 119 (remove_files) COMPLETE
56472026-08-24T20:09:08.576Z[ recovery-image] Aug 24 20:09:07.983 INFO O| Aug 24 20:09:07.983 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56482026-08-24T20:09:08.588Z[ recovery-image] Aug 24 20:09:07.996 INFO O| Aug 24 20:09:07.996 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckkeywd"
56492026-08-24T20:09:08.588Z[ recovery-image] Aug 24 20:09:07.996 INFO O| Aug 24 20:09:07.996 INFO STEP 120 (remove_files) COMPLETE
56502026-08-24T20:09:08.588Z[ recovery-image] Aug 24 20:09:07.997 INFO O| Aug 24 20:09:07.996 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56512026-08-24T20:09:08.602Z[ recovery-image] Aug 24 20:09:08.011 INFO O| Aug 24 20:09:08.011 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckpath"
56522026-08-24T20:09:08.602Z[ recovery-image] Aug 24 20:09:08.011 INFO O| Aug 24 20:09:08.011 INFO STEP 121 (remove_files) COMPLETE
56532026-08-24T20:09:08.605Z[ recovery-image] Aug 24 20:09:08.011 INFO O| Aug 24 20:09:08.011 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56542026-08-24T20:09:08.619Z[ recovery-image] Aug 24 20:09:08.028 INFO O| Aug 24 20:09:08.028 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckrange"
56552026-08-24T20:09:08.619Z[ recovery-image] Aug 24 20:09:08.028 INFO O| Aug 24 20:09:08.028 INFO STEP 122 (remove_files) COMPLETE
56562026-08-24T20:09:08.619Z[ recovery-image] Aug 24 20:09:08.028 INFO O| Aug 24 20:09:08.028 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56572026-08-24T20:09:08.630Z[ recovery-image] Aug 24 20:09:08.039 INFO O| Aug 24 20:09:08.039 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckstr"
56582026-08-24T20:09:08.634Z[ recovery-image] Aug 24 20:09:08.041 INFO O| Aug 24 20:09:08.041 INFO STEP 123 (remove_files) COMPLETE
56592026-08-24T20:09:08.634Z[ recovery-image] Aug 24 20:09:08.041 INFO O| Aug 24 20:09:08.041 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56602026-08-24T20:09:08.645Z[ recovery-image] Aug 24 20:09:08.053 INFO O| Aug 24 20:09:08.053 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cksum"
56612026-08-24T20:09:08.645Z[ recovery-image] Aug 24 20:09:08.053 INFO O| Aug 24 20:09:08.053 INFO STEP 124 (remove_files) COMPLETE
56622026-08-24T20:09:08.645Z[ recovery-image] Aug 24 20:09:08.053 INFO O| Aug 24 20:09:08.053 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56632026-08-24T20:09:08.655Z[ recovery-image] Aug 24 20:09:08.064 INFO O| Aug 24 20:09:08.064 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cktime"
56642026-08-24T20:09:08.655Z[ recovery-image] Aug 24 20:09:08.064 INFO O| Aug 24 20:09:08.064 INFO STEP 125 (remove_files) COMPLETE
56652026-08-24T20:09:08.658Z[ recovery-image] Aug 24 20:09:08.064 INFO O| Aug 24 20:09:08.064 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56662026-08-24T20:09:08.664Z[ recovery-image] Aug 24 20:09:08.073 INFO O| Aug 24 20:09:08.073 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckuid"
56672026-08-24T20:09:08.668Z[ recovery-image] Aug 24 20:09:08.074 INFO O| Aug 24 20:09:08.074 INFO STEP 126 (remove_files) COMPLETE
56682026-08-24T20:09:08.668Z[ recovery-image] Aug 24 20:09:08.074 INFO O| Aug 24 20:09:08.074 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56692026-08-24T20:09:08.674Z[ recovery-image] Aug 24 20:09:08.083 INFO O| Aug 24 20:09:08.083 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckyorn"
56702026-08-24T20:09:08.675Z[ recovery-image] Aug 24 20:09:08.083 INFO O| Aug 24 20:09:08.083 INFO STEP 127 (remove_files) COMPLETE
56712026-08-24T20:09:08.675Z[ recovery-image] Aug 24 20:09:08.083 INFO O| Aug 24 20:09:08.083 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56722026-08-24T20:09:08.682Z[ recovery-image] Aug 24 20:09:08.091 INFO O| Aug 24 20:09:08.091 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/clear"
56732026-08-24T20:09:08.682Z[ recovery-image] Aug 24 20:09:08.091 INFO O| Aug 24 20:09:08.091 INFO STEP 128 (remove_files) COMPLETE
56742026-08-24T20:09:08.686Z[ recovery-image] Aug 24 20:09:08.091 INFO O| Aug 24 20:09:08.091 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56752026-08-24T20:09:08.693Z[ recovery-image] Aug 24 20:09:08.102 INFO O| Aug 24 20:09:08.102 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cmp"
56762026-08-24T20:09:08.693Z[ recovery-image] Aug 24 20:09:08.102 INFO O| Aug 24 20:09:08.102 INFO STEP 129 (remove_files) COMPLETE
56772026-08-24T20:09:08.693Z[ recovery-image] Aug 24 20:09:08.102 INFO O| Aug 24 20:09:08.102 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56782026-08-24T20:09:08.702Z[ recovery-image] Aug 24 20:09:08.111 INFO O| Aug 24 20:09:08.111 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/col"
56792026-08-24T20:09:08.702Z[ recovery-image] Aug 24 20:09:08.111 INFO O| Aug 24 20:09:08.111 INFO STEP 130 (remove_files) COMPLETE
56802026-08-24T20:09:08.707Z[ recovery-image] Aug 24 20:09:08.111 INFO O| Aug 24 20:09:08.111 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56812026-08-24T20:09:08.712Z[ recovery-image] Aug 24 20:09:08.121 INFO O| Aug 24 20:09:08.121 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/comm"
56822026-08-24T20:09:08.712Z[ recovery-image] Aug 24 20:09:08.121 INFO O| Aug 24 20:09:08.121 INFO STEP 131 (remove_files) COMPLETE
56832026-08-24T20:09:08.712Z[ recovery-image] Aug 24 20:09:08.121 INFO O| Aug 24 20:09:08.121 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56842026-08-24T20:09:08.725Z[ recovery-image] Aug 24 20:09:08.130 INFO O| Aug 24 20:09:08.130 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/command"
56852026-08-24T20:09:08.725Z[ recovery-image] Aug 24 20:09:08.130 INFO O| Aug 24 20:09:08.130 INFO STEP 132 (remove_files) COMPLETE
56862026-08-24T20:09:08.729Z[ recovery-image] Aug 24 20:09:08.130 INFO O| Aug 24 20:09:08.130 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56872026-08-24T20:09:08.733Z[ recovery-image] Aug 24 20:09:08.142 INFO O| Aug 24 20:09:08.141 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/compress"
56882026-08-24T20:09:08.733Z[ recovery-image] Aug 24 20:09:08.142 INFO O| Aug 24 20:09:08.142 INFO STEP 133 (remove_files) COMPLETE
56892026-08-24T20:09:08.733Z[ recovery-image] Aug 24 20:09:08.142 INFO O| Aug 24 20:09:08.142 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56902026-08-24T20:09:08.743Z[ recovery-image] Aug 24 20:09:08.152 INFO O| Aug 24 20:09:08.152 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/connstat"
56912026-08-24T20:09:08.743Z[ recovery-image] Aug 24 20:09:08.152 INFO O| Aug 24 20:09:08.152 INFO STEP 134 (remove_files) COMPLETE
56922026-08-24T20:09:08.743Z[ recovery-image] Aug 24 20:09:08.152 INFO O| Aug 24 20:09:08.152 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56932026-08-24T20:09:08.754Z[ recovery-image] Aug 24 20:09:08.162 INFO O| Aug 24 20:09:08.162 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cpio"
56942026-08-24T20:09:08.754Z[ recovery-image] Aug 24 20:09:08.162 INFO O| Aug 24 20:09:08.162 INFO STEP 135 (remove_files) COMPLETE
56952026-08-24T20:09:08.757Z[ recovery-image] Aug 24 20:09:08.162 INFO O| Aug 24 20:09:08.162 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56962026-08-24T20:09:08.764Z[ recovery-image] Aug 24 20:09:08.173 INFO O| Aug 24 20:09:08.173 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crle"
56972026-08-24T20:09:08.764Z[ recovery-image] Aug 24 20:09:08.173 INFO O| Aug 24 20:09:08.173 INFO STEP 136 (remove_files) COMPLETE
56982026-08-24T20:09:08.767Z[ recovery-image] Aug 24 20:09:08.173 INFO O| Aug 24 20:09:08.173 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56992026-08-24T20:09:08.774Z[ recovery-image] Aug 24 20:09:08.183 INFO O| Aug 24 20:09:08.183 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crontab"
57002026-08-24T20:09:08.774Z[ recovery-image] Aug 24 20:09:08.183 INFO O| Aug 24 20:09:08.183 INFO STEP 137 (remove_files) COMPLETE
57012026-08-24T20:09:08.778Z[ recovery-image] Aug 24 20:09:08.183 INFO O| Aug 24 20:09:08.183 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57022026-08-24T20:09:08.785Z[ recovery-image] Aug 24 20:09:08.194 INFO O| Aug 24 20:09:08.194 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crypt"
57032026-08-24T20:09:08.785Z[ recovery-image] Aug 24 20:09:08.194 INFO O| Aug 24 20:09:08.194 INFO STEP 138 (remove_files) COMPLETE
57042026-08-24T20:09:08.785Z[ recovery-image] Aug 24 20:09:08.194 INFO O| Aug 24 20:09:08.194 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57052026-08-24T20:09:08.797Z[ recovery-image] Aug 24 20:09:08.206 INFO O| Aug 24 20:09:08.206 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/csh"
57062026-08-24T20:09:08.797Z[ recovery-image] Aug 24 20:09:08.206 INFO O| Aug 24 20:09:08.206 INFO STEP 139 (remove_files) COMPLETE
57072026-08-24T20:09:08.800Z[ recovery-image] Aug 24 20:09:08.206 INFO O| Aug 24 20:09:08.206 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57082026-08-24T20:09:08.809Z[ recovery-image] Aug 24 20:09:08.217 INFO O| Aug 24 20:09:08.217 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/csplit"
57092026-08-24T20:09:08.809Z[ recovery-image] Aug 24 20:09:08.217 INFO O| Aug 24 20:09:08.217 INFO STEP 140 (remove_files) COMPLETE
57102026-08-24T20:09:08.809Z[ recovery-image] Aug 24 20:09:08.217 INFO O| Aug 24 20:09:08.217 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57112026-08-24T20:09:08.819Z[ recovery-image] Aug 24 20:09:08.228 INFO O| Aug 24 20:09:08.228 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/curl"
57122026-08-24T20:09:08.819Z[ recovery-image] Aug 24 20:09:08.228 INFO O| Aug 24 20:09:08.228 INFO STEP 141 (remove_files) COMPLETE
57132026-08-24T20:09:08.819Z[ recovery-image] Aug 24 20:09:08.228 INFO O| Aug 24 20:09:08.228 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57142026-08-24T20:09:08.826Z[verify-libraries] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
57152026-08-24T20:09:08.830Z[ recovery-image] Aug 24 20:09:08.239 INFO O| Aug 24 20:09:08.239 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/curl-config"
57162026-08-24T20:09:08.830Z[ recovery-image] Aug 24 20:09:08.239 INFO O| Aug 24 20:09:08.239 INFO STEP 142 (remove_files) COMPLETE
57172026-08-24T20:09:08.834Z[ recovery-image] Aug 24 20:09:08.239 INFO O| Aug 24 20:09:08.239 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57182026-08-24T20:09:08.841Z[ recovery-image] Aug 24 20:09:08.249 INFO O| Aug 24 20:09:08.249 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dc"
57192026-08-24T20:09:08.841Z[ recovery-image] Aug 24 20:09:08.250 INFO O| Aug 24 20:09:08.249 INFO STEP 143 (remove_files) COMPLETE
57202026-08-24T20:09:08.841Z[ recovery-image] Aug 24 20:09:08.250 INFO O| Aug 24 20:09:08.250 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57212026-08-24T20:09:08.852Z[ recovery-image] Aug 24 20:09:08.261 INFO O| Aug 24 20:09:08.261 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/decrypt"
57222026-08-24T20:09:08.852Z[ recovery-image] Aug 24 20:09:08.261 INFO O| Aug 24 20:09:08.261 INFO STEP 144 (remove_files) COMPLETE
57232026-08-24T20:09:08.855Z[ recovery-image] Aug 24 20:09:08.261 INFO O| Aug 24 20:09:08.261 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57242026-08-24T20:09:08.863Z[ recovery-image] Aug 24 20:09:08.272 INFO O| Aug 24 20:09:08.272 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devattr"
57252026-08-24T20:09:08.863Z[ recovery-image] Aug 24 20:09:08.272 INFO O| Aug 24 20:09:08.272 INFO STEP 145 (remove_files) COMPLETE
57262026-08-24T20:09:08.863Z[ recovery-image] Aug 24 20:09:08.272 INFO O| Aug 24 20:09:08.272 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57272026-08-24T20:09:08.873Z[ recovery-image] Aug 24 20:09:08.282 INFO O| Aug 24 20:09:08.282 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devfree"
57282026-08-24T20:09:08.873Z[ recovery-image] Aug 24 20:09:08.282 INFO O| Aug 24 20:09:08.282 INFO STEP 146 (remove_files) COMPLETE
57292026-08-24T20:09:08.878Z[ recovery-image] Aug 24 20:09:08.282 INFO O| Aug 24 20:09:08.282 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57302026-08-24T20:09:08.883Z[ recovery-image] Aug 24 20:09:08.292 INFO O| Aug 24 20:09:08.292 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devreserv"
57312026-08-24T20:09:08.887Z[ recovery-image] Aug 24 20:09:08.293 INFO O| Aug 24 20:09:08.293 INFO STEP 147 (remove_files) COMPLETE
57322026-08-24T20:09:08.887Z[ recovery-image] Aug 24 20:09:08.293 INFO O| Aug 24 20:09:08.293 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57332026-08-24T20:09:08.892Z[ recovery-image] Aug 24 20:09:08.302 INFO O| Aug 24 20:09:08.301 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/diff3"
57342026-08-24T20:09:08.892Z[ recovery-image] Aug 24 20:09:08.302 INFO O| Aug 24 20:09:08.302 INFO STEP 148 (remove_files) COMPLETE
57352026-08-24T20:09:08.892Z[ recovery-image] Aug 24 20:09:08.302 INFO O| Aug 24 20:09:08.302 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57362026-08-24T20:09:08.905Z[ recovery-image] Aug 24 20:09:08.311 INFO O| Aug 24 20:09:08.311 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/digest"
57372026-08-24T20:09:08.905Z[ recovery-image] Aug 24 20:09:08.311 INFO O| Aug 24 20:09:08.311 INFO STEP 149 (remove_files) COMPLETE
57382026-08-24T20:09:08.905Z[ recovery-image] Aug 24 20:09:08.311 INFO O| Aug 24 20:09:08.311 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57392026-08-24T20:09:08.912Z[ recovery-image] Aug 24 20:09:08.321 INFO O| Aug 24 20:09:08.320 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dircmp"
57402026-08-24T20:09:08.912Z[ recovery-image] Aug 24 20:09:08.321 INFO O| Aug 24 20:09:08.321 INFO STEP 150 (remove_files) COMPLETE
57412026-08-24T20:09:08.912Z[ recovery-image] Aug 24 20:09:08.321 INFO O| Aug 24 20:09:08.321 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57422026-08-24T20:09:08.922Z[ recovery-image] Aug 24 20:09:08.331 INFO O| Aug 24 20:09:08.331 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dirname"
57432026-08-24T20:09:08.925Z[ recovery-image] Aug 24 20:09:08.331 INFO O| Aug 24 20:09:08.331 INFO STEP 151 (remove_files) COMPLETE
57442026-08-24T20:09:08.925Z[ recovery-image] Aug 24 20:09:08.331 INFO O| Aug 24 20:09:08.331 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57452026-08-24T20:09:08.932Z[ recovery-image] Aug 24 20:09:08.341 INFO O| Aug 24 20:09:08.341 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/diskscan"
57462026-08-24T20:09:08.932Z[ recovery-image] Aug 24 20:09:08.341 INFO O| Aug 24 20:09:08.341 INFO STEP 152 (remove_files) COMPLETE
57472026-08-24T20:09:08.935Z[ recovery-image] Aug 24 20:09:08.341 INFO O| Aug 24 20:09:08.341 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57482026-08-24T20:09:08.941Z[ recovery-image] Aug 24 20:09:08.350 INFO O| Aug 24 20:09:08.350 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dispgid"
57492026-08-24T20:09:08.941Z[ recovery-image] Aug 24 20:09:08.350 INFO O| Aug 24 20:09:08.350 INFO STEP 153 (remove_files) COMPLETE
57502026-08-24T20:09:08.941Z[ recovery-image] Aug 24 20:09:08.350 INFO O| Aug 24 20:09:08.350 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57512026-08-24T20:09:08.949Z[ recovery-image] Aug 24 20:09:08.358 INFO O| Aug 24 20:09:08.358 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dispuid"
57522026-08-24T20:09:08.949Z[ recovery-image] Aug 24 20:09:08.358 INFO O| Aug 24 20:09:08.358 INFO STEP 154 (remove_files) COMPLETE
57532026-08-24T20:09:08.952Z[ recovery-image] Aug 24 20:09:08.358 INFO O| Aug 24 20:09:08.358 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57542026-08-24T20:09:08.961Z[ recovery-image] Aug 24 20:09:08.370 INFO O| Aug 24 20:09:08.370 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dos2unix"
57552026-08-24T20:09:08.961Z[ recovery-image] Aug 24 20:09:08.370 INFO O| Aug 24 20:09:08.370 INFO STEP 155 (remove_files) COMPLETE
57562026-08-24T20:09:08.965Z[ recovery-image] Aug 24 20:09:08.370 INFO O| Aug 24 20:09:08.370 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57572026-08-24T20:09:08.973Z[ recovery-image] Aug 24 20:09:08.380 INFO O| Aug 24 20:09:08.380 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/du"
57582026-08-24T20:09:08.973Z[ recovery-image] Aug 24 20:09:08.381 INFO O| Aug 24 20:09:08.381 INFO STEP 156 (remove_files) COMPLETE
57592026-08-24T20:09:08.977Z[ recovery-image] Aug 24 20:09:08.381 INFO O| Aug 24 20:09:08.381 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57602026-08-24T20:09:08.982Z[ recovery-image] Aug 24 20:09:08.391 INFO O| Aug 24 20:09:08.391 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dumpcs"
57612026-08-24T20:09:08.982Z[ recovery-image] Aug 24 20:09:08.391 INFO O| Aug 24 20:09:08.391 INFO STEP 157 (remove_files) COMPLETE
57622026-08-24T20:09:08.985Z[ recovery-image] Aug 24 20:09:08.391 INFO O| Aug 24 20:09:08.391 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57632026-08-24T20:09:08.991Z[ recovery-image] Aug 24 20:09:08.400 INFO O| Aug 24 20:09:08.400 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dumpkeys"
57642026-08-24T20:09:08.991Z[ recovery-image] Aug 24 20:09:08.400 INFO O| Aug 24 20:09:08.400 INFO STEP 158 (remove_files) COMPLETE
57652026-08-24T20:09:08.996Z[ recovery-image] Aug 24 20:09:08.400 INFO O| Aug 24 20:09:08.400 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57662026-08-24T20:09:09.000Z[ recovery-image] Aug 24 20:09:08.409 INFO O| Aug 24 20:09:08.409 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/edit"
57672026-08-24T20:09:09.003Z[ recovery-image] Aug 24 20:09:08.410 INFO O| Aug 24 20:09:08.410 INFO STEP 159 (remove_files) COMPLETE
57682026-08-24T20:09:09.003Z[ recovery-image] Aug 24 20:09:08.410 INFO O| Aug 24 20:09:08.410 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57692026-08-24T20:09:09.012Z[ recovery-image] Aug 24 20:09:08.421 INFO O| Aug 24 20:09:08.420 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/eject"
57702026-08-24T20:09:09.012Z[ recovery-image] Aug 24 20:09:08.421 INFO O| Aug 24 20:09:08.421 INFO STEP 160 (remove_files) COMPLETE
57712026-08-24T20:09:09.015Z[ recovery-image] Aug 24 20:09:08.421 INFO O| Aug 24 20:09:08.421 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57722026-08-24T20:09:09.022Z[ recovery-image] Aug 24 20:09:08.431 INFO O| Aug 24 20:09:08.431 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/elfsign"
57732026-08-24T20:09:09.025Z[ recovery-image] Aug 24 20:09:08.432 INFO O| Aug 24 20:09:08.432 INFO STEP 161 (remove_files) COMPLETE
57742026-08-24T20:09:09.025Z[ recovery-image] Aug 24 20:09:08.432 INFO O| Aug 24 20:09:08.432 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57752026-08-24T20:09:09.033Z[ recovery-image] Aug 24 20:09:08.442 INFO O| Aug 24 20:09:08.442 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/elfwrap"
57762026-08-24T20:09:09.033Z[ recovery-image] Aug 24 20:09:08.442 INFO O| Aug 24 20:09:08.442 INFO STEP 162 (remove_files) COMPLETE
57772026-08-24T20:09:09.037Z[ recovery-image] Aug 24 20:09:08.442 INFO O| Aug 24 20:09:08.442 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57782026-08-24T20:09:09.044Z[ recovery-image] Aug 24 20:09:08.453 INFO O| Aug 24 20:09:08.453 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/encode_keychange"
57792026-08-24T20:09:09.044Z[ recovery-image] Aug 24 20:09:08.453 INFO O| Aug 24 20:09:08.453 INFO STEP 163 (remove_files) COMPLETE
57802026-08-24T20:09:09.047Z[ recovery-image] Aug 24 20:09:08.453 INFO O| Aug 24 20:09:08.453 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57812026-08-24T20:09:09.054Z[ recovery-image] Aug 24 20:09:08.463 INFO O| Aug 24 20:09:08.463 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/encrypt"
57822026-08-24T20:09:09.054Z[ recovery-image] Aug 24 20:09:08.463 INFO O| Aug 24 20:09:08.463 INFO STEP 164 (remove_files) COMPLETE
57832026-08-24T20:09:09.057Z[ recovery-image] Aug 24 20:09:08.463 INFO O| Aug 24 20:09:08.463 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57842026-08-24T20:09:09.063Z[ recovery-image] Aug 24 20:09:08.472 INFO O| Aug 24 20:09:08.472 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/enhance"
57852026-08-24T20:09:09.064Z[ recovery-image] Aug 24 20:09:08.472 INFO O| Aug 24 20:09:08.472 INFO STEP 165 (remove_files) COMPLETE
57862026-08-24T20:09:09.067Z[ recovery-image] Aug 24 20:09:08.472 INFO O| Aug 24 20:09:08.472 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57872026-08-24T20:09:09.076Z[ recovery-image] Aug 24 20:09:08.484 INFO O| Aug 24 20:09:08.484 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/env"
57882026-08-24T20:09:09.077Z[ recovery-image] Aug 24 20:09:08.484 INFO O| Aug 24 20:09:08.484 INFO STEP 166 (remove_files) COMPLETE
57892026-08-24T20:09:09.077Z[ recovery-image] Aug 24 20:09:08.484 INFO O| Aug 24 20:09:08.484 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57902026-08-24T20:09:09.085Z[ recovery-image] Aug 24 20:09:08.494 INFO O| Aug 24 20:09:08.494 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/etdump"
57912026-08-24T20:09:09.085Z[ recovery-image] Aug 24 20:09:08.494 INFO O| Aug 24 20:09:08.494 INFO STEP 167 (remove_files) COMPLETE
57922026-08-24T20:09:09.085Z[ recovery-image] Aug 24 20:09:08.494 INFO O| Aug 24 20:09:08.494 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57932026-08-24T20:09:09.094Z[ recovery-image] Aug 24 20:09:08.503 INFO O| Aug 24 20:09:08.503 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/expand"
57942026-08-24T20:09:09.094Z[ recovery-image] Aug 24 20:09:08.503 INFO O| Aug 24 20:09:08.503 INFO STEP 168 (remove_files) COMPLETE
57952026-08-24T20:09:09.094Z[ recovery-image] Aug 24 20:09:08.503 INFO O| Aug 24 20:09:08.503 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57962026-08-24T20:09:09.103Z[ recovery-image] Aug 24 20:09:08.512 INFO O| Aug 24 20:09:08.512 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/exstr"
57972026-08-24T20:09:09.107Z[ recovery-image] Aug 24 20:09:08.513 INFO O| Aug 24 20:09:08.512 INFO STEP 169 (remove_files) COMPLETE
57982026-08-24T20:09:09.107Z[ recovery-image] Aug 24 20:09:08.513 INFO O| Aug 24 20:09:08.513 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57992026-08-24T20:09:09.113Z[ recovery-image] Aug 24 20:09:08.522 INFO O| Aug 24 20:09:08.522 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/factor"
58002026-08-24T20:09:09.113Z[ recovery-image] Aug 24 20:09:08.522 INFO O| Aug 24 20:09:08.522 INFO STEP 170 (remove_files) COMPLETE
58012026-08-24T20:09:09.113Z[ recovery-image] Aug 24 20:09:08.522 INFO O| Aug 24 20:09:08.522 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58022026-08-24T20:09:09.121Z[verify-libraries] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
58032026-08-24T20:09:09.124Z[ recovery-image] Aug 24 20:09:08.532 INFO O| Aug 24 20:09:08.532 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/false"
58042026-08-24T20:09:09.124Z[ recovery-image] Aug 24 20:09:08.532 INFO O| Aug 24 20:09:08.532 INFO STEP 171 (remove_files) COMPLETE
58052026-08-24T20:09:09.124Z[ recovery-image] Aug 24 20:09:08.532 INFO O| Aug 24 20:09:08.532 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58062026-08-24T20:09:09.132Z[ recovery-image] Aug 24 20:09:08.541 INFO O| Aug 24 20:09:08.541 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fc"
58072026-08-24T20:09:09.132Z[ recovery-image] Aug 24 20:09:08.541 INFO O| Aug 24 20:09:08.541 INFO STEP 172 (remove_files) COMPLETE
58082026-08-24T20:09:09.132Z[ recovery-image] Aug 24 20:09:08.541 INFO O| Aug 24 20:09:08.541 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58092026-08-24T20:09:09.141Z[ recovery-image] Aug 24 20:09:08.550 INFO O| Aug 24 20:09:08.550 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fdetach"
58102026-08-24T20:09:09.141Z[ recovery-image] Aug 24 20:09:08.551 INFO O| Aug 24 20:09:08.550 INFO STEP 173 (remove_files) COMPLETE
58112026-08-24T20:09:09.145Z[ recovery-image] Aug 24 20:09:08.551 INFO O| Aug 24 20:09:08.550 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58122026-08-24T20:09:09.151Z[ recovery-image] Aug 24 20:09:08.560 INFO O| Aug 24 20:09:08.560 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fdformat"
58132026-08-24T20:09:09.155Z[ recovery-image] Aug 24 20:09:08.561 INFO O| Aug 24 20:09:08.561 INFO STEP 174 (remove_files) COMPLETE
58142026-08-24T20:09:09.155Z[ recovery-image] Aug 24 20:09:08.561 INFO O| Aug 24 20:09:08.561 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58152026-08-24T20:09:09.163Z[ recovery-image] Aug 24 20:09:08.572 INFO O| Aug 24 20:09:08.572 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fg"
58162026-08-24T20:09:09.163Z[ recovery-image] Aug 24 20:09:08.572 INFO O| Aug 24 20:09:08.572 INFO STEP 175 (remove_files) COMPLETE
58172026-08-24T20:09:09.163Z[ recovery-image] Aug 24 20:09:08.572 INFO O| Aug 24 20:09:08.572 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58182026-08-24T20:09:09.174Z[ recovery-image] Aug 24 20:09:08.583 INFO O| Aug 24 20:09:08.583 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fgrep"
58192026-08-24T20:09:09.174Z[ recovery-image] Aug 24 20:09:08.583 INFO O| Aug 24 20:09:08.583 INFO STEP 176 (remove_files) COMPLETE
58202026-08-24T20:09:09.179Z[ recovery-image] Aug 24 20:09:08.583 INFO O| Aug 24 20:09:08.583 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58212026-08-24T20:09:09.184Z[ recovery-image] Aug 24 20:09:08.593 INFO O| Aug 24 20:09:08.593 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/file"
58222026-08-24T20:09:09.184Z[ recovery-image] Aug 24 20:09:08.593 INFO O| Aug 24 20:09:08.593 INFO STEP 177 (remove_files) COMPLETE
58232026-08-24T20:09:09.184Z[ recovery-image] Aug 24 20:09:08.593 INFO O| Aug 24 20:09:08.593 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58242026-08-24T20:09:09.194Z[ recovery-image] Aug 24 20:09:08.603 INFO O| Aug 24 20:09:08.603 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fixproc"
58252026-08-24T20:09:09.194Z[ recovery-image] Aug 24 20:09:08.603 INFO O| Aug 24 20:09:08.603 INFO STEP 178 (remove_files) COMPLETE
58262026-08-24T20:09:09.198Z[ recovery-image] Aug 24 20:09:08.603 INFO O| Aug 24 20:09:08.603 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58272026-08-24T20:09:09.205Z[ recovery-image] Aug 24 20:09:08.614 INFO O| Aug 24 20:09:08.614 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fmt"
58282026-08-24T20:09:09.205Z[ recovery-image] Aug 24 20:09:08.614 INFO O| Aug 24 20:09:08.614 INFO STEP 179 (remove_files) COMPLETE
58292026-08-24T20:09:09.205Z[ recovery-image] Aug 24 20:09:08.614 INFO O| Aug 24 20:09:08.614 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58302026-08-24T20:09:09.218Z[ recovery-image] Aug 24 20:09:08.627 INFO O| Aug 24 20:09:08.627 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fmtmsg"
58312026-08-24T20:09:09.218Z[ recovery-image] Aug 24 20:09:08.627 INFO O| Aug 24 20:09:08.627 INFO STEP 180 (remove_files) COMPLETE
58322026-08-24T20:09:09.222Z[ recovery-image] Aug 24 20:09:08.627 INFO O| Aug 24 20:09:08.627 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58332026-08-24T20:09:09.230Z[ recovery-image] Aug 24 20:09:08.638 INFO O| Aug 24 20:09:08.638 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fold"
58342026-08-24T20:09:09.230Z[ recovery-image] Aug 24 20:09:08.638 INFO O| Aug 24 20:09:08.638 INFO STEP 181 (remove_files) COMPLETE
58352026-08-24T20:09:09.230Z[ recovery-image] Aug 24 20:09:08.638 INFO O| Aug 24 20:09:08.638 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58362026-08-24T20:09:09.239Z[ recovery-image] Aug 24 20:09:08.648 INFO O| Aug 24 20:09:08.648 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fsstat"
58372026-08-24T20:09:09.239Z[ recovery-image] Aug 24 20:09:08.648 INFO O| Aug 24 20:09:08.648 INFO STEP 182 (remove_files) COMPLETE
58382026-08-24T20:09:09.243Z[ recovery-image] Aug 24 20:09:08.648 INFO O| Aug 24 20:09:08.648 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58392026-08-24T20:09:09.252Z[ recovery-image] Aug 24 20:09:08.660 INFO O| Aug 24 20:09:08.660 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gclear"
58402026-08-24T20:09:09.252Z[ recovery-image] Aug 24 20:09:08.660 INFO O| Aug 24 20:09:08.660 INFO STEP 183 (remove_files) COMPLETE
58412026-08-24T20:09:09.252Z[ recovery-image] Aug 24 20:09:08.660 INFO O| Aug 24 20:09:08.660 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58422026-08-24T20:09:09.264Z[ recovery-image] Aug 24 20:09:08.672 INFO O| Aug 24 20:09:08.671 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/geniconvtbl"
58432026-08-24T20:09:09.264Z[ recovery-image] Aug 24 20:09:08.672 INFO O| Aug 24 20:09:08.672 INFO STEP 184 (remove_files) COMPLETE
58442026-08-24T20:09:09.267Z[ recovery-image] Aug 24 20:09:08.672 INFO O| Aug 24 20:09:08.672 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58452026-08-24T20:09:09.274Z[ recovery-image] Aug 24 20:09:08.683 INFO O| Aug 24 20:09:08.683 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getconf"
58462026-08-24T20:09:09.277Z[ recovery-image] Aug 24 20:09:08.685 INFO O| Aug 24 20:09:08.685 INFO STEP 185 (remove_files) COMPLETE
58472026-08-24T20:09:09.277Z[ recovery-image] Aug 24 20:09:08.685 INFO O| Aug 24 20:09:08.685 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58482026-08-24T20:09:09.286Z[ recovery-image] Aug 24 20:09:08.695 INFO O| Aug 24 20:09:08.695 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getdev"
58492026-08-24T20:09:09.286Z[ recovery-image] Aug 24 20:09:08.695 INFO O| Aug 24 20:09:08.695 INFO STEP 186 (remove_files) COMPLETE
58502026-08-24T20:09:09.286Z[ recovery-image] Aug 24 20:09:08.695 INFO O| Aug 24 20:09:08.695 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58512026-08-24T20:09:09.295Z[ recovery-image] Aug 24 20:09:08.704 INFO O| Aug 24 20:09:08.704 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getdgrp"
58522026-08-24T20:09:09.295Z[ recovery-image] Aug 24 20:09:08.704 INFO O| Aug 24 20:09:08.704 INFO STEP 187 (remove_files) COMPLETE
58532026-08-24T20:09:09.298Z[ recovery-image] Aug 24 20:09:08.704 INFO O| Aug 24 20:09:08.704 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58542026-08-24T20:09:09.305Z[ recovery-image] Aug 24 20:09:08.714 INFO O| Aug 24 20:09:08.714 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getent"
58552026-08-24T20:09:09.305Z[ recovery-image] Aug 24 20:09:08.714 INFO O| Aug 24 20:09:08.714 INFO STEP 188 (remove_files) COMPLETE
58562026-08-24T20:09:09.308Z[ recovery-image] Aug 24 20:09:08.714 INFO O| Aug 24 20:09:08.714 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58572026-08-24T20:09:09.314Z[ recovery-image] Aug 24 20:09:08.723 INFO O| Aug 24 20:09:08.723 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getfacl"
58582026-08-24T20:09:09.314Z[ recovery-image] Aug 24 20:09:08.723 INFO O| Aug 24 20:09:08.723 INFO STEP 189 (remove_files) COMPLETE
58592026-08-24T20:09:09.314Z[ recovery-image] Aug 24 20:09:08.723 INFO O| Aug 24 20:09:08.723 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58602026-08-24T20:09:09.323Z[ recovery-image] Aug 24 20:09:08.732 INFO O| Aug 24 20:09:08.732 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getopt"
58612026-08-24T20:09:09.323Z[ recovery-image] Aug 24 20:09:08.732 INFO O| Aug 24 20:09:08.732 INFO STEP 190 (remove_files) COMPLETE
58622026-08-24T20:09:09.323Z[ recovery-image] Aug 24 20:09:08.732 INFO O| Aug 24 20:09:08.732 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58632026-08-24T20:09:09.332Z[ recovery-image] Aug 24 20:09:08.741 INFO O| Aug 24 20:09:08.741 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getopts"
58642026-08-24T20:09:09.332Z[ recovery-image] Aug 24 20:09:08.741 INFO O| Aug 24 20:09:08.741 INFO STEP 191 (remove_files) COMPLETE
58652026-08-24T20:09:09.332Z[ recovery-image] Aug 24 20:09:08.741 INFO O| Aug 24 20:09:08.741 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58662026-08-24T20:09:09.341Z[ recovery-image] Aug 24 20:09:08.750 INFO O| Aug 24 20:09:08.750 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gettext"
58672026-08-24T20:09:09.341Z[ recovery-image] Aug 24 20:09:08.750 INFO O| Aug 24 20:09:08.750 INFO STEP 192 (remove_files) COMPLETE
58682026-08-24T20:09:09.345Z[ recovery-image] Aug 24 20:09:08.750 INFO O| Aug 24 20:09:08.750 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58692026-08-24T20:09:09.350Z[ recovery-image] Aug 24 20:09:08.760 INFO O| Aug 24 20:09:08.759 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getvol"
58702026-08-24T20:09:09.350Z[ recovery-image] Aug 24 20:09:08.760 INFO O| Aug 24 20:09:08.760 INFO STEP 193 (remove_files) COMPLETE
58712026-08-24T20:09:09.354Z[ recovery-image] Aug 24 20:09:08.760 INFO O| Aug 24 20:09:08.760 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58722026-08-24T20:09:09.360Z[ recovery-image] Aug 24 20:09:08.769 INFO O| Aug 24 20:09:08.769 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ginfocmp"
58732026-08-24T20:09:09.360Z[ recovery-image] Aug 24 20:09:08.769 INFO O| Aug 24 20:09:08.769 INFO STEP 194 (remove_files) COMPLETE
58742026-08-24T20:09:09.360Z[ recovery-image] Aug 24 20:09:08.769 INFO O| Aug 24 20:09:08.769 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58752026-08-24T20:09:09.371Z[ recovery-image] Aug 24 20:09:08.780 INFO O| Aug 24 20:09:08.780 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/groups"
58762026-08-24T20:09:09.371Z[ recovery-image] Aug 24 20:09:08.781 INFO O| Aug 24 20:09:08.780 INFO STEP 195 (remove_files) COMPLETE
58772026-08-24T20:09:09.372Z[ recovery-image] Aug 24 20:09:08.781 INFO O| Aug 24 20:09:08.781 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58782026-08-24T20:09:09.382Z[ recovery-image] Aug 24 20:09:08.791 INFO O| Aug 24 20:09:08.791 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtabs"
58792026-08-24T20:09:09.382Z[ recovery-image] Aug 24 20:09:08.792 INFO O| Aug 24 20:09:08.792 INFO STEP 196 (remove_files) COMPLETE
58802026-08-24T20:09:09.382Z[ recovery-image] Aug 24 20:09:08.792 INFO O| Aug 24 20:09:08.792 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58812026-08-24T20:09:09.394Z[ recovery-image] Aug 24 20:09:08.803 INFO O| Aug 24 20:09:08.803 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtic"
58822026-08-24T20:09:09.394Z[ recovery-image] Aug 24 20:09:08.803 INFO O| Aug 24 20:09:08.803 INFO STEP 197 (remove_files) COMPLETE
58832026-08-24T20:09:09.397Z[ recovery-image] Aug 24 20:09:08.803 INFO O| Aug 24 20:09:08.803 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58842026-08-24T20:09:09.405Z[ recovery-image] Aug 24 20:09:08.814 INFO O| Aug 24 20:09:08.814 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtoe"
58852026-08-24T20:09:09.405Z[ recovery-image] Aug 24 20:09:08.814 INFO O| Aug 24 20:09:08.814 INFO STEP 198 (remove_files) COMPLETE
58862026-08-24T20:09:09.408Z[ recovery-image] Aug 24 20:09:08.814 INFO O| Aug 24 20:09:08.814 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58872026-08-24T20:09:09.417Z[ recovery-image] Aug 24 20:09:08.825 INFO O| Aug 24 20:09:08.825 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtput"
58882026-08-24T20:09:09.417Z[ recovery-image] Aug 24 20:09:08.825 INFO O| Aug 24 20:09:08.825 INFO STEP 199 (remove_files) COMPLETE
58892026-08-24T20:09:09.417Z[ recovery-image] Aug 24 20:09:08.825 INFO O| Aug 24 20:09:08.825 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58902026-08-24T20:09:09.426Z[ recovery-image] Aug 24 20:09:08.835 INFO O| Aug 24 20:09:08.835 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtset"
58912026-08-24T20:09:09.426Z[ recovery-image] Aug 24 20:09:08.835 INFO O| Aug 24 20:09:08.835 INFO STEP 200 (remove_files) COMPLETE
58922026-08-24T20:09:09.429Z[ recovery-image] Aug 24 20:09:08.835 INFO O| Aug 24 20:09:08.835 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58932026-08-24T20:09:09.436Z[ recovery-image] Aug 24 20:09:08.845 INFO O| Aug 24 20:09:08.845 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gunzip"
58942026-08-24T20:09:09.436Z[ recovery-image] Aug 24 20:09:08.845 INFO O| Aug 24 20:09:08.845 INFO STEP 201 (remove_files) COMPLETE
58952026-08-24T20:09:09.436Z[ recovery-image] Aug 24 20:09:08.845 INFO O| Aug 24 20:09:08.845 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58962026-08-24T20:09:09.448Z[ recovery-image] Aug 24 20:09:08.857 INFO O| Aug 24 20:09:08.857 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzcat"
58972026-08-24T20:09:09.448Z[ recovery-image] Aug 24 20:09:08.857 INFO O| Aug 24 20:09:08.857 INFO STEP 202 (remove_files) COMPLETE
58982026-08-24T20:09:09.448Z[ recovery-image] Aug 24 20:09:08.857 INFO O| Aug 24 20:09:08.857 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58992026-08-24T20:09:09.458Z[ recovery-image] Aug 24 20:09:08.868 INFO O| Aug 24 20:09:08.867 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzcmp"
59002026-08-24T20:09:09.459Z[ recovery-image] Aug 24 20:09:08.868 INFO O| Aug 24 20:09:08.868 INFO STEP 203 (remove_files) COMPLETE
59012026-08-24T20:09:09.462Z[ recovery-image] Aug 24 20:09:08.868 INFO O| Aug 24 20:09:08.868 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59022026-08-24T20:09:09.469Z[ recovery-image] Aug 24 20:09:08.878 INFO O| Aug 24 20:09:08.878 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzdiff"
59032026-08-24T20:09:09.472Z[ recovery-image] Aug 24 20:09:08.879 INFO O| Aug 24 20:09:08.879 INFO STEP 204 (remove_files) COMPLETE
59042026-08-24T20:09:09.472Z[ recovery-image] Aug 24 20:09:08.879 INFO O| Aug 24 20:09:08.879 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59052026-08-24T20:09:09.477Z[verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
59062026-08-24T20:09:09.480Z[ recovery-image] Aug 24 20:09:08.889 INFO O| Aug 24 20:09:08.889 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzegrep"
59072026-08-24T20:09:09.480Z[ recovery-image] Aug 24 20:09:08.889 INFO O| Aug 24 20:09:08.889 INFO STEP 205 (remove_files) COMPLETE
59082026-08-24T20:09:09.480Z[ recovery-image] Aug 24 20:09:08.889 INFO O| Aug 24 20:09:08.889 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59092026-08-24T20:09:09.490Z[ recovery-image] Aug 24 20:09:08.899 INFO O| Aug 24 20:09:08.899 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzexe"
59102026-08-24T20:09:09.490Z[ recovery-image] Aug 24 20:09:08.899 INFO O| Aug 24 20:09:08.899 INFO STEP 206 (remove_files) COMPLETE
59112026-08-24T20:09:09.490Z[ recovery-image] Aug 24 20:09:08.899 INFO O| Aug 24 20:09:08.899 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59122026-08-24T20:09:09.499Z[ recovery-image] Aug 24 20:09:08.908 INFO O| Aug 24 20:09:08.908 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzfgrep"
59132026-08-24T20:09:09.499Z[ recovery-image] Aug 24 20:09:08.908 INFO O| Aug 24 20:09:08.908 INFO STEP 207 (remove_files) COMPLETE
59142026-08-24T20:09:09.499Z[ recovery-image] Aug 24 20:09:08.908 INFO O| Aug 24 20:09:08.908 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59152026-08-24T20:09:09.510Z[ recovery-image] Aug 24 20:09:08.919 INFO O| Aug 24 20:09:08.919 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzforce"
59162026-08-24T20:09:09.510Z[ recovery-image] Aug 24 20:09:08.919 INFO O| Aug 24 20:09:08.919 INFO STEP 208 (remove_files) COMPLETE
59172026-08-24T20:09:09.510Z[ recovery-image] Aug 24 20:09:08.919 INFO O| Aug 24 20:09:08.919 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59182026-08-24T20:09:09.522Z[ recovery-image] Aug 24 20:09:08.930 INFO O| Aug 24 20:09:08.930 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzgrep"
59192026-08-24T20:09:09.522Z[ recovery-image] Aug 24 20:09:08.931 INFO O| Aug 24 20:09:08.931 INFO STEP 209 (remove_files) COMPLETE
59202026-08-24T20:09:09.522Z[ recovery-image] Aug 24 20:09:08.931 INFO O| Aug 24 20:09:08.931 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59212026-08-24T20:09:09.533Z[ recovery-image] Aug 24 20:09:08.942 INFO O| Aug 24 20:09:08.942 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzip"
59222026-08-24T20:09:09.533Z[ recovery-image] Aug 24 20:09:08.942 INFO O| Aug 24 20:09:08.942 INFO STEP 210 (remove_files) COMPLETE
59232026-08-24T20:09:09.533Z[ recovery-image] Aug 24 20:09:08.942 INFO O| Aug 24 20:09:08.942 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59242026-08-24T20:09:09.544Z[ recovery-image] Aug 24 20:09:08.953 INFO O| Aug 24 20:09:08.953 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzless"
59252026-08-24T20:09:09.544Z[ recovery-image] Aug 24 20:09:08.953 INFO O| Aug 24 20:09:08.953 INFO STEP 211 (remove_files) COMPLETE
59262026-08-24T20:09:09.547Z[ recovery-image] Aug 24 20:09:08.953 INFO O| Aug 24 20:09:08.953 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59272026-08-24T20:09:09.553Z[ recovery-image] Aug 24 20:09:08.962 INFO O| Aug 24 20:09:08.962 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzmore"
59282026-08-24T20:09:09.553Z[ recovery-image] Aug 24 20:09:08.962 INFO O| Aug 24 20:09:08.962 INFO STEP 212 (remove_files) COMPLETE
59292026-08-24T20:09:09.554Z[ recovery-image] Aug 24 20:09:08.962 INFO O| Aug 24 20:09:08.962 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59302026-08-24T20:09:09.563Z[ recovery-image] Aug 24 20:09:08.972 INFO O| Aug 24 20:09:08.972 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gznew"
59312026-08-24T20:09:09.563Z[ recovery-image] Aug 24 20:09:08.972 INFO O| Aug 24 20:09:08.972 INFO STEP 213 (remove_files) COMPLETE
59322026-08-24T20:09:09.563Z[ recovery-image] Aug 24 20:09:08.972 INFO O| Aug 24 20:09:08.972 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59332026-08-24T20:09:09.572Z[ recovery-image] Aug 24 20:09:08.981 INFO O| Aug 24 20:09:08.981 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hash"
59342026-08-24T20:09:09.572Z[ recovery-image] Aug 24 20:09:08.981 INFO O| Aug 24 20:09:08.981 INFO STEP 214 (remove_files) COMPLETE
59352026-08-24T20:09:09.576Z[ recovery-image] Aug 24 20:09:08.981 INFO O| Aug 24 20:09:08.981 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59362026-08-24T20:09:09.580Z[ recovery-image] Aug 24 20:09:08.990 INFO O| Aug 24 20:09:08.989 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hostid"
59372026-08-24T20:09:09.581Z[ recovery-image] Aug 24 20:09:08.990 INFO O| Aug 24 20:09:08.990 INFO STEP 215 (remove_files) COMPLETE
59382026-08-24T20:09:09.581Z[ recovery-image] Aug 24 20:09:08.990 INFO O| Aug 24 20:09:08.990 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59392026-08-24T20:09:09.591Z[ recovery-image] Aug 24 20:09:09.000 INFO O| Aug 24 20:09:09.000 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hostname"
59402026-08-24T20:09:09.591Z[ recovery-image] Aug 24 20:09:09.000 INFO O| Aug 24 20:09:09.000 INFO STEP 216 (remove_files) COMPLETE
59412026-08-24T20:09:09.591Z[ recovery-image] Aug 24 20:09:09.000 INFO O| Aug 24 20:09:09.000 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59422026-08-24T20:09:09.602Z[ recovery-image] Aug 24 20:09:09.011 INFO O| Aug 24 20:09:09.011 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/adb"
59432026-08-24T20:09:09.602Z[ recovery-image] Aug 24 20:09:09.011 INFO O| Aug 24 20:09:09.011 INFO STEP 217 (remove_files) COMPLETE
59442026-08-24T20:09:09.602Z[ recovery-image] Aug 24 20:09:09.011 INFO O| Aug 24 20:09:09.011 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59452026-08-24T20:09:09.613Z[ recovery-image] Aug 24 20:09:09.022 INFO O| Aug 24 20:09:09.022 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/amt"
59462026-08-24T20:09:09.613Z[ recovery-image] Aug 24 20:09:09.022 INFO O| Aug 24 20:09:09.022 INFO STEP 218 (remove_files) COMPLETE
59472026-08-24T20:09:09.613Z[ recovery-image] Aug 24 20:09:09.022 INFO O| Aug 24 20:09:09.022 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59482026-08-24T20:09:09.624Z[ recovery-image] Aug 24 20:09:09.032 INFO O| Aug 24 20:09:09.032 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/ksh"
59492026-08-24T20:09:09.624Z[ recovery-image] Aug 24 20:09:09.032 INFO O| Aug 24 20:09:09.032 INFO STEP 219 (remove_files) COMPLETE
59502026-08-24T20:09:09.627Z[ recovery-image] Aug 24 20:09:09.032 INFO O| Aug 24 20:09:09.032 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59512026-08-24T20:09:09.634Z[ recovery-image] Aug 24 20:09:09.043 INFO O| Aug 24 20:09:09.042 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/mdb"
59522026-08-24T20:09:09.634Z[ recovery-image] Aug 24 20:09:09.043 INFO O| Aug 24 20:09:09.043 INFO STEP 220 (remove_files) COMPLETE
59532026-08-24T20:09:09.637Z[ recovery-image] Aug 24 20:09:09.043 INFO O| Aug 24 20:09:09.043 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59542026-08-24T20:09:09.644Z[ recovery-image] Aug 24 20:09:09.053 INFO O| Aug 24 20:09:09.053 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/rksh"
59552026-08-24T20:09:09.647Z[ recovery-image] Aug 24 20:09:09.053 INFO O| Aug 24 20:09:09.053 INFO STEP 221 (remove_files) COMPLETE
59562026-08-24T20:09:09.647Z[ recovery-image] Aug 24 20:09:09.053 INFO O| Aug 24 20:09:09.053 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59572026-08-24T20:09:09.654Z[ recovery-image] Aug 24 20:09:09.063 INFO O| Aug 24 20:09:09.063 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/rksh93"
59582026-08-24T20:09:09.654Z[ recovery-image] Aug 24 20:09:09.063 INFO O| Aug 24 20:09:09.063 INFO STEP 222 (remove_files) COMPLETE
59592026-08-24T20:09:09.654Z[ recovery-image] Aug 24 20:09:09.063 INFO O| Aug 24 20:09:09.063 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59602026-08-24T20:09:09.664Z[ recovery-image] Aug 24 20:09:09.073 INFO O| Aug 24 20:09:09.073 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/iconv"
59612026-08-24T20:09:09.664Z[ recovery-image] Aug 24 20:09:09.073 INFO O| Aug 24 20:09:09.073 INFO STEP 223 (remove_files) COMPLETE
59622026-08-24T20:09:09.667Z[ recovery-image] Aug 24 20:09:09.073 INFO O| Aug 24 20:09:09.073 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59632026-08-24T20:09:09.675Z[ recovery-image] Aug 24 20:09:09.084 INFO O| Aug 24 20:09:09.083 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/id"
59642026-08-24T20:09:09.675Z[ recovery-image] Aug 24 20:09:09.084 INFO O| Aug 24 20:09:09.084 INFO STEP 224 (remove_files) COMPLETE
59652026-08-24T20:09:09.675Z[ recovery-image] Aug 24 20:09:09.084 INFO O| Aug 24 20:09:09.084 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59662026-08-24T20:09:09.684Z[ recovery-image] Aug 24 20:09:09.093 INFO O| Aug 24 20:09:09.093 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/idn"
59672026-08-24T20:09:09.684Z[ recovery-image] Aug 24 20:09:09.093 INFO O| Aug 24 20:09:09.093 INFO STEP 225 (remove_files) COMPLETE
59682026-08-24T20:09:09.684Z[ recovery-image] Aug 24 20:09:09.093 INFO O| Aug 24 20:09:09.093 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59692026-08-24T20:09:09.694Z[ recovery-image] Aug 24 20:09:09.103 INFO O| Aug 24 20:09:09.103 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/infocmp"
59702026-08-24T20:09:09.694Z[ recovery-image] Aug 24 20:09:09.103 INFO O| Aug 24 20:09:09.103 INFO STEP 226 (remove_files) COMPLETE
59712026-08-24T20:09:09.694Z[ recovery-image] Aug 24 20:09:09.103 INFO O| Aug 24 20:09:09.103 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59722026-08-24T20:09:09.704Z[ recovery-image] Aug 24 20:09:09.113 INFO O| Aug 24 20:09:09.112 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/iostat"
59732026-08-24T20:09:09.704Z[ recovery-image] Aug 24 20:09:09.113 INFO O| Aug 24 20:09:09.113 INFO STEP 227 (remove_files) COMPLETE
59742026-08-24T20:09:09.704Z[ recovery-image] Aug 24 20:09:09.113 INFO O| Aug 24 20:09:09.113 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59752026-08-24T20:09:09.713Z[ recovery-image] Aug 24 20:09:09.122 INFO O| Aug 24 20:09:09.122 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ipf-mod.pl"
59762026-08-24T20:09:09.713Z[ recovery-image] Aug 24 20:09:09.122 INFO O| Aug 24 20:09:09.122 INFO STEP 228 (remove_files) COMPLETE
59772026-08-24T20:09:09.713Z[ recovery-image] Aug 24 20:09:09.122 INFO O| Aug 24 20:09:09.122 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59782026-08-24T20:09:09.724Z[ recovery-image] Aug 24 20:09:09.133 INFO O| Aug 24 20:09:09.133 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/isainfo"
59792026-08-24T20:09:09.724Z[ recovery-image] Aug 24 20:09:09.133 INFO O| Aug 24 20:09:09.133 INFO STEP 229 (remove_files) COMPLETE
59802026-08-24T20:09:09.724Z[ recovery-image] Aug 24 20:09:09.133 INFO O| Aug 24 20:09:09.133 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59812026-08-24T20:09:09.734Z[ recovery-image] Aug 24 20:09:09.143 INFO O| Aug 24 20:09:09.143 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/isalist"
59822026-08-24T20:09:09.734Z[ recovery-image] Aug 24 20:09:09.143 INFO O| Aug 24 20:09:09.143 INFO STEP 230 (remove_files) COMPLETE
59832026-08-24T20:09:09.734Z[ recovery-image] Aug 24 20:09:09.143 INFO O| Aug 24 20:09:09.143 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59842026-08-24T20:09:09.745Z[ recovery-image] Aug 24 20:09:09.154 INFO O| Aug 24 20:09:09.154 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/jobs"
59852026-08-24T20:09:09.745Z[ recovery-image] Aug 24 20:09:09.154 INFO O| Aug 24 20:09:09.154 INFO STEP 231 (remove_files) COMPLETE
59862026-08-24T20:09:09.748Z[ recovery-image] Aug 24 20:09:09.154 INFO O| Aug 24 20:09:09.154 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59872026-08-24T20:09:09.758Z[ recovery-image] Aug 24 20:09:09.165 INFO O| Aug 24 20:09:09.165 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/join"
59882026-08-24T20:09:09.758Z[ recovery-image] Aug 24 20:09:09.165 INFO O| Aug 24 20:09:09.165 INFO STEP 232 (remove_files) COMPLETE
59892026-08-24T20:09:09.758Z[ recovery-image] Aug 24 20:09:09.165 INFO O| Aug 24 20:09:09.165 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59902026-08-24T20:09:09.767Z[verify-libraries] Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
59912026-08-24T20:09:09.770Z[ recovery-image] Aug 24 20:09:09.175 INFO O| Aug 24 20:09:09.175 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kbd"
59922026-08-24T20:09:09.771Z[ recovery-image] Aug 24 20:09:09.175 INFO O| Aug 24 20:09:09.175 INFO STEP 233 (remove_files) COMPLETE
59932026-08-24T20:09:09.771Z[ recovery-image] Aug 24 20:09:09.175 INFO O| Aug 24 20:09:09.175 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59942026-08-24T20:09:09.777Z[ recovery-image] Aug 24 20:09:09.186 INFO O| Aug 24 20:09:09.186 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kdestroy"
59952026-08-24T20:09:09.777Z[ recovery-image] Aug 24 20:09:09.186 INFO O| Aug 24 20:09:09.186 INFO STEP 234 (remove_files) COMPLETE
59962026-08-24T20:09:09.777Z[ recovery-image] Aug 24 20:09:09.186 INFO O| Aug 24 20:09:09.186 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59972026-08-24T20:09:09.787Z[ recovery-image] Aug 24 20:09:09.196 INFO O| Aug 24 20:09:09.196 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/keylogin"
59982026-08-24T20:09:09.787Z[ recovery-image] Aug 24 20:09:09.196 INFO O| Aug 24 20:09:09.196 INFO STEP 235 (remove_files) COMPLETE
59992026-08-24T20:09:09.787Z[ recovery-image] Aug 24 20:09:09.196 INFO O| Aug 24 20:09:09.196 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60002026-08-24T20:09:09.798Z[ recovery-image] Aug 24 20:09:09.206 INFO O| Aug 24 20:09:09.206 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/keylogout"
60012026-08-24T20:09:09.798Z[ recovery-image] Aug 24 20:09:09.207 INFO O| Aug 24 20:09:09.206 INFO STEP 236 (remove_files) COMPLETE
60022026-08-24T20:09:09.801Z[ recovery-image] Aug 24 20:09:09.207 INFO O| Aug 24 20:09:09.206 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60032026-08-24T20:09:09.808Z[ recovery-image] Aug 24 20:09:09.217 INFO O| Aug 24 20:09:09.217 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kill"
60042026-08-24T20:09:09.808Z[ recovery-image] Aug 24 20:09:09.217 INFO O| Aug 24 20:09:09.217 INFO STEP 237 (remove_files) COMPLETE
60052026-08-24T20:09:09.811Z[ recovery-image] Aug 24 20:09:09.217 INFO O| Aug 24 20:09:09.217 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60062026-08-24T20:09:09.819Z[ recovery-image] Aug 24 20:09:09.228 INFO O| Aug 24 20:09:09.228 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kinit"
60072026-08-24T20:09:09.819Z[ recovery-image] Aug 24 20:09:09.228 INFO O| Aug 24 20:09:09.228 INFO STEP 238 (remove_files) COMPLETE
60082026-08-24T20:09:09.822Z[ recovery-image] Aug 24 20:09:09.228 INFO O| Aug 24 20:09:09.228 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60092026-08-24T20:09:09.829Z[ recovery-image] Aug 24 20:09:09.238 INFO O| Aug 24 20:09:09.238 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/klist"
60102026-08-24T20:09:09.829Z[ recovery-image] Aug 24 20:09:09.238 INFO O| Aug 24 20:09:09.238 INFO STEP 239 (remove_files) COMPLETE
60112026-08-24T20:09:09.829Z[ recovery-image] Aug 24 20:09:09.238 INFO O| Aug 24 20:09:09.238 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60122026-08-24T20:09:09.839Z[ recovery-image] Aug 24 20:09:09.248 INFO O| Aug 24 20:09:09.248 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kmfcfg"
60132026-08-24T20:09:09.839Z[ recovery-image] Aug 24 20:09:09.248 INFO O| Aug 24 20:09:09.248 INFO STEP 240 (remove_files) COMPLETE
60142026-08-24T20:09:09.839Z[ recovery-image] Aug 24 20:09:09.248 INFO O| Aug 24 20:09:09.248 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60152026-08-24T20:09:09.849Z[ recovery-image] Aug 24 20:09:09.258 INFO O| Aug 24 20:09:09.258 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kpasswd"
60162026-08-24T20:09:09.849Z[ recovery-image] Aug 24 20:09:09.258 INFO O| Aug 24 20:09:09.258 INFO STEP 241 (remove_files) COMPLETE
60172026-08-24T20:09:09.849Z[ recovery-image] Aug 24 20:09:09.258 INFO O| Aug 24 20:09:09.258 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60182026-08-24T20:09:09.860Z[ recovery-image] Aug 24 20:09:09.269 INFO O| Aug 24 20:09:09.269 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/krb5-config"
60192026-08-24T20:09:09.860Z[ recovery-image] Aug 24 20:09:09.269 INFO O| Aug 24 20:09:09.269 INFO STEP 242 (remove_files) COMPLETE
60202026-08-24T20:09:09.860Z[ recovery-image] Aug 24 20:09:09.269 INFO O| Aug 24 20:09:09.269 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60212026-08-24T20:09:09.868Z[ recovery-image] Aug 24 20:09:09.277 INFO O| Aug 24 20:09:09.277 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ksh93"
60222026-08-24T20:09:09.869Z[ recovery-image] Aug 24 20:09:09.278 INFO O| Aug 24 20:09:09.277 INFO STEP 243 (remove_files) COMPLETE
60232026-08-24T20:09:09.869Z[ recovery-image] Aug 24 20:09:09.278 INFO O| Aug 24 20:09:09.277 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60242026-08-24T20:09:09.877Z[ recovery-image] Aug 24 20:09:09.286 INFO O| Aug 24 20:09:09.286 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ktutil"
60252026-08-24T20:09:09.877Z[ recovery-image] Aug 24 20:09:09.286 INFO O| Aug 24 20:09:09.286 INFO STEP 244 (remove_files) COMPLETE
60262026-08-24T20:09:09.877Z[ recovery-image] Aug 24 20:09:09.286 INFO O| Aug 24 20:09:09.286 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60272026-08-24T20:09:09.882Z[verify-libraries] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
60282026-08-24T20:09:09.886Z[ recovery-image] Aug 24 20:09:09.295 INFO O| Aug 24 20:09:09.295 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kvmstat"
60292026-08-24T20:09:09.886Z[ recovery-image] Aug 24 20:09:09.295 INFO O| Aug 24 20:09:09.295 INFO STEP 245 (remove_files) COMPLETE
60302026-08-24T20:09:09.886Z[ recovery-image] Aug 24 20:09:09.295 INFO O| Aug 24 20:09:09.295 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60312026-08-24T20:09:09.896Z[ recovery-image] Aug 24 20:09:09.305 INFO O| Aug 24 20:09:09.305 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/last"
60322026-08-24T20:09:09.896Z[ recovery-image] Aug 24 20:09:09.305 INFO O| Aug 24 20:09:09.305 INFO STEP 246 (remove_files) COMPLETE
60332026-08-24T20:09:09.896Z[ recovery-image] Aug 24 20:09:09.305 INFO O| Aug 24 20:09:09.305 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60342026-08-24T20:09:09.905Z[ recovery-image] Aug 24 20:09:09.314 INFO O| Aug 24 20:09:09.314 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lastcomm"
60352026-08-24T20:09:09.905Z[ recovery-image] Aug 24 20:09:09.314 INFO O| Aug 24 20:09:09.314 INFO STEP 247 (remove_files) COMPLETE
60362026-08-24T20:09:09.905Z[ recovery-image] Aug 24 20:09:09.314 INFO O| Aug 24 20:09:09.314 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60372026-08-24T20:09:09.909Z[verify-libraries] Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
60382026-08-24T20:09:09.915Z[ recovery-image] Aug 24 20:09:09.324 INFO O| Aug 24 20:09:09.324 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ld"
60392026-08-24T20:09:09.915Z[ recovery-image] Aug 24 20:09:09.324 INFO O| Aug 24 20:09:09.324 INFO STEP 248 (remove_files) COMPLETE
60402026-08-24T20:09:09.915Z[ recovery-image] Aug 24 20:09:09.324 INFO O| Aug 24 20:09:09.324 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60412026-08-24T20:09:09.925Z[ recovery-image] Aug 24 20:09:09.334 INFO O| Aug 24 20:09:09.334 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ldd"
60422026-08-24T20:09:09.925Z[ recovery-image] Aug 24 20:09:09.334 INFO O| Aug 24 20:09:09.334 INFO STEP 249 (remove_files) COMPLETE
60432026-08-24T20:09:09.928Z[ recovery-image] Aug 24 20:09:09.334 INFO O| Aug 24 20:09:09.334 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60442026-08-24T20:09:09.937Z[ recovery-image] Aug 24 20:09:09.344 INFO O| Aug 24 20:09:09.344 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/less"
60452026-08-24T20:09:09.937Z[ recovery-image] Aug 24 20:09:09.344 INFO O| Aug 24 20:09:09.344 INFO STEP 250 (remove_files) COMPLETE
60462026-08-24T20:09:09.937Z[ recovery-image] Aug 24 20:09:09.344 INFO O| Aug 24 20:09:09.344 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60472026-08-24T20:09:09.945Z[ recovery-image] Aug 24 20:09:09.354 INFO O| Aug 24 20:09:09.354 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lessecho"
60482026-08-24T20:09:09.945Z[ recovery-image] Aug 24 20:09:09.354 INFO O| Aug 24 20:09:09.354 INFO STEP 251 (remove_files) COMPLETE
60492026-08-24T20:09:09.945Z[ recovery-image] Aug 24 20:09:09.354 INFO O| Aug 24 20:09:09.354 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60502026-08-24T20:09:09.954Z[ recovery-image] Aug 24 20:09:09.363 INFO O| Aug 24 20:09:09.363 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lesskey"
60512026-08-24T20:09:09.955Z[ recovery-image] Aug 24 20:09:09.363 INFO O| Aug 24 20:09:09.363 INFO STEP 252 (remove_files) COMPLETE
60522026-08-24T20:09:09.955Z[ recovery-image] Aug 24 20:09:09.363 INFO O| Aug 24 20:09:09.363 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60532026-08-24T20:09:09.964Z[ recovery-image] Aug 24 20:09:09.373 INFO O| Aug 24 20:09:09.373 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lgrpinfo"
60542026-08-24T20:09:09.964Z[ recovery-image] Aug 24 20:09:09.373 INFO O| Aug 24 20:09:09.373 INFO STEP 253 (remove_files) COMPLETE
60552026-08-24T20:09:09.964Z[ recovery-image] Aug 24 20:09:09.373 INFO O| Aug 24 20:09:09.373 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60562026-08-24T20:09:09.975Z[ recovery-image] Aug 24 20:09:09.383 INFO O| Aug 24 20:09:09.382 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/line"
60572026-08-24T20:09:09.975Z[ recovery-image] Aug 24 20:09:09.383 INFO O| Aug 24 20:09:09.383 INFO STEP 254 (remove_files) COMPLETE
60582026-08-24T20:09:09.975Z[ recovery-image] Aug 24 20:09:09.383 INFO O| Aug 24 20:09:09.383 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60592026-08-24T20:09:09.983Z[ recovery-image] Aug 24 20:09:09.392 INFO O| Aug 24 20:09:09.391 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/listdgrp"
60602026-08-24T20:09:09.983Z[ recovery-image] Aug 24 20:09:09.392 INFO O| Aug 24 20:09:09.392 INFO STEP 255 (remove_files) COMPLETE
60612026-08-24T20:09:09.987Z[ recovery-image] Aug 24 20:09:09.392 INFO O| Aug 24 20:09:09.392 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60622026-08-24T20:09:09.991Z[ recovery-image] Aug 24 20:09:09.400 INFO O| Aug 24 20:09:09.400 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/listusers"
60632026-08-24T20:09:09.991Z[ recovery-image] Aug 24 20:09:09.400 INFO O| Aug 24 20:09:09.400 INFO STEP 256 (remove_files) COMPLETE
60642026-08-24T20:09:09.994Z[ recovery-image] Aug 24 20:09:09.400 INFO O| Aug 24 20:09:09.400 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60652026-08-24T20:09:10.002Z[ recovery-image] Aug 24 20:09:09.410 INFO O| Aug 24 20:09:09.410 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/loadkeys"
60662026-08-24T20:09:10.002Z[ recovery-image] Aug 24 20:09:09.410 INFO O| Aug 24 20:09:09.410 INFO STEP 257 (remove_files) COMPLETE
60672026-08-24T20:09:10.002Z[ recovery-image] Aug 24 20:09:09.410 INFO O| Aug 24 20:09:09.410 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60682026-08-24T20:09:10.010Z[ recovery-image] Aug 24 20:09:09.419 INFO O| Aug 24 20:09:09.419 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logger"
60692026-08-24T20:09:10.014Z[ recovery-image] Aug 24 20:09:09.419 INFO O| Aug 24 20:09:09.419 INFO STEP 258 (remove_files) COMPLETE
60702026-08-24T20:09:10.014Z[ recovery-image] Aug 24 20:09:09.419 INFO O| Aug 24 20:09:09.419 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60712026-08-24T20:09:10.020Z[ recovery-image] Aug 24 20:09:09.429 INFO O| Aug 24 20:09:09.429 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logins"
60722026-08-24T20:09:10.023Z[ recovery-image] Aug 24 20:09:09.429 INFO O| Aug 24 20:09:09.429 INFO STEP 259 (remove_files) COMPLETE
60732026-08-24T20:09:10.023Z[ recovery-image] Aug 24 20:09:09.429 INFO O| Aug 24 20:09:09.429 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60742026-08-24T20:09:10.023Z[verify-libraries] Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
60752026-08-24T20:09:10.032Z[ recovery-image] Aug 24 20:09:09.441 INFO O| Aug 24 20:09:09.440 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logname"
60762026-08-24T20:09:10.032Z[ recovery-image] Aug 24 20:09:09.441 INFO O| Aug 24 20:09:09.441 INFO STEP 260 (remove_files) COMPLETE
60772026-08-24T20:09:10.032Z[ recovery-image] Aug 24 20:09:09.441 INFO O| Aug 24 20:09:09.441 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60782026-08-24T20:09:10.046Z[ recovery-image] Aug 24 20:09:09.454 INFO O| Aug 24 20:09:09.454 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/look"
60792026-08-24T20:09:10.046Z[ recovery-image] Aug 24 20:09:09.454 INFO O| Aug 24 20:09:09.454 INFO STEP 261 (remove_files) COMPLETE
60802026-08-24T20:09:10.046Z[ recovery-image] Aug 24 20:09:09.454 INFO O| Aug 24 20:09:09.454 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60812026-08-24T20:09:10.057Z[ recovery-image] Aug 24 20:09:09.464 INFO O| Aug 24 20:09:09.463 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lz4"
60822026-08-24T20:09:10.057Z[ recovery-image] Aug 24 20:09:09.464 INFO O| Aug 24 20:09:09.464 INFO STEP 262 (remove_files) COMPLETE
60832026-08-24T20:09:10.057Z[ recovery-image] Aug 24 20:09:09.464 INFO O| Aug 24 20:09:09.464 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60842026-08-24T20:09:10.064Z[ recovery-image] Aug 24 20:09:09.473 INFO O| Aug 24 20:09:09.473 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lzmadec"
60852026-08-24T20:09:10.068Z[ recovery-image] Aug 24 20:09:09.474 INFO O| Aug 24 20:09:09.474 INFO STEP 263 (remove_files) COMPLETE
60862026-08-24T20:09:10.068Z[ recovery-image] Aug 24 20:09:09.474 INFO O| Aug 24 20:09:09.474 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60872026-08-24T20:09:10.077Z[ recovery-image] Aug 24 20:09:09.485 INFO O| Aug 24 20:09:09.485 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lzmainfo"
60882026-08-24T20:09:10.077Z[ recovery-image] Aug 24 20:09:09.485 INFO O| Aug 24 20:09:09.485 INFO STEP 264 (remove_files) COMPLETE
60892026-08-24T20:09:10.077Z[ recovery-image] Aug 24 20:09:09.485 INFO O| Aug 24 20:09:09.485 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60902026-08-24T20:09:10.085Z[ recovery-image] Aug 24 20:09:09.494 INFO O| Aug 24 20:09:09.494 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mac"
60912026-08-24T20:09:10.085Z[ recovery-image] Aug 24 20:09:09.494 INFO O| Aug 24 20:09:09.494 INFO STEP 265 (remove_files) COMPLETE
60922026-08-24T20:09:10.085Z[ recovery-image] Aug 24 20:09:09.494 INFO O| Aug 24 20:09:09.494 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60932026-08-24T20:09:10.093Z[ recovery-image] Aug 24 20:09:09.502 INFO O| Aug 24 20:09:09.502 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mach"
60942026-08-24T20:09:10.098Z[ recovery-image] Aug 24 20:09:09.502 INFO O| Aug 24 20:09:09.502 INFO STEP 266 (remove_files) COMPLETE
60952026-08-24T20:09:10.098Z[ recovery-image] Aug 24 20:09:09.502 INFO O| Aug 24 20:09:09.502 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60962026-08-24T20:09:10.098Z[verify-libraries] Compiling internal-russh-num-bigint v0.5.0
60972026-08-24T20:09:10.103Z[ recovery-image] Aug 24 20:09:09.511 INFO O| Aug 24 20:09:09.511 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mailx"
60982026-08-24T20:09:10.106Z[ recovery-image] Aug 24 20:09:09.512 INFO O| Aug 24 20:09:09.512 INFO STEP 267 (remove_files) COMPLETE
60992026-08-24T20:09:10.106Z[ recovery-image] Aug 24 20:09:09.512 INFO O| Aug 24 20:09:09.512 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61002026-08-24T20:09:10.115Z[ recovery-image] Aug 24 20:09:09.523 INFO O| Aug 24 20:09:09.523 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/makedev"
61012026-08-24T20:09:10.115Z[ recovery-image] Aug 24 20:09:09.523 INFO O| Aug 24 20:09:09.523 INFO STEP 268 (remove_files) COMPLETE
61022026-08-24T20:09:10.115Z[ recovery-image] Aug 24 20:09:09.523 INFO O| Aug 24 20:09:09.523 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61032026-08-24T20:09:10.125Z[ recovery-image] Aug 24 20:09:09.534 INFO O| Aug 24 20:09:09.533 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mesg"
61042026-08-24T20:09:10.125Z[ recovery-image] Aug 24 20:09:09.534 INFO O| Aug 24 20:09:09.534 INFO STEP 269 (remove_files) COMPLETE
61052026-08-24T20:09:10.125Z[ recovery-image] Aug 24 20:09:09.534 INFO O| Aug 24 20:09:09.534 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61062026-08-24T20:09:10.135Z[ recovery-image] Aug 24 20:09:09.544 INFO O| Aug 24 20:09:09.544 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mib2c"
61072026-08-24T20:09:10.135Z[ recovery-image] Aug 24 20:09:09.544 INFO O| Aug 24 20:09:09.544 INFO STEP 270 (remove_files) COMPLETE
61082026-08-24T20:09:10.139Z[ recovery-image] Aug 24 20:09:09.544 INFO O| Aug 24 20:09:09.544 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61092026-08-24T20:09:10.145Z[ recovery-image] Aug 24 20:09:09.554 INFO O| Aug 24 20:09:09.554 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mib2c-update"
61102026-08-24T20:09:10.145Z[ recovery-image] Aug 24 20:09:09.554 INFO O| Aug 24 20:09:09.554 INFO STEP 271 (remove_files) COMPLETE
61112026-08-24T20:09:10.148Z[ recovery-image] Aug 24 20:09:09.554 INFO O| Aug 24 20:09:09.554 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61122026-08-24T20:09:10.155Z[ recovery-image] Aug 24 20:09:09.564 INFO O| Aug 24 20:09:09.564 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mkfifo"
61132026-08-24T20:09:10.155Z[ recovery-image] Aug 24 20:09:09.564 INFO O| Aug 24 20:09:09.564 INFO STEP 272 (remove_files) COMPLETE
61142026-08-24T20:09:10.155Z[ recovery-image] Aug 24 20:09:09.564 INFO O| Aug 24 20:09:09.564 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61152026-08-24T20:09:10.165Z[ recovery-image] Aug 24 20:09:09.573 INFO O| Aug 24 20:09:09.573 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mkpwdict"
61162026-08-24T20:09:10.165Z[ recovery-image] Aug 24 20:09:09.573 INFO O| Aug 24 20:09:09.573 INFO STEP 273 (remove_files) COMPLETE
61172026-08-24T20:09:10.165Z[ recovery-image] Aug 24 20:09:09.573 INFO O| Aug 24 20:09:09.573 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61182026-08-24T20:09:10.172Z[verify-libraries] Compiling fatfs v0.3.6
61192026-08-24T20:09:10.176Z[ recovery-image] Aug 24 20:09:09.582 INFO O| Aug 24 20:09:09.582 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/moe"
61202026-08-24T20:09:10.176Z[ recovery-image] Aug 24 20:09:09.582 INFO O| Aug 24 20:09:09.582 INFO STEP 274 (remove_files) COMPLETE
61212026-08-24T20:09:10.176Z[ recovery-image] Aug 24 20:09:09.582 INFO O| Aug 24 20:09:09.582 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61222026-08-24T20:09:10.184Z[ recovery-image] Aug 24 20:09:09.593 INFO O| Aug 24 20:09:09.593 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mpstat"
61232026-08-24T20:09:10.187Z[ recovery-image] Aug 24 20:09:09.595 INFO O| Aug 24 20:09:09.595 INFO STEP 275 (remove_files) COMPLETE
61242026-08-24T20:09:10.187Z[ recovery-image] Aug 24 20:09:09.595 INFO O| Aug 24 20:09:09.595 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61252026-08-24T20:09:10.197Z[ recovery-image] Aug 24 20:09:09.606 INFO O| Aug 24 20:09:09.605 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mt"
61262026-08-24T20:09:10.197Z[ recovery-image] Aug 24 20:09:09.606 INFO O| Aug 24 20:09:09.606 INFO STEP 276 (remove_files) COMPLETE
61272026-08-24T20:09:10.197Z[ recovery-image] Aug 24 20:09:09.606 INFO O| Aug 24 20:09:09.606 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61282026-08-24T20:09:10.208Z[ recovery-image] Aug 24 20:09:09.616 INFO O| Aug 24 20:09:09.616 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ncurses6-config"
61292026-08-24T20:09:10.208Z[ recovery-image] Aug 24 20:09:09.616 INFO O| Aug 24 20:09:09.616 INFO STEP 277 (remove_files) COMPLETE
61302026-08-24T20:09:10.208Z[ recovery-image] Aug 24 20:09:09.616 INFO O| Aug 24 20:09:09.616 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61312026-08-24T20:09:10.212Z[verify-libraries] Compiling num-bigint v0.4.6
61322026-08-24T20:09:10.217Z[ recovery-image] Aug 24 20:09:09.626 INFO O| Aug 24 20:09:09.626 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-cert"
61332026-08-24T20:09:10.217Z[ recovery-image] Aug 24 20:09:09.626 INFO O| Aug 24 20:09:09.626 INFO STEP 278 (remove_files) COMPLETE
61342026-08-24T20:09:10.220Z[ recovery-image] Aug 24 20:09:09.626 INFO O| Aug 24 20:09:09.626 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61352026-08-24T20:09:10.227Z[ recovery-image] Aug 24 20:09:09.636 INFO O| Aug 24 20:09:09.636 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-config"
61362026-08-24T20:09:10.227Z[ recovery-image] Aug 24 20:09:09.636 INFO O| Aug 24 20:09:09.636 INFO STEP 279 (remove_files) COMPLETE
61372026-08-24T20:09:10.230Z[ recovery-image] Aug 24 20:09:09.636 INFO O| Aug 24 20:09:09.636 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61382026-08-24T20:09:10.237Z[ recovery-image] Aug 24 20:09:09.646 INFO O| Aug 24 20:09:09.646 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-create-v3-user"
61392026-08-24T20:09:10.237Z[ recovery-image] Aug 24 20:09:09.646 INFO O| Aug 24 20:09:09.646 INFO STEP 280 (remove_files) COMPLETE
61402026-08-24T20:09:10.237Z[ recovery-image] Aug 24 20:09:09.646 INFO O| Aug 24 20:09:09.646 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61412026-08-24T20:09:10.242Z[verify-libraries] Compiling generic-array v1.4.3
61422026-08-24T20:09:10.247Z[ recovery-image] Aug 24 20:09:09.656 INFO O| Aug 24 20:09:09.656 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newform"
61432026-08-24T20:09:10.247Z[ recovery-image] Aug 24 20:09:09.656 INFO O| Aug 24 20:09:09.656 INFO STEP 281 (remove_files) COMPLETE
61442026-08-24T20:09:10.247Z[ recovery-image] Aug 24 20:09:09.656 INFO O| Aug 24 20:09:09.656 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61452026-08-24T20:09:10.257Z[ recovery-image] Aug 24 20:09:09.666 INFO O| Aug 24 20:09:09.665 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newgrp"
61462026-08-24T20:09:10.257Z[ recovery-image] Aug 24 20:09:09.666 INFO O| Aug 24 20:09:09.666 INFO STEP 282 (remove_files) COMPLETE
61472026-08-24T20:09:10.257Z[ recovery-image] Aug 24 20:09:09.666 INFO O| Aug 24 20:09:09.666 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61482026-08-24T20:09:10.266Z[ recovery-image] Aug 24 20:09:09.675 INFO O| Aug 24 20:09:09.675 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/news"
61492026-08-24T20:09:10.269Z[ recovery-image] Aug 24 20:09:09.677 INFO O| Aug 24 20:09:09.677 INFO STEP 283 (remove_files) COMPLETE
61502026-08-24T20:09:10.269Z[ recovery-image] Aug 24 20:09:09.677 INFO O| Aug 24 20:09:09.677 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61512026-08-24T20:09:10.278Z[ recovery-image] Aug 24 20:09:09.687 INFO O| Aug 24 20:09:09.687 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newtask"
61522026-08-24T20:09:10.278Z[ recovery-image] Aug 24 20:09:09.687 INFO O| Aug 24 20:09:09.687 INFO STEP 284 (remove_files) COMPLETE
61532026-08-24T20:09:10.278Z[ recovery-image] Aug 24 20:09:09.687 INFO O| Aug 24 20:09:09.687 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61542026-08-24T20:09:10.287Z[ recovery-image] Aug 24 20:09:09.696 INFO O| Aug 24 20:09:09.696 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/nice"
61552026-08-24T20:09:10.287Z[ recovery-image] Aug 24 20:09:09.696 INFO O| Aug 24 20:09:09.696 INFO STEP 285 (remove_files) COMPLETE
61562026-08-24T20:09:10.290Z[ recovery-image] Aug 24 20:09:09.696 INFO O| Aug 24 20:09:09.696 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61572026-08-24T20:09:10.296Z[ recovery-image] Aug 24 20:09:09.705 INFO O| Aug 24 20:09:09.705 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/nl"
61582026-08-24T20:09:10.296Z[ recovery-image] Aug 24 20:09:09.705 INFO O| Aug 24 20:09:09.705 INFO STEP 286 (remove_files) COMPLETE
61592026-08-24T20:09:10.299Z[ recovery-image] Aug 24 20:09:09.705 INFO O| Aug 24 20:09:09.705 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61602026-08-24T20:09:10.305Z[ recovery-image] Aug 24 20:09:09.714 INFO O| Aug 24 20:09:09.714 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/oawk"
61612026-08-24T20:09:10.305Z[ recovery-image] Aug 24 20:09:09.714 INFO O| Aug 24 20:09:09.714 INFO STEP 287 (remove_files) COMPLETE
61622026-08-24T20:09:10.308Z[ recovery-image] Aug 24 20:09:09.714 INFO O| Aug 24 20:09:09.714 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61632026-08-24T20:09:10.316Z[ recovery-image] Aug 24 20:09:09.725 INFO O| Aug 24 20:09:09.725 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/od"
61642026-08-24T20:09:10.316Z[ recovery-image] Aug 24 20:09:09.725 INFO O| Aug 24 20:09:09.725 INFO STEP 288 (remove_files) COMPLETE
61652026-08-24T20:09:10.316Z[ recovery-image] Aug 24 20:09:09.725 INFO O| Aug 24 20:09:09.725 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61662026-08-24T20:09:10.326Z[ recovery-image] Aug 24 20:09:09.735 INFO O| Aug 24 20:09:09.735 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/optisa"
61672026-08-24T20:09:10.326Z[ recovery-image] Aug 24 20:09:09.735 INFO O| Aug 24 20:09:09.735 INFO STEP 289 (remove_files) COMPLETE
61682026-08-24T20:09:10.326Z[ recovery-image] Aug 24 20:09:09.735 INFO O| Aug 24 20:09:09.735 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61692026-08-24T20:09:10.336Z[ recovery-image] Aug 24 20:09:09.745 INFO O| Aug 24 20:09:09.745 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pack"
61702026-08-24T20:09:10.336Z[ recovery-image] Aug 24 20:09:09.745 INFO O| Aug 24 20:09:09.745 INFO STEP 290 (remove_files) COMPLETE
61712026-08-24T20:09:10.339Z[ recovery-image] Aug 24 20:09:09.745 INFO O| Aug 24 20:09:09.745 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61722026-08-24T20:09:10.347Z[ recovery-image] Aug 24 20:09:09.756 INFO O| Aug 24 20:09:09.756 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/page"
61732026-08-24T20:09:10.347Z[ recovery-image] Aug 24 20:09:09.756 INFO O| Aug 24 20:09:09.756 INFO STEP 291 (remove_files) COMPLETE
61742026-08-24T20:09:10.347Z[ recovery-image] Aug 24 20:09:09.756 INFO O| Aug 24 20:09:09.756 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61752026-08-24T20:09:10.357Z[ recovery-image] Aug 24 20:09:09.766 INFO O| Aug 24 20:09:09.766 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pagesize"
61762026-08-24T20:09:10.357Z[ recovery-image] Aug 24 20:09:09.766 INFO O| Aug 24 20:09:09.766 INFO STEP 292 (remove_files) COMPLETE
61772026-08-24T20:09:10.360Z[ recovery-image] Aug 24 20:09:09.766 INFO O| Aug 24 20:09:09.766 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61782026-08-24T20:09:10.366Z[ recovery-image] Aug 24 20:09:09.775 INFO O| Aug 24 20:09:09.775 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/passwd"
61792026-08-24T20:09:10.366Z[ recovery-image] Aug 24 20:09:09.775 INFO O| Aug 24 20:09:09.775 INFO STEP 293 (remove_files) COMPLETE
61802026-08-24T20:09:10.366Z[ recovery-image] Aug 24 20:09:09.775 INFO O| Aug 24 20:09:09.775 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61812026-08-24T20:09:10.376Z[ recovery-image] Aug 24 20:09:09.785 INFO O| Aug 24 20:09:09.785 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/paste"
61822026-08-24T20:09:10.376Z[ recovery-image] Aug 24 20:09:09.785 INFO O| Aug 24 20:09:09.785 INFO STEP 294 (remove_files) COMPLETE
61832026-08-24T20:09:10.376Z[ recovery-image] Aug 24 20:09:09.785 INFO O| Aug 24 20:09:09.785 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61842026-08-24T20:09:10.387Z[ recovery-image] Aug 24 20:09:09.794 INFO O| Aug 24 20:09:09.794 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pathchk"
61852026-08-24T20:09:10.387Z[ recovery-image] Aug 24 20:09:09.794 INFO O| Aug 24 20:09:09.794 INFO STEP 295 (remove_files) COMPLETE
61862026-08-24T20:09:10.387Z[ recovery-image] Aug 24 20:09:09.794 INFO O| Aug 24 20:09:09.794 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61872026-08-24T20:09:10.394Z[ recovery-image] Aug 24 20:09:09.803 INFO O| Aug 24 20:09:09.803 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pax"
61882026-08-24T20:09:10.394Z[ recovery-image] Aug 24 20:09:09.803 INFO O| Aug 24 20:09:09.803 INFO STEP 296 (remove_files) COMPLETE
61892026-08-24T20:09:10.397Z[ recovery-image] Aug 24 20:09:09.803 INFO O| Aug 24 20:09:09.803 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61902026-08-24T20:09:10.403Z[ recovery-image] Aug 24 20:09:09.812 INFO O| Aug 24 20:09:09.812 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcap-config"
61912026-08-24T20:09:10.403Z[ recovery-image] Aug 24 20:09:09.812 INFO O| Aug 24 20:09:09.812 INFO STEP 297 (remove_files) COMPLETE
61922026-08-24T20:09:10.403Z[ recovery-image] Aug 24 20:09:09.812 INFO O| Aug 24 20:09:09.812 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61932026-08-24T20:09:10.413Z[ recovery-image] Aug 24 20:09:09.822 INFO O| Aug 24 20:09:09.822 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre-config"
61942026-08-24T20:09:10.413Z[ recovery-image] Aug 24 20:09:09.822 INFO O| Aug 24 20:09:09.822 INFO STEP 298 (remove_files) COMPLETE
61952026-08-24T20:09:10.413Z[ recovery-image] Aug 24 20:09:09.822 INFO O| Aug 24 20:09:09.822 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61962026-08-24T20:09:10.417Z[verify-libraries] Compiling russh-util v0.52.0
61972026-08-24T20:09:10.425Z[ recovery-image] Aug 24 20:09:09.832 INFO O| Aug 24 20:09:09.832 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2-config"
61982026-08-24T20:09:10.425Z[ recovery-image] Aug 24 20:09:09.832 INFO O| Aug 24 20:09:09.832 INFO STEP 299 (remove_files) COMPLETE
61992026-08-24T20:09:10.425Z[ recovery-image] Aug 24 20:09:09.832 INFO O| Aug 24 20:09:09.832 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62002026-08-24T20:09:10.433Z[ recovery-image] Aug 24 20:09:09.842 INFO O| Aug 24 20:09:09.842 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2grep"
62012026-08-24T20:09:10.433Z[ recovery-image] Aug 24 20:09:09.842 INFO O| Aug 24 20:09:09.842 INFO STEP 300 (remove_files) COMPLETE
62022026-08-24T20:09:10.437Z[ recovery-image] Aug 24 20:09:09.842 INFO O| Aug 24 20:09:09.842 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62032026-08-24T20:09:10.443Z[ recovery-image] Aug 24 20:09:09.852 INFO O| Aug 24 20:09:09.852 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2test"
62042026-08-24T20:09:10.443Z[ recovery-image] Aug 24 20:09:09.852 INFO O| Aug 24 20:09:09.852 INFO STEP 301 (remove_files) COMPLETE
62052026-08-24T20:09:10.443Z[ recovery-image] Aug 24 20:09:09.852 INFO O| Aug 24 20:09:09.852 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62062026-08-24T20:09:10.467Z[ recovery-image] Aug 24 20:09:09.873 INFO O| Aug 24 20:09:09.873 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcregrep"
62072026-08-24T20:09:10.467Z[ recovery-image] Aug 24 20:09:09.873 INFO O| Aug 24 20:09:09.873 INFO STEP 302 (remove_files) COMPLETE
62082026-08-24T20:09:10.467Z[ recovery-image] Aug 24 20:09:09.873 INFO O| Aug 24 20:09:09.873 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62092026-08-24T20:09:10.476Z[ recovery-image] Aug 24 20:09:09.882 INFO O| Aug 24 20:09:09.882 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcretest"
62102026-08-24T20:09:10.476Z[ recovery-image] Aug 24 20:09:09.882 INFO O| Aug 24 20:09:09.882 INFO STEP 303 (remove_files) COMPLETE
62112026-08-24T20:09:10.476Z[ recovery-image] Aug 24 20:09:09.882 INFO O| Aug 24 20:09:09.882 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62122026-08-24T20:09:10.483Z[ recovery-image] Aug 24 20:09:09.891 INFO O| Aug 24 20:09:09.891 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfbash"
62132026-08-24T20:09:10.483Z[ recovery-image] Aug 24 20:09:09.891 INFO O| Aug 24 20:09:09.891 INFO STEP 304 (remove_files) COMPLETE
62142026-08-24T20:09:10.483Z[ recovery-image] Aug 24 20:09:09.891 INFO O| Aug 24 20:09:09.891 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62152026-08-24T20:09:10.495Z[ recovery-image] Aug 24 20:09:09.901 INFO O| Aug 24 20:09:09.901 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfcsh"
62162026-08-24T20:09:10.495Z[ recovery-image] Aug 24 20:09:09.901 INFO O| Aug 24 20:09:09.901 INFO STEP 305 (remove_files) COMPLETE
62172026-08-24T20:09:10.495Z[ recovery-image] Aug 24 20:09:09.901 INFO O| Aug 24 20:09:09.901 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62182026-08-24T20:09:10.514Z[verify-libraries] Compiling enum_dispatch v0.3.13
62192026-08-24T20:09:10.514Z[ recovery-image] Aug 24 20:09:09.909 INFO O| Aug 24 20:09:09.909 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfksh"
62202026-08-24T20:09:10.514Z[ recovery-image] Aug 24 20:09:09.910 INFO O| Aug 24 20:09:09.909 INFO STEP 306 (remove_files) COMPLETE
62212026-08-24T20:09:10.514Z[ recovery-image] Aug 24 20:09:09.910 INFO O| Aug 24 20:09:09.909 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62222026-08-24T20:09:10.514Z[ recovery-image] Aug 24 20:09:09.919 INFO O| Aug 24 20:09:09.919 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfksh93"
62232026-08-24T20:09:10.514Z[ recovery-image] Aug 24 20:09:09.919 INFO O| Aug 24 20:09:09.919 INFO STEP 307 (remove_files) COMPLETE
62242026-08-24T20:09:10.514Z[ recovery-image] Aug 24 20:09:09.919 INFO O| Aug 24 20:09:09.919 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62252026-08-24T20:09:10.519Z[ recovery-image] Aug 24 20:09:09.928 INFO O| Aug 24 20:09:09.928 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfrksh"
62262026-08-24T20:09:10.519Z[ recovery-image] Aug 24 20:09:09.928 INFO O| Aug 24 20:09:09.928 INFO STEP 308 (remove_files) COMPLETE
62272026-08-24T20:09:10.519Z[ recovery-image] Aug 24 20:09:09.928 INFO O| Aug 24 20:09:09.928 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62282026-08-24T20:09:10.529Z[ recovery-image] Aug 24 20:09:09.938 INFO O| Aug 24 20:09:09.937 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfrksh93"
62292026-08-24T20:09:10.529Z[ recovery-image] Aug 24 20:09:09.938 INFO O| Aug 24 20:09:09.938 INFO STEP 309 (remove_files) COMPLETE
62302026-08-24T20:09:10.529Z[ recovery-image] Aug 24 20:09:09.938 INFO O| Aug 24 20:09:09.938 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62312026-08-24T20:09:10.538Z[ recovery-image] Aug 24 20:09:09.947 INFO O| Aug 24 20:09:09.947 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfsh"
62322026-08-24T20:09:10.538Z[ recovery-image] Aug 24 20:09:09.947 INFO O| Aug 24 20:09:09.947 INFO STEP 310 (remove_files) COMPLETE
62332026-08-24T20:09:10.538Z[ recovery-image] Aug 24 20:09:09.947 INFO O| Aug 24 20:09:09.947 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62342026-08-24T20:09:10.548Z[ recovery-image] Aug 24 20:09:09.957 INFO O| Aug 24 20:09:09.957 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pftcsh"
62352026-08-24T20:09:10.548Z[ recovery-image] Aug 24 20:09:09.957 INFO O| Aug 24 20:09:09.957 INFO STEP 311 (remove_files) COMPLETE
62362026-08-24T20:09:10.548Z[ recovery-image] Aug 24 20:09:09.957 INFO O| Aug 24 20:09:09.957 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62372026-08-24T20:09:10.558Z[ recovery-image] Aug 24 20:09:09.968 INFO O| Aug 24 20:09:09.967 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfzsh"
62382026-08-24T20:09:10.559Z[ recovery-image] Aug 24 20:09:09.968 INFO O| Aug 24 20:09:09.968 INFO STEP 312 (remove_files) COMPLETE
62392026-08-24T20:09:10.559Z[ recovery-image] Aug 24 20:09:09.968 INFO O| Aug 24 20:09:09.968 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62402026-08-24T20:09:10.569Z[ recovery-image] Aug 24 20:09:09.978 INFO O| Aug 24 20:09:09.978 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pg"
62412026-08-24T20:09:10.569Z[ recovery-image] Aug 24 20:09:09.978 INFO O| Aug 24 20:09:09.978 INFO STEP 313 (remove_files) COMPLETE
62422026-08-24T20:09:10.573Z[ recovery-image] Aug 24 20:09:09.978 INFO O| Aug 24 20:09:09.978 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62432026-08-24T20:09:10.586Z[ recovery-image] Aug 24 20:09:09.988 INFO O| Aug 24 20:09:09.988 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pginfo"
62442026-08-24T20:09:10.586Z[ recovery-image] Aug 24 20:09:09.988 INFO O| Aug 24 20:09:09.988 INFO STEP 314 (remove_files) COMPLETE
62452026-08-24T20:09:10.586Z[ recovery-image] Aug 24 20:09:09.988 INFO O| Aug 24 20:09:09.988 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62462026-08-24T20:09:10.590Z[ recovery-image] Aug 24 20:09:09.998 INFO O| Aug 24 20:09:09.998 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pgstat"
62472026-08-24T20:09:10.590Z[ recovery-image] Aug 24 20:09:09.998 INFO O| Aug 24 20:09:09.998 INFO STEP 315 (remove_files) COMPLETE
62482026-08-24T20:09:10.590Z[ recovery-image] Aug 24 20:09:09.998 INFO O| Aug 24 20:09:09.998 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62492026-08-24T20:09:10.602Z[ recovery-image] Aug 24 20:09:10.008 INFO O| Aug 24 20:09:10.008 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgadm"
62502026-08-24T20:09:10.603Z[ recovery-image] Aug 24 20:09:10.009 INFO O| Aug 24 20:09:10.009 INFO STEP 316 (remove_files) COMPLETE
62512026-08-24T20:09:10.603Z[ recovery-image] Aug 24 20:09:10.009 INFO O| Aug 24 20:09:10.009 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62522026-08-24T20:09:10.611Z[ recovery-image] Aug 24 20:09:10.020 INFO O| Aug 24 20:09:10.020 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgcond"
62532026-08-24T20:09:10.611Z[ recovery-image] Aug 24 20:09:10.020 INFO O| Aug 24 20:09:10.020 INFO STEP 317 (remove_files) COMPLETE
62542026-08-24T20:09:10.611Z[ recovery-image] Aug 24 20:09:10.020 INFO O| Aug 24 20:09:10.020 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62552026-08-24T20:09:10.622Z[ recovery-image] Aug 24 20:09:10.031 INFO O| Aug 24 20:09:10.031 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkginfo"
62562026-08-24T20:09:10.622Z[ recovery-image] Aug 24 20:09:10.031 INFO O| Aug 24 20:09:10.031 INFO STEP 318 (remove_files) COMPLETE
62572026-08-24T20:09:10.625Z[ recovery-image] Aug 24 20:09:10.031 INFO O| Aug 24 20:09:10.031 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62582026-08-24T20:09:10.633Z[ recovery-image] Aug 24 20:09:10.042 INFO O| Aug 24 20:09:10.041 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgmk"
62592026-08-24T20:09:10.633Z[ recovery-image] Aug 24 20:09:10.042 INFO O| Aug 24 20:09:10.042 INFO STEP 319 (remove_files) COMPLETE
62602026-08-24T20:09:10.633Z[ recovery-image] Aug 24 20:09:10.042 INFO O| Aug 24 20:09:10.042 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62612026-08-24T20:09:10.649Z[ recovery-image] Aug 24 20:09:10.058 INFO O| Aug 24 20:09:10.058 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgparam"
62622026-08-24T20:09:10.649Z[ recovery-image] Aug 24 20:09:10.058 INFO O| Aug 24 20:09:10.058 INFO STEP 320 (remove_files) COMPLETE
62632026-08-24T20:09:10.652Z[ recovery-image] Aug 24 20:09:10.058 INFO O| Aug 24 20:09:10.058 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62642026-08-24T20:09:10.652Z[verify-libraries] Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
62652026-08-24T20:09:10.659Z[ recovery-image] Aug 24 20:09:10.068 INFO O| Aug 24 20:09:10.068 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgproto"
62662026-08-24T20:09:10.659Z[ recovery-image] Aug 24 20:09:10.068 INFO O| Aug 24 20:09:10.068 INFO STEP 321 (remove_files) COMPLETE
62672026-08-24T20:09:10.663Z[ recovery-image] Aug 24 20:09:10.068 INFO O| Aug 24 20:09:10.068 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62682026-08-24T20:09:10.675Z[ recovery-image] Aug 24 20:09:10.084 INFO O| Aug 24 20:09:10.084 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgtrans"
62692026-08-24T20:09:10.675Z[ recovery-image] Aug 24 20:09:10.084 INFO O| Aug 24 20:09:10.084 INFO STEP 322 (remove_files) COMPLETE
62702026-08-24T20:09:10.679Z[ recovery-image] Aug 24 20:09:10.084 INFO O| Aug 24 20:09:10.084 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62712026-08-24T20:09:10.685Z[ recovery-image] Aug 24 20:09:10.094 INFO O| Aug 24 20:09:10.094 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pktool"
62722026-08-24T20:09:10.685Z[ recovery-image] Aug 24 20:09:10.094 INFO O| Aug 24 20:09:10.094 INFO STEP 323 (remove_files) COMPLETE
62732026-08-24T20:09:10.685Z[ recovery-image] Aug 24 20:09:10.094 INFO O| Aug 24 20:09:10.094 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62742026-08-24T20:09:10.694Z[ recovery-image] Aug 24 20:09:10.103 INFO O| Aug 24 20:09:10.103 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/plgrp"
62752026-08-24T20:09:10.697Z[ recovery-image] Aug 24 20:09:10.103 INFO O| Aug 24 20:09:10.103 INFO STEP 324 (remove_files) COMPLETE
62762026-08-24T20:09:10.698Z[ recovery-image] Aug 24 20:09:10.103 INFO O| Aug 24 20:09:10.103 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62772026-08-24T20:09:10.703Z[ recovery-image] Aug 24 20:09:10.112 INFO O| Aug 24 20:09:10.112 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pmadvise"
62782026-08-24T20:09:10.703Z[ recovery-image] Aug 24 20:09:10.112 INFO O| Aug 24 20:09:10.112 INFO STEP 325 (remove_files) COMPLETE
62792026-08-24T20:09:10.703Z[ recovery-image] Aug 24 20:09:10.112 INFO O| Aug 24 20:09:10.112 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62802026-08-24T20:09:10.712Z[ recovery-image] Aug 24 20:09:10.120 INFO O| Aug 24 20:09:10.120 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/poolstat"
62812026-08-24T20:09:10.712Z[ recovery-image] Aug 24 20:09:10.121 INFO O| Aug 24 20:09:10.121 INFO STEP 326 (remove_files) COMPLETE
62822026-08-24T20:09:10.712Z[ recovery-image] Aug 24 20:09:10.121 INFO O| Aug 24 20:09:10.121 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62832026-08-24T20:09:10.720Z[ recovery-image] Aug 24 20:09:10.129 INFO O| Aug 24 20:09:10.129 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ppgsz"
62842026-08-24T20:09:10.720Z[ recovery-image] Aug 24 20:09:10.129 INFO O| Aug 24 20:09:10.129 INFO STEP 327 (remove_files) COMPLETE
62852026-08-24T20:09:10.720Z[ recovery-image] Aug 24 20:09:10.129 INFO O| Aug 24 20:09:10.129 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62862026-08-24T20:09:10.732Z[ recovery-image] Aug 24 20:09:10.141 INFO O| Aug 24 20:09:10.140 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pr"
62872026-08-24T20:09:10.732Z[ recovery-image] Aug 24 20:09:10.141 INFO O| Aug 24 20:09:10.141 INFO STEP 328 (remove_files) COMPLETE
62882026-08-24T20:09:10.732Z[ recovery-image] Aug 24 20:09:10.141 INFO O| Aug 24 20:09:10.141 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62892026-08-24T20:09:10.744Z[ recovery-image] Aug 24 20:09:10.150 INFO O| Aug 24 20:09:10.150 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/print"
62902026-08-24T20:09:10.744Z[ recovery-image] Aug 24 20:09:10.150 INFO O| Aug 24 20:09:10.150 INFO STEP 329 (remove_files) COMPLETE
62912026-08-24T20:09:10.744Z[ recovery-image] Aug 24 20:09:10.150 INFO O| Aug 24 20:09:10.150 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62922026-08-24T20:09:10.752Z[ recovery-image] Aug 24 20:09:10.160 INFO O| Aug 24 20:09:10.160 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/printf"
62932026-08-24T20:09:10.752Z[ recovery-image] Aug 24 20:09:10.160 INFO O| Aug 24 20:09:10.160 INFO STEP 330 (remove_files) COMPLETE
62942026-08-24T20:09:10.752Z[ recovery-image] Aug 24 20:09:10.160 INFO O| Aug 24 20:09:10.160 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62952026-08-24T20:09:10.762Z[ recovery-image] Aug 24 20:09:10.171 INFO O| Aug 24 20:09:10.171 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/priocntl"
62962026-08-24T20:09:10.762Z[ recovery-image] Aug 24 20:09:10.171 INFO O| Aug 24 20:09:10.171 INFO STEP 331 (remove_files) COMPLETE
62972026-08-24T20:09:10.762Z[ recovery-image] Aug 24 20:09:10.171 INFO O| Aug 24 20:09:10.171 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62982026-08-24T20:09:10.774Z[ recovery-image] Aug 24 20:09:10.181 INFO O| Aug 24 20:09:10.181 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/profiles"
62992026-08-24T20:09:10.774Z[ recovery-image] Aug 24 20:09:10.181 INFO O| Aug 24 20:09:10.181 INFO STEP 332 (remove_files) COMPLETE
63002026-08-24T20:09:10.774Z[ recovery-image] Aug 24 20:09:10.181 INFO O| Aug 24 20:09:10.181 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63012026-08-24T20:09:10.782Z[ recovery-image] Aug 24 20:09:10.191 INFO O| Aug 24 20:09:10.191 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/projects"
63022026-08-24T20:09:10.782Z[ recovery-image] Aug 24 20:09:10.191 INFO O| Aug 24 20:09:10.191 INFO STEP 333 (remove_files) COMPLETE
63032026-08-24T20:09:10.782Z[ recovery-image] Aug 24 20:09:10.191 INFO O| Aug 24 20:09:10.191 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63042026-08-24T20:09:10.793Z[ recovery-image] Aug 24 20:09:10.201 INFO O| Aug 24 20:09:10.201 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/psecflags"
63052026-08-24T20:09:10.793Z[ recovery-image] Aug 24 20:09:10.201 INFO O| Aug 24 20:09:10.201 INFO STEP 334 (remove_files) COMPLETE
63062026-08-24T20:09:10.793Z[ recovery-image] Aug 24 20:09:10.201 INFO O| Aug 24 20:09:10.201 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63072026-08-24T20:09:10.803Z[ recovery-image] Aug 24 20:09:10.212 INFO O| Aug 24 20:09:10.212 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/putdev"
63082026-08-24T20:09:10.807Z[ recovery-image] Aug 24 20:09:10.213 INFO O| Aug 24 20:09:10.213 INFO STEP 335 (remove_files) COMPLETE
63092026-08-24T20:09:10.807Z[ recovery-image] Aug 24 20:09:10.213 INFO O| Aug 24 20:09:10.213 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63102026-08-24T20:09:10.818Z[ recovery-image] Aug 24 20:09:10.223 INFO O| Aug 24 20:09:10.223 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/putdgrp"
63112026-08-24T20:09:10.818Z[ recovery-image] Aug 24 20:09:10.223 INFO O| Aug 24 20:09:10.223 INFO STEP 336 (remove_files) COMPLETE
63122026-08-24T20:09:10.821Z[ recovery-image] Aug 24 20:09:10.223 INFO O| Aug 24 20:09:10.223 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63132026-08-24T20:09:10.828Z[ recovery-image] Aug 24 20:09:10.233 INFO O| Aug 24 20:09:10.233 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pvs"
63142026-08-24T20:09:10.828Z[ recovery-image] Aug 24 20:09:10.233 INFO O| Aug 24 20:09:10.233 INFO STEP 337 (remove_files) COMPLETE
63152026-08-24T20:09:10.828Z[ recovery-image] Aug 24 20:09:10.233 INFO O| Aug 24 20:09:10.233 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63162026-08-24T20:09:10.834Z[ recovery-image] Aug 24 20:09:10.243 INFO O| Aug 24 20:09:10.243 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pwait"
63172026-08-24T20:09:10.834Z[ recovery-image] Aug 24 20:09:10.243 INFO O| Aug 24 20:09:10.243 INFO STEP 338 (remove_files) COMPLETE
63182026-08-24T20:09:10.838Z[ recovery-image] Aug 24 20:09:10.243 INFO O| Aug 24 20:09:10.243 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63192026-08-24T20:09:10.842Z[verify-libraries] Compiling delegate v0.13.5
63202026-08-24T20:09:10.845Z[ recovery-image] Aug 24 20:09:10.253 INFO O| Aug 24 20:09:10.253 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pwd"
63212026-08-24T20:09:10.845Z[ recovery-image] Aug 24 20:09:10.253 INFO O| Aug 24 20:09:10.253 INFO STEP 339 (remove_files) COMPLETE
63222026-08-24T20:09:10.845Z[ recovery-image] Aug 24 20:09:10.253 INFO O| Aug 24 20:09:10.253 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63232026-08-24T20:09:10.853Z[ recovery-image] Aug 24 20:09:10.262 INFO O| Aug 24 20:09:10.262 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/read"
63242026-08-24T20:09:10.853Z[ recovery-image] Aug 24 20:09:10.262 INFO O| Aug 24 20:09:10.262 INFO STEP 340 (remove_files) COMPLETE
63252026-08-24T20:09:10.858Z[ recovery-image] Aug 24 20:09:10.262 INFO O| Aug 24 20:09:10.262 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63262026-08-24T20:09:10.863Z[ recovery-image] Aug 24 20:09:10.272 INFO O| Aug 24 20:09:10.272 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/red"
63272026-08-24T20:09:10.863Z[ recovery-image] Aug 24 20:09:10.272 INFO O| Aug 24 20:09:10.272 INFO STEP 341 (remove_files) COMPLETE
63282026-08-24T20:09:10.863Z[ recovery-image] Aug 24 20:09:10.272 INFO O| Aug 24 20:09:10.272 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63292026-08-24T20:09:10.872Z[ recovery-image] Aug 24 20:09:10.281 INFO O| Aug 24 20:09:10.281 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/regcmp"
63302026-08-24T20:09:10.872Z[ recovery-image] Aug 24 20:09:10.281 INFO O| Aug 24 20:09:10.281 INFO STEP 342 (remove_files) COMPLETE
63312026-08-24T20:09:10.872Z[ recovery-image] Aug 24 20:09:10.281 INFO O| Aug 24 20:09:10.281 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63322026-08-24T20:09:10.882Z[ recovery-image] Aug 24 20:09:10.291 INFO O| Aug 24 20:09:10.291 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/renice"
63332026-08-24T20:09:10.882Z[ recovery-image] Aug 24 20:09:10.291 INFO O| Aug 24 20:09:10.291 INFO STEP 343 (remove_files) COMPLETE
63342026-08-24T20:09:10.882Z[ recovery-image] Aug 24 20:09:10.291 INFO O| Aug 24 20:09:10.291 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63352026-08-24T20:09:10.892Z[ recovery-image] Aug 24 20:09:10.301 INFO O| Aug 24 20:09:10.301 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/resize"
63362026-08-24T20:09:10.892Z[ recovery-image] Aug 24 20:09:10.301 INFO O| Aug 24 20:09:10.301 INFO STEP 344 (remove_files) COMPLETE
63372026-08-24T20:09:10.892Z[ recovery-image] Aug 24 20:09:10.301 INFO O| Aug 24 20:09:10.301 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63382026-08-24T20:09:10.901Z[ recovery-image] Aug 24 20:09:10.310 INFO O| Aug 24 20:09:10.310 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rev"
63392026-08-24T20:09:10.902Z[ recovery-image] Aug 24 20:09:10.310 INFO O| Aug 24 20:09:10.310 INFO STEP 345 (remove_files) COMPLETE
63402026-08-24T20:09:10.902Z[ recovery-image] Aug 24 20:09:10.310 INFO O| Aug 24 20:09:10.310 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63412026-08-24T20:09:10.911Z[ recovery-image] Aug 24 20:09:10.320 INFO O| Aug 24 20:09:10.320 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rksh"
63422026-08-24T20:09:10.911Z[ recovery-image] Aug 24 20:09:10.320 INFO O| Aug 24 20:09:10.320 INFO STEP 346 (remove_files) COMPLETE
63432026-08-24T20:09:10.911Z[ recovery-image] Aug 24 20:09:10.320 INFO O| Aug 24 20:09:10.320 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63442026-08-24T20:09:10.919Z[verify-libraries] Compiling sapling-renderdag v0.1.0
63452026-08-24T20:09:10.922Z[verify-libraries] Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
63462026-08-24T20:09:10.922Z[ recovery-image] Aug 24 20:09:10.330 INFO O| Aug 24 20:09:10.330 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rksh93"
63472026-08-24T20:09:10.922Z[ recovery-image] Aug 24 20:09:10.330 INFO O| Aug 24 20:09:10.330 INFO STEP 347 (remove_files) COMPLETE
63482026-08-24T20:09:10.922Z[ recovery-image] Aug 24 20:09:10.330 INFO O| Aug 24 20:09:10.330 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63492026-08-24T20:09:10.930Z[ recovery-image] Aug 24 20:09:10.339 INFO O| Aug 24 20:09:10.339 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/roles"
63502026-08-24T20:09:10.930Z[ recovery-image] Aug 24 20:09:10.339 INFO O| Aug 24 20:09:10.339 INFO STEP 348 (remove_files) COMPLETE
63512026-08-24T20:09:10.930Z[ recovery-image] Aug 24 20:09:10.339 INFO O| Aug 24 20:09:10.339 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63522026-08-24T20:09:10.940Z[ recovery-image] Aug 24 20:09:10.349 INFO O| Aug 24 20:09:10.348 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rpcinfo"
63532026-08-24T20:09:10.940Z[ recovery-image] Aug 24 20:09:10.349 INFO O| Aug 24 20:09:10.349 INFO STEP 349 (remove_files) COMPLETE
63542026-08-24T20:09:10.944Z[ recovery-image] Aug 24 20:09:10.349 INFO O| Aug 24 20:09:10.349 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63552026-08-24T20:09:10.948Z[ recovery-image] Aug 24 20:09:10.357 INFO O| Aug 24 20:09:10.357 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rsync"
63562026-08-24T20:09:10.948Z[ recovery-image] Aug 24 20:09:10.357 INFO O| Aug 24 20:09:10.357 INFO STEP 350 (remove_files) COMPLETE
63572026-08-24T20:09:10.951Z[ recovery-image] Aug 24 20:09:10.357 INFO O| Aug 24 20:09:10.357 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63582026-08-24T20:09:10.956Z[ recovery-image] Aug 24 20:09:10.365 INFO O| Aug 24 20:09:10.365 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rsync-ssl"
63592026-08-24T20:09:10.956Z[ recovery-image] Aug 24 20:09:10.365 INFO O| Aug 24 20:09:10.365 INFO STEP 351 (remove_files) COMPLETE
63602026-08-24T20:09:10.956Z[ recovery-image] Aug 24 20:09:10.365 INFO O| Aug 24 20:09:10.365 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63612026-08-24T20:09:10.967Z[ recovery-image] Aug 24 20:09:10.375 INFO O| Aug 24 20:09:10.375 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/runat"
63622026-08-24T20:09:10.967Z[ recovery-image] Aug 24 20:09:10.375 INFO O| Aug 24 20:09:10.375 INFO STEP 352 (remove_files) COMPLETE
63632026-08-24T20:09:10.967Z[ recovery-image] Aug 24 20:09:10.375 INFO O| Aug 24 20:09:10.375 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63642026-08-24T20:09:10.975Z[ recovery-image] Aug 24 20:09:10.384 INFO O| Aug 24 20:09:10.384 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/scp"
63652026-08-24T20:09:10.975Z[ recovery-image] Aug 24 20:09:10.384 INFO O| Aug 24 20:09:10.384 INFO STEP 353 (remove_files) COMPLETE
63662026-08-24T20:09:10.975Z[ recovery-image] Aug 24 20:09:10.384 INFO O| Aug 24 20:09:10.384 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63672026-08-24T20:09:10.986Z[ recovery-image] Aug 24 20:09:10.394 INFO O| Aug 24 20:09:10.394 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/script"
63682026-08-24T20:09:10.986Z[ recovery-image] Aug 24 20:09:10.394 INFO O| Aug 24 20:09:10.394 INFO STEP 354 (remove_files) COMPLETE
63692026-08-24T20:09:10.986Z[ recovery-image] Aug 24 20:09:10.394 INFO O| Aug 24 20:09:10.394 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63702026-08-24T20:09:10.994Z[ recovery-image] Aug 24 20:09:10.403 INFO O| Aug 24 20:09:10.403 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sdiff"
63712026-08-24T20:09:10.994Z[ recovery-image] Aug 24 20:09:10.403 INFO O| Aug 24 20:09:10.403 INFO STEP 355 (remove_files) COMPLETE
63722026-08-24T20:09:10.994Z[ recovery-image] Aug 24 20:09:10.403 INFO O| Aug 24 20:09:10.403 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63732026-08-24T20:09:11.003Z[ recovery-image] Aug 24 20:09:10.412 INFO O| Aug 24 20:09:10.412 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/setpgrp"
63742026-08-24T20:09:11.003Z[ recovery-image] Aug 24 20:09:10.412 INFO O| Aug 24 20:09:10.412 INFO STEP 356 (remove_files) COMPLETE
63752026-08-24T20:09:11.003Z[ recovery-image] Aug 24 20:09:10.412 INFO O| Aug 24 20:09:10.412 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63762026-08-24T20:09:11.015Z[ recovery-image] Aug 24 20:09:10.422 INFO O| Aug 24 20:09:10.422 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sftp"
63772026-08-24T20:09:11.015Z[ recovery-image] Aug 24 20:09:10.422 INFO O| Aug 24 20:09:10.422 INFO STEP 357 (remove_files) COMPLETE
63782026-08-24T20:09:11.015Z[ recovery-image] Aug 24 20:09:10.422 INFO O| Aug 24 20:09:10.422 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63792026-08-24T20:09:11.022Z[ recovery-image] Aug 24 20:09:10.431 INFO O| Aug 24 20:09:10.431 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/shcomp"
63802026-08-24T20:09:11.022Z[ recovery-image] Aug 24 20:09:10.431 INFO O| Aug 24 20:09:10.431 INFO STEP 358 (remove_files) COMPLETE
63812026-08-24T20:09:11.025Z[ recovery-image] Aug 24 20:09:10.431 INFO O| Aug 24 20:09:10.431 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63822026-08-24T20:09:11.032Z[ recovery-image] Aug 24 20:09:10.441 INFO O| Aug 24 20:09:10.441 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/smbutil"
63832026-08-24T20:09:11.032Z[ recovery-image] Aug 24 20:09:10.441 INFO O| Aug 24 20:09:10.441 INFO STEP 359 (remove_files) COMPLETE
63842026-08-24T20:09:11.032Z[ recovery-image] Aug 24 20:09:10.441 INFO O| Aug 24 20:09:10.441 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63852026-08-24T20:09:11.042Z[ recovery-image] Aug 24 20:09:10.451 INFO O| Aug 24 20:09:10.451 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmp-bridge-mib"
63862026-08-24T20:09:11.042Z[ recovery-image] Aug 24 20:09:10.451 INFO O| Aug 24 20:09:10.451 INFO STEP 360 (remove_files) COMPLETE
63872026-08-24T20:09:11.042Z[ recovery-image] Aug 24 20:09:10.451 INFO O| Aug 24 20:09:10.451 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63882026-08-24T20:09:11.052Z[ recovery-image] Aug 24 20:09:10.461 INFO O| Aug 24 20:09:10.461 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpbulkget"
63892026-08-24T20:09:11.052Z[ recovery-image] Aug 24 20:09:10.461 INFO O| Aug 24 20:09:10.461 INFO STEP 361 (remove_files) COMPLETE
63902026-08-24T20:09:11.052Z[ recovery-image] Aug 24 20:09:10.461 INFO O| Aug 24 20:09:10.461 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63912026-08-24T20:09:11.062Z[ recovery-image] Aug 24 20:09:10.471 INFO O| Aug 24 20:09:10.471 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpbulkwalk"
63922026-08-24T20:09:11.062Z[ recovery-image] Aug 24 20:09:10.471 INFO O| Aug 24 20:09:10.471 INFO STEP 362 (remove_files) COMPLETE
63932026-08-24T20:09:11.062Z[ recovery-image] Aug 24 20:09:10.471 INFO O| Aug 24 20:09:10.471 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63942026-08-24T20:09:11.071Z[ recovery-image] Aug 24 20:09:10.480 INFO O| Aug 24 20:09:10.480 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpcheck"
63952026-08-24T20:09:11.071Z[ recovery-image] Aug 24 20:09:10.480 INFO O| Aug 24 20:09:10.480 INFO STEP 363 (remove_files) COMPLETE
63962026-08-24T20:09:11.071Z[ recovery-image] Aug 24 20:09:10.480 INFO O| Aug 24 20:09:10.480 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63972026-08-24T20:09:11.081Z[ recovery-image] Aug 24 20:09:10.489 INFO O| Aug 24 20:09:10.489 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpconf"
63982026-08-24T20:09:11.081Z[ recovery-image] Aug 24 20:09:10.489 INFO O| Aug 24 20:09:10.489 INFO STEP 364 (remove_files) COMPLETE
63992026-08-24T20:09:11.081Z[ recovery-image] Aug 24 20:09:10.489 INFO O| Aug 24 20:09:10.489 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64002026-08-24T20:09:11.086Z[verify-libraries] Compiling sync-ptr v0.1.4
64012026-08-24T20:09:11.090Z[ recovery-image] Aug 24 20:09:10.499 INFO O| Aug 24 20:09:10.499 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpdelta"
64022026-08-24T20:09:11.090Z[ recovery-image] Aug 24 20:09:10.499 INFO O| Aug 24 20:09:10.499 INFO STEP 365 (remove_files) COMPLETE
64032026-08-24T20:09:11.090Z[ recovery-image] Aug 24 20:09:10.499 INFO O| Aug 24 20:09:10.499 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64042026-08-24T20:09:11.099Z[ recovery-image] Aug 24 20:09:10.508 INFO O| Aug 24 20:09:10.508 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpdf"
64052026-08-24T20:09:11.099Z[ recovery-image] Aug 24 20:09:10.508 INFO O| Aug 24 20:09:10.508 INFO STEP 366 (remove_files) COMPLETE
64062026-08-24T20:09:11.099Z[ recovery-image] Aug 24 20:09:10.508 INFO O| Aug 24 20:09:10.508 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64072026-08-24T20:09:11.109Z[ recovery-image] Aug 24 20:09:10.518 INFO O| Aug 24 20:09:10.518 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpget"
64082026-08-24T20:09:11.109Z[ recovery-image] Aug 24 20:09:10.518 INFO O| Aug 24 20:09:10.518 INFO STEP 367 (remove_files) COMPLETE
64092026-08-24T20:09:11.109Z[ recovery-image] Aug 24 20:09:10.518 INFO O| Aug 24 20:09:10.518 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64102026-08-24T20:09:11.119Z[ recovery-image] Aug 24 20:09:10.528 INFO O| Aug 24 20:09:10.528 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpgetnext"
64112026-08-24T20:09:11.119Z[ recovery-image] Aug 24 20:09:10.528 INFO O| Aug 24 20:09:10.528 INFO STEP 368 (remove_files) COMPLETE
64122026-08-24T20:09:11.119Z[ recovery-image] Aug 24 20:09:10.528 INFO O| Aug 24 20:09:10.528 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64132026-08-24T20:09:11.128Z[ recovery-image] Aug 24 20:09:10.537 INFO O| Aug 24 20:09:10.537 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpnetstat"
64142026-08-24T20:09:11.128Z[ recovery-image] Aug 24 20:09:10.537 INFO O| Aug 24 20:09:10.537 INFO STEP 369 (remove_files) COMPLETE
64152026-08-24T20:09:11.128Z[ recovery-image] Aug 24 20:09:10.537 INFO O| Aug 24 20:09:10.537 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64162026-08-24T20:09:11.137Z[ recovery-image] Aug 24 20:09:10.546 INFO O| Aug 24 20:09:10.546 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmppcap"
64172026-08-24T20:09:11.137Z[ recovery-image] Aug 24 20:09:10.546 INFO O| Aug 24 20:09:10.546 INFO STEP 370 (remove_files) COMPLETE
64182026-08-24T20:09:11.137Z[ recovery-image] Aug 24 20:09:10.546 INFO O| Aug 24 20:09:10.546 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64192026-08-24T20:09:11.146Z[ recovery-image] Aug 24 20:09:10.555 INFO O| Aug 24 20:09:10.555 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpping"
64202026-08-24T20:09:11.146Z[ recovery-image] Aug 24 20:09:10.555 INFO O| Aug 24 20:09:10.555 INFO STEP 371 (remove_files) COMPLETE
64212026-08-24T20:09:11.146Z[ recovery-image] Aug 24 20:09:10.555 INFO O| Aug 24 20:09:10.555 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64222026-08-24T20:09:11.157Z[ recovery-image] Aug 24 20:09:10.565 INFO O| Aug 24 20:09:10.565 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpps"
64232026-08-24T20:09:11.157Z[ recovery-image] Aug 24 20:09:10.565 INFO O| Aug 24 20:09:10.565 INFO STEP 372 (remove_files) COMPLETE
64242026-08-24T20:09:11.157Z[ recovery-image] Aug 24 20:09:10.565 INFO O| Aug 24 20:09:10.565 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64252026-08-24T20:09:11.165Z[ recovery-image] Aug 24 20:09:10.574 INFO O| Aug 24 20:09:10.574 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpset"
64262026-08-24T20:09:11.166Z[ recovery-image] Aug 24 20:09:10.574 INFO O| Aug 24 20:09:10.574 INFO STEP 373 (remove_files) COMPLETE
64272026-08-24T20:09:11.166Z[ recovery-image] Aug 24 20:09:10.574 INFO O| Aug 24 20:09:10.574 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64282026-08-24T20:09:11.174Z[ recovery-image] Aug 24 20:09:10.583 INFO O| Aug 24 20:09:10.583 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpstatus"
64292026-08-24T20:09:11.174Z[ recovery-image] Aug 24 20:09:10.583 INFO O| Aug 24 20:09:10.583 INFO STEP 374 (remove_files) COMPLETE
64302026-08-24T20:09:11.177Z[ recovery-image] Aug 24 20:09:10.583 INFO O| Aug 24 20:09:10.583 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64312026-08-24T20:09:11.182Z[ recovery-image] Aug 24 20:09:10.591 INFO O| Aug 24 20:09:10.591 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptable"
64322026-08-24T20:09:11.182Z[ recovery-image] Aug 24 20:09:10.591 INFO O| Aug 24 20:09:10.591 INFO STEP 375 (remove_files) COMPLETE
64332026-08-24T20:09:11.182Z[ recovery-image] Aug 24 20:09:10.591 INFO O| Aug 24 20:09:10.591 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64342026-08-24T20:09:11.191Z[ recovery-image] Aug 24 20:09:10.599 INFO O| Aug 24 20:09:10.599 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptest"
64352026-08-24T20:09:11.191Z[ recovery-image] Aug 24 20:09:10.599 INFO O| Aug 24 20:09:10.599 INFO STEP 376 (remove_files) COMPLETE
64362026-08-24T20:09:11.191Z[ recovery-image] Aug 24 20:09:10.599 INFO O| Aug 24 20:09:10.599 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64372026-08-24T20:09:11.199Z[ recovery-image] Aug 24 20:09:10.608 INFO O| Aug 24 20:09:10.608 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptranslate"
64382026-08-24T20:09:11.199Z[ recovery-image] Aug 24 20:09:10.608 INFO O| Aug 24 20:09:10.608 INFO STEP 377 (remove_files) COMPLETE
64392026-08-24T20:09:11.203Z[ recovery-image] Aug 24 20:09:10.608 INFO O| Aug 24 20:09:10.608 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64402026-08-24T20:09:11.207Z[ recovery-image] Aug 24 20:09:10.616 INFO O| Aug 24 20:09:10.616 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptrap"
64412026-08-24T20:09:11.207Z[ recovery-image] Aug 24 20:09:10.616 INFO O| Aug 24 20:09:10.616 INFO STEP 378 (remove_files) COMPLETE
64422026-08-24T20:09:11.210Z[ recovery-image] Aug 24 20:09:10.616 INFO O| Aug 24 20:09:10.616 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64432026-08-24T20:09:11.217Z[ recovery-image] Aug 24 20:09:10.624 INFO O| Aug 24 20:09:10.624 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpusm"
64442026-08-24T20:09:11.217Z[ recovery-image] Aug 24 20:09:10.624 INFO O| Aug 24 20:09:10.624 INFO STEP 379 (remove_files) COMPLETE
64452026-08-24T20:09:11.220Z[ recovery-image] Aug 24 20:09:10.624 INFO O| Aug 24 20:09:10.624 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64462026-08-24T20:09:11.223Z[ recovery-image] Aug 24 20:09:10.631 INFO O| Aug 24 20:09:10.631 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpvacm"
64472026-08-24T20:09:11.224Z[ recovery-image] Aug 24 20:09:10.631 INFO O| Aug 24 20:09:10.631 INFO STEP 380 (remove_files) COMPLETE
64482026-08-24T20:09:11.224Z[ recovery-image] Aug 24 20:09:10.631 INFO O| Aug 24 20:09:10.631 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64492026-08-24T20:09:11.230Z[ recovery-image] Aug 24 20:09:10.639 INFO O| Aug 24 20:09:10.639 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpwalk"
64502026-08-24T20:09:11.230Z[ recovery-image] Aug 24 20:09:10.639 INFO O| Aug 24 20:09:10.639 INFO STEP 381 (remove_files) COMPLETE
64512026-08-24T20:09:11.230Z[ recovery-image] Aug 24 20:09:10.639 INFO O| Aug 24 20:09:10.639 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64522026-08-24T20:09:11.240Z[ recovery-image] Aug 24 20:09:10.649 INFO O| Aug 24 20:09:10.649 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sotruss"
64532026-08-24T20:09:11.241Z[ recovery-image] Aug 24 20:09:10.649 INFO O| Aug 24 20:09:10.649 INFO STEP 382 (remove_files) COMPLETE
64542026-08-24T20:09:11.241Z[ recovery-image] Aug 24 20:09:10.649 INFO O| Aug 24 20:09:10.649 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64552026-08-24T20:09:11.249Z[ recovery-image] Aug 24 20:09:10.657 INFO O| Aug 24 20:09:10.657 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/spell"
64562026-08-24T20:09:11.249Z[ recovery-image] Aug 24 20:09:10.657 INFO O| Aug 24 20:09:10.657 INFO STEP 383 (remove_files) COMPLETE
64572026-08-24T20:09:11.249Z[ recovery-image] Aug 24 20:09:10.657 INFO O| Aug 24 20:09:10.657 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64582026-08-24T20:09:11.257Z[ recovery-image] Aug 24 20:09:10.666 INFO O| Aug 24 20:09:10.666 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/split"
64592026-08-24T20:09:11.257Z[ recovery-image] Aug 24 20:09:10.666 INFO O| Aug 24 20:09:10.666 INFO STEP 384 (remove_files) COMPLETE
64602026-08-24T20:09:11.257Z[ recovery-image] Aug 24 20:09:10.666 INFO O| Aug 24 20:09:10.666 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64612026-08-24T20:09:11.266Z[ recovery-image] Aug 24 20:09:10.675 INFO O| Aug 24 20:09:10.675 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sqlite3"
64622026-08-24T20:09:11.266Z[ recovery-image] Aug 24 20:09:10.675 INFO O| Aug 24 20:09:10.675 INFO STEP 385 (remove_files) COMPLETE
64632026-08-24T20:09:11.266Z[ recovery-image] Aug 24 20:09:10.675 INFO O| Aug 24 20:09:10.675 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64642026-08-24T20:09:11.271Z[verify-libraries] Compiling md5 v0.8.0
64652026-08-24T20:09:11.276Z[ recovery-image] Aug 24 20:09:10.685 INFO O| Aug 24 20:09:10.684 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh"
64662026-08-24T20:09:11.276Z[ recovery-image] Aug 24 20:09:10.685 INFO O| Aug 24 20:09:10.685 INFO STEP 386 (remove_files) COMPLETE
64672026-08-24T20:09:11.276Z[ recovery-image] Aug 24 20:09:10.685 INFO O| Aug 24 20:09:10.685 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64682026-08-24T20:09:11.285Z[ recovery-image] Aug 24 20:09:10.694 INFO O| Aug 24 20:09:10.694 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-add"
64692026-08-24T20:09:11.285Z[ recovery-image] Aug 24 20:09:10.694 INFO O| Aug 24 20:09:10.694 INFO STEP 387 (remove_files) COMPLETE
64702026-08-24T20:09:11.285Z[ recovery-image] Aug 24 20:09:10.694 INFO O| Aug 24 20:09:10.694 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64712026-08-24T20:09:11.297Z[ recovery-image] Aug 24 20:09:10.703 INFO O| Aug 24 20:09:10.703 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-agent"
64722026-08-24T20:09:11.297Z[ recovery-image] Aug 24 20:09:10.703 INFO O| Aug 24 20:09:10.703 INFO STEP 388 (remove_files) COMPLETE
64732026-08-24T20:09:11.300Z[ recovery-image] Aug 24 20:09:10.703 INFO O| Aug 24 20:09:10.703 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64742026-08-24T20:09:11.305Z[ recovery-image] Aug 24 20:09:10.711 INFO O| Aug 24 20:09:10.711 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-copy-id"
64752026-08-24T20:09:11.305Z[ recovery-image] Aug 24 20:09:10.712 INFO O| Aug 24 20:09:10.711 INFO STEP 389 (remove_files) COMPLETE
64762026-08-24T20:09:11.305Z[ recovery-image] Aug 24 20:09:10.712 INFO O| Aug 24 20:09:10.711 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64772026-08-24T20:09:11.311Z[ recovery-image] Aug 24 20:09:10.720 INFO O| Aug 24 20:09:10.720 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-keyscan"
64782026-08-24T20:09:11.311Z[ recovery-image] Aug 24 20:09:10.720 INFO O| Aug 24 20:09:10.720 INFO STEP 390 (remove_files) COMPLETE
64792026-08-24T20:09:11.311Z[ recovery-image] Aug 24 20:09:10.720 INFO O| Aug 24 20:09:10.720 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64802026-08-24T20:09:11.320Z[ recovery-image] Aug 24 20:09:10.728 INFO O| Aug 24 20:09:10.728 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/strings"
64812026-08-24T20:09:11.320Z[ recovery-image] Aug 24 20:09:10.728 INFO O| Aug 24 20:09:10.728 INFO STEP 391 (remove_files) COMPLETE
64822026-08-24T20:09:11.325Z[ recovery-image] Aug 24 20:09:10.728 INFO O| Aug 24 20:09:10.728 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64832026-08-24T20:09:11.328Z[ recovery-image] Aug 24 20:09:10.737 INFO O| Aug 24 20:09:10.737 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sum"
64842026-08-24T20:09:11.328Z[ recovery-image] Aug 24 20:09:10.737 INFO O| Aug 24 20:09:10.737 INFO STEP 392 (remove_files) COMPLETE
64852026-08-24T20:09:11.328Z[ recovery-image] Aug 24 20:09:10.737 INFO O| Aug 24 20:09:10.737 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64862026-08-24T20:09:11.337Z[ recovery-image] Aug 24 20:09:10.745 INFO O| Aug 24 20:09:10.745 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tabs"
64872026-08-24T20:09:11.337Z[ recovery-image] Aug 24 20:09:10.745 INFO O| Aug 24 20:09:10.745 INFO STEP 393 (remove_files) COMPLETE
64882026-08-24T20:09:11.341Z[ recovery-image] Aug 24 20:09:10.745 INFO O| Aug 24 20:09:10.745 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64892026-08-24T20:09:11.346Z[ recovery-image] Aug 24 20:09:10.755 INFO O| Aug 24 20:09:10.755 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tcopy"
64902026-08-24T20:09:11.346Z[ recovery-image] Aug 24 20:09:10.755 INFO O| Aug 24 20:09:10.755 INFO STEP 394 (remove_files) COMPLETE
64912026-08-24T20:09:11.349Z[ recovery-image] Aug 24 20:09:10.755 INFO O| Aug 24 20:09:10.755 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64922026-08-24T20:09:11.354Z[ recovery-image] Aug 24 20:09:10.763 INFO O| Aug 24 20:09:10.763 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/test"
64932026-08-24T20:09:11.354Z[ recovery-image] Aug 24 20:09:10.763 INFO O| Aug 24 20:09:10.763 INFO STEP 395 (remove_files) COMPLETE
64942026-08-24T20:09:11.354Z[ recovery-image] Aug 24 20:09:10.763 INFO O| Aug 24 20:09:10.763 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64952026-08-24T20:09:11.363Z[ recovery-image] Aug 24 20:09:10.772 INFO O| Aug 24 20:09:10.772 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tic"
64962026-08-24T20:09:11.364Z[ recovery-image] Aug 24 20:09:10.772 INFO O| Aug 24 20:09:10.772 INFO STEP 396 (remove_files) COMPLETE
64972026-08-24T20:09:11.364Z[ recovery-image] Aug 24 20:09:10.772 INFO O| Aug 24 20:09:10.772 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64982026-08-24T20:09:11.373Z[ recovery-image] Aug 24 20:09:10.782 INFO O| Aug 24 20:09:10.782 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/time"
64992026-08-24T20:09:11.373Z[ recovery-image] Aug 24 20:09:10.782 INFO O| Aug 24 20:09:10.782 INFO STEP 397 (remove_files) COMPLETE
65002026-08-24T20:09:11.373Z[ recovery-image] Aug 24 20:09:10.782 INFO O| Aug 24 20:09:10.782 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65012026-08-24T20:09:11.385Z[ recovery-image] Aug 24 20:09:10.793 INFO O| Aug 24 20:09:10.793 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tip"
65022026-08-24T20:09:11.385Z[ recovery-image] Aug 24 20:09:10.793 INFO O| Aug 24 20:09:10.793 INFO STEP 398 (remove_files) COMPLETE
65032026-08-24T20:09:11.385Z[ recovery-image] Aug 24 20:09:10.793 INFO O| Aug 24 20:09:10.793 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65042026-08-24T20:09:11.405Z[ recovery-image] Aug 24 20:09:10.802 INFO O| Aug 24 20:09:10.802 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tkmib"
65052026-08-24T20:09:11.405Z[ recovery-image] Aug 24 20:09:10.802 INFO O| Aug 24 20:09:10.802 INFO STEP 399 (remove_files) COMPLETE
65062026-08-24T20:09:11.405Z[ recovery-image] Aug 24 20:09:10.802 INFO O| Aug 24 20:09:10.802 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65072026-08-24T20:09:11.405Z[ recovery-image] Aug 24 20:09:10.811 INFO O| Aug 24 20:09:10.811 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tpmadm"
65082026-08-24T20:09:11.405Z[ recovery-image] Aug 24 20:09:10.811 INFO O| Aug 24 20:09:10.811 INFO STEP 400 (remove_files) COMPLETE
65092026-08-24T20:09:11.405Z[ recovery-image] Aug 24 20:09:10.811 INFO O| Aug 24 20:09:10.811 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65102026-08-24T20:09:11.411Z[ recovery-image] Aug 24 20:09:10.820 INFO O| Aug 24 20:09:10.820 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/traptoemail"
65112026-08-24T20:09:11.411Z[ recovery-image] Aug 24 20:09:10.820 INFO O| Aug 24 20:09:10.820 INFO STEP 401 (remove_files) COMPLETE
65122026-08-24T20:09:11.411Z[ recovery-image] Aug 24 20:09:10.820 INFO O| Aug 24 20:09:10.820 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65132026-08-24T20:09:11.419Z[verify-libraries] Compiling seq-macro v0.3.6
65142026-08-24T20:09:11.422Z[ recovery-image] Aug 24 20:09:10.828 INFO O| Aug 24 20:09:10.828 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/true"
65152026-08-24T20:09:11.422Z[ recovery-image] Aug 24 20:09:10.828 INFO O| Aug 24 20:09:10.828 INFO STEP 402 (remove_files) COMPLETE
65162026-08-24T20:09:11.422Z[ recovery-image] Aug 24 20:09:10.829 INFO O| Aug 24 20:09:10.828 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65172026-08-24T20:09:11.431Z[ recovery-image] Aug 24 20:09:10.839 INFO O| Aug 24 20:09:10.839 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tty"
65182026-08-24T20:09:11.431Z[ recovery-image] Aug 24 20:09:10.840 INFO O| Aug 24 20:09:10.840 INFO STEP 403 (remove_files) COMPLETE
65192026-08-24T20:09:11.431Z[ recovery-image] Aug 24 20:09:10.840 INFO O| Aug 24 20:09:10.840 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65202026-08-24T20:09:11.440Z[ recovery-image] Aug 24 20:09:10.849 INFO O| Aug 24 20:09:10.849 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/type"
65212026-08-24T20:09:11.440Z[ recovery-image] Aug 24 20:09:10.849 INFO O| Aug 24 20:09:10.849 INFO STEP 404 (remove_files) COMPLETE
65222026-08-24T20:09:11.440Z[ recovery-image] Aug 24 20:09:10.849 INFO O| Aug 24 20:09:10.849 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65232026-08-24T20:09:11.450Z[ recovery-image] Aug 24 20:09:10.859 INFO O| Aug 24 20:09:10.858 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tzselect"
65242026-08-24T20:09:11.450Z[ recovery-image] Aug 24 20:09:10.859 INFO O| Aug 24 20:09:10.859 INFO STEP 405 (remove_files) COMPLETE
65252026-08-24T20:09:11.450Z[ recovery-image] Aug 24 20:09:10.859 INFO O| Aug 24 20:09:10.859 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65262026-08-24T20:09:11.454Z[verify-libraries] Compiling hex-literal v1.1.0
65272026-08-24T20:09:11.459Z[ recovery-image] Aug 24 20:09:10.869 INFO O| Aug 24 20:09:10.868 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ulimit"
65282026-08-24T20:09:11.460Z[ recovery-image] Aug 24 20:09:10.869 INFO O| Aug 24 20:09:10.869 INFO STEP 406 (remove_files) COMPLETE
65292026-08-24T20:09:11.464Z[ recovery-image] Aug 24 20:09:10.869 INFO O| Aug 24 20:09:10.869 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65302026-08-24T20:09:11.470Z[ recovery-image] Aug 24 20:09:10.880 INFO O| Aug 24 20:09:10.879 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/umask"
65312026-08-24T20:09:11.470Z[ recovery-image] Aug 24 20:09:10.880 INFO O| Aug 24 20:09:10.880 INFO STEP 407 (remove_files) COMPLETE
65322026-08-24T20:09:11.470Z[ recovery-image] Aug 24 20:09:10.880 INFO O| Aug 24 20:09:10.880 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65332026-08-24T20:09:11.481Z[ recovery-image] Aug 24 20:09:10.890 INFO O| Aug 24 20:09:10.890 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unalias"
65342026-08-24T20:09:11.481Z[ recovery-image] Aug 24 20:09:10.890 INFO O| Aug 24 20:09:10.890 INFO STEP 408 (remove_files) COMPLETE
65352026-08-24T20:09:11.481Z[ recovery-image] Aug 24 20:09:10.890 INFO O| Aug 24 20:09:10.890 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65362026-08-24T20:09:11.493Z[ recovery-image] Aug 24 20:09:10.902 INFO O| Aug 24 20:09:10.902 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uncompress"
65372026-08-24T20:09:11.493Z[ recovery-image] Aug 24 20:09:10.902 INFO O| Aug 24 20:09:10.902 INFO STEP 409 (remove_files) COMPLETE
65382026-08-24T20:09:11.493Z[ recovery-image] Aug 24 20:09:10.902 INFO O| Aug 24 20:09:10.902 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65392026-08-24T20:09:11.504Z[ recovery-image] Aug 24 20:09:10.913 INFO O| Aug 24 20:09:10.913 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unexpand"
65402026-08-24T20:09:11.504Z[ recovery-image] Aug 24 20:09:10.913 INFO O| Aug 24 20:09:10.913 INFO STEP 410 (remove_files) COMPLETE
65412026-08-24T20:09:11.507Z[ recovery-image] Aug 24 20:09:10.913 INFO O| Aug 24 20:09:10.913 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65422026-08-24T20:09:11.514Z[ recovery-image] Aug 24 20:09:10.923 INFO O| Aug 24 20:09:10.923 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uniq"
65432026-08-24T20:09:11.514Z[ recovery-image] Aug 24 20:09:10.923 INFO O| Aug 24 20:09:10.923 INFO STEP 411 (remove_files) COMPLETE
65442026-08-24T20:09:11.514Z[ recovery-image] Aug 24 20:09:10.923 INFO O| Aug 24 20:09:10.923 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65452026-08-24T20:09:11.524Z[ recovery-image] Aug 24 20:09:10.933 INFO O| Aug 24 20:09:10.933 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/units"
65462026-08-24T20:09:11.524Z[ recovery-image] Aug 24 20:09:10.933 INFO O| Aug 24 20:09:10.933 INFO STEP 412 (remove_files) COMPLETE
65472026-08-24T20:09:11.528Z[ recovery-image] Aug 24 20:09:10.933 INFO O| Aug 24 20:09:10.933 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65482026-08-24T20:09:11.534Z[ recovery-image] Aug 24 20:09:10.943 INFO O| Aug 24 20:09:10.943 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unix2dos"
65492026-08-24T20:09:11.534Z[ recovery-image] Aug 24 20:09:10.943 INFO O| Aug 24 20:09:10.943 INFO STEP 413 (remove_files) COMPLETE
65502026-08-24T20:09:11.534Z[ recovery-image] Aug 24 20:09:10.943 INFO O| Aug 24 20:09:10.943 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65512026-08-24T20:09:11.544Z[ recovery-image] Aug 24 20:09:10.953 INFO O| Aug 24 20:09:10.953 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unpack"
65522026-08-24T20:09:11.544Z[ recovery-image] Aug 24 20:09:10.953 INFO O| Aug 24 20:09:10.953 INFO STEP 414 (remove_files) COMPLETE
65532026-08-24T20:09:11.544Z[ recovery-image] Aug 24 20:09:10.953 INFO O| Aug 24 20:09:10.953 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65542026-08-24T20:09:11.554Z[ recovery-image] Aug 24 20:09:10.963 INFO O| Aug 24 20:09:10.963 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/userattr"
65552026-08-24T20:09:11.554Z[ recovery-image] Aug 24 20:09:10.963 INFO O| Aug 24 20:09:10.963 INFO STEP 415 (remove_files) COMPLETE
65562026-08-24T20:09:11.554Z[ recovery-image] Aug 24 20:09:10.963 INFO O| Aug 24 20:09:10.963 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65572026-08-24T20:09:11.570Z[ recovery-image] Aug 24 20:09:10.972 INFO O| Aug 24 20:09:10.972 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uudecode"
65582026-08-24T20:09:11.571Z[ recovery-image] Aug 24 20:09:10.972 INFO O| Aug 24 20:09:10.972 INFO STEP 416 (remove_files) COMPLETE
65592026-08-24T20:09:11.571Z[ recovery-image] Aug 24 20:09:10.972 INFO O| Aug 24 20:09:10.972 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65602026-08-24T20:09:11.574Z[ recovery-image] Aug 24 20:09:10.981 INFO O| Aug 24 20:09:10.981 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uuencode"
65612026-08-24T20:09:11.574Z[ recovery-image] Aug 24 20:09:10.981 INFO O| Aug 24 20:09:10.981 INFO STEP 417 (remove_files) COMPLETE
65622026-08-24T20:09:11.574Z[ recovery-image] Aug 24 20:09:10.981 INFO O| Aug 24 20:09:10.981 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65632026-08-24T20:09:11.581Z[ recovery-image] Aug 24 20:09:10.990 INFO O| Aug 24 20:09:10.990 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uuidgen"
65642026-08-24T20:09:11.581Z[ recovery-image] Aug 24 20:09:10.990 INFO O| Aug 24 20:09:10.990 INFO STEP 418 (remove_files) COMPLETE
65652026-08-24T20:09:11.581Z[ recovery-image] Aug 24 20:09:10.990 INFO O| Aug 24 20:09:10.990 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65662026-08-24T20:09:11.589Z[ recovery-image] Aug 24 20:09:10.998 INFO O| Aug 24 20:09:10.998 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vedit"
65672026-08-24T20:09:11.589Z[ recovery-image] Aug 24 20:09:10.998 INFO O| Aug 24 20:09:10.998 INFO STEP 419 (remove_files) COMPLETE
65682026-08-24T20:09:11.589Z[ recovery-image] Aug 24 20:09:10.998 INFO O| Aug 24 20:09:10.998 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65692026-08-24T20:09:11.600Z[ recovery-image] Aug 24 20:09:11.009 INFO O| Aug 24 20:09:11.009 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vim"
65702026-08-24T20:09:11.600Z[ recovery-image] Aug 24 20:09:11.009 INFO O| Aug 24 20:09:11.009 INFO STEP 420 (remove_files) COMPLETE
65712026-08-24T20:09:11.600Z[ recovery-image] Aug 24 20:09:11.009 INFO O| Aug 24 20:09:11.009 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65722026-08-24T20:09:11.617Z[ recovery-image] Aug 24 20:09:11.018 INFO O| Aug 24 20:09:11.018 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vimtutor"
65732026-08-24T20:09:11.617Z[ recovery-image] Aug 24 20:09:11.018 INFO O| Aug 24 20:09:11.018 INFO STEP 421 (remove_files) COMPLETE
65742026-08-24T20:09:11.617Z[ recovery-image] Aug 24 20:09:11.018 INFO O| Aug 24 20:09:11.018 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65752026-08-24T20:09:11.621Z[ recovery-image] Aug 24 20:09:11.027 INFO O| Aug 24 20:09:11.027 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vmstat"
65762026-08-24T20:09:11.621Z[ recovery-image] Aug 24 20:09:11.027 INFO O| Aug 24 20:09:11.027 INFO STEP 422 (remove_files) COMPLETE
65772026-08-24T20:09:11.621Z[ recovery-image] Aug 24 20:09:11.027 INFO O| Aug 24 20:09:11.027 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65782026-08-24T20:09:11.629Z[ recovery-image] Aug 24 20:09:11.037 INFO O| Aug 24 20:09:11.037 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vtfontcvt"
65792026-08-24T20:09:11.629Z[ recovery-image] Aug 24 20:09:11.037 INFO O| Aug 24 20:09:11.037 INFO STEP 423 (remove_files) COMPLETE
65802026-08-24T20:09:11.629Z[ recovery-image] Aug 24 20:09:11.037 INFO O| Aug 24 20:09:11.037 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65812026-08-24T20:09:11.633Z[verify-libraries] Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
65822026-08-24T20:09:11.637Z[ recovery-image] Aug 24 20:09:11.046 INFO O| Aug 24 20:09:11.046 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/w"
65832026-08-24T20:09:11.637Z[ recovery-image] Aug 24 20:09:11.046 INFO O| Aug 24 20:09:11.046 INFO STEP 424 (remove_files) COMPLETE
65842026-08-24T20:09:11.637Z[ recovery-image] Aug 24 20:09:11.046 INFO O| Aug 24 20:09:11.046 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65852026-08-24T20:09:11.646Z[ recovery-image] Aug 24 20:09:11.055 INFO O| Aug 24 20:09:11.054 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wait"
65862026-08-24T20:09:11.646Z[ recovery-image] Aug 24 20:09:11.055 INFO O| Aug 24 20:09:11.054 INFO STEP 425 (remove_files) COMPLETE
65872026-08-24T20:09:11.646Z[ recovery-image] Aug 24 20:09:11.055 INFO O| Aug 24 20:09:11.054 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65882026-08-24T20:09:11.654Z[ recovery-image] Aug 24 20:09:11.063 INFO O| Aug 24 20:09:11.062 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/watch"
65892026-08-24T20:09:11.654Z[ recovery-image] Aug 24 20:09:11.063 INFO O| Aug 24 20:09:11.062 INFO STEP 426 (remove_files) COMPLETE
65902026-08-24T20:09:11.654Z[ recovery-image] Aug 24 20:09:11.063 INFO O| Aug 24 20:09:11.062 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65912026-08-24T20:09:11.658Z[verify-libraries] Compiling nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
65922026-08-24T20:09:11.661Z[ recovery-image] Aug 24 20:09:11.070 INFO O| Aug 24 20:09:11.070 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wc"
65932026-08-24T20:09:11.661Z[ recovery-image] Aug 24 20:09:11.071 INFO O| Aug 24 20:09:11.071 INFO STEP 427 (remove_files) COMPLETE
65942026-08-24T20:09:11.661Z[ recovery-image] Aug 24 20:09:11.071 INFO O| Aug 24 20:09:11.071 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65952026-08-24T20:09:11.670Z[ recovery-image] Aug 24 20:09:11.079 INFO O| Aug 24 20:09:11.079 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/which"
65962026-08-24T20:09:11.670Z[ recovery-image] Aug 24 20:09:11.079 INFO O| Aug 24 20:09:11.079 INFO STEP 428 (remove_files) COMPLETE
65972026-08-24T20:09:11.670Z[ recovery-image] Aug 24 20:09:11.079 INFO O| Aug 24 20:09:11.079 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65982026-08-24T20:09:11.679Z[ recovery-image] Aug 24 20:09:11.088 INFO O| Aug 24 20:09:11.088 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/whocalls"
65992026-08-24T20:09:11.680Z[ recovery-image] Aug 24 20:09:11.088 INFO O| Aug 24 20:09:11.088 INFO STEP 429 (remove_files) COMPLETE
66002026-08-24T20:09:11.683Z[ recovery-image] Aug 24 20:09:11.088 INFO O| Aug 24 20:09:11.088 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66012026-08-24T20:09:11.691Z[ recovery-image] Aug 24 20:09:11.098 INFO O| Aug 24 20:09:11.098 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wracct"
66022026-08-24T20:09:11.691Z[ recovery-image] Aug 24 20:09:11.098 INFO O| Aug 24 20:09:11.098 INFO STEP 430 (remove_files) COMPLETE
66032026-08-24T20:09:11.691Z[ recovery-image] Aug 24 20:09:11.098 INFO O| Aug 24 20:09:11.098 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66042026-08-24T20:09:11.700Z[ recovery-image] Aug 24 20:09:11.109 INFO O| Aug 24 20:09:11.109 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/write"
66052026-08-24T20:09:11.700Z[ recovery-image] Aug 24 20:09:11.109 INFO O| Aug 24 20:09:11.109 INFO STEP 431 (remove_files) COMPLETE
66062026-08-24T20:09:11.700Z[ recovery-image] Aug 24 20:09:11.109 INFO O| Aug 24 20:09:11.109 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66072026-08-24T20:09:11.727Z[ recovery-image] Aug 24 20:09:11.135 INFO O| Aug 24 20:09:11.135 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xargs"
66082026-08-24T20:09:11.727Z[ recovery-image] Aug 24 20:09:11.135 INFO O| Aug 24 20:09:11.135 INFO STEP 432 (remove_files) COMPLETE
66092026-08-24T20:09:11.727Z[ recovery-image] Aug 24 20:09:11.135 INFO O| Aug 24 20:09:11.135 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66102026-08-24T20:09:11.746Z[ recovery-image] Aug 24 20:09:11.155 INFO O| Aug 24 20:09:11.155 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xml2-config"
66112026-08-24T20:09:11.746Z[ recovery-image] Aug 24 20:09:11.155 INFO O| Aug 24 20:09:11.155 INFO STEP 433 (remove_files) COMPLETE
66122026-08-24T20:09:11.746Z[ recovery-image] Aug 24 20:09:11.155 INFO O| Aug 24 20:09:11.155 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66132026-08-24T20:09:11.759Z[ recovery-image] Aug 24 20:09:11.167 INFO O| Aug 24 20:09:11.167 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmlcatalog"
66142026-08-24T20:09:11.759Z[ recovery-image] Aug 24 20:09:11.167 INFO O| Aug 24 20:09:11.167 INFO STEP 434 (remove_files) COMPLETE
66152026-08-24T20:09:11.759Z[ recovery-image] Aug 24 20:09:11.167 INFO O| Aug 24 20:09:11.167 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66162026-08-24T20:09:11.769Z[ recovery-image] Aug 24 20:09:11.178 INFO O| Aug 24 20:09:11.178 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmllint"
66172026-08-24T20:09:11.769Z[ recovery-image] Aug 24 20:09:11.178 INFO O| Aug 24 20:09:11.178 INFO STEP 435 (remove_files) COMPLETE
66182026-08-24T20:09:11.769Z[ recovery-image] Aug 24 20:09:11.178 INFO O| Aug 24 20:09:11.178 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66192026-08-24T20:09:11.781Z[ recovery-image] Aug 24 20:09:11.190 INFO O| Aug 24 20:09:11.190 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmlwf"
66202026-08-24T20:09:11.784Z[ recovery-image] Aug 24 20:09:11.191 INFO O| Aug 24 20:09:11.191 INFO STEP 436 (remove_files) COMPLETE
66212026-08-24T20:09:11.784Z[ recovery-image] Aug 24 20:09:11.191 INFO O| Aug 24 20:09:11.191 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66222026-08-24T20:09:11.792Z[ recovery-image] Aug 24 20:09:11.201 INFO O| Aug 24 20:09:11.201 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xstr"
66232026-08-24T20:09:11.792Z[ recovery-image] Aug 24 20:09:11.201 INFO O| Aug 24 20:09:11.201 INFO STEP 437 (remove_files) COMPLETE
66242026-08-24T20:09:11.792Z[ recovery-image] Aug 24 20:09:11.201 INFO O| Aug 24 20:09:11.201 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66252026-08-24T20:09:11.803Z[ recovery-image] Aug 24 20:09:11.212 INFO O| Aug 24 20:09:11.212 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xxd"
66262026-08-24T20:09:11.803Z[ recovery-image] Aug 24 20:09:11.212 INFO O| Aug 24 20:09:11.212 INFO STEP 438 (remove_files) COMPLETE
66272026-08-24T20:09:11.803Z[ recovery-image] Aug 24 20:09:11.212 INFO O| Aug 24 20:09:11.212 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66282026-08-24T20:09:11.815Z[ recovery-image] Aug 24 20:09:11.224 INFO O| Aug 24 20:09:11.224 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xz"
66292026-08-24T20:09:11.815Z[ recovery-image] Aug 24 20:09:11.224 INFO O| Aug 24 20:09:11.224 INFO STEP 439 (remove_files) COMPLETE
66302026-08-24T20:09:11.815Z[ recovery-image] Aug 24 20:09:11.224 INFO O| Aug 24 20:09:11.224 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66312026-08-24T20:09:11.827Z[ recovery-image] Aug 24 20:09:11.235 INFO O| Aug 24 20:09:11.235 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzdec"
66322026-08-24T20:09:11.827Z[ recovery-image] Aug 24 20:09:11.236 INFO O| Aug 24 20:09:11.236 INFO STEP 440 (remove_files) COMPLETE
66332026-08-24T20:09:11.827Z[ recovery-image] Aug 24 20:09:11.236 INFO O| Aug 24 20:09:11.236 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66342026-08-24T20:09:11.834Z[verify-libraries] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
66352026-08-24T20:09:11.839Z[ recovery-image] Aug 24 20:09:11.247 INFO O| Aug 24 20:09:11.247 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzdiff"
66362026-08-24T20:09:11.839Z[ recovery-image] Aug 24 20:09:11.247 INFO O| Aug 24 20:09:11.247 INFO STEP 441 (remove_files) COMPLETE
66372026-08-24T20:09:11.842Z[ recovery-image] Aug 24 20:09:11.247 INFO O| Aug 24 20:09:11.247 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66382026-08-24T20:09:11.854Z[ recovery-image] Aug 24 20:09:11.263 INFO O| Aug 24 20:09:11.258 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzgrep"
66392026-08-24T20:09:11.854Z[ recovery-image] Aug 24 20:09:11.263 INFO O| Aug 24 20:09:11.258 INFO STEP 442 (remove_files) COMPLETE
66402026-08-24T20:09:11.858Z[ recovery-image] Aug 24 20:09:11.263 INFO O| Aug 24 20:09:11.258 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66412026-08-24T20:09:11.861Z[ recovery-image] Aug 24 20:09:11.269 INFO O| Aug 24 20:09:11.269 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzless"
66422026-08-24T20:09:11.861Z[ recovery-image] Aug 24 20:09:11.269 INFO O| Aug 24 20:09:11.269 INFO STEP 443 (remove_files) COMPLETE
66432026-08-24T20:09:11.861Z[ recovery-image] Aug 24 20:09:11.269 INFO O| Aug 24 20:09:11.269 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66442026-08-24T20:09:11.871Z[ recovery-image] Aug 24 20:09:11.280 INFO O| Aug 24 20:09:11.280 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzmore"
66452026-08-24T20:09:11.871Z[ recovery-image] Aug 24 20:09:11.280 INFO O| Aug 24 20:09:11.280 INFO STEP 444 (remove_files) COMPLETE
66462026-08-24T20:09:11.874Z[ recovery-image] Aug 24 20:09:11.280 INFO O| Aug 24 20:09:11.280 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66472026-08-24T20:09:11.874Z[verify-libraries] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
66482026-08-24T20:09:11.881Z[ recovery-image] Aug 24 20:09:11.290 INFO O| Aug 24 20:09:11.290 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/yes"
66492026-08-24T20:09:11.881Z[ recovery-image] Aug 24 20:09:11.290 INFO O| Aug 24 20:09:11.290 INFO STEP 445 (remove_files) COMPLETE
66502026-08-24T20:09:11.886Z[ recovery-image] Aug 24 20:09:11.290 INFO O| Aug 24 20:09:11.290 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66512026-08-24T20:09:11.892Z[ recovery-image] Aug 24 20:09:11.301 INFO O| Aug 24 20:09:11.301 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zcat"
66522026-08-24T20:09:11.892Z[ recovery-image] Aug 24 20:09:11.301 INFO O| Aug 24 20:09:11.301 INFO STEP 446 (remove_files) COMPLETE
66532026-08-24T20:09:11.892Z[ recovery-image] Aug 24 20:09:11.301 INFO O| Aug 24 20:09:11.301 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66542026-08-24T20:09:11.904Z[ recovery-image] Aug 24 20:09:11.312 INFO O| Aug 24 20:09:11.312 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zonestat"
66552026-08-24T20:09:11.904Z[ recovery-image] Aug 24 20:09:11.312 INFO O| Aug 24 20:09:11.312 INFO STEP 447 (remove_files) COMPLETE
66562026-08-24T20:09:11.907Z[ recovery-image] Aug 24 20:09:11.312 INFO O| Aug 24 20:09:11.312 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66572026-08-24T20:09:11.915Z[ recovery-image] Aug 24 20:09:11.324 INFO O| Aug 24 20:09:11.323 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstd"
66582026-08-24T20:09:11.918Z[ recovery-image] Aug 24 20:09:11.324 INFO O| Aug 24 20:09:11.324 INFO STEP 448 (remove_files) COMPLETE
66592026-08-24T20:09:11.918Z[ recovery-image] Aug 24 20:09:11.324 INFO O| Aug 24 20:09:11.324 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66602026-08-24T20:09:11.925Z[ recovery-image] Aug 24 20:09:11.334 INFO O| Aug 24 20:09:11.334 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstdgrep"
66612026-08-24T20:09:11.925Z[ recovery-image] Aug 24 20:09:11.334 INFO O| Aug 24 20:09:11.334 INFO STEP 449 (remove_files) COMPLETE
66622026-08-24T20:09:11.925Z[ recovery-image] Aug 24 20:09:11.334 INFO O| Aug 24 20:09:11.334 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66632026-08-24T20:09:11.936Z[ recovery-image] Aug 24 20:09:11.345 INFO O| Aug 24 20:09:11.345 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstdless"
66642026-08-24T20:09:11.937Z[ recovery-image] Aug 24 20:09:11.346 INFO O| Aug 24 20:09:11.346 INFO STEP 450 (remove_files) COMPLETE
66652026-08-24T20:09:11.940Z[ recovery-image] Aug 24 20:09:11.346 INFO O| Aug 24 20:09:11.346 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66662026-08-24T20:09:11.949Z[ recovery-image] Aug 24 20:09:11.358 INFO O| Aug 24 20:09:11.358 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0"
66672026-08-24T20:09:11.949Z[ recovery-image] Aug 24 20:09:11.358 INFO O| Aug 24 20:09:11.358 INFO STEP 451 (remove_files) COMPLETE
66682026-08-24T20:09:11.949Z[ recovery-image] Aug 24 20:09:11.358 INFO O| Aug 24 20:09:11.358 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66692026-08-24T20:09:11.961Z[ recovery-image] Aug 24 20:09:11.370 INFO O| Aug 24 20:09:11.370 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0"
66702026-08-24T20:09:11.961Z[ recovery-image] Aug 24 20:09:11.370 INFO O| Aug 24 20:09:11.370 INFO STEP 452 (remove_files) COMPLETE
66712026-08-24T20:09:11.961Z[ recovery-image] Aug 24 20:09:11.370 INFO O| Aug 24 20:09:11.370 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66722026-08-24T20:09:11.973Z[ recovery-image] Aug 24 20:09:11.381 INFO O| Aug 24 20:09:11.381 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0"
66732026-08-24T20:09:11.973Z[ recovery-image] Aug 24 20:09:11.381 INFO O| Aug 24 20:09:11.381 INFO STEP 453 (remove_files) COMPLETE
66742026-08-24T20:09:11.973Z[ recovery-image] Aug 24 20:09:11.381 INFO O| Aug 24 20:09:11.381 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66752026-08-24T20:09:11.983Z[ recovery-image] Aug 24 20:09:11.392 INFO O| Aug 24 20:09:11.392 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28"
66762026-08-24T20:09:11.983Z[ recovery-image] Aug 24 20:09:11.392 INFO O| Aug 24 20:09:11.392 INFO STEP 454 (remove_files) COMPLETE
66772026-08-24T20:09:11.983Z[ recovery-image] Aug 24 20:09:11.392 INFO O| Aug 24 20:09:11.392 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66782026-08-24T20:09:11.996Z[ recovery-image] Aug 24 20:09:11.405 INFO O| Aug 24 20:09:11.405 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0"
66792026-08-24T20:09:11.997Z[ recovery-image] Aug 24 20:09:11.406 INFO O| Aug 24 20:09:11.405 INFO STEP 455 (remove_files) COMPLETE
66802026-08-24T20:09:11.997Z[ recovery-image] Aug 24 20:09:11.406 INFO O| Aug 24 20:09:11.405 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66812026-08-24T20:09:12.010Z[ recovery-image] Aug 24 20:09:11.416 INFO O| Aug 24 20:09:11.416 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libgcc_s.so.1"
66822026-08-24T20:09:12.010Z[ recovery-image] Aug 24 20:09:11.416 INFO O| Aug 24 20:09:11.416 INFO STEP 456 (remove_files) COMPLETE
66832026-08-24T20:09:12.010Z[ recovery-image] Aug 24 20:09:11.416 INFO O| Aug 24 20:09:11.416 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66842026-08-24T20:09:12.018Z[ recovery-image] Aug 24 20:09:11.426 INFO O| Aug 24 20:09:11.426 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0"
66852026-08-24T20:09:12.018Z[ recovery-image] Aug 24 20:09:11.426 INFO O| Aug 24 20:09:11.426 INFO STEP 457 (remove_files) COMPLETE
66862026-08-24T20:09:12.018Z[ recovery-image] Aug 24 20:09:11.426 INFO O| Aug 24 20:09:11.426 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66872026-08-24T20:09:12.029Z[ recovery-image] Aug 24 20:09:11.437 INFO O| Aug 24 20:09:11.437 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0"
66882026-08-24T20:09:12.029Z[ recovery-image] Aug 24 20:09:11.437 INFO O| Aug 24 20:09:11.437 INFO STEP 458 (remove_files) COMPLETE
66892026-08-24T20:09:12.029Z[ recovery-image] Aug 24 20:09:11.437 INFO O| Aug 24 20:09:11.437 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66902026-08-24T20:09:12.043Z[ recovery-image] Aug 24 20:09:11.448 INFO O| Aug 24 20:09:11.448 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28"
66912026-08-24T20:09:12.043Z[ recovery-image] Aug 24 20:09:11.448 INFO O| Aug 24 20:09:11.448 INFO STEP 459 (remove_files) COMPLETE
66922026-08-24T20:09:12.043Z[ recovery-image] Aug 24 20:09:11.448 INFO O| Aug 24 20:09:11.448 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66932026-08-24T20:09:12.050Z[ recovery-image] Aug 24 20:09:11.459 INFO O| Aug 24 20:09:11.459 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libform.so.5.9"
66942026-08-24T20:09:12.050Z[ recovery-image] Aug 24 20:09:11.459 INFO O| Aug 24 20:09:11.459 INFO STEP 460 (remove_files) COMPLETE
66952026-08-24T20:09:12.050Z[ recovery-image] Aug 24 20:09:11.459 INFO O| Aug 24 20:09:11.459 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66962026-08-24T20:09:12.055Z[verify-libraries] Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
66972026-08-24T20:09:12.061Z[ recovery-image] Aug 24 20:09:11.469 INFO O| Aug 24 20:09:11.469 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9"
66982026-08-24T20:09:12.061Z[ recovery-image] Aug 24 20:09:11.470 INFO O| Aug 24 20:09:11.470 INFO STEP 461 (remove_files) COMPLETE
66992026-08-24T20:09:12.064Z[ recovery-image] Aug 24 20:09:11.470 INFO O| Aug 24 20:09:11.470 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67002026-08-24T20:09:12.071Z[ recovery-image] Aug 24 20:09:11.480 INFO O| Aug 24 20:09:11.480 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9"
67012026-08-24T20:09:12.071Z[ recovery-image] Aug 24 20:09:11.480 INFO O| Aug 24 20:09:11.480 INFO STEP 462 (remove_files) COMPLETE
67022026-08-24T20:09:12.074Z[ recovery-image] Aug 24 20:09:11.480 INFO O| Aug 24 20:09:11.480 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67032026-08-24T20:09:12.080Z[ recovery-image] Aug 24 20:09:11.489 INFO O| Aug 24 20:09:11.489 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libform.so.5.9"
67042026-08-24T20:09:12.080Z[ recovery-image] Aug 24 20:09:11.489 INFO O| Aug 24 20:09:11.489 INFO STEP 463 (remove_files) COMPLETE
67052026-08-24T20:09:12.084Z[ recovery-image] Aug 24 20:09:11.489 INFO O| Aug 24 20:09:11.489 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67062026-08-24T20:09:12.090Z[ recovery-image] Aug 24 20:09:11.499 INFO O| Aug 24 20:09:11.499 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libmenu.so.5.9"
67072026-08-24T20:09:12.090Z[ recovery-image] Aug 24 20:09:11.499 INFO O| Aug 24 20:09:11.499 INFO STEP 464 (remove_files) COMPLETE
67082026-08-24T20:09:12.093Z[ recovery-image] Aug 24 20:09:11.499 INFO O| Aug 24 20:09:11.499 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67092026-08-24T20:09:12.103Z[ recovery-image] Aug 24 20:09:11.511 INFO O| Aug 24 20:09:11.511 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libpanel.so.5.9"
67102026-08-24T20:09:12.107Z[ recovery-image] Aug 24 20:09:11.511 INFO O| Aug 24 20:09:11.511 INFO STEP 465 (remove_files) COMPLETE
67112026-08-24T20:09:12.107Z[ recovery-image] Aug 24 20:09:11.511 INFO O| Aug 24 20:09:11.511 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67122026-08-24T20:09:12.112Z[ recovery-image] Aug 24 20:09:11.522 INFO O| Aug 24 20:09:11.522 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/ctags"
67132026-08-24T20:09:12.116Z[ recovery-image] Aug 24 20:09:11.522 INFO O| Aug 24 20:09:11.522 INFO STEP 466 (remove_files) COMPLETE
67142026-08-24T20:09:12.116Z[ recovery-image] Aug 24 20:09:11.522 INFO O| Aug 24 20:09:11.522 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67152026-08-24T20:09:12.121Z[ recovery-image] Aug 24 20:09:11.530 INFO O| Aug 24 20:09:11.530 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/edit"
67162026-08-24T20:09:12.121Z[ recovery-image] Aug 24 20:09:11.530 INFO O| Aug 24 20:09:11.530 INFO STEP 467 (remove_files) COMPLETE
67172026-08-24T20:09:12.125Z[ recovery-image] Aug 24 20:09:11.530 INFO O| Aug 24 20:09:11.530 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67182026-08-24T20:09:12.129Z[ recovery-image] Aug 24 20:09:11.539 INFO O| Aug 24 20:09:11.538 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/ex"
67192026-08-24T20:09:12.129Z[ recovery-image] Aug 24 20:09:11.539 INFO O| Aug 24 20:09:11.539 INFO STEP 468 (remove_files) COMPLETE
67202026-08-24T20:09:12.129Z[ recovery-image] Aug 24 20:09:11.539 INFO O| Aug 24 20:09:11.539 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67212026-08-24T20:09:12.134Z[verify-libraries] Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
67222026-08-24T20:09:12.140Z[ recovery-image] Aug 24 20:09:11.549 INFO O| Aug 24 20:09:11.549 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/pfsh"
67232026-08-24T20:09:12.140Z[ recovery-image] Aug 24 20:09:11.549 INFO O| Aug 24 20:09:11.549 INFO STEP 469 (remove_files) COMPLETE
67242026-08-24T20:09:12.140Z[ recovery-image] Aug 24 20:09:11.549 INFO O| Aug 24 20:09:11.549 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67252026-08-24T20:09:12.150Z[ recovery-image] Aug 24 20:09:11.559 INFO O| Aug 24 20:09:11.559 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/sh"
67262026-08-24T20:09:12.150Z[ recovery-image] Aug 24 20:09:11.559 INFO O| Aug 24 20:09:11.559 INFO STEP 470 (remove_files) COMPLETE
67272026-08-24T20:09:12.150Z[ recovery-image] Aug 24 20:09:11.559 INFO O| Aug 24 20:09:11.559 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67282026-08-24T20:09:12.161Z[ recovery-image] Aug 24 20:09:11.570 INFO O| Aug 24 20:09:11.570 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/vedit"
67292026-08-24T20:09:12.161Z[ recovery-image] Aug 24 20:09:11.570 INFO O| Aug 24 20:09:11.570 INFO STEP 471 (remove_files) COMPLETE
67302026-08-24T20:09:12.161Z[ recovery-image] Aug 24 20:09:11.570 INFO O| Aug 24 20:09:11.570 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67312026-08-24T20:09:12.171Z[ recovery-image] Aug 24 20:09:11.580 INFO O| Aug 24 20:09:11.580 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/vi"
67322026-08-24T20:09:12.171Z[ recovery-image] Aug 24 20:09:11.580 INFO O| Aug 24 20:09:11.580 INFO STEP 472 (remove_files) COMPLETE
67332026-08-24T20:09:12.171Z[ recovery-image] Aug 24 20:09:11.580 INFO O| Aug 24 20:09:11.580 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67342026-08-24T20:09:12.181Z[ recovery-image] Aug 24 20:09:11.590 INFO O| Aug 24 20:09:11.590 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/view"
67352026-08-24T20:09:12.181Z[ recovery-image] Aug 24 20:09:11.590 INFO O| Aug 24 20:09:11.590 INFO STEP 473 (remove_files) COMPLETE
67362026-08-24T20:09:12.184Z[ recovery-image] Aug 24 20:09:11.590 INFO O| Aug 24 20:09:11.590 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67372026-08-24T20:09:12.191Z[ recovery-image] Aug 24 20:09:11.600 INFO O| Aug 24 20:09:11.600 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/logindmux"
67382026-08-24T20:09:12.191Z[ recovery-image] Aug 24 20:09:11.601 INFO O| Aug 24 20:09:11.601 INFO STEP 474 (remove_files) COMPLETE
67392026-08-24T20:09:12.191Z[ recovery-image] Aug 24 20:09:11.601 INFO O| Aug 24 20:09:11.601 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67402026-08-24T20:09:12.202Z[ recovery-image] Aug 24 20:09:11.611 INFO O| Aug 24 20:09:11.611 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/pool"
67412026-08-24T20:09:12.202Z[ recovery-image] Aug 24 20:09:11.611 INFO O| Aug 24 20:09:11.611 INFO STEP 475 (remove_files) COMPLETE
67422026-08-24T20:09:12.202Z[ recovery-image] Aug 24 20:09:11.611 INFO O| Aug 24 20:09:11.611 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67432026-08-24T20:09:12.212Z[ recovery-image] Aug 24 20:09:11.621 INFO O| Aug 24 20:09:11.621 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/ppt"
67442026-08-24T20:09:12.212Z[ recovery-image] Aug 24 20:09:11.621 INFO O| Aug 24 20:09:11.621 INFO STEP 476 (remove_files) COMPLETE
67452026-08-24T20:09:12.212Z[ recovery-image] Aug 24 20:09:11.621 INFO O| Aug 24 20:09:11.621 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67462026-08-24T20:09:12.223Z[ recovery-image] Aug 24 20:09:11.632 INFO O| Aug 24 20:09:11.632 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/ptm"
67472026-08-24T20:09:12.226Z[ recovery-image] Aug 24 20:09:11.633 INFO O| Aug 24 20:09:11.633 INFO STEP 477 (remove_files) COMPLETE
67482026-08-24T20:09:12.226Z[ recovery-image] Aug 24 20:09:11.633 INFO O| Aug 24 20:09:11.633 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67492026-08-24T20:09:12.234Z[ recovery-image] Aug 24 20:09:11.643 INFO O| Aug 24 20:09:11.643 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/pts"
67502026-08-24T20:09:12.237Z[ recovery-image] Aug 24 20:09:11.644 INFO O| Aug 24 20:09:11.644 INFO STEP 478 (remove_files) COMPLETE
67512026-08-24T20:09:12.237Z[ recovery-image] Aug 24 20:09:11.644 INFO O| Aug 24 20:09:11.644 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67522026-08-24T20:09:12.246Z[ recovery-image] Aug 24 20:09:11.655 INFO O| Aug 24 20:09:11.655 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/zcons"
67532026-08-24T20:09:12.249Z[ recovery-image] Aug 24 20:09:11.655 INFO O| Aug 24 20:09:11.655 INFO STEP 479 (remove_files) COMPLETE
67542026-08-24T20:09:12.249Z[ recovery-image] Aug 24 20:09:11.655 INFO O| Aug 24 20:09:11.655 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67552026-08-24T20:09:12.256Z[ recovery-image] Aug 24 20:09:11.665 INFO O| Aug 24 20:09:11.665 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/fssnap.conf"
67562026-08-24T20:09:12.259Z[ recovery-image] Aug 24 20:09:11.666 INFO O| Aug 24 20:09:11.666 INFO STEP 480 (remove_files) COMPLETE
67572026-08-24T20:09:12.259Z[ recovery-image] Aug 24 20:09:11.666 INFO O| Aug 24 20:09:11.666 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67582026-08-24T20:09:12.267Z[ recovery-image] Aug 24 20:09:11.676 INFO O| Aug 24 20:09:11.676 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/logindmux.conf"
67592026-08-24T20:09:12.267Z[ recovery-image] Aug 24 20:09:11.676 INFO O| Aug 24 20:09:11.676 INFO STEP 481 (remove_files) COMPLETE
67602026-08-24T20:09:12.267Z[ recovery-image] Aug 24 20:09:11.676 INFO O| Aug 24 20:09:11.676 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67612026-08-24T20:09:12.277Z[ recovery-image] Aug 24 20:09:11.686 INFO O| Aug 24 20:09:11.686 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/nsmb.conf"
67622026-08-24T20:09:12.277Z[ recovery-image] Aug 24 20:09:11.686 INFO O| Aug 24 20:09:11.686 INFO STEP 482 (remove_files) COMPLETE
67632026-08-24T20:09:12.277Z[ recovery-image] Aug 24 20:09:11.686 INFO O| Aug 24 20:09:11.686 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67642026-08-24T20:09:12.287Z[ recovery-image] Aug 24 20:09:11.696 INFO O| Aug 24 20:09:11.696 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/pool.conf"
67652026-08-24T20:09:12.291Z[ recovery-image] Aug 24 20:09:11.697 INFO O| Aug 24 20:09:11.697 INFO STEP 483 (remove_files) COMPLETE
67662026-08-24T20:09:12.291Z[ recovery-image] Aug 24 20:09:11.697 INFO O| Aug 24 20:09:11.697 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67672026-08-24T20:09:12.298Z[ recovery-image] Aug 24 20:09:11.707 INFO O| Aug 24 20:09:11.707 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/ppt.conf"
67682026-08-24T20:09:12.298Z[ recovery-image] Aug 24 20:09:11.708 INFO O| Aug 24 20:09:11.707 INFO STEP 484 (remove_files) COMPLETE
67692026-08-24T20:09:12.298Z[ recovery-image] Aug 24 20:09:11.708 INFO O| Aug 24 20:09:11.708 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67702026-08-24T20:09:12.308Z[ recovery-image] Aug 24 20:09:11.717 INFO O| Aug 24 20:09:11.717 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/smbsrv.conf"
67712026-08-24T20:09:12.311Z[ recovery-image] Aug 24 20:09:11.718 INFO O| Aug 24 20:09:11.718 INFO STEP 485 (remove_files) COMPLETE
67722026-08-24T20:09:12.312Z[ recovery-image] Aug 24 20:09:11.718 INFO O| Aug 24 20:09:11.718 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67732026-08-24T20:09:12.318Z[ recovery-image] Aug 24 20:09:11.727 INFO O| Aug 24 20:09:11.727 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/viona.conf"
67742026-08-24T20:09:12.318Z[ recovery-image] Aug 24 20:09:11.727 INFO O| Aug 24 20:09:11.727 INFO STEP 486 (remove_files) COMPLETE
67752026-08-24T20:09:12.318Z[ recovery-image] Aug 24 20:09:11.727 INFO O| Aug 24 20:09:11.727 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67762026-08-24T20:09:12.328Z[ recovery-image] Aug 24 20:09:11.737 INFO O| Aug 24 20:09:11.737 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/exec/amd64/javaexec"
67772026-08-24T20:09:12.328Z[ recovery-image] Aug 24 20:09:11.737 INFO O| Aug 24 20:09:11.737 INFO STEP 487 (remove_files) COMPLETE
67782026-08-24T20:09:12.328Z[ recovery-image] Aug 24 20:09:11.737 INFO O| Aug 24 20:09:11.737 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67792026-08-24T20:09:12.337Z[ recovery-image] Aug 24 20:09:11.746 INFO O| Aug 24 20:09:11.746 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/exec/amd64/shbinexec"
67802026-08-24T20:09:12.337Z[ recovery-image] Aug 24 20:09:11.746 INFO O| Aug 24 20:09:11.746 INFO STEP 488 (remove_files) COMPLETE
67812026-08-24T20:09:12.337Z[ recovery-image] Aug 24 20:09:11.746 INFO O| Aug 24 20:09:11.746 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67822026-08-24T20:09:12.346Z[ recovery-image] Aug 24 20:09:11.755 INFO O| Aug 24 20:09:11.755 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/fs/amd64/pcfs"
67832026-08-24T20:09:12.346Z[ recovery-image] Aug 24 20:09:11.755 INFO O| Aug 24 20:09:11.755 INFO STEP 489 (remove_files) COMPLETE
67842026-08-24T20:09:12.349Z[ recovery-image] Aug 24 20:09:11.755 INFO O| Aug 24 20:09:11.755 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67852026-08-24T20:09:12.354Z[ recovery-image] Aug 24 20:09:11.763 INFO O| Aug 24 20:09:11.763 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/fs/amd64/smbfs"
67862026-08-24T20:09:12.354Z[ recovery-image] Aug 24 20:09:11.763 INFO O| Aug 24 20:09:11.763 INFO STEP 490 (remove_files) COMPLETE
67872026-08-24T20:09:12.354Z[ recovery-image] Aug 24 20:09:11.764 INFO O| Aug 24 20:09:11.763 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67882026-08-24T20:09:12.364Z[ recovery-image] Aug 24 20:09:11.773 INFO O| Aug 24 20:09:11.773 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/nsmb"
67892026-08-24T20:09:12.364Z[ recovery-image] Aug 24 20:09:11.773 INFO O| Aug 24 20:09:11.773 INFO STEP 491 (remove_files) COMPLETE
67902026-08-24T20:09:12.364Z[ recovery-image] Aug 24 20:09:11.773 INFO O| Aug 24 20:09:11.773 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67912026-08-24T20:09:12.373Z[ recovery-image] Aug 24 20:09:11.782 INFO O| Aug 24 20:09:11.782 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/smbfs"
67922026-08-24T20:09:12.373Z[ recovery-image] Aug 24 20:09:11.782 INFO O| Aug 24 20:09:11.782 INFO STEP 492 (remove_files) COMPLETE
67932026-08-24T20:09:12.373Z[ recovery-image] Aug 24 20:09:11.782 INFO O| Aug 24 20:09:11.782 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67942026-08-24T20:09:12.384Z[ recovery-image] Aug 24 20:09:11.793 INFO O| Aug 24 20:09:11.793 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/smbsrv"
67952026-08-24T20:09:12.384Z[ recovery-image] Aug 24 20:09:11.793 INFO O| Aug 24 20:09:11.793 INFO STEP 493 (remove_files) COMPLETE
67962026-08-24T20:09:12.384Z[ recovery-image] Aug 24 20:09:11.793 INFO O| Aug 24 20:09:11.793 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67972026-08-24T20:09:12.394Z[ recovery-image] Aug 24 20:09:11.803 INFO O| Aug 24 20:09:11.803 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/misc/amd64/vmm_vtd"
67982026-08-24T20:09:12.394Z[ recovery-image] Aug 24 20:09:11.803 INFO O| Aug 24 20:09:11.803 INFO STEP 494 (remove_files) COMPLETE
67992026-08-24T20:09:12.394Z[ recovery-image] Aug 24 20:09:11.804 INFO O| Aug 24 20:09:11.803 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68002026-08-24T20:09:12.405Z[ recovery-image] Aug 24 20:09:11.813 INFO O| Aug 24 20:09:11.813 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/IA"
68012026-08-24T20:09:12.405Z[ recovery-image] Aug 24 20:09:11.813 INFO O| Aug 24 20:09:11.813 INFO STEP 495 (remove_files) COMPLETE
68022026-08-24T20:09:12.408Z[ recovery-image] Aug 24 20:09:11.813 INFO O| Aug 24 20:09:11.813 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68032026-08-24T20:09:12.418Z[ recovery-image] Aug 24 20:09:11.823 INFO O| Aug 24 20:09:11.823 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/RT"
68042026-08-24T20:09:12.418Z[ recovery-image] Aug 24 20:09:11.823 INFO O| Aug 24 20:09:11.823 INFO STEP 496 (remove_files) COMPLETE
68052026-08-24T20:09:12.418Z[ recovery-image] Aug 24 20:09:11.823 INFO O| Aug 24 20:09:11.823 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68062026-08-24T20:09:12.423Z[ recovery-image] Aug 24 20:09:11.832 INFO O| Aug 24 20:09:11.832 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/RT_DPTBL"
68072026-08-24T20:09:12.423Z[ recovery-image] Aug 24 20:09:11.833 INFO O| Aug 24 20:09:11.833 INFO STEP 497 (remove_files) COMPLETE
68082026-08-24T20:09:12.426Z[ recovery-image] Aug 24 20:09:11.833 INFO O| Aug 24 20:09:11.833 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68092026-08-24T20:09:12.432Z[ recovery-image] Aug 24 20:09:11.842 INFO O| Aug 24 20:09:11.841 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/cryptmod"
68102026-08-24T20:09:12.433Z[ recovery-image] Aug 24 20:09:11.842 INFO O| Aug 24 20:09:11.842 INFO STEP 498 (remove_files) COMPLETE
68112026-08-24T20:09:12.433Z[ recovery-image] Aug 24 20:09:11.842 INFO O| Aug 24 20:09:11.842 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68122026-08-24T20:09:12.443Z[ recovery-image] Aug 24 20:09:11.852 INFO O| Aug 24 20:09:11.851 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/rlmod"
68132026-08-24T20:09:12.443Z[ recovery-image] Aug 24 20:09:11.852 INFO O| Aug 24 20:09:11.852 INFO STEP 499 (remove_files) COMPLETE
68142026-08-24T20:09:12.443Z[ recovery-image] Aug 24 20:09:11.852 INFO O| Aug 24 20:09:11.852 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68152026-08-24T20:09:12.453Z[ recovery-image] Aug 24 20:09:11.862 INFO O| Aug 24 20:09:11.862 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/telmod"
68162026-08-24T20:09:12.453Z[ recovery-image] Aug 24 20:09:11.862 INFO O| Aug 24 20:09:11.862 INFO STEP 500 (remove_files) COMPLETE
68172026-08-24T20:09:12.454Z[ recovery-image] Aug 24 20:09:11.862 INFO O| Aug 24 20:09:11.862 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68182026-08-24T20:09:12.463Z[ recovery-image] Aug 24 20:09:11.871 INFO O| Aug 24 20:09:11.871 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/acctctl"
68192026-08-24T20:09:12.463Z[ recovery-image] Aug 24 20:09:11.871 INFO O| Aug 24 20:09:11.871 INFO STEP 501 (remove_files) COMPLETE
68202026-08-24T20:09:12.463Z[ recovery-image] Aug 24 20:09:11.871 INFO O| Aug 24 20:09:11.871 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68212026-08-24T20:09:12.474Z[ recovery-image] Aug 24 20:09:11.882 INFO O| Aug 24 20:09:11.882 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/exacctsys"
68222026-08-24T20:09:12.474Z[ recovery-image] Aug 24 20:09:11.882 INFO O| Aug 24 20:09:11.882 INFO STEP 502 (remove_files) COMPLETE
68232026-08-24T20:09:12.474Z[ recovery-image] Aug 24 20:09:11.882 INFO O| Aug 24 20:09:11.882 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68242026-08-24T20:09:12.487Z[ recovery-image] Aug 24 20:09:11.895 INFO O| Aug 24 20:09:11.895 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/sysacct"
68252026-08-24T20:09:12.487Z[ recovery-image] Aug 24 20:09:11.895 INFO O| Aug 24 20:09:11.895 INFO STEP 503 (remove_files) COMPLETE
68262026-08-24T20:09:12.487Z[ recovery-image] Aug 24 20:09:11.895 INFO O| Aug 24 20:09:11.895 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68272026-08-24T20:09:12.497Z[ recovery-image] Aug 24 20:09:11.905 INFO O| Aug 24 20:09:11.905 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kvm/README"
68282026-08-24T20:09:12.497Z[ recovery-image] Aug 24 20:09:11.905 INFO O| Aug 24 20:09:11.905 INFO STEP 504 (remove_files) COMPLETE
68292026-08-24T20:09:12.497Z[ recovery-image] Aug 24 20:09:11.905 INFO O| Aug 24 20:09:11.905 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68302026-08-24T20:09:12.507Z[ recovery-image] Aug 24 20:09:11.916 INFO O| Aug 24 20:09:11.916 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/abi/spec2map"
68312026-08-24T20:09:12.507Z[ recovery-image] Aug 24 20:09:11.916 INFO O| Aug 24 20:09:11.916 INFO STEP 505 (remove_files) COMPLETE
68322026-08-24T20:09:12.507Z[ recovery-image] Aug 24 20:09:11.916 INFO O| Aug 24 20:09:11.916 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68332026-08-24T20:09:12.518Z[ recovery-image] Aug 24 20:09:11.927 INFO O| Aug 24 20:09:11.927 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/abi/spec2trace"
68342026-08-24T20:09:12.519Z[ recovery-image] Aug 24 20:09:11.927 INFO O| Aug 24 20:09:11.927 INFO STEP 506 (remove_files) COMPLETE
68352026-08-24T20:09:12.519Z[ recovery-image] Aug 24 20:09:11.927 INFO O| Aug 24 20:09:11.927 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68362026-08-24T20:09:12.528Z[ recovery-image] Aug 24 20:09:11.937 INFO O| Aug 24 20:09:11.937 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen"
68372026-08-24T20:09:12.528Z[ recovery-image] Aug 24 20:09:11.937 INFO O| Aug 24 20:09:11.937 INFO STEP 507 (remove_files) COMPLETE
68382026-08-24T20:09:12.528Z[ recovery-image] Aug 24 20:09:11.937 INFO O| Aug 24 20:09:11.937 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68392026-08-24T20:09:12.537Z[ recovery-image] Aug 24 20:09:11.946 INFO O| Aug 24 20:09:11.946 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen1"
68402026-08-24T20:09:12.537Z[ recovery-image] Aug 24 20:09:11.946 INFO O| Aug 24 20:09:11.946 INFO STEP 508 (remove_files) COMPLETE
68412026-08-24T20:09:12.537Z[ recovery-image] Aug 24 20:09:11.946 INFO O| Aug 24 20:09:11.946 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68422026-08-24T20:09:12.547Z[ recovery-image] Aug 24 20:09:11.956 INFO O| Aug 24 20:09:11.955 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen3"
68432026-08-24T20:09:12.547Z[ recovery-image] Aug 24 20:09:11.956 INFO O| Aug 24 20:09:11.956 INFO STEP 509 (remove_files) COMPLETE
68442026-08-24T20:09:12.547Z[ recovery-image] Aug 24 20:09:11.956 INFO O| Aug 24 20:09:11.956 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68452026-08-24T20:09:12.557Z[ recovery-image] Aug 24 20:09:11.966 INFO O| Aug 24 20:09:11.966 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen4"
68462026-08-24T20:09:12.558Z[ recovery-image] Aug 24 20:09:11.966 INFO O| Aug 24 20:09:11.966 INFO STEP 510 (remove_files) COMPLETE
68472026-08-24T20:09:12.558Z[ recovery-image] Aug 24 20:09:11.966 INFO O| Aug 24 20:09:11.966 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68482026-08-24T20:09:12.568Z[ recovery-image] Aug 24 20:09:11.977 INFO O| Aug 24 20:09:11.977 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbsub.o"
68492026-08-24T20:09:12.569Z[ recovery-image] Aug 24 20:09:11.977 INFO O| Aug 24 20:09:11.977 INFO STEP 511 (remove_files) COMPLETE
68502026-08-24T20:09:12.569Z[ recovery-image] Aug 24 20:09:11.977 INFO O| Aug 24 20:09:11.977 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68512026-08-24T20:09:12.579Z[ recovery-image] Aug 24 20:09:11.987 INFO O| Aug 24 20:09:11.987 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/amd64/adbsub.o"
68522026-08-24T20:09:12.579Z[ recovery-image] Aug 24 20:09:11.987 INFO O| Aug 24 20:09:11.987 INFO STEP 512 (remove_files) COMPLETE
68532026-08-24T20:09:12.579Z[ recovery-image] Aug 24 20:09:11.987 INFO O| Aug 24 20:09:11.987 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68542026-08-24T20:09:12.599Z[ recovery-image] Aug 24 20:09:11.997 INFO O| Aug 24 20:09:11.997 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/0@0.so.1"
68552026-08-24T20:09:12.599Z[ recovery-image] Aug 24 20:09:11.997 INFO O| Aug 24 20:09:11.997 INFO STEP 513 (remove_files) COMPLETE
68562026-08-24T20:09:12.599Z[ recovery-image] Aug 24 20:09:11.997 INFO O| Aug 24 20:09:11.997 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68572026-08-24T20:09:12.603Z[ recovery-image] Aug 24 20:09:12.007 INFO O| Aug 24 20:09:12.007 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake"
68582026-08-24T20:09:12.603Z[ recovery-image] Aug 24 20:09:12.007 INFO O| Aug 24 20:09:12.007 INFO STEP 514 (remove_files) COMPLETE
68592026-08-24T20:09:12.603Z[ recovery-image] Aug 24 20:09:12.007 INFO O| Aug 24 20:09:12.007 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68602026-08-24T20:09:12.607Z[ recovery-image] Aug 24 20:09:12.016 INFO O| Aug 24 20:09:12.016 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/dbus-1.0/include/dbus/dbus-arch-deps.h"
68612026-08-24T20:09:12.607Z[ recovery-image] Aug 24 20:09:12.016 INFO O| Aug 24 20:09:12.016 INFO STEP 515 (remove_files) COMPLETE
68622026-08-24T20:09:12.610Z[ recovery-image] Aug 24 20:09:12.016 INFO O| Aug 24 20:09:12.016 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68632026-08-24T20:09:12.619Z[ recovery-image] Aug 24 20:09:12.028 INFO O| Aug 24 20:09:12.028 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/getloginx.so.1"
68642026-08-24T20:09:12.619Z[ recovery-image] Aug 24 20:09:12.028 INFO O| Aug 24 20:09:12.028 INFO STEP 516 (remove_files) COMPLETE
68652026-08-24T20:09:12.622Z[ recovery-image] Aug 24 20:09:12.028 INFO O| Aug 24 20:09:12.028 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68662026-08-24T20:09:12.628Z[ recovery-image] Aug 24 20:09:12.037 INFO O| Aug 24 20:09:12.037 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1"
68672026-08-24T20:09:12.628Z[ recovery-image] Aug 24 20:09:12.037 INFO O| Aug 24 20:09:12.037 INFO STEP 517 (remove_files) COMPLETE
68682026-08-24T20:09:12.631Z[ recovery-image] Aug 24 20:09:12.037 INFO O| Aug 24 20:09:12.037 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68692026-08-24T20:09:12.637Z[ recovery-image] Aug 24 20:09:12.046 INFO O| Aug 24 20:09:12.046 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/dh640-0.so.1"
68702026-08-24T20:09:12.637Z[ recovery-image] Aug 24 20:09:12.046 INFO O| Aug 24 20:09:12.046 INFO STEP 518 (remove_files) COMPLETE
68712026-08-24T20:09:12.637Z[ recovery-image] Aug 24 20:09:12.046 INFO O| Aug 24 20:09:12.046 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68722026-08-24T20:09:12.647Z[ recovery-image] Aug 24 20:09:12.056 INFO O| Aug 24 20:09:12.056 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/mech_dh.so.1"
68732026-08-24T20:09:12.647Z[ recovery-image] Aug 24 20:09:12.056 INFO O| Aug 24 20:09:12.056 INFO STEP 519 (remove_files) COMPLETE
68742026-08-24T20:09:12.651Z[ recovery-image] Aug 24 20:09:12.056 INFO O| Aug 24 20:09:12.056 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68752026-08-24T20:09:12.659Z[ recovery-image] Aug 24 20:09:12.068 INFO O| Aug 24 20:09:12.068 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1"
68762026-08-24T20:09:12.659Z[ recovery-image] Aug 24 20:09:12.068 INFO O| Aug 24 20:09:12.068 INFO STEP 520 (remove_files) COMPLETE
68772026-08-24T20:09:12.659Z[ recovery-image] Aug 24 20:09:12.068 INFO O| Aug 24 20:09:12.068 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68782026-08-24T20:09:12.669Z[ recovery-image] Aug 24 20:09:12.078 INFO O| Aug 24 20:09:12.078 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/lddstub"
68792026-08-24T20:09:12.669Z[ recovery-image] Aug 24 20:09:12.078 INFO O| Aug 24 20:09:12.078 INFO STEP 521 (remove_files) COMPLETE
68802026-08-24T20:09:12.669Z[ recovery-image] Aug 24 20:09:12.078 INFO O| Aug 24 20:09:12.078 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68812026-08-24T20:09:12.678Z[ recovery-image] Aug 24 20:09:12.087 INFO O| Aug 24 20:09:12.087 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/lib9p.so.1"
68822026-08-24T20:09:12.679Z[ recovery-image] Aug 24 20:09:12.088 INFO O| Aug 24 20:09:12.088 INFO STEP 522 (remove_files) COMPLETE
68832026-08-24T20:09:12.679Z[ recovery-image] Aug 24 20:09:12.088 INFO O| Aug 24 20:09:12.088 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68842026-08-24T20:09:12.689Z[ recovery-image] Aug 24 20:09:12.098 INFO O| Aug 24 20:09:12.097 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libads.so.1"
68852026-08-24T20:09:12.689Z[ recovery-image] Aug 24 20:09:12.098 INFO O| Aug 24 20:09:12.098 INFO STEP 523 (remove_files) COMPLETE
68862026-08-24T20:09:12.693Z[ recovery-image] Aug 24 20:09:12.098 INFO O| Aug 24 20:09:12.098 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68872026-08-24T20:09:12.703Z[ recovery-image] Aug 24 20:09:12.110 INFO O| Aug 24 20:09:12.107 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libadutils.so.1"
68882026-08-24T20:09:12.703Z[ recovery-image] Aug 24 20:09:12.110 INFO O| Aug 24 20:09:12.107 INFO STEP 524 (remove_files) COMPLETE
68892026-08-24T20:09:12.703Z[ recovery-image] Aug 24 20:09:12.110 INFO O| Aug 24 20:09:12.107 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68902026-08-24T20:09:12.707Z[ recovery-image] Aug 24 20:09:12.116 INFO O| Aug 24 20:09:12.116 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbe.so.1"
68912026-08-24T20:09:12.707Z[ recovery-image] Aug 24 20:09:12.116 INFO O| Aug 24 20:09:12.116 INFO STEP 525 (remove_files) COMPLETE
68922026-08-24T20:09:12.712Z[ recovery-image] Aug 24 20:09:12.116 INFO O| Aug 24 20:09:12.116 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68932026-08-24T20:09:12.717Z[ recovery-image] Aug 24 20:09:12.126 INFO O| Aug 24 20:09:12.126 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrand.so.1"
68942026-08-24T20:09:12.717Z[ recovery-image] Aug 24 20:09:12.126 INFO O| Aug 24 20:09:12.126 INFO STEP 526 (remove_files) COMPLETE
68952026-08-24T20:09:12.717Z[ recovery-image] Aug 24 20:09:12.126 INFO O| Aug 24 20:09:12.126 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68962026-08-24T20:09:12.728Z[ recovery-image] Aug 24 20:09:12.137 INFO O| Aug 24 20:09:12.137 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.1.0"
68972026-08-24T20:09:12.728Z[ recovery-image] Aug 24 20:09:12.137 INFO O| Aug 24 20:09:12.137 INFO STEP 527 (remove_files) COMPLETE
68982026-08-24T20:09:12.728Z[ recovery-image] Aug 24 20:09:12.137 INFO O| Aug 24 20:09:12.137 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68992026-08-24T20:09:12.737Z[ recovery-image] Aug 24 20:09:12.146 INFO O| Aug 24 20:09:12.146 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlidec.so.1.1.0"
69002026-08-24T20:09:12.737Z[ recovery-image] Aug 24 20:09:12.146 INFO O| Aug 24 20:09:12.146 INFO STEP 528 (remove_files) COMPLETE
69012026-08-24T20:09:12.737Z[ recovery-image] Aug 24 20:09:12.146 INFO O| Aug 24 20:09:12.146 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69022026-08-24T20:09:12.745Z[ recovery-image] Aug 24 20:09:12.154 INFO O| Aug 24 20:09:12.154 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlienc.so.1.1.0"
69032026-08-24T20:09:12.746Z[ recovery-image] Aug 24 20:09:12.154 INFO O| Aug 24 20:09:12.154 INFO STEP 529 (remove_files) COMPLETE
69042026-08-24T20:09:12.746Z[ recovery-image] Aug 24 20:09:12.154 INFO O| Aug 24 20:09:12.154 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69052026-08-24T20:09:12.754Z[ recovery-image] Aug 24 20:09:12.163 INFO O| Aug 24 20:09:12.163 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbsdmalloc.so.1"
69062026-08-24T20:09:12.754Z[ recovery-image] Aug 24 20:09:12.163 INFO O| Aug 24 20:09:12.163 INFO STEP 530 (remove_files) COMPLETE
69072026-08-24T20:09:12.758Z[ recovery-image] Aug 24 20:09:12.163 INFO O| Aug 24 20:09:12.163 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69082026-08-24T20:09:12.766Z[ recovery-image] Aug 24 20:09:12.174 INFO O| Aug 24 20:09:12.174 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbz2.so.1.0.8"
69092026-08-24T20:09:12.767Z[ recovery-image] Aug 24 20:09:12.174 INFO O| Aug 24 20:09:12.174 INFO STEP 531 (remove_files) COMPLETE
69102026-08-24T20:09:12.767Z[ recovery-image] Aug 24 20:09:12.174 INFO O| Aug 24 20:09:12.174 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69112026-08-24T20:09:12.775Z[ recovery-image] Aug 24 20:09:12.184 INFO O| Aug 24 20:09:12.184 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcommputil.so.1"
69122026-08-24T20:09:12.775Z[ recovery-image] Aug 24 20:09:12.184 INFO O| Aug 24 20:09:12.184 INFO STEP 532 (remove_files) COMPLETE
69132026-08-24T20:09:12.775Z[ recovery-image] Aug 24 20:09:12.184 INFO O| Aug 24 20:09:12.184 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69142026-08-24T20:09:12.784Z[ recovery-image] Aug 24 20:09:12.193 INFO O| Aug 24 20:09:12.193 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcrle.so.1"
69152026-08-24T20:09:12.785Z[ recovery-image] Aug 24 20:09:12.193 INFO O| Aug 24 20:09:12.193 INFO STEP 533 (remove_files) COMPLETE
69162026-08-24T20:09:12.788Z[ recovery-image] Aug 24 20:09:12.193 INFO O| Aug 24 20:09:12.193 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69172026-08-24T20:09:12.794Z[ recovery-image] Aug 24 20:09:12.202 INFO O| Aug 24 20:09:12.202 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcrypt.so.1"
69182026-08-24T20:09:12.794Z[ recovery-image] Aug 24 20:09:12.202 INFO O| Aug 24 20:09:12.202 INFO STEP 534 (remove_files) COMPLETE
69192026-08-24T20:09:12.794Z[ recovery-image] Aug 24 20:09:12.202 INFO O| Aug 24 20:09:12.202 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69202026-08-24T20:09:12.802Z[ recovery-image] Aug 24 20:09:12.211 INFO O| Aug 24 20:09:12.211 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcurl.so.4.8.0"
69212026-08-24T20:09:12.806Z[ recovery-image] Aug 24 20:09:12.212 INFO O| Aug 24 20:09:12.212 INFO STEP 535 (remove_files) COMPLETE
69222026-08-24T20:09:12.806Z[ recovery-image] Aug 24 20:09:12.212 INFO O| Aug 24 20:09:12.212 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69232026-08-24T20:09:12.813Z[ recovery-image] Aug 24 20:09:12.222 INFO O| Aug 24 20:09:12.222 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdemangle-sys.so.1"
69242026-08-24T20:09:12.813Z[ recovery-image] Aug 24 20:09:12.222 INFO O| Aug 24 20:09:12.222 INFO STEP 536 (remove_files) COMPLETE
69252026-08-24T20:09:12.813Z[ recovery-image] Aug 24 20:09:12.222 INFO O| Aug 24 20:09:12.222 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69262026-08-24T20:09:12.823Z[ recovery-image] Aug 24 20:09:12.232 INFO O| Aug 24 20:09:12.232 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdll.so.1"
69272026-08-24T20:09:12.823Z[ recovery-image] Aug 24 20:09:12.232 INFO O| Aug 24 20:09:12.232 INFO STEP 537 (remove_files) COMPLETE
69282026-08-24T20:09:12.823Z[ recovery-image] Aug 24 20:09:12.232 INFO O| Aug 24 20:09:12.232 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69292026-08-24T20:09:12.833Z[ recovery-image] Aug 24 20:09:12.242 INFO O| Aug 24 20:09:12.242 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdtrace_jni.so.1"
69302026-08-24T20:09:12.833Z[ recovery-image] Aug 24 20:09:12.242 INFO O| Aug 24 20:09:12.242 INFO STEP 538 (remove_files) COMPLETE
69312026-08-24T20:09:12.833Z[ recovery-image] Aug 24 20:09:12.242 INFO O| Aug 24 20:09:12.242 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69322026-08-24T20:09:12.845Z[ recovery-image] Aug 24 20:09:12.253 INFO O| Aug 24 20:09:12.253 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libform.so.1"
69332026-08-24T20:09:12.845Z[ recovery-image] Aug 24 20:09:12.253 INFO O| Aug 24 20:09:12.253 INFO STEP 539 (remove_files) COMPLETE
69342026-08-24T20:09:12.848Z[ recovery-image] Aug 24 20:09:12.253 INFO O| Aug 24 20:09:12.253 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69352026-08-24T20:09:12.854Z[ recovery-image] Aug 24 20:09:12.263 INFO O| Aug 24 20:09:12.263 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libfstyp.so.1"
69362026-08-24T20:09:12.854Z[ recovery-image] Aug 24 20:09:12.263 INFO O| Aug 24 20:09:12.263 INFO STEP 540 (remove_files) COMPLETE
69372026-08-24T20:09:12.854Z[ recovery-image] Aug 24 20:09:12.263 INFO O| Aug 24 20:09:12.263 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69382026-08-24T20:09:12.864Z[ recovery-image] Aug 24 20:09:12.272 INFO O| Aug 24 20:09:12.272 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libidspace.so.1"
69392026-08-24T20:09:12.864Z[ recovery-image] Aug 24 20:09:12.273 INFO O| Aug 24 20:09:12.273 INFO STEP 541 (remove_files) COMPLETE
69402026-08-24T20:09:12.864Z[ recovery-image] Aug 24 20:09:12.273 INFO O| Aug 24 20:09:12.273 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69412026-08-24T20:09:12.873Z[ recovery-image] Aug 24 20:09:12.282 INFO O| Aug 24 20:09:12.282 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libike.so.1"
69422026-08-24T20:09:12.873Z[ recovery-image] Aug 24 20:09:12.282 INFO O| Aug 24 20:09:12.282 INFO STEP 542 (remove_files) COMPLETE
69432026-08-24T20:09:12.873Z[ recovery-image] Aug 24 20:09:12.282 INFO O| Aug 24 20:09:12.282 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69442026-08-24T20:09:12.884Z[ recovery-image] Aug 24 20:09:12.293 INFO O| Aug 24 20:09:12.293 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libinstzones.so.1"
69452026-08-24T20:09:12.884Z[ recovery-image] Aug 24 20:09:12.293 INFO O| Aug 24 20:09:12.293 INFO STEP 543 (remove_files) COMPLETE
69462026-08-24T20:09:12.884Z[ recovery-image] Aug 24 20:09:12.293 INFO O| Aug 24 20:09:12.293 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69472026-08-24T20:09:12.895Z[ recovery-image] Aug 24 20:09:12.302 INFO O| Aug 24 20:09:12.301 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipmi.so.1"
69482026-08-24T20:09:12.895Z[ recovery-image] Aug 24 20:09:12.302 INFO O| Aug 24 20:09:12.302 INFO STEP 544 (remove_files) COMPLETE
69492026-08-24T20:09:12.899Z[ recovery-image] Aug 24 20:09:12.302 INFO O| Aug 24 20:09:12.302 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69502026-08-24T20:09:12.903Z[ recovery-image] Aug 24 20:09:12.310 INFO O| Aug 24 20:09:12.310 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipp.so.1"
69512026-08-24T20:09:12.903Z[ recovery-image] Aug 24 20:09:12.310 INFO O| Aug 24 20:09:12.310 INFO STEP 545 (remove_files) COMPLETE
69522026-08-24T20:09:12.903Z[ recovery-image] Aug 24 20:09:12.310 INFO O| Aug 24 20:09:12.310 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69532026-08-24T20:09:12.909Z[ recovery-image] Aug 24 20:09:12.318 INFO O| Aug 24 20:09:12.318 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipsecutil.so.1"
69542026-08-24T20:09:12.913Z[ recovery-image] Aug 24 20:09:12.319 INFO O| Aug 24 20:09:12.319 INFO STEP 546 (remove_files) COMPLETE
69552026-08-24T20:09:12.913Z[ recovery-image] Aug 24 20:09:12.319 INFO O| Aug 24 20:09:12.319 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69562026-08-24T20:09:12.921Z[ recovery-image] Aug 24 20:09:12.330 INFO O| Aug 24 20:09:12.330 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libjedec.so.1"
69572026-08-24T20:09:12.921Z[ recovery-image] Aug 24 20:09:12.330 INFO O| Aug 24 20:09:12.330 INFO STEP 547 (remove_files) COMPLETE
69582026-08-24T20:09:12.924Z[ recovery-image] Aug 24 20:09:12.330 INFO O| Aug 24 20:09:12.330 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69592026-08-24T20:09:12.931Z[ recovery-image] Aug 24 20:09:12.340 INFO O| Aug 24 20:09:12.340 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libl.so.1"
69602026-08-24T20:09:12.931Z[ recovery-image] Aug 24 20:09:12.340 INFO O| Aug 24 20:09:12.340 INFO STEP 548 (remove_files) COMPLETE
69612026-08-24T20:09:12.931Z[ recovery-image] Aug 24 20:09:12.340 INFO O| Aug 24 20:09:12.340 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69622026-08-24T20:09:12.941Z[ recovery-image] Aug 24 20:09:12.350 INFO O| Aug 24 20:09:12.349 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libldap.so.5"
69632026-08-24T20:09:12.941Z[ recovery-image] Aug 24 20:09:12.350 INFO O| Aug 24 20:09:12.350 INFO STEP 549 (remove_files) COMPLETE
69642026-08-24T20:09:12.941Z[ recovery-image] Aug 24 20:09:12.350 INFO O| Aug 24 20:09:12.350 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69652026-08-24T20:09:12.949Z[ recovery-image] Aug 24 20:09:12.358 INFO O| Aug 24 20:09:12.358 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libldstab.so.1"
69662026-08-24T20:09:12.949Z[ recovery-image] Aug 24 20:09:12.358 INFO O| Aug 24 20:09:12.358 INFO STEP 550 (remove_files) COMPLETE
69672026-08-24T20:09:12.949Z[ recovery-image] Aug 24 20:09:12.358 INFO O| Aug 24 20:09:12.358 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69682026-08-24T20:09:12.958Z[ recovery-image] Aug 24 20:09:12.367 INFO O| Aug 24 20:09:12.367 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liblgrp.so.1"
69692026-08-24T20:09:12.958Z[ recovery-image] Aug 24 20:09:12.367 INFO O| Aug 24 20:09:12.367 INFO STEP 551 (remove_files) COMPLETE
69702026-08-24T20:09:12.958Z[ recovery-image] Aug 24 20:09:12.367 INFO O| Aug 24 20:09:12.367 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69712026-08-24T20:09:12.967Z[ recovery-image] Aug 24 20:09:12.376 INFO O| Aug 24 20:09:12.376 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liblm.so.1"
69722026-08-24T20:09:12.967Z[ recovery-image] Aug 24 20:09:12.376 INFO O| Aug 24 20:09:12.376 INFO STEP 552 (remove_files) COMPLETE
69732026-08-24T20:09:12.967Z[ recovery-image] Aug 24 20:09:12.376 INFO O| Aug 24 20:09:12.376 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69742026-08-24T20:09:12.976Z[ recovery-image] Aug 24 20:09:12.385 INFO O| Aug 24 20:09:12.385 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmail.so.1"
69752026-08-24T20:09:12.976Z[ recovery-image] Aug 24 20:09:12.385 INFO O| Aug 24 20:09:12.385 INFO STEP 553 (remove_files) COMPLETE
69762026-08-24T20:09:12.976Z[ recovery-image] Aug 24 20:09:12.385 INFO O| Aug 24 20:09:12.385 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69772026-08-24T20:09:12.985Z[ recovery-image] Aug 24 20:09:12.394 INFO O| Aug 24 20:09:12.393 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmalloc.so.1"
69782026-08-24T20:09:12.985Z[ recovery-image] Aug 24 20:09:12.394 INFO O| Aug 24 20:09:12.394 INFO STEP 554 (remove_files) COMPLETE
69792026-08-24T20:09:12.985Z[ recovery-image] Aug 24 20:09:12.394 INFO O| Aug 24 20:09:12.394 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69802026-08-24T20:09:12.991Z[verify-libraries] Compiling russh v0.62.4
69812026-08-24T20:09:12.995Z[ recovery-image] Aug 24 20:09:12.404 INFO O| Aug 24 20:09:12.404 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmapmalloc.so.1"
69822026-08-24T20:09:12.995Z[ recovery-image] Aug 24 20:09:12.404 INFO O| Aug 24 20:09:12.404 INFO STEP 555 (remove_files) COMPLETE
69832026-08-24T20:09:12.998Z[ recovery-image] Aug 24 20:09:12.404 INFO O| Aug 24 20:09:12.404 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69842026-08-24T20:09:13.005Z[ recovery-image] Aug 24 20:09:12.414 INFO O| Aug 24 20:09:12.414 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmenu.so.1"
69852026-08-24T20:09:13.005Z[ recovery-image] Aug 24 20:09:12.414 INFO O| Aug 24 20:09:12.414 INFO STEP 556 (remove_files) COMPLETE
69862026-08-24T20:09:13.005Z[ recovery-image] Aug 24 20:09:12.414 INFO O| Aug 24 20:09:12.414 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69872026-08-24T20:09:13.014Z[ recovery-image] Aug 24 20:09:12.423 INFO O| Aug 24 20:09:12.423 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmtmalloc.so.1"
69882026-08-24T20:09:13.014Z[ recovery-image] Aug 24 20:09:12.423 INFO O| Aug 24 20:09:12.423 INFO STEP 557 (remove_files) COMPLETE
69892026-08-24T20:09:13.017Z[ recovery-image] Aug 24 20:09:12.423 INFO O| Aug 24 20:09:12.423 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69902026-08-24T20:09:13.024Z[ recovery-image] Aug 24 20:09:12.431 INFO O| Aug 24 20:09:12.431 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libncurses.so.5.9"
69912026-08-24T20:09:13.024Z[ recovery-image] Aug 24 20:09:12.431 INFO O| Aug 24 20:09:12.431 INFO STEP 558 (remove_files) COMPLETE
69922026-08-24T20:09:13.024Z[ recovery-image] Aug 24 20:09:12.431 INFO O| Aug 24 20:09:12.431 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69932026-08-24T20:09:13.031Z[ recovery-image] Aug 24 20:09:12.441 INFO O| Aug 24 20:09:12.440 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libnls.so.1"
69942026-08-24T20:09:13.032Z[ recovery-image] Aug 24 20:09:12.441 INFO O| Aug 24 20:09:12.441 INFO STEP 559 (remove_files) COMPLETE
69952026-08-24T20:09:13.035Z[ recovery-image] Aug 24 20:09:12.441 INFO O| Aug 24 20:09:12.441 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69962026-08-24T20:09:13.040Z[ recovery-image] Aug 24 20:09:12.450 INFO O| Aug 24 20:09:12.449 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpanel.so.1"
69972026-08-24T20:09:13.040Z[ recovery-image] Aug 24 20:09:12.450 INFO O| Aug 24 20:09:12.450 INFO STEP 560 (remove_files) COMPLETE
69982026-08-24T20:09:13.040Z[ recovery-image] Aug 24 20:09:12.450 INFO O| Aug 24 20:09:12.450 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69992026-08-24T20:09:13.049Z[ recovery-image] Aug 24 20:09:12.458 INFO O| Aug 24 20:09:12.458 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2"
70002026-08-24T20:09:13.049Z[ recovery-image] Aug 24 20:09:12.458 INFO O| Aug 24 20:09:12.458 INFO STEP 561 (remove_files) COMPLETE
70012026-08-24T20:09:13.052Z[ recovery-image] Aug 24 20:09:12.458 INFO O| Aug 24 20:09:12.458 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70022026-08-24T20:09:13.057Z[ recovery-image] Aug 24 20:09:12.466 INFO O| Aug 24 20:09:12.466 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7"
70032026-08-24T20:09:13.057Z[ recovery-image] Aug 24 20:09:12.467 INFO O| Aug 24 20:09:12.466 INFO STEP 562 (remove_files) COMPLETE
70042026-08-24T20:09:13.057Z[ recovery-image] Aug 24 20:09:12.467 INFO O| Aug 24 20:09:12.466 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70052026-08-24T20:09:13.066Z[ recovery-image] Aug 24 20:09:12.475 INFO O| Aug 24 20:09:12.474 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpicl.so.1"
70062026-08-24T20:09:13.066Z[ recovery-image] Aug 24 20:09:12.475 INFO O| Aug 24 20:09:12.475 INFO STEP 563 (remove_files) COMPLETE
70072026-08-24T20:09:13.069Z[ recovery-image] Aug 24 20:09:12.475 INFO O| Aug 24 20:09:12.475 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70082026-08-24T20:09:13.074Z[ recovery-image] Aug 24 20:09:12.483 INFO O| Aug 24 20:09:12.483 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libppt.so.1"
70092026-08-24T20:09:13.074Z[ recovery-image] Aug 24 20:09:12.483 INFO O| Aug 24 20:09:12.483 INFO STEP 564 (remove_files) COMPLETE
70102026-08-24T20:09:13.074Z[ recovery-image] Aug 24 20:09:12.483 INFO O| Aug 24 20:09:12.483 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70112026-08-24T20:09:13.082Z[ recovery-image] Aug 24 20:09:12.491 INFO O| Aug 24 20:09:12.491 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libraidcfg.so.1"
70122026-08-24T20:09:13.082Z[ recovery-image] Aug 24 20:09:12.491 INFO O| Aug 24 20:09:12.491 INFO STEP 565 (remove_files) COMPLETE
70132026-08-24T20:09:13.085Z[ recovery-image] Aug 24 20:09:12.491 INFO O| Aug 24 20:09:12.491 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70142026-08-24T20:09:13.091Z[ recovery-image] Aug 24 20:09:12.500 INFO O| Aug 24 20:09:12.500 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/librename.so.1"
70152026-08-24T20:09:13.091Z[ recovery-image] Aug 24 20:09:12.500 INFO O| Aug 24 20:09:12.500 INFO STEP 566 (remove_files) COMPLETE
70162026-08-24T20:09:13.091Z[ recovery-image] Aug 24 20:09:12.500 INFO O| Aug 24 20:09:12.500 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70172026-08-24T20:09:13.099Z[ recovery-image] Aug 24 20:09:12.508 INFO O| Aug 24 20:09:12.508 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libreparse.so.1"
70182026-08-24T20:09:13.099Z[ recovery-image] Aug 24 20:09:12.508 INFO O| Aug 24 20:09:12.508 INFO STEP 567 (remove_files) COMPLETE
70192026-08-24T20:09:13.102Z[ recovery-image] Aug 24 20:09:12.508 INFO O| Aug 24 20:09:12.508 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70202026-08-24T20:09:13.108Z[ recovery-image] Aug 24 20:09:12.517 INFO O| Aug 24 20:09:12.517 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsasl.so.1"
70212026-08-24T20:09:13.108Z[ recovery-image] Aug 24 20:09:12.517 INFO O| Aug 24 20:09:12.517 INFO STEP 568 (remove_files) COMPLETE
70222026-08-24T20:09:13.112Z[ recovery-image] Aug 24 20:09:12.517 INFO O| Aug 24 20:09:12.517 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70232026-08-24T20:09:13.118Z[ recovery-image] Aug 24 20:09:12.527 INFO O| Aug 24 20:09:12.527 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsched.so.1"
70242026-08-24T20:09:13.118Z[ recovery-image] Aug 24 20:09:12.527 INFO O| Aug 24 20:09:12.527 INFO STEP 569 (remove_files) COMPLETE
70252026-08-24T20:09:13.121Z[ recovery-image] Aug 24 20:09:12.527 INFO O| Aug 24 20:09:12.527 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70262026-08-24T20:09:13.130Z[ recovery-image] Aug 24 20:09:12.539 INFO O| Aug 24 20:09:12.539 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsctp.so.1"
70272026-08-24T20:09:13.130Z[ recovery-image] Aug 24 20:09:12.539 INFO O| Aug 24 20:09:12.539 INFO STEP 570 (remove_files) COMPLETE
70282026-08-24T20:09:13.130Z[ recovery-image] Aug 24 20:09:12.539 INFO O| Aug 24 20:09:12.539 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70292026-08-24T20:09:13.135Z[verify-libraries] Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
70302026-08-24T20:09:13.139Z[ recovery-image] Aug 24 20:09:12.548 INFO O| Aug 24 20:09:12.548 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsff.so.1"
70312026-08-24T20:09:13.142Z[ recovery-image] Aug 24 20:09:12.549 INFO O| Aug 24 20:09:12.549 INFO STEP 571 (remove_files) COMPLETE
70322026-08-24T20:09:13.143Z[ recovery-image] Aug 24 20:09:12.549 INFO O| Aug 24 20:09:12.549 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70332026-08-24T20:09:13.149Z[ recovery-image] Aug 24 20:09:12.558 INFO O| Aug 24 20:09:12.558 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsip.so.1"
70342026-08-24T20:09:13.149Z[ recovery-image] Aug 24 20:09:12.558 INFO O| Aug 24 20:09:12.558 INFO STEP 572 (remove_files) COMPLETE
70352026-08-24T20:09:13.149Z[ recovery-image] Aug 24 20:09:12.558 INFO O| Aug 24 20:09:12.558 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70362026-08-24T20:09:13.158Z[ recovery-image] Aug 24 20:09:12.567 INFO O| Aug 24 20:09:12.567 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsldap.so.1"
70372026-08-24T20:09:13.158Z[ recovery-image] Aug 24 20:09:12.567 INFO O| Aug 24 20:09:12.567 INFO STEP 573 (remove_files) COMPLETE
70382026-08-24T20:09:13.158Z[ recovery-image] Aug 24 20:09:12.567 INFO O| Aug 24 20:09:12.567 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70392026-08-24T20:09:13.167Z[ recovery-image] Aug 24 20:09:12.576 INFO O| Aug 24 20:09:12.576 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsmbfs.so.1"
70402026-08-24T20:09:13.167Z[ recovery-image] Aug 24 20:09:12.576 INFO O| Aug 24 20:09:12.576 INFO STEP 574 (remove_files) COMPLETE
70412026-08-24T20:09:13.167Z[ recovery-image] Aug 24 20:09:12.576 INFO O| Aug 24 20:09:12.576 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70422026-08-24T20:09:13.177Z[ recovery-image] Aug 24 20:09:12.586 INFO O| Aug 24 20:09:12.586 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsoftcrypto.so.1"
70432026-08-24T20:09:13.177Z[ recovery-image] Aug 24 20:09:12.586 INFO O| Aug 24 20:09:12.586 INFO STEP 575 (remove_files) COMPLETE
70442026-08-24T20:09:13.177Z[ recovery-image] Aug 24 20:09:12.586 INFO O| Aug 24 20:09:12.586 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70452026-08-24T20:09:13.185Z[ recovery-image] Aug 24 20:09:12.594 INFO O| Aug 24 20:09:12.594 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsqlite3.so.3.49.1"
70462026-08-24T20:09:13.185Z[ recovery-image] Aug 24 20:09:12.594 INFO O| Aug 24 20:09:12.594 INFO STEP 576 (remove_files) COMPLETE
70472026-08-24T20:09:13.185Z[ recovery-image] Aug 24 20:09:12.594 INFO O| Aug 24 20:09:12.594 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70482026-08-24T20:09:13.195Z[ recovery-image] Aug 24 20:09:12.603 INFO O| Aug 24 20:09:12.603 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsum.so.1"
70492026-08-24T20:09:13.195Z[ recovery-image] Aug 24 20:09:12.603 INFO O| Aug 24 20:09:12.603 INFO STEP 577 (remove_files) COMPLETE
70502026-08-24T20:09:13.195Z[ recovery-image] Aug 24 20:09:12.603 INFO O| Aug 24 20:09:12.603 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70512026-08-24T20:09:13.203Z[ recovery-image] Aug 24 20:09:12.612 INFO O| Aug 24 20:09:12.612 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtecla.so.1"
70522026-08-24T20:09:13.203Z[ recovery-image] Aug 24 20:09:12.612 INFO O| Aug 24 20:09:12.612 INFO STEP 578 (remove_files) COMPLETE
70532026-08-24T20:09:13.203Z[ recovery-image] Aug 24 20:09:12.612 INFO O| Aug 24 20:09:12.612 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70542026-08-24T20:09:13.211Z[ recovery-image] Aug 24 20:09:12.620 INFO O| Aug 24 20:09:12.620 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtspi.so.1.2.0"
70552026-08-24T20:09:13.211Z[ recovery-image] Aug 24 20:09:12.620 INFO O| Aug 24 20:09:12.620 INFO STEP 579 (remove_files) COMPLETE
70562026-08-24T20:09:13.211Z[ recovery-image] Aug 24 20:09:12.620 INFO O| Aug 24 20:09:12.620 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70572026-08-24T20:09:13.220Z[ recovery-image] Aug 24 20:09:12.629 INFO O| Aug 24 20:09:12.629 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libvolmgt.so.1"
70582026-08-24T20:09:13.221Z[ recovery-image] Aug 24 20:09:12.629 INFO O| Aug 24 20:09:12.629 INFO STEP 580 (remove_files) COMPLETE
70592026-08-24T20:09:13.221Z[ recovery-image] Aug 24 20:09:12.629 INFO O| Aug 24 20:09:12.629 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70602026-08-24T20:09:13.230Z[ recovery-image] Aug 24 20:09:12.639 INFO O| Aug 24 20:09:12.639 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liby.so.1"
70612026-08-24T20:09:13.230Z[ recovery-image] Aug 24 20:09:12.639 INFO O| Aug 24 20:09:12.639 INFO STEP 581 (remove_files) COMPLETE
70622026-08-24T20:09:13.230Z[ recovery-image] Aug 24 20:09:12.639 INFO O| Aug 24 20:09:12.639 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70632026-08-24T20:09:13.240Z[ recovery-image] Aug 24 20:09:12.649 INFO O| Aug 24 20:09:12.649 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzfs_jni.so.1"
70642026-08-24T20:09:13.240Z[ recovery-image] Aug 24 20:09:12.649 INFO O| Aug 24 20:09:12.649 INFO STEP 582 (remove_files) COMPLETE
70652026-08-24T20:09:13.240Z[ recovery-image] Aug 24 20:09:12.649 INFO O| Aug 24 20:09:12.649 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70662026-08-24T20:09:13.251Z[ recovery-image] Aug 24 20:09:12.660 INFO O| Aug 24 20:09:12.660 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzfsbootenv.so.1"
70672026-08-24T20:09:13.251Z[ recovery-image] Aug 24 20:09:12.660 INFO O| Aug 24 20:09:12.660 INFO STEP 583 (remove_files) COMPLETE
70682026-08-24T20:09:13.251Z[ recovery-image] Aug 24 20:09:12.660 INFO O| Aug 24 20:09:12.660 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70692026-08-24T20:09:13.262Z[ recovery-image] Aug 24 20:09:12.670 INFO O| Aug 24 20:09:12.670 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzonecfg.so.1"
70702026-08-24T20:09:13.262Z[ recovery-image] Aug 24 20:09:12.670 INFO O| Aug 24 20:09:12.670 INFO STEP 584 (remove_files) COMPLETE
70712026-08-24T20:09:13.262Z[ recovery-image] Aug 24 20:09:12.670 INFO O| Aug 24 20:09:12.670 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70722026-08-24T20:09:13.271Z[ recovery-image] Aug 24 20:09:12.680 INFO O| Aug 24 20:09:12.680 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzoneinfo.so.1"
70732026-08-24T20:09:13.271Z[ recovery-image] Aug 24 20:09:12.680 INFO O| Aug 24 20:09:12.680 INFO STEP 585 (remove_files) COMPLETE
70742026-08-24T20:09:13.271Z[ recovery-image] Aug 24 20:09:12.680 INFO O| Aug 24 20:09:12.680 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70752026-08-24T20:09:13.283Z[ recovery-image] Aug 24 20:09:12.689 INFO O| Aug 24 20:09:12.689 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzonestat.so.1"
70762026-08-24T20:09:13.283Z[ recovery-image] Aug 24 20:09:12.689 INFO O| Aug 24 20:09:12.689 INFO STEP 586 (remove_files) COMPLETE
70772026-08-24T20:09:13.283Z[ recovery-image] Aug 24 20:09:12.689 INFO O| Aug 24 20:09:12.689 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70782026-08-24T20:09:13.289Z[ recovery-image] Aug 24 20:09:12.698 INFO O| Aug 24 20:09:12.698 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzpool.so.1"
70792026-08-24T20:09:13.289Z[ recovery-image] Aug 24 20:09:12.698 INFO O| Aug 24 20:09:12.698 INFO STEP 587 (remove_files) COMPLETE
70802026-08-24T20:09:13.289Z[ recovery-image] Aug 24 20:09:12.698 INFO O| Aug 24 20:09:12.698 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70812026-08-24T20:09:13.299Z[ recovery-image] Aug 24 20:09:12.708 INFO O| Aug 24 20:09:12.708 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/madv.so.1"
70822026-08-24T20:09:13.299Z[ recovery-image] Aug 24 20:09:12.708 INFO O| Aug 24 20:09:12.708 INFO STEP 588 (remove_files) COMPLETE
70832026-08-24T20:09:13.299Z[ recovery-image] Aug 24 20:09:12.708 INFO O| Aug 24 20:09:12.708 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70842026-08-24T20:09:13.309Z[ recovery-image] Aug 24 20:09:12.718 INFO O| Aug 24 20:09:12.718 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/mpss.so.1"
70852026-08-24T20:09:13.309Z[ recovery-image] Aug 24 20:09:12.718 INFO O| Aug 24 20:09:12.718 INFO STEP 589 (remove_files) COMPLETE
70862026-08-24T20:09:13.309Z[ recovery-image] Aug 24 20:09:12.718 INFO O| Aug 24 20:09:12.718 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70872026-08-24T20:09:13.319Z[ recovery-image] Aug 24 20:09:12.728 INFO O| Aug 24 20:09:12.728 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/nss_ad.so.1"
70882026-08-24T20:09:13.319Z[ recovery-image] Aug 24 20:09:12.728 INFO O| Aug 24 20:09:12.728 INFO STEP 590 (remove_files) COMPLETE
70892026-08-24T20:09:13.319Z[ recovery-image] Aug 24 20:09:12.728 INFO O| Aug 24 20:09:12.728 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70902026-08-24T20:09:13.329Z[ recovery-image] Aug 24 20:09:12.738 INFO O| Aug 24 20:09:12.738 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/nss_ldap.so.1"
70912026-08-24T20:09:13.329Z[ recovery-image] Aug 24 20:09:12.738 INFO O| Aug 24 20:09:12.738 INFO STEP 591 (remove_files) COMPLETE
70922026-08-24T20:09:13.332Z[ recovery-image] Aug 24 20:09:12.738 INFO O| Aug 24 20:09:12.738 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70932026-08-24T20:09:13.338Z[ recovery-image] Aug 24 20:09:12.747 INFO O| Aug 24 20:09:12.747 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/passwdutil.so.1"
70942026-08-24T20:09:13.338Z[ recovery-image] Aug 24 20:09:12.747 INFO O| Aug 24 20:09:12.747 INFO STEP 592 (remove_files) COMPLETE
70952026-08-24T20:09:13.338Z[ recovery-image] Aug 24 20:09:12.747 INFO O| Aug 24 20:09:12.747 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70962026-08-24T20:09:13.347Z[ recovery-image] Aug 24 20:09:12.756 INFO O| Aug 24 20:09:12.756 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc"
70972026-08-24T20:09:13.350Z[ recovery-image] Aug 24 20:09:12.757 INFO O| Aug 24 20:09:12.757 INFO STEP 593 (remove_files) COMPLETE
70982026-08-24T20:09:13.350Z[ recovery-image] Aug 24 20:09:12.757 INFO O| Aug 24 20:09:12.757 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70992026-08-24T20:09:13.357Z[ recovery-image] Aug 24 20:09:12.766 INFO O| Aug 24 20:09:12.766 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/expat.pc"
71002026-08-24T20:09:13.357Z[ recovery-image] Aug 24 20:09:12.766 INFO O| Aug 24 20:09:12.766 INFO STEP 594 (remove_files) COMPLETE
71012026-08-24T20:09:13.357Z[ recovery-image] Aug 24 20:09:12.766 INFO O| Aug 24 20:09:12.766 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71022026-08-24T20:09:13.367Z[ recovery-image] Aug 24 20:09:12.776 INFO O| Aug 24 20:09:12.776 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/form.pc"
71032026-08-24T20:09:13.367Z[ recovery-image] Aug 24 20:09:12.776 INFO O| Aug 24 20:09:12.776 INFO STEP 595 (remove_files) COMPLETE
71042026-08-24T20:09:13.370Z[ recovery-image] Aug 24 20:09:12.776 INFO O| Aug 24 20:09:12.776 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71052026-08-24T20:09:13.378Z[ recovery-image] Aug 24 20:09:12.786 INFO O| Aug 24 20:09:12.786 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc"
71062026-08-24T20:09:13.378Z[ recovery-image] Aug 24 20:09:12.786 INFO O| Aug 24 20:09:12.786 INFO STEP 596 (remove_files) COMPLETE
71072026-08-24T20:09:13.378Z[ recovery-image] Aug 24 20:09:12.786 INFO O| Aug 24 20:09:12.786 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71082026-08-24T20:09:13.387Z[ recovery-image] Aug 24 20:09:12.796 INFO O| Aug 24 20:09:12.796 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc"
71092026-08-24T20:09:13.387Z[ recovery-image] Aug 24 20:09:12.796 INFO O| Aug 24 20:09:12.796 INFO STEP 597 (remove_files) COMPLETE
71102026-08-24T20:09:13.387Z[ recovery-image] Aug 24 20:09:12.796 INFO O| Aug 24 20:09:12.796 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71112026-08-24T20:09:13.397Z[ recovery-image] Aug 24 20:09:12.806 INFO O| Aug 24 20:09:12.805 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc"
71122026-08-24T20:09:13.397Z[ recovery-image] Aug 24 20:09:12.806 INFO O| Aug 24 20:09:12.806 INFO STEP 598 (remove_files) COMPLETE
71132026-08-24T20:09:13.400Z[ recovery-image] Aug 24 20:09:12.806 INFO O| Aug 24 20:09:12.806 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71142026-08-24T20:09:13.406Z[ recovery-image] Aug 24 20:09:12.815 INFO O| Aug 24 20:09:12.815 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc"
71152026-08-24T20:09:13.406Z[ recovery-image] Aug 24 20:09:12.815 INFO O| Aug 24 20:09:12.815 INFO STEP 599 (remove_files) COMPLETE
71162026-08-24T20:09:13.406Z[ recovery-image] Aug 24 20:09:12.815 INFO O| Aug 24 20:09:12.815 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71172026-08-24T20:09:13.417Z[ recovery-image] Aug 24 20:09:12.824 INFO O| Aug 24 20:09:12.824 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc"
71182026-08-24T20:09:13.417Z[ recovery-image] Aug 24 20:09:12.824 INFO O| Aug 24 20:09:12.824 INFO STEP 600 (remove_files) COMPLETE
71192026-08-24T20:09:13.417Z[ recovery-image] Aug 24 20:09:12.824 INFO O| Aug 24 20:09:12.824 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71202026-08-24T20:09:13.428Z[ recovery-image] Aug 24 20:09:12.837 INFO O| Aug 24 20:09:12.836 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc"
71212026-08-24T20:09:13.428Z[ recovery-image] Aug 24 20:09:12.837 INFO O| Aug 24 20:09:12.837 INFO STEP 601 (remove_files) COMPLETE
71222026-08-24T20:09:13.428Z[ recovery-image] Aug 24 20:09:12.837 INFO O| Aug 24 20:09:12.837 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71232026-08-24T20:09:13.437Z[ recovery-image] Aug 24 20:09:12.846 INFO O| Aug 24 20:09:12.846 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc"
71242026-08-24T20:09:13.437Z[ recovery-image] Aug 24 20:09:12.846 INFO O| Aug 24 20:09:12.846 INFO STEP 602 (remove_files) COMPLETE
71252026-08-24T20:09:13.441Z[ recovery-image] Aug 24 20:09:12.846 INFO O| Aug 24 20:09:12.846 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71262026-08-24T20:09:13.447Z[ recovery-image] Aug 24 20:09:12.856 INFO O| Aug 24 20:09:12.856 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc"
71272026-08-24T20:09:13.447Z[ recovery-image] Aug 24 20:09:12.856 INFO O| Aug 24 20:09:12.856 INFO STEP 603 (remove_files) COMPLETE
71282026-08-24T20:09:13.447Z[ recovery-image] Aug 24 20:09:12.856 INFO O| Aug 24 20:09:12.856 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71292026-08-24T20:09:13.456Z[ recovery-image] Aug 24 20:09:12.865 INFO O| Aug 24 20:09:12.865 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc"
71302026-08-24T20:09:13.456Z[ recovery-image] Aug 24 20:09:12.865 INFO O| Aug 24 20:09:12.865 INFO STEP 604 (remove_files) COMPLETE
71312026-08-24T20:09:13.460Z[ recovery-image] Aug 24 20:09:12.865 INFO O| Aug 24 20:09:12.865 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71322026-08-24T20:09:13.466Z[ recovery-image] Aug 24 20:09:12.875 INFO O| Aug 24 20:09:12.874 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc"
71332026-08-24T20:09:13.466Z[ recovery-image] Aug 24 20:09:12.875 INFO O| Aug 24 20:09:12.875 INFO STEP 605 (remove_files) COMPLETE
71342026-08-24T20:09:13.466Z[ recovery-image] Aug 24 20:09:12.875 INFO O| Aug 24 20:09:12.875 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71352026-08-24T20:09:13.476Z[ recovery-image] Aug 24 20:09:12.884 INFO O| Aug 24 20:09:12.884 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc"
71362026-08-24T20:09:13.476Z[ recovery-image] Aug 24 20:09:12.885 INFO O| Aug 24 20:09:12.885 INFO STEP 606 (remove_files) COMPLETE
71372026-08-24T20:09:13.476Z[ recovery-image] Aug 24 20:09:12.885 INFO O| Aug 24 20:09:12.885 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71382026-08-24T20:09:13.485Z[ recovery-image] Aug 24 20:09:12.894 INFO O| Aug 24 20:09:12.894 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc"
71392026-08-24T20:09:13.485Z[ recovery-image] Aug 24 20:09:12.894 INFO O| Aug 24 20:09:12.894 INFO STEP 607 (remove_files) COMPLETE
71402026-08-24T20:09:13.485Z[ recovery-image] Aug 24 20:09:12.894 INFO O| Aug 24 20:09:12.894 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71412026-08-24T20:09:13.495Z[ recovery-image] Aug 24 20:09:12.904 INFO O| Aug 24 20:09:12.904 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc"
71422026-08-24T20:09:13.495Z[ recovery-image] Aug 24 20:09:12.904 INFO O| Aug 24 20:09:12.904 INFO STEP 608 (remove_files) COMPLETE
71432026-08-24T20:09:13.495Z[ recovery-image] Aug 24 20:09:12.904 INFO O| Aug 24 20:09:12.904 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71442026-08-24T20:09:13.506Z[ recovery-image] Aug 24 20:09:12.915 INFO O| Aug 24 20:09:12.915 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc"
71452026-08-24T20:09:13.506Z[ recovery-image] Aug 24 20:09:12.915 INFO O| Aug 24 20:09:12.915 INFO STEP 609 (remove_files) COMPLETE
71462026-08-24T20:09:13.510Z[ recovery-image] Aug 24 20:09:12.915 INFO O| Aug 24 20:09:12.915 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71472026-08-24T20:09:13.516Z[ recovery-image] Aug 24 20:09:12.925 INFO O| Aug 24 20:09:12.925 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc"
71482026-08-24T20:09:13.516Z[ recovery-image] Aug 24 20:09:12.925 INFO O| Aug 24 20:09:12.925 INFO STEP 610 (remove_files) COMPLETE
71492026-08-24T20:09:13.516Z[ recovery-image] Aug 24 20:09:12.925 INFO O| Aug 24 20:09:12.925 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71502026-08-24T20:09:13.526Z[ recovery-image] Aug 24 20:09:12.935 INFO O| Aug 24 20:09:12.935 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc"
71512026-08-24T20:09:13.526Z[ recovery-image] Aug 24 20:09:12.935 INFO O| Aug 24 20:09:12.935 INFO STEP 611 (remove_files) COMPLETE
71522026-08-24T20:09:13.526Z[ recovery-image] Aug 24 20:09:12.935 INFO O| Aug 24 20:09:12.935 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71532026-08-24T20:09:13.536Z[ recovery-image] Aug 24 20:09:12.945 INFO O| Aug 24 20:09:12.945 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc"
71542026-08-24T20:09:13.536Z[ recovery-image] Aug 24 20:09:12.945 INFO O| Aug 24 20:09:12.945 INFO STEP 612 (remove_files) COMPLETE
71552026-08-24T20:09:13.536Z[ recovery-image] Aug 24 20:09:12.945 INFO O| Aug 24 20:09:12.945 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71562026-08-24T20:09:13.546Z[ recovery-image] Aug 24 20:09:12.955 INFO O| Aug 24 20:09:12.955 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/menu.pc"
71572026-08-24T20:09:13.546Z[ recovery-image] Aug 24 20:09:12.955 INFO O| Aug 24 20:09:12.955 INFO STEP 613 (remove_files) COMPLETE
71582026-08-24T20:09:13.546Z[ recovery-image] Aug 24 20:09:12.955 INFO O| Aug 24 20:09:12.955 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71592026-08-24T20:09:13.555Z[ recovery-image] Aug 24 20:09:12.964 INFO O| Aug 24 20:09:12.964 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc"
71602026-08-24T20:09:13.556Z[ recovery-image] Aug 24 20:09:12.965 INFO O| Aug 24 20:09:12.964 INFO STEP 614 (remove_files) COMPLETE
71612026-08-24T20:09:13.556Z[ recovery-image] Aug 24 20:09:12.965 INFO O| Aug 24 20:09:12.965 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71622026-08-24T20:09:13.566Z[ recovery-image] Aug 24 20:09:12.975 INFO O| Aug 24 20:09:12.974 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc"
71632026-08-24T20:09:13.566Z[ recovery-image] Aug 24 20:09:12.975 INFO O| Aug 24 20:09:12.975 INFO STEP 615 (remove_files) COMPLETE
71642026-08-24T20:09:13.566Z[ recovery-image] Aug 24 20:09:12.975 INFO O| Aug 24 20:09:12.975 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71652026-08-24T20:09:13.575Z[ recovery-image] Aug 24 20:09:12.984 INFO O| Aug 24 20:09:12.984 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc"
71662026-08-24T20:09:13.575Z[ recovery-image] Aug 24 20:09:12.984 INFO O| Aug 24 20:09:12.984 INFO STEP 616 (remove_files) COMPLETE
71672026-08-24T20:09:13.575Z[ recovery-image] Aug 24 20:09:12.984 INFO O| Aug 24 20:09:12.984 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71682026-08-24T20:09:13.587Z[ recovery-image] Aug 24 20:09:12.993 INFO O| Aug 24 20:09:12.993 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc"
71692026-08-24T20:09:13.588Z[ recovery-image] Aug 24 20:09:12.993 INFO O| Aug 24 20:09:12.993 INFO STEP 617 (remove_files) COMPLETE
71702026-08-24T20:09:13.588Z[ recovery-image] Aug 24 20:09:12.993 INFO O| Aug 24 20:09:12.993 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71712026-08-24T20:09:13.594Z[ recovery-image] Aug 24 20:09:13.003 INFO O| Aug 24 20:09:13.003 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/panel.pc"
71722026-08-24T20:09:13.594Z[ recovery-image] Aug 24 20:09:13.003 INFO O| Aug 24 20:09:13.003 INFO STEP 618 (remove_files) COMPLETE
71732026-08-24T20:09:13.594Z[ recovery-image] Aug 24 20:09:13.003 INFO O| Aug 24 20:09:13.003 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71742026-08-24T20:09:13.603Z[ recovery-image] Aug 24 20:09:13.012 INFO O| Aug 24 20:09:13.012 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/readline.pc"
71752026-08-24T20:09:13.604Z[ recovery-image] Aug 24 20:09:13.012 INFO O| Aug 24 20:09:13.012 INFO STEP 619 (remove_files) COMPLETE
71762026-08-24T20:09:13.604Z[ recovery-image] Aug 24 20:09:13.012 INFO O| Aug 24 20:09:13.012 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71772026-08-24T20:09:13.614Z[ recovery-image] Aug 24 20:09:13.022 INFO O| Aug 24 20:09:13.022 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc"
71782026-08-24T20:09:13.614Z[ recovery-image] Aug 24 20:09:13.022 INFO O| Aug 24 20:09:13.022 INFO STEP 620 (remove_files) COMPLETE
71792026-08-24T20:09:13.614Z[ recovery-image] Aug 24 20:09:13.022 INFO O| Aug 24 20:09:13.022 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71802026-08-24T20:09:13.624Z[ recovery-image] Aug 24 20:09:13.033 INFO O| Aug 24 20:09:13.033 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc"
71812026-08-24T20:09:13.624Z[ recovery-image] Aug 24 20:09:13.033 INFO O| Aug 24 20:09:13.033 INFO STEP 621 (remove_files) COMPLETE
71822026-08-24T20:09:13.624Z[ recovery-image] Aug 24 20:09:13.033 INFO O| Aug 24 20:09:13.033 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71832026-08-24T20:09:13.634Z[ recovery-image] Aug 24 20:09:13.043 INFO O| Aug 24 20:09:13.043 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/straddr.so.2"
71842026-08-24T20:09:13.634Z[ recovery-image] Aug 24 20:09:13.043 INFO O| Aug 24 20:09:13.043 INFO STEP 622 (remove_files) COMPLETE
71852026-08-24T20:09:13.634Z[ recovery-image] Aug 24 20:09:13.043 INFO O| Aug 24 20:09:13.043 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71862026-08-24T20:09:13.644Z[ recovery-image] Aug 24 20:09:13.053 INFO O| Aug 24 20:09:13.053 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/watchmalloc.so.1"
71872026-08-24T20:09:13.644Z[ recovery-image] Aug 24 20:09:13.053 INFO O| Aug 24 20:09:13.053 INFO STEP 623 (remove_files) COMPLETE
71882026-08-24T20:09:13.644Z[ recovery-image] Aug 24 20:09:13.053 INFO O| Aug 24 20:09:13.053 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71892026-08-24T20:09:13.654Z[ recovery-image] Aug 24 20:09:13.063 INFO O| Aug 24 20:09:13.063 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/audit/audit_record_attr"
71902026-08-24T20:09:13.654Z[ recovery-image] Aug 24 20:09:13.063 INFO O| Aug 24 20:09:13.063 INFO STEP 624 (remove_files) COMPLETE
71912026-08-24T20:09:13.654Z[ recovery-image] Aug 24 20:09:13.063 INFO O| Aug 24 20:09:13.063 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71922026-08-24T20:09:13.664Z[ recovery-image] Aug 24 20:09:13.073 INFO O| Aug 24 20:09:13.073 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/common.ksh"
71932026-08-24T20:09:13.664Z[ recovery-image] Aug 24 20:09:13.073 INFO O| Aug 24 20:09:13.073 INFO STEP 625 (remove_files) COMPLETE
71942026-08-24T20:09:13.664Z[ recovery-image] Aug 24 20:09:13.073 INFO O| Aug 24 20:09:13.073 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71952026-08-24T20:09:13.673Z[ recovery-image] Aug 24 20:09:13.082 INFO O| Aug 24 20:09:13.082 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/query"
71962026-08-24T20:09:13.673Z[ recovery-image] Aug 24 20:09:13.082 INFO O| Aug 24 20:09:13.082 INFO STEP 626 (remove_files) COMPLETE
71972026-08-24T20:09:13.673Z[ recovery-image] Aug 24 20:09:13.082 INFO O| Aug 24 20:09:13.082 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71982026-08-24T20:09:13.684Z[ recovery-image] Aug 24 20:09:13.093 INFO O| Aug 24 20:09:13.093 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/uninstall.ksh"
71992026-08-24T20:09:13.684Z[ recovery-image] Aug 24 20:09:13.093 INFO O| Aug 24 20:09:13.093 INFO STEP 627 (remove_files) COMPLETE
72002026-08-24T20:09:13.684Z[ recovery-image] Aug 24 20:09:13.093 INFO O| Aug 24 20:09:13.093 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72012026-08-24T20:09:13.695Z[ recovery-image] Aug 24 20:09:13.104 INFO O| Aug 24 20:09:13.104 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/ib.so.1"
72022026-08-24T20:09:13.695Z[ recovery-image] Aug 24 20:09:13.104 INFO O| Aug 24 20:09:13.104 INFO STEP 628 (remove_files) COMPLETE
72032026-08-24T20:09:13.695Z[ recovery-image] Aug 24 20:09:13.104 INFO O| Aug 24 20:09:13.104 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72042026-08-24T20:09:13.706Z[ recovery-image] Aug 24 20:09:13.115 INFO O| Aug 24 20:09:13.115 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/pci.so.1"
72052026-08-24T20:09:13.706Z[ recovery-image] Aug 24 20:09:13.115 INFO O| Aug 24 20:09:13.115 INFO STEP 629 (remove_files) COMPLETE
72062026-08-24T20:09:13.706Z[ recovery-image] Aug 24 20:09:13.115 INFO O| Aug 24 20:09:13.115 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72072026-08-24T20:09:13.717Z[ recovery-image] Aug 24 20:09:13.126 INFO O| Aug 24 20:09:13.126 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/sata.so.1"
72082026-08-24T20:09:13.717Z[ recovery-image] Aug 24 20:09:13.126 INFO O| Aug 24 20:09:13.126 INFO STEP 630 (remove_files) COMPLETE
72092026-08-24T20:09:13.720Z[ recovery-image] Aug 24 20:09:13.126 INFO O| Aug 24 20:09:13.126 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72102026-08-24T20:09:13.725Z[ recovery-image] Aug 24 20:09:13.135 INFO O| Aug 24 20:09:13.135 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1"
72112026-08-24T20:09:13.725Z[ recovery-image] Aug 24 20:09:13.135 INFO O| Aug 24 20:09:13.135 INFO STEP 631 (remove_files) COMPLETE
72122026-08-24T20:09:13.729Z[ recovery-image] Aug 24 20:09:13.135 INFO O| Aug 24 20:09:13.135 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72132026-08-24T20:09:13.735Z[ recovery-image] Aug 24 20:09:13.144 INFO O| Aug 24 20:09:13.144 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/usb.so.1"
72142026-08-24T20:09:13.735Z[ recovery-image] Aug 24 20:09:13.144 INFO O| Aug 24 20:09:13.144 INFO STEP 632 (remove_files) COMPLETE
72152026-08-24T20:09:13.735Z[ recovery-image] Aug 24 20:09:13.144 INFO O| Aug 24 20:09:13.144 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72162026-08-24T20:09:13.744Z[ recovery-image] Aug 24 20:09:13.153 INFO O| Aug 24 20:09:13.153 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/ib.so.1"
72172026-08-24T20:09:13.744Z[ recovery-image] Aug 24 20:09:13.153 INFO O| Aug 24 20:09:13.153 INFO STEP 633 (remove_files) COMPLETE
72182026-08-24T20:09:13.744Z[ recovery-image] Aug 24 20:09:13.153 INFO O| Aug 24 20:09:13.153 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72192026-08-24T20:09:13.757Z[ recovery-image] Aug 24 20:09:13.164 INFO O| Aug 24 20:09:13.164 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/pci.so.1"
72202026-08-24T20:09:13.757Z[ recovery-image] Aug 24 20:09:13.165 INFO O| Aug 24 20:09:13.165 INFO STEP 634 (remove_files) COMPLETE
72212026-08-24T20:09:13.757Z[ recovery-image] Aug 24 20:09:13.165 INFO O| Aug 24 20:09:13.165 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72222026-08-24T20:09:13.766Z[ recovery-image] Aug 24 20:09:13.175 INFO O| Aug 24 20:09:13.175 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/sata.so.1"
72232026-08-24T20:09:13.766Z[ recovery-image] Aug 24 20:09:13.175 INFO O| Aug 24 20:09:13.175 INFO STEP 635 (remove_files) COMPLETE
72242026-08-24T20:09:13.766Z[ recovery-image] Aug 24 20:09:13.175 INFO O| Aug 24 20:09:13.175 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72252026-08-24T20:09:13.777Z[ recovery-image] Aug 24 20:09:13.186 INFO O| Aug 24 20:09:13.186 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/scsi.so.1"
72262026-08-24T20:09:13.777Z[ recovery-image] Aug 24 20:09:13.186 INFO O| Aug 24 20:09:13.186 INFO STEP 636 (remove_files) COMPLETE
72272026-08-24T20:09:13.777Z[ recovery-image] Aug 24 20:09:13.186 INFO O| Aug 24 20:09:13.186 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72282026-08-24T20:09:13.787Z[ recovery-image] Aug 24 20:09:13.196 INFO O| Aug 24 20:09:13.196 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/shp.so.1"
72292026-08-24T20:09:13.788Z[ recovery-image] Aug 24 20:09:13.197 INFO O| Aug 24 20:09:13.197 INFO STEP 637 (remove_files) COMPLETE
72302026-08-24T20:09:13.788Z[ recovery-image] Aug 24 20:09:13.197 INFO O| Aug 24 20:09:13.197 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72312026-08-24T20:09:13.798Z[ recovery-image] Aug 24 20:09:13.207 INFO O| Aug 24 20:09:13.207 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/usb.so.1"
72322026-08-24T20:09:13.798Z[ recovery-image] Aug 24 20:09:13.207 INFO O| Aug 24 20:09:13.207 INFO STEP 638 (remove_files) COMPLETE
72332026-08-24T20:09:13.798Z[ recovery-image] Aug 24 20:09:13.207 INFO O| Aug 24 20:09:13.207 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72342026-08-24T20:09:13.807Z[ recovery-image] Aug 24 20:09:13.216 INFO O| Aug 24 20:09:13.216 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/FX/FXdispadmin"
72352026-08-24T20:09:13.807Z[ recovery-image] Aug 24 20:09:13.216 INFO O| Aug 24 20:09:13.216 INFO STEP 639 (remove_files) COMPLETE
72362026-08-24T20:09:13.811Z[ recovery-image] Aug 24 20:09:13.216 INFO O| Aug 24 20:09:13.216 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72372026-08-24T20:09:13.818Z[ recovery-image] Aug 24 20:09:13.226 INFO O| Aug 24 20:09:13.226 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/FX/FXpriocntl"
72382026-08-24T20:09:13.818Z[ recovery-image] Aug 24 20:09:13.226 INFO O| Aug 24 20:09:13.226 INFO STEP 640 (remove_files) COMPLETE
72392026-08-24T20:09:13.818Z[ recovery-image] Aug 24 20:09:13.226 INFO O| Aug 24 20:09:13.226 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72402026-08-24T20:09:13.832Z[ recovery-image] Aug 24 20:09:13.240 INFO O| Aug 24 20:09:13.240 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/IA/IAdispadmin"
72412026-08-24T20:09:13.832Z[ recovery-image] Aug 24 20:09:13.240 INFO O| Aug 24 20:09:13.240 INFO STEP 641 (remove_files) COMPLETE
72422026-08-24T20:09:13.832Z[ recovery-image] Aug 24 20:09:13.240 INFO O| Aug 24 20:09:13.240 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72432026-08-24T20:09:13.841Z[ recovery-image] Aug 24 20:09:13.250 INFO O| Aug 24 20:09:13.249 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/IA/IApriocntl"
72442026-08-24T20:09:13.841Z[ recovery-image] Aug 24 20:09:13.250 INFO O| Aug 24 20:09:13.250 INFO STEP 642 (remove_files) COMPLETE
72452026-08-24T20:09:13.841Z[ recovery-image] Aug 24 20:09:13.250 INFO O| Aug 24 20:09:13.250 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72462026-08-24T20:09:13.850Z[ recovery-image] Aug 24 20:09:13.259 INFO O| Aug 24 20:09:13.259 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/RT/RTdispadmin"
72472026-08-24T20:09:13.850Z[ recovery-image] Aug 24 20:09:13.259 INFO O| Aug 24 20:09:13.259 INFO STEP 643 (remove_files) COMPLETE
72482026-08-24T20:09:13.850Z[ recovery-image] Aug 24 20:09:13.259 INFO O| Aug 24 20:09:13.259 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72492026-08-24T20:09:13.859Z[ recovery-image] Aug 24 20:09:13.269 INFO O| Aug 24 20:09:13.268 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/RT/RTpriocntl"
72502026-08-24T20:09:13.859Z[ recovery-image] Aug 24 20:09:13.269 INFO O| Aug 24 20:09:13.269 INFO STEP 644 (remove_files) COMPLETE
72512026-08-24T20:09:13.860Z[ recovery-image] Aug 24 20:09:13.269 INFO O| Aug 24 20:09:13.269 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72522026-08-24T20:09:13.868Z[ recovery-image] Aug 24 20:09:13.278 INFO O| Aug 24 20:09:13.278 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/SDC/SDCdispadmin"
72532026-08-24T20:09:13.869Z[ recovery-image] Aug 24 20:09:13.278 INFO O| Aug 24 20:09:13.278 INFO STEP 645 (remove_files) COMPLETE
72542026-08-24T20:09:13.869Z[ recovery-image] Aug 24 20:09:13.278 INFO O| Aug 24 20:09:13.278 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72552026-08-24T20:09:13.880Z[ recovery-image] Aug 24 20:09:13.289 INFO O| Aug 24 20:09:13.289 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/SDC/SDCpriocntl"
72562026-08-24T20:09:13.880Z[ recovery-image] Aug 24 20:09:13.289 INFO O| Aug 24 20:09:13.289 INFO STEP 646 (remove_files) COMPLETE
72572026-08-24T20:09:13.880Z[ recovery-image] Aug 24 20:09:13.289 INFO O| Aug 24 20:09:13.289 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72582026-08-24T20:09:13.891Z[ recovery-image] Aug 24 20:09:13.300 INFO O| Aug 24 20:09:13.300 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/TS/TSdispadmin"
72592026-08-24T20:09:13.891Z[ recovery-image] Aug 24 20:09:13.300 INFO O| Aug 24 20:09:13.300 INFO STEP 647 (remove_files) COMPLETE
72602026-08-24T20:09:13.891Z[ recovery-image] Aug 24 20:09:13.300 INFO O| Aug 24 20:09:13.300 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72612026-08-24T20:09:13.902Z[ recovery-image] Aug 24 20:09:13.311 INFO O| Aug 24 20:09:13.311 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/TS/TSpriocntl"
72622026-08-24T20:09:13.902Z[ recovery-image] Aug 24 20:09:13.311 INFO O| Aug 24 20:09:13.311 INFO STEP 648 (remove_files) COMPLETE
72632026-08-24T20:09:13.902Z[ recovery-image] Aug 24 20:09:13.311 INFO O| Aug 24 20:09:13.311 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72642026-08-24T20:09:13.914Z[ recovery-image] Aug 24 20:09:13.322 INFO O| Aug 24 20:09:13.322 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake"
72652026-08-24T20:09:13.914Z[ recovery-image] Aug 24 20:09:13.322 INFO O| Aug 24 20:09:13.322 INFO STEP 649 (remove_files) COMPLETE
72662026-08-24T20:09:13.914Z[ recovery-image] Aug 24 20:09:13.322 INFO O| Aug 24 20:09:13.322 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72672026-08-24T20:09:13.924Z[ recovery-image] Aug 24 20:09:13.332 INFO O| Aug 24 20:09:13.332 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h"
72682026-08-24T20:09:13.924Z[ recovery-image] Aug 24 20:09:13.332 INFO O| Aug 24 20:09:13.332 INFO STEP 650 (remove_files) COMPLETE
72692026-08-24T20:09:13.924Z[ recovery-image] Aug 24 20:09:13.332 INFO O| Aug 24 20:09:13.332 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72702026-08-24T20:09:13.933Z[ recovery-image] Aug 24 20:09:13.342 INFO O| Aug 24 20:09:13.342 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlled"
72712026-08-24T20:09:13.936Z[ recovery-image] Aug 24 20:09:13.342 INFO O| Aug 24 20:09:13.342 INFO STEP 651 (remove_files) COMPLETE
72722026-08-24T20:09:13.936Z[ recovery-image] Aug 24 20:09:13.343 INFO O| Aug 24 20:09:13.342 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72732026-08-24T20:09:13.943Z[ recovery-image] Aug 24 20:09:13.352 INFO O| Aug 24 20:09:13.352 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlrecv"
72742026-08-24T20:09:13.943Z[ recovery-image] Aug 24 20:09:13.352 INFO O| Aug 24 20:09:13.352 INFO STEP 652 (remove_files) COMPLETE
72752026-08-24T20:09:13.946Z[ recovery-image] Aug 24 20:09:13.352 INFO O| Aug 24 20:09:13.352 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72762026-08-24T20:09:13.955Z[ recovery-image] Aug 24 20:09:13.363 INFO O| Aug 24 20:09:13.363 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlsend"
72772026-08-24T20:09:13.955Z[ recovery-image] Aug 24 20:09:13.363 INFO O| Aug 24 20:09:13.363 INFO STEP 653 (remove_files) COMPLETE
72782026-08-24T20:09:13.955Z[ recovery-image] Aug 24 20:09:13.363 INFO O| Aug 24 20:09:13.363 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72792026-08-24T20:09:13.966Z[ recovery-image] Aug 24 20:09:13.373 INFO O| Aug 24 20:09:13.373 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dltraninfo"
72802026-08-24T20:09:13.966Z[ recovery-image] Aug 24 20:09:13.373 INFO O| Aug 24 20:09:13.373 INFO STEP 654 (remove_files) COMPLETE
72812026-08-24T20:09:13.970Z[ recovery-image] Aug 24 20:09:13.373 INFO O| Aug 24 20:09:13.373 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72822026-08-24T20:09:13.985Z[ recovery-image] Aug 24 20:09:13.383 INFO O| Aug 24 20:09:13.383 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/drti.o"
72832026-08-24T20:09:13.985Z[ recovery-image] Aug 24 20:09:13.383 INFO O| Aug 24 20:09:13.383 INFO STEP 655 (remove_files) COMPLETE
72842026-08-24T20:09:13.985Z[ recovery-image] Aug 24 20:09:13.383 INFO O| Aug 24 20:09:13.383 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72852026-08-24T20:09:13.989Z[ recovery-image] Aug 24 20:09:13.392 INFO O| Aug 24 20:09:13.392 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so"
72862026-08-24T20:09:13.989Z[ recovery-image] Aug 24 20:09:13.392 INFO O| Aug 24 20:09:13.392 INFO STEP 656 (remove_files) COMPLETE
72872026-08-24T20:09:13.989Z[ recovery-image] Aug 24 20:09:13.393 INFO O| Aug 24 20:09:13.392 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72882026-08-24T20:09:13.989Z[verify-libraries] Compiling samael v0.0.19
72892026-08-24T20:09:13.994Z[ recovery-image] Aug 24 20:09:13.402 INFO O| Aug 24 20:09:13.402 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/sftp64.d"
72902026-08-24T20:09:13.994Z[ recovery-image] Aug 24 20:09:13.402 INFO O| Aug 24 20:09:13.402 INFO STEP 657 (remove_files) COMPLETE
72912026-08-24T20:09:13.998Z[ recovery-image] Aug 24 20:09:13.402 INFO O| Aug 24 20:09:13.402 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72922026-08-24T20:09:14.003Z[ recovery-image] Aug 24 20:09:13.412 INFO O| Aug 24 20:09:13.412 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/drti.o"
72932026-08-24T20:09:14.003Z[ recovery-image] Aug 24 20:09:13.412 INFO O| Aug 24 20:09:13.412 INFO STEP 658 (remove_files) COMPLETE
72942026-08-24T20:09:14.006Z[ recovery-image] Aug 24 20:09:13.412 INFO O| Aug 24 20:09:13.412 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72952026-08-24T20:09:14.009Z[verify-libraries] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
72962026-08-24T20:09:14.014Z[ recovery-image] Aug 24 20:09:13.423 INFO O| Aug 24 20:09:13.422 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/libdtrace_forceload.so"
72972026-08-24T20:09:14.014Z[ recovery-image] Aug 24 20:09:13.423 INFO O| Aug 24 20:09:13.422 INFO STEP 659 (remove_files) COMPLETE
72982026-08-24T20:09:14.014Z[ recovery-image] Aug 24 20:09:13.423 INFO O| Aug 24 20:09:13.422 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72992026-08-24T20:09:14.024Z[ recovery-image] Aug 24 20:09:13.433 INFO O| Aug 24 20:09:13.433 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1"
73002026-08-24T20:09:14.024Z[ recovery-image] Aug 24 20:09:13.433 INFO O| Aug 24 20:09:13.433 INFO STEP 660 (remove_files) COMPLETE
73012026-08-24T20:09:14.027Z[ recovery-image] Aug 24 20:09:13.433 INFO O| Aug 24 20:09:13.433 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73022026-08-24T20:09:14.033Z[ recovery-image] Aug 24 20:09:13.443 INFO O| Aug 24 20:09:13.442 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1"
73032026-08-24T20:09:14.033Z[ recovery-image] Aug 24 20:09:13.443 INFO O| Aug 24 20:09:13.443 INFO STEP 661 (remove_files) COMPLETE
73042026-08-24T20:09:14.037Z[ recovery-image] Aug 24 20:09:13.443 INFO O| Aug 24 20:09:13.443 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73052026-08-24T20:09:14.042Z[ recovery-image] Aug 24 20:09:13.451 INFO O| Aug 24 20:09:13.451 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1"
73062026-08-24T20:09:14.042Z[ recovery-image] Aug 24 20:09:13.451 INFO O| Aug 24 20:09:13.451 INFO STEP 662 (remove_files) COMPLETE
73072026-08-24T20:09:14.042Z[ recovery-image] Aug 24 20:09:13.451 INFO O| Aug 24 20:09:13.451 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73082026-08-24T20:09:14.051Z[ recovery-image] Aug 24 20:09:13.460 INFO O| Aug 24 20:09:13.460 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1"
73092026-08-24T20:09:14.051Z[ recovery-image] Aug 24 20:09:13.461 INFO O| Aug 24 20:09:13.460 INFO STEP 663 (remove_files) COMPLETE
73102026-08-24T20:09:14.052Z[ recovery-image] Aug 24 20:09:13.461 INFO O| Aug 24 20:09:13.461 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73112026-08-24T20:09:14.060Z[ recovery-image] Aug 24 20:09:13.469 INFO O| Aug 24 20:09:13.469 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1"
73122026-08-24T20:09:14.060Z[ recovery-image] Aug 24 20:09:13.469 INFO O| Aug 24 20:09:13.469 INFO STEP 664 (remove_files) COMPLETE
73132026-08-24T20:09:14.060Z[ recovery-image] Aug 24 20:09:13.469 INFO O| Aug 24 20:09:13.469 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73142026-08-24T20:09:14.071Z[ recovery-image] Aug 24 20:09:13.480 INFO O| Aug 24 20:09:13.480 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1"
73152026-08-24T20:09:14.071Z[ recovery-image] Aug 24 20:09:13.480 INFO O| Aug 24 20:09:13.480 INFO STEP 665 (remove_files) COMPLETE
73162026-08-24T20:09:14.071Z[ recovery-image] Aug 24 20:09:13.480 INFO O| Aug 24 20:09:13.480 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73172026-08-24T20:09:14.084Z[ recovery-image] Aug 24 20:09:13.490 INFO O| Aug 24 20:09:13.490 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1"
73182026-08-24T20:09:14.084Z[ recovery-image] Aug 24 20:09:13.491 INFO O| Aug 24 20:09:13.491 INFO STEP 666 (remove_files) COMPLETE
73192026-08-24T20:09:14.084Z[ recovery-image] Aug 24 20:09:13.491 INFO O| Aug 24 20:09:13.491 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73202026-08-24T20:09:14.092Z[ recovery-image] Aug 24 20:09:13.501 INFO O| Aug 24 20:09:13.501 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1"
73212026-08-24T20:09:14.092Z[ recovery-image] Aug 24 20:09:13.501 INFO O| Aug 24 20:09:13.501 INFO STEP 667 (remove_files) COMPLETE
73222026-08-24T20:09:14.092Z[ recovery-image] Aug 24 20:09:13.501 INFO O| Aug 24 20:09:13.501 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73232026-08-24T20:09:14.101Z[ recovery-image] Aug 24 20:09:13.510 INFO O| Aug 24 20:09:13.510 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libseslog.so.1"
73242026-08-24T20:09:14.101Z[ recovery-image] Aug 24 20:09:13.510 INFO O| Aug 24 20:09:13.510 INFO STEP 668 (remove_files) COMPLETE
73252026-08-24T20:09:14.105Z[ recovery-image] Aug 24 20:09:13.510 INFO O| Aug 24 20:09:13.510 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73262026-08-24T20:09:14.110Z[ recovery-image] Aug 24 20:09:13.519 INFO O| Aug 24 20:09:13.519 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/AMD.dict"
73272026-08-24T20:09:14.111Z[ recovery-image] Aug 24 20:09:13.519 INFO O| Aug 24 20:09:13.519 INFO STEP 669 (remove_files) COMPLETE
73282026-08-24T20:09:14.114Z[ recovery-image] Aug 24 20:09:13.519 INFO O| Aug 24 20:09:13.519 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73292026-08-24T20:09:14.119Z[ recovery-image] Aug 24 20:09:13.528 INFO O| Aug 24 20:09:13.528 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict"
73302026-08-24T20:09:14.119Z[ recovery-image] Aug 24 20:09:13.528 INFO O| Aug 24 20:09:13.528 INFO STEP 670 (remove_files) COMPLETE
73312026-08-24T20:09:14.119Z[ recovery-image] Aug 24 20:09:13.528 INFO O| Aug 24 20:09:13.528 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73322026-08-24T20:09:14.130Z[ recovery-image] Aug 24 20:09:13.539 INFO O| Aug 24 20:09:13.539 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/GMCA.dict"
73332026-08-24T20:09:14.130Z[ recovery-image] Aug 24 20:09:13.539 INFO O| Aug 24 20:09:13.539 INFO STEP 671 (remove_files) COMPLETE
73342026-08-24T20:09:14.130Z[ recovery-image] Aug 24 20:09:13.539 INFO O| Aug 24 20:09:13.539 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73352026-08-24T20:09:14.140Z[ recovery-image] Aug 24 20:09:13.549 INFO O| Aug 24 20:09:13.548 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/INTEL.dict"
73362026-08-24T20:09:14.140Z[ recovery-image] Aug 24 20:09:13.549 INFO O| Aug 24 20:09:13.549 INFO STEP 672 (remove_files) COMPLETE
73372026-08-24T20:09:14.140Z[ recovery-image] Aug 24 20:09:13.549 INFO O| Aug 24 20:09:13.549 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73382026-08-24T20:09:14.149Z[ recovery-image] Aug 24 20:09:13.558 INFO O| Aug 24 20:09:13.558 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fminject"
73392026-08-24T20:09:14.149Z[ recovery-image] Aug 24 20:09:13.558 INFO O| Aug 24 20:09:13.558 INFO STEP 673 (remove_files) COMPLETE
73402026-08-24T20:09:14.149Z[ recovery-image] Aug 24 20:09:13.558 INFO O| Aug 24 20:09:13.558 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73412026-08-24T20:09:14.159Z[ recovery-image] Aug 24 20:09:13.568 INFO O| Aug 24 20:09:13.568 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fmsim"
73422026-08-24T20:09:14.159Z[ recovery-image] Aug 24 20:09:13.568 INFO O| Aug 24 20:09:13.568 INFO STEP 674 (remove_files) COMPLETE
73432026-08-24T20:09:14.159Z[ recovery-image] Aug 24 20:09:13.568 INFO O| Aug 24 20:09:13.568 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73442026-08-24T20:09:14.162Z[verify-libraries] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
73452026-08-24T20:09:14.169Z[ recovery-image] Aug 24 20:09:13.578 INFO O| Aug 24 20:09:13.578 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fmtopo"
73462026-08-24T20:09:14.169Z[ recovery-image] Aug 24 20:09:13.578 INFO O| Aug 24 20:09:13.578 INFO STEP 675 (remove_files) COMPLETE
73472026-08-24T20:09:14.169Z[ recovery-image] Aug 24 20:09:13.578 INFO O| Aug 24 20:09:13.578 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73482026-08-24T20:09:14.178Z[ recovery-image] Aug 24 20:09:13.587 INFO O| Aug 24 20:09:13.587 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/ipmitopo"
73492026-08-24T20:09:14.178Z[ recovery-image] Aug 24 20:09:13.587 INFO O| Aug 24 20:09:13.587 INFO STEP 676 (remove_files) COMPLETE
73502026-08-24T20:09:14.179Z[ recovery-image] Aug 24 20:09:13.587 INFO O| Aug 24 20:09:13.587 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73512026-08-24T20:09:14.188Z[ recovery-image] Aug 24 20:09:13.597 INFO O| Aug 24 20:09:13.597 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/mcdecode"
73522026-08-24T20:09:14.188Z[ recovery-image] Aug 24 20:09:13.597 INFO O| Aug 24 20:09:13.597 INFO STEP 677 (remove_files) COMPLETE
73532026-08-24T20:09:14.191Z[ recovery-image] Aug 24 20:09:13.597 INFO O| Aug 24 20:09:13.597 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73542026-08-24T20:09:14.197Z[ recovery-image] Aug 24 20:09:13.606 INFO O| Aug 24 20:09:13.606 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf"
73552026-08-24T20:09:14.197Z[ recovery-image] Aug 24 20:09:13.606 INFO O| Aug 24 20:09:13.606 INFO STEP 678 (remove_files) COMPLETE
73562026-08-24T20:09:14.197Z[ recovery-image] Aug 24 20:09:13.606 INFO O| Aug 24 20:09:13.606 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73572026-08-24T20:09:14.207Z[ recovery-image] Aug 24 20:09:13.616 INFO O| Aug 24 20:09:13.616 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so"
73582026-08-24T20:09:14.207Z[ recovery-image] Aug 24 20:09:13.616 INFO O| Aug 24 20:09:13.616 INFO STEP 679 (remove_files) COMPLETE
73592026-08-24T20:09:14.207Z[ recovery-image] Aug 24 20:09:13.616 INFO O| Aug 24 20:09:13.616 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73602026-08-24T20:09:14.217Z[ recovery-image] Aug 24 20:09:13.626 INFO O| Aug 24 20:09:13.626 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so"
73612026-08-24T20:09:14.217Z[ recovery-image] Aug 24 20:09:13.626 INFO O| Aug 24 20:09:13.626 INFO STEP 680 (remove_files) COMPLETE
73622026-08-24T20:09:14.217Z[ recovery-image] Aug 24 20:09:13.626 INFO O| Aug 24 20:09:13.626 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73632026-08-24T20:09:14.228Z[ recovery-image] Aug 24 20:09:13.636 INFO O| Aug 24 20:09:13.636 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so"
73642026-08-24T20:09:14.228Z[ recovery-image] Aug 24 20:09:13.636 INFO O| Aug 24 20:09:13.636 INFO STEP 681 (remove_files) COMPLETE
73652026-08-24T20:09:14.228Z[ recovery-image] Aug 24 20:09:13.637 INFO O| Aug 24 20:09:13.636 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73662026-08-24T20:09:14.238Z[ recovery-image] Aug 24 20:09:13.646 INFO O| Aug 24 20:09:13.646 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so"
73672026-08-24T20:09:14.238Z[ recovery-image] Aug 24 20:09:13.646 INFO O| Aug 24 20:09:13.646 INFO STEP 682 (remove_files) COMPLETE
73682026-08-24T20:09:14.238Z[ recovery-image] Aug 24 20:09:13.646 INFO O| Aug 24 20:09:13.646 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73692026-08-24T20:09:14.246Z[ recovery-image] Aug 24 20:09:13.655 INFO O| Aug 24 20:09:13.655 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so"
73702026-08-24T20:09:14.246Z[ recovery-image] Aug 24 20:09:13.655 INFO O| Aug 24 20:09:13.655 INFO STEP 683 (remove_files) COMPLETE
73712026-08-24T20:09:14.247Z[ recovery-image] Aug 24 20:09:13.655 INFO O| Aug 24 20:09:13.655 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73722026-08-24T20:09:14.256Z[ recovery-image] Aug 24 20:09:13.665 INFO O| Aug 24 20:09:13.665 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so"
73732026-08-24T20:09:14.256Z[ recovery-image] Aug 24 20:09:13.665 INFO O| Aug 24 20:09:13.665 INFO STEP 684 (remove_files) COMPLETE
73742026-08-24T20:09:14.256Z[ recovery-image] Aug 24 20:09:13.665 INFO O| Aug 24 20:09:13.665 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73752026-08-24T20:09:14.265Z[ recovery-image] Aug 24 20:09:13.674 INFO O| Aug 24 20:09:13.674 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so"
73762026-08-24T20:09:14.269Z[ recovery-image] Aug 24 20:09:13.675 INFO O| Aug 24 20:09:13.675 INFO STEP 685 (remove_files) COMPLETE
73772026-08-24T20:09:14.269Z[ recovery-image] Aug 24 20:09:13.675 INFO O| Aug 24 20:09:13.675 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73782026-08-24T20:09:14.285Z[ recovery-image] Aug 24 20:09:13.694 INFO O| Aug 24 20:09:13.693 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so"
73792026-08-24T20:09:14.285Z[ recovery-image] Aug 24 20:09:13.694 INFO O| Aug 24 20:09:13.694 INFO STEP 686 (remove_files) COMPLETE
73802026-08-24T20:09:14.285Z[ recovery-image] Aug 24 20:09:13.694 INFO O| Aug 24 20:09:13.694 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73812026-08-24T20:09:14.297Z[ recovery-image] Aug 24 20:09:13.706 INFO O| Aug 24 20:09:13.706 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so"
73822026-08-24T20:09:14.297Z[ recovery-image] Aug 24 20:09:13.706 INFO O| Aug 24 20:09:13.706 INFO STEP 687 (remove_files) COMPLETE
73832026-08-24T20:09:14.297Z[ recovery-image] Aug 24 20:09:13.706 INFO O| Aug 24 20:09:13.706 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73842026-08-24T20:09:14.308Z[ recovery-image] Aug 24 20:09:13.717 INFO O| Aug 24 20:09:13.717 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so"
73852026-08-24T20:09:14.308Z[ recovery-image] Aug 24 20:09:13.717 INFO O| Aug 24 20:09:13.717 INFO STEP 688 (remove_files) COMPLETE
73862026-08-24T20:09:14.308Z[ recovery-image] Aug 24 20:09:13.717 INFO O| Aug 24 20:09:13.717 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73872026-08-24T20:09:14.319Z[ recovery-image] Aug 24 20:09:13.728 INFO O| Aug 24 20:09:13.728 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so"
73882026-08-24T20:09:14.319Z[ recovery-image] Aug 24 20:09:13.728 INFO O| Aug 24 20:09:13.728 INFO STEP 689 (remove_files) COMPLETE
73892026-08-24T20:09:14.319Z[ recovery-image] Aug 24 20:09:13.728 INFO O| Aug 24 20:09:13.728 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73902026-08-24T20:09:14.329Z[ recovery-image] Aug 24 20:09:13.738 INFO O| Aug 24 20:09:13.738 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/cpu.so"
73912026-08-24T20:09:14.329Z[ recovery-image] Aug 24 20:09:13.738 INFO O| Aug 24 20:09:13.738 INFO STEP 690 (remove_files) COMPLETE
73922026-08-24T20:09:14.329Z[ recovery-image] Aug 24 20:09:13.738 INFO O| Aug 24 20:09:13.738 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73932026-08-24T20:09:14.344Z[ recovery-image] Aug 24 20:09:13.748 INFO O| Aug 24 20:09:13.748 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/dev.so"
73942026-08-24T20:09:14.344Z[ recovery-image] Aug 24 20:09:13.749 INFO O| Aug 24 20:09:13.749 INFO STEP 691 (remove_files) COMPLETE
73952026-08-24T20:09:14.344Z[ recovery-image] Aug 24 20:09:13.749 INFO O| Aug 24 20:09:13.749 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73962026-08-24T20:09:14.358Z[ recovery-image] Aug 24 20:09:13.767 INFO O| Aug 24 20:09:13.767 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/fmd.so"
73972026-08-24T20:09:14.358Z[ recovery-image] Aug 24 20:09:13.767 INFO O| Aug 24 20:09:13.767 INFO STEP 692 (remove_files) COMPLETE
73982026-08-24T20:09:14.358Z[ recovery-image] Aug 24 20:09:13.767 INFO O| Aug 24 20:09:13.767 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73992026-08-24T20:09:14.368Z[ recovery-image] Aug 24 20:09:13.777 INFO O| Aug 24 20:09:13.777 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/hc.so"
74002026-08-24T20:09:14.368Z[ recovery-image] Aug 24 20:09:13.777 INFO O| Aug 24 20:09:13.777 INFO STEP 693 (remove_files) COMPLETE
74012026-08-24T20:09:14.371Z[ recovery-image] Aug 24 20:09:13.777 INFO O| Aug 24 20:09:13.777 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74022026-08-24T20:09:14.377Z[ recovery-image] Aug 24 20:09:13.787 INFO O| Aug 24 20:09:13.786 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so"
74032026-08-24T20:09:14.378Z[ recovery-image] Aug 24 20:09:13.787 INFO O| Aug 24 20:09:13.787 INFO STEP 694 (remove_files) COMPLETE
74042026-08-24T20:09:14.378Z[ recovery-image] Aug 24 20:09:13.787 INFO O| Aug 24 20:09:13.787 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74052026-08-24T20:09:14.388Z[ recovery-image] Aug 24 20:09:13.797 INFO O| Aug 24 20:09:13.797 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/mem.so"
74062026-08-24T20:09:14.388Z[ recovery-image] Aug 24 20:09:13.797 INFO O| Aug 24 20:09:13.797 INFO STEP 695 (remove_files) COMPLETE
74072026-08-24T20:09:14.391Z[ recovery-image] Aug 24 20:09:13.797 INFO O| Aug 24 20:09:13.797 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74082026-08-24T20:09:14.398Z[ recovery-image] Aug 24 20:09:13.807 INFO O| Aug 24 20:09:13.807 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/mod.so"
74092026-08-24T20:09:14.398Z[ recovery-image] Aug 24 20:09:13.807 INFO O| Aug 24 20:09:13.807 INFO STEP 696 (remove_files) COMPLETE
74102026-08-24T20:09:14.398Z[ recovery-image] Aug 24 20:09:13.807 INFO O| Aug 24 20:09:13.807 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74112026-08-24T20:09:14.408Z[ recovery-image] Aug 24 20:09:13.817 INFO O| Aug 24 20:09:13.817 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/pkg.so"
74122026-08-24T20:09:14.408Z[ recovery-image] Aug 24 20:09:13.817 INFO O| Aug 24 20:09:13.817 INFO STEP 697 (remove_files) COMPLETE
74132026-08-24T20:09:14.408Z[ recovery-image] Aug 24 20:09:13.817 INFO O| Aug 24 20:09:13.817 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74142026-08-24T20:09:14.418Z[ recovery-image] Aug 24 20:09:13.827 INFO O| Aug 24 20:09:13.827 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/sw.so"
74152026-08-24T20:09:14.418Z[ recovery-image] Aug 24 20:09:13.827 INFO O| Aug 24 20:09:13.827 INFO STEP 698 (remove_files) COMPLETE
74162026-08-24T20:09:14.418Z[ recovery-image] Aug 24 20:09:13.827 INFO O| Aug 24 20:09:13.827 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74172026-08-24T20:09:14.429Z[ recovery-image] Aug 24 20:09:13.838 INFO O| Aug 24 20:09:13.837 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libdiskstatus.so.1"
74182026-08-24T20:09:14.429Z[ recovery-image] Aug 24 20:09:13.838 INFO O| Aug 24 20:09:13.838 INFO STEP 699 (remove_files) COMPLETE
74192026-08-24T20:09:14.429Z[ recovery-image] Aug 24 20:09:13.838 INFO O| Aug 24 20:09:13.838 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74202026-08-24T20:09:14.439Z[ recovery-image] Aug 24 20:09:13.847 INFO O| Aug 24 20:09:13.847 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_adm.so.1"
74212026-08-24T20:09:14.439Z[ recovery-image] Aug 24 20:09:13.847 INFO O| Aug 24 20:09:13.847 INFO STEP 700 (remove_files) COMPLETE
74222026-08-24T20:09:14.442Z[ recovery-image] Aug 24 20:09:13.847 INFO O| Aug 24 20:09:13.847 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74232026-08-24T20:09:14.449Z[ recovery-image] Aug 24 20:09:13.858 INFO O| Aug 24 20:09:13.858 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_log.so.1"
74242026-08-24T20:09:14.449Z[ recovery-image] Aug 24 20:09:13.858 INFO O| Aug 24 20:09:13.858 INFO STEP 701 (remove_files) COMPLETE
74252026-08-24T20:09:14.449Z[ recovery-image] Aug 24 20:09:13.858 INFO O| Aug 24 20:09:13.858 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74262026-08-24T20:09:14.459Z[ recovery-image] Aug 24 20:09:13.867 INFO O| Aug 24 20:09:13.867 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_snmp.so.1"
74272026-08-24T20:09:14.459Z[ recovery-image] Aug 24 20:09:13.867 INFO O| Aug 24 20:09:13.867 INFO STEP 702 (remove_files) COMPLETE
74282026-08-24T20:09:14.459Z[ recovery-image] Aug 24 20:09:13.867 INFO O| Aug 24 20:09:13.867 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74292026-08-24T20:09:14.467Z[ recovery-image] Aug 24 20:09:13.876 INFO O| Aug 24 20:09:13.876 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmnotify.so.1"
74302026-08-24T20:09:14.467Z[ recovery-image] Aug 24 20:09:13.876 INFO O| Aug 24 20:09:13.876 INFO STEP 703 (remove_files) COMPLETE
74312026-08-24T20:09:14.467Z[ recovery-image] Aug 24 20:09:13.876 INFO O| Aug 24 20:09:13.876 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74322026-08-24T20:09:14.477Z[ recovery-image] Aug 24 20:09:13.886 INFO O| Aug 24 20:09:13.886 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libseslog.so.1"
74332026-08-24T20:09:14.477Z[ recovery-image] Aug 24 20:09:13.886 INFO O| Aug 24 20:09:13.886 INFO STEP 704 (remove_files) COMPLETE
74342026-08-24T20:09:14.477Z[ recovery-image] Aug 24 20:09:13.886 INFO O| Aug 24 20:09:13.886 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74352026-08-24T20:09:14.487Z[ recovery-image] Aug 24 20:09:13.896 INFO O| Aug 24 20:09:13.896 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml"
74362026-08-24T20:09:14.487Z[ recovery-image] Aug 24 20:09:13.896 INFO O| Aug 24 20:09:13.896 INFO STEP 705 (remove_files) COMPLETE
74372026-08-24T20:09:14.488Z[ recovery-image] Aug 24 20:09:13.897 INFO O| Aug 24 20:09:13.896 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74382026-08-24T20:09:14.497Z[ recovery-image] Aug 24 20:09:13.906 INFO O| Aug 24 20:09:13.906 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/disk.so"
74392026-08-24T20:09:14.497Z[ recovery-image] Aug 24 20:09:13.906 INFO O| Aug 24 20:09:13.906 INFO STEP 706 (remove_files) COMPLETE
74402026-08-24T20:09:14.497Z[ recovery-image] Aug 24 20:09:13.906 INFO O| Aug 24 20:09:13.906 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74412026-08-24T20:09:14.507Z[ recovery-image] Aug 24 20:09:13.916 INFO O| Aug 24 20:09:13.916 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so"
74422026-08-24T20:09:14.507Z[ recovery-image] Aug 24 20:09:13.916 INFO O| Aug 24 20:09:13.916 INFO STEP 707 (remove_files) COMPLETE
74432026-08-24T20:09:14.507Z[ recovery-image] Aug 24 20:09:13.916 INFO O| Aug 24 20:09:13.916 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74442026-08-24T20:09:14.516Z[ recovery-image] Aug 24 20:09:13.925 INFO O| Aug 24 20:09:13.925 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so"
74452026-08-24T20:09:14.516Z[ recovery-image] Aug 24 20:09:13.925 INFO O| Aug 24 20:09:13.925 INFO STEP 708 (remove_files) COMPLETE
74462026-08-24T20:09:14.516Z[ recovery-image] Aug 24 20:09:13.925 INFO O| Aug 24 20:09:13.925 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74472026-08-24T20:09:14.526Z[ recovery-image] Aug 24 20:09:13.935 INFO O| Aug 24 20:09:13.935 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so"
74482026-08-24T20:09:14.526Z[ recovery-image] Aug 24 20:09:13.935 INFO O| Aug 24 20:09:13.935 INFO STEP 709 (remove_files) COMPLETE
74492026-08-24T20:09:14.526Z[ recovery-image] Aug 24 20:09:13.935 INFO O| Aug 24 20:09:13.935 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74502026-08-24T20:09:14.536Z[ recovery-image] Aug 24 20:09:13.945 INFO O| Aug 24 20:09:13.944 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/ipmi.so"
74512026-08-24T20:09:14.536Z[ recovery-image] Aug 24 20:09:13.945 INFO O| Aug 24 20:09:13.945 INFO STEP 710 (remove_files) COMPLETE
74522026-08-24T20:09:14.536Z[ recovery-image] Aug 24 20:09:13.945 INFO O| Aug 24 20:09:13.945 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74532026-08-24T20:09:14.546Z[ recovery-image] Aug 24 20:09:13.955 INFO O| Aug 24 20:09:13.955 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/nic.so"
74542026-08-24T20:09:14.546Z[ recovery-image] Aug 24 20:09:13.955 INFO O| Aug 24 20:09:13.955 INFO STEP 711 (remove_files) COMPLETE
74552026-08-24T20:09:14.546Z[ recovery-image] Aug 24 20:09:13.955 INFO O| Aug 24 20:09:13.955 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74562026-08-24T20:09:14.556Z[ recovery-image] Aug 24 20:09:13.965 INFO O| Aug 24 20:09:13.965 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/ses.so"
74572026-08-24T20:09:14.556Z[ recovery-image] Aug 24 20:09:13.965 INFO O| Aug 24 20:09:13.965 INFO STEP 712 (remove_files) COMPLETE
74582026-08-24T20:09:14.556Z[ recovery-image] Aug 24 20:09:13.965 INFO O| Aug 24 20:09:13.965 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74592026-08-24T20:09:14.567Z[ recovery-image] Aug 24 20:09:13.976 INFO O| Aug 24 20:09:13.976 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/smbios.so"
74602026-08-24T20:09:14.567Z[ recovery-image] Aug 24 20:09:13.976 INFO O| Aug 24 20:09:13.976 INFO STEP 713 (remove_files) COMPLETE
74612026-08-24T20:09:14.567Z[ recovery-image] Aug 24 20:09:13.976 INFO O| Aug 24 20:09:13.976 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74622026-08-24T20:09:14.578Z[ recovery-image] Aug 24 20:09:13.986 INFO O| Aug 24 20:09:13.986 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/usb.so"
74632026-08-24T20:09:14.578Z[ recovery-image] Aug 24 20:09:13.987 INFO O| Aug 24 20:09:13.987 INFO STEP 714 (remove_files) COMPLETE
74642026-08-24T20:09:14.581Z[ recovery-image] Aug 24 20:09:13.987 INFO O| Aug 24 20:09:13.987 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74652026-08-24T20:09:14.587Z[ recovery-image] Aug 24 20:09:13.996 INFO O| Aug 24 20:09:13.996 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/xfp.so"
74662026-08-24T20:09:14.587Z[ recovery-image] Aug 24 20:09:13.996 INFO O| Aug 24 20:09:13.996 INFO STEP 715 (remove_files) COMPLETE
74672026-08-24T20:09:14.587Z[ recovery-image] Aug 24 20:09:13.996 INFO O| Aug 24 20:09:13.996 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74682026-08-24T20:09:14.599Z[ recovery-image] Aug 24 20:09:14.008 INFO O| Aug 24 20:09:14.007 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/bootfs/mount"
74692026-08-24T20:09:14.599Z[ recovery-image] Aug 24 20:09:14.008 INFO O| Aug 24 20:09:14.008 INFO STEP 716 (remove_files) COMPLETE
74702026-08-24T20:09:14.599Z[ recovery-image] Aug 24 20:09:14.008 INFO O| Aug 24 20:09:14.008 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74712026-08-24T20:09:14.609Z[ recovery-image] Aug 24 20:09:14.018 INFO O| Aug 24 20:09:14.018 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/fstyp"
74722026-08-24T20:09:14.609Z[ recovery-image] Aug 24 20:09:14.018 INFO O| Aug 24 20:09:14.018 INFO STEP 717 (remove_files) COMPLETE
74732026-08-24T20:09:14.613Z[ recovery-image] Aug 24 20:09:14.018 INFO O| Aug 24 20:09:14.018 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74742026-08-24T20:09:14.619Z[ recovery-image] Aug 24 20:09:14.028 INFO O| Aug 24 20:09:14.028 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/fstyp.so.1"
74752026-08-24T20:09:14.623Z[ recovery-image] Aug 24 20:09:14.029 INFO O| Aug 24 20:09:14.029 INFO STEP 718 (remove_files) COMPLETE
74762026-08-24T20:09:14.623Z[ recovery-image] Aug 24 20:09:14.029 INFO O| Aug 24 20:09:14.029 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74772026-08-24T20:09:14.632Z[ recovery-image] Aug 24 20:09:14.041 INFO O| Aug 24 20:09:14.041 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/labelit"
74782026-08-24T20:09:14.636Z[ recovery-image] Aug 24 20:09:14.042 INFO O| Aug 24 20:09:14.042 INFO STEP 719 (remove_files) COMPLETE
74792026-08-24T20:09:14.636Z[ recovery-image] Aug 24 20:09:14.042 INFO O| Aug 24 20:09:14.042 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74802026-08-24T20:09:14.644Z[ recovery-image] Aug 24 20:09:14.053 INFO O| Aug 24 20:09:14.053 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/lofs/mount"
74812026-08-24T20:09:14.644Z[ recovery-image] Aug 24 20:09:14.053 INFO O| Aug 24 20:09:14.053 INFO STEP 720 (remove_files) COMPLETE
74822026-08-24T20:09:14.649Z[ recovery-image] Aug 24 20:09:14.053 INFO O| Aug 24 20:09:14.053 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74832026-08-24T20:09:14.654Z[ recovery-image] Aug 24 20:09:14.063 INFO O| Aug 24 20:09:14.063 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/mntfs/mount"
74842026-08-24T20:09:14.654Z[ recovery-image] Aug 24 20:09:14.063 INFO O| Aug 24 20:09:14.063 INFO STEP 721 (remove_files) COMPLETE
74852026-08-24T20:09:14.654Z[ recovery-image] Aug 24 20:09:14.063 INFO O| Aug 24 20:09:14.063 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74862026-08-24T20:09:14.667Z[ recovery-image] Aug 24 20:09:14.073 INFO O| Aug 24 20:09:14.073 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fsck"
74872026-08-24T20:09:14.667Z[ recovery-image] Aug 24 20:09:14.073 INFO O| Aug 24 20:09:14.073 INFO STEP 722 (remove_files) COMPLETE
74882026-08-24T20:09:14.667Z[ recovery-image] Aug 24 20:09:14.073 INFO O| Aug 24 20:09:14.073 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74892026-08-24T20:09:14.674Z[ recovery-image] Aug 24 20:09:14.082 INFO O| Aug 24 20:09:14.082 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fstyp"
74902026-08-24T20:09:14.674Z[ recovery-image] Aug 24 20:09:14.082 INFO O| Aug 24 20:09:14.082 INFO STEP 723 (remove_files) COMPLETE
74912026-08-24T20:09:14.674Z[ recovery-image] Aug 24 20:09:14.082 INFO O| Aug 24 20:09:14.082 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74922026-08-24T20:09:14.682Z[ recovery-image] Aug 24 20:09:14.090 INFO O| Aug 24 20:09:14.090 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fstyp.so.1"
74932026-08-24T20:09:14.682Z[ recovery-image] Aug 24 20:09:14.090 INFO O| Aug 24 20:09:14.090 INFO STEP 724 (remove_files) COMPLETE
74942026-08-24T20:09:14.685Z[ recovery-image] Aug 24 20:09:14.090 INFO O| Aug 24 20:09:14.090 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74952026-08-24T20:09:14.693Z[ recovery-image] Aug 24 20:09:14.102 INFO O| Aug 24 20:09:14.102 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/mkfs"
74962026-08-24T20:09:14.693Z[ recovery-image] Aug 24 20:09:14.102 INFO O| Aug 24 20:09:14.102 INFO STEP 725 (remove_files) COMPLETE
74972026-08-24T20:09:14.693Z[ recovery-image] Aug 24 20:09:14.102 INFO O| Aug 24 20:09:14.102 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74982026-08-24T20:09:14.703Z[ recovery-image] Aug 24 20:09:14.112 INFO O| Aug 24 20:09:14.112 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/mount"
74992026-08-24T20:09:14.703Z[ recovery-image] Aug 24 20:09:14.112 INFO O| Aug 24 20:09:14.112 INFO STEP 726 (remove_files) COMPLETE
75002026-08-24T20:09:14.707Z[ recovery-image] Aug 24 20:09:14.112 INFO O| Aug 24 20:09:14.112 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75012026-08-24T20:09:14.712Z[ recovery-image] Aug 24 20:09:14.121 INFO O| Aug 24 20:09:14.121 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/sharefs/mount"
75022026-08-24T20:09:14.712Z[ recovery-image] Aug 24 20:09:14.121 INFO O| Aug 24 20:09:14.121 INFO STEP 727 (remove_files) COMPLETE
75032026-08-24T20:09:14.716Z[ recovery-image] Aug 24 20:09:14.121 INFO O| Aug 24 20:09:14.121 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75042026-08-24T20:09:14.722Z[ recovery-image] Aug 24 20:09:14.131 INFO O| Aug 24 20:09:14.131 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1"
75052026-08-24T20:09:14.722Z[ recovery-image] Aug 24 20:09:14.131 INFO O| Aug 24 20:09:14.131 INFO STEP 728 (remove_files) COMPLETE
75062026-08-24T20:09:14.722Z[ recovery-image] Aug 24 20:09:14.131 INFO O| Aug 24 20:09:14.131 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75072026-08-24T20:09:14.731Z[ recovery-image] Aug 24 20:09:14.140 INFO O| Aug 24 20:09:14.140 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smb/libshare_smb.so.1"
75082026-08-24T20:09:14.731Z[ recovery-image] Aug 24 20:09:14.141 INFO O| Aug 24 20:09:14.141 INFO STEP 729 (remove_files) COMPLETE
75092026-08-24T20:09:14.734Z[ recovery-image] Aug 24 20:09:14.141 INFO O| Aug 24 20:09:14.141 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75102026-08-24T20:09:14.742Z[ recovery-image] Aug 24 20:09:14.151 INFO O| Aug 24 20:09:14.150 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1"
75112026-08-24T20:09:14.742Z[ recovery-image] Aug 24 20:09:14.151 INFO O| Aug 24 20:09:14.151 INFO STEP 730 (remove_files) COMPLETE
75122026-08-24T20:09:14.742Z[ recovery-image] Aug 24 20:09:14.151 INFO O| Aug 24 20:09:14.151 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75132026-08-24T20:09:14.745Z[verify-libraries] Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
75142026-08-24T20:09:14.750Z[ recovery-image] Aug 24 20:09:14.159 INFO O| Aug 24 20:09:14.159 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/dfshares"
75152026-08-24T20:09:14.750Z[ recovery-image] Aug 24 20:09:14.159 INFO O| Aug 24 20:09:14.159 INFO STEP 731 (remove_files) COMPLETE
75162026-08-24T20:09:14.750Z[ recovery-image] Aug 24 20:09:14.159 INFO O| Aug 24 20:09:14.159 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75172026-08-24T20:09:14.758Z[ recovery-image] Aug 24 20:09:14.167 INFO O| Aug 24 20:09:14.167 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1"
75182026-08-24T20:09:14.758Z[ recovery-image] Aug 24 20:09:14.167 INFO O| Aug 24 20:09:14.167 INFO STEP 732 (remove_files) COMPLETE
75192026-08-24T20:09:14.758Z[ recovery-image] Aug 24 20:09:14.167 INFO O| Aug 24 20:09:14.167 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75202026-08-24T20:09:14.768Z[ recovery-image] Aug 24 20:09:14.177 INFO O| Aug 24 20:09:14.177 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/mount"
75212026-08-24T20:09:14.769Z[ recovery-image] Aug 24 20:09:14.178 INFO O| Aug 24 20:09:14.177 INFO STEP 733 (remove_files) COMPLETE
75222026-08-24T20:09:14.769Z[ recovery-image] Aug 24 20:09:14.178 INFO O| Aug 24 20:09:14.178 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75232026-08-24T20:09:14.779Z[ recovery-image] Aug 24 20:09:14.187 INFO O| Aug 24 20:09:14.187 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/share"
75242026-08-24T20:09:14.779Z[ recovery-image] Aug 24 20:09:14.188 INFO O| Aug 24 20:09:14.188 INFO STEP 734 (remove_files) COMPLETE
75252026-08-24T20:09:14.779Z[ recovery-image] Aug 24 20:09:14.188 INFO O| Aug 24 20:09:14.188 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75262026-08-24T20:09:14.789Z[ recovery-image] Aug 24 20:09:14.198 INFO O| Aug 24 20:09:14.198 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/umount"
75272026-08-24T20:09:14.789Z[ recovery-image] Aug 24 20:09:14.198 INFO O| Aug 24 20:09:14.198 INFO STEP 735 (remove_files) COMPLETE
75282026-08-24T20:09:14.789Z[ recovery-image] Aug 24 20:09:14.198 INFO O| Aug 24 20:09:14.198 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75292026-08-24T20:09:14.798Z[ recovery-image] Aug 24 20:09:14.207 INFO O| Aug 24 20:09:14.207 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/unshare"
75302026-08-24T20:09:14.798Z[ recovery-image] Aug 24 20:09:14.207 INFO O| Aug 24 20:09:14.207 INFO STEP 736 (remove_files) COMPLETE
75312026-08-24T20:09:14.798Z[ recovery-image] Aug 24 20:09:14.207 INFO O| Aug 24 20:09:14.207 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75322026-08-24T20:09:14.807Z[ recovery-image] Aug 24 20:09:14.216 INFO O| Aug 24 20:09:14.216 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/clri"
75332026-08-24T20:09:14.807Z[ recovery-image] Aug 24 20:09:14.216 INFO O| Aug 24 20:09:14.216 INFO STEP 737 (remove_files) COMPLETE
75342026-08-24T20:09:14.807Z[ recovery-image] Aug 24 20:09:14.216 INFO O| Aug 24 20:09:14.216 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75352026-08-24T20:09:14.816Z[ recovery-image] Aug 24 20:09:14.225 INFO O| Aug 24 20:09:14.225 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/dcopy"
75362026-08-24T20:09:14.816Z[ recovery-image] Aug 24 20:09:14.225 INFO O| Aug 24 20:09:14.225 INFO STEP 738 (remove_files) COMPLETE
75372026-08-24T20:09:14.816Z[ recovery-image] Aug 24 20:09:14.225 INFO O| Aug 24 20:09:14.225 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75382026-08-24T20:09:14.826Z[ recovery-image] Aug 24 20:09:14.235 INFO O| Aug 24 20:09:14.234 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/df"
75392026-08-24T20:09:14.826Z[ recovery-image] Aug 24 20:09:14.235 INFO O| Aug 24 20:09:14.235 INFO STEP 739 (remove_files) COMPLETE
75402026-08-24T20:09:14.826Z[ recovery-image] Aug 24 20:09:14.235 INFO O| Aug 24 20:09:14.235 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75412026-08-24T20:09:14.835Z[ recovery-image] Aug 24 20:09:14.244 INFO O| Aug 24 20:09:14.244 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/edquota"
75422026-08-24T20:09:14.835Z[ recovery-image] Aug 24 20:09:14.244 INFO O| Aug 24 20:09:14.244 INFO STEP 740 (remove_files) COMPLETE
75432026-08-24T20:09:14.835Z[ recovery-image] Aug 24 20:09:14.244 INFO O| Aug 24 20:09:14.244 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75442026-08-24T20:09:14.845Z[ recovery-image] Aug 24 20:09:14.254 INFO O| Aug 24 20:09:14.254 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ff"
75452026-08-24T20:09:14.845Z[ recovery-image] Aug 24 20:09:14.254 INFO O| Aug 24 20:09:14.254 INFO STEP 741 (remove_files) COMPLETE
75462026-08-24T20:09:14.845Z[ recovery-image] Aug 24 20:09:14.254 INFO O| Aug 24 20:09:14.254 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75472026-08-24T20:09:14.855Z[ recovery-image] Aug 24 20:09:14.264 INFO O| Aug 24 20:09:14.264 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsck"
75482026-08-24T20:09:14.855Z[ recovery-image] Aug 24 20:09:14.264 INFO O| Aug 24 20:09:14.264 INFO STEP 742 (remove_files) COMPLETE
75492026-08-24T20:09:14.855Z[ recovery-image] Aug 24 20:09:14.264 INFO O| Aug 24 20:09:14.264 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75502026-08-24T20:09:14.865Z[ recovery-image] Aug 24 20:09:14.274 INFO O| Aug 24 20:09:14.274 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsckall"
75512026-08-24T20:09:14.865Z[ recovery-image] Aug 24 20:09:14.274 INFO O| Aug 24 20:09:14.274 INFO STEP 743 (remove_files) COMPLETE
75522026-08-24T20:09:14.865Z[ recovery-image] Aug 24 20:09:14.274 INFO O| Aug 24 20:09:14.274 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75532026-08-24T20:09:14.874Z[ recovery-image] Aug 24 20:09:14.283 INFO O| Aug 24 20:09:14.283 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsdb"
75542026-08-24T20:09:14.874Z[ recovery-image] Aug 24 20:09:14.283 INFO O| Aug 24 20:09:14.283 INFO STEP 744 (remove_files) COMPLETE
75552026-08-24T20:09:14.874Z[ recovery-image] Aug 24 20:09:14.283 INFO O| Aug 24 20:09:14.283 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75562026-08-24T20:09:14.885Z[ recovery-image] Aug 24 20:09:14.291 INFO O| Aug 24 20:09:14.291 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsirand"
75572026-08-24T20:09:14.885Z[ recovery-image] Aug 24 20:09:14.292 INFO O| Aug 24 20:09:14.292 INFO STEP 745 (remove_files) COMPLETE
75582026-08-24T20:09:14.885Z[ recovery-image] Aug 24 20:09:14.292 INFO O| Aug 24 20:09:14.292 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75592026-08-24T20:09:14.892Z[ recovery-image] Aug 24 20:09:14.300 INFO O| Aug 24 20:09:14.300 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fssnap"
75602026-08-24T20:09:14.892Z[ recovery-image] Aug 24 20:09:14.300 INFO O| Aug 24 20:09:14.300 INFO STEP 746 (remove_files) COMPLETE
75612026-08-24T20:09:14.892Z[ recovery-image] Aug 24 20:09:14.300 INFO O| Aug 24 20:09:14.300 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75622026-08-24T20:09:14.901Z[ recovery-image] Aug 24 20:09:14.309 INFO O| Aug 24 20:09:14.309 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fstyp"
75632026-08-24T20:09:14.901Z[ recovery-image] Aug 24 20:09:14.309 INFO O| Aug 24 20:09:14.309 INFO STEP 747 (remove_files) COMPLETE
75642026-08-24T20:09:14.901Z[ recovery-image] Aug 24 20:09:14.309 INFO O| Aug 24 20:09:14.309 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75652026-08-24T20:09:14.909Z[ recovery-image] Aug 24 20:09:14.318 INFO O| Aug 24 20:09:14.318 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fstyp.so.1"
75662026-08-24T20:09:14.909Z[ recovery-image] Aug 24 20:09:14.318 INFO O| Aug 24 20:09:14.318 INFO STEP 748 (remove_files) COMPLETE
75672026-08-24T20:09:14.912Z[ recovery-image] Aug 24 20:09:14.318 INFO O| Aug 24 20:09:14.318 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75682026-08-24T20:09:14.918Z[ recovery-image] Aug 24 20:09:14.327 INFO O| Aug 24 20:09:14.327 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/labelit"
75692026-08-24T20:09:14.918Z[ recovery-image] Aug 24 20:09:14.327 INFO O| Aug 24 20:09:14.327 INFO STEP 749 (remove_files) COMPLETE
75702026-08-24T20:09:14.918Z[ recovery-image] Aug 24 20:09:14.327 INFO O| Aug 24 20:09:14.327 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75712026-08-24T20:09:14.929Z[ recovery-image] Aug 24 20:09:14.336 INFO O| Aug 24 20:09:14.336 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/lockfs"
75722026-08-24T20:09:14.929Z[ recovery-image] Aug 24 20:09:14.337 INFO O| Aug 24 20:09:14.337 INFO STEP 750 (remove_files) COMPLETE
75732026-08-24T20:09:14.929Z[ recovery-image] Aug 24 20:09:14.337 INFO O| Aug 24 20:09:14.337 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75742026-08-24T20:09:14.939Z[ recovery-image] Aug 24 20:09:14.347 INFO O| Aug 24 20:09:14.347 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/mkfs"
75752026-08-24T20:09:14.939Z[ recovery-image] Aug 24 20:09:14.348 INFO O| Aug 24 20:09:14.348 INFO STEP 751 (remove_files) COMPLETE
75762026-08-24T20:09:14.939Z[ recovery-image] Aug 24 20:09:14.348 INFO O| Aug 24 20:09:14.348 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75772026-08-24T20:09:14.950Z[ recovery-image] Aug 24 20:09:14.359 INFO O| Aug 24 20:09:14.358 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ncheck"
75782026-08-24T20:09:14.950Z[ recovery-image] Aug 24 20:09:14.359 INFO O| Aug 24 20:09:14.359 INFO STEP 752 (remove_files) COMPLETE
75792026-08-24T20:09:14.950Z[ recovery-image] Aug 24 20:09:14.359 INFO O| Aug 24 20:09:14.359 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75802026-08-24T20:09:14.961Z[ recovery-image] Aug 24 20:09:14.370 INFO O| Aug 24 20:09:14.370 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/newfs"
75812026-08-24T20:09:14.961Z[ recovery-image] Aug 24 20:09:14.370 INFO O| Aug 24 20:09:14.370 INFO STEP 753 (remove_files) COMPLETE
75822026-08-24T20:09:14.961Z[ recovery-image] Aug 24 20:09:14.370 INFO O| Aug 24 20:09:14.370 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75832026-08-24T20:09:14.973Z[ recovery-image] Aug 24 20:09:14.382 INFO O| Aug 24 20:09:14.382 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quot"
75842026-08-24T20:09:14.973Z[ recovery-image] Aug 24 20:09:14.382 INFO O| Aug 24 20:09:14.382 INFO STEP 754 (remove_files) COMPLETE
75852026-08-24T20:09:14.976Z[ recovery-image] Aug 24 20:09:14.382 INFO O| Aug 24 20:09:14.382 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75862026-08-24T20:09:15.009Z[ recovery-image] Aug 24 20:09:14.418 INFO O| Aug 24 20:09:14.418 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotacheck"
75872026-08-24T20:09:15.009Z[ recovery-image] Aug 24 20:09:14.418 INFO O| Aug 24 20:09:14.418 INFO STEP 755 (remove_files) COMPLETE
75882026-08-24T20:09:15.009Z[ recovery-image] Aug 24 20:09:14.418 INFO O| Aug 24 20:09:14.418 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75892026-08-24T20:09:15.020Z[ recovery-image] Aug 24 20:09:14.429 INFO O| Aug 24 20:09:14.429 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotaoff"
75902026-08-24T20:09:15.020Z[ recovery-image] Aug 24 20:09:14.429 INFO O| Aug 24 20:09:14.429 INFO STEP 756 (remove_files) COMPLETE
75912026-08-24T20:09:15.020Z[ recovery-image] Aug 24 20:09:14.429 INFO O| Aug 24 20:09:14.429 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75922026-08-24T20:09:15.030Z[ recovery-image] Aug 24 20:09:14.439 INFO O| Aug 24 20:09:14.439 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotaon"
75932026-08-24T20:09:15.030Z[ recovery-image] Aug 24 20:09:14.439 INFO O| Aug 24 20:09:14.439 INFO STEP 757 (remove_files) COMPLETE
75942026-08-24T20:09:15.030Z[ recovery-image] Aug 24 20:09:14.439 INFO O| Aug 24 20:09:14.439 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75952026-08-24T20:09:15.041Z[ recovery-image] Aug 24 20:09:14.450 INFO O| Aug 24 20:09:14.450 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/repquota"
75962026-08-24T20:09:15.041Z[ recovery-image] Aug 24 20:09:14.450 INFO O| Aug 24 20:09:14.450 INFO STEP 758 (remove_files) COMPLETE
75972026-08-24T20:09:15.045Z[ recovery-image] Aug 24 20:09:14.450 INFO O| Aug 24 20:09:14.450 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75982026-08-24T20:09:15.051Z[ recovery-image] Aug 24 20:09:14.460 INFO O| Aug 24 20:09:14.460 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/tunefs"
75992026-08-24T20:09:15.051Z[ recovery-image] Aug 24 20:09:14.460 INFO O| Aug 24 20:09:14.460 INFO STEP 759 (remove_files) COMPLETE
76002026-08-24T20:09:15.051Z[ recovery-image] Aug 24 20:09:14.460 INFO O| Aug 24 20:09:14.460 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76012026-08-24T20:09:15.063Z[ recovery-image] Aug 24 20:09:14.472 INFO O| Aug 24 20:09:14.472 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ufsdump"
76022026-08-24T20:09:15.063Z[ recovery-image] Aug 24 20:09:14.472 INFO O| Aug 24 20:09:14.472 INFO STEP 760 (remove_files) COMPLETE
76032026-08-24T20:09:15.063Z[ recovery-image] Aug 24 20:09:14.472 INFO O| Aug 24 20:09:14.472 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76042026-08-24T20:09:15.074Z[ recovery-image] Aug 24 20:09:14.483 INFO O| Aug 24 20:09:14.483 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ufsrestore"
76052026-08-24T20:09:15.074Z[ recovery-image] Aug 24 20:09:14.483 INFO O| Aug 24 20:09:14.483 INFO STEP 761 (remove_files) COMPLETE
76062026-08-24T20:09:15.074Z[ recovery-image] Aug 24 20:09:14.483 INFO O| Aug 24 20:09:14.483 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76072026-08-24T20:09:15.086Z[ recovery-image] Aug 24 20:09:14.495 INFO O| Aug 24 20:09:14.495 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/volcopy"
76082026-08-24T20:09:15.086Z[ recovery-image] Aug 24 20:09:14.495 INFO O| Aug 24 20:09:14.495 INFO STEP 762 (remove_files) COMPLETE
76092026-08-24T20:09:15.086Z[ recovery-image] Aug 24 20:09:14.495 INFO O| Aug 24 20:09:14.495 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76102026-08-24T20:09:15.097Z[ recovery-image] Aug 24 20:09:14.506 INFO O| Aug 24 20:09:14.506 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/dh1024-0.so.1"
76112026-08-24T20:09:15.097Z[ recovery-image] Aug 24 20:09:14.506 INFO O| Aug 24 20:09:14.506 INFO STEP 763 (remove_files) COMPLETE
76122026-08-24T20:09:15.098Z[ recovery-image] Aug 24 20:09:14.506 INFO O| Aug 24 20:09:14.506 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76132026-08-24T20:09:15.102Z[verify-libraries] Compiling socket2 v0.5.10
76142026-08-24T20:09:15.108Z[ recovery-image] Aug 24 20:09:14.516 INFO O| Aug 24 20:09:14.516 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/dh640-0.so.1"
76152026-08-24T20:09:15.108Z[ recovery-image] Aug 24 20:09:14.516 INFO O| Aug 24 20:09:14.516 INFO STEP 764 (remove_files) COMPLETE
76162026-08-24T20:09:15.108Z[ recovery-image] Aug 24 20:09:14.516 INFO O| Aug 24 20:09:14.516 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76172026-08-24T20:09:15.118Z[ recovery-image] Aug 24 20:09:14.527 INFO O| Aug 24 20:09:14.527 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/gsscred_clean"
76182026-08-24T20:09:15.121Z[ recovery-image] Aug 24 20:09:14.528 INFO O| Aug 24 20:09:14.528 INFO STEP 765 (remove_files) COMPLETE
76192026-08-24T20:09:15.121Z[ recovery-image] Aug 24 20:09:14.528 INFO O| Aug 24 20:09:14.528 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76202026-08-24T20:09:15.129Z[ recovery-image] Aug 24 20:09:14.538 INFO O| Aug 24 20:09:14.538 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/gssd"
76212026-08-24T20:09:15.129Z[ recovery-image] Aug 24 20:09:14.538 INFO O| Aug 24 20:09:14.538 INFO STEP 766 (remove_files) COMPLETE
76222026-08-24T20:09:15.133Z[ recovery-image] Aug 24 20:09:14.538 INFO O| Aug 24 20:09:14.538 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76232026-08-24T20:09:15.139Z[ recovery-image] Aug 24 20:09:14.548 INFO O| Aug 24 20:09:14.548 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_dh.so.1"
76242026-08-24T20:09:15.139Z[ recovery-image] Aug 24 20:09:14.548 INFO O| Aug 24 20:09:14.548 INFO STEP 767 (remove_files) COMPLETE
76252026-08-24T20:09:15.139Z[ recovery-image] Aug 24 20:09:14.548 INFO O| Aug 24 20:09:14.548 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76262026-08-24T20:09:15.149Z[ recovery-image] Aug 24 20:09:14.558 INFO O| Aug 24 20:09:14.558 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_krb5.so.1"
76272026-08-24T20:09:15.149Z[ recovery-image] Aug 24 20:09:14.558 INFO O| Aug 24 20:09:14.558 INFO STEP 768 (remove_files) COMPLETE
76282026-08-24T20:09:15.152Z[ recovery-image] Aug 24 20:09:14.558 INFO O| Aug 24 20:09:14.558 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76292026-08-24T20:09:15.159Z[ recovery-image] Aug 24 20:09:14.568 INFO O| Aug 24 20:09:14.567 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_spnego.so.1"
76302026-08-24T20:09:15.159Z[ recovery-image] Aug 24 20:09:14.568 INFO O| Aug 24 20:09:14.568 INFO STEP 769 (remove_files) COMPLETE
76312026-08-24T20:09:15.159Z[ recovery-image] Aug 24 20:09:14.568 INFO O| Aug 24 20:09:14.568 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76322026-08-24T20:09:15.170Z[ recovery-image] Aug 24 20:09:14.579 INFO O| Aug 24 20:09:14.579 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/amd64/in.iked"
76332026-08-24T20:09:15.170Z[ recovery-image] Aug 24 20:09:14.579 INFO O| Aug 24 20:09:14.579 INFO STEP 770 (remove_files) COMPLETE
76342026-08-24T20:09:15.170Z[ recovery-image] Aug 24 20:09:14.579 INFO O| Aug 24 20:09:14.579 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76352026-08-24T20:09:15.181Z[ recovery-image] Aug 24 20:09:14.589 INFO O| Aug 24 20:09:14.589 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certdb"
76362026-08-24T20:09:15.181Z[ recovery-image] Aug 24 20:09:14.589 INFO O| Aug 24 20:09:14.589 INFO STEP 771 (remove_files) COMPLETE
76372026-08-24T20:09:15.184Z[ recovery-image] Aug 24 20:09:14.590 INFO O| Aug 24 20:09:14.589 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76382026-08-24T20:09:15.191Z[ recovery-image] Aug 24 20:09:14.600 INFO O| Aug 24 20:09:14.600 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certlocal"
76392026-08-24T20:09:15.194Z[ recovery-image] Aug 24 20:09:14.601 INFO O| Aug 24 20:09:14.601 INFO STEP 772 (remove_files) COMPLETE
76402026-08-24T20:09:15.194Z[ recovery-image] Aug 24 20:09:14.601 INFO O| Aug 24 20:09:14.601 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76412026-08-24T20:09:15.201Z[ recovery-image] Aug 24 20:09:14.610 INFO O| Aug 24 20:09:14.610 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certrldb"
76422026-08-24T20:09:15.201Z[ recovery-image] Aug 24 20:09:14.610 INFO O| Aug 24 20:09:14.610 INFO STEP 773 (remove_files) COMPLETE
76432026-08-24T20:09:15.201Z[ recovery-image] Aug 24 20:09:14.610 INFO O| Aug 24 20:09:14.610 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76442026-08-24T20:09:15.211Z[ recovery-image] Aug 24 20:09:14.620 INFO O| Aug 24 20:09:14.620 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/in.iked"
76452026-08-24T20:09:15.211Z[ recovery-image] Aug 24 20:09:14.620 INFO O| Aug 24 20:09:14.620 INFO STEP 774 (remove_files) COMPLETE
76462026-08-24T20:09:15.211Z[ recovery-image] Aug 24 20:09:14.620 INFO O| Aug 24 20:09:14.620 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76472026-08-24T20:09:15.221Z[ recovery-image] Aug 24 20:09:14.630 INFO O| Aug 24 20:09:14.630 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/in.ripngd"
76482026-08-24T20:09:15.221Z[ recovery-image] Aug 24 20:09:14.630 INFO O| Aug 24 20:09:14.630 INFO STEP 775 (remove_files) COMPLETE
76492026-08-24T20:09:15.221Z[ recovery-image] Aug 24 20:09:14.630 INFO O| Aug 24 20:09:14.630 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76502026-08-24T20:09:15.230Z[ recovery-image] Aug 24 20:09:14.639 INFO O| Aug 24 20:09:14.639 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/inetd"
76512026-08-24T20:09:15.230Z[ recovery-image] Aug 24 20:09:14.639 INFO O| Aug 24 20:09:14.639 INFO STEP 776 (remove_files) COMPLETE
76522026-08-24T20:09:15.230Z[ recovery-image] Aug 24 20:09:14.639 INFO O| Aug 24 20:09:14.639 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76532026-08-24T20:09:15.240Z[ recovery-image] Aug 24 20:09:14.649 INFO O| Aug 24 20:09:14.649 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1"
76542026-08-24T20:09:15.243Z[ recovery-image] Aug 24 20:09:14.649 INFO O| Aug 24 20:09:14.649 INFO STEP 777 (remove_files) COMPLETE
76552026-08-24T20:09:15.243Z[ recovery-image] Aug 24 20:09:14.649 INFO O| Aug 24 20:09:14.649 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76562026-08-24T20:09:15.250Z[ recovery-image] Aug 24 20:09:14.660 INFO O| Aug 24 20:09:14.659 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/ktkt_warnd"
76572026-08-24T20:09:15.251Z[ recovery-image] Aug 24 20:09:14.660 INFO O| Aug 24 20:09:14.660 INFO STEP 778 (remove_files) COMPLETE
76582026-08-24T20:09:15.254Z[ recovery-image] Aug 24 20:09:14.660 INFO O| Aug 24 20:09:14.660 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76592026-08-24T20:09:15.260Z[ recovery-image] Aug 24 20:09:14.669 INFO O| Aug 24 20:09:14.669 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/libkadm5clnt.so.1"
76602026-08-24T20:09:15.260Z[ recovery-image] Aug 24 20:09:14.669 INFO O| Aug 24 20:09:14.669 INFO STEP 779 (remove_files) COMPLETE
76612026-08-24T20:09:15.260Z[ recovery-image] Aug 24 20:09:14.669 INFO O| Aug 24 20:09:14.669 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76622026-08-24T20:09:15.269Z[ recovery-image] Aug 24 20:09:14.678 INFO O| Aug 24 20:09:14.677 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/libss.so.1"
76632026-08-24T20:09:15.272Z[ recovery-image] Aug 24 20:09:14.678 INFO O| Aug 24 20:09:14.678 INFO STEP 780 (remove_files) COMPLETE
76642026-08-24T20:09:15.272Z[ recovery-image] Aug 24 20:09:14.678 INFO O| Aug 24 20:09:14.678 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76652026-08-24T20:09:15.277Z[ recovery-image] Aug 24 20:09:14.686 INFO O| Aug 24 20:09:14.686 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1"
76662026-08-24T20:09:15.277Z[ recovery-image] Aug 24 20:09:14.686 INFO O| Aug 24 20:09:14.686 INFO STEP 781 (remove_files) COMPLETE
76672026-08-24T20:09:15.281Z[ recovery-image] Aug 24 20:09:14.686 INFO O| Aug 24 20:09:14.686 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76682026-08-24T20:09:15.287Z[ recovery-image] Aug 24 20:09:14.696 INFO O| Aug 24 20:09:14.696 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.above4G"
76692026-08-24T20:09:15.287Z[ recovery-image] Aug 24 20:09:14.697 INFO O| Aug 24 20:09:14.696 INFO STEP 782 (remove_files) COMPLETE
76702026-08-24T20:09:15.287Z[ recovery-image] Aug 24 20:09:14.697 INFO O| Aug 24 20:09:14.697 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76712026-08-24T20:09:15.298Z[ recovery-image] Aug 24 20:09:14.707 INFO O| Aug 24 20:09:14.707 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.below4G"
76722026-08-24T20:09:15.298Z[ recovery-image] Aug 24 20:09:14.707 INFO O| Aug 24 20:09:14.707 INFO STEP 783 (remove_files) COMPLETE
76732026-08-24T20:09:15.298Z[ recovery-image] Aug 24 20:09:14.707 INFO O| Aug 24 20:09:14.707 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76742026-08-24T20:09:15.308Z[ recovery-image] Aug 24 20:09:14.717 INFO O| Aug 24 20:09:14.717 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.bssalign"
76752026-08-24T20:09:15.308Z[ recovery-image] Aug 24 20:09:14.717 INFO O| Aug 24 20:09:14.717 INFO STEP 784 (remove_files) COMPLETE
76762026-08-24T20:09:15.311Z[ recovery-image] Aug 24 20:09:14.717 INFO O| Aug 24 20:09:14.717 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76772026-08-24T20:09:15.318Z[ recovery-image] Aug 24 20:09:14.726 INFO O| Aug 24 20:09:14.726 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.default"
76782026-08-24T20:09:15.318Z[ recovery-image] Aug 24 20:09:14.726 INFO O| Aug 24 20:09:14.726 INFO STEP 785 (remove_files) COMPLETE
76792026-08-24T20:09:15.318Z[ recovery-image] Aug 24 20:09:14.727 INFO O| Aug 24 20:09:14.726 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76802026-08-24T20:09:15.328Z[ recovery-image] Aug 24 20:09:14.737 INFO O| Aug 24 20:09:14.737 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.execdata"
76812026-08-24T20:09:15.328Z[ recovery-image] Aug 24 20:09:14.737 INFO O| Aug 24 20:09:14.737 INFO STEP 786 (remove_files) COMPLETE
76822026-08-24T20:09:15.328Z[ recovery-image] Aug 24 20:09:14.737 INFO O| Aug 24 20:09:14.737 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76832026-08-24T20:09:15.339Z[ recovery-image] Aug 24 20:09:14.748 INFO O| Aug 24 20:09:14.748 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.filter"
76842026-08-24T20:09:15.339Z[ recovery-image] Aug 24 20:09:14.748 INFO O| Aug 24 20:09:14.748 INFO STEP 787 (remove_files) COMPLETE
76852026-08-24T20:09:15.339Z[ recovery-image] Aug 24 20:09:14.748 INFO O| Aug 24 20:09:14.748 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76862026-08-24T20:09:15.349Z[ recovery-image] Aug 24 20:09:14.758 INFO O| Aug 24 20:09:14.758 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexbss"
76872026-08-24T20:09:15.349Z[ recovery-image] Aug 24 20:09:14.758 INFO O| Aug 24 20:09:14.758 INFO STEP 788 (remove_files) COMPLETE
76882026-08-24T20:09:15.353Z[ recovery-image] Aug 24 20:09:14.758 INFO O| Aug 24 20:09:14.758 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76892026-08-24T20:09:15.360Z[ recovery-image] Aug 24 20:09:14.769 INFO O| Aug 24 20:09:14.769 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexdata"
76902026-08-24T20:09:15.360Z[ recovery-image] Aug 24 20:09:14.769 INFO O| Aug 24 20:09:14.769 INFO STEP 789 (remove_files) COMPLETE
76912026-08-24T20:09:15.364Z[ recovery-image] Aug 24 20:09:14.769 INFO O| Aug 24 20:09:14.769 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76922026-08-24T20:09:15.374Z[ recovery-image] Aug 24 20:09:14.780 INFO O| Aug 24 20:09:14.780 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexstk"
76932026-08-24T20:09:15.374Z[ recovery-image] Aug 24 20:09:14.780 INFO O| Aug 24 20:09:14.780 INFO STEP 790 (remove_files) COMPLETE
76942026-08-24T20:09:15.374Z[ recovery-image] Aug 24 20:09:14.780 INFO O| Aug 24 20:09:14.780 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76952026-08-24T20:09:15.382Z[ recovery-image] Aug 24 20:09:14.791 INFO O| Aug 24 20:09:14.791 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.pagealign"
76962026-08-24T20:09:15.382Z[ recovery-image] Aug 24 20:09:14.791 INFO O| Aug 24 20:09:14.791 INFO STEP 791 (remove_files) COMPLETE
76972026-08-24T20:09:15.382Z[ recovery-image] Aug 24 20:09:14.791 INFO O| Aug 24 20:09:14.791 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76982026-08-24T20:09:15.393Z[ recovery-image] Aug 24 20:09:14.802 INFO O| Aug 24 20:09:14.802 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libc/libc_hwcap1.so.1"
76992026-08-24T20:09:15.397Z[ recovery-image] Aug 24 20:09:14.803 INFO O| Aug 24 20:09:14.803 INFO STEP 792 (remove_files) COMPLETE
77002026-08-24T20:09:15.397Z[ recovery-image] Aug 24 20:09:14.803 INFO O| Aug 24 20:09:14.803 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77012026-08-24T20:09:15.406Z[ recovery-image] Aug 24 20:09:14.815 INFO O| Aug 24 20:09:14.815 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libc/libc_hwcap3.so.1"
77022026-08-24T20:09:15.410Z[ recovery-image] Aug 24 20:09:14.816 INFO O| Aug 24 20:09:14.816 INFO STEP 793 (remove_files) COMPLETE
77032026-08-24T20:09:15.411Z[ recovery-image] Aug 24 20:09:14.816 INFO O| Aug 24 20:09:14.816 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77042026-08-24T20:09:15.419Z[ recovery-image] Aug 24 20:09:14.828 INFO O| Aug 24 20:09:14.828 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1"
77052026-08-24T20:09:15.419Z[ recovery-image] Aug 24 20:09:14.828 INFO O| Aug 24 20:09:14.828 INFO STEP 794 (remove_files) COMPLETE
77062026-08-24T20:09:15.419Z[ recovery-image] Aug 24 20:09:14.828 INFO O| Aug 24 20:09:14.828 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77072026-08-24T20:09:15.429Z[ recovery-image] Aug 24 20:09:14.838 INFO O| Aug 24 20:09:14.838 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/truss.so.1"
77082026-08-24T20:09:15.429Z[ recovery-image] Aug 24 20:09:14.838 INFO O| Aug 24 20:09:14.838 INFO STEP 795 (remove_files) COMPLETE
77092026-08-24T20:09:15.429Z[ recovery-image] Aug 24 20:09:14.838 INFO O| Aug 24 20:09:14.838 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77102026-08-24T20:09:15.440Z[ recovery-image] Aug 24 20:09:14.849 INFO O| Aug 24 20:09:14.849 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/who.so.1"
77112026-08-24T20:09:15.440Z[ recovery-image] Aug 24 20:09:14.849 INFO O| Aug 24 20:09:14.849 INFO STEP 796 (remove_files) COMPLETE
77122026-08-24T20:09:15.440Z[ recovery-image] Aug 24 20:09:14.849 INFO O| Aug 24 20:09:14.849 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77132026-08-24T20:09:15.450Z[ recovery-image] Aug 24 20:09:14.859 INFO O| Aug 24 20:09:14.859 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/ldprof.so.1"
77142026-08-24T20:09:15.450Z[ recovery-image] Aug 24 20:09:14.859 INFO O| Aug 24 20:09:14.859 INFO STEP 797 (remove_files) COMPLETE
77152026-08-24T20:09:15.453Z[ recovery-image] Aug 24 20:09:14.859 INFO O| Aug 24 20:09:14.859 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77162026-08-24T20:09:15.461Z[ recovery-image] Aug 24 20:09:14.870 INFO O| Aug 24 20:09:14.870 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/truss.so.1"
77172026-08-24T20:09:15.461Z[ recovery-image] Aug 24 20:09:14.870 INFO O| Aug 24 20:09:14.870 INFO STEP 798 (remove_files) COMPLETE
77182026-08-24T20:09:15.461Z[ recovery-image] Aug 24 20:09:14.870 INFO O| Aug 24 20:09:14.870 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77192026-08-24T20:09:15.472Z[ recovery-image] Aug 24 20:09:14.881 INFO O| Aug 24 20:09:14.881 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/who.so.1"
77202026-08-24T20:09:15.472Z[ recovery-image] Aug 24 20:09:14.881 INFO O| Aug 24 20:09:14.881 INFO STEP 799 (remove_files) COMPLETE
77212026-08-24T20:09:15.472Z[ recovery-image] Aug 24 20:09:14.881 INFO O| Aug 24 20:09:14.881 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77222026-08-24T20:09:15.484Z[ recovery-image] Aug 24 20:09:14.891 INFO O| Aug 24 20:09:14.890 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcidb"
77232026-08-24T20:09:15.484Z[ recovery-image] Aug 24 20:09:14.891 INFO O| Aug 24 20:09:14.891 INFO STEP 800 (remove_files) COMPLETE
77242026-08-24T20:09:15.484Z[ recovery-image] Aug 24 20:09:14.891 INFO O| Aug 24 20:09:14.891 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77252026-08-24T20:09:15.492Z[ recovery-image] Aug 24 20:09:14.901 INFO O| Aug 24 20:09:14.901 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcidr_plugin.so"
77262026-08-24T20:09:15.496Z[ recovery-image] Aug 24 20:09:14.902 INFO O| Aug 24 20:09:14.902 INFO STEP 801 (remove_files) COMPLETE
77272026-08-24T20:09:15.496Z[ recovery-image] Aug 24 20:09:14.902 INFO O| Aug 24 20:09:14.902 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77282026-08-24T20:09:15.506Z[ recovery-image] Aug 24 20:09:14.914 INFO O| Aug 24 20:09:14.914 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/raidcfg/amd64/mpt.so.1"
77292026-08-24T20:09:15.506Z[ recovery-image] Aug 24 20:09:14.914 INFO O| Aug 24 20:09:14.914 INFO STEP 802 (remove_files) COMPLETE
77302026-08-24T20:09:15.506Z[ recovery-image] Aug 24 20:09:14.914 INFO O| Aug 24 20:09:14.914 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77312026-08-24T20:09:15.516Z[ recovery-image] Aug 24 20:09:14.925 INFO O| Aug 24 20:09:14.925 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/raidcfg/mpt.so.1"
77322026-08-24T20:09:15.516Z[ recovery-image] Aug 24 20:09:14.925 INFO O| Aug 24 20:09:14.925 INFO STEP 803 (remove_files) COMPLETE
77332026-08-24T20:09:15.516Z[ recovery-image] Aug 24 20:09:14.925 INFO O| Aug 24 20:09:14.925 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77342026-08-24T20:09:15.526Z[ recovery-image] Aug 24 20:09:14.935 INFO O| Aug 24 20:09:14.935 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/reparse/libreparse_smb.so.1"
77352026-08-24T20:09:15.526Z[ recovery-image] Aug 24 20:09:14.935 INFO O| Aug 24 20:09:14.935 INFO STEP 804 (remove_files) COMPLETE
77362026-08-24T20:09:15.526Z[ recovery-image] Aug 24 20:09:14.935 INFO O| Aug 24 20:09:14.935 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77372026-08-24T20:09:15.537Z[ recovery-image] Aug 24 20:09:14.946 INFO O| Aug 24 20:09:14.946 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/reparse/reparsed"
77382026-08-24T20:09:15.538Z[ recovery-image] Aug 24 20:09:14.946 INFO O| Aug 24 20:09:14.946 INFO STEP 805 (remove_files) COMPLETE
77392026-08-24T20:09:15.541Z[ recovery-image] Aug 24 20:09:14.946 INFO O| Aug 24 20:09:14.946 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77402026-08-24T20:09:15.549Z[ recovery-image] Aug 24 20:09:14.957 INFO O| Aug 24 20:09:14.957 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/saf/listen"
77412026-08-24T20:09:15.553Z[ recovery-image] Aug 24 20:09:14.957 INFO O| Aug 24 20:09:14.957 INFO STEP 806 (remove_files) COMPLETE
77422026-08-24T20:09:15.553Z[ recovery-image] Aug 24 20:09:14.957 INFO O| Aug 24 20:09:14.957 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77432026-08-24T20:09:15.558Z[ recovery-image] Aug 24 20:09:14.967 INFO O| Aug 24 20:09:14.967 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/saf/nlps_server"
77442026-08-24T20:09:15.558Z[ recovery-image] Aug 24 20:09:14.967 INFO O| Aug 24 20:09:14.967 INFO STEP 807 (remove_files) COMPLETE
77452026-08-24T20:09:15.558Z[ recovery-image] Aug 24 20:09:14.967 INFO O| Aug 24 20:09:14.967 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77462026-08-24T20:09:15.568Z[ recovery-image] Aug 24 20:09:14.977 INFO O| Aug 24 20:09:14.977 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/crammd5.so.1"
77472026-08-24T20:09:15.568Z[ recovery-image] Aug 24 20:09:14.977 INFO O| Aug 24 20:09:14.977 INFO STEP 808 (remove_files) COMPLETE
77482026-08-24T20:09:15.568Z[ recovery-image] Aug 24 20:09:14.977 INFO O| Aug 24 20:09:14.977 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77492026-08-24T20:09:15.580Z[ recovery-image] Aug 24 20:09:14.989 INFO O| Aug 24 20:09:14.989 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/digestmd5.so.1"
77502026-08-24T20:09:15.580Z[ recovery-image] Aug 24 20:09:14.989 INFO O| Aug 24 20:09:14.989 INFO STEP 809 (remove_files) COMPLETE
77512026-08-24T20:09:15.580Z[ recovery-image] Aug 24 20:09:14.989 INFO O| Aug 24 20:09:14.989 INFO STEP 810: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77522026-08-24T20:09:15.590Z[ recovery-image] Aug 24 20:09:14.999 INFO O| Aug 24 20:09:14.999 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/gssapi.so.1"
77532026-08-24T20:09:15.593Z[ recovery-image] Aug 24 20:09:15.001 INFO O| Aug 24 20:09:15.001 INFO STEP 810 (remove_files) COMPLETE
77542026-08-24T20:09:15.593Z[ recovery-image] Aug 24 20:09:15.001 INFO O| Aug 24 20:09:15.001 INFO STEP 811: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77552026-08-24T20:09:15.603Z[ recovery-image] Aug 24 20:09:15.012 INFO O| Aug 24 20:09:15.012 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/login.so.1"
77562026-08-24T20:09:15.603Z[ recovery-image] Aug 24 20:09:15.012 INFO O| Aug 24 20:09:15.012 INFO STEP 811 (remove_files) COMPLETE
77572026-08-24T20:09:15.603Z[ recovery-image] Aug 24 20:09:15.012 INFO O| Aug 24 20:09:15.012 INFO STEP 812: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77582026-08-24T20:09:15.612Z[ recovery-image] Aug 24 20:09:15.021 INFO O| Aug 24 20:09:15.021 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/plain.so.1"
77592026-08-24T20:09:15.612Z[ recovery-image] Aug 24 20:09:15.021 INFO O| Aug 24 20:09:15.021 INFO STEP 812 (remove_files) COMPLETE
77602026-08-24T20:09:15.612Z[ recovery-image] Aug 24 20:09:15.021 INFO O| Aug 24 20:09:15.021 INFO STEP 813: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77612026-08-24T20:09:15.615Z[verify-libraries] Compiling fs-err v2.11.0
77622026-08-24T20:09:15.623Z[ recovery-image] Aug 24 20:09:15.032 INFO O| Aug 24 20:09:15.032 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/crammd5.so.1"
77632026-08-24T20:09:15.623Z[ recovery-image] Aug 24 20:09:15.032 INFO O| Aug 24 20:09:15.032 INFO STEP 813 (remove_files) COMPLETE
77642026-08-24T20:09:15.626Z[ recovery-image] Aug 24 20:09:15.032 INFO O| Aug 24 20:09:15.032 INFO STEP 814: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77652026-08-24T20:09:15.633Z[ recovery-image] Aug 24 20:09:15.042 INFO O| Aug 24 20:09:15.042 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/digestmd5.so.1"
77662026-08-24T20:09:15.633Z[ recovery-image] Aug 24 20:09:15.042 INFO O| Aug 24 20:09:15.042 INFO STEP 814 (remove_files) COMPLETE
77672026-08-24T20:09:15.633Z[ recovery-image] Aug 24 20:09:15.042 INFO O| Aug 24 20:09:15.042 INFO STEP 815: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77682026-08-24T20:09:15.643Z[ recovery-image] Aug 24 20:09:15.052 INFO O| Aug 24 20:09:15.052 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/gssapi.so.1"
77692026-08-24T20:09:15.646Z[ recovery-image] Aug 24 20:09:15.052 INFO O| Aug 24 20:09:15.052 INFO STEP 815 (remove_files) COMPLETE
77702026-08-24T20:09:15.646Z[ recovery-image] Aug 24 20:09:15.052 INFO O| Aug 24 20:09:15.052 INFO STEP 816: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77712026-08-24T20:09:15.654Z[ recovery-image] Aug 24 20:09:15.062 INFO O| Aug 24 20:09:15.062 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/login.so.1"
77722026-08-24T20:09:15.654Z[ recovery-image] Aug 24 20:09:15.062 INFO O| Aug 24 20:09:15.062 INFO STEP 816 (remove_files) COMPLETE
77732026-08-24T20:09:15.654Z[ recovery-image] Aug 24 20:09:15.062 INFO O| Aug 24 20:09:15.062 INFO STEP 817: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77742026-08-24T20:09:15.664Z[ recovery-image] Aug 24 20:09:15.073 INFO O| Aug 24 20:09:15.073 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/plain.so.1"
77752026-08-24T20:09:15.664Z[ recovery-image] Aug 24 20:09:15.073 INFO O| Aug 24 20:09:15.073 INFO STEP 817 (remove_files) COMPLETE
77762026-08-24T20:09:15.664Z[ recovery-image] Aug 24 20:09:15.073 INFO O| Aug 24 20:09:15.073 INFO STEP 818: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77772026-08-24T20:09:15.673Z[ recovery-image] Aug 24 20:09:15.082 INFO O| Aug 24 20:09:15.082 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_bsdbf.so.1"
77782026-08-24T20:09:15.673Z[ recovery-image] Aug 24 20:09:15.082 INFO O| Aug 24 20:09:15.082 INFO STEP 818 (remove_files) COMPLETE
77792026-08-24T20:09:15.673Z[ recovery-image] Aug 24 20:09:15.082 INFO O| Aug 24 20:09:15.082 INFO STEP 819: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77802026-08-24T20:09:15.683Z[ recovery-image] Aug 24 20:09:15.093 INFO O| Aug 24 20:09:15.092 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_bsdmd5.so.1"
77812026-08-24T20:09:15.684Z[ recovery-image] Aug 24 20:09:15.093 INFO O| Aug 24 20:09:15.093 INFO STEP 819 (remove_files) COMPLETE
77822026-08-24T20:09:15.684Z[ recovery-image] Aug 24 20:09:15.093 INFO O| Aug 24 20:09:15.093 INFO STEP 820: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77832026-08-24T20:09:15.695Z[ recovery-image] Aug 24 20:09:15.102 INFO O| Aug 24 20:09:15.101 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sha256.so.1"
77842026-08-24T20:09:15.695Z[ recovery-image] Aug 24 20:09:15.102 INFO O| Aug 24 20:09:15.102 INFO STEP 820 (remove_files) COMPLETE
77852026-08-24T20:09:15.695Z[ recovery-image] Aug 24 20:09:15.102 INFO O| Aug 24 20:09:15.102 INFO STEP 821: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77862026-08-24T20:09:15.704Z[ recovery-image] Aug 24 20:09:15.111 INFO O| Aug 24 20:09:15.111 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sha512.so.1"
77872026-08-24T20:09:15.704Z[ recovery-image] Aug 24 20:09:15.112 INFO O| Aug 24 20:09:15.112 INFO STEP 821 (remove_files) COMPLETE
77882026-08-24T20:09:15.704Z[ recovery-image] Aug 24 20:09:15.112 INFO O| Aug 24 20:09:15.112 INFO STEP 822: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77892026-08-24T20:09:15.713Z[ recovery-image] Aug 24 20:09:15.122 INFO O| Aug 24 20:09:15.122 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sunmd5.so.1"
77902026-08-24T20:09:15.713Z[ recovery-image] Aug 24 20:09:15.122 INFO O| Aug 24 20:09:15.122 INFO STEP 822 (remove_files) COMPLETE
77912026-08-24T20:09:15.716Z[ recovery-image] Aug 24 20:09:15.122 INFO O| Aug 24 20:09:15.122 INFO STEP 823: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77922026-08-24T20:09:15.724Z[ recovery-image] Aug 24 20:09:15.133 INFO O| Aug 24 20:09:15.133 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_allow.so.1"
77932026-08-24T20:09:15.724Z[ recovery-image] Aug 24 20:09:15.133 INFO O| Aug 24 20:09:15.133 INFO STEP 823 (remove_files) COMPLETE
77942026-08-24T20:09:15.724Z[ recovery-image] Aug 24 20:09:15.133 INFO O| Aug 24 20:09:15.133 INFO STEP 824: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77952026-08-24T20:09:15.736Z[ recovery-image] Aug 24 20:09:15.143 INFO O| Aug 24 20:09:15.143 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_check.so.1"
77962026-08-24T20:09:15.736Z[ recovery-image] Aug 24 20:09:15.143 INFO O| Aug 24 20:09:15.143 INFO STEP 824 (remove_files) COMPLETE
77972026-08-24T20:09:15.736Z[ recovery-image] Aug 24 20:09:15.143 INFO O| Aug 24 20:09:15.143 INFO STEP 825: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77982026-08-24T20:09:15.744Z[ recovery-image] Aug 24 20:09:15.153 INFO O| Aug 24 20:09:15.153 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_get.so.1"
77992026-08-24T20:09:15.744Z[ recovery-image] Aug 24 20:09:15.153 INFO O| Aug 24 20:09:15.153 INFO STEP 825 (remove_files) COMPLETE
78002026-08-24T20:09:15.744Z[ recovery-image] Aug 24 20:09:15.153 INFO O| Aug 24 20:09:15.153 INFO STEP 826: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78012026-08-24T20:09:15.754Z[ recovery-image] Aug 24 20:09:15.163 INFO O| Aug 24 20:09:15.163 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_store.so.1"
78022026-08-24T20:09:15.754Z[ recovery-image] Aug 24 20:09:15.163 INFO O| Aug 24 20:09:15.163 INFO STEP 826 (remove_files) COMPLETE
78032026-08-24T20:09:15.754Z[ recovery-image] Aug 24 20:09:15.163 INFO O| Aug 24 20:09:15.163 INFO STEP 827: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78042026-08-24T20:09:15.763Z[ recovery-image] Aug 24 20:09:15.172 INFO O| Aug 24 20:09:15.172 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_deny.so.1"
78052026-08-24T20:09:15.763Z[ recovery-image] Aug 24 20:09:15.172 INFO O| Aug 24 20:09:15.172 INFO STEP 827 (remove_files) COMPLETE
78062026-08-24T20:09:15.763Z[ recovery-image] Aug 24 20:09:15.172 INFO O| Aug 24 20:09:15.172 INFO STEP 828: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78072026-08-24T20:09:15.773Z[ recovery-image] Aug 24 20:09:15.182 INFO O| Aug 24 20:09:15.182 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_dhkeys.so.1"
78082026-08-24T20:09:15.773Z[ recovery-image] Aug 24 20:09:15.182 INFO O| Aug 24 20:09:15.182 INFO STEP 828 (remove_files) COMPLETE
78092026-08-24T20:09:15.773Z[ recovery-image] Aug 24 20:09:15.182 INFO O| Aug 24 20:09:15.182 INFO STEP 829: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78102026-08-24T20:09:15.781Z[ recovery-image] Aug 24 20:09:15.191 INFO O| Aug 24 20:09:15.190 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_dial_auth.so.1"
78112026-08-24T20:09:15.782Z[ recovery-image] Aug 24 20:09:15.191 INFO O| Aug 24 20:09:15.191 INFO STEP 829 (remove_files) COMPLETE
78122026-08-24T20:09:15.782Z[ recovery-image] Aug 24 20:09:15.191 INFO O| Aug 24 20:09:15.191 INFO STEP 830: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78132026-08-24T20:09:15.792Z[ recovery-image] Aug 24 20:09:15.201 INFO O| Aug 24 20:09:15.201 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_krb5.so.1"
78142026-08-24T20:09:15.792Z[ recovery-image] Aug 24 20:09:15.201 INFO O| Aug 24 20:09:15.201 INFO STEP 830 (remove_files) COMPLETE
78152026-08-24T20:09:15.792Z[ recovery-image] Aug 24 20:09:15.201 INFO O| Aug 24 20:09:15.201 INFO STEP 831: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78162026-08-24T20:09:15.800Z[verify-libraries] Compiling internet-checksum v0.2.1
78172026-08-24T20:09:15.803Z[ recovery-image] Aug 24 20:09:15.211 INFO O| Aug 24 20:09:15.211 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_krb5_migrate.so.1"
78182026-08-24T20:09:15.803Z[ recovery-image] Aug 24 20:09:15.211 INFO O| Aug 24 20:09:15.211 INFO STEP 831 (remove_files) COMPLETE
78192026-08-24T20:09:15.803Z[ recovery-image] Aug 24 20:09:15.211 INFO O| Aug 24 20:09:15.211 INFO STEP 832: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78202026-08-24T20:09:15.811Z[ recovery-image] Aug 24 20:09:15.220 INFO O| Aug 24 20:09:15.220 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_ldap.so.1"
78212026-08-24T20:09:15.811Z[ recovery-image] Aug 24 20:09:15.220 INFO O| Aug 24 20:09:15.220 INFO STEP 832 (remove_files) COMPLETE
78222026-08-24T20:09:15.811Z[ recovery-image] Aug 24 20:09:15.220 INFO O| Aug 24 20:09:15.220 INFO STEP 833: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78232026-08-24T20:09:15.820Z[ recovery-image] Aug 24 20:09:15.229 INFO O| Aug 24 20:09:15.229 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_list.so.1"
78242026-08-24T20:09:15.820Z[ recovery-image] Aug 24 20:09:15.229 INFO O| Aug 24 20:09:15.229 INFO STEP 833 (remove_files) COMPLETE
78252026-08-24T20:09:15.820Z[ recovery-image] Aug 24 20:09:15.229 INFO O| Aug 24 20:09:15.229 INFO STEP 834: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78262026-08-24T20:09:15.839Z[ recovery-image] Aug 24 20:09:15.244 INFO O| Aug 24 20:09:15.244 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_passwd_auth.so.1"
78272026-08-24T20:09:15.839Z[ recovery-image] Aug 24 20:09:15.244 INFO O| Aug 24 20:09:15.244 INFO STEP 834 (remove_files) COMPLETE
78282026-08-24T20:09:15.839Z[ recovery-image] Aug 24 20:09:15.244 INFO O| Aug 24 20:09:15.244 INFO STEP 835: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78292026-08-24T20:09:15.846Z[ recovery-image] Aug 24 20:09:15.255 INFO O| Aug 24 20:09:15.255 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_rhosts_auth.so.1"
78302026-08-24T20:09:15.846Z[ recovery-image] Aug 24 20:09:15.255 INFO O| Aug 24 20:09:15.255 INFO STEP 835 (remove_files) COMPLETE
78312026-08-24T20:09:15.846Z[ recovery-image] Aug 24 20:09:15.255 INFO O| Aug 24 20:09:15.255 INFO STEP 836: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78322026-08-24T20:09:15.855Z[ recovery-image] Aug 24 20:09:15.264 INFO O| Aug 24 20:09:15.264 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_roles.so.1"
78332026-08-24T20:09:15.855Z[ recovery-image] Aug 24 20:09:15.264 INFO O| Aug 24 20:09:15.264 INFO STEP 836 (remove_files) COMPLETE
78342026-08-24T20:09:15.855Z[ recovery-image] Aug 24 20:09:15.264 INFO O| Aug 24 20:09:15.264 INFO STEP 837: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78352026-08-24T20:09:15.867Z[ recovery-image] Aug 24 20:09:15.274 INFO O| Aug 24 20:09:15.273 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_sample.so.1"
78362026-08-24T20:09:15.867Z[ recovery-image] Aug 24 20:09:15.274 INFO O| Aug 24 20:09:15.274 INFO STEP 837 (remove_files) COMPLETE
78372026-08-24T20:09:15.867Z[ recovery-image] Aug 24 20:09:15.274 INFO O| Aug 24 20:09:15.274 INFO STEP 838: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78382026-08-24T20:09:15.874Z[ recovery-image] Aug 24 20:09:15.284 INFO O| Aug 24 20:09:15.283 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_smb_passwd.so.1"
78392026-08-24T20:09:15.875Z[ recovery-image] Aug 24 20:09:15.284 INFO O| Aug 24 20:09:15.284 INFO STEP 838 (remove_files) COMPLETE
78402026-08-24T20:09:15.878Z[ recovery-image] Aug 24 20:09:15.284 INFO O| Aug 24 20:09:15.284 INFO STEP 839: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78412026-08-24T20:09:15.885Z[ recovery-image] Aug 24 20:09:15.294 INFO O| Aug 24 20:09:15.294 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_smbfs_login.so.1"
78422026-08-24T20:09:15.885Z[ recovery-image] Aug 24 20:09:15.294 INFO O| Aug 24 20:09:15.294 INFO STEP 839 (remove_files) COMPLETE
78432026-08-24T20:09:15.885Z[ recovery-image] Aug 24 20:09:15.294 INFO O| Aug 24 20:09:15.294 INFO STEP 840: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78442026-08-24T20:09:15.895Z[ recovery-image] Aug 24 20:09:15.304 INFO O| Aug 24 20:09:15.304 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_timestamp.so.1"
78452026-08-24T20:09:15.895Z[ recovery-image] Aug 24 20:09:15.304 INFO O| Aug 24 20:09:15.304 INFO STEP 840 (remove_files) COMPLETE
78462026-08-24T20:09:15.895Z[ recovery-image] Aug 24 20:09:15.304 INFO O| Aug 24 20:09:15.304 INFO STEP 841: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78472026-08-24T20:09:15.905Z[ recovery-image] Aug 24 20:09:15.314 INFO O| Aug 24 20:09:15.314 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_tsol_account.so.1"
78482026-08-24T20:09:15.905Z[ recovery-image] Aug 24 20:09:15.314 INFO O| Aug 24 20:09:15.314 INFO STEP 841 (remove_files) COMPLETE
78492026-08-24T20:09:15.905Z[ recovery-image] Aug 24 20:09:15.314 INFO O| Aug 24 20:09:15.314 INFO STEP 842: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78502026-08-24T20:09:15.914Z[ recovery-image] Aug 24 20:09:15.323 INFO O| Aug 24 20:09:15.323 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_account.so.1"
78512026-08-24T20:09:15.914Z[ recovery-image] Aug 24 20:09:15.323 INFO O| Aug 24 20:09:15.323 INFO STEP 842 (remove_files) COMPLETE
78522026-08-24T20:09:15.914Z[ recovery-image] Aug 24 20:09:15.323 INFO O| Aug 24 20:09:15.323 INFO STEP 843: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78532026-08-24T20:09:15.924Z[ recovery-image] Aug 24 20:09:15.333 INFO O| Aug 24 20:09:15.333 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_auth.so.1"
78542026-08-24T20:09:15.924Z[ recovery-image] Aug 24 20:09:15.333 INFO O| Aug 24 20:09:15.333 INFO STEP 843 (remove_files) COMPLETE
78552026-08-24T20:09:15.924Z[ recovery-image] Aug 24 20:09:15.333 INFO O| Aug 24 20:09:15.333 INFO STEP 844: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78562026-08-24T20:09:15.933Z[ recovery-image] Aug 24 20:09:15.343 INFO O| Aug 24 20:09:15.342 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_cred.so.1"
78572026-08-24T20:09:15.934Z[ recovery-image] Aug 24 20:09:15.343 INFO O| Aug 24 20:09:15.343 INFO STEP 844 (remove_files) COMPLETE
78582026-08-24T20:09:15.937Z[ recovery-image] Aug 24 20:09:15.343 INFO O| Aug 24 20:09:15.343 INFO STEP 845: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78592026-08-24T20:09:15.943Z[ recovery-image] Aug 24 20:09:15.352 INFO O| Aug 24 20:09:15.352 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_session.so.1"
78602026-08-24T20:09:15.943Z[ recovery-image] Aug 24 20:09:15.352 INFO O| Aug 24 20:09:15.352 INFO STEP 845 (remove_files) COMPLETE
78612026-08-24T20:09:15.943Z[ recovery-image] Aug 24 20:09:15.352 INFO O| Aug 24 20:09:15.352 INFO STEP 846: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78622026-08-24T20:09:15.954Z[ recovery-image] Aug 24 20:09:15.363 INFO O| Aug 24 20:09:15.363 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_kernel.so.1"
78632026-08-24T20:09:15.954Z[ recovery-image] Aug 24 20:09:15.363 INFO O| Aug 24 20:09:15.363 INFO STEP 846 (remove_files) COMPLETE
78642026-08-24T20:09:15.954Z[ recovery-image] Aug 24 20:09:15.363 INFO O| Aug 24 20:09:15.363 INFO STEP 847: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78652026-08-24T20:09:15.964Z[ recovery-image] Aug 24 20:09:15.374 INFO O| Aug 24 20:09:15.373 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_softtoken.so.1"
78662026-08-24T20:09:15.968Z[ recovery-image] Aug 24 20:09:15.374 INFO O| Aug 24 20:09:15.374 INFO STEP 847 (remove_files) COMPLETE
78672026-08-24T20:09:15.968Z[ recovery-image] Aug 24 20:09:15.374 INFO O| Aug 24 20:09:15.374 INFO STEP 848: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78682026-08-24T20:09:15.975Z[ recovery-image] Aug 24 20:09:15.384 INFO O| Aug 24 20:09:15.384 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_tpm.so.1"
78692026-08-24T20:09:15.978Z[ recovery-image] Aug 24 20:09:15.385 INFO O| Aug 24 20:09:15.385 INFO STEP 848 (remove_files) COMPLETE
78702026-08-24T20:09:15.978Z[ recovery-image] Aug 24 20:09:15.385 INFO O| Aug 24 20:09:15.385 INFO STEP 849: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78712026-08-24T20:09:15.986Z[ recovery-image] Aug 24 20:09:15.395 INFO O| Aug 24 20:09:15.395 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_binfile.so.1"
78722026-08-24T20:09:15.986Z[ recovery-image] Aug 24 20:09:15.395 INFO O| Aug 24 20:09:15.395 INFO STEP 849 (remove_files) COMPLETE
78732026-08-24T20:09:15.986Z[ recovery-image] Aug 24 20:09:15.395 INFO O| Aug 24 20:09:15.395 INFO STEP 850: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78742026-08-24T20:09:15.989Z[verify-libraries] Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
78752026-08-24T20:09:15.996Z[ recovery-image] Aug 24 20:09:15.405 INFO O| Aug 24 20:09:15.405 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_remote.so.1"
78762026-08-24T20:09:15.996Z[ recovery-image] Aug 24 20:09:15.405 INFO O| Aug 24 20:09:15.405 INFO STEP 850 (remove_files) COMPLETE
78772026-08-24T20:09:16.000Z[ recovery-image] Aug 24 20:09:15.405 INFO O| Aug 24 20:09:15.405 INFO STEP 851: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78782026-08-24T20:09:16.007Z[ recovery-image] Aug 24 20:09:15.416 INFO O| Aug 24 20:09:15.416 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_syslog.so.1"
78792026-08-24T20:09:16.007Z[ recovery-image] Aug 24 20:09:15.416 INFO O| Aug 24 20:09:15.416 INFO STEP 851 (remove_files) COMPLETE
78802026-08-24T20:09:16.011Z[ recovery-image] Aug 24 20:09:15.416 INFO O| Aug 24 20:09:15.416 INFO STEP 852: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78812026-08-24T20:09:16.017Z[ recovery-image] Aug 24 20:09:15.426 INFO O| Aug 24 20:09:15.426 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_bsdbf.so.1"
78822026-08-24T20:09:16.017Z[ recovery-image] Aug 24 20:09:15.426 INFO O| Aug 24 20:09:15.426 INFO STEP 852 (remove_files) COMPLETE
78832026-08-24T20:09:16.017Z[ recovery-image] Aug 24 20:09:15.426 INFO O| Aug 24 20:09:15.426 INFO STEP 853: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78842026-08-24T20:09:16.027Z[ recovery-image] Aug 24 20:09:15.436 INFO O| Aug 24 20:09:15.436 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_bsdmd5.so.1"
78852026-08-24T20:09:16.027Z[ recovery-image] Aug 24 20:09:15.436 INFO O| Aug 24 20:09:15.436 INFO STEP 853 (remove_files) COMPLETE
78862026-08-24T20:09:16.027Z[ recovery-image] Aug 24 20:09:15.436 INFO O| Aug 24 20:09:15.436 INFO STEP 854: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78872026-08-24T20:09:16.036Z[ recovery-image] Aug 24 20:09:15.445 INFO O| Aug 24 20:09:15.445 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sha256.so.1"
78882026-08-24T20:09:16.036Z[ recovery-image] Aug 24 20:09:15.446 INFO O| Aug 24 20:09:15.445 INFO STEP 854 (remove_files) COMPLETE
78892026-08-24T20:09:16.036Z[ recovery-image] Aug 24 20:09:15.446 INFO O| Aug 24 20:09:15.446 INFO STEP 855: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78902026-08-24T20:09:16.048Z[ recovery-image] Aug 24 20:09:15.457 INFO O| Aug 24 20:09:15.457 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sha512.so.1"
78912026-08-24T20:09:16.048Z[ recovery-image] Aug 24 20:09:15.457 INFO O| Aug 24 20:09:15.457 INFO STEP 855 (remove_files) COMPLETE
78922026-08-24T20:09:16.048Z[ recovery-image] Aug 24 20:09:15.457 INFO O| Aug 24 20:09:15.457 INFO STEP 856: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78932026-08-24T20:09:16.059Z[ recovery-image] Aug 24 20:09:15.467 INFO O| Aug 24 20:09:15.467 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sunmd5.so.1"
78942026-08-24T20:09:16.059Z[ recovery-image] Aug 24 20:09:15.467 INFO O| Aug 24 20:09:15.467 INFO STEP 856 (remove_files) COMPLETE
78952026-08-24T20:09:16.059Z[ recovery-image] Aug 24 20:09:15.467 INFO O| Aug 24 20:09:15.467 INFO STEP 857: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78962026-08-24T20:09:16.068Z[ recovery-image] Aug 24 20:09:15.477 INFO O| Aug 24 20:09:15.476 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_allow.so.1"
78972026-08-24T20:09:16.068Z[ recovery-image] Aug 24 20:09:15.477 INFO O| Aug 24 20:09:15.477 INFO STEP 857 (remove_files) COMPLETE
78982026-08-24T20:09:16.068Z[ recovery-image] Aug 24 20:09:15.477 INFO O| Aug 24 20:09:15.477 INFO STEP 858: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78992026-08-24T20:09:16.077Z[ recovery-image] Aug 24 20:09:15.486 INFO O| Aug 24 20:09:15.486 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_authtok_check.so.1"
79002026-08-24T20:09:16.077Z[ recovery-image] Aug 24 20:09:15.486 INFO O| Aug 24 20:09:15.486 INFO STEP 858 (remove_files) COMPLETE
79012026-08-24T20:09:16.077Z[ recovery-image] Aug 24 20:09:15.486 INFO O| Aug 24 20:09:15.486 INFO STEP 859: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79022026-08-24T20:09:16.088Z[ recovery-image] Aug 24 20:09:15.497 INFO O| Aug 24 20:09:15.497 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_authtok_store.so.1"
79032026-08-24T20:09:16.088Z[ recovery-image] Aug 24 20:09:15.497 INFO O| Aug 24 20:09:15.497 INFO STEP 859 (remove_files) COMPLETE
79042026-08-24T20:09:16.088Z[ recovery-image] Aug 24 20:09:15.497 INFO O| Aug 24 20:09:15.497 INFO STEP 860: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79052026-08-24T20:09:16.097Z[ recovery-image] Aug 24 20:09:15.506 INFO O| Aug 24 20:09:15.506 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_deny.so.1"
79062026-08-24T20:09:16.097Z[ recovery-image] Aug 24 20:09:15.506 INFO O| Aug 24 20:09:15.506 INFO STEP 860 (remove_files) COMPLETE
79072026-08-24T20:09:16.100Z[ recovery-image] Aug 24 20:09:15.506 INFO O| Aug 24 20:09:15.506 INFO STEP 861: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79082026-08-24T20:09:16.105Z[ recovery-image] Aug 24 20:09:15.514 INFO O| Aug 24 20:09:15.514 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_krb5.so.1"
79092026-08-24T20:09:16.105Z[ recovery-image] Aug 24 20:09:15.514 INFO O| Aug 24 20:09:15.514 INFO STEP 861 (remove_files) COMPLETE
79102026-08-24T20:09:16.105Z[ recovery-image] Aug 24 20:09:15.514 INFO O| Aug 24 20:09:15.514 INFO STEP 862: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79112026-08-24T20:09:16.114Z[ recovery-image] Aug 24 20:09:15.522 INFO O| Aug 24 20:09:15.522 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_krb5_migrate.so.1"
79122026-08-24T20:09:16.114Z[ recovery-image] Aug 24 20:09:15.523 INFO O| Aug 24 20:09:15.522 INFO STEP 862 (remove_files) COMPLETE
79132026-08-24T20:09:16.114Z[ recovery-image] Aug 24 20:09:15.523 INFO O| Aug 24 20:09:15.523 INFO STEP 863: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79142026-08-24T20:09:16.124Z[ recovery-image] Aug 24 20:09:15.533 INFO O| Aug 24 20:09:15.533 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_ldap.so.1"
79152026-08-24T20:09:16.124Z[ recovery-image] Aug 24 20:09:15.533 INFO O| Aug 24 20:09:15.533 INFO STEP 863 (remove_files) COMPLETE
79162026-08-24T20:09:16.124Z[ recovery-image] Aug 24 20:09:15.533 INFO O| Aug 24 20:09:15.533 INFO STEP 864: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79172026-08-24T20:09:16.137Z[ recovery-image] Aug 24 20:09:15.546 INFO O| Aug 24 20:09:15.545 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_list.so.1"
79182026-08-24T20:09:16.137Z[ recovery-image] Aug 24 20:09:15.546 INFO O| Aug 24 20:09:15.546 INFO STEP 864 (remove_files) COMPLETE
79192026-08-24T20:09:16.137Z[ recovery-image] Aug 24 20:09:15.546 INFO O| Aug 24 20:09:15.546 INFO STEP 865: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79202026-08-24T20:09:16.148Z[ recovery-image] Aug 24 20:09:15.556 INFO O| Aug 24 20:09:15.556 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_passwd_auth.so.1"
79212026-08-24T20:09:16.148Z[ recovery-image] Aug 24 20:09:15.557 INFO O| Aug 24 20:09:15.556 INFO STEP 865 (remove_files) COMPLETE
79222026-08-24T20:09:16.148Z[ recovery-image] Aug 24 20:09:15.557 INFO O| Aug 24 20:09:15.557 INFO STEP 866: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79232026-08-24T20:09:16.158Z[ recovery-image] Aug 24 20:09:15.567 INFO O| Aug 24 20:09:15.567 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_rhosts_auth.so.1"
79242026-08-24T20:09:16.158Z[ recovery-image] Aug 24 20:09:15.568 INFO O| Aug 24 20:09:15.568 INFO STEP 866 (remove_files) COMPLETE
79252026-08-24T20:09:16.158Z[ recovery-image] Aug 24 20:09:15.568 INFO O| Aug 24 20:09:15.568 INFO STEP 867: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79262026-08-24T20:09:16.169Z[ recovery-image] Aug 24 20:09:15.578 INFO O| Aug 24 20:09:15.578 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_sample.so.1"
79272026-08-24T20:09:16.169Z[ recovery-image] Aug 24 20:09:15.578 INFO O| Aug 24 20:09:15.578 INFO STEP 867 (remove_files) COMPLETE
79282026-08-24T20:09:16.170Z[ recovery-image] Aug 24 20:09:15.578 INFO O| Aug 24 20:09:15.578 INFO STEP 868: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79292026-08-24T20:09:16.179Z[ recovery-image] Aug 24 20:09:15.588 INFO O| Aug 24 20:09:15.588 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_smb_passwd.so.1"
79302026-08-24T20:09:16.179Z[ recovery-image] Aug 24 20:09:15.588 INFO O| Aug 24 20:09:15.588 INFO STEP 868 (remove_files) COMPLETE
79312026-08-24T20:09:16.179Z[ recovery-image] Aug 24 20:09:15.588 INFO O| Aug 24 20:09:15.588 INFO STEP 869: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79322026-08-24T20:09:16.191Z[ recovery-image] Aug 24 20:09:15.599 INFO O| Aug 24 20:09:15.599 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_smbfs_login.so.1"
79332026-08-24T20:09:16.191Z[ recovery-image] Aug 24 20:09:15.599 INFO O| Aug 24 20:09:15.599 INFO STEP 869 (remove_files) COMPLETE
79342026-08-24T20:09:16.191Z[ recovery-image] Aug 24 20:09:15.599 INFO O| Aug 24 20:09:15.599 INFO STEP 870: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79352026-08-24T20:09:16.213Z[ recovery-image] Aug 24 20:09:15.619 INFO O| Aug 24 20:09:15.619 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_timestamp.so.1"
79362026-08-24T20:09:16.213Z[ recovery-image] Aug 24 20:09:15.619 INFO O| Aug 24 20:09:15.619 INFO STEP 870 (remove_files) COMPLETE
79372026-08-24T20:09:16.213Z[ recovery-image] Aug 24 20:09:15.619 INFO O| Aug 24 20:09:15.619 INFO STEP 871: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79382026-08-24T20:09:16.216Z[verify-libraries] Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
79392026-08-24T20:09:16.220Z[ recovery-image] Aug 24 20:09:15.629 INFO O| Aug 24 20:09:15.629 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_tsol_account.so.1"
79402026-08-24T20:09:16.220Z[ recovery-image] Aug 24 20:09:15.629 INFO O| Aug 24 20:09:15.629 INFO STEP 871 (remove_files) COMPLETE
79412026-08-24T20:09:16.223Z[ recovery-image] Aug 24 20:09:15.629 INFO O| Aug 24 20:09:15.629 INFO STEP 872: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79422026-08-24T20:09:16.232Z[ recovery-image] Aug 24 20:09:15.639 INFO O| Aug 24 20:09:15.639 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_kernel.so.1"
79432026-08-24T20:09:16.232Z[ recovery-image] Aug 24 20:09:15.639 INFO O| Aug 24 20:09:15.639 INFO STEP 872 (remove_files) COMPLETE
79442026-08-24T20:09:16.232Z[ recovery-image] Aug 24 20:09:15.639 INFO O| Aug 24 20:09:15.639 INFO STEP 873: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79452026-08-24T20:09:16.239Z[ recovery-image] Aug 24 20:09:15.648 INFO O| Aug 24 20:09:15.648 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_softtoken.so.1"
79462026-08-24T20:09:16.240Z[ recovery-image] Aug 24 20:09:15.648 INFO O| Aug 24 20:09:15.648 INFO STEP 873 (remove_files) COMPLETE
79472026-08-24T20:09:16.240Z[ recovery-image] Aug 24 20:09:15.648 INFO O| Aug 24 20:09:15.648 INFO STEP 874: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79482026-08-24T20:09:16.250Z[ recovery-image] Aug 24 20:09:15.659 INFO O| Aug 24 20:09:15.659 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_tpm.so.1"
79492026-08-24T20:09:16.250Z[ recovery-image] Aug 24 20:09:15.659 INFO O| Aug 24 20:09:15.659 INFO STEP 874 (remove_files) COMPLETE
79502026-08-24T20:09:16.253Z[ recovery-image] Aug 24 20:09:15.659 INFO O| Aug 24 20:09:15.659 INFO STEP 875: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79512026-08-24T20:09:16.259Z[ recovery-image] Aug 24 20:09:15.668 INFO O| Aug 24 20:09:15.668 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/compress"
79522026-08-24T20:09:16.259Z[ recovery-image] Aug 24 20:09:15.668 INFO O| Aug 24 20:09:15.668 INFO STEP 875 (remove_files) COMPLETE
79532026-08-24T20:09:16.259Z[ recovery-image] Aug 24 20:09:15.668 INFO O| Aug 24 20:09:15.668 INFO STEP 876: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79542026-08-24T20:09:16.268Z[ recovery-image] Aug 24 20:09:15.677 INFO O| Aug 24 20:09:15.677 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hashcheck"
79552026-08-24T20:09:16.268Z[ recovery-image] Aug 24 20:09:15.677 INFO O| Aug 24 20:09:15.677 INFO STEP 876 (remove_files) COMPLETE
79562026-08-24T20:09:16.268Z[ recovery-image] Aug 24 20:09:15.677 INFO O| Aug 24 20:09:15.677 INFO STEP 877: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79572026-08-24T20:09:16.277Z[ recovery-image] Aug 24 20:09:15.686 INFO O| Aug 24 20:09:15.686 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hashmake"
79582026-08-24T20:09:16.277Z[ recovery-image] Aug 24 20:09:15.686 INFO O| Aug 24 20:09:15.686 INFO STEP 877 (remove_files) COMPLETE
79592026-08-24T20:09:16.277Z[ recovery-image] Aug 24 20:09:15.686 INFO O| Aug 24 20:09:15.686 INFO STEP 878: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79602026-08-24T20:09:16.285Z[ recovery-image] Aug 24 20:09:15.694 INFO O| Aug 24 20:09:15.694 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hlista"
79612026-08-24T20:09:16.285Z[ recovery-image] Aug 24 20:09:15.695 INFO O| Aug 24 20:09:15.694 INFO STEP 878 (remove_files) COMPLETE
79622026-08-24T20:09:16.286Z[ recovery-image] Aug 24 20:09:15.695 INFO O| Aug 24 20:09:15.695 INFO STEP 879: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79632026-08-24T20:09:16.295Z[ recovery-image] Aug 24 20:09:15.704 INFO O| Aug 24 20:09:15.704 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hlistb"
79642026-08-24T20:09:16.295Z[ recovery-image] Aug 24 20:09:15.704 INFO O| Aug 24 20:09:15.704 INFO STEP 879 (remove_files) COMPLETE
79652026-08-24T20:09:16.299Z[ recovery-image] Aug 24 20:09:15.704 INFO O| Aug 24 20:09:15.704 INFO STEP 880: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79662026-08-24T20:09:16.304Z[ recovery-image] Aug 24 20:09:15.713 INFO O| Aug 24 20:09:15.713 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hstop"
79672026-08-24T20:09:16.304Z[ recovery-image] Aug 24 20:09:15.714 INFO O| Aug 24 20:09:15.714 INFO STEP 880 (remove_files) COMPLETE
79682026-08-24T20:09:16.308Z[ recovery-image] Aug 24 20:09:15.714 INFO O| Aug 24 20:09:15.714 INFO STEP 881: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79692026-08-24T20:09:16.314Z[ recovery-image] Aug 24 20:09:15.723 INFO O| Aug 24 20:09:15.723 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/spellin"
79702026-08-24T20:09:16.314Z[ recovery-image] Aug 24 20:09:15.723 INFO O| Aug 24 20:09:15.723 INFO STEP 881 (remove_files) COMPLETE
79712026-08-24T20:09:16.317Z[ recovery-image] Aug 24 20:09:15.723 INFO O| Aug 24 20:09:15.723 INFO STEP 882: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79722026-08-24T20:09:16.321Z[verify-libraries] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
79732026-08-24T20:09:16.324Z[ recovery-image] Aug 24 20:09:15.732 INFO O| Aug 24 20:09:15.732 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/spellprog"
79742026-08-24T20:09:16.324Z[ recovery-image] Aug 24 20:09:15.732 INFO O| Aug 24 20:09:15.732 INFO STEP 882 (remove_files) COMPLETE
79752026-08-24T20:09:16.324Z[ recovery-image] Aug 24 20:09:15.732 INFO O| Aug 24 20:09:15.732 INFO STEP 883: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79762026-08-24T20:09:16.334Z[ recovery-image] Aug 24 20:09:15.742 INFO O| Aug 24 20:09:15.742 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sysevent/syseventconfd"
79772026-08-24T20:09:16.334Z[ recovery-image] Aug 24 20:09:15.742 INFO O| Aug 24 20:09:15.742 INFO STEP 883 (remove_files) COMPLETE
79782026-08-24T20:09:16.334Z[ recovery-image] Aug 24 20:09:15.742 INFO O| Aug 24 20:09:15.742 INFO STEP 884: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79792026-08-24T20:09:16.342Z[ recovery-image] Aug 24 20:09:15.751 INFO O| Aug 24 20:09:15.751 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/amd64/libvarpd_direct.so.1"
79802026-08-24T20:09:16.342Z[ recovery-image] Aug 24 20:09:15.751 INFO O| Aug 24 20:09:15.751 INFO STEP 884 (remove_files) COMPLETE
79812026-08-24T20:09:16.342Z[ recovery-image] Aug 24 20:09:15.751 INFO O| Aug 24 20:09:15.751 INFO STEP 885: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79822026-08-24T20:09:16.351Z[ recovery-image] Aug 24 20:09:15.760 INFO O| Aug 24 20:09:15.760 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/amd64/libvarpd_files.so.1"
79832026-08-24T20:09:16.351Z[ recovery-image] Aug 24 20:09:15.760 INFO O| Aug 24 20:09:15.760 INFO STEP 885 (remove_files) COMPLETE
79842026-08-24T20:09:16.351Z[ recovery-image] Aug 24 20:09:15.760 INFO O| Aug 24 20:09:15.760 INFO STEP 886: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79852026-08-24T20:09:16.360Z[ recovery-image] Aug 24 20:09:15.769 INFO O| Aug 24 20:09:15.769 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/libvarpd_direct.so.1"
79862026-08-24T20:09:16.360Z[ recovery-image] Aug 24 20:09:15.769 INFO O| Aug 24 20:09:15.769 INFO STEP 886 (remove_files) COMPLETE
79872026-08-24T20:09:16.364Z[ recovery-image] Aug 24 20:09:15.769 INFO O| Aug 24 20:09:15.769 INFO STEP 887: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79882026-08-24T20:09:16.370Z[ recovery-image] Aug 24 20:09:15.779 INFO O| Aug 24 20:09:15.779 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/libvarpd_files.so.1"
79892026-08-24T20:09:16.370Z[ recovery-image] Aug 24 20:09:15.779 INFO O| Aug 24 20:09:15.779 INFO STEP 887 (remove_files) COMPLETE
79902026-08-24T20:09:16.374Z[ recovery-image] Aug 24 20:09:15.779 INFO O| Aug 24 20:09:15.779 INFO STEP 888: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79912026-08-24T20:09:16.379Z[ recovery-image] Aug 24 20:09:15.788 INFO O| Aug 24 20:09:15.788 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/varpd"
79922026-08-24T20:09:16.379Z[ recovery-image] Aug 24 20:09:15.788 INFO O| Aug 24 20:09:15.788 INFO STEP 888 (remove_files) COMPLETE
79932026-08-24T20:09:16.379Z[ recovery-image] Aug 24 20:09:15.788 INFO O| Aug 24 20:09:15.788 INFO STEP 889: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79942026-08-24T20:09:16.391Z[ recovery-image] Aug 24 20:09:15.798 INFO O| Aug 24 20:09:15.798 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/xhci/xhci_portsc"
79952026-08-24T20:09:16.391Z[ recovery-image] Aug 24 20:09:15.798 INFO O| Aug 24 20:09:15.798 INFO STEP 889 (remove_files) COMPLETE
79962026-08-24T20:09:16.391Z[ recovery-image] Aug 24 20:09:15.798 INFO O| Aug 24 20:09:15.798 INFO STEP 890: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79972026-08-24T20:09:16.399Z[ recovery-image] Aug 24 20:09:15.808 INFO O| Aug 24 20:09:15.808 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/zfs/availdevs"
79982026-08-24T20:09:16.399Z[ recovery-image] Aug 24 20:09:15.808 INFO O| Aug 24 20:09:15.808 INFO STEP 890 (remove_files) COMPLETE
79992026-08-24T20:09:16.399Z[ recovery-image] Aug 24 20:09:15.808 INFO O| Aug 24 20:09:15.808 INFO STEP 891: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80002026-08-24T20:09:16.408Z[ recovery-image] Aug 24 20:09:15.817 INFO O| Aug 24 20:09:15.817 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/zones/zoneadmd"
80012026-08-24T20:09:16.408Z[ recovery-image] Aug 24 20:09:15.817 INFO O| Aug 24 20:09:15.817 INFO STEP 891 (remove_files) COMPLETE
80022026-08-24T20:09:16.408Z[ recovery-image] Aug 24 20:09:15.817 INFO O| Aug 24 20:09:15.817 INFO STEP 892: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80032026-08-24T20:09:16.418Z[ recovery-image] Aug 24 20:09:15.827 INFO O| Aug 24 20:09:15.827 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/sftp-server"
80042026-08-24T20:09:16.418Z[ recovery-image] Aug 24 20:09:15.827 INFO O| Aug 24 20:09:15.827 INFO STEP 892 (remove_files) COMPLETE
80052026-08-24T20:09:16.421Z[ recovery-image] Aug 24 20:09:15.827 INFO O| Aug 24 20:09:15.827 INFO STEP 893: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80062026-08-24T20:09:16.428Z[ recovery-image] Aug 24 20:09:15.837 INFO O| Aug 24 20:09:15.837 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-keysign"
80072026-08-24T20:09:16.428Z[ recovery-image] Aug 24 20:09:15.837 INFO O| Aug 24 20:09:15.837 INFO STEP 893 (remove_files) COMPLETE
80082026-08-24T20:09:16.428Z[ recovery-image] Aug 24 20:09:15.837 INFO O| Aug 24 20:09:15.837 INFO STEP 894: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80092026-08-24T20:09:16.438Z[ recovery-image] Aug 24 20:09:15.847 INFO O| Aug 24 20:09:15.846 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-pkcs11-helper"
80102026-08-24T20:09:16.438Z[ recovery-image] Aug 24 20:09:15.847 INFO O| Aug 24 20:09:15.847 INFO STEP 894 (remove_files) COMPLETE
80112026-08-24T20:09:16.441Z[ recovery-image] Aug 24 20:09:15.847 INFO O| Aug 24 20:09:15.847 INFO STEP 895: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80122026-08-24T20:09:16.448Z[ recovery-image] Aug 24 20:09:15.857 INFO O| Aug 24 20:09:15.857 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-sk-helper"
80132026-08-24T20:09:16.448Z[ recovery-image] Aug 24 20:09:15.857 INFO O| Aug 24 20:09:15.857 INFO STEP 895 (remove_files) COMPLETE
80142026-08-24T20:09:16.448Z[ recovery-image] Aug 24 20:09:15.857 INFO O| Aug 24 20:09:15.857 INFO STEP 896: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80152026-08-24T20:09:16.459Z[ recovery-image] Aug 24 20:09:15.868 INFO O| Aug 24 20:09:15.868 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/dispgid"
80162026-08-24T20:09:16.459Z[ recovery-image] Aug 24 20:09:15.868 INFO O| Aug 24 20:09:15.868 INFO STEP 896 (remove_files) COMPLETE
80172026-08-24T20:09:16.463Z[ recovery-image] Aug 24 20:09:15.868 INFO O| Aug 24 20:09:15.868 INFO STEP 897: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80182026-08-24T20:09:16.470Z[ recovery-image] Aug 24 20:09:15.879 INFO O| Aug 24 20:09:15.878 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/dispuid"
80192026-08-24T20:09:16.470Z[ recovery-image] Aug 24 20:09:15.879 INFO O| Aug 24 20:09:15.879 INFO STEP 897 (remove_files) COMPLETE
80202026-08-24T20:09:16.473Z[ recovery-image] Aug 24 20:09:15.879 INFO O| Aug 24 20:09:15.879 INFO STEP 898: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80212026-08-24T20:09:16.479Z[ recovery-image] Aug 24 20:09:15.888 INFO O| Aug 24 20:09:15.888 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errange"
80222026-08-24T20:09:16.479Z[ recovery-image] Aug 24 20:09:15.888 INFO O| Aug 24 20:09:15.888 INFO STEP 898 (remove_files) COMPLETE
80232026-08-24T20:09:16.483Z[ recovery-image] Aug 24 20:09:15.888 INFO O| Aug 24 20:09:15.888 INFO STEP 899: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80242026-08-24T20:09:16.489Z[ recovery-image] Aug 24 20:09:15.898 INFO O| Aug 24 20:09:15.898 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errdate"
80252026-08-24T20:09:16.489Z[ recovery-image] Aug 24 20:09:15.898 INFO O| Aug 24 20:09:15.898 INFO STEP 899 (remove_files) COMPLETE
80262026-08-24T20:09:16.489Z[ recovery-image] Aug 24 20:09:15.898 INFO O| Aug 24 20:09:15.898 INFO STEP 900: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80272026-08-24T20:09:16.497Z[ recovery-image] Aug 24 20:09:15.907 INFO O| Aug 24 20:09:15.906 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errgid"
80282026-08-24T20:09:16.497Z[ recovery-image] Aug 24 20:09:15.907 INFO O| Aug 24 20:09:15.907 INFO STEP 900 (remove_files) COMPLETE
80292026-08-24T20:09:16.497Z[ recovery-image] Aug 24 20:09:15.907 INFO O| Aug 24 20:09:15.907 INFO STEP 901: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80302026-08-24T20:09:16.508Z[ recovery-image] Aug 24 20:09:15.917 INFO O| Aug 24 20:09:15.917 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errint"
80312026-08-24T20:09:16.508Z[ recovery-image] Aug 24 20:09:15.917 INFO O| Aug 24 20:09:15.917 INFO STEP 901 (remove_files) COMPLETE
80322026-08-24T20:09:16.511Z[ recovery-image] Aug 24 20:09:15.917 INFO O| Aug 24 20:09:15.917 INFO STEP 902: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80332026-08-24T20:09:16.517Z[ recovery-image] Aug 24 20:09:15.927 INFO O| Aug 24 20:09:15.926 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erritem"
80342026-08-24T20:09:16.517Z[ recovery-image] Aug 24 20:09:15.927 INFO O| Aug 24 20:09:15.927 INFO STEP 902 (remove_files) COMPLETE
80352026-08-24T20:09:16.517Z[ recovery-image] Aug 24 20:09:15.927 INFO O| Aug 24 20:09:15.927 INFO STEP 903: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80362026-08-24T20:09:16.527Z[ recovery-image] Aug 24 20:09:15.936 INFO O| Aug 24 20:09:15.936 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errpath"
80372026-08-24T20:09:16.527Z[ recovery-image] Aug 24 20:09:15.936 INFO O| Aug 24 20:09:15.936 INFO STEP 903 (remove_files) COMPLETE
80382026-08-24T20:09:16.527Z[ recovery-image] Aug 24 20:09:15.936 INFO O| Aug 24 20:09:15.936 INFO STEP 904: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80392026-08-24T20:09:16.537Z[ recovery-image] Aug 24 20:09:15.946 INFO O| Aug 24 20:09:15.946 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errstr"
80402026-08-24T20:09:16.537Z[ recovery-image] Aug 24 20:09:15.946 INFO O| Aug 24 20:09:15.946 INFO STEP 904 (remove_files) COMPLETE
80412026-08-24T20:09:16.540Z[ recovery-image] Aug 24 20:09:15.946 INFO O| Aug 24 20:09:15.946 INFO STEP 905: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80422026-08-24T20:09:16.546Z[ recovery-image] Aug 24 20:09:15.955 INFO O| Aug 24 20:09:15.955 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errtime"
80432026-08-24T20:09:16.546Z[ recovery-image] Aug 24 20:09:15.955 INFO O| Aug 24 20:09:15.955 INFO STEP 905 (remove_files) COMPLETE
80442026-08-24T20:09:16.546Z[ recovery-image] Aug 24 20:09:15.955 INFO O| Aug 24 20:09:15.955 INFO STEP 906: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80452026-08-24T20:09:16.557Z[ recovery-image] Aug 24 20:09:15.965 INFO O| Aug 24 20:09:15.965 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erruid"
80462026-08-24T20:09:16.557Z[ recovery-image] Aug 24 20:09:15.965 INFO O| Aug 24 20:09:15.965 INFO STEP 906 (remove_files) COMPLETE
80472026-08-24T20:09:16.557Z[ recovery-image] Aug 24 20:09:15.965 INFO O| Aug 24 20:09:15.965 INFO STEP 907: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80482026-08-24T20:09:16.568Z[ recovery-image] Aug 24 20:09:15.975 INFO O| Aug 24 20:09:15.975 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erryorn"
80492026-08-24T20:09:16.568Z[ recovery-image] Aug 24 20:09:15.975 INFO O| Aug 24 20:09:15.975 INFO STEP 907 (remove_files) COMPLETE
80502026-08-24T20:09:16.568Z[ recovery-image] Aug 24 20:09:15.975 INFO O| Aug 24 20:09:15.975 INFO STEP 908: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80512026-08-24T20:09:16.577Z[ recovery-image] Aug 24 20:09:15.985 INFO O| Aug 24 20:09:15.985 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpdate"
80522026-08-24T20:09:16.580Z[ recovery-image] Aug 24 20:09:15.985 INFO O| Aug 24 20:09:15.985 INFO STEP 908 (remove_files) COMPLETE
80532026-08-24T20:09:16.580Z[ recovery-image] Aug 24 20:09:15.985 INFO O| Aug 24 20:09:15.985 INFO STEP 909: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80542026-08-24T20:09:16.588Z[ recovery-image] Aug 24 20:09:15.997 INFO O| Aug 24 20:09:15.997 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpgid"
80552026-08-24T20:09:16.588Z[ recovery-image] Aug 24 20:09:15.997 INFO O| Aug 24 20:09:15.997 INFO STEP 909 (remove_files) COMPLETE
80562026-08-24T20:09:16.588Z[ recovery-image] Aug 24 20:09:15.997 INFO O| Aug 24 20:09:15.997 INFO STEP 910: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80572026-08-24T20:09:16.600Z[ recovery-image] Aug 24 20:09:16.009 INFO O| Aug 24 20:09:16.009 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpint"
80582026-08-24T20:09:16.600Z[ recovery-image] Aug 24 20:09:16.009 INFO O| Aug 24 20:09:16.009 INFO STEP 910 (remove_files) COMPLETE
80592026-08-24T20:09:16.600Z[ recovery-image] Aug 24 20:09:16.009 INFO O| Aug 24 20:09:16.009 INFO STEP 911: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80602026-08-24T20:09:16.611Z[ recovery-image] Aug 24 20:09:16.020 INFO O| Aug 24 20:09:16.020 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpitem"
80612026-08-24T20:09:16.611Z[ recovery-image] Aug 24 20:09:16.020 INFO O| Aug 24 20:09:16.020 INFO STEP 911 (remove_files) COMPLETE
80622026-08-24T20:09:16.611Z[ recovery-image] Aug 24 20:09:16.020 INFO O| Aug 24 20:09:16.020 INFO STEP 912: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80632026-08-24T20:09:16.621Z[ recovery-image] Aug 24 20:09:16.030 INFO O| Aug 24 20:09:16.030 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helppath"
80642026-08-24T20:09:16.621Z[ recovery-image] Aug 24 20:09:16.030 INFO O| Aug 24 20:09:16.030 INFO STEP 912 (remove_files) COMPLETE
80652026-08-24T20:09:16.621Z[ recovery-image] Aug 24 20:09:16.030 INFO O| Aug 24 20:09:16.030 INFO STEP 913: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80662026-08-24T20:09:16.631Z[ recovery-image] Aug 24 20:09:16.040 INFO O| Aug 24 20:09:16.040 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helprange"
80672026-08-24T20:09:16.631Z[ recovery-image] Aug 24 20:09:16.040 INFO O| Aug 24 20:09:16.040 INFO STEP 913 (remove_files) COMPLETE
80682026-08-24T20:09:16.631Z[ recovery-image] Aug 24 20:09:16.040 INFO O| Aug 24 20:09:16.040 INFO STEP 914: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80692026-08-24T20:09:16.648Z[verify-libraries] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
80702026-08-24T20:09:16.652Z[ recovery-image] Aug 24 20:09:16.058 INFO O| Aug 24 20:09:16.058 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpstr"
80712026-08-24T20:09:16.652Z[ recovery-image] Aug 24 20:09:16.058 INFO O| Aug 24 20:09:16.058 INFO STEP 914 (remove_files) COMPLETE
80722026-08-24T20:09:16.652Z[ recovery-image] Aug 24 20:09:16.058 INFO O| Aug 24 20:09:16.058 INFO STEP 915: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80732026-08-24T20:09:16.659Z[ recovery-image] Aug 24 20:09:16.068 INFO O| Aug 24 20:09:16.068 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helptime"
80742026-08-24T20:09:16.659Z[ recovery-image] Aug 24 20:09:16.068 INFO O| Aug 24 20:09:16.068 INFO STEP 915 (remove_files) COMPLETE
80752026-08-24T20:09:16.659Z[ recovery-image] Aug 24 20:09:16.068 INFO O| Aug 24 20:09:16.068 INFO STEP 916: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80762026-08-24T20:09:16.670Z[ recovery-image] Aug 24 20:09:16.079 INFO O| Aug 24 20:09:16.079 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpuid"
80772026-08-24T20:09:16.670Z[ recovery-image] Aug 24 20:09:16.079 INFO O| Aug 24 20:09:16.079 INFO STEP 916 (remove_files) COMPLETE
80782026-08-24T20:09:16.670Z[ recovery-image] Aug 24 20:09:16.079 INFO O| Aug 24 20:09:16.079 INFO STEP 917: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80792026-08-24T20:09:16.679Z[ recovery-image] Aug 24 20:09:16.088 INFO O| Aug 24 20:09:16.088 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpyorn"
80802026-08-24T20:09:16.679Z[ recovery-image] Aug 24 20:09:16.088 INFO O| Aug 24 20:09:16.088 INFO STEP 917 (remove_files) COMPLETE
80812026-08-24T20:09:16.679Z[ recovery-image] Aug 24 20:09:16.088 INFO O| Aug 24 20:09:16.088 INFO STEP 918: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80822026-08-24T20:09:16.690Z[ recovery-image] Aug 24 20:09:16.099 INFO O| Aug 24 20:09:16.099 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/puttext"
80832026-08-24T20:09:16.695Z[ recovery-image] Aug 24 20:09:16.099 INFO O| Aug 24 20:09:16.099 INFO STEP 918 (remove_files) COMPLETE
80842026-08-24T20:09:16.695Z[ recovery-image] Aug 24 20:09:16.099 INFO O| Aug 24 20:09:16.099 INFO STEP 919: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80852026-08-24T20:09:16.700Z[ recovery-image] Aug 24 20:09:16.109 INFO O| Aug 24 20:09:16.109 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valdate"
80862026-08-24T20:09:16.700Z[ recovery-image] Aug 24 20:09:16.109 INFO O| Aug 24 20:09:16.109 INFO STEP 919 (remove_files) COMPLETE
80872026-08-24T20:09:16.700Z[ recovery-image] Aug 24 20:09:16.109 INFO O| Aug 24 20:09:16.109 INFO STEP 920: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80882026-08-24T20:09:16.709Z[ recovery-image] Aug 24 20:09:16.118 INFO O| Aug 24 20:09:16.118 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valgid"
80892026-08-24T20:09:16.709Z[ recovery-image] Aug 24 20:09:16.118 INFO O| Aug 24 20:09:16.118 INFO STEP 920 (remove_files) COMPLETE
80902026-08-24T20:09:16.709Z[ recovery-image] Aug 24 20:09:16.118 INFO O| Aug 24 20:09:16.118 INFO STEP 921: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80912026-08-24T20:09:16.720Z[ recovery-image] Aug 24 20:09:16.129 INFO O| Aug 24 20:09:16.127 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valint"
80922026-08-24T20:09:16.723Z[ recovery-image] Aug 24 20:09:16.129 INFO O| Aug 24 20:09:16.127 INFO STEP 921 (remove_files) COMPLETE
80932026-08-24T20:09:16.723Z[ recovery-image] Aug 24 20:09:16.129 INFO O| Aug 24 20:09:16.127 INFO STEP 922: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80942026-08-24T20:09:16.730Z[ recovery-image] Aug 24 20:09:16.139 INFO O| Aug 24 20:09:16.138 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valpath"
80952026-08-24T20:09:16.733Z[ recovery-image] Aug 24 20:09:16.139 INFO O| Aug 24 20:09:16.138 INFO STEP 922 (remove_files) COMPLETE
80962026-08-24T20:09:16.760Z[ recovery-image] Aug 24 20:09:16.139 INFO O| Aug 24 20:09:16.138 INFO STEP 923: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80972026-08-24T20:09:16.763Z[ recovery-image] Aug 24 20:09:16.169 INFO O| Aug 24 20:09:16.169 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valrange"
80982026-08-24T20:09:16.764Z[ recovery-image] Aug 24 20:09:16.169 INFO O| Aug 24 20:09:16.169 INFO STEP 923 (remove_files) COMPLETE
80992026-08-24T20:09:16.764Z[ recovery-image] Aug 24 20:09:16.169 INFO O| Aug 24 20:09:16.169 INFO STEP 924: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81002026-08-24T20:09:16.773Z[ recovery-image] Aug 24 20:09:16.180 INFO O| Aug 24 20:09:16.180 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valstr"
81012026-08-24T20:09:16.773Z[ recovery-image] Aug 24 20:09:16.180 INFO O| Aug 24 20:09:16.180 INFO STEP 924 (remove_files) COMPLETE
81022026-08-24T20:09:16.773Z[ recovery-image] Aug 24 20:09:16.180 INFO O| Aug 24 20:09:16.180 INFO STEP 925: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81032026-08-24T20:09:16.780Z[ recovery-image] Aug 24 20:09:16.189 INFO O| Aug 24 20:09:16.189 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valtime"
81042026-08-24T20:09:16.780Z[ recovery-image] Aug 24 20:09:16.189 INFO O| Aug 24 20:09:16.189 INFO STEP 925 (remove_files) COMPLETE
81052026-08-24T20:09:16.783Z[ recovery-image] Aug 24 20:09:16.189 INFO O| Aug 24 20:09:16.189 INFO STEP 926: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81062026-08-24T20:09:16.788Z[ recovery-image] Aug 24 20:09:16.197 INFO O| Aug 24 20:09:16.197 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valuid"
81072026-08-24T20:09:16.788Z[ recovery-image] Aug 24 20:09:16.197 INFO O| Aug 24 20:09:16.197 INFO STEP 926 (remove_files) COMPLETE
81082026-08-24T20:09:16.791Z[ recovery-image] Aug 24 20:09:16.197 INFO O| Aug 24 20:09:16.197 INFO STEP 927: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81092026-08-24T20:09:16.798Z[ recovery-image] Aug 24 20:09:16.207 INFO O| Aug 24 20:09:16.207 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valyorn"
81102026-08-24T20:09:16.798Z[ recovery-image] Aug 24 20:09:16.207 INFO O| Aug 24 20:09:16.207 INFO STEP 927 (remove_files) COMPLETE
81112026-08-24T20:09:16.798Z[ recovery-image] Aug 24 20:09:16.207 INFO O| Aug 24 20:09:16.207 INFO STEP 928: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81122026-08-24T20:09:16.807Z[ recovery-image] Aug 24 20:09:16.216 INFO O| Aug 24 20:09:16.216 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkginstall"
81132026-08-24T20:09:16.807Z[ recovery-image] Aug 24 20:09:16.216 INFO O| Aug 24 20:09:16.216 INFO STEP 928 (remove_files) COMPLETE
81142026-08-24T20:09:16.810Z[ recovery-image] Aug 24 20:09:16.216 INFO O| Aug 24 20:09:16.216 INFO STEP 929: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81152026-08-24T20:09:16.817Z[ recovery-image] Aug 24 20:09:16.226 INFO O| Aug 24 20:09:16.226 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgname"
81162026-08-24T20:09:16.817Z[ recovery-image] Aug 24 20:09:16.226 INFO O| Aug 24 20:09:16.226 INFO STEP 929 (remove_files) COMPLETE
81172026-08-24T20:09:16.817Z[ recovery-image] Aug 24 20:09:16.226 INFO O| Aug 24 20:09:16.226 INFO STEP 930: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81182026-08-24T20:09:16.827Z[ recovery-image] Aug 24 20:09:16.236 INFO O| Aug 24 20:09:16.236 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgremove"
81192026-08-24T20:09:16.827Z[ recovery-image] Aug 24 20:09:16.236 INFO O| Aug 24 20:09:16.236 INFO STEP 930 (remove_files) COMPLETE
81202026-08-24T20:09:16.827Z[ recovery-image] Aug 24 20:09:16.236 INFO O| Aug 24 20:09:16.236 INFO STEP 931: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81212026-08-24T20:09:16.836Z[ recovery-image] Aug 24 20:09:16.246 INFO O| Aug 24 20:09:16.245 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgserv"
81222026-08-24T20:09:16.836Z[ recovery-image] Aug 24 20:09:16.246 INFO O| Aug 24 20:09:16.246 INFO STEP 931 (remove_files) COMPLETE
81232026-08-24T20:09:16.836Z[ recovery-image] Aug 24 20:09:16.246 INFO O| Aug 24 20:09:16.246 INFO STEP 932: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81242026-08-24T20:09:16.846Z[ recovery-image] Aug 24 20:09:16.255 INFO O| Aug 24 20:09:16.255 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/miniroot.db"
81252026-08-24T20:09:16.846Z[ recovery-image] Aug 24 20:09:16.255 INFO O| Aug 24 20:09:16.255 INFO STEP 932 (remove_files) COMPLETE
81262026-08-24T20:09:16.846Z[ recovery-image] Aug 24 20:09:16.255 INFO O| Aug 24 20:09:16.255 INFO STEP 933: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81272026-08-24T20:09:16.856Z[ recovery-image] Aug 24 20:09:16.265 INFO O| Aug 24 20:09:16.265 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/scripts/i.preserve"
81282026-08-24T20:09:16.856Z[ recovery-image] Aug 24 20:09:16.265 INFO O| Aug 24 20:09:16.265 INFO STEP 933 (remove_files) COMPLETE
81292026-08-24T20:09:16.856Z[ recovery-image] Aug 24 20:09:16.265 INFO O| Aug 24 20:09:16.265 INFO STEP 934: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81302026-08-24T20:09:16.866Z[ recovery-image] Aug 24 20:09:16.275 INFO O| Aug 24 20:09:16.275 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/ugdates"
81312026-08-24T20:09:16.866Z[ recovery-image] Aug 24 20:09:16.275 INFO O| Aug 24 20:09:16.275 INFO STEP 934 (remove_files) COMPLETE
81322026-08-24T20:09:16.866Z[ recovery-image] Aug 24 20:09:16.275 INFO O| Aug 24 20:09:16.275 INFO STEP 935: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81332026-08-24T20:09:16.877Z[ recovery-image] Aug 24 20:09:16.286 INFO O| Aug 24 20:09:16.286 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/6to4relay"
81342026-08-24T20:09:16.880Z[ recovery-image] Aug 24 20:09:16.286 INFO O| Aug 24 20:09:16.286 INFO STEP 935 (remove_files) COMPLETE
81352026-08-24T20:09:16.880Z[ recovery-image] Aug 24 20:09:16.286 INFO O| Aug 24 20:09:16.286 INFO STEP 936: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81362026-08-24T20:09:16.887Z[ recovery-image] Aug 24 20:09:16.296 INFO O| Aug 24 20:09:16.296 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acctadm"
81372026-08-24T20:09:16.887Z[ recovery-image] Aug 24 20:09:16.296 INFO O| Aug 24 20:09:16.296 INFO STEP 936 (remove_files) COMPLETE
81382026-08-24T20:09:16.899Z[ recovery-image] Aug 24 20:09:16.297 INFO O| Aug 24 20:09:16.296 INFO STEP 937: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81392026-08-24T20:09:16.899Z[ recovery-image] Aug 24 20:09:16.307 INFO O| Aug 24 20:09:16.307 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acpidump"
81402026-08-24T20:09:16.899Z[ recovery-image] Aug 24 20:09:16.307 INFO O| Aug 24 20:09:16.307 INFO STEP 937 (remove_files) COMPLETE
81412026-08-24T20:09:16.899Z[ recovery-image] Aug 24 20:09:16.307 INFO O| Aug 24 20:09:16.307 INFO STEP 938: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81422026-08-24T20:09:16.908Z[ recovery-image] Aug 24 20:09:16.317 INFO O| Aug 24 20:09:16.317 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acpixtract"
81432026-08-24T20:09:16.908Z[ recovery-image] Aug 24 20:09:16.317 INFO O| Aug 24 20:09:16.317 INFO STEP 938 (remove_files) COMPLETE
81442026-08-24T20:09:16.908Z[ recovery-image] Aug 24 20:09:16.317 INFO O| Aug 24 20:09:16.317 INFO STEP 939: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81452026-08-24T20:09:16.919Z[ recovery-image] Aug 24 20:09:16.328 INFO O| Aug 24 20:09:16.328 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/add_drv"
81462026-08-24T20:09:16.919Z[ recovery-image] Aug 24 20:09:16.328 INFO O| Aug 24 20:09:16.328 INFO STEP 939 (remove_files) COMPLETE
81472026-08-24T20:09:16.919Z[ recovery-image] Aug 24 20:09:16.328 INFO O| Aug 24 20:09:16.328 INFO STEP 940: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81482026-08-24T20:09:16.930Z[ recovery-image] Aug 24 20:09:16.339 INFO O| Aug 24 20:09:16.339 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/allocate"
81492026-08-24T20:09:16.930Z[ recovery-image] Aug 24 20:09:16.339 INFO O| Aug 24 20:09:16.339 INFO STEP 940 (remove_files) COMPLETE
81502026-08-24T20:09:16.930Z[ recovery-image] Aug 24 20:09:16.339 INFO O| Aug 24 20:09:16.339 INFO STEP 941: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81512026-08-24T20:09:16.940Z[ recovery-image] Aug 24 20:09:16.349 INFO O| Aug 24 20:09:16.349 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/intrstat"
81522026-08-24T20:09:16.940Z[ recovery-image] Aug 24 20:09:16.349 INFO O| Aug 24 20:09:16.349 INFO STEP 941 (remove_files) COMPLETE
81532026-08-24T20:09:16.940Z[ recovery-image] Aug 24 20:09:16.349 INFO O| Aug 24 20:09:16.349 INFO STEP 942: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81542026-08-24T20:09:16.952Z[ recovery-image] Aug 24 20:09:16.360 INFO O| Aug 24 20:09:16.360 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/lockstat"
81552026-08-24T20:09:16.952Z[ recovery-image] Aug 24 20:09:16.361 INFO O| Aug 24 20:09:16.361 INFO STEP 942 (remove_files) COMPLETE
81562026-08-24T20:09:16.952Z[ recovery-image] Aug 24 20:09:16.361 INFO O| Aug 24 20:09:16.361 INFO STEP 943: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81572026-08-24T20:09:16.962Z[ recovery-image] Aug 24 20:09:16.371 INFO O| Aug 24 20:09:16.371 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/plockstat"
81582026-08-24T20:09:16.962Z[ recovery-image] Aug 24 20:09:16.371 INFO O| Aug 24 20:09:16.371 INFO STEP 943 (remove_files) COMPLETE
81592026-08-24T20:09:16.962Z[ recovery-image] Aug 24 20:09:16.371 INFO O| Aug 24 20:09:16.371 INFO STEP 944: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81602026-08-24T20:09:16.972Z[ recovery-image] Aug 24 20:09:16.381 INFO O| Aug 24 20:09:16.381 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/arp"
81612026-08-24T20:09:16.972Z[ recovery-image] Aug 24 20:09:16.381 INFO O| Aug 24 20:09:16.381 INFO STEP 944 (remove_files) COMPLETE
81622026-08-24T20:09:16.975Z[ recovery-image] Aug 24 20:09:16.381 INFO O| Aug 24 20:09:16.381 INFO STEP 945: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81632026-08-24T20:09:16.980Z[ recovery-image] Aug 24 20:09:16.389 INFO O| Aug 24 20:09:16.389 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/audit"
81642026-08-24T20:09:16.980Z[ recovery-image] Aug 24 20:09:16.389 INFO O| Aug 24 20:09:16.389 INFO STEP 945 (remove_files) COMPLETE
81652026-08-24T20:09:16.980Z[ recovery-image] Aug 24 20:09:16.389 INFO O| Aug 24 20:09:16.389 INFO STEP 946: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81662026-08-24T20:09:16.992Z[ recovery-image] Aug 24 20:09:16.399 INFO O| Aug 24 20:09:16.399 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditconfig"
81672026-08-24T20:09:16.992Z[ recovery-image] Aug 24 20:09:16.399 INFO O| Aug 24 20:09:16.399 INFO STEP 946 (remove_files) COMPLETE
81682026-08-24T20:09:16.995Z[ recovery-image] Aug 24 20:09:16.399 INFO O| Aug 24 20:09:16.399 INFO STEP 947: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81692026-08-24T20:09:17.003Z[ recovery-image] Aug 24 20:09:16.410 INFO O| Aug 24 20:09:16.410 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditd"
81702026-08-24T20:09:17.003Z[ recovery-image] Aug 24 20:09:16.410 INFO O| Aug 24 20:09:16.410 INFO STEP 947 (remove_files) COMPLETE
81712026-08-24T20:09:17.006Z[ recovery-image] Aug 24 20:09:16.410 INFO O| Aug 24 20:09:16.410 INFO STEP 948: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81722026-08-24T20:09:17.011Z[ recovery-image] Aug 24 20:09:16.420 INFO O| Aug 24 20:09:16.420 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditrecord"
81732026-08-24T20:09:17.011Z[ recovery-image] Aug 24 20:09:16.420 INFO O| Aug 24 20:09:16.420 INFO STEP 948 (remove_files) COMPLETE
81742026-08-24T20:09:17.011Z[ recovery-image] Aug 24 20:09:16.420 INFO O| Aug 24 20:09:16.420 INFO STEP 949: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81752026-08-24T20:09:17.020Z[ recovery-image] Aug 24 20:09:16.429 INFO O| Aug 24 20:09:16.429 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditreduce"
81762026-08-24T20:09:17.020Z[ recovery-image] Aug 24 20:09:16.429 INFO O| Aug 24 20:09:16.429 INFO STEP 949 (remove_files) COMPLETE
81772026-08-24T20:09:17.020Z[ recovery-image] Aug 24 20:09:16.429 INFO O| Aug 24 20:09:16.429 INFO STEP 950: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81782026-08-24T20:09:17.028Z[ recovery-image] Aug 24 20:09:16.437 INFO O| Aug 24 20:09:16.437 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditstat"
81792026-08-24T20:09:17.028Z[ recovery-image] Aug 24 20:09:16.437 INFO O| Aug 24 20:09:16.437 INFO STEP 950 (remove_files) COMPLETE
81802026-08-24T20:09:17.028Z[ recovery-image] Aug 24 20:09:16.437 INFO O| Aug 24 20:09:16.437 INFO STEP 951: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81812026-08-24T20:09:17.039Z[ recovery-image] Aug 24 20:09:16.448 INFO O| Aug 24 20:09:16.448 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/audlinks"
81822026-08-24T20:09:17.039Z[ recovery-image] Aug 24 20:09:16.448 INFO O| Aug 24 20:09:16.448 INFO STEP 951 (remove_files) COMPLETE
81832026-08-24T20:09:17.039Z[ recovery-image] Aug 24 20:09:16.448 INFO O| Aug 24 20:09:16.448 INFO STEP 952: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81842026-08-24T20:09:17.050Z[ recovery-image] Aug 24 20:09:16.459 INFO O| Aug 24 20:09:16.459 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bhyve"
81852026-08-24T20:09:17.050Z[ recovery-image] Aug 24 20:09:16.459 INFO O| Aug 24 20:09:16.459 INFO STEP 952 (remove_files) COMPLETE
81862026-08-24T20:09:17.053Z[ recovery-image] Aug 24 20:09:16.459 INFO O| Aug 24 20:09:16.459 INFO STEP 953: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81872026-08-24T20:09:17.060Z[ recovery-image] Aug 24 20:09:16.469 INFO O| Aug 24 20:09:16.469 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bhyvectl"
81882026-08-24T20:09:17.060Z[ recovery-image] Aug 24 20:09:16.469 INFO O| Aug 24 20:09:16.469 INFO STEP 953 (remove_files) COMPLETE
81892026-08-24T20:09:17.063Z[ recovery-image] Aug 24 20:09:16.469 INFO O| Aug 24 20:09:16.469 INFO STEP 954: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81902026-08-24T20:09:17.070Z[ recovery-image] Aug 24 20:09:16.478 INFO O| Aug 24 20:09:16.478 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/cfgadm"
81912026-08-24T20:09:17.073Z[ recovery-image] Aug 24 20:09:16.478 INFO O| Aug 24 20:09:16.478 INFO STEP 954 (remove_files) COMPLETE
81922026-08-24T20:09:17.073Z[ recovery-image] Aug 24 20:09:16.478 INFO O| Aug 24 20:09:16.478 INFO STEP 955: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81932026-08-24T20:09:17.078Z[ recovery-image] Aug 24 20:09:16.487 INFO O| Aug 24 20:09:16.487 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/chronyd"
81942026-08-24T20:09:17.079Z[ recovery-image] Aug 24 20:09:16.487 INFO O| Aug 24 20:09:16.487 INFO STEP 955 (remove_files) COMPLETE
81952026-08-24T20:09:17.082Z[ recovery-image] Aug 24 20:09:16.487 INFO O| Aug 24 20:09:16.487 INFO STEP 956: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81962026-08-24T20:09:17.088Z[ recovery-image] Aug 24 20:09:16.497 INFO O| Aug 24 20:09:16.497 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/chroot"
81972026-08-24T20:09:17.088Z[ recovery-image] Aug 24 20:09:16.497 INFO O| Aug 24 20:09:16.497 INFO STEP 956 (remove_files) COMPLETE
81982026-08-24T20:09:17.088Z[ recovery-image] Aug 24 20:09:16.497 INFO O| Aug 24 20:09:16.497 INFO STEP 957: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81992026-08-24T20:09:17.096Z[ recovery-image] Aug 24 20:09:16.505 INFO O| Aug 24 20:09:16.505 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clear_locks"
82002026-08-24T20:09:17.096Z[ recovery-image] Aug 24 20:09:16.506 INFO O| Aug 24 20:09:16.506 INFO STEP 957 (remove_files) COMPLETE
82012026-08-24T20:09:17.100Z[ recovery-image] Aug 24 20:09:16.506 INFO O| Aug 24 20:09:16.506 INFO STEP 958: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82022026-08-24T20:09:17.104Z[ recovery-image] Aug 24 20:09:16.513 INFO O| Aug 24 20:09:16.513 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clinfo"
82032026-08-24T20:09:17.104Z[ recovery-image] Aug 24 20:09:16.513 INFO O| Aug 24 20:09:16.513 INFO STEP 958 (remove_files) COMPLETE
82042026-08-24T20:09:17.105Z[ recovery-image] Aug 24 20:09:16.513 INFO O| Aug 24 20:09:16.513 INFO STEP 959: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82052026-08-24T20:09:17.116Z[ recovery-image] Aug 24 20:09:16.525 INFO O| Aug 24 20:09:16.525 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clri"
82062026-08-24T20:09:17.116Z[ recovery-image] Aug 24 20:09:16.525 INFO O| Aug 24 20:09:16.525 INFO STEP 959 (remove_files) COMPLETE
82072026-08-24T20:09:17.116Z[ recovery-image] Aug 24 20:09:16.525 INFO O| Aug 24 20:09:16.525 INFO STEP 960: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82082026-08-24T20:09:17.126Z[ recovery-image] Aug 24 20:09:16.535 INFO O| Aug 24 20:09:16.535 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/consadm"
82092026-08-24T20:09:17.126Z[ recovery-image] Aug 24 20:09:16.535 INFO O| Aug 24 20:09:16.535 INFO STEP 960 (remove_files) COMPLETE
82102026-08-24T20:09:17.126Z[ recovery-image] Aug 24 20:09:16.535 INFO O| Aug 24 20:09:16.535 INFO STEP 961: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82112026-08-24T20:09:17.136Z[ recovery-image] Aug 24 20:09:16.545 INFO O| Aug 24 20:09:16.545 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/consadmd"
82122026-08-24T20:09:17.136Z[ recovery-image] Aug 24 20:09:16.545 INFO O| Aug 24 20:09:16.545 INFO STEP 961 (remove_files) COMPLETE
82132026-08-24T20:09:17.140Z[ recovery-image] Aug 24 20:09:16.545 INFO O| Aug 24 20:09:16.545 INFO STEP 962: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82142026-08-24T20:09:17.147Z[ recovery-image] Aug 24 20:09:16.556 INFO O| Aug 24 20:09:16.556 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/deallocate"
82152026-08-24T20:09:17.147Z[ recovery-image] Aug 24 20:09:16.556 INFO O| Aug 24 20:09:16.556 INFO STEP 962 (remove_files) COMPLETE
82162026-08-24T20:09:17.147Z[ recovery-image] Aug 24 20:09:16.556 INFO O| Aug 24 20:09:16.556 INFO STEP 963: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82172026-08-24T20:09:17.157Z[ recovery-image] Aug 24 20:09:16.566 INFO O| Aug 24 20:09:16.566 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/devinfo"
82182026-08-24T20:09:17.157Z[ recovery-image] Aug 24 20:09:16.566 INFO O| Aug 24 20:09:16.566 INFO STEP 963 (remove_files) COMPLETE
82192026-08-24T20:09:17.157Z[ recovery-image] Aug 24 20:09:16.566 INFO O| Aug 24 20:09:16.566 INFO STEP 964: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82202026-08-24T20:09:17.167Z[ recovery-image] Aug 24 20:09:16.576 INFO O| Aug 24 20:09:16.576 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/devlinks"
82212026-08-24T20:09:17.167Z[ recovery-image] Aug 24 20:09:16.576 INFO O| Aug 24 20:09:16.576 INFO STEP 964 (remove_files) COMPLETE
82222026-08-24T20:09:17.167Z[ recovery-image] Aug 24 20:09:16.576 INFO O| Aug 24 20:09:16.576 INFO STEP 965: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82232026-08-24T20:09:17.177Z[ recovery-image] Aug 24 20:09:16.586 INFO O| Aug 24 20:09:16.586 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/df"
82242026-08-24T20:09:17.177Z[ recovery-image] Aug 24 20:09:16.586 INFO O| Aug 24 20:09:16.586 INFO STEP 965 (remove_files) COMPLETE
82252026-08-24T20:09:17.177Z[ recovery-image] Aug 24 20:09:16.586 INFO O| Aug 24 20:09:16.586 INFO STEP 966: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82262026-08-24T20:09:17.186Z[ recovery-image] Aug 24 20:09:16.594 INFO O| Aug 24 20:09:16.594 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dfmounts"
82272026-08-24T20:09:17.186Z[ recovery-image] Aug 24 20:09:16.595 INFO O| Aug 24 20:09:16.594 INFO STEP 966 (remove_files) COMPLETE
82282026-08-24T20:09:17.189Z[ recovery-image] Aug 24 20:09:16.595 INFO O| Aug 24 20:09:16.594 INFO STEP 967: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82292026-08-24T20:09:17.193Z[ recovery-image] Aug 24 20:09:16.602 INFO O| Aug 24 20:09:16.602 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dfshares"
82302026-08-24T20:09:17.193Z[ recovery-image] Aug 24 20:09:16.602 INFO O| Aug 24 20:09:16.602 INFO STEP 967 (remove_files) COMPLETE
82312026-08-24T20:09:17.197Z[ recovery-image] Aug 24 20:09:16.602 INFO O| Aug 24 20:09:16.602 INFO STEP 968: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82322026-08-24T20:09:17.200Z[ recovery-image] Aug 24 20:09:16.609 INFO O| Aug 24 20:09:16.609 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/disks"
82332026-08-24T20:09:17.200Z[ recovery-image] Aug 24 20:09:16.609 INFO O| Aug 24 20:09:16.609 INFO STEP 968 (remove_files) COMPLETE
82342026-08-24T20:09:17.204Z[ recovery-image] Aug 24 20:09:16.609 INFO O| Aug 24 20:09:16.609 INFO STEP 969: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82352026-08-24T20:09:17.210Z[ recovery-image] Aug 24 20:09:16.619 INFO O| Aug 24 20:09:16.618 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dispadmin"
82362026-08-24T20:09:17.210Z[ recovery-image] Aug 24 20:09:16.619 INFO O| Aug 24 20:09:16.619 INFO STEP 969 (remove_files) COMPLETE
82372026-08-24T20:09:17.213Z[ recovery-image] Aug 24 20:09:16.619 INFO O| Aug 24 20:09:16.619 INFO STEP 970: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82382026-08-24T20:09:17.220Z[ recovery-image] Aug 24 20:09:16.627 INFO O| Aug 24 20:09:16.627 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dminfo"
82392026-08-24T20:09:17.220Z[ recovery-image] Aug 24 20:09:16.627 INFO O| Aug 24 20:09:16.627 INFO STEP 970 (remove_files) COMPLETE
82402026-08-24T20:09:17.223Z[ recovery-image] Aug 24 20:09:16.627 INFO O| Aug 24 20:09:16.627 INFO STEP 971: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82412026-08-24T20:09:17.227Z[ recovery-image] Aug 24 20:09:16.636 INFO O| Aug 24 20:09:16.636 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/drvconfig"
82422026-08-24T20:09:17.227Z[ recovery-image] Aug 24 20:09:16.636 INFO O| Aug 24 20:09:16.636 INFO STEP 971 (remove_files) COMPLETE
82432026-08-24T20:09:17.231Z[ recovery-image] Aug 24 20:09:16.636 INFO O| Aug 24 20:09:16.636 INFO STEP 972: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82442026-08-24T20:09:17.236Z[ recovery-image] Aug 24 20:09:16.645 INFO O| Aug 24 20:09:16.645 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/eeprom"
82452026-08-24T20:09:17.236Z[ recovery-image] Aug 24 20:09:16.645 INFO O| Aug 24 20:09:16.645 INFO STEP 972 (remove_files) COMPLETE
82462026-08-24T20:09:17.236Z[ recovery-image] Aug 24 20:09:16.645 INFO O| Aug 24 20:09:16.645 INFO STEP 973: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82472026-08-24T20:09:17.244Z[ recovery-image] Aug 24 20:09:16.653 INFO O| Aug 24 20:09:16.653 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ff"
82482026-08-24T20:09:17.249Z[ recovery-image] Aug 24 20:09:16.653 INFO O| Aug 24 20:09:16.653 INFO STEP 973 (remove_files) COMPLETE
82492026-08-24T20:09:17.249Z[ recovery-image] Aug 24 20:09:16.653 INFO O| Aug 24 20:09:16.653 INFO STEP 974: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82502026-08-24T20:09:17.253Z[ recovery-image] Aug 24 20:09:16.662 INFO O| Aug 24 20:09:16.662 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmadm"
82512026-08-24T20:09:17.253Z[ recovery-image] Aug 24 20:09:16.662 INFO O| Aug 24 20:09:16.662 INFO STEP 974 (remove_files) COMPLETE
82522026-08-24T20:09:17.258Z[ recovery-image] Aug 24 20:09:16.662 INFO O| Aug 24 20:09:16.662 INFO STEP 975: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82532026-08-24T20:09:17.261Z[ recovery-image] Aug 24 20:09:16.670 INFO O| Aug 24 20:09:16.670 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmdump"
82542026-08-24T20:09:17.261Z[ recovery-image] Aug 24 20:09:16.670 INFO O| Aug 24 20:09:16.670 INFO STEP 975 (remove_files) COMPLETE
82552026-08-24T20:09:17.265Z[ recovery-image] Aug 24 20:09:16.670 INFO O| Aug 24 20:09:16.670 INFO STEP 976: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82562026-08-24T20:09:17.271Z[ recovery-image] Aug 24 20:09:16.680 INFO O| Aug 24 20:09:16.679 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmstat"
82572026-08-24T20:09:17.271Z[ recovery-image] Aug 24 20:09:16.680 INFO O| Aug 24 20:09:16.680 INFO STEP 976 (remove_files) COMPLETE
82582026-08-24T20:09:17.274Z[ recovery-image] Aug 24 20:09:16.680 INFO O| Aug 24 20:09:16.680 INFO STEP 977: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82592026-08-24T20:09:17.283Z[ recovery-image] Aug 24 20:09:16.690 INFO O| Aug 24 20:09:16.690 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmthard"
82602026-08-24T20:09:17.283Z[ recovery-image] Aug 24 20:09:16.690 INFO O| Aug 24 20:09:16.690 INFO STEP 977 (remove_files) COMPLETE
82612026-08-24T20:09:17.286Z[ recovery-image] Aug 24 20:09:16.690 INFO O| Aug 24 20:09:16.690 INFO STEP 978: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82622026-08-24T20:09:17.292Z[ recovery-image] Aug 24 20:09:16.701 INFO O| Aug 24 20:09:16.701 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/format"
82632026-08-24T20:09:17.292Z[ recovery-image] Aug 24 20:09:16.701 INFO O| Aug 24 20:09:16.701 INFO STEP 978 (remove_files) COMPLETE
82642026-08-24T20:09:17.295Z[ recovery-image] Aug 24 20:09:16.701 INFO O| Aug 24 20:09:16.701 INFO STEP 979: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82652026-08-24T20:09:17.302Z[ recovery-image] Aug 24 20:09:16.711 INFO O| Aug 24 20:09:16.711 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fsck"
82662026-08-24T20:09:17.302Z[ recovery-image] Aug 24 20:09:16.711 INFO O| Aug 24 20:09:16.711 INFO STEP 979 (remove_files) COMPLETE
82672026-08-24T20:09:17.302Z[ recovery-image] Aug 24 20:09:16.711 INFO O| Aug 24 20:09:16.711 INFO STEP 980: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82682026-08-24T20:09:17.312Z[ recovery-image] Aug 24 20:09:16.721 INFO O| Aug 24 20:09:16.721 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fuser"
82692026-08-24T20:09:17.315Z[ recovery-image] Aug 24 20:09:16.721 INFO O| Aug 24 20:09:16.721 INFO STEP 980 (remove_files) COMPLETE
82702026-08-24T20:09:17.315Z[ recovery-image] Aug 24 20:09:16.721 INFO O| Aug 24 20:09:16.721 INFO STEP 981: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82712026-08-24T20:09:17.323Z[ recovery-image] Aug 24 20:09:16.732 INFO O| Aug 24 20:09:16.732 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/getdevpolicy"
82722026-08-24T20:09:17.323Z[ recovery-image] Aug 24 20:09:16.732 INFO O| Aug 24 20:09:16.732 INFO STEP 981 (remove_files) COMPLETE
82732026-08-24T20:09:17.326Z[ recovery-image] Aug 24 20:09:16.732 INFO O| Aug 24 20:09:16.732 INFO STEP 982: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82742026-08-24T20:09:17.333Z[ recovery-image] Aug 24 20:09:16.742 INFO O| Aug 24 20:09:16.741 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/getmajor"
82752026-08-24T20:09:17.333Z[ recovery-image] Aug 24 20:09:16.742 INFO O| Aug 24 20:09:16.742 INFO STEP 982 (remove_files) COMPLETE
82762026-08-24T20:09:17.333Z[ recovery-image] Aug 24 20:09:16.742 INFO O| Aug 24 20:09:16.742 INFO STEP 983: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82772026-08-24T20:09:17.336Z[verify-libraries] Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
82782026-08-24T20:09:17.342Z[ recovery-image] Aug 24 20:09:16.751 INFO O| Aug 24 20:09:16.750 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupadd"
82792026-08-24T20:09:17.342Z[ recovery-image] Aug 24 20:09:16.751 INFO O| Aug 24 20:09:16.751 INFO STEP 983 (remove_files) COMPLETE
82802026-08-24T20:09:17.342Z[ recovery-image] Aug 24 20:09:16.751 INFO O| Aug 24 20:09:16.751 INFO STEP 984: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82812026-08-24T20:09:17.362Z[ recovery-image] Aug 24 20:09:16.760 INFO O| Aug 24 20:09:16.760 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupdel"
82822026-08-24T20:09:17.362Z[ recovery-image] Aug 24 20:09:16.760 INFO O| Aug 24 20:09:16.760 INFO STEP 984 (remove_files) COMPLETE
82832026-08-24T20:09:17.362Z[ recovery-image] Aug 24 20:09:16.760 INFO O| Aug 24 20:09:16.760 INFO STEP 985: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82842026-08-24T20:09:17.365Z[ recovery-image] Aug 24 20:09:16.770 INFO O| Aug 24 20:09:16.770 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupmod"
82852026-08-24T20:09:17.366Z[ recovery-image] Aug 24 20:09:16.770 INFO O| Aug 24 20:09:16.770 INFO STEP 985 (remove_files) COMPLETE
82862026-08-24T20:09:17.366Z[ recovery-image] Aug 24 20:09:16.770 INFO O| Aug 24 20:09:16.770 INFO STEP 986: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82872026-08-24T20:09:17.370Z[ recovery-image] Aug 24 20:09:16.779 INFO O| Aug 24 20:09:16.779 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/growfs"
82882026-08-24T20:09:17.370Z[ recovery-image] Aug 24 20:09:16.779 INFO O| Aug 24 20:09:16.779 INFO STEP 986 (remove_files) COMPLETE
82892026-08-24T20:09:17.370Z[ recovery-image] Aug 24 20:09:16.779 INFO O| Aug 24 20:09:16.779 INFO STEP 987: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82902026-08-24T20:09:17.379Z[ recovery-image] Aug 24 20:09:16.788 INFO O| Aug 24 20:09:16.787 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/grpck"
82912026-08-24T20:09:17.379Z[ recovery-image] Aug 24 20:09:16.788 INFO O| Aug 24 20:09:16.788 INFO STEP 987 (remove_files) COMPLETE
82922026-08-24T20:09:17.383Z[ recovery-image] Aug 24 20:09:16.788 INFO O| Aug 24 20:09:16.788 INFO STEP 988: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82932026-08-24T20:09:17.387Z[ recovery-image] Aug 24 20:09:16.796 INFO O| Aug 24 20:09:16.796 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/gsscred"
82942026-08-24T20:09:17.387Z[ recovery-image] Aug 24 20:09:16.796 INFO O| Aug 24 20:09:16.796 INFO STEP 988 (remove_files) COMPLETE
82952026-08-24T20:09:17.390Z[ recovery-image] Aug 24 20:09:16.796 INFO O| Aug 24 20:09:16.796 INFO STEP 989: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82962026-08-24T20:09:17.397Z[ recovery-image] Aug 24 20:09:16.804 INFO O| Aug 24 20:09:16.804 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/halt"
82972026-08-24T20:09:17.397Z[ recovery-image] Aug 24 20:09:16.804 INFO O| Aug 24 20:09:16.804 INFO STEP 989 (remove_files) COMPLETE
82982026-08-24T20:09:17.397Z[ recovery-image] Aug 24 20:09:16.804 INFO O| Aug 24 20:09:16.804 INFO STEP 990: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82992026-08-24T20:09:17.404Z[ recovery-image] Aug 24 20:09:16.812 INFO O| Aug 24 20:09:16.812 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/hotplug"
83002026-08-24T20:09:17.404Z[ recovery-image] Aug 24 20:09:16.812 INFO O| Aug 24 20:09:16.812 INFO STEP 990 (remove_files) COMPLETE
83012026-08-24T20:09:17.404Z[ recovery-image] Aug 24 20:09:16.813 INFO O| Aug 24 20:09:16.812 INFO STEP 991: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83022026-08-24T20:09:17.412Z[ recovery-image] Aug 24 20:09:16.821 INFO O| Aug 24 20:09:16.821 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/iasl"
83032026-08-24T20:09:17.412Z[ recovery-image] Aug 24 20:09:16.821 INFO O| Aug 24 20:09:16.821 INFO STEP 991 (remove_files) COMPLETE
83042026-08-24T20:09:17.412Z[ recovery-image] Aug 24 20:09:16.821 INFO O| Aug 24 20:09:16.821 INFO STEP 992: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83052026-08-24T20:09:17.421Z[ recovery-image] Aug 24 20:09:16.830 INFO O| Aug 24 20:09:16.830 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/idmap"
83062026-08-24T20:09:17.421Z[ recovery-image] Aug 24 20:09:16.830 INFO O| Aug 24 20:09:16.830 INFO STEP 992 (remove_files) COMPLETE
83072026-08-24T20:09:17.421Z[ recovery-image] Aug 24 20:09:16.830 INFO O| Aug 24 20:09:16.830 INFO STEP 993: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83082026-08-24T20:09:17.435Z[ recovery-image] Aug 24 20:09:16.843 INFO O| Aug 24 20:09:16.843 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/if_mpadm"
83092026-08-24T20:09:17.435Z[ recovery-image] Aug 24 20:09:16.843 INFO O| Aug 24 20:09:16.843 INFO STEP 993 (remove_files) COMPLETE
83102026-08-24T20:09:17.438Z[ recovery-image] Aug 24 20:09:16.843 INFO O| Aug 24 20:09:16.843 INFO STEP 994: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83112026-08-24T20:09:17.445Z[ recovery-image] Aug 24 20:09:16.854 INFO O| Aug 24 20:09:16.854 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ikeadm"
83122026-08-24T20:09:17.445Z[ recovery-image] Aug 24 20:09:16.854 INFO O| Aug 24 20:09:16.854 INFO STEP 994 (remove_files) COMPLETE
83132026-08-24T20:09:17.450Z[ recovery-image] Aug 24 20:09:16.854 INFO O| Aug 24 20:09:16.854 INFO STEP 995: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83142026-08-24T20:09:17.455Z[ recovery-image] Aug 24 20:09:16.862 INFO O| Aug 24 20:09:16.862 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ikecert"
83152026-08-24T20:09:17.455Z[ recovery-image] Aug 24 20:09:16.863 INFO O| Aug 24 20:09:16.863 INFO STEP 995 (remove_files) COMPLETE
83162026-08-24T20:09:17.456Z[ recovery-image] Aug 24 20:09:16.863 INFO O| Aug 24 20:09:16.863 INFO STEP 996: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83172026-08-24T20:09:17.463Z[ recovery-image] Aug 24 20:09:16.872 INFO O| Aug 24 20:09:16.872 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/in.rdisc"
83182026-08-24T20:09:17.463Z[ recovery-image] Aug 24 20:09:16.872 INFO O| Aug 24 20:09:16.872 INFO STEP 996 (remove_files) COMPLETE
83192026-08-24T20:09:17.463Z[ recovery-image] Aug 24 20:09:16.872 INFO O| Aug 24 20:09:16.872 INFO STEP 997: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83202026-08-24T20:09:17.472Z[ recovery-image] Aug 24 20:09:16.881 INFO O| Aug 24 20:09:16.881 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/in.routed"
83212026-08-24T20:09:17.472Z[ recovery-image] Aug 24 20:09:16.881 INFO O| Aug 24 20:09:16.881 INFO STEP 997 (remove_files) COMPLETE
83222026-08-24T20:09:17.473Z[ recovery-image] Aug 24 20:09:16.881 INFO O| Aug 24 20:09:16.881 INFO STEP 998: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83232026-08-24T20:09:17.483Z[ recovery-image] Aug 24 20:09:16.891 INFO O| Aug 24 20:09:16.891 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/inetadm"
83242026-08-24T20:09:17.483Z[ recovery-image] Aug 24 20:09:16.891 INFO O| Aug 24 20:09:16.891 INFO STEP 998 (remove_files) COMPLETE
83252026-08-24T20:09:17.488Z[ recovery-image] Aug 24 20:09:16.891 INFO O| Aug 24 20:09:16.891 INFO STEP 999: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83262026-08-24T20:09:17.493Z[ recovery-image] Aug 24 20:09:16.902 INFO O| Aug 24 20:09:16.902 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/inetconv"
83272026-08-24T20:09:17.493Z[ recovery-image] Aug 24 20:09:16.902 INFO O| Aug 24 20:09:16.902 INFO STEP 999 (remove_files) COMPLETE
83282026-08-24T20:09:17.493Z[ recovery-image] Aug 24 20:09:16.902 INFO O| Aug 24 20:09:16.902 INFO STEP 1000: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83292026-08-24T20:09:17.503Z[ recovery-image] Aug 24 20:09:16.912 INFO O| Aug 24 20:09:16.912 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/install"
83302026-08-24T20:09:17.503Z[ recovery-image] Aug 24 20:09:16.912 INFO O| Aug 24 20:09:16.912 INFO STEP 1000 (remove_files) COMPLETE
83312026-08-24T20:09:17.503Z[ recovery-image] Aug 24 20:09:16.912 INFO O| Aug 24 20:09:16.912 INFO STEP 1001: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83322026-08-24T20:09:17.515Z[ recovery-image] Aug 24 20:09:16.922 INFO O| Aug 24 20:09:16.922 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/installboot"
83332026-08-24T20:09:17.515Z[ recovery-image] Aug 24 20:09:16.923 INFO O| Aug 24 20:09:16.922 INFO STEP 1001 (remove_files) COMPLETE
83342026-08-24T20:09:17.519Z[ recovery-image] Aug 24 20:09:16.923 INFO O| Aug 24 20:09:16.923 INFO STEP 1002: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83352026-08-24T20:09:17.523Z[ recovery-image] Aug 24 20:09:16.932 INFO O| Aug 24 20:09:16.931 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/installf"
83362026-08-24T20:09:17.523Z[ recovery-image] Aug 24 20:09:16.932 INFO O| Aug 24 20:09:16.932 INFO STEP 1002 (remove_files) COMPLETE
83372026-08-24T20:09:17.523Z[ recovery-image] Aug 24 20:09:16.932 INFO O| Aug 24 20:09:16.932 INFO STEP 1003: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83382026-08-24T20:09:17.535Z[ recovery-image] Aug 24 20:09:16.944 INFO O| Aug 24 20:09:16.944 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/intrstat"
83392026-08-24T20:09:17.535Z[ recovery-image] Aug 24 20:09:16.944 INFO O| Aug 24 20:09:16.944 INFO STEP 1003 (remove_files) COMPLETE
83402026-08-24T20:09:17.535Z[ recovery-image] Aug 24 20:09:16.944 INFO O| Aug 24 20:09:16.944 INFO STEP 1004: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83412026-08-24T20:09:17.544Z[ recovery-image] Aug 24 20:09:16.953 INFO O| Aug 24 20:09:16.952 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipsecalgs"
83422026-08-24T20:09:17.544Z[ recovery-image] Aug 24 20:09:16.953 INFO O| Aug 24 20:09:16.953 INFO STEP 1004 (remove_files) COMPLETE
83432026-08-24T20:09:17.544Z[ recovery-image] Aug 24 20:09:16.953 INFO O| Aug 24 20:09:16.953 INFO STEP 1005: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83442026-08-24T20:09:17.552Z[ recovery-image] Aug 24 20:09:16.961 INFO O| Aug 24 20:09:16.961 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipsecconf"
83452026-08-24T20:09:17.552Z[ recovery-image] Aug 24 20:09:16.961 INFO O| Aug 24 20:09:16.961 INFO STEP 1005 (remove_files) COMPLETE
83462026-08-24T20:09:17.553Z[ recovery-image] Aug 24 20:09:16.961 INFO O| Aug 24 20:09:16.961 INFO STEP 1006: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83472026-08-24T20:09:17.561Z[ recovery-image] Aug 24 20:09:16.970 INFO O| Aug 24 20:09:16.970 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipseckey"
83482026-08-24T20:09:17.561Z[ recovery-image] Aug 24 20:09:16.970 INFO O| Aug 24 20:09:16.970 INFO STEP 1006 (remove_files) COMPLETE
83492026-08-24T20:09:17.561Z[ recovery-image] Aug 24 20:09:16.970 INFO O| Aug 24 20:09:16.970 INFO STEP 1007: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83502026-08-24T20:09:17.569Z[ recovery-image] Aug 24 20:09:16.978 INFO O| Aug 24 20:09:16.978 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/keyserv"
83512026-08-24T20:09:17.570Z[ recovery-image] Aug 24 20:09:16.978 INFO O| Aug 24 20:09:16.978 INFO STEP 1007 (remove_files) COMPLETE
83522026-08-24T20:09:17.570Z[ recovery-image] Aug 24 20:09:16.978 INFO O| Aug 24 20:09:16.978 INFO STEP 1008: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83532026-08-24T20:09:17.578Z[ recovery-image] Aug 24 20:09:16.987 INFO O| Aug 24 20:09:16.987 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/killall"
83542026-08-24T20:09:17.578Z[ recovery-image] Aug 24 20:09:16.987 INFO O| Aug 24 20:09:16.987 INFO STEP 1008 (remove_files) COMPLETE
83552026-08-24T20:09:17.581Z[ recovery-image] Aug 24 20:09:16.987 INFO O| Aug 24 20:09:16.987 INFO STEP 1009: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83562026-08-24T20:09:17.587Z[ recovery-image] Aug 24 20:09:16.996 INFO O| Aug 24 20:09:16.996 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/link"
83572026-08-24T20:09:17.587Z[ recovery-image] Aug 24 20:09:16.996 INFO O| Aug 24 20:09:16.996 INFO STEP 1009 (remove_files) COMPLETE
83582026-08-24T20:09:17.587Z[ recovery-image] Aug 24 20:09:16.996 INFO O| Aug 24 20:09:16.996 INFO STEP 1010: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83592026-08-24T20:09:17.598Z[ recovery-image] Aug 24 20:09:17.006 INFO O| Aug 24 20:09:17.006 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/list_devices"
83602026-08-24T20:09:17.598Z[ recovery-image] Aug 24 20:09:17.006 INFO O| Aug 24 20:09:17.006 INFO STEP 1010 (remove_files) COMPLETE
83612026-08-24T20:09:17.601Z[ recovery-image] Aug 24 20:09:17.006 INFO O| Aug 24 20:09:17.006 INFO STEP 1011: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83622026-08-24T20:09:17.611Z[ recovery-image] Aug 24 20:09:17.016 INFO O| Aug 24 20:09:17.016 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/locator"
83632026-08-24T20:09:17.611Z[ recovery-image] Aug 24 20:09:17.016 INFO O| Aug 24 20:09:17.016 INFO STEP 1011 (remove_files) COMPLETE
83642026-08-24T20:09:17.611Z[ recovery-image] Aug 24 20:09:17.016 INFO O| Aug 24 20:09:17.016 INFO STEP 1012: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83652026-08-24T20:09:17.616Z[ recovery-image] Aug 24 20:09:17.025 INFO O| Aug 24 20:09:17.024 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/lockstat"
83662026-08-24T20:09:17.616Z[ recovery-image] Aug 24 20:09:17.025 INFO O| Aug 24 20:09:17.025 INFO STEP 1012 (remove_files) COMPLETE
83672026-08-24T20:09:17.619Z[ recovery-image] Aug 24 20:09:17.025 INFO O| Aug 24 20:09:17.025 INFO STEP 1013: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83682026-08-24T20:09:17.624Z[ recovery-image] Aug 24 20:09:17.033 INFO O| Aug 24 20:09:17.033 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/lofiadm"
83692026-08-24T20:09:17.625Z[ recovery-image] Aug 24 20:09:17.033 INFO O| Aug 24 20:09:17.033 INFO STEP 1013 (remove_files) COMPLETE
83702026-08-24T20:09:17.625Z[ recovery-image] Aug 24 20:09:17.033 INFO O| Aug 24 20:09:17.033 INFO STEP 1014: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83712026-08-24T20:09:17.634Z[ recovery-image] Aug 24 20:09:17.042 INFO O| Aug 24 20:09:17.042 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/logadm"
83722026-08-24T20:09:17.634Z[ recovery-image] Aug 24 20:09:17.043 INFO O| Aug 24 20:09:17.042 INFO STEP 1014 (remove_files) COMPLETE
83732026-08-24T20:09:17.634Z[ recovery-image] Aug 24 20:09:17.043 INFO O| Aug 24 20:09:17.042 INFO STEP 1015: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83742026-08-24T20:09:17.644Z[ recovery-image] Aug 24 20:09:17.053 INFO O| Aug 24 20:09:17.053 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/makedbm"
83752026-08-24T20:09:17.644Z[ recovery-image] Aug 24 20:09:17.053 INFO O| Aug 24 20:09:17.053 INFO STEP 1015 (remove_files) COMPLETE
83762026-08-24T20:09:17.644Z[ recovery-image] Aug 24 20:09:17.053 INFO O| Aug 24 20:09:17.053 INFO STEP 1016: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83772026-08-24T20:09:17.655Z[ recovery-image] Aug 24 20:09:17.063 INFO O| Aug 24 20:09:17.063 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkdevalloc"
83782026-08-24T20:09:17.655Z[ recovery-image] Aug 24 20:09:17.063 INFO O| Aug 24 20:09:17.063 INFO STEP 1016 (remove_files) COMPLETE
83792026-08-24T20:09:17.655Z[ recovery-image] Aug 24 20:09:17.063 INFO O| Aug 24 20:09:17.063 INFO STEP 1017: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83802026-08-24T20:09:17.664Z[ recovery-image] Aug 24 20:09:17.073 INFO O| Aug 24 20:09:17.073 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkdevmaps"
83812026-08-24T20:09:17.664Z[ recovery-image] Aug 24 20:09:17.073 INFO O| Aug 24 20:09:17.073 INFO STEP 1017 (remove_files) COMPLETE
83822026-08-24T20:09:17.668Z[ recovery-image] Aug 24 20:09:17.073 INFO O| Aug 24 20:09:17.073 INFO STEP 1018: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83832026-08-24T20:09:17.673Z[ recovery-image] Aug 24 20:09:17.082 INFO O| Aug 24 20:09:17.082 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkfile"
83842026-08-24T20:09:17.674Z[ recovery-image] Aug 24 20:09:17.082 INFO O| Aug 24 20:09:17.082 INFO STEP 1018 (remove_files) COMPLETE
83852026-08-24T20:09:17.674Z[ recovery-image] Aug 24 20:09:17.082 INFO O| Aug 24 20:09:17.082 INFO STEP 1019: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83862026-08-24T20:09:17.684Z[ recovery-image] Aug 24 20:09:17.092 INFO O| Aug 24 20:09:17.092 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mknod"
83872026-08-24T20:09:17.684Z[ recovery-image] Aug 24 20:09:17.093 INFO O| Aug 24 20:09:17.093 INFO STEP 1019 (remove_files) COMPLETE
83882026-08-24T20:09:17.684Z[ recovery-image] Aug 24 20:09:17.093 INFO O| Aug 24 20:09:17.093 INFO STEP 1020: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83892026-08-24T20:09:17.694Z[ recovery-image] Aug 24 20:09:17.103 INFO O| Aug 24 20:09:17.103 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/modinfo"
83902026-08-24T20:09:17.694Z[ recovery-image] Aug 24 20:09:17.103 INFO O| Aug 24 20:09:17.103 INFO STEP 1020 (remove_files) COMPLETE
83912026-08-24T20:09:17.694Z[ recovery-image] Aug 24 20:09:17.103 INFO O| Aug 24 20:09:17.103 INFO STEP 1021: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83922026-08-24T20:09:17.706Z[ recovery-image] Aug 24 20:09:17.114 INFO O| Aug 24 20:09:17.114 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/modload"
83932026-08-24T20:09:17.706Z[ recovery-image] Aug 24 20:09:17.114 INFO O| Aug 24 20:09:17.114 INFO STEP 1021 (remove_files) COMPLETE
83942026-08-24T20:09:17.706Z[ recovery-image] Aug 24 20:09:17.114 INFO O| Aug 24 20:09:17.114 INFO STEP 1022: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83952026-08-24T20:09:17.717Z[ recovery-image] Aug 24 20:09:17.126 INFO O| Aug 24 20:09:17.126 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mountall"
83962026-08-24T20:09:17.718Z[ recovery-image] Aug 24 20:09:17.126 INFO O| Aug 24 20:09:17.126 INFO STEP 1022 (remove_files) COMPLETE
83972026-08-24T20:09:17.718Z[ recovery-image] Aug 24 20:09:17.126 INFO O| Aug 24 20:09:17.126 INFO STEP 1023: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83982026-08-24T20:09:17.728Z[ recovery-image] Aug 24 20:09:17.136 INFO O| Aug 24 20:09:17.136 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/msgid"
83992026-08-24T20:09:17.728Z[ recovery-image] Aug 24 20:09:17.136 INFO O| Aug 24 20:09:17.136 INFO STEP 1023 (remove_files) COMPLETE
84002026-08-24T20:09:17.728Z[ recovery-image] Aug 24 20:09:17.136 INFO O| Aug 24 20:09:17.136 INFO STEP 1024: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84012026-08-24T20:09:17.737Z[ recovery-image] Aug 24 20:09:17.145 INFO O| Aug 24 20:09:17.145 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mvdir"
84022026-08-24T20:09:17.737Z[ recovery-image] Aug 24 20:09:17.145 INFO O| Aug 24 20:09:17.145 INFO STEP 1024 (remove_files) COMPLETE
84032026-08-24T20:09:17.737Z[ recovery-image] Aug 24 20:09:17.145 INFO O| Aug 24 20:09:17.145 INFO STEP 1025: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84042026-08-24T20:09:17.746Z[ recovery-image] Aug 24 20:09:17.155 INFO O| Aug 24 20:09:17.154 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ndp"
84052026-08-24T20:09:17.746Z[ recovery-image] Aug 24 20:09:17.155 INFO O| Aug 24 20:09:17.155 INFO STEP 1025 (remove_files) COMPLETE
84062026-08-24T20:09:17.746Z[ recovery-image] Aug 24 20:09:17.155 INFO O| Aug 24 20:09:17.155 INFO STEP 1026: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84072026-08-24T20:09:17.755Z[ recovery-image] Aug 24 20:09:17.164 INFO O| Aug 24 20:09:17.164 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nlsadmin"
84082026-08-24T20:09:17.756Z[ recovery-image] Aug 24 20:09:17.164 INFO O| Aug 24 20:09:17.164 INFO STEP 1026 (remove_files) COMPLETE
84092026-08-24T20:09:17.759Z[ recovery-image] Aug 24 20:09:17.164 INFO O| Aug 24 20:09:17.164 INFO STEP 1027: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84102026-08-24T20:09:17.765Z[ recovery-image] Aug 24 20:09:17.174 INFO O| Aug 24 20:09:17.174 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nltest"
84112026-08-24T20:09:17.765Z[ recovery-image] Aug 24 20:09:17.174 INFO O| Aug 24 20:09:17.174 INFO STEP 1027 (remove_files) COMPLETE
84122026-08-24T20:09:17.765Z[ recovery-image] Aug 24 20:09:17.174 INFO O| Aug 24 20:09:17.174 INFO STEP 1028: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84132026-08-24T20:09:17.774Z[ recovery-image] Aug 24 20:09:17.183 INFO O| Aug 24 20:09:17.183 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nwamadm"
84142026-08-24T20:09:17.774Z[ recovery-image] Aug 24 20:09:17.183 INFO O| Aug 24 20:09:17.183 INFO STEP 1028 (remove_files) COMPLETE
84152026-08-24T20:09:17.775Z[ recovery-image] Aug 24 20:09:17.183 INFO O| Aug 24 20:09:17.183 INFO STEP 1029: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84162026-08-24T20:09:17.784Z[ recovery-image] Aug 24 20:09:17.192 INFO O| Aug 24 20:09:17.192 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nwamcfg"
84172026-08-24T20:09:17.784Z[ recovery-image] Aug 24 20:09:17.192 INFO O| Aug 24 20:09:17.192 INFO STEP 1029 (remove_files) COMPLETE
84182026-08-24T20:09:17.784Z[ recovery-image] Aug 24 20:09:17.192 INFO O| Aug 24 20:09:17.192 INFO STEP 1030: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84192026-08-24T20:09:17.793Z[ recovery-image] Aug 24 20:09:17.202 INFO O| Aug 24 20:09:17.202 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pbind"
84202026-08-24T20:09:17.793Z[ recovery-image] Aug 24 20:09:17.202 INFO O| Aug 24 20:09:17.202 INFO STEP 1030 (remove_files) COMPLETE
84212026-08-24T20:09:17.793Z[ recovery-image] Aug 24 20:09:17.202 INFO O| Aug 24 20:09:17.202 INFO STEP 1031: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84222026-08-24T20:09:17.803Z[ recovery-image] Aug 24 20:09:17.211 INFO O| Aug 24 20:09:17.211 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ping"
84232026-08-24T20:09:17.803Z[ recovery-image] Aug 24 20:09:17.211 INFO O| Aug 24 20:09:17.211 INFO STEP 1031 (remove_files) COMPLETE
84242026-08-24T20:09:17.803Z[ recovery-image] Aug 24 20:09:17.211 INFO O| Aug 24 20:09:17.211 INFO STEP 1032: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84252026-08-24T20:09:17.811Z[ recovery-image] Aug 24 20:09:17.220 INFO O| Aug 24 20:09:17.220 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgadd"
84262026-08-24T20:09:17.815Z[ recovery-image] Aug 24 20:09:17.221 INFO O| Aug 24 20:09:17.221 INFO STEP 1032 (remove_files) COMPLETE
84272026-08-24T20:09:17.815Z[ recovery-image] Aug 24 20:09:17.221 INFO O| Aug 24 20:09:17.221 INFO STEP 1033: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84282026-08-24T20:09:17.822Z[ recovery-image] Aug 24 20:09:17.231 INFO O| Aug 24 20:09:17.231 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgask"
84292026-08-24T20:09:17.822Z[ recovery-image] Aug 24 20:09:17.231 INFO O| Aug 24 20:09:17.231 INFO STEP 1033 (remove_files) COMPLETE
84302026-08-24T20:09:17.823Z[ recovery-image] Aug 24 20:09:17.231 INFO O| Aug 24 20:09:17.231 INFO STEP 1034: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84312026-08-24T20:09:17.832Z[ recovery-image] Aug 24 20:09:17.240 INFO O| Aug 24 20:09:17.240 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgchk"
84322026-08-24T20:09:17.835Z[ recovery-image] Aug 24 20:09:17.241 INFO O| Aug 24 20:09:17.241 INFO STEP 1034 (remove_files) COMPLETE
84332026-08-24T20:09:17.835Z[ recovery-image] Aug 24 20:09:17.241 INFO O| Aug 24 20:09:17.241 INFO STEP 1035: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84342026-08-24T20:09:17.843Z[ recovery-image] Aug 24 20:09:17.252 INFO O| Aug 24 20:09:17.252 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgrm"
84352026-08-24T20:09:17.843Z[ recovery-image] Aug 24 20:09:17.252 INFO O| Aug 24 20:09:17.252 INFO STEP 1035 (remove_files) COMPLETE
84362026-08-24T20:09:17.843Z[ recovery-image] Aug 24 20:09:17.252 INFO O| Aug 24 20:09:17.252 INFO STEP 1036: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84372026-08-24T20:09:17.854Z[ recovery-image] Aug 24 20:09:17.263 INFO O| Aug 24 20:09:17.263 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/plockstat"
84382026-08-24T20:09:17.854Z[ recovery-image] Aug 24 20:09:17.263 INFO O| Aug 24 20:09:17.263 INFO STEP 1036 (remove_files) COMPLETE
84392026-08-24T20:09:17.854Z[ recovery-image] Aug 24 20:09:17.263 INFO O| Aug 24 20:09:17.263 INFO STEP 1037: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84402026-08-24T20:09:17.864Z[ recovery-image] Aug 24 20:09:17.273 INFO O| Aug 24 20:09:17.273 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pooladm"
84412026-08-24T20:09:17.864Z[ recovery-image] Aug 24 20:09:17.273 INFO O| Aug 24 20:09:17.273 INFO STEP 1037 (remove_files) COMPLETE
84422026-08-24T20:09:17.864Z[ recovery-image] Aug 24 20:09:17.273 INFO O| Aug 24 20:09:17.273 INFO STEP 1038: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84432026-08-24T20:09:17.873Z[ recovery-image] Aug 24 20:09:17.282 INFO O| Aug 24 20:09:17.282 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poolbind"
84442026-08-24T20:09:17.873Z[ recovery-image] Aug 24 20:09:17.282 INFO O| Aug 24 20:09:17.282 INFO STEP 1038 (remove_files) COMPLETE
84452026-08-24T20:09:17.874Z[ recovery-image] Aug 24 20:09:17.282 INFO O| Aug 24 20:09:17.282 INFO STEP 1039: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84462026-08-24T20:09:17.882Z[ recovery-image] Aug 24 20:09:17.291 INFO O| Aug 24 20:09:17.291 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poolcfg"
84472026-08-24T20:09:17.882Z[ recovery-image] Aug 24 20:09:17.291 INFO O| Aug 24 20:09:17.291 INFO STEP 1039 (remove_files) COMPLETE
84482026-08-24T20:09:17.882Z[ recovery-image] Aug 24 20:09:17.291 INFO O| Aug 24 20:09:17.291 INFO STEP 1040: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84492026-08-24T20:09:17.892Z[ recovery-image] Aug 24 20:09:17.301 INFO O| Aug 24 20:09:17.301 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ports"
84502026-08-24T20:09:17.892Z[ recovery-image] Aug 24 20:09:17.301 INFO O| Aug 24 20:09:17.301 INFO STEP 1040 (remove_files) COMPLETE
84512026-08-24T20:09:17.892Z[ recovery-image] Aug 24 20:09:17.301 INFO O| Aug 24 20:09:17.301 INFO STEP 1041: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84522026-08-24T20:09:17.900Z[ recovery-image] Aug 24 20:09:17.309 INFO O| Aug 24 20:09:17.309 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poweroff"
84532026-08-24T20:09:17.900Z[ recovery-image] Aug 24 20:09:17.309 INFO O| Aug 24 20:09:17.309 INFO STEP 1041 (remove_files) COMPLETE
84542026-08-24T20:09:17.904Z[ recovery-image] Aug 24 20:09:17.309 INFO O| Aug 24 20:09:17.309 INFO STEP 1042: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84552026-08-24T20:09:17.912Z[ recovery-image] Aug 24 20:09:17.317 INFO O| Aug 24 20:09:17.317 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pptadm"
84562026-08-24T20:09:17.912Z[ recovery-image] Aug 24 20:09:17.318 INFO O| Aug 24 20:09:17.318 INFO STEP 1042 (remove_files) COMPLETE
84572026-08-24T20:09:17.912Z[ recovery-image] Aug 24 20:09:17.318 INFO O| Aug 24 20:09:17.318 INFO STEP 1043: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84582026-08-24T20:09:17.917Z[ recovery-image] Aug 24 20:09:17.326 INFO O| Aug 24 20:09:17.326 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/praudit"
84592026-08-24T20:09:17.917Z[ recovery-image] Aug 24 20:09:17.326 INFO O| Aug 24 20:09:17.326 INFO STEP 1043 (remove_files) COMPLETE
84602026-08-24T20:09:17.921Z[ recovery-image] Aug 24 20:09:17.326 INFO O| Aug 24 20:09:17.326 INFO STEP 1044: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84612026-08-24T20:09:17.925Z[ recovery-image] Aug 24 20:09:17.334 INFO O| Aug 24 20:09:17.334 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projadd"
84622026-08-24T20:09:17.925Z[ recovery-image] Aug 24 20:09:17.334 INFO O| Aug 24 20:09:17.334 INFO STEP 1044 (remove_files) COMPLETE
84632026-08-24T20:09:17.925Z[ recovery-image] Aug 24 20:09:17.334 INFO O| Aug 24 20:09:17.334 INFO STEP 1045: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84642026-08-24T20:09:17.936Z[ recovery-image] Aug 24 20:09:17.344 INFO O| Aug 24 20:09:17.344 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projdel"
84652026-08-24T20:09:17.936Z[ recovery-image] Aug 24 20:09:17.344 INFO O| Aug 24 20:09:17.344 INFO STEP 1045 (remove_files) COMPLETE
84662026-08-24T20:09:17.936Z[ recovery-image] Aug 24 20:09:17.344 INFO O| Aug 24 20:09:17.344 INFO STEP 1046: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84672026-08-24T20:09:17.946Z[ recovery-image] Aug 24 20:09:17.355 INFO O| Aug 24 20:09:17.355 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projmod"
84682026-08-24T20:09:17.947Z[ recovery-image] Aug 24 20:09:17.355 INFO O| Aug 24 20:09:17.355 INFO STEP 1046 (remove_files) COMPLETE
84692026-08-24T20:09:17.950Z[ recovery-image] Aug 24 20:09:17.355 INFO O| Aug 24 20:09:17.355 INFO STEP 1047: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84702026-08-24T20:09:17.956Z[ recovery-image] Aug 24 20:09:17.365 INFO O| Aug 24 20:09:17.365 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtdiag"
84712026-08-24T20:09:17.956Z[ recovery-image] Aug 24 20:09:17.365 INFO O| Aug 24 20:09:17.365 INFO STEP 1047 (remove_files) COMPLETE
84722026-08-24T20:09:17.960Z[ recovery-image] Aug 24 20:09:17.365 INFO O| Aug 24 20:09:17.365 INFO STEP 1048: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84732026-08-24T20:09:17.968Z[ recovery-image] Aug 24 20:09:17.375 INFO O| Aug 24 20:09:17.375 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtpicl"
84742026-08-24T20:09:17.968Z[ recovery-image] Aug 24 20:09:17.375 INFO O| Aug 24 20:09:17.375 INFO STEP 1048 (remove_files) COMPLETE
84752026-08-24T20:09:17.968Z[ recovery-image] Aug 24 20:09:17.375 INFO O| Aug 24 20:09:17.375 INFO STEP 1049: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84762026-08-24T20:09:17.977Z[ recovery-image] Aug 24 20:09:17.385 INFO O| Aug 24 20:09:17.385 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtvtoc"
84772026-08-24T20:09:17.977Z[ recovery-image] Aug 24 20:09:17.385 INFO O| Aug 24 20:09:17.385 INFO STEP 1049 (remove_files) COMPLETE
84782026-08-24T20:09:17.977Z[ recovery-image] Aug 24 20:09:17.385 INFO O| Aug 24 20:09:17.385 INFO STEP 1050: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84792026-08-24T20:09:17.986Z[ recovery-image] Aug 24 20:09:17.395 INFO O| Aug 24 20:09:17.395 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psradm"
84802026-08-24T20:09:17.986Z[ recovery-image] Aug 24 20:09:17.395 INFO O| Aug 24 20:09:17.395 INFO STEP 1050 (remove_files) COMPLETE
84812026-08-24T20:09:17.987Z[ recovery-image] Aug 24 20:09:17.395 INFO O| Aug 24 20:09:17.395 INFO STEP 1051: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84822026-08-24T20:09:17.996Z[ recovery-image] Aug 24 20:09:17.405 INFO O| Aug 24 20:09:17.405 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psrinfo"
84832026-08-24T20:09:17.996Z[ recovery-image] Aug 24 20:09:17.405 INFO O| Aug 24 20:09:17.405 INFO STEP 1051 (remove_files) COMPLETE
84842026-08-24T20:09:17.996Z[ recovery-image] Aug 24 20:09:17.405 INFO O| Aug 24 20:09:17.405 INFO STEP 1052: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84852026-08-24T20:09:18.006Z[ recovery-image] Aug 24 20:09:17.414 INFO O| Aug 24 20:09:17.414 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psrset"
84862026-08-24T20:09:18.006Z[ recovery-image] Aug 24 20:09:17.414 INFO O| Aug 24 20:09:17.414 INFO STEP 1052 (remove_files) COMPLETE
84872026-08-24T20:09:18.006Z[ recovery-image] Aug 24 20:09:17.414 INFO O| Aug 24 20:09:17.414 INFO STEP 1053: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84882026-08-24T20:09:18.014Z[ recovery-image] Aug 24 20:09:17.423 INFO O| Aug 24 20:09:17.423 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pwck"
84892026-08-24T20:09:18.014Z[ recovery-image] Aug 24 20:09:17.423 INFO O| Aug 24 20:09:17.423 INFO STEP 1053 (remove_files) COMPLETE
84902026-08-24T20:09:18.019Z[ recovery-image] Aug 24 20:09:17.423 INFO O| Aug 24 20:09:17.423 INFO STEP 1054: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84912026-08-24T20:09:18.023Z[ recovery-image] Aug 24 20:09:17.431 INFO O| Aug 24 20:09:17.431 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pwconv"
84922026-08-24T20:09:18.023Z[ recovery-image] Aug 24 20:09:17.431 INFO O| Aug 24 20:09:17.431 INFO STEP 1054 (remove_files) COMPLETE
84932026-08-24T20:09:18.023Z[ recovery-image] Aug 24 20:09:17.431 INFO O| Aug 24 20:09:17.431 INFO STEP 1055: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84942026-08-24T20:09:18.030Z[ recovery-image] Aug 24 20:09:17.439 INFO O| Aug 24 20:09:17.439 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/raidctl"
84952026-08-24T20:09:18.031Z[ recovery-image] Aug 24 20:09:17.439 INFO O| Aug 24 20:09:17.439 INFO STEP 1055 (remove_files) COMPLETE
84962026-08-24T20:09:18.034Z[ recovery-image] Aug 24 20:09:17.439 INFO O| Aug 24 20:09:17.439 INFO STEP 1056: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84972026-08-24T20:09:18.039Z[ recovery-image] Aug 24 20:09:17.448 INFO O| Aug 24 20:09:17.447 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ramdiskadm"
84982026-08-24T20:09:18.039Z[ recovery-image] Aug 24 20:09:17.448 INFO O| Aug 24 20:09:17.448 INFO STEP 1056 (remove_files) COMPLETE
84992026-08-24T20:09:18.039Z[ recovery-image] Aug 24 20:09:17.448 INFO O| Aug 24 20:09:17.448 INFO STEP 1057: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85002026-08-24T20:09:18.047Z[ recovery-image] Aug 24 20:09:17.456 INFO O| Aug 24 20:09:17.456 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rctladm"
85012026-08-24T20:09:18.047Z[ recovery-image] Aug 24 20:09:17.456 INFO O| Aug 24 20:09:17.456 INFO STEP 1057 (remove_files) COMPLETE
85022026-08-24T20:09:18.047Z[ recovery-image] Aug 24 20:09:17.456 INFO O| Aug 24 20:09:17.456 INFO STEP 1058: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85032026-08-24T20:09:18.056Z[ recovery-image] Aug 24 20:09:17.464 INFO O| Aug 24 20:09:17.464 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rdmsr"
85042026-08-24T20:09:18.056Z[ recovery-image] Aug 24 20:09:17.464 INFO O| Aug 24 20:09:17.464 INFO STEP 1058 (remove_files) COMPLETE
85052026-08-24T20:09:18.056Z[ recovery-image] Aug 24 20:09:17.464 INFO O| Aug 24 20:09:17.464 INFO STEP 1059: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85062026-08-24T20:09:18.064Z[ recovery-image] Aug 24 20:09:17.473 INFO O| Aug 24 20:09:17.473 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/reboot"
85072026-08-24T20:09:18.064Z[ recovery-image] Aug 24 20:09:17.473 INFO O| Aug 24 20:09:17.473 INFO STEP 1059 (remove_files) COMPLETE
85082026-08-24T20:09:18.068Z[ recovery-image] Aug 24 20:09:17.473 INFO O| Aug 24 20:09:17.473 INFO STEP 1060: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85092026-08-24T20:09:18.073Z[ recovery-image] Aug 24 20:09:17.482 INFO O| Aug 24 20:09:17.482 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rem_drv"
85102026-08-24T20:09:18.073Z[ recovery-image] Aug 24 20:09:17.482 INFO O| Aug 24 20:09:17.482 INFO STEP 1060 (remove_files) COMPLETE
85112026-08-24T20:09:18.073Z[ recovery-image] Aug 24 20:09:17.482 INFO O| Aug 24 20:09:17.482 INFO STEP 1061: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85122026-08-24T20:09:18.082Z[ recovery-image] Aug 24 20:09:17.491 INFO O| Aug 24 20:09:17.491 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/removef"
85132026-08-24T20:09:18.082Z[ recovery-image] Aug 24 20:09:17.491 INFO O| Aug 24 20:09:17.491 INFO STEP 1061 (remove_files) COMPLETE
85142026-08-24T20:09:18.082Z[ recovery-image] Aug 24 20:09:17.491 INFO O| Aug 24 20:09:17.491 INFO STEP 1062: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85152026-08-24T20:09:18.093Z[ recovery-image] Aug 24 20:09:17.501 INFO O| Aug 24 20:09:17.501 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/roleadd"
85162026-08-24T20:09:18.093Z[ recovery-image] Aug 24 20:09:17.501 INFO O| Aug 24 20:09:17.501 INFO STEP 1062 (remove_files) COMPLETE
85172026-08-24T20:09:18.096Z[ recovery-image] Aug 24 20:09:17.501 INFO O| Aug 24 20:09:17.501 INFO STEP 1063: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85182026-08-24T20:09:18.102Z[ recovery-image] Aug 24 20:09:17.511 INFO O| Aug 24 20:09:17.511 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/roledel"
85192026-08-24T20:09:18.102Z[ recovery-image] Aug 24 20:09:17.511 INFO O| Aug 24 20:09:17.511 INFO STEP 1063 (remove_files) COMPLETE
85202026-08-24T20:09:18.102Z[ recovery-image] Aug 24 20:09:17.511 INFO O| Aug 24 20:09:17.511 INFO STEP 1064: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85212026-08-24T20:09:18.111Z[ recovery-image] Aug 24 20:09:17.520 INFO O| Aug 24 20:09:17.520 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rolemod"
85222026-08-24T20:09:18.112Z[ recovery-image] Aug 24 20:09:17.520 INFO O| Aug 24 20:09:17.520 INFO STEP 1064 (remove_files) COMPLETE
85232026-08-24T20:09:18.112Z[ recovery-image] Aug 24 20:09:17.520 INFO O| Aug 24 20:09:17.520 INFO STEP 1065: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85242026-08-24T20:09:18.121Z[ recovery-image] Aug 24 20:09:17.530 INFO O| Aug 24 20:09:17.530 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/root_archive"
85252026-08-24T20:09:18.121Z[ recovery-image] Aug 24 20:09:17.530 INFO O| Aug 24 20:09:17.530 INFO STEP 1065 (remove_files) COMPLETE
85262026-08-24T20:09:18.121Z[ recovery-image] Aug 24 20:09:17.530 INFO O| Aug 24 20:09:17.530 INFO STEP 1066: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85272026-08-24T20:09:18.132Z[ recovery-image] Aug 24 20:09:17.540 INFO O| Aug 24 20:09:17.540 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rpcbind"
85282026-08-24T20:09:18.132Z[ recovery-image] Aug 24 20:09:17.540 INFO O| Aug 24 20:09:17.540 INFO STEP 1066 (remove_files) COMPLETE
85292026-08-24T20:09:18.135Z[ recovery-image] Aug 24 20:09:17.540 INFO O| Aug 24 20:09:17.540 INFO STEP 1067: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85302026-08-24T20:09:18.142Z[ recovery-image] Aug 24 20:09:17.551 INFO O| Aug 24 20:09:17.551 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rtc"
85312026-08-24T20:09:18.142Z[ recovery-image] Aug 24 20:09:17.551 INFO O| Aug 24 20:09:17.551 INFO STEP 1067 (remove_files) COMPLETE
85322026-08-24T20:09:18.142Z[ recovery-image] Aug 24 20:09:17.551 INFO O| Aug 24 20:09:17.551 INFO STEP 1068: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85332026-08-24T20:09:18.153Z[ recovery-image] Aug 24 20:09:17.561 INFO O| Aug 24 20:09:17.561 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rtquery"
85342026-08-24T20:09:18.153Z[ recovery-image] Aug 24 20:09:17.562 INFO O| Aug 24 20:09:17.562 INFO STEP 1068 (remove_files) COMPLETE
85352026-08-24T20:09:18.153Z[ recovery-image] Aug 24 20:09:17.562 INFO O| Aug 24 20:09:17.562 INFO STEP 1069: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85362026-08-24T20:09:18.163Z[ recovery-image] Aug 24 20:09:17.572 INFO O| Aug 24 20:09:17.572 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/setmnt"
85372026-08-24T20:09:18.163Z[ recovery-image] Aug 24 20:09:17.572 INFO O| Aug 24 20:09:17.572 INFO STEP 1069 (remove_files) COMPLETE
85382026-08-24T20:09:18.167Z[ recovery-image] Aug 24 20:09:17.572 INFO O| Aug 24 20:09:17.572 INFO STEP 1070: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85392026-08-24T20:09:18.174Z[ recovery-image] Aug 24 20:09:17.583 INFO O| Aug 24 20:09:17.582 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/share"
85402026-08-24T20:09:18.174Z[ recovery-image] Aug 24 20:09:17.583 INFO O| Aug 24 20:09:17.583 INFO STEP 1070 (remove_files) COMPLETE
85412026-08-24T20:09:18.174Z[ recovery-image] Aug 24 20:09:17.583 INFO O| Aug 24 20:09:17.583 INFO STEP 1071: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85422026-08-24T20:09:18.184Z[ recovery-image] Aug 24 20:09:17.593 INFO O| Aug 24 20:09:17.593 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/shareall"
85432026-08-24T20:09:18.184Z[ recovery-image] Aug 24 20:09:17.593 INFO O| Aug 24 20:09:17.593 INFO STEP 1071 (remove_files) COMPLETE
85442026-08-24T20:09:18.184Z[ recovery-image] Aug 24 20:09:17.593 INFO O| Aug 24 20:09:17.593 INFO STEP 1072: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85452026-08-24T20:09:18.194Z[ recovery-image] Aug 24 20:09:17.603 INFO O| Aug 24 20:09:17.603 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sharectl"
85462026-08-24T20:09:18.194Z[ recovery-image] Aug 24 20:09:17.603 INFO O| Aug 24 20:09:17.603 INFO STEP 1072 (remove_files) COMPLETE
85472026-08-24T20:09:18.194Z[ recovery-image] Aug 24 20:09:17.603 INFO O| Aug 24 20:09:17.603 INFO STEP 1073: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85482026-08-24T20:09:18.204Z[ recovery-image] Aug 24 20:09:17.613 INFO O| Aug 24 20:09:17.613 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sharemgr"
85492026-08-24T20:09:18.204Z[ recovery-image] Aug 24 20:09:17.613 INFO O| Aug 24 20:09:17.613 INFO STEP 1073 (remove_files) COMPLETE
85502026-08-24T20:09:18.204Z[ recovery-image] Aug 24 20:09:17.613 INFO O| Aug 24 20:09:17.613 INFO STEP 1074: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85512026-08-24T20:09:18.214Z[ recovery-image] Aug 24 20:09:17.623 INFO O| Aug 24 20:09:17.623 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/shutdown"
85522026-08-24T20:09:18.214Z[ recovery-image] Aug 24 20:09:17.623 INFO O| Aug 24 20:09:17.623 INFO STEP 1074 (remove_files) COMPLETE
85532026-08-24T20:09:18.214Z[ recovery-image] Aug 24 20:09:17.623 INFO O| Aug 24 20:09:17.623 INFO STEP 1075: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85542026-08-24T20:09:18.223Z[ recovery-image] Aug 24 20:09:17.632 INFO O| Aug 24 20:09:17.632 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbadm"
85552026-08-24T20:09:18.223Z[ recovery-image] Aug 24 20:09:17.632 INFO O| Aug 24 20:09:17.632 INFO STEP 1075 (remove_files) COMPLETE
85562026-08-24T20:09:18.223Z[ recovery-image] Aug 24 20:09:17.632 INFO O| Aug 24 20:09:17.632 INFO STEP 1076: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85572026-08-24T20:09:18.233Z[ recovery-image] Aug 24 20:09:17.641 INFO O| Aug 24 20:09:17.641 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbios"
85582026-08-24T20:09:18.233Z[ recovery-image] Aug 24 20:09:17.641 INFO O| Aug 24 20:09:17.641 INFO STEP 1076 (remove_files) COMPLETE
85592026-08-24T20:09:18.233Z[ recovery-image] Aug 24 20:09:17.642 INFO O| Aug 24 20:09:17.641 INFO STEP 1077: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85602026-08-24T20:09:18.242Z[ recovery-image] Aug 24 20:09:17.651 INFO O| Aug 24 20:09:17.651 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbstat"
85612026-08-24T20:09:18.243Z[ recovery-image] Aug 24 20:09:17.651 INFO O| Aug 24 20:09:17.651 INFO STEP 1077 (remove_files) COMPLETE
85622026-08-24T20:09:18.246Z[ recovery-image] Aug 24 20:09:17.651 INFO O| Aug 24 20:09:17.651 INFO STEP 1078: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85632026-08-24T20:09:18.252Z[ recovery-image] Aug 24 20:09:17.661 INFO O| Aug 24 20:09:17.661 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snmpd"
85642026-08-24T20:09:18.252Z[ recovery-image] Aug 24 20:09:17.661 INFO O| Aug 24 20:09:17.661 INFO STEP 1078 (remove_files) COMPLETE
85652026-08-24T20:09:18.252Z[ recovery-image] Aug 24 20:09:17.661 INFO O| Aug 24 20:09:17.661 INFO STEP 1079: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85662026-08-24T20:09:18.261Z[ recovery-image] Aug 24 20:09:17.670 INFO O| Aug 24 20:09:17.670 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snmptrapd"
85672026-08-24T20:09:18.262Z[ recovery-image] Aug 24 20:09:17.670 INFO O| Aug 24 20:09:17.670 INFO STEP 1079 (remove_files) COMPLETE
85682026-08-24T20:09:18.262Z[ recovery-image] Aug 24 20:09:17.670 INFO O| Aug 24 20:09:17.670 INFO STEP 1080: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85692026-08-24T20:09:18.271Z[ recovery-image] Aug 24 20:09:17.680 INFO O| Aug 24 20:09:17.680 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snoop"
85702026-08-24T20:09:18.275Z[ recovery-image] Aug 24 20:09:17.681 INFO O| Aug 24 20:09:17.681 INFO STEP 1080 (remove_files) COMPLETE
85712026-08-24T20:09:18.275Z[ recovery-image] Aug 24 20:09:17.681 INFO O| Aug 24 20:09:17.681 INFO STEP 1081: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85722026-08-24T20:09:18.279Z[verify-libraries] Compiling wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
85732026-08-24T20:09:18.283Z[ recovery-image] Aug 24 20:09:17.691 INFO O| Aug 24 20:09:17.691 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sshd"
85742026-08-24T20:09:18.283Z[ recovery-image] Aug 24 20:09:17.691 INFO O| Aug 24 20:09:17.691 INFO STEP 1081 (remove_files) COMPLETE
85752026-08-24T20:09:18.283Z[ recovery-image] Aug 24 20:09:17.691 INFO O| Aug 24 20:09:17.691 INFO STEP 1082: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85762026-08-24T20:09:18.292Z[ recovery-image] Aug 24 20:09:17.701 INFO O| Aug 24 20:09:17.701 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/stmsboot"
85772026-08-24T20:09:18.292Z[ recovery-image] Aug 24 20:09:17.701 INFO O| Aug 24 20:09:17.701 INFO STEP 1082 (remove_files) COMPLETE
85782026-08-24T20:09:18.296Z[ recovery-image] Aug 24 20:09:17.701 INFO O| Aug 24 20:09:17.701 INFO STEP 1083: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85792026-08-24T20:09:18.303Z[ recovery-image] Aug 24 20:09:17.711 INFO O| Aug 24 20:09:17.711 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strace"
85802026-08-24T20:09:18.303Z[ recovery-image] Aug 24 20:09:17.712 INFO O| Aug 24 20:09:17.712 INFO STEP 1083 (remove_files) COMPLETE
85812026-08-24T20:09:18.303Z[ recovery-image] Aug 24 20:09:17.712 INFO O| Aug 24 20:09:17.712 INFO STEP 1084: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85822026-08-24T20:09:18.313Z[ recovery-image] Aug 24 20:09:17.722 INFO O| Aug 24 20:09:17.722 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strclean"
85832026-08-24T20:09:18.316Z[ recovery-image] Aug 24 20:09:17.722 INFO O| Aug 24 20:09:17.722 INFO STEP 1084 (remove_files) COMPLETE
85842026-08-24T20:09:18.317Z[ recovery-image] Aug 24 20:09:17.722 INFO O| Aug 24 20:09:17.722 INFO STEP 1085: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85852026-08-24T20:09:18.327Z[ recovery-image] Aug 24 20:09:17.736 INFO O| Aug 24 20:09:17.736 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strerr"
85862026-08-24T20:09:18.330Z[ recovery-image] Aug 24 20:09:17.736 INFO O| Aug 24 20:09:17.736 INFO STEP 1085 (remove_files) COMPLETE
85872026-08-24T20:09:18.330Z[ recovery-image] Aug 24 20:09:17.737 INFO O| Aug 24 20:09:17.736 INFO STEP 1086: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85882026-08-24T20:09:18.337Z[ recovery-image] Aug 24 20:09:17.746 INFO O| Aug 24 20:09:17.746 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sttydefs"
85892026-08-24T20:09:18.337Z[ recovery-image] Aug 24 20:09:17.746 INFO O| Aug 24 20:09:17.746 INFO STEP 1086 (remove_files) COMPLETE
85902026-08-24T20:09:18.337Z[ recovery-image] Aug 24 20:09:17.746 INFO O| Aug 24 20:09:17.746 INFO STEP 1087: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85912026-08-24T20:09:18.347Z[ recovery-image] Aug 24 20:09:17.756 INFO O| Aug 24 20:09:17.756 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncinit"
85922026-08-24T20:09:18.347Z[ recovery-image] Aug 24 20:09:17.756 INFO O| Aug 24 20:09:17.756 INFO STEP 1087 (remove_files) COMPLETE
85932026-08-24T20:09:18.347Z[ recovery-image] Aug 24 20:09:17.756 INFO O| Aug 24 20:09:17.756 INFO STEP 1088: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85942026-08-24T20:09:18.357Z[ recovery-image] Aug 24 20:09:17.766 INFO O| Aug 24 20:09:17.766 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncloop"
85952026-08-24T20:09:18.357Z[ recovery-image] Aug 24 20:09:17.766 INFO O| Aug 24 20:09:17.766 INFO STEP 1088 (remove_files) COMPLETE
85962026-08-24T20:09:18.357Z[ recovery-image] Aug 24 20:09:17.766 INFO O| Aug 24 20:09:17.766 INFO STEP 1089: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85972026-08-24T20:09:18.366Z[ recovery-image] Aug 24 20:09:17.775 INFO O| Aug 24 20:09:17.775 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncstat"
85982026-08-24T20:09:18.366Z[ recovery-image] Aug 24 20:09:17.775 INFO O| Aug 24 20:09:17.775 INFO STEP 1089 (remove_files) COMPLETE
85992026-08-24T20:09:18.366Z[ recovery-image] Aug 24 20:09:17.775 INFO O| Aug 24 20:09:17.775 INFO STEP 1090: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86002026-08-24T20:09:18.376Z[ recovery-image] Aug 24 20:09:17.785 INFO O| Aug 24 20:09:17.785 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sysdef"
86012026-08-24T20:09:18.376Z[ recovery-image] Aug 24 20:09:17.785 INFO O| Aug 24 20:09:17.785 INFO STEP 1090 (remove_files) COMPLETE
86022026-08-24T20:09:18.376Z[ recovery-image] Aug 24 20:09:17.785 INFO O| Aug 24 20:09:17.785 INFO STEP 1091: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86032026-08-24T20:09:18.385Z[ recovery-image] Aug 24 20:09:17.794 INFO O| Aug 24 20:09:17.794 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syseventadm"
86042026-08-24T20:09:18.385Z[ recovery-image] Aug 24 20:09:17.794 INFO O| Aug 24 20:09:17.794 INFO STEP 1091 (remove_files) COMPLETE
86052026-08-24T20:09:18.385Z[ recovery-image] Aug 24 20:09:17.794 INFO O| Aug 24 20:09:17.794 INFO STEP 1092: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86062026-08-24T20:09:18.395Z[ recovery-image] Aug 24 20:09:17.803 INFO O| Aug 24 20:09:17.803 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/t6mfgadm"
86072026-08-24T20:09:18.395Z[ recovery-image] Aug 24 20:09:17.804 INFO O| Aug 24 20:09:17.804 INFO STEP 1092 (remove_files) COMPLETE
86082026-08-24T20:09:18.395Z[ recovery-image] Aug 24 20:09:17.804 INFO O| Aug 24 20:09:17.804 INFO STEP 1093: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86092026-08-24T20:09:18.406Z[ recovery-image] Aug 24 20:09:17.813 INFO O| Aug 24 20:09:17.813 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tapes"
86102026-08-24T20:09:18.406Z[ recovery-image] Aug 24 20:09:17.813 INFO O| Aug 24 20:09:17.813 INFO STEP 1093 (remove_files) COMPLETE
86112026-08-24T20:09:18.406Z[ recovery-image] Aug 24 20:09:17.813 INFO O| Aug 24 20:09:17.813 INFO STEP 1094: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86122026-08-24T20:09:18.414Z[ recovery-image] Aug 24 20:09:17.822 INFO O| Aug 24 20:09:17.822 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tar"
86132026-08-24T20:09:18.414Z[ recovery-image] Aug 24 20:09:17.822 INFO O| Aug 24 20:09:17.822 INFO STEP 1094 (remove_files) COMPLETE
86142026-08-24T20:09:18.414Z[ recovery-image] Aug 24 20:09:17.822 INFO O| Aug 24 20:09:17.822 INFO STEP 1095: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86152026-08-24T20:09:18.423Z[ recovery-image] Aug 24 20:09:17.832 INFO O| Aug 24 20:09:17.832 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tcsd"
86162026-08-24T20:09:18.423Z[ recovery-image] Aug 24 20:09:17.832 INFO O| Aug 24 20:09:17.832 INFO STEP 1095 (remove_files) COMPLETE
86172026-08-24T20:09:18.423Z[ recovery-image] Aug 24 20:09:17.832 INFO O| Aug 24 20:09:17.832 INFO STEP 1096: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86182026-08-24T20:09:18.432Z[ recovery-image] Aug 24 20:09:17.841 INFO O| Aug 24 20:09:17.841 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/traceroute"
86192026-08-24T20:09:18.433Z[ recovery-image] Aug 24 20:09:17.841 INFO O| Aug 24 20:09:17.841 INFO STEP 1096 (remove_files) COMPLETE
86202026-08-24T20:09:18.433Z[ recovery-image] Aug 24 20:09:17.841 INFO O| Aug 24 20:09:17.841 INFO STEP 1097: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86212026-08-24T20:09:18.443Z[ recovery-image] Aug 24 20:09:17.851 INFO O| Aug 24 20:09:17.851 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/trapstat"
86222026-08-24T20:09:18.443Z[ recovery-image] Aug 24 20:09:17.852 INFO O| Aug 24 20:09:17.852 INFO STEP 1097 (remove_files) COMPLETE
86232026-08-24T20:09:18.443Z[ recovery-image] Aug 24 20:09:17.852 INFO O| Aug 24 20:09:17.852 INFO STEP 1098: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86242026-08-24T20:09:18.452Z[ recovery-image] Aug 24 20:09:17.861 INFO O| Aug 24 20:09:17.861 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ttyadm"
86252026-08-24T20:09:18.452Z[ recovery-image] Aug 24 20:09:17.861 INFO O| Aug 24 20:09:17.861 INFO STEP 1098 (remove_files) COMPLETE
86262026-08-24T20:09:18.452Z[ recovery-image] Aug 24 20:09:17.861 INFO O| Aug 24 20:09:17.861 INFO STEP 1099: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86272026-08-24T20:09:18.462Z[ recovery-image] Aug 24 20:09:17.871 INFO O| Aug 24 20:09:17.870 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ucodeadm"
86282026-08-24T20:09:18.462Z[ recovery-image] Aug 24 20:09:17.871 INFO O| Aug 24 20:09:17.871 INFO STEP 1099 (remove_files) COMPLETE
86292026-08-24T20:09:18.462Z[ recovery-image] Aug 24 20:09:17.871 INFO O| Aug 24 20:09:17.871 INFO STEP 1100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86302026-08-24T20:09:18.471Z[ recovery-image] Aug 24 20:09:17.880 INFO O| Aug 24 20:09:17.880 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/umountall"
86312026-08-24T20:09:18.471Z[ recovery-image] Aug 24 20:09:17.880 INFO O| Aug 24 20:09:17.880 INFO STEP 1100 (remove_files) COMPLETE
86322026-08-24T20:09:18.475Z[ recovery-image] Aug 24 20:09:17.880 INFO O| Aug 24 20:09:17.880 INFO STEP 1101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86332026-08-24T20:09:18.480Z[ recovery-image] Aug 24 20:09:17.889 INFO O| Aug 24 20:09:17.889 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unlink"
86342026-08-24T20:09:18.481Z[ recovery-image] Aug 24 20:09:17.889 INFO O| Aug 24 20:09:17.889 INFO STEP 1101 (remove_files) COMPLETE
86352026-08-24T20:09:18.484Z[ recovery-image] Aug 24 20:09:17.889 INFO O| Aug 24 20:09:17.889 INFO STEP 1102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86362026-08-24T20:09:18.490Z[ recovery-image] Aug 24 20:09:17.899 INFO O| Aug 24 20:09:17.899 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unshare"
86372026-08-24T20:09:18.491Z[ recovery-image] Aug 24 20:09:17.899 INFO O| Aug 24 20:09:17.899 INFO STEP 1102 (remove_files) COMPLETE
86382026-08-24T20:09:18.491Z[ recovery-image] Aug 24 20:09:17.899 INFO O| Aug 24 20:09:17.899 INFO STEP 1103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86392026-08-24T20:09:18.501Z[ recovery-image] Aug 24 20:09:17.909 INFO O| Aug 24 20:09:17.909 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unshareall"
86402026-08-24T20:09:18.501Z[ recovery-image] Aug 24 20:09:17.909 INFO O| Aug 24 20:09:17.909 INFO STEP 1103 (remove_files) COMPLETE
86412026-08-24T20:09:18.505Z[ recovery-image] Aug 24 20:09:17.909 INFO O| Aug 24 20:09:17.909 INFO STEP 1104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86422026-08-24T20:09:18.517Z[ recovery-image] Aug 24 20:09:17.919 INFO O| Aug 24 20:09:17.919 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/update_drv"
86432026-08-24T20:09:18.517Z[ recovery-image] Aug 24 20:09:17.919 INFO O| Aug 24 20:09:17.919 INFO STEP 1104 (remove_files) COMPLETE
86442026-08-24T20:09:18.517Z[ recovery-image] Aug 24 20:09:17.919 INFO O| Aug 24 20:09:17.919 INFO STEP 1105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86452026-08-24T20:09:18.520Z[ recovery-image] Aug 24 20:09:17.929 INFO O| Aug 24 20:09:17.928 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/useradd"
86462026-08-24T20:09:18.520Z[ recovery-image] Aug 24 20:09:17.929 INFO O| Aug 24 20:09:17.929 INFO STEP 1105 (remove_files) COMPLETE
86472026-08-24T20:09:18.520Z[ recovery-image] Aug 24 20:09:17.929 INFO O| Aug 24 20:09:17.929 INFO STEP 1106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86482026-08-24T20:09:18.530Z[ recovery-image] Aug 24 20:09:17.939 INFO O| Aug 24 20:09:17.938 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/userdel"
86492026-08-24T20:09:18.530Z[ recovery-image] Aug 24 20:09:17.939 INFO O| Aug 24 20:09:17.939 INFO STEP 1106 (remove_files) COMPLETE
86502026-08-24T20:09:18.530Z[ recovery-image] Aug 24 20:09:17.939 INFO O| Aug 24 20:09:17.939 INFO STEP 1107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86512026-08-24T20:09:18.540Z[ recovery-image] Aug 24 20:09:17.948 INFO O| Aug 24 20:09:17.948 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/usermod"
86522026-08-24T20:09:18.540Z[ recovery-image] Aug 24 20:09:17.948 INFO O| Aug 24 20:09:17.948 INFO STEP 1107 (remove_files) COMPLETE
86532026-08-24T20:09:18.543Z[ recovery-image] Aug 24 20:09:17.948 INFO O| Aug 24 20:09:17.948 INFO STEP 1108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86542026-08-24T20:09:18.549Z[ recovery-image] Aug 24 20:09:17.957 INFO O| Aug 24 20:09:17.957 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/volcopy"
86552026-08-24T20:09:18.549Z[ recovery-image] Aug 24 20:09:17.958 INFO O| Aug 24 20:09:17.958 INFO STEP 1108 (remove_files) COMPLETE
86562026-08-24T20:09:18.552Z[ recovery-image] Aug 24 20:09:17.958 INFO O| Aug 24 20:09:17.958 INFO STEP 1109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86572026-08-24T20:09:18.558Z[ recovery-image] Aug 24 20:09:17.967 INFO O| Aug 24 20:09:17.967 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/wall"
86582026-08-24T20:09:18.558Z[ recovery-image] Aug 24 20:09:17.967 INFO O| Aug 24 20:09:17.967 INFO STEP 1109 (remove_files) COMPLETE
86592026-08-24T20:09:18.562Z[ recovery-image] Aug 24 20:09:17.967 INFO O| Aug 24 20:09:17.967 INFO STEP 1110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86602026-08-24T20:09:18.569Z[ recovery-image] Aug 24 20:09:17.977 INFO O| Aug 24 20:09:17.977 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/whodo"
86612026-08-24T20:09:18.569Z[ recovery-image] Aug 24 20:09:17.977 INFO O| Aug 24 20:09:17.977 INFO STEP 1110 (remove_files) COMPLETE
86622026-08-24T20:09:18.569Z[ recovery-image] Aug 24 20:09:17.978 INFO O| Aug 24 20:09:17.977 INFO STEP 1111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86632026-08-24T20:09:18.579Z[ recovery-image] Aug 24 20:09:17.987 INFO O| Aug 24 20:09:17.987 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zdb"
86642026-08-24T20:09:18.579Z[ recovery-image] Aug 24 20:09:17.987 INFO O| Aug 24 20:09:17.987 INFO STEP 1111 (remove_files) COMPLETE
86652026-08-24T20:09:18.582Z[ recovery-image] Aug 24 20:09:17.987 INFO O| Aug 24 20:09:17.987 INFO STEP 1112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86662026-08-24T20:09:18.588Z[ recovery-image] Aug 24 20:09:17.997 INFO O| Aug 24 20:09:17.997 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zdump"
86672026-08-24T20:09:18.588Z[ recovery-image] Aug 24 20:09:17.997 INFO O| Aug 24 20:09:17.997 INFO STEP 1112 (remove_files) COMPLETE
86682026-08-24T20:09:18.588Z[ recovery-image] Aug 24 20:09:17.997 INFO O| Aug 24 20:09:17.997 INFO STEP 1113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86692026-08-24T20:09:18.603Z[ recovery-image] Aug 24 20:09:18.011 INFO O| Aug 24 20:09:18.011 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zic"
86702026-08-24T20:09:18.603Z[ recovery-image] Aug 24 20:09:18.012 INFO O| Aug 24 20:09:18.012 INFO STEP 1113 (remove_files) COMPLETE
86712026-08-24T20:09:18.603Z[ recovery-image] Aug 24 20:09:18.012 INFO O| Aug 24 20:09:18.012 INFO STEP 1114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86722026-08-24T20:09:18.611Z[ recovery-image] Aug 24 20:09:18.020 INFO O| Aug 24 20:09:18.020 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zlogin"
86732026-08-24T20:09:18.611Z[ recovery-image] Aug 24 20:09:18.020 INFO O| Aug 24 20:09:18.020 INFO STEP 1114 (remove_files) COMPLETE
86742026-08-24T20:09:18.615Z[ recovery-image] Aug 24 20:09:18.020 INFO O| Aug 24 20:09:18.020 INFO STEP 1115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86752026-08-24T20:09:18.619Z[ recovery-image] Aug 24 20:09:18.028 INFO O| Aug 24 20:09:18.028 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zoneadm"
86762026-08-24T20:09:18.619Z[ recovery-image] Aug 24 20:09:18.028 INFO O| Aug 24 20:09:18.028 INFO STEP 1115 (remove_files) COMPLETE
86772026-08-24T20:09:18.619Z[ recovery-image] Aug 24 20:09:18.028 INFO O| Aug 24 20:09:18.028 INFO STEP 1116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86782026-08-24T20:09:18.627Z[ recovery-image] Aug 24 20:09:18.036 INFO O| Aug 24 20:09:18.036 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zonecfg"
86792026-08-24T20:09:18.627Z[ recovery-image] Aug 24 20:09:18.036 INFO O| Aug 24 20:09:18.036 INFO STEP 1116 (remove_files) COMPLETE
86802026-08-24T20:09:18.627Z[ recovery-image] Aug 24 20:09:18.036 INFO O| Aug 24 20:09:18.036 INFO STEP 1117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86812026-08-24T20:09:18.636Z[ recovery-image] Aug 24 20:09:18.045 INFO O| Aug 24 20:09:18.045 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zstreamdump"
86822026-08-24T20:09:18.636Z[ recovery-image] Aug 24 20:09:18.045 INFO O| Aug 24 20:09:18.045 INFO STEP 1117 (remove_files) COMPLETE
86832026-08-24T20:09:18.639Z[ recovery-image] Aug 24 20:09:18.045 INFO O| Aug 24 20:09:18.045 INFO STEP 1118: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-03-recovery-trim.json
86842026-08-24T20:09:18.640Z[verify-libraries] Compiling git2 v0.20.4
86852026-08-24T20:09:18.652Z[ recovery-image] Aug 24 20:09:18.061 INFO O| Aug 24 20:09:18.060 INFO file /rpool/images/build/recovery/output/sled-recovery-ramdisk.tar does not already exist, skipping removal
86862026-08-24T20:09:18.652Z[ recovery-image] Aug 24 20:09:18.061 INFO O| Aug 24 20:09:18.061 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/sled-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/sled/ramdisk", "."]
86872026-08-24T20:09:19.510Z[ recovery-image] Aug 24 20:09:18.918 INFO O| Aug 24 20:09:18.918 INFO STEP 1118 (pack_tar) COMPLETE
86882026-08-24T20:09:19.510Z[ recovery-image] Aug 24 20:09:18.918 INFO O| Aug 24 20:09:18.918 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
86892026-08-24T20:09:19.510Z[ recovery-image] Aug 24 20:09:18.918 INFO O| Aug 24 20:09:18.918 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
86902026-08-24T20:09:19.589Z[verify-libraries] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
86912026-08-24T20:09:20.022Z[verify-libraries] Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
86922026-08-24T20:09:20.089Z[verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
86932026-08-24T20:09:20.235Z[ recovery-image] Aug 24 20:09:19.644 INFO O| Aug 24 20:09:19.643 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
86942026-08-24T20:09:20.331Z[verify-libraries] Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
86952026-08-24T20:09:20.389Z[ recovery-image] Aug 24 20:09:19.798 INFO O| Aug 24 20:09:19.798 INFO completed processing sled/ramdisk-03-recovery-trim
86962026-08-24T20:09:20.392Z[ recovery-image] Aug 24 20:09:19.801 INFO image builder template: zfs-recovery...
86972026-08-24T20:09:20.392Z[ recovery-image] Aug 24 20:09:19.801 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/.tmp0Z1tUc/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
86982026-08-24T20:09:20.412Z[verify-libraries] Compiling yansi v1.0.1
86992026-08-24T20:09:20.421Z[ recovery-image] Aug 24 20:09:19.830 INFO O| Aug 24 20:09:19.830 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/zfs-recovery
87002026-08-24T20:09:20.425Z[ recovery-image] Aug 24 20:09:19.834 INFO O| Aug 24 20:09:19.834 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/zfs-recovery
87012026-08-24T20:09:20.529Z[ recovery-image] Aug 24 20:09:19.938 INFO O| Aug 24 20:09:19.937 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/zfs-recovery: sync = disabled
87022026-08-24T20:09:20.618Z[ recovery-image] Aug 24 20:09:20.026 INFO O| Aug 24 20:09:20.026 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/zfs-recovery
87032026-08-24T20:09:20.618Z[ recovery-image] Aug 24 20:09:20.027 INFO O| Aug 24 20:09:20.026 INFO work dataset: rpool/images/build/recovery/work/sled/zfs-recovery
87042026-08-24T20:09:20.621Z[ recovery-image] Aug 24 20:09:20.030 INFO O| Aug 24 20:09:20.030 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/zfs-recovery
87052026-08-24T20:09:20.734Z[ recovery-image] Aug 24 20:09:20.143 INFO O| Aug 24 20:09:20.143 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/work/sled/zfs-recovery: sync = disabled
87062026-08-24T20:09:20.805Z[verify-libraries] Compiling pretty_assertions v1.4.1
87072026-08-24T20:09:20.821Z[ recovery-image] Aug 24 20:09:20.230 INFO O| Aug 24 20:09:20.230 INFO DESTROY POOL: TEMPORARY-sled-zfs-recovery
87082026-08-24T20:09:20.831Z[ recovery-image] Aug 24 20:09:20.240 INFO O| Aug 24 20:09:20.240 INFO image file: /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw
87092026-08-24T20:09:20.837Z[ recovery-image] Aug 24 20:09:20.246 INFO O| Aug 24 20:09:20.246 INFO pool altroot: /rpool/images/build/recovery/work/sled/zfs-recovery/altroot
87102026-08-24T20:09:20.843Z[ recovery-image] Aug 24 20:09:20.247 INFO O| Aug 24 20:09:20.247 INFO no lofi found
87112026-08-24T20:09:20.843Z[ recovery-image] Aug 24 20:09:20.247 INFO O| Aug 24 20:09:20.247 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw does not already exist, skipping removal
87122026-08-24T20:09:20.844Z[ recovery-image] Aug 24 20:09:20.247 INFO O| Aug 24 20:09:20.247 INFO CREATE IMAGE (2000MB): /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw
87132026-08-24T20:09:20.954Z[verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
87142026-08-24T20:09:21.158Z[verify-libraries] Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
87152026-08-24T20:09:22.004Z[verify-libraries] Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
87162026-08-24T20:09:22.166Z[verify-libraries] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
87172026-08-24T20:09:22.205Z[verify-libraries] Compiling omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
87182026-08-24T20:09:22.241Z[verify-libraries] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
87192026-08-24T20:09:22.466Z[verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
87202026-08-24T20:09:22.528Z[verify-libraries] Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
87212026-08-24T20:09:22.592Z[ recovery-image] Aug 24 20:09:22.001 INFO O| Aug 24 20:09:22.001 INFO lofi device = /dev/dsk/c2t1d0p0
87222026-08-24T20:09:22.592Z[ recovery-image] Aug 24 20:09:22.001 INFO O| Aug 24 20:09:22.001 INFO pool device = /dev/dsk/c2t1d0p0
87232026-08-24T20:09:22.596Z[ recovery-image] Aug 24 20:09:22.001 INFO O| Aug 24 20:09:22.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"]
87242026-08-24T20:09:22.652Z[verify-libraries] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
87252026-08-24T20:09:22.744Z[ recovery-image] Aug 24 20:09:22.152 INFO O| Aug 24 20:09:22.152 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
87262026-08-24T20:09:22.744Z[ recovery-image] Aug 24 20:09:22.152 INFO O| Aug 24 20:09:22.152 INFO CREATE DATASET: TEMPORARY-sled-zfs-recovery/ROOT
87272026-08-24T20:09:22.751Z[verify-libraries] Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
87282026-08-24T20:09:22.777Z[ recovery-image] Aug 24 20:09:22.179 INFO O| Aug 24 20:09:22.179 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT: canmount = off
87292026-08-24T20:09:22.809Z[verify-libraries] Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
87302026-08-24T20:09:22.835Z[verify-libraries] Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
87312026-08-24T20:09:22.850Z[ recovery-image] Aug 24 20:09:22.258 INFO O| Aug 24 20:09:22.258 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT: mountpoint = legacy
87322026-08-24T20:09:22.980Z[ recovery-image] Aug 24 20:09:22.389 INFO O| Aug 24 20:09:22.389 INFO CREATE DATASET: TEMPORARY-sled-zfs-recovery/ROOT/ramdisk
87332026-08-24T20:09:23.001Z[ recovery-image] Aug 24 20:09:22.410 INFO O| Aug 24 20:09:22.410 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: canmount = noauto
87342026-08-24T20:09:23.027Z[ recovery-image] Aug 24 20:09:22.436 INFO O| Aug 24 20:09:22.436 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: mountpoint = legacy
87352026-08-24T20:09:23.071Z[ recovery-image] Aug 24 20:09:22.479 INFO O| Aug 24 20:09:22.479 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a
87362026-08-24T20:09:23.071Z[ recovery-image] Aug 24 20:09:22.479 INFO O| Aug 24 20:09:22.479 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a
87372026-08-24T20:09:23.071Z[ recovery-image] Aug 24 20:09:22.480 INFO O| Aug 24 20:09:22.479 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-sled-zfs-recovery/ROOT/ramdisk", "/rpool/images/build/recovery/work/sled/zfs-recovery/a"]
87382026-08-24T20:09:23.078Z[verify-libraries] Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
87392026-08-24T20:09:23.083Z[ recovery-image] Aug 24 20:09:22.491 INFO O| Aug 24 20:09:22.490 INFO boot environment UUID: 6ea39023-10c1-440a-92d3-98d59b8d41f0
87402026-08-24T20:09:23.083Z[ recovery-image] Aug 24 20:09:22.491 INFO O| Aug 24 20:09:22.490 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:uuid = 6ea39023-10c1-440a-92d3-98d59b8d41f0
87412026-08-24T20:09:23.100Z[ recovery-image] Aug 24 20:09:22.509 INFO O| Aug 24 20:09:22.509 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:policy = static
87422026-08-24T20:09:23.111Z[verify-libraries] Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
87432026-08-24T20:09:23.120Z[ recovery-image] Aug 24 20:09:22.529 INFO O| Aug 24 20:09:22.529 INFO STEP 0 (create_be) COMPLETE
87442026-08-24T20:09:23.120Z[ recovery-image] Aug 24 20:09:22.529 INFO O| Aug 24 20:09:22.529 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
87452026-08-24T20:09:23.143Z[ recovery-image] Aug 24 20:09:22.551 INFO O| Aug 24 20:09:22.551 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"]
87462026-08-24T20:09:23.158Z[verify-libraries] Compiling drift v0.2.0
87472026-08-24T20:09:23.683Z[verify-libraries] Compiling uzers v0.12.2
87482026-08-24T20:09:24.092Z[verify-libraries] Compiling parse-size v1.1.0
87492026-08-24T20:09:24.182Z[verify-libraries] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
87502026-08-24T20:09:24.333Z[verify-libraries] Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
87512026-08-24T20:09:24.447Z[verify-libraries] Compiling dropshot-api-manager v0.8.0
87522026-08-24T20:09:24.505Z[verify-libraries] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
87532026-08-24T20:09:25.397Z[verify-libraries] Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
87542026-08-24T20:09:26.101Z[verify-libraries] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
87552026-08-24T20:09:27.009Z[verify-libraries] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
87562026-08-24T20:09:28.127Z[verify-libraries] Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
87572026-08-24T20:09:28.494Z[verify-libraries] Compiling support-bundle-viewer v0.1.2
87582026-08-24T20:09:29.555Z[verify-libraries] Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
87592026-08-24T20:09:30.301Z[verify-libraries] Compiling trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
87602026-08-24T20:09:30.711Z[verify-libraries] Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
87612026-08-24T20:09:30.836Z[verify-libraries] Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
87622026-08-24T20:09:31.084Z[verify-libraries] Compiling openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
87632026-08-24T20:09:31.129Z[verify-libraries] Compiling multimap v0.10.1
87642026-08-24T20:09:31.336Z[verify-libraries] Compiling termios v0.3.3
87652026-08-24T20:09:31.482Z[verify-libraries] Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
87662026-08-24T20:09:31.518Z[verify-libraries] Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
87672026-08-24T20:09:31.643Z[verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
87682026-08-24T20:09:31.796Z[ recovery-image] Aug 24 20:09:31.205 INFO O| Aug 24 20:09:31.205 INFO STEP 1 (unpack_tar) COMPLETE
87692026-08-24T20:09:31.796Z[ recovery-image] Aug 24 20:09:31.205 INFO O| Aug 24 20:09:31.205 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87702026-08-24T20:09:31.806Z[ recovery-image] Aug 24 20:09:31.215 INFO O| Aug 24 20:09:31.215 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/recovery/work/sled/zfs-recovery/a"]
87712026-08-24T20:09:33.108Z[ recovery-image] Aug 24 20:09:32.516 INFO O| Aug 24 20:09:32.516 INFO STEP 2 (devfsadm) COMPLETE
87722026-08-24T20:09:33.108Z[ recovery-image] Aug 24 20:09:32.516 INFO O| Aug 24 20:09:32.516 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87732026-08-24T20:09:33.118Z[ recovery-image] Aug 24 20:09:32.527 INFO O| Aug 24 20:09:32.527 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
87742026-08-24T20:09:33.118Z[ recovery-image] Aug 24 20:09:32.527 INFO O| Aug 24 20:09:32.527 INFO STEP 3 (ensure_dir) COMPLETE
87752026-08-24T20:09:33.122Z[ recovery-image] Aug 24 20:09:32.527 INFO O| Aug 24 20:09:32.527 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87762026-08-24T20:09:33.127Z[ recovery-image] Aug 24 20:09:32.536 INFO O| Aug 24 20:09:32.536 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
87772026-08-24T20:09:33.127Z[ recovery-image] Aug 24 20:09:32.536 INFO O| Aug 24 20:09:32.536 INFO STEP 4 (ensure_dir) COMPLETE
87782026-08-24T20:09:33.127Z[ recovery-image] Aug 24 20:09:32.536 INFO O| Aug 24 20:09:32.536 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87792026-08-24T20:09:33.137Z[ recovery-image] Aug 24 20:09:32.546 INFO O| Aug 24 20:09:32.546 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
87802026-08-24T20:09:33.138Z[ recovery-image] Aug 24 20:09:32.546 INFO O| Aug 24 20:09:32.546 INFO STEP 5 (ensure_dir) COMPLETE
87812026-08-24T20:09:33.138Z[ recovery-image] Aug 24 20:09:32.546 INFO O| Aug 24 20:09:32.546 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87822026-08-24T20:09:33.147Z[ recovery-image] Aug 24 20:09:32.555 INFO O| Aug 24 20:09:32.555 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
87832026-08-24T20:09:33.147Z[ recovery-image] Aug 24 20:09:32.556 INFO O| Aug 24 20:09:32.555 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
87842026-08-24T20:09:33.147Z[ recovery-image] Aug 24 20:09:32.556 INFO O| Aug 24 20:09:32.555 INFO STEP 6 (ensure_dir) COMPLETE
87852026-08-24T20:09:33.151Z[ recovery-image] Aug 24 20:09:32.556 INFO O| Aug 24 20:09:32.555 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87862026-08-24T20:09:33.156Z[ recovery-image] Aug 24 20:09:32.565 INFO O| Aug 24 20:09:32.565 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
87872026-08-24T20:09:33.156Z[ recovery-image] Aug 24 20:09:32.565 INFO O| Aug 24 20:09:32.565 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
87882026-08-24T20:09:33.160Z[ recovery-image] Aug 24 20:09:32.565 INFO O| Aug 24 20:09:32.565 INFO STEP 7 (ensure_dir) COMPLETE
87892026-08-24T20:09:33.160Z[ recovery-image] Aug 24 20:09:32.565 INFO O| Aug 24 20:09:32.565 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87902026-08-24T20:09:33.165Z[ recovery-image] Aug 24 20:09:32.574 INFO O| Aug 24 20:09:32.574 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg"
87912026-08-24T20:09:33.169Z[ recovery-image] Aug 24 20:09:32.574 INFO O| Aug 24 20:09:32.574 INFO STEP 8 (remove_files) COMPLETE
87922026-08-24T20:09:33.169Z[ recovery-image] Aug 24 20:09:32.574 INFO O| Aug 24 20:09:32.574 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87932026-08-24T20:09:33.175Z[ recovery-image] Aug 24 20:09:32.584 INFO O| Aug 24 20:09:32.584 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk"
87942026-08-24T20:09:33.179Z[ recovery-image] Aug 24 20:09:32.585 INFO O| Aug 24 20:09:32.585 INFO STEP 9 (remove_files) COMPLETE
87952026-08-24T20:09:33.183Z[ recovery-image] Aug 24 20:09:32.585 INFO O| Aug 24 20:09:32.585 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87962026-08-24T20:09:33.187Z[ recovery-image] Aug 24 20:09:32.595 INFO O| Aug 24 20:09:32.595 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk"
87972026-08-24T20:09:33.190Z[ recovery-image] Aug 24 20:09:32.596 INFO O| Aug 24 20:09:32.596 INFO STEP 10 (remove_files) COMPLETE
87982026-08-24T20:09:33.190Z[ recovery-image] Aug 24 20:09:32.596 INFO O| Aug 24 20:09:32.596 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87992026-08-24T20:09:33.202Z[ recovery-image] Aug 24 20:09:32.610 INFO O| Aug 24 20:09:32.610 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors"
88002026-08-24T20:09:33.202Z[ recovery-image] Aug 24 20:09:32.610 INFO O| Aug 24 20:09:32.610 INFO STEP 11 (remove_files) COMPLETE
88012026-08-24T20:09:33.202Z[ recovery-image] Aug 24 20:09:32.610 INFO O| Aug 24 20:09:32.610 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88022026-08-24T20:09:33.212Z[ recovery-image] Aug 24 20:09:32.620 INFO O| Aug 24 20:09:32.620 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb"
88032026-08-24T20:09:33.212Z[ recovery-image] Aug 24 20:09:32.620 INFO O| Aug 24 20:09:32.620 INFO STEP 12 (remove_files) COMPLETE
88042026-08-24T20:09:33.212Z[ recovery-image] Aug 24 20:09:32.620 INFO O| Aug 24 20:09:32.620 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88052026-08-24T20:09:33.220Z[ recovery-image] Aug 24 20:09:32.629 INFO O| Aug 24 20:09:32.629 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
88062026-08-24T20:09:33.220Z[ recovery-image] Aug 24 20:09:32.629 INFO O| Aug 24 20:09:32.629 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
88072026-08-24T20:09:33.224Z[ recovery-image] Aug 24 20:09:32.629 INFO O| Aug 24 20:09:32.629 INFO STEP 13 (ensure_dir) COMPLETE
88082026-08-24T20:09:33.224Z[ recovery-image] Aug 24 20:09:32.629 INFO O| Aug 24 20:09:32.629 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88092026-08-24T20:09:33.293Z[ recovery-image] Aug 24 20:09:32.701 INFO O| Aug 24 20:09:32.701 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
88102026-08-24T20:09:33.293Z[ recovery-image] Aug 24 20:09:32.701 INFO O| Aug 24 20:09:32.701 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
88112026-08-24T20:09:33.293Z[ recovery-image] Aug 24 20:09:32.701 INFO O| Aug 24 20:09:32.701 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
88122026-08-24T20:09:33.296Z[ recovery-image] Aug 24 20:09:32.701 INFO O| Aug 24 20:09:32.701 INFO STEP 14 (ensure_dir) COMPLETE
88132026-08-24T20:09:33.296Z[ recovery-image] Aug 24 20:09:32.701 INFO O| Aug 24 20:09:32.701 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88142026-08-24T20:09:33.302Z[ recovery-image] Aug 24 20:09:32.711 INFO O| Aug 24 20:09:32.711 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
88152026-08-24T20:09:33.302Z[ recovery-image] Aug 24 20:09:32.711 INFO O| Aug 24 20:09:32.711 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
88162026-08-24T20:09:33.305Z[ recovery-image] Aug 24 20:09:32.711 INFO O| Aug 24 20:09:32.711 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
88172026-08-24T20:09:33.308Z[ recovery-image] Aug 24 20:09:32.711 INFO O| Aug 24 20:09:32.711 INFO STEP 15 (ensure_dir) COMPLETE
88182026-08-24T20:09:33.308Z[ recovery-image] Aug 24 20:09:32.711 INFO O| Aug 24 20:09:32.711 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88192026-08-24T20:09:33.312Z[ recovery-image] Aug 24 20:09:32.719 INFO O| Aug 24 20:09:32.719 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
88202026-08-24T20:09:33.312Z[ recovery-image] Aug 24 20:09:32.719 INFO O| Aug 24 20:09:32.719 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
88212026-08-24T20:09:33.312Z[ recovery-image] Aug 24 20:09:32.719 INFO O| Aug 24 20:09:32.719 INFO STEP 16 (ensure_dir) COMPLETE
88222026-08-24T20:09:33.312Z[ recovery-image] Aug 24 20:09:32.719 INFO O| Aug 24 20:09:32.719 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88232026-08-24T20:09:33.318Z[ recovery-image] Aug 24 20:09:32.728 INFO O| Aug 24 20:09:32.727 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
88242026-08-24T20:09:33.319Z[ recovery-image] Aug 24 20:09:32.728 INFO O| Aug 24 20:09:32.728 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
88252026-08-24T20:09:33.322Z[ recovery-image] Aug 24 20:09:32.728 INFO O| Aug 24 20:09:32.728 INFO STEP 17 (ensure_dir) COMPLETE
88262026-08-24T20:09:33.322Z[ recovery-image] Aug 24 20:09:32.728 INFO O| Aug 24 20:09:32.728 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88272026-08-24T20:09:33.329Z[ recovery-image] Aug 24 20:09:32.736 INFO O| Aug 24 20:09:32.736 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
88282026-08-24T20:09:33.330Z[ recovery-image] Aug 24 20:09:32.736 INFO O| Aug 24 20:09:32.736 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/msglog
88292026-08-24T20:09:33.333Z[ recovery-image] Aug 24 20:09:32.736 INFO O| Aug 24 20:09:32.736 INFO ok!
88302026-08-24T20:09:33.333Z[ recovery-image] Aug 24 20:09:32.736 INFO O| Aug 24 20:09:32.736 INFO STEP 18 (ensure_symlink) COMPLETE
88312026-08-24T20:09:33.334Z[ recovery-image] Aug 24 20:09:32.736 INFO O| Aug 24 20:09:32.736 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88322026-08-24T20:09:33.346Z[ recovery-image] Aug 24 20:09:32.755 INFO O| Aug 24 20:09:32.755 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/reconfigure exists, with correct contents
88332026-08-24T20:09:33.346Z[ recovery-image] Aug 24 20:09:32.755 INFO O| Aug 24 20:09:32.755 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/reconfigure
88342026-08-24T20:09:33.346Z[ recovery-image] Aug 24 20:09:32.755 INFO O| Aug 24 20:09:32.755 INFO ok!
88352026-08-24T20:09:33.350Z[ recovery-image] Aug 24 20:09:32.755 INFO O| Aug 24 20:09:32.755 INFO STEP 19 (ensure_file) COMPLETE
88362026-08-24T20:09:33.350Z[ recovery-image] Aug 24 20:09:32.755 INFO O| Aug 24 20:09:32.755 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
88372026-08-24T20:09:33.356Z[ recovery-image] Aug 24 20:09:32.765 INFO O| Aug 24 20:09:32.765 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml does not exist
88382026-08-24T20:09:33.356Z[ recovery-image] Aug 24 20:09:32.765 INFO O| Aug 24 20:09:32.765 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
88392026-08-24T20:09:33.359Z[ recovery-image] Aug 24 20:09:32.765 INFO O| Aug 24 20:09:32.765 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml
88402026-08-24T20:09:33.359Z[ recovery-image] Aug 24 20:09:32.765 INFO O| Aug 24 20:09:32.765 INFO ok!
88412026-08-24T20:09:33.359Z[ recovery-image] Aug 24 20:09:32.765 INFO O| Aug 24 20:09:32.765 INFO STEP 20 (ensure_symlink) COMPLETE
88422026-08-24T20:09:33.359Z[ recovery-image] Aug 24 20:09:32.765 INFO O| Aug 24 20:09:32.765 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
88432026-08-24T20:09:33.365Z[ recovery-image] Aug 24 20:09:32.774 INFO O| Aug 24 20:09:32.774 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml does not exist
88442026-08-24T20:09:33.365Z[ recovery-image] Aug 24 20:09:32.774 INFO O| Aug 24 20:09:32.774 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
88452026-08-24T20:09:33.365Z[ recovery-image] Aug 24 20:09:32.774 INFO O| Aug 24 20:09:32.774 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml
88462026-08-24T20:09:33.368Z[ recovery-image] Aug 24 20:09:32.774 INFO O| Aug 24 20:09:32.774 INFO ok!
88472026-08-24T20:09:33.368Z[ recovery-image] Aug 24 20:09:32.774 INFO O| Aug 24 20:09:32.774 INFO STEP 21 (ensure_symlink) COMPLETE
88482026-08-24T20:09:33.368Z[ recovery-image] Aug 24 20:09:32.774 INFO O| Aug 24 20:09:32.774 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
88492026-08-24T20:09:33.373Z[ recovery-image] Aug 24 20:09:32.782 INFO O| Aug 24 20:09:32.782 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml does not exist
88502026-08-24T20:09:33.373Z[ recovery-image] Aug 24 20:09:32.782 INFO O| Aug 24 20:09:32.782 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
88512026-08-24T20:09:33.376Z[ recovery-image] Aug 24 20:09:32.782 INFO O| Aug 24 20:09:32.782 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml
88522026-08-24T20:09:33.376Z[ recovery-image] Aug 24 20:09:32.782 INFO O| Aug 24 20:09:32.782 INFO ok!
88532026-08-24T20:09:33.376Z[ recovery-image] Aug 24 20:09:32.782 INFO O| Aug 24 20:09:32.782 INFO STEP 22 (ensure_symlink) COMPLETE
88542026-08-24T20:09:33.376Z[ recovery-image] Aug 24 20:09:32.782 INFO O| Aug 24 20:09:32.782 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
88552026-08-24T20:09:33.380Z[ recovery-image] Aug 24 20:09:32.789 INFO O| Aug 24 20:09:32.789 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml does not exist
88562026-08-24T20:09:33.380Z[ recovery-image] Aug 24 20:09:32.789 INFO O| Aug 24 20:09:32.789 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
88572026-08-24T20:09:33.381Z[ recovery-image] Aug 24 20:09:32.789 INFO O| Aug 24 20:09:32.789 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml
88582026-08-24T20:09:33.384Z[ recovery-image] Aug 24 20:09:32.789 INFO O| Aug 24 20:09:32.789 INFO ok!
88592026-08-24T20:09:33.384Z[ recovery-image] Aug 24 20:09:32.789 INFO O| Aug 24 20:09:32.789 INFO STEP 23 (ensure_symlink) COMPLETE
88602026-08-24T20:09:33.384Z[ recovery-image] Aug 24 20:09:32.789 INFO O| Aug 24 20:09:32.789 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88612026-08-24T20:09:33.389Z[ recovery-image] Aug 24 20:09:32.797 INFO O| Aug 24 20:09:32.797 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nsswitch.conf exists, with wrong contents, unlinking
88622026-08-24T20:09:33.389Z[ recovery-image] Aug 24 20:09:32.797 INFO O| Aug 24 20:09:32.797 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 ...
88632026-08-24T20:09:33.389Z[ recovery-image] Aug 24 20:09:32.797 INFO O| Aug 24 20:09:32.797 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nsswitch.conf
88642026-08-24T20:09:33.394Z[ recovery-image] Aug 24 20:09:32.797 INFO O| Aug 24 20:09:32.797 INFO ok!
88652026-08-24T20:09:33.394Z[ recovery-image] Aug 24 20:09:32.797 INFO O| Aug 24 20:09:32.797 INFO STEP 24 (ensure_file) COMPLETE
88662026-08-24T20:09:33.394Z[ recovery-image] Aug 24 20:09:32.797 INFO O| Aug 24 20:09:32.797 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
88672026-08-24T20:09:33.398Z[ recovery-image] Aug 24 20:09:32.805 INFO O| Aug 24 20:09:32.805 INFO updating shadow file
88682026-08-24T20:09:33.399Z[ recovery-image] Aug 24 20:09:32.805 INFO O| Aug 24 20:09:32.805 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
88692026-08-24T20:09:33.399Z[ recovery-image] Aug 24 20:09:32.805 INFO O| Aug 24 20:09:32.805 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
88702026-08-24T20:09:33.399Z[ recovery-image] Aug 24 20:09:32.805 INFO O| Aug 24 20:09:32.805 INFO STEP 25 (shadow) COMPLETE
88712026-08-24T20:09:33.399Z[ recovery-image] Aug 24 20:09:32.805 INFO O| Aug 24 20:09:32.805 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88722026-08-24T20:09:33.405Z[ recovery-image] Aug 24 20:09:32.813 INFO O| Aug 24 20:09:32.813 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts exists, with wrong contents, unlinking
88732026-08-24T20:09:33.405Z[ recovery-image] Aug 24 20:09:32.813 INFO O| Aug 24 20:09:32.813 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts ...
88742026-08-24T20:09:33.405Z[ recovery-image] Aug 24 20:09:32.813 INFO O| Aug 24 20:09:32.813 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts
88752026-08-24T20:09:33.408Z[ recovery-image] Aug 24 20:09:32.813 INFO O| Aug 24 20:09:32.813 INFO ok!
88762026-08-24T20:09:33.408Z[ recovery-image] Aug 24 20:09:32.813 INFO O| Aug 24 20:09:32.813 INFO STEP 26 (ensure_file) COMPLETE
88772026-08-24T20:09:33.408Z[ recovery-image] Aug 24 20:09:32.813 INFO O| Aug 24 20:09:32.813 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88782026-08-24T20:09:33.412Z[ recovery-image] Aug 24 20:09:32.821 INFO O| Aug 24 20:09:32.821 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename does not exist
88792026-08-24T20:09:33.412Z[ recovery-image] Aug 24 20:09:32.821 INFO O| Aug 24 20:09:32.821 INFO writing /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename ...
88802026-08-24T20:09:33.416Z[ recovery-image] Aug 24 20:09:32.821 INFO O| Aug 24 20:09:32.821 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename
88812026-08-24T20:09:33.416Z[ recovery-image] Aug 24 20:09:32.821 INFO O| Aug 24 20:09:32.821 INFO ok!
88822026-08-24T20:09:33.416Z[ recovery-image] Aug 24 20:09:32.821 INFO O| Aug 24 20:09:32.821 INFO STEP 27 (ensure_file) COMPLETE
88832026-08-24T20:09:33.416Z[ recovery-image] Aug 24 20:09:32.821 INFO O| Aug 24 20:09:32.821 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88842026-08-24T20:09:33.420Z[ recovery-image] Aug 24 20:09:32.829 INFO O| Aug 24 20:09:32.829 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent exists, with wrong contents, unlinking
88852026-08-24T20:09:33.420Z[ recovery-image] Aug 24 20:09:32.829 INFO O| Aug 24 20:09:32.829 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent ...
88862026-08-24T20:09:33.423Z[ recovery-image] Aug 24 20:09:32.829 INFO O| Aug 24 20:09:32.829 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent
88872026-08-24T20:09:33.423Z[ recovery-image] Aug 24 20:09:32.829 INFO O| Aug 24 20:09:32.829 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent
88882026-08-24T20:09:33.423Z[ recovery-image] Aug 24 20:09:32.829 INFO O| Aug 24 20:09:32.829 INFO ok!
88892026-08-24T20:09:33.423Z[ recovery-image] Aug 24 20:09:32.829 INFO O| Aug 24 20:09:32.829 INFO STEP 28 (ensure_file) COMPLETE
88902026-08-24T20:09:33.423Z[ recovery-image] Aug 24 20:09:32.829 INFO O| Aug 24 20:09:32.829 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88912026-08-24T20:09:33.429Z[ recovery-image] Aug 24 20:09:32.837 INFO O| Aug 24 20:09:32.837 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf does not exist
88922026-08-24T20:09:33.429Z[ recovery-image] Aug 24 20:09:32.837 INFO O| Aug 24 20:09:32.837 INFO writing /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf ...
88932026-08-24T20:09:33.433Z[ recovery-image] Aug 24 20:09:32.837 INFO O| Aug 24 20:09:32.837 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf
88942026-08-24T20:09:33.433Z[ recovery-image] Aug 24 20:09:32.837 INFO O| Aug 24 20:09:32.837 INFO ok!
88952026-08-24T20:09:33.433Z[ recovery-image] Aug 24 20:09:32.837 INFO O| Aug 24 20:09:32.837 INFO STEP 29 (ensure_file) COMPLETE
88962026-08-24T20:09:33.433Z[ recovery-image] Aug 24 20:09:32.837 INFO O| Aug 24 20:09:32.837 INFO STEP 30: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
88972026-08-24T20:09:33.437Z[ recovery-image] Aug 24 20:09:32.845 INFO O| Aug 24 20:09:32.845 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
88982026-08-24T20:09:33.437Z[ recovery-image] Aug 24 20:09:32.845 INFO O| Aug 24 20:09:32.845 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
88992026-08-24T20:09:33.437Z[ recovery-image] Aug 24 20:09:32.845 INFO O| Aug 24 20:09:32.845 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
89002026-08-24T20:09:33.437Z[ recovery-image] Aug 24 20:09:32.845 INFO O| Aug 24 20:09:32.845 INFO STEP 30 (ensure_dir) COMPLETE
89012026-08-24T20:09:33.440Z[ recovery-image] Aug 24 20:09:32.845 INFO O| Aug 24 20:09:32.845 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
89022026-08-24T20:09:33.445Z[ recovery-image] Aug 24 20:09:32.854 INFO O| Aug 24 20:09:32.854 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide/net-setup does not exist
89032026-08-24T20:09:33.445Z[ recovery-image] Aug 24 20:09:32.854 INFO O| Aug 24 20:09:32.854 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 ...
89042026-08-24T20:09:33.448Z[ recovery-image] Aug 24 20:09:32.854 INFO O| Aug 24 20:09:32.854 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
89052026-08-24T20:09:33.448Z[ recovery-image] Aug 24 20:09:32.854 INFO O| Aug 24 20:09:32.854 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide/net-setup
89062026-08-24T20:09:33.448Z[ recovery-image] Aug 24 20:09:32.854 INFO O| Aug 24 20:09:32.854 INFO ok!
89072026-08-24T20:09:33.448Z[ recovery-image] Aug 24 20:09:32.854 INFO O| Aug 24 20:09:32.854 INFO STEP 31 (ensure_file) COMPLETE
89082026-08-24T20:09:33.448Z[ recovery-image] Aug 24 20:09:32.854 INFO O| Aug 24 20:09:32.854 INFO STEP 32: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
89092026-08-24T20:09:33.453Z[ recovery-image] Aug 24 20:09:32.862 INFO O| Aug 24 20:09:32.862 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
89102026-08-24T20:09:33.453Z[ recovery-image] Aug 24 20:09:32.862 INFO O| Aug 24 20:09:32.862 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
89112026-08-24T20:09:33.453Z[ recovery-image] Aug 24 20:09:32.862 INFO O| Aug 24 20:09:32.862 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
89122026-08-24T20:09:33.456Z[ recovery-image] Aug 24 20:09:32.862 INFO O| Aug 24 20:09:32.862 INFO STEP 32 (ensure_dir) COMPLETE
89132026-08-24T20:09:33.456Z[ recovery-image] Aug 24 20:09:32.862 INFO O| Aug 24 20:09:32.862 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
89142026-08-24T20:09:33.462Z[ recovery-image] Aug 24 20:09:32.871 INFO O| Aug 24 20:09:32.871 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide/net-setup.xml does not exist
89152026-08-24T20:09:33.462Z[ recovery-image] Aug 24 20:09:32.871 INFO O| Aug 24 20:09:32.871 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 ...
89162026-08-24T20:09:33.466Z[ recovery-image] Aug 24 20:09:32.871 INFO O| Aug 24 20:09:32.871 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
89172026-08-24T20:09:33.466Z[ recovery-image] Aug 24 20:09:32.871 INFO O| Aug 24 20:09:32.871 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide/net-setup.xml
89182026-08-24T20:09:33.466Z[ recovery-image] Aug 24 20:09:32.871 INFO O| Aug 24 20:09:32.871 INFO ok!
89192026-08-24T20:09:33.466Z[ recovery-image] Aug 24 20:09:32.871 INFO O| Aug 24 20:09:32.871 INFO STEP 33 (ensure_file) COMPLETE
89202026-08-24T20:09:33.466Z[ recovery-image] Aug 24 20:09:32.871 INFO O| Aug 24 20:09:32.871 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89212026-08-24T20:09:33.490Z[ recovery-image] Aug 24 20:09:32.879 INFO O| Aug 24 20:09:32.879 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master does not exist
89222026-08-24T20:09:33.490Z[ recovery-image] Aug 24 20:09:32.879 INFO O| Aug 24 20:09:32.879 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master ...
89232026-08-24T20:09:33.490Z[ recovery-image] Aug 24 20:09:32.879 INFO O| Aug 24 20:09:32.879 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master
89242026-08-24T20:09:33.490Z[ recovery-image] Aug 24 20:09:32.879 INFO O| Aug 24 20:09:32.879 INFO ok!
89252026-08-24T20:09:33.490Z[ recovery-image] Aug 24 20:09:32.879 INFO O| Aug 24 20:09:32.879 INFO STEP 34 (ensure_file) COMPLETE
89262026-08-24T20:09:33.490Z[ recovery-image] Aug 24 20:09:32.879 INFO O| Aug 24 20:09:32.879 INFO STEP 35: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89272026-08-24T20:09:33.490Z[ recovery-image] Aug 24 20:09:32.887 INFO O| Aug 24 20:09:32.887 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs exists, with wrong contents, unlinking
89282026-08-24T20:09:33.490Z[ recovery-image] Aug 24 20:09:32.887 INFO O| Aug 24 20:09:32.887 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs ...
89292026-08-24T20:09:33.490Z[ recovery-image] Aug 24 20:09:32.887 INFO O| Aug 24 20:09:32.887 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs
89302026-08-24T20:09:33.490Z[ recovery-image] Aug 24 20:09:32.887 INFO O| Aug 24 20:09:32.887 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs
89312026-08-24T20:09:33.490Z[ recovery-image] Aug 24 20:09:32.888 INFO O| Aug 24 20:09:32.887 INFO ok!
89322026-08-24T20:09:33.490Z[ recovery-image] Aug 24 20:09:32.888 INFO O| Aug 24 20:09:32.888 INFO STEP 35 (ensure_file) COMPLETE
89332026-08-24T20:09:33.490Z[ recovery-image] Aug 24 20:09:32.888 INFO O| Aug 24 20:09:32.888 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89342026-08-24T20:09:33.490Z[ recovery-image] Aug 24 20:09:32.896 INFO O| Aug 24 20:09:32.895 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init exists, with wrong contents, unlinking
89352026-08-24T20:09:33.490Z[ recovery-image] Aug 24 20:09:32.896 INFO O| Aug 24 20:09:32.896 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init ...
89362026-08-24T20:09:33.490Z[ recovery-image] Aug 24 20:09:32.896 INFO O| Aug 24 20:09:32.896 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init
89372026-08-24T20:09:33.490Z[ recovery-image] Aug 24 20:09:32.896 INFO O| Aug 24 20:09:32.896 INFO ok!
89382026-08-24T20:09:33.490Z[ recovery-image] Aug 24 20:09:32.896 INFO O| Aug 24 20:09:32.896 INFO STEP 36 (ensure_file) COMPLETE
89392026-08-24T20:09:33.490Z[ recovery-image] Aug 24 20:09:32.896 INFO O| Aug 24 20:09:32.896 INFO STEP 37: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89402026-08-24T20:09:33.495Z[ recovery-image] Aug 24 20:09:32.904 INFO O| Aug 24 20:09:32.904 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
89412026-08-24T20:09:33.495Z[ recovery-image] Aug 24 20:09:32.904 INFO O| Aug 24 20:09:32.904 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config ...
89422026-08-24T20:09:33.498Z[ recovery-image] Aug 24 20:09:32.904 INFO O| Aug 24 20:09:32.904 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config
89432026-08-24T20:09:33.498Z[ recovery-image] Aug 24 20:09:32.904 INFO O| Aug 24 20:09:32.904 INFO ok!
89442026-08-24T20:09:33.498Z[ recovery-image] Aug 24 20:09:32.904 INFO O| Aug 24 20:09:32.904 INFO STEP 37 (ensure_file) COMPLETE
89452026-08-24T20:09:33.498Z[ recovery-image] Aug 24 20:09:32.904 INFO O| Aug 24 20:09:32.904 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89462026-08-24T20:09:33.503Z[ recovery-image] Aug 24 20:09:32.912 INFO O| Aug 24 20:09:32.912 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams does not exist
89472026-08-24T20:09:33.503Z[ recovery-image] Aug 24 20:09:32.912 INFO O| Aug 24 20:09:32.912 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams ...
89482026-08-24T20:09:33.503Z[ recovery-image] Aug 24 20:09:32.912 INFO O| Aug 24 20:09:32.912 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
89492026-08-24T20:09:33.503Z[ recovery-image] Aug 24 20:09:32.912 INFO O| Aug 24 20:09:32.912 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
89502026-08-24T20:09:33.507Z[ recovery-image] Aug 24 20:09:32.912 INFO O| Aug 24 20:09:32.912 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
89512026-08-24T20:09:33.507Z[ recovery-image] Aug 24 20:09:32.912 INFO O| Aug 24 20:09:32.912 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
89522026-08-24T20:09:33.507Z[ recovery-image] Aug 24 20:09:32.912 INFO O| Aug 24 20:09:32.912 INFO ok!
89532026-08-24T20:09:33.507Z[ recovery-image] Aug 24 20:09:32.912 INFO O| Aug 24 20:09:32.912 INFO STEP 38 (ensure_file) COMPLETE
89542026-08-24T20:09:33.507Z[ recovery-image] Aug 24 20:09:32.912 INFO O| Aug 24 20:09:32.912 INFO STEP 39: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
89552026-08-24T20:09:33.513Z[ recovery-image] Aug 24 20:09:32.921 INFO O| Aug 24 20:09:32.921 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
89562026-08-24T20:09:33.513Z[ recovery-image] Aug 24 20:09:32.921 INFO O| Aug 24 20:09:32.921 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
89572026-08-24T20:09:33.513Z[ recovery-image] Aug 24 20:09:32.921 INFO O| Aug 24 20:09:32.921 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
89582026-08-24T20:09:33.516Z[ recovery-image] Aug 24 20:09:32.921 INFO O| Aug 24 20:09:32.921 INFO STEP 39 (ensure_dir) COMPLETE
89592026-08-24T20:09:33.516Z[ recovery-image] Aug 24 20:09:32.921 INFO O| Aug 24 20:09:32.921 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
89602026-08-24T20:09:33.561Z[ recovery-image] Aug 24 20:09:32.969 INFO O| Aug 24 20:09:32.969 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
89612026-08-24T20:09:33.561Z[ recovery-image] Aug 24 20:09:32.969 INFO O| Aug 24 20:09:32.969 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 ...
89622026-08-24T20:09:33.561Z[ recovery-image] Aug 24 20:09:32.969 INFO O| Aug 24 20:09:32.969 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
89632026-08-24T20:09:33.564Z[ recovery-image] Aug 24 20:09:32.969 INFO O| Aug 24 20:09:32.969 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
89642026-08-24T20:09:33.564Z[ recovery-image] Aug 24 20:09:32.969 INFO O| Aug 24 20:09:32.969 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
89652026-08-24T20:09:33.564Z[ recovery-image] Aug 24 20:09:32.969 INFO O| Aug 24 20:09:32.969 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
89662026-08-24T20:09:33.565Z[ recovery-image] Aug 24 20:09:32.969 INFO O| Aug 24 20:09:32.969 INFO ok!
89672026-08-24T20:09:33.565Z[ recovery-image] Aug 24 20:09:32.969 INFO O| Aug 24 20:09:32.969 INFO STEP 40 (ensure_file) COMPLETE
89682026-08-24T20:09:33.565Z[ recovery-image] Aug 24 20:09:32.969 INFO O| Aug 24 20:09:32.969 INFO STEP 41: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
89692026-08-24T20:09:33.581Z[ recovery-image] Aug 24 20:09:32.990 INFO O| Aug 24 20:09:32.989 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
89702026-08-24T20:09:33.581Z[ recovery-image] Aug 24 20:09:32.990 INFO O| Aug 24 20:09:32.990 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 ...
89712026-08-24T20:09:33.581Z[ recovery-image] Aug 24 20:09:32.990 INFO O| Aug 24 20:09:32.990 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin
89722026-08-24T20:09:33.581Z[ recovery-image] Aug 24 20:09:32.990 INFO O| Aug 24 20:09:32.990 INFO ok!
89732026-08-24T20:09:33.584Z[ recovery-image] Aug 24 20:09:32.990 INFO O| Aug 24 20:09:32.990 INFO STEP 41 (ensure_symlink) COMPLETE
89742026-08-24T20:09:33.584Z[ recovery-image] Aug 24 20:09:32.990 INFO O| Aug 24 20:09:32.990 INFO STEP 42: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
89752026-08-24T20:09:33.593Z[ recovery-image] Aug 24 20:09:33.001 INFO O| Aug 24 20:09:33.000 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo does not exist
89762026-08-24T20:09:33.593Z[ recovery-image] Aug 24 20:09:33.001 INFO O| Aug 24 20:09:33.000 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo -> Oxide,Gimlet ...
89772026-08-24T20:09:33.596Z[ recovery-image] Aug 24 20:09:33.001 INFO O| Aug 24 20:09:33.001 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo
89782026-08-24T20:09:33.596Z[ recovery-image] Aug 24 20:09:33.001 INFO O| Aug 24 20:09:33.001 INFO ok!
89792026-08-24T20:09:33.596Z[ recovery-image] Aug 24 20:09:33.001 INFO O| Aug 24 20:09:33.001 INFO STEP 42 (ensure_symlink) COMPLETE
89802026-08-24T20:09:33.596Z[ recovery-image] Aug 24 20:09:33.001 INFO O| Aug 24 20:09:33.001 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89812026-08-24T20:09:33.604Z[ recovery-image] Aug 24 20:09:33.013 INFO O| Aug 24 20:09:33.013 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname does not exist
89822026-08-24T20:09:33.604Z[ recovery-image] Aug 24 20:09:33.013 INFO O| Aug 24 20:09:33.013 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.sh -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname ...
89832026-08-24T20:09:33.607Z[ recovery-image] Aug 24 20:09:33.013 INFO O| Aug 24 20:09:33.013 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
89842026-08-24T20:09:33.607Z[ recovery-image] Aug 24 20:09:33.013 INFO O| Aug 24 20:09:33.013 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
89852026-08-24T20:09:33.607Z[ recovery-image] Aug 24 20:09:33.013 INFO O| Aug 24 20:09:33.013 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
89862026-08-24T20:09:33.607Z[ recovery-image] Aug 24 20:09:33.013 INFO O| Aug 24 20:09:33.013 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
89872026-08-24T20:09:33.607Z[ recovery-image] Aug 24 20:09:33.013 INFO O| Aug 24 20:09:33.013 INFO ok!
89882026-08-24T20:09:33.607Z[ recovery-image] Aug 24 20:09:33.013 INFO O| Aug 24 20:09:33.013 INFO STEP 43 (ensure_file) COMPLETE
89892026-08-24T20:09:33.608Z[ recovery-image] Aug 24 20:09:33.013 INFO O| Aug 24 20:09:33.013 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89902026-08-24T20:09:33.616Z[ recovery-image] Aug 24 20:09:33.025 INFO O| Aug 24 20:09:33.025 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml does not exist
89912026-08-24T20:09:33.616Z[ recovery-image] Aug 24 20:09:33.025 INFO O| Aug 24 20:09:33.025 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 ...
89922026-08-24T20:09:33.616Z[ recovery-image] Aug 24 20:09:33.025 INFO O| Aug 24 20:09:33.025 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
89932026-08-24T20:09:33.616Z[ recovery-image] Aug 24 20:09:33.025 INFO O| Aug 24 20:09:33.025 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml
89942026-08-24T20:09:33.621Z[ recovery-image] Aug 24 20:09:33.025 INFO O| Aug 24 20:09:33.025 INFO ok!
89952026-08-24T20:09:33.621Z[ recovery-image] Aug 24 20:09:33.025 INFO O| Aug 24 20:09:33.025 INFO STEP 44 (ensure_file) COMPLETE
89962026-08-24T20:09:33.621Z[ recovery-image] Aug 24 20:09:33.025 INFO O| Aug 24 20:09:33.025 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89972026-08-24T20:09:33.625Z[ recovery-image] Aug 24 20:09:33.034 INFO O| Aug 24 20:09:33.034 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml does not exist
89982026-08-24T20:09:33.625Z[ recovery-image] Aug 24 20:09:33.035 INFO O| Aug 24 20:09:33.034 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml ...
89992026-08-24T20:09:33.626Z[ recovery-image] Aug 24 20:09:33.035 INFO O| Aug 24 20:09:33.034 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml
90002026-08-24T20:09:33.626Z[ recovery-image] Aug 24 20:09:33.035 INFO O| Aug 24 20:09:33.035 INFO ok!
90012026-08-24T20:09:33.626Z[ recovery-image] Aug 24 20:09:33.035 INFO O| Aug 24 20:09:33.035 INFO STEP 45 (ensure_file) COMPLETE
90022026-08-24T20:09:33.629Z[ recovery-image] Aug 24 20:09:33.035 INFO O| Aug 24 20:09:33.035 INFO STEP 46: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
90032026-08-24T20:09:33.634Z[ recovery-image] Aug 24 20:09:33.043 INFO O| Aug 24 20:09:33.043 INFO updating shadow file
90042026-08-24T20:09:33.634Z[ recovery-image] Aug 24 20:09:33.043 INFO O| Aug 24 20:09:33.043 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
90052026-08-24T20:09:33.638Z[ recovery-image] Aug 24 20:09:33.043 INFO O| Aug 24 20:09:33.043 INFO STEP 46 (shadow) COMPLETE
90062026-08-24T20:09:33.638Z[ recovery-image] Aug 24 20:09:33.043 INFO O| Aug 24 20:09:33.043 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
90072026-08-24T20:09:33.643Z[ recovery-image] Aug 24 20:09:33.052 INFO O| Aug 24 20:09:33.052 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login exists, with wrong contents, unlinking
90082026-08-24T20:09:33.643Z[ recovery-image] Aug 24 20:09:33.052 INFO O| Aug 24 20:09:33.052 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login ...
90092026-08-24T20:09:33.643Z[ recovery-image] Aug 24 20:09:33.052 INFO O| Aug 24 20:09:33.052 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login
90102026-08-24T20:09:33.646Z[ recovery-image] Aug 24 20:09:33.052 INFO O| Aug 24 20:09:33.052 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login
90112026-08-24T20:09:33.646Z[ recovery-image] Aug 24 20:09:33.052 INFO O| Aug 24 20:09:33.052 INFO ok!
90122026-08-24T20:09:33.646Z[ recovery-image] Aug 24 20:09:33.052 INFO O| Aug 24 20:09:33.052 INFO STEP 47 (ensure_file) COMPLETE
90132026-08-24T20:09:33.646Z[ recovery-image] Aug 24 20:09:33.052 INFO O| Aug 24 20:09:33.052 INFO STEP 48: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90142026-08-24T20:09:33.653Z[ recovery-image] Aug 24 20:09:33.062 INFO O| Aug 24 20:09:33.062 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt
90152026-08-24T20:09:33.653Z[ recovery-image] Aug 24 20:09:33.062 INFO O| Aug 24 20:09:33.062 INFO STEP 48 (ensure_dir) COMPLETE
90162026-08-24T20:09:33.653Z[ recovery-image] Aug 24 20:09:33.062 INFO O| Aug 24 20:09:33.062 INFO STEP 49: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90172026-08-24T20:09:33.665Z[ recovery-image] Aug 24 20:09:33.073 INFO O| Aug 24 20:09:33.073 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide
90182026-08-24T20:09:33.665Z[ recovery-image] Aug 24 20:09:33.074 INFO O| Aug 24 20:09:33.073 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide
90192026-08-24T20:09:33.668Z[ recovery-image] Aug 24 20:09:33.074 INFO O| Aug 24 20:09:33.073 INFO STEP 49 (ensure_dir) COMPLETE
90202026-08-24T20:09:33.668Z[ recovery-image] Aug 24 20:09:33.074 INFO O| Aug 24 20:09:33.073 INFO STEP 50: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90212026-08-24T20:09:33.675Z[ recovery-image] Aug 24 20:09:33.084 INFO O| Aug 24 20:09:33.084 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator
90222026-08-24T20:09:33.675Z[ recovery-image] Aug 24 20:09:33.084 INFO O| Aug 24 20:09:33.084 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator
90232026-08-24T20:09:33.675Z[ recovery-image] Aug 24 20:09:33.084 INFO O| Aug 24 20:09:33.084 INFO STEP 50 (ensure_dir) COMPLETE
90242026-08-24T20:09:33.679Z[ recovery-image] Aug 24 20:09:33.084 INFO O| Aug 24 20:09:33.084 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90252026-08-24T20:09:33.684Z[ recovery-image] Aug 24 20:09:33.093 INFO O| Aug 24 20:09:33.093 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator does not exist
90262026-08-24T20:09:33.684Z[ recovery-image] Aug 24 20:09:33.093 INFO O| Aug 24 20:09:33.093 INFO copying /tmp/.tmp0Z1tUc/proto/recovery/root/opt/oxide/installinator/installinator -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator ...
90272026-08-24T20:09:33.717Z[ recovery-image] Aug 24 20:09:33.126 INFO O| Aug 24 20:09:33.126 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator
90282026-08-24T20:09:33.717Z[ recovery-image] Aug 24 20:09:33.126 INFO O| Aug 24 20:09:33.126 INFO ok!
90292026-08-24T20:09:33.717Z[ recovery-image] Aug 24 20:09:33.126 INFO O| Aug 24 20:09:33.126 INFO STEP 51 (ensure_file) COMPLETE
90302026-08-24T20:09:33.720Z[ recovery-image] Aug 24 20:09:33.126 INFO O| Aug 24 20:09:33.126 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90312026-08-24T20:09:33.729Z[ recovery-image] Aug 24 20:09:33.138 INFO O| Aug 24 20:09:33.138 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/pkg
90322026-08-24T20:09:33.729Z[ recovery-image] Aug 24 20:09:33.138 INFO O| Aug 24 20:09:33.138 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/pkg
90332026-08-24T20:09:33.732Z[ recovery-image] Aug 24 20:09:33.138 INFO O| Aug 24 20:09:33.138 INFO STEP 52 (ensure_dir) COMPLETE
90342026-08-24T20:09:33.732Z[ recovery-image] Aug 24 20:09:33.138 INFO O| Aug 24 20:09:33.138 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90352026-08-24T20:09:33.739Z[ recovery-image] Aug 24 20:09:33.148 INFO O| Aug 24 20:09:33.148 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION does not exist
90362026-08-24T20:09:33.743Z[ recovery-image] Aug 24 20:09:33.148 INFO O| Aug 24 20:09:33.148 INFO copying /tmp/.tmp0Z1tUc/proto/recovery/root/opt/oxide/installinator/VERSION -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION ...
90372026-08-24T20:09:33.743Z[ recovery-image] Aug 24 20:09:33.148 INFO O| Aug 24 20:09:33.148 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION
90382026-08-24T20:09:33.743Z[ recovery-image] Aug 24 20:09:33.148 INFO O| Aug 24 20:09:33.148 INFO ok!
90392026-08-24T20:09:33.743Z[ recovery-image] Aug 24 20:09:33.148 INFO O| Aug 24 20:09:33.148 INFO STEP 53 (ensure_file) COMPLETE
90402026-08-24T20:09:33.743Z[ recovery-image] Aug 24 20:09:33.148 INFO O| Aug 24 20:09:33.148 INFO STEP 54: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90412026-08-24T20:09:33.753Z[ recovery-image] Aug 24 20:09:33.161 INFO O| Aug 24 20:09:33.161 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm
90422026-08-24T20:09:33.753Z[ recovery-image] Aug 24 20:09:33.161 INFO O| Aug 24 20:09:33.161 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm
90432026-08-24T20:09:33.756Z[ recovery-image] Aug 24 20:09:33.161 INFO O| Aug 24 20:09:33.161 INFO STEP 54 (ensure_dir) COMPLETE
90442026-08-24T20:09:33.756Z[ recovery-image] Aug 24 20:09:33.161 INFO O| Aug 24 20:09:33.161 INFO STEP 55: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90452026-08-24T20:09:33.763Z[ recovery-image] Aug 24 20:09:33.172 INFO O| Aug 24 20:09:33.172 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm does not exist
90462026-08-24T20:09:33.763Z[ recovery-image] Aug 24 20:09:33.172 INFO O| Aug 24 20:09:33.172 INFO copying /tmp/.tmp0Z1tUc/proto/recovery/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm ...
90472026-08-24T20:09:33.885Z[verify-libraries] Compiling polar-core v0.27.3
90482026-08-24T20:09:35.732Z[ recovery-image] Aug 24 20:09:35.141 INFO O| Aug 24 20:09:35.141 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm
90492026-08-24T20:09:35.732Z[ recovery-image] Aug 24 20:09:35.141 INFO O| Aug 24 20:09:35.141 INFO ok!
90502026-08-24T20:09:35.736Z[ recovery-image] Aug 24 20:09:35.141 INFO O| Aug 24 20:09:35.141 INFO STEP 55 (ensure_file) COMPLETE
90512026-08-24T20:09:35.736Z[ recovery-image] Aug 24 20:09:35.141 INFO O| Aug 24 20:09:35.141 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90522026-08-24T20:09:35.744Z[ recovery-image] Aug 24 20:09:35.152 INFO O| Aug 24 20:09:35.152 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd does not exist
90532026-08-24T20:09:35.744Z[ recovery-image] Aug 24 20:09:35.152 INFO O| Aug 24 20:09:35.152 INFO copying /tmp/.tmp0Z1tUc/proto/recovery/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd ...
90542026-08-24T20:09:37.724Z[ recovery-image] Aug 24 20:09:37.133 INFO O| Aug 24 20:09:37.133 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd
90552026-08-24T20:09:37.724Z[ recovery-image] Aug 24 20:09:37.133 INFO O| Aug 24 20:09:37.133 INFO ok!
90562026-08-24T20:09:37.724Z[ recovery-image] Aug 24 20:09:37.133 INFO O| Aug 24 20:09:37.133 INFO STEP 56 (ensure_file) COMPLETE
90572026-08-24T20:09:37.728Z[ recovery-image] Aug 24 20:09:37.133 INFO O| Aug 24 20:09:37.133 INFO STEP 57: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90582026-08-24T20:09:37.752Z[ recovery-image] Aug 24 20:09:37.160 INFO O| Aug 24 20:09:37.160 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg
90592026-08-24T20:09:37.752Z[ recovery-image] Aug 24 20:09:37.160 INFO O| Aug 24 20:09:37.160 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg
90602026-08-24T20:09:37.752Z[ recovery-image] Aug 24 20:09:37.160 INFO O| Aug 24 20:09:37.160 INFO STEP 57 (ensure_dir) COMPLETE
90612026-08-24T20:09:37.755Z[ recovery-image] Aug 24 20:09:37.160 INFO O| Aug 24 20:09:37.160 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90622026-08-24T20:09:37.762Z[ recovery-image] Aug 24 20:09:37.171 INFO O| Aug 24 20:09:37.171 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
90632026-08-24T20:09:37.762Z[ recovery-image] Aug 24 20:09:37.171 INFO O| Aug 24 20:09:37.171 INFO copying /tmp/.tmp0Z1tUc/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 ...
90642026-08-24T20:09:37.765Z[ recovery-image] Aug 24 20:09:37.171 INFO O| Aug 24 20:09:37.171 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
90652026-08-24T20:09:37.765Z[ recovery-image] Aug 24 20:09:37.171 INFO O| Aug 24 20:09:37.171 INFO ok!
90662026-08-24T20:09:37.765Z[ recovery-image] Aug 24 20:09:37.171 INFO O| Aug 24 20:09:37.171 INFO STEP 58 (ensure_file) COMPLETE
90672026-08-24T20:09:37.766Z[ recovery-image] Aug 24 20:09:37.171 INFO O| Aug 24 20:09:37.171 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90682026-08-24T20:09:37.773Z[ recovery-image] Aug 24 20:09:37.182 INFO O| Aug 24 20:09:37.182 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
90692026-08-24T20:09:37.773Z[ recovery-image] Aug 24 20:09:37.182 INFO O| Aug 24 20:09:37.182 INFO copying /tmp/.tmp0Z1tUc/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 ...
90702026-08-24T20:09:37.774Z[ recovery-image] Aug 24 20:09:37.182 INFO O| Aug 24 20:09:37.182 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
90712026-08-24T20:09:37.774Z[ recovery-image] Aug 24 20:09:37.182 INFO O| Aug 24 20:09:37.182 INFO ok!
90722026-08-24T20:09:37.778Z[ recovery-image] Aug 24 20:09:37.182 INFO O| Aug 24 20:09:37.182 INFO STEP 59 (ensure_file) COMPLETE
90732026-08-24T20:09:37.778Z[ recovery-image] Aug 24 20:09:37.182 INFO O| Aug 24 20:09:37.182 INFO STEP 60: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90742026-08-24T20:09:37.784Z[ recovery-image] Aug 24 20:09:37.193 INFO O| Aug 24 20:09:37.193 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
90752026-08-24T20:09:37.784Z[ recovery-image] Aug 24 20:09:37.193 INFO O| Aug 24 20:09:37.193 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
90762026-08-24T20:09:37.788Z[ recovery-image] Aug 24 20:09:37.193 INFO O| Aug 24 20:09:37.193 INFO STEP 60 (ensure_dir) COMPLETE
90772026-08-24T20:09:37.788Z[ recovery-image] Aug 24 20:09:37.193 INFO O| Aug 24 20:09:37.193 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90782026-08-24T20:09:37.795Z[ recovery-image] Aug 24 20:09:37.204 INFO O| Aug 24 20:09:37.204 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
90792026-08-24T20:09:37.795Z[ recovery-image] Aug 24 20:09:37.204 INFO O| Aug 24 20:09:37.204 INFO copying /tmp/.tmp0Z1tUc/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 ...
90802026-08-24T20:09:37.798Z[ recovery-image] Aug 24 20:09:37.204 INFO O| Aug 24 20:09:37.204 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
90812026-08-24T20:09:37.798Z[ recovery-image] Aug 24 20:09:37.204 INFO O| Aug 24 20:09:37.204 INFO ok!
90822026-08-24T20:09:37.799Z[ recovery-image] Aug 24 20:09:37.204 INFO O| Aug 24 20:09:37.204 INFO STEP 61 (ensure_file) COMPLETE
90832026-08-24T20:09:37.799Z[ recovery-image] Aug 24 20:09:37.204 INFO O| Aug 24 20:09:37.204 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90842026-08-24T20:09:37.807Z[ recovery-image] Aug 24 20:09:37.215 INFO O| Aug 24 20:09:37.215 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
90852026-08-24T20:09:37.807Z[ recovery-image] Aug 24 20:09:37.216 INFO O| Aug 24 20:09:37.215 INFO copying /tmp/.tmp0Z1tUc/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 ...
90862026-08-24T20:09:37.810Z[ recovery-image] Aug 24 20:09:37.216 INFO O| Aug 24 20:09:37.216 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
90872026-08-24T20:09:37.810Z[ recovery-image] Aug 24 20:09:37.216 INFO O| Aug 24 20:09:37.216 INFO ok!
90882026-08-24T20:09:37.810Z[ recovery-image] Aug 24 20:09:37.216 INFO O| Aug 24 20:09:37.216 INFO STEP 62 (ensure_file) COMPLETE
90892026-08-24T20:09:37.810Z[ recovery-image] Aug 24 20:09:37.216 INFO O| Aug 24 20:09:37.216 INFO STEP 63: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90902026-08-24T20:09:37.817Z[ recovery-image] Aug 24 20:09:37.226 INFO O| Aug 24 20:09:37.226 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
90912026-08-24T20:09:37.817Z[ recovery-image] Aug 24 20:09:37.226 INFO O| Aug 24 20:09:37.226 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
90922026-08-24T20:09:37.821Z[ recovery-image] Aug 24 20:09:37.226 INFO O| Aug 24 20:09:37.226 INFO STEP 63 (ensure_dir) COMPLETE
90932026-08-24T20:09:37.821Z[ recovery-image] Aug 24 20:09:37.226 INFO O| Aug 24 20:09:37.226 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90942026-08-24T20:09:37.828Z[ recovery-image] Aug 24 20:09:37.237 INFO O| Aug 24 20:09:37.237 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
90952026-08-24T20:09:37.828Z[ recovery-image] Aug 24 20:09:37.237 INFO O| Aug 24 20:09:37.237 INFO copying /tmp/.tmp0Z1tUc/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 ...
90962026-08-24T20:09:37.828Z[ recovery-image] Aug 24 20:09:37.237 INFO O| Aug 24 20:09:37.237 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
90972026-08-24T20:09:37.832Z[ recovery-image] Aug 24 20:09:37.237 INFO O| Aug 24 20:09:37.237 INFO ok!
90982026-08-24T20:09:37.832Z[ recovery-image] Aug 24 20:09:37.237 INFO O| Aug 24 20:09:37.237 INFO STEP 64 (ensure_file) COMPLETE
90992026-08-24T20:09:37.832Z[ recovery-image] Aug 24 20:09:37.237 INFO O| Aug 24 20:09:37.237 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
91002026-08-24T20:09:37.839Z[ recovery-image] Aug 24 20:09:37.248 INFO O| Aug 24 20:09:37.248 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION does not exist
91012026-08-24T20:09:37.839Z[ recovery-image] Aug 24 20:09:37.248 INFO O| Aug 24 20:09:37.248 INFO copying /tmp/.tmp0Z1tUc/proto/recovery/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION ...
91022026-08-24T20:09:37.842Z[ recovery-image] Aug 24 20:09:37.248 INFO O| Aug 24 20:09:37.248 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION
91032026-08-24T20:09:37.842Z[ recovery-image] Aug 24 20:09:37.248 INFO O| Aug 24 20:09:37.248 INFO ok!
91042026-08-24T20:09:37.842Z[ recovery-image] Aug 24 20:09:37.248 INFO O| Aug 24 20:09:37.248 INFO STEP 65 (ensure_file) COMPLETE
91052026-08-24T20:09:37.842Z[ recovery-image] Aug 24 20:09:37.248 INFO O| Aug 24 20:09:37.248 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
91062026-08-24T20:09:37.849Z[ recovery-image] Aug 24 20:09:37.258 INFO O| Aug 24 20:09:37.258 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib
91072026-08-24T20:09:37.849Z[ recovery-image] Aug 24 20:09:37.258 INFO O| Aug 24 20:09:37.258 INFO STEP 66 (ensure_dir) COMPLETE
91082026-08-24T20:09:37.849Z[ recovery-image] Aug 24 20:09:37.258 INFO O| Aug 24 20:09:37.258 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
91092026-08-24T20:09:37.859Z[ recovery-image] Aug 24 20:09:37.268 INFO O| Aug 24 20:09:37.268 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc
91102026-08-24T20:09:37.859Z[ recovery-image] Aug 24 20:09:37.268 INFO O| Aug 24 20:09:37.268 INFO STEP 67 (ensure_dir) COMPLETE
91112026-08-24T20:09:37.859Z[ recovery-image] Aug 24 20:09:37.268 INFO O| Aug 24 20:09:37.268 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
91122026-08-24T20:09:37.870Z[ recovery-image] Aug 24 20:09:37.279 INFO O| Aug 24 20:09:37.278 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest
91132026-08-24T20:09:37.870Z[ recovery-image] Aug 24 20:09:37.279 INFO O| Aug 24 20:09:37.278 INFO STEP 68 (ensure_dir) COMPLETE
91142026-08-24T20:09:37.870Z[ recovery-image] Aug 24 20:09:37.279 INFO O| Aug 24 20:09:37.279 INFO STEP 69: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
91152026-08-24T20:09:37.887Z[ recovery-image] Aug 24 20:09:37.290 INFO O| Aug 24 20:09:37.290 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site
91162026-08-24T20:09:37.887Z[ recovery-image] Aug 24 20:09:37.290 INFO O| Aug 24 20:09:37.290 INFO STEP 69 (ensure_dir) COMPLETE
91172026-08-24T20:09:37.891Z[ recovery-image] Aug 24 20:09:37.290 INFO O| Aug 24 20:09:37.290 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
91182026-08-24T20:09:37.895Z[ recovery-image] Aug 24 20:09:37.304 INFO O| Aug 24 20:09:37.304 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml does not exist
91192026-08-24T20:09:37.895Z[ recovery-image] Aug 24 20:09:37.304 INFO O| Aug 24 20:09:37.304 INFO copying /tmp/.tmp0Z1tUc/proto/recovery/root/lib/svc/manifest/site/installinator.xml -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml ...
91202026-08-24T20:09:37.895Z[ recovery-image] Aug 24 20:09:37.304 INFO O| Aug 24 20:09:37.304 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml
91212026-08-24T20:09:37.898Z[ recovery-image] Aug 24 20:09:37.304 INFO O| Aug 24 20:09:37.304 INFO ok!
91222026-08-24T20:09:37.898Z[ recovery-image] Aug 24 20:09:37.304 INFO O| Aug 24 20:09:37.304 INFO STEP 70 (ensure_file) COMPLETE
91232026-08-24T20:09:37.898Z[ recovery-image] Aug 24 20:09:37.304 INFO O| Aug 24 20:09:37.304 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91242026-08-24T20:09:37.906Z[ recovery-image] Aug 24 20:09:37.315 INFO O| Aug 24 20:09:37.315 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/ipsec"
91252026-08-24T20:09:37.909Z[ recovery-image] Aug 24 20:09:37.316 INFO O| Aug 24 20:09:37.316 INFO STEP 71 (remove_files) COMPLETE
91262026-08-24T20:09:37.909Z[ recovery-image] Aug 24 20:09:37.316 INFO O| Aug 24 20:09:37.316 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91272026-08-24T20:09:37.917Z[ recovery-image] Aug 24 20:09:37.326 INFO O| Aug 24 20:09:37.326 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/ldap"
91282026-08-24T20:09:37.917Z[ recovery-image] Aug 24 20:09:37.326 INFO O| Aug 24 20:09:37.326 INFO STEP 72 (remove_files) COMPLETE
91292026-08-24T20:09:37.921Z[ recovery-image] Aug 24 20:09:37.326 INFO O| Aug 24 20:09:37.326 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91302026-08-24T20:09:37.932Z[ recovery-image] Aug 24 20:09:37.341 INFO O| Aug 24 20:09:37.341 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/rpc"
91312026-08-24T20:09:37.935Z[ recovery-image] Aug 24 20:09:37.341 INFO O| Aug 24 20:09:37.341 INFO STEP 73 (remove_files) COMPLETE
91322026-08-24T20:09:37.935Z[ recovery-image] Aug 24 20:09:37.341 INFO O| Aug 24 20:09:37.341 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91332026-08-24T20:09:37.943Z[ recovery-image] Aug 24 20:09:37.352 INFO O| Aug 24 20:09:37.352 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/security"
91342026-08-24T20:09:37.943Z[ recovery-image] Aug 24 20:09:37.352 INFO O| Aug 24 20:09:37.352 INFO STEP 74 (remove_files) COMPLETE
91352026-08-24T20:09:37.946Z[ recovery-image] Aug 24 20:09:37.352 INFO O| Aug 24 20:09:37.352 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91362026-08-24T20:09:37.953Z[ recovery-image] Aug 24 20:09:37.362 INFO O| Aug 24 20:09:37.362 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/shares"
91372026-08-24T20:09:37.956Z[ recovery-image] Aug 24 20:09:37.362 INFO O| Aug 24 20:09:37.362 INFO STEP 75 (remove_files) COMPLETE
91382026-08-24T20:09:37.956Z[ recovery-image] Aug 24 20:09:37.362 INFO O| Aug 24 20:09:37.362 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91392026-08-24T20:09:37.963Z[ recovery-image] Aug 24 20:09:37.372 INFO O| Aug 24 20:09:37.372 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/smb"
91402026-08-24T20:09:37.963Z[ recovery-image] Aug 24 20:09:37.372 INFO O| Aug 24 20:09:37.372 INFO STEP 76 (remove_files) COMPLETE
91412026-08-24T20:09:37.967Z[ recovery-image] Aug 24 20:09:37.372 INFO O| Aug 24 20:09:37.372 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91422026-08-24T20:09:37.976Z[ recovery-image] Aug 24 20:09:37.382 INFO O| Aug 24 20:09:37.382 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/application/management/net-snmp.xml"
91432026-08-24T20:09:37.976Z[ recovery-image] Aug 24 20:09:37.382 INFO O| Aug 24 20:09:37.382 INFO STEP 77 (remove_files) COMPLETE
91442026-08-24T20:09:37.982Z[ recovery-image] Aug 24 20:09:37.382 INFO O| Aug 24 20:09:37.382 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91452026-08-24T20:09:37.985Z[ recovery-image] Aug 24 20:09:37.392 INFO O| Aug 24 20:09:37.392 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/application/security/tcsd.xml"
91462026-08-24T20:09:37.985Z[ recovery-image] Aug 24 20:09:37.392 INFO O| Aug 24 20:09:37.392 INFO STEP 78 (remove_files) COMPLETE
91472026-08-24T20:09:37.985Z[ recovery-image] Aug 24 20:09:37.392 INFO O| Aug 24 20:09:37.392 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91482026-08-24T20:09:37.993Z[ recovery-image] Aug 24 20:09:37.402 INFO O| Aug 24 20:09:37.402 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/dns/install.xml"
91492026-08-24T20:09:37.993Z[ recovery-image] Aug 24 20:09:37.402 INFO O| Aug 24 20:09:37.402 INFO STEP 79 (remove_files) COMPLETE
91502026-08-24T20:09:37.993Z[ recovery-image] Aug 24 20:09:37.402 INFO O| Aug 24 20:09:37.402 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91512026-08-24T20:09:38.003Z[ recovery-image] Aug 24 20:09:37.412 INFO O| Aug 24 20:09:37.412 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/inetd-upgrade.xml"
91522026-08-24T20:09:38.004Z[ recovery-image] Aug 24 20:09:37.412 INFO O| Aug 24 20:09:37.412 INFO STEP 80 (remove_files) COMPLETE
91532026-08-24T20:09:38.004Z[ recovery-image] Aug 24 20:09:37.412 INFO O| Aug 24 20:09:37.412 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91542026-08-24T20:09:38.013Z[ recovery-image] Aug 24 20:09:37.422 INFO O| Aug 24 20:09:37.422 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/inetd.xml"
91552026-08-24T20:09:38.014Z[ recovery-image] Aug 24 20:09:37.422 INFO O| Aug 24 20:09:37.422 INFO STEP 81 (remove_files) COMPLETE
91562026-08-24T20:09:38.014Z[ recovery-image] Aug 24 20:09:37.422 INFO O| Aug 24 20:09:37.422 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91572026-08-24T20:09:38.023Z[ recovery-image] Aug 24 20:09:37.432 INFO O| Aug 24 20:09:37.432 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-install.xml"
91582026-08-24T20:09:38.023Z[ recovery-image] Aug 24 20:09:37.432 INFO O| Aug 24 20:09:37.432 INFO STEP 82 (remove_files) COMPLETE
91592026-08-24T20:09:38.023Z[ recovery-image] Aug 24 20:09:37.432 INFO O| Aug 24 20:09:37.432 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91602026-08-24T20:09:38.033Z[ recovery-image] Aug 24 20:09:37.442 INFO O| Aug 24 20:09:37.442 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-ipmp.xml"
91612026-08-24T20:09:38.033Z[ recovery-image] Aug 24 20:09:37.442 INFO O| Aug 24 20:09:37.442 INFO STEP 83 (remove_files) COMPLETE
91622026-08-24T20:09:38.033Z[ recovery-image] Aug 24 20:09:37.442 INFO O| Aug 24 20:09:37.442 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91632026-08-24T20:09:38.044Z[ recovery-image] Aug 24 20:09:37.452 INFO O| Aug 24 20:09:37.452 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-iptun.xml"
91642026-08-24T20:09:38.044Z[ recovery-image] Aug 24 20:09:37.452 INFO O| Aug 24 20:09:37.452 INFO STEP 84 (remove_files) COMPLETE
91652026-08-24T20:09:38.044Z[ recovery-image] Aug 24 20:09:37.452 INFO O| Aug 24 20:09:37.452 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91662026-08-24T20:09:38.057Z[ recovery-image] Aug 24 20:09:37.462 INFO O| Aug 24 20:09:37.462 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-location.xml"
91672026-08-24T20:09:38.057Z[ recovery-image] Aug 24 20:09:37.462 INFO O| Aug 24 20:09:37.462 INFO STEP 85 (remove_files) COMPLETE
91682026-08-24T20:09:38.057Z[ recovery-image] Aug 24 20:09:37.462 INFO O| Aug 24 20:09:37.462 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91692026-08-24T20:09:38.063Z[ recovery-image] Aug 24 20:09:37.472 INFO O| Aug 24 20:09:37.472 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-netcfg.xml"
91702026-08-24T20:09:38.063Z[ recovery-image] Aug 24 20:09:37.472 INFO O| Aug 24 20:09:37.472 INFO STEP 86 (remove_files) COMPLETE
91712026-08-24T20:09:38.063Z[ recovery-image] Aug 24 20:09:37.472 INFO O| Aug 24 20:09:37.472 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91722026-08-24T20:09:38.074Z[ recovery-image] Aug 24 20:09:37.482 INFO O| Aug 24 20:09:37.482 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/routing/rdisc.xml"
91732026-08-24T20:09:38.074Z[ recovery-image] Aug 24 20:09:37.483 INFO O| Aug 24 20:09:37.482 INFO STEP 87 (remove_files) COMPLETE
91742026-08-24T20:09:38.077Z[ recovery-image] Aug 24 20:09:37.483 INFO O| Aug 24 20:09:37.483 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91752026-08-24T20:09:38.084Z[ recovery-image] Aug 24 20:09:37.493 INFO O| Aug 24 20:09:37.493 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/varpd.xml"
91762026-08-24T20:09:38.084Z[ recovery-image] Aug 24 20:09:37.493 INFO O| Aug 24 20:09:37.493 INFO STEP 88 (remove_files) COMPLETE
91772026-08-24T20:09:38.087Z[ recovery-image] Aug 24 20:09:37.493 INFO O| Aug 24 20:09:37.493 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91782026-08-24T20:09:38.099Z[ recovery-image] Aug 24 20:09:37.503 INFO O| Aug 24 20:09:37.503 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/allocate.xml"
91792026-08-24T20:09:38.099Z[ recovery-image] Aug 24 20:09:37.503 INFO O| Aug 24 20:09:37.503 INFO STEP 89 (remove_files) COMPLETE
91802026-08-24T20:09:38.099Z[ recovery-image] Aug 24 20:09:37.503 INFO O| Aug 24 20:09:37.503 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91812026-08-24T20:09:38.104Z[ recovery-image] Aug 24 20:09:37.513 INFO O| Aug 24 20:09:37.513 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/devices-audio.xml"
91822026-08-24T20:09:38.104Z[ recovery-image] Aug 24 20:09:37.513 INFO O| Aug 24 20:09:37.513 INFO STEP 90 (remove_files) COMPLETE
91832026-08-24T20:09:38.104Z[ recovery-image] Aug 24 20:09:37.513 INFO O| Aug 24 20:09:37.513 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91842026-08-24T20:09:38.115Z[ recovery-image] Aug 24 20:09:37.523 INFO O| Aug 24 20:09:37.523 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
91852026-08-24T20:09:38.115Z[ recovery-image] Aug 24 20:09:37.523 INFO O| Aug 24 20:09:37.523 INFO STEP 91 (remove_files) COMPLETE
91862026-08-24T20:09:38.115Z[ recovery-image] Aug 24 20:09:37.523 INFO O| Aug 24 20:09:37.523 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91872026-08-24T20:09:38.124Z[ recovery-image] Aug 24 20:09:37.533 INFO O| Aug 24 20:09:37.532 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sndstat"
91882026-08-24T20:09:38.124Z[ recovery-image] Aug 24 20:09:37.533 INFO O| Aug 24 20:09:37.533 INFO STEP 92 (remove_files) COMPLETE
91892026-08-24T20:09:38.124Z[ recovery-image] Aug 24 20:09:37.533 INFO O| Aug 24 20:09:37.533 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91902026-08-24T20:09:38.144Z[ recovery-image] Aug 24 20:09:37.553 INFO O| Aug 24 20:09:37.552 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
91912026-08-24T20:09:38.144Z[ recovery-image] Aug 24 20:09:37.553 INFO O| Aug 24 20:09:37.553 INFO STEP 93 (remove_files) COMPLETE
91922026-08-24T20:09:38.144Z[ recovery-image] Aug 24 20:09:37.553 INFO O| Aug 24 20:09:37.553 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91932026-08-24T20:09:38.155Z[ recovery-image] Aug 24 20:09:37.564 INFO O| Aug 24 20:09:37.564 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/hostid.xml"
91942026-08-24T20:09:38.155Z[ recovery-image] Aug 24 20:09:37.564 INFO O| Aug 24 20:09:37.564 INFO STEP 94 (remove_files) COMPLETE
91952026-08-24T20:09:38.158Z[ recovery-image] Aug 24 20:09:37.564 INFO O| Aug 24 20:09:37.564 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91962026-08-24T20:09:38.178Z[ recovery-image] Aug 24 20:09:37.575 INFO O| Aug 24 20:09:37.575 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/idmap.xml"
91972026-08-24T20:09:38.178Z[ recovery-image] Aug 24 20:09:37.575 INFO O| Aug 24 20:09:37.575 INFO STEP 95 (remove_files) COMPLETE
91982026-08-24T20:09:38.181Z[ recovery-image] Aug 24 20:09:37.575 INFO O| Aug 24 20:09:37.575 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91992026-08-24T20:09:38.181Z[ recovery-image] Aug 24 20:09:37.585 INFO O| Aug 24 20:09:37.585 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/pkgserv.xml"
92002026-08-24T20:09:38.181Z[ recovery-image] Aug 24 20:09:37.585 INFO O| Aug 24 20:09:37.585 INFO STEP 96 (remove_files) COMPLETE
92012026-08-24T20:09:38.181Z[ recovery-image] Aug 24 20:09:37.585 INFO O| Aug 24 20:09:37.585 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92022026-08-24T20:09:38.186Z[ recovery-image] Aug 24 20:09:37.595 INFO O| Aug 24 20:09:37.594 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/zones.xml"
92032026-08-24T20:09:38.186Z[ recovery-image] Aug 24 20:09:37.595 INFO O| Aug 24 20:09:37.595 INFO STEP 97 (remove_files) COMPLETE
92042026-08-24T20:09:38.186Z[ recovery-image] Aug 24 20:09:37.595 INFO O| Aug 24 20:09:37.595 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92052026-08-24T20:09:38.197Z[ recovery-image] Aug 24 20:09:37.606 INFO O| Aug 24 20:09:37.606 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/intrd.xml"
92062026-08-24T20:09:38.197Z[ recovery-image] Aug 24 20:09:37.606 INFO O| Aug 24 20:09:37.606 INFO STEP 98 (remove_files) COMPLETE
92072026-08-24T20:09:38.197Z[ recovery-image] Aug 24 20:09:37.606 INFO O| Aug 24 20:09:37.606 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92082026-08-24T20:09:38.209Z[ recovery-image] Aug 24 20:09:37.616 INFO O| Aug 24 20:09:37.616 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/chrony.xml"
92092026-08-24T20:09:38.209Z[ recovery-image] Aug 24 20:09:37.616 INFO O| Aug 24 20:09:37.616 INFO STEP 99 (remove_files) COMPLETE
92102026-08-24T20:09:38.212Z[ recovery-image] Aug 24 20:09:37.616 INFO O| Aug 24 20:09:37.616 INFO STEP 100: seed_smf, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
92112026-08-24T20:09:38.222Z[ recovery-image] Aug 24 20:09:37.631 INFO O| Aug 24 20:09:37.631 INFO file /rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db does not already exist, skipping removal
92122026-08-24T20:09:38.222Z[ recovery-image] Aug 24 20:09:37.631 INFO O| Aug 24 20:09:37.631 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest"], env: {"SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "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"}
92132026-08-24T20:09:39.264Z[ host-image] Aug 24 20:09:38.661 INFO O| install = pkg://helios/SUNWcs@0.5.11-3.0.24213:20260824T152232Z
92142026-08-24T20:09:39.264Z[ host-image] Aug 24 20:09:38.661 INFO O| install = pkg://helios/SUNWcsd@0.5.11-3.0.24213:20260824T152232Z
92152026-08-24T20:09:39.264Z[ host-image] Aug 24 20:09:38.661 INFO O| install = pkg://helios/compress/brotli@1.1.0-3.0:20260212T145231Z
92162026-08-24T20:09:39.264Z[ host-image] Aug 24 20:09:38.661 INFO O| install = pkg://helios/compress/bzip2@1.0.8-3.0:20260212T145211Z
92172026-08-24T20:09:39.264Z[ host-image] Aug 24 20:09:38.661 INFO O| install = pkg://helios/compress/gzip@1.14-3.0:20260212T145233Z
92182026-08-24T20:09:39.264Z[ host-image] Aug 24 20:09:38.661 INFO O| install = pkg://helios/compress/lz4@1.10.0-3.0:20260212T145227Z
92192026-08-24T20:09:39.264Z[ host-image] Aug 24 20:09:38.661 INFO O| install = pkg://helios/compress/xz@5.8.1-3.0:20260212T145332Z
92202026-08-24T20:09:39.264Z[ host-image] Aug 24 20:09:38.661 INFO O| install = pkg://helios/compress/zstd@1.5.7-3.0:20260212T145316Z
92212026-08-24T20:09:39.264Z[ host-image] Aug 24 20:09:38.662 INFO O| install = pkg://helios/consolidation/oxide/omicron-release-incorporation@23.0.0.0-3.0:20260824T195558Z
92222026-08-24T20:09:39.264Z[ host-image] Aug 24 20:09:38.662 INFO O| install = pkg://helios/consolidation/oxide/omicron1-brand-incorporation@1.0.26-3.0:20260506T112535Z
92232026-08-24T20:09:39.264Z[ host-image] Aug 24 20:09:38.662 INFO O| install = pkg://helios/database/sqlite-3@3.49.1-3.0:20260212T145531Z
92242026-08-24T20:09:39.264Z[ host-image] Aug 24 20:09:38.662 INFO O| install = pkg://helios/developer/acpi@0.5.11-3.0.24213:20260824T152232Z
92252026-08-24T20:09:39.264Z[ host-image] Aug 24 20:09:38.663 INFO O| install = pkg://helios/developer/debug/mdb@0.5.11-3.0.24213:20260824T152233Z
92262026-08-24T20:09:39.264Z[ host-image] Aug 24 20:09:38.663 INFO O| install = pkg://helios/developer/dtrace@0.5.11-3.0.24213:20260824T152233Z
92272026-08-24T20:09:39.264Z[ host-image] Aug 24 20:09:38.663 INFO O| install = pkg://helios/developer/linker@0.5.11-3.0.24213:20260824T152233Z
92282026-08-24T20:09:39.264Z[ host-image] Aug 24 20:09:38.663 INFO O| install = pkg://helios/developer/macro/cpp@20240422-3.0:20260212T145401Z
92292026-08-24T20:09:39.264Z[ host-image] Aug 24 20:09:38.663 INFO O| install = pkg://helios/developer/object-file@0.5.11-3.0.24213:20260824T152233Z
92302026-08-24T20:09:39.264Z[ host-image] Aug 24 20:09:38.663 INFO O| install = pkg://helios/diagnostic/cpu-counters@0.5.11-3.0.24213:20260824T152233Z
92312026-08-24T20:09:39.264Z[ host-image] Aug 24 20:09:38.663 INFO O| install = pkg://helios/diagnostic/diskinfo@0.5.11-3.0.24213:20260824T152233Z
92322026-08-24T20:09:39.264Z[ host-image] Aug 24 20:09:38.663 INFO O| install = pkg://helios/diagnostic/pci@0.5.11-3.0.24213:20260824T152233Z
92332026-08-24T20:09:39.264Z[ host-image] Aug 24 20:09:38.663 INFO O| install = pkg://helios/driver/audio@0.5.11-3.0.24213:20260824T152234Z
92342026-08-24T20:09:39.264Z[ host-image] Aug 24 20:09:38.663 INFO O| install = pkg://helios/driver/cpu/amd/psp@0.5.11-3.0.24213:20260824T152234Z
92352026-08-24T20:09:39.264Z[ host-image] Aug 24 20:09:38.664 INFO O| install = pkg://helios/driver/cpu/amd/zen@0.5.11-3.0.24213:20260824T152234Z
92362026-08-24T20:09:39.264Z[ host-image] Aug 24 20:09:38.664 INFO O| install = pkg://helios/driver/cpu/sensor@0.5.11-3.0.24213:20260824T152234Z
92372026-08-24T20:09:39.265Z[ host-image] Aug 24 20:09:38.664 INFO O| install = pkg://helios/driver/gpio/amd/zen@0.5.11-3.0.24213:20260824T152234Z
92382026-08-24T20:09:39.265Z[ host-image] Aug 24 20:09:38.664 INFO O| install = pkg://helios/driver/ktest@0.5.11-3.0.24213:20260824T152234Z
92392026-08-24T20:09:39.265Z[ host-image] Aug 24 20:09:38.664 INFO O| install = pkg://helios/driver/misc/tofino@0.5.11-3.0.24213:20260824T152234Z
92402026-08-24T20:09:39.265Z[ host-image] Aug 24 20:09:38.664 INFO O| install = pkg://helios/driver/network/cxgbe@0.5.11-3.0.24213:20260824T152235Z
92412026-08-24T20:09:39.265Z[ host-image] Aug 24 20:09:38.664 INFO O| install = pkg://helios/driver/network/e1000g@0.5.11-3.0.24213:20260824T152235Z
92422026-08-24T20:09:39.265Z[ host-image] Aug 24 20:09:38.664 INFO O| install = pkg://helios/driver/network/igb@0.5.11-3.0.24213:20260824T152236Z
92432026-08-24T20:09:39.265Z[ host-image] Aug 24 20:09:38.664 INFO O| install = pkg://helios/driver/network/ixgbe@0.5.11-3.0.24213:20260824T152236Z
92442026-08-24T20:09:39.265Z[ host-image] Aug 24 20:09:38.664 INFO O| install = pkg://helios/driver/network/opte@0.41.506-3.0:20260813T182845Z
92452026-08-24T20:09:39.265Z[ host-image] Aug 24 20:09:38.664 INFO O| install = pkg://helios/driver/network/rge@0.5.11-3.0.24213:20260824T152236Z
92462026-08-24T20:09:39.265Z[ host-image] Aug 24 20:09:38.664 INFO O| install = pkg://helios/driver/oxide/os-rot@0.5.11-3.0.24213:20260824T152237Z
92472026-08-24T20:09:39.265Z[ host-image] Aug 24 20:09:38.664 INFO O| install = pkg://helios/driver/serial/usbser@0.5.11-3.0.24213:20260824T152237Z
92482026-08-24T20:09:39.265Z[ host-image] Aug 24 20:09:38.664 INFO O| install = pkg://helios/driver/storage/blkdev@0.5.11-3.0.24213:20260824T152238Z
92492026-08-24T20:09:39.265Z[ host-image] Aug 24 20:09:38.664 INFO O| install = pkg://helios/driver/storage/nvme@0.5.11-3.0.24213:20260824T152238Z
92502026-08-24T20:09:39.265Z[ host-image] Aug 24 20:09:38.664 INFO O| install = pkg://helios/driver/usb@0.5.11-3.0.24213:20260824T152239Z
92512026-08-24T20:09:39.265Z[ host-image] Aug 24 20:09:38.664 INFO O| install = pkg://helios/driver/x11/xsvc@0.5.11-3.0.24213:20260824T152239Z
92522026-08-24T20:09:39.265Z[ host-image] Aug 24 20:09:38.667 INFO O| install = pkg://helios/editor/vim@9.1.1202-3.0:20260212T145631Z
92532026-08-24T20:09:39.265Z[ host-image] Aug 24 20:09:38.667 INFO O| install = pkg://helios/install/beadm@0.5.11-3.0.24213:20260824T152239Z
92542026-08-24T20:09:39.265Z[ host-image] Aug 24 20:09:38.667 INFO O| install = pkg://helios/library/expat@2.7.2-3.0:20260212T145720Z
92552026-08-24T20:09:39.265Z[ host-image] Aug 24 20:09:38.667 INFO O| install = pkg://helios/library/libedit@3.1-3.0:20260212T145834Z
92562026-08-24T20:09:39.265Z[ host-image] Aug 24 20:09:38.668 INFO O| install = pkg://helios/library/libidn@1.43-3.0:20260212T150133Z
92572026-08-24T20:09:39.265Z[ host-image] Aug 24 20:09:38.668 INFO O| install = pkg://helios/library/libpsl@0.21.5-3.0:20260212T145919Z
92582026-08-24T20:09:39.265Z[ host-image] Aug 24 20:09:38.668 INFO O| install = pkg://helios/library/libtecla@1.6.0-3.0.24213:20260824T152239Z
92592026-08-24T20:09:39.265Z[ host-image] Aug 24 20:09:38.668 INFO O| install = pkg://helios/library/libtool/libltdl@2.5.4-3.0:20260212T153047Z
92602026-08-24T20:09:39.265Z[ host-image] Aug 24 20:09:38.668 INFO O| install = pkg://helios/library/libxml2@2.13.8-3.0:20260212T145937Z
92612026-08-24T20:09:39.265Z[ host-image] Aug 24 20:09:38.668 INFO O| install = pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z
92622026-08-24T20:09:39.265Z[ host-image] Aug 24 20:09:38.668 INFO O| install = pkg://helios/library/libxslt@1.1.42-3.0:20260212T150002Z
92632026-08-24T20:09:39.269Z[ host-image] Aug 24 20:09:38.672 INFO O| install = pkg://helios/library/ncurses@6.5.20240511-3.0:20260212T150321Z
92642026-08-24T20:09:39.269Z[ host-image] Aug 24 20:09:38.672 INFO O| install = pkg://helios/library/nghttp2@1.65.0-3.0:20260212T150101Z
92652026-08-24T20:09:39.269Z[ host-image] Aug 24 20:09:38.672 INFO O| install = pkg://helios/library/nspr@4.36-3.0:20260212T150052Z
92662026-08-24T20:09:39.269Z[ host-image] Aug 24 20:09:38.672 INFO O| install = pkg://helios/library/pcre@8.45-3.0:20260212T150116Z
92672026-08-24T20:09:39.269Z[ host-image] Aug 24 20:09:38.672 INFO O| install = pkg://helios/library/pcre2@10.45-3.0:20260212T150204Z
92682026-08-24T20:09:39.269Z[ host-image] Aug 24 20:09:38.672 INFO O| install = pkg://helios/library/readline@8.2.13-3.0:20260212T150529Z
92692026-08-24T20:09:39.275Z[ host-image] Aug 24 20:09:38.684 INFO O| install = pkg://helios/library/security/openssl-3@3.5.7-3.0:20260609T152445Z
92702026-08-24T20:09:39.275Z[ host-image] Aug 24 20:09:38.684 INFO O| install = pkg://helios/library/security/trousers@0.3.15-3.0:20260212T150509Z
92712026-08-24T20:09:39.275Z[ host-image] Aug 24 20:09:38.684 INFO O| install = pkg://helios/library/zlib@1.3.1-3.0:20260212T150415Z
92722026-08-24T20:09:39.279Z[ host-image] Aug 24 20:09:38.684 INFO O| install = pkg://helios/locale/en@0.5.11-3.0.24213:20260824T152240Z
92732026-08-24T20:09:39.279Z[ host-image] Aug 24 20:09:38.684 INFO O| install = pkg://helios/network/bridging@0.5.11-3.0.24213:20260824T152242Z
92742026-08-24T20:09:39.279Z[ host-image] Aug 24 20:09:38.685 INFO O| install = pkg://helios/network/dns/bind@9.18.35-3.0:20260212T150623Z
92752026-08-24T20:09:39.279Z[ host-image] Aug 24 20:09:38.685 INFO O| install = pkg://helios/network/netcat@0.5.11-3.0.24213:20260824T152243Z
92762026-08-24T20:09:39.279Z[ host-image] Aug 24 20:09:38.685 INFO O| install = pkg://helios/network/openssh@10.0.2-3.1:20260212T150612Z
92772026-08-24T20:09:39.279Z[ host-image] Aug 24 20:09:38.685 INFO O| install = pkg://helios/network/openssh-server@10.0.2-3.1:20260212T150627Z
92782026-08-24T20:09:39.279Z[ host-image] Aug 24 20:09:38.685 INFO O| install = pkg://helios/network/overwatch@0.1.0.42-3.0:20260226T161717Z
92792026-08-24T20:09:39.279Z[ host-image] Aug 24 20:09:38.685 INFO O| install = pkg://helios/network/rsync@3.4.4-3.0:20260630T201056Z
92802026-08-24T20:09:39.279Z[ host-image] Aug 24 20:09:38.685 INFO O| install = pkg://helios/network/snoop@0.5.11-3.0.24213:20260824T152243Z
92812026-08-24T20:09:39.279Z[ host-image] Aug 24 20:09:38.685 INFO O| install = pkg://helios/ooce/library/onig@6.9.10-3.0:20260212T173726Z
92822026-08-24T20:09:39.279Z[ host-image] Aug 24 20:09:38.686 INFO O| install = pkg://helios/ooce/library/postgresql-13@13.23-3.0:20260212T162452Z
92832026-08-24T20:09:39.279Z[ host-image] Aug 24 20:09:38.686 INFO O| install = pkg://helios/ooce/util/jq@1.8.1-3.0:20260212T184343Z
92842026-08-24T20:09:39.279Z[ host-image] Aug 24 20:09:38.686 INFO O| install = pkg://helios/oxide/platform-identity-cacerts@1.0-3.0:20260224T222206Z
92852026-08-24T20:09:39.279Z[ host-image] Aug 24 20:09:38.686 INFO O| install = pkg://helios/package/svr4@0.5.11-3.0.24213:20260824T152243Z
92862026-08-24T20:09:39.279Z[ host-image] Aug 24 20:09:38.686 INFO O| install = pkg://helios/release/name@0.5.11-3.0:20260226T173303Z
92872026-08-24T20:09:39.282Z[ host-image] Aug 24 20:09:38.690 INFO O| install = pkg://helios/runtime/perl@5.40.2-3.0:20260212T151017Z
92882026-08-24T20:09:39.282Z[ host-image] Aug 24 20:09:38.690 INFO O| install = pkg://helios/runtime/perl/module/sun-solaris@0.5.11-3.0.24213:20260824T152243Z
92892026-08-24T20:09:39.283Z[ host-image] Aug 24 20:09:38.691 INFO O| install = pkg://helios/service/fault-management@0.5.11-3.0.24213:20260824T152243Z
92902026-08-24T20:09:39.283Z[ host-image] Aug 24 20:09:38.691 INFO O| install = pkg://helios/service/file-system/smb@0.5.11-3.0.24213:20260824T152243Z
92912026-08-24T20:09:39.283Z[ host-image] Aug 24 20:09:38.691 INFO O| install = pkg://helios/service/network/chrony@4.6.1-3.0:20260212T150931Z
92922026-08-24T20:09:39.283Z[ host-image] Aug 24 20:09:38.691 INFO O| install = pkg://helios/service/picl@0.5.11-3.0.24213:20260824T152244Z
92932026-08-24T20:09:39.283Z[ host-image] Aug 24 20:09:38.691 INFO O| install = pkg://helios/service/resource-pools@0.5.11-3.0.24213:20260824T152244Z
92942026-08-24T20:09:39.283Z[ host-image] Aug 24 20:09:38.691 INFO O| install = pkg://helios/service/security/gss@0.5.11-3.0.24213:20260824T152244Z
92952026-08-24T20:09:39.283Z[ host-image] Aug 24 20:09:38.691 INFO O| install = pkg://helios/service/security/kerberos-5@0.5.11-3.0.24213:20260824T152244Z
92962026-08-24T20:09:39.286Z[ host-image] Aug 24 20:09:38.692 INFO O| install = pkg://helios/shell/bash@5.2.32-3.1:20260709T181950Z
92972026-08-24T20:09:39.286Z[ host-image] Aug 24 20:09:38.692 INFO O| install = pkg://helios/shell/ksh93@93.21.1.20120801-3.0.24213:20260824T152244Z
92982026-08-24T20:09:39.286Z[ host-image] Aug 24 20:09:38.692 INFO O| install = pkg://helios/system/bhyve@0.5.11-3.0.24213:20260824T152245Z
92992026-08-24T20:09:39.286Z[ host-image] Aug 24 20:09:38.692 INFO O| install = pkg://helios/system/bhyve/firmware@20241101-3.0:20260212T151705Z
93002026-08-24T20:09:39.286Z[ host-image] Aug 24 20:09:38.693 INFO O| install = pkg://helios/system/boot/loader@1.1-3.0.24213:20260824T152245Z
93012026-08-24T20:09:39.286Z[ host-image] Aug 24 20:09:38.693 INFO O| install = pkg://helios/system/data/console/fonts@0.5.11-3.0.24213:20260824T152245Z
93022026-08-24T20:09:39.286Z[ host-image] Aug 24 20:09:38.693 INFO O| install = pkg://helios/system/data/hardware-registry@2025.6.9-3.0.24213:20260824T152245Z
93032026-08-24T20:09:39.286Z[ host-image] Aug 24 20:09:38.693 INFO O| install = pkg://helios/system/data/keyboard/keytables@0.5.11-3.0.24213:20260824T152245Z
93042026-08-24T20:09:39.286Z[ host-image] Aug 24 20:09:38.695 INFO O| install = pkg://helios/system/data/terminfo@0.5.11-3.0.24213:20260824T152245Z
93052026-08-24T20:09:39.286Z[ host-image] Aug 24 20:09:38.695 INFO O| install = pkg://helios/system/data/urxvt-terminfo@9.31-3.0:20260212T151125Z
93062026-08-24T20:09:39.290Z[ host-image] Aug 24 20:09:38.695 INFO O| install = pkg://helios/system/data/zoneinfo@2026.3-3.0.24213:20260824T152245Z
93072026-08-24T20:09:39.290Z[ host-image] Aug 24 20:09:38.695 INFO O| install = pkg://helios/system/dpe@0.5.11-3.0.24213:20260824T152245Z
93082026-08-24T20:09:39.290Z[ host-image] Aug 24 20:09:38.696 INFO O| install = pkg://helios/system/extended-system-utilities@0.5.11-3.0.24213:20260824T152245Z
93092026-08-24T20:09:39.290Z[ host-image] Aug 24 20:09:38.696 INFO O| install = pkg://helios/system/ficl@4.1.0-3.0.24213:20260824T152245Z
93102026-08-24T20:09:39.290Z[ host-image] Aug 24 20:09:38.696 INFO O| install = pkg://helios/system/file-system/smb@0.5.11-3.0.24213:20260824T152245Z
93112026-08-24T20:09:39.290Z[ host-image] Aug 24 20:09:38.696 INFO O| install = pkg://helios/system/file-system/zfs@0.5.11-3.0.24213:20260824T152245Z
93122026-08-24T20:09:39.290Z[ host-image] Aug 24 20:09:38.696 INFO O| install = pkg://helios/system/gpio@0.5.11-3.0.24213:20260824T152246Z
93132026-08-24T20:09:39.290Z[ host-image] Aug 24 20:09:38.696 INFO O| install = pkg://helios/system/i2c@0.5.11-3.0.24213:20260824T152246Z
93142026-08-24T20:09:39.293Z[ host-image] Aug 24 20:09:38.699 INFO O| install = pkg://helios/system/kernel@0.5.11-3.0.24213:20260824T152246Z
93152026-08-24T20:09:39.293Z[ host-image] Aug 24 20:09:38.699 INFO O| install = pkg://helios/system/kernel/cpu-counters@0.5.11-3.0.24213:20260824T152246Z
93162026-08-24T20:09:39.293Z[ host-image] Aug 24 20:09:38.699 INFO O| install = pkg://helios/system/kernel/dtrace/providers@0.5.11-3.0.24213:20260824T152246Z
93172026-08-24T20:09:39.293Z[ host-image] Aug 24 20:09:38.699 INFO O| install = pkg://helios/system/kernel/platform@0.5.11-3.0.24213:20260824T152246Z
93182026-08-24T20:09:39.293Z[ host-image] Aug 24 20:09:38.699 INFO O| install = pkg://helios/system/ksensor@0.5.11-3.0.24213:20260824T152246Z
93192026-08-24T20:09:39.296Z[ host-image] Aug 24 20:09:38.705 INFO O| install = pkg://helios/system/library@0.5.11-3.0.24213:20260824T152248Z
93202026-08-24T20:09:39.296Z[ host-image] Aug 24 20:09:38.705 INFO O| install = pkg://helios/system/library/bhyve@0.5.11-3.0.24213:20260824T152246Z
93212026-08-24T20:09:39.296Z[ host-image] Aug 24 20:09:38.705 INFO O| install = pkg://helios/system/library/demangle@0.5.11-3.0.24213:20260824T152246Z
93222026-08-24T20:09:39.296Z[ host-image] Aug 24 20:09:38.705 INFO O| install = pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z
93232026-08-24T20:09:39.296Z[ host-image] Aug 24 20:09:38.705 INFO O| install = pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z
93242026-08-24T20:09:39.305Z[ host-image] Aug 24 20:09:38.714 INFO O| install = pkg://helios/system/library/iconv/utf-8@0.5.11-3.0.24213:20260824T152246Z
93252026-08-24T20:09:39.305Z[ host-image] Aug 24 20:09:38.714 INFO O| install = pkg://helios/system/library/libdbus@1.16.2-3.0:20260212T153054Z
93262026-08-24T20:09:39.305Z[ host-image] Aug 24 20:09:38.714 INFO O| install = pkg://helios/system/library/libdiskmgt@0.5.11-3.0.24213:20260824T152247Z
93272026-08-24T20:09:39.308Z[ host-image] Aug 24 20:09:38.714 INFO O| install = pkg://helios/system/library/libispi@0.5.11-3.0.24213:20260824T152247Z
93282026-08-24T20:09:39.308Z[ host-image] Aug 24 20:09:38.714 INFO O| install = pkg://helios/system/library/math@0.5.11-3.0.24213:20260824T152247Z
93292026-08-24T20:09:39.308Z[ host-image] Aug 24 20:09:38.714 INFO O| install = pkg://helios/system/library/mozilla-nss@3.110-3.0:20260212T151334Z
93302026-08-24T20:09:39.308Z[ host-image] Aug 24 20:09:38.714 INFO O| install = pkg://helios/system/library/pcap@1.10.5-3.0:20260212T151330Z
93312026-08-24T20:09:39.308Z[ host-image] Aug 24 20:09:38.714 INFO O| install = pkg://helios/system/library/security/gss@0.5.11-3.0.24213:20260824T152247Z
93322026-08-24T20:09:39.308Z[ host-image] Aug 24 20:09:38.714 INFO O| install = pkg://helios/system/library/security/gss/diffie-hellman@0.5.11-3.0.24213:20260824T152247Z
93332026-08-24T20:09:39.308Z[ host-image] Aug 24 20:09:38.714 INFO O| install = pkg://helios/system/library/security/gss/spnego@0.5.11-3.0.24213:20260824T152247Z
93342026-08-24T20:09:39.308Z[ host-image] Aug 24 20:09:38.715 INFO O| install = pkg://helios/system/library/security/libsasl@0.5.11-3.0.24213:20260824T152247Z
93352026-08-24T20:09:39.308Z[ host-image] Aug 24 20:09:38.715 INFO O| install = pkg://helios/system/library/storage/scsi-plugins@0.5.11-3.0.24213:20260824T152248Z
93362026-08-24T20:09:39.308Z[ host-image] Aug 24 20:09:38.715 INFO O| install = pkg://helios/system/man@0.5.11-3.0.24213:20260824T152248Z
93372026-08-24T20:09:39.308Z[ host-image] Aug 24 20:09:38.715 INFO O| install = pkg://helios/system/management/snmp/net-snmp@5.9.4-3.0:20260212T151432Z
93382026-08-24T20:09:39.308Z[ host-image] Aug 24 20:09:38.716 INFO O| install = pkg://helios/system/microcode/amd@20260724-3.0.24213:20260824T152248Z
93392026-08-24T20:09:39.308Z[ host-image] Aug 24 20:09:38.716 INFO O| install = pkg://helios/system/microcode/intel@20260512-3.0.24213:20260824T152248Z
93402026-08-24T20:09:39.308Z[ host-image] Aug 24 20:09:38.716 INFO O| install = pkg://helios/system/microcode/oxide@20260619-3.0.24213:20260824T152248Z
93412026-08-24T20:09:39.309Z[ host-image] Aug 24 20:09:38.716 INFO O| install = pkg://helios/system/network@0.5.11-3.0.24213:20260824T152249Z
93422026-08-24T20:09:39.309Z[ host-image] Aug 24 20:09:38.716 INFO O| install = pkg://helios/system/network/overlay@0.5.11-3.0.24213:20260824T152248Z
93432026-08-24T20:09:39.309Z[ host-image] Aug 24 20:09:38.716 INFO O| install = pkg://helios/system/network/routing@0.5.11-3.0.24213:20260824T152248Z
93442026-08-24T20:09:39.309Z[ host-image] Aug 24 20:09:38.716 INFO O| install = pkg://helios/system/prerequisite/gnu@0.5.11-3.0:20260212T151403Z
93452026-08-24T20:09:39.309Z[ host-image] Aug 24 20:09:38.716 INFO O| install = pkg://helios/system/watch@4.0.5-3.0:20260212T151501Z
93462026-08-24T20:09:39.309Z[ host-image] Aug 24 20:09:38.716 INFO O| install = pkg://helios/system/xopen/xcu4@0.5.11-3.0.24213:20260824T152250Z
93472026-08-24T20:09:39.309Z[ host-image] Aug 24 20:09:38.717 INFO O| install = pkg://helios/system/zones@0.5.11-3.0.24213:20260824T152250Z
93482026-08-24T20:09:39.309Z[ host-image] Aug 24 20:09:38.717 INFO O| install = pkg://helios/system/zones/brand/omicron1@1.0.26-3.0:20260506T112523Z
93492026-08-24T20:09:39.309Z[ host-image] Aug 24 20:09:38.717 INFO O| install = pkg://helios/terminal/resize@352-3.0:20260212T151456Z
93502026-08-24T20:09:39.309Z[ host-image] Aug 24 20:09:38.717 INFO O| install = pkg://helios/text/column@0.0.0.20181004-3.0:20260224T215736Z
93512026-08-24T20:09:39.309Z[ host-image] Aug 24 20:09:38.717 INFO O| install = pkg://helios/text/less@668-3.0:20260212T151713Z
93522026-08-24T20:09:39.309Z[ host-image] Aug 24 20:09:38.717 INFO O| install = pkg://helios/text/looker@0.1.0.15-3.0:20260224T221620Z
93532026-08-24T20:09:39.309Z[ host-image] Aug 24 20:09:38.717 INFO O| install = pkg://helios/web/ca-bundle@5.11-3.0:20260212T152502Z
93542026-08-24T20:09:39.312Z[ host-image] Aug 24 20:09:38.718 INFO O| install = pkg://helios/web/curl@8.21.0-3.0:20260630T200901Z
93552026-08-24T20:09:39.312Z[ host-image] Aug 24 20:09:38.718 INFO O| tempdir @ "/tmp/.tmp0Rkvof/tmp"
93562026-08-24T20:09:39.312Z[ host-image] Aug 24 20:09:38.718 INFO O| image root @ "/tmp/.tmp0Rkvof/tmp/root"
93572026-08-24T20:09:39.312Z[ host-image] Aug 24 20:09:38.718 INFO O| creating image...
93582026-08-24T20:09:41.929Z[verify-libraries] Compiling oso v0.27.3
93592026-08-24T20:09:43.401Z[ recovery-image] Aug 24 20:09:42.809 INFO O| Aug 24 20:09:42.809 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
93602026-08-24T20:09:43.401Z[ recovery-image] Aug 24 20:09:42.809 INFO O| Aug 24 20:09:42.809 INFO E| svccfg: Loaded 69 smf(7) service descriptions
93612026-08-24T20:09:43.415Z[ recovery-image] Aug 24 20:09:42.823 INFO O| Aug 24 20:09:42.823 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a", "SVCCFG_CHECKHASH": "1", "SVCCFG_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"}
93622026-08-24T20:09:43.532Z[ recovery-image] Aug 24 20:09:42.930 INFO O| Aug 24 20:09:42.930 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml"], env: {"SVCCFG_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a"}
93632026-08-24T20:09:43.581Z[ recovery-image] Aug 24 20:09:42.988 INFO O| Aug 24 20:09:42.988 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml"], env: {"SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a", "SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"}
93642026-08-24T20:09:43.610Z[ host-image] Aug 24 20:09:43.017 INFO O| copying publishers...
93652026-08-24T20:09:43.694Z[ recovery-image] Aug 24 20:09:43.091 INFO O| Aug 24 20:09:43.056 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/repository.db does not exist
93662026-08-24T20:09:43.703Z[ recovery-image] Aug 24 20:09:43.091 INFO O| Aug 24 20:09:43.056 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 ...
93672026-08-24T20:09:43.704Z[ recovery-image] Aug 24 20:09:43.091 INFO O| Aug 24 20:09:43.057 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/repository.db
93682026-08-24T20:09:43.704Z[ recovery-image] Aug 24 20:09:43.091 INFO O| Aug 24 20:09:43.057 INFO ok!
93692026-08-24T20:09:43.704Z[ recovery-image] Aug 24 20:09:43.091 INFO O| Aug 24 20:09:43.057 INFO file /rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db exists (as File), removing
93702026-08-24T20:09:43.704Z[ recovery-image] Aug 24 20:09:43.091 INFO O| Aug 24 20:09:43.057 INFO STEP 100 (seed_smf) COMPLETE
93712026-08-24T20:09:43.704Z[ recovery-image] Aug 24 20:09:43.091 INFO O| Aug 24 20:09:43.057 INFO steps complete; finalising image!
93722026-08-24T20:09:43.704Z[ recovery-image] Aug 24 20:09:43.091 INFO O| Aug 24 20:09:43.057 INFO TRIM POOL: TEMPORARY-sled-zfs-recovery
93732026-08-24T20:09:43.711Z[ recovery-image] Aug 24 20:09:43.119 INFO O| Aug 24 20:09:43.119 INFO trim TEMPORARY-sled-zfs-recovery: (0% trimmed, started at Mon Aug 24 20:09:43 2026)
93742026-08-24T20:09:43.919Z[ recovery-image] Aug 24 20:09:43.326 INFO O| Aug 24 20:09:43.326 INFO trim TEMPORARY-sled-zfs-recovery: (70% trimmed, started at Mon Aug 24 20:09:43 2026)
93752026-08-24T20:09:44.165Z[ recovery-image] Aug 24 20:09:43.564 INFO O| Aug 24 20:09:43.564 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Mon Aug 24 20:09:43 2026)
93762026-08-24T20:09:44.380Z[ recovery-image] Aug 24 20:09:43.789 INFO O| Aug 24 20:09:43.789 INFO temporary pool has 497M used, 1.26G avail, 1.00x compressratio
93772026-08-24T20:09:44.381Z[ recovery-image] Aug 24 20:09:43.789 INFO O| Aug 24 20:09:43.789 INFO EXPORT POOL: TEMPORARY-sled-zfs-recovery
93782026-08-24T20:09:45.076Z[ recovery-image] Aug 24 20:09:44.485 INFO O| Aug 24 20:09:44.449 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
93792026-08-24T20:09:45.076Z[ recovery-image] Aug 24 20:09:44.485 INFO O| Aug 24 20:09:44.449 INFO file /rpool/images/build/recovery/output/sled-zfs-recovery.raw does not already exist, skipping removal
93802026-08-24T20:09:47.772Z[ recovery-image] Aug 24 20:09:47.180 INFO O| Aug 24 20:09:47.179 INFO perms are 1600, should be 644, path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
93812026-08-24T20:09:47.772Z[ recovery-image] Aug 24 20:09:47.181 INFO O| Aug 24 20:09:47.179 INFO chmod ok, path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
93822026-08-24T20:09:47.777Z[ recovery-image] Aug 24 20:09:47.181 INFO O| Aug 24 20:09:47.179 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
93832026-08-24T20:09:47.777Z[ recovery-image] Aug 24 20:09:47.181 INFO O| Aug 24 20:09:47.179 INFO completed processing sled/zfs-recovery
93842026-08-24T20:09:47.777Z[ recovery-image] Aug 24 20:09:47.181 INFO O| Aug 24 20:09:47.179 INFO DESTROY DATASET: rpool/images/build/recovery/work/sled/zfs-recovery
93852026-08-24T20:09:47.853Z[ host-image] Aug 24 20:09:47.254 INFO O| adding properties...
93862026-08-24T20:09:48.438Z[ recovery-image] Aug 24 20:09:47.845 INFO O| Aug 24 20:09:47.843 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/zfs-recovery
93872026-08-24T20:09:48.591Z[ recovery-image] Aug 24 20:09:47.999 INFO BUILD STRING "heads/stlouis-0-g9ef5f08df1\n"
93882026-08-24T20:09:48.591Z[ recovery-image] Aug 24 20:09:47.999 INFO expanded image name: "recovery dd9b78d/${os_short_commit} 2026-08-24 19:55" -> "recovery dd9b78d/9ef5f08 2026-08-24 19:55"
93892026-08-24T20:09:48.591Z[ recovery-image] Aug 24 20:09:47.999 INFO output artefacts stored in: "/work/os-recovery"
93902026-08-24T20:09:48.609Z[ recovery-image] Aug 24 20:09:48.000 INFO collecting git info from project "pinprick"...
93912026-08-24T20:09:48.609Z[ recovery-image] Aug 24 20:09:48.007 INFO collecting git info from project "pilot"...
93922026-08-24T20:09:48.613Z[ recovery-image] Aug 24 20:09:48.017 INFO collecting git info from project "dmar-report"...
93932026-08-24T20:09:48.624Z[ recovery-image] Aug 24 20:09:48.028 INFO collecting git info from project "amd-host-image-builder"...
93942026-08-24T20:09:48.663Z[ recovery-image] Aug 24 20:09:48.070 INFO collecting git info from project "image-builder"...
93952026-08-24T20:09:48.670Z[ recovery-image] Aug 24 20:09:48.078 INFO collecting git info from project "amd-firmware"...
93962026-08-24T20:09:49.060Z[ recovery-image] Aug 24 20:09:48.465 INFO collecting git info from project "phbl"...
93972026-08-24T20:09:49.065Z[ recovery-image] Aug 24 20:09:48.473 INFO collecting git info from project "chelsio-t6-roms"...
93982026-08-24T20:09:49.067Z[ host-image] Aug 24 20:09:48.476 INFO O| installing packages...
93992026-08-24T20:09:49.082Z[ recovery-image] Aug 24 20:09:48.490 INFO collecting git info from project "bootserver"...
94002026-08-24T20:09:49.089Z[ recovery-image] Aug 24 20:09:48.498 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
94012026-08-24T20:09:49.680Z[verify-libraries] Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
94022026-08-24T20:09:49.718Z[ recovery-image] Aug 24 20:09:49.127 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
94032026-08-24T20:09:49.790Z[verify-libraries] Compiling tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
94042026-08-24T20:09:50.130Z[ recovery-image] Aug 24 20:09:49.539 INFO creating Oxide boot image...
94052026-08-24T20:09:50.130Z[ recovery-image] Aug 24 20:09:49.539 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/recovery/output/sled-zfs-recovery.raw", "-N", "recovery dd9b78d/9ef5f08 2026-08-24 19:55", "-o", "/work/os-recovery/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.recovery/boot_image_csum", "-s", "4096", "-z"], pwd: None
94062026-08-24T20:10:00.131Z[verify-libraries] Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
94072026-08-24T20:10:01.593Z[verify-libraries] Compiling oximeter-load-test v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oximeter-load-test)
94082026-08-24T20:10:01.830Z[verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
94092026-08-24T20:10:02.132Z[verify-libraries] Compiling reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
94102026-08-24T20:10:04.293Z[ host-image] Aug 24 20:10:03.701 INFO O| seeding SMF database...
94112026-08-24T20:10:04.631Z[verify-libraries] Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
94122026-08-24T20:10:04.757Z[verify-libraries] Compiling omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
94132026-08-24T20:10:09.065Z[ host-image] Aug 24 20:10:08.470 INFO O| configuring SMF profile...
94142026-08-24T20:10:09.066Z[ host-image] Aug 24 20:10:08.470 INFO O| modifying shadow(5)...
94152026-08-24T20:10:09.066Z[ host-image] Aug 24 20:10:08.470 INFO O| loading user and group database...
94162026-08-24T20:10:09.066Z[ host-image] Aug 24 20:10:08.471 INFO O| loading facet selections...
94172026-08-24T20:10:09.424Z[ host-image] Aug 24 20:10:08.831 INFO O| devel -> true
94182026-08-24T20:10:09.424Z[ host-image] Aug 24 20:10:08.831 INFO O| doc.man -> true
94192026-08-24T20:10:09.425Z[ host-image] Aug 24 20:10:08.831 INFO O| version-lock.shell/ksh93 -> true
94202026-08-24T20:10:09.434Z[ host-image] Aug 24 20:10:08.831 INFO O| version-lock.system/data/hardware-registry -> true
94212026-08-24T20:10:09.434Z[ host-image] Aug 24 20:10:08.831 INFO O| version-lock.system/data/zoneinfo -> true
94222026-08-24T20:10:09.434Z[ host-image] Aug 24 20:10:08.831 INFO O| version-lock.system/microcode/amd -> true
94232026-08-24T20:10:09.434Z[ host-image] Aug 24 20:10:08.831 INFO O| version-lock.system/microcode/intel -> true
94242026-08-24T20:10:09.435Z[ host-image] Aug 24 20:10:08.831 INFO O| version-lock.system/microcode/oxide -> true
94252026-08-24T20:10:09.435Z[ host-image] Aug 24 20:10:08.831 INFO O| assessing packaged files...
94262026-08-24T20:10:09.936Z[verify-libraries] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
94272026-08-24T20:10:14.780Z[verify-libraries] Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
94282026-08-24T20:10:14.809Z[ host-image] Aug 24 20:10:11.053 INFO O| creating archive...
94292026-08-24T20:10:14.809Z[ host-image] Aug 24 20:10:11.085 INFO O| missing from packaging:
94302026-08-24T20:10:14.809Z[ host-image] Aug 24 20:10:11.085 INFO O| "etc/.pwd.lock"
94312026-08-24T20:10:14.809Z[ host-image] Aug 24 20:10:11.085 INFO O| "etc/bash"
94322026-08-24T20:10:14.809Z[ host-image] Aug 24 20:10:11.089 INFO O| "etc/svc/profile/generic.xml"
94332026-08-24T20:10:14.809Z[ host-image] Aug 24 20:10:11.089 INFO O| "etc/svc/profile/inetd_services.xml"
94342026-08-24T20:10:14.809Z[ host-image] Aug 24 20:10:11.089 INFO O| "etc/svc/profile/name_service.xml"
94352026-08-24T20:10:14.809Z[ host-image] Aug 24 20:10:11.089 INFO O| "etc/svc/profile/platform.xml"
94362026-08-24T20:10:14.809Z[ host-image] Aug 24 20:10:11.089 INFO O| "etc/svc/profile/platform_omicron1.xml"
94372026-08-24T20:10:14.809Z[ host-image] Aug 24 20:10:11.089 INFO O| "etc/svc/repository.db"
94382026-08-24T20:10:14.809Z[ host-image] Aug 24 20:10:11.096 INFO O| "opt/ooce/share"
94392026-08-24T20:10:14.809Z[ host-image] Aug 24 20:10:11.096 INFO O| "opt/ooce/share/man"
94402026-08-24T20:10:14.810Z[ host-image] Aug 24 20:10:11.096 INFO O| "opt/ooce/share/man/man1"
94412026-08-24T20:10:14.810Z[ host-image] Aug 24 20:10:11.105 INFO O| finishing archive...
94422026-08-24T20:10:14.810Z[verify-libraries] Compiling corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust)
94432026-08-24T20:10:14.810Z[ host-image] Aug 24 20:10:13.753 INFO O| creating gzonly manifest...
94442026-08-24T20:10:14.810Z[ host-image] Aug 24 20:10:13.760 INFO O| ok
94452026-08-24T20:10:14.810Z[ host-image] Aug 24 20:10:14.012 INFO image builder template: ramdisk-02-trim...
94462026-08-24T20:10:14.810Z[ host-image] Aug 24 20:10:14.012 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/.tmp0Z1tUc/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@23.0.0.0", "-F", "optever=0.41.506", "-n", "ramdisk-02-trim"], pwd: None
94472026-08-24T20:10:14.810Z[ host-image] Aug 24 20:10:14.032 INFO O| Aug 24 20:10:14.032 INFO temporary dataset: rpool/images/build/host/tmp/sled/ramdisk-02-trim
94482026-08-24T20:10:14.810Z[ host-image] Aug 24 20:10:14.036 INFO O| Aug 24 20:10:14.035 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/ramdisk-02-trim
94492026-08-24T20:10:16.202Z[ host-image] Aug 24 20:10:15.610 INFO O| Aug 24 20:10:15.610 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/ramdisk-02-trim: sync = disabled
94502026-08-24T20:10:17.219Z[ host-image] Aug 24 20:10:16.622 INFO O| Aug 24 20:10:16.622 INFO temporary directory: /rpool/images/build/host/tmp/sled/ramdisk-02-trim
94512026-08-24T20:10:17.220Z[ host-image] Aug 24 20:10:16.623 INFO O| Aug 24 20:10:16.622 INFO work dataset: rpool/images/build/host/work/sled/ramdisk
94522026-08-24T20:10:17.223Z[ host-image] Aug 24 20:10:16.628 INFO O| Aug 24 20:10:16.628 INFO looking for output snapshot rpool/images/build/host/work/sled/ramdisk@trim
94532026-08-24T20:10:17.229Z[ host-image] Aug 24 20:10:16.632 INFO O| Aug 24 20:10:16.632 INFO looking for input snapshot rpool/images/build/host/work/sled/ramdisk@os
94542026-08-24T20:10:17.233Z[ host-image] Aug 24 20:10:16.640 INFO O| Aug 24 20:10:16.640 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@os
94552026-08-24T20:10:19.053Z[ host-image] Aug 24 20:10:18.461 INFO O| Aug 24 20:10:18.461 INFO rolled back to input snapshot; work may begin
94562026-08-24T20:10:19.054Z[ host-image] Aug 24 20:10:18.462 INFO O| Aug 24 20:10:18.461 INFO CREATE DATASET: rpool/images/build/host/work/sled/ramdisk
94572026-08-24T20:10:19.058Z[ host-image] Aug 24 20:10:18.466 INFO O| Aug 24 20:10:18.466 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94582026-08-24T20:10:19.064Z[ host-image] Aug 24 20:10:18.472 INFO O| Aug 24 20:10:18.472 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/var/pkg"
94592026-08-24T20:10:19.101Z[ host-image] Aug 24 20:10:18.509 INFO O| Aug 24 20:10:18.509 INFO STEP 0 (remove_files) COMPLETE
94602026-08-24T20:10:19.102Z[ host-image] Aug 24 20:10:18.509 INFO O| Aug 24 20:10:18.509 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94612026-08-24T20:10:19.109Z[ host-image] Aug 24 20:10:18.517 INFO O| Aug 24 20:10:18.517 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/xpg4"
94622026-08-24T20:10:19.113Z[ host-image] Aug 24 20:10:18.518 INFO O| Aug 24 20:10:18.518 INFO STEP 1 (remove_files) COMPLETE
94632026-08-24T20:10:19.113Z[ host-image] Aug 24 20:10:18.518 INFO O| Aug 24 20:10:18.518 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94642026-08-24T20:10:19.118Z[ host-image] Aug 24 20:10:18.526 INFO O| Aug 24 20:10:18.526 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/include"
94652026-08-24T20:10:19.131Z[ host-image] Aug 24 20:10:18.539 INFO O| Aug 24 20:10:18.539 INFO STEP 2 (remove_files) COMPLETE
94662026-08-24T20:10:19.131Z[ host-image] Aug 24 20:10:18.539 INFO O| Aug 24 20:10:18.539 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94672026-08-24T20:10:19.137Z[ host-image] Aug 24 20:10:18.546 INFO O| Aug 24 20:10:18.546 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/demo"
94682026-08-24T20:10:19.141Z[ host-image] Aug 24 20:10:18.547 INFO O| Aug 24 20:10:18.547 INFO STEP 3 (remove_files) COMPLETE
94692026-08-24T20:10:19.141Z[ host-image] Aug 24 20:10:18.547 INFO O| Aug 24 20:10:18.547 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94702026-08-24T20:10:19.145Z[ host-image] Aug 24 20:10:18.553 INFO O| Aug 24 20:10:18.553 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/help"
94712026-08-24T20:10:19.149Z[ host-image] Aug 24 20:10:18.556 INFO O| Aug 24 20:10:18.556 INFO STEP 4 (remove_files) COMPLETE
94722026-08-24T20:10:19.149Z[ host-image] Aug 24 20:10:18.556 INFO O| Aug 24 20:10:18.556 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94732026-08-24T20:10:19.153Z[ host-image] Aug 24 20:10:18.562 INFO O| Aug 24 20:10:18.562 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/doc"
94742026-08-24T20:10:19.157Z[ host-image] Aug 24 20:10:18.564 INFO O| Aug 24 20:10:18.564 INFO STEP 5 (remove_files) COMPLETE
94752026-08-24T20:10:19.157Z[ host-image] Aug 24 20:10:18.564 INFO O| Aug 24 20:10:18.564 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94762026-08-24T20:10:19.161Z[ host-image] Aug 24 20:10:18.569 INFO O| Aug 24 20:10:18.569 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/bash-completion"
94772026-08-24T20:10:19.170Z[ host-image] Aug 24 20:10:18.579 INFO O| Aug 24 20:10:18.578 INFO STEP 6 (remove_files) COMPLETE
94782026-08-24T20:10:19.174Z[ host-image] Aug 24 20:10:18.579 INFO O| Aug 24 20:10:18.578 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94792026-08-24T20:10:19.174Z[ host-image] Aug 24 20:10:18.579 INFO O| Aug 24 20:10:18.579 INFO skip step because feature "heliosv2" is not enabled
94802026-08-24T20:10:19.174Z[ host-image] Aug 24 20:10:18.579 INFO O| Aug 24 20:10:18.579 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94812026-08-24T20:10:19.178Z[ host-image] Aug 24 20:10:18.585 INFO O| Aug 24 20:10:18.585 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/perl5/5.40/man"
94822026-08-24T20:10:19.187Z[ host-image] Aug 24 20:10:18.596 INFO O| Aug 24 20:10:18.596 INFO STEP 8 (remove_files) COMPLETE
94832026-08-24T20:10:19.191Z[ host-image] Aug 24 20:10:18.596 INFO O| Aug 24 20:10:18.596 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94842026-08-24T20:10:19.196Z[ host-image] Aug 24 20:10:18.605 INFO O| Aug 24 20:10:18.605 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/man/man3ssl"
94852026-08-24T20:10:19.263Z[ host-image] Aug 24 20:10:18.671 INFO O| Aug 24 20:10:18.671 INFO STEP 9 (remove_files) COMPLETE
94862026-08-24T20:10:19.263Z[ host-image] Aug 24 20:10:18.671 INFO O| Aug 24 20:10:18.671 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94872026-08-24T20:10:19.271Z[ host-image] Aug 24 20:10:18.680 INFO O| Aug 24 20:10:18.680 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/ssl-3/man"
94882026-08-24T20:10:19.355Z[ host-image] Aug 24 20:10:18.762 INFO O| Aug 24 20:10:18.762 INFO STEP 10 (remove_files) COMPLETE
94892026-08-24T20:10:19.355Z[ host-image] Aug 24 20:10:18.762 INFO O| Aug 24 20:10:18.762 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94902026-08-24T20:10:19.425Z[ host-image] Aug 24 20:10:18.771 INFO O| Aug 24 20:10:18.771 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/etc/net-snmp"
94912026-08-24T20:10:19.425Z[ host-image] Aug 24 20:10:18.774 INFO O| Aug 24 20:10:18.774 INFO STEP 11 (remove_files) COMPLETE
94922026-08-24T20:10:19.425Z[ host-image] Aug 24 20:10:18.774 INFO O| Aug 24 20:10:18.774 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94932026-08-24T20:10:19.425Z[ host-image] Aug 24 20:10:18.782 INFO O| Aug 24 20:10:18.782 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/bin/i386"
94942026-08-24T20:10:19.426Z[ host-image] Aug 24 20:10:18.782 INFO O| Aug 24 20:10:18.782 INFO STEP 12 (remove_files) COMPLETE
94952026-08-24T20:10:19.426Z[ host-image] Aug 24 20:10:18.782 INFO O| Aug 24 20:10:18.782 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94962026-08-24T20:10:19.426Z[ host-image] Aug 24 20:10:18.791 INFO O| Aug 24 20:10:18.791 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/platform/i86xpv"
94972026-08-24T20:10:19.426Z[ host-image] Aug 24 20:10:18.792 INFO O| Aug 24 20:10:18.792 INFO STEP 13 (remove_files) COMPLETE
94982026-08-24T20:10:19.426Z[ host-image] Aug 24 20:10:18.792 INFO O| Aug 24 20:10:18.792 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94992026-08-24T20:10:19.426Z[ host-image] Aug 24 20:10:18.804 INFO O| Aug 24 20:10:18.804 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgport.a"
95002026-08-24T20:10:19.426Z[ host-image] Aug 24 20:10:18.805 INFO O| Aug 24 20:10:18.805 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libecpg.a"
95012026-08-24T20:10:19.426Z[ host-image] Aug 24 20:10:18.805 INFO O| Aug 24 20:10:18.805 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgport_shlib.a"
95022026-08-24T20:10:19.426Z[ host-image] Aug 24 20:10:18.805 INFO O| Aug 24 20:10:18.805 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgtypes.a"
95032026-08-24T20:10:19.426Z[ host-image] Aug 24 20:10:18.805 INFO O| Aug 24 20:10:18.805 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon.a"
95042026-08-24T20:10:19.426Z[ host-image] Aug 24 20:10:18.805 INFO O| Aug 24 20:10:18.805 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libecpg_compat.a"
95052026-08-24T20:10:19.426Z[ host-image] Aug 24 20:10:18.805 INFO O| Aug 24 20:10:18.805 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon.a"
95062026-08-24T20:10:19.426Z[ host-image] Aug 24 20:10:18.805 INFO O| Aug 24 20:10:18.805 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg_compat.a"
95072026-08-24T20:10:19.426Z[ host-image] Aug 24 20:10:18.805 INFO O| Aug 24 20:10:18.805 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgtypes.a"
95082026-08-24T20:10:19.426Z[ host-image] Aug 24 20:10:18.805 INFO O| Aug 24 20:10:18.805 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpq.a"
95092026-08-24T20:10:19.426Z[ host-image] Aug 24 20:10:18.805 INFO O| Aug 24 20:10:18.805 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport_shlib.a"
95102026-08-24T20:10:19.426Z[ host-image] Aug 24 20:10:18.805 INFO O| Aug 24 20:10:18.805 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport.a"
95112026-08-24T20:10:19.426Z[ host-image] Aug 24 20:10:18.805 INFO O| Aug 24 20:10:18.805 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg.a"
95122026-08-24T20:10:19.426Z[ host-image] Aug 24 20:10:18.806 INFO O| Aug 24 20:10:18.806 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon_shlib.a"
95132026-08-24T20:10:19.426Z[ host-image] Aug 24 20:10:18.806 INFO O| Aug 24 20:10:18.806 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpq.a"
95142026-08-24T20:10:19.427Z[ host-image] Aug 24 20:10:18.806 INFO O| Aug 24 20:10:18.806 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon_shlib.a"
95152026-08-24T20:10:19.427Z[ host-image] Aug 24 20:10:18.812 INFO O| Aug 24 20:10:18.812 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/lib/amd64/libjq.a"
95162026-08-24T20:10:19.427Z[ host-image] Aug 24 20:10:18.813 INFO O| Aug 24 20:10:18.813 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/lib/libjq.a"
95172026-08-24T20:10:19.427Z[ host-image] Aug 24 20:10:18.829 INFO O| Aug 24 20:10:18.829 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/libtddl.a"
95182026-08-24T20:10:19.431Z[ host-image] Aug 24 20:10:18.833 INFO O| Aug 24 20:10:18.833 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/amd64/libtddl.a"
95192026-08-24T20:10:19.598Z[verify-libraries] Compiling omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
95202026-08-24T20:10:19.637Z[ host-image] Aug 24 20:10:19.045 INFO O| Aug 24 20:10:19.045 INFO STEP 14 (remove_files) COMPLETE
95212026-08-24T20:10:19.638Z[ host-image] Aug 24 20:10:19.046 INFO O| Aug 24 20:10:19.045 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95222026-08-24T20:10:19.646Z[ host-image] Aug 24 20:10:19.054 INFO O| Aug 24 20:10:19.054 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/boot"
95232026-08-24T20:10:19.650Z[ host-image] Aug 24 20:10:19.055 INFO O| Aug 24 20:10:19.055 INFO STEP 15 (remove_files) COMPLETE
95242026-08-24T20:10:19.650Z[ host-image] Aug 24 20:10:19.055 INFO O| Aug 24 20:10:19.055 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95252026-08-24T20:10:19.655Z[ host-image] Aug 24 20:10:19.064 INFO O| Aug 24 20:10:19.064 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/platform/i86pc"
95262026-08-24T20:10:19.662Z[ host-image] Aug 24 20:10:19.070 INFO O| Aug 24 20:10:19.070 INFO STEP 16 (remove_files) COMPLETE
95272026-08-24T20:10:19.662Z[ host-image] Aug 24 20:10:19.070 INFO O| Aug 24 20:10:19.070 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95282026-08-24T20:10:19.670Z[ host-image] Aug 24 20:10:19.078 INFO O| Aug 24 20:10:19.078 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/platform/i86xpv"
95292026-08-24T20:10:19.674Z[ host-image] Aug 24 20:10:19.079 INFO O| Aug 24 20:10:19.079 INFO STEP 17 (remove_files) COMPLETE
95302026-08-24T20:10:19.674Z[ host-image] Aug 24 20:10:19.079 INFO O| Aug 24 20:10:19.079 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95312026-08-24T20:10:19.678Z[ host-image] Aug 24 20:10:19.086 INFO O| Aug 24 20:10:19.086 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/platform/i86pc"
95322026-08-24T20:10:19.682Z[ host-image] Aug 24 20:10:19.087 INFO O| Aug 24 20:10:19.087 INFO STEP 18 (remove_files) COMPLETE
95332026-08-24T20:10:19.682Z[ host-image] Aug 24 20:10:19.087 INFO O| Aug 24 20:10:19.087 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95342026-08-24T20:10:19.686Z[ host-image] Aug 24 20:10:19.094 INFO O| Aug 24 20:10:19.094 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/acpica"
95352026-08-24T20:10:19.689Z[ host-image] Aug 24 20:10:19.094 INFO O| Aug 24 20:10:19.094 INFO STEP 19 (remove_files) COMPLETE
95362026-08-24T20:10:19.689Z[ host-image] Aug 24 20:10:19.094 INFO O| Aug 24 20:10:19.094 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95372026-08-24T20:10:19.694Z[ host-image] Aug 24 20:10:19.103 INFO O| Aug 24 20:10:19.103 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/tem"
95382026-08-24T20:10:19.694Z[ host-image] Aug 24 20:10:19.103 INFO O| Aug 24 20:10:19.103 INFO STEP 20 (remove_files) COMPLETE
95392026-08-24T20:10:19.698Z[ host-image] Aug 24 20:10:19.103 INFO O| Aug 24 20:10:19.103 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95402026-08-24T20:10:19.740Z[ host-image] Aug 24 20:10:19.111 INFO O| Aug 24 20:10:19.111 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/kbtrans"
95412026-08-24T20:10:19.741Z[ host-image] Aug 24 20:10:19.111 INFO O| Aug 24 20:10:19.111 INFO STEP 21 (remove_files) COMPLETE
95422026-08-24T20:10:19.741Z[ host-image] Aug 24 20:10:19.111 INFO O| Aug 24 20:10:19.111 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95432026-08-24T20:10:19.741Z[ host-image] Aug 24 20:10:19.118 INFO O| Aug 24 20:10:19.118 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/wc"
95442026-08-24T20:10:19.741Z[ host-image] Aug 24 20:10:19.118 INFO O| Aug 24 20:10:19.118 INFO STEP 22 (remove_files) COMPLETE
95452026-08-24T20:10:19.741Z[ host-image] Aug 24 20:10:19.118 INFO O| Aug 24 20:10:19.118 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95462026-08-24T20:10:19.741Z[ host-image] Aug 24 20:10:19.127 INFO O| Aug 24 20:10:19.127 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/acpi_drv"
95472026-08-24T20:10:19.741Z[ host-image] Aug 24 20:10:19.127 INFO O| Aug 24 20:10:19.127 INFO STEP 23 (remove_files) COMPLETE
95482026-08-24T20:10:19.741Z[ host-image] Aug 24 20:10:19.127 INFO O| Aug 24 20:10:19.127 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95492026-08-24T20:10:19.741Z[ host-image] Aug 24 20:10:19.135 INFO O| Aug 24 20:10:19.135 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/conskbd"
95502026-08-24T20:10:19.741Z[ host-image] Aug 24 20:10:19.136 INFO O| Aug 24 20:10:19.135 INFO STEP 24 (remove_files) COMPLETE
95512026-08-24T20:10:19.741Z[ host-image] Aug 24 20:10:19.136 INFO O| Aug 24 20:10:19.136 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95522026-08-24T20:10:19.741Z[ host-image] Aug 24 20:10:19.143 INFO O| Aug 24 20:10:19.143 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/tzmon"
95532026-08-24T20:10:19.741Z[ host-image] Aug 24 20:10:19.143 INFO O| Aug 24 20:10:19.143 INFO STEP 25 (remove_files) COMPLETE
95542026-08-24T20:10:19.741Z[ host-image] Aug 24 20:10:19.143 INFO O| Aug 24 20:10:19.143 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95552026-08-24T20:10:19.745Z[ host-image] Aug 24 20:10:19.150 INFO O| Aug 24 20:10:19.150 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/power"
95562026-08-24T20:10:19.746Z[ host-image] Aug 24 20:10:19.150 INFO O| Aug 24 20:10:19.150 INFO STEP 26 (remove_files) COMPLETE
95572026-08-24T20:10:19.746Z[ host-image] Aug 24 20:10:19.150 INFO O| Aug 24 20:10:19.150 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95582026-08-24T20:10:19.751Z[ host-image] Aug 24 20:10:19.160 INFO O| Aug 24 20:10:19.159 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audio"
95592026-08-24T20:10:19.752Z[ host-image] Aug 24 20:10:19.160 INFO O| Aug 24 20:10:19.160 INFO STEP 27 (remove_files) COMPLETE
95602026-08-24T20:10:19.756Z[ host-image] Aug 24 20:10:19.160 INFO O| Aug 24 20:10:19.160 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95612026-08-24T20:10:19.759Z[ host-image] Aug 24 20:10:19.168 INFO O| Aug 24 20:10:19.168 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audio1575"
95622026-08-24T20:10:19.760Z[ host-image] Aug 24 20:10:19.168 INFO O| Aug 24 20:10:19.168 INFO STEP 28 (remove_files) COMPLETE
95632026-08-24T20:10:19.760Z[ host-image] Aug 24 20:10:19.168 INFO O| Aug 24 20:10:19.168 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95642026-08-24T20:10:19.769Z[ host-image] Aug 24 20:10:19.175 INFO O| Aug 24 20:10:19.175 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audioens"
95652026-08-24T20:10:19.769Z[ host-image] Aug 24 20:10:19.175 INFO O| Aug 24 20:10:19.175 INFO STEP 29 (remove_files) COMPLETE
95662026-08-24T20:10:19.772Z[ host-image] Aug 24 20:10:19.175 INFO O| Aug 24 20:10:19.175 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95672026-08-24T20:10:19.777Z[ host-image] Aug 24 20:10:19.183 INFO O| Aug 24 20:10:19.183 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audiopci"
95682026-08-24T20:10:19.777Z[ host-image] Aug 24 20:10:19.183 INFO O| Aug 24 20:10:19.183 INFO STEP 30 (remove_files) COMPLETE
95692026-08-24T20:10:19.777Z[ host-image] Aug 24 20:10:19.184 INFO O| Aug 24 20:10:19.183 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95702026-08-24T20:10:19.783Z[ host-image] Aug 24 20:10:19.190 INFO O| Aug 24 20:10:19.190 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audiots"
95712026-08-24T20:10:19.783Z[ host-image] Aug 24 20:10:19.190 INFO O| Aug 24 20:10:19.190 INFO STEP 31 (remove_files) COMPLETE
95722026-08-24T20:10:19.783Z[ host-image] Aug 24 20:10:19.190 INFO O| Aug 24 20:10:19.190 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95732026-08-24T20:10:19.789Z[ host-image] Aug 24 20:10:19.198 INFO O| Aug 24 20:10:19.198 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/ehci"
95742026-08-24T20:10:19.789Z[ host-image] Aug 24 20:10:19.198 INFO O| Aug 24 20:10:19.198 INFO STEP 32 (remove_files) COMPLETE
95752026-08-24T20:10:19.790Z[ host-image] Aug 24 20:10:19.198 INFO O| Aug 24 20:10:19.198 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95762026-08-24T20:10:19.800Z[ host-image] Aug 24 20:10:19.208 INFO O| Aug 24 20:10:19.208 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/hid"
95772026-08-24T20:10:19.800Z[ host-image] Aug 24 20:10:19.208 INFO O| Aug 24 20:10:19.208 INFO STEP 33 (remove_files) COMPLETE
95782026-08-24T20:10:19.800Z[ host-image] Aug 24 20:10:19.208 INFO O| Aug 24 20:10:19.208 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95792026-08-24T20:10:19.807Z[ host-image] Aug 24 20:10:19.215 INFO O| Aug 24 20:10:19.215 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/hubd"
95802026-08-24T20:10:19.807Z[ host-image] Aug 24 20:10:19.215 INFO O| Aug 24 20:10:19.215 INFO STEP 34 (remove_files) COMPLETE
95812026-08-24T20:10:19.810Z[ host-image] Aug 24 20:10:19.215 INFO O| Aug 24 20:10:19.215 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95822026-08-24T20:10:19.817Z[ host-image] Aug 24 20:10:19.225 INFO O| Aug 24 20:10:19.225 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/ohci"
95832026-08-24T20:10:19.817Z[ host-image] Aug 24 20:10:19.225 INFO O| Aug 24 20:10:19.225 INFO STEP 35 (remove_files) COMPLETE
95842026-08-24T20:10:19.821Z[ host-image] Aug 24 20:10:19.225 INFO O| Aug 24 20:10:19.225 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95852026-08-24T20:10:19.825Z[ host-image] Aug 24 20:10:19.233 INFO O| Aug 24 20:10:19.233 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/scsa2usb"
95862026-08-24T20:10:19.825Z[ host-image] Aug 24 20:10:19.233 INFO O| Aug 24 20:10:19.233 INFO STEP 36 (remove_files) COMPLETE
95872026-08-24T20:10:19.828Z[ host-image] Aug 24 20:10:19.233 INFO O| Aug 24 20:10:19.233 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95882026-08-24T20:10:19.832Z[ host-image] Aug 24 20:10:19.240 INFO O| Aug 24 20:10:19.240 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/uhci"
95892026-08-24T20:10:19.832Z[ host-image] Aug 24 20:10:19.240 INFO O| Aug 24 20:10:19.240 INFO STEP 37 (remove_files) COMPLETE
95902026-08-24T20:10:19.832Z[ host-image] Aug 24 20:10:19.240 INFO O| Aug 24 20:10:19.240 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95912026-08-24T20:10:19.841Z[ host-image] Aug 24 20:10:19.249 INFO O| Aug 24 20:10:19.249 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_ac"
95922026-08-24T20:10:19.841Z[ host-image] Aug 24 20:10:19.249 INFO O| Aug 24 20:10:19.249 INFO STEP 38 (remove_files) COMPLETE
95932026-08-24T20:10:19.844Z[ host-image] Aug 24 20:10:19.249 INFO O| Aug 24 20:10:19.249 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95942026-08-24T20:10:19.849Z[ host-image] Aug 24 20:10:19.257 INFO O| Aug 24 20:10:19.257 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_as"
95952026-08-24T20:10:19.849Z[ host-image] Aug 24 20:10:19.257 INFO O| Aug 24 20:10:19.257 INFO STEP 39 (remove_files) COMPLETE
95962026-08-24T20:10:19.849Z[ host-image] Aug 24 20:10:19.257 INFO O| Aug 24 20:10:19.257 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95972026-08-24T20:10:19.856Z[ host-image] Aug 24 20:10:19.265 INFO O| Aug 24 20:10:19.265 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_ia"
95982026-08-24T20:10:19.856Z[ host-image] Aug 24 20:10:19.265 INFO O| Aug 24 20:10:19.265 INFO STEP 40 (remove_files) COMPLETE
95992026-08-24T20:10:19.856Z[ host-image] Aug 24 20:10:19.265 INFO O| Aug 24 20:10:19.265 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96002026-08-24T20:10:19.865Z[ host-image] Aug 24 20:10:19.273 INFO O| Aug 24 20:10:19.273 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_mid"
96012026-08-24T20:10:19.865Z[ host-image] Aug 24 20:10:19.273 INFO O| Aug 24 20:10:19.273 INFO STEP 41 (remove_files) COMPLETE
96022026-08-24T20:10:19.869Z[ host-image] Aug 24 20:10:19.274 INFO O| Aug 24 20:10:19.273 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96032026-08-24T20:10:19.873Z[ host-image] Aug 24 20:10:19.282 INFO O| Aug 24 20:10:19.282 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usbprn"
96042026-08-24T20:10:19.876Z[ host-image] Aug 24 20:10:19.282 INFO O| Aug 24 20:10:19.282 INFO STEP 42 (remove_files) COMPLETE
96052026-08-24T20:10:19.877Z[ host-image] Aug 24 20:10:19.282 INFO O| Aug 24 20:10:19.282 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96062026-08-24T20:10:19.884Z[ host-image] Aug 24 20:10:19.292 INFO O| Aug 24 20:10:19.292 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/xhci"
96072026-08-24T20:10:19.884Z[ host-image] Aug 24 20:10:19.292 INFO O| Aug 24 20:10:19.292 INFO STEP 43 (remove_files) COMPLETE
96082026-08-24T20:10:19.887Z[ host-image] Aug 24 20:10:19.292 INFO O| Aug 24 20:10:19.292 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96092026-08-24T20:10:19.892Z[ host-image] Aug 24 20:10:19.300 INFO O| Aug 24 20:10:19.300 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nhm"
96102026-08-24T20:10:19.895Z[ host-image] Aug 24 20:10:19.300 INFO O| Aug 24 20:10:19.300 INFO STEP 44 (remove_files) COMPLETE
96112026-08-24T20:10:19.895Z[ host-image] Aug 24 20:10:19.300 INFO O| Aug 24 20:10:19.300 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96122026-08-24T20:10:19.899Z[ host-image] Aug 24 20:10:19.307 INFO O| Aug 24 20:10:19.307 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nb5000"
96132026-08-24T20:10:19.899Z[ host-image] Aug 24 20:10:19.307 INFO O| Aug 24 20:10:19.307 INFO STEP 45 (remove_files) COMPLETE
96142026-08-24T20:10:19.899Z[ host-image] Aug 24 20:10:19.307 INFO O| Aug 24 20:10:19.307 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96152026-08-24T20:10:19.906Z[ host-image] Aug 24 20:10:19.315 INFO O| Aug 24 20:10:19.315 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/mc-amd"
96162026-08-24T20:10:19.906Z[ host-image] Aug 24 20:10:19.315 INFO O| Aug 24 20:10:19.315 INFO STEP 46 (remove_files) COMPLETE
96172026-08-24T20:10:19.906Z[ host-image] Aug 24 20:10:19.315 INFO O| Aug 24 20:10:19.315 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96182026-08-24T20:10:19.915Z[ host-image] Aug 24 20:10:19.323 INFO O| Aug 24 20:10:19.323 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/acpi_toshiba"
96192026-08-24T20:10:19.915Z[ host-image] Aug 24 20:10:19.323 INFO O| Aug 24 20:10:19.323 INFO STEP 47 (remove_files) COMPLETE
96202026-08-24T20:10:19.915Z[ host-image] Aug 24 20:10:19.323 INFO O| Aug 24 20:10:19.323 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96212026-08-24T20:10:19.924Z[ host-image] Aug 24 20:10:19.332 INFO O| Aug 24 20:10:19.332 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nhmex"
96222026-08-24T20:10:19.924Z[ host-image] Aug 24 20:10:19.332 INFO O| Aug 24 20:10:19.332 INFO STEP 48 (remove_files) COMPLETE
96232026-08-24T20:10:19.927Z[ host-image] Aug 24 20:10:19.332 INFO O| Aug 24 20:10:19.332 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96242026-08-24T20:10:19.933Z[ host-image] Aug 24 20:10:19.342 INFO O| Aug 24 20:10:19.342 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/intel_nhmex.conf"
96252026-08-24T20:10:19.933Z[ host-image] Aug 24 20:10:19.342 INFO O| Aug 24 20:10:19.342 INFO STEP 49 (remove_files) COMPLETE
96262026-08-24T20:10:19.933Z[ host-image] Aug 24 20:10:19.342 INFO O| Aug 24 20:10:19.342 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96272026-08-24T20:10:19.942Z[ host-image] Aug 24 20:10:19.350 INFO O| Aug 24 20:10:19.350 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/mpt"
96282026-08-24T20:10:19.942Z[ host-image] Aug 24 20:10:19.350 INFO O| Aug 24 20:10:19.350 INFO STEP 50 (remove_files) COMPLETE
96292026-08-24T20:10:19.942Z[ host-image] Aug 24 20:10:19.350 INFO O| Aug 24 20:10:19.350 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96302026-08-24T20:10:19.951Z[ host-image] Aug 24 20:10:19.359 INFO O| Aug 24 20:10:19.359 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/mpt.conf"
96312026-08-24T20:10:19.951Z[ host-image] Aug 24 20:10:19.359 INFO O| Aug 24 20:10:19.359 INFO STEP 51 (remove_files) COMPLETE
96322026-08-24T20:10:19.955Z[ host-image] Aug 24 20:10:19.359 INFO O| Aug 24 20:10:19.359 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96332026-08-24T20:10:19.960Z[ host-image] Aug 24 20:10:19.368 INFO O| Aug 24 20:10:19.368 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
96342026-08-24T20:10:19.963Z[ host-image] Aug 24 20:10:19.368 INFO O| Aug 24 20:10:19.368 INFO STEP 52 (remove_files) COMPLETE
96352026-08-24T20:10:19.963Z[ host-image] Aug 24 20:10:19.368 INFO O| Aug 24 20:10:19.368 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96362026-08-24T20:10:19.968Z[ host-image] Aug 24 20:10:19.376 INFO O| Aug 24 20:10:19.376 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
96372026-08-24T20:10:19.972Z[ host-image] Aug 24 20:10:19.376 INFO O| Aug 24 20:10:19.376 INFO STEP 53 (remove_files) COMPLETE
96382026-08-24T20:10:19.972Z[ host-image] Aug 24 20:10:19.376 INFO O| Aug 24 20:10:19.376 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96392026-08-24T20:10:19.975Z[ host-image] Aug 24 20:10:19.383 INFO O| Aug 24 20:10:19.383 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/sbin/bootadm"
96402026-08-24T20:10:19.975Z[ host-image] Aug 24 20:10:19.383 INFO O| Aug 24 20:10:19.383 INFO STEP 54 (remove_files) COMPLETE
96412026-08-24T20:10:19.975Z[ host-image] Aug 24 20:10:19.383 INFO O| Aug 24 20:10:19.383 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96422026-08-24T20:10:19.981Z[ host-image] Aug 24 20:10:19.390 INFO O| Aug 24 20:10:19.390 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/sbin/bootadm"
96432026-08-24T20:10:19.985Z[ host-image] Aug 24 20:10:19.390 INFO O| Aug 24 20:10:19.390 INFO STEP 55 (remove_files) COMPLETE
96442026-08-24T20:10:19.985Z[ host-image] Aug 24 20:10:19.390 INFO O| Aug 24 20:10:19.390 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96452026-08-24T20:10:19.988Z[ host-image] Aug 24 20:10:19.397 INFO O| Aug 24 20:10:19.397 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/sbin/beadm"
96462026-08-24T20:10:19.989Z[ host-image] Aug 24 20:10:19.397 INFO O| Aug 24 20:10:19.397 INFO STEP 56 (remove_files) COMPLETE
96472026-08-24T20:10:19.989Z[ host-image] Aug 24 20:10:19.397 INFO O| Aug 24 20:10:19.397 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96482026-08-24T20:10:19.997Z[ host-image] Aug 24 20:10:19.406 INFO O| Aug 24 20:10:19.405 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/sbin/beadm"
96492026-08-24T20:10:19.997Z[ host-image] Aug 24 20:10:19.406 INFO O| Aug 24 20:10:19.406 INFO STEP 57 (remove_files) COMPLETE
96502026-08-24T20:10:19.997Z[ host-image] Aug 24 20:10:19.406 INFO O| Aug 24 20:10:19.406 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96512026-08-24T20:10:20.004Z[ host-image] Aug 24 20:10:19.413 INFO O| Aug 24 20:10:19.413 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/etc/default/tar"
96522026-08-24T20:10:20.008Z[ host-image] Aug 24 20:10:19.413 INFO O| Aug 24 20:10:19.413 INFO STEP 58 (remove_files) COMPLETE
96532026-08-24T20:10:20.008Z[ host-image] Aug 24 20:10:19.413 INFO O| Aug 24 20:10:19.413 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96542026-08-24T20:10:20.014Z[ host-image] Aug 24 20:10:19.422 INFO O| Aug 24 20:10:19.422 WARN file /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
96552026-08-24T20:10:20.018Z[ host-image] Aug 24 20:10:19.422 INFO O| Aug 24 20:10:19.422 INFO writing /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap ...
96562026-08-24T20:10:20.019Z[ host-image] Aug 24 20:10:19.422 INFO O| Aug 24 20:10:19.422 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
96572026-08-24T20:10:20.019Z[ host-image] Aug 24 20:10:19.422 INFO O| Aug 24 20:10:19.422 INFO chmod ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
96582026-08-24T20:10:20.019Z[ host-image] Aug 24 20:10:19.422 INFO O| Aug 24 20:10:19.422 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
96592026-08-24T20:10:20.019Z[ host-image] Aug 24 20:10:19.422 INFO O| Aug 24 20:10:19.422 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
96602026-08-24T20:10:20.019Z[ host-image] Aug 24 20:10:19.422 INFO O| Aug 24 20:10:19.422 INFO ok!
96612026-08-24T20:10:20.019Z[ host-image] Aug 24 20:10:19.422 INFO O| Aug 24 20:10:19.422 INFO STEP 59 (ensure_file) COMPLETE
96622026-08-24T20:10:20.019Z[ host-image] Aug 24 20:10:19.422 INFO O| Aug 24 20:10:19.422 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96632026-08-24T20:10:20.022Z[ host-image] Aug 24 20:10:19.431 INFO O| Aug 24 20:10:19.431 WARN file /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
96642026-08-24T20:10:20.022Z[ host-image] Aug 24 20:10:19.431 INFO O| Aug 24 20:10:19.431 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk ...
96652026-08-24T20:10:20.026Z[ host-image] Aug 24 20:10:19.431 INFO O| Aug 24 20:10:19.431 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
96662026-08-24T20:10:20.026Z[ host-image] Aug 24 20:10:19.431 INFO O| Aug 24 20:10:19.431 INFO chmod ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
96672026-08-24T20:10:20.026Z[ host-image] Aug 24 20:10:19.431 INFO O| Aug 24 20:10:19.431 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
96682026-08-24T20:10:20.026Z[ host-image] Aug 24 20:10:19.431 INFO O| Aug 24 20:10:19.431 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
96692026-08-24T20:10:20.026Z[ host-image] Aug 24 20:10:19.431 INFO O| Aug 24 20:10:19.431 INFO ok!
96702026-08-24T20:10:20.026Z[ host-image] Aug 24 20:10:19.431 INFO O| Aug 24 20:10:19.431 INFO STEP 60 (ensure_file) COMPLETE
96712026-08-24T20:10:20.026Z[ host-image] Aug 24 20:10:19.431 INFO O| Aug 24 20:10:19.431 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96722026-08-24T20:10:20.030Z[ host-image] Aug 24 20:10:19.439 INFO O| Aug 24 20:10:19.438 INFO file /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile does not exist
96732026-08-24T20:10:20.030Z[ host-image] Aug 24 20:10:19.439 INFO O| Aug 24 20:10:19.439 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile ...
96742026-08-24T20:10:20.031Z[ host-image] Aug 24 20:10:19.439 INFO O| Aug 24 20:10:19.439 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile
96752026-08-24T20:10:20.031Z[ host-image] Aug 24 20:10:19.439 INFO O| Aug 24 20:10:19.439 INFO ok!
96762026-08-24T20:10:20.031Z[ host-image] Aug 24 20:10:19.439 INFO O| Aug 24 20:10:19.439 INFO STEP 61 (ensure_file) COMPLETE
96772026-08-24T20:10:20.031Z[ host-image] Aug 24 20:10:19.439 INFO O| Aug 24 20:10:19.439 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96782026-08-24T20:10:20.041Z[ host-image] Aug 24 20:10:19.449 INFO O| Aug 24 20:10:19.449 WARN file /rpool/images/build/host/work/sled/ramdisk/root/.bashrc exists, with wrong contents, unlinking
96792026-08-24T20:10:20.044Z[ host-image] Aug 24 20:10:19.449 INFO O| Aug 24 20:10:19.449 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/host/work/sled/ramdisk/root/.bashrc ...
96802026-08-24T20:10:20.044Z[ host-image] Aug 24 20:10:19.449 INFO O| Aug 24 20:10:19.449 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/root/.bashrc
96812026-08-24T20:10:20.044Z[ host-image] Aug 24 20:10:19.449 INFO O| Aug 24 20:10:19.449 INFO ok!
96822026-08-24T20:10:20.045Z[ host-image] Aug 24 20:10:19.449 INFO O| Aug 24 20:10:19.449 INFO STEP 62 (ensure_file) COMPLETE
96832026-08-24T20:10:20.045Z[ host-image] Aug 24 20:10:19.449 INFO O| Aug 24 20:10:19.449 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96842026-08-24T20:10:20.049Z[ host-image] Aug 24 20:10:19.457 INFO O| Aug 24 20:10:19.457 WARN file /rpool/images/build/host/work/sled/ramdisk/etc/motd exists, with wrong contents, unlinking
96852026-08-24T20:10:20.049Z[ host-image] Aug 24 20:10:19.457 INFO O| Aug 24 20:10:19.457 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/host/work/sled/ramdisk/etc/motd ...
96862026-08-24T20:10:20.052Z[ host-image] Aug 24 20:10:19.457 INFO O| Aug 24 20:10:19.457 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/etc/motd
96872026-08-24T20:10:20.053Z[ host-image] Aug 24 20:10:19.457 INFO O| Aug 24 20:10:19.457 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/motd
96882026-08-24T20:10:20.053Z[ host-image] Aug 24 20:10:19.457 INFO O| Aug 24 20:10:19.457 INFO ok!
96892026-08-24T20:10:20.053Z[ host-image] Aug 24 20:10:19.457 INFO O| Aug 24 20:10:19.457 INFO STEP 63 (ensure_file) COMPLETE
96902026-08-24T20:10:20.053Z[ host-image] Aug 24 20:10:19.457 INFO O| Aug 24 20:10:19.457 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96912026-08-24T20:10:20.056Z[ host-image] Aug 24 20:10:19.464 INFO O| Aug 24 20:10:19.464 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf does not exist
96922026-08-24T20:10:20.056Z[ host-image] Aug 24 20:10:19.464 INFO O| Aug 24 20:10:19.464 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-system-zfs:dbuf -> /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf ...
96932026-08-24T20:10:20.058Z[ host-image] Aug 24 20:10:19.464 INFO O| Aug 24 20:10:19.464 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf
96942026-08-24T20:10:20.058Z[ host-image] Aug 24 20:10:19.464 INFO O| Aug 24 20:10:19.464 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf
96952026-08-24T20:10:20.058Z[ host-image] Aug 24 20:10:19.464 INFO O| Aug 24 20:10:19.464 INFO ok!
96962026-08-24T20:10:20.058Z[ host-image] Aug 24 20:10:19.464 INFO O| Aug 24 20:10:19.464 INFO STEP 64 (ensure_file) COMPLETE
96972026-08-24T20:10:20.058Z[ host-image] Aug 24 20:10:19.464 INFO O| Aug 24 20:10:19.464 INFO STEP 65: assemble_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96982026-08-24T20:10:20.064Z[ host-image] Aug 24 20:10:19.472 INFO O| Aug 24 20:10:19.472 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly does not exist
96992026-08-24T20:10:20.064Z[ host-image] Aug 24 20:10:19.472 INFO O| Aug 24 20:10:19.472 INFO writing /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly ...
97002026-08-24T20:10:20.068Z[ host-image] Aug 24 20:10:19.472 INFO O| Aug 24 20:10:19.472 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly
97012026-08-24T20:10:20.068Z[ host-image] Aug 24 20:10:19.472 INFO O| Aug 24 20:10:19.472 INFO ok!
97022026-08-24T20:10:20.068Z[ host-image] Aug 24 20:10:19.472 INFO O| Aug 24 20:10:19.472 INFO STEP 65 (assemble_files) COMPLETE
97032026-08-24T20:10:20.068Z[ host-image] Aug 24 20:10:19.472 INFO O| Aug 24 20:10:19.472 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97042026-08-24T20:10:20.072Z[ host-image] Aug 24 20:10:19.480 INFO O| Aug 24 20:10:19.480 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf does not exist
97052026-08-24T20:10:20.075Z[ host-image] Aug 24 20:10:19.480 INFO O| Aug 24 20:10:19.480 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf ...
97062026-08-24T20:10:20.075Z[ host-image] Aug 24 20:10:19.480 INFO O| Aug 24 20:10:19.480 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf
97072026-08-24T20:10:20.075Z[ host-image] Aug 24 20:10:19.480 INFO O| Aug 24 20:10:19.480 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf
97082026-08-24T20:10:20.075Z[ host-image] Aug 24 20:10:19.480 INFO O| Aug 24 20:10:19.480 INFO ok!
97092026-08-24T20:10:20.075Z[ host-image] Aug 24 20:10:19.480 INFO O| Aug 24 20:10:19.480 INFO STEP 66 (ensure_file) COMPLETE
97102026-08-24T20:10:20.076Z[ host-image] Aug 24 20:10:19.480 INFO O| Aug 24 20:10:19.480 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97112026-08-24T20:10:20.080Z[ host-image] Aug 24 20:10:19.487 INFO O| Aug 24 20:10:19.487 INFO creating directory: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
97122026-08-24T20:10:20.080Z[ host-image] Aug 24 20:10:19.487 INFO O| Aug 24 20:10:19.487 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
97132026-08-24T20:10:20.080Z[ host-image] Aug 24 20:10:19.487 INFO O| Aug 24 20:10:19.487 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
97142026-08-24T20:10:20.080Z[ host-image] Aug 24 20:10:19.487 INFO O| Aug 24 20:10:19.487 INFO STEP 67 (ensure_dir) COMPLETE
97152026-08-24T20:10:20.080Z[ host-image] Aug 24 20:10:19.487 INFO O| Aug 24 20:10:19.487 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97162026-08-24T20:10:20.086Z[ host-image] Aug 24 20:10:19.494 INFO O| Aug 24 20:10:19.494 INFO file /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz does not exist
97172026-08-24T20:10:20.086Z[ host-image] Aug 24 20:10:19.494 INFO O| Aug 24 20:10:19.494 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 ...
97182026-08-24T20:10:20.091Z[ host-image] Aug 24 20:10:19.500 INFO O| Aug 24 20:10:19.500 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
97192026-08-24T20:10:20.091Z[ host-image] Aug 24 20:10:19.500 INFO O| Aug 24 20:10:19.500 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz
97202026-08-24T20:10:20.095Z[ host-image] Aug 24 20:10:19.500 INFO O| Aug 24 20:10:19.500 INFO ok!
97212026-08-24T20:10:20.095Z[ host-image] Aug 24 20:10:19.500 INFO O| Aug 24 20:10:19.500 INFO STEP 68 (ensure_file) COMPLETE
97222026-08-24T20:10:20.095Z[ host-image] Aug 24 20:10:19.500 INFO O| Aug 24 20:10:19.500 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97232026-08-24T20:10:20.100Z[ host-image] Aug 24 20:10:19.509 INFO O| Aug 24 20:10:19.509 INFO file /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt does not exist
97242026-08-24T20:10:20.101Z[ host-image] Aug 24 20:10:19.509 INFO O| Aug 24 20:10:19.509 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 ...
97252026-08-24T20:10:20.105Z[ host-image] Aug 24 20:10:19.509 INFO O| Aug 24 20:10:19.509 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
97262026-08-24T20:10:20.105Z[ host-image] Aug 24 20:10:19.509 INFO O| Aug 24 20:10:19.509 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt
97272026-08-24T20:10:20.105Z[ host-image] Aug 24 20:10:19.509 INFO O| Aug 24 20:10:19.509 INFO ok!
97282026-08-24T20:10:20.105Z[ host-image] Aug 24 20:10:19.509 INFO O| Aug 24 20:10:19.509 INFO STEP 69 (ensure_file) COMPLETE
97292026-08-24T20:10:20.105Z[ host-image] Aug 24 20:10:19.509 INFO O| Aug 24 20:10:19.509 INFO STEP 70: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97302026-08-24T20:10:20.115Z[ host-image] Aug 24 20:10:19.523 INFO O| Aug 24 20:10:19.523 INFO file /rpool/images/build/host/output/sled-ramdisk.tar does not already exist, skipping removal
97312026-08-24T20:10:20.115Z[ host-image] Aug 24 20:10:19.523 INFO O| Aug 24 20:10:19.523 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/host/output/sled-ramdisk.tar", "-C", "/rpool/images/build/host/work/sled/ramdisk", "."]
97322026-08-24T20:10:21.659Z[ host-image] Aug 24 20:10:21.067 INFO O| Aug 24 20:10:21.067 INFO STEP 70 (pack_tar) COMPLETE
97332026-08-24T20:10:21.659Z[ host-image] Aug 24 20:10:21.067 INFO O| Aug 24 20:10:21.067 INFO creating output snapshot rpool/images/build/host/work/sled/ramdisk@trim
97342026-08-24T20:10:21.659Z[ host-image] Aug 24 20:10:21.067 INFO O| Aug 24 20:10:21.067 INFO CREATE SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@trim
97352026-08-24T20:10:22.255Z[ host-image] Aug 24 20:10:21.663 INFO O| Aug 24 20:10:21.663 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/ramdisk-02-trim
97362026-08-24T20:10:22.736Z[ host-image] Aug 24 20:10:22.144 INFO O| Aug 24 20:10:22.144 INFO completed processing sled/ramdisk-02-trim
97372026-08-24T20:10:22.740Z[ host-image] Aug 24 20:10:22.147 INFO image builder template: zfs...
97382026-08-24T20:10:22.740Z[ host-image] Aug 24 20:10:22.147 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/.tmp0Z1tUc/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@23.0.0.0", "-F", "optever=0.41.506", "-n", "zfs"], pwd: None
97392026-08-24T20:10:22.751Z[ host-image] Aug 24 20:10:22.158 INFO O| Aug 24 20:10:22.158 INFO skip include "stress" because feature "stress" is not enabled
97402026-08-24T20:10:22.751Z[ host-image] Aug 24 20:10:22.158 INFO O| Aug 24 20:10:22.158 INFO skip include "stress" because feature "compliance" is not enabled
97412026-08-24T20:10:22.777Z[ host-image] Aug 24 20:10:22.186 INFO O| Aug 24 20:10:22.186 INFO temporary dataset: rpool/images/build/host/tmp/sled/zfs
97422026-08-24T20:10:22.781Z[ host-image] Aug 24 20:10:22.189 INFO O| Aug 24 20:10:22.189 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/zfs
97432026-08-24T20:10:22.910Z[ host-image] Aug 24 20:10:22.318 INFO O| Aug 24 20:10:22.318 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/zfs: sync = disabled
97442026-08-24T20:10:23.035Z[ host-image] Aug 24 20:10:22.443 INFO O| Aug 24 20:10:22.443 INFO temporary directory: /rpool/images/build/host/tmp/sled/zfs
97452026-08-24T20:10:23.035Z[ host-image] Aug 24 20:10:22.443 INFO O| Aug 24 20:10:22.443 INFO work dataset: rpool/images/build/host/work/sled/zfs
97462026-08-24T20:10:23.038Z[ host-image] Aug 24 20:10:22.446 INFO O| Aug 24 20:10:22.446 INFO CREATE DATASET: rpool/images/build/host/work/sled/zfs
97472026-08-24T20:10:23.119Z[ host-image] Aug 24 20:10:22.527 INFO O| Aug 24 20:10:22.527 INFO SET DATASET PROPERTY ON rpool/images/build/host/work/sled/zfs: sync = disabled
97482026-08-24T20:10:23.187Z[ host-image] Aug 24 20:10:22.595 INFO O| Aug 24 20:10:22.595 INFO DESTROY POOL: TEMPORARY-sled-zfs
97492026-08-24T20:10:23.194Z[ host-image] Aug 24 20:10:22.603 INFO O| Aug 24 20:10:22.603 INFO image file: /rpool/images/build/host/work/sled/zfs/lofi.raw
97502026-08-24T20:10:23.198Z[ host-image] Aug 24 20:10:22.606 INFO O| Aug 24 20:10:22.606 INFO pool altroot: /rpool/images/build/host/work/sled/zfs/altroot
97512026-08-24T20:10:23.198Z[ host-image] Aug 24 20:10:22.606 INFO O| Aug 24 20:10:22.606 INFO no lofi found
97522026-08-24T20:10:23.198Z[ host-image] Aug 24 20:10:22.606 INFO O| Aug 24 20:10:22.606 INFO file /rpool/images/build/host/work/sled/zfs/lofi.raw does not already exist, skipping removal
97532026-08-24T20:10:23.198Z[ host-image] Aug 24 20:10:22.606 INFO O| Aug 24 20:10:22.606 INFO CREATE IMAGE (1200MB): /rpool/images/build/host/work/sled/zfs/lofi.raw
97542026-08-24T20:10:23.663Z[verify-libraries] Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
97552026-08-24T20:10:24.594Z[ host-image] Aug 24 20:10:24.001 INFO O| Aug 24 20:10:24.001 INFO lofi device = /dev/dsk/c2t1d0p0
97562026-08-24T20:10:24.594Z[ host-image] Aug 24 20:10:24.001 INFO O| Aug 24 20:10:24.001 INFO pool device = /dev/dsk/c2t1d0p0
97572026-08-24T20:10:24.594Z[ host-image] Aug 24 20:10:24.001 INFO O| Aug 24 20:10:24.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"]
97582026-08-24T20:10:24.681Z[ host-image] Aug 24 20:10:24.089 INFO O| Aug 24 20:10:24.089 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
97592026-08-24T20:10:24.686Z[ host-image] Aug 24 20:10:24.089 INFO O| Aug 24 20:10:24.089 INFO CREATE DATASET: TEMPORARY-sled-zfs/ROOT
97602026-08-24T20:10:24.702Z[ host-image] Aug 24 20:10:24.110 INFO O| Aug 24 20:10:24.110 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT: canmount = off
97612026-08-24T20:10:24.803Z[ host-image] Aug 24 20:10:24.211 INFO O| Aug 24 20:10:24.211 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT: mountpoint = legacy
97622026-08-24T20:10:24.833Z[ host-image] Aug 24 20:10:24.240 INFO O| Aug 24 20:10:24.240 INFO CREATE DATASET: TEMPORARY-sled-zfs/ROOT/ramdisk
97632026-08-24T20:10:24.846Z[ host-image] Aug 24 20:10:24.254 INFO O| Aug 24 20:10:24.254 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: canmount = noauto
97642026-08-24T20:10:24.856Z[ host-image] Aug 24 20:10:24.264 INFO O| Aug 24 20:10:24.264 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: mountpoint = legacy
97652026-08-24T20:10:24.892Z[ host-image] Aug 24 20:10:24.300 INFO O| Aug 24 20:10:24.300 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a
97662026-08-24T20:10:24.892Z[ host-image] Aug 24 20:10:24.300 INFO O| Aug 24 20:10:24.300 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a
97672026-08-24T20:10:24.896Z[ host-image] Aug 24 20:10:24.300 INFO O| Aug 24 20:10:24.300 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-sled-zfs/ROOT/ramdisk", "/rpool/images/build/host/work/sled/zfs/a"]
97682026-08-24T20:10:24.903Z[ host-image] Aug 24 20:10:24.311 INFO O| Aug 24 20:10:24.311 INFO boot environment UUID: 9600f322-7aaf-4463-807f-3943447edae1
97692026-08-24T20:10:24.903Z[ host-image] Aug 24 20:10:24.311 INFO O| Aug 24 20:10:24.311 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: org.opensolaris.libbe:uuid = 9600f322-7aaf-4463-807f-3943447edae1
97702026-08-24T20:10:24.913Z[ host-image] Aug 24 20:10:24.321 INFO O| Aug 24 20:10:24.321 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: org.opensolaris.libbe:policy = static
97712026-08-24T20:10:24.926Z[ host-image] Aug 24 20:10:24.334 INFO O| Aug 24 20:10:24.334 INFO STEP 0 (create_be) COMPLETE
97722026-08-24T20:10:24.926Z[ host-image] Aug 24 20:10:24.334 INFO O| Aug 24 20:10:24.334 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
97732026-08-24T20:10:24.941Z[ host-image] Aug 24 20:10:24.349 INFO O| Aug 24 20:10:24.349 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/host/output/sled-ramdisk.tar", "-C", "/rpool/images/build/host/work/sled/zfs/a"]
97742026-08-24T20:10:35.011Z[ host-image] Aug 24 20:10:34.418 INFO O| Aug 24 20:10:34.417 INFO STEP 1 (unpack_tar) COMPLETE
97752026-08-24T20:10:35.011Z[ host-image] Aug 24 20:10:34.418 INFO O| Aug 24 20:10:34.418 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97762026-08-24T20:10:35.020Z[ host-image] Aug 24 20:10:34.428 INFO O| Aug 24 20:10:34.428 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/host/work/sled/zfs/a"]
97772026-08-24T20:10:35.542Z[ host-image] Aug 24 20:10:34.948 INFO O| Aug 24 20:10:34.948 INFO STEP 2 (devfsadm) COMPLETE
97782026-08-24T20:10:35.542Z[ host-image] Aug 24 20:10:34.948 INFO O| Aug 24 20:10:34.948 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97792026-08-24T20:10:35.552Z[ host-image] Aug 24 20:10:34.960 INFO O| Aug 24 20:10:34.960 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
97802026-08-24T20:10:35.552Z[ host-image] Aug 24 20:10:34.960 INFO O| Aug 24 20:10:34.960 INFO STEP 3 (ensure_dir) COMPLETE
97812026-08-24T20:10:35.556Z[ host-image] Aug 24 20:10:34.960 INFO O| Aug 24 20:10:34.960 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97822026-08-24T20:10:35.561Z[ host-image] Aug 24 20:10:34.969 INFO O| Aug 24 20:10:34.969 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
97832026-08-24T20:10:35.564Z[ host-image] Aug 24 20:10:34.969 INFO O| Aug 24 20:10:34.969 INFO STEP 4 (ensure_dir) COMPLETE
97842026-08-24T20:10:35.564Z[ host-image] Aug 24 20:10:34.969 INFO O| Aug 24 20:10:34.969 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97852026-08-24T20:10:35.570Z[ host-image] Aug 24 20:10:34.978 INFO O| Aug 24 20:10:34.978 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
97862026-08-24T20:10:35.570Z[ host-image] Aug 24 20:10:34.978 INFO O| Aug 24 20:10:34.978 INFO STEP 5 (ensure_dir) COMPLETE
97872026-08-24T20:10:35.574Z[ host-image] Aug 24 20:10:34.978 INFO O| Aug 24 20:10:34.978 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97882026-08-24T20:10:35.578Z[ host-image] Aug 24 20:10:34.987 INFO O| Aug 24 20:10:34.987 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
97892026-08-24T20:10:35.582Z[ host-image] Aug 24 20:10:34.987 INFO O| Aug 24 20:10:34.987 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
97902026-08-24T20:10:35.582Z[ host-image] Aug 24 20:10:34.987 INFO O| Aug 24 20:10:34.987 INFO STEP 6 (ensure_dir) COMPLETE
97912026-08-24T20:10:35.582Z[ host-image] Aug 24 20:10:34.987 INFO O| Aug 24 20:10:34.987 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97922026-08-24T20:10:35.586Z[ host-image] Aug 24 20:10:34.995 INFO O| Aug 24 20:10:34.995 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/usb
97932026-08-24T20:10:35.590Z[ host-image] Aug 24 20:10:34.995 INFO O| Aug 24 20:10:34.995 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/usb
97942026-08-24T20:10:35.590Z[ host-image] Aug 24 20:10:34.995 INFO O| Aug 24 20:10:34.995 INFO STEP 7 (ensure_dir) COMPLETE
97952026-08-24T20:10:35.590Z[ host-image] Aug 24 20:10:34.995 INFO O| Aug 24 20:10:34.995 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97962026-08-24T20:10:35.595Z[ host-image] Aug 24 20:10:35.004 INFO O| Aug 24 20:10:35.004 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/cfg"
97972026-08-24T20:10:35.599Z[ host-image] Aug 24 20:10:35.004 INFO O| Aug 24 20:10:35.004 INFO STEP 8 (remove_files) COMPLETE
97982026-08-24T20:10:35.599Z[ host-image] Aug 24 20:10:35.004 INFO O| Aug 24 20:10:35.004 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97992026-08-24T20:10:35.605Z[ host-image] Aug 24 20:10:35.013 INFO O| Aug 24 20:10:35.013 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/dsk"
98002026-08-24T20:10:35.608Z[ host-image] Aug 24 20:10:35.014 INFO O| Aug 24 20:10:35.014 INFO STEP 9 (remove_files) COMPLETE
98012026-08-24T20:10:35.609Z[ host-image] Aug 24 20:10:35.014 INFO O| Aug 24 20:10:35.014 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98022026-08-24T20:10:35.614Z[ host-image] Aug 24 20:10:35.022 INFO O| Aug 24 20:10:35.022 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/rdsk"
98032026-08-24T20:10:35.618Z[ host-image] Aug 24 20:10:35.023 INFO O| Aug 24 20:10:35.023 INFO STEP 10 (remove_files) COMPLETE
98042026-08-24T20:10:35.618Z[ host-image] Aug 24 20:10:35.023 INFO O| Aug 24 20:10:35.023 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98052026-08-24T20:10:35.624Z[ host-image] Aug 24 20:10:35.032 INFO O| Aug 24 20:10:35.032 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/sensors"
98062026-08-24T20:10:35.627Z[ host-image] Aug 24 20:10:35.032 INFO O| Aug 24 20:10:35.032 INFO STEP 11 (remove_files) COMPLETE
98072026-08-24T20:10:35.627Z[ host-image] Aug 24 20:10:35.032 INFO O| Aug 24 20:10:35.032 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98082026-08-24T20:10:35.633Z[ host-image] Aug 24 20:10:35.041 INFO O| Aug 24 20:10:35.041 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/usb"
98092026-08-24T20:10:35.636Z[ host-image] Aug 24 20:10:35.041 INFO O| Aug 24 20:10:35.041 INFO STEP 12 (remove_files) COMPLETE
98102026-08-24T20:10:35.637Z[ host-image] Aug 24 20:10:35.041 INFO O| Aug 24 20:10:35.041 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98112026-08-24T20:10:35.642Z[ host-image] Aug 24 20:10:35.050 INFO O| Aug 24 20:10:35.050 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
98122026-08-24T20:10:35.650Z[ host-image] Aug 24 20:10:35.050 INFO O| Aug 24 20:10:35.050 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
98132026-08-24T20:10:35.650Z[ host-image] Aug 24 20:10:35.050 INFO O| Aug 24 20:10:35.050 INFO STEP 13 (ensure_dir) COMPLETE
98142026-08-24T20:10:35.650Z[ host-image] Aug 24 20:10:35.050 INFO O| Aug 24 20:10:35.050 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98152026-08-24T20:10:35.662Z[ host-image] Aug 24 20:10:35.060 INFO O| Aug 24 20:10:35.060 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
98162026-08-24T20:10:35.662Z[ host-image] Aug 24 20:10:35.060 INFO O| Aug 24 20:10:35.060 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
98172026-08-24T20:10:35.662Z[ host-image] Aug 24 20:10:35.060 INFO O| Aug 24 20:10:35.060 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
98182026-08-24T20:10:35.662Z[ host-image] Aug 24 20:10:35.060 INFO O| Aug 24 20:10:35.060 INFO STEP 14 (ensure_dir) COMPLETE
98192026-08-24T20:10:35.662Z[ host-image] Aug 24 20:10:35.061 INFO O| Aug 24 20:10:35.060 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98202026-08-24T20:10:35.669Z[ host-image] Aug 24 20:10:35.070 INFO O| Aug 24 20:10:35.070 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
98212026-08-24T20:10:35.669Z[ host-image] Aug 24 20:10:35.070 INFO O| Aug 24 20:10:35.070 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
98222026-08-24T20:10:35.669Z[ host-image] Aug 24 20:10:35.070 INFO O| Aug 24 20:10:35.070 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
98232026-08-24T20:10:35.670Z[ host-image] Aug 24 20:10:35.070 INFO O| Aug 24 20:10:35.070 INFO STEP 15 (ensure_dir) COMPLETE
98242026-08-24T20:10:35.670Z[ host-image] Aug 24 20:10:35.070 INFO O| Aug 24 20:10:35.070 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98252026-08-24T20:10:35.670Z[ recovery-image] Aug 24 20:10:35.076 INFO O| ok, image written!
98262026-08-24T20:10:35.670Z[ recovery-image] Aug 24 20:10:35.076 INFO O| ok, boot_image_csum file written!
98272026-08-24T20:10:35.678Z[ recovery-image] Aug 24 20:10:35.079 INFO creating boot archive (CPIO)...
98282026-08-24T20:10:35.678Z[ recovery-image] Aug 24 20:10:35.079 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
98292026-08-24T20:10:35.678Z[ host-image] Aug 24 20:10:35.079 INFO O| Aug 24 20:10:35.079 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
98302026-08-24T20:10:35.678Z[ host-image] Aug 24 20:10:35.079 INFO O| Aug 24 20:10:35.079 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
98312026-08-24T20:10:35.678Z[ host-image] Aug 24 20:10:35.079 INFO O| Aug 24 20:10:35.079 INFO STEP 16 (ensure_dir) COMPLETE
98322026-08-24T20:10:35.678Z[ host-image] Aug 24 20:10:35.079 INFO O| Aug 24 20:10:35.079 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98332026-08-24T20:10:35.678Z[ recovery-image] Aug 24 20:10:35.083 INFO E| + root=/rpool/images/build/recovery/work/sled/ramdisk
98342026-08-24T20:10:35.678Z[ recovery-image] Aug 24 20:10:35.083 INFO E| + outfile=/work/os-recovery/cpio
98352026-08-24T20:10:35.678Z[ recovery-image] Aug 24 20:10:35.083 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.recovery
98362026-08-24T20:10:35.683Z[ recovery-image] Aug 24 20:10:35.085 INFO E| + cd /rpool/images/build/recovery/work/sled/ramdisk
98372026-08-24T20:10:35.683Z[ recovery-image] Aug 24 20:10:35.086 INFO E| + cpio -qo -H odc -O /work/os-recovery/cpio
98382026-08-24T20:10:35.683Z[ host-image] Aug 24 20:10:35.088 INFO O| Aug 24 20:10:35.088 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/usb
98392026-08-24T20:10:35.683Z[ host-image] Aug 24 20:10:35.088 INFO O| Aug 24 20:10:35.088 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/usb
98402026-08-24T20:10:35.683Z[ host-image] Aug 24 20:10:35.088 INFO O| Aug 24 20:10:35.088 INFO STEP 17 (ensure_dir) COMPLETE
98412026-08-24T20:10:35.683Z[ host-image] Aug 24 20:10:35.088 INFO O| Aug 24 20:10:35.088 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98422026-08-24T20:10:35.690Z[ host-image] Aug 24 20:10:35.097 INFO O| Aug 24 20:10:35.097 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
98432026-08-24T20:10:35.691Z[ host-image] Aug 24 20:10:35.097 INFO O| Aug 24 20:10:35.097 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/msglog
98442026-08-24T20:10:35.691Z[ host-image] Aug 24 20:10:35.097 INFO O| Aug 24 20:10:35.097 INFO ok!
98452026-08-24T20:10:35.695Z[ host-image] Aug 24 20:10:35.097 INFO O| Aug 24 20:10:35.097 INFO STEP 18 (ensure_symlink) COMPLETE
98462026-08-24T20:10:35.695Z[ host-image] Aug 24 20:10:35.097 INFO O| Aug 24 20:10:35.097 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98472026-08-24T20:10:35.700Z[ host-image] Aug 24 20:10:35.108 INFO O| Aug 24 20:10:35.108 INFO file /rpool/images/build/host/work/sled/zfs/a/reconfigure exists, with correct contents
98482026-08-24T20:10:35.700Z[ host-image] Aug 24 20:10:35.108 INFO O| Aug 24 20:10:35.108 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/reconfigure
98492026-08-24T20:10:35.703Z[ host-image] Aug 24 20:10:35.108 INFO O| Aug 24 20:10:35.108 INFO ok!
98502026-08-24T20:10:35.703Z[ host-image] Aug 24 20:10:35.108 INFO O| Aug 24 20:10:35.108 INFO STEP 19 (ensure_file) COMPLETE
98512026-08-24T20:10:35.704Z[ host-image] Aug 24 20:10:35.108 INFO O| Aug 24 20:10:35.108 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
98522026-08-24T20:10:35.707Z[ recovery-image] Aug 24 20:10:35.114 INFO E| + cd /work/oxidecomputer/helios/tmp/image.recovery
98532026-08-24T20:10:35.707Z[ recovery-image] Aug 24 20:10:35.114 INFO E| + cpio -qo -H odc -AO /work/os-recovery/cpio
98542026-08-24T20:10:35.711Z[ host-image] Aug 24 20:10:35.119 INFO O| Aug 24 20:10:35.118 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml does not exist
98552026-08-24T20:10:35.711Z[ host-image] Aug 24 20:10:35.119 INFO O| Aug 24 20:10:35.119 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
98562026-08-24T20:10:35.711Z[ host-image] Aug 24 20:10:35.119 INFO O| Aug 24 20:10:35.119 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml
98572026-08-24T20:10:35.711Z[ host-image] Aug 24 20:10:35.119 INFO O| Aug 24 20:10:35.119 INFO ok!
98582026-08-24T20:10:35.711Z[ host-image] Aug 24 20:10:35.119 INFO O| Aug 24 20:10:35.119 INFO STEP 20 (ensure_symlink) COMPLETE
98592026-08-24T20:10:35.711Z[ host-image] Aug 24 20:10:35.119 INFO O| Aug 24 20:10:35.119 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
98602026-08-24T20:10:35.716Z[ recovery-image] Aug 24 20:10:35.121 INFO creating compressed cpio/unix for dev loaders...
98612026-08-24T20:10:35.716Z[ recovery-image] Aug 24 20:10:35.121 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
98622026-08-24T20:10:35.720Z[ host-image] Aug 24 20:10:35.129 INFO O| Aug 24 20:10:35.128 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml does not exist
98632026-08-24T20:10:35.720Z[ host-image] Aug 24 20:10:35.129 INFO O| Aug 24 20:10:35.129 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
98642026-08-24T20:10:35.724Z[ host-image] Aug 24 20:10:35.129 INFO O| Aug 24 20:10:35.129 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml
98652026-08-24T20:10:35.724Z[ host-image] Aug 24 20:10:35.129 INFO O| Aug 24 20:10:35.129 INFO ok!
98662026-08-24T20:10:35.724Z[ host-image] Aug 24 20:10:35.129 INFO O| Aug 24 20:10:35.129 INFO STEP 21 (ensure_symlink) COMPLETE
98672026-08-24T20:10:35.724Z[ host-image] Aug 24 20:10:35.129 INFO O| Aug 24 20:10:35.129 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
98682026-08-24T20:10:35.729Z[ host-image] Aug 24 20:10:35.137 INFO O| Aug 24 20:10:35.137 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml does not exist
98692026-08-24T20:10:35.729Z[ host-image] Aug 24 20:10:35.137 INFO O| Aug 24 20:10:35.137 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
98702026-08-24T20:10:35.733Z[ host-image] Aug 24 20:10:35.137 INFO O| Aug 24 20:10:35.137 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml
98712026-08-24T20:10:35.733Z[ host-image] Aug 24 20:10:35.138 INFO O| Aug 24 20:10:35.137 INFO ok!
98722026-08-24T20:10:35.733Z[ host-image] Aug 24 20:10:35.138 INFO O| Aug 24 20:10:35.137 INFO STEP 22 (ensure_symlink) COMPLETE
98732026-08-24T20:10:35.733Z[ host-image] Aug 24 20:10:35.138 INFO O| Aug 24 20:10:35.138 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
98742026-08-24T20:10:35.741Z[ host-image] Aug 24 20:10:35.149 INFO O| Aug 24 20:10:35.149 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml does not exist
98752026-08-24T20:10:35.741Z[ host-image] Aug 24 20:10:35.149 INFO O| Aug 24 20:10:35.149 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
98762026-08-24T20:10:35.745Z[ host-image] Aug 24 20:10:35.149 INFO O| Aug 24 20:10:35.149 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml
98772026-08-24T20:10:35.745Z[ host-image] Aug 24 20:10:35.149 INFO O| Aug 24 20:10:35.149 INFO ok!
98782026-08-24T20:10:35.745Z[ host-image] Aug 24 20:10:35.149 INFO O| Aug 24 20:10:35.149 INFO STEP 23 (ensure_symlink) COMPLETE
98792026-08-24T20:10:35.745Z[ host-image] Aug 24 20:10:35.149 INFO O| Aug 24 20:10:35.149 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
98802026-08-24T20:10:35.751Z[ host-image] Aug 24 20:10:35.159 INFO O| Aug 24 20:10:35.159 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf exists, with wrong contents, unlinking
98812026-08-24T20:10:35.751Z[ host-image] Aug 24 20:10:35.159 INFO O| Aug 24 20:10:35.159 INFO copying /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.dns -> /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf ...
98822026-08-24T20:10:35.754Z[ host-image] Aug 24 20:10:35.159 INFO O| Aug 24 20:10:35.159 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf
98832026-08-24T20:10:35.754Z[ host-image] Aug 24 20:10:35.159 INFO O| Aug 24 20:10:35.159 INFO ok!
98842026-08-24T20:10:35.755Z[ host-image] Aug 24 20:10:35.159 INFO O| Aug 24 20:10:35.159 INFO STEP 24 (ensure_file) COMPLETE
98852026-08-24T20:10:35.755Z[ host-image] Aug 24 20:10:35.159 INFO O| Aug 24 20:10:35.159 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
98862026-08-24T20:10:35.760Z[ host-image] Aug 24 20:10:35.168 INFO O| Aug 24 20:10:35.168 INFO updating shadow file
98872026-08-24T20:10:35.764Z[ host-image] Aug 24 20:10:35.168 INFO O| Aug 24 20:10:35.168 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
98882026-08-24T20:10:35.764Z[ host-image] Aug 24 20:10:35.168 INFO O| Aug 24 20:10:35.168 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
98892026-08-24T20:10:35.764Z[ host-image] Aug 24 20:10:35.168 INFO O| Aug 24 20:10:35.168 INFO STEP 25 (shadow) COMPLETE
98902026-08-24T20:10:35.764Z[ host-image] Aug 24 20:10:35.168 INFO O| Aug 24 20:10:35.168 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
98912026-08-24T20:10:35.771Z[ host-image] Aug 24 20:10:35.177 INFO O| Aug 24 20:10:35.177 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts exists, with wrong contents, unlinking
98922026-08-24T20:10:35.772Z[ host-image] Aug 24 20:10:35.177 INFO O| Aug 24 20:10:35.177 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts ...
98932026-08-24T20:10:35.775Z[ host-image] Aug 24 20:10:35.177 INFO O| Aug 24 20:10:35.177 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts
98942026-08-24T20:10:35.775Z[ host-image] Aug 24 20:10:35.177 INFO O| Aug 24 20:10:35.177 INFO ok!
98952026-08-24T20:10:35.775Z[ host-image] Aug 24 20:10:35.177 INFO O| Aug 24 20:10:35.177 INFO STEP 26 (ensure_file) COMPLETE
98962026-08-24T20:10:35.775Z[ host-image] Aug 24 20:10:35.177 INFO O| Aug 24 20:10:35.177 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
98972026-08-24T20:10:35.780Z[ host-image] Aug 24 20:10:35.187 INFO O| Aug 24 20:10:35.187 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/nodename does not exist
98982026-08-24T20:10:35.780Z[ host-image] Aug 24 20:10:35.187 INFO O| Aug 24 20:10:35.187 INFO writing /rpool/images/build/host/work/sled/zfs/a/etc/nodename ...
98992026-08-24T20:10:35.780Z[ host-image] Aug 24 20:10:35.187 INFO O| Aug 24 20:10:35.187 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/nodename
99002026-08-24T20:10:35.780Z[ host-image] Aug 24 20:10:35.187 INFO O| Aug 24 20:10:35.187 INFO ok!
99012026-08-24T20:10:35.780Z[ host-image] Aug 24 20:10:35.187 INFO O| Aug 24 20:10:35.187 INFO STEP 27 (ensure_file) COMPLETE
99022026-08-24T20:10:35.780Z[ host-image] Aug 24 20:10:35.187 INFO O| Aug 24 20:10:35.187 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
99032026-08-24T20:10:35.788Z[ host-image] Aug 24 20:10:35.196 INFO O| Aug 24 20:10:35.196 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent exists, with wrong contents, unlinking
99042026-08-24T20:10:35.788Z[ host-image] Aug 24 20:10:35.196 INFO O| Aug 24 20:10:35.196 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent ...
99052026-08-24T20:10:35.792Z[ host-image] Aug 24 20:10:35.196 INFO O| Aug 24 20:10:35.196 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent
99062026-08-24T20:10:35.792Z[ host-image] Aug 24 20:10:35.196 INFO O| Aug 24 20:10:35.196 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent
99072026-08-24T20:10:35.792Z[ host-image] Aug 24 20:10:35.196 INFO O| Aug 24 20:10:35.196 INFO ok!
99082026-08-24T20:10:35.792Z[ host-image] Aug 24 20:10:35.196 INFO O| Aug 24 20:10:35.196 INFO STEP 28 (ensure_file) COMPLETE
99092026-08-24T20:10:35.792Z[ host-image] Aug 24 20:10:35.196 INFO O| Aug 24 20:10:35.196 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
99102026-08-24T20:10:35.799Z[ host-image] Aug 24 20:10:35.207 INFO O| Aug 24 20:10:35.207 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf does not exist
99112026-08-24T20:10:35.799Z[ host-image] Aug 24 20:10:35.207 INFO O| Aug 24 20:10:35.207 INFO writing /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf ...
99122026-08-24T20:10:35.803Z[ host-image] Aug 24 20:10:35.207 INFO O| Aug 24 20:10:35.207 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf
99132026-08-24T20:10:35.803Z[ host-image] Aug 24 20:10:35.207 INFO O| Aug 24 20:10:35.207 INFO ok!
99142026-08-24T20:10:35.803Z[ host-image] Aug 24 20:10:35.207 INFO O| Aug 24 20:10:35.207 INFO STEP 29 (ensure_file) COMPLETE
99152026-08-24T20:10:35.804Z[ host-image] Aug 24 20:10:35.207 INFO O| Aug 24 20:10:35.207 INFO STEP 30: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
99162026-08-24T20:10:35.809Z[ host-image] Aug 24 20:10:35.217 INFO O| Aug 24 20:10:35.217 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
99172026-08-24T20:10:35.812Z[ host-image] Aug 24 20:10:35.217 INFO O| Aug 24 20:10:35.217 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
99182026-08-24T20:10:35.813Z[ host-image] Aug 24 20:10:35.217 INFO O| Aug 24 20:10:35.217 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
99192026-08-24T20:10:35.813Z[ host-image] Aug 24 20:10:35.217 INFO O| Aug 24 20:10:35.217 INFO STEP 30 (ensure_dir) COMPLETE
99202026-08-24T20:10:35.813Z[ host-image] Aug 24 20:10:35.217 INFO O| Aug 24 20:10:35.217 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
99212026-08-24T20:10:35.818Z[ host-image] Aug 24 20:10:35.226 INFO O| Aug 24 20:10:35.226 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup does not exist
99222026-08-24T20:10:35.818Z[ host-image] Aug 24 20:10:35.226 INFO O| Aug 24 20:10:35.226 INFO copying /work/oxidecomputer/helios/image/templates/files/net-setup.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup ...
99232026-08-24T20:10:35.823Z[ host-image] Aug 24 20:10:35.226 INFO O| Aug 24 20:10:35.226 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup
99242026-08-24T20:10:35.823Z[ host-image] Aug 24 20:10:35.226 INFO O| Aug 24 20:10:35.226 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup
99252026-08-24T20:10:35.823Z[ host-image] Aug 24 20:10:35.226 INFO O| Aug 24 20:10:35.226 INFO ok!
99262026-08-24T20:10:35.823Z[ host-image] Aug 24 20:10:35.226 INFO O| Aug 24 20:10:35.226 INFO STEP 31 (ensure_file) COMPLETE
99272026-08-24T20:10:35.823Z[ host-image] Aug 24 20:10:35.226 INFO O| Aug 24 20:10:35.226 INFO STEP 32: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
99282026-08-24T20:10:35.827Z[ host-image] Aug 24 20:10:35.235 INFO O| Aug 24 20:10:35.235 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
99292026-08-24T20:10:35.827Z[ host-image] Aug 24 20:10:35.235 INFO O| Aug 24 20:10:35.235 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
99302026-08-24T20:10:35.827Z[ host-image] Aug 24 20:10:35.235 INFO O| Aug 24 20:10:35.235 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
99312026-08-24T20:10:35.827Z[ host-image] Aug 24 20:10:35.235 INFO O| Aug 24 20:10:35.235 INFO STEP 32 (ensure_dir) COMPLETE
99322026-08-24T20:10:35.827Z[ host-image] Aug 24 20:10:35.235 INFO O| Aug 24 20:10:35.235 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
99332026-08-24T20:10:35.836Z[ host-image] Aug 24 20:10:35.244 INFO O| Aug 24 20:10:35.244 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide/net-setup.xml does not exist
99342026-08-24T20:10:35.836Z[ host-image] Aug 24 20:10:35.244 INFO O| Aug 24 20:10:35.244 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 ...
99352026-08-24T20:10:35.839Z[ host-image] Aug 24 20:10:35.244 INFO O| Aug 24 20:10:35.244 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
99362026-08-24T20:10:35.839Z[ host-image] Aug 24 20:10:35.244 INFO O| Aug 24 20:10:35.244 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide/net-setup.xml
99372026-08-24T20:10:35.839Z[ host-image] Aug 24 20:10:35.244 INFO O| Aug 24 20:10:35.244 INFO ok!
99382026-08-24T20:10:35.840Z[ host-image] Aug 24 20:10:35.244 INFO O| Aug 24 20:10:35.244 INFO STEP 33 (ensure_file) COMPLETE
99392026-08-24T20:10:35.840Z[ host-image] Aug 24 20:10:35.244 INFO O| Aug 24 20:10:35.244 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99402026-08-24T20:10:35.845Z[ host-image] Aug 24 20:10:35.253 INFO O| Aug 24 20:10:35.253 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/auto_master does not exist
99412026-08-24T20:10:35.845Z[ host-image] Aug 24 20:10:35.253 INFO O| Aug 24 20:10:35.253 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/host/work/sled/zfs/a/etc/auto_master ...
99422026-08-24T20:10:35.845Z[ host-image] Aug 24 20:10:35.253 INFO O| Aug 24 20:10:35.253 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/auto_master
99432026-08-24T20:10:35.845Z[ host-image] Aug 24 20:10:35.253 INFO O| Aug 24 20:10:35.253 INFO ok!
99442026-08-24T20:10:35.845Z[ host-image] Aug 24 20:10:35.253 INFO O| Aug 24 20:10:35.253 INFO STEP 34 (ensure_file) COMPLETE
99452026-08-24T20:10:35.845Z[ host-image] Aug 24 20:10:35.253 INFO O| Aug 24 20:10:35.253 INFO STEP 35: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99462026-08-24T20:10:35.854Z[ host-image] Aug 24 20:10:35.262 INFO O| Aug 24 20:10:35.262 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs exists, with wrong contents, unlinking
99472026-08-24T20:10:35.859Z[ host-image] Aug 24 20:10:35.263 INFO O| Aug 24 20:10:35.263 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs ...
99482026-08-24T20:10:35.859Z[ host-image] Aug 24 20:10:35.263 INFO O| Aug 24 20:10:35.263 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs
99492026-08-24T20:10:35.859Z[ host-image] Aug 24 20:10:35.263 INFO O| Aug 24 20:10:35.263 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs
99502026-08-24T20:10:35.859Z[ host-image] Aug 24 20:10:35.263 INFO O| Aug 24 20:10:35.263 INFO ok!
99512026-08-24T20:10:35.859Z[ host-image] Aug 24 20:10:35.263 INFO O| Aug 24 20:10:35.263 INFO STEP 35 (ensure_file) COMPLETE
99522026-08-24T20:10:35.859Z[ host-image] Aug 24 20:10:35.263 INFO O| Aug 24 20:10:35.263 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99532026-08-24T20:10:35.865Z[ host-image] Aug 24 20:10:35.272 INFO O| Aug 24 20:10:35.272 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/init exists, with wrong contents, unlinking
99542026-08-24T20:10:35.870Z[ host-image] Aug 24 20:10:35.272 INFO O| Aug 24 20:10:35.272 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/host/work/sled/zfs/a/etc/default/init ...
99552026-08-24T20:10:35.870Z[ host-image] Aug 24 20:10:35.272 INFO O| Aug 24 20:10:35.272 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/init
99562026-08-24T20:10:35.870Z[ host-image] Aug 24 20:10:35.272 INFO O| Aug 24 20:10:35.272 INFO ok!
99572026-08-24T20:10:35.870Z[ host-image] Aug 24 20:10:35.272 INFO O| Aug 24 20:10:35.272 INFO STEP 36 (ensure_file) COMPLETE
99582026-08-24T20:10:35.870Z[ host-image] Aug 24 20:10:35.272 INFO O| Aug 24 20:10:35.272 INFO STEP 37: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99592026-08-24T20:10:35.874Z[ host-image] Aug 24 20:10:35.281 INFO O| Aug 24 20:10:35.281 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
99602026-08-24T20:10:35.874Z[ host-image] Aug 24 20:10:35.281 INFO O| Aug 24 20:10:35.281 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config ...
99612026-08-24T20:10:35.874Z[ host-image] Aug 24 20:10:35.281 INFO O| Aug 24 20:10:35.281 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config
99622026-08-24T20:10:35.874Z[ host-image] Aug 24 20:10:35.281 INFO O| Aug 24 20:10:35.281 INFO ok!
99632026-08-24T20:10:35.874Z[ host-image] Aug 24 20:10:35.281 INFO O| Aug 24 20:10:35.281 INFO STEP 37 (ensure_file) COMPLETE
99642026-08-24T20:10:35.874Z[ host-image] Aug 24 20:10:35.281 INFO O| Aug 24 20:10:35.281 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99652026-08-24T20:10:35.884Z[ host-image] Aug 24 20:10:35.292 INFO O| Aug 24 20:10:35.292 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams does not exist
99662026-08-24T20:10:35.884Z[ host-image] Aug 24 20:10:35.292 INFO O| Aug 24 20:10:35.292 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams ...
99672026-08-24T20:10:35.888Z[ host-image] Aug 24 20:10:35.292 INFO O| Aug 24 20:10:35.292 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
99682026-08-24T20:10:35.888Z[ host-image] Aug 24 20:10:35.292 INFO O| Aug 24 20:10:35.292 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
99692026-08-24T20:10:35.888Z[ host-image] Aug 24 20:10:35.292 INFO O| Aug 24 20:10:35.292 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
99702026-08-24T20:10:35.888Z[ host-image] Aug 24 20:10:35.292 INFO O| Aug 24 20:10:35.292 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
99712026-08-24T20:10:35.888Z[ host-image] Aug 24 20:10:35.292 INFO O| Aug 24 20:10:35.292 INFO ok!
99722026-08-24T20:10:35.888Z[ host-image] Aug 24 20:10:35.292 INFO O| Aug 24 20:10:35.292 INFO STEP 38 (ensure_file) COMPLETE
99732026-08-24T20:10:35.888Z[ host-image] Aug 24 20:10:35.292 INFO O| Aug 24 20:10:35.292 INFO STEP 39: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
99742026-08-24T20:10:35.893Z[ host-image] Aug 24 20:10:35.301 INFO O| Aug 24 20:10:35.301 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
99752026-08-24T20:10:35.896Z[ host-image] Aug 24 20:10:35.301 INFO O| Aug 24 20:10:35.301 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
99762026-08-24T20:10:35.896Z[ host-image] Aug 24 20:10:35.301 INFO O| Aug 24 20:10:35.301 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
99772026-08-24T20:10:35.896Z[ host-image] Aug 24 20:10:35.301 INFO O| Aug 24 20:10:35.301 INFO STEP 39 (ensure_dir) COMPLETE
99782026-08-24T20:10:35.897Z[ host-image] Aug 24 20:10:35.301 INFO O| Aug 24 20:10:35.301 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
99792026-08-24T20:10:35.903Z[ host-image] Aug 24 20:10:35.311 INFO O| Aug 24 20:10:35.311 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
99802026-08-24T20:10:35.903Z[ host-image] Aug 24 20:10:35.311 INFO O| Aug 24 20:10:35.311 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 ...
99812026-08-24T20:10:35.907Z[ host-image] Aug 24 20:10:35.311 INFO O| Aug 24 20:10:35.311 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
99822026-08-24T20:10:35.907Z[ host-image] Aug 24 20:10:35.311 INFO O| Aug 24 20:10:35.311 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
99832026-08-24T20:10:35.907Z[ host-image] Aug 24 20:10:35.311 INFO O| Aug 24 20:10:35.311 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
99842026-08-24T20:10:35.907Z[ host-image] Aug 24 20:10:35.311 INFO O| Aug 24 20:10:35.311 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
99852026-08-24T20:10:35.908Z[ host-image] Aug 24 20:10:35.311 INFO O| Aug 24 20:10:35.311 INFO ok!
99862026-08-24T20:10:35.908Z[ host-image] Aug 24 20:10:35.311 INFO O| Aug 24 20:10:35.311 INFO STEP 40 (ensure_file) COMPLETE
99872026-08-24T20:10:35.908Z[ host-image] Aug 24 20:10:35.311 INFO O| Aug 24 20:10:35.311 INFO STEP 41: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
99882026-08-24T20:10:35.912Z[ host-image] Aug 24 20:10:35.321 INFO O| Aug 24 20:10:35.321 INFO link /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
99892026-08-24T20:10:35.912Z[ host-image] Aug 24 20:10:35.321 INFO O| Aug 24 20:10:35.321 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 ...
99902026-08-24T20:10:35.916Z[ host-image] Aug 24 20:10:35.321 INFO O| Aug 24 20:10:35.321 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin
99912026-08-24T20:10:35.916Z[ host-image] Aug 24 20:10:35.321 INFO O| Aug 24 20:10:35.321 INFO ok!
99922026-08-24T20:10:35.916Z[ host-image] Aug 24 20:10:35.321 INFO O| Aug 24 20:10:35.321 INFO STEP 41 (ensure_symlink) COMPLETE
99932026-08-24T20:10:35.916Z[ host-image] Aug 24 20:10:35.321 INFO O| Aug 24 20:10:35.321 INFO STEP 42: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
99942026-08-24T20:10:35.922Z[ host-image] Aug 24 20:10:35.330 INFO O| Aug 24 20:10:35.330 INFO link /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo does not exist
99952026-08-24T20:10:35.922Z[ host-image] Aug 24 20:10:35.330 INFO O| Aug 24 20:10:35.330 INFO linking /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo -> Oxide,Gimlet ...
99962026-08-24T20:10:35.926Z[ host-image] Aug 24 20:10:35.330 INFO O| Aug 24 20:10:35.330 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo
99972026-08-24T20:10:35.926Z[ host-image] Aug 24 20:10:35.330 INFO O| Aug 24 20:10:35.330 INFO ok!
99982026-08-24T20:10:35.926Z[ host-image] Aug 24 20:10:35.330 INFO O| Aug 24 20:10:35.330 INFO STEP 42 (ensure_symlink) COMPLETE
99992026-08-24T20:10:35.926Z[ host-image] Aug 24 20:10:35.330 INFO O| Aug 24 20:10:35.330 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
100002026-08-24T20:10:35.931Z[ host-image] Aug 24 20:10:35.339 INFO O| Aug 24 20:10:35.339 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot does not exist
100012026-08-24T20:10:35.931Z[ host-image] Aug 24 20:10:35.339 INFO O| Aug 24 20:10:35.339 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-postboot.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot ...
100022026-08-24T20:10:35.934Z[ host-image] Aug 24 20:10:35.339 INFO O| Aug 24 20:10:35.339 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
100032026-08-24T20:10:35.935Z[ host-image] Aug 24 20:10:35.339 INFO O| Aug 24 20:10:35.339 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
100042026-08-24T20:10:35.935Z[ host-image] Aug 24 20:10:35.339 INFO O| Aug 24 20:10:35.339 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
100052026-08-24T20:10:35.935Z[ host-image] Aug 24 20:10:35.339 INFO O| Aug 24 20:10:35.339 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
100062026-08-24T20:10:35.935Z[ host-image] Aug 24 20:10:35.339 INFO O| Aug 24 20:10:35.339 INFO ok!
100072026-08-24T20:10:35.935Z[ host-image] Aug 24 20:10:35.339 INFO O| Aug 24 20:10:35.339 INFO STEP 43 (ensure_file) COMPLETE
100082026-08-24T20:10:35.935Z[ host-image] Aug 24 20:10:35.339 INFO O| Aug 24 20:10:35.339 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
100092026-08-24T20:10:35.939Z[ host-image] Aug 24 20:10:35.347 INFO O| Aug 24 20:10:35.347 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/postboot.xml does not exist
100102026-08-24T20:10:35.939Z[ host-image] Aug 24 20:10:35.347 INFO O| Aug 24 20:10:35.347 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 ...
100112026-08-24T20:10:35.939Z[ host-image] Aug 24 20:10:35.347 INFO O| Aug 24 20:10:35.347 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
100122026-08-24T20:10:35.940Z[ host-image] Aug 24 20:10:35.347 INFO O| Aug 24 20:10:35.347 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/postboot.xml
100132026-08-24T20:10:35.940Z[ host-image] Aug 24 20:10:35.347 INFO O| Aug 24 20:10:35.347 INFO ok!
100142026-08-24T20:10:35.940Z[ host-image] Aug 24 20:10:35.347 INFO O| Aug 24 20:10:35.347 INFO STEP 44 (ensure_file) COMPLETE
100152026-08-24T20:10:35.940Z[ host-image] Aug 24 20:10:35.347 INFO O| Aug 24 20:10:35.347 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
100162026-08-24T20:10:35.944Z[ recovery-image] Aug 24 20:10:35.352 INFO exec: ["bash", "-c", "'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick' '/work/os-recovery/cpio' >'/work/os-recovery/cpio.z'"], pwd: None
100172026-08-24T20:10:35.949Z[ host-image] Aug 24 20:10:35.358 INFO O| Aug 24 20:10:35.357 INFO file /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml does not exist
100182026-08-24T20:10:35.949Z[ host-image] Aug 24 20:10:35.358 INFO O| Aug 24 20:10:35.357 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml ...
100192026-08-24T20:10:35.953Z[ host-image] Aug 24 20:10:35.358 INFO O| Aug 24 20:10:35.358 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml
100202026-08-24T20:10:35.953Z[ host-image] Aug 24 20:10:35.358 INFO O| Aug 24 20:10:35.358 INFO ok!
100212026-08-24T20:10:35.953Z[ host-image] Aug 24 20:10:35.358 INFO O| Aug 24 20:10:35.358 INFO STEP 45 (ensure_file) COMPLETE
100222026-08-24T20:10:35.953Z[ host-image] Aug 24 20:10:35.358 INFO O| Aug 24 20:10:35.358 INFO STEP 46: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
100232026-08-24T20:10:35.958Z[ host-image] Aug 24 20:10:35.366 INFO O| Aug 24 20:10:35.366 INFO updating shadow file
100242026-08-24T20:10:35.961Z[ host-image] Aug 24 20:10:35.366 INFO O| Aug 24 20:10:35.366 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
100252026-08-24T20:10:35.961Z[ host-image] Aug 24 20:10:35.366 INFO O| Aug 24 20:10:35.366 INFO STEP 46 (shadow) COMPLETE
100262026-08-24T20:10:35.961Z[ host-image] Aug 24 20:10:35.366 INFO O| Aug 24 20:10:35.366 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
100272026-08-24T20:10:35.968Z[ host-image] Aug 24 20:10:35.377 INFO O| Aug 24 20:10:35.377 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/login exists, with wrong contents, unlinking
100282026-08-24T20:10:35.968Z[ host-image] Aug 24 20:10:35.377 INFO O| Aug 24 20:10:35.377 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/host/work/sled/zfs/a/etc/default/login ...
100292026-08-24T20:10:35.972Z[ host-image] Aug 24 20:10:35.377 INFO O| Aug 24 20:10:35.377 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/login
100302026-08-24T20:10:35.972Z[ host-image] Aug 24 20:10:35.377 INFO O| Aug 24 20:10:35.377 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/default/login
100312026-08-24T20:10:35.972Z[ host-image] Aug 24 20:10:35.377 INFO O| Aug 24 20:10:35.377 INFO ok!
100322026-08-24T20:10:35.972Z[ host-image] Aug 24 20:10:35.377 INFO O| Aug 24 20:10:35.377 INFO STEP 47 (ensure_file) COMPLETE
100332026-08-24T20:10:35.972Z[ host-image] Aug 24 20:10:35.377 INFO O| Aug 24 20:10:35.377 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
100342026-08-24T20:10:35.973Z[ host-image] Aug 24 20:10:35.377 INFO O| Aug 24 20:10:35.377 INFO skip step because feature "mfg" is not enabled
100352026-08-24T20:10:35.973Z[ host-image] Aug 24 20:10:35.377 INFO O| Aug 24 20:10:35.377 INFO STEP 49: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
100362026-08-24T20:10:35.973Z[ host-image] Aug 24 20:10:35.377 INFO O| Aug 24 20:10:35.377 INFO skip step because feature "mfg" is not enabled
100372026-08-24T20:10:35.973Z[ host-image] Aug 24 20:10:35.377 INFO O| Aug 24 20:10:35.377 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
100382026-08-24T20:10:35.979Z[ host-image] Aug 24 20:10:35.386 INFO O| Aug 24 20:10:35.386 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot does not exist
100392026-08-24T20:10:35.982Z[ host-image] Aug 24 20:10:35.386 INFO O| Aug 24 20:10:35.386 INFO copying /work/oxidecomputer/helios/projects/pilot/target/release/pilot -> /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot ...
100402026-08-24T20:10:36.002Z[ host-image] Aug 24 20:10:35.410 INFO O| Aug 24 20:10:35.410 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot
100412026-08-24T20:10:36.002Z[ host-image] Aug 24 20:10:35.410 INFO O| Aug 24 20:10:35.410 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot
100422026-08-24T20:10:36.003Z[ host-image] Aug 24 20:10:35.410 INFO O| Aug 24 20:10:35.410 INFO ok!
100432026-08-24T20:10:36.006Z[ host-image] Aug 24 20:10:35.410 INFO O| Aug 24 20:10:35.410 INFO STEP 50 (ensure_file) COMPLETE
100442026-08-24T20:10:36.006Z[ host-image] Aug 24 20:10:35.410 INFO O| Aug 24 20:10:35.410 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100452026-08-24T20:10:36.007Z[ host-image] Aug 24 20:10:35.410 INFO O| Aug 24 20:10:35.410 INFO skip step because feature "compliance" is not enabled
100462026-08-24T20:10:36.007Z[ host-image] Aug 24 20:10:35.410 INFO O| Aug 24 20:10:35.410 INFO STEP 52: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100472026-08-24T20:10:36.011Z[ host-image] Aug 24 20:10:35.420 INFO O| Aug 24 20:10:35.420 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname does not exist
100482026-08-24T20:10:36.011Z[ host-image] Aug 24 20:10:35.420 INFO O| Aug 24 20:10:35.420 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname ...
100492026-08-24T20:10:36.015Z[ host-image] Aug 24 20:10:35.420 INFO O| Aug 24 20:10:35.420 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
100502026-08-24T20:10:36.015Z[ host-image] Aug 24 20:10:35.420 INFO O| Aug 24 20:10:35.420 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
100512026-08-24T20:10:36.015Z[ host-image] Aug 24 20:10:35.420 INFO O| Aug 24 20:10:35.420 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
100522026-08-24T20:10:36.015Z[ host-image] Aug 24 20:10:35.420 INFO O| Aug 24 20:10:35.420 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
100532026-08-24T20:10:36.015Z[ host-image] Aug 24 20:10:35.420 INFO O| Aug 24 20:10:35.420 INFO ok!
100542026-08-24T20:10:36.015Z[ host-image] Aug 24 20:10:35.420 INFO O| Aug 24 20:10:35.420 INFO STEP 52 (ensure_file) COMPLETE
100552026-08-24T20:10:36.016Z[ host-image] Aug 24 20:10:35.420 INFO O| Aug 24 20:10:35.420 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100562026-08-24T20:10:36.021Z[ host-image] Aug 24 20:10:35.429 INFO O| Aug 24 20:10:35.429 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-hostname.xml does not exist
100572026-08-24T20:10:36.021Z[ host-image] Aug 24 20:10:35.429 INFO O| Aug 24 20:10:35.429 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 ...
100582026-08-24T20:10:36.025Z[ host-image] Aug 24 20:10:35.429 INFO O| Aug 24 20:10:35.429 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
100592026-08-24T20:10:36.025Z[ host-image] Aug 24 20:10:35.429 INFO O| Aug 24 20:10:35.429 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-hostname.xml
100602026-08-24T20:10:36.025Z[ host-image] Aug 24 20:10:35.429 INFO O| Aug 24 20:10:35.429 INFO ok!
100612026-08-24T20:10:36.025Z[ host-image] Aug 24 20:10:35.429 INFO O| Aug 24 20:10:35.429 INFO STEP 53 (ensure_file) COMPLETE
100622026-08-24T20:10:36.025Z[ host-image] Aug 24 20:10:35.429 INFO O| Aug 24 20:10:35.429 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100632026-08-24T20:10:36.031Z[ host-image] Aug 24 20:10:35.439 INFO O| Aug 24 20:10:35.439 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen does not exist
100642026-08-24T20:10:36.031Z[ host-image] Aug 24 20:10:35.439 INFO O| Aug 24 20:10:35.439 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 ...
100652026-08-24T20:10:36.034Z[ host-image] Aug 24 20:10:35.439 INFO O| Aug 24 20:10:35.439 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen
100662026-08-24T20:10:36.034Z[ host-image] Aug 24 20:10:35.439 INFO O| Aug 24 20:10:35.439 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen
100672026-08-24T20:10:36.034Z[ host-image] Aug 24 20:10:35.439 INFO O| Aug 24 20:10:35.439 INFO ok!
100682026-08-24T20:10:36.034Z[ host-image] Aug 24 20:10:35.439 INFO O| Aug 24 20:10:35.439 INFO STEP 54 (ensure_file) COMPLETE
100692026-08-24T20:10:36.035Z[ host-image] Aug 24 20:10:35.439 INFO O| Aug 24 20:10:35.439 INFO STEP 55: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100702026-08-24T20:10:36.039Z[ host-image] Aug 24 20:10:35.446 INFO O| Aug 24 20:10:35.446 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-cpu-loadgen.xml does not exist
100712026-08-24T20:10:36.039Z[ host-image] Aug 24 20:10:35.446 INFO O| Aug 24 20:10:35.446 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 ...
100722026-08-24T20:10:36.039Z[ host-image] Aug 24 20:10:35.446 INFO O| Aug 24 20:10:35.446 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
100732026-08-24T20:10:36.039Z[ host-image] Aug 24 20:10:35.447 INFO O| Aug 24 20:10:35.446 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-cpu-loadgen.xml
100742026-08-24T20:10:36.039Z[ host-image] Aug 24 20:10:35.447 INFO O| Aug 24 20:10:35.446 INFO ok!
100752026-08-24T20:10:36.039Z[ host-image] Aug 24 20:10:35.447 INFO O| Aug 24 20:10:35.446 INFO STEP 55 (ensure_file) COMPLETE
100762026-08-24T20:10:36.039Z[ host-image] Aug 24 20:10:35.447 INFO O| Aug 24 20:10:35.446 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100772026-08-24T20:10:36.046Z[ host-image] Aug 24 20:10:35.454 INFO O| Aug 24 20:10:35.454 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen does not exist
100782026-08-24T20:10:36.046Z[ host-image] Aug 24 20:10:35.454 INFO O| Aug 24 20:10:35.454 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 ...
100792026-08-24T20:10:36.049Z[ host-image] Aug 24 20:10:35.454 INFO O| Aug 24 20:10:35.454 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen
100802026-08-24T20:10:36.050Z[ host-image] Aug 24 20:10:35.454 INFO O| Aug 24 20:10:35.454 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen
100812026-08-24T20:10:36.050Z[ host-image] Aug 24 20:10:35.454 INFO O| Aug 24 20:10:35.454 INFO ok!
100822026-08-24T20:10:36.050Z[ host-image] Aug 24 20:10:35.454 INFO O| Aug 24 20:10:35.454 INFO STEP 56 (ensure_file) COMPLETE
100832026-08-24T20:10:36.050Z[ host-image] Aug 24 20:10:35.454 INFO O| Aug 24 20:10:35.454 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100842026-08-24T20:10:36.053Z[ host-image] Aug 24 20:10:35.462 INFO O| Aug 24 20:10:35.462 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-mem-loadgen.xml does not exist
100852026-08-24T20:10:36.053Z[ host-image] Aug 24 20:10:35.462 INFO O| Aug 24 20:10:35.462 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 ...
100862026-08-24T20:10:36.057Z[ host-image] Aug 24 20:10:35.462 INFO O| Aug 24 20:10:35.462 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
100872026-08-24T20:10:36.057Z[ host-image] Aug 24 20:10:35.462 INFO O| Aug 24 20:10:35.462 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-mem-loadgen.xml
100882026-08-24T20:10:36.057Z[ host-image] Aug 24 20:10:35.462 INFO O| Aug 24 20:10:35.462 INFO ok!
100892026-08-24T20:10:36.057Z[ host-image] Aug 24 20:10:35.462 INFO O| Aug 24 20:10:35.462 INFO STEP 57 (ensure_file) COMPLETE
100902026-08-24T20:10:36.057Z[ host-image] Aug 24 20:10:35.462 INFO O| Aug 24 20:10:35.462 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100912026-08-24T20:10:36.064Z[ host-image] Aug 24 20:10:35.472 INFO O| Aug 24 20:10:35.472 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen does not exist
100922026-08-24T20:10:36.064Z[ host-image] Aug 24 20:10:35.472 INFO O| Aug 24 20:10:35.472 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 ...
100932026-08-24T20:10:36.068Z[ host-image] Aug 24 20:10:35.472 INFO O| Aug 24 20:10:35.472 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
100942026-08-24T20:10:36.068Z[ host-image] Aug 24 20:10:35.472 INFO O| Aug 24 20:10:35.472 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
100952026-08-24T20:10:36.068Z[ host-image] Aug 24 20:10:35.472 INFO O| Aug 24 20:10:35.472 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
100962026-08-24T20:10:36.068Z[ host-image] Aug 24 20:10:35.472 INFO O| Aug 24 20:10:35.472 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
100972026-08-24T20:10:36.068Z[ host-image] Aug 24 20:10:35.472 INFO O| Aug 24 20:10:35.472 INFO ok!
100982026-08-24T20:10:36.068Z[ host-image] Aug 24 20:10:35.472 INFO O| Aug 24 20:10:35.472 INFO STEP 58 (ensure_file) COMPLETE
100992026-08-24T20:10:36.068Z[ host-image] Aug 24 20:10:35.472 INFO O| Aug 24 20:10:35.472 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101002026-08-24T20:10:36.073Z[ host-image] Aug 24 20:10:35.482 INFO O| Aug 24 20:10:35.482 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-nvme-loadgen.xml does not exist
101012026-08-24T20:10:36.073Z[ host-image] Aug 24 20:10:35.482 INFO O| Aug 24 20:10:35.482 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 ...
101022026-08-24T20:10:36.077Z[ host-image] Aug 24 20:10:35.482 INFO O| Aug 24 20:10:35.482 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
101032026-08-24T20:10:36.077Z[ host-image] Aug 24 20:10:35.482 INFO O| Aug 24 20:10:35.482 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-nvme-loadgen.xml
101042026-08-24T20:10:36.077Z[ host-image] Aug 24 20:10:35.482 INFO O| Aug 24 20:10:35.482 INFO ok!
101052026-08-24T20:10:36.077Z[ host-image] Aug 24 20:10:35.482 INFO O| Aug 24 20:10:35.482 INFO STEP 59 (ensure_file) COMPLETE
101062026-08-24T20:10:36.077Z[ host-image] Aug 24 20:10:35.482 INFO O| Aug 24 20:10:35.482 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101072026-08-24T20:10:36.082Z[ host-image] Aug 24 20:10:35.491 INFO O| Aug 24 20:10:35.491 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger does not exist
101082026-08-24T20:10:36.083Z[ host-image] Aug 24 20:10:35.491 INFO O| Aug 24 20:10:35.491 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-pinger.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger ...
101092026-08-24T20:10:36.087Z[ host-image] Aug 24 20:10:35.491 INFO O| Aug 24 20:10:35.491 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger
101102026-08-24T20:10:36.087Z[ host-image] Aug 24 20:10:35.491 INFO O| Aug 24 20:10:35.491 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger
101112026-08-24T20:10:36.087Z[ host-image] Aug 24 20:10:35.491 INFO O| Aug 24 20:10:35.491 INFO ok!
101122026-08-24T20:10:36.087Z[ host-image] Aug 24 20:10:35.491 INFO O| Aug 24 20:10:35.491 INFO STEP 60 (ensure_file) COMPLETE
101132026-08-24T20:10:36.087Z[ host-image] Aug 24 20:10:35.491 INFO O| Aug 24 20:10:35.491 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101142026-08-24T20:10:36.092Z[ host-image] Aug 24 20:10:35.500 INFO O| Aug 24 20:10:35.500 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-pinger.xml does not exist
101152026-08-24T20:10:36.096Z[ host-image] Aug 24 20:10:35.500 INFO O| Aug 24 20:10:35.500 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 ...
101162026-08-24T20:10:36.096Z[ host-image] Aug 24 20:10:35.500 INFO O| Aug 24 20:10:35.500 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
101172026-08-24T20:10:36.096Z[ host-image] Aug 24 20:10:35.500 INFO O| Aug 24 20:10:35.500 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-pinger.xml
101182026-08-24T20:10:36.096Z[ host-image] Aug 24 20:10:35.500 INFO O| Aug 24 20:10:35.500 INFO ok!
101192026-08-24T20:10:36.096Z[ host-image] Aug 24 20:10:35.500 INFO O| Aug 24 20:10:35.500 INFO STEP 61 (ensure_file) COMPLETE
101202026-08-24T20:10:36.096Z[ host-image] Aug 24 20:10:35.500 INFO O| Aug 24 20:10:35.500 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101212026-08-24T20:10:36.100Z[ host-image] Aug 24 20:10:35.509 INFO O| Aug 24 20:10:35.509 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon does not exist
101222026-08-24T20:10:36.101Z[ host-image] Aug 24 20:10:35.509 INFO O| Aug 24 20:10:35.509 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon ...
101232026-08-24T20:10:36.104Z[ host-image] Aug 24 20:10:35.509 INFO O| Aug 24 20:10:35.509 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
101242026-08-24T20:10:36.104Z[ host-image] Aug 24 20:10:35.509 INFO O| Aug 24 20:10:35.509 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
101252026-08-24T20:10:36.105Z[ host-image] Aug 24 20:10:35.509 INFO O| Aug 24 20:10:35.509 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
101262026-08-24T20:10:36.105Z[ host-image] Aug 24 20:10:35.509 INFO O| Aug 24 20:10:35.509 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
101272026-08-24T20:10:36.105Z[ host-image] Aug 24 20:10:35.509 INFO O| Aug 24 20:10:35.509 INFO ok!
101282026-08-24T20:10:36.105Z[ host-image] Aug 24 20:10:35.509 INFO O| Aug 24 20:10:35.509 INFO STEP 62 (ensure_file) COMPLETE
101292026-08-24T20:10:36.105Z[ host-image] Aug 24 20:10:35.509 INFO O| Aug 24 20:10:35.509 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101302026-08-24T20:10:36.110Z[ host-image] Aug 24 20:10:35.518 INFO O| Aug 24 20:10:35.518 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-beacon.xml does not exist
101312026-08-24T20:10:36.110Z[ host-image] Aug 24 20:10:35.518 INFO O| Aug 24 20:10:35.518 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 ...
101322026-08-24T20:10:36.113Z[ host-image] Aug 24 20:10:35.518 INFO O| Aug 24 20:10:35.518 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
101332026-08-24T20:10:36.114Z[ host-image] Aug 24 20:10:35.518 INFO O| Aug 24 20:10:35.518 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-beacon.xml
101342026-08-24T20:10:36.114Z[ host-image] Aug 24 20:10:35.518 INFO O| Aug 24 20:10:35.518 INFO ok!
101352026-08-24T20:10:36.114Z[ host-image] Aug 24 20:10:35.518 INFO O| Aug 24 20:10:35.518 INFO STEP 63 (ensure_file) COMPLETE
101362026-08-24T20:10:36.114Z[ host-image] Aug 24 20:10:35.518 INFO O| Aug 24 20:10:35.518 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101372026-08-24T20:10:36.119Z[ host-image] Aug 24 20:10:35.527 INFO O| Aug 24 20:10:35.527 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-time.xml does not exist
101382026-08-24T20:10:36.119Z[ host-image] Aug 24 20:10:35.527 INFO O| Aug 24 20:10:35.527 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 ...
101392026-08-24T20:10:36.122Z[ host-image] Aug 24 20:10:35.527 INFO O| Aug 24 20:10:35.527 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
101402026-08-24T20:10:36.122Z[ host-image] Aug 24 20:10:35.527 INFO O| Aug 24 20:10:35.527 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-time.xml
101412026-08-24T20:10:36.122Z[ host-image] Aug 24 20:10:35.527 INFO O| Aug 24 20:10:35.527 INFO ok!
101422026-08-24T20:10:36.122Z[ host-image] Aug 24 20:10:35.527 INFO O| Aug 24 20:10:35.527 INFO STEP 64 (ensure_file) COMPLETE
101432026-08-24T20:10:36.123Z[ host-image] Aug 24 20:10:35.527 INFO O| Aug 24 20:10:35.527 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101442026-08-24T20:10:36.128Z[ host-image] Aug 24 20:10:35.536 INFO O| Aug 24 20:10:35.536 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-dump.xml does not exist
101452026-08-24T20:10:36.128Z[ host-image] Aug 24 20:10:35.536 INFO O| Aug 24 20:10:35.536 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 ...
101462026-08-24T20:10:36.131Z[ host-image] Aug 24 20:10:35.536 INFO O| Aug 24 20:10:35.536 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
101472026-08-24T20:10:36.131Z[ host-image] Aug 24 20:10:35.536 INFO O| Aug 24 20:10:35.536 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-dump.xml
101482026-08-24T20:10:36.131Z[ host-image] Aug 24 20:10:35.536 INFO O| Aug 24 20:10:35.536 INFO ok!
101492026-08-24T20:10:36.132Z[ host-image] Aug 24 20:10:35.536 INFO O| Aug 24 20:10:35.536 INFO STEP 65 (ensure_file) COMPLETE
101502026-08-24T20:10:36.132Z[ host-image] Aug 24 20:10:35.536 INFO O| Aug 24 20:10:35.536 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
101512026-08-24T20:10:36.132Z[ host-image] Aug 24 20:10:35.536 INFO O| Aug 24 20:10:35.536 INFO skip step because feature "mbist" is not enabled
101522026-08-24T20:10:36.132Z[ host-image] Aug 24 20:10:35.536 INFO O| Aug 24 20:10:35.536 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101532026-08-24T20:10:36.136Z[ host-image] Aug 24 20:10:35.545 INFO O| Aug 24 20:10:35.545 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/opt
101542026-08-24T20:10:36.136Z[ host-image] Aug 24 20:10:35.545 INFO O| Aug 24 20:10:35.545 INFO STEP 67 (ensure_dir) COMPLETE
101552026-08-24T20:10:36.140Z[ host-image] Aug 24 20:10:35.545 INFO O| Aug 24 20:10:35.545 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101562026-08-24T20:10:36.144Z[ host-image] Aug 24 20:10:35.553 INFO O| Aug 24 20:10:35.553 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide
101572026-08-24T20:10:36.144Z[ host-image] Aug 24 20:10:35.553 INFO O| Aug 24 20:10:35.553 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide
101582026-08-24T20:10:36.144Z[ host-image] Aug 24 20:10:35.553 INFO O| Aug 24 20:10:35.553 INFO STEP 68 (ensure_dir) COMPLETE
101592026-08-24T20:10:36.150Z[ host-image] Aug 24 20:10:35.553 INFO O| Aug 24 20:10:35.553 INFO STEP 69: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101602026-08-24T20:10:36.154Z[ host-image] Aug 24 20:10:35.560 INFO O| Aug 24 20:10:35.560 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm
101612026-08-24T20:10:36.154Z[ host-image] Aug 24 20:10:35.560 INFO O| Aug 24 20:10:35.560 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm
101622026-08-24T20:10:36.154Z[ host-image] Aug 24 20:10:35.560 INFO O| Aug 24 20:10:35.560 INFO STEP 69 (ensure_dir) COMPLETE
101632026-08-24T20:10:36.154Z[ host-image] Aug 24 20:10:35.560 INFO O| Aug 24 20:10:35.560 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101642026-08-24T20:10:36.160Z[ host-image] Aug 24 20:10:35.568 INFO O| Aug 24 20:10:35.568 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm does not exist
101652026-08-24T20:10:36.160Z[ host-image] Aug 24 20:10:35.568 INFO O| Aug 24 20:10:35.568 INFO copying /tmp/.tmp0Z1tUc/proto/host/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm ...
101662026-08-24T20:10:36.535Z[ host-image] Aug 24 20:10:35.942 INFO O| Aug 24 20:10:35.942 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm
101672026-08-24T20:10:36.535Z[ host-image] Aug 24 20:10:35.942 INFO O| Aug 24 20:10:35.942 INFO ok!
101682026-08-24T20:10:36.535Z[ host-image] Aug 24 20:10:35.942 INFO O| Aug 24 20:10:35.942 INFO STEP 70 (ensure_file) COMPLETE
101692026-08-24T20:10:36.535Z[ host-image] Aug 24 20:10:35.942 INFO O| Aug 24 20:10:35.942 INFO STEP 71: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101702026-08-24T20:10:36.545Z[ host-image] Aug 24 20:10:35.953 INFO O| Aug 24 20:10:35.952 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd does not exist
101712026-08-24T20:10:36.545Z[ host-image] Aug 24 20:10:35.953 INFO O| Aug 24 20:10:35.953 INFO copying /tmp/.tmp0Z1tUc/proto/host/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd ...
101722026-08-24T20:10:37.245Z[ host-image] Aug 24 20:10:36.651 INFO O| Aug 24 20:10:36.651 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd
101732026-08-24T20:10:37.245Z[ host-image] Aug 24 20:10:36.652 INFO O| Aug 24 20:10:36.651 INFO ok!
101742026-08-24T20:10:37.246Z[ host-image] Aug 24 20:10:36.652 INFO O| Aug 24 20:10:36.651 INFO STEP 71 (ensure_file) COMPLETE
101752026-08-24T20:10:37.249Z[ host-image] Aug 24 20:10:36.652 INFO O| Aug 24 20:10:36.651 INFO STEP 72: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101762026-08-24T20:10:37.253Z[ host-image] Aug 24 20:10:36.661 INFO O| Aug 24 20:10:36.661 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg
101772026-08-24T20:10:37.253Z[ host-image] Aug 24 20:10:36.661 INFO O| Aug 24 20:10:36.661 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg
101782026-08-24T20:10:37.253Z[ host-image] Aug 24 20:10:36.661 INFO O| Aug 24 20:10:36.661 INFO STEP 72 (ensure_dir) COMPLETE
101792026-08-24T20:10:37.253Z[ host-image] Aug 24 20:10:36.661 INFO O| Aug 24 20:10:36.661 INFO STEP 73: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101802026-08-24T20:10:37.261Z[ host-image] Aug 24 20:10:36.669 INFO O| Aug 24 20:10:36.669 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
101812026-08-24T20:10:37.261Z[ host-image] Aug 24 20:10:36.669 INFO O| Aug 24 20:10:36.669 INFO copying /tmp/.tmp0Z1tUc/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 ...
101822026-08-24T20:10:37.264Z[ host-image] Aug 24 20:10:36.669 INFO O| Aug 24 20:10:36.669 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh
101832026-08-24T20:10:37.264Z[ host-image] Aug 24 20:10:36.669 INFO O| Aug 24 20:10:36.669 INFO ok!
101842026-08-24T20:10:37.265Z[ host-image] Aug 24 20:10:36.669 INFO O| Aug 24 20:10:36.669 INFO STEP 73 (ensure_file) COMPLETE
101852026-08-24T20:10:37.265Z[ host-image] Aug 24 20:10:36.669 INFO O| Aug 24 20:10:36.669 INFO STEP 74: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101862026-08-24T20:10:37.269Z[ host-image] Aug 24 20:10:36.675 INFO O| Aug 24 20:10:36.675 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
101872026-08-24T20:10:37.269Z[ host-image] Aug 24 20:10:36.675 INFO O| Aug 24 20:10:36.675 INFO copying /tmp/.tmp0Z1tUc/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 ...
101882026-08-24T20:10:37.269Z[ host-image] Aug 24 20:10:36.675 INFO O| Aug 24 20:10:36.675 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh
101892026-08-24T20:10:37.269Z[ host-image] Aug 24 20:10:36.675 INFO O| Aug 24 20:10:36.675 INFO ok!
101902026-08-24T20:10:37.269Z[ host-image] Aug 24 20:10:36.675 INFO O| Aug 24 20:10:36.675 INFO STEP 74 (ensure_file) COMPLETE
101912026-08-24T20:10:37.269Z[ host-image] Aug 24 20:10:36.675 INFO O| Aug 24 20:10:36.675 INFO STEP 75: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101922026-08-24T20:10:37.275Z[ host-image] Aug 24 20:10:36.682 INFO O| Aug 24 20:10:36.682 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd
101932026-08-24T20:10:37.275Z[ host-image] Aug 24 20:10:36.682 INFO O| Aug 24 20:10:36.682 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd
101942026-08-24T20:10:37.280Z[ host-image] Aug 24 20:10:36.682 INFO O| Aug 24 20:10:36.682 INFO STEP 75 (ensure_dir) COMPLETE
101952026-08-24T20:10:37.280Z[ host-image] Aug 24 20:10:36.682 INFO O| Aug 24 20:10:36.682 INFO STEP 76: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101962026-08-24T20:10:37.284Z[ host-image] Aug 24 20:10:36.692 INFO O| Aug 24 20:10:36.692 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
101972026-08-24T20:10:37.284Z[ host-image] Aug 24 20:10:36.692 INFO O| Aug 24 20:10:36.692 INFO copying /tmp/.tmp0Z1tUc/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 ...
101982026-08-24T20:10:37.284Z[ host-image] Aug 24 20:10:36.692 INFO O| Aug 24 20:10:36.692 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
101992026-08-24T20:10:37.284Z[ host-image] Aug 24 20:10:36.692 INFO O| Aug 24 20:10:36.692 INFO ok!
102002026-08-24T20:10:37.288Z[ host-image] Aug 24 20:10:36.692 INFO O| Aug 24 20:10:36.692 INFO STEP 76 (ensure_file) COMPLETE
102012026-08-24T20:10:37.289Z[ host-image] Aug 24 20:10:36.692 INFO O| Aug 24 20:10:36.692 INFO STEP 77: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102022026-08-24T20:10:37.292Z[ host-image] Aug 24 20:10:36.700 INFO O| Aug 24 20:10:36.700 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
102032026-08-24T20:10:37.292Z[ host-image] Aug 24 20:10:36.700 INFO O| Aug 24 20:10:36.700 INFO copying /tmp/.tmp0Z1tUc/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 ...
102042026-08-24T20:10:37.293Z[ host-image] Aug 24 20:10:36.700 INFO O| Aug 24 20:10:36.700 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh
102052026-08-24T20:10:37.293Z[ host-image] Aug 24 20:10:36.700 INFO O| Aug 24 20:10:36.700 INFO ok!
102062026-08-24T20:10:37.293Z[ host-image] Aug 24 20:10:36.700 INFO O| Aug 24 20:10:36.700 INFO STEP 77 (ensure_file) COMPLETE
102072026-08-24T20:10:37.293Z[ host-image] Aug 24 20:10:36.700 INFO O| Aug 24 20:10:36.700 INFO STEP 78: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102082026-08-24T20:10:37.303Z[ host-image] Aug 24 20:10:36.711 INFO O| Aug 24 20:10:36.711 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm
102092026-08-24T20:10:37.303Z[ host-image] Aug 24 20:10:36.711 INFO O| Aug 24 20:10:36.711 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm
102102026-08-24T20:10:37.303Z[ host-image] Aug 24 20:10:36.711 INFO O| Aug 24 20:10:36.711 INFO STEP 78 (ensure_dir) COMPLETE
102112026-08-24T20:10:37.306Z[ host-image] Aug 24 20:10:36.711 INFO O| Aug 24 20:10:36.711 INFO STEP 79: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102122026-08-24T20:10:37.311Z[ host-image] Aug 24 20:10:36.719 INFO O| Aug 24 20:10:36.719 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
102132026-08-24T20:10:37.311Z[ host-image] Aug 24 20:10:36.719 INFO O| Aug 24 20:10:36.719 INFO copying /tmp/.tmp0Z1tUc/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 ...
102142026-08-24T20:10:37.311Z[ host-image] Aug 24 20:10:36.719 INFO O| Aug 24 20:10:36.719 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
102152026-08-24T20:10:37.311Z[ host-image] Aug 24 20:10:36.719 INFO O| Aug 24 20:10:36.719 INFO ok!
102162026-08-24T20:10:37.311Z[ host-image] Aug 24 20:10:36.719 INFO O| Aug 24 20:10:36.719 INFO STEP 79 (ensure_file) COMPLETE
102172026-08-24T20:10:37.315Z[ host-image] Aug 24 20:10:36.719 INFO O| Aug 24 20:10:36.719 INFO STEP 80: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102182026-08-24T20:10:37.321Z[ host-image] Aug 24 20:10:36.730 INFO O| Aug 24 20:10:36.730 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION does not exist
102192026-08-24T20:10:37.322Z[ host-image] Aug 24 20:10:36.730 INFO O| Aug 24 20:10:36.730 INFO copying /tmp/.tmp0Z1tUc/proto/host/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION ...
102202026-08-24T20:10:37.322Z[ host-image] Aug 24 20:10:36.730 INFO O| Aug 24 20:10:36.730 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION
102212026-08-24T20:10:37.326Z[ host-image] Aug 24 20:10:36.730 INFO O| Aug 24 20:10:36.730 INFO ok!
102222026-08-24T20:10:37.326Z[ host-image] Aug 24 20:10:36.730 INFO O| Aug 24 20:10:36.730 INFO STEP 80 (ensure_file) COMPLETE
102232026-08-24T20:10:37.326Z[ host-image] Aug 24 20:10:36.730 INFO O| Aug 24 20:10:36.730 INFO STEP 81: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102242026-08-24T20:10:37.331Z[ host-image] Aug 24 20:10:36.739 INFO O| Aug 24 20:10:36.739 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent
102252026-08-24T20:10:37.331Z[ host-image] Aug 24 20:10:36.739 INFO O| Aug 24 20:10:36.739 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent
102262026-08-24T20:10:37.331Z[ host-image] Aug 24 20:10:36.739 INFO O| Aug 24 20:10:36.739 INFO STEP 81 (ensure_dir) COMPLETE
102272026-08-24T20:10:37.331Z[ host-image] Aug 24 20:10:36.739 INFO O| Aug 24 20:10:36.739 INFO STEP 82: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102282026-08-24T20:10:37.340Z[ host-image] Aug 24 20:10:36.748 INFO O| Aug 24 20:10:36.748 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle does not exist
102292026-08-24T20:10:37.340Z[ host-image] Aug 24 20:10:36.748 INFO O| Aug 24 20:10:36.748 INFO copying /tmp/.tmp0Z1tUc/proto/host/root/opt/oxide/sled-agent/zone-bundle -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle ...
102302026-08-24T20:10:37.967Z[ host-image] Aug 24 20:10:37.375 INFO O| Aug 24 20:10:37.375 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle
102312026-08-24T20:10:37.967Z[ host-image] Aug 24 20:10:37.375 INFO O| Aug 24 20:10:37.375 INFO ok!
102322026-08-24T20:10:37.967Z[ host-image] Aug 24 20:10:37.375 INFO O| Aug 24 20:10:37.375 INFO STEP 82 (ensure_file) COMPLETE
102332026-08-24T20:10:37.968Z[ host-image] Aug 24 20:10:37.375 INFO O| Aug 24 20:10:37.375 INFO STEP 83: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102342026-08-24T20:10:37.977Z[ host-image] Aug 24 20:10:37.385 INFO O| Aug 24 20:10:37.385 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor does not exist
102352026-08-24T20:10:37.977Z[ host-image] Aug 24 20:10:37.385 INFO O| Aug 24 20:10:37.385 INFO copying /tmp/.tmp0Z1tUc/proto/host/root/opt/oxide/sled-agent/tofino-monitor -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor ...
102362026-08-24T20:10:38.244Z[ host-image] Aug 24 20:10:37.652 INFO O| Aug 24 20:10:37.652 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor
102372026-08-24T20:10:38.244Z[ host-image] Aug 24 20:10:37.652 INFO O| Aug 24 20:10:37.652 INFO ok!
102382026-08-24T20:10:38.244Z[ host-image] Aug 24 20:10:37.652 INFO O| Aug 24 20:10:37.652 INFO STEP 83 (ensure_file) COMPLETE
102392026-08-24T20:10:38.248Z[ host-image] Aug 24 20:10:37.652 INFO O| Aug 24 20:10:37.652 INFO STEP 84: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102402026-08-24T20:10:38.254Z[ host-image] Aug 24 20:10:37.662 INFO O| Aug 24 20:10:37.662 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent does not exist
102412026-08-24T20:10:38.254Z[ host-image] Aug 24 20:10:37.662 INFO O| Aug 24 20:10:37.662 INFO copying /tmp/.tmp0Z1tUc/proto/host/root/opt/oxide/sled-agent/sled-agent -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent ...
102422026-08-24T20:10:39.761Z[ host-image] Aug 24 20:10:39.169 INFO O| Aug 24 20:10:39.169 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent
102432026-08-24T20:10:39.761Z[ host-image] Aug 24 20:10:39.169 INFO O| Aug 24 20:10:39.169 INFO ok!
102442026-08-24T20:10:39.761Z[ host-image] Aug 24 20:10:39.169 INFO O| Aug 24 20:10:39.169 INFO STEP 84 (ensure_file) COMPLETE
102452026-08-24T20:10:39.767Z[ host-image] Aug 24 20:10:39.169 INFO O| Aug 24 20:10:39.169 INFO STEP 85: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102462026-08-24T20:10:39.771Z[ host-image] Aug 24 20:10:39.179 INFO O| Aug 24 20:10:39.179 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg
102472026-08-24T20:10:39.771Z[ host-image] Aug 24 20:10:39.179 INFO O| Aug 24 20:10:39.179 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg
102482026-08-24T20:10:39.771Z[ host-image] Aug 24 20:10:39.179 INFO O| Aug 24 20:10:39.179 INFO STEP 85 (ensure_dir) COMPLETE
102492026-08-24T20:10:39.771Z[ host-image] Aug 24 20:10:39.179 INFO O| Aug 24 20:10:39.179 INFO STEP 86: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102502026-08-24T20:10:39.780Z[ host-image] Aug 24 20:10:39.188 INFO O| Aug 24 20:10:39.188 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/config.toml does not exist
102512026-08-24T20:10:39.780Z[ host-image] Aug 24 20:10:39.188 INFO O| Aug 24 20:10:39.188 INFO copying /tmp/.tmp0Z1tUc/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 ...
102522026-08-24T20:10:39.780Z[ host-image] Aug 24 20:10:39.188 INFO O| Aug 24 20:10:39.188 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/config.toml
102532026-08-24T20:10:39.784Z[ host-image] Aug 24 20:10:39.188 INFO O| Aug 24 20:10:39.188 INFO ok!
102542026-08-24T20:10:39.784Z[ host-image] Aug 24 20:10:39.188 INFO O| Aug 24 20:10:39.188 INFO STEP 86 (ensure_file) COMPLETE
102552026-08-24T20:10:39.785Z[ host-image] Aug 24 20:10:39.188 INFO O| Aug 24 20:10:39.188 INFO STEP 87: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102562026-08-24T20:10:39.788Z[ host-image] Aug 24 20:10:39.195 INFO O| Aug 24 20:10:39.195 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/README.md does not exist
102572026-08-24T20:10:39.788Z[ host-image] Aug 24 20:10:39.195 INFO O| Aug 24 20:10:39.195 INFO copying /tmp/.tmp0Z1tUc/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 ...
102582026-08-24T20:10:39.788Z[ host-image] Aug 24 20:10:39.195 INFO O| Aug 24 20:10:39.195 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/README.md
102592026-08-24T20:10:39.789Z[ host-image] Aug 24 20:10:39.195 INFO O| Aug 24 20:10:39.195 INFO ok!
102602026-08-24T20:10:39.789Z[ host-image] Aug 24 20:10:39.195 INFO O| Aug 24 20:10:39.195 INFO STEP 87 (ensure_file) COMPLETE
102612026-08-24T20:10:39.789Z[ host-image] Aug 24 20:10:39.195 INFO O| Aug 24 20:10:39.195 INFO STEP 88: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102622026-08-24T20:10:39.793Z[ host-image] Aug 24 20:10:39.202 INFO O| Aug 24 20:10:39.202 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION does not exist
102632026-08-24T20:10:39.797Z[ host-image] Aug 24 20:10:39.202 INFO O| Aug 24 20:10:39.202 INFO copying /tmp/.tmp0Z1tUc/proto/host/root/opt/oxide/sled-agent/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION ...
102642026-08-24T20:10:39.797Z[ host-image] Aug 24 20:10:39.202 INFO O| Aug 24 20:10:39.202 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION
102652026-08-24T20:10:39.797Z[ host-image] Aug 24 20:10:39.202 INFO O| Aug 24 20:10:39.202 INFO ok!
102662026-08-24T20:10:39.798Z[ host-image] Aug 24 20:10:39.202 INFO O| Aug 24 20:10:39.202 INFO STEP 88 (ensure_file) COMPLETE
102672026-08-24T20:10:39.798Z[ host-image] Aug 24 20:10:39.202 INFO O| Aug 24 20:10:39.202 INFO STEP 89: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102682026-08-24T20:10:39.803Z[ host-image] Aug 24 20:10:39.208 INFO O| Aug 24 20:10:39.208 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz does not exist
102692026-08-24T20:10:39.803Z[ host-image] Aug 24 20:10:39.208 INFO O| Aug 24 20:10:39.208 INFO copying /tmp/.tmp0Z1tUc/proto/host/root/opt/oxide/overlay.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz ...
102702026-08-24T20:10:39.803Z[ host-image] Aug 24 20:10:39.208 INFO O| Aug 24 20:10:39.208 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz
102712026-08-24T20:10:39.803Z[ host-image] Aug 24 20:10:39.208 INFO O| Aug 24 20:10:39.208 INFO ok!
102722026-08-24T20:10:39.803Z[ host-image] Aug 24 20:10:39.208 INFO O| Aug 24 20:10:39.208 INFO STEP 89 (ensure_file) COMPLETE
102732026-08-24T20:10:39.803Z[ host-image] Aug 24 20:10:39.208 INFO O| Aug 24 20:10:39.208 INFO STEP 90: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102742026-08-24T20:10:39.810Z[ host-image] Aug 24 20:10:39.218 INFO O| Aug 24 20:10:39.218 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog
102752026-08-24T20:10:39.810Z[ host-image] Aug 24 20:10:39.218 INFO O| Aug 24 20:10:39.218 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog
102762026-08-24T20:10:39.814Z[ host-image] Aug 24 20:10:39.218 INFO O| Aug 24 20:10:39.218 INFO STEP 90 (ensure_dir) COMPLETE
102772026-08-24T20:10:39.814Z[ host-image] Aug 24 20:10:39.218 INFO O| Aug 24 20:10:39.218 INFO STEP 91: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102782026-08-24T20:10:39.819Z[ host-image] Aug 24 20:10:39.225 INFO O| Aug 24 20:10:39.225 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog does not exist
102792026-08-24T20:10:39.819Z[ host-image] Aug 24 20:10:39.225 INFO O| Aug 24 20:10:39.225 INFO copying /tmp/.tmp0Z1tUc/proto/host/root/opt/oxide/oxlog/oxlog -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog ...
102802026-08-24T20:10:39.823Z[ host-image] Aug 24 20:10:39.228 INFO O| Aug 24 20:10:39.228 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog
102812026-08-24T20:10:39.823Z[ host-image] Aug 24 20:10:39.228 INFO O| Aug 24 20:10:39.228 INFO ok!
102822026-08-24T20:10:39.823Z[ host-image] Aug 24 20:10:39.228 INFO O| Aug 24 20:10:39.228 INFO STEP 91 (ensure_file) COMPLETE
102832026-08-24T20:10:39.823Z[ host-image] Aug 24 20:10:39.228 INFO O| Aug 24 20:10:39.228 INFO STEP 92: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102842026-08-24T20:10:39.828Z[ host-image] Aug 24 20:10:39.237 INFO O| Aug 24 20:10:39.237 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION does not exist
102852026-08-24T20:10:39.829Z[ host-image] Aug 24 20:10:39.237 INFO O| Aug 24 20:10:39.237 INFO copying /tmp/.tmp0Z1tUc/proto/host/root/opt/oxide/oxlog/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION ...
102862026-08-24T20:10:39.833Z[ host-image] Aug 24 20:10:39.237 INFO O| Aug 24 20:10:39.237 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION
102872026-08-24T20:10:39.833Z[ host-image] Aug 24 20:10:39.237 INFO O| Aug 24 20:10:39.237 INFO ok!
102882026-08-24T20:10:39.833Z[ host-image] Aug 24 20:10:39.237 INFO O| Aug 24 20:10:39.237 INFO STEP 92 (ensure_file) COMPLETE
102892026-08-24T20:10:39.833Z[ host-image] Aug 24 20:10:39.237 INFO O| Aug 24 20:10:39.237 INFO STEP 93: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102902026-08-24T20:10:39.837Z[ host-image] Aug 24 20:10:39.244 INFO O| Aug 24 20:10:39.244 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz does not exist
102912026-08-24T20:10:39.837Z[ host-image] Aug 24 20:10:39.244 INFO O| Aug 24 20:10:39.244 INFO copying /tmp/.tmp0Z1tUc/proto/host/root/opt/oxide/propolis-server.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz ...
102922026-08-24T20:10:39.988Z[ recovery-image] Aug 24 20:10:39.394 INFO creating reset image...
102932026-08-24T20:10:39.988Z[ recovery-image] Aug 24 20:10:39.394 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")
102942026-08-24T20:10:40.263Z[ recovery-image] Aug 24 20:10:39.671 INFO E| Updating crates.io index
102952026-08-24T20:10:40.421Z[ host-image] Aug 24 20:10:39.829 INFO O| Aug 24 20:10:39.829 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz
102962026-08-24T20:10:40.421Z[ host-image] Aug 24 20:10:39.829 INFO O| Aug 24 20:10:39.829 INFO ok!
102972026-08-24T20:10:40.422Z[ host-image] Aug 24 20:10:39.829 INFO O| Aug 24 20:10:39.829 INFO STEP 93 (ensure_file) COMPLETE
102982026-08-24T20:10:40.426Z[ host-image] Aug 24 20:10:39.829 INFO O| Aug 24 20:10:39.829 INFO STEP 94: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102992026-08-24T20:10:40.432Z[ host-image] Aug 24 20:10:39.839 INFO O| Aug 24 20:10:39.839 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind
103002026-08-24T20:10:40.432Z[ host-image] Aug 24 20:10:39.839 INFO O| Aug 24 20:10:39.839 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind
103012026-08-24T20:10:40.432Z[ host-image] Aug 24 20:10:39.839 INFO O| Aug 24 20:10:39.839 INFO STEP 94 (ensure_dir) COMPLETE
103022026-08-24T20:10:40.432Z[ host-image] Aug 24 20:10:39.839 INFO O| Aug 24 20:10:39.839 INFO STEP 95: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103032026-08-24T20:10:40.439Z[ host-image] Aug 24 20:10:39.847 INFO O| Aug 24 20:10:39.847 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib
103042026-08-24T20:10:40.439Z[ host-image] Aug 24 20:10:39.847 INFO O| Aug 24 20:10:39.847 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib
103052026-08-24T20:10:40.443Z[ host-image] Aug 24 20:10:39.847 INFO O| Aug 24 20:10:39.847 INFO STEP 95 (ensure_dir) COMPLETE
103062026-08-24T20:10:40.443Z[ host-image] Aug 24 20:10:39.847 INFO O| Aug 24 20:10:39.847 INFO STEP 96: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103072026-08-24T20:10:40.447Z[ host-image] Aug 24 20:10:39.855 INFO O| Aug 24 20:10:39.855 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc
103082026-08-24T20:10:40.447Z[ host-image] Aug 24 20:10:39.855 INFO O| Aug 24 20:10:39.855 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc
103092026-08-24T20:10:40.447Z[ host-image] Aug 24 20:10:39.855 INFO O| Aug 24 20:10:39.855 INFO STEP 96 (ensure_dir) COMPLETE
103102026-08-24T20:10:40.447Z[ host-image] Aug 24 20:10:39.855 INFO O| Aug 24 20:10:39.855 INFO STEP 97: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103112026-08-24T20:10:40.454Z[ host-image] Aug 24 20:10:39.863 INFO O| Aug 24 20:10:39.862 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
103122026-08-24T20:10:40.457Z[ host-image] Aug 24 20:10:39.863 INFO O| Aug 24 20:10:39.863 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
103132026-08-24T20:10:40.457Z[ host-image] Aug 24 20:10:39.863 INFO O| Aug 24 20:10:39.863 INFO STEP 97 (ensure_dir) COMPLETE
103142026-08-24T20:10:40.457Z[ host-image] Aug 24 20:10:39.863 INFO O| Aug 24 20:10:39.863 INFO STEP 98: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103152026-08-24T20:10:40.462Z[ host-image] Aug 24 20:10:39.870 INFO O| Aug 24 20:10:39.870 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
103162026-08-24T20:10:40.462Z[ host-image] Aug 24 20:10:39.870 INFO O| Aug 24 20:10:39.870 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
103172026-08-24T20:10:40.465Z[ host-image] Aug 24 20:10:39.870 INFO O| Aug 24 20:10:39.870 INFO STEP 98 (ensure_dir) COMPLETE
103182026-08-24T20:10:40.465Z[ host-image] Aug 24 20:10:39.870 INFO O| Aug 24 20:10:39.870 INFO STEP 99: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103192026-08-24T20:10:40.471Z[ host-image] Aug 24 20:10:39.879 INFO O| Aug 24 20:10:39.879 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml does not exist
103202026-08-24T20:10:40.471Z[ host-image] Aug 24 20:10:39.879 INFO O| Aug 24 20:10:39.879 INFO copying /tmp/.tmp0Z1tUc/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 ...
103212026-08-24T20:10:40.476Z[ host-image] Aug 24 20:10:39.879 INFO O| Aug 24 20:10:39.879 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml
103222026-08-24T20:10:40.476Z[ host-image] Aug 24 20:10:39.879 INFO O| Aug 24 20:10:39.879 INFO ok!
103232026-08-24T20:10:40.476Z[ host-image] Aug 24 20:10:39.879 INFO O| Aug 24 20:10:39.879 INFO STEP 99 (ensure_file) COMPLETE
103242026-08-24T20:10:40.476Z[ host-image] Aug 24 20:10:39.879 INFO O| Aug 24 20:10:39.879 INFO STEP 100: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103252026-08-24T20:10:40.481Z[ recovery-image] Aug 24 20:10:39.884 INFO E| Downloading crates ...
103262026-08-24T20:10:40.481Z[ host-image] Aug 24 20:10:39.888 INFO O| Aug 24 20:10:39.888 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin
103272026-08-24T20:10:40.481Z[ host-image] Aug 24 20:10:39.888 INFO O| Aug 24 20:10:39.888 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin
103282026-08-24T20:10:40.481Z[ host-image] Aug 24 20:10:39.888 INFO O| Aug 24 20:10:39.888 INFO STEP 100 (ensure_dir) COMPLETE
103292026-08-24T20:10:40.481Z[ host-image] Aug 24 20:10:39.888 INFO O| Aug 24 20:10:39.888 INFO STEP 101: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103302026-08-24T20:10:40.488Z[ host-image] Aug 24 20:10:39.896 INFO O| Aug 24 20:10:39.896 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind does not exist
103312026-08-24T20:10:40.488Z[ host-image] Aug 24 20:10:39.896 INFO O| Aug 24 20:10:39.896 INFO copying /tmp/.tmp0Z1tUc/proto/host/root/opt/oxide/pumpkind/bin/pumpkind -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind ...
103322026-08-24T20:10:40.524Z[ host-image] Aug 24 20:10:39.907 INFO O| Aug 24 20:10:39.907 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind
103332026-08-24T20:10:40.524Z[ host-image] Aug 24 20:10:39.907 INFO O| Aug 24 20:10:39.907 INFO ok!
103342026-08-24T20:10:40.529Z[ host-image] Aug 24 20:10:39.907 INFO O| Aug 24 20:10:39.907 INFO STEP 101 (ensure_file) COMPLETE
103352026-08-24T20:10:40.530Z[ host-image] Aug 24 20:10:39.907 INFO O| Aug 24 20:10:39.907 INFO STEP 102: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103362026-08-24T20:10:40.530Z[ host-image] Aug 24 20:10:39.915 INFO O| Aug 24 20:10:39.915 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind does not exist
103372026-08-24T20:10:40.530Z[ host-image] Aug 24 20:10:39.915 INFO O| Aug 24 20:10:39.915 INFO copying /tmp/.tmp0Z1tUc/proto/host/root/opt/oxide/pumpkind/bin/svc-pumpkind -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind ...
103382026-08-24T20:10:40.530Z[ host-image] Aug 24 20:10:39.915 INFO O| Aug 24 20:10:39.915 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind
103392026-08-24T20:10:40.530Z[ host-image] Aug 24 20:10:39.915 INFO O| Aug 24 20:10:39.915 INFO ok!
103402026-08-24T20:10:40.530Z[ host-image] Aug 24 20:10:39.915 INFO O| Aug 24 20:10:39.915 INFO STEP 102 (ensure_file) COMPLETE
103412026-08-24T20:10:40.530Z[ host-image] Aug 24 20:10:39.915 INFO O| Aug 24 20:10:39.915 INFO STEP 103: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103422026-08-24T20:10:40.530Z[ host-image] Aug 24 20:10:39.922 INFO O| Aug 24 20:10:39.922 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm does not exist
103432026-08-24T20:10:40.530Z[ host-image] Aug 24 20:10:39.922 INFO O| Aug 24 20:10:39.922 INFO copying /tmp/.tmp0Z1tUc/proto/host/root/opt/oxide/pumpkind/bin/pumpkinadm -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm ...
103442026-08-24T20:10:40.530Z[ recovery-image] Aug 24 20:10:39.934 INFO E| Downloaded colorchoice v1.0.5
103452026-08-24T20:10:40.535Z[ recovery-image] Aug 24 20:10:39.934 INFO E| Downloaded os_pipe v1.2.3
103462026-08-24T20:10:40.540Z[ recovery-image] Aug 24 20:10:39.946 INFO E| Downloaded shared_thread v0.2.0
103472026-08-24T20:10:40.540Z[ recovery-image] Aug 24 20:10:39.947 INFO E| Downloaded clap_lex v1.1.0
103482026-08-24T20:10:40.545Z[ recovery-image] Aug 24 20:10:39.949 INFO E| Downloaded shared_child v1.1.1
103492026-08-24T20:10:40.545Z[ recovery-image] Aug 24 20:10:39.949 INFO E| Downloaded duct v1.1.1
103502026-08-24T20:10:40.545Z[ recovery-image] Aug 24 20:10:39.949 INFO E| Downloaded sigchld v0.2.4
103512026-08-24T20:10:40.607Z[ recovery-image] Aug 24 20:10:40.013 INFO E| Compiling libc v0.2.186
103522026-08-24T20:10:40.607Z[ recovery-image] Aug 24 20:10:40.013 INFO E| Compiling proc-macro2 v1.0.106
103532026-08-24T20:10:40.607Z[ recovery-image] Aug 24 20:10:40.013 INFO E| Compiling unicode-ident v1.0.24
103542026-08-24T20:10:40.607Z[ recovery-image] Aug 24 20:10:40.013 INFO E| Compiling signal-hook v0.3.18
103552026-08-24T20:10:40.607Z[ recovery-image] Aug 24 20:10:40.013 INFO E| Compiling quote v1.0.45
103562026-08-24T20:10:40.607Z[ recovery-image] Aug 24 20:10:40.013 INFO E| Compiling utf8parse v0.2.2
103572026-08-24T20:10:40.607Z[ recovery-image] Aug 24 20:10:40.013 INFO E| Compiling colorchoice v1.0.5
103582026-08-24T20:10:40.607Z[ recovery-image] Aug 24 20:10:40.013 INFO E| Compiling anstyle v1.0.14
103592026-08-24T20:10:40.607Z[ recovery-image] Aug 24 20:10:40.013 INFO E| Compiling is_terminal_polyfill v1.70.2
103602026-08-24T20:10:40.608Z[ recovery-image] Aug 24 20:10:40.013 INFO E| Compiling anstyle-query v1.1.5
103612026-08-24T20:10:40.608Z[ recovery-image] Aug 24 20:10:40.013 INFO E| Compiling clap_lex v1.1.0
103622026-08-24T20:10:40.608Z[ recovery-image] Aug 24 20:10:40.013 INFO E| Compiling heck v0.5.0
103632026-08-24T20:10:40.608Z[ recovery-image] Aug 24 20:10:40.013 INFO E| Compiling strsim v0.11.1
103642026-08-24T20:10:40.608Z[ recovery-image] Aug 24 20:10:40.013 INFO E| Compiling shared_thread v0.2.0
103652026-08-24T20:10:40.829Z[ recovery-image] Aug 24 20:10:40.236 INFO E| Compiling anstyle-parse v1.0.0
103662026-08-24T20:10:40.979Z[ host-image] Aug 24 20:10:40.387 INFO O| Aug 24 20:10:40.387 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm
103672026-08-24T20:10:40.979Z[ host-image] Aug 24 20:10:40.387 INFO O| Aug 24 20:10:40.387 INFO ok!
103682026-08-24T20:10:40.979Z[ host-image] Aug 24 20:10:40.387 INFO O| Aug 24 20:10:40.387 INFO STEP 103 (ensure_file) COMPLETE
103692026-08-24T20:10:40.983Z[ host-image] Aug 24 20:10:40.387 INFO O| Aug 24 20:10:40.387 INFO STEP 104: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103702026-08-24T20:10:40.989Z[ host-image] Aug 24 20:10:40.396 INFO O| Aug 24 20:10:40.396 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION does not exist
103712026-08-24T20:10:40.989Z[ host-image] Aug 24 20:10:40.396 INFO O| Aug 24 20:10:40.396 INFO copying /tmp/.tmp0Z1tUc/proto/host/root/opt/oxide/pumpkind/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION ...
103722026-08-24T20:10:40.993Z[ host-image] Aug 24 20:10:40.396 INFO O| Aug 24 20:10:40.396 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION
103732026-08-24T20:10:40.993Z[ host-image] Aug 24 20:10:40.396 INFO O| Aug 24 20:10:40.396 INFO ok!
103742026-08-24T20:10:40.993Z[ host-image] Aug 24 20:10:40.396 INFO O| Aug 24 20:10:40.396 INFO STEP 104 (ensure_file) COMPLETE
103752026-08-24T20:10:40.993Z[ host-image] Aug 24 20:10:40.396 INFO O| Aug 24 20:10:40.396 INFO STEP 105: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103762026-08-24T20:10:41.000Z[ host-image] Aug 24 20:10:40.408 INFO O| Aug 24 20:10:40.408 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils
103772026-08-24T20:10:41.000Z[ host-image] Aug 24 20:10:40.408 INFO O| Aug 24 20:10:40.408 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils
103782026-08-24T20:10:41.006Z[ host-image] Aug 24 20:10:40.408 INFO O| Aug 24 20:10:40.408 INFO STEP 105 (ensure_dir) COMPLETE
103792026-08-24T20:10:41.006Z[ host-image] Aug 24 20:10:40.408 INFO O| Aug 24 20:10:40.408 INFO STEP 106: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103802026-08-24T20:10:41.006Z[ recovery-image] Aug 24 20:10:40.411 INFO E| Compiling anstream v1.0.0
103812026-08-24T20:10:41.011Z[ host-image] Aug 24 20:10:40.419 INFO O| Aug 24 20:10:40.419 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/crucible-verify-raw does not exist
103822026-08-24T20:10:41.011Z[ host-image] Aug 24 20:10:40.419 INFO O| Aug 24 20:10:40.419 INFO copying /tmp/.tmp0Z1tUc/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 ...
103832026-08-24T20:10:41.350Z[ host-image] Aug 24 20:10:40.758 INFO O| Aug 24 20:10:40.758 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/crucible-verify-raw
103842026-08-24T20:10:41.351Z[ host-image] Aug 24 20:10:40.758 INFO O| Aug 24 20:10:40.758 INFO ok!
103852026-08-24T20:10:41.351Z[ host-image] Aug 24 20:10:40.758 INFO O| Aug 24 20:10:40.758 INFO STEP 106 (ensure_file) COMPLETE
103862026-08-24T20:10:41.355Z[ host-image] Aug 24 20:10:40.758 INFO O| Aug 24 20:10:40.758 INFO STEP 107: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103872026-08-24T20:10:41.355Z[ recovery-image] Aug 24 20:10:40.759 INFO E| Compiling clap_builder v4.6.0
103882026-08-24T20:10:41.360Z[ host-image] Aug 24 20:10:40.768 INFO O| Aug 24 20:10:40.768 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_repair.d does not exist
103892026-08-24T20:10:41.360Z[ host-image] Aug 24 20:10:40.768 INFO O| Aug 24 20:10:40.768 INFO copying /tmp/.tmp0Z1tUc/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 ...
103902026-08-24T20:10:41.364Z[ host-image] Aug 24 20:10:40.768 INFO O| Aug 24 20:10:40.768 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_repair.d
103912026-08-24T20:10:41.364Z[ host-image] Aug 24 20:10:40.768 INFO O| Aug 24 20:10:40.768 INFO ok!
103922026-08-24T20:10:41.364Z[ host-image] Aug 24 20:10:40.768 INFO O| Aug 24 20:10:40.768 INFO STEP 107 (ensure_file) COMPLETE
103932026-08-24T20:10:41.364Z[ host-image] Aug 24 20:10:40.768 INFO O| Aug 24 20:10:40.768 INFO STEP 108: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103942026-08-24T20:10:41.369Z[ host-image] Aug 24 20:10:40.777 INFO O| Aug 24 20:10:40.777 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_raw.d does not exist
103952026-08-24T20:10:41.369Z[ host-image] Aug 24 20:10:40.777 INFO O| Aug 24 20:10:40.777 INFO copying /tmp/.tmp0Z1tUc/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 ...
103962026-08-24T20:10:41.373Z[ host-image] Aug 24 20:10:40.777 INFO O| Aug 24 20:10:40.777 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_raw.d
103972026-08-24T20:10:41.373Z[ host-image] Aug 24 20:10:40.777 INFO O| Aug 24 20:10:40.777 INFO ok!
103982026-08-24T20:10:41.373Z[ host-image] Aug 24 20:10:40.777 INFO O| Aug 24 20:10:40.777 INFO STEP 108 (ensure_file) COMPLETE
103992026-08-24T20:10:41.373Z[ host-image] Aug 24 20:10:40.777 INFO O| Aug 24 20:10:40.777 INFO STEP 109: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104002026-08-24T20:10:41.379Z[ host-image] Aug 24 20:10:40.787 INFO O| Aug 24 20:10:40.787 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_info.d does not exist
104012026-08-24T20:10:41.379Z[ host-image] Aug 24 20:10:40.787 INFO O| Aug 24 20:10:40.787 INFO copying /tmp/.tmp0Z1tUc/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 ...
104022026-08-24T20:10:41.383Z[ host-image] Aug 24 20:10:40.787 INFO O| Aug 24 20:10:40.787 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_info.d
104032026-08-24T20:10:41.383Z[ host-image] Aug 24 20:10:40.787 INFO O| Aug 24 20:10:40.787 INFO ok!
104042026-08-24T20:10:41.383Z[ host-image] Aug 24 20:10:40.787 INFO O| Aug 24 20:10:40.787 INFO STEP 109 (ensure_file) COMPLETE
104052026-08-24T20:10:41.383Z[ host-image] Aug 24 20:10:40.787 INFO O| Aug 24 20:10:40.787 INFO STEP 110: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104062026-08-24T20:10:41.388Z[ host-image] Aug 24 20:10:40.797 INFO O| Aug 24 20:10:40.797 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_count.d does not exist
104072026-08-24T20:10:41.388Z[ host-image] Aug 24 20:10:40.797 INFO O| Aug 24 20:10:40.797 INFO copying /tmp/.tmp0Z1tUc/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 ...
104082026-08-24T20:10:41.392Z[ host-image] Aug 24 20:10:40.797 INFO O| Aug 24 20:10:40.797 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_count.d
104092026-08-24T20:10:41.392Z[ host-image] Aug 24 20:10:40.797 INFO O| Aug 24 20:10:40.797 INFO ok!
104102026-08-24T20:10:41.392Z[ host-image] Aug 24 20:10:40.797 INFO O| Aug 24 20:10:40.797 INFO STEP 110 (ensure_file) COMPLETE
104112026-08-24T20:10:41.392Z[ host-image] Aug 24 20:10:40.797 INFO O| Aug 24 20:10:40.797 INFO STEP 111: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104122026-08-24T20:10:41.398Z[ host-image] Aug 24 20:10:40.806 INFO O| Aug 24 20:10:40.806 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_action.d does not exist
104132026-08-24T20:10:41.398Z[ host-image] Aug 24 20:10:40.806 INFO O| Aug 24 20:10:40.806 INFO copying /tmp/.tmp0Z1tUc/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 ...
104142026-08-24T20:10:41.402Z[ host-image] Aug 24 20:10:40.806 INFO O| Aug 24 20:10:40.806 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_action.d
104152026-08-24T20:10:41.402Z[ host-image] Aug 24 20:10:40.806 INFO O| Aug 24 20:10:40.806 INFO ok!
104162026-08-24T20:10:41.402Z[ host-image] Aug 24 20:10:40.806 INFO O| Aug 24 20:10:40.806 INFO STEP 111 (ensure_file) COMPLETE
104172026-08-24T20:10:41.402Z[ host-image] Aug 24 20:10:40.806 INFO O| Aug 24 20:10:40.806 INFO STEP 112: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104182026-08-24T20:10:41.407Z[ host-image] Aug 24 20:10:40.816 INFO O| Aug 24 20:10:40.816 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/up-info.d does not exist
104192026-08-24T20:10:41.407Z[ host-image] Aug 24 20:10:40.816 INFO O| Aug 24 20:10:40.816 INFO copying /tmp/.tmp0Z1tUc/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 ...
104202026-08-24T20:10:41.411Z[ host-image] Aug 24 20:10:40.816 INFO O| Aug 24 20:10:40.816 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/up-info.d
104212026-08-24T20:10:41.411Z[ host-image] Aug 24 20:10:40.816 INFO O| Aug 24 20:10:40.816 INFO ok!
104222026-08-24T20:10:41.411Z[ host-image] Aug 24 20:10:40.816 INFO O| Aug 24 20:10:40.816 INFO STEP 112 (ensure_file) COMPLETE
104232026-08-24T20:10:41.411Z[ host-image] Aug 24 20:10:40.816 INFO O| Aug 24 20:10:40.816 INFO STEP 113: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104242026-08-24T20:10:41.417Z[ host-image] Aug 24 20:10:40.825 INFO O| Aug 24 20:10:40.825 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d does not exist
104252026-08-24T20:10:41.421Z[ host-image] Aug 24 20:10:40.825 INFO O| Aug 24 20:10:40.825 INFO copying /tmp/.tmp0Z1tUc/proto/host/root/opt/oxide/crucible_utils/tracegw.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d ...
104262026-08-24T20:10:41.421Z[ host-image] Aug 24 20:10:40.825 INFO O| Aug 24 20:10:40.825 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d
104272026-08-24T20:10:41.421Z[ host-image] Aug 24 20:10:40.825 INFO O| Aug 24 20:10:40.825 INFO ok!
104282026-08-24T20:10:41.421Z[ host-image] Aug 24 20:10:40.825 INFO O| Aug 24 20:10:40.825 INFO STEP 113 (ensure_file) COMPLETE
104292026-08-24T20:10:41.421Z[ host-image] Aug 24 20:10:40.825 INFO O| Aug 24 20:10:40.825 INFO STEP 114: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104302026-08-24T20:10:41.426Z[ host-image] Aug 24 20:10:40.834 INFO O| Aug 24 20:10:40.834 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/trace-vol.d does not exist
104312026-08-24T20:10:41.426Z[ host-image] Aug 24 20:10:40.834 INFO O| Aug 24 20:10:40.834 INFO copying /tmp/.tmp0Z1tUc/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 ...
104322026-08-24T20:10:41.430Z[ host-image] Aug 24 20:10:40.834 INFO O| Aug 24 20:10:40.834 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/trace-vol.d
104332026-08-24T20:10:41.430Z[ host-image] Aug 24 20:10:40.834 INFO O| Aug 24 20:10:40.834 INFO ok!
104342026-08-24T20:10:41.430Z[ host-image] Aug 24 20:10:40.834 INFO O| Aug 24 20:10:40.834 INFO STEP 114 (ensure_file) COMPLETE
104352026-08-24T20:10:41.430Z[ host-image] Aug 24 20:10:40.834 INFO O| Aug 24 20:10:40.834 INFO STEP 115: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104362026-08-24T20:10:41.434Z[ host-image] Aug 24 20:10:40.843 INFO O| Aug 24 20:10:40.843 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/sled_upstairs_info.d does not exist
104372026-08-24T20:10:41.434Z[ host-image] Aug 24 20:10:40.843 INFO O| Aug 24 20:10:40.843 INFO copying /tmp/.tmp0Z1tUc/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 ...
104382026-08-24T20:10:41.439Z[ host-image] Aug 24 20:10:40.843 INFO O| Aug 24 20:10:40.843 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/sled_upstairs_info.d
104392026-08-24T20:10:41.439Z[ host-image] Aug 24 20:10:40.843 INFO O| Aug 24 20:10:40.843 INFO ok!
104402026-08-24T20:10:41.439Z[ host-image] Aug 24 20:10:40.843 INFO O| Aug 24 20:10:40.843 INFO STEP 115 (ensure_file) COMPLETE
104412026-08-24T20:10:41.439Z[ host-image] Aug 24 20:10:40.843 INFO O| Aug 24 20:10:40.843 INFO STEP 116: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104422026-08-24T20:10:41.443Z[ host-image] Aug 24 20:10:40.852 INFO O| Aug 24 20:10:40.852 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/single_up_info.d does not exist
104432026-08-24T20:10:41.443Z[ host-image] Aug 24 20:10:40.852 INFO O| Aug 24 20:10:40.852 INFO copying /tmp/.tmp0Z1tUc/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 ...
104442026-08-24T20:10:41.448Z[ host-image] Aug 24 20:10:40.852 INFO O| Aug 24 20:10:40.852 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/single_up_info.d
104452026-08-24T20:10:41.448Z[ host-image] Aug 24 20:10:40.852 INFO O| Aug 24 20:10:40.852 INFO ok!
104462026-08-24T20:10:41.448Z[ host-image] Aug 24 20:10:40.852 INFO O| Aug 24 20:10:40.852 INFO STEP 116 (ensure_file) COMPLETE
104472026-08-24T20:10:41.448Z[ host-image] Aug 24 20:10:40.852 INFO O| Aug 24 20:10:40.852 INFO STEP 117: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104482026-08-24T20:10:41.453Z[ host-image] Aug 24 20:10:40.862 INFO O| Aug 24 20:10:40.862 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d does not exist
104492026-08-24T20:10:41.453Z[ host-image] Aug 24 20:10:40.862 INFO O| Aug 24 20:10:40.862 INFO copying /tmp/.tmp0Z1tUc/proto/host/root/opt/oxide/crucible_utils/perfgw.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d ...
104502026-08-24T20:10:41.457Z[ host-image] Aug 24 20:10:40.862 INFO O| Aug 24 20:10:40.862 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d
104512026-08-24T20:10:41.457Z[ host-image] Aug 24 20:10:40.862 INFO O| Aug 24 20:10:40.862 INFO ok!
104522026-08-24T20:10:41.457Z[ host-image] Aug 24 20:10:40.862 INFO O| Aug 24 20:10:40.862 INFO STEP 117 (ensure_file) COMPLETE
104532026-08-24T20:10:41.458Z[ host-image] Aug 24 20:10:40.862 INFO O| Aug 24 20:10:40.862 INFO STEP 118: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104542026-08-24T20:10:41.463Z[ host-image] Aug 24 20:10:40.871 INFO O| Aug 24 20:10:40.871 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-vol.d does not exist
104552026-08-24T20:10:41.463Z[ host-image] Aug 24 20:10:40.872 INFO O| Aug 24 20:10:40.871 INFO copying /tmp/.tmp0Z1tUc/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 ...
104562026-08-24T20:10:41.469Z[ host-image] Aug 24 20:10:40.872 INFO O| Aug 24 20:10:40.872 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-vol.d
104572026-08-24T20:10:41.469Z[ host-image] Aug 24 20:10:40.872 INFO O| Aug 24 20:10:40.872 INFO ok!
104582026-08-24T20:10:41.469Z[ host-image] Aug 24 20:10:40.872 INFO O| Aug 24 20:10:40.872 INFO STEP 118 (ensure_file) COMPLETE
104592026-08-24T20:10:41.469Z[ host-image] Aug 24 20:10:40.872 INFO O| Aug 24 20:10:40.872 INFO STEP 119: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104602026-08-24T20:10:41.473Z[ host-image] Aug 24 20:10:40.881 INFO O| Aug 24 20:10:40.881 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-upstairs-wf.d does not exist
104612026-08-24T20:10:41.473Z[ host-image] Aug 24 20:10:40.881 INFO O| Aug 24 20:10:40.881 INFO copying /tmp/.tmp0Z1tUc/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 ...
104622026-08-24T20:10:41.473Z[ host-image] Aug 24 20:10:40.881 INFO O| Aug 24 20:10:40.881 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-upstairs-wf.d
104632026-08-24T20:10:41.473Z[ host-image] Aug 24 20:10:40.881 INFO O| Aug 24 20:10:40.881 INFO ok!
104642026-08-24T20:10:41.473Z[ host-image] Aug 24 20:10:40.881 INFO O| Aug 24 20:10:40.881 INFO STEP 119 (ensure_file) COMPLETE
104652026-08-24T20:10:41.473Z[ host-image] Aug 24 20:10:40.881 INFO O| Aug 24 20:10:40.881 INFO STEP 120: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104662026-08-24T20:10:41.482Z[ host-image] Aug 24 20:10:40.890 INFO O| Aug 24 20:10:40.890 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-reqwest.d does not exist
104672026-08-24T20:10:41.482Z[ host-image] Aug 24 20:10:40.890 INFO O| Aug 24 20:10:40.890 INFO copying /tmp/.tmp0Z1tUc/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 ...
104682026-08-24T20:10:41.487Z[ host-image] Aug 24 20:10:40.890 INFO O| Aug 24 20:10:40.890 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-reqwest.d
104692026-08-24T20:10:41.487Z[ host-image] Aug 24 20:10:40.890 INFO O| Aug 24 20:10:40.890 INFO ok!
104702026-08-24T20:10:41.487Z[ host-image] Aug 24 20:10:40.890 INFO O| Aug 24 20:10:40.890 INFO STEP 120 (ensure_file) COMPLETE
104712026-08-24T20:10:41.487Z[ host-image] Aug 24 20:10:40.890 INFO O| Aug 24 20:10:40.890 INFO STEP 121: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104722026-08-24T20:10:41.492Z[ host-image] Aug 24 20:10:40.900 INFO O| Aug 24 20:10:40.900 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-online-repair.d does not exist
104732026-08-24T20:10:41.492Z[ host-image] Aug 24 20:10:40.900 INFO O| Aug 24 20:10:40.900 INFO copying /tmp/.tmp0Z1tUc/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 ...
104742026-08-24T20:10:41.496Z[ host-image] Aug 24 20:10:40.901 INFO O| Aug 24 20:10:40.901 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-online-repair.d
104752026-08-24T20:10:41.496Z[ host-image] Aug 24 20:10:40.901 INFO O| Aug 24 20:10:40.901 INFO ok!
104762026-08-24T20:10:41.496Z[ host-image] Aug 24 20:10:40.901 INFO O| Aug 24 20:10:40.901 INFO STEP 121 (ensure_file) COMPLETE
104772026-08-24T20:10:41.496Z[ host-image] Aug 24 20:10:40.901 INFO O| Aug 24 20:10:40.901 INFO STEP 122: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104782026-08-24T20:10:41.500Z[ host-image] Aug 24 20:10:40.908 INFO O| Aug 24 20:10:40.908 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-net.d does not exist
104792026-08-24T20:10:41.501Z[ host-image] Aug 24 20:10:40.908 INFO O| Aug 24 20:10:40.908 INFO copying /tmp/.tmp0Z1tUc/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 ...
104802026-08-24T20:10:41.501Z[ host-image] Aug 24 20:10:40.908 INFO O| Aug 24 20:10:40.908 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-net.d
104812026-08-24T20:10:41.501Z[ host-image] Aug 24 20:10:40.908 INFO O| Aug 24 20:10:40.908 INFO ok!
104822026-08-24T20:10:41.501Z[ host-image] Aug 24 20:10:40.909 INFO O| Aug 24 20:10:40.908 INFO STEP 122 (ensure_file) COMPLETE
104832026-08-24T20:10:41.501Z[ host-image] Aug 24 20:10:40.909 INFO O| Aug 24 20:10:40.908 INFO STEP 123: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104842026-08-24T20:10:41.508Z[ host-image] Aug 24 20:10:40.916 INFO O| Aug 24 20:10:40.916 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-client.d does not exist
104852026-08-24T20:10:41.508Z[ host-image] Aug 24 20:10:40.916 INFO O| Aug 24 20:10:40.916 INFO copying /tmp/.tmp0Z1tUc/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 ...
104862026-08-24T20:10:41.508Z[ host-image] Aug 24 20:10:40.916 INFO O| Aug 24 20:10:40.916 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-client.d
104872026-08-24T20:10:41.508Z[ host-image] Aug 24 20:10:40.916 INFO O| Aug 24 20:10:40.916 INFO ok!
104882026-08-24T20:10:41.512Z[ host-image] Aug 24 20:10:40.916 INFO O| Aug 24 20:10:40.916 INFO STEP 123 (ensure_file) COMPLETE
104892026-08-24T20:10:41.512Z[ host-image] Aug 24 20:10:40.916 INFO O| Aug 24 20:10:40.916 INFO STEP 124: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104902026-08-24T20:10:41.516Z[ host-image] Aug 24 20:10:40.924 INFO O| Aug 24 20:10:40.924 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs.d does not exist
104912026-08-24T20:10:41.517Z[ host-image] Aug 24 20:10:40.924 INFO O| Aug 24 20:10:40.924 INFO copying /tmp/.tmp0Z1tUc/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 ...
104922026-08-24T20:10:41.517Z[ host-image] Aug 24 20:10:40.924 INFO O| Aug 24 20:10:40.924 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs.d
104932026-08-24T20:10:41.517Z[ host-image] Aug 24 20:10:40.924 INFO O| Aug 24 20:10:40.924 INFO ok!
104942026-08-24T20:10:41.517Z[ host-image] Aug 24 20:10:40.924 INFO O| Aug 24 20:10:40.924 INFO STEP 124 (ensure_file) COMPLETE
104952026-08-24T20:10:41.517Z[ host-image] Aug 24 20:10:40.924 INFO O| Aug 24 20:10:40.924 INFO STEP 125: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104962026-08-24T20:10:41.523Z[ host-image] Aug 24 20:10:40.931 INFO O| Aug 24 20:10:40.931 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-tick.d does not exist
104972026-08-24T20:10:41.523Z[ host-image] Aug 24 20:10:40.931 INFO O| Aug 24 20:10:40.931 INFO copying /tmp/.tmp0Z1tUc/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 ...
104982026-08-24T20:10:41.527Z[ host-image] Aug 24 20:10:40.931 INFO O| Aug 24 20:10:40.931 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-tick.d
104992026-08-24T20:10:41.527Z[ host-image] Aug 24 20:10:40.931 INFO O| Aug 24 20:10:40.931 INFO ok!
105002026-08-24T20:10:41.527Z[ host-image] Aug 24 20:10:40.931 INFO O| Aug 24 20:10:40.931 INFO STEP 125 (ensure_file) COMPLETE
105012026-08-24T20:10:41.527Z[ host-image] Aug 24 20:10:40.931 INFO O| Aug 24 20:10:40.931 INFO STEP 126: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105022026-08-24T20:10:41.531Z[ host-image] Aug 24 20:10:40.938 INFO O| Aug 24 20:10:40.938 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-three.d does not exist
105032026-08-24T20:10:41.531Z[ host-image] Aug 24 20:10:40.938 INFO O| Aug 24 20:10:40.938 INFO copying /tmp/.tmp0Z1tUc/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 ...
105042026-08-24T20:10:41.531Z[ host-image] Aug 24 20:10:40.938 INFO O| Aug 24 20:10:40.938 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-three.d
105052026-08-24T20:10:41.531Z[ host-image] Aug 24 20:10:40.938 INFO O| Aug 24 20:10:40.938 INFO ok!
105062026-08-24T20:10:41.531Z[ host-image] Aug 24 20:10:40.938 INFO O| Aug 24 20:10:40.938 INFO STEP 126 (ensure_file) COMPLETE
105072026-08-24T20:10:41.531Z[ host-image] Aug 24 20:10:40.938 INFO O| Aug 24 20:10:40.938 INFO STEP 127: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105082026-08-24T20:10:41.537Z[ host-image] Aug 24 20:10:40.945 INFO O| Aug 24 20:10:40.945 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-os.d does not exist
105092026-08-24T20:10:41.537Z[ host-image] Aug 24 20:10:40.945 INFO O| Aug 24 20:10:40.945 INFO copying /tmp/.tmp0Z1tUc/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 ...
105102026-08-24T20:10:41.541Z[ host-image] Aug 24 20:10:40.945 INFO O| Aug 24 20:10:40.945 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-os.d
105112026-08-24T20:10:41.541Z[ host-image] Aug 24 20:10:40.945 INFO O| Aug 24 20:10:40.945 INFO ok!
105122026-08-24T20:10:41.541Z[ host-image] Aug 24 20:10:40.945 INFO O| Aug 24 20:10:40.945 INFO STEP 127 (ensure_file) COMPLETE
105132026-08-24T20:10:41.541Z[ host-image] Aug 24 20:10:40.945 INFO O| Aug 24 20:10:40.945 INFO STEP 128: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105142026-08-24T20:10:41.545Z[ host-image] Aug 24 20:10:40.952 INFO O| Aug 24 20:10:40.952 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.sh does not exist
105152026-08-24T20:10:41.545Z[ host-image] Aug 24 20:10:40.952 INFO O| Aug 24 20:10:40.952 INFO copying /tmp/.tmp0Z1tUc/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 ...
105162026-08-24T20:10:41.545Z[ host-image] Aug 24 20:10:40.952 INFO O| Aug 24 20:10:40.952 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.sh
105172026-08-24T20:10:41.545Z[ host-image] Aug 24 20:10:40.952 INFO O| Aug 24 20:10:40.952 INFO ok!
105182026-08-24T20:10:41.545Z[ host-image] Aug 24 20:10:40.952 INFO O| Aug 24 20:10:40.952 INFO STEP 128 (ensure_file) COMPLETE
105192026-08-24T20:10:41.545Z[ host-image] Aug 24 20:10:40.952 INFO O| Aug 24 20:10:40.952 INFO STEP 129: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105202026-08-24T20:10:41.551Z[ host-image] Aug 24 20:10:40.959 INFO O| Aug 24 20:10:40.959 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.d does not exist
105212026-08-24T20:10:41.551Z[ host-image] Aug 24 20:10:40.960 INFO O| Aug 24 20:10:40.959 INFO copying /tmp/.tmp0Z1tUc/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 ...
105222026-08-24T20:10:41.555Z[ host-image] Aug 24 20:10:40.960 INFO O| Aug 24 20:10:40.960 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.d
105232026-08-24T20:10:41.555Z[ host-image] Aug 24 20:10:40.960 INFO O| Aug 24 20:10:40.960 INFO ok!
105242026-08-24T20:10:41.555Z[ host-image] Aug 24 20:10:40.960 INFO O| Aug 24 20:10:40.960 INFO STEP 129 (ensure_file) COMPLETE
105252026-08-24T20:10:41.555Z[ host-image] Aug 24 20:10:40.960 INFO O| Aug 24 20:10:40.960 INFO STEP 130: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105262026-08-24T20:10:41.556Z[ recovery-image] Aug 24 20:10:40.962 INFO E| Compiling errno v0.3.14
105272026-08-24T20:10:41.556Z[ recovery-image] Aug 24 20:10:40.962 INFO E| Compiling os_pipe v1.2.3
105282026-08-24T20:10:41.560Z[ host-image] Aug 24 20:10:40.967 INFO O| Aug 24 20:10:40.967 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.sh does not exist
105292026-08-24T20:10:41.560Z[ host-image] Aug 24 20:10:40.967 INFO O| Aug 24 20:10:40.967 INFO copying /tmp/.tmp0Z1tUc/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 ...
105302026-08-24T20:10:41.560Z[ host-image] Aug 24 20:10:40.967 INFO O| Aug 24 20:10:40.967 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.sh
105312026-08-24T20:10:41.560Z[ host-image] Aug 24 20:10:40.967 INFO O| Aug 24 20:10:40.967 INFO ok!
105322026-08-24T20:10:41.560Z[ host-image] Aug 24 20:10:40.967 INFO O| Aug 24 20:10:40.967 INFO STEP 130 (ensure_file) COMPLETE
105332026-08-24T20:10:41.560Z[ host-image] Aug 24 20:10:40.967 INFO O| Aug 24 20:10:40.967 INFO STEP 131: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105342026-08-24T20:10:41.570Z[ host-image] Aug 24 20:10:40.978 INFO O| Aug 24 20:10:40.978 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.d does not exist
105352026-08-24T20:10:41.570Z[ host-image] Aug 24 20:10:40.978 INFO O| Aug 24 20:10:40.978 INFO copying /tmp/.tmp0Z1tUc/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 ...
105362026-08-24T20:10:41.574Z[ host-image] Aug 24 20:10:40.978 INFO O| Aug 24 20:10:40.978 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.d
105372026-08-24T20:10:41.574Z[ host-image] Aug 24 20:10:40.978 INFO O| Aug 24 20:10:40.978 INFO ok!
105382026-08-24T20:10:41.574Z[ host-image] Aug 24 20:10:40.978 INFO O| Aug 24 20:10:40.978 INFO STEP 131 (ensure_file) COMPLETE
105392026-08-24T20:10:41.574Z[ host-image] Aug 24 20:10:40.978 INFO O| Aug 24 20:10:40.978 INFO STEP 132: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105402026-08-24T20:10:41.580Z[ host-image] Aug 24 20:10:40.988 INFO O| Aug 24 20:10:40.988 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.sh does not exist
105412026-08-24T20:10:41.580Z[ host-image] Aug 24 20:10:40.988 INFO O| Aug 24 20:10:40.988 INFO copying /tmp/.tmp0Z1tUc/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 ...
105422026-08-24T20:10:41.584Z[ host-image] Aug 24 20:10:40.988 INFO O| Aug 24 20:10:40.988 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.sh
105432026-08-24T20:10:41.584Z[ host-image] Aug 24 20:10:40.988 INFO O| Aug 24 20:10:40.988 INFO ok!
105442026-08-24T20:10:41.584Z[ host-image] Aug 24 20:10:40.988 INFO O| Aug 24 20:10:40.988 INFO STEP 132 (ensure_file) COMPLETE
105452026-08-24T20:10:41.584Z[ host-image] Aug 24 20:10:40.988 INFO O| Aug 24 20:10:40.988 INFO STEP 133: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105462026-08-24T20:10:41.590Z[ host-image] Aug 24 20:10:40.998 INFO O| Aug 24 20:10:40.998 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.d does not exist
105472026-08-24T20:10:41.590Z[ host-image] Aug 24 20:10:40.998 INFO O| Aug 24 20:10:40.998 INFO copying /tmp/.tmp0Z1tUc/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 ...
105482026-08-24T20:10:41.594Z[ host-image] Aug 24 20:10:40.998 INFO O| Aug 24 20:10:40.998 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.d
105492026-08-24T20:10:41.594Z[ host-image] Aug 24 20:10:40.998 INFO O| Aug 24 20:10:40.998 INFO ok!
105502026-08-24T20:10:41.594Z[ host-image] Aug 24 20:10:40.998 INFO O| Aug 24 20:10:40.998 INFO STEP 133 (ensure_file) COMPLETE
105512026-08-24T20:10:41.595Z[ host-image] Aug 24 20:10:40.998 INFO O| Aug 24 20:10:40.998 INFO STEP 134: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105522026-08-24T20:10:41.599Z[ host-image] Aug 24 20:10:41.008 INFO O| Aug 24 20:10:41.008 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/downstairs_count.d does not exist
105532026-08-24T20:10:41.600Z[ host-image] Aug 24 20:10:41.008 INFO O| Aug 24 20:10:41.008 INFO copying /tmp/.tmp0Z1tUc/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 ...
105542026-08-24T20:10:41.603Z[ host-image] Aug 24 20:10:41.008 INFO O| Aug 24 20:10:41.008 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/downstairs_count.d
105552026-08-24T20:10:41.603Z[ host-image] Aug 24 20:10:41.008 INFO O| Aug 24 20:10:41.008 INFO ok!
105562026-08-24T20:10:41.603Z[ host-image] Aug 24 20:10:41.008 INFO O| Aug 24 20:10:41.008 INFO STEP 134 (ensure_file) COMPLETE
105572026-08-24T20:10:41.604Z[ host-image] Aug 24 20:10:41.008 INFO O| Aug 24 20:10:41.008 INFO STEP 135: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105582026-08-24T20:10:41.608Z[ host-image] Aug 24 20:10:41.016 INFO O| Aug 24 20:10:41.016 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/all_downstairs.d does not exist
105592026-08-24T20:10:41.608Z[ host-image] Aug 24 20:10:41.016 INFO O| Aug 24 20:10:41.016 INFO copying /tmp/.tmp0Z1tUc/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 ...
105602026-08-24T20:10:41.612Z[ host-image] Aug 24 20:10:41.016 INFO O| Aug 24 20:10:41.016 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/all_downstairs.d
105612026-08-24T20:10:41.613Z[ host-image] Aug 24 20:10:41.016 INFO O| Aug 24 20:10:41.016 INFO ok!
105622026-08-24T20:10:41.613Z[ host-image] Aug 24 20:10:41.016 INFO O| Aug 24 20:10:41.016 INFO STEP 135 (ensure_file) COMPLETE
105632026-08-24T20:10:41.613Z[ host-image] Aug 24 20:10:41.016 INFO O| Aug 24 20:10:41.016 INFO STEP 136: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105642026-08-24T20:10:41.619Z[ host-image] Aug 24 20:10:41.027 INFO O| Aug 24 20:10:41.027 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md does not exist
105652026-08-24T20:10:41.619Z[ host-image] Aug 24 20:10:41.027 INFO O| Aug 24 20:10:41.027 INFO copying /tmp/.tmp0Z1tUc/proto/host/root/opt/oxide/crucible_utils/README.md -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md ...
105662026-08-24T20:10:41.623Z[ host-image] Aug 24 20:10:41.027 INFO O| Aug 24 20:10:41.027 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md
105672026-08-24T20:10:41.623Z[ host-image] Aug 24 20:10:41.027 INFO O| Aug 24 20:10:41.027 INFO ok!
105682026-08-24T20:10:41.623Z[ host-image] Aug 24 20:10:41.027 INFO O| Aug 24 20:10:41.027 INFO STEP 136 (ensure_file) COMPLETE
105692026-08-24T20:10:41.623Z[ host-image] Aug 24 20:10:41.027 INFO O| Aug 24 20:10:41.027 INFO STEP 137: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105702026-08-24T20:10:41.627Z[ host-image] Aug 24 20:10:41.035 INFO O| Aug 24 20:10:41.035 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/utils-info.txt does not exist
105712026-08-24T20:10:41.627Z[ host-image] Aug 24 20:10:41.035 INFO O| Aug 24 20:10:41.035 INFO copying /tmp/.tmp0Z1tUc/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 ...
105722026-08-24T20:10:41.631Z[ host-image] Aug 24 20:10:41.036 INFO O| Aug 24 20:10:41.036 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/utils-info.txt
105732026-08-24T20:10:41.631Z[ host-image] Aug 24 20:10:41.036 INFO O| Aug 24 20:10:41.036 INFO ok!
105742026-08-24T20:10:41.631Z[ host-image] Aug 24 20:10:41.036 INFO O| Aug 24 20:10:41.036 INFO STEP 137 (ensure_file) COMPLETE
105752026-08-24T20:10:41.631Z[ host-image] Aug 24 20:10:41.036 INFO O| Aug 24 20:10:41.036 INFO STEP 138: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105762026-08-24T20:10:41.636Z[ host-image] Aug 24 20:10:41.042 INFO O| Aug 24 20:10:41.042 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION does not exist
105772026-08-24T20:10:41.636Z[ host-image] Aug 24 20:10:41.042 INFO O| Aug 24 20:10:41.042 INFO copying /tmp/.tmp0Z1tUc/proto/host/root/opt/oxide/crucible_utils/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION ...
105782026-08-24T20:10:41.636Z[ host-image] Aug 24 20:10:41.042 INFO O| Aug 24 20:10:41.042 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION
105792026-08-24T20:10:41.636Z[ host-image] Aug 24 20:10:41.042 INFO O| Aug 24 20:10:41.042 INFO ok!
105802026-08-24T20:10:41.636Z[ host-image] Aug 24 20:10:41.042 INFO O| Aug 24 20:10:41.042 INFO STEP 138 (ensure_file) COMPLETE
105812026-08-24T20:10:41.637Z[ host-image] Aug 24 20:10:41.042 INFO O| Aug 24 20:10:41.042 INFO STEP 139: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105822026-08-24T20:10:41.641Z[ host-image] Aug 24 20:10:41.049 INFO O| Aug 24 20:10:41.049 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz does not exist
105832026-08-24T20:10:41.641Z[ host-image] Aug 24 20:10:41.049 INFO O| Aug 24 20:10:41.049 INFO copying /tmp/.tmp0Z1tUc/proto/host/root/opt/oxide/switch.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz ...
105842026-08-24T20:10:41.662Z[ recovery-image] Aug 24 20:10:41.070 INFO E| Compiling signal-hook-registry v1.4.8
105852026-08-24T20:10:42.024Z[ recovery-image] Aug 24 20:10:41.431 INFO E| Compiling sigchld v0.2.4
105862026-08-24T20:10:42.029Z[ recovery-image] Aug 24 20:10:41.434 INFO E| Compiling syn v2.0.117
105872026-08-24T20:10:42.146Z[ recovery-image] Aug 24 20:10:41.554 INFO E| Compiling shared_child v1.1.1
105882026-08-24T20:10:42.278Z[ recovery-image] Aug 24 20:10:41.686 INFO E| Compiling duct v1.1.1
105892026-08-24T20:10:44.433Z[ recovery-image] Aug 24 20:10:43.840 INFO E| Compiling clap_derive v4.6.1
105902026-08-24T20:10:46.040Z[ recovery-image] Aug 24 20:10:45.446 INFO E| Compiling clap v4.6.1
105912026-08-24T20:10:46.133Z[ recovery-image] Aug 24 20:10:45.541 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/phbl/xtask)
105922026-08-24T20:10:47.184Z[ recovery-image] Aug 24 20:10:46.591 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.14s
105932026-08-24T20:10:47.190Z[ recovery-image] Aug 24 20:10:46.598 INFO E| Running `target/debug/xtask build --release --cpioz /work/os-recovery/cpio.z --target-dir /work/os-recovery/phbl`
105942026-08-24T20:10:47.518Z[ recovery-image] Aug 24 20:10:46.925 INFO E| Downloading crates ...
105952026-08-24T20:10:47.587Z[ recovery-image] Aug 24 20:10:46.994 INFO E| Downloaded bitstruct_derive v0.1.0
105962026-08-24T20:10:47.591Z[ recovery-image] Aug 24 20:10:46.996 INFO E| Downloaded cpio_reader v0.1.2
105972026-08-24T20:10:47.595Z[ recovery-image] Aug 24 20:10:47.000 INFO E| Downloaded bit_field v0.10.3
105982026-08-24T20:10:47.595Z[ recovery-image] Aug 24 20:10:47.002 INFO E| Downloaded bitstruct v0.1.1
105992026-08-24T20:10:47.615Z[ recovery-image] Aug 24 20:10:47.023 INFO E| Downloaded log v0.4.32
106002026-08-24T20:10:47.619Z[ recovery-image] Aug 24 20:10:47.024 INFO E| Downloaded bitflags v2.13.0
106012026-08-24T20:10:47.623Z[ recovery-image] Aug 24 20:10:47.031 INFO E| Downloaded miniz_oxide v0.9.1
106022026-08-24T20:10:47.628Z[ recovery-image] Aug 24 20:10:47.037 INFO E| Downloaded raw-cpuid v10.7.0
106032026-08-24T20:10:47.632Z[ recovery-image] Aug 24 20:10:47.040 INFO E| Downloaded goblin v0.10.7
106042026-08-24T20:10:47.770Z[ recovery-image] Aug 24 20:10:47.178 INFO E| Downloaded x86 v0.52.0
106052026-08-24T20:10:47.818Z[ recovery-image] Aug 24 20:10:47.226 INFO E| Updating crates.io index
106062026-08-24T20:10:47.870Z[ recovery-image] Aug 24 20:10:47.278 INFO E| Downloading crates ...
106072026-08-24T20:10:47.896Z[ recovery-image] Aug 24 20:10:47.304 INFO E| Downloaded hashbrown v0.17.1
106082026-08-24T20:10:47.900Z[ recovery-image] Aug 24 20:10:47.308 INFO E| Downloaded rustc-literal-escaper v0.0.7
106092026-08-24T20:10:47.950Z[ recovery-image] Aug 24 20:10:47.358 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)
106102026-08-24T20:10:47.950Z[ recovery-image] Aug 24 20:10:47.358 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)
106112026-08-24T20:10:47.950Z[ recovery-image] Aug 24 20:10:47.358 INFO E| Compiling proc-macro2 v1.0.106
106122026-08-24T20:10:47.954Z[ recovery-image] Aug 24 20:10:47.358 INFO E| Compiling unicode-ident v1.0.24
106132026-08-24T20:10:47.954Z[ recovery-image] Aug 24 20:10:47.358 INFO E| Compiling quote v1.0.45
106142026-08-24T20:10:47.954Z[ recovery-image] Aug 24 20:10:47.358 INFO E| Compiling syn v1.0.109
106152026-08-24T20:10:47.954Z[ recovery-image] Aug 24 20:10:47.358 INFO E| Compiling x86 v0.52.0
106162026-08-24T20:10:47.964Z[ recovery-image] Aug 24 20:10:47.372 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
106172026-08-24T20:10:47.967Z[ recovery-image] Aug 24 20:10:47.372 INFO E| Compiling seq-macro v0.3.6
106182026-08-24T20:10:49.115Z[ recovery-image] Aug 24 20:10:48.522 INFO E| Compiling syn v2.0.117
106192026-08-24T20:10:49.712Z[ host-image] Aug 24 20:10:49.120 INFO O| Aug 24 20:10:49.120 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz
106202026-08-24T20:10:49.713Z[ host-image] Aug 24 20:10:49.120 INFO O| Aug 24 20:10:49.120 INFO ok!
106212026-08-24T20:10:49.713Z[ host-image] Aug 24 20:10:49.120 INFO O| Aug 24 20:10:49.120 INFO STEP 139 (ensure_file) COMPLETE
106222026-08-24T20:10:49.717Z[ host-image] Aug 24 20:10:49.120 INFO O| Aug 24 20:10:49.120 INFO STEP 140: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106232026-08-24T20:10:49.721Z[ host-image] Aug 24 20:10:49.128 INFO O| Aug 24 20:10:49.128 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib
106242026-08-24T20:10:49.721Z[ host-image] Aug 24 20:10:49.128 INFO O| Aug 24 20:10:49.128 INFO STEP 140 (ensure_dir) COMPLETE
106252026-08-24T20:10:49.721Z[ host-image] Aug 24 20:10:49.128 INFO O| Aug 24 20:10:49.128 INFO STEP 141: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106262026-08-24T20:10:49.728Z[ host-image] Aug 24 20:10:49.137 INFO O| Aug 24 20:10:49.137 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc
106272026-08-24T20:10:49.728Z[ host-image] Aug 24 20:10:49.137 INFO O| Aug 24 20:10:49.137 INFO STEP 141 (ensure_dir) COMPLETE
106282026-08-24T20:10:49.732Z[ host-image] Aug 24 20:10:49.137 INFO O| Aug 24 20:10:49.137 INFO STEP 142: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106292026-08-24T20:10:49.736Z[ host-image] Aug 24 20:10:49.144 INFO O| Aug 24 20:10:49.144 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest
106302026-08-24T20:10:49.736Z[ host-image] Aug 24 20:10:49.144 INFO O| Aug 24 20:10:49.144 INFO STEP 142 (ensure_dir) COMPLETE
106312026-08-24T20:10:49.736Z[ host-image] Aug 24 20:10:49.144 INFO O| Aug 24 20:10:49.144 INFO STEP 143: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106322026-08-24T20:10:49.743Z[ host-image] Aug 24 20:10:49.151 INFO O| Aug 24 20:10:49.151 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site
106332026-08-24T20:10:49.747Z[ host-image] Aug 24 20:10:49.151 INFO O| Aug 24 20:10:49.151 INFO STEP 143 (ensure_dir) COMPLETE
106342026-08-24T20:10:49.748Z[ host-image] Aug 24 20:10:49.151 INFO O| Aug 24 20:10:49.151 INFO STEP 144: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106352026-08-24T20:10:49.751Z[ host-image] Aug 24 20:10:49.159 INFO O| Aug 24 20:10:49.159 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/sled-agent.xml does not exist
106362026-08-24T20:10:49.751Z[ host-image] Aug 24 20:10:49.159 INFO O| Aug 24 20:10:49.159 INFO copying /tmp/.tmp0Z1tUc/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 ...
106372026-08-24T20:10:49.751Z[ host-image] Aug 24 20:10:49.159 INFO O| Aug 24 20:10:49.159 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/sled-agent.xml
106382026-08-24T20:10:49.751Z[ host-image] Aug 24 20:10:49.159 INFO O| Aug 24 20:10:49.159 INFO ok!
106392026-08-24T20:10:49.751Z[ host-image] Aug 24 20:10:49.159 INFO O| Aug 24 20:10:49.159 INFO STEP 144 (ensure_file) COMPLETE
106402026-08-24T20:10:49.751Z[ host-image] Aug 24 20:10:49.159 INFO O| Aug 24 20:10:49.159 INFO STEP 145: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106412026-08-24T20:10:49.758Z[ host-image] Aug 24 20:10:49.166 INFO O| Aug 24 20:10:49.166 INFO perms are 700, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/root
106422026-08-24T20:10:49.758Z[ host-image] Aug 24 20:10:49.166 INFO O| Aug 24 20:10:49.166 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/root
106432026-08-24T20:10:49.758Z[ host-image] Aug 24 20:10:49.166 INFO O| Aug 24 20:10:49.166 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/root
106442026-08-24T20:10:49.758Z[ host-image] Aug 24 20:10:49.166 INFO O| Aug 24 20:10:49.166 INFO STEP 145 (ensure_dir) COMPLETE
106452026-08-24T20:10:49.758Z[ host-image] Aug 24 20:10:49.166 INFO O| Aug 24 20:10:49.166 INFO STEP 146: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106462026-08-24T20:10:49.764Z[ host-image] Aug 24 20:10:49.173 INFO O| Aug 24 20:10:49.173 WARN file /rpool/images/build/host/work/sled/zfs/a/root/.profile exists, with wrong contents, unlinking
106472026-08-24T20:10:49.768Z[ host-image] Aug 24 20:10:49.173 INFO O| Aug 24 20:10:49.173 INFO copying /tmp/.tmp0Z1tUc/proto/host/root/root/.profile -> /rpool/images/build/host/work/sled/zfs/a/root/.profile ...
106482026-08-24T20:10:49.768Z[ host-image] Aug 24 20:10:49.173 INFO O| Aug 24 20:10:49.173 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/root/.profile
106492026-08-24T20:10:49.768Z[ host-image] Aug 24 20:10:49.173 INFO O| Aug 24 20:10:49.173 INFO ok!
106502026-08-24T20:10:49.768Z[ host-image] Aug 24 20:10:49.173 INFO O| Aug 24 20:10:49.173 INFO STEP 146 (ensure_file) COMPLETE
106512026-08-24T20:10:49.768Z[ host-image] Aug 24 20:10:49.173 INFO O| Aug 24 20:10:49.173 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106522026-08-24T20:10:49.772Z[ host-image] Aug 24 20:10:49.179 INFO O| Aug 24 20:10:49.179 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/ipsec"
106532026-08-24T20:10:49.772Z[ host-image] Aug 24 20:10:49.179 INFO O| Aug 24 20:10:49.179 INFO STEP 147 (remove_files) COMPLETE
106542026-08-24T20:10:49.772Z[ host-image] Aug 24 20:10:49.179 INFO O| Aug 24 20:10:49.179 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106552026-08-24T20:10:49.777Z[ host-image] Aug 24 20:10:49.185 INFO O| Aug 24 20:10:49.185 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/ldap"
106562026-08-24T20:10:49.782Z[ host-image] Aug 24 20:10:49.186 INFO O| Aug 24 20:10:49.185 INFO STEP 148 (remove_files) COMPLETE
106572026-08-24T20:10:49.783Z[ host-image] Aug 24 20:10:49.186 INFO O| Aug 24 20:10:49.186 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106582026-08-24T20:10:49.786Z[ host-image] Aug 24 20:10:49.191 INFO O| Aug 24 20:10:49.191 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/rpc"
106592026-08-24T20:10:49.786Z[ host-image] Aug 24 20:10:49.191 INFO O| Aug 24 20:10:49.191 INFO STEP 149 (remove_files) COMPLETE
106602026-08-24T20:10:49.786Z[ host-image] Aug 24 20:10:49.191 INFO O| Aug 24 20:10:49.191 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106612026-08-24T20:10:49.790Z[ host-image] Aug 24 20:10:49.197 INFO O| Aug 24 20:10:49.197 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/security"
106622026-08-24T20:10:49.790Z[ host-image] Aug 24 20:10:49.197 INFO O| Aug 24 20:10:49.197 INFO STEP 150 (remove_files) COMPLETE
106632026-08-24T20:10:49.790Z[ host-image] Aug 24 20:10:49.197 INFO O| Aug 24 20:10:49.197 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106642026-08-24T20:10:49.796Z[ host-image] Aug 24 20:10:49.205 INFO O| Aug 24 20:10:49.205 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/shares"
106652026-08-24T20:10:49.801Z[ host-image] Aug 24 20:10:49.205 INFO O| Aug 24 20:10:49.205 INFO STEP 151 (remove_files) COMPLETE
106662026-08-24T20:10:49.801Z[ host-image] Aug 24 20:10:49.205 INFO O| Aug 24 20:10:49.205 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106672026-08-24T20:10:49.807Z[ host-image] Aug 24 20:10:49.212 INFO O| Aug 24 20:10:49.212 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/smb"
106682026-08-24T20:10:49.807Z[ host-image] Aug 24 20:10:49.212 INFO O| Aug 24 20:10:49.212 INFO STEP 152 (remove_files) COMPLETE
106692026-08-24T20:10:49.807Z[ host-image] Aug 24 20:10:49.212 INFO O| Aug 24 20:10:49.212 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106702026-08-24T20:10:49.813Z[ host-image] Aug 24 20:10:49.219 INFO O| Aug 24 20:10:49.219 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/application/management/net-snmp.xml"
106712026-08-24T20:10:49.813Z[ host-image] Aug 24 20:10:49.219 INFO O| Aug 24 20:10:49.219 INFO STEP 153 (remove_files) COMPLETE
106722026-08-24T20:10:49.813Z[ host-image] Aug 24 20:10:49.219 INFO O| Aug 24 20:10:49.219 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106732026-08-24T20:10:49.818Z[ host-image] Aug 24 20:10:49.226 INFO O| Aug 24 20:10:49.226 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/application/security/tcsd.xml"
106742026-08-24T20:10:49.818Z[ host-image] Aug 24 20:10:49.226 INFO O| Aug 24 20:10:49.226 INFO STEP 154 (remove_files) COMPLETE
106752026-08-24T20:10:49.822Z[ host-image] Aug 24 20:10:49.226 INFO O| Aug 24 20:10:49.226 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106762026-08-24T20:10:49.826Z[ host-image] Aug 24 20:10:49.234 INFO O| Aug 24 20:10:49.234 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/dns/install.xml"
106772026-08-24T20:10:49.826Z[ host-image] Aug 24 20:10:49.234 INFO O| Aug 24 20:10:49.234 INFO STEP 155 (remove_files) COMPLETE
106782026-08-24T20:10:49.826Z[ host-image] Aug 24 20:10:49.234 INFO O| Aug 24 20:10:49.234 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106792026-08-24T20:10:49.832Z[ host-image] Aug 24 20:10:49.241 INFO O| Aug 24 20:10:49.241 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/inetd-upgrade.xml"
106802026-08-24T20:10:49.832Z[ host-image] Aug 24 20:10:49.241 INFO O| Aug 24 20:10:49.241 INFO STEP 156 (remove_files) COMPLETE
106812026-08-24T20:10:49.836Z[ host-image] Aug 24 20:10:49.241 INFO O| Aug 24 20:10:49.241 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106822026-08-24T20:10:49.846Z[ host-image] Aug 24 20:10:49.248 INFO O| Aug 24 20:10:49.248 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/inetd.xml"
106832026-08-24T20:10:49.846Z[ host-image] Aug 24 20:10:49.248 INFO O| Aug 24 20:10:49.248 INFO STEP 157 (remove_files) COMPLETE
106842026-08-24T20:10:49.846Z[ host-image] Aug 24 20:10:49.248 INFO O| Aug 24 20:10:49.248 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106852026-08-24T20:10:49.850Z[ host-image] Aug 24 20:10:49.255 INFO O| Aug 24 20:10:49.255 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-install.xml"
106862026-08-24T20:10:49.850Z[ host-image] Aug 24 20:10:49.255 INFO O| Aug 24 20:10:49.255 INFO STEP 158 (remove_files) COMPLETE
106872026-08-24T20:10:49.850Z[ host-image] Aug 24 20:10:49.255 INFO O| Aug 24 20:10:49.255 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106882026-08-24T20:10:49.856Z[ host-image] Aug 24 20:10:49.261 INFO O| Aug 24 20:10:49.261 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-ipmp.xml"
106892026-08-24T20:10:49.856Z[ host-image] Aug 24 20:10:49.262 INFO O| Aug 24 20:10:49.262 INFO STEP 159 (remove_files) COMPLETE
106902026-08-24T20:10:49.856Z[ host-image] Aug 24 20:10:49.262 INFO O| Aug 24 20:10:49.262 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106912026-08-24T20:10:49.860Z[ host-image] Aug 24 20:10:49.267 INFO O| Aug 24 20:10:49.267 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-iptun.xml"
106922026-08-24T20:10:49.860Z[ host-image] Aug 24 20:10:49.268 INFO O| Aug 24 20:10:49.267 INFO STEP 160 (remove_files) COMPLETE
106932026-08-24T20:10:49.860Z[ host-image] Aug 24 20:10:49.268 INFO O| Aug 24 20:10:49.268 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106942026-08-24T20:10:49.867Z[ host-image] Aug 24 20:10:49.275 INFO O| Aug 24 20:10:49.275 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-location.xml"
106952026-08-24T20:10:49.867Z[ host-image] Aug 24 20:10:49.275 INFO O| Aug 24 20:10:49.275 INFO STEP 161 (remove_files) COMPLETE
106962026-08-24T20:10:49.867Z[ host-image] Aug 24 20:10:49.275 INFO O| Aug 24 20:10:49.275 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106972026-08-24T20:10:49.874Z[ host-image] Aug 24 20:10:49.282 INFO O| Aug 24 20:10:49.282 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-netcfg.xml"
106982026-08-24T20:10:49.874Z[ host-image] Aug 24 20:10:49.282 INFO O| Aug 24 20:10:49.282 INFO STEP 162 (remove_files) COMPLETE
106992026-08-24T20:10:49.878Z[ host-image] Aug 24 20:10:49.282 INFO O| Aug 24 20:10:49.282 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107002026-08-24T20:10:49.881Z[ host-image] Aug 24 20:10:49.288 INFO O| Aug 24 20:10:49.288 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/routing/rdisc.xml"
107012026-08-24T20:10:49.881Z[ host-image] Aug 24 20:10:49.288 INFO O| Aug 24 20:10:49.288 INFO STEP 163 (remove_files) COMPLETE
107022026-08-24T20:10:49.882Z[ host-image] Aug 24 20:10:49.288 INFO O| Aug 24 20:10:49.288 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107032026-08-24T20:10:49.887Z[ host-image] Aug 24 20:10:49.295 INFO O| Aug 24 20:10:49.295 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/varpd.xml"
107042026-08-24T20:10:49.891Z[ host-image] Aug 24 20:10:49.295 INFO O| Aug 24 20:10:49.295 INFO STEP 164 (remove_files) COMPLETE
107052026-08-24T20:10:49.891Z[ host-image] Aug 24 20:10:49.296 INFO O| Aug 24 20:10:49.295 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107062026-08-24T20:10:49.895Z[ host-image] Aug 24 20:10:49.304 INFO O| Aug 24 20:10:49.303 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/allocate.xml"
107072026-08-24T20:10:49.895Z[ host-image] Aug 24 20:10:49.304 INFO O| Aug 24 20:10:49.303 INFO STEP 165 (remove_files) COMPLETE
107082026-08-24T20:10:49.895Z[ host-image] Aug 24 20:10:49.304 INFO O| Aug 24 20:10:49.303 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107092026-08-24T20:10:49.923Z[ host-image] Aug 24 20:10:49.322 INFO O| Aug 24 20:10:49.322 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/devices-audio.xml"
107102026-08-24T20:10:49.924Z[ host-image] Aug 24 20:10:49.322 INFO O| Aug 24 20:10:49.322 INFO STEP 166 (remove_files) COMPLETE
107112026-08-24T20:10:49.924Z[ host-image] Aug 24 20:10:49.322 INFO O| Aug 24 20:10:49.322 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107122026-08-24T20:10:49.929Z[ host-image] Aug 24 20:10:49.332 INFO O| Aug 24 20:10:49.332 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
107132026-08-24T20:10:49.930Z[ host-image] Aug 24 20:10:49.332 INFO O| Aug 24 20:10:49.332 INFO STEP 167 (remove_files) COMPLETE
107142026-08-24T20:10:49.930Z[ host-image] Aug 24 20:10:49.332 INFO O| Aug 24 20:10:49.332 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107152026-08-24T20:10:49.935Z[ host-image] Aug 24 20:10:49.341 INFO O| Aug 24 20:10:49.341 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/dev/sndstat"
107162026-08-24T20:10:49.935Z[ host-image] Aug 24 20:10:49.341 INFO O| Aug 24 20:10:49.341 INFO STEP 168 (remove_files) COMPLETE
107172026-08-24T20:10:49.935Z[ host-image] Aug 24 20:10:49.341 INFO O| Aug 24 20:10:49.341 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107182026-08-24T20:10:49.970Z[ host-image] Aug 24 20:10:49.377 INFO O| Aug 24 20:10:49.377 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
107192026-08-24T20:10:49.970Z[ host-image] Aug 24 20:10:49.378 INFO O| Aug 24 20:10:49.378 INFO STEP 169 (remove_files) COMPLETE
107202026-08-24T20:10:49.970Z[ host-image] Aug 24 20:10:49.378 INFO O| Aug 24 20:10:49.378 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107212026-08-24T20:10:49.979Z[ host-image] Aug 24 20:10:49.387 INFO O| Aug 24 20:10:49.387 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/hostid.xml"
107222026-08-24T20:10:49.979Z[ host-image] Aug 24 20:10:49.387 INFO O| Aug 24 20:10:49.387 INFO STEP 170 (remove_files) COMPLETE
107232026-08-24T20:10:49.980Z[ host-image] Aug 24 20:10:49.387 INFO O| Aug 24 20:10:49.387 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107242026-08-24T20:10:49.987Z[ host-image] Aug 24 20:10:49.395 INFO O| Aug 24 20:10:49.395 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/idmap.xml"
107252026-08-24T20:10:49.987Z[ host-image] Aug 24 20:10:49.395 INFO O| Aug 24 20:10:49.395 INFO STEP 171 (remove_files) COMPLETE
107262026-08-24T20:10:49.991Z[ host-image] Aug 24 20:10:49.395 INFO O| Aug 24 20:10:49.395 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107272026-08-24T20:10:49.995Z[ host-image] Aug 24 20:10:49.402 INFO O| Aug 24 20:10:49.402 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/pkgserv.xml"
107282026-08-24T20:10:49.995Z[ host-image] Aug 24 20:10:49.402 INFO O| Aug 24 20:10:49.402 INFO STEP 172 (remove_files) COMPLETE
107292026-08-24T20:10:49.995Z[ host-image] Aug 24 20:10:49.402 INFO O| Aug 24 20:10:49.402 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107302026-08-24T20:10:50.003Z[ host-image] Aug 24 20:10:49.411 INFO O| Aug 24 20:10:49.411 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/zones.xml"
107312026-08-24T20:10:50.003Z[ host-image] Aug 24 20:10:49.411 INFO O| Aug 24 20:10:49.411 INFO STEP 173 (remove_files) COMPLETE
107322026-08-24T20:10:50.007Z[ host-image] Aug 24 20:10:49.411 INFO O| Aug 24 20:10:49.411 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107332026-08-24T20:10:50.011Z[ host-image] Aug 24 20:10:49.419 INFO O| Aug 24 20:10:49.419 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/intrd.xml"
107342026-08-24T20:10:50.011Z[ host-image] Aug 24 20:10:49.419 INFO O| Aug 24 20:10:49.419 INFO STEP 174 (remove_files) COMPLETE
107352026-08-24T20:10:50.011Z[ host-image] Aug 24 20:10:49.419 INFO O| Aug 24 20:10:49.419 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107362026-08-24T20:10:50.019Z[ host-image] Aug 24 20:10:49.428 INFO O| Aug 24 20:10:49.427 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/chrony.xml"
107372026-08-24T20:10:50.019Z[ host-image] Aug 24 20:10:49.428 INFO O| Aug 24 20:10:49.428 INFO STEP 175 (remove_files) COMPLETE
107382026-08-24T20:10:50.020Z[ host-image] Aug 24 20:10:49.428 INFO O| Aug 24 20:10:49.428 INFO STEP 176: seed_smf, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
107392026-08-24T20:10:50.031Z[ host-image] Aug 24 20:10:49.439 INFO O| Aug 24 20:10:49.439 INFO file /rpool/images/build/host/tmp/sled/zfs/repo.db does not already exist, skipping removal
107402026-08-24T20:10:50.031Z[ host-image] Aug 24 20:10:49.439 INFO O| Aug 24 20:10:49.439 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "SVCCFG_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a"}
107412026-08-24T20:10:50.566Z[ recovery-image] Aug 24 20:10:49.974 INFO E| Compiling scroll_derive v0.13.1
107422026-08-24T20:10:51.537Z[ recovery-image] Aug 24 20:10:50.945 INFO E| Compiling bitstruct_derive v0.1.0
107432026-08-24T20:10:55.778Z[ host-image] Aug 24 20:10:55.187 INFO O| Aug 24 20:10:55.186 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
107442026-08-24T20:10:55.778Z[ host-image] Aug 24 20:10:55.187 INFO O| Aug 24 20:10:55.187 INFO E| svccfg: Loaded 80 smf(7) service descriptions
107452026-08-24T20:10:55.791Z[ host-image] Aug 24 20:10:55.199 INFO O| Aug 24 20:10:55.199 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db"}
107462026-08-24T20:10:55.887Z[ host-image] Aug 24 20:10:55.295 INFO O| Aug 24 20:10:55.295 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"}
107472026-08-24T20:10:55.943Z[ host-image] Aug 24 20:10:55.351 INFO O| Aug 24 20:10:55.351 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_CHECKHASH": "1"}
107482026-08-24T20:10:56.007Z[ host-image] Aug 24 20:10:55.415 INFO O| Aug 24 20:10:55.414 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db does not exist
107492026-08-24T20:10:56.007Z[ host-image] Aug 24 20:10:55.415 INFO O| Aug 24 20:10:55.414 INFO copying /rpool/images/build/host/tmp/sled/zfs/repo.db -> /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db ...
107502026-08-24T20:10:56.011Z[ host-image] Aug 24 20:10:55.416 INFO O| Aug 24 20:10:55.416 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db
107512026-08-24T20:10:56.011Z[ host-image] Aug 24 20:10:55.416 INFO O| Aug 24 20:10:55.416 INFO ok!
107522026-08-24T20:10:56.011Z[ host-image] Aug 24 20:10:55.416 INFO O| Aug 24 20:10:55.416 INFO file /rpool/images/build/host/tmp/sled/zfs/repo.db exists (as File), removing
107532026-08-24T20:10:56.011Z[ host-image] Aug 24 20:10:55.416 INFO O| Aug 24 20:10:55.416 INFO STEP 176 (seed_smf) COMPLETE
107542026-08-24T20:10:56.011Z[ host-image] Aug 24 20:10:55.416 INFO O| Aug 24 20:10:55.416 INFO steps complete; finalising image!
107552026-08-24T20:10:56.011Z[ host-image] Aug 24 20:10:55.416 INFO O| Aug 24 20:10:55.416 INFO TRIM POOL: TEMPORARY-sled-zfs
107562026-08-24T20:10:56.100Z[ host-image] Aug 24 20:10:55.508 INFO O| Aug 24 20:10:55.508 INFO trim TEMPORARY-sled-zfs: (57% trimmed, started at Mon Aug 24 20:10:55 2026)
107572026-08-24T20:10:56.314Z[ host-image] Aug 24 20:10:55.721 INFO O| Aug 24 20:10:55.721 INFO temporary pool has 912M used, 112M avail, 1.80x compressratio
107582026-08-24T20:10:56.314Z[ host-image] Aug 24 20:10:55.721 INFO O| Aug 24 20:10:55.721 INFO EXPORT POOL: TEMPORARY-sled-zfs
107592026-08-24T20:10:56.645Z[ host-image] Aug 24 20:10:56.053 INFO O| Aug 24 20:10:56.053 INFO copying image /rpool/images/build/host/work/sled/zfs/lofi.raw to output file /rpool/images/build/host/output/sled-zfs.raw
107602026-08-24T20:10:56.645Z[ host-image] Aug 24 20:10:56.053 INFO O| Aug 24 20:10:56.053 INFO file /rpool/images/build/host/output/sled-zfs.raw does not already exist, skipping removal
107612026-08-24T20:10:57.435Z[ host-image] Aug 24 20:10:56.842 INFO O| Aug 24 20:10:56.842 INFO perms are 1600, should be 644, path: /rpool/images/build/host/output/sled-zfs.raw
107622026-08-24T20:10:57.435Z[ host-image] Aug 24 20:10:56.842 INFO O| Aug 24 20:10:56.842 INFO chmod ok, path: /rpool/images/build/host/output/sled-zfs.raw
107632026-08-24T20:10:57.435Z[ host-image] Aug 24 20:10:56.842 INFO O| Aug 24 20:10:56.842 INFO ownership already OK (0:0), path: /rpool/images/build/host/output/sled-zfs.raw
107642026-08-24T20:10:57.435Z[ host-image] Aug 24 20:10:56.842 INFO O| Aug 24 20:10:56.842 INFO completed processing sled/zfs
107652026-08-24T20:10:57.439Z[ host-image] Aug 24 20:10:56.842 INFO O| Aug 24 20:10:56.842 INFO DESTROY DATASET: rpool/images/build/host/work/sled/zfs
107662026-08-24T20:11:00.602Z[ recovery-image] Aug 24 20:11:00.010 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)
107672026-08-24T20:11:02.683Z[ recovery-image] Aug 24 20:11:02.091 INFO E| Compiling bitflags v1.3.2
107682026-08-24T20:11:02.683Z[ recovery-image] Aug 24 20:11:02.091 INFO E| Compiling scroll v0.13.0
107692026-08-24T20:11:02.683Z[ recovery-image] Aug 24 20:11:02.091 INFO E| Compiling bit_field v0.10.3
107702026-08-24T20:11:02.683Z[ recovery-image] Aug 24 20:11:02.091 INFO E| Compiling bitflags v2.13.0
107712026-08-24T20:11:02.686Z[ recovery-image] Aug 24 20:11:02.091 INFO E| Compiling log v0.4.32
107722026-08-24T20:11:02.686Z[ recovery-image] Aug 24 20:11:02.091 INFO E| Compiling plain v0.2.3
107732026-08-24T20:11:02.686Z[ recovery-image] Aug 24 20:11:02.091 INFO E| Compiling adler2 v2.0.1
107742026-08-24T20:11:02.686Z[ recovery-image] Aug 24 20:11:02.091 INFO E| Compiling static_assertions v1.1.0
107752026-08-24T20:11:02.686Z[ recovery-image] Aug 24 20:11:02.091 INFO E| Compiling bitstruct v0.1.1
107762026-08-24T20:11:02.737Z[ recovery-image] Aug 24 20:11:02.145 INFO E| Compiling raw-cpuid v10.7.0
107772026-08-24T20:11:02.775Z[ recovery-image] Aug 24 20:11:02.183 INFO E| Compiling miniz_oxide v0.9.1
107782026-08-24T20:11:02.838Z[ recovery-image] Aug 24 20:11:02.246 INFO E| Compiling cpio_reader v0.1.2
107792026-08-24T20:11:02.906Z[ recovery-image] Aug 24 20:11:02.314 INFO E| Compiling goblin v0.10.7
107802026-08-24T20:11:05.714Z[ recovery-image] Aug 24 20:11:05.122 INFO E| Finished `release` profile [optimized] target(s) in 18.50s
107812026-08-24T20:11:05.733Z[ recovery-image] Aug 24 20:11:05.141 INFO skipping building ROM for cosmo-mbist ('mbist' disabled)
107822026-08-24T20:11:05.733Z[ recovery-image] Aug 24 20:11:05.141 INFO building ROM for gimlet
107832026-08-24T20:11:05.733Z[ recovery-image] Aug 24 20:11:05.141 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")
107842026-08-24T20:11:05.812Z[ recovery-image] Aug 24 20:11:05.219 INFO E| Downloading crates ...
107852026-08-24T20:11:05.868Z[ recovery-image] Aug 24 20:11:05.276 INFO E| Downloaded toml v0.8.22
107862026-08-24T20:11:05.887Z[ recovery-image] Aug 24 20:11:05.295 INFO E| Downloaded serde_spanned v0.6.8
107872026-08-24T20:11:05.891Z[ recovery-image] Aug 24 20:11:05.296 INFO E| Downloaded colorchoice v1.0.3
107882026-08-24T20:11:05.891Z[ recovery-image] Aug 24 20:11:05.297 INFO E| Downloaded os_pipe v1.2.1
107892026-08-24T20:11:05.891Z[ recovery-image] Aug 24 20:11:05.297 INFO E| Downloaded clap_derive v4.5.32
107902026-08-24T20:11:05.891Z[ recovery-image] Aug 24 20:11:05.298 INFO E| Downloaded anstyle-query v1.1.2
107912026-08-24T20:11:05.895Z[ recovery-image] Aug 24 20:11:05.299 INFO E| Downloaded is_terminal_polyfill v1.70.1
107922026-08-24T20:11:05.896Z[ recovery-image] Aug 24 20:11:05.300 INFO E| Downloaded toml_datetime v0.6.9
107932026-08-24T20:11:05.896Z[ recovery-image] Aug 24 20:11:05.300 INFO E| Downloaded toml_write v0.1.1
107942026-08-24T20:11:05.896Z[ recovery-image] Aug 24 20:11:05.301 INFO E| Downloaded anstyle v1.0.10
107952026-08-24T20:11:05.896Z[ recovery-image] Aug 24 20:11:05.302 INFO E| Downloaded clap_lex v0.7.4
107962026-08-24T20:11:05.896Z[ recovery-image] Aug 24 20:11:05.302 INFO E| Downloaded shared_child v1.0.1
107972026-08-24T20:11:05.902Z[ recovery-image] Aug 24 20:11:05.311 INFO E| Downloaded anstream v0.6.18
107982026-08-24T20:11:05.906Z[ recovery-image] Aug 24 20:11:05.312 INFO E| Downloaded duct v0.13.7
107992026-08-24T20:11:05.909Z[ recovery-image] Aug 24 20:11:05.315 INFO E| Downloaded anstyle-parse v0.2.6
108002026-08-24T20:11:05.912Z[ recovery-image] Aug 24 20:11:05.319 INFO E| Downloaded clap v4.5.37
108012026-08-24T20:11:05.925Z[ recovery-image] Aug 24 20:11:05.333 INFO E| Downloaded cc v1.2.20
108022026-08-24T20:11:05.933Z[ recovery-image] Aug 24 20:11:05.342 INFO E| Downloaded toml_edit v0.22.26
108032026-08-24T20:11:05.952Z[ recovery-image] Aug 24 20:11:05.361 INFO E| Downloaded clap_builder v4.5.37
108042026-08-24T20:11:05.956Z[ recovery-image] Aug 24 20:11:05.364 INFO E| Downloaded winnow v0.7.7
108052026-08-24T20:11:05.970Z[ recovery-image] Aug 24 20:11:05.379 INFO E| Compiling libc v0.2.172
108062026-08-24T20:11:05.970Z[ recovery-image] Aug 24 20:11:05.379 INFO E| Compiling utf8parse v0.2.2
108072026-08-24T20:11:05.973Z[ recovery-image] Aug 24 20:11:05.379 INFO E| Compiling anstyle v1.0.10
108082026-08-24T20:11:05.974Z[ recovery-image] Aug 24 20:11:05.379 INFO E| Compiling colorchoice v1.0.3
108092026-08-24T20:11:05.974Z[ recovery-image] Aug 24 20:11:05.379 INFO E| Compiling is_terminal_polyfill v1.70.1
108102026-08-24T20:11:05.974Z[ recovery-image] Aug 24 20:11:05.379 INFO E| Compiling hashbrown v0.15.2
108112026-08-24T20:11:05.974Z[ recovery-image] Aug 24 20:11:05.379 INFO E| Compiling anstyle-query v1.1.2
108122026-08-24T20:11:05.974Z[ recovery-image] Aug 24 20:11:05.379 INFO E| Compiling once_cell v1.21.3
108132026-08-24T20:11:05.974Z[ recovery-image] Aug 24 20:11:05.379 INFO E| Compiling equivalent v1.0.2
108142026-08-24T20:11:05.974Z[ recovery-image] Aug 24 20:11:05.379 INFO E| Compiling shlex v1.3.0
108152026-08-24T20:11:05.974Z[ recovery-image] Aug 24 20:11:05.379 INFO E| Compiling strsim v0.11.1
108162026-08-24T20:11:05.974Z[ recovery-image] Aug 24 20:11:05.379 INFO E| Compiling winnow v0.7.7
108172026-08-24T20:11:05.974Z[ recovery-image] Aug 24 20:11:05.379 INFO E| Compiling clap_lex v0.7.4
108182026-08-24T20:11:06.006Z[ recovery-image] Aug 24 20:11:05.415 INFO E| Compiling anyhow v1.0.98
108192026-08-24T20:11:06.010Z[ recovery-image] Aug 24 20:11:05.417 INFO E| Compiling toml_write v0.1.1
108202026-08-24T20:11:06.010Z[ recovery-image] Aug 24 20:11:05.418 INFO E| Compiling syn v2.0.101
108212026-08-24T20:11:06.099Z[ recovery-image] Aug 24 20:11:05.506 INFO E| Compiling anstyle-parse v0.2.6
108222026-08-24T20:11:06.124Z[ recovery-image] Aug 24 20:11:05.532 INFO E| Compiling cc v1.2.20
108232026-08-24T20:11:06.233Z[ recovery-image] Aug 24 20:11:05.641 INFO E| Compiling anstream v0.6.18
108242026-08-24T20:11:06.428Z[ recovery-image] Aug 24 20:11:05.836 INFO E| Compiling clap_builder v4.5.37
108252026-08-24T20:11:06.479Z[ recovery-image] Aug 24 20:11:05.887 INFO E| Compiling indexmap v2.9.0
108262026-08-24T20:11:06.575Z[ recovery-image] Aug 24 20:11:05.983 INFO E| Compiling os_pipe v1.2.1
108272026-08-24T20:11:06.575Z[ recovery-image] Aug 24 20:11:05.983 INFO E| Compiling shared_child v1.0.1
108282026-08-24T20:11:06.687Z[ recovery-image] Aug 24 20:11:06.095 INFO E| Compiling duct v0.13.7
108292026-08-24T20:11:07.148Z[ recovery-image] Aug 24 20:11:06.556 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/xtask)
108302026-08-24T20:11:08.006Z[ recovery-image] Aug 24 20:11:07.414 INFO E| Compiling serde_derive v1.0.219
108312026-08-24T20:11:08.006Z[ recovery-image] Aug 24 20:11:07.414 INFO E| Compiling clap_derive v4.5.32
108322026-08-24T20:11:09.247Z[ recovery-image] Aug 24 20:11:08.655 INFO E| Compiling clap v4.5.37
108332026-08-24T20:11:09.833Z[ recovery-image] Aug 24 20:11:09.241 INFO E| Compiling serde v1.0.219
108342026-08-24T20:11:11.492Z[ recovery-image] Aug 24 20:11:10.899 INFO E| Compiling serde_spanned v0.6.8
108352026-08-24T20:11:11.492Z[ recovery-image] Aug 24 20:11:10.899 INFO E| Compiling toml_datetime v0.6.9
108362026-08-24T20:11:11.636Z[ recovery-image] Aug 24 20:11:11.044 INFO E| Compiling toml_edit v0.22.26
108372026-08-24T20:11:12.236Z[ host-image] Aug 24 20:11:11.643 INFO O| Aug 24 20:11:11.643 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/zfs
108382026-08-24T20:11:12.331Z[ host-image] Aug 24 20:11:11.739 INFO BUILD STRING "heads/stlouis-0-g9ef5f08df1\n"
108392026-08-24T20:11:12.331Z[ host-image] Aug 24 20:11:11.739 INFO expanded image name: "ci dd9b78d/${os_short_commit} 2026-08-24 19:55" -> "ci dd9b78d/9ef5f08 2026-08-24 19:55"
108402026-08-24T20:11:12.335Z[ host-image] Aug 24 20:11:11.739 INFO output artefacts stored in: "/work/os-host"
108412026-08-24T20:11:12.336Z[ host-image] Aug 24 20:11:11.739 INFO collecting git info from project "pinprick"...
108422026-08-24T20:11:12.339Z[ host-image] Aug 24 20:11:11.745 INFO collecting git info from project "pilot"...
108432026-08-24T20:11:12.343Z[ host-image] Aug 24 20:11:11.751 INFO collecting git info from project "dmar-report"...
108442026-08-24T20:11:12.348Z[ host-image] Aug 24 20:11:11.756 INFO collecting git info from project "amd-host-image-builder"...
108452026-08-24T20:11:12.353Z[ host-image] Aug 24 20:11:11.761 INFO collecting git info from project "image-builder"...
108462026-08-24T20:11:12.358Z[ host-image] Aug 24 20:11:11.766 INFO collecting git info from project "amd-firmware"...
108472026-08-24T20:11:12.394Z[ host-image] Aug 24 20:11:11.779 INFO collecting git info from project "phbl"...
108482026-08-24T20:11:12.394Z[ host-image] Aug 24 20:11:11.784 INFO collecting git info from project "chelsio-t6-roms"...
108492026-08-24T20:11:12.394Z[ host-image] Aug 24 20:11:11.789 INFO collecting git info from project "bootserver"...
108502026-08-24T20:11:12.394Z[ host-image] Aug 24 20:11:11.794 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
108512026-08-24T20:11:12.728Z[ host-image] Aug 24 20:11:12.136 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
108522026-08-24T20:11:12.886Z[ recovery-image] Aug 24 20:11:12.294 INFO E| Compiling toml v0.8.22
108532026-08-24T20:11:13.070Z[ host-image] Aug 24 20:11:12.478 INFO creating Oxide boot image...
108542026-08-24T20:11:13.070Z[ host-image] Aug 24 20:11:12.478 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/host/output/sled-zfs.raw", "-N", "ci dd9b78d/9ef5f08 2026-08-24 19:55", "-o", "/work/os-host/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.host/boot_image_csum", "-s", "4096"], pwd: None
108552026-08-24T20:11:13.873Z[ host-image] Aug 24 20:11:13.281 INFO O| ok, image written!
108562026-08-24T20:11:13.873Z[ host-image] Aug 24 20:11:13.281 INFO O| ok, boot_image_csum file written!
108572026-08-24T20:11:13.877Z[ host-image] Aug 24 20:11:13.283 INFO creating boot archive (CPIO)...
108582026-08-24T20:11:13.877Z[ host-image] Aug 24 20:11:13.283 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
108592026-08-24T20:11:13.880Z[ host-image] Aug 24 20:11:13.287 INFO E| + root=/rpool/images/build/host/work/sled/ramdisk
108602026-08-24T20:11:13.880Z[ host-image] Aug 24 20:11:13.287 INFO E| + outfile=/work/os-host/cpio
108612026-08-24T20:11:13.880Z[ host-image] Aug 24 20:11:13.287 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.host
108622026-08-24T20:11:13.884Z[ host-image] Aug 24 20:11:13.289 INFO E| + cd /rpool/images/build/host/work/sled/ramdisk
108632026-08-24T20:11:13.884Z[ host-image] Aug 24 20:11:13.289 INFO E| + cpio -qo -H odc -O /work/os-host/cpio
108642026-08-24T20:11:13.909Z[ host-image] Aug 24 20:11:13.317 INFO E| + cd /work/oxidecomputer/helios/tmp/image.host
108652026-08-24T20:11:13.909Z[ host-image] Aug 24 20:11:13.317 INFO E| + cpio -qo -H odc -AO /work/os-host/cpio
108662026-08-24T20:11:13.916Z[ host-image] Aug 24 20:11:13.324 INFO creating compressed cpio/unix for dev loaders...
108672026-08-24T20:11:13.916Z[ host-image] Aug 24 20:11:13.324 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
108682026-08-24T20:11:14.146Z[ host-image] Aug 24 20:11:13.554 INFO exec: ["bash", "-c", "'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick' '/work/os-host/cpio' >'/work/os-host/cpio.z'"], pwd: None
108692026-08-24T20:11:15.461Z[ recovery-image] Aug 24 20:11:14.869 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.69s
108702026-08-24T20:11:15.471Z[ recovery-image] Aug 24 20:11:14.879 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`
108712026-08-24T20:11:15.494Z[ recovery-image] Aug 24 20:11:14.902 INFO E| reading from "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml"
108722026-08-24T20:11:15.589Z[ recovery-image] Aug 24 20:11:14.997 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.08s
108732026-08-24T20:11:15.596Z[ recovery-image] Aug 24 20:11:15.003 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`
108742026-08-24T20:11:15.728Z[ recovery-image] Aug 24 20:11:15.136 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AmdPubKey_gn.tkn"
108752026-08-24T20:11:15.728Z[ recovery-image] Aug 24 20:11:15.136 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspBootLoader_gn.sbin"
108762026-08-24T20:11:15.732Z[ recovery-image] Aug 24 20:11:15.136 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspRecoveryBootLoader_gn.sbin"
108772026-08-24T20:11:15.732Z[ recovery-image] Aug 24 20:11:15.136 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmwareGn-45-104-100.csbin"
108782026-08-24T20:11:15.732Z[ recovery-image] Aug 24 20:11:15.136 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugToken_gn.stkn"
108792026-08-24T20:11:15.732Z[ recovery-image] Aug 24 20:11:15.136 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspABLFw_gn.stkn"
108802026-08-24T20:11:15.732Z[ recovery-image] Aug 24 20:11:15.136 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmware2Gn-45-104-100.csbin"
108812026-08-24T20:11:15.732Z[ recovery-image] Aug 24 20:11:15.136 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugUnlock_gn.sbin"
108822026-08-24T20:11:15.732Z[ recovery-image] Aug 24 20:11:15.136 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspIkek_gn.bin"
108832026-08-24T20:11:15.732Z[ recovery-image] Aug 24 20:11:15.136 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureEmptyToken.bin"
108842026-08-24T20:11:15.732Z[ recovery-image] Aug 24 20:11:15.136 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/RsmuSecPolicy_gn.sbin"
108852026-08-24T20:11:15.732Z[ recovery-image] Aug 24 20:11:15.136 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Mp5Gn-45-104-100.csbin"
108862026-08-24T20:11:15.732Z[ recovery-image] Aug 24 20:11:15.136 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AgesaBootloader_U_prod_GN.csbin"
108872026-08-24T20:11:15.732Z[ recovery-image] Aug 24 20:11:15.137 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/GnPhyFw.sbin"
108882026-08-24T20:11:15.732Z[ recovery-image] Aug 24 20:11:15.137 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PSP-Key-DB_gn.sbin"
108892026-08-24T20:11:15.732Z[ recovery-image] Aug 24 20:11:15.137 INFO O| Info: ABL version: 0x100f5010
108902026-08-24T20:11:15.732Z[ recovery-image] Aug 24 20:11:15.137 INFO O| Info: For sub_program 0: SMU firmware version: 45.104.100
108912026-08-24T20:11:15.732Z[ recovery-image] Aug 24 20:11:15.137 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Imem.csbin"
108922026-08-24T20:11:15.732Z[ recovery-image] Aug 24 20:11:15.137 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Dmem.csbin"
108932026-08-24T20:11:15.733Z[ recovery-image] Aug 24 20:11:15.137 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Imem.csbin"
108942026-08-24T20:11:15.733Z[ recovery-image] Aug 24 20:11:15.137 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Dmem.csbin"
108952026-08-24T20:11:15.733Z[ recovery-image] Aug 24 20:11:15.137 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Imem.csbin"
108962026-08-24T20:11:15.733Z[ recovery-image] Aug 24 20:11:15.137 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Dmem.csbin"
108972026-08-24T20:11:15.733Z[ recovery-image] Aug 24 20:11:15.137 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Imem.csbin"
108982026-08-24T20:11:15.733Z[ recovery-image] Aug 24 20:11:15.137 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Dmem.csbin"
108992026-08-24T20:11:15.733Z[ recovery-image] Aug 24 20:11:15.137 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Imem.csbin"
109002026-08-24T20:11:15.733Z[ recovery-image] Aug 24 20:11:15.137 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Dmem.csbin"
109012026-08-24T20:11:15.733Z[ recovery-image] Aug 24 20:11:15.137 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Imem.csbin"
109022026-08-24T20:11:15.733Z[ recovery-image] Aug 24 20:11:15.137 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Dmem.csbin"
109032026-08-24T20:11:15.733Z[ recovery-image] Aug 24 20:11:15.137 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Imem.csbin"
109042026-08-24T20:11:15.733Z[ recovery-image] Aug 24 20:11:15.137 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Dmem.csbin"
109052026-08-24T20:11:15.733Z[ recovery-image] Aug 24 20:11:15.137 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Imem.csbin"
109062026-08-24T20:11:15.733Z[ recovery-image] Aug 24 20:11:15.137 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Dmem.csbin"
109072026-08-24T20:11:15.733Z[ recovery-image] Aug 24 20:11:15.137 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Imem.csbin"
109082026-08-24T20:11:15.733Z[ recovery-image] Aug 24 20:11:15.137 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Dmem.csbin"
109092026-08-24T20:11:15.770Z[ recovery-image] Aug 24 20:11:15.178 INFO building ROM for cosmo
109102026-08-24T20:11:15.770Z[ recovery-image] Aug 24 20:11:15.178 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")
109112026-08-24T20:11:15.875Z[ recovery-image] Aug 24 20:11:15.283 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.06s
109122026-08-24T20:11:15.881Z[ recovery-image] Aug 24 20:11:15.287 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`
109132026-08-24T20:11:15.894Z[ recovery-image] Aug 24 20:11:15.302 INFO E| reading from "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
109142026-08-24T20:11:15.978Z[ recovery-image] Aug 24 20:11:15.386 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.07s
109152026-08-24T20:11:15.982Z[ recovery-image] Aug 24 20:11:15.391 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`
109162026-08-24T20:11:16.199Z[ recovery-image] Aug 24 20:11:15.607 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x00_AmdPubKey_BRH.tkn"
109172026-08-24T20:11:16.199Z[ recovery-image] Aug 24 20:11:15.607 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x01_PspBl_BRH.esbin"
109182026-08-24T20:11:16.199Z[ recovery-image] Aug 24 20:11:15.607 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x02_PspOS_BRH.ecsbin"
109192026-08-24T20:11:16.204Z[ recovery-image] Aug 24 20:11:15.607 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x03_PspRecBl_BRH.esbin"
109202026-08-24T20:11:16.204Z[ recovery-image] Aug 24 20:11:15.607 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x08_SmuFirmware_breithorn.ecsbin"
109212026-08-24T20:11:16.204Z[ recovery-image] Aug 24 20:11:15.607 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x208_SmuFirmware_BRHDense.ecsbin"
109222026-08-24T20:11:16.204Z[ recovery-image] Aug 24 20:11:15.607 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x09_PspDebugUnlockToken_BRH.stkn"
109232026-08-24T20:11:16.204Z[ recovery-image] Aug 24 20:11:15.607 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x0A_PspAblPubKey_BRH.stkn"
109242026-08-24T20:11:16.204Z[ recovery-image] Aug 24 20:11:15.607 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x13_SduFw_BRH.ecsbin"
109252026-08-24T20:11:16.204Z[ recovery-image] Aug 24 20:11:15.607 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x21_PspAmdIkek_BRH.bin"
109262026-08-24T20:11:16.204Z[ recovery-image] Aug 24 20:11:15.608 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22_SecureEmptyToken.bin"
109272026-08-24T20:11:16.204Z[ recovery-image] Aug 24 20:11:15.608 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x24_RegisterAccessPolicy_BRH.cesbin"
109282026-08-24T20:11:16.204Z[ recovery-image] Aug 24 20:11:15.608 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x224_RegisterAccessPolicy_BRHDense.cesbin"
109292026-08-24T20:11:16.204Z[ recovery-image] Aug 24 20:11:15.608 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x28_PspSystemDriver_BRH.ecsbin"
109302026-08-24T20:11:16.204Z[ recovery-image] Aug 24 20:11:15.608 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2A_SmuFirmware_breithorn.ecsbin"
109312026-08-24T20:11:16.204Z[ recovery-image] Aug 24 20:11:15.608 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22A_SmuFirmware_BRHDense.ecsbin"
109322026-08-24T20:11:16.204Z[ recovery-image] Aug 24 20:11:15.608 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2D_AblRt.ecsbin"
109332026-08-24T20:11:16.204Z[ recovery-image] Aug 24 20:11:15.608 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x30_AgesaBootLoaderU_BRH.ecsbin"
109342026-08-24T20:11:16.204Z[ recovery-image] Aug 24 20:11:15.608 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x42_PhyFw_BRH.ecsbin"
109352026-08-24T20:11:16.204Z[ recovery-image] Aug 24 20:11:15.608 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x44_USB_PHY_BRH.esbin"
109362026-08-24T20:11:16.204Z[ recovery-image] Aug 24 20:11:15.608 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x45_RegisterAccessPolicy_BRH.cesbin"
109372026-08-24T20:11:16.204Z[ recovery-image] Aug 24 20:11:15.608 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x245_RegisterAccessPolicy_BRHDense.cesbin"
109382026-08-24T20:11:16.204Z[ recovery-image] Aug 24 20:11:15.608 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x50_PspKeyDataBase_BRH.sbin"
109392026-08-24T20:11:16.204Z[ recovery-image] Aug 24 20:11:15.608 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x51_PspTosKeyDataBase_BRH.ecsbin"
109402026-08-24T20:11:16.204Z[ recovery-image] Aug 24 20:11:15.608 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x55_SPLTable_BRH.sbin"
109412026-08-24T20:11:16.204Z[ recovery-image] Aug 24 20:11:15.608 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x5DMpioFw_BRH.cesbin"
109422026-08-24T20:11:16.204Z[ recovery-image] Aug 24 20:11:15.608 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x64_RasDriver_BRH.ecsbin"
109432026-08-24T20:11:16.204Z[ recovery-image] Aug 24 20:11:15.608 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x65_ta_ras_prod_amdTEE.ecsbin"
109442026-08-24T20:11:16.204Z[ recovery-image] Aug 24 20:11:15.608 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1A_SevDriver_BRH.ecsbin"
109452026-08-24T20:11:16.204Z[ recovery-image] Aug 24 20:11:15.608 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x15_IpKeyManagerDriver_BRH.ecsbin"
109462026-08-24T20:11:16.204Z[ recovery-image] Aug 24 20:11:15.608 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1B_BootDriver_BRH.ecsbin"
109472026-08-24T20:11:16.205Z[ recovery-image] Aug 24 20:11:15.608 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1C_SocDriver_BRH.ecsbin"
109482026-08-24T20:11:16.205Z[ recovery-image] Aug 24 20:11:15.608 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1D_HadDriver_BRH.ecsbin"
109492026-08-24T20:11:16.205Z[ recovery-image] Aug 24 20:11:15.608 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1F_InterfaceDriver_BRH.ecsbin"
109502026-08-24T20:11:16.205Z[ recovery-image] Aug 24 20:11:15.608 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x38_PspSevEmptyData.bin"
109512026-08-24T20:11:16.205Z[ recovery-image] Aug 24 20:11:15.608 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x47_DRTMDriver_BRH.ecsbin"
109522026-08-24T20:11:16.205Z[ recovery-image] Aug 24 20:11:15.608 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x67_FHPDriver_BRH.ecsbin"
109532026-08-24T20:11:16.205Z[ recovery-image] Aug 24 20:11:15.608 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x68_SPDMDriver_BRH.ecsbin"
109542026-08-24T20:11:16.205Z[ recovery-image] Aug 24 20:11:15.608 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x69_DPEDriver_BRH.ecsbin"
109552026-08-24T20:11:16.205Z[ recovery-image] Aug 24 20:11:15.608 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x73_PspBl_BRH.ecsbin"
109562026-08-24T20:11:16.205Z[ recovery-image] Aug 24 20:11:15.608 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x76_DfRib_BRH.csbin"
109572026-08-24T20:11:16.205Z[ recovery-image] Aug 24 20:11:15.608 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x8C_MPDMATF_BRH.sbin"
109582026-08-24T20:11:16.205Z[ recovery-image] Aug 24 20:11:15.608 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x91_GmiPhyFw_BRH.esbin"
109592026-08-24T20:11:16.205Z[ recovery-image] Aug 24 20:11:15.608 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x92_Page_BRH.sbin"
109602026-08-24T20:11:16.205Z[ recovery-image] Aug 24 20:11:15.608 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9D_AspSramFwExt_BRH.sbin"
109612026-08-24T20:11:16.205Z[ recovery-image] Aug 24 20:11:15.608 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9F_psp_tos_wl_bin_brh.sbin"
109622026-08-24T20:11:16.205Z[ recovery-image] Aug 24 20:11:15.608 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_A0.sbin"
109632026-08-24T20:11:16.205Z[ recovery-image] Aug 24 20:11:15.609 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_A0.sbin"
109642026-08-24T20:11:16.205Z[ recovery-image] Aug 24 20:11:15.609 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B0.sbin"
109652026-08-24T20:11:16.205Z[ recovery-image] Aug 24 20:11:15.609 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C0.sbin"
109662026-08-24T20:11:16.205Z[ recovery-image] Aug 24 20:11:15.609 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_B0.sbin"
109672026-08-24T20:11:16.205Z[ recovery-image] Aug 24 20:11:15.609 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B1.sbin"
109682026-08-24T20:11:16.205Z[ recovery-image] Aug 24 20:11:15.609 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C1.sbin"
109692026-08-24T20:11:16.205Z[ recovery-image] Aug 24 20:11:15.609 INFO O| Info: ABL version: 0x100af010
109702026-08-24T20:11:16.205Z[ recovery-image] Aug 24 20:11:15.609 INFO O| Info: For sub_program 2: SMU firmware version: 99.131.0
109712026-08-24T20:11:16.205Z[ recovery-image] Aug 24 20:11:15.609 INFO O| Info: For sub_program 0: SMU firmware version: 94.131.0
109722026-08-24T20:11:16.205Z[ recovery-image] Aug 24 20:11:15.609 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/APOB_NV_BRH.bin"
109732026-08-24T20:11:16.205Z[ recovery-image] Aug 24 20:11:15.609 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH.ecsbin"
109742026-08-24T20:11:16.205Z[ recovery-image] Aug 24 20:11:15.609 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH_C0.ecsbin"
109752026-08-24T20:11:16.205Z[ recovery-image] Aug 24 20:11:15.609 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH.ecsbin"
109762026-08-24T20:11:16.205Z[ recovery-image] Aug 24 20:11:15.609 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH_C0.ecsbin"
109772026-08-24T20:11:16.205Z[ recovery-image] Aug 24 20:11:15.609 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH.ecsbin"
109782026-08-24T20:11:16.205Z[ recovery-image] Aug 24 20:11:15.609 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH_C0.ecsbin"
109792026-08-24T20:11:16.205Z[ recovery-image] Aug 24 20:11:15.609 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH.ecsbin"
109802026-08-24T20:11:16.205Z[ recovery-image] Aug 24 20:11:15.609 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH_C0.ecsbin"
109812026-08-24T20:11:16.205Z[ recovery-image] Aug 24 20:11:15.609 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmQuickbootImem11_BRH_C0.ecsbin"
109822026-08-24T20:11:16.205Z[ recovery-image] Aug 24 20:11:15.609 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH.ecsbin"
109832026-08-24T20:11:16.205Z[ recovery-image] Aug 24 20:11:15.609 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH_C0.ecsbin"
109842026-08-24T20:11:16.205Z[ recovery-image] Aug 24 20:11:15.609 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH.ecsbin"
109852026-08-24T20:11:16.206Z[ recovery-image] Aug 24 20:11:15.609 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH_C0.ecsbin"
109862026-08-24T20:11:16.206Z[ recovery-image] Aug 24 20:11:15.609 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH.ecsbin"
109872026-08-24T20:11:16.206Z[ recovery-image] Aug 24 20:11:15.609 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH_C0.ecsbin"
109882026-08-24T20:11:16.206Z[ recovery-image] Aug 24 20:11:15.609 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH.ecsbin"
109892026-08-24T20:11:16.206Z[ recovery-image] Aug 24 20:11:15.610 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH_C0.ecsbin"
109902026-08-24T20:11:16.206Z[ recovery-image] Aug 24 20:11:15.610 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem11_BRH_C0.ecsbin"
109912026-08-24T20:11:16.206Z[ recovery-image] Aug 24 20:11:15.610 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem12_BRH_C0.ecsbin"
109922026-08-24T20:11:16.206Z[ recovery-image] Aug 24 20:11:15.610 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem5_BRH.csbin"
109932026-08-24T20:11:16.206Z[ recovery-image] Aug 24 20:11:15.610 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem6_BRH.csbin"
109942026-08-24T20:11:16.206Z[ recovery-image] Aug 24 20:11:15.610 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem7_BRH.csbin"
109952026-08-24T20:11:16.206Z[ recovery-image] Aug 24 20:11:15.610 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem8_BRH.csbin"
109962026-08-24T20:11:16.206Z[ recovery-image] Aug 24 20:11:15.610 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem5_BRH.csbin"
109972026-08-24T20:11:16.206Z[ recovery-image] Aug 24 20:11:15.610 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem6_BRH.csbin"
109982026-08-24T20:11:16.206Z[ recovery-image] Aug 24 20:11:15.610 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem7_BRH.csbin"
109992026-08-24T20:11:16.206Z[ recovery-image] Aug 24 20:11:15.610 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem8_BRH.csbin"
110002026-08-24T20:11:16.206Z[ recovery-image] Aug 24 20:11:15.610 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmQuickbootImem13_BRH.csbin"
110012026-08-24T20:11:16.206Z[ recovery-image] Aug 24 20:11:15.610 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem13_BRH.csbin"
110022026-08-24T20:11:16.206Z[ recovery-image] Aug 24 20:11:15.610 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem14_BRH.csbin"
110032026-08-24T20:11:16.237Z[ recovery-image] Aug 24 20:11:15.645 INFO skipping building ROM for cosmo-mbist-noaggr ('mbist' disabled)
110042026-08-24T20:11:16.237Z[ recovery-image] Aug 24 20:11:15.645 INFO finishing image archive at "/work/os-recovery/os.tar.gz"...
110052026-08-24T20:11:17.416Z[ recovery-image] Aug 24 20:11:16.823 INFO image complete! materials are in "/work/os-recovery"
110062026-08-24T20:11:17.419Z[ recovery-image]
110072026-08-24T20:11:17.419Z[ recovery-image] real 3:16.447682740
110082026-08-24T20:11:17.419Z[ recovery-image] user 2:37.683080775
110092026-08-24T20:11:17.419Z[ recovery-image] sys 39.191264355
110102026-08-24T20:11:17.419Z[ recovery-image] trap 0.132152048
110112026-08-24T20:11:17.419Z[ recovery-image] tflt 0.808672429
110122026-08-24T20:11:17.419Z[ recovery-image] dflt 0.684656260
110132026-08-24T20:11:17.419Z[ recovery-image] kflt 0.000211790
110142026-08-24T20:11:17.419Z[ recovery-image] lock 8:02.877497139
110152026-08-24T20:11:17.419Z[ recovery-image] slp 17:38.023733349
110162026-08-24T20:11:17.419Z[ recovery-image] lat 31.091231210
110172026-08-24T20:11:17.420Z[ recovery-image] stop 7.965271004
110182026-08-24T20:11:17.423ZAug 24 20:11:16.828 INFO [recovery-image] process exited with exit status: 0 (196.453512875s)
110192026-08-24T20:11:17.423ZAug 24 20:11:16.828 INFO [tuf-v2-recovery] running task
110202026-08-24T20:11:17.423ZAug 24 20:11:16.829 INFO [tuf-v2-recovery] task succeeded (853.74µs)
110212026-08-24T20:11:17.562Z[ host-image] Aug 24 20:11:16.970 INFO creating reset image...
110222026-08-24T20:11:17.562Z[ host-image] Aug 24 20:11:16.970 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")
110232026-08-24T20:11:17.636Z[ host-image] Aug 24 20:11:17.044 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.03s
110242026-08-24T20:11:17.639Z[ host-image] Aug 24 20:11:17.045 INFO E| Running `target/debug/xtask build --release --cpioz /work/os-host/cpio.z --target-dir /work/os-host/phbl`
110252026-08-24T20:11:17.967Z[ host-image] Aug 24 20:11:17.375 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)
110262026-08-24T20:11:17.967Z[ host-image] Aug 24 20:11:17.375 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)
110272026-08-24T20:11:17.967Z[ host-image] Aug 24 20:11:17.375 INFO E| Compiling proc-macro2 v1.0.106
110282026-08-24T20:11:17.971Z[ host-image] Aug 24 20:11:17.375 INFO E| Compiling quote v1.0.45
110292026-08-24T20:11:17.971Z[ host-image] Aug 24 20:11:17.375 INFO E| Compiling unicode-ident v1.0.24
110302026-08-24T20:11:17.971Z[ host-image] Aug 24 20:11:17.375 INFO E| Compiling syn v1.0.109
110312026-08-24T20:11:17.971Z[ host-image] Aug 24 20:11:17.375 INFO E| Compiling x86 v0.52.0
110322026-08-24T20:11:17.971Z[ host-image] Aug 24 20:11:17.375 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
110332026-08-24T20:11:17.971Z[ host-image] Aug 24 20:11:17.375 INFO E| Compiling seq-macro v0.3.6
110342026-08-24T20:11:19.012Z[ host-image] Aug 24 20:11:18.419 INFO E| Compiling syn v2.0.117
110352026-08-24T20:11:20.520Z[ host-image] Aug 24 20:11:19.929 INFO E| Compiling scroll_derive v0.13.1
110362026-08-24T20:11:21.598Z[ host-image] Aug 24 20:11:21.006 INFO E| Compiling bitstruct_derive v0.1.0
110372026-08-24T20:11:30.737Z[ host-image] Aug 24 20:11:30.145 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)
110382026-08-24T20:11:32.897Z[ host-image] Aug 24 20:11:32.305 INFO E| Compiling bitflags v1.3.2
110392026-08-24T20:11:32.901Z[ host-image] Aug 24 20:11:32.305 INFO E| Compiling plain v0.2.3
110402026-08-24T20:11:32.901Z[ host-image] Aug 24 20:11:32.305 INFO E| Compiling bitflags v2.13.0
110412026-08-24T20:11:32.901Z[ host-image] Aug 24 20:11:32.305 INFO E| Compiling scroll v0.13.0
110422026-08-24T20:11:32.901Z[ host-image] Aug 24 20:11:32.305 INFO E| Compiling adler2 v2.0.1
110432026-08-24T20:11:32.901Z[ host-image] Aug 24 20:11:32.305 INFO E| Compiling bit_field v0.10.3
110442026-08-24T20:11:32.901Z[ host-image] Aug 24 20:11:32.305 INFO E| Compiling log v0.4.32
110452026-08-24T20:11:32.901Z[ host-image] Aug 24 20:11:32.305 INFO E| Compiling static_assertions v1.1.0
110462026-08-24T20:11:32.901Z[ host-image] Aug 24 20:11:32.305 INFO E| Compiling bitstruct v0.1.1
110472026-08-24T20:11:32.956Z[ host-image] Aug 24 20:11:32.362 INFO E| Compiling raw-cpuid v10.7.0
110482026-08-24T20:11:33.013Z[ host-image] Aug 24 20:11:32.407 INFO E| Compiling miniz_oxide v0.9.1
110492026-08-24T20:11:33.071Z[ host-image] Aug 24 20:11:32.478 INFO E| Compiling cpio_reader v0.1.2
110502026-08-24T20:11:33.121Z[ host-image] Aug 24 20:11:32.528 INFO E| Compiling goblin v0.10.7
110512026-08-24T20:11:36.079Z[ host-image] Aug 24 20:11:35.486 INFO E| Finished `release` profile [optimized] target(s) in 18.42s
110522026-08-24T20:11:36.091Z[ host-image] Aug 24 20:11:35.499 INFO skipping building ROM for cosmo-mbist ('mbist' disabled)
110532026-08-24T20:11:36.091Z[ host-image] Aug 24 20:11:35.499 INFO building ROM for cosmo
110542026-08-24T20:11:36.091Z[ host-image] Aug 24 20:11:35.499 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")
110552026-08-24T20:11:36.182Z[ host-image] Aug 24 20:11:35.590 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.05s
110562026-08-24T20:11:36.186Z[ host-image] Aug 24 20:11:35.593 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`
110572026-08-24T20:11:36.198Z[ host-image] Aug 24 20:11:35.606 INFO E| reading from "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
110582026-08-24T20:11:36.267Z[ host-image] Aug 24 20:11:35.675 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.06s
110592026-08-24T20:11:36.271Z[ host-image] Aug 24 20:11:35.678 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`
110602026-08-24T20:11:36.479Z[ host-image] Aug 24 20:11:35.887 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x00_AmdPubKey_BRH.tkn"
110612026-08-24T20:11:36.479Z[ host-image] Aug 24 20:11:35.887 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x01_PspBl_BRH.esbin"
110622026-08-24T20:11:36.484Z[ host-image] Aug 24 20:11:35.887 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x02_PspOS_BRH.ecsbin"
110632026-08-24T20:11:36.484Z[ host-image] Aug 24 20:11:35.887 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x03_PspRecBl_BRH.esbin"
110642026-08-24T20:11:36.484Z[ host-image] Aug 24 20:11:35.887 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x08_SmuFirmware_breithorn.ecsbin"
110652026-08-24T20:11:36.484Z[ host-image] Aug 24 20:11:35.887 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x208_SmuFirmware_BRHDense.ecsbin"
110662026-08-24T20:11:36.484Z[ host-image] Aug 24 20:11:35.887 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x09_PspDebugUnlockToken_BRH.stkn"
110672026-08-24T20:11:36.485Z[ host-image] Aug 24 20:11:35.887 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x0A_PspAblPubKey_BRH.stkn"
110682026-08-24T20:11:36.485Z[ host-image] Aug 24 20:11:35.887 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x13_SduFw_BRH.ecsbin"
110692026-08-24T20:11:36.485Z[ host-image] Aug 24 20:11:35.887 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x21_PspAmdIkek_BRH.bin"
110702026-08-24T20:11:36.485Z[ host-image] Aug 24 20:11:35.887 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22_SecureEmptyToken.bin"
110712026-08-24T20:11:36.485Z[ host-image] Aug 24 20:11:35.887 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x24_RegisterAccessPolicy_BRH.cesbin"
110722026-08-24T20:11:36.485Z[ host-image] Aug 24 20:11:35.887 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x224_RegisterAccessPolicy_BRHDense.cesbin"
110732026-08-24T20:11:36.485Z[ host-image] Aug 24 20:11:35.887 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x28_PspSystemDriver_BRH.ecsbin"
110742026-08-24T20:11:36.485Z[ host-image] Aug 24 20:11:35.887 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2A_SmuFirmware_breithorn.ecsbin"
110752026-08-24T20:11:36.485Z[ host-image] Aug 24 20:11:35.887 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22A_SmuFirmware_BRHDense.ecsbin"
110762026-08-24T20:11:36.485Z[ host-image] Aug 24 20:11:35.887 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2D_AblRt.ecsbin"
110772026-08-24T20:11:36.485Z[ host-image] Aug 24 20:11:35.887 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x30_AgesaBootLoaderU_BRH.ecsbin"
110782026-08-24T20:11:36.485Z[ host-image] Aug 24 20:11:35.887 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x42_PhyFw_BRH.ecsbin"
110792026-08-24T20:11:36.485Z[ host-image] Aug 24 20:11:35.887 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x44_USB_PHY_BRH.esbin"
110802026-08-24T20:11:36.485Z[ host-image] Aug 24 20:11:35.887 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x45_RegisterAccessPolicy_BRH.cesbin"
110812026-08-24T20:11:36.485Z[ host-image] Aug 24 20:11:35.887 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x245_RegisterAccessPolicy_BRHDense.cesbin"
110822026-08-24T20:11:36.485Z[ host-image] Aug 24 20:11:35.887 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x50_PspKeyDataBase_BRH.sbin"
110832026-08-24T20:11:36.485Z[ host-image] Aug 24 20:11:35.887 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x51_PspTosKeyDataBase_BRH.ecsbin"
110842026-08-24T20:11:36.485Z[ host-image] Aug 24 20:11:35.887 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x55_SPLTable_BRH.sbin"
110852026-08-24T20:11:36.485Z[ host-image] Aug 24 20:11:35.887 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x5DMpioFw_BRH.cesbin"
110862026-08-24T20:11:36.485Z[ host-image] Aug 24 20:11:35.888 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x64_RasDriver_BRH.ecsbin"
110872026-08-24T20:11:36.485Z[ host-image] Aug 24 20:11:35.888 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x65_ta_ras_prod_amdTEE.ecsbin"
110882026-08-24T20:11:36.485Z[ host-image] Aug 24 20:11:35.888 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1A_SevDriver_BRH.ecsbin"
110892026-08-24T20:11:36.485Z[ host-image] Aug 24 20:11:35.888 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x15_IpKeyManagerDriver_BRH.ecsbin"
110902026-08-24T20:11:36.485Z[ host-image] Aug 24 20:11:35.888 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1B_BootDriver_BRH.ecsbin"
110912026-08-24T20:11:36.485Z[ host-image] Aug 24 20:11:35.888 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1C_SocDriver_BRH.ecsbin"
110922026-08-24T20:11:36.485Z[ host-image] Aug 24 20:11:35.888 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1D_HadDriver_BRH.ecsbin"
110932026-08-24T20:11:36.485Z[ host-image] Aug 24 20:11:35.888 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1F_InterfaceDriver_BRH.ecsbin"
110942026-08-24T20:11:36.485Z[ host-image] Aug 24 20:11:35.888 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x38_PspSevEmptyData.bin"
110952026-08-24T20:11:36.486Z[ host-image] Aug 24 20:11:35.888 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x47_DRTMDriver_BRH.ecsbin"
110962026-08-24T20:11:36.486Z[ host-image] Aug 24 20:11:35.888 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x67_FHPDriver_BRH.ecsbin"
110972026-08-24T20:11:36.486Z[ host-image] Aug 24 20:11:35.888 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x68_SPDMDriver_BRH.ecsbin"
110982026-08-24T20:11:36.486Z[ host-image] Aug 24 20:11:35.888 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x69_DPEDriver_BRH.ecsbin"
110992026-08-24T20:11:36.486Z[ host-image] Aug 24 20:11:35.888 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x73_PspBl_BRH.ecsbin"
111002026-08-24T20:11:36.486Z[ host-image] Aug 24 20:11:35.888 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x76_DfRib_BRH.csbin"
111012026-08-24T20:11:36.486Z[ host-image] Aug 24 20:11:35.888 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x8C_MPDMATF_BRH.sbin"
111022026-08-24T20:11:36.486Z[ host-image] Aug 24 20:11:35.888 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x91_GmiPhyFw_BRH.esbin"
111032026-08-24T20:11:36.486Z[ host-image] Aug 24 20:11:35.888 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x92_Page_BRH.sbin"
111042026-08-24T20:11:36.486Z[ host-image] Aug 24 20:11:35.888 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9D_AspSramFwExt_BRH.sbin"
111052026-08-24T20:11:36.486Z[ host-image] Aug 24 20:11:35.888 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9F_psp_tos_wl_bin_brh.sbin"
111062026-08-24T20:11:36.486Z[ host-image] Aug 24 20:11:35.888 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_A0.sbin"
111072026-08-24T20:11:36.486Z[ host-image] Aug 24 20:11:35.888 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_A0.sbin"
111082026-08-24T20:11:36.486Z[ host-image] Aug 24 20:11:35.888 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B0.sbin"
111092026-08-24T20:11:36.486Z[ host-image] Aug 24 20:11:35.888 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C0.sbin"
111102026-08-24T20:11:36.486Z[ host-image] Aug 24 20:11:35.888 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_B0.sbin"
111112026-08-24T20:11:36.486Z[ host-image] Aug 24 20:11:35.888 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B1.sbin"
111122026-08-24T20:11:36.486Z[ host-image] Aug 24 20:11:35.888 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C1.sbin"
111132026-08-24T20:11:36.486Z[ host-image] Aug 24 20:11:35.888 INFO O| Info: ABL version: 0x100af010
111142026-08-24T20:11:36.486Z[ host-image] Aug 24 20:11:35.888 INFO O| Info: For sub_program 2: SMU firmware version: 99.131.0
111152026-08-24T20:11:36.486Z[ host-image] Aug 24 20:11:35.888 INFO O| Info: For sub_program 0: SMU firmware version: 94.131.0
111162026-08-24T20:11:36.486Z[ host-image] Aug 24 20:11:35.889 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/APOB_NV_BRH.bin"
111172026-08-24T20:11:36.486Z[ host-image] Aug 24 20:11:35.889 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH.ecsbin"
111182026-08-24T20:11:36.486Z[ host-image] Aug 24 20:11:35.889 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH_C0.ecsbin"
111192026-08-24T20:11:36.486Z[ host-image] Aug 24 20:11:35.889 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH.ecsbin"
111202026-08-24T20:11:36.486Z[ host-image] Aug 24 20:11:35.889 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH_C0.ecsbin"
111212026-08-24T20:11:36.486Z[ host-image] Aug 24 20:11:35.889 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH.ecsbin"
111222026-08-24T20:11:36.487Z[ host-image] Aug 24 20:11:35.889 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH_C0.ecsbin"
111232026-08-24T20:11:36.487Z[ host-image] Aug 24 20:11:35.889 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH.ecsbin"
111242026-08-24T20:11:36.487Z[ host-image] Aug 24 20:11:35.889 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH_C0.ecsbin"
111252026-08-24T20:11:36.487Z[ host-image] Aug 24 20:11:35.889 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmQuickbootImem11_BRH_C0.ecsbin"
111262026-08-24T20:11:36.487Z[ host-image] Aug 24 20:11:35.889 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH.ecsbin"
111272026-08-24T20:11:36.487Z[ host-image] Aug 24 20:11:35.889 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH_C0.ecsbin"
111282026-08-24T20:11:36.487Z[ host-image] Aug 24 20:11:35.889 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH.ecsbin"
111292026-08-24T20:11:36.487Z[ host-image] Aug 24 20:11:35.889 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH_C0.ecsbin"
111302026-08-24T20:11:36.487Z[ host-image] Aug 24 20:11:35.889 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH.ecsbin"
111312026-08-24T20:11:36.487Z[ host-image] Aug 24 20:11:35.889 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH_C0.ecsbin"
111322026-08-24T20:11:36.487Z[ host-image] Aug 24 20:11:35.889 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH.ecsbin"
111332026-08-24T20:11:36.487Z[ host-image] Aug 24 20:11:35.889 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH_C0.ecsbin"
111342026-08-24T20:11:36.487Z[ host-image] Aug 24 20:11:35.889 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem11_BRH_C0.ecsbin"
111352026-08-24T20:11:36.487Z[ host-image] Aug 24 20:11:35.889 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem12_BRH_C0.ecsbin"
111362026-08-24T20:11:36.487Z[ host-image] Aug 24 20:11:35.889 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem5_BRH.csbin"
111372026-08-24T20:11:36.487Z[ host-image] Aug 24 20:11:35.889 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem6_BRH.csbin"
111382026-08-24T20:11:36.487Z[ host-image] Aug 24 20:11:35.889 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem7_BRH.csbin"
111392026-08-24T20:11:36.487Z[ host-image] Aug 24 20:11:35.889 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem8_BRH.csbin"
111402026-08-24T20:11:36.487Z[ host-image] Aug 24 20:11:35.889 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem5_BRH.csbin"
111412026-08-24T20:11:36.487Z[ host-image] Aug 24 20:11:35.889 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem6_BRH.csbin"
111422026-08-24T20:11:36.487Z[ host-image] Aug 24 20:11:35.889 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem7_BRH.csbin"
111432026-08-24T20:11:36.487Z[ host-image] Aug 24 20:11:35.889 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem8_BRH.csbin"
111442026-08-24T20:11:36.487Z[ host-image] Aug 24 20:11:35.889 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmQuickbootImem13_BRH.csbin"
111452026-08-24T20:11:36.487Z[ host-image] Aug 24 20:11:35.889 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem13_BRH.csbin"
111462026-08-24T20:11:36.487Z[ host-image] Aug 24 20:11:35.889 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem14_BRH.csbin"
111472026-08-24T20:11:36.515Z[ host-image] Aug 24 20:11:35.923 INFO building ROM for gimlet
111482026-08-24T20:11:36.519Z[ host-image] Aug 24 20:11:35.923 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")
111492026-08-24T20:11:36.602Z[ host-image] Aug 24 20:11:36.009 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.05s
111502026-08-24T20:11:36.605Z[ host-image] Aug 24 20:11:36.012 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`
111512026-08-24T20:11:36.614Z[ host-image] Aug 24 20:11:36.022 INFO E| reading from "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml"
111522026-08-24T20:11:36.685Z[ host-image] Aug 24 20:11:36.093 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.06s
111532026-08-24T20:11:36.689Z[ host-image] Aug 24 20:11:36.096 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`
111542026-08-24T20:11:36.801Z[ host-image] Aug 24 20:11:36.208 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AmdPubKey_gn.tkn"
111552026-08-24T20:11:36.801Z[ host-image] Aug 24 20:11:36.209 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspBootLoader_gn.sbin"
111562026-08-24T20:11:36.801Z[ host-image] Aug 24 20:11:36.209 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspRecoveryBootLoader_gn.sbin"
111572026-08-24T20:11:36.805Z[ host-image] Aug 24 20:11:36.209 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmwareGn-45-104-100.csbin"
111582026-08-24T20:11:36.805Z[ host-image] Aug 24 20:11:36.209 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugToken_gn.stkn"
111592026-08-24T20:11:36.805Z[ host-image] Aug 24 20:11:36.209 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspABLFw_gn.stkn"
111602026-08-24T20:11:36.805Z[ host-image] Aug 24 20:11:36.209 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmware2Gn-45-104-100.csbin"
111612026-08-24T20:11:36.805Z[ host-image] Aug 24 20:11:36.209 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugUnlock_gn.sbin"
111622026-08-24T20:11:36.805Z[ host-image] Aug 24 20:11:36.209 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspIkek_gn.bin"
111632026-08-24T20:11:36.805Z[ host-image] Aug 24 20:11:36.209 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureEmptyToken.bin"
111642026-08-24T20:11:36.805Z[ host-image] Aug 24 20:11:36.209 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/RsmuSecPolicy_gn.sbin"
111652026-08-24T20:11:36.805Z[ host-image] Aug 24 20:11:36.209 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Mp5Gn-45-104-100.csbin"
111662026-08-24T20:11:36.805Z[ host-image] Aug 24 20:11:36.209 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AgesaBootloader_U_prod_GN.csbin"
111672026-08-24T20:11:36.805Z[ host-image] Aug 24 20:11:36.209 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/GnPhyFw.sbin"
111682026-08-24T20:11:36.805Z[ host-image] Aug 24 20:11:36.209 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PSP-Key-DB_gn.sbin"
111692026-08-24T20:11:36.805Z[ host-image] Aug 24 20:11:36.209 INFO O| Info: ABL version: 0x100f5010
111702026-08-24T20:11:36.805Z[ host-image] Aug 24 20:11:36.209 INFO O| Info: For sub_program 0: SMU firmware version: 45.104.100
111712026-08-24T20:11:36.805Z[ host-image] Aug 24 20:11:36.209 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Imem.csbin"
111722026-08-24T20:11:36.805Z[ host-image] Aug 24 20:11:36.209 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Dmem.csbin"
111732026-08-24T20:11:36.805Z[ host-image] Aug 24 20:11:36.209 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Imem.csbin"
111742026-08-24T20:11:36.805Z[ host-image] Aug 24 20:11:36.209 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Dmem.csbin"
111752026-08-24T20:11:36.805Z[ host-image] Aug 24 20:11:36.209 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Imem.csbin"
111762026-08-24T20:11:36.805Z[ host-image] Aug 24 20:11:36.210 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Dmem.csbin"
111772026-08-24T20:11:36.806Z[ host-image] Aug 24 20:11:36.210 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Imem.csbin"
111782026-08-24T20:11:36.806Z[ host-image] Aug 24 20:11:36.210 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Dmem.csbin"
111792026-08-24T20:11:36.806Z[ host-image] Aug 24 20:11:36.210 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Imem.csbin"
111802026-08-24T20:11:36.806Z[ host-image] Aug 24 20:11:36.210 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Dmem.csbin"
111812026-08-24T20:11:36.806Z[ host-image] Aug 24 20:11:36.210 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Imem.csbin"
111822026-08-24T20:11:36.806Z[ host-image] Aug 24 20:11:36.210 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Dmem.csbin"
111832026-08-24T20:11:36.806Z[ host-image] Aug 24 20:11:36.210 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Imem.csbin"
111842026-08-24T20:11:36.806Z[ host-image] Aug 24 20:11:36.210 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Dmem.csbin"
111852026-08-24T20:11:36.806Z[ host-image] Aug 24 20:11:36.210 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Imem.csbin"
111862026-08-24T20:11:36.806Z[ host-image] Aug 24 20:11:36.210 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Dmem.csbin"
111872026-08-24T20:11:36.806Z[ host-image] Aug 24 20:11:36.210 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Imem.csbin"
111882026-08-24T20:11:36.806Z[ host-image] Aug 24 20:11:36.210 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Dmem.csbin"
111892026-08-24T20:11:36.836Z[ host-image] Aug 24 20:11:36.244 INFO skipping building ROM for cosmo-mbist-noaggr ('mbist' disabled)
111902026-08-24T20:11:36.836Z[ host-image] Aug 24 20:11:36.244 INFO finishing image archive at "/work/os-host/os.tar.gz"...
111912026-08-24T20:11:48.433Z[ host-image] Aug 24 20:11:47.841 INFO image complete! materials are in "/work/os-host"
111922026-08-24T20:11:48.437Z[ host-image]
111932026-08-24T20:11:48.437Z[ host-image] real 4:00.702113291
111942026-08-24T20:11:48.437Z[ host-image] user 2:49.600036168
111952026-08-24T20:11:48.437Z[ host-image] sys 37.409640067
111962026-08-24T20:11:48.437Z[ host-image] trap 0.146275211
111972026-08-24T20:11:48.437Z[ host-image] tflt 0.256599896
111982026-08-24T20:11:48.437Z[ host-image] dflt 0.343237473
111992026-08-24T20:11:48.437Z[ host-image] kflt 0.000168010
112002026-08-24T20:11:48.438Z[ host-image] lock 4:44.814689452
112012026-08-24T20:11:48.438Z[ host-image] slp 20:18.314967579
112022026-08-24T20:11:48.438Z[ host-image] lat 21.951149391
112032026-08-24T20:11:48.438Z[ host-image] stop 1.691452827
112042026-08-24T20:11:48.438ZAug 24 20:11:47.845 INFO [host-image] process exited with exit status: 0 (240.707410994s)
112052026-08-24T20:11:48.438ZAug 24 20:11:47.845 INFO [tuf-v2-host] running task
112062026-08-24T20:11:48.438ZAug 24 20:11:47.845 INFO [tuf-repo] running task
112072026-08-24T20:11:48.442ZAug 24 20:11:47.845 INFO [tuf-v2-host] task succeeded (551.581µs)
112082026-08-24T20:11:48.442ZAug 24 20:11:47.845 INFO [tuf-v2-repo] running task
112092026-08-24T20:12:09.646ZAug 24 20:12:09.053 INFO assembling repository in `/tmp/tufaceousGh2OL2`, component: OmicronRepoAssembler
112102026-08-24T20:12:09.729ZAug 24 20:12:09.137 INFO [tuf-v2-repo] task succeeded (21.291906803s)
112112026-08-24T20:12:18.552ZAug 24 20:12:17.959 DEBG assembly successful, cleaning up, component: OmicronRepoAssembler
112122026-08-24T20:12:18.802ZAug 24 20:12:18.210 INFO artifacts assembled and archived to `/work/repo.zip`, component: OmicronRepoAssembler
112132026-08-24T20:12:20.818ZAug 24 20:12:20.226 INFO skipping lab SP image, name: "cosmo-a-lab", board: "cosmo-a"
112142026-08-24T20:12:20.872ZAug 24 20:12:20.280 INFO skipping lab SP image, name: "cosmo-b-lab", board: "cosmo-b"
112152026-08-24T20:12:20.920ZAug 24 20:12:20.328 INFO skipping lab SP image, name: "gimlet-b-lab", board: "gimlet-b"
112162026-08-24T20:12:20.967ZAug 24 20:12:20.375 INFO skipping lab SP image, name: "gimlet-c-lab", board: "gimlet-c"
112172026-08-24T20:12:21.017ZAug 24 20:12:20.425 INFO skipping lab SP image, name: "gimlet-d-lab", board: "gimlet-d"
112182026-08-24T20:12:21.069ZAug 24 20:12:20.477 INFO skipping lab SP image, name: "gimlet-e-lab", board: "gimlet-e"
112192026-08-24T20:12:21.119ZAug 24 20:12:20.526 INFO skipping lab SP image, name: "gimlet-f-lab", board: "gimlet-f"
112202026-08-24T20:12:31.490ZAug 24 20:12:30.897 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
112212026-08-24T20:12:31.497ZAug 24 20:12:30.904 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
112222026-08-24T20:12:31.519ZAug 24 20:12:30.927 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
112232026-08-24T20:12:31.573ZAug 24 20:12:30.980 INFO skipping lab SP image, name: "sidecar-b-lab", board: "sidecar-b"
112242026-08-24T20:12:31.636ZAug 24 20:12:31.044 INFO skipping lab SP image, name: "sidecar-c-lab", board: "sidecar-c"
112252026-08-24T20:12:31.701ZAug 24 20:12:31.109 INFO skipping lab SP image, name: "sidecar-d-lab", board: "sidecar-d"
112262026-08-24T20:12:31.764ZAug 24 20:12:31.172 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
112272026-08-24T20:12:31.770ZAug 24 20:12:31.178 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
112282026-08-24T20:12:31.793ZAug 24 20:12:31.201 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
112292026-08-24T20:12:33.510ZAug 24 20:12:32.918 INFO [tuf-repo] task succeeded (45.072574912s)
112302026-08-24T20:15:07.361Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 7m 03s
112312026-08-24T20:15:07.365Z[verify-libraries] warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
112322026-08-24T20:15:07.365Z[verify-libraries] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
112332026-08-24T20:15:10.058ZAug 24 20:15:09.464 INFO [verify-libraries] process exited with exit status: 0 (429.314029405s)
112342026-08-24T20:15:10.058ZAug 24 20:15:09.464 INFO all jobs completed in 1155.826238815s
112352026-08-24T20:15:11.261Zprocess exited: duration 1378314 ms, exit code 0
 
112362026-08-24T20:15:11.274Zfound 41 output files
112372026-08-24T20:15:11.274Zuploading: /work/manifest.toml (17334 bytes)
112382026-08-24T20:15:12.287Zuploaded: /work/manifest.toml
112392026-08-24T20:15:12.290Zuploading: /work/repo.zip (3287887055 bytes)
112402026-08-24T20:15:52.424Zuploaded: /work/repo.zip
112412026-08-24T20:15:52.424Zuploading: /work/repo.zip.sha256.txt (65 bytes)
112422026-08-24T20:15:53.554Zuploaded: /work/repo.zip.sha256.txt
112432026-08-24T20:15:53.554Zuploading: /work/helios.json (647 bytes)
112442026-08-24T20:15:54.564Zuploaded: /work/helios.json
112452026-08-24T20:15:54.564Zuploading: /work/incorporation.p5m (113590 bytes)
112462026-08-24T20:15:55.577Zuploaded: /work/incorporation.p5m
112472026-08-24T20:15:55.577Zuploading: /work/incorporation.p5p (133120 bytes)
112482026-08-24T20:15:56.592Zuploaded: /work/incorporation.p5p
112492026-08-24T20:15:56.592Zuploading: /work/helios-incorp.log (522 bytes)
112502026-08-24T20:15:57.601Zuploaded: /work/helios-incorp.log
112512026-08-24T20:15:57.601Zuploading: /work/helios-setup.log (57113 bytes)
112522026-08-24T20:15:58.612Zuploaded: /work/helios-setup.log
112532026-08-24T20:15:58.612Zuploading: /work/host-image.log (233226 bytes)
112542026-08-24T20:15:59.628Zuploaded: /work/host-image.log
112552026-08-24T20:15:59.628Zuploading: /work/host-package.log (33948 bytes)
112562026-08-24T20:16:00.640Zuploaded: /work/host-package.log
112572026-08-24T20:16:00.640Zuploading: /work/host-target.log (101 bytes)
112582026-08-24T20:16:01.651Zuploaded: /work/host-target.log
112592026-08-24T20:16:01.651Zuploading: /work/incorp-create.log (0 bytes)
112602026-08-24T20:16:02.658Zuploaded: /work/incorp-create.log
112612026-08-24T20:16:02.658Zuploading: /work/incorp-fmt.log (0 bytes)
112622026-08-24T20:16:03.665Zuploaded: /work/incorp-fmt.log
112632026-08-24T20:16:03.665Zuploading: /work/incorp-pkgsend.log (108 bytes)
112642026-08-24T20:16:04.675Zuploaded: /work/incorp-pkgsend.log
112652026-08-24T20:16:04.675Zuploading: /work/incorp-publisher.log (0 bytes)
112662026-08-24T20:16:05.684Zuploaded: /work/incorp-publisher.log
112672026-08-24T20:16:05.684Zuploading: /work/omicron-package.log (10028 bytes)
112682026-08-24T20:16:06.696Zuploaded: /work/omicron-package.log
112692026-08-24T20:16:06.696Zuploading: /work/recovery-image.log (589024 bytes)
112702026-08-24T20:16:07.714Zuploaded: /work/recovery-image.log
112712026-08-24T20:16:07.714Zuploading: /work/recovery-package.log (321 bytes)
112722026-08-24T20:16:08.724Zuploaded: /work/recovery-package.log
112732026-08-24T20:16:08.724Zuploading: /work/recovery-target.log (98 bytes)
112742026-08-24T20:16:09.734Zuploaded: /work/recovery-target.log
112752026-08-24T20:16:09.734Zuploading: /work/stamp-clickhouse.log (117 bytes)
112762026-08-24T20:16:10.744Zuploaded: /work/stamp-clickhouse.log
112772026-08-24T20:16:10.744Zuploading: /work/stamp-clickhouse_keeper.log (124 bytes)
112782026-08-24T20:16:11.755Zuploaded: /work/stamp-clickhouse_keeper.log
112792026-08-24T20:16:11.758Zuploading: /work/stamp-clickhouse_server.log (124 bytes)
112802026-08-24T20:16:12.766Zuploaded: /work/stamp-clickhouse_server.log
112812026-08-24T20:16:12.766Zuploading: /work/stamp-cockroachdb.log (118 bytes)
112822026-08-24T20:16:13.777Zuploaded: /work/stamp-cockroachdb.log
112832026-08-24T20:16:13.777Zuploading: /work/stamp-crucible-pantry-zone.log (127 bytes)
112842026-08-24T20:16:14.787Zuploaded: /work/stamp-crucible-pantry-zone.log
112852026-08-24T20:16:14.787Zuploading: /work/stamp-crucible-utils.log (118 bytes)
112862026-08-24T20:16:15.795Zuploaded: /work/stamp-crucible-utils.log
112872026-08-24T20:16:15.795Zuploading: /work/stamp-crucible-zone.log (120 bytes)
112882026-08-24T20:16:16.804Zuploaded: /work/stamp-crucible-zone.log
112892026-08-24T20:16:16.804Zuploading: /work/stamp-external-dns.log (119 bytes)
112902026-08-24T20:16:17.815Zuploaded: /work/stamp-external-dns.log
112912026-08-24T20:16:17.815Zuploading: /work/stamp-installinator.log (103 bytes)
112922026-08-24T20:16:18.824Zuploaded: /work/stamp-installinator.log
112932026-08-24T20:16:18.824Zuploading: /work/stamp-internal-dns.log (119 bytes)
112942026-08-24T20:16:19.836Zuploaded: /work/stamp-internal-dns.log
112952026-08-24T20:16:19.836Zuploading: /work/stamp-mg-ddm-gz.log (99 bytes)
112962026-08-24T20:16:20.845Zuploaded: /work/stamp-mg-ddm-gz.log
112972026-08-24T20:16:20.845Zuploading: /work/stamp-nexus.log (112 bytes)
112982026-08-24T20:16:21.854Zuploaded: /work/stamp-nexus.log
112992026-08-24T20:16:21.854Zuploading: /work/stamp-ntp.log (110 bytes)
113002026-08-24T20:16:22.864Zuploaded: /work/stamp-ntp.log
113012026-08-24T20:16:22.864Zuploading: /work/stamp-omicron-sled-agent.log (122 bytes)
113022026-08-24T20:16:23.873Zuploaded: /work/stamp-omicron-sled-agent.log
113032026-08-24T20:16:23.873Zuploading: /work/stamp-overlay.log (114 bytes)
113042026-08-24T20:16:24.882Zuploaded: /work/stamp-overlay.log
113052026-08-24T20:16:24.882Zuploading: /work/stamp-oximeter.log (115 bytes)
113062026-08-24T20:16:25.891Zuploaded: /work/stamp-oximeter.log
113072026-08-24T20:16:25.891Zuploading: /work/stamp-oxlog.log (109 bytes)
113082026-08-24T20:16:26.902Zuploaded: /work/stamp-oxlog.log
113092026-08-24T20:16:26.902Zuploading: /work/stamp-probe.log (112 bytes)
113102026-08-24T20:16:27.913Zuploaded: /work/stamp-probe.log
113112026-08-24T20:16:27.913Zuploading: /work/stamp-propolis-server.log (122 bytes)
113122026-08-24T20:16:28.926Zuploaded: /work/stamp-propolis-server.log
113132026-08-24T20:16:28.926Zuploading: /work/stamp-pumpkind-gz.log (115 bytes)
113142026-08-24T20:16:29.935Zuploaded: /work/stamp-pumpkind-gz.log
113152026-08-24T20:16:29.935Zuploading: /work/stamp-switch-asic.log (118 bytes)
113162026-08-24T20:16:30.944Zuploaded: /work/stamp-switch-asic.log
113172026-08-24T20:16:30.947Zuploading: /work/verify-libraries.log (50570 bytes)
113182026-08-24T20:16:31.957Zuploaded: /work/verify-libraries.log