01M0BXG305VH3HD9FHARWDQ93T: 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: 01M0BXGGM4B2NYMJC1K6BH2909

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-19T02:28:24.386Zjob assigned to worker 01M0BXGM34M1AQQ0TMX0YA332A [factory aws, i-0806d16594e1cfcbe] (queued for 1 m 0 s)
 
22026-08-19T02:28:31.346Zstarting task 0: "setup"
32026-08-19T02:28:31.354Z++ uname -s
42026-08-19T02:28:31.358Z+ kern=SunOS
52026-08-19T02:28:31.358Z+ build_user=build
62026-08-19T02:28:31.358Z+ build_uid=12345
72026-08-19T02:28:31.358Z+ work_dir=/work
82026-08-19T02:28:31.358Z+ input_dir=/input
92026-08-19T02:28:31.358Z+ [[ 0 == 12345 ]]
102026-08-19T02:28:31.358Z+ case "$kern" in
112026-08-19T02:28:31.358Z+ groupadd -g 12345 build
122026-08-19T02:28:31.362Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-19T02:28:33.372Z+ zfs create -o mountpoint=/work rpool/work
142026-08-19T02:28:33.461Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-19T02:28:33.464Z+ home_fs=zfs
162026-08-19T02:28:33.465Z+ [[ zfs == autofs ]]
172026-08-19T02:28:33.465Z+ mkdir -p /home/build
182026-08-19T02:28:33.465Z+ chown build:build /home/build /work
192026-08-19T02:28:35.463Z+ chmod 0700 /home/build /work
202026-08-19T02:28:35.467Zprocess exited: duration 4123 ms, exit code 0
 
212026-08-19T02:28:35.473Zstarting task 1: "rust-toolchain"
222026-08-19T02:28:35.478Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
232026-08-19T02:28:35.478Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-08-19T02:28:35.478Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-08-19T02:28:35.478Z * rust toolchain channel = "1.97.1"
262026-08-19T02:28:35.478Z * rust toolchain profile = "default"
272026-08-19T02:28:35.478Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-08-19T02:28:35.481Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-19T02:28:35.481Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-08-19T02:28:35.587Zinfo: downloading installer
312026-08-19T02:28:37.087Zwarn: It looks like you have an existing rustup settings file at:
322026-08-19T02:28:37.087Zwarn: /home/build/.rustup/settings.toml
332026-08-19T02:28:37.087Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-08-19T02:28:37.087Zwarn: instead of the one inferred from the default host triple.
352026-08-19T02:28:37.099Zinfo: profile set to default
362026-08-19T02:28:37.099Zinfo: default host triple is x86_64-unknown-illumos
372026-08-19T02:28:37.102Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
382026-08-19T02:28:37.233Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-08-19T02:28:37.236Zinfo: downloading 6 components
402026-08-19T02:28:52.557Z
412026-08-19T02:28:52.557Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
422026-08-19T02:28:52.584Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-08-19T02:28:52.584Z
442026-08-19T02:28:52.584Z
452026-08-19T02:28:52.585ZRust is installed now. Great!
462026-08-19T02:28:52.585Z
472026-08-19T02:28:52.585ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-08-19T02:28:52.585Zenvironment variable. This has not been done automatically.
492026-08-19T02:28:52.585Z
502026-08-19T02:28:52.585ZTo configure your current shell, you need to source
512026-08-19T02:28:52.585Zthe corresponding env file under $HOME/.cargo.
522026-08-19T02:28:52.585Z
532026-08-19T02:28:52.585ZThis is usually done by running one of the following (note the leading DOT):
542026-08-19T02:28:52.589Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-08-19T02:28:52.589Zsource "$HOME/.cargo/env.fish" # For fish
562026-08-19T02:28:52.589Zsource "~/.cargo/env.nu" # For nushell
572026-08-19T02:28:52.589Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-08-19T02:28:52.589Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-08-19T02:28:52.589Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-08-19T02:28:52.589Zwarn: no default linker (`cc`) was found in your PATH
612026-08-19T02:28:52.589Zwarn: many Rust crates require a system C toolchain to build
622026-08-19T02:28:52.688Z+ rustup --version
632026-08-19T02:28:52.693Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-08-19T02:28:52.697Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-08-19T02:28:52.713Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-08-19T02:28:52.716Z+ cargo --version
672026-08-19T02:28:52.725Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-08-19T02:28:52.728Z+ rustc --version
692026-08-19T02:28:52.747Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-08-19T02:28:52.751Zprocess exited: duration 17276 ms, exit code 0
 
712026-08-19T02:28:52.759Zstarting task 2: "authentication"
722026-08-19T02:28:52.776Zprocess exited: duration 18 ms, exit code 0
 
732026-08-19T02:28:52.782Zstarting task 3: "clone repository"
742026-08-19T02:28:52.787Z+ mkdir -p /work/oxidecomputer/omicron
752026-08-19T02:28:52.791Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-08-19T02:28:52.828ZCloning into '/work/oxidecomputer/omicron'...
772026-08-19T02:29:11.031Z+ cd /work/oxidecomputer/omicron
782026-08-19T02:29:11.031Z+ git fetch origin 9c058b23a309bfcbfd3cc8dc5286d95c46ee394c
792026-08-19T02:29:11.380ZFrom https://github.com/oxidecomputer/omicron
802026-08-19T02:29:11.380Z * branch 9c058b23a309bfcbfd3cc8dc5286d95c46ee394c -> FETCH_HEAD
812026-08-19T02:29:11.394Z+ [[ -n '' ]]
822026-08-19T02:29:11.394Z+ git reset --hard 9c058b23a309bfcbfd3cc8dc5286d95c46ee394c
832026-08-19T02:29:11.649ZHEAD is now at 9c058b23a rebase on main
842026-08-19T02:29:11.652Zprocess exited: duration 18868 ms, exit code 0
 
852026-08-19T02:29:11.660Zstarting task 4: "build"
862026-08-19T02:29:11.665Z+ source .github/buildomat/ci-env.sh
872026-08-19T02:29:11.665Z++ export CARGO_TERM_COLOR=always
882026-08-19T02:29:11.665Z++ CARGO_TERM_COLOR=always
892026-08-19T02:29:11.668Z+++ uname -s
902026-08-19T02:29:11.668Z++ [[ SunOS == \S\u\n\O\S ]]
912026-08-19T02:29:11.668Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
922026-08-19T02:29:11.671Z+ cargo --version
932026-08-19T02:29:11.678Zcargo 1.97.1 (c980f4866 2026-06-30)
942026-08-19T02:29:11.682Z+ rustc --version
952026-08-19T02:29:11.701Zrustc 1.97.1 (8bab26f4f 2026-07-14)
962026-08-19T02:29:11.704Z+ cargo tree --locked
972026-08-19T02:29:11.870Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
982026-08-19T02:29:12.178Z Updating crates.io index
992026-08-19T02:29:12.181Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
1002026-08-19T02:29:12.483Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
1012026-08-19T02:29:12.866Z Updating git repository `https://github.com/oxidecomputer/propolis`
1022026-08-19T02:29:14.165Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
1032026-08-19T02:29:14.808Z Updating git repository `https://github.com/oxidecomputer/crucible`
1042026-08-19T02:29:16.804Z Updating git repository `https://github.com/oxidecomputer/opte`
1052026-08-19T02:29:17.985Z Updating git repository `https://github.com/oxidecomputer/tofino`
1062026-08-19T02:29:18.295Z Updating git repository `https://github.com/oxidecomputer/lldp`
1072026-08-19T02:29:18.675Z Updating git repository `https://github.com/oxidecomputer/maghemite`
1082026-08-19T02:29:20.012Z Updating git repository `https://github.com/oxidecomputer/clickward`
1092026-08-19T02:29:20.307Z Updating git repository `https://github.com/oxidecomputer/dice-util`
1102026-08-19T02:29:20.781Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
1112026-08-19T02:29:21.077Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
1122026-08-19T02:29:21.341Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
1132026-08-19T02:29:21.624Z Updating git repository `https://github.com/oxidecomputer/libnvme`
1142026-08-19T02:29:21.922Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
1152026-08-19T02:29:22.260Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
1162026-08-19T02:29:22.564Z Updating git repository `https://github.com/oxidecomputer/dendrite`
1172026-08-19T02:29:23.108Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
1182026-08-19T02:29:23.520Z Updating git repository `https://github.com/oxidecomputer/dendrite`
1192026-08-19T02:29:23.924Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
1202026-08-19T02:29:24.215Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
1212026-08-19T02:29:24.885Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
1222026-08-19T02:29:25.213Z Updating git repository `https://github.com/oxidecomputer/erebor`
1232026-08-19T02:29:25.505Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
1242026-08-19T02:29:25.968Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
1252026-08-19T02:29:26.260Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
1262026-08-19T02:29:26.559Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
1272026-08-19T02:29:26.912Z Updating git repository `https://github.com/oxidecomputer/ispf`
1282026-08-19T02:29:27.244Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
1292026-08-19T02:29:27.579Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1302026-08-19T02:29:27.977Z Updating git repository `https://github.com/oxidecomputer/tough`
1312026-08-19T02:29:28.749Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
1322026-08-19T02:29:29.016Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
1332026-08-19T02:29:29.299Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
1342026-08-19T02:29:29.614Z Updating git repository `https://github.com/oxidecomputer/pmbus`
1352026-08-19T02:29:29.928Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
1362026-08-19T02:29:30.218Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1372026-08-19T02:29:30.503Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1382026-08-19T02:29:30.803Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1392026-08-19T02:29:31.104Z Updating git repository `https://github.com/illumos/smf-rs`
1402026-08-19T02:29:31.386Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
1412026-08-19T02:29:33.978Z Downloading crates ...
1422026-08-19T02:29:34.039Z Downloaded cmake v0.1.57
1432026-08-19T02:29:34.046Z Downloaded constant_time_eq v0.3.1
1442026-08-19T02:29:34.046Z Downloaded crc8 v0.1.1
1452026-08-19T02:29:34.046Z Downloaded darling_macro v0.13.4
1462026-08-19T02:29:34.047Z Downloaded colored v3.1.1
1472026-08-19T02:29:34.047Z Downloaded const-oid v0.10.2
1482026-08-19T02:29:34.051Z Downloaded crossterm v0.28.1
1492026-08-19T02:29:34.051Z Downloaded delegate v0.13.5
1502026-08-19T02:29:34.051Z Downloaded cstr-argument v0.1.2
1512026-08-19T02:29:34.051Z Downloaded httpdate v1.0.3
1522026-08-19T02:29:34.051Z Downloaded deranged v0.5.8
1532026-08-19T02:29:34.056Z Downloaded derive_builder v0.20.2
1542026-08-19T02:29:34.056Z Downloaded clap_lex v1.0.0
1552026-08-19T02:29:34.056Z Downloaded colorchoice v1.0.4
1562026-08-19T02:29:34.056Z Downloaded half v1.8.3
1572026-08-19T02:29:34.067Z Downloaded cpufeatures v0.3.0
1582026-08-19T02:29:34.068Z Downloaded cobs v0.3.0
1592026-08-19T02:29:34.074Z Downloaded instant v0.1.13
1602026-08-19T02:29:34.074Z Downloaded convert_case v0.4.0
1612026-08-19T02:29:34.074Z Downloaded crc v3.4.0
1622026-08-19T02:29:34.074Z Downloaded difflib v0.4.0
1632026-08-19T02:29:34.075Z Downloaded ipnet v2.12.0
1642026-08-19T02:29:34.088Z Downloaded clap v4.6.1
1652026-08-19T02:29:34.088Z Downloaded clap_builder v4.6.0
1662026-08-19T02:29:34.089Z Downloaded ingot v0.2.1
1672026-08-19T02:29:34.104Z Downloaded compression-codecs v0.4.37
1682026-08-19T02:29:34.104Z Downloaded addr2line v0.25.1
1692026-08-19T02:29:34.104Z Downloaded hostname v0.4.2
1702026-08-19T02:29:34.104Z Downloaded cpubits v0.1.1
1712026-08-19T02:29:34.104Z Downloaded group v0.14.0
1722026-08-19T02:29:34.104Z Downloaded heck v0.4.1
1732026-08-19T02:29:34.104Z Downloaded hostname v0.3.1
1742026-08-19T02:29:34.104Z Downloaded cmov v0.5.4
1752026-08-19T02:29:34.104Z Downloaded const_format_proc_macros v0.2.34
1762026-08-19T02:29:34.104Z Downloaded cpufeatures v0.2.17
1772026-08-19T02:29:34.105Z Downloaded crc-catalog v2.4.0
1782026-08-19T02:29:34.105Z Downloaded crunchy v0.2.4
1792026-08-19T02:29:34.105Z Downloaded http-body-util v0.1.3
1802026-08-19T02:29:34.105Z Downloaded httptest v0.16.4
1812026-08-19T02:29:34.105Z Downloaded crucible-workspace-hack v0.1.0
1822026-08-19T02:29:34.105Z Downloaded diesel_table_macro_syntax v0.3.0
1832026-08-19T02:29:34.114Z Downloaded headers-core v0.3.0
1842026-08-19T02:29:34.114Z Downloaded indicatif v0.18.4
1852026-08-19T02:29:34.114Z Downloaded half v2.7.1
1862026-08-19T02:29:34.115Z Downloaded hash32 v0.3.1
1872026-08-19T02:29:34.116Z Downloaded heck v0.5.0
1882026-08-19T02:29:34.116Z Downloaded http-range v0.1.5
1892026-08-19T02:29:34.116Z Downloaded heapless v0.7.17
1902026-08-19T02:29:34.126Z Downloaded hex-literal v0.4.1
1912026-08-19T02:29:34.126Z Downloaded guppy-workspace-hack v0.1.0
1922026-08-19T02:29:34.126Z Downloaded hex-literal v1.1.0
1932026-08-19T02:29:34.126Z Downloaded crypto-common v0.2.2
1942026-08-19T02:29:34.126Z Downloaded hubpack_derive v0.1.1
1952026-08-19T02:29:34.126Z Downloaded console v0.16.2
1962026-08-19T02:29:34.126Z Downloaded crossbeam-epoch v0.9.18
1972026-08-19T02:29:34.126Z Downloaded derive_builder_macro v0.20.2
1982026-08-19T02:29:34.126Z Downloaded inout v0.2.2
1992026-08-19T02:29:34.130Z Downloaded indent_write v2.2.0
2002026-08-19T02:29:34.130Z Downloaded instability v0.3.11
2012026-08-19T02:29:34.130Z Downloaded itoa v1.0.17
2022026-08-19T02:29:34.130Z Downloaded ctutils v0.4.2
2032026-08-19T02:29:34.130Z Downloaded idna_adapter v1.2.1
2042026-08-19T02:29:34.133Z Downloaded debug-ignore v1.0.5
2052026-08-19T02:29:34.133Z Downloaded is_ci v1.2.0
2062026-08-19T02:29:34.134Z Downloaded darling_macro v0.21.3
2072026-08-19T02:29:34.137Z Downloaded hubpack v0.1.2
2082026-08-19T02:29:34.137Z Downloaded indoc v1.0.9
2092026-08-19T02:29:34.137Z Downloaded darling_macro v0.23.0
2102026-08-19T02:29:34.137Z Downloaded defmt v0.3.100
2112026-08-19T02:29:34.140Z Downloaded hex v0.4.3
2122026-08-19T02:29:34.140Z Downloaded http-body v1.0.1
2132026-08-19T02:29:34.143Z Downloaded hash32 v0.2.1
2142026-08-19T02:29:34.147Z Downloaded home v0.5.12
2152026-08-19T02:29:34.147Z Downloaded is-terminal v0.4.17
2162026-08-19T02:29:34.150Z Downloaded darling_macro v0.20.11
2172026-08-19T02:29:34.153Z Downloaded curve25519-dalek-derive v0.1.1
2182026-08-19T02:29:34.153Z Downloaded ident_case v1.0.1
2192026-08-19T02:29:34.153Z Downloaded defmt-parser v1.0.0
2202026-08-19T02:29:34.157Z Downloaded highway v1.3.0
2212026-08-19T02:29:34.157Z Downloaded illumos-nvpair-sys v0.2.0
2222026-08-19T02:29:34.157Z Downloaded bit-vec v0.8.0
2232026-08-19T02:29:34.160Z Downloaded compression-core v0.4.31
2242026-08-19T02:29:34.163Z Downloaded array-init v0.0.4
2252026-08-19T02:29:34.163Z Downloaded backtrace-ext v0.2.1
2262026-08-19T02:29:34.163Z Downloaded illumos-nvpair v0.3.0
2272026-08-19T02:29:34.163Z Downloaded inout v0.1.4
2282026-08-19T02:29:34.167Z Downloaded is_terminal_polyfill v1.70.2
2292026-08-19T02:29:34.167Z Downloaded atomic-waker v1.1.2
2302026-08-19T02:29:34.167Z Downloaded async-stream v0.3.6
2312026-08-19T02:29:34.170Z Downloaded hyper-tls v0.6.0
2322026-08-19T02:29:34.170Z Downloaded assert-json-diff v2.0.2
2332026-08-19T02:29:34.173Z Downloaded colored v2.2.0
2342026-08-19T02:29:34.177Z Downloaded anstream v0.6.21
2352026-08-19T02:29:34.180Z Downloaded openssl-probe v0.2.1
2362026-08-19T02:29:34.183Z Downloaded concurrent-queue v2.5.0
2372026-08-19T02:29:34.186Z Downloaded group v0.13.0
2382026-08-19T02:29:34.194Z Downloaded crc32fast v1.5.0
2392026-08-19T02:29:34.198Z Downloaded olpc-cjson v0.1.4
2402026-08-19T02:29:34.198Z Downloaded openssl-probe v0.1.6
2412026-08-19T02:29:34.201Z Downloaded path-slash v0.1.5
2422026-08-19T02:29:34.201Z Downloaded phf_shared v0.13.1
2432026-08-19T02:29:34.201Z Downloaded opaque-debug v0.3.1
2442026-08-19T02:29:34.211Z Downloaded proc-macro-error-attr2 v2.0.0
2452026-08-19T02:29:34.221Z Downloaded crypto-common v0.1.7
2462026-08-19T02:29:34.221Z Downloaded ctr v0.10.1
2472026-08-19T02:29:34.221Z Downloaded impl-trait-for-tuples v0.2.3
2482026-08-19T02:29:34.221Z Downloaded ingot-types v0.2.0
2492026-08-19T02:29:34.221Z Downloaded ipnetwork v0.21.1
2502026-08-19T02:29:34.221Z Downloaded convert_case v0.10.0
2512026-08-19T02:29:34.225Z Downloaded csv-core v0.1.13
2522026-08-19T02:29:34.225Z Downloaded precomputed-hash v0.1.1
2532026-08-19T02:29:34.225Z Downloaded proc-macro-crate v1.3.1
2542026-08-19T02:29:34.225Z Downloaded defmt v1.0.1
2552026-08-19T02:29:34.225Z Downloaded diesel-dtrace v0.5.0
2562026-08-19T02:29:34.225Z Downloaded crossbeam-deque v0.8.6
2572026-08-19T02:29:34.225Z Downloaded constant_time_eq v0.4.2
2582026-08-19T02:29:34.229Z Downloaded hybrid-array v0.4.13
2592026-08-19T02:29:34.230Z Downloaded corncobs v0.1.4
2602026-08-19T02:29:34.230Z Downloaded darling v0.13.4
2612026-08-19T02:29:34.233Z Downloaded critical-section v1.2.0
2622026-08-19T02:29:34.233Z Downloaded data-encoding v2.10.0
2632026-08-19T02:29:34.233Z Downloaded defmt-macros v1.0.1
2642026-08-19T02:29:34.233Z Downloaded der_derive v0.7.3
2652026-08-19T02:29:34.236Z Downloaded derive-ex v0.1.8
2662026-08-19T02:29:34.236Z Downloaded internet-checksum v0.2.1
2672026-08-19T02:29:34.236Z Downloaded hyper-staticfile v0.10.1
2682026-08-19T02:29:34.236Z Downloaded anstream v1.0.0
2692026-08-19T02:29:34.240Z Downloaded assert_cmd v2.1.2
2702026-08-19T02:29:34.240Z Downloaded base16ct v0.2.0
2712026-08-19T02:29:34.240Z Downloaded recursive-proc-macro-impl v0.1.1
2722026-08-19T02:29:34.240Z Downloaded indoc v2.0.7
2732026-08-19T02:29:34.245Z Downloaded anstyle v1.0.14
2742026-08-19T02:29:34.248Z Downloaded cookie_store v0.22.1
2752026-08-19T02:29:34.248Z Downloaded criterion-plot v0.6.0
2762026-08-19T02:29:34.248Z Downloaded crossbeam-utils v0.8.21
2772026-08-19T02:29:34.252Z Downloaded clap_derive v4.6.1
2782026-08-19T02:29:34.252Z Downloaded console v0.15.11
2792026-08-19T02:29:34.255Z Downloaded daft-derive v0.1.7
2802026-08-19T02:29:34.255Z Downloaded des v0.9.0
2812026-08-19T02:29:34.258Z Downloaded bs58 v0.5.1
2822026-08-19T02:29:34.261Z Downloaded hmac v0.13.0
2832026-08-19T02:29:34.261Z Downloaded bcs v0.1.6
2842026-08-19T02:29:34.264Z Downloaded block-buffer v0.10.4
2852026-08-19T02:29:34.265Z Downloaded parking v2.2.1
2862026-08-19T02:29:34.265Z Downloaded byte-wrapper v0.1.0
2872026-08-19T02:29:34.265Z Downloaded cbc v0.2.1
2882026-08-19T02:29:34.271Z Downloaded sha1 v0.11.0
2892026-08-19T02:29:34.274Z Downloaded cargo_metadata v0.23.1
2902026-08-19T02:29:34.277Z Downloaded daft v0.1.7
2912026-08-19T02:29:34.278Z Downloaded oxide-update-engine-display v0.1.2
2922026-08-19T02:29:34.278Z Downloaded sapling-renderdag v0.1.0
2932026-08-19T02:29:34.281Z Downloaded serde_repr v0.1.20
2942026-08-19T02:29:34.281Z Downloaded pem-rfc7468 v0.7.0
2952026-08-19T02:29:34.281Z Downloaded proc-macro-error2 v2.0.1
2962026-08-19T02:29:34.285Z Downloaded serde_spanned v0.6.9
2972026-08-19T02:29:34.285Z Downloaded serde_spanned v1.1.1
2982026-08-19T02:29:34.285Z Downloaded signal-hook-mio v0.2.5
2992026-08-19T02:29:34.285Z Downloaded darling v0.21.3
3002026-08-19T02:29:34.289Z Downloaded path-tree v0.8.3
3012026-08-19T02:29:34.289Z Downloaded darling v0.20.11
3022026-08-19T02:29:34.292Z Downloaded datatest-stable v0.3.3
3032026-08-19T02:29:34.292Z Downloaded derive_builder_core v0.20.2
3042026-08-19T02:29:34.292Z Downloaded httparse v1.10.1
3052026-08-19T02:29:34.295Z Downloaded hyper-rustls v0.27.7
3062026-08-19T02:29:34.295Z Downloaded ahash v0.8.12
3072026-08-19T02:29:34.298Z Downloaded iana-time-zone v0.1.65
3082026-08-19T02:29:34.298Z Downloaded bit-vec v0.6.3
3092026-08-19T02:29:34.298Z Downloaded phf v0.13.1
3102026-08-19T02:29:34.302Z Downloaded pkcs8 v0.10.2
3112026-08-19T02:29:34.302Z Downloaded rand_seeder v0.4.0
3122026-08-19T02:29:34.302Z Downloaded polyval v0.7.1
3132026-08-19T02:29:34.305Z Downloaded postgres-protocol v0.6.10
3142026-08-19T02:29:34.305Z Downloaded ppv-lite86 v0.2.21
3152026-08-19T02:29:34.305Z Downloaded compact_str v0.8.1
3162026-08-19T02:29:34.308Z Downloaded cookie v0.18.1
3172026-08-19T02:29:34.308Z Downloaded smawk v0.3.2
3182026-08-19T02:29:34.309Z Downloaded resolv-conf v0.7.6
3192026-08-19T02:29:34.309Z Downloaded crc-any v2.5.0
3202026-08-19T02:29:34.313Z Downloaded blake2 v0.10.6
3212026-08-19T02:29:34.313Z Downloaded darling v0.23.0
3222026-08-19T02:29:34.316Z Downloaded structmeta v0.3.0
3232026-08-19T02:29:34.316Z Downloaded strum v0.27.2
3242026-08-19T02:29:34.316Z Downloaded rustversion v1.0.22
3252026-08-19T02:29:34.316Z Downloaded ingot-macros v0.2.0
3262026-08-19T02:29:34.316Z Downloaded terminal_size v0.4.3
3272026-08-19T02:29:34.319Z Downloaded tap v1.0.1
3282026-08-19T02:29:34.319Z Downloaded hickory-client v0.25.2
3292026-08-19T02:29:34.322Z Downloaded bzip2 v0.4.4
3302026-08-19T02:29:34.322Z Downloaded ciborium v0.2.2
3312026-08-19T02:29:34.327Z Downloaded pest_derive v2.8.6
3322026-08-19T02:29:34.329Z Downloaded rand_core v0.9.5
3332026-08-19T02:29:34.332Z Downloaded hickory-resolver v0.24.4
3342026-08-19T02:29:34.332Z Downloaded supports-unicode v2.1.0
3352026-08-19T02:29:34.332Z Downloaded thread-id v4.2.2
3362026-08-19T02:29:34.332Z Downloaded tinyvec_macros v0.1.1
3372026-08-19T02:29:34.332Z Downloaded hkdf v0.12.4
3382026-08-19T02:29:34.335Z Downloaded humantime v2.3.0
3392026-08-19T02:29:34.335Z Downloaded chacha20 v0.10.0
3402026-08-19T02:29:34.335Z Downloaded rustc-demangle v0.1.27
3412026-08-19T02:29:34.339Z Downloaded try-lock v0.2.5
3422026-08-19T02:29:34.339Z Downloaded trait-variant v0.1.2
3432026-08-19T02:29:34.342Z Downloaded supports-hyperlinks v3.2.0
3442026-08-19T02:29:34.345Z Downloaded unicode-xid v0.2.6
3452026-08-19T02:29:34.345Z Downloaded utf-8 v0.7.6
3462026-08-19T02:29:34.345Z Downloaded supports-hyperlinks v2.1.0
3472026-08-19T02:29:34.348Z Downloaded target-triple v1.0.0
3482026-08-19T02:29:34.348Z Downloaded parking_lot v0.11.2
3492026-08-19T02:29:34.348Z Downloaded parking_lot v0.12.5
3502026-08-19T02:29:34.352Z Downloaded slog-stdlog v4.1.1
3512026-08-19T02:29:34.352Z Downloaded camino v1.2.5
3522026-08-19T02:29:34.355Z Downloaded diff v0.1.13
3532026-08-19T02:29:34.355Z Downloaded darling_core v0.13.4
3542026-08-19T02:29:34.358Z Downloaded derive_more v0.99.20
3552026-08-19T02:29:34.361Z Downloaded scroll v0.13.0
3562026-08-19T02:29:34.361Z Downloaded sec1 v0.7.3
3572026-08-19T02:29:34.361Z Downloaded tower-service v0.3.3
3582026-08-19T02:29:34.364Z Downloaded usdt-attr-macro v0.6.0
3592026-08-19T02:29:34.368Z Downloaded darling_core v0.20.11
3602026-08-19T02:29:34.371Z Downloaded hmac v0.12.1
3612026-08-19T02:29:34.371Z Downloaded stringmetrics v2.2.2
3622026-08-19T02:29:34.371Z Downloaded const-oid v0.9.6
3632026-08-19T02:29:34.374Z Downloaded pkcs1 v0.8.0-rc.4
3642026-08-19T02:29:34.374Z Downloaded slog-dtrace v0.3.0
3652026-08-19T02:29:34.374Z Downloaded version_check v0.9.5
3662026-08-19T02:29:34.377Z Downloaded darling_core v0.21.3
3672026-08-19T02:29:34.377Z Downloaded wait-timeout v0.2.1
3682026-08-19T02:29:34.381Z Downloaded zerofrom-derive v0.1.6
3692026-08-19T02:29:34.381Z Downloaded synstructure v0.13.2
3702026-08-19T02:29:34.381Z Downloaded yoke-derive v0.8.1
3712026-08-19T02:29:34.381Z Downloaded const_format v0.2.35
3722026-08-19T02:29:34.384Z Downloaded spki v0.7.3
3732026-08-19T02:29:34.384Z Downloaded ssh-encoding v0.3.0
3742026-08-19T02:29:34.384Z Downloaded display-error-chain v0.2.2
3752026-08-19T02:29:34.387Z Downloaded dirs-sys-next v0.1.2
3762026-08-19T02:29:34.387Z Downloaded endian-type v0.1.2
3772026-08-19T02:29:34.387Z Downloaded strum_macros v0.24.3
3782026-08-19T02:29:34.391Z Downloaded termios v0.3.3
3792026-08-19T02:29:34.391Z Downloaded thiserror-impl v2.0.18
3802026-08-19T02:29:34.391Z Downloaded icu_provider v2.1.1
3812026-08-19T02:29:34.394Z Downloaded oxide-update-engine-types v0.1.2
3822026-08-19T02:29:34.394Z Downloaded serde_cbor v0.11.2
3832026-08-19T02:29:34.400Z Downloaded toml_datetime v1.1.1+spec-1.1.0
3842026-08-19T02:29:34.404Z Downloaded static_assertions v1.1.0
3852026-08-19T02:29:34.407Z Downloaded dropshot-api-manager-types v0.8.0
3862026-08-19T02:29:34.407Z Downloaded gethostname v0.5.0
3872026-08-19T02:29:34.410Z Downloaded kem v0.3.0
3882026-08-19T02:29:34.410Z Downloaded kstat-rs v0.2.5
3892026-08-19T02:29:34.413Z Downloaded fastrand v2.3.0
3902026-08-19T02:29:34.413Z Downloaded event-listener-strategy v0.5.4
3912026-08-19T02:29:34.413Z Downloaded foreign-types-shared v0.1.1
3922026-08-19T02:29:34.413Z Downloaded lru v0.12.5
3932026-08-19T02:29:34.414Z Downloaded futures-core v0.3.32
3942026-08-19T02:29:34.417Z Downloaded headers v0.4.1
3952026-08-19T02:29:34.420Z Downloaded vergen-git2 v9.1.0
3962026-08-19T02:29:34.420Z Downloaded darling_core v0.23.0
3972026-08-19T02:29:34.423Z Downloaded derive-where v1.6.0
3982026-08-19T02:29:34.426Z Downloaded time-macros v0.2.27
3992026-08-19T02:29:34.426Z Downloaded flagset v0.4.7
4002026-08-19T02:29:34.427Z Downloaded proc-macro2 v1.0.106
4012026-08-19T02:29:34.430Z Downloaded git-stub v1.0.0
4022026-08-19T02:29:34.430Z Downloaded usdt-macro v0.6.0
4032026-08-19T02:29:34.433Z Downloaded maybe-uninit v2.0.0
4042026-08-19T02:29:34.433Z Downloaded md-5 v0.10.6
4052026-08-19T02:29:34.441Z Downloaded crossbeam-channel v0.5.15
4062026-08-19T02:29:34.451Z Downloaded derive_more v2.1.1
4072026-08-19T02:29:34.451Z Downloaded indexmap v1.9.3
4082026-08-19T02:29:34.451Z Downloaded macaddr v1.0.1
4092026-08-19T02:29:34.451Z Downloaded new_debug_unreachable v1.0.6
4102026-08-19T02:29:34.455Z Downloaded pkcs5 v0.8.1
4112026-08-19T02:29:34.455Z Downloaded whoami v2.1.0
4122026-08-19T02:29:34.455Z Downloaded ignore v0.4.25
4132026-08-19T02:29:34.455Z Downloaded newline-converter v0.3.0
4142026-08-19T02:29:34.455Z Downloaded atty v0.2.14
4152026-08-19T02:29:34.458Z Downloaded digest v0.10.7
4162026-08-19T02:29:34.458Z Downloaded num v0.4.3
4172026-08-19T02:29:34.458Z Downloaded nonempty v0.12.0
4182026-08-19T02:29:34.463Z Downloaded chumsky v0.9.3
4192026-08-19T02:29:34.463Z Downloaded signal-hook v0.3.18
4202026-08-19T02:29:34.463Z Downloaded ed25519 v3.0.0
4212026-08-19T02:29:34.463Z Downloaded ena v0.14.4
4222026-08-19T02:29:34.466Z Downloaded serde_core v1.0.228
4232026-08-19T02:29:34.466Z Downloaded tokio-rustls v0.26.4
4242026-08-19T02:29:34.470Z Downloaded tokio-stream v0.1.18
4252026-08-19T02:29:34.473Z Downloaded heapless v0.8.0
4262026-08-19T02:29:34.473Z Downloaded ff v0.14.0
4272026-08-19T02:29:34.473Z Downloaded fixedbitset v0.5.7
4282026-08-19T02:29:34.476Z Downloaded bcrypt-pbkdf v0.11.0
4292026-08-19T02:29:34.476Z Downloaded hickory-resolver v0.25.2
4302026-08-19T02:29:34.480Z Downloaded icu_properties v2.1.2
4312026-08-19T02:29:34.480Z Downloaded icu_normalizer v2.1.1
4322026-08-19T02:29:34.483Z Downloaded icu_normalizer_data v2.1.1
4332026-08-19T02:29:34.483Z Downloaded trybuild v1.0.116
4342026-08-19T02:29:34.490Z Downloaded ciborium-ll v0.2.2
4352026-08-19T02:29:34.493Z Downloaded der v0.7.10
4362026-08-19T02:29:34.496Z Downloaded prettyplease v0.2.37
4372026-08-19T02:29:34.499Z Downloaded libsw-core v0.3.2
4382026-08-19T02:29:34.499Z Downloaded diesel_derives v2.3.7
4392026-08-19T02:29:34.502Z Downloaded icu_locale_core v2.1.1
4402026-08-19T02:29:34.506Z Downloaded derive_more-impl v2.1.1
4412026-08-19T02:29:34.509Z Downloaded futures-executor v0.3.32
4422026-08-19T02:29:34.509Z Downloaded predicates-core v1.0.10
4432026-08-19T02:29:34.513Z Downloaded ryu v1.0.23
4442026-08-19T02:29:34.513Z Downloaded hashbrown v0.13.2
4452026-08-19T02:29:34.516Z Downloaded zerovec-derive v0.11.2
4462026-08-19T02:29:34.520Z Downloaded num_enum_derive v0.7.6
4472026-08-19T02:29:34.520Z Downloaded bitfield-macros v0.19.4
4482026-08-19T02:29:34.523Z Downloaded libtest-mimic v0.8.1
4492026-08-19T02:29:34.526Z Downloaded proc-macro-crate v3.4.0
4502026-08-19T02:29:34.530Z Downloaded scopeguard v1.2.0
4512026-08-19T02:29:34.533Z Downloaded cc v1.2.56
4522026-08-19T02:29:34.536Z Downloaded aead v0.5.2
4532026-08-19T02:29:34.539Z Downloaded similar v2.7.0
4542026-08-19T02:29:34.539Z Downloaded tinyvec v1.10.0
4552026-08-19T02:29:34.542Z Downloaded tracing-core v0.1.36
4562026-08-19T02:29:34.546Z Downloaded rand_chacha v0.3.1
4572026-08-19T02:29:34.546Z Downloaded camino-tempfile-ext v0.3.3
4582026-08-19T02:29:34.549Z Downloaded cexpr v0.6.0
4592026-08-19T02:29:34.549Z Downloaded fs-err v3.3.0
4602026-08-19T02:29:34.549Z Downloaded scheduled-thread-pool v0.2.7
4612026-08-19T02:29:34.552Z Downloaded serde_bytes v0.11.19
4622026-08-19T02:29:34.552Z Downloaded sha1 v0.10.6
4632026-08-19T02:29:34.555Z Downloaded buf-list v1.1.2
4642026-08-19T02:29:34.555Z Downloaded hashbrown v0.12.3
4652026-08-19T02:29:34.558Z Downloaded hickory-server v0.25.2
4662026-08-19T02:29:34.558Z Downloaded litemap v0.8.1
4672026-08-19T02:29:34.562Z Downloaded getrandom v0.2.17
4682026-08-19T02:29:34.562Z Downloaded icu_collections v2.1.1
4692026-08-19T02:29:34.565Z Downloaded crypto-bigint v0.5.5
4702026-08-19T02:29:34.568Z Downloaded strsim v0.10.0
4712026-08-19T02:29:34.568Z Downloaded spin v0.9.8
4722026-08-19T02:29:34.572Z Downloaded serde_urlencoded v0.7.1
4732026-08-19T02:29:34.575Z Downloaded phf v0.12.1
4742026-08-19T02:29:34.575Z Downloaded signal-hook-tokio v0.3.1
4752026-08-19T02:29:34.575Z Downloaded whoami v1.6.1
4762026-08-19T02:29:34.578Z Downloaded phc v0.6.1
4772026-08-19T02:29:34.581Z Downloaded strip-ansi-escapes v0.2.1
4782026-08-19T02:29:34.582Z Downloaded swrite v0.1.0
4792026-08-19T02:29:34.582Z Downloaded sync_wrapper v1.0.2
4802026-08-19T02:29:34.585Z Downloaded testing_table v0.3.0
4812026-08-19T02:29:34.588Z Downloaded cipher v0.4.4
4822026-08-19T02:29:34.591Z Downloaded tempfile v3.27.0
4832026-08-19T02:29:34.591Z Downloaded futures-channel v0.3.32
4842026-08-19T02:29:34.591Z Downloaded pin-project-lite v0.2.17
4852026-08-19T02:29:34.595Z Downloaded oxide-update-engine v0.1.2
4862026-08-19T02:29:34.598Z Downloaded oxnet v0.1.6
4872026-08-19T02:29:34.598Z Downloaded peg v0.8.5
4882026-08-19T02:29:34.601Z Downloaded sponge-cursor v0.1.0
4892026-08-19T02:29:34.601Z Downloaded pbkdf2 v0.13.0
4902026-08-19T02:29:34.601Z Downloaded r2d2 v0.8.10
4912026-08-19T02:29:34.602Z Downloaded rpassword v7.5.4
4922026-08-19T02:29:34.607Z Downloaded openssl-sys v0.9.117
4932026-08-19T02:29:34.607Z Downloaded progenitor v0.14.0
4942026-08-19T02:29:34.611Z Downloaded scuffle v0.1.0
4952026-08-19T02:29:34.611Z Downloaded tabwriter v1.4.1
4962026-08-19T02:29:34.612Z Downloaded unicode-ident v1.0.24
4972026-08-19T02:29:34.612Z Downloaded serde v1.0.228
4982026-08-19T02:29:34.616Z Downloaded toml_datetime v0.6.11
4992026-08-19T02:29:34.616Z Downloaded scrypt v0.12.0
5002026-08-19T02:29:34.616Z Downloaded sec1 v0.8.1
5012026-08-19T02:29:34.616Z Downloaded serde-hex v0.1.0
5022026-08-19T02:29:34.621Z Downloaded async-bb8-diesel v0.2.1
5032026-08-19T02:29:34.621Z Downloaded mime_guess v2.0.5
5042026-08-19T02:29:34.621Z Downloaded universal-hash v0.5.1
5052026-08-19T02:29:34.624Z Downloaded ml-kem v0.3.2
5062026-08-19T02:29:34.628Z Downloaded utf8_iter v1.0.4
5072026-08-19T02:29:34.628Z Downloaded multer v3.1.0
5082026-08-19T02:29:34.628Z Downloaded parking_lot_core v0.8.6
5092026-08-19T02:29:34.628Z Downloaded signal-hook-registry v1.4.8
5102026-08-19T02:29:34.631Z Downloaded rand_core v0.10.0
5112026-08-19T02:29:34.631Z Downloaded der v0.8.0
5122026-08-19T02:29:34.634Z Downloaded snafu v0.8.9
5132026-08-19T02:29:34.637Z Downloaded void v1.0.2
5142026-08-19T02:29:34.641Z Downloaded backon v1.6.0
5152026-08-19T02:29:34.641Z Downloaded blake2 v0.11.0-rc.6
5162026-08-19T02:29:34.644Z Downloaded slog-json v2.6.1
5172026-08-19T02:29:34.644Z Downloaded usdt-attr-macro v0.5.0
5182026-08-19T02:29:34.645Z Downloaded libbz2-rs-sys v0.2.2
5192026-08-19T02:29:34.645Z Downloaded pkcs8 v0.11.0
5202026-08-19T02:29:34.648Z Downloaded hyper-util v0.1.20
5212026-08-19T02:29:34.648Z Downloaded publicsuffix v2.3.0
5222026-08-19T02:29:34.652Z Downloaded indexmap v2.14.0
5232026-08-19T02:29:34.655Z Downloaded pest_generator v2.8.6
5242026-08-19T02:29:34.655Z Downloaded pkcs1 v0.7.5
5252026-08-19T02:29:34.655Z Downloaded ssh-cipher v0.3.0
5262026-08-19T02:29:34.658Z Downloaded serde_tokenstream v0.2.3
5272026-08-19T02:29:34.658Z Downloaded zerofrom v0.1.6
5282026-08-19T02:29:34.658Z Downloaded downcast-rs v2.0.2
5292026-08-19T02:29:34.661Z Downloaded target-spec v3.5.7
5302026-08-19T02:29:34.661Z Downloaded elliptic-curve v0.13.8
5312026-08-19T02:29:34.661Z Downloaded num-traits v0.2.19
5322026-08-19T02:29:34.664Z Downloaded allocator-api2 v0.2.21
5332026-08-19T02:29:34.668Z Downloaded rust-argon2 v2.1.0
5342026-08-19T02:29:34.668Z Downloaded salsa20 v0.11.0
5352026-08-19T02:29:34.668Z Downloaded tokio-native-tls v0.3.1
5362026-08-19T02:29:34.671Z Downloaded cancel-safe-futures v0.1.5
5372026-08-19T02:29:34.671Z Downloaded smf v0.2.3
5382026-08-19T02:29:34.671Z Downloaded zone_cfg_derive v0.3.1
5392026-08-19T02:29:34.671Z Downloaded dtrace-parser v0.2.0
5402026-08-19T02:29:34.674Z Downloaded equivalent v1.0.2
5412026-08-19T02:29:34.674Z Downloaded postgres-types v0.2.12
5422026-08-19T02:29:34.674Z Downloaded schemars v1.2.1
5432026-08-19T02:29:34.681Z Downloaded thiserror v1.0.69
5442026-08-19T02:29:34.684Z Downloaded tokio-postgres v0.7.16
5452026-08-19T02:29:34.688Z Downloaded thiserror v2.0.18
5462026-08-19T02:29:34.691Z Downloaded tls_codec_derive v0.4.2
5472026-08-19T02:29:34.691Z Downloaded float-ord v0.3.2
5482026-08-19T02:29:34.691Z Downloaded futures-sink v0.3.32
5492026-08-19T02:29:34.691Z Downloaded papergrid v0.11.0
5502026-08-19T02:29:34.694Z Downloaded funty v2.0.0
5512026-08-19T02:29:34.694Z Downloaded linked-hash-map v0.5.6
5522026-08-19T02:29:34.695Z Downloaded fxhash v0.2.1
5532026-08-19T02:29:34.698Z Downloaded foreign-types-shared v0.3.1
5542026-08-19T02:29:34.698Z Downloaded zip v0.6.6
5552026-08-19T02:29:34.698Z Downloaded internal-russh-num-bigint v0.5.0
5562026-08-19T02:29:34.701Z Downloaded itertools v0.10.5
5572026-08-19T02:29:34.704Z Downloaded papergrid v0.18.0
5582026-08-19T02:29:34.707Z Downloaded rustls-native-certs v0.8.3
5592026-08-19T02:29:34.710Z Downloaded unicase v2.9.0
5602026-08-19T02:29:34.710Z Downloaded untrusted v0.9.0
5612026-08-19T02:29:34.711Z Downloaded tui-tree-widget v0.23.1
5622026-08-19T02:29:34.711Z Downloaded utf8parse v0.2.2
5632026-08-19T02:29:34.711Z Downloaded libscf-sys v1.2.0
5642026-08-19T02:29:34.714Z Downloaded maplit v1.0.2
5652026-08-19T02:29:34.714Z Downloaded memoffset v0.9.1
5662026-08-19T02:29:34.714Z Downloaded normalize-line-endings v0.3.0
5672026-08-19T02:29:34.715Z Downloaded quinn v0.11.11
5682026-08-19T02:29:34.718Z Downloaded async-recursion v1.1.1
5692026-08-19T02:29:34.718Z Downloaded target-lexicon v0.13.3
5702026-08-19T02:29:34.718Z Downloaded vergen-lib v9.1.0
5712026-08-19T02:29:34.722Z Downloaded wyz v0.5.1
5722026-08-19T02:29:34.722Z Downloaded zeroize v1.9.0
5732026-08-19T02:29:34.722Z Downloaded digest v0.11.3
5742026-08-19T02:29:34.725Z Downloaded num-conv v0.2.0
5752026-08-19T02:29:34.725Z Downloaded num_enum_derive v0.5.11
5762026-08-19T02:29:34.729Z Downloaded async-stream-impl v0.3.6
5772026-08-19T02:29:34.729Z Downloaded cfg-if v1.0.4
5782026-08-19T02:29:34.729Z Downloaded cfg_aliases v0.1.1
5792026-08-19T02:29:34.729Z Downloaded http v1.4.2
5802026-08-19T02:29:34.732Z Downloaded smallvec v1.15.1
5812026-08-19T02:29:34.735Z Downloaded embedded-io v0.6.1
5822026-08-19T02:29:34.739Z Downloaded env_logger v0.11.11
5832026-08-19T02:29:34.742Z Downloaded ron v0.8.1
5842026-08-19T02:29:34.745Z Downloaded hashbrown v0.16.1
5852026-08-19T02:29:34.748Z Downloaded tiny-keccak v2.0.2
5862026-08-19T02:29:34.748Z Downloaded pathdiff v0.2.3
5872026-08-19T02:29:34.748Z Downloaded filetime v0.2.27
5882026-08-19T02:29:34.751Z Downloaded packed_struct_codegen v0.10.1
5892026-08-19T02:29:34.752Z Downloaded plain v0.2.3
5902026-08-19T02:29:34.755Z Downloaded chacha20poly1305 v0.10.1
5912026-08-19T02:29:34.755Z Downloaded itertools v0.12.1
5922026-08-19T02:29:34.759Z Downloaded foldhash v0.2.0
5932026-08-19T02:29:34.762Z Downloaded keccak v0.2.0
5942026-08-19T02:29:34.762Z Downloaded proc-macro-error-attr v1.0.4
5952026-08-19T02:29:34.762Z Downloaded predicates-tree v1.0.13
5962026-08-19T02:29:34.762Z Downloaded tracing-attributes v0.1.31
5972026-08-19T02:29:34.766Z Downloaded unicode_categories v0.1.1
5982026-08-19T02:29:34.766Z Downloaded crossterm v0.29.0
5992026-08-19T02:29:34.770Z Downloaded knuffel-derive v3.2.0
6002026-08-19T02:29:34.770Z Downloaded progenitor-impl v0.14.0
6012026-08-19T02:29:34.770Z Downloaded linear-map v1.2.0
6022026-08-19T02:29:34.774Z Downloaded linkme v0.3.35
6032026-08-19T02:29:34.774Z Downloaded nanorand v0.7.0
6042026-08-19T02:29:34.774Z Downloaded unicode-properties v0.1.4
6052026-08-19T02:29:34.778Z Downloaded criterion v0.7.0
6062026-08-19T02:29:34.778Z Downloaded rand v0.10.1
6072026-08-19T02:29:34.781Z Downloaded same-file v1.0.6
6082026-08-19T02:29:34.781Z Downloaded ref-cast-impl v1.0.25
6092026-08-19T02:29:34.781Z Downloaded rfc6979 v0.4.0
6102026-08-19T02:29:34.781Z Downloaded hashbrown v0.17.0
6112026-08-19T02:29:34.786Z Downloaded num_enum v0.5.11
6122026-08-19T02:29:34.789Z Downloaded num_enum v0.7.6
6132026-08-19T02:29:34.792Z Downloaded newtype-uuid-macros v0.1.0
6142026-08-19T02:29:34.793Z Downloaded pretty_assertions v1.4.1
6152026-08-19T02:29:34.793Z Downloaded subprocess v0.2.15
6162026-08-19T02:29:34.796Z Downloaded argon2 v0.5.3
6172026-08-19T02:29:34.796Z Downloaded ecdsa v0.16.9
6182026-08-19T02:29:34.796Z Downloaded async-trait v0.1.89
6192026-08-19T02:29:34.799Z Downloaded rsa v0.10.0-rc.18
6202026-08-19T02:29:34.799Z Downloaded num-rational v0.4.2
6212026-08-19T02:29:34.803Z Downloaded serde-big-array v0.5.1
6222026-08-19T02:29:34.803Z Downloaded byteorder v1.5.0
6232026-08-19T02:29:34.803Z Downloaded strum v0.26.3
6242026-08-19T02:29:34.803Z Downloaded x509-cert v0.2.5
6252026-08-19T02:29:34.806Z Downloaded shell-words v1.1.1
6262026-08-19T02:29:34.809Z Downloaded sigpipe v0.1.3
6272026-08-19T02:29:34.809Z Downloaded base64 v0.22.1
6282026-08-19T02:29:34.809Z Downloaded progenitor-impl v0.13.0
6292026-08-19T02:29:34.812Z Downloaded oorandom v11.1.5
6302026-08-19T02:29:34.812Z Downloaded flate2 v1.1.9
6312026-08-19T02:29:34.817Z Downloaded bytes v1.11.1
6322026-08-19T02:29:34.817Z Downloaded tokio-macros v2.7.0
6332026-08-19T02:29:34.820Z Downloaded toml_edit v0.19.15
6342026-08-19T02:29:34.825Z Downloaded owo-colors v3.5.0
6352026-08-19T02:29:34.828Z Downloaded hashbrown v0.14.5
6362026-08-19T02:29:34.831Z Downloaded bitfield-struct v0.6.2
6372026-08-19T02:29:34.831Z Downloaded sqlparser_derive v0.5.0
6382026-08-19T02:29:34.831Z Downloaded supports-color v2.1.0
6392026-08-19T02:29:34.831Z Downloaded supports-color v3.0.2
6402026-08-19T02:29:34.834Z Downloaded supports-unicode v3.0.0
6412026-08-19T02:29:34.837Z Downloaded termtree v0.5.1
6422026-08-19T02:29:34.837Z Downloaded phf_shared v0.11.3
6432026-08-19T02:29:34.837Z Downloaded tokio-test v0.4.5
6442026-08-19T02:29:34.837Z Downloaded unarray v0.1.4
6452026-08-19T02:29:34.837Z Downloaded unicode-truncate v1.1.0
6462026-08-19T02:29:34.837Z Downloaded universal-hash v0.6.1
6472026-08-19T02:29:34.837Z Downloaded xattr v1.6.1
6482026-08-19T02:29:34.837Z Downloaded poly1305 v0.8.0
6492026-08-19T02:29:34.840Z Downloaded paste v1.0.15
6502026-08-19T02:29:34.840Z Downloaded predicates v3.1.4
6512026-08-19T02:29:34.840Z Downloaded toml v1.1.2+spec-1.1.0
6522026-08-19T02:29:34.844Z Downloaded unicode-segmentation v1.12.0
6532026-08-19T02:29:34.847Z Downloaded quote v1.0.45
6542026-08-19T02:29:34.847Z Downloaded hashbrown v0.15.5
6552026-08-19T02:29:34.850Z Downloaded rand_distr v0.5.1
6562026-08-19T02:29:34.855Z Downloaded arc-swap v1.8.2
6572026-08-19T02:29:34.855Z Downloaded memmap2 v0.9.10
6582026-08-19T02:29:34.858Z Downloaded progenitor-extras v0.2.0
6592026-08-19T02:29:34.858Z Downloaded rand_chacha v0.9.0
6602026-08-19T02:29:34.858Z Downloaded waitgroup v0.1.2
6612026-08-19T02:29:34.858Z Downloaded peg-macros v0.8.5
6622026-08-19T02:29:34.858Z Downloaded dyn-clone v1.0.20
6632026-08-19T02:29:34.858Z Downloaded escape8259 v0.5.3
6642026-08-19T02:29:34.858Z Downloaded document-features v0.2.12
6652026-08-19T02:29:34.861Z Downloaded rustls-pemfile v2.2.0
6662026-08-19T02:29:34.863Z Downloaded argon2 v0.6.0-rc.8
6672026-08-19T02:29:34.863Z Downloaded serdect v0.4.3
6682026-08-19T02:29:34.866Z Downloaded idna v1.1.0
6692026-08-19T02:29:34.866Z Downloaded serde_path_to_error v0.1.20
6702026-08-19T02:29:34.866Z Downloaded itertools v0.13.0
6712026-08-19T02:29:34.870Z Downloaded async-compression v0.4.41
6722026-08-19T02:29:34.873Z Downloaded stringprep v0.1.5
6732026-08-19T02:29:34.873Z Downloaded form_urlencoded v1.2.2
6742026-08-19T02:29:34.873Z Downloaded futures-io v0.3.32
6752026-08-19T02:29:34.876Z Downloaded lalrpop-util v0.19.12
6762026-08-19T02:29:34.876Z Downloaded keccak v0.1.6
6772026-08-19T02:29:34.876Z Downloaded lazy_static v1.5.0
6782026-08-19T02:29:34.876Z Downloaded fixedbitset v0.4.2
6792026-08-19T02:29:34.876Z Downloaded float-cmp v0.10.0
6802026-08-19T02:29:34.876Z Downloaded newtype_derive v0.1.6
6812026-08-19T02:29:34.880Z Downloaded managed v0.8.0
6822026-08-19T02:29:34.880Z Downloaded mime v0.3.17
6832026-08-19T02:29:34.883Z Downloaded slab v0.4.12
6842026-08-19T02:29:34.886Z Downloaded spki v0.8.0
6852026-08-19T02:29:34.889Z Downloaded hyper v1.10.1
6862026-08-19T02:29:34.893Z Downloaded tokio-tungstenite v0.21.0
6872026-08-19T02:29:34.898Z Downloaded tokio-tungstenite v0.23.1
6882026-08-19T02:29:34.898Z Downloaded num-iter v0.1.45
6892026-08-19T02:29:34.898Z Downloaded uzers v0.12.2
6902026-08-19T02:29:34.898Z Downloaded anstyle-query v1.1.5
6912026-08-19T02:29:34.898Z Downloaded base16ct v1.0.0
6922026-08-19T02:29:34.906Z Downloaded bit-set v0.5.3
6932026-08-19T02:29:34.908Z Downloaded thiserror-impl v1.0.69
6942026-08-19T02:29:34.909Z Downloaded getrandom v0.4.3
6952026-08-19T02:29:34.910Z Downloaded clang-sys v1.8.1
6962026-08-19T02:29:34.910Z Downloaded psm v0.1.30
6972026-08-19T02:29:34.962Z Downloaded tinytemplate v1.2.1
6982026-08-19T02:29:34.962Z Downloaded parking_lot_core v0.9.12
6992026-08-19T02:29:34.962Z Downloaded slog v2.8.2
7002026-08-19T02:29:34.962Z Downloaded parse-display v0.10.0
7012026-08-19T02:29:34.962Z Downloaded plotters-svg v0.3.7
7022026-08-19T02:29:34.962Z Downloaded plotters-backend v0.3.7
7032026-08-19T02:29:34.962Z Downloaded progenitor-client v0.14.0
7042026-08-19T02:29:34.963Z Downloaded miette v7.6.0
7052026-08-19T02:29:34.963Z Downloaded pretty-hex v0.4.1
7062026-08-19T02:29:34.964Z Downloaded rfc6979 v0.6.0
7072026-08-19T02:29:34.964Z Downloaded smallvec v0.6.14
7082026-08-19T02:29:34.964Z Downloaded ghash v0.6.0
7092026-08-19T02:29:34.964Z Downloaded progenitor-macro v0.13.0
7102026-08-19T02:29:34.964Z Downloaded secrecy v0.8.0
7112026-08-19T02:29:34.964Z Downloaded seq-macro v0.3.6
7122026-08-19T02:29:34.964Z Downloaded ar_archive_writer v0.5.1
7132026-08-19T02:29:34.964Z Downloaded zmij v1.0.21
7142026-08-19T02:29:34.964Z Downloaded either v1.15.0
7152026-08-19T02:29:34.964Z Downloaded guppy v0.17.25
7162026-08-19T02:29:34.965Z Downloaded serde_plain v1.0.2
7172026-08-19T02:29:34.965Z Downloaded serde_regex v1.1.0
7182026-08-19T02:29:34.966Z Downloaded reqwest v0.13.2
7192026-08-19T02:29:34.966Z Downloaded zerovec v0.11.5
7202026-08-19T02:29:34.966Z Downloaded icu_properties_data v2.1.2
7212026-08-19T02:29:34.966Z Downloaded lock_api v0.4.14
7222026-08-19T02:29:34.966Z Downloaded nu-ansi-term v0.50.3
7232026-08-19T02:29:34.966Z Downloaded slog-async v2.8.0
7242026-08-19T02:29:34.966Z Downloaded slog-envlogger v2.2.0
7252026-08-19T02:29:34.966Z Downloaded stable_deref_trait v1.2.1
7262026-08-19T02:29:34.966Z Downloaded tabled_derive v0.7.0
7272026-08-19T02:29:34.966Z Downloaded yansi v1.0.1
7282026-08-19T02:29:34.973Z Downloaded h2 v0.4.15
7292026-08-19T02:29:34.973Z Downloaded bzip2 v0.6.1
7302026-08-19T02:29:34.974Z Downloaded term v0.7.0
7312026-08-19T02:29:34.975Z Downloaded knuffel v3.2.0
7322026-08-19T02:29:34.975Z Downloaded thread-id v5.1.0
7332026-08-19T02:29:34.975Z Downloaded zerocopy v0.6.6
7342026-08-19T02:29:34.975Z Downloaded newtype-uuid v1.3.2
7352026-08-19T02:29:34.975Z Downloaded anstyle-parse v0.2.7
7362026-08-19T02:29:34.984Z Downloaded usdt-macro v0.5.0
7372026-08-19T02:29:34.986Z Downloaded anstyle-parse v1.0.0
7382026-08-19T02:29:34.986Z Downloaded camino-tempfile v1.4.1
7392026-08-19T02:29:34.986Z Downloaded crypto-primes v0.7.2
7402026-08-19T02:29:34.998Z Downloaded dtrace-parser v0.3.0
7412026-08-19T02:29:34.998Z Downloaded rcgen v0.12.1
7422026-08-19T02:29:34.998Z Downloaded itertools v0.15.0
7432026-08-19T02:29:34.998Z Downloaded packed_struct v0.10.1
7442026-08-19T02:29:35.006Z Downloaded proc-macro-error v1.0.4
7452026-08-19T02:29:35.007Z Downloaded iri-string v0.7.10
7462026-08-19T02:29:35.007Z Downloaded num-bigint v0.4.6
7472026-08-19T02:29:35.007Z Downloaded dsl_auto_type v0.2.0
7482026-08-19T02:29:35.007Z Downloaded enum-as-inner v0.6.1
7492026-08-19T02:29:35.007Z Downloaded blowfish v0.10.0
7502026-08-19T02:29:35.007Z Downloaded pin-project-internal v1.1.11
7512026-08-19T02:29:35.007Z Downloaded ref-cast v1.0.25
7522026-08-19T02:29:35.025Z Downloaded relative-path v1.9.3
7532026-08-19T02:29:35.025Z Downloaded steno v0.4.1
7542026-08-19T02:29:35.025Z Downloaded futures-task v0.3.32
7552026-08-19T02:29:35.025Z Downloaded globwalk v0.9.1
7562026-08-19T02:29:35.025Z Downloaded jiff-static v0.2.34
7572026-08-19T02:29:35.025Z Downloaded linkme-impl v0.3.35
7582026-08-19T02:29:35.025Z Downloaded nested v0.1.1
7592026-08-19T02:29:35.026Z Downloaded num-derive v0.4.2
7602026-08-19T02:29:35.026Z Downloaded ascii-canvas v3.0.0
7612026-08-19T02:29:35.026Z Downloaded assert_matches v1.5.0
7622026-08-19T02:29:35.026Z Downloaded simd-adler32 v0.3.8
7632026-08-19T02:29:35.026Z Downloaded zstd-safe v7.2.4
7642026-08-19T02:29:35.026Z Downloaded schemars_derive v0.8.22
7652026-08-19T02:29:35.026Z Downloaded itertools v0.14.0
7662026-08-19T02:29:35.039Z Downloaded regex v1.12.3
7672026-08-19T02:29:35.039Z Downloaded libefi-sys v0.1.0
7682026-08-19T02:29:35.039Z Downloaded aead v0.6.1
7692026-08-19T02:29:35.039Z Downloaded snafu-derive v0.8.9
7702026-08-19T02:29:35.039Z Downloaded enum_dispatch v0.3.13
7712026-08-19T02:29:35.039Z Downloaded bit-set v0.8.0
7722026-08-19T02:29:35.039Z Downloaded hkdf v0.13.0
7732026-08-19T02:29:35.039Z Downloaded cargo-platform v0.3.2
7742026-08-19T02:29:35.039Z Downloaded memmap v0.7.0
7752026-08-19T02:29:35.040Z Downloaded fancy-regex v0.14.0
7762026-08-19T02:29:35.052Z Downloaded thread_local v1.1.9
7772026-08-19T02:29:35.052Z Downloaded toml_datetime v0.7.5+spec-1.1.0
7782026-08-19T02:29:35.052Z Downloaded parse-size v1.1.0
7792026-08-19T02:29:35.052Z Downloaded unsafe-libyaml v0.2.11
7802026-08-19T02:29:35.052Z Downloaded rand_pcg v0.10.2
7812026-08-19T02:29:35.052Z Downloaded anyhow v1.0.104
7822026-08-19T02:29:35.052Z Downloaded textwrap v0.16.2
7832026-08-19T02:29:35.052Z Downloaded phf_shared v0.12.1
7842026-08-19T02:29:35.052Z Downloaded powerfmt v0.2.0
7852026-08-19T02:29:35.057Z Downloaded toml v0.7.8
7862026-08-19T02:29:35.057Z Downloaded rustc-hash v2.1.1
7872026-08-19T02:29:35.057Z Downloaded rustc_version v0.1.7
7882026-08-19T02:29:35.057Z Downloaded secrecy v0.10.3
7892026-08-19T02:29:35.057Z Downloaded yoke v0.8.1
7902026-08-19T02:29:35.057Z Downloaded bitflags v2.11.0
7912026-08-19T02:29:35.057Z Downloaded usdt-impl v0.6.0
7922026-08-19T02:29:35.057Z Downloaded writeable v0.6.2
7932026-08-19T02:29:35.066Z Downloaded slog-bunyan v2.5.0
7942026-08-19T02:29:35.066Z Downloaded ff v0.13.1
7952026-08-19T02:29:35.066Z Downloaded iddqd v0.4.2
7962026-08-19T02:29:35.070Z Downloaded tough v0.22.0
7972026-08-19T02:29:35.071Z Downloaded miette v5.10.0
7982026-08-19T02:29:35.075Z Downloaded displaydoc v0.2.5
7992026-08-19T02:29:35.075Z Downloaded pem-rfc7468 v1.0.0
8002026-08-19T02:29:35.075Z Downloaded fatfs v0.3.6
8012026-08-19T02:29:35.080Z Downloaded fs-err v2.11.0
8022026-08-19T02:29:35.080Z Downloaded rstest v0.25.0
8032026-08-19T02:29:35.083Z Downloaded rstest_macros v0.25.0
8042026-08-19T02:29:35.083Z Downloaded find-msvc-tools v0.1.9
8052026-08-19T02:29:35.084Z Downloaded siphasher v1.0.2
8062026-08-19T02:29:35.084Z Downloaded num-complex v0.4.6
8072026-08-19T02:29:35.087Z Downloaded schemars v0.8.22
8082026-08-19T02:29:35.091Z Downloaded native-tls v0.2.18
8092026-08-19T02:29:35.094Z Downloaded num-integer v0.1.46
8102026-08-19T02:29:35.094Z Downloaded dropshot_endpoint v0.17.1
8112026-08-19T02:29:35.097Z Downloaded untrusted v0.7.1
8122026-08-19T02:29:35.097Z Downloaded ed25519-dalek v3.0.0
8132026-08-19T02:29:35.098Z Downloaded rayon v1.11.0
8142026-08-19T02:29:35.101Z Downloaded getrandom v0.3.4
8152026-08-19T02:29:35.105Z Downloaded schemars v0.9.0
8162026-08-19T02:29:35.110Z Downloaded topological-sort v0.2.2
8172026-08-19T02:29:35.114Z Downloaded tagptr v0.2.0
8182026-08-19T02:29:35.114Z Downloaded tower-layer v0.3.3
8192026-08-19T02:29:35.114Z Downloaded wnaf v0.14.0
8202026-08-19T02:29:35.114Z Downloaded take_mut v0.2.2
8212026-08-19T02:29:35.114Z Downloaded bitfield v0.19.4
8222026-08-19T02:29:35.117Z Downloaded dirs-next v2.0.0
8232026-08-19T02:29:35.117Z Downloaded dof v0.3.0
8242026-08-19T02:29:35.117Z Downloaded foreign-types v0.5.0
8252026-08-19T02:29:35.117Z Downloaded match_cfg v0.1.0
8262026-08-19T02:29:35.117Z Downloaded errno v0.3.14
8272026-08-19T02:29:35.117Z Downloaded dof v0.4.0
8282026-08-19T02:29:35.117Z Downloaded tower v0.5.3
8292026-08-19T02:29:35.121Z Downloaded uuid v1.23.4
8302026-08-19T02:29:35.126Z Downloaded cipher v0.5.2
8312026-08-19T02:29:35.126Z Downloaded walkdir v2.5.0
8322026-08-19T02:29:35.129Z Downloaded potential_utf v0.1.4
8332026-08-19T02:29:35.129Z Downloaded adler2 v2.0.1
8342026-08-19T02:29:35.129Z Downloaded pem v3.0.6
8352026-08-19T02:29:35.129Z Downloaded approx v0.5.1
8362026-08-19T02:29:35.129Z Downloaded async-object-pool v0.2.0
8372026-08-19T02:29:35.129Z Downloaded castaway v0.2.4
8382026-08-19T02:29:35.132Z Downloaded rand_core v0.6.4
8392026-08-19T02:29:35.136Z Downloaded serde_derive_internals v0.29.1
8402026-08-19T02:29:35.136Z Downloaded percent-encoding v2.3.2
8412026-08-19T02:29:35.139Z Downloaded slog-scope v4.4.1
8422026-08-19T02:29:35.139Z Downloaded slog-term v2.9.2
8432026-08-19T02:29:35.139Z Downloaded recursive v0.1.1
8442026-08-19T02:29:35.139Z Downloaded event-listener v5.4.1
8452026-08-19T02:29:35.143Z Downloaded oso v0.27.3
8462026-08-19T02:29:35.147Z Downloaded litrs v1.0.0
8472026-08-19T02:29:35.152Z Downloaded signature v2.2.0
8482026-08-19T02:29:35.152Z Downloaded russh-cryptovec v0.62.0
8492026-08-19T02:29:35.156Z Downloaded scroll_derive v0.12.1
8502026-08-19T02:29:35.156Z Downloaded sync-ptr v0.1.4
8512026-08-19T02:29:35.157Z Downloaded typify-macro v0.6.2
8522026-08-19T02:29:35.157Z Downloaded winnow v0.5.40
8532026-08-19T02:29:35.161Z Downloaded reedline v0.40.0
8542026-08-19T02:29:35.168Z Downloaded toml_writer v1.1.1+spec-1.1.0
8552026-08-19T02:29:35.171Z Downloaded vsss-rs v3.3.4
8562026-08-19T02:29:35.171Z Downloaded futures-macro v0.3.32
8572026-08-19T02:29:35.171Z Downloaded time-core v0.1.8
8582026-08-19T02:29:35.175Z Downloaded dropshot-api-manager v0.8.0
8592026-08-19T02:29:35.179Z Downloaded cfg-expr v0.20.6
8602026-08-19T02:29:35.183Z Downloaded glob v0.3.3
8612026-08-19T02:29:35.183Z Downloaded tungstenite v0.21.0
8622026-08-19T02:29:35.186Z Downloaded git-stub-vcs v0.1.0
8632026-08-19T02:29:35.187Z Downloaded test-strategy v0.4.5
8642026-08-19T02:29:35.190Z Downloaded multimap v0.10.1
8652026-08-19T02:29:35.190Z Downloaded libloading v0.8.9
8662026-08-19T02:29:35.190Z Downloaded postcard v1.1.3
8672026-08-19T02:29:35.194Z Downloaded lru-slab v0.1.2
8682026-08-19T02:29:35.196Z Downloaded lru-cache v0.1.2
8692026-08-19T02:29:35.197Z Downloaded nodrop v0.1.14
8702026-08-19T02:29:35.197Z Downloaded p256 v0.14.0
8712026-08-19T02:29:35.202Z Downloaded rand v0.9.2
8722026-08-19T02:29:35.206Z Downloaded zopfli v0.8.3
8732026-08-19T02:29:35.209Z Downloaded bitflags v1.3.2
8742026-08-19T02:29:35.212Z Downloaded oso-derive v0.27.3
8752026-08-19T02:29:35.221Z Downloaded similar-asserts v1.7.0
8762026-08-19T02:29:35.225Z Downloaded strsim v0.11.1
8772026-08-19T02:29:35.225Z Downloaded owo-colors v4.3.0
8782026-08-19T02:29:35.225Z Downloaded pkg-config v0.3.32
8792026-08-19T02:29:35.225Z Downloaded serde_with_macros v3.21.0
8802026-08-19T02:29:35.232Z Downloaded partial-io v0.5.4
8812026-08-19T02:29:35.237Z Downloaded dunce v1.0.5
8822026-08-19T02:29:35.241Z Downloaded progenitor v0.13.0
8832026-08-19T02:29:35.244Z Downloaded serde_with_macros v1.5.2
8842026-08-19T02:29:35.245Z Downloaded aho-corasick v1.1.4
8852026-08-19T02:29:35.249Z Downloaded rustls-webpki v0.103.13
8862026-08-19T02:29:35.249Z Downloaded zerocopy-derive v0.7.35
8872026-08-19T02:29:35.252Z Downloaded scroll v0.12.0
8882026-08-19T02:29:35.252Z Downloaded xshell v0.2.7
8892026-08-19T02:29:35.252Z Downloaded string_cache v0.8.9
8902026-08-19T02:29:35.256Z Downloaded strum_macros v0.26.4
8912026-08-19T02:29:35.256Z Downloaded fnv v1.0.7
8922026-08-19T02:29:35.256Z Downloaded fs_extra v1.3.0
8932026-08-19T02:29:35.256Z Downloaded nibble_vec v0.1.0
8942026-08-19T02:29:35.256Z Downloaded tungstenite v0.23.0
8952026-08-19T02:29:35.260Z Downloaded env_filter v2.0.0
8962026-08-19T02:29:35.263Z Downloaded miette-derive v5.10.0
8972026-08-19T02:29:35.263Z Downloaded num_threads v0.1.7
8982026-08-19T02:29:35.267Z Downloaded bb8 v0.8.6
8992026-08-19T02:29:35.279Z Downloaded zerotrie v0.2.3
9002026-08-19T02:29:35.282Z Downloaded ciborium-io v0.2.2
9012026-08-19T02:29:35.285Z Downloaded autocfg v1.5.0
9022026-08-19T02:29:35.289Z Downloaded oxide-tokio-rt v0.1.4
9032026-08-19T02:29:35.292Z Downloaded prefix-trie v0.7.0
9042026-08-19T02:29:35.295Z Downloaded unicode-linebreak v0.1.5
9052026-08-19T02:29:35.295Z Downloaded backoff v0.4.0
9062026-08-19T02:29:35.298Z Downloaded chacha20 v0.9.1
9072026-08-19T02:29:35.298Z Downloaded serde_yaml v0.9.34+deprecated
9082026-08-19T02:29:35.301Z Downloaded progenitor-client v0.13.0
9092026-08-19T02:29:35.305Z Downloaded sha2 v0.10.9
9102026-08-19T02:29:35.305Z Downloaded port-file v0.1.0
9112026-08-19T02:29:35.305Z Downloaded rand v0.8.6
9122026-08-19T02:29:35.308Z Downloaded miniz_oxide v0.8.9
9132026-08-19T02:29:35.308Z Downloaded stacker v0.1.23
9142026-08-19T02:29:35.311Z Downloaded reqwest v0.12.28
9152026-08-19T02:29:35.314Z Downloaded tokio-util v0.7.18
9162026-08-19T02:29:35.318Z Downloaded block-padding v0.4.2
9172026-08-19T02:29:35.318Z Downloaded rsa v0.9.10
9182026-08-19T02:29:35.322Z Downloaded textwrap v0.15.2
9192026-08-19T02:29:35.322Z Downloaded toml v0.8.23
9202026-08-19T02:29:35.326Z Downloaded thiserror-no-std v2.0.2
9212026-08-19T02:29:35.328Z Downloaded foreign-types-macros v0.2.3
9222026-08-19T02:29:35.328Z Downloaded proptest v1.11.0
9232026-08-19T02:29:35.332Z Downloaded rtoolbox v0.0.3
9242026-08-19T02:29:35.332Z Downloaded usdt-impl v0.5.0
9252026-08-19T02:29:35.332Z Downloaded cfg_aliases v0.2.1
9262026-08-19T02:29:35.332Z Downloaded progenitor-macro v0.14.0
9272026-08-19T02:29:35.332Z Downloaded russh-util v0.52.0
9282026-08-19T02:29:35.332Z Downloaded structmeta-derive v0.3.0
9292026-08-19T02:29:35.335Z Downloaded p384 v0.14.0
9302026-08-19T02:29:35.339Z Downloaded foldhash v0.1.5
9312026-08-19T02:29:35.343Z Downloaded jobserver v0.1.34
9322026-08-19T02:29:35.343Z Downloaded jiff-core v0.1.0
9332026-08-19T02:29:35.347Z Downloaded parse-display-derive v0.10.0
9342026-08-19T02:29:35.347Z Downloaded rusty-fork v0.3.1
9352026-08-19T02:29:35.352Z Downloaded url v2.5.8
9362026-08-19T02:29:35.352Z Downloaded generic-array v0.14.7
9372026-08-19T02:29:35.359Z Downloaded lzss v0.8.2
9382026-08-19T02:29:35.365Z Downloaded thiserror-impl-no-std v2.0.2
9392026-08-19T02:29:35.365Z Downloaded usdt v0.6.0
9402026-08-19T02:29:35.365Z Downloaded fd-lock v4.0.4
9412026-08-19T02:29:35.365Z Downloaded md5 v0.8.0
9422026-08-19T02:29:35.368Z Downloaded quinn-udp v0.5.14
9432026-08-19T02:29:35.371Z Downloaded sqlformat v0.3.5
9442026-08-19T02:29:35.371Z Downloaded zone v0.3.1
9452026-08-19T02:29:35.372Z Downloaded log v0.4.33
9462026-08-19T02:29:35.375Z Downloaded omicron-zone-package v0.12.3
9472026-08-19T02:29:35.376Z Downloaded psl-types v2.0.11
9482026-08-19T02:29:35.376Z Downloaded semver v1.0.28
9492026-08-19T02:29:35.376Z Downloaded zerocopy v0.7.35
9502026-08-19T02:29:35.384Z Downloaded quick-error v1.2.3
9512026-08-19T02:29:35.387Z Downloaded rustls-platform-verifier v0.6.2
9522026-08-19T02:29:35.387Z Downloaded term v1.2.1
9532026-08-19T02:29:35.390Z Downloaded tinystr v0.8.2
9542026-08-19T02:29:35.390Z Downloaded atomicwrites v0.4.4
9552026-08-19T02:29:35.393Z Downloaded vergen v9.1.0
9562026-08-19T02:29:35.393Z Downloaded vergen-lib v0.1.6
9572026-08-19T02:29:35.393Z Downloaded rustc_version v0.4.1
9582026-08-19T02:29:35.393Z Downloaded toml_write v0.1.2
9592026-08-19T02:29:35.396Z Downloaded subtle v2.6.1
9602026-08-19T02:29:35.396Z Downloaded erased-serde v0.3.31
9612026-08-19T02:29:35.397Z Downloaded vte v0.14.1
9622026-08-19T02:29:35.397Z Downloaded want v0.3.1
9632026-08-19T02:29:35.400Z Downloaded globset v0.4.18
9642026-08-19T02:29:35.400Z Downloaded arrayref v0.3.9
9652026-08-19T02:29:35.400Z Downloaded unit-prefix v0.5.2
9662026-08-19T02:29:35.400Z Downloaded goblin v0.8.2
9672026-08-19T02:29:35.403Z Downloaded toml_parser v1.1.2+spec-1.1.0
9682026-08-19T02:29:35.406Z Downloaded password-hash v0.5.0
9692026-08-19T02:29:35.406Z Downloaded knus-derive v3.4.0
9702026-08-19T02:29:35.408Z Downloaded socket2 v0.6.3
9712026-08-19T02:29:35.411Z Downloaded toml_edit v0.23.10+spec-1.0.0
9722026-08-19T02:29:35.411Z Downloaded backtrace v0.3.76
9732026-08-19T02:29:35.411Z Downloaded blake2b_simd v1.0.4
9742026-08-19T02:29:35.415Z Downloaded rustls-pki-types v1.14.0
9752026-08-19T02:29:35.415Z Downloaded cast v0.3.0
9762026-08-19T02:29:35.415Z Downloaded support-bundle-viewer v0.1.2
9772026-08-19T02:29:35.418Z Downloaded terminal_size v0.1.17
9782026-08-19T02:29:35.418Z Downloaded embedded-io v0.4.0
9792026-08-19T02:29:35.422Z Downloaded rand_xorshift v0.4.0
9802026-08-19T02:29:35.426Z Downloaded samael v0.0.19
9812026-08-19T02:29:35.430Z Downloaded drift v0.2.0
9822026-08-19T02:29:35.436Z Downloaded elliptic-curve v0.14.1
9832026-08-19T02:29:35.444Z Downloaded generic-array v1.4.3
9842026-08-19T02:29:35.444Z Downloaded primefield v0.14.0
9852026-08-19T02:29:35.444Z Downloaded peg-runtime v0.8.5
9862026-08-19T02:29:35.444Z Downloaded vergen-gitcl v1.0.8
9872026-08-19T02:29:35.444Z Downloaded radium v0.7.0
9882026-08-19T02:29:35.445Z Downloaded scroll_derive v0.13.1
9892026-08-19T02:29:35.445Z Downloaded password-hash v0.6.1
9902026-08-19T02:29:35.451Z Downloaded usdt v0.5.0
9912026-08-19T02:29:35.456Z Downloaded foreign-types v0.3.2
9922026-08-19T02:29:35.456Z Downloaded base64ct v1.8.3
9932026-08-19T02:29:35.456Z Downloaded block-buffer v0.12.1
9942026-08-19T02:29:35.462Z Downloaded quick-xml v0.37.5
9952026-08-19T02:29:35.468Z Downloaded arrayvec v0.7.6
9962026-08-19T02:29:35.468Z Downloaded strum_macros v0.27.2
9972026-08-19T02:29:35.468Z Downloaded xshell-macros v0.2.7
9982026-08-19T02:29:35.472Z Downloaded zeroize_derive v1.5.0
9992026-08-19T02:29:35.472Z Downloaded quinn-proto v0.11.16
10002026-08-19T02:29:35.477Z Downloaded primeorder v0.14.0
10012026-08-19T02:29:35.481Z Downloaded memchr v2.8.0
10022026-08-19T02:29:35.484Z Downloaded async-lock v3.4.2
10032026-08-19T02:29:35.484Z Downloaded fallible-iterator v0.2.0
10042026-08-19T02:29:35.484Z Downloaded zstd v0.13.3
10052026-08-19T02:29:35.485Z Downloaded sha3 v0.12.0
10062026-08-19T02:29:35.489Z Downloaded ecdsa v0.17.0
10072026-08-19T02:29:35.492Z Downloaded termcolor v1.4.1
10082026-08-19T02:29:35.492Z Downloaded cassowary v0.3.0
10092026-08-19T02:29:35.492Z Downloaded openssl-macros v0.1.1
10102026-08-19T02:29:35.492Z Downloaded russh v0.62.4
10112026-08-19T02:29:35.496Z Downloaded twox-hash v2.1.2
10122026-08-19T02:29:35.499Z Downloaded signature v3.0.0
10132026-08-19T02:29:35.499Z Downloaded digest-io v0.1.0
10142026-08-19T02:29:35.500Z Downloaded module-lattice v0.2.3
10152026-08-19T02:29:35.504Z Downloaded rayon-core v1.13.0
10162026-08-19T02:29:35.508Z Downloaded hickory-proto v0.25.2
10172026-08-19T02:29:35.513Z Downloaded minimal-lexical v0.2.1
10182026-08-19T02:29:35.517Z Downloaded winnow v0.7.14
10192026-08-19T02:29:35.521Z Downloaded miette-derive v7.6.0
10202026-08-19T02:29:35.524Z Downloaded qorb v0.4.1
10212026-08-19T02:29:35.524Z Downloaded unicode-bidi v0.3.18
10222026-08-19T02:29:35.527Z Downloaded libsw v3.5.0
10232026-08-19T02:29:35.527Z Downloaded tls_codec v0.4.2
10242026-08-19T02:29:35.531Z Downloaded shlex v1.3.0
10252026-08-19T02:29:35.532Z Downloaded typenum v1.20.1
10262026-08-19T02:29:35.532Z Downloaded toml_edit v0.22.27
10272026-08-19T02:29:35.538Z Downloaded ed25519 v2.2.3
10282026-08-19T02:29:35.538Z Downloaded pest_meta v2.8.6
10292026-08-19T02:29:35.538Z Downloaded semver v0.1.20
10302026-08-19T02:29:35.538Z Downloaded tokio-dtrace v0.1.1
10312026-08-19T02:29:35.538Z Downloaded primeorder v0.13.6
10322026-08-19T02:29:35.546Z Downloaded bytecount v0.6.9
10332026-08-19T02:29:35.551Z Downloaded bumpalo v3.20.2
10342026-08-19T02:29:35.552Z Downloaded flume v0.11.1
10352026-08-19T02:29:35.558Z Downloaded crypto-bigint v0.7.5
10362026-08-19T02:29:35.563Z Downloaded curve25519-dalek v4.1.3
10372026-08-19T02:29:35.568Z Downloaded futures-timer v3.0.3
10382026-08-19T02:29:35.571Z Downloaded socket2 v0.5.10
10392026-08-19T02:29:35.571Z Downloaded once_cell v1.21.3
10402026-08-19T02:29:35.575Z Downloaded ed25519-dalek v2.2.0
10412026-08-19T02:29:35.575Z Downloaded expectorate v1.2.0
10422026-08-19T02:29:35.575Z Downloaded pin-project v1.1.11
10432026-08-19T02:29:35.581Z Downloaded unicode-normalization v0.1.25
10442026-08-19T02:29:35.586Z Downloaded sha2 v0.11.0
10452026-08-19T02:29:35.587Z Downloaded ucd-trie v0.1.7
10462026-08-19T02:29:35.590Z Downloaded base64 v0.21.7
10472026-08-19T02:29:35.591Z Downloaded serde_derive v1.0.228
10482026-08-19T02:29:35.591Z Downloaded ssh-key v0.7.0-rc.11
10492026-08-19T02:29:35.594Z Downloaded anes v0.1.6
10502026-08-19T02:29:35.598Z Downloaded tower-http v0.6.8
10512026-08-19T02:29:35.602Z Downloaded yasna v0.5.2
10522026-08-19T02:29:35.610Z Downloaded poly1305 v0.9.0
10532026-08-19T02:29:35.618Z Downloaded zerocopy-derive v0.8.55
10542026-08-19T02:29:35.623Z Downloaded p384 v0.13.1
10552026-08-19T02:29:35.627Z Downloaded typify v0.6.2
10562026-08-19T02:29:35.630Z Downloaded futures-util v0.3.32
10572026-08-19T02:29:35.634Z Downloaded knus v3.4.0
10582026-08-19T02:29:35.638Z Downloaded goblin v0.10.5
10592026-08-19T02:29:35.642Z Downloaded serde_with v1.14.0
10602026-08-19T02:29:35.645Z Downloaded bitvec v1.0.1
10612026-08-19T02:29:35.653Z Downloaded futures v0.3.32
10622026-08-19T02:29:35.656Z Downloaded typed-path v0.9.3
10632026-08-19T02:29:35.659Z Downloaded zip v4.6.1
10642026-08-19T02:29:35.662Z Downloaded mio v1.2.0
10652026-08-19T02:29:35.670Z Downloaded git2 v0.20.4
10662026-08-19T02:29:35.676Z Downloaded libm v0.2.16
10672026-08-19T02:29:35.681Z Downloaded unicode-width v0.2.0
10682026-08-19T02:29:35.685Z Downloaded tar v0.4.46
10692026-08-19T02:29:35.688Z Downloaded winnow v1.0.3
10702026-08-19T02:29:35.692Z Downloaded serde_with v3.21.0
10712026-08-19T02:29:35.709Z Downloaded curve25519-dalek v5.0.0
10722026-08-19T02:29:35.714Z Downloaded pest v2.8.6
10732026-08-19T02:29:35.717Z Downloaded nom v8.0.0
10742026-08-19T02:29:35.744Z Downloaded aes v0.9.1
10752026-08-19T02:29:35.754Z Downloaded bindgen v0.71.1
10762026-08-19T02:29:35.759Z Downloaded blake3 v1.8.5
10772026-08-19T02:29:35.767Z Downloaded num-bigint-dig v0.8.6
10782026-08-19T02:29:35.770Z Downloaded libxml v0.3.3
10792026-08-19T02:29:35.777Z Downloaded nom v7.1.3
10802026-08-19T02:29:35.793Z Downloaded winnow v0.6.26
10812026-08-19T02:29:35.798Z Downloaded plotters v0.3.7
10822026-08-19T02:29:35.803Z Downloaded p521 v0.14.0
10832026-08-19T02:29:35.808Z Downloaded rawzip v0.4.4
10842026-08-19T02:29:35.811Z Downloaded rustyline v14.0.0
10852026-08-19T02:29:35.811Z Downloaded hickory-proto v0.24.4
10862026-08-19T02:29:35.821Z Downloaded aes-gcm v0.11.0
10872026-08-19T02:29:35.840Z Downloaded openssl v0.10.80
10882026-08-19T02:29:35.869Z Downloaded serde_json v1.0.151
10892026-08-19T02:29:35.880Z Downloaded tabled v0.21.0
10902026-08-19T02:29:35.890Z Downloaded portable-atomic v1.13.1
10912026-08-19T02:29:35.890Z Downloaded tabled v0.15.0
10922026-08-19T02:29:35.912Z Downloaded syn v1.0.109
10932026-08-19T02:29:35.912Z Downloaded zerocopy v0.8.55
10942026-08-19T02:29:35.922Z Downloaded aws-lc-rs v1.16.3
10952026-08-19T02:29:35.922Z Downloaded time v0.3.47
10962026-08-19T02:29:35.929Z Downloaded nix v0.28.0
10972026-08-19T02:29:35.937Z Downloaded rustix v0.38.44
10982026-08-19T02:29:35.952Z Downloaded moka v0.12.13
10992026-08-19T02:29:35.952Z Downloaded chrono v0.4.45
11002026-08-19T02:29:35.961Z Downloaded petname v2.0.2
11012026-08-19T02:29:35.961Z Downloaded diesel v2.3.7
11022026-08-19T02:29:35.976Z Downloaded lalrpop v0.19.12
11032026-08-19T02:29:35.976Z Downloaded openapiv3 v2.2.0
11042026-08-19T02:29:35.989Z Downloaded vcpkg v0.2.15
11052026-08-19T02:29:36.003Z Downloaded dropshot v0.17.1
11062026-08-19T02:29:36.017Z Downloaded zlib-rs v0.6.2
11072026-08-19T02:29:36.022Z Downloaded polar-core v0.27.3
11082026-08-19T02:29:36.022Z Downloaded salty v0.3.0
11092026-08-19T02:29:36.030Z Downloaded regex-syntax v0.8.10
11102026-08-19T02:29:36.039Z Downloaded smoltcp v0.9.1
11112026-08-19T02:29:36.050Z Downloaded radix_trie v0.2.1
11122026-08-19T02:29:36.058Z Downloaded object v0.30.4
11132026-08-19T02:29:36.058Z Downloaded regex-syntax v0.6.29
11142026-08-19T02:29:36.063Z Downloaded smoltcp v0.11.0
11152026-08-19T02:29:36.067Z Downloaded gimli v0.32.3
11162026-08-19T02:29:36.072Z Downloaded rustix v1.1.4
11172026-08-19T02:29:36.084Z Downloaded nix v0.31.2
11182026-08-19T02:29:36.095Z Downloaded rustls v0.23.41
11192026-08-19T02:29:36.100Z Downloaded sled v0.34.7
11202026-08-19T02:29:36.111Z Downloaded bstr v1.12.1
11212026-08-19T02:29:36.112Z Downloaded unicode-width v0.1.14
11222026-08-19T02:29:36.119Z Downloaded sha3 v0.11.0
11232026-08-19T02:29:36.119Z Downloaded object v0.37.3
11242026-08-19T02:29:36.119Z Downloaded typify-impl v0.6.2
11252026-08-19T02:29:36.128Z Downloaded nix v0.27.1
11262026-08-19T02:29:36.136Z Downloaded syn v2.0.117
11272026-08-19T02:29:36.140Z Downloaded regress v0.11.1
11282026-08-19T02:29:36.144Z Downloaded zerocopy-derive v0.6.6
11292026-08-19T02:29:36.149Z Downloaded regress v0.10.5
11302026-08-19T02:29:36.155Z Downloaded sqlparser v0.61.0
11312026-08-19T02:29:36.161Z Downloaded regex-automata v0.4.14
11322026-08-19T02:29:36.170Z Downloaded tracing v0.1.44
11332026-08-19T02:29:36.182Z Downloaded jiff v0.2.34
11342026-08-19T02:29:36.193Z Downloaded ratatui v0.29.0
11352026-08-19T02:29:36.205Z Downloaded bzip2-sys v0.1.13+1.0.8
11362026-08-19T02:29:36.213Z Downloaded csv v1.4.0
11372026-08-19T02:29:36.225Z Downloaded petgraph v0.8.3
11382026-08-19T02:29:36.239Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
11392026-08-19T02:29:36.251Z Downloaded libc v0.2.185
11402026-08-19T02:29:36.270Z Downloaded petgraph v0.6.5
11412026-08-19T02:29:36.280Z Downloaded chrono-tz v0.10.4
11422026-08-19T02:29:36.290Z Downloaded sha3 v0.10.8
11432026-08-19T02:29:36.293Z Downloaded tokio v1.52.1
11442026-08-19T02:29:36.315Z Downloaded libz-sys v1.1.24
11452026-08-19T02:29:36.327Z Downloaded encoding_rs v0.8.35
11462026-08-19T02:29:36.414Z Downloaded ring v0.17.14
11472026-08-19T02:29:36.437Z Downloaded httpmock v0.8.3
11482026-08-19T02:29:36.494Z Downloaded libgit2-sys v0.18.3+1.9.2
11492026-08-19T02:29:36.964Z Downloaded aws-lc-sys v0.40.0
11502026-08-19T02:29:37.388Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
11512026-08-19T02:29:39.391Z Startup: Refreshing catalog 'helios' ... Done
11522026-08-19T02:29:39.712Z Startup: Caching catalogs ... Done
11532026-08-19T02:29:41.481ZPlanning: Solver setup ... Done (1.666s)
11542026-08-19T02:29:41.534ZPlanning: Running solver ... Done (0.053s)
11552026-08-19T02:29:41.576ZPlanning: Finding local manifests ... Done (0.005s)
11562026-08-19T02:29:41.588ZPlanning: Fetching manifests: 0/2 0% complete
11572026-08-19T02:29:41.609ZPlanning: Fetching manifests: 2/2 100% complete
11582026-08-19T02:29:41.620ZPlanning: Package planning ... Done (0.014s)
11592026-08-19T02:29:41.623ZPlanning: Merging actions ... Done (0.001s)
11602026-08-19T02:29:41.793ZPlanning: Checking for conflicting actions ... Done (0.171s)
11612026-08-19T02:29:41.796ZPlanning: Consolidating action changes ... Done (0.001s)
11622026-08-19T02:29:42.692ZPlanning: Evaluating mediators ... Done (0.898s)
11632026-08-19T02:29:42.696ZPlanning: Planning completed in 2.95 seconds
11642026-08-19T02:29:42.702Z Packages to install: 2
11652026-08-19T02:29:42.702Z Estimated space available: 155.73 GB
11662026-08-19T02:29:42.702ZEstimated space to be consumed: 69.36 MB
11672026-08-19T02:29:42.702Z Create boot environment: No
11682026-08-19T02:29:42.702ZCreate backup boot environment: No
11692026-08-19T02:29:42.702Z Rebuild boot archive: No
11702026-08-19T02:29:42.706Z
11712026-08-19T02:29:42.706ZChanged packages:
11722026-08-19T02:29:42.706Zhelios
11732026-08-19T02:29:42.706Z developer/build-essential
11742026-08-19T02:29:42.706Z None -> 11-3.0
11752026-08-19T02:29:42.706Z library/libxmlsec1
11762026-08-19T02:29:42.706Z None -> 1.2.35-3.0
11772026-08-19T02:29:42.731Z
11782026-08-19T02:29:42.731ZDownload: 0/214 items 0.0/1.3MB 0% complete
11792026-08-19T02:29:42.810ZDownload: Completed 1.28 MB in 0.08 seconds (16.3M/s)
11802026-08-19T02:29:42.898Z Actions: 1/268 actions (Installing new actions)
11812026-08-19T02:29:42.936Z Actions: Completed 268 actions in 0.04 seconds.
11822026-08-19T02:29:42.966ZFinalize: Updating package state database ... Done (0.029s)
11832026-08-19T02:29:42.966ZFinalize: Updating package cache ... Done (0.000s)
11842026-08-19T02:29:43.044ZFinalize: Updating image state ... Done (0.078s)
11852026-08-19T02:29:45.748ZFinalize: Creating fast lookup database ... Done (2.657s)
11862026-08-19T02:29:45.819ZFinalize: Reading search index ... Done (0.016s)
11872026-08-19T02:29:45.827ZFinalize: Updating search index ... Done (0.000s)
11882026-08-19T02:29:45.907ZFinalize: Updating package cache ... Done (0.000s)
11892026-08-19T02:29:46.261ZPlanning: Evaluating mediator changes ... Done
11902026-08-19T02:29:46.366ZPlanning: Checking for conflicting actions ... Done
11912026-08-19T02:29:46.369ZPlanning: Consolidating action changes ... Done
11922026-08-19T02:29:46.523ZPlanning: Evaluating mediators ... Done
11932026-08-19T02:29:46.527ZPlanning: Planning completed in 0.26 seconds
11942026-08-19T02:29:46.546Z Mediators to change: 2
11952026-08-19T02:29:46.546Z Create boot environment: No
11962026-08-19T02:29:46.546ZCreate backup boot environment: No
11972026-08-19T02:29:46.595ZFinalize: Updating package state database ... Done
11982026-08-19T02:29:46.595ZFinalize: Updating package cache ... Done
11992026-08-19T02:29:46.638ZFinalize: Updating image state ... Done
12002026-08-19T02:29:48.569ZFinalize: Creating fast lookup database ... Done
12012026-08-19T02:29:48.630ZFinalize: Reading search index ... Done
12022026-08-19T02:29:48.633ZFinalize: Updating search index ... Done
12032026-08-19T02:29:48.705ZFinalize: Updating package cache ... Done
12042026-08-19T02:29:48.991ZPlanning: Evaluating mediator changes ... Done
12052026-08-19T02:29:49.096ZPlanning: Checking for conflicting actions ... Done
12062026-08-19T02:29:49.099ZPlanning: Consolidating action changes ... Done
12072026-08-19T02:29:49.253ZPlanning: Evaluating mediators ... Done
12082026-08-19T02:29:49.257ZPlanning: Planning completed in 0.26 seconds
12092026-08-19T02:29:49.277Z Mediators to change: 1
12102026-08-19T02:29:49.277Z Create boot environment: No
12112026-08-19T02:29:49.277ZCreate backup boot environment: No
12122026-08-19T02:29:49.319ZFinalize: Updating package state database ... Done
12132026-08-19T02:29:49.320ZFinalize: Updating package cache ... Done
12142026-08-19T02:29:49.362ZFinalize: Updating image state ... Done
12152026-08-19T02:29:51.274ZFinalize: Creating fast lookup database ... Done
12162026-08-19T02:29:51.331ZFinalize: Reading search index ... Done
12172026-08-19T02:29:51.334ZFinalize: Updating search index ... Done
12182026-08-19T02:29:51.394ZFinalize: Updating package cache ... Done
12192026-08-19T02:29:51.702ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
12202026-08-19T02:29:51.702Zapache system 2.4 system
12212026-08-19T02:29:51.702Zclang system 15 system
12222026-08-19T02:29:51.703Zcsh system system illumos
12232026-08-19T02:29:51.703Zctags system system illumos
12242026-08-19T02:29:51.703Zfile vendor vendor darwinsys
12252026-08-19T02:29:51.703Zfile system system illumos
12262026-08-19T02:29:51.703Zgcc vendor 14 vendor
12272026-08-19T02:29:51.703Zgcc system 13 system
12282026-08-19T02:29:51.703Zgcc system 10 system
12292026-08-19T02:29:51.703Zgo system 1.25 system
12302026-08-19T02:29:51.703Zllvm system 15 system
12312026-08-19T02:29:51.703Zmariadb system 11.4 system
12322026-08-19T02:29:51.703Zmta vendor vendor dma
12332026-08-19T02:29:51.703Zopenjdk system 17 system
12342026-08-19T02:29:51.703Zopenjdk system 11 system
12352026-08-19T02:29:51.703Zopenssl vendor 3 vendor
12362026-08-19T02:29:51.703Zperl system 5.40 system
12372026-08-19T02:29:51.703Zpostgresql system 18 system
12382026-08-19T02:29:51.703Zpostgresql system 17 system
12392026-08-19T02:29:51.703Zpython vendor 3 vendor
12402026-08-19T02:29:51.703Zpython system 2 system
12412026-08-19T02:29:51.703Zpython3 vendor 3.13 vendor
12422026-08-19T02:29:51.703Zruby system 3.4 system
12432026-08-19T02:29:51.703Zruby system 3.0 system
12442026-08-19T02:29:51.704Zwords vendor vendor american-english
12452026-08-19T02:29:51.704Zwords system system australian-english
12462026-08-19T02:29:51.704Zwords system system british-english
12472026-08-19T02:29:51.705Zwords system system canadian-english
12482026-08-19T02:29:51.705Zwords system system french
12492026-08-19T02:29:51.705Zwords system system italian
12502026-08-19T02:29:51.705Zwords system system ngerman
12512026-08-19T02:29:51.705Zwords system system ogerman
12522026-08-19T02:29:51.705Zwords system system spanish
12532026-08-19T02:29:51.953ZPUBLISHER TYPE STATUS P LOCATION
12542026-08-19T02:29:51.953Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
12552026-08-19T02:29:52.402ZFMRI IFO
12562026-08-19T02:29:52.402Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
12572026-08-19T02:29:52.402Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
12582026-08-19T02:29:52.403Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
12592026-08-19T02:29:52.403Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
12602026-08-19T02:29:52.403Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
12612026-08-19T02:29:52.403Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
12622026-08-19T02:29:52.403Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
12632026-08-19T02:29:52.403Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
12642026-08-19T02:29:52.403Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
12652026-08-19T02:29:53.013Z Downloading crates ...
12662026-08-19T02:29:53.063Z Downloaded cargo_toml v0.21.0
12672026-08-19T02:29:53.103Z Compiling proc-macro2 v1.0.106
12682026-08-19T02:29:53.104Z Compiling quote v1.0.45
12692026-08-19T02:29:53.108Z Compiling unicode-ident v1.0.24
12702026-08-19T02:29:53.108Z Compiling serde_core v1.0.228
12712026-08-19T02:29:53.108Z Compiling libc v0.2.185
12722026-08-19T02:29:53.108Z Compiling version_check v0.9.5
12732026-08-19T02:29:53.108Z Compiling memchr v2.8.0
12742026-08-19T02:29:53.108Z Compiling serde v1.0.228
12752026-08-19T02:29:53.108Z Compiling zmij v1.0.21
12762026-08-19T02:29:53.108Z Compiling itoa v1.0.17
12772026-08-19T02:29:53.108Z Compiling ucd-trie v0.1.7
12782026-08-19T02:29:53.184Z Compiling thiserror v1.0.69
12792026-08-19T02:29:53.187Z Compiling byteorder v1.5.0
12802026-08-19T02:29:53.187Z Compiling rustix v1.1.4
12812026-08-19T02:29:53.336Z Compiling bitflags v2.11.0
12822026-08-19T02:29:53.433Z Compiling serde_json v1.0.151
12832026-08-19T02:29:53.627Z Compiling camino v1.2.5
12842026-08-19T02:29:53.646Z Compiling syn v1.0.109
12852026-08-19T02:29:53.678Z Compiling getrandom v0.3.4
12862026-08-19T02:29:53.682Z Compiling hashbrown v0.17.0
12872026-08-19T02:29:53.690Z Compiling usdt-impl v0.5.0
12882026-08-19T02:29:53.719Z Compiling pest v2.8.6
12892026-08-19T02:29:53.820Z Compiling proc-macro-error-attr v1.0.4
12902026-08-19T02:29:53.833Z Compiling proc-macro-error v1.0.4
12912026-08-19T02:29:53.867Z Compiling log v0.4.33
12922026-08-19T02:29:53.945Z Compiling utf8parse v0.2.2
12932026-08-19T02:29:53.957Z Compiling equivalent v1.0.2
12942026-08-19T02:29:54.002Z Compiling plain v0.2.3
12952026-08-19T02:29:54.033Z Compiling anstyle-parse v1.0.0
12962026-08-19T02:29:54.059Z Compiling pretty-hex v0.4.1
12972026-08-19T02:29:54.080Z Compiling cfg-if v1.0.4
12982026-08-19T02:29:54.092Z Compiling is_terminal_polyfill v1.70.2
12992026-08-19T02:29:54.097Z Compiling anstyle v1.0.14
13002026-08-19T02:29:54.177Z Compiling errno v0.3.14
13012026-08-19T02:29:54.180Z Compiling thread-id v4.2.2
13022026-08-19T02:29:54.203Z Compiling indexmap v2.14.0
13032026-08-19T02:29:54.215Z Compiling thiserror v2.0.18
13042026-08-19T02:29:54.228Z Compiling winnow v0.7.14
13052026-08-19T02:29:54.244Z Compiling anstyle-query v1.1.5
13062026-08-19T02:29:54.271Z Compiling toml_write v0.1.2
13072026-08-19T02:29:54.282Z Compiling colorchoice v1.0.4
13082026-08-19T02:29:54.286Z Compiling autocfg v1.5.0
13092026-08-19T02:29:54.304Z Compiling fnv v1.0.7
13102026-08-19T02:29:54.372Z Compiling bytecount v0.6.9
13112026-08-19T02:29:54.394Z Compiling anstream v1.0.0
13122026-08-19T02:29:54.413Z Compiling strsim v0.11.1
13132026-08-19T02:29:54.468Z Compiling clap_lex v1.0.0
13142026-08-19T02:29:54.481Z Compiling once_cell v1.21.3
13152026-08-19T02:29:54.531Z Compiling unicode-width v0.1.14
13162026-08-19T02:29:54.560Z Compiling heck v0.4.1
13172026-08-19T02:29:54.715Z Compiling syn v2.0.117
13182026-08-19T02:29:54.719Z Compiling anyhow v1.0.104
13192026-08-19T02:29:54.746Z Compiling fs-err v3.3.0
13202026-08-19T02:29:54.750Z Compiling heck v0.5.0
13212026-08-19T02:29:54.776Z Compiling fastrand v2.3.0
13222026-08-19T02:29:54.786Z Compiling papergrid v0.11.0
13232026-08-19T02:29:54.801Z Compiling memmap v0.7.0
13242026-08-19T02:29:54.820Z Compiling smawk v0.3.2
13252026-08-19T02:29:54.854Z Compiling pest_meta v2.8.6
13262026-08-19T02:29:54.994Z Compiling unicode-linebreak v0.1.5
13272026-08-19T02:29:55.021Z Compiling unicode-width v0.2.0
13282026-08-19T02:29:55.033Z Compiling swrite v0.1.0
13292026-08-19T02:29:55.195Z Compiling terminal_size v0.4.3
13302026-08-19T02:29:55.224Z Compiling tempfile v3.27.0
13312026-08-19T02:29:55.300Z Compiling clap_builder v4.6.0
13322026-08-19T02:29:55.300Z Compiling textwrap v0.16.2
13332026-08-19T02:29:55.657Z Compiling cargo-platform v0.3.2
13342026-08-19T02:29:55.721Z Compiling semver v1.0.28
13352026-08-19T02:29:55.894Z Compiling camino-tempfile v1.4.1
13362026-08-19T02:29:56.142Z Compiling tabled_derive v0.7.0
13372026-08-19T02:29:56.812Z Compiling tabled v0.15.0
13382026-08-19T02:29:56.857Z Compiling pest_generator v2.8.6
13392026-08-19T02:29:57.354Z Compiling serde_derive v1.0.228
13402026-08-19T02:29:57.356Z Compiling thiserror-impl v1.0.69
13412026-08-19T02:29:57.362Z Compiling zerocopy-derive v0.7.35
13422026-08-19T02:29:57.362Z Compiling scroll_derive v0.12.1
13432026-08-19T02:29:57.362Z Compiling thiserror-impl v2.0.18
13442026-08-19T02:29:57.362Z Compiling clap_derive v4.6.1
13452026-08-19T02:29:57.422Z Compiling pest_derive v2.8.6
13462026-08-19T02:29:57.982Z Compiling scroll v0.12.0
13472026-08-19T02:29:58.018Z Compiling zerocopy v0.7.35
13482026-08-19T02:29:58.182Z Compiling goblin v0.8.2
13492026-08-19T02:29:58.358Z Compiling dtrace-parser v0.2.0
13502026-08-19T02:29:58.664Z Compiling clap v4.6.1
13512026-08-19T02:29:59.649Z Compiling toml_datetime v0.6.11
13522026-08-19T02:29:59.649Z Compiling serde_spanned v0.6.9
13532026-08-19T02:29:59.649Z Compiling macaddr v1.0.1
13542026-08-19T02:29:59.656Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
13552026-08-19T02:29:59.656Z Compiling cargo_metadata v0.23.1
13562026-08-19T02:29:59.661Z Compiling dof v0.3.0
13572026-08-19T02:29:59.661Z Compiling serde_tokenstream v0.2.3
13582026-08-19T02:29:59.821Z Compiling toml_edit v0.22.27
13592026-08-19T02:30:00.321Z Compiling usdt-attr-macro v0.5.0
13602026-08-19T02:30:00.321Z Compiling usdt-macro v0.5.0
13612026-08-19T02:30:00.930Z Compiling usdt v0.5.0
13622026-08-19T02:30:01.079Z Compiling toml v0.8.23
13632026-08-19T02:30:01.395Z Compiling cargo_toml v0.21.0
13642026-08-19T02:30:02.672Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
13652026-08-19T02:30:04.726Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.17s
13662026-08-19T02:30:04.772Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
13672026-08-19T02:30:05.535Z Compiling serde_core v1.0.228
13682026-08-19T02:30:05.535Z Compiling libc v0.2.185
13692026-08-19T02:30:05.535Z Compiling serde v1.0.228
13702026-08-19T02:30:05.535Z Compiling log v0.4.33
13712026-08-19T02:30:05.538Z Compiling smallvec v1.15.1
13722026-08-19T02:30:05.538Z Compiling shlex v1.3.0
13732026-08-19T02:30:05.538Z Compiling find-msvc-tools v0.1.9
13742026-08-19T02:30:05.539Z Compiling subtle v2.6.1
13752026-08-19T02:30:05.539Z Compiling scopeguard v1.2.0
13762026-08-19T02:30:05.539Z Compiling stable_deref_trait v1.2.1
13772026-08-19T02:30:05.539Z Compiling typenum v1.20.1
13782026-08-19T02:30:05.539Z Compiling zerocopy v0.8.55
13792026-08-19T02:30:05.659Z Compiling portable-atomic v1.13.1
13802026-08-19T02:30:05.718Z Compiling serde_json v1.0.151
13812026-08-19T02:30:05.741Z Compiling syn v2.0.117
13822026-08-19T02:30:05.766Z Compiling lock_api v0.4.14
13832026-08-19T02:30:05.793Z Compiling critical-section v1.2.0
13842026-08-19T02:30:05.858Z Compiling libm v0.2.16
13852026-08-19T02:30:05.858Z Compiling num-traits v0.2.19
13862026-08-19T02:30:05.862Z Compiling pkg-config v0.3.32
13872026-08-19T02:30:05.914Z Compiling generic-array v0.14.7
13882026-08-19T02:30:05.957Z Compiling parking_lot_core v0.9.12
13892026-08-19T02:30:05.973Z Compiling pin-project-lite v0.2.17
13902026-08-19T02:30:06.000Z Compiling const-oid v0.9.6
13912026-08-19T02:30:06.055Z Compiling getrandom v0.3.4
13922026-08-19T02:30:06.080Z Compiling writeable v0.6.2
13932026-08-19T02:30:06.122Z Compiling percent-encoding v2.3.2
13942026-08-19T02:30:06.229Z Compiling litemap v0.8.1
13952026-08-19T02:30:06.286Z Compiling futures-core v0.3.32
13962026-08-19T02:30:06.290Z Compiling icu_normalizer_data v2.1.1
13972026-08-19T02:30:06.302Z Compiling icu_properties_data v2.1.2
13982026-08-19T02:30:06.331Z Compiling getrandom v0.4.3
13992026-08-19T02:30:06.380Z Compiling rustix v1.1.4
14002026-08-19T02:30:06.380Z Compiling rand_core v0.10.0
14012026-08-19T02:30:06.435Z Compiling futures-sink v0.3.32
14022026-08-19T02:30:06.476Z Compiling slab v0.4.12
14032026-08-19T02:30:06.490Z Compiling futures-task v0.3.32
14042026-08-19T02:30:06.572Z Compiling futures-channel v0.3.32
14052026-08-19T02:30:06.576Z Compiling utf8_iter v1.0.4
14062026-08-19T02:30:06.604Z Compiling futures-io v0.3.32
14072026-08-19T02:30:06.670Z Compiling form_urlencoded v1.2.2
14082026-08-19T02:30:06.686Z Compiling rustversion v1.0.22
14092026-08-19T02:30:06.701Z Compiling base64ct v1.8.3
14102026-08-19T02:30:06.717Z Compiling errno v0.3.14
14112026-08-19T02:30:06.743Z Compiling jobserver v0.1.34
14122026-08-19T02:30:06.789Z Compiling getrandom v0.2.17
14132026-08-19T02:30:06.803Z Compiling mio v1.2.0
14142026-08-19T02:30:06.816Z Compiling socket2 v0.6.3
14152026-08-19T02:30:06.845Z Compiling signal-hook-registry v1.4.8
14162026-08-19T02:30:06.890Z Compiling once_cell v1.21.3
14172026-08-19T02:30:06.909Z Compiling rand_core v0.6.4
14182026-08-19T02:30:06.990Z Compiling cc v1.2.56
14192026-08-19T02:30:07.008Z Compiling parking_lot v0.12.5
14202026-08-19T02:30:07.056Z Compiling iana-time-zone v0.1.65
14212026-08-19T02:30:07.110Z Compiling pem-rfc7468 v0.7.0
14222026-08-19T02:30:07.126Z Compiling dunce v1.0.5
14232026-08-19T02:30:07.142Z Compiling fs_extra v1.3.0
14242026-08-19T02:30:07.154Z Compiling flagset v0.4.7
14252026-08-19T02:30:07.205Z Compiling regex-syntax v0.8.10
14262026-08-19T02:30:07.232Z Compiling ident_case v1.0.1
14272026-08-19T02:30:07.245Z Compiling rand_core v0.9.5
14282026-08-19T02:30:07.263Z Compiling base64 v0.22.1
14292026-08-19T02:30:07.280Z Compiling syn v1.0.109
14302026-08-19T02:30:07.291Z Compiling vcpkg v0.2.15
14312026-08-19T02:30:07.304Z Compiling tracing-core v0.1.36
14322026-08-19T02:30:07.407Z Compiling aws-lc-rs v1.16.3
14332026-08-19T02:30:07.438Z Compiling simd-adler32 v0.3.8
14342026-08-19T02:30:07.471Z Compiling dyn-clone v1.0.20
14352026-08-19T02:30:07.484Z Compiling cpufeatures v0.2.17
14362026-08-19T02:30:07.488Z Compiling schemars v0.8.22
14372026-08-19T02:30:07.571Z Compiling spin v0.9.8
14382026-08-19T02:30:07.585Z Compiling cmov v0.5.4
14392026-08-19T02:30:07.626Z Compiling crc32fast v1.5.0
14402026-08-19T02:30:07.656Z Compiling tinyvec_macros v0.1.1
14412026-08-19T02:30:07.712Z Compiling adler2 v2.0.1
14422026-08-19T02:30:07.727Z Compiling httparse v1.10.1
14432026-08-19T02:30:07.757Z Compiling openssl-probe v0.2.1
14442026-08-19T02:30:07.761Z Compiling tinyvec v1.10.0
14452026-08-19T02:30:07.787Z Compiling cmake v0.1.57
14462026-08-19T02:30:07.790Z Compiling ctutils v0.4.2
14472026-08-19T02:30:07.818Z Compiling miniz_oxide v0.8.9
14482026-08-19T02:30:07.832Z Compiling aho-corasick v1.1.4
14492026-08-19T02:30:07.856Z Compiling tower-layer v0.3.3
14502026-08-19T02:30:07.906Z Compiling tower-service v0.3.3
14512026-08-19T02:30:07.960Z Compiling radium v0.7.0
14522026-08-19T02:30:07.975Z Compiling untrusted v0.7.1
14532026-08-19T02:30:08.008Z Compiling bitflags v2.11.0
14542026-08-19T02:30:08.051Z Compiling semver v1.0.28
14552026-08-19T02:30:08.066Z Compiling indexmap v2.14.0
14562026-08-19T02:30:08.087Z Compiling uuid v1.23.4
14572026-08-19T02:30:08.127Z Compiling try-lock v0.2.5
14582026-08-19T02:30:08.161Z Compiling atomic-waker v1.1.2
14592026-08-19T02:30:08.246Z Compiling want v0.3.1
14602026-08-19T02:30:08.260Z Compiling httpdate v1.0.3
14612026-08-19T02:30:08.296Z Compiling rustc_version v0.4.1
14622026-08-19T02:30:08.385Z Compiling openssl v0.10.80
14632026-08-19T02:30:08.428Z Compiling maybe-uninit v2.0.0
14642026-08-19T02:30:08.443Z Compiling untrusted v0.9.0
14652026-08-19T02:30:08.456Z Compiling tap v1.0.1
14662026-08-19T02:30:08.511Z Compiling foreign-types-shared v0.1.1
14672026-08-19T02:30:08.524Z Compiling rustls v0.23.41
14682026-08-19T02:30:08.577Z Compiling wyz v0.5.1
14692026-08-19T02:30:08.592Z Compiling foreign-types v0.3.2
14702026-08-19T02:30:08.623Z Compiling aws-lc-sys v0.40.0
14712026-08-19T02:30:08.639Z Compiling synstructure v0.13.2
14722026-08-19T02:30:08.642Z Compiling serde_derive_internals v0.29.1
14732026-08-19T02:30:08.675Z Compiling openssl-sys v0.9.117
14742026-08-19T02:30:08.716Z Compiling pest_generator v2.8.6
14752026-08-19T02:30:08.731Z Compiling regex-automata v0.4.14
14762026-08-19T02:30:08.746Z Compiling darling_core v0.20.11
14772026-08-19T02:30:08.781Z Compiling bzip2-sys v0.1.13+1.0.8
14782026-08-19T02:30:08.824Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14792026-08-19T02:30:08.842Z Compiling unicode-normalization v0.1.25
14802026-08-19T02:30:09.098Z Compiling tempfile v3.27.0
14812026-08-19T02:30:09.204Z Compiling terminal_size v0.4.3
14822026-08-19T02:30:09.259Z Compiling num-integer v0.1.46
14832026-08-19T02:30:09.274Z Compiling wait-timeout v0.2.1
14842026-08-19T02:30:09.348Z Compiling ahash v0.8.12
14852026-08-19T02:30:09.363Z Compiling funty v2.0.0
14862026-08-19T02:30:09.377Z Compiling num-bigint-dig v0.8.6
14872026-08-19T02:30:09.451Z Compiling native-tls v0.2.18
14882026-08-19T02:30:09.489Z Compiling quick-error v1.2.3
14892026-08-19T02:30:09.574Z Compiling packed_struct v0.10.1
14902026-08-19T02:30:09.589Z Compiling time-core v0.1.8
14912026-08-19T02:30:09.606Z Compiling bit-vec v0.8.0
14922026-08-19T02:30:09.609Z Compiling num-conv v0.2.0
14932026-08-19T02:30:09.609Z Compiling powerfmt v0.2.0
14942026-08-19T02:30:09.673Z Compiling rusty-fork v0.3.1
14952026-08-19T02:30:09.676Z Compiling num-iter v0.1.45
14962026-08-19T02:30:09.716Z Compiling bitvec v1.0.1
14972026-08-19T02:30:09.736Z Compiling clap_builder v4.6.0
14982026-08-19T02:30:09.765Z Compiling time-macros v0.2.27
14992026-08-19T02:30:09.814Z Compiling bit-set v0.8.0
15002026-08-19T02:30:09.856Z Compiling deranged v0.5.8
15012026-08-19T02:30:09.947Z Compiling lazy_static v1.5.0
15022026-08-19T02:30:09.962Z Compiling rand_xorshift v0.4.0
15032026-08-19T02:30:09.966Z Compiling sync_wrapper v1.0.2
15042026-08-19T02:30:09.991Z Compiling indexmap v1.9.3
15052026-08-19T02:30:10.004Z Compiling zlib-rs v0.6.2
15062026-08-19T02:30:10.049Z Compiling num_threads v0.1.7
15072026-08-19T02:30:10.084Z Compiling unarray v0.1.4
15082026-08-19T02:30:10.154Z Compiling siphasher v1.0.2
15092026-08-19T02:30:10.167Z Compiling usdt-impl v0.6.0
15102026-08-19T02:30:10.195Z Compiling crc-catalog v2.4.0
15112026-08-19T02:30:10.209Z Compiling nodrop v0.1.14
15122026-08-19T02:30:10.300Z Compiling paste v1.0.15
15132026-08-19T02:30:10.314Z Compiling crossbeam-utils v0.8.21
15142026-08-19T02:30:10.356Z Compiling object v0.37.3
15152026-08-19T02:30:10.372Z Compiling serde_derive v1.0.228
15162026-08-19T02:30:10.385Z Compiling zeroize_derive v1.5.0
15172026-08-19T02:30:10.586Z Compiling zerocopy-derive v0.8.55
15182026-08-19T02:30:10.618Z Compiling zerofrom-derive v0.1.6
15192026-08-19T02:30:10.637Z Compiling yoke-derive v0.8.1
15202026-08-19T02:30:10.845Z Compiling zerovec-derive v0.11.2
15212026-08-19T02:30:10.860Z Compiling displaydoc v0.2.5
15222026-08-19T02:30:10.863Z Compiling tokio-macros v2.7.0
15232026-08-19T02:30:11.058Z Compiling futures-macro v0.3.32
15242026-08-19T02:30:11.078Z Compiling der_derive v0.7.3
15252026-08-19T02:30:11.142Z Compiling thiserror-impl v2.0.18
15262026-08-19T02:30:11.625Z Compiling tracing-attributes v0.1.31
15272026-08-19T02:30:11.640Z Compiling schemars_derive v0.8.22
15282026-08-19T02:30:11.691Z Compiling scroll_derive v0.13.1
15292026-08-19T02:30:11.840Z Compiling pest_derive v2.8.6
15302026-08-19T02:30:11.943Z Compiling futures-util v0.3.32
15312026-08-19T02:30:12.009Z Compiling darling_macro v0.20.11
15322026-08-19T02:30:12.105Z Compiling zerofrom v0.1.6
15332026-08-19T02:30:12.119Z Compiling openssl-macros v0.1.1
15342026-08-19T02:30:12.251Z Compiling yoke v0.8.1
15352026-08-19T02:30:12.327Z Compiling thiserror-impl v1.0.69
15362026-08-19T02:30:12.493Z Compiling zerovec v0.11.5
15372026-08-19T02:30:12.583Z Compiling zerotrie v0.2.3
15382026-08-19T02:30:12.587Z Compiling scroll v0.13.0
15392026-08-19T02:30:12.612Z Compiling thiserror v2.0.18
15402026-08-19T02:30:12.736Z Compiling darling v0.20.11
15412026-08-19T02:30:12.781Z Compiling packed_struct_codegen v0.10.1
15422026-08-19T02:30:12.847Z Compiling goblin v0.10.5
15432026-08-19T02:30:12.876Z Compiling clap_derive v4.6.1
15442026-08-19T02:30:12.895Z Compiling bitfield-macros v0.19.4
15452026-08-19T02:30:12.918Z Compiling zerocopy-derive v0.6.6
15462026-08-19T02:30:12.979Z Compiling tinystr v0.8.2
15472026-08-19T02:30:13.012Z Compiling potential_utf v0.1.4
15482026-08-19T02:30:13.035Z Compiling tracing v0.1.44
15492026-08-19T02:30:13.190Z Compiling icu_locale_core v2.1.1
15502026-08-19T02:30:13.205Z Compiling icu_collections v2.1.1
15512026-08-19T02:30:13.255Z Compiling flate2 v1.1.9
15522026-08-19T02:30:13.322Z Compiling derive_builder_core v0.20.2
15532026-08-19T02:30:13.648Z Compiling bitfield v0.19.4
15542026-08-19T02:30:13.697Z Compiling dtrace-parser v0.3.0
15552026-08-19T02:30:13.712Z Compiling thiserror v1.0.69
15562026-08-19T02:30:13.804Z Compiling zerocopy v0.6.6
15572026-08-19T02:30:13.830Z Compiling icu_provider v2.1.1
15582026-08-19T02:30:13.834Z Compiling time v0.3.47
15592026-08-19T02:30:13.931Z Compiling zeroize v1.9.0
15602026-08-19T02:30:13.949Z Compiling bytes v1.11.1
15612026-08-19T02:30:13.966Z Compiling chrono v0.4.45
15622026-08-19T02:30:14.089Z Compiling icu_normalizer v2.1.1
15632026-08-19T02:30:14.147Z Compiling icu_properties v2.1.2
15642026-08-19T02:30:14.174Z Compiling der v0.7.10
15652026-08-19T02:30:14.217Z Compiling rustls-pki-types v1.14.0
15662026-08-19T02:30:14.346Z Compiling hybrid-array v0.4.13
15672026-08-19T02:30:14.450Z Compiling tokio v1.52.1
15682026-08-19T02:30:14.587Z Compiling http v1.4.2
15692026-08-19T02:30:14.625Z Compiling ipnet v2.12.0
15702026-08-19T02:30:14.661Z Compiling block-buffer v0.10.4
15712026-08-19T02:30:14.678Z Compiling crypto-common v0.1.7
15722026-08-19T02:30:14.717Z Compiling hex v0.4.3
15732026-08-19T02:30:14.842Z Compiling digest v0.10.7
15742026-08-19T02:30:14.855Z Compiling serde_spanned v0.6.9
15752026-08-19T02:30:14.994Z Compiling spki v0.7.3
15762026-08-19T02:30:15.010Z Compiling idna_adapter v1.2.1
15772026-08-19T02:30:15.106Z Compiling ppv-lite86 v0.2.21
15782026-08-19T02:30:15.129Z Compiling idna v1.1.0
15792026-08-19T02:30:15.144Z Compiling sha2 v0.10.9
15802026-08-19T02:30:15.159Z Compiling pkcs8 v0.10.2
15812026-08-19T02:30:15.218Z Compiling http-body v1.0.1
15822026-08-19T02:30:15.272Z Compiling signature v2.2.0
15832026-08-19T02:30:15.330Z Compiling hmac v0.12.1
15842026-08-19T02:30:15.345Z Compiling toml_datetime v0.6.11
15852026-08-19T02:30:15.375Z Compiling http-body-util v0.1.3
15862026-08-19T02:30:15.390Z Compiling pkcs1 v0.7.5
15872026-08-19T02:30:15.408Z Compiling rand_chacha v0.9.0
15882026-08-19T02:30:15.433Z Compiling url v2.5.8
15892026-08-19T02:30:15.447Z Compiling rand_chacha v0.3.1
15902026-08-19T02:30:15.522Z Compiling clap v4.6.1
15912026-08-19T02:30:15.613Z Compiling rand v0.9.2
15922026-08-19T02:30:15.628Z Compiling dof v0.4.0
15932026-08-19T02:30:15.711Z Compiling rand v0.8.6
15942026-08-19T02:30:15.814Z Compiling structmeta-derive v0.3.0
15952026-08-19T02:30:15.819Z Compiling scroll_derive v0.12.1
15962026-08-19T02:30:15.843Z Compiling array-init v0.0.4
15972026-08-19T02:30:15.844Z Compiling crc v3.4.0
15982026-08-19T02:30:16.147Z Compiling smallvec v0.6.14
15992026-08-19T02:30:16.188Z Compiling proptest v1.11.0
16002026-08-19T02:30:16.228Z Compiling heapless v0.7.17
16012026-08-19T02:30:16.241Z Compiling darling_core v0.23.0
16022026-08-19T02:30:16.435Z Compiling slog v2.8.2
16032026-08-19T02:30:16.487Z Compiling thread-id v5.1.0
16042026-08-19T02:30:16.552Z Compiling env_filter v2.0.0
16052026-08-19T02:30:16.573Z Compiling cookie v0.18.1
16062026-08-19T02:30:16.577Z Compiling gimli v0.32.3
16072026-08-19T02:30:16.600Z Compiling unicode-bidi v0.3.18
16082026-08-19T02:30:16.639Z Compiling base64 v0.21.7
16092026-08-19T02:30:16.787Z Compiling ryu v1.0.23
16102026-08-19T02:30:16.817Z Compiling iri-string v0.7.10
16112026-08-19T02:30:16.871Z Compiling anyhow v1.0.104
16122026-08-19T02:30:16.887Z Compiling allocator-api2 v0.2.21
16132026-08-19T02:30:16.972Z Compiling ipnetwork v0.21.1
16142026-08-19T02:30:16.987Z Compiling hashbrown v0.12.3
16152026-08-19T02:30:17.000Z Compiling winnow v0.5.40
16162026-08-19T02:30:17.015Z Compiling unicode-properties v0.1.4
16172026-08-19T02:30:17.145Z Compiling signal-hook v0.3.18
16182026-08-19T02:30:17.186Z Compiling zstd-safe v7.2.4
16192026-08-19T02:30:17.228Z Compiling oxnet v0.1.6
16202026-08-19T02:30:17.242Z Compiling stringprep v0.1.5
16212026-08-19T02:30:17.355Z Compiling structmeta v0.3.0
16222026-08-19T02:30:17.386Z Compiling serde_urlencoded v0.7.1
16232026-08-19T02:30:17.434Z Compiling ron v0.8.1
16242026-08-19T02:30:17.467Z Compiling rsa v0.9.10
16252026-08-19T02:30:17.583Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16262026-08-19T02:30:17.650Z Compiling env_logger v0.11.11
16272026-08-19T02:30:17.683Z Compiling scroll v0.12.0
16282026-08-19T02:30:17.761Z Compiling serde-hex v0.1.0
16292026-08-19T02:30:17.808Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
16302026-08-19T02:30:17.962Z Compiling camino v1.2.5
16312026-08-19T02:30:18.307Z Compiling tokio-util v0.7.18
16322026-08-19T02:30:18.347Z Compiling tower v0.5.3
16332026-08-19T02:30:18.373Z Compiling toml_edit v0.19.15
16342026-08-19T02:30:18.401Z Compiling addr2line v0.25.1
16352026-08-19T02:30:18.469Z Compiling tokio-native-tls v0.3.1
16362026-08-19T02:30:18.544Z Compiling hashbrown v0.13.2
16372026-08-19T02:30:18.560Z Compiling x509-cert v0.2.5
16382026-08-19T02:30:18.658Z Compiling newtype-uuid v1.3.2
16392026-08-19T02:30:18.757Z Compiling tower-http v0.6.8
16402026-08-19T02:30:18.809Z Compiling darling_macro v0.23.0
16412026-08-19T02:30:18.851Z Compiling crypto-common v0.2.2
16422026-08-19T02:30:19.015Z Compiling h2 v0.4.15
16432026-08-19T02:30:19.050Z Compiling block-buffer v0.12.1
16442026-08-19T02:30:19.186Z Compiling block-padding v0.4.2
16452026-08-19T02:30:19.267Z Compiling md-5 v0.10.6
16462026-08-19T02:30:19.334Z Compiling rustls-native-certs v0.8.3
16472026-08-19T02:30:19.358Z Compiling derive_builder_macro v0.20.2
16482026-08-19T02:30:19.372Z Compiling erased-serde v0.3.31
16492026-08-19T02:30:19.449Z Compiling serde_tokenstream v0.2.3
16502026-08-19T02:30:19.516Z Compiling bzip2 v0.4.4
16512026-08-19T02:30:19.642Z Compiling bstr v1.12.1
16522026-08-19T02:30:19.738Z Compiling async-trait v0.1.89
16532026-08-19T02:30:19.786Z Compiling pin-project-internal v1.1.11
16542026-08-19T02:30:19.857Z Compiling zerocopy-derive v0.7.35
16552026-08-19T02:30:19.873Z Compiling daft-derive v0.1.7
16562026-08-19T02:30:20.180Z Compiling curve25519-dalek v4.1.3
16572026-08-19T02:30:20.226Z Compiling vergen-lib v9.1.0
16582026-08-19T02:30:20.294Z Compiling hash32 v0.2.1
16592026-08-19T02:30:20.409Z Compiling encoding_rs v0.8.35
16602026-08-19T02:30:20.497Z Compiling memoffset v0.9.1
16612026-08-19T02:30:20.529Z Compiling crc-any v2.5.0
16622026-08-19T02:30:20.546Z Compiling smoltcp v0.9.1
16632026-08-19T02:30:20.600Z Compiling rustc-demangle v0.1.27
16642026-08-19T02:30:20.633Z Compiling mime v0.3.17
16652026-08-19T02:30:20.712Z Compiling psl-types v2.0.11
16662026-08-19T02:30:20.765Z Compiling litrs v1.0.0
16672026-08-19T02:30:20.780Z Compiling owo-colors v4.3.0
16682026-08-19T02:30:20.793Z Compiling ref-cast v1.0.25
16692026-08-19T02:30:20.849Z Compiling fallible-iterator v0.2.0
16702026-08-19T02:30:20.903Z Compiling rustix v0.38.44
16712026-08-19T02:30:20.918Z Compiling cfg_aliases v0.2.1
16722026-08-19T02:30:20.931Z Compiling pin-project v1.1.11
16732026-08-19T02:30:21.002Z Compiling nix v0.31.2
16742026-08-19T02:30:21.023Z Compiling backtrace v0.3.76
16752026-08-19T02:30:21.054Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16762026-08-19T02:30:21.068Z Compiling publicsuffix v2.3.0
16772026-08-19T02:30:21.165Z Compiling postgres-protocol v0.6.10
16782026-08-19T02:30:21.180Z Compiling zerocopy v0.7.35
16792026-08-19T02:30:21.264Z Compiling daft v0.1.7
16802026-08-19T02:30:21.300Z Compiling document-features v0.2.12
16812026-08-19T02:30:21.421Z Compiling derive_builder v0.20.2
16822026-08-19T02:30:21.451Z Compiling toml v0.7.8
16832026-08-19T02:30:21.565Z Compiling zip v0.6.6
16842026-08-19T02:30:21.619Z Compiling darling v0.23.0
16852026-08-19T02:30:21.714Z Compiling inout v0.2.2
16862026-08-19T02:30:21.791Z Compiling object v0.30.4
16872026-08-19T02:30:21.815Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
16882026-08-19T02:30:21.831Z Compiling goblin v0.8.2
16892026-08-19T02:30:21.915Z Compiling derive-ex v0.1.8
16902026-08-19T02:30:22.068Z Compiling futures-executor v0.3.32
16912026-08-19T02:30:22.127Z Compiling hubpack_derive v0.1.1
16922026-08-19T02:30:22.164Z Compiling regex v1.12.3
16932026-08-19T02:30:22.185Z Compiling ref-cast-impl v1.0.25
16942026-08-19T02:30:22.282Z Compiling hyper v1.10.1
16952026-08-19T02:30:22.301Z Compiling curve25519-dalek-derive v0.1.1
16962026-08-19T02:30:22.316Z Compiling snafu-derive v0.8.9
16972026-08-19T02:30:22.340Z Compiling strum_macros v0.27.2
16982026-08-19T02:30:22.355Z Compiling phf_shared v0.13.1
16992026-08-19T02:30:22.416Z Compiling cargo-platform v0.3.2
17002026-08-19T02:30:22.609Z Compiling vergen v9.1.0
17012026-08-19T02:30:22.624Z Compiling ff v0.13.1
17022026-08-19T02:30:22.627Z Compiling fs-err v3.3.0
17032026-08-19T02:30:22.707Z Compiling foldhash v0.1.5
17042026-08-19T02:30:22.771Z Compiling jiff-core v0.1.0
17052026-08-19T02:30:22.784Z Compiling libbz2-rs-sys v0.2.2
17062026-08-19T02:30:22.810Z Compiling either v1.15.0
17072026-08-19T02:30:22.852Z Compiling bitflags v1.3.2
17082026-08-19T02:30:22.898Z Compiling base16ct v0.2.0
17092026-08-19T02:30:22.943Z Compiling managed v0.8.0
17102026-08-19T02:30:22.989Z Compiling is_ci v1.2.0
17112026-08-19T02:30:23.034Z Compiling path-slash v0.1.5
17122026-08-19T02:30:23.090Z Compiling unicode-segmentation v1.12.0
17132026-08-19T02:30:23.145Z Compiling bumpalo v3.20.2
17142026-08-19T02:30:23.185Z Compiling foldhash v0.2.0
17152026-08-19T02:30:23.188Z Compiling same-file v1.0.6
17162026-08-19T02:30:23.250Z Compiling bzip2 v0.6.1
17172026-08-19T02:30:23.382Z Compiling zopfli v0.8.3
17182026-08-19T02:30:23.416Z Compiling hyper-util v0.1.20
17192026-08-19T02:30:23.430Z Compiling hashbrown v0.16.1
17202026-08-19T02:30:23.472Z Compiling walkdir v2.5.0
17212026-08-19T02:30:23.509Z Compiling supports-color v3.0.2
17222026-08-19T02:30:23.651Z Compiling test-strategy v0.4.5
17232026-08-19T02:30:23.699Z Compiling jiff v0.2.34
17242026-08-19T02:30:23.802Z Compiling textwrap v0.16.2
17252026-08-19T02:30:23.862Z Compiling sec1 v0.7.3
17262026-08-19T02:30:24.063Z Compiling hashbrown v0.15.5
17272026-08-19T02:30:24.165Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
17282026-08-19T02:30:24.179Z Compiling dof v0.3.0
17292026-08-19T02:30:24.258Z Compiling snafu v0.8.9
17302026-08-19T02:30:24.322Z Compiling group v0.13.0
17312026-08-19T02:30:24.378Z Compiling strum v0.27.2
17322026-08-19T02:30:24.415Z Compiling hubpack v0.1.2
17332026-08-19T02:30:24.521Z Compiling cargo_metadata v0.23.1
17342026-08-19T02:30:24.535Z Compiling phf v0.13.1
17352026-08-19T02:30:24.627Z Compiling futures v0.3.32
17362026-08-19T02:30:24.643Z Compiling signal-hook-mio v0.2.5
17372026-08-19T02:30:24.711Z Compiling cookie_store v0.22.1
17382026-08-19T02:30:24.726Z Compiling zstd v0.13.3
17392026-08-19T02:30:24.730Z Compiling cipher v0.5.2
17402026-08-19T02:30:24.777Z Compiling serde_with_macros v3.21.0
17412026-08-19T02:30:24.922Z Compiling hyper-tls v0.6.0
17422026-08-19T02:30:25.026Z Compiling postgres-types v0.2.12
17432026-08-19T02:30:25.036Z Compiling backtrace-ext v0.2.1
17442026-08-19T02:30:25.138Z Compiling reqwest v0.12.28
17452026-08-19T02:30:25.227Z Compiling globset v0.4.18
17462026-08-19T02:30:25.271Z Compiling usdt-macro v0.6.0
17472026-08-19T02:30:25.359Z Compiling usdt-attr-macro v0.6.0
17482026-08-19T02:30:25.386Z Compiling byte-wrapper v0.1.0
17492026-08-19T02:30:25.586Z Compiling hkdf v0.12.4
17502026-08-19T02:30:25.613Z Compiling ed25519 v2.2.3
17512026-08-19T02:30:25.735Z Compiling crypto-bigint v0.5.5
17522026-08-19T02:30:25.772Z Compiling serde_plain v1.0.2
17532026-08-19T02:30:25.897Z Compiling olpc-cjson v0.1.4
17542026-08-19T02:30:25.915Z Compiling serde-big-array v0.5.1
17552026-08-19T02:30:25.936Z Compiling dtrace-parser v0.2.0
17562026-08-19T02:30:25.981Z Compiling miette-derive v7.6.0
17572026-08-19T02:30:25.994Z Compiling async-recursion v1.1.1
17582026-08-19T02:30:26.073Z Compiling serde_repr v0.1.20
17592026-08-19T02:30:26.087Z Compiling enum-as-inner v0.6.1
17602026-08-19T02:30:26.101Z Compiling strum_macros v0.26.4
17612026-08-19T02:30:26.188Z Compiling phf_shared v0.11.3
17622026-08-19T02:30:26.230Z Compiling float-cmp v0.10.0
17632026-08-19T02:30:26.432Z Compiling pem v3.0.6
17642026-08-19T02:30:26.447Z Compiling memmap2 v0.9.10
17652026-08-19T02:30:26.529Z Compiling thread-id v4.2.2
17662026-08-19T02:30:26.637Z Compiling const-oid v0.10.2
17672026-08-19T02:30:26.653Z Compiling data-encoding v2.10.0
17682026-08-19T02:30:26.684Z Compiling fixedbitset v0.4.2
17692026-08-19T02:30:26.698Z Compiling winnow v1.0.3
17702026-08-19T02:30:26.713Z Compiling predicates-core v1.0.10
17712026-08-19T02:30:26.768Z Compiling supports-unicode v3.0.0
17722026-08-19T02:30:26.782Z Compiling static_assertions v1.1.0
17732026-08-19T02:30:26.863Z Compiling new_debug_unreachable v1.0.6
17742026-08-19T02:30:26.879Z Compiling whoami v2.1.0
17752026-08-19T02:30:26.883Z Compiling precomputed-hash v0.1.1
17762026-08-19T02:30:26.907Z Compiling cpufeatures v0.3.0
17772026-08-19T02:30:26.922Z Compiling keccak v0.1.6
17782026-08-19T02:30:26.941Z Compiling typed-path v0.9.3
17792026-08-19T02:30:26.952Z Compiling fixedbitset v0.5.7
17802026-08-19T02:30:26.991Z Compiling supports-hyperlinks v3.2.0
17812026-08-19T02:30:27.026Z Compiling normalize-line-endings v0.3.0
17822026-08-19T02:30:27.116Z Compiling difflib v0.4.0
17832026-08-19T02:30:27.160Z Compiling petgraph v0.8.3
17842026-08-19T02:30:27.186Z Compiling miette v7.6.0
17852026-08-19T02:30:27.270Z Compiling tokio-postgres v0.7.16
17862026-08-19T02:30:27.285Z Compiling sha3 v0.10.8
17872026-08-19T02:30:27.299Z Compiling chacha20 v0.10.0
17882026-08-19T02:30:27.346Z Compiling predicates v3.1.4
17892026-08-19T02:30:27.383Z Compiling string_cache v0.8.9
17902026-08-19T02:30:27.632Z Compiling toml_parser v1.1.2+spec-1.1.0
17912026-08-19T02:30:27.740Z Compiling toml_edit v0.22.27
17922026-08-19T02:30:27.746Z Compiling hickory-proto v0.25.2
17932026-08-19T02:30:27.746Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17942026-08-19T02:30:27.769Z Compiling petgraph v0.6.5
17952026-08-19T02:30:27.798Z Compiling digest v0.11.3
17962026-08-19T02:30:27.943Z Compiling elliptic-curve v0.13.8
17972026-08-19T02:30:27.957Z Compiling strum v0.26.3
17982026-08-19T02:30:28.016Z Compiling usdt v0.6.0
17992026-08-19T02:30:28.041Z Compiling usdt-impl v0.5.0
18002026-08-19T02:30:28.101Z Compiling serde_with v3.21.0
18012026-08-19T02:30:28.200Z Compiling crossterm v0.28.1
18022026-08-19T02:30:28.289Z Compiling zip v4.6.1
18032026-08-19T02:30:28.303Z Compiling ed25519-dalek v2.2.0
18042026-08-19T02:30:28.359Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
18052026-08-19T02:30:28.786Z Compiling iddqd v0.4.2
18062026-08-19T02:30:28.920Z Compiling similar v2.7.0
18072026-08-19T02:30:29.153Z Compiling heck v0.4.1
18082026-08-19T02:30:29.242Z Compiling itertools v0.15.0
18092026-08-19T02:30:29.267Z Compiling itertools v0.13.0
18102026-08-19T02:30:29.281Z Compiling tokio-stream v0.1.18
18112026-08-19T02:30:29.393Z Compiling crossbeam-epoch v0.9.18
18122026-08-19T02:30:29.484Z Compiling buf-list v1.1.2
18132026-08-19T02:30:29.553Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
18142026-08-19T02:30:29.737Z Compiling openapiv3 v2.2.0
18152026-08-19T02:30:29.756Z Compiling lalrpop-util v0.19.12
18162026-08-19T02:30:29.777Z Compiling peg-runtime v0.8.5
18172026-08-19T02:30:29.781Z Compiling thread_local v1.1.9
18182026-08-19T02:30:29.865Z Compiling slog-async v2.8.0
18192026-08-19T02:30:29.879Z Compiling crossbeam-channel v0.5.15
18202026-08-19T02:30:29.910Z Compiling is-terminal v0.4.17
18212026-08-19T02:30:29.969Z Compiling filetime v0.2.27
18222026-08-19T02:30:30.024Z Compiling term v1.2.1
18232026-08-19T02:30:30.058Z Compiling xattr v1.6.1
18242026-08-19T02:30:30.073Z Compiling take_mut v0.2.2
18252026-08-19T02:30:30.090Z Compiling camino-tempfile v1.4.1
18262026-08-19T02:30:30.198Z Compiling tar v0.4.46
18272026-08-19T02:30:30.331Z Compiling slog-term v2.9.2
18282026-08-19T02:30:47.574Z Compiling rustls-webpki v0.103.13
18292026-08-19T02:30:50.238Z Compiling tokio-rustls v0.26.4
18302026-08-19T02:30:50.238Z Compiling rustls-platform-verifier v0.6.2
18312026-08-19T02:30:50.246Z Compiling tough v0.22.0
18322026-08-19T02:30:50.468Z Compiling hyper-rustls v0.27.7
18332026-08-19T02:30:50.647Z Compiling reqwest v0.13.2
18342026-08-19T02:30:52.766Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18352026-08-19T02:30:52.985Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18362026-08-19T02:30:55.832Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 51.02s
18372026-08-19T02:30:55.967Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
18382026-08-19T02:30:56.020ZAug 19 02:30:55.320 INFO Starting download, target: DendriteStub
18392026-08-19T02:30:56.020ZAug 19 02:30:55.321 INFO Starting download, target: MaghemiteMgd
18402026-08-19T02:30:56.020ZAug 19 02:30:55.321 INFO Starting download, target: Cockroach
18412026-08-19T02:30:56.020ZAug 19 02:30:55.321 INFO Starting download, target: Console
18422026-08-19T02:30:56.023ZAug 19 02:30:55.321 INFO Starting download, target: Clickhouse
18432026-08-19T02:30:56.023ZAug 19 02:30:55.321 INFO Starting download, target: MaghemiteDdmd
18442026-08-19T02:30:56.023ZAug 19 02:30:55.321 INFO Starting download, target: TransceiverControl
18452026-08-19T02:30:56.023ZAug 19 02:30:55.321 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
18462026-08-19T02:30:56.023ZAug 19 02:30:55.321 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
18472026-08-19T02:30:56.023ZAug 19 02:30:55.321 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
18482026-08-19T02:30:56.023ZAug 19 02:30:55.321 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
18492026-08-19T02:30:56.023ZAug 19 02:30:55.321 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
18502026-08-19T02:30:56.023ZAug 19 02:30:55.321 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
18512026-08-19T02:30:56.023ZAug 19 02:30:55.321 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
18522026-08-19T02:30:56.363ZAug 19 02:30:55.664 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
18532026-08-19T02:30:56.597ZAug 19 02:30:55.888 INFO Download complete, target: TransceiverControl
18542026-08-19T02:30:57.839ZAug 19 02:30:57.137 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
18552026-08-19T02:30:58.069ZAug 19 02:30:57.370 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
18562026-08-19T02:30:58.136ZAug 19 02:30:57.436 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
18572026-08-19T02:30:58.153ZAug 19 02:30:57.452 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
18582026-08-19T02:30:58.327ZAug 19 02:30:57.628 INFO Download complete, target: Console
18592026-08-19T02:30:58.593ZAug 19 02:30:57.885 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
18602026-08-19T02:30:58.856ZAug 19 02:30:58.151 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
18612026-08-19T02:30:58.856ZAug 19 02:30:58.151 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
18622026-08-19T02:30:59.858ZAug 19 02:30:59.154 INFO Download complete, target: MaghemiteDdmd
18632026-08-19T02:31:01.020ZAug 19 02:31:00.321 INFO Download complete, target: MaghemiteMgd
18642026-08-19T02:31:01.020ZAug 19 02:31:00.321 INFO Download complete, target: DendriteStub
18652026-08-19T02:31:03.664ZAug 19 02:31:02.965 INFO Checking that binary works, target: Cockroach
18662026-08-19T02:31:03.806ZAug 19 02:31:03.107 INFO Download complete, target: Cockroach
18672026-08-19T02:31:05.463ZAug 19 02:31:04.764 INFO Checking that binary works, target: Clickhouse
18682026-08-19T02:31:05.549ZAug 19 02:31:04.850 INFO Download complete, target: Clickhouse
18692026-08-19T02:31:05.557ZAll prerequisites installed successfully
18702026-08-19T02:31:05.562Z
18712026-08-19T02:31:05.562Zreal 1:28.164519017
18722026-08-19T02:31:05.562Zuser 7:11.135687743
18732026-08-19T02:31:05.562Zsys 1:43.044698111
18742026-08-19T02:31:05.562Ztrap 0.258625624
18752026-08-19T02:31:05.562Ztflt 0.935163750
18762026-08-19T02:31:05.562Zdflt 1.838665494
18772026-08-19T02:31:05.562Zkflt 0.037206820
18782026-08-19T02:31:05.562Zlock 27:04.262337848
18792026-08-19T02:31:05.563Zslp 19:29.020677184
18802026-08-19T02:31:05.563Zlat 23.121743442
18812026-08-19T02:31:05.563Zstop 2:52.928175489
18822026-08-19T02:31:05.563Z+ source ./tools/include/force-git-over-https.sh
18832026-08-19T02:31:05.563Z++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/')
18842026-08-19T02:31:05.563Z++ (( i = 0 ))
18852026-08-19T02:31:05.563Z++ (( i < 5 ))
18862026-08-19T02:31:05.563Z++ git config --add --global url.https://github.com/.insteadOf git://github.com/
18872026-08-19T02:31:05.566Z++ (( i++ ))
18882026-08-19T02:31:05.566Z++ (( i < 5 ))
18892026-08-19T02:31:05.566Z++ git config --add --global url.https://github.com/.insteadOf git@github.com:
18902026-08-19T02:31:05.566Z++ (( i++ ))
18912026-08-19T02:31:05.566Z++ (( i < 5 ))
18922026-08-19T02:31:05.566Z++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/
18932026-08-19T02:31:05.570Z++ (( i++ ))
18942026-08-19T02:31:05.570Z++ (( i < 5 ))
18952026-08-19T02:31:05.570Z++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/
18962026-08-19T02:31:05.570Z++ (( i++ ))
18972026-08-19T02:31:05.571Z++ (( i < 5 ))
18982026-08-19T02:31:05.571Z++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/
18992026-08-19T02:31:05.575Z++ (( i++ ))
19002026-08-19T02:31:05.575Z++ (( i < 5 ))
19012026-08-19T02:31:05.575Z++ export CARGO_NET_GIT_FETCH_WITH_CLI=true
19022026-08-19T02:31:05.575Z++ CARGO_NET_GIT_FETCH_WITH_CLI=true
19032026-08-19T02:31:05.575Z+ rc=0
19042026-08-19T02:31:05.575Z+ pfexec pkg install -q /system/zones/brand/omicron1/tools
19052026-08-19T02:31:13.019Z+ case $rc in
19062026-08-19T02:31:13.019Z+ pfexec zfs create -p rpool/images/build/host
19072026-08-19T02:31:13.282Z+ pfexec zfs create -p rpool/images/build/recovery
19082026-08-19T02:31:13.413Z+ cargo xtask releng --output-dir /work --mkincorp --verify-debug-libraries
19092026-08-19T02:31:13.861Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
19102026-08-19T02:31:13.881Z Running `target/debug/xtask releng --output-dir /work --mkincorp --verify-debug-libraries`
19112026-08-19T02:31:14.734Z Compiling proc-macro2 v1.0.106
19122026-08-19T02:31:14.734Z Compiling quote v1.0.45
19132026-08-19T02:31:14.738Z Compiling unicode-ident v1.0.24
19142026-08-19T02:31:14.739Z Compiling serde_core v1.0.228
19152026-08-19T02:31:14.739Z Compiling libc v0.2.185
19162026-08-19T02:31:14.739Z Compiling serde v1.0.228
19172026-08-19T02:31:14.739Z Compiling cfg-if v1.0.4
19182026-08-19T02:31:14.739Z Compiling shlex v1.3.0
19192026-08-19T02:31:14.870Z Compiling find-msvc-tools v0.1.9
19202026-08-19T02:31:14.873Z Compiling autocfg v1.5.0
19212026-08-19T02:31:14.873Z Compiling version_check v0.9.5
19222026-08-19T02:31:14.873Z Compiling zerocopy v0.8.55
19232026-08-19T02:31:14.873Z Compiling portable-atomic v1.13.1
19242026-08-19T02:31:14.873Z Compiling memchr v2.8.0
19252026-08-19T02:31:14.873Z Compiling zmij v1.0.21
19262026-08-19T02:31:15.106Z Compiling serde_json v1.0.151
19272026-08-19T02:31:15.110Z Compiling libm v0.2.16
19282026-08-19T02:31:15.173Z Compiling getrandom v0.3.4
19292026-08-19T02:31:15.207Z Compiling generic-array v0.14.7
19302026-08-19T02:31:15.326Z Compiling parking_lot_core v0.9.12
19312026-08-19T02:31:15.390Z Compiling pkg-config v0.3.32
19322026-08-19T02:31:15.393Z Compiling icu_properties_data v2.1.2
19332026-08-19T02:31:15.423Z Compiling num-traits v0.2.19
19342026-08-19T02:31:15.469Z Compiling icu_normalizer_data v2.1.1
19352026-08-19T02:31:15.472Z Compiling smallvec v1.15.1
19362026-08-19T02:31:15.474Z Compiling rustix v1.1.4
19372026-08-19T02:31:15.519Z Compiling getrandom v0.4.3
19382026-08-19T02:31:15.522Z Compiling log v0.4.33
19392026-08-19T02:31:15.584Z Compiling itoa v1.0.17
19402026-08-19T02:31:15.626Z Compiling subtle v2.6.1
19412026-08-19T02:31:15.758Z Compiling jobserver v0.1.34
19422026-08-19T02:31:15.825Z Compiling errno v0.3.14
19432026-08-19T02:31:15.832Z Compiling stable_deref_trait v1.2.1
19442026-08-19T02:31:15.842Z Compiling scopeguard v1.2.0
19452026-08-19T02:31:15.847Z Compiling typenum v1.20.1
19462026-08-19T02:31:15.887Z Compiling heck v0.5.0
19472026-08-19T02:31:15.902Z Compiling critical-section v1.2.0
19482026-08-19T02:31:15.964Z Compiling cc v1.2.56
19492026-08-19T02:31:16.023Z Compiling lock_api v0.4.14
19502026-08-19T02:31:16.040Z Compiling thiserror v2.0.18
19512026-08-19T02:31:16.177Z Compiling syn v2.0.117
19522026-08-19T02:31:16.247Z Compiling getrandom v0.2.17
19532026-08-19T02:31:16.300Z Compiling fs_extra v1.3.0
19542026-08-19T02:31:16.303Z Compiling dunce v1.0.5
19552026-08-19T02:31:16.399Z Compiling rand_core v0.6.4
19562026-08-19T02:31:16.421Z Compiling percent-encoding v2.3.2
19572026-08-19T02:31:16.435Z Compiling writeable v0.6.2
19582026-08-19T02:31:16.511Z Compiling once_cell v1.21.3
19592026-08-19T02:31:16.553Z Compiling litemap v0.8.1
19602026-08-19T02:31:16.597Z Compiling const-oid v0.9.6
19612026-08-19T02:31:16.700Z Compiling cmake v0.1.57
19622026-08-19T02:31:16.802Z Compiling schemars v0.8.22
19632026-08-19T02:31:16.817Z Compiling pin-project-lite v0.2.17
19642026-08-19T02:31:16.910Z Compiling equivalent v1.0.2
19652026-08-19T02:31:16.959Z Compiling signal-hook-registry v1.4.8
19662026-08-19T02:31:17.026Z Compiling futures-core v0.3.32
19672026-08-19T02:31:17.030Z Compiling rand_core v0.10.0
19682026-08-19T02:31:17.058Z Compiling aws-lc-rs v1.16.3
19692026-08-19T02:31:17.061Z Compiling rustversion v1.0.22
19702026-08-19T02:31:17.247Z Compiling parking_lot v0.12.5
19712026-08-19T02:31:17.294Z Compiling bitflags v2.11.0
19722026-08-19T02:31:17.326Z Compiling aws-lc-sys v0.40.0
19732026-08-19T02:31:17.365Z Compiling semver v1.0.28
19742026-08-19T02:31:17.495Z Compiling mio v1.2.0
19752026-08-19T02:31:17.581Z Compiling utf8_iter v1.0.4
19762026-08-19T02:31:17.615Z Compiling crc32fast v1.5.0
19772026-08-19T02:31:17.770Z Compiling form_urlencoded v1.2.2
19782026-08-19T02:31:17.891Z Compiling vcpkg v0.2.15
19792026-08-19T02:31:17.978Z Compiling syn v1.0.109
19802026-08-19T02:31:18.021Z Compiling byteorder v1.5.0
19812026-08-19T02:31:18.052Z Compiling hashbrown v0.17.0
19822026-08-19T02:31:18.070Z Compiling strsim v0.11.1
19832026-08-19T02:31:18.142Z Compiling fnv v1.0.7
19842026-08-19T02:31:18.158Z Compiling socket2 v0.6.3
19852026-08-19T02:31:18.460Z Compiling httparse v1.10.1
19862026-08-19T02:31:18.477Z Compiling futures-sink v0.3.32
19872026-08-19T02:31:18.492Z Compiling radium v0.7.0
19882026-08-19T02:31:18.520Z Compiling openssl-sys v0.9.117
19892026-08-19T02:31:18.604Z Compiling futures-channel v0.3.32
19902026-08-19T02:31:18.619Z Compiling iana-time-zone v0.1.65
19912026-08-19T02:31:18.676Z Compiling futures-task v0.3.32
19922026-08-19T02:31:18.706Z Compiling slab v0.4.12
19932026-08-19T02:31:18.767Z Compiling indexmap v2.14.0
19942026-08-19T02:31:18.801Z Compiling thiserror v1.0.69
19952026-08-19T02:31:18.816Z Compiling futures-io v0.3.32
19962026-08-19T02:31:18.936Z Compiling rustls v0.23.41
19972026-08-19T02:31:18.939Z Compiling maybe-uninit v2.0.0
19982026-08-19T02:31:18.939Z Compiling base64 v0.22.1
19992026-08-19T02:31:18.995Z Compiling synstructure v0.13.2
20002026-08-19T02:31:19.024Z Compiling serde_derive_internals v0.29.1
20012026-08-19T02:31:19.089Z Compiling rustc_version v0.4.1
20022026-08-19T02:31:19.372Z Compiling uuid v1.23.4
20032026-08-19T02:31:19.375Z Compiling bzip2-sys v0.1.13+1.0.8
20042026-08-19T02:31:19.450Z Compiling ahash v0.8.12
20052026-08-19T02:31:19.471Z Compiling ident_case v1.0.1
20062026-08-19T02:31:19.508Z Compiling base64ct v1.8.3
20072026-08-19T02:31:19.511Z Compiling regex-syntax v0.8.10
20082026-08-19T02:31:19.511Z Compiling ucd-trie v0.1.7
20092026-08-19T02:31:19.556Z Compiling num-bigint-dig v0.8.6
20102026-08-19T02:31:19.581Z Compiling packed_struct v0.10.1
20112026-08-19T02:31:19.688Z Compiling pest v2.8.6
20122026-08-19T02:31:19.692Z Compiling rand_core v0.9.5
20132026-08-19T02:31:19.772Z Compiling openssl v0.10.80
20142026-08-19T02:31:19.793Z Compiling pem-rfc7468 v0.7.0
20152026-08-19T02:31:19.796Z Compiling dyn-clone v1.0.20
20162026-08-19T02:31:19.836Z Compiling flagset v0.4.7
20172026-08-19T02:31:19.873Z Compiling fastrand v2.3.0
20182026-08-19T02:31:20.018Z Compiling indexmap v1.9.3
20192026-08-19T02:31:20.022Z Compiling zstd-sys v2.0.16+zstd.1.5.7
20202026-08-19T02:31:20.098Z Compiling cpufeatures v0.2.17
20212026-08-19T02:31:20.271Z Compiling tempfile v3.27.0
20222026-08-19T02:31:20.276Z Compiling paste v1.0.15
20232026-08-19T02:31:20.276Z Compiling simd-adler32 v0.3.8
20242026-08-19T02:31:20.288Z Compiling serde_derive v1.0.228
20252026-08-19T02:31:20.292Z Compiling zeroize_derive v1.5.0
20262026-08-19T02:31:20.292Z Compiling zerocopy-derive v0.8.55
20272026-08-19T02:31:20.337Z Compiling zerofrom-derive v0.1.6
20282026-08-19T02:31:20.354Z Compiling yoke-derive v0.8.1
20292026-08-19T02:31:20.382Z Compiling zerovec-derive v0.11.2
20302026-08-19T02:31:20.440Z Compiling displaydoc v0.2.5
20312026-08-19T02:31:20.456Z Compiling tokio-macros v2.7.0
20322026-08-19T02:31:20.526Z Compiling futures-macro v0.3.32
20332026-08-19T02:31:20.546Z Compiling thiserror-impl v2.0.18
20342026-08-19T02:31:20.878Z Compiling der_derive v0.7.3
20352026-08-19T02:31:20.939Z Compiling schemars_derive v0.8.22
20362026-08-19T02:31:20.972Z Compiling tracing-attributes v0.1.31
20372026-08-19T02:31:21.007Z Compiling thiserror-impl v1.0.69
20382026-08-19T02:31:21.133Z Compiling clap_derive v4.6.1
20392026-08-19T02:31:21.157Z Compiling pest_meta v2.8.6
20402026-08-19T02:31:21.316Z Compiling futures-util v0.3.32
20412026-08-19T02:31:21.453Z Compiling bitfield-macros v0.19.4
20422026-08-19T02:31:21.486Z Compiling zerofrom v0.1.6
20432026-08-19T02:31:21.636Z Compiling yoke v0.8.1
20442026-08-19T02:31:21.832Z Compiling zerovec v0.11.5
20452026-08-19T02:31:21.850Z Compiling zerotrie v0.2.3
20462026-08-19T02:31:22.093Z Compiling packed_struct_codegen v0.10.1
20472026-08-19T02:31:22.191Z Compiling zerocopy-derive v0.6.6
20482026-08-19T02:31:22.314Z Compiling pest_generator v2.8.6
20492026-08-19T02:31:22.421Z Compiling tinystr v0.8.2
20502026-08-19T02:31:22.441Z Compiling potential_utf v0.1.4
20512026-08-19T02:31:22.458Z Compiling openssl-macros v0.1.1
20522026-08-19T02:31:22.636Z Compiling icu_locale_core v2.1.1
20532026-08-19T02:31:22.650Z Compiling icu_collections v2.1.1
20542026-08-19T02:31:22.934Z Compiling native-tls v0.2.18
20552026-08-19T02:31:22.953Z Compiling pest_derive v2.8.6
20562026-08-19T02:31:23.160Z Compiling scroll_derive v0.13.1
20572026-08-19T02:31:23.407Z Compiling icu_provider v2.1.1
20582026-08-19T02:31:23.498Z Compiling zeroize v1.9.0
20592026-08-19T02:31:23.677Z Compiling bytes v1.11.1
20602026-08-19T02:31:23.711Z Compiling icu_normalizer v2.1.1
20612026-08-19T02:31:23.727Z Compiling icu_properties v2.1.2
20622026-08-19T02:31:23.854Z Compiling chrono v0.4.45
20632026-08-19T02:31:23.999Z Compiling der v0.7.10
20642026-08-19T02:31:24.034Z Compiling hex v0.4.3
20652026-08-19T02:31:24.276Z Compiling block-buffer v0.10.4
20662026-08-19T02:31:24.352Z Compiling crypto-common v0.1.7
20672026-08-19T02:31:24.352Z Compiling tokio v1.52.1
20682026-08-19T02:31:24.523Z Compiling digest v0.10.7
20692026-08-19T02:31:24.640Z Compiling idna_adapter v1.2.1
20702026-08-19T02:31:24.812Z Compiling idna v1.1.0
20712026-08-19T02:31:24.828Z Compiling ppv-lite86 v0.2.21
20722026-08-19T02:31:25.081Z Compiling spki v0.7.3
20732026-08-19T02:31:25.127Z Compiling crossbeam-utils v0.8.21
20742026-08-19T02:31:25.188Z Compiling url v2.5.8
20752026-08-19T02:31:25.248Z Compiling rand_chacha v0.9.0
20762026-08-19T02:31:25.284Z Compiling camino v1.2.5
20772026-08-19T02:31:25.396Z Compiling adler2 v2.0.1
20782026-08-19T02:31:25.433Z Compiling utf8parse v0.2.2
20792026-08-19T02:31:25.583Z Compiling rand v0.9.2
20802026-08-19T02:31:25.600Z Compiling anstyle v1.0.14
20812026-08-19T02:31:25.664Z Compiling anstyle-parse v1.0.0
20822026-08-19T02:31:25.779Z Compiling miniz_oxide v0.8.9
20832026-08-19T02:31:25.922Z Compiling pkcs8 v0.10.2
20842026-08-19T02:31:26.122Z Compiling sha2 v0.10.9
20852026-08-19T02:31:26.196Z Compiling http v1.4.2
20862026-08-19T02:31:26.306Z Compiling rustls-pki-types v1.14.0
20872026-08-19T02:31:26.423Z Compiling daft-derive v0.1.7
20882026-08-19T02:31:26.699Z Compiling terminal_size v0.4.3
20892026-08-19T02:31:26.909Z Compiling spin v0.9.8
20902026-08-19T02:31:26.924Z Compiling anstyle-query v1.1.5
20912026-08-19T02:31:26.946Z Compiling time-core v0.1.8
20922026-08-19T02:31:27.042Z Compiling is_terminal_polyfill v1.70.2
20932026-08-19T02:31:27.118Z Compiling num-conv v0.2.0
20942026-08-19T02:31:27.148Z Compiling tinyvec_macros v0.1.1
20952026-08-19T02:31:27.151Z Compiling colorchoice v1.0.4
20962026-08-19T02:31:27.197Z Compiling structmeta-derive v0.3.0
20972026-08-19T02:31:27.234Z Compiling tinyvec v1.10.0
20982026-08-19T02:31:27.256Z Compiling async-trait v0.1.89
20992026-08-19T02:31:27.272Z Compiling time-macros v0.2.27
21002026-08-19T02:31:27.277Z Compiling tracing-core v0.1.36
21012026-08-19T02:31:27.308Z Compiling anstream v1.0.0
21022026-08-19T02:31:27.588Z Compiling untrusted v0.7.1
21032026-08-19T02:31:27.603Z Compiling plain v0.2.3
21042026-08-19T02:31:27.689Z Compiling cmov v0.5.4
21052026-08-19T02:31:27.726Z Compiling object v0.37.3
21062026-08-19T02:31:27.756Z Compiling tracing v0.1.44
21072026-08-19T02:31:27.940Z Compiling ctutils v0.4.2
21082026-08-19T02:31:28.002Z Compiling http-body v1.0.1
21092026-08-19T02:31:28.150Z Compiling serde_spanned v0.6.9
21102026-08-19T02:31:28.190Z Compiling toml_datetime v0.6.11
21112026-08-19T02:31:28.208Z Compiling structmeta v0.3.0
21122026-08-19T02:31:28.225Z Compiling pin-project-internal v1.1.11
21132026-08-19T02:31:28.328Z Compiling slog v2.8.2
21142026-08-19T02:31:28.361Z Compiling wait-timeout v0.2.1
21152026-08-19T02:31:28.394Z Compiling tokio-util v0.7.18
21162026-08-19T02:31:28.447Z Compiling cookie v0.18.1
21172026-08-19T02:31:28.465Z Compiling bit-vec v0.8.0
21182026-08-19T02:31:28.589Z Compiling zstd-safe v7.2.4
21192026-08-19T02:31:28.606Z Compiling openssl-probe v0.2.1
21202026-08-19T02:31:28.640Z Compiling untrusted v0.9.0
21212026-08-19T02:31:28.781Z Compiling clap_lex v1.0.0
21222026-08-19T02:31:28.797Z Compiling quick-error v1.2.3
21232026-08-19T02:31:28.830Z Compiling tap v1.0.1
21242026-08-19T02:31:28.844Z Compiling bit-set v0.8.0
21252026-08-19T02:31:28.915Z Compiling rusty-fork v0.3.1
21262026-08-19T02:31:28.964Z Compiling clap_builder v4.6.0
21272026-08-19T02:31:29.045Z Compiling wyz v0.5.1
21282026-08-19T02:31:29.154Z Compiling derive-ex v0.1.8
21292026-08-19T02:31:29.305Z Compiling hybrid-array v0.4.13
21302026-08-19T02:31:29.384Z Compiling unicode-normalization v0.1.25
21312026-08-19T02:31:29.453Z Compiling rand_chacha v0.3.1
21322026-08-19T02:31:29.532Z Compiling signature v2.2.0
21332026-08-19T02:31:29.599Z Compiling scroll_derive v0.12.1
21342026-08-19T02:31:29.708Z Compiling rand_xorshift v0.4.0
21352026-08-19T02:31:29.734Z Compiling heapless v0.7.17
21362026-08-19T02:31:29.906Z Compiling num-integer v0.1.46
21372026-08-19T02:31:29.922Z Compiling aho-corasick v1.1.4
21382026-08-19T02:31:29.974Z Compiling usdt-impl v0.6.0
21392026-08-19T02:31:29.999Z Compiling anyhow v1.0.104
21402026-08-19T02:31:30.025Z Compiling zlib-rs v0.6.2
21412026-08-19T02:31:30.086Z Compiling funty v2.0.0
21422026-08-19T02:31:30.130Z Compiling tower-layer v0.3.3
21432026-08-19T02:31:30.248Z Compiling try-lock v0.2.5
21442026-08-19T02:31:30.307Z Compiling atomic-waker v1.1.2
21452026-08-19T02:31:30.323Z Compiling tower-service v0.3.3
21462026-08-19T02:31:30.374Z Compiling signal-hook v0.3.18
21472026-08-19T02:31:30.455Z Compiling pretty-hex v0.4.1
21482026-08-19T02:31:30.488Z Compiling unarray v0.1.4
21492026-08-19T02:31:30.623Z Compiling rustix v0.38.44
21502026-08-19T02:31:30.671Z Compiling test-strategy v0.4.5
21512026-08-19T02:31:30.701Z Compiling want v0.3.1
21522026-08-19T02:31:30.738Z Compiling proptest v1.11.0
21532026-08-19T02:31:30.752Z Compiling h2 v0.4.15
21542026-08-19T02:31:30.802Z Compiling regex-automata v0.4.14
21552026-08-19T02:31:30.944Z Compiling clap v4.6.1
21562026-08-19T02:31:30.981Z Compiling bitvec v1.0.1
21572026-08-19T02:31:31.053Z Compiling num-iter v0.1.45
21582026-08-19T02:31:31.480Z Compiling rand v0.8.6
21592026-08-19T02:31:31.821Z Compiling lazy_static v1.5.0
21602026-08-19T02:31:31.923Z Compiling ipnetwork v0.21.1
21612026-08-19T02:31:31.938Z Compiling scroll v0.13.0
21622026-08-19T02:31:32.242Z Compiling flate2 v1.1.9
21632026-08-19T02:31:32.258Z Compiling ipnet v2.12.0
21642026-08-19T02:31:32.733Z Compiling snafu-derive v0.8.9
21652026-08-19T02:31:32.797Z Compiling strum_macros v0.26.4
21662026-08-19T02:31:33.463Z Compiling darling_core v0.23.0
21672026-08-19T02:31:33.483Z Compiling darling_core v0.20.11
21682026-08-19T02:31:34.250Z Compiling foreign-types-shared v0.1.1
21692026-08-19T02:31:34.303Z Compiling winnow v0.5.40
21702026-08-19T02:31:34.370Z Compiling nodrop v0.1.14
21712026-08-19T02:31:34.408Z Compiling httpdate v1.0.3
21722026-08-19T02:31:34.476Z Compiling crc-catalog v2.4.0
21732026-08-19T02:31:34.660Z Compiling hyper v1.10.1
21742026-08-19T02:31:34.965Z Compiling crc v3.4.0
21752026-08-19T02:31:35.022Z Compiling array-init v0.0.4
21762026-08-19T02:31:35.158Z Compiling foreign-types v0.3.2
21772026-08-19T02:31:35.391Z Compiling newtype-uuid v1.3.2
21782026-08-19T02:31:35.479Z Compiling darling_macro v0.20.11
21792026-08-19T02:31:35.593Z Compiling darling_macro v0.23.0
21802026-08-19T02:31:36.001Z Compiling toml_edit v0.19.15
21812026-08-19T02:31:36.099Z Compiling oxnet v0.1.6
21822026-08-19T02:31:36.116Z Compiling goblin v0.10.5
21832026-08-19T02:31:36.163Z Compiling smallvec v0.6.14
21842026-08-19T02:31:36.417Z Compiling pkcs1 v0.7.5
21852026-08-19T02:31:36.921Z Compiling zerocopy v0.6.6
21862026-08-19T02:31:37.039Z Compiling bitfield v0.19.4
21872026-08-19T02:31:37.091Z Compiling zerocopy-derive v0.7.35
21882026-08-19T02:31:37.127Z Compiling curve25519-dalek v4.1.3
21892026-08-19T02:31:37.386Z Compiling env_filter v2.0.0
21902026-08-19T02:31:37.674Z Compiling memoffset v0.9.1
21912026-08-19T02:31:37.888Z Compiling base64 v0.21.7
21922026-08-19T02:31:37.904Z Compiling hashbrown v0.12.3
21932026-08-19T02:31:37.936Z Compiling smoltcp v0.9.1
21942026-08-19T02:31:38.001Z Compiling litrs v1.0.0
21952026-08-19T02:31:38.201Z Compiling ref-cast v1.0.25
21962026-08-19T02:31:38.253Z Compiling owo-colors v4.3.0
21972026-08-19T02:31:38.486Z Compiling document-features v0.2.12
21982026-08-19T02:31:38.577Z Compiling ron v0.8.1
21992026-08-19T02:31:38.939Z Compiling dof v0.4.0
22002026-08-19T02:31:38.955Z Compiling env_logger v0.11.11
22012026-08-19T02:31:38.959Z Compiling toml v0.7.8
22022026-08-19T02:31:39.019Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
22032026-08-19T02:31:39.064Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
22042026-08-19T02:31:39.103Z Compiling rsa v0.9.10
22052026-08-19T02:31:39.713Z Compiling daft v0.1.7
22062026-08-19T02:31:39.757Z Compiling serde-hex v0.1.0
22072026-08-19T02:31:39.893Z Compiling hyper-util v0.1.20
22082026-08-19T02:31:39.965Z Compiling darling v0.23.0
22092026-08-19T02:31:39.982Z Compiling bzip2 v0.4.4
22102026-08-19T02:31:39.986Z Compiling darling v0.20.11
22112026-08-19T02:31:40.082Z Compiling hashbrown v0.13.2
22122026-08-19T02:31:40.444Z Compiling x509-cert v0.2.5
22132026-08-19T02:31:40.574Z Compiling hmac v0.12.1
22142026-08-19T02:31:40.737Z Compiling dtrace-parser v0.3.0
22152026-08-19T02:31:40.933Z Compiling async-recursion v1.1.1
22162026-08-19T02:31:41.192Z Compiling sync_wrapper v1.0.2
22172026-08-19T02:31:41.332Z Compiling thread-id v5.1.0
22182026-08-19T02:31:41.335Z Compiling powerfmt v0.2.0
22192026-08-19T02:31:41.526Z Compiling crc-any v2.5.0
22202026-08-19T02:31:41.564Z Compiling siphasher v1.0.2
22212026-08-19T02:31:41.629Z Compiling cfg_aliases v0.2.1
22222026-08-19T02:31:41.766Z Compiling nix v0.31.2
22232026-08-19T02:31:41.887Z Compiling deranged v0.5.8
22242026-08-19T02:31:42.140Z Compiling tower v0.5.3
22252026-08-19T02:31:42.707Z Compiling object v0.30.4
22262026-08-19T02:31:42.914Z Compiling zip v0.6.6
22272026-08-19T02:31:43.259Z Compiling derive_builder_core v0.20.2
22282026-08-19T02:31:43.595Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
22292026-08-19T02:31:43.937Z Compiling serde_with_macros v3.21.0
22302026-08-19T02:31:44.016Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
22312026-08-19T02:31:44.072Z Compiling bstr v1.12.1
22322026-08-19T02:31:44.132Z Compiling crypto-common v0.2.2
22332026-08-19T02:31:44.267Z Compiling block-buffer v0.12.1
22342026-08-19T02:31:44.773Z Compiling http-body-util v0.1.3
22352026-08-19T02:31:44.900Z Compiling futures-executor v0.3.32
22362026-08-19T02:31:44.974Z Compiling erased-serde v0.3.31
22372026-08-19T02:31:45.029Z Compiling serde_tokenstream v0.2.3
22382026-08-19T02:31:45.123Z Compiling hubpack_derive v0.1.1
22392026-08-19T02:31:45.359Z Compiling ref-cast-impl v1.0.25
22402026-08-19T02:31:45.387Z Compiling curve25519-dalek-derive v0.1.1
22412026-08-19T02:31:45.390Z Compiling strum_macros v0.27.2
22422026-08-19T02:31:45.453Z Compiling fs-err v3.3.0
22432026-08-19T02:31:45.485Z Compiling usdt-impl v0.5.0
22442026-08-19T02:31:45.592Z Compiling unicode-bidi v0.3.18
22452026-08-19T02:31:45.666Z Compiling allocator-api2 v0.2.21
22462026-08-19T02:31:45.689Z Compiling same-file v1.0.6
22472026-08-19T02:31:45.877Z Compiling iri-string v0.7.10
22482026-08-19T02:31:46.197Z Compiling ryu v1.0.23
22492026-08-19T02:31:46.272Z Compiling num_threads v0.1.7
22502026-08-19T02:31:46.382Z Compiling unicode-properties v0.1.4
22512026-08-19T02:31:46.397Z Compiling gimli v0.32.3
22522026-08-19T02:31:46.493Z Compiling path-slash v0.1.5
22532026-08-19T02:31:46.684Z Compiling time v0.3.47
22542026-08-19T02:31:46.710Z Compiling serde_urlencoded v0.7.1
22552026-08-19T02:31:46.970Z Compiling stringprep v0.1.5
22562026-08-19T02:31:47.154Z Compiling tower-http v0.6.8
22572026-08-19T02:31:47.735Z Compiling walkdir v2.5.0
22582026-08-19T02:31:48.160Z Compiling addr2line v0.25.1
22592026-08-19T02:31:48.534Z Compiling futures v0.3.32
22602026-08-19T02:31:49.087Z Compiling derive_builder_macro v0.20.2
22612026-08-19T02:31:49.282Z Compiling tokio-native-tls v0.3.1
22622026-08-19T02:31:49.339Z Compiling strum v0.26.3
22632026-08-19T02:31:49.527Z Compiling block-padding v0.4.2
22642026-08-19T02:31:49.580Z Compiling scroll v0.12.0
22652026-08-19T02:31:49.627Z Compiling pin-project v1.1.11
22662026-08-19T02:31:49.643Z Compiling rustls-native-certs v0.8.3
22672026-08-19T02:31:49.726Z Compiling md-5 v0.10.6
22682026-08-19T02:31:49.745Z Compiling vergen-lib v9.1.0
22692026-08-19T02:31:49.775Z Compiling hash32 v0.2.1
22702026-08-19T02:31:49.845Z Compiling encoding_rs v0.8.35
22712026-08-19T02:31:49.898Z Compiling rustc-demangle v0.1.27
22722026-08-19T02:31:49.919Z Compiling jiff-core v0.1.0
22732026-08-19T02:31:49.935Z Compiling fallible-iterator v0.2.0
22742026-08-19T02:31:49.952Z Compiling mime v0.3.17
22752026-08-19T02:31:50.179Z Compiling cpufeatures v0.3.0
22762026-08-19T02:31:50.197Z Compiling psl-types v2.0.11
22772026-08-19T02:31:50.281Z Compiling postgres-protocol v0.6.10
22782026-08-19T02:31:50.314Z Compiling publicsuffix v2.3.0
22792026-08-19T02:31:50.445Z Compiling goblin v0.8.2
22802026-08-19T02:31:50.784Z Compiling jiff v0.2.34
22812026-08-19T02:31:50.826Z Compiling snafu v0.8.9
22822026-08-19T02:31:50.844Z Compiling inout v0.2.2
22832026-08-19T02:31:50.885Z Compiling derive_builder v0.20.2
22842026-08-19T02:31:51.138Z Compiling backtrace v0.3.76
22852026-08-19T02:31:51.271Z Compiling hyper-tls v0.6.0
22862026-08-19T02:31:51.542Z Compiling usdt-attr-macro v0.6.0
22872026-08-19T02:31:51.574Z Compiling usdt-macro v0.6.0
22882026-08-19T02:31:51.692Z Compiling globset v0.4.18
22892026-08-19T02:31:51.719Z Compiling phf_shared v0.13.1
22902026-08-19T02:31:51.737Z Compiling crossbeam-epoch v0.9.18
22912026-08-19T02:31:52.035Z Compiling zerocopy v0.7.35
22922026-08-19T02:31:52.140Z Compiling regex v1.12.3
22932026-08-19T02:31:52.417Z Compiling serde_plain v1.0.2
22942026-08-19T02:31:52.554Z Compiling miette-derive v7.6.0
22952026-08-19T02:31:52.612Z Compiling serde_repr v0.1.20
22962026-08-19T02:31:52.626Z Compiling enum-as-inner v0.6.1
22972026-08-19T02:31:52.671Z Compiling pem v3.0.6
22982026-08-19T02:31:52.713Z Compiling vergen v9.1.0
22992026-08-19T02:31:52.725Z Compiling cargo-platform v0.3.2
23002026-08-19T02:31:52.928Z Compiling ff v0.13.1
23012026-08-19T02:31:52.980Z Compiling filetime v0.2.27
23022026-08-19T02:31:53.048Z Compiling libbz2-rs-sys v0.2.2
23032026-08-19T02:31:53.087Z Compiling foldhash v0.1.5
23042026-08-19T02:31:53.132Z Compiling foldhash v0.2.0
23052026-08-19T02:31:53.136Z Compiling managed v0.8.0
23062026-08-19T02:31:53.162Z Compiling const-oid v0.10.2
23072026-08-19T02:31:53.357Z Compiling xattr v1.6.1
23082026-08-19T02:31:53.374Z Compiling typed-path v0.9.3
23092026-08-19T02:31:53.397Z Compiling either v1.15.0
23102026-08-19T02:31:53.501Z Compiling bitflags v1.3.2
23112026-08-19T02:31:53.570Z Compiling unicode-width v0.2.0
23122026-08-19T02:31:53.642Z Compiling base16ct v0.2.0
23132026-08-19T02:31:53.660Z Compiling bumpalo v3.20.2
23142026-08-19T02:31:53.731Z Compiling unicode-segmentation v1.12.0
23152026-08-19T02:31:53.835Z Compiling is_ci v1.2.0
23162026-08-19T02:31:53.859Z Compiling smawk v0.3.2
23172026-08-19T02:31:53.920Z Compiling unicode-linebreak v0.1.5
23182026-08-19T02:31:53.983Z Compiling supports-color v3.0.2
23192026-08-19T02:31:54.027Z Compiling zopfli v0.8.3
23202026-08-19T02:31:54.052Z Compiling sec1 v0.7.3
23212026-08-19T02:31:54.128Z Compiling textwrap v0.16.2
23222026-08-19T02:31:54.159Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
23232026-08-19T02:31:54.351Z Compiling tar v0.4.46
23242026-08-19T02:31:54.367Z Compiling bzip2 v0.6.1
23252026-08-19T02:31:54.388Z Compiling digest v0.11.3
23262026-08-19T02:31:54.538Z Compiling hashbrown v0.16.1
23272026-08-19T02:31:54.576Z Compiling hashbrown v0.15.5
23282026-08-19T02:31:54.629Z Compiling group v0.13.0
23292026-08-19T02:31:54.732Z Compiling cargo_metadata v0.23.1
23302026-08-19T02:31:54.812Z Compiling dof v0.3.0
23312026-08-19T02:31:56.030Z Compiling phf v0.13.1
23322026-08-19T02:31:56.103Z Compiling zstd v0.13.3
23332026-08-19T02:31:56.189Z Compiling backtrace-ext v0.2.1
23342026-08-19T02:31:56.364Z Compiling reqwest v0.12.28
23352026-08-19T02:31:56.395Z Compiling signal-hook-mio v0.2.5
23362026-08-19T02:31:56.484Z Compiling cookie_store v0.22.1
23372026-08-19T02:31:56.527Z Compiling cipher v0.5.2
23382026-08-19T02:31:56.712Z Compiling postgres-types v0.2.12
23392026-08-19T02:31:56.817Z Compiling strum v0.27.2
23402026-08-19T02:31:56.975Z Compiling hubpack v0.1.2
23412026-08-19T02:31:57.084Z Compiling phf_shared v0.11.3
23422026-08-19T02:31:57.103Z Compiling hkdf v0.12.4
23432026-08-19T02:31:57.199Z Compiling dtrace-parser v0.2.0
23442026-08-19T02:31:57.225Z Compiling byte-wrapper v0.1.0
23452026-08-19T02:31:57.264Z Compiling ed25519 v2.2.3
23462026-08-19T02:31:57.280Z Compiling olpc-cjson v0.1.4
23472026-08-19T02:31:57.632Z Compiling crypto-bigint v0.5.5
23482026-08-19T02:31:57.766Z Compiling serde-big-array v0.5.1
23492026-08-19T02:31:57.781Z Compiling float-cmp v0.10.0
23502026-08-19T02:31:57.882Z Compiling memmap2 v0.9.10
23512026-08-19T02:31:57.941Z Compiling thread-id v4.2.2
23522026-08-19T02:31:58.133Z Compiling difflib v0.4.0
23532026-08-19T02:31:58.397Z Compiling toml_write v0.1.2
23542026-08-19T02:31:58.476Z Compiling rayon-core v1.13.0
23552026-08-19T02:31:58.548Z Compiling fixedbitset v0.4.2
23562026-08-19T02:31:58.602Z Compiling normalize-line-endings v0.3.0
23572026-08-19T02:31:58.667Z Compiling precomputed-hash v0.1.1
23582026-08-19T02:31:58.683Z Compiling static_assertions v1.1.0
23592026-08-19T02:31:58.710Z Compiling fixedbitset v0.5.7
23602026-08-19T02:31:58.738Z Compiling winnow v0.7.14
23612026-08-19T02:31:58.772Z Compiling unicode-width v0.1.14
23622026-08-19T02:31:58.773Z Compiling supports-hyperlinks v3.2.0
23632026-08-19T02:31:58.776Z Compiling new_debug_unreachable v1.0.6
23642026-08-19T02:31:58.887Z Compiling data-encoding v2.10.0
23652026-08-19T02:31:58.949Z Compiling winnow v1.0.3
23662026-08-19T02:31:59.004Z Compiling whoami v2.1.0
23672026-08-19T02:31:59.064Z Compiling supports-unicode v3.0.0
23682026-08-19T02:31:59.194Z Compiling keccak v0.1.6
23692026-08-19T02:31:59.345Z Compiling predicates-core v1.0.10
23702026-08-19T02:31:59.430Z Compiling sha3 v0.10.8
23712026-08-19T02:31:59.433Z Compiling tokio-postgres v0.7.16
23722026-08-19T02:31:59.524Z Compiling predicates v3.1.4
23732026-08-19T02:31:59.625Z Compiling hickory-proto v0.25.2
23742026-08-19T02:31:59.726Z Compiling miette v7.6.0
23752026-08-19T02:31:59.805Z Compiling petgraph v0.8.3
23762026-08-19T02:31:59.865Z Compiling string_cache v0.8.9
23772026-08-19T02:32:00.005Z Compiling toml_parser v1.1.2+spec-1.1.0
23782026-08-19T02:32:00.093Z Compiling toml_edit v0.22.27
23792026-08-19T02:32:00.108Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
23802026-08-19T02:32:00.196Z Compiling petgraph v0.6.5
23812026-08-19T02:32:00.585Z Compiling elliptic-curve v0.13.8
23822026-08-19T02:32:00.720Z Compiling chacha20 v0.10.0
23832026-08-19T02:32:01.490Z Compiling usdt v0.6.0
23842026-08-19T02:32:02.258Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
23852026-08-19T02:32:02.682Z Compiling ed25519-dalek v2.2.0
23862026-08-19T02:32:03.259Z Compiling zip v4.6.1
23872026-08-19T02:32:03.400Z Compiling crossterm v0.28.1
23882026-08-19T02:32:03.812Z Compiling iddqd v0.4.2
23892026-08-19T02:32:04.188Z Compiling similar v2.7.0
23902026-08-19T02:32:04.573Z Compiling heck v0.4.1
23912026-08-19T02:32:04.636Z Compiling itertools v0.13.0
23922026-08-19T02:32:04.793Z Compiling itertools v0.15.0
23932026-08-19T02:32:05.026Z Compiling serde_with v3.21.0
23942026-08-19T02:32:05.988Z Compiling tokio-stream v0.1.18
23952026-08-19T02:32:06.014Z Compiling buf-list v1.1.2
23962026-08-19T02:32:06.100Z Compiling half v2.7.1
23972026-08-19T02:32:06.131Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
23982026-08-19T02:32:06.244Z Compiling openapiv3 v2.2.0
23992026-08-19T02:32:06.458Z Compiling ciborium-io v0.2.2
24002026-08-19T02:32:06.461Z Compiling peg-runtime v0.8.5
24012026-08-19T02:32:06.807Z Compiling lalrpop-util v0.19.12
24022026-08-19T02:32:07.426Z Compiling ciborium-ll v0.2.2
24032026-08-19T02:32:08.460Z Compiling crossbeam-deque v0.8.6
24042026-08-19T02:32:08.944Z Compiling camino-tempfile v1.4.1
24052026-08-19T02:32:09.347Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24062026-08-19T02:32:09.878Z Compiling blake3 v1.8.5
24072026-08-19T02:32:09.910Z Compiling fs-err v2.11.0
24082026-08-19T02:32:12.225Z Compiling rustls-webpki v0.103.13
24092026-08-19T02:32:12.788Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
24102026-08-19T02:32:13.795Z Compiling ciborium v0.2.2
24112026-08-19T02:32:14.455Z Compiling olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
24122026-08-19T02:32:15.117Z Compiling thread_local v1.1.9
24132026-08-19T02:32:15.305Z Compiling arrayref v0.3.9
24142026-08-19T02:32:15.332Z Compiling arrayvec v0.7.6
24152026-08-19T02:32:15.548Z Compiling slog-async v2.8.0
24162026-08-19T02:32:15.569Z Compiling constant_time_eq v0.4.2
24172026-08-19T02:32:15.712Z Compiling tokio-rustls v0.26.4
24182026-08-19T02:32:15.782Z Compiling rustls-platform-verifier v0.6.2
24192026-08-19T02:32:15.798Z Compiling tough v0.22.0
24202026-08-19T02:32:15.879Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
24212026-08-19T02:32:15.936Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
24222026-08-19T02:32:15.994Z Compiling hyper-rustls v0.27.7
24232026-08-19T02:32:16.117Z Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
24242026-08-19T02:32:16.239Z Compiling reqwest v0.13.2
24252026-08-19T02:32:16.308Z Compiling toml v0.8.23
24262026-08-19T02:32:16.397Z Compiling atomicwrites v0.4.4
24272026-08-19T02:32:16.459Z Compiling digest-io v0.1.0
24282026-08-19T02:32:16.614Z Compiling sha2 v0.11.0
24292026-08-19T02:32:16.630Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
24302026-08-19T02:32:16.692Z Compiling crossbeam-channel v0.5.15
24312026-08-19T02:32:16.837Z Compiling serde_path_to_error v0.1.20
24322026-08-19T02:32:16.922Z Compiling is-terminal v0.4.17
24332026-08-19T02:32:16.958Z Compiling topological-sort v0.2.2
24342026-08-19T02:32:17.042Z Compiling indent_write v2.2.0
24352026-08-19T02:32:17.147Z Compiling rawzip v0.4.4
24362026-08-19T02:32:17.222Z Compiling term v1.2.1
24372026-08-19T02:32:17.253Z Compiling parse-size v1.1.0
24382026-08-19T02:32:17.295Z Compiling take_mut v0.2.2
24392026-08-19T02:32:17.377Z Compiling debug-ignore v1.0.5
24402026-08-19T02:32:17.459Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
24412026-08-19T02:32:17.508Z Compiling shell-words v1.1.1
24422026-08-19T02:32:17.759Z Compiling slog-term v2.9.2
24432026-08-19T02:32:19.234Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
24442026-08-19T02:32:25.243Z Compiling tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
24452026-08-19T02:32:27.291Z Compiling omicron-zone-package v0.12.3
24462026-08-19T02:32:27.609Z Compiling tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
24472026-08-19T02:32:27.904Z Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
24482026-08-19T02:32:27.937Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
24492026-08-19T02:32:32.488Z Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
24502026-08-19T02:32:44.787Z Finished `release` profile [optimized] target(s) in 1m 30s
24512026-08-19T02:32:44.927Z Running `target/release/omicron-releng --output-dir /work --mkincorp --verify-debug-libraries`
24522026-08-19T02:32:44.983ZAug 19 02:32:44.283 DEBG changing working directory to /work/oxidecomputer/omicron
24532026-08-19T02:32:45.079ZAug 19 02:32:44.380 DEBG running: git rev-parse HEAD
24542026-08-19T02:32:45.083ZAug 19 02:32:44.382 DEBG process exited with exit status: 0 (2.3669ms)
24552026-08-19T02:32:45.083ZAug 19 02:32:44.382 INFO version: 23.0.0-0.ci+git9c058b23a30
24562026-08-19T02:32:45.091ZAug 19 02:32:44.390 INFO cloning helios to /work/oxidecomputer/helios
24572026-08-19T02:32:45.091ZAug 19 02:32:44.390 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios
24582026-08-19T02:32:45.094ZCloning into '/work/oxidecomputer/helios'...
24592026-08-19T02:32:45.657ZAug 19 02:32:44.957 DEBG process exited with exit status: 0 (567.478008ms)
24602026-08-19T02:32:45.657ZAug 19 02:32:44.957 DEBG running: git -C /work/oxidecomputer/helios rev-parse --verify HEAD^{commit}
24612026-08-19T02:32:45.662ZAug 19 02:32:44.960 DEBG process exited with exit status: 0 (2.549921ms)
24622026-08-19T02:32:45.662ZAug 19 02:32:44.960 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools
24632026-08-19T02:32:46.021ZAug 19 02:32:45.321 DEBG process exited with exit status: 0 (360.980662ms)
24642026-08-19T02:32:46.021ZAug 19 02:32:45.321 DEBG running: zfs list rpool/images/build/host
24652026-08-19T02:32:46.025ZNAME USED AVAIL REFER MOUNTPOINT
24662026-08-19T02:32:46.025Zrpool/images/build/host 24K 152G 24K /rpool/images/build/host
24672026-08-19T02:32:46.028ZAug 19 02:32:45.325 DEBG process exited with exit status: 0 (4.448402ms)
24682026-08-19T02:32:46.028ZAug 19 02:32:45.325 DEBG running: zfs list rpool/images/build/recovery
24692026-08-19T02:32:46.032ZNAME USED AVAIL REFER MOUNTPOINT
24702026-08-19T02:32:46.032Zrpool/images/build/recovery 24K 152G 24K /rpool/images/build/recovery
24712026-08-19T02:32:46.032ZAug 19 02:32:45.329 DEBG process exited with exit status: 0 (3.491551ms)
24722026-08-19T02:32:46.032ZAug 19 02:32:45.329 INFO console assets match pinned console commit (ab7faf6588a6821b9dad8251580ac3a55f55807e)
24732026-08-19T02:32:46.040ZAug 19 02:32:45.341 INFO console client API version matches nexus API version (2026081700.0.0)
24742026-08-19T02:32:46.043ZAug 19 02:32:45.342 INFO [hubris-production] running task
24752026-08-19T02:32:46.043ZAug 19 02:32:45.342 INFO [hubris-staging] running task
24762026-08-19T02:32:46.043ZAug 19 02:32:45.342 INFO [incorp-manifest] running task
24772026-08-19T02:32:46.043ZAug 19 02:32:45.342 DEBG running: pkg list -H -o branch -n -g https://pkg.oxide.computer/helios/3/dev/ release/name
24782026-08-19T02:32:46.043ZAug 19 02:32:45.343 INFO [incorp-create] running: pkgrepo create /work/incorporation
24792026-08-19T02:32:46.047ZAug 19 02:32:45.344 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup
24802026-08-19T02:32:46.047ZAug 19 02:32:45.345 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
24812026-08-19T02:32:46.084Z[ helios-setup] cd tools/helios-build && cargo build --quiet
24822026-08-19T02:32:46.150Z[ omicron-package] Blocking waiting for file lock on package cache
24832026-08-19T02:32:46.280ZAug 19 02:32:45.580 INFO [incorp-create] process exited with exit status: 0 (236.958157ms)
24842026-08-19T02:32:46.283ZAug 19 02:32:45.580 INFO [incorp-publisher] running: pkgrepo add-publisher -s /work/incorporation helios
24852026-08-19T02:32:46.502ZAug 19 02:32:45.802 INFO [incorp-publisher] process exited with exit status: 0 (222.505251ms)
24862026-08-19T02:32:46.818Z[ omicron-package] Blocking waiting for file lock on package cache
24872026-08-19T02:32:47.193ZAug 19 02:32:46.493 INFO [hubris-production] task succeeded (1.151123571s)
24882026-08-19T02:32:47.672ZAug 19 02:32:46.972 DEBG process exited with exit status: 0 (1.629608896s)
24892026-08-19T02:32:47.676ZAug 19 02:32:46.972 DEBG running: pkg list -g https://pkg.oxide.computer/helios/3/dev/ -F json -o fmri -n '*'
24902026-08-19T02:32:48.051Z[ omicron-package] Compiling macaddr v1.0.1
24912026-08-19T02:32:48.051Z[ omicron-package] Compiling crucible-workspace-hack v0.1.0
24922026-08-19T02:32:48.051Z[ omicron-package] Compiling secrecy v0.10.3
24932026-08-19T02:32:48.055Z[ omicron-package] Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24942026-08-19T02:32:48.055Z[ omicron-package] Compiling heapless v0.8.0
24952026-08-19T02:32:48.055Z[ omicron-package] Compiling toml_datetime v0.7.5+spec-1.1.0
24962026-08-19T02:32:48.232Z[ omicron-package] Compiling ingot-macros v0.2.0
24972026-08-19T02:32:48.232Z[ omicron-package] Compiling hash32 v0.3.1
24982026-08-19T02:32:48.236Z[ omicron-package] Compiling inout v0.1.4
24992026-08-19T02:32:48.508Z[ omicron-package] Compiling multer v3.1.0
25002026-08-19T02:32:48.512Z[ omicron-package] Compiling match_cfg v0.1.0
25012026-08-19T02:32:48.512Z[ omicron-package] Compiling smoltcp v0.11.0
25022026-08-19T02:32:48.669Z[ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
25032026-08-19T02:32:48.791Z[ omicron-package] Compiling toml_edit v0.23.10+spec-1.0.0
25042026-08-19T02:32:48.791Z[ omicron-package] Compiling compression-core v0.4.31
25052026-08-19T02:32:48.794Z[ omicron-package] Compiling cipher v0.4.4
25062026-08-19T02:32:48.795Z[ omicron-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25072026-08-19T02:32:48.795Z[ omicron-package] Compiling slog-json v2.6.1
25082026-08-19T02:32:48.798Z[ omicron-package] Compiling newtype-uuid-macros v0.1.0
25092026-08-19T02:32:48.866Z[ omicron-package] Compiling cobs v0.3.0
25102026-08-19T02:32:49.332Z[ omicron-package] Compiling hostname v0.3.1
25112026-08-19T02:32:49.436Z[ omicron-package] Compiling compression-codecs v0.4.37
25122026-08-19T02:32:49.440Z[ omicron-package] Compiling universal-hash v0.5.1
25132026-08-19T02:32:49.564Z[ omicron-package] Compiling thiserror-impl-no-std v2.0.2
25142026-08-19T02:32:49.583Z[ omicron-package] Compiling dropshot v0.17.1
25152026-08-19T02:32:49.621Z[ omicron-package] Compiling proc-macro-error-attr v1.0.4
25162026-08-19T02:32:49.625Z[ omicron-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
25172026-08-19T02:32:49.641Z[ omicron-package] Compiling toml_datetime v1.1.1+spec-1.1.0
25182026-08-19T02:32:49.655Z[ omicron-package] Compiling serde_spanned v1.1.1
25192026-08-19T02:32:49.655Z[ omicron-package] Compiling async-stream-impl v0.3.6
25202026-08-19T02:32:49.655Z[ omicron-package] Compiling opaque-debug v0.3.1
25212026-08-19T02:32:49.655Z[ omicron-package] Compiling convert_case v0.4.0
25222026-08-19T02:32:49.756Z[ omicron-package] Compiling toml_writer v1.1.1+spec-1.1.0
25232026-08-19T02:32:49.760Z[ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
25242026-08-19T02:32:49.891Z[ omicron-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
25252026-08-19T02:32:49.919Z[ omicron-package] Compiling proc-macro-crate v3.4.0
25262026-08-19T02:32:50.011Z[ omicron-package] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
25272026-08-19T02:32:50.011Z[ omicron-package] Compiling poly1305 v0.8.0
25282026-08-19T02:32:50.015Z[ omicron-package] Compiling async-compression v0.4.41
25292026-08-19T02:32:50.049Z[ omicron-package] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
25302026-08-19T02:32:50.074ZAug 19 02:32:49.374 DEBG process exited with exit status: 0 (2.40199694s)
25312026-08-19T02:32:50.080ZAug 19 02:32:49.376 INFO [incorp-manifest] task succeeded (4.033564996s)
25322026-08-19T02:32:50.080ZAug 19 02:32:49.376 INFO [incorp-fmt] running: pkgfmt -u -f v2 /work/incorporation.p5m
25332026-08-19T02:32:50.117Z[ omicron-package] Compiling derive_more v0.99.20
25342026-08-19T02:32:50.297ZAug 19 02:32:49.597 INFO [incorp-fmt] process exited with exit status: 0 (221.180462ms)
25352026-08-19T02:32:50.301ZAug 19 02:32:49.598 INFO [incorp-pkgsend] running: pkgsend publish -s /work/incorporation /work/incorporation.p5m
25362026-08-19T02:32:50.329Z[ omicron-package] Compiling toml v1.1.2+spec-1.1.0
25372026-08-19T02:32:50.329Z[ omicron-package] Compiling slog-bunyan v2.5.0
25382026-08-19T02:32:50.426Z[ omicron-package] Compiling postcard v1.1.3
25392026-08-19T02:32:50.495Z[ omicron-package] Compiling async-stream v0.3.6
25402026-08-19T02:32:50.548Z[ omicron-package] Compiling chacha20 v0.9.1
25412026-08-19T02:32:50.579Z[ incorp-pkgsend] pkg://helios/consolidation/oxide/omicron-release-incorporation@23.0.0.0,5.11-3.0:20260819T023249Z
25422026-08-19T02:32:50.579Z[ incorp-pkgsend] PUBLISHED
25432026-08-19T02:32:50.621Z[ omicron-package] Compiling num_enum_derive v0.7.6
25442026-08-19T02:32:50.641ZAug 19 02:32:49.939 INFO [incorp-pkgsend] process exited with exit status: 0 (341.518004ms)
25452026-08-19T02:32:50.646ZAug 19 02:32:49.939 INFO [helios-incorp] running: pkgrecv -s /work/incorporation -a -d /work/incorporation.p5p -m latest -v '*'
25462026-08-19T02:32:50.655Z[ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
25472026-08-19T02:32:50.681Z[ omicron-package] Compiling sha1 v0.11.0
25482026-08-19T02:32:50.774Z[ omicron-package] Compiling thiserror-no-std v2.0.2
25492026-08-19T02:32:50.852Z[ omicron-package] Compiling progenitor-client v0.14.0
25502026-08-19T02:32:50.880Z[ omicron-package] Compiling parse-display-derive v0.10.0
25512026-08-19T02:32:50.883Z[ helios-incorp] Retrieving packages for publisher helios ...
25522026-08-19T02:32:50.887Z[ helios-incorp] Retrieving catalog 'helios' ... Done
25532026-08-19T02:32:50.911Z[ helios-incorp] Retrieving and evaluating 1 package(s)...
25542026-08-19T02:32:50.911Z[ helios-incorp] Fetching manifests: 1/1 100% complete
25552026-08-19T02:32:50.915Z[ helios-incorp] Fetching manifests: 1/1 100% complete
25562026-08-19T02:32:50.915Z[ helios-incorp]
25572026-08-19T02:32:50.915Z[ helios-incorp] Archiving packages ...
25582026-08-19T02:32:50.915Z[ helios-incorp] Packages to add: 1
25592026-08-19T02:32:50.915Z[ helios-incorp] Files to retrieve: 0
25602026-08-19T02:32:50.915Z[ helios-incorp] Estimated transfer size: 0.00 B
25612026-08-19T02:32:50.915Z[ helios-incorp]
25622026-08-19T02:32:50.915Z[ helios-incorp] Packages to archive:
25632026-08-19T02:32:50.915Z[ helios-incorp] consolidation/oxide/omicron-release-incorporation@23.0.0.0,5.11-3.0:20260819T023249Z
25642026-08-19T02:32:50.915Z[ helios-incorp]
25652026-08-19T02:32:50.915Z[ helios-incorp] Archiving: 1/7 items 0.0/0.1MB 0% complete
25662026-08-19T02:32:50.918Z[ helios-incorp] Archiving: Completed 120.69 kB in 0.00 seconds
25672026-08-19T02:32:50.918Z[ omicron-package] Compiling waitgroup v0.1.2
25682026-08-19T02:32:50.918Z[ omicron-package] Compiling proc-macro-crate v1.3.1
25692026-08-19T02:32:50.918Z[ omicron-package] Compiling backon v1.6.0
25702026-08-19T02:32:50.966ZAug 19 02:32:50.266 INFO [helios-incorp] process exited with exit status: 0 (326.82526ms)
25712026-08-19T02:32:51.059Z[ omicron-package] Compiling rustls-pemfile v2.2.0
25722026-08-19T02:32:51.231Z[ omicron-package] Compiling password-hash v0.5.0
25732026-08-19T02:32:51.256Z[ omicron-package] Compiling dropshot_endpoint v0.17.1
25742026-08-19T02:32:51.286Z[ omicron-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
25752026-08-19T02:32:51.386Z[ omicron-package] Compiling ingot-types v0.2.0
25762026-08-19T02:32:51.436Z[ omicron-package] Compiling blake2 v0.10.6
25772026-08-19T02:32:51.498Z[ omicron-package] Compiling aead v0.5.2
25782026-08-19T02:32:51.583Z[ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
25792026-08-19T02:32:51.645Z[ omicron-package] Compiling proc-macro-error v1.0.4
25802026-08-19T02:32:51.773Z[ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
25812026-08-19T02:32:51.795Z[ omicron-package] Compiling instant v0.1.13
25822026-08-19T02:32:51.914Z[ omicron-package] Compiling ingot v0.2.1
25832026-08-19T02:32:51.960Z[ omicron-package] Compiling hostname v0.4.2
25842026-08-19T02:32:51.993Z[ omicron-package] Compiling foreign-types-macros v0.2.3
25852026-08-19T02:32:52.009Z[ omicron-package] Compiling foreign-types-shared v0.3.1
25862026-08-19T02:32:52.142Z[ omicron-package] Compiling backoff v0.4.0
25872026-08-19T02:32:52.168Z[ omicron-package] Compiling num_enum v0.7.6
25882026-08-19T02:32:52.195Z[ omicron-package] Compiling argon2 v0.5.3
25892026-08-19T02:32:52.242Z[ omicron-package] Compiling chacha20poly1305 v0.10.1
25902026-08-19T02:32:52.246Z[ omicron-package] Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
25912026-08-19T02:32:52.310Z[ omicron-package] Compiling num_enum_derive v0.5.11
25922026-08-19T02:32:52.314Z[ omicron-package] Compiling progenitor-extras v0.2.0
25932026-08-19T02:32:52.362Z[ omicron-package] Compiling vsss-rs v3.3.4
25942026-08-19T02:32:52.394Z[ omicron-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
25952026-08-19T02:32:52.584Z[ omicron-package] Compiling parse-display v0.10.0
25962026-08-19T02:32:52.646Z[ omicron-package] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
25972026-08-19T02:32:52.683Z[ omicron-package] Compiling foreign-types v0.5.0
25982026-08-19T02:32:52.734Z[ omicron-package] Compiling regress v0.10.5
25992026-08-19T02:32:52.750Z[ omicron-package] Compiling itertools v0.14.0
26002026-08-19T02:32:52.808Z[ omicron-package] Compiling tabwriter v1.4.1
26012026-08-19T02:32:52.856Z[ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
26022026-08-19T02:32:52.952Z[ omicron-package] Compiling cstr-argument v0.1.2
26032026-08-19T02:32:53.049Z[ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
26042026-08-19T02:32:53.258Z[ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
26052026-08-19T02:32:53.351Z[ omicron-package] Compiling humantime v2.3.0
26062026-08-19T02:32:53.382Z[ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
26072026-08-19T02:32:53.455Z[ omicron-package] Compiling num_enum v0.5.11
26082026-08-19T02:32:53.643Z[ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
26092026-08-19T02:32:53.661Z[ omicron-package] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
26102026-08-19T02:32:53.664Z[ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
26112026-08-19T02:32:53.776Z[ omicron-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
26122026-08-19T02:32:53.844Z[ omicron-package] Compiling rayon v1.11.0
26132026-08-19T02:32:53.919Z[ omicron-package] Compiling rand v0.10.1
26142026-08-19T02:32:53.967Z[ omicron-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
26152026-08-19T02:32:54.115Z[ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
26162026-08-19T02:32:54.161Z[ omicron-package] Compiling colored v3.1.1
26172026-08-19T02:32:54.216Z[ omicron-package] Compiling libefi-sys v0.1.0
26182026-08-19T02:32:54.247Z[ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
26192026-08-19T02:32:54.313Z[ omicron-package] Compiling zone_cfg_derive v0.3.1
26202026-08-19T02:32:54.368Z[ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
26212026-08-19T02:32:54.537Z[ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
26222026-08-19T02:32:54.654Z[ omicron-package] Compiling itertools v0.12.1
26232026-08-19T02:32:54.720Z[ omicron-package] Compiling usdt-macro v0.5.0
26242026-08-19T02:32:54.795Z[ omicron-package] Compiling usdt-attr-macro v0.5.0
26252026-08-19T02:32:54.864Z[ omicron-package] Compiling sigpipe v0.1.3
26262026-08-19T02:32:54.887Z[ omicron-package] Compiling memmap v0.7.0
26272026-08-19T02:32:54.904Z[ omicron-package] Compiling bitfield-struct v0.6.2
26282026-08-19T02:32:54.979Z[ omicron-package] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
26292026-08-19T02:32:54.998Z[ omicron-package] Compiling num-derive v0.4.2
26302026-08-19T02:32:55.144Z[ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
26312026-08-19T02:32:55.176Z[ omicron-package] Compiling glob v0.3.3
26322026-08-19T02:32:55.217Z[ omicron-package] Compiling swrite v0.1.0
26332026-08-19T02:32:55.558Z[ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
26342026-08-19T02:32:55.695Z[ omicron-package] Compiling usdt v0.5.0
26352026-08-19T02:32:55.828Z[ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
26362026-08-19T02:32:56.154Z[ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26372026-08-19T02:32:56.191Z[ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
26382026-08-19T02:32:56.234Z[ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26392026-08-19T02:32:56.394Z[ omicron-package] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
26402026-08-19T02:32:56.483Z[ omicron-package] Compiling smf v0.2.3
26412026-08-19T02:32:56.528Z[ omicron-package] Compiling whoami v1.6.1
26422026-08-19T02:32:56.678Z[ omicron-package] Compiling zone v0.3.1
26432026-08-19T02:32:56.749Z[ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26442026-08-19T02:32:56.766Z[ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
26452026-08-19T02:32:56.770Z[ omicron-package] Compiling tokio-dtrace v0.1.1
26462026-08-19T02:32:56.770Z[ omicron-package] Compiling gethostname v0.5.0
26472026-08-19T02:32:56.916Z[ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26482026-08-19T02:32:57.002Z[ omicron-package] Compiling console v0.16.2
26492026-08-19T02:32:57.030Z[ omicron-package] Compiling unit-prefix v0.5.2
26502026-08-19T02:32:57.163Z[ omicron-package] Compiling oxide-tokio-rt v0.1.4
26512026-08-19T02:32:57.200Z[ omicron-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
26522026-08-19T02:32:57.516Z[ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
26532026-08-19T02:32:57.817Z[ omicron-package] Compiling indicatif v0.18.4
26542026-08-19T02:33:01.428Z[ omicron-package] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
26552026-08-19T02:33:01.769Z[ helios-setup] Aug 19 02:33:01.069 INFO helios repository root is: /work/oxidecomputer/helios
26562026-08-19T02:33:01.773Z[ helios-setup] Aug 19 02:33:01.070 INFO skipping project "illumos" because "BUILD_OS" is set to "no"
26572026-08-19T02:33:01.773Z[ helios-setup] Aug 19 02:33:01.070 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
26582026-08-19T02:33:01.773Z[ helios-setup] Aug 19 02:33:01.070 INFO cloning git@github.com:oxidecomputer/dmar-report.git at "/work/oxidecomputer/helios/projects/dmar-report"..., project: dmar-report
26592026-08-19T02:33:01.773Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/dmar-report'...
26602026-08-19T02:33:02.598Z[ helios-setup] Aug 19 02:33:01.898 INFO clone ok!, project: dmar-report
26612026-08-19T02:33:02.601Z[ helios-setup] Aug 19 02:33:01.898 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
26622026-08-19T02:33:02.601Z[ helios-setup] Aug 19 02:33:01.898 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware
26632026-08-19T02:33:02.601Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'...
26642026-08-19T02:33:03.459ZAug 19 02:33:02.760 INFO [hubris-staging] task succeeded (17.417232585s)
26652026-08-19T02:33:08.819Z[ helios-setup] Aug 19 02:33:08.118 INFO clone ok!, project: amd-firmware
26662026-08-19T02:33:08.819Z[ helios-setup] Aug 19 02:33:08.118 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
26672026-08-19T02:33:08.822Z[ helios-setup] Aug 19 02:33:08.119 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick
26682026-08-19T02:33:08.822Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'...
26692026-08-19T02:33:09.299Z[ helios-setup] Aug 19 02:33:08.599 INFO clone ok!, project: pinprick
26702026-08-19T02:33:09.299Z[ helios-setup] Aug 19 02:33:08.599 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no"
26712026-08-19T02:33:09.299Z[ helios-setup] Aug 19 02:33:08.599 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
26722026-08-19T02:33:09.299Z[ helios-setup] Aug 19 02:33:08.599 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder
26732026-08-19T02:33:09.303Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'...
26742026-08-19T02:33:09.860Z[ helios-setup] Aug 19 02:33:09.160 INFO clone ok!, project: image-builder
26752026-08-19T02:33:09.860Z[ helios-setup] Aug 19 02:33:09.160 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no"
26762026-08-19T02:33:09.865Z[ helios-setup] Aug 19 02:33:09.160 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
26772026-08-19T02:33:09.865Z[ helios-setup] Aug 19 02:33:09.160 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot
26782026-08-19T02:33:09.865Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'...
26792026-08-19T02:33:09.868Z[ omicron-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
26802026-08-19T02:33:10.968Z[ helios-setup] Aug 19 02:33:10.268 INFO clone ok!, project: pilot
26812026-08-19T02:33:10.968Z[ helios-setup] Aug 19 02:33:10.268 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
26822026-08-19T02:33:10.972Z[ helios-setup] Aug 19 02:33:10.268 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl
26832026-08-19T02:33:10.972Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'...
26842026-08-19T02:33:11.641Z[ helios-setup] Aug 19 02:33:10.940 INFO clone ok!, project: phbl
26852026-08-19T02:33:11.641Z[ helios-setup] Aug 19 02:33:10.941 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
26862026-08-19T02:33:11.644Z[ helios-setup] Aug 19 02:33:10.941 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
26872026-08-19T02:33:11.644Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'...
26882026-08-19T02:33:12.602Z[ helios-setup] Aug 19 02:33:11.902 INFO clone ok!, project: amd-host-image-builder
26892026-08-19T02:33:12.602Z[ helios-setup] Aug 19 02:33:11.902 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
26902026-08-19T02:33:12.606Z[ helios-setup] Aug 19 02:33:11.902 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver
26912026-08-19T02:33:12.606Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'...
26922026-08-19T02:33:13.147Z[ helios-setup] Aug 19 02:33:12.447 INFO clone ok!, project: bootserver
26932026-08-19T02:33:13.150Z[ helios-setup] Aug 19 02:33:12.447 INFO project chelsio-t6-roms: Project { github: Some("oxidecomputer/chelsio-t6-roms"), url: None, auto_update: true, rev: None, use_ssh: true, site_sh: false, cargo_build: false, use_debug: false, cargo_toolchain: false, unless_env: Some("OXIDE_STAFF"), fixup: [] }, project: chelsio-t6-roms
26942026-08-19T02:33:13.151Z[ helios-setup] Aug 19 02:33:12.447 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms
26952026-08-19T02:33:13.151Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'...
26962026-08-19T02:33:13.158Z[ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26972026-08-19T02:33:14.102Z[ helios-setup] Aug 19 02:33:13.402 INFO clone ok!, project: chelsio-t6-roms
26982026-08-19T02:33:14.107Z[ helios-setup] Aug 19 02:33:13.402 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None
26992026-08-19T02:33:14.271Z[ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
27002026-08-19T02:33:14.352Z[ helios-setup] Aug 19 02:33:13.652 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios"], pwd: None
27012026-08-19T02:33:14.588Z[ helios-setup] Aug 19 02:33:13.888 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios created
27022026-08-19T02:33:14.588Z[ helios-setup] Aug 19 02:33:13.888 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None
27032026-08-19T02:33:14.823Z[ helios-setup] Aug 19 02:33:14.122 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios"], pwd: None
27042026-08-19T02:33:15.041Z[ helios-setup] Aug 19 02:33:14.340 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios created
27052026-08-19T02:33:15.041Z[ helios-setup] Aug 19 02:33:14.340 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None
27062026-08-19T02:33:15.290Z[ helios-setup] Aug 19 02:33:14.589 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios"], pwd: None
27072026-08-19T02:33:15.526Z[ helios-setup] Aug 19 02:33:14.825 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios created
27082026-08-19T02:33:15.527Z[ helios-setup] Aug 19 02:33:14.825 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist
27092026-08-19T02:33:15.527Z[ helios-setup] Aug 19 02:33:14.825 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ...
27102026-08-19T02:33:15.530Z[ helios-setup] Aug 19 02:33:14.825 INFO ok!
27112026-08-19T02:33:15.531Z[ helios-setup] Aug 19 02:33:14.825 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist
27122026-08-19T02:33:15.531Z[ helios-setup] Aug 19 02:33:14.825 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ...
27132026-08-19T02:33:15.531Z[ helios-setup] Aug 19 02:33:14.825 INFO ok!
27142026-08-19T02:33:15.531Z[ helios-setup] Aug 19 02:33:14.825 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist
27152026-08-19T02:33:15.531Z[ helios-setup] Aug 19 02:33:14.825 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ...
27162026-08-19T02:33:15.531Z[ helios-setup] Aug 19 02:33:14.825 INFO ok!
27172026-08-19T02:33:15.531Z[ helios-setup] Aug 19 02:33:14.825 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/dmar-report"
27182026-08-19T02:33:15.534Z[ helios-setup] Aug 19 02:33:14.833 INFO rust toolchain for "/work/oxidecomputer/helios/projects/dmar-report": "1.97.1-x86_64-unknown-illumos (default)"
27192026-08-19T02:33:15.534Z[ helios-setup] Aug 19 02:33:14.833 INFO building project "dmar-report" at /work/oxidecomputer/helios/projects/dmar-report
27202026-08-19T02:33:15.534Z[ helios-setup] Aug 19 02:33:14.833 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/dmar-report")
27212026-08-19T02:33:15.637Z[ helios-setup] Aug 19 02:33:14.937 INFO E| Updating crates.io index
27222026-08-19T02:33:15.722Z[ helios-setup] Aug 19 02:33:15.019 INFO E| Downloading crates ...
27232026-08-19T02:33:15.767Z[ helios-setup] Aug 19 02:33:15.067 INFO E| Downloaded proc-macro2 v1.0.95
27242026-08-19T02:33:15.771Z[ helios-setup] Aug 19 02:33:15.069 INFO E| Downloaded itoa v1.0.15
27252026-08-19T02:33:15.771Z[ helios-setup] Aug 19 02:33:15.071 INFO E| Downloaded ryu v1.0.20
27262026-08-19T02:33:15.775Z[ helios-setup] Aug 19 02:33:15.075 INFO E| Downloaded thiserror v2.0.12
27272026-08-19T02:33:15.779Z[ helios-setup] Aug 19 02:33:15.079 INFO E| Downloaded anyhow v1.0.98
27282026-08-19T02:33:15.782Z[ helios-setup] Aug 19 02:33:15.082 INFO E| Downloaded errno v0.3.12
27292026-08-19T02:33:15.791Z[ helios-setup] Aug 19 02:33:15.091 INFO E| Downloaded deranged v0.4.0
27302026-08-19T02:33:15.800Z[ helios-setup] Aug 19 02:33:15.100 INFO E| Downloaded autocfg v1.4.0
27312026-08-19T02:33:15.804Z[ helios-setup] Aug 19 02:33:15.104 INFO E| Downloaded serde_with_macros v3.12.0
27322026-08-19T02:33:15.811Z[ helios-setup] Aug 19 02:33:15.111 INFO E| Downloaded time-core v0.1.4
27332026-08-19T02:33:15.823Z[ helios-setup] Aug 19 02:33:15.123 INFO E| Downloaded unicode-ident v1.0.18
27342026-08-19T02:33:15.826Z[ helios-setup] Aug 19 02:33:15.125 INFO E| Downloaded tempfile v3.20.0
27352026-08-19T02:33:15.831Z[ helios-setup] Aug 19 02:33:15.131 INFO E| Downloaded quote v1.0.40
27362026-08-19T02:33:15.834Z[ helios-setup] Aug 19 02:33:15.134 INFO E| Downloaded thiserror-impl v2.0.12
27372026-08-19T02:33:15.838Z[ helios-setup] Aug 19 02:33:15.134 INFO E| Downloaded time-macros v0.2.22
27382026-08-19T02:33:15.857Z[ helios-setup] Aug 19 02:33:15.157 INFO E| Downloaded bitflags v2.9.1
27392026-08-19T02:33:15.861Z[ helios-setup] Aug 19 02:33:15.159 INFO E| Downloaded serde_derive v1.0.219
27402026-08-19T02:33:15.865Z[ helios-setup] Aug 19 02:33:15.161 INFO E| Downloaded iana-time-zone v0.1.63
27412026-08-19T02:33:15.865Z[ helios-setup] Aug 19 02:33:15.162 INFO E| Downloaded getrandom v0.3.3
27422026-08-19T02:33:15.865Z[ helios-setup] Aug 19 02:33:15.164 INFO E| Downloaded indexmap v2.9.0
27432026-08-19T02:33:15.881Z[ helios-setup] Aug 19 02:33:15.180 INFO E| Downloaded memchr v2.7.4
27442026-08-19T02:33:15.884Z[ helios-setup] Aug 19 02:33:15.183 INFO E| Downloaded serde v1.0.219
27452026-08-19T02:33:15.897Z[ helios-setup] Aug 19 02:33:15.196 INFO E| Downloaded serde_with v3.12.0
27462026-08-19T02:33:15.903Z[ helios-setup] Aug 19 02:33:15.203 INFO E| Downloaded serde_json v1.0.140
27472026-08-19T02:33:15.910Z[ helios-setup] Aug 19 02:33:15.210 INFO E| Downloaded time v0.3.41
27482026-08-19T02:33:15.914Z[ helios-setup] Aug 19 02:33:15.214 INFO E| Downloaded hashbrown v0.15.3
27492026-08-19T02:33:15.924Z[ helios-setup] Aug 19 02:33:15.224 INFO E| Downloaded chrono v0.4.41
27502026-08-19T02:33:15.944Z[ helios-setup] Aug 19 02:33:15.244 INFO E| Downloaded syn v2.0.101
27512026-08-19T02:33:15.951Z[ helios-setup] Aug 19 02:33:15.251 INFO E| Downloaded rustix v1.0.7
27522026-08-19T02:33:15.978Z[ helios-setup] Aug 19 02:33:15.278 INFO E| Downloaded libc v0.2.172
27532026-08-19T02:33:16.029Z[ helios-setup] Aug 19 02:33:15.329 INFO E| Compiling proc-macro2 v1.0.95
27542026-08-19T02:33:16.029Z[ helios-setup] Aug 19 02:33:15.329 INFO E| Compiling unicode-ident v1.0.18
27552026-08-19T02:33:16.036Z[ helios-setup] Aug 19 02:33:15.329 INFO E| Compiling libc v0.2.172
27562026-08-19T02:33:16.036Z[ helios-setup] Aug 19 02:33:15.329 INFO E| Compiling ident_case v1.0.1
27572026-08-19T02:33:16.036Z[ helios-setup] Aug 19 02:33:15.329 INFO E| Compiling fnv v1.0.7
27582026-08-19T02:33:16.036Z[ helios-setup] Aug 19 02:33:15.329 INFO E| Compiling strsim v0.11.1
27592026-08-19T02:33:16.036Z[ helios-setup] Aug 19 02:33:15.329 INFO E| Compiling serde v1.0.219
27602026-08-19T02:33:16.037Z[ helios-setup] Aug 19 02:33:15.329 INFO E| Compiling getrandom v0.3.3
27612026-08-19T02:33:16.038Z[ helios-setup] Aug 19 02:33:15.329 INFO E| Compiling rustix v1.0.7
27622026-08-19T02:33:16.038Z[ helios-setup] Aug 19 02:33:15.329 INFO E| Compiling thiserror v2.0.12
27632026-08-19T02:33:16.038Z[ helios-setup] Aug 19 02:33:15.329 INFO E| Compiling anyhow v1.0.98
27642026-08-19T02:33:16.043Z[ helios-setup] Aug 19 02:33:15.343 INFO E| Compiling cfg-if v1.0.0
27652026-08-19T02:33:16.047Z[ helios-setup] Aug 19 02:33:15.344 INFO E| Compiling bitflags v2.9.1
27662026-08-19T02:33:16.047Z[ helios-setup] Aug 19 02:33:15.344 INFO E| Compiling serde_json v1.0.140
27672026-08-19T02:33:16.047Z[ helios-setup] Aug 19 02:33:15.344 INFO E| Compiling memchr v2.7.4
27682026-08-19T02:33:16.047Z[ helios-setup] Aug 19 02:33:15.344 INFO E| Compiling fastrand v2.3.0
27692026-08-19T02:33:16.163Z[ helios-setup] Aug 19 02:33:15.463 INFO E| Compiling dmar-report v0.1.2 (/work/oxidecomputer/helios/projects/dmar-report)
27702026-08-19T02:33:16.192Z[ helios-setup] Aug 19 02:33:15.491 INFO E| Compiling ryu v1.0.20
27712026-08-19T02:33:16.274Z[ helios-setup] Aug 19 02:33:15.573 INFO E| Compiling itoa v1.0.15
27722026-08-19T02:33:16.317Z[ helios-setup] Aug 19 02:33:15.616 INFO E| Compiling once_cell v1.21.3
27732026-08-19T02:33:16.649Z[ helios-setup] Aug 19 02:33:15.949 INFO E| Compiling errno v0.3.12
27742026-08-19T02:33:16.885Z[ helios-setup] Aug 19 02:33:16.185 INFO E| Compiling quote v1.0.40
27752026-08-19T02:33:17.028Z[ helios-setup] Aug 19 02:33:16.328 INFO E| Compiling syn v2.0.101
27762026-08-19T02:33:17.379Z[ helios-setup] Aug 19 02:33:16.679 INFO E| Compiling tempfile v3.20.0
27772026-08-19T02:33:18.878Z[ helios-setup] Aug 19 02:33:18.177 INFO E| Compiling darling_core v0.20.11
27782026-08-19T02:33:19.218Z[ helios-setup] Aug 19 02:33:18.518 INFO E| Compiling serde_derive v1.0.219
27792026-08-19T02:33:19.218Z[ helios-setup] Aug 19 02:33:18.518 INFO E| Compiling thiserror-impl v2.0.12
27802026-08-19T02:33:20.061Z[ helios-setup] Aug 19 02:33:19.360 INFO E| Compiling darling_macro v0.20.11
27812026-08-19T02:33:20.585Z[ helios-setup] Aug 19 02:33:19.884 INFO E| Compiling darling v0.20.11
27822026-08-19T02:33:20.644Z[ helios-setup] Aug 19 02:33:19.943 INFO E| Compiling serde_with_macros v3.12.0
27832026-08-19T02:33:23.065Z[ helios-setup] Aug 19 02:33:22.365 INFO E| Compiling serde_with v3.12.0
27842026-08-19T02:33:24.019Z[ omicron-package] Finished `release` profile [optimized] target(s) in 37.96s
27852026-08-19T02:33:24.269Z[ omicron-package]
27862026-08-19T02:33:24.269Z[ omicron-package] real 38.143025021
27872026-08-19T02:33:24.276Z[ omicron-package] user 3:47.786245400
27882026-08-19T02:33:24.276Z[ omicron-package] sys 26.814990578
27892026-08-19T02:33:24.276Z[ omicron-package] trap 0.430862596
27902026-08-19T02:33:24.276Z[ omicron-package] tflt 0.535423468
27912026-08-19T02:33:24.276Z[ omicron-package] dflt 1.966309513
27922026-08-19T02:33:24.276Z[ omicron-package] kflt 0.000205670
27932026-08-19T02:33:24.276Z[ omicron-package] lock 11:07.431651975
27942026-08-19T02:33:24.276Z[ omicron-package] slp 6:01.515683404
27952026-08-19T02:33:24.276Z[ omicron-package] lat 45.924684802
27962026-08-19T02:33:24.276Z[ omicron-package] stop 1:44.215572382
27972026-08-19T02:33:24.276ZAug 19 02:33:23.569 INFO [omicron-package] process exited with exit status: 0 (38.22400728s)
27982026-08-19T02:33:24.276ZAug 19 02:33:23.569 INFO [host-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out target create --preset host
27992026-08-19T02:33:24.276ZAug 19 02:33:23.569 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --preset recovery
28002026-08-19T02:33:24.280Z[ recovery-target] Logging to: /work/artifacts-recovery/LOG
28012026-08-19T02:33:24.280Z[ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG
28022026-08-19T02:33:24.280Z[ recovery-target] Created new build target 'recovery' and set it as active
28032026-08-19T02:33:24.280Z[ host-target] Created new build target 'host' and set it as active
28042026-08-19T02:33:24.284ZAug 19 02:33:23.583 INFO [recovery-target] process exited with exit status: 0 (13.487865ms)
28052026-08-19T02:33:24.284ZAug 19 02:33:23.583 INFO [host-target] process exited with exit status: 0 (14.458975ms)
28062026-08-19T02:33:24.284ZAug 19 02:33:23.583 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package
28072026-08-19T02:33:24.290Z[ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG
28082026-08-19T02:33:25.804Z[ host-package] Compiling heck v0.5.0
28092026-08-19T02:33:25.804Z[ host-package] Compiling regress v0.11.1
28102026-08-19T02:33:26.037Z[ host-package] Compiling unsafe-libyaml v0.2.11
28112026-08-19T02:33:26.082Z[ host-package] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
28122026-08-19T02:33:26.113Z[ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
28132026-08-19T02:33:26.113Z[ host-package] Compiling derive-where v1.6.0
28142026-08-19T02:33:26.116Z[ host-package] Compiling bytecount v0.6.9
28152026-08-19T02:33:26.181Z[ host-package] Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
28162026-08-19T02:33:26.181Z[ host-package] Compiling atomicwrites v0.4.4
28172026-08-19T02:33:26.185Z[ host-package] Compiling is-terminal v0.4.17
28182026-08-19T02:33:26.185Z[ host-package] Compiling prettyplease v0.2.37
28192026-08-19T02:33:26.185Z[ host-package] Compiling newline-converter v0.3.0
28202026-08-19T02:33:26.223Z[ helios-setup] Aug 19 02:33:25.499 INFO E| Finished `release` profile [optimized] target(s) in 10.65s
28212026-08-19T02:33:26.226Z[ host-package] Compiling console v0.15.11
28222026-08-19T02:33:26.226Z[ helios-setup] Aug 19 02:33:25.525 INFO building project "dmar-report" ok (10 seconds)
28232026-08-19T02:33:26.226Z[ helios-setup] Aug 19 02:33:25.525 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/pinprick"
28242026-08-19T02:33:26.233Z[ helios-setup] Aug 19 02:33:25.534 INFO rust toolchain for "/work/oxidecomputer/helios/projects/pinprick": "1.97.1-x86_64-unknown-illumos (default)"
28252026-08-19T02:33:26.233Z[ helios-setup] Aug 19 02:33:25.534 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick
28262026-08-19T02:33:26.237Z[ helios-setup] Aug 19 02:33:25.534 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick")
28272026-08-19T02:33:26.268Z[ host-package] Compiling slog-dtrace v0.3.0
28282026-08-19T02:33:26.290Z[ host-package] Compiling cancel-safe-futures v0.1.5
28292026-08-19T02:33:26.359Z[ host-package] Compiling resolv-conf v0.7.6
28302026-08-19T02:33:26.383Z[ host-package] Compiling num-rational v0.4.2
28312026-08-19T02:33:26.386Z[ host-package] Compiling num-complex v0.4.6
28322026-08-19T02:33:26.388Z[ helios-setup] Aug 19 02:33:25.686 INFO E| Downloading crates ...
28332026-08-19T02:33:26.428Z[ helios-setup] Aug 19 02:33:25.728 INFO E| Downloaded adler2 v2.0.0
28342026-08-19T02:33:26.431Z[ host-package] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
28352026-08-19T02:33:26.440Z[ helios-setup] Aug 19 02:33:25.739 INFO E| Downloaded miniz_oxide v0.8.8
28362026-08-19T02:33:26.459Z[ host-package] Compiling thread_local v1.1.9
28372026-08-19T02:33:26.476Z[ helios-setup] Aug 19 02:33:25.776 INFO E| Compiling adler2 v2.0.0
28382026-08-19T02:33:26.564Z[ helios-setup] Aug 19 02:33:25.864 INFO E| Compiling miniz_oxide v0.8.8
28392026-08-19T02:33:26.603Z[ host-package] Compiling serde_yaml v0.9.34+deprecated
28402026-08-19T02:33:26.663Z[ host-package] Compiling expectorate v1.2.0
28412026-08-19T02:33:26.818Z[ host-package] Compiling compression-core v0.4.31
28422026-08-19T02:33:26.858Z[ host-package] Compiling match_cfg v0.1.0
28432026-08-19T02:33:26.880Z[ host-package] Compiling num v0.4.3
28442026-08-19T02:33:26.907Z[ host-package] Compiling multer v3.1.0
28452026-08-19T02:33:26.973Z[ host-package] Compiling slog-async v2.8.0
28462026-08-19T02:33:26.977Z[ host-package] Compiling compression-codecs v0.4.37
28472026-08-19T02:33:26.997Z[ host-package] Compiling hostname v0.3.1
28482026-08-19T02:33:27.073Z[ host-package] Compiling crossbeam-channel v0.5.15
28492026-08-19T02:33:27.128Z[ host-package] Compiling slog-json v2.6.1
28502026-08-19T02:33:27.132Z[ host-package] Compiling toml_datetime v1.1.1+spec-1.1.0
28512026-08-19T02:33:27.230Z[ host-package] Compiling serde_spanned v1.1.1
28522026-08-19T02:33:27.312Z[ host-package] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
28532026-08-19T02:33:27.368Z[ host-package] Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
28542026-08-19T02:33:27.397Z[ host-package] Compiling term v1.2.1
28552026-08-19T02:33:27.400Z[ host-package] Compiling take_mut v0.2.2
28562026-08-19T02:33:27.400Z[ host-package] Compiling oxide-update-engine-types v0.1.2
28572026-08-19T02:33:27.420Z[ host-package] Compiling linked-hash-map v0.5.6
28582026-08-19T02:33:27.484Z[ host-package] Compiling toml_writer v1.1.1+spec-1.1.0
28592026-08-19T02:33:27.510Z[ host-package] Compiling float-ord v0.3.2
28602026-08-19T02:33:27.533Z[ host-package] Compiling linear-map v1.2.0
28612026-08-19T02:33:27.557Z[ host-package] Compiling slog-bunyan v2.5.0
28622026-08-19T02:33:27.560Z[ host-package] Compiling async-compression v0.4.41
28632026-08-19T02:33:27.567Z[ helios-setup] Aug 19 02:33:26.867 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick)
28642026-08-19T02:33:27.605Z[ host-package] Compiling typify-impl v0.6.2
28652026-08-19T02:33:27.684Z[ host-package] Compiling lru-cache v0.1.2
28662026-08-19T02:33:27.723Z[ host-package] Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
28672026-08-19T02:33:27.751Z[ host-package] Compiling toml v1.1.2+spec-1.1.0
28682026-08-19T02:33:27.755Z[ host-package] Compiling slog-term v2.9.2
28692026-08-19T02:33:27.949Z[ host-package] Compiling async-stream v0.3.6
28702026-08-19T02:33:28.008Z[ helios-setup] Aug 19 02:33:27.308 INFO E| Finished `release` profile [optimized] target(s) in 1.76s
28712026-08-19T02:33:28.011Z[ host-package] Compiling dropshot v0.17.1
28722026-08-19T02:33:28.018Z[ helios-setup] Aug 19 02:33:27.318 INFO building project "pinprick" ok (1 seconds)
28732026-08-19T02:33:28.018Z[ helios-setup] Aug 19 02:33:27.318 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/image-builder"
28742026-08-19T02:33:28.028Z[ helios-setup] Aug 19 02:33:27.328 INFO rust toolchain for "/work/oxidecomputer/helios/projects/image-builder": "1.97.1-x86_64-unknown-illumos (default)"
28752026-08-19T02:33:28.028Z[ helios-setup] Aug 19 02:33:27.328 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder
28762026-08-19T02:33:28.031Z[ helios-setup] Aug 19 02:33:27.328 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder")
28772026-08-19T02:33:28.081Z[ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
28782026-08-19T02:33:28.113Z[ host-package] Compiling sha1 v0.11.0
28792026-08-19T02:33:28.119Z[ host-package] Compiling progenitor-client v0.14.0
28802026-08-19T02:33:28.133Z[ helios-setup] Aug 19 02:33:27.433 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib`
28812026-08-19T02:33:28.140Z[ host-package] Compiling waitgroup v0.1.2
28822026-08-19T02:33:28.246Z[ host-package] Compiling rustls-pemfile v2.2.0
28832026-08-19T02:33:28.293Z[ host-package] Compiling backon v1.6.0
28842026-08-19T02:33:28.334Z[ host-package] Compiling serde_path_to_error v0.1.20
28852026-08-19T02:33:28.357Z[ host-package] Compiling hostname v0.4.2
28862026-08-19T02:33:28.442Z[ host-package] Compiling instant v0.1.13
28872026-08-19T02:33:28.445Z[ helios-setup] Aug 19 02:33:27.743 INFO E| From https://github.com/jclulow/rust-jmclib
28882026-08-19T02:33:28.446Z[ helios-setup] Aug 19 02:33:27.743 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949
28892026-08-19T02:33:28.457Z[ helios-setup] Aug 19 02:33:27.757 INFO E| Updating crates.io index
28902026-08-19T02:33:28.464Z[ host-package] Compiling minimal-lexical v0.2.1
28912026-08-19T02:33:28.490Z[ host-package] Compiling debug-ignore v1.0.5
28922026-08-19T02:33:28.533Z[ host-package] Compiling progenitor-extras v0.2.0
28932026-08-19T02:33:28.554Z[ host-package] Compiling backoff v0.4.0
28942026-08-19T02:33:28.583Z[ host-package] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
28952026-08-19T02:33:28.647Z[ host-package] Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
28962026-08-19T02:33:28.706Z[ helios-setup] Aug 19 02:33:28.003 INFO E| Downloading crates ...
28972026-08-19T02:33:28.750Z[ host-package] Compiling oxide-update-engine v0.1.2
28982026-08-19T02:33:28.754Z[ helios-setup] Aug 19 02:33:28.053 INFO E| Downloaded bitflags v2.3.3
28992026-08-19T02:33:28.754Z[ helios-setup] Aug 19 02:33:28.053 INFO E| Downloaded ryu v1.0.15
29002026-08-19T02:33:28.757Z[ helios-setup] Aug 19 02:33:28.056 INFO E| Downloaded anyhow v1.0.72
29012026-08-19T02:33:28.760Z[ helios-setup] Aug 19 02:33:28.058 INFO E| Downloaded glob v0.3.1
29022026-08-19T02:33:28.761Z[ helios-setup] Aug 19 02:33:28.059 INFO E| Downloaded itoa v1.0.9
29032026-08-19T02:33:28.761Z[ helios-setup] Aug 19 02:33:28.060 INFO E| Downloaded block-buffer v0.9.0
29042026-08-19T02:33:28.761Z[ helios-setup] Aug 19 02:33:28.061 INFO E| Downloaded fastrand v2.0.0
29052026-08-19T02:33:28.764Z[ helios-setup] Aug 19 02:33:28.061 INFO E| Downloaded cpufeatures v0.2.9
29062026-08-19T02:33:28.764Z[ helios-setup] Aug 19 02:33:28.062 INFO E| Downloaded getrandom v0.2.10
29072026-08-19T02:33:28.764Z[ helios-setup] Aug 19 02:33:28.064 INFO E| Downloaded libdevinfo-sys v1.0.0
29082026-08-19T02:33:28.767Z[ helios-setup] Aug 19 02:33:28.064 INFO E| Downloaded opaque-debug v0.3.0
29092026-08-19T02:33:28.767Z[ helios-setup] Aug 19 02:33:28.065 INFO E| Downloaded sha-1 v0.9.8
29102026-08-19T02:33:28.767Z[ helios-setup] Aug 19 02:33:28.066 INFO E| Downloaded walkdir v2.3.3
29112026-08-19T02:33:28.770Z[ helios-setup] Aug 19 02:33:28.067 INFO E| Downloaded serde_derive v1.0.193
29122026-08-19T02:33:28.773Z[ host-package] Compiling nom v7.1.3
29132026-08-19T02:33:28.773Z[ helios-setup] Aug 19 02:33:28.071 INFO E| Downloaded digest v0.9.0
29142026-08-19T02:33:28.777Z[ helios-setup] Aug 19 02:33:28.076 INFO E| Downloaded toml v0.5.11
29152026-08-19T02:33:28.777Z[ helios-setup] Aug 19 02:33:28.078 INFO E| Downloaded tempfile v3.7.0
29162026-08-19T02:33:28.780Z[ helios-setup] Aug 19 02:33:28.079 INFO E| Downloaded once_cell v1.18.0
29172026-08-19T02:33:28.783Z[ helios-setup] Aug 19 02:33:28.081 INFO E| Downloaded unicode-ident v1.0.11
29182026-08-19T02:33:28.795Z[ helios-setup] Aug 19 02:33:28.095 INFO E| Downloaded unicode-width v0.1.10
29192026-08-19T02:33:28.800Z[ helios-setup] Aug 19 02:33:28.100 INFO E| Downloaded proc-macro2 v1.0.66
29202026-08-19T02:33:28.803Z[ helios-setup] Aug 19 02:33:28.102 INFO E| Downloaded md-5 v0.9.1
29212026-08-19T02:33:28.806Z[ helios-setup] Aug 19 02:33:28.104 INFO E| Downloaded errno v0.3.1
29222026-08-19T02:33:28.810Z[ helios-setup] Aug 19 02:33:28.111 INFO E| Downloaded serde v1.0.193
29232026-08-19T02:33:28.817Z[ helios-setup] Aug 19 02:33:28.118 INFO E| Downloaded quote v1.0.31
29242026-08-19T02:33:28.820Z[ helios-setup] Aug 19 02:33:28.119 INFO E| Downloaded typenum v1.16.0
29252026-08-19T02:33:28.823Z[ helios-setup] Aug 19 02:33:28.121 INFO E| Downloaded uuid v0.8.2
29262026-08-19T02:33:28.829Z[ helios-setup] Aug 19 02:33:28.130 INFO E| Downloaded serde_json v1.0.103
29272026-08-19T02:33:28.843Z[ host-package] Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
29282026-08-19T02:33:28.851Z[ helios-setup] Aug 19 02:33:28.151 INFO E| Downloaded syn v2.0.32
29292026-08-19T02:33:28.869Z[ helios-setup] Aug 19 02:33:28.169 INFO E| Downloaded rustix v0.38.4
29302026-08-19T02:33:28.886Z[ helios-setup] Aug 19 02:33:28.186 INFO E| Downloaded libc v0.2.147
29312026-08-19T02:33:28.893Z[ host-package] Compiling parse-display v0.10.0
29322026-08-19T02:33:28.943Z[ helios-setup] Aug 19 02:33:28.243 INFO E| Compiling libc v0.2.147
29332026-08-19T02:33:28.943Z[ helios-setup] Aug 19 02:33:28.243 INFO E| Compiling proc-macro2 v1.0.66
29342026-08-19T02:33:28.943Z[ helios-setup] Aug 19 02:33:28.243 INFO E| Compiling cfg-if v1.0.0
29352026-08-19T02:33:28.947Z[ helios-setup] Aug 19 02:33:28.243 INFO E| Compiling unicode-ident v1.0.11
29362026-08-19T02:33:28.958Z[ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
29372026-08-19T02:33:28.994Z[ helios-setup] Aug 19 02:33:28.294 INFO E| Compiling version_check v0.9.4
29382026-08-19T02:33:28.994Z[ helios-setup] Aug 19 02:33:28.294 INFO E| Compiling typenum v1.16.0
29392026-08-19T02:33:28.994Z[ helios-setup] Aug 19 02:33:28.294 INFO E| Compiling serde v1.0.193
29402026-08-19T02:33:28.997Z[ helios-setup] Aug 19 02:33:28.294 INFO E| Compiling num-conv v0.1.0
29412026-08-19T02:33:28.997Z[ helios-setup] Aug 19 02:33:28.294 INFO E| Compiling slog v2.7.0
29422026-08-19T02:33:28.997Z[ helios-setup] Aug 19 02:33:28.295 INFO E| Compiling itoa v1.0.9
29432026-08-19T02:33:29.016Z[ host-package] Compiling hickory-proto v0.24.4
29442026-08-19T02:33:29.036Z[ helios-setup] Aug 19 02:33:28.336 INFO E| Compiling powerfmt v0.2.0
29452026-08-19T02:33:29.036Z[ helios-setup] Aug 19 02:33:28.336 INFO E| Compiling rustix v0.38.4
29462026-08-19T02:33:29.049Z[ helios-setup] Aug 19 02:33:28.349 INFO E| Compiling time-core v0.1.2
29472026-08-19T02:33:29.059Z[ helios-setup] Aug 19 02:33:28.359 INFO E| Compiling once_cell v1.18.0
29482026-08-19T02:33:29.059Z[ helios-setup] Aug 19 02:33:28.359 INFO E| Compiling num_threads v0.1.6
29492026-08-19T02:33:29.059Z[ helios-setup] Aug 19 02:33:28.359 INFO E| Compiling bitflags v2.3.3
29502026-08-19T02:33:29.377Z[ helios-setup] Aug 19 02:33:28.677 INFO E| Compiling serde_json v1.0.103
29512026-08-19T02:33:29.377Z[ helios-setup] Aug 19 02:33:28.677 INFO E| Compiling opaque-debug v0.3.0
29522026-08-19T02:33:29.512Z[ host-package] Compiling regress v0.10.5
29532026-08-19T02:33:29.828Z[ helios-setup] Aug 19 02:33:29.128 INFO E| Compiling anyhow v1.0.72
29542026-08-19T02:33:29.848Z[ helios-setup] Aug 19 02:33:29.147 INFO E| Compiling fastrand v2.0.0
29552026-08-19T02:33:29.865Z[ helios-setup] Aug 19 02:33:29.165 INFO E| Compiling unicode-width v0.1.10
29562026-08-19T02:33:29.900Z[ helios-setup] Aug 19 02:33:29.200 INFO E| Compiling same-file v1.0.6
29572026-08-19T02:33:29.913Z[ host-package] Compiling itertools v0.14.0
29582026-08-19T02:33:29.916Z[ helios-setup] Aug 19 02:33:29.216 INFO E| Compiling cpufeatures v0.2.9
29592026-08-19T02:33:29.919Z[ helios-setup] Aug 19 02:33:29.217 INFO E| Compiling ryu v1.0.15
29602026-08-19T02:33:29.950Z[ helios-setup] Aug 19 02:33:29.250 INFO E| Compiling libdevinfo-sys v1.0.0
29612026-08-19T02:33:30.051Z[ helios-setup] Aug 19 02:33:29.351 INFO E| Compiling deranged v0.3.11
29622026-08-19T02:33:30.190Z[ helios-setup] Aug 19 02:33:29.490 INFO E| Compiling thread_local v1.1.7
29632026-08-19T02:33:30.221Z[ helios-setup] Aug 19 02:33:29.519 INFO E| Compiling walkdir v2.3.3
29642026-08-19T02:33:30.241Z[ host-package] Compiling macaddr v1.0.1
29652026-08-19T02:33:30.269Z[ helios-setup] Aug 19 02:33:29.569 INFO E| Compiling getopts v0.2.21
29662026-08-19T02:33:30.323Z[ helios-setup] Aug 19 02:33:29.623 INFO E| Compiling time-macros v0.2.18
29672026-08-19T02:33:30.426Z[ helios-setup] Aug 19 02:33:29.726 INFO E| Compiling glob v0.3.1
29682026-08-19T02:33:30.426Z[ helios-setup] Aug 19 02:33:29.726 INFO E| Compiling generic-array v0.14.7
29692026-08-19T02:33:30.540Z[ helios-setup] Aug 19 02:33:29.840 INFO E| Compiling dirs-sys-next v0.1.2
29702026-08-19T02:33:30.540Z[ helios-setup] Aug 19 02:33:29.840 INFO E| Compiling errno v0.3.1
29712026-08-19T02:33:30.581Z[ helios-setup] Aug 19 02:33:29.881 INFO E| Compiling atty v0.2.14
29722026-08-19T02:33:30.725Z[ helios-setup] Aug 19 02:33:30.024 INFO E| Compiling getrandom v0.2.10
29732026-08-19T02:33:30.775Z[ helios-setup] Aug 19 02:33:30.075 INFO E| Compiling quote v1.0.31
29742026-08-19T02:33:30.786Z[ host-package] Compiling unicode-xid v0.2.6
29752026-08-19T02:33:30.814Z[ helios-setup] Aug 19 02:33:30.114 INFO E| Compiling dirs-next v2.0.0
29762026-08-19T02:33:30.915Z[ helios-setup] Aug 19 02:33:30.215 INFO E| Compiling term v0.7.0
29772026-08-19T02:33:30.929Z[ host-package] Compiling humantime v2.3.0
29782026-08-19T02:33:31.138Z[ helios-setup] Aug 19 02:33:30.438 INFO E| Compiling syn v2.0.32
29792026-08-19T02:33:31.338Z[ host-package] Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
29802026-08-19T02:33:31.482Z[ helios-setup] Aug 19 02:33:30.782 INFO E| Compiling digest v0.9.0
29812026-08-19T02:33:31.482Z[ helios-setup] Aug 19 02:33:30.782 INFO E| Compiling block-buffer v0.9.0
29822026-08-19T02:33:31.494Z[ host-package] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
29832026-08-19T02:33:31.497Z[ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
29842026-08-19T02:33:31.593Z[ helios-setup] Aug 19 02:33:30.893 INFO E| Compiling md-5 v0.9.1
29852026-08-19T02:33:31.593Z[ helios-setup] Aug 19 02:33:30.893 INFO E| Compiling sha-1 v0.9.8
29862026-08-19T02:33:31.610Z[ helios-setup] Aug 19 02:33:30.910 INFO E| Compiling tempfile v3.7.0
29872026-08-19T02:33:31.751Z[ host-package] Compiling convert_case v0.10.0
29882026-08-19T02:33:31.817Z[ host-package] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
29892026-08-19T02:33:31.899Z[ host-package] Compiling typify-macro v0.6.2
29902026-08-19T02:33:32.020Z[ host-package] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
29912026-08-19T02:33:32.025Z[ helios-setup] Aug 19 02:33:31.326 INFO E| Compiling time v0.3.36
29922026-08-19T02:33:32.117Z[ host-package] Compiling derive_more-impl v2.1.1
29932026-08-19T02:33:32.181Z[ host-package] Compiling toml v0.8.23
29942026-08-19T02:33:32.284Z[ host-package] Compiling papergrid v0.11.0
29952026-08-19T02:33:32.375Z[ host-package] Compiling tabled_derive v0.7.0
29962026-08-19T02:33:32.852Z[ host-package] Compiling termtree v0.5.1
29972026-08-19T02:33:32.881Z[ host-package] Compiling phf_shared v0.12.1
29982026-08-19T02:33:32.917Z[ host-package] Compiling hickory-resolver v0.24.4
29992026-08-19T02:33:32.955Z[ helios-setup] Aug 19 02:33:32.255 INFO E| Compiling slog-term v2.9.0
30002026-08-19T02:33:33.004Z[ host-package] Compiling derive_more v2.1.1
30012026-08-19T02:33:33.018Z[ helios-setup] Aug 19 02:33:32.317 INFO E| Compiling serde_derive v1.0.193
30022026-08-19T02:33:33.120Z[ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
30032026-08-19T02:33:33.195Z[ host-package] Compiling crossterm v0.29.0
30042026-08-19T02:33:33.246Z[ host-package] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
30052026-08-19T02:33:33.667Z[ host-package] Compiling tabled v0.15.0
30062026-08-19T02:33:33.770Z[ host-package] Compiling typify v0.6.2
30072026-08-19T02:33:34.003Z[ host-package] Compiling progenitor-impl v0.14.0
30082026-08-19T02:33:35.100Z[ host-package] Compiling qorb v0.4.1
30092026-08-19T02:33:35.438Z[ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
30102026-08-19T02:33:36.014Z[ host-package] Compiling csv-core v0.1.13
30112026-08-19T02:33:36.265Z[ host-package] Compiling vte v0.14.1
30122026-08-19T02:33:36.379Z[ host-package] Compiling progenitor-macro v0.14.0
30132026-08-19T02:33:36.533Z[ host-package] Compiling chrono-tz v0.10.4
30142026-08-19T02:33:36.570Z[ host-package] Compiling highway v1.3.0
30152026-08-19T02:33:36.805Z[ host-package] Compiling strip-ansi-escapes v0.2.1
30162026-08-19T02:33:37.422Z[ host-package] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
30172026-08-19T02:33:37.512Z[ helios-setup] Aug 19 02:33:36.812 INFO E| Compiling toml v0.5.11
30182026-08-19T02:33:37.512Z[ helios-setup] Aug 19 02:33:36.812 INFO E| Compiling uuid v0.8.2
30192026-08-19T02:33:38.119Z[ host-package] Compiling csv v1.4.0
30202026-08-19T02:33:38.201Z[ host-package] Compiling phf v0.12.1
30212026-08-19T02:33:38.318Z[ helios-setup] Aug 19 02:33:37.618 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268)
30222026-08-19T02:33:38.341Z[ host-package] Compiling const_format_proc_macros v0.2.34
30232026-08-19T02:33:38.395Z[ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30242026-08-19T02:33:38.524Z[ host-package] Compiling fd-lock v4.0.4
30252026-08-19T02:33:38.719Z[ host-package] Compiling peg-macros v0.8.5
30262026-08-19T02:33:38.949Z[ helios-setup] Aug 19 02:33:38.247 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder)
30272026-08-19T02:33:39.059Z[ host-package] Compiling nu-ansi-term v0.50.3
30282026-08-19T02:33:39.346Z[ host-package] Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
30292026-08-19T02:33:39.349Z[ host-package] Compiling reedline v0.40.0
30302026-08-19T02:33:39.394Z[ host-package] Compiling const_format v0.2.35
30312026-08-19T02:33:39.765Z[ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
30322026-08-19T02:33:39.942Z[ host-package] Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
30332026-08-19T02:33:40.131Z[ host-package] Compiling peg v0.8.5
30342026-08-19T02:33:40.899Z[ host-package] Compiling progenitor v0.14.0
30352026-08-19T02:33:41.110Z[ host-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30362026-08-19T02:33:41.329Z[ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
30372026-08-19T02:33:41.647Z[ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
30382026-08-19T02:33:41.790Z[ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
30392026-08-19T02:33:42.047Z[ host-package] Compiling bcs v0.1.6
30402026-08-19T02:33:42.301Z[ host-package] Compiling nom v8.0.0
30412026-08-19T02:33:42.807Z[ host-package] Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
30422026-08-19T02:33:42.981Z[ host-package] Compiling semver v0.1.20
30432026-08-19T02:33:43.177Z[ host-package] Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
30442026-08-19T02:33:43.419Z[ host-package] Compiling rustc_version v0.1.7
30452026-08-19T02:33:43.634Z[ helios-setup] Aug 19 02:33:42.933 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.59s
30462026-08-19T02:33:43.657Z[ helios-setup] Aug 19 02:33:42.957 INFO building project "image-builder" ok (15 seconds)
30472026-08-19T02:33:43.657Z[ helios-setup] Aug 19 02:33:42.957 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/pilot"
30482026-08-19T02:33:43.666Z[ helios-setup] Aug 19 02:33:42.966 INFO rust toolchain for "/work/oxidecomputer/helios/projects/pilot": "1.97.1-x86_64-unknown-illumos (default)"
30492026-08-19T02:33:43.666Z[ helios-setup] Aug 19 02:33:42.966 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot
30502026-08-19T02:33:43.666Z[ helios-setup] Aug 19 02:33:42.966 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot")
30512026-08-19T02:33:43.676Z[ host-package] Compiling newtype_derive v0.1.6
30522026-08-19T02:33:43.772Z[ helios-setup] Aug 19 02:33:43.071 INFO E| Updating git repository `https://github.com/jclulow/hiercmd`
30532026-08-19T02:33:43.934Z[ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
30542026-08-19T02:33:44.084Z[ helios-setup] Aug 19 02:33:43.383 INFO E| From https://github.com/jclulow/hiercmd
30552026-08-19T02:33:44.084Z[ helios-setup] Aug 19 02:33:43.383 INFO E| * [new ref] 8eed23a01e9472183e9278ff456ba2f91e52b0ee -> refs/commit/8eed23a01e9472183e9278ff456ba2f91e52b0ee
30562026-08-19T02:33:44.096Z[ helios-setup] Aug 19 02:33:43.396 INFO E| Updating git repository `https://github.com/oxidecomputer/network-interface`
30572026-08-19T02:33:44.196Z[ host-package] Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
30582026-08-19T02:33:44.256Z[ host-package] Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
30592026-08-19T02:33:44.357Z[ host-package] Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
30602026-08-19T02:33:44.379Z[ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
30612026-08-19T02:33:44.428Z[ helios-setup] Aug 19 02:33:43.728 INFO E| From https://github.com/oxidecomputer/network-interface
30622026-08-19T02:33:44.428Z[ helios-setup] Aug 19 02:33:43.728 INFO E| * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
30632026-08-19T02:33:44.440Z[ helios-setup] Aug 19 02:33:43.740 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git`
30642026-08-19T02:33:44.741Z[ helios-setup] Aug 19 02:33:44.041 INFO E| From https://github.com/oxidecomputer/boot-image-tools
30652026-08-19T02:33:44.741Z[ helios-setup] Aug 19 02:33:44.041 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff
30662026-08-19T02:33:44.763Z[ helios-setup] Aug 19 02:33:44.063 INFO E| Updating crates.io index
30672026-08-19T02:33:44.869Z[ host-package] Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
30682026-08-19T02:33:45.021Z[ helios-setup] Aug 19 02:33:44.321 INFO E| Downloading crates ...
30692026-08-19T02:33:45.080Z[ helios-setup] Aug 19 02:33:44.379 INFO E| Downloaded anstyle-query v1.1.4
30702026-08-19T02:33:45.083Z[ helios-setup] Aug 19 02:33:44.380 INFO E| Downloaded anstyle v1.0.13
30712026-08-19T02:33:45.094Z[ helios-setup] Aug 19 02:33:44.394 INFO E| Downloaded anyhow v1.0.100
30722026-08-19T02:33:45.095Z[ helios-setup] Aug 19 02:33:44.395 INFO E| Downloaded clap_lex v0.7.6
30732026-08-19T02:33:45.099Z[ helios-setup] Aug 19 02:33:44.395 INFO E| Downloaded flate2 v1.1.5
30742026-08-19T02:33:45.115Z[ helios-setup] Aug 19 02:33:44.415 INFO E| Downloaded getrandom v0.2.16
30752026-08-19T02:33:45.118Z[ helios-setup] Aug 19 02:33:44.417 INFO E| Downloaded pin-utils v0.1.0
30762026-08-19T02:33:45.118Z[ helios-setup] Aug 19 02:33:44.418 INFO E| Downloaded futures-macro v0.3.31
30772026-08-19T02:33:45.121Z[ helios-setup] Aug 19 02:33:44.419 INFO E| Downloaded generic-array v0.14.9
30782026-08-19T02:33:45.121Z[ helios-setup] Aug 19 02:33:44.420 INFO E| Downloaded bitfield-macros v0.19.3
30792026-08-19T02:33:45.121Z[ helios-setup] Aug 19 02:33:44.420 INFO E| Downloaded futures-sink v0.3.31
30802026-08-19T02:33:45.121Z[ helios-setup] Aug 19 02:33:44.421 INFO E| Downloaded futures-task v0.3.31
30812026-08-19T02:33:45.125Z[ helios-setup] Aug 19 02:33:44.422 INFO E| Downloaded futures-channel v0.3.31
30822026-08-19T02:33:45.125Z[ helios-setup] Aug 19 02:33:44.423 INFO E| Downloaded futures-io v0.3.31
30832026-08-19T02:33:45.146Z[ helios-setup] Aug 19 02:33:44.446 INFO E| Downloaded env_filter v0.1.4
30842026-08-19T02:33:45.149Z[ helios-setup] Aug 19 02:33:44.447 INFO E| Downloaded libdevinfo-sys v1.1.0
30852026-08-19T02:33:45.149Z[ helios-setup] Aug 19 02:33:44.448 INFO E| Downloaded crc v3.3.0
30862026-08-19T02:33:45.165Z[ helios-setup] Aug 19 02:33:44.465 INFO E| Downloaded time-core v0.1.6
30872026-08-19T02:33:45.169Z[ helios-setup] Aug 19 02:33:44.466 INFO E| Downloaded simd-adler32 v0.3.7
30882026-08-19T02:33:45.202Z[ helios-setup] Aug 19 02:33:44.502 INFO E| Downloaded find-msvc-tools v0.1.4
30892026-08-19T02:33:45.202Z[ helios-setup] Aug 19 02:33:44.502 INFO E| Downloaded futures-executor v0.3.31
30902026-08-19T02:33:45.205Z[ helios-setup] Aug 19 02:33:44.502 INFO E| Downloaded deranged v0.5.5
30912026-08-19T02:33:45.205Z[ helios-setup] Aug 19 02:33:44.502 INFO E| Downloaded devinfo v0.1.0
30922026-08-19T02:33:45.205Z[ helios-setup] Aug 19 02:33:44.503 INFO E| Downloaded num_enum_derive v0.7.5
30932026-08-19T02:33:45.206Z[ helios-setup] Aug 19 02:33:44.504 INFO E| Downloaded futures-core v0.3.31
30942026-08-19T02:33:45.206Z[ helios-setup] Aug 19 02:33:44.504 INFO E| Downloaded getopts v0.2.24
30952026-08-19T02:33:45.209Z[ helios-setup] Aug 19 02:33:44.505 INFO E| Downloaded tokio-macros v2.6.0
30962026-08-19T02:33:45.209Z[ helios-setup] Aug 19 02:33:44.506 INFO E| Downloaded env_logger v0.11.8
30972026-08-19T02:33:45.209Z[ helios-setup] Aug 19 02:33:44.509 INFO E| Downloaded pin-project-lite v0.2.16
30982026-08-19T02:33:45.212Z[ helios-setup] Aug 19 02:33:44.511 INFO E| Downloaded zeroize_derive v1.4.2
30992026-08-19T02:33:45.212Z[ helios-setup] Aug 19 02:33:44.511 INFO E| Downloaded base64ct v1.8.0
31002026-08-19T02:33:45.215Z[ helios-setup] Aug 19 02:33:44.513 INFO E| Downloaded time-macros v0.2.24
31012026-08-19T02:33:45.215Z[ helios-setup] Aug 19 02:33:44.514 INFO E| Downloaded signal-hook-registry v1.4.6
31022026-08-19T02:33:45.215Z[ helios-setup] Aug 19 02:33:44.515 INFO E| Downloaded slab v0.4.11
31032026-08-19T02:33:45.218Z[ helios-setup] Aug 19 02:33:44.516 INFO E| Downloaded serde_spanned v1.0.3
31042026-08-19T02:33:45.218Z[ helios-setup] Aug 19 02:33:44.517 INFO E| Downloaded zeroize v1.8.2
31052026-08-19T02:33:45.226Z[ helios-setup] Aug 19 02:33:44.526 INFO E| Downloaded quote v1.0.41
31062026-08-19T02:33:45.249Z[ helios-setup] Aug 19 02:33:44.543 INFO E| Downloaded num_enum v0.7.5
31072026-08-19T02:33:45.254Z[ helios-setup] Aug 19 02:33:44.550 INFO E| Downloaded thiserror-impl v2.0.17
31082026-08-19T02:33:45.254Z[ helios-setup] Aug 19 02:33:44.551 INFO E| Downloaded bitfield v0.19.3
31092026-08-19T02:33:45.254Z[ helios-setup] Aug 19 02:33:44.551 INFO E| Downloaded clap_derive v4.5.49
31102026-08-19T02:33:45.254Z[ helios-setup] Aug 19 02:33:44.553 INFO E| Downloaded iana-time-zone v0.1.64
31112026-08-19T02:33:45.258Z[ helios-setup] Aug 19 02:33:44.554 INFO E| Downloaded log v0.4.28
31122026-08-19T02:33:45.258Z[ helios-setup] Aug 19 02:33:44.556 INFO E| Downloaded toml_datetime v0.7.3
31132026-08-19T02:33:45.259Z[ helios-setup] Aug 19 02:33:44.557 INFO E| Downloaded unicode-ident v1.0.22
31142026-08-19T02:33:45.262Z[ helios-setup] Aug 19 02:33:44.558 INFO E| Downloaded term v1.2.0
31152026-08-19T02:33:45.262Z[ helios-setup] Aug 19 02:33:44.560 INFO E| Downloaded thiserror v2.0.17
31162026-08-19T02:33:45.265Z[ helios-setup] Aug 19 02:33:44.564 INFO E| Downloaded toml_writer v1.0.4
31172026-08-19T02:33:45.265Z[ host-package] Compiling steno v0.4.1
31182026-08-19T02:33:45.268Z[ helios-setup] Aug 19 02:33:44.565 INFO E| Downloaded toml_parser v1.0.4
31192026-08-19T02:33:45.268Z[ helios-setup] Aug 19 02:33:44.567 INFO E| Downloaded futures v0.3.31
31202026-08-19T02:33:45.271Z[ helios-setup] Aug 19 02:33:44.570 INFO E| Downloaded bitflags v2.10.0
31212026-08-19T02:33:45.274Z[ helios-setup] Aug 19 02:33:44.573 INFO E| Downloaded clap v4.5.51
31222026-08-19T02:33:45.280Z[ helios-setup] Aug 19 02:33:44.580 INFO E| Downloaded proc-macro2 v1.0.103
31232026-08-19T02:33:45.284Z[ helios-setup] Aug 19 02:33:44.582 INFO E| Downloaded socket2 v0.6.1
31242026-08-19T02:33:45.284Z[ helios-setup] Aug 19 02:33:44.583 INFO E| Downloaded uuid v1.18.1
31252026-08-19T02:33:45.287Z[ helios-setup] Aug 19 02:33:44.588 INFO E| Downloaded toml v0.9.8
31262026-08-19T02:33:45.323Z[ helios-setup] Aug 19 02:33:44.623 INFO E| Downloaded bytes v1.10.1
31272026-08-19T02:33:45.354Z[ helios-setup] Aug 19 02:33:44.654 INFO E| Downloaded toml_edit v0.23.7
31282026-08-19T02:33:45.358Z[ helios-setup] Aug 19 02:33:44.657 INFO E| Downloaded typenum v1.19.0
31292026-08-19T02:33:45.361Z[ helios-setup] Aug 19 02:33:44.659 INFO E| Downloaded memchr v2.7.6
31302026-08-19T02:33:45.364Z[ helios-setup] Aug 19 02:33:44.663 INFO E| Downloaded zerocopy-derive v0.8.27
31312026-08-19T02:33:45.367Z[ helios-setup] Aug 19 02:33:44.667 INFO E| Downloaded rsa v0.9.8
31322026-08-19T02:33:45.373Z[ helios-setup] Aug 19 02:33:44.673 INFO E| Downloaded rand v0.8.5
31332026-08-19T02:33:45.377Z[ helios-setup] Aug 19 02:33:44.675 INFO E| Downloaded indexmap v2.12.0
31342026-08-19T02:33:45.381Z[ helios-setup] Aug 19 02:33:44.678 INFO E| Downloaded cc v1.2.44
31352026-08-19T02:33:45.381Z[ helios-setup] Aug 19 02:33:44.680 INFO E| Downloaded mio v1.1.0
31362026-08-19T02:33:45.384Z[ helios-setup] Aug 19 02:33:44.684 INFO E| Downloaded iddqd v0.3.14
31372026-08-19T02:33:45.388Z[ helios-setup] Aug 19 02:33:44.688 INFO E| Downloaded num-bigint-dig v0.8.4
31382026-08-19T02:33:45.394Z[ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
31392026-08-19T02:33:45.421Z[ helios-setup] Aug 19 02:33:44.721 INFO E| Downloaded libm v0.2.15
31402026-08-19T02:33:45.440Z[ helios-setup] Aug 19 02:33:44.739 INFO E| Downloaded hashbrown v0.16.0
31412026-08-19T02:33:45.447Z[ helios-setup] Aug 19 02:33:44.743 INFO E| Downloaded time v0.3.44
31422026-08-19T02:33:45.455Z[ helios-setup] Aug 19 02:33:44.748 INFO E| Downloaded serde_json v1.0.145
31432026-08-19T02:33:45.455Z[ helios-setup] Aug 19 02:33:44.752 INFO E| Downloaded futures-util v0.3.31
31442026-08-19T02:33:45.459Z[ helios-setup] Aug 19 02:33:44.759 INFO E| Downloaded winnow v0.7.13
31452026-08-19T02:33:45.464Z[ helios-setup] Aug 19 02:33:44.764 INFO E| Downloaded clap_builder v4.5.51
31462026-08-19T02:33:45.468Z[ helios-setup] Aug 19 02:33:44.768 INFO E| Downloaded chrono v0.4.42
31472026-08-19T02:33:45.472Z[ helios-setup] Aug 19 02:33:44.772 INFO E| Downloaded zerocopy v0.8.27
31482026-08-19T02:33:45.485Z[ helios-setup] Aug 19 02:33:44.785 INFO E| Downloaded unicode-width v0.2.2
31492026-08-19T02:33:45.488Z[ helios-setup] Aug 19 02:33:44.788 INFO E| Downloaded syn v2.0.108
31502026-08-19T02:33:45.507Z[ helios-setup] Aug 19 02:33:44.806 INFO E| Downloaded rustix v1.1.2
31512026-08-19T02:33:45.568Z[ helios-setup] Aug 19 02:33:44.868 INFO E| Downloaded tokio v1.48.0
31522026-08-19T02:33:45.595Z[ helios-setup] Aug 19 02:33:44.895 INFO E| Downloaded libc v0.2.177
31532026-08-19T02:33:45.640Z[ host-package] Compiling dropshot-api-manager-types v0.8.0
31542026-08-19T02:33:45.729Z[ helios-setup] Aug 19 02:33:45.029 INFO E| Compiling proc-macro2 v1.0.103
31552026-08-19T02:33:45.729Z[ helios-setup] Aug 19 02:33:45.029 INFO E| Compiling unicode-ident v1.0.22
31562026-08-19T02:33:45.729Z[ helios-setup] Aug 19 02:33:45.029 INFO E| Compiling quote v1.0.41
31572026-08-19T02:33:45.732Z[ helios-setup] Aug 19 02:33:45.029 INFO E| Compiling libc v0.2.177
31582026-08-19T02:33:45.732Z[ helios-setup] Aug 19 02:33:45.029 INFO E| Compiling serde_core v1.0.228
31592026-08-19T02:33:45.733Z[ helios-setup] Aug 19 02:33:45.029 INFO E| Compiling cfg-if v1.0.4
31602026-08-19T02:33:45.733Z[ helios-setup] Aug 19 02:33:45.029 INFO E| Compiling serde v1.0.228
31612026-08-19T02:33:45.733Z[ helios-setup] Aug 19 02:33:45.029 INFO E| Compiling version_check v0.9.5
31622026-08-19T02:33:45.733Z[ helios-setup] Aug 19 02:33:45.029 INFO E| Compiling autocfg v1.5.0
31632026-08-19T02:33:45.733Z[ helios-setup] Aug 19 02:33:45.029 INFO E| Compiling typenum v1.19.0
31642026-08-19T02:33:45.733Z[ helios-setup] Aug 19 02:33:45.030 INFO E| Compiling const-oid v0.9.6
31652026-08-19T02:33:45.733Z[ helios-setup] Aug 19 02:33:45.030 INFO E| Compiling libm v0.2.15
31662026-08-19T02:33:45.733Z[ helios-setup] Aug 19 02:33:45.030 INFO E| Compiling zerocopy v0.8.27
31672026-08-19T02:33:45.733Z[ helios-setup] Aug 19 02:33:45.030 INFO E| Compiling rustversion v1.0.22
31682026-08-19T02:33:45.733Z[ helios-setup] Aug 19 02:33:45.030 INFO E| Compiling smallvec v1.15.1
31692026-08-19T02:33:45.733Z[ helios-setup] Aug 19 02:33:45.030 INFO E| Compiling zeroize v1.8.2
31702026-08-19T02:33:45.896Z[ helios-setup] Aug 19 02:33:45.195 INFO E| Compiling base64ct v1.8.0
31712026-08-19T02:33:46.223Z[ helios-setup] Aug 19 02:33:45.522 INFO E| Compiling flagset v0.4.7
31722026-08-19T02:33:46.295Z[ helios-setup] Aug 19 02:33:45.595 INFO E| Compiling anyhow v1.0.100
31732026-08-19T02:33:46.337Z[ helios-setup] Aug 19 02:33:45.637 INFO E| Compiling generic-array v0.14.9
31742026-08-19T02:33:46.460Z[ helios-setup] Aug 19 02:33:45.760 INFO E| Compiling pem-rfc7468 v0.7.0
31752026-08-19T02:33:46.493Z[ host-package] Compiling sha1 v0.10.6
31762026-08-19T02:33:46.586Z[ helios-setup] Aug 19 02:33:45.886 INFO E| Compiling crc32fast v1.5.0
31772026-08-19T02:33:46.645Z[ helios-setup] Aug 19 02:33:45.945 INFO E| Compiling hashbrown v0.16.0
31782026-08-19T02:33:46.653Z[ helios-setup] Aug 19 02:33:45.953 INFO E| Compiling memchr v2.7.6
31792026-08-19T02:33:46.859Z[ helios-setup] Aug 19 02:33:46.155 INFO E| Compiling rustix v1.1.2
31802026-08-19T02:33:46.867Z[ helios-setup] Aug 19 02:33:46.167 INFO E| Compiling utf8parse v0.2.2
31812026-08-19T02:33:46.922Z[ helios-setup] Aug 19 02:33:46.222 INFO E| Compiling winnow v0.7.13
31822026-08-19T02:33:46.937Z[ helios-setup] Aug 19 02:33:46.237 INFO E| Compiling num-traits v0.2.19
31832026-08-19T02:33:47.155Z[ host-package] Compiling tagptr v0.2.0
31842026-08-19T02:33:47.243Z[ helios-setup] Aug 19 02:33:46.543 INFO E| Compiling byteorder v1.5.0
31852026-08-19T02:33:47.296Z[ helios-setup] Aug 19 02:33:46.596 INFO E| Compiling equivalent v1.0.2
31862026-08-19T02:33:47.380Z[ helios-setup] Aug 19 02:33:46.680 INFO E| Compiling getrandom v0.2.16
31872026-08-19T02:33:47.429Z[ host-package] Compiling utf-8 v0.7.6
31882026-08-19T02:33:47.525Z[ helios-setup] Aug 19 02:33:46.824 INFO E| Compiling indexmap v2.12.0
31892026-08-19T02:33:47.550Z[ helios-setup] Aug 19 02:33:46.850 INFO E| Compiling rand_core v0.6.4
31902026-08-19T02:33:47.623Z[ host-package] Compiling moka v0.12.13
31912026-08-19T02:33:47.640Z[ helios-setup] Aug 19 02:33:46.940 INFO E| Compiling errno v0.3.14
31922026-08-19T02:33:47.689Z[ helios-setup] Aug 19 02:33:46.989 INFO E| Compiling anstyle-parse v0.2.7
31932026-08-19T02:33:47.696Z[ helios-setup] Aug 19 02:33:46.996 INFO E| Compiling shlex v1.3.0
31942026-08-19T02:33:47.770Z[ helios-setup] Aug 19 02:33:47.069 INFO E| Compiling is_terminal_polyfill v1.70.2
31952026-08-19T02:33:47.862Z[ helios-setup] Aug 19 02:33:47.161 INFO E| Compiling anstyle v1.0.13
31962026-08-19T02:33:47.956Z[ helios-setup] Aug 19 02:33:47.255 INFO E| Compiling cpufeatures v0.2.17
31972026-08-19T02:33:47.962Z[ helios-setup] Aug 19 02:33:47.261 INFO E| Compiling colorchoice v1.0.4
31982026-08-19T02:33:48.002Z[ helios-setup] Aug 19 02:33:47.301 INFO E| Compiling syn v1.0.109
31992026-08-19T02:33:48.038Z[ helios-setup] Aug 19 02:33:47.338 INFO E| Compiling radium v0.7.0
32002026-08-19T02:33:48.052Z[ helios-setup] Aug 19 02:33:47.352 INFO E| Compiling find-msvc-tools v0.1.4
32012026-08-19T02:33:48.106Z[ helios-setup] Aug 19 02:33:47.406 INFO E| Compiling anstyle-query v1.1.4
32022026-08-19T02:33:48.118Z[ helios-setup] Aug 19 02:33:47.418 INFO E| Compiling allocator-api2 v0.2.21
32032026-08-19T02:33:48.179Z[ host-package] Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32042026-08-19T02:33:48.283Z[ helios-setup] Aug 19 02:33:47.583 INFO E| Compiling toml_datetime v0.7.3
32052026-08-19T02:33:48.283Z[ helios-setup] Aug 19 02:33:47.583 INFO E| Compiling slog v2.8.2
32062026-08-19T02:33:48.343Z[ helios-setup] Aug 19 02:33:47.643 INFO E| Compiling cc v1.2.44
32072026-08-19T02:33:48.486Z[ host-package] Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
32082026-08-19T02:33:48.594Z[ host-package] Compiling tungstenite v0.21.0
32092026-08-19T02:33:48.662Z[ helios-setup] Aug 19 02:33:47.962 INFO E| Compiling anstream v0.6.21
32102026-08-19T02:33:48.737Z[ helios-setup] Aug 19 02:33:48.037 INFO E| Compiling block-buffer v0.10.4
32112026-08-19T02:33:48.754Z[ helios-setup] Aug 19 02:33:48.054 INFO E| Compiling syn v2.0.108
32122026-08-19T02:33:48.788Z[ helios-setup] Aug 19 02:33:48.087 INFO E| Compiling crypto-common v0.1.6
32132026-08-19T02:33:48.917Z[ helios-setup] Aug 19 02:33:48.217 INFO E| Compiling futures-core v0.3.31
32142026-08-19T02:33:48.948Z[ helios-setup] Aug 19 02:33:48.248 INFO E| Compiling digest v0.10.7
32152026-08-19T02:33:48.964Z[ helios-setup] Aug 19 02:33:48.263 INFO E| Compiling tap v1.0.1
32162026-08-19T02:33:49.102Z[ helios-setup] Aug 19 02:33:48.402 INFO E| Compiling futures-sink v0.3.31
32172026-08-19T02:33:49.130Z[ helios-setup] Aug 19 02:33:48.430 INFO E| Compiling unicode-width v0.2.2
32182026-08-19T02:33:49.137Z[ helios-setup] Aug 19 02:33:48.437 INFO E| Compiling pkg-config v0.3.32
32192026-08-19T02:33:49.228Z[ helios-setup] Aug 19 02:33:48.528 INFO E| Compiling parking_lot_core v0.9.12
32202026-08-19T02:33:49.346Z[ helios-setup] Aug 19 02:33:48.646 INFO E| Compiling sha2 v0.10.9
32212026-08-19T02:33:49.418Z[ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
32222026-08-19T02:33:49.542Z[ helios-setup] Aug 19 02:33:48.842 INFO E| Compiling maybe-uninit v2.0.0
32232026-08-19T02:33:49.571Z[ helios-setup] Aug 19 02:33:48.871 INFO E| Compiling pin-project-lite v0.2.16
32242026-08-19T02:33:49.703Z[ helios-setup] Aug 19 02:33:49.003 INFO E| Compiling getopts v0.2.24
32252026-08-19T02:33:49.710Z[ helios-setup] Aug 19 02:33:49.009 INFO E| Compiling num-integer v0.1.46
32262026-08-19T02:33:49.717Z[ host-package] Compiling darling_core v0.21.3
32272026-08-19T02:33:49.748Z[ helios-setup] Aug 19 02:33:49.048 INFO E| Compiling futures-channel v0.3.31
32282026-08-19T02:33:49.818Z[ helios-setup] Aug 19 02:33:49.118 INFO E| Compiling wyz v0.5.1
32292026-08-19T02:33:50.064Z[ helios-setup] Aug 19 02:33:49.364 INFO E| Compiling ahash v0.8.12
32302026-08-19T02:33:50.078Z[ helios-setup] Aug 19 02:33:49.378 INFO E| Compiling pin-utils v0.1.0
32312026-08-19T02:33:50.170Z[ helios-setup] Aug 19 02:33:49.470 INFO E| Compiling futures-task v0.3.31
32322026-08-19T02:33:50.177Z[ helios-setup] Aug 19 02:33:49.477 INFO E| Compiling bytes v1.10.1
32332026-08-19T02:33:50.231Z[ helios-setup] Aug 19 02:33:49.530 INFO E| Compiling futures-io v0.3.31
32342026-08-19T02:33:50.241Z[ helios-setup] Aug 19 02:33:49.541 INFO E| Compiling packed_struct v0.10.1
32352026-08-19T02:33:50.389Z[ helios-setup] Aug 19 02:33:49.688 INFO E| Compiling bzip2-sys v0.1.13+1.0.8
32362026-08-19T02:33:50.461Z[ helios-setup] Aug 19 02:33:49.761 INFO E| Compiling toml_parser v1.0.4
32372026-08-19T02:33:50.478Z[ helios-setup] Aug 19 02:33:49.777 INFO E| Compiling clap_lex v0.7.6
32382026-08-19T02:33:50.620Z[ helios-setup] Aug 19 02:33:49.919 INFO E| Compiling bitflags v2.10.0
32392026-08-19T02:33:50.675Z[ helios-setup] Aug 19 02:33:49.975 INFO E| Compiling itoa v1.0.15
32402026-08-19T02:33:50.713Z[ helios-setup] Aug 19 02:33:50.013 INFO E| Compiling funty v2.0.0
32412026-08-19T02:33:50.714Z[ helios-setup] Aug 19 02:33:50.013 INFO E| Compiling num-conv v0.1.0
32422026-08-19T02:33:50.717Z[ host-package] Compiling hickory-resolver v0.25.2
32432026-08-19T02:33:50.796Z[ helios-setup] Aug 19 02:33:50.096 INFO E| Compiling scopeguard v1.2.0
32442026-08-19T02:33:50.804Z[ helios-setup] Aug 19 02:33:50.102 INFO E| Compiling thiserror v1.0.69
32452026-08-19T02:33:50.843Z[ helios-setup] Aug 19 02:33:50.142 INFO E| Compiling getrandom v0.3.4
32462026-08-19T02:33:50.932Z[ helios-setup] Aug 19 02:33:50.232 INFO E| Compiling time-core v0.1.6
32472026-08-19T02:33:50.994Z[ helios-setup] Aug 19 02:33:50.294 INFO E| Compiling powerfmt v0.2.0
32482026-08-19T02:33:51.022Z[ helios-setup] Aug 19 02:33:50.321 INFO E| Compiling num-bigint-dig v0.8.4
32492026-08-19T02:33:51.132Z[ helios-setup] Aug 19 02:33:50.431 INFO E| Compiling heck v0.5.0
32502026-08-19T02:33:51.148Z[ helios-setup] Aug 19 02:33:50.448 INFO E| Compiling slab v0.4.11
32512026-08-19T02:33:51.388Z[ helios-setup] Aug 19 02:33:50.688 INFO E| Compiling toml_edit v0.23.7
32522026-08-19T02:33:51.415Z[ helios-setup] Aug 19 02:33:50.714 INFO E| Compiling strsim v0.11.1
32532026-08-19T02:33:51.435Z[ helios-setup] Aug 19 02:33:50.735 INFO E| Compiling spin v0.9.8
32542026-08-19T02:33:51.458Z[ helios-setup] Aug 19 02:33:50.758 INFO E| Compiling deranged v0.5.5
32552026-08-19T02:33:51.689Z[ helios-setup] Aug 19 02:33:50.989 INFO E| Compiling lazy_static v1.5.0
32562026-08-19T02:33:51.720Z[ helios-setup] Aug 19 02:33:51.019 INFO E| Compiling bitvec v1.0.1
32572026-08-19T02:33:51.800Z[ helios-setup] Aug 19 02:33:51.099 INFO E| Compiling time-macros v0.2.24
32582026-08-19T02:33:51.807Z[ helios-setup] Aug 19 02:33:51.106 INFO E| Compiling lock_api v0.4.14
32592026-08-19T02:33:51.868Z[ helios-setup] Aug 19 02:33:51.167 INFO E| Compiling num-iter v0.1.45
32602026-08-19T02:33:51.977Z[ helios-setup] Aug 19 02:33:51.276 INFO E| Compiling indexmap v1.9.3
32612026-08-19T02:33:52.176Z[ helios-setup] Aug 19 02:33:51.476 INFO E| Compiling terminal_size v0.4.3
32622026-08-19T02:33:52.200Z[ helios-setup] Aug 19 02:33:51.499 INFO E| Compiling crc-catalog v2.4.0
32632026-08-19T02:33:52.355Z[ helios-setup] Aug 19 02:33:51.654 INFO E| Compiling proc-macro-crate v3.4.0
32642026-08-19T02:33:52.359Z[ helios-setup] Aug 19 02:33:51.655 INFO E| Compiling clap_builder v4.5.51
32652026-08-19T02:33:52.473Z[ helios-setup] Aug 19 02:33:51.772 INFO E| Compiling iana-time-zone v0.1.64
32662026-08-19T02:33:52.597Z[ host-package] Compiling tokio-tungstenite v0.21.0
32672026-08-19T02:33:52.677Z[ helios-setup] Aug 19 02:33:51.977 INFO E| Compiling log v0.4.28
32682026-08-19T02:33:52.695Z[ host-package] Compiling display-error-chain v0.2.2
32692026-08-19T02:33:52.803Z[ helios-setup] Aug 19 02:33:52.103 INFO E| Compiling thiserror v2.0.17
32702026-08-19T02:33:52.859Z[ helios-setup] Aug 19 02:33:52.158 INFO E| Compiling nodrop v0.1.14
32712026-08-19T02:33:52.934Z[ helios-setup] Aug 19 02:33:52.233 INFO E| Compiling once_cell v1.21.3
32722026-08-19T02:33:52.975Z[ helios-setup] Aug 19 02:33:52.273 INFO E| Compiling simd-adler32 v0.3.7
32732026-08-19T02:33:53.014Z[ host-package] Compiling libscf-sys v1.2.0
32742026-08-19T02:33:53.238Z[ helios-setup] Aug 19 02:33:52.537 INFO E| Compiling adler2 v2.0.1
32752026-08-19T02:33:53.286Z[ helios-setup] Aug 19 02:33:52.586 INFO E| Compiling serde_json v1.0.145
32762026-08-19T02:33:53.379Z[ helios-setup] Aug 19 02:33:52.678 INFO E| Compiling env_filter v0.1.4
32772026-08-19T02:33:53.441Z[ host-package] Compiling vergen-lib v0.1.6
32782026-08-19T02:33:53.464Z[ helios-setup] Aug 19 02:33:52.764 INFO E| Compiling miniz_oxide v0.8.9
32792026-08-19T02:33:53.528Z[ helios-setup] Aug 19 02:33:52.827 INFO E| Compiling array-init v0.0.4
32802026-08-19T02:33:53.669Z[ host-package] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
32812026-08-19T02:33:53.723Z[ helios-setup] Aug 19 02:33:53.022 INFO E| Compiling chrono v0.4.42
32822026-08-19T02:33:53.818Z[ helios-setup] Aug 19 02:33:53.118 INFO E| Compiling parking_lot v0.12.5
32832026-08-19T02:33:53.838Z[ helios-setup] Aug 19 02:33:53.138 INFO E| Compiling crc v3.3.0
32842026-08-19T02:33:53.845Z[ helios-setup] Aug 19 02:33:53.144 INFO E| Compiling smallvec v0.6.14
32852026-08-19T02:33:53.915Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
32862026-08-19T02:33:54.086Z[ host-package] Compiling darling_macro v0.21.3
32872026-08-19T02:33:54.327Z[ helios-setup] Aug 19 02:33:53.626 INFO E| Compiling serde_spanned v1.0.3
32882026-08-19T02:33:54.348Z[ host-package] Compiling diesel_derives v2.3.7
32892026-08-19T02:33:54.458Z[ helios-setup] Aug 19 02:33:53.758 INFO E| Compiling time v0.3.44
32902026-08-19T02:33:54.579Z[ helios-setup] Aug 19 02:33:53.878 INFO E| Compiling signature v2.2.0
32912026-08-19T02:33:54.639Z[ helios-setup] Aug 19 02:33:53.893 INFO E| Compiling signal-hook-registry v1.4.6
32922026-08-19T02:33:54.690Z[ helios-setup] Aug 19 02:33:53.990 INFO E| Compiling socket2 v0.6.1
32932026-08-19T02:33:54.797Z[ helios-setup] Aug 19 02:33:54.096 INFO E| Compiling mio v1.1.0
32942026-08-19T02:33:54.853Z[ helios-setup] Aug 19 02:33:54.153 INFO E| Compiling is-terminal v0.4.17
32952026-08-19T02:33:55.044Z[ helios-setup] Aug 19 02:33:54.344 INFO E| Compiling packed_struct_codegen v0.10.1
32962026-08-19T02:33:55.103Z[ helios-setup] Aug 19 02:33:54.403 INFO E| Compiling thread_local v1.1.9
32972026-08-19T02:33:55.394Z[ host-package] Compiling scheduled-thread-pool v0.2.7
32982026-08-19T02:33:55.397Z[ helios-setup] Aug 19 02:33:54.694 INFO E| Compiling serde_derive v1.0.228
32992026-08-19T02:33:55.586Z[ helios-setup] Aug 19 02:33:54.885 INFO E| Compiling zerocopy-derive v0.8.27
33002026-08-19T02:33:55.598Z[ helios-setup] Aug 19 02:33:54.898 INFO E| Compiling der_derive v0.7.3
33012026-08-19T02:33:55.682Z[ helios-setup] Aug 19 02:33:54.982 INFO E| Compiling futures-macro v0.3.31
33022026-08-19T02:33:55.780Z[ host-package] Compiling vergen-gitcl v1.0.8
33032026-08-19T02:33:55.783Z[ helios-setup] Aug 19 02:33:55.081 INFO E| Compiling num_enum_derive v0.7.5
33042026-08-19T02:33:55.812Z[ host-package] Compiling darling v0.21.3
33052026-08-19T02:33:55.903Z[ helios-setup] Aug 19 02:33:55.203 INFO E| Compiling thiserror-impl v1.0.69
33062026-08-19T02:33:56.146Z[ host-package] Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33072026-08-19T02:33:56.215Z[ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33082026-08-19T02:33:56.234Z[ helios-setup] Aug 19 02:33:55.534 INFO E| Compiling bitfield-macros v0.19.3
33092026-08-19T02:33:56.242Z[ helios-setup] Aug 19 02:33:55.541 INFO E| Compiling zerocopy-derive v0.6.6
33102026-08-19T02:33:56.281Z[ helios-setup] Aug 19 02:33:55.581 INFO E| Compiling clap_derive v4.5.49
33112026-08-19T02:33:56.337Z[ host-package] Compiling dsl_auto_type v0.2.0
33122026-08-19T02:33:56.420Z[ helios-setup] Aug 19 02:33:55.719 INFO E| Compiling tokio-macros v2.6.0
33132026-08-19T02:33:56.439Z[ host-package] Compiling diesel_table_macro_syntax v0.3.0
33142026-08-19T02:33:56.513Z[ helios-setup] Aug 19 02:33:55.813 INFO E| Compiling thiserror-impl v2.0.17
33152026-08-19T02:33:56.557Z[ host-package] Compiling dirs-sys-next v0.1.2
33162026-08-19T02:33:56.647Z[ host-package] Compiling maplit v1.0.2
33172026-08-19T02:33:56.746Z[ host-package] Compiling crunchy v0.2.4
33182026-08-19T02:33:56.805Z[ helios-setup] Aug 19 02:33:56.105 INFO E| Compiling term v1.2.0
33192026-08-19T02:33:57.037Z[ host-package] Compiling glob v0.3.3
33202026-08-19T02:33:57.080Z[ host-package] Compiling dirs-next v2.0.0
33212026-08-19T02:33:57.527Z[ host-package] Compiling r2d2 v0.8.10
33222026-08-19T02:33:57.797Z[ helios-setup] Aug 19 02:33:57.095 INFO E| Compiling futures-util v0.3.31
33232026-08-19T02:33:57.835Z[ helios-setup] Aug 19 02:33:57.135 INFO E| Compiling base64 v0.21.7
33242026-08-19T02:33:57.869Z[ helios-setup] Aug 19 02:33:57.145 INFO E| Compiling zerocopy v0.6.6
33252026-08-19T02:33:57.869Z[ helios-setup] Aug 19 02:33:57.156 INFO E| Compiling der v0.7.10
33262026-08-19T02:33:57.898Z[ helios-setup] Aug 19 02:33:57.198 INFO E| Compiling num_enum v0.7.5
33272026-08-19T02:33:57.978Z[ helios-setup] Aug 19 02:33:57.277 INFO E| Compiling bitfield v0.19.3
33282026-08-19T02:33:58.058Z[ helios-setup] Aug 19 02:33:57.358 INFO E| Compiling ryu v1.0.20
33292026-08-19T02:33:58.122Z[ host-package] Compiling clang-sys v1.8.1
33302026-08-19T02:33:58.208Z[ helios-setup] Aug 19 02:33:57.507 INFO E| Compiling hashbrown v0.12.3
33312026-08-19T02:33:58.258Z[ host-package] Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33322026-08-19T02:33:58.389Z[ helios-setup] Aug 19 02:33:57.689 INFO E| Compiling subtle v2.6.1
33332026-08-19T02:33:58.515Z[ helios-setup] Aug 19 02:33:57.811 INFO E| Compiling toml_writer v1.0.4
33342026-08-19T02:33:58.632Z[ helios-setup] Aug 19 02:33:57.931 INFO E| Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
33352026-08-19T02:33:58.655Z[ helios-setup] Aug 19 02:33:57.955 INFO E| Compiling winnow v0.5.40
33362026-08-19T02:33:58.661Z[ helios-setup] Aug 19 02:33:57.961 INFO E| Compiling libdevinfo-sys v1.1.0
33372026-08-19T02:33:58.672Z[ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
33382026-08-19T02:33:58.800Z[ helios-setup] Aug 19 02:33:58.099 INFO E| Compiling toml v0.9.8
33392026-08-19T02:33:58.803Z[ helios-setup] Aug 19 02:33:58.100 INFO E| Compiling devinfo v0.1.0
33402026-08-19T02:33:58.826Z[ helios-setup] Aug 19 02:33:58.126 INFO E| Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33412026-08-19T02:33:58.854Z[ host-package] Compiling papergrid v0.18.0
33422026-08-19T02:33:58.854Z[ host-package] Compiling downcast-rs v2.0.2
33432026-08-19T02:33:59.103Z[ helios-setup] Aug 19 02:33:58.402 INFO E| Compiling tokio v1.48.0
33442026-08-19T02:33:59.117Z[ helios-setup] Aug 19 02:33:58.417 INFO E| Compiling clap v4.5.51
33452026-08-19T02:33:59.215Z[ helios-setup] Aug 19 02:33:58.514 INFO E| Compiling bzip2 v0.4.4
33462026-08-19T02:33:59.402Z[ helios-setup] Aug 19 02:33:58.702 INFO E| Compiling flate2 v1.1.5
33472026-08-19T02:33:59.450Z[ host-package] Compiling tiny-keccak v2.0.2
33482026-08-19T02:33:59.463Z[ helios-setup] Aug 19 02:33:58.763 INFO E| Compiling uuid v1.18.1
33492026-08-19T02:33:59.577Z[ host-package] Compiling xshell-macros v0.2.7
33502026-08-19T02:33:59.787Z[ helios-setup] Aug 19 02:33:59.086 INFO E| Compiling spki v0.7.3
33512026-08-19T02:33:59.934Z[ helios-setup] Aug 19 02:33:59.233 INFO E| Compiling env_logger v0.11.8
33522026-08-19T02:34:00.154Z[ host-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
33532026-08-19T02:34:00.163Z[ helios-setup] Aug 19 02:33:59.463 INFO E| Compiling pkcs8 v0.10.2
33542026-08-19T02:34:00.517Z[ host-package] Compiling xshell v0.2.7
33552026-08-19T02:34:00.530Z[ helios-setup] Aug 19 02:33:59.830 INFO E| Compiling pkcs1 v0.7.5
33562026-08-19T02:34:00.572Z[ helios-setup] Aug 19 02:33:59.872 INFO E| Compiling x509-cert v0.2.5
33572026-08-19T02:34:00.590Z[ host-package] Compiling term v0.7.0
33582026-08-19T02:34:00.626Z[ helios-setup] Aug 19 02:33:59.925 INFO E| Compiling foldhash v0.2.0
33592026-08-19T02:34:00.796Z[ helios-setup] Aug 19 02:34:00.095 INFO E| Compiling hex v0.4.3
33602026-08-19T02:34:01.056Z[ helios-setup] Aug 19 02:34:00.355 INFO E| Compiling crc-any v2.5.0
33612026-08-19T02:34:01.279Z[ helios-setup] Aug 19 02:34:00.578 INFO E| Compiling rustc-hash v2.1.1
33622026-08-19T02:34:01.352Z[ helios-setup] Aug 19 02:34:00.652 INFO E| Compiling bitflags v1.3.2
33632026-08-19T02:34:01.419Z[ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
33642026-08-19T02:34:01.446Z[ helios-setup] Aug 19 02:34:00.740 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09)
33652026-08-19T02:34:01.489Z[ helios-setup] Aug 19 02:34:00.788 INFO E| Compiling iddqd v0.3.14
33662026-08-19T02:34:01.552Z[ helios-setup] Aug 19 02:34:00.851 INFO E| Compiling zip v0.6.6
33672026-08-19T02:34:01.749Z[ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
33682026-08-19T02:34:01.870Z[ helios-setup] Aug 19 02:34:01.169 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e)
33692026-08-19T02:34:01.930Z[ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
33702026-08-19T02:34:02.320Z[ helios-setup] Aug 19 02:34:01.619 INFO E| Compiling ppv-lite86 v0.2.21
33712026-08-19T02:34:02.403Z[ helios-setup] Aug 19 02:34:01.702 INFO E| Compiling erased-serde v0.3.31
33722026-08-19T02:34:02.473Z[ helios-setup] Aug 19 02:34:01.772 INFO E| Compiling futures-executor v0.3.31
33732026-08-19T02:34:02.503Z[ host-package] Compiling tabled v0.21.0
33742026-08-19T02:34:02.737Z[ helios-setup] Aug 19 02:34:02.036 INFO E| Compiling serde_spanned v0.6.9
33752026-08-19T02:34:02.797Z[ host-package] Compiling bit-vec v0.6.3
33762026-08-19T02:34:02.902Z[ helios-setup] Aug 19 02:34:02.202 INFO E| Compiling toml_datetime v0.6.11
33772026-08-19T02:34:03.090Z[ helios-setup] Aug 19 02:34:02.389 INFO E| Compiling rand_chacha v0.3.1
33782026-08-19T02:34:03.102Z[ helios-setup] Aug 19 02:34:02.401 INFO E| Compiling hashbrown v0.13.2
33792026-08-19T02:34:03.106Z[ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
33802026-08-19T02:34:03.265Z[ helios-setup] Aug 19 02:34:02.564 INFO E| Compiling toml_edit v0.19.15
33812026-08-19T02:34:03.271Z[ host-package] Compiling bit-set v0.5.3
33822026-08-19T02:34:03.443Z[ helios-setup] Aug 19 02:34:02.742 INFO E| Compiling rand v0.8.5
33832026-08-19T02:34:03.514Z[ host-package] Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
33842026-08-19T02:34:03.585Z[ helios-setup] Aug 19 02:34:02.884 INFO E| Compiling futures v0.3.31
33852026-08-19T02:34:03.682Z[ helios-setup] Aug 19 02:34:02.981 INFO E| Compiling slog-term v2.9.2
33862026-08-19T02:34:03.688Z[ helios-setup] Aug 19 02:34:02.988 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#8eed23a0)
33872026-08-19T02:34:03.736Z[ host-package] Compiling ascii-canvas v3.0.0
33882026-08-19T02:34:03.881Z[ helios-setup] Aug 19 02:34:03.181 INFO E| Compiling serde-hex v0.1.0
33892026-08-19T02:34:03.992Z[ helios-setup] Aug 19 02:34:03.292 INFO E| Compiling ron v0.8.1
33902026-08-19T02:34:04.062Z[ helios-setup] Aug 19 02:34:03.361 INFO E| Compiling path-slash v0.1.5
33912026-08-19T02:34:04.452Z[ helios-setup] Aug 19 02:34:03.741 INFO E| Compiling object v0.30.4
33922026-08-19T02:34:04.481Z[ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
33932026-08-19T02:34:04.753Z[ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
33942026-08-19T02:34:05.023Z[ host-package] Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
33952026-08-19T02:34:05.116Z[ host-package] Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33962026-08-19T02:34:05.349Z[ host-package] Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
33972026-08-19T02:34:05.966Z[ helios-setup] Aug 19 02:34:05.266 INFO E| Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33982026-08-19T02:34:06.068Z[ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
33992026-08-19T02:34:06.162Z[ host-package] Compiling itertools v0.10.5
34002026-08-19T02:34:06.287Z[ helios-setup] Aug 19 02:34:05.586 INFO E| Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#b507bc6d)
34012026-08-19T02:34:06.379Z[ host-package] Compiling ena v0.14.4
34022026-08-19T02:34:06.458Z[ helios-setup] Aug 19 02:34:05.757 INFO E| Compiling toml v0.7.8
34032026-08-19T02:34:06.481Z[ host-package] Compiling libloading v0.8.9
34042026-08-19T02:34:06.918Z[ host-package] Compiling regex-syntax v0.6.29
34052026-08-19T02:34:07.014Z[ host-package] Compiling diff v0.1.13
34062026-08-19T02:34:07.442Z[ host-package] Compiling unicase v2.9.0
34072026-08-19T02:34:07.462Z[ helios-setup] Aug 19 02:34:06.761 INFO E| Compiling rsa v0.9.8
34082026-08-19T02:34:07.547Z[ helios-setup] Aug 19 02:34:06.846 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common)
34092026-08-19T02:34:07.629Z[ helios-setup] Aug 19 02:34:06.928 INFO E| Compiling pilot-disks v0.1.0 (/work/oxidecomputer/helios/projects/pilot/disks)
34102026-08-19T02:34:07.652Z[ host-package] Compiling bindgen v0.71.1
34112026-08-19T02:34:07.895Z[ host-package] Compiling diesel v2.3.7
34122026-08-19T02:34:08.569Z[ host-package] Compiling cexpr v0.6.0
34132026-08-19T02:34:08.645Z[ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
34142026-08-19T02:34:08.957Z[ host-package] Compiling crc8 v0.1.1
34152026-08-19T02:34:09.122Z[ host-package] Compiling rustc-hash v2.1.1
34162026-08-19T02:34:09.472Z[ host-package] Compiling lalrpop v0.19.12
34172026-08-19T02:34:09.761Z[ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
34182026-08-19T02:34:09.852Z[ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
34192026-08-19T02:34:10.216Z[ host-package] Compiling headers-core v0.3.0
34202026-08-19T02:34:10.439Z[ host-package] Compiling libxml v0.3.3
34212026-08-19T02:34:10.653Z[ host-package] Compiling headers v0.4.1
34222026-08-19T02:34:10.936Z[ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
34232026-08-19T02:34:11.102Z[ host-package] Compiling strum_macros v0.24.3
34242026-08-19T02:34:11.350Z[ host-package] Compiling indoc v1.0.9
34252026-08-19T02:34:12.271Z[ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
34262026-08-19T02:34:12.524Z[ host-package] Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
34272026-08-19T02:34:12.724Z[ host-package] Compiling derive_builder v0.20.2
34282026-08-19T02:34:13.197Z[ host-package] Compiling quick-xml v0.37.5
34292026-08-19T02:34:13.278Z[ host-package] Compiling oso-derive v0.27.3
34302026-08-19T02:34:13.465Z[ host-package] Compiling impl-trait-for-tuples v0.2.3
34312026-08-19T02:34:13.823Z[ host-package] Compiling openssl-probe v0.1.6
34322026-08-19T02:34:13.952Z[ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
34332026-08-19T02:34:14.078Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
34342026-08-19T02:34:14.123Z[ helios-setup] Aug 19 02:34:13.423 INFO E| Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#b507bc6d)
34352026-08-19T02:34:14.208Z[ host-package] Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
34362026-08-19T02:34:14.601Z[ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
34372026-08-19T02:34:14.822Z[ host-package] Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
34382026-08-19T02:34:14.911Z[ host-package] Compiling bb8 v0.8.6
34392026-08-19T02:34:15.027Z[ host-package] Compiling trait-variant v0.1.2
34402026-08-19T02:34:15.143Z[ host-package] Compiling proc-macro-error-attr2 v2.0.0
34412026-08-19T02:34:15.321Z[ helios-setup] Aug 19 02:34:14.620 INFO E| Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?rev=cec2560e9a0126e9e687d51b385a57891abc87c3#cec2560e)
34422026-08-19T02:34:15.410Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
34432026-08-19T02:34:15.624Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
34442026-08-19T02:34:15.668Z[ host-package] Compiling half v1.8.3
34452026-08-19T02:34:15.822Z[ host-package] Compiling proc-macro-error2 v2.0.1
34462026-08-19T02:34:15.944Z[ host-package] Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
34472026-08-19T02:34:16.088Z[ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
34482026-08-19T02:34:16.161Z[ host-package] Compiling serde_cbor v0.11.2
34492026-08-19T02:34:16.295Z[ host-package] Compiling hashbrown v0.14.5
34502026-08-19T02:34:16.413Z[ host-package] Compiling rfc6979 v0.4.0
34512026-08-19T02:34:16.742Z[ host-package] Compiling salty v0.3.0
34522026-08-19T02:34:16.869Z[ host-package] Compiling ecdsa v0.16.9
34532026-08-19T02:34:17.378Z[ host-package] Compiling chumsky v0.9.3
34542026-08-19T02:34:17.645Z[ host-package] Compiling samael v0.0.19
34552026-08-19T02:34:17.711Z[ host-package] Compiling knus-derive v3.4.0
34562026-08-19T02:34:17.744Z[ host-package] Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
34572026-08-19T02:34:17.907Z[ host-package] Compiling progenitor-impl v0.13.0
34582026-08-19T02:34:18.496Z[ host-package] Compiling primeorder v0.13.6
34592026-08-19T02:34:18.893Z[ host-package] Compiling nonempty v0.12.0
34602026-08-19T02:34:19.151Z[ host-package] Compiling p384 v0.13.1
34612026-08-19T02:34:19.190Z[ host-package] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
34622026-08-19T02:34:19.664Z[ host-package] Compiling knus v3.4.0
34632026-08-19T02:34:19.796Z[ host-package] Compiling polar-core v0.27.3
34642026-08-19T02:34:19.879Z[ helios-setup] Aug 19 02:34:19.178 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot)
34652026-08-19T02:34:20.245Z[ host-package] Compiling progenitor-macro v0.13.0
34662026-08-19T02:34:20.337Z[ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
34672026-08-19T02:34:20.714Z[ host-package] Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
34682026-08-19T02:34:20.962Z[ host-package] Compiling progenitor-client v0.13.0
34692026-08-19T02:34:21.674Z[ host-package] Compiling fxhash v0.2.1
34702026-08-19T02:34:21.813Z[ host-package] Compiling libz-sys v1.1.24
34712026-08-19T02:34:21.851Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
34722026-08-19T02:34:22.001Z[ host-package] Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d)
34732026-08-19T02:34:22.389Z[ host-package] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34742026-08-19T02:34:22.916Z[ host-package] Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
34752026-08-19T02:34:23.025Z[ host-package] Compiling kstat-rs v0.2.5
34762026-08-19T02:34:23.537Z[ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34772026-08-19T02:34:23.616Z[ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34782026-08-19T02:34:23.807Z[ host-package] Compiling mime_guess v2.0.5
34792026-08-19T02:34:24.857Z[ host-package] Compiling progenitor v0.13.0
34802026-08-19T02:34:25.487Z[ host-package] Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
34812026-08-19T02:34:26.509Z[ host-package] Compiling nanorand v0.7.0
34822026-08-19T02:34:27.214Z[ host-package] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
34832026-08-19T02:34:27.280Z[ host-package] Compiling libgit2-sys v0.18.3+1.9.2
34842026-08-19T02:34:27.830Z[ host-package] Compiling parking_lot_core v0.8.6
34852026-08-19T02:34:28.352Z[ host-package] Compiling flume v0.11.1
34862026-08-19T02:34:28.662Z[ host-package] Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
34872026-08-19T02:34:28.990Z[ host-package] Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
34882026-08-19T02:34:29.355Z[ host-package] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
34892026-08-19T02:34:29.401Z[ host-package] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34902026-08-19T02:34:30.305Z[ host-package] Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
34912026-08-19T02:34:30.356Z[ host-package] Compiling git-stub v1.0.0
34922026-08-19T02:34:30.655Z[ host-package] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e)
34932026-08-19T02:34:30.769Z[ host-package] Compiling instability v0.3.11
34942026-08-19T02:34:30.812Z[ host-package] Compiling strsim v0.10.0
34952026-08-19T02:34:30.943Z[ host-package] Compiling corncobs v0.1.4
34962026-08-19T02:34:31.111Z[ host-package] Compiling http-range v0.1.5
34972026-08-19T02:34:31.284Z[ host-package] Compiling async-bb8-diesel v0.2.1
34982026-08-19T02:34:31.557Z[ host-package] Compiling oso v0.27.3
34992026-08-19T02:34:31.744Z[ host-package] Compiling diesel-dtrace v0.5.0
35002026-08-19T02:34:31.751Z[ helios-setup] Aug 19 02:34:31.049 INFO E| Finished `release` profile [optimized] target(s) in 48.07s
35012026-08-19T02:34:31.754Z[ helios-setup] Aug 19 02:34:31.051 INFO E| warning: the following packages contain code that will be rejected by a future version of Rust: num-bigint-dig v0.8.4
35022026-08-19T02:34:31.754Z[ helios-setup] Aug 19 02:34:31.051 INFO E| note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
35032026-08-19T02:34:31.808Z[ helios-setup] Aug 19 02:34:31.107 INFO building project "pilot" ok (48 seconds)
35042026-08-19T02:34:31.808Z[ helios-setup] Aug 19 02:34:31.107 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/phbl"
35052026-08-19T02:34:32.101Z[ host-package] Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
35062026-08-19T02:34:32.157Z[ host-package] Compiling darling_core v0.13.4
35072026-08-19T02:34:32.863Z[ host-package] Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
35082026-08-19T02:34:33.899Z[ host-package] Compiling git-stub-vcs v0.1.0
35092026-08-19T02:34:34.297Z[ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
35102026-08-19T02:34:35.572Z[ host-package] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
35112026-08-19T02:34:35.731Z[ host-package] Compiling ignore v0.4.25
35122026-08-19T02:34:37.496Z[ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
35132026-08-19T02:34:37.603Z[ host-package] Compiling anstyle-parse v0.2.7
35142026-08-19T02:34:37.686Z[ host-package] Compiling secrecy v0.8.0
35152026-08-19T02:34:37.994Z[ host-package] Compiling castaway v0.2.4
35162026-08-19T02:34:37.998Z[ host-package] Compiling vergen-git2 v9.1.0
35172026-08-19T02:34:38.190Z[ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
35182026-08-19T02:34:38.283Z[ host-package] Compiling indoc v2.0.7
35192026-08-19T02:34:38.455Z[ host-package] Compiling compact_str v0.8.1
35202026-08-19T02:34:38.750Z[ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
35212026-08-19T02:34:39.155Z[ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
35222026-08-19T02:34:39.460Z[ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
35232026-08-19T02:34:40.172Z[ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
35242026-08-19T02:34:40.541Z[ host-package] Compiling anstream v0.6.21
35252026-08-19T02:34:40.600Z[ host-package] Compiling globwalk v0.9.1
35262026-08-19T02:34:41.026Z[ host-package] Compiling parking_lot v0.11.2
35272026-08-19T02:34:41.142Z[ host-package] Compiling hyper-staticfile v0.10.1
35282026-08-19T02:34:41.351Z[ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
35292026-08-19T02:34:41.504Z[ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
35302026-08-19T02:34:42.064Z[ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
35312026-08-19T02:34:42.094Z[ host-package] Compiling darling_macro v0.13.4
35322026-08-19T02:34:42.123Z[ host-package] Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
35332026-08-19T02:34:42.353Z[ host-package] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
35342026-08-19T02:34:42.775Z[ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
35352026-08-19T02:34:43.026Z[ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
35362026-08-19T02:34:43.789Z[ host-package] Compiling predicates-tree v1.0.13
35372026-08-19T02:34:43.884Z[ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
35382026-08-19T02:34:44.189Z[ host-package] Compiling unicode-truncate v1.1.0
35392026-08-19T02:34:44.251Z[ host-package] Compiling lru v0.12.5
35402026-08-19T02:34:44.289Z[ host-package] Compiling prefix-trie v0.7.0
35412026-08-19T02:34:44.539Z[ host-package] Compiling rand_seeder v0.4.0
35422026-08-19T02:34:44.628Z[ host-package] Compiling illumos-nvpair-sys v0.2.0
35432026-08-19T02:34:44.707Z[ host-package] Compiling cassowary v0.3.0
35442026-08-19T02:34:44.845Z[ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
35452026-08-19T02:34:44.927Z[ host-package] Compiling hickory-server v0.25.2
35462026-08-19T02:34:45.064Z[ host-package] Compiling ratatui v0.29.0
35472026-08-19T02:34:45.130Z[ host-package] Compiling camino-tempfile-ext v0.3.3
35482026-08-19T02:34:45.168Z[ host-package] Compiling darling v0.13.4
35492026-08-19T02:34:45.297Z[ host-package] Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
35502026-08-19T02:34:45.975Z[ host-package] Compiling sled v0.34.7
35512026-08-19T02:34:46.180Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
35522026-08-19T02:34:46.493Z[ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
35532026-08-19T02:34:46.904Z[ host-package] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
35542026-08-19T02:34:47.179Z[ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
35552026-08-19T02:34:47.575Z[ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
35562026-08-19T02:34:47.883Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
35572026-08-19T02:34:48.002Z[ host-package] Compiling sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common)
35582026-08-19T02:34:48.802Z[ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
35592026-08-19T02:34:49.162Z[ host-package] Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
35602026-08-19T02:34:50.167Z[ host-package] Compiling serde_with_macros v1.5.2
35612026-08-19T02:34:50.441Z[ host-package] Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
35622026-08-19T02:34:51.132Z[ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
35632026-08-19T02:34:51.439Z[ host-package] Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
35642026-08-19T02:34:51.532Z[ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
35652026-08-19T02:34:51.735Z[ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
35662026-08-19T02:34:51.761Z[ host-package] Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
35672026-08-19T02:34:51.971Z[ host-package] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
35682026-08-19T02:34:51.999Z[ host-package] Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
35692026-08-19T02:34:52.205Z[ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
35702026-08-19T02:34:52.286Z[ host-package] Compiling arc-swap v1.8.2
35712026-08-19T02:34:52.433Z[ host-package] Compiling void v1.0.2
35722026-08-19T02:34:52.607Z[ host-package] Compiling slog-scope v4.4.1
35732026-08-19T02:34:52.630Z[ host-package] Compiling lzss v0.8.2
35742026-08-19T02:34:52.931Z[ helios-setup] Aug 19 02:34:52.229 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')"
35752026-08-19T02:34:52.931Z[ helios-setup] Aug 19 02:34:52.230 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/amd-host-image-builder"
35762026-08-19T02:34:52.966Z[ helios-setup] Aug 19 02:34:52.265 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')"
35772026-08-19T02:34:52.966Z[ helios-setup] Aug 19 02:34:52.265 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder
35782026-08-19T02:34:52.969Z[ helios-setup] Aug 19 02:34:52.265 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder")
35792026-08-19T02:34:52.997Z[ host-package] Compiling serde_with v1.14.0
35802026-08-19T02:34:53.001Z[ host-package] Compiling illumos-nvpair v0.3.0
35812026-08-19T02:34:53.214Z[ helios-setup] Aug 19 02:34:52.513 INFO E| Updating crates.io index
35822026-08-19T02:34:53.217Z[ helios-setup] Aug 19 02:34:52.513 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git`
35832026-08-19T02:34:53.571Z[ host-package] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
35842026-08-19T02:34:53.780Z[ helios-setup] Aug 19 02:34:53.080 INFO E| From https://github.com/oxidecomputer/amd-apcb
35852026-08-19T02:34:53.781Z[ helios-setup] Aug 19 02:34:53.080 INFO E| * [new ref] 1ec66d607de2437813cdd9ffa91719a4b163b3cf -> refs/commit/1ec66d607de2437813cdd9ffa91719a4b163b3cf
35862026-08-19T02:34:53.795Z[ helios-setup] Aug 19 02:34:53.093 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-efs.git`
35872026-08-19T02:34:54.110Z[ host-package] Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
35882026-08-19T02:34:54.160Z[ helios-setup] Aug 19 02:34:53.458 INFO E| From https://github.com/oxidecomputer/amd-efs
35892026-08-19T02:34:54.160Z[ helios-setup] Aug 19 02:34:53.458 INFO E| * [new ref] da9716b305396da455bd7f6f665cec493c780037 -> refs/commit/da9716b305396da455bd7f6f665cec493c780037
35902026-08-19T02:34:54.194Z[ host-package] Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
35912026-08-19T02:34:54.413Z[ host-package] Compiling git2 v0.20.4
35922026-08-19T02:34:54.571Z[ helios-setup] Aug 19 02:34:53.870 INFO E| Downloading crates ...
35932026-08-19T02:34:54.616Z[ helios-setup] Aug 19 02:34:53.915 INFO E| Downloaded four-cc v0.4.0
35942026-08-19T02:34:54.622Z[ helios-setup] Aug 19 02:34:53.921 INFO E| Downloaded ansi_term v0.12.1
35952026-08-19T02:34:54.625Z[ helios-setup] Aug 19 02:34:53.922 INFO E| Downloaded strum v0.27.1
35962026-08-19T02:34:54.629Z[ helios-setup] Aug 19 02:34:53.927 INFO E| Downloaded pest_meta v2.8.0
35972026-08-19T02:34:54.632Z[ helios-setup] Aug 19 02:34:53.929 INFO E| Downloaded unic-ucd-version v0.9.0
35982026-08-19T02:34:54.638Z[ helios-setup] Aug 19 02:34:53.937 INFO E| Downloaded unic-ucd-ident v0.9.0
35992026-08-19T02:34:54.643Z[ helios-setup] Aug 19 02:34:53.942 INFO E| Downloaded unic-char-property v0.9.0
36002026-08-19T02:34:54.674Z[ helios-setup] Aug 19 02:34:53.973 INFO E| Downloaded unic-char-range v0.9.0
36012026-08-19T02:34:54.678Z[ helios-setup] Aug 19 02:34:53.974 INFO E| Downloaded dyn-clone v1.0.19
36022026-08-19T02:34:54.678Z[ helios-setup] Aug 19 02:34:53.975 INFO E| Downloaded vec_map v0.8.2
36032026-08-19T02:34:54.678Z[ helios-setup] Aug 19 02:34:53.975 INFO E| Downloaded parse_int v0.9.0
36042026-08-19T02:34:54.678Z[ helios-setup] Aug 19 02:34:53.976 INFO E| Downloaded unic-common v0.9.0
36052026-08-19T02:34:54.679Z[ helios-setup] Aug 19 02:34:53.977 INFO E| Downloaded fletcher v1.0.0
36062026-08-19T02:34:54.679Z[ helios-setup] Aug 19 02:34:53.977 INFO E| Downloaded modular-bitfield-impl v0.13.1
36072026-08-19T02:34:54.684Z[ helios-setup] Aug 19 02:34:53.978 INFO E| Downloaded heck v0.3.3
36082026-08-19T02:34:54.686Z[ helios-setup] Aug 19 02:34:53.979 INFO E| Downloaded bytesize v2.0.1
36092026-08-19T02:34:54.686Z[ helios-setup] Aug 19 02:34:53.980 INFO E| Downloaded structopt-derive v0.4.18
36102026-08-19T02:34:54.686Z[ helios-setup] Aug 19 02:34:53.981 INFO E| Downloaded strum_macros v0.27.1
36112026-08-19T02:34:54.692Z[ helios-setup] Aug 19 02:34:53.982 INFO E| Downloaded pest_generator v2.8.0
36122026-08-19T02:34:54.692Z[ helios-setup] Aug 19 02:34:53.983 INFO E| Downloaded strsim v0.8.0
36132026-08-19T02:34:54.692Z[ helios-setup] Aug 19 02:34:53.984 INFO E| Downloaded textwrap v0.11.0
36142026-08-19T02:34:54.692Z[ helios-setup] Aug 19 02:34:53.985 INFO E| Downloaded rustversion v1.0.20
36152026-08-19T02:34:54.692Z[ helios-setup] Aug 19 02:34:53.987 INFO E| Downloaded modular-bitfield-impl v0.11.2
36162026-08-19T02:34:54.692Z[ helios-setup] Aug 19 02:34:53.988 INFO E| Downloaded pest_derive v2.8.0
36172026-08-19T02:34:54.693Z[ helios-setup] Aug 19 02:34:53.989 INFO E| Downloaded modular-bitfield v0.11.2
36182026-08-19T02:34:54.696Z[ helios-setup] Aug 19 02:34:53.995 INFO E| Downloaded log v0.4.27
36192026-08-19T02:34:54.700Z[ helios-setup] Aug 19 02:34:53.997 INFO E| Downloaded modular-bitfield v0.13.1
36202026-08-19T02:34:54.704Z[ helios-setup] Aug 19 02:34:54.002 INFO E| Downloaded structopt v0.3.26
36212026-08-19T02:34:54.708Z[ helios-setup] Aug 19 02:34:54.007 INFO E| Downloaded typenum v1.18.0
36222026-08-19T02:34:54.711Z[ helios-setup] Aug 19 02:34:54.009 INFO E| Downloaded zerocopy-derive v0.8.25
36232026-08-19T02:34:54.722Z[ helios-setup] Aug 19 02:34:54.020 INFO E| Downloaded pest v2.8.0
36242026-08-19T02:34:54.724Z[ helios-setup] Aug 19 02:34:54.023 INFO E| Downloaded clap v2.34.0
36252026-08-19T02:34:54.727Z[ helios-setup] Aug 19 02:34:54.027 INFO E| Downloaded goblin v0.9.3
36262026-08-19T02:34:54.744Z[ helios-setup] Aug 19 02:34:54.043 INFO E| Downloaded zerocopy v0.8.25
36272026-08-19T02:34:54.837Z[ helios-setup] Aug 19 02:34:54.136 INFO E| Compiling proc-macro2 v1.0.95
36282026-08-19T02:34:54.837Z[ helios-setup] Aug 19 02:34:54.136 INFO E| Compiling unicode-ident v1.0.18
36292026-08-19T02:34:54.837Z[ helios-setup] Aug 19 02:34:54.136 INFO E| Compiling memchr v2.7.4
36302026-08-19T02:34:54.841Z[ helios-setup] Aug 19 02:34:54.136 INFO E| Compiling autocfg v1.4.0
36312026-08-19T02:34:54.841Z[ helios-setup] Aug 19 02:34:54.136 INFO E| Compiling thiserror v2.0.12
36322026-08-19T02:34:54.841Z[ helios-setup] Aug 19 02:34:54.136 INFO E| Compiling serde v1.0.219
36332026-08-19T02:34:54.841Z[ helios-setup] Aug 19 02:34:54.136 INFO E| Compiling syn v1.0.109
36342026-08-19T02:34:54.841Z[ helios-setup] Aug 19 02:34:54.137 INFO E| Compiling version_check v0.9.5
36352026-08-19T02:34:54.859Z[ helios-setup] Aug 19 02:34:54.158 INFO E| Compiling serde_json v1.0.140
36362026-08-19T02:34:54.859Z[ helios-setup] Aug 19 02:34:54.158 INFO E| Compiling ryu v1.0.20
36372026-08-19T02:34:54.859Z[ helios-setup] Aug 19 02:34:54.158 INFO E| Compiling itoa v1.0.15
36382026-08-19T02:34:54.863Z[ helios-setup] Aug 19 02:34:54.158 INFO E| Compiling schemars v0.8.22
36392026-08-19T02:34:54.863Z[ helios-setup] Aug 19 02:34:54.158 INFO E| Compiling dyn-clone v1.0.19
36402026-08-19T02:34:54.863Z[ helios-setup] Aug 19 02:34:54.158 INFO E| Compiling libc v0.2.172
36412026-08-19T02:34:54.863Z[ helios-setup] Aug 19 02:34:54.158 INFO E| Compiling zerocopy v0.8.25
36422026-08-19T02:34:54.863Z[ helios-setup] Aug 19 02:34:54.158 INFO E| Compiling rustversion v1.0.20
36432026-08-19T02:34:55.251Z[ helios-setup] Aug 19 02:34:54.550 INFO E| Compiling ucd-trie v0.1.7
36442026-08-19T02:34:55.413Z[ helios-setup] Aug 19 02:34:54.712 INFO E| Compiling static_assertions v1.1.0
36452026-08-19T02:34:55.501Z[ helios-setup] Aug 19 02:34:54.800 INFO E| Compiling paste v1.0.15
36462026-08-19T02:34:55.501Z[ helios-setup] Aug 19 02:34:54.800 INFO E| Compiling once_cell v1.21.3
36472026-08-19T02:34:55.507Z[ helios-setup] Aug 19 02:34:54.806 INFO E| Compiling num-traits v0.2.19
36482026-08-19T02:34:55.513Z[ helios-setup] Aug 19 02:34:54.807 INFO E| Compiling memoffset v0.9.1
36492026-08-19T02:34:55.663Z[ helios-setup] Aug 19 02:34:54.962 INFO E| Compiling unicode-width v0.1.14
36502026-08-19T02:34:55.781Z[ helios-setup] Aug 19 02:34:55.080 INFO E| Compiling proc-macro-error-attr v1.0.4
36512026-08-19T02:34:55.805Z[ helios-setup] Aug 19 02:34:55.104 INFO E| Compiling proc-macro-error v1.0.4
36522026-08-19T02:34:55.834Z[ helios-setup] Aug 19 02:34:55.134 INFO E| Compiling unicode-segmentation v1.12.0
36532026-08-19T02:34:55.870Z[ helios-setup] Aug 19 02:34:55.169 INFO E| Compiling heck v0.5.0
36542026-08-19T02:34:55.951Z[ helios-setup] Aug 19 02:34:55.246 INFO E| Compiling unic-char-range v0.9.0
36552026-08-19T02:34:56.103Z[ helios-setup] Aug 19 02:34:55.402 INFO E| Compiling vec_map v0.8.2
36562026-08-19T02:34:56.139Z[ helios-setup] Aug 19 02:34:55.438 INFO E| Compiling fletcher v1.0.0
36572026-08-19T02:34:56.144Z[ helios-setup] Aug 19 02:34:55.443 INFO E| Compiling strsim v0.8.0
36582026-08-19T02:34:56.211Z[ helios-setup] Aug 19 02:34:55.510 INFO E| Compiling bitflags v1.3.2
36592026-08-19T02:34:56.303Z[ helios-setup] Aug 19 02:34:55.602 INFO E| Compiling textwrap v0.11.0
36602026-08-19T02:34:56.319Z[ helios-setup] Aug 19 02:34:55.617 INFO E| Compiling ansi_term v0.12.1
36612026-08-19T02:34:56.342Z[ helios-setup] Aug 19 02:34:55.639 INFO E| Compiling strum v0.27.1
36622026-08-19T02:34:56.385Z[ helios-setup] Aug 19 02:34:55.684 INFO E| Compiling byteorder v1.5.0
36632026-08-19T02:34:56.423Z[ helios-setup] Aug 19 02:34:55.722 INFO E| Compiling unic-common v0.9.0
36642026-08-19T02:34:56.432Z[ helios-setup] Aug 19 02:34:55.731 INFO E| Compiling unic-char-property v0.9.0
36652026-08-19T02:34:56.446Z[ helios-setup] Aug 19 02:34:55.744 INFO E| Compiling log v0.4.27
36662026-08-19T02:34:56.475Z[ helios-setup] Aug 19 02:34:55.774 INFO E| Compiling plain v0.2.3
36672026-08-19T02:34:56.649Z[ host-package] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
36682026-08-19T02:34:56.653Z[ helios-setup] Aug 19 02:34:55.952 INFO E| Compiling atty v0.2.14
36692026-08-19T02:34:56.663Z[ helios-setup] Aug 19 02:34:55.962 INFO E| Compiling unic-ucd-version v0.9.0
36702026-08-19T02:34:56.716Z[ helios-setup] Aug 19 02:34:56.015 INFO E| Compiling heck v0.3.3
36712026-08-19T02:34:56.740Z[ helios-setup] Aug 19 02:34:56.031 INFO E| Compiling clap v2.34.0
36722026-08-19T02:34:56.740Z[ helios-setup] Aug 19 02:34:56.031 INFO E| Compiling lazy_static v1.5.0
36732026-08-19T02:34:56.755Z[ helios-setup] Aug 19 02:34:56.054 INFO E| Compiling unic-ucd-ident v0.9.0
36742026-08-19T02:34:56.758Z[ helios-setup] Aug 19 02:34:56.055 INFO E| Compiling bytesize v2.0.1
36752026-08-19T02:34:56.850Z[ helios-setup] Aug 19 02:34:56.149 INFO E| Compiling quote v1.0.40
36762026-08-19T02:34:57.173Z[ helios-setup] Aug 19 02:34:56.472 INFO E| Compiling syn v2.0.101
36772026-08-19T02:34:57.386Z[ helios-setup] Aug 19 02:34:56.685 INFO E| Compiling parse_int v0.9.0
36782026-08-19T02:34:57.701Z[ host-package] Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
36792026-08-19T02:34:58.415Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
36802026-08-19T02:34:58.792Z[ host-package] Compiling scuffle v0.1.0
36812026-08-19T02:34:59.094Z[ host-package] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
36822026-08-19T02:34:59.508Z[ host-package] Compiling tungstenite v0.23.0
36832026-08-19T02:35:00.462Z[ helios-setup] Aug 19 02:34:59.760 INFO E| Compiling serde_derive_internals v0.29.1
36842026-08-19T02:35:00.607Z[ helios-setup] Aug 19 02:34:59.906 INFO E| Compiling modular-bitfield-impl v0.11.2
36852026-08-19T02:35:00.607Z[ helios-setup] Aug 19 02:34:59.906 INFO E| Compiling structopt-derive v0.4.18
36862026-08-19T02:35:01.276Z[ host-package] Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
36872026-08-19T02:35:01.527Z[ helios-setup] Aug 19 02:35:00.826 INFO E| Compiling thiserror-impl v2.0.12
36882026-08-19T02:35:01.527Z[ helios-setup] Aug 19 02:35:00.826 INFO E| Compiling serde_derive v1.0.219
36892026-08-19T02:35:01.528Z[ helios-setup] Aug 19 02:35:00.826 INFO E| Compiling zerocopy-derive v0.8.25
36902026-08-19T02:35:01.532Z[ helios-setup] Aug 19 02:35:00.826 INFO E| Compiling modular-bitfield-impl v0.13.1
36912026-08-19T02:35:01.532Z[ helios-setup] Aug 19 02:35:00.826 INFO E| Compiling num-derive v0.4.2
36922026-08-19T02:35:01.532Z[ helios-setup] Aug 19 02:35:00.826 INFO E| Compiling scroll_derive v0.12.1
36932026-08-19T02:35:01.532Z[ helios-setup] Aug 19 02:35:00.826 INFO E| Compiling strum_macros v0.27.1
36942026-08-19T02:35:01.606Z[ host-package] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
36952026-08-19T02:35:01.719Z[ helios-setup] Aug 19 02:35:01.018 INFO E| Compiling schemars_derive v0.8.22
36962026-08-19T02:35:01.920Z[ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
36972026-08-19T02:35:02.320Z[ helios-setup] Aug 19 02:35:01.620 INFO E| Compiling structopt v0.3.26
36982026-08-19T02:35:02.335Z[ helios-setup] Aug 19 02:35:01.634 INFO E| Compiling modular-bitfield v0.11.2
36992026-08-19T02:35:02.369Z[ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
37002026-08-19T02:35:02.582Z[ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
37012026-08-19T02:35:02.749Z[ host-package] Compiling nix v0.27.1
37022026-08-19T02:35:02.862Z[ host-package] Compiling twox-hash v2.1.2
37032026-08-19T02:35:02.989Z[ host-package] Compiling libsw-core v0.3.2
37042026-08-19T02:35:02.992Z[ host-package] Compiling serde_bytes v0.11.19
37052026-08-19T02:35:03.268Z[ helios-setup] Aug 19 02:35:02.567 INFO E| Compiling pest v2.8.0
37062026-08-19T02:35:03.369Z[ helios-setup] Aug 19 02:35:02.667 INFO E| Compiling scroll v0.12.0
37072026-08-19T02:35:03.432Z[ helios-setup] Aug 19 02:35:02.731 INFO E| Compiling modular-bitfield v0.13.1
37082026-08-19T02:35:03.630Z[ host-package] Compiling atty v0.2.14
37092026-08-19T02:35:03.651Z[ helios-setup] Aug 19 02:35:02.950 INFO E| Compiling goblin v0.9.3
37102026-08-19T02:35:03.714Z[ host-package] Compiling libsw v3.5.0
37112026-08-19T02:35:03.836Z[ host-package] Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
37122026-08-19T02:35:03.996Z[ host-package] Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
37132026-08-19T02:35:04.085Z[ host-package] Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
37142026-08-19T02:35:04.129Z[ host-package] Compiling tokio-tungstenite v0.23.1
37152026-08-19T02:35:04.335Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
37162026-08-19T02:35:04.431Z[ host-package] Compiling sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
37172026-08-19T02:35:04.608Z[ host-package] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
37182026-08-19T02:35:04.707Z[ helios-setup] Aug 19 02:35:04.005 INFO E| Compiling pest_meta v2.8.0
37192026-08-19T02:35:05.566Z[ helios-setup] Aug 19 02:35:04.865 INFO E| Compiling pest_generator v2.8.0
37202026-08-19T02:35:05.902Z[ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
37212026-08-19T02:35:06.707Z[ helios-setup] Aug 19 02:35:06.006 INFO E| Compiling pest_derive v2.8.0
37222026-08-19T02:35:08.200Z[ helios-setup] Aug 19 02:35:07.498 INFO E| Compiling json5 v0.4.1
37232026-08-19T02:35:08.761Z[ host-package] Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
37242026-08-19T02:35:08.814Z[ host-package] Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
37252026-08-19T02:35:09.072Z[ host-package] Compiling slog-stdlog v4.1.1
37262026-08-19T02:35:09.659Z[ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
37272026-08-19T02:35:09.751Z[ host-package] Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
37282026-08-19T02:35:09.907Z[ helios-setup] Aug 19 02:35:09.204 INFO E| Compiling four-cc v0.4.0
37292026-08-19T02:35:09.907Z[ helios-setup] Aug 19 02:35:09.204 INFO E| Compiling amd-efs v0.4.4 (https://github.com/oxidecomputer/amd-efs.git?branch=main#da9716b3)
37302026-08-19T02:35:09.934Z[ host-package] Compiling sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
37312026-08-19T02:35:09.964Z[ host-package] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
37322026-08-19T02:35:10.058Z[ helios-setup] Aug 19 02:35:09.356 INFO E| Compiling amd-apcb v0.5.5 (https://github.com/oxidecomputer/amd-apcb.git?branch=main#1ec66d60)
37332026-08-19T02:35:10.332Z[ host-package] Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
37342026-08-19T02:35:10.436Z[ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
37352026-08-19T02:35:10.781Z[ host-package] Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
37362026-08-19T02:35:12.667Z[ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
37372026-08-19T02:35:13.808Z[ host-package] Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
37382026-08-19T02:35:14.391Z[ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
37392026-08-19T02:35:14.428Z[ host-package] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
37402026-08-19T02:35:16.618Z[ host-package] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
37412026-08-19T02:35:16.903Z[ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
37422026-08-19T02:35:18.074Z[ host-package] Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
37432026-08-19T02:35:18.848Z[ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
37442026-08-19T02:35:18.898Z[ host-package] Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
37452026-08-19T02:35:19.263Z[ host-package] Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
37462026-08-19T02:35:20.010Z[ host-package] Compiling signal-hook-tokio v0.3.1
37472026-08-19T02:35:20.207Z[ host-package] Compiling fatfs v0.3.6
37482026-08-19T02:35:20.377Z[ host-package] Compiling yasna v0.5.2
37492026-08-19T02:35:21.575Z[ host-package] Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
37502026-08-19T02:35:22.160Z[ host-package] Compiling seq-macro v0.3.6
37512026-08-19T02:35:22.242Z[ host-package] Compiling assert_matches v1.5.0
37522026-08-19T02:35:22.381Z[ host-package] Compiling rcgen v0.12.1
37532026-08-19T02:35:22.448Z[ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
37542026-08-19T02:35:22.718Z[ host-package] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
37552026-08-19T02:35:24.137Z[ host-package] Compiling slog-envlogger v2.2.0
37562026-08-19T02:35:24.780Z[ helios-setup] Aug 19 02:35:24.079 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/ahib-config)
37572026-08-19T02:35:24.971Z[ host-package] Compiling oxide-update-engine-display v0.1.2
37582026-08-19T02:35:25.388Z[ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
37592026-08-19T02:35:25.543Z[ host-package] Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
37602026-08-19T02:35:26.100Z[ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
37612026-08-19T02:35:26.389Z[ host-package] Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
37622026-08-19T02:35:26.486Z[ host-package] Compiling port-file v0.1.0
37632026-08-19T02:35:26.688Z[ host-package] Compiling subprocess v0.2.15
37642026-08-19T02:35:26.843Z[ host-package] Compiling rtoolbox v0.0.3
37652026-08-19T02:35:27.069Z[ host-package] Compiling rpassword v7.5.4
37662026-08-19T02:35:27.251Z[ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
37672026-08-19T02:35:27.963Z[ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
37682026-08-19T02:35:28.826Z[ helios-setup] Aug 19 02:35:28.125 INFO E| Compiling amd-host-image-builder v0.1.2 (/work/oxidecomputer/helios/projects/amd-host-image-builder)
37692026-08-19T02:35:28.959Z[ host-package] Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
37702026-08-19T02:35:29.552Z[ host-package] Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
37712026-08-19T02:35:29.774Z[ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
37722026-08-19T02:35:31.219Z[ host-package] Compiling tui-tree-widget v0.23.1
37732026-08-19T02:35:31.537Z[ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
37742026-08-19T02:35:33.153Z[ host-package] Compiling wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
37752026-08-19T02:35:33.340Z[ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
37762026-08-19T02:35:35.918Z[ host-package] Compiling wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
37772026-08-19T02:35:36.426Z[ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
37782026-08-19T02:35:36.677Z[ host-package] Compiling uzers v0.12.2
37792026-08-19T02:35:37.061Z[ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
37802026-08-19T02:35:37.479Z[ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
37812026-08-19T02:35:37.545Z[ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
37822026-08-19T02:35:38.813Z[ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
37832026-08-19T02:35:39.326Z[ host-package] Compiling support-bundle-viewer v0.1.2
37842026-08-19T02:35:40.428Z[ host-package] Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
37852026-08-19T02:35:41.370Z[ host-package] Compiling multimap v0.10.1
37862026-08-19T02:35:42.108Z[ helios-setup] Aug 19 02:35:41.407 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 49.10s
37872026-08-19T02:35:42.145Z[ helios-setup] Aug 19 02:35:41.443 INFO building project "amd-host-image-builder" ok (49 seconds)
37882026-08-19T02:35:42.145Z[ helios-setup] Aug 19 02:35:41.443 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/bootserver"
37892026-08-19T02:35:42.155Z[ helios-setup] Aug 19 02:35:41.453 INFO rust toolchain for "/work/oxidecomputer/helios/projects/bootserver": "1.97.1-x86_64-unknown-illumos (default)"
37902026-08-19T02:35:42.155Z[ helios-setup] Aug 19 02:35:41.453 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver
37912026-08-19T02:35:42.159Z[ helios-setup] Aug 19 02:35:41.453 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver")
37922026-08-19T02:35:42.278Z[ helios-setup] Aug 19 02:35:41.576 INFO E| Downloading crates ...
37932026-08-19T02:35:42.324Z[ helios-setup] Aug 19 02:35:41.622 INFO E| Downloaded anyhow v1.0.62
37942026-08-19T02:35:42.328Z[ helios-setup] Aug 19 02:35:41.626 INFO E| Downloaded bytes v1.2.1
37952026-08-19T02:35:42.331Z[ helios-setup] Aug 19 02:35:41.629 INFO E| Downloaded block-buffer v0.10.3
37962026-08-19T02:35:42.334Z[ helios-setup] Aug 19 02:35:41.630 INFO E| Downloaded cpufeatures v0.2.5
37972026-08-19T02:35:42.335Z[ helios-setup] Aug 19 02:35:41.631 INFO E| Downloaded generic-array v0.14.6
37982026-08-19T02:35:42.336Z[ helios-setup] Aug 19 02:35:41.632 INFO E| Downloaded digest v0.10.3
37992026-08-19T02:35:42.339Z[ helios-setup] Aug 19 02:35:41.635 INFO E| Downloaded typenum v1.15.0
38002026-08-19T02:35:42.339Z[ helios-setup] Aug 19 02:35:41.637 INFO E| Downloaded miniz_oxide v0.6.2
38012026-08-19T02:35:42.340Z[ helios-setup] Aug 19 02:35:41.638 INFO E| Downloaded sha2 v0.10.5
38022026-08-19T02:35:42.343Z[ helios-setup] Aug 19 02:35:41.642 INFO E| Downloaded flate2 v1.0.25
38032026-08-19T02:35:42.390Z[ helios-setup] Aug 19 02:35:41.688 INFO E| Compiling typenum v1.15.0
38042026-08-19T02:35:42.390Z[ helios-setup] Aug 19 02:35:41.688 INFO E| Compiling version_check v0.9.4
38052026-08-19T02:35:42.393Z[ helios-setup] Aug 19 02:35:41.688 INFO E| Compiling cfg-if v1.0.0
38062026-08-19T02:35:42.394Z[ helios-setup] Aug 19 02:35:41.688 INFO E| Compiling crc32fast v1.3.2
38072026-08-19T02:35:42.394Z[ helios-setup] Aug 19 02:35:41.688 INFO E| Compiling anyhow v1.0.62
38082026-08-19T02:35:42.394Z[ helios-setup] Aug 19 02:35:41.688 INFO E| Compiling adler v1.0.2
38092026-08-19T02:35:42.394Z[ helios-setup] Aug 19 02:35:41.688 INFO E| Compiling unicode-width v0.1.10
38102026-08-19T02:35:42.394Z[ helios-setup] Aug 19 02:35:41.688 INFO E| Compiling cpufeatures v0.2.5
38112026-08-19T02:35:42.394Z[ helios-setup] Aug 19 02:35:41.688 INFO E| Compiling bitflags v1.3.2
38122026-08-19T02:35:42.397Z[ helios-setup] Aug 19 02:35:41.695 INFO E| Compiling bytes v1.2.1
38132026-08-19T02:35:42.580Z[ helios-setup] Aug 19 02:35:41.879 INFO E| Compiling getopts v0.2.21
38142026-08-19T02:35:42.594Z[ helios-setup] Aug 19 02:35:41.892 INFO E| Compiling miniz_oxide v0.6.2
38152026-08-19T02:35:42.867Z[ helios-setup] Aug 19 02:35:42.166 INFO E| Compiling generic-array v0.14.6
38162026-08-19T02:35:43.454Z[ helios-setup] Aug 19 02:35:42.753 INFO E| Compiling flate2 v1.0.25
38172026-08-19T02:35:44.425Z[ helios-setup] Aug 19 02:35:43.724 INFO E| Compiling crypto-common v0.1.6
38182026-08-19T02:35:44.426Z[ helios-setup] Aug 19 02:35:43.724 INFO E| Compiling block-buffer v0.10.3
38192026-08-19T02:35:44.562Z[ helios-setup] Aug 19 02:35:43.860 INFO E| Compiling digest v0.10.3
38202026-08-19T02:35:44.749Z[ helios-setup] Aug 19 02:35:44.048 INFO E| Compiling sha2 v0.10.5
38212026-08-19T02:35:45.051Z[ helios-setup] Aug 19 02:35:44.349 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver)
38222026-08-19T02:35:47.321Z[ helios-setup] Aug 19 02:35:46.619 INFO E| Finished `release` profile [optimized] target(s) in 5.15s
38232026-08-19T02:35:47.336Z[ helios-setup] Aug 19 02:35:46.634 INFO building project "bootserver" ok (5 seconds)
38242026-08-19T02:35:47.340Z[ helios-setup] rm -f helios-build
38252026-08-19T02:35:47.340Z[ helios-setup] ln -s tools/helios-build/target/debug/helios-build
38262026-08-19T02:35:47.344Z[ helios-setup]
38272026-08-19T02:35:47.344Z[ helios-setup] Setup complete! ./helios-build is now available.
38282026-08-19T02:35:47.348Z[ helios-setup]
38292026-08-19T02:35:47.348Z[ helios-setup]
38302026-08-19T02:35:47.348Z[ helios-setup] real 3:01.297574175
38312026-08-19T02:35:47.348Z[ helios-setup] user 7:02.214076225
38322026-08-19T02:35:47.348Z[ helios-setup] sys 1:17.865846500
38332026-08-19T02:35:47.348Z[ helios-setup] trap 0.529517043
38342026-08-19T02:35:47.348Z[ helios-setup] tflt 2.826807517
38352026-08-19T02:35:47.348Z[ helios-setup] dflt 9.631461444
38362026-08-19T02:35:47.348Z[ helios-setup] kflt 0.001109550
38372026-08-19T02:35:47.348Z[ helios-setup] lock 57:38.275550635
38382026-08-19T02:35:47.348Z[ helios-setup] slp 37:09.223630266
38392026-08-19T02:35:47.348Z[ helios-setup] lat 7:08.343528398
38402026-08-19T02:35:47.348Z[ helios-setup] stop 1:38.786742719
38412026-08-19T02:35:47.348ZAug 19 02:35:46.645 INFO [helios-setup] process exited with exit status: 0 (181.300732236s)
38422026-08-19T02:35:47.348ZAug 19 02:35:46.645 INFO [helios-record] running task
38432026-08-19T02:35:47.348ZAug 19 02:35:46.645 DEBG running: git -C /work/oxidecomputer/helios/projects/pinprick rev-parse --verify HEAD^{commit}
38442026-08-19T02:35:47.353ZAug 19 02:35:46.649 DEBG process exited with exit status: 0 (4.289752ms)
38452026-08-19T02:35:47.353ZAug 19 02:35:46.650 DEBG running: git -C /work/oxidecomputer/helios/projects/pilot rev-parse --verify HEAD^{commit}
38462026-08-19T02:35:47.357ZAug 19 02:35:46.654 DEBG process exited with exit status: 0 (4.341581ms)
38472026-08-19T02:35:47.357ZAug 19 02:35:46.654 DEBG running: git -C /work/oxidecomputer/helios/projects/chelsio-t6-roms rev-parse --verify HEAD^{commit}
38482026-08-19T02:35:47.360ZAug 19 02:35:46.657 DEBG process exited with exit status: 0 (3.623292ms)
38492026-08-19T02:35:47.360ZAug 19 02:35:46.658 DEBG running: git -C /work/oxidecomputer/helios/projects/phbl rev-parse --verify HEAD^{commit}
38502026-08-19T02:35:47.363ZAug 19 02:35:46.661 DEBG process exited with exit status: 0 (3.189991ms)
38512026-08-19T02:35:47.363ZAug 19 02:35:46.661 DEBG running: git -C /work/oxidecomputer/helios/projects/dmar-report rev-parse --verify HEAD^{commit}
38522026-08-19T02:35:47.366ZAug 19 02:35:46.664 DEBG process exited with exit status: 0 (3.178841ms)
38532026-08-19T02:35:47.366ZAug 19 02:35:46.664 DEBG running: git -C /work/oxidecomputer/helios/projects/image-builder rev-parse --verify HEAD^{commit}
38542026-08-19T02:35:47.371ZAug 19 02:35:46.667 DEBG process exited with exit status: 0 (3.034411ms)
38552026-08-19T02:35:47.371ZAug 19 02:35:46.667 DEBG running: git -C /work/oxidecomputer/helios/projects/amd-host-image-builder rev-parse --verify HEAD^{commit}
38562026-08-19T02:35:47.374ZAug 19 02:35:46.671 DEBG process exited with exit status: 0 (4.249432ms)
38572026-08-19T02:35:47.374ZAug 19 02:35:46.671 DEBG running: git -C /work/oxidecomputer/helios/projects/amd-firmware rev-parse --verify HEAD^{commit}
38582026-08-19T02:35:47.377ZAug 19 02:35:46.676 DEBG process exited with exit status: 0 (4.556871ms)
38592026-08-19T02:35:47.377ZAug 19 02:35:46.676 DEBG running: git -C /work/oxidecomputer/helios/projects/bootserver rev-parse --verify HEAD^{commit}
38602026-08-19T02:35:47.380ZAug 19 02:35:46.679 DEBG process exited with exit status: 0 (3.365502ms)
38612026-08-19T02:35:47.381ZAug 19 02:35:46.679 INFO [helios-record] task succeeded (34.334253ms)
38622026-08-19T02:35:51.171Z[ host-package] Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
38632026-08-19T02:35:54.739Z[ host-package] Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
38642026-08-19T02:35:57.608Z[ host-package] Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
38652026-08-19T02:36:02.747Z[ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
38662026-08-19T02:36:03.103Z[ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
38672026-08-19T02:48:27.300Z[ host-package] Finished `release` profile [optimized] target(s) in 15m 02s
38682026-08-19T02:48:27.304Z[ host-package] warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
38692026-08-19T02:48:27.304Z[ host-package] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
38702026-08-19T02:49:20.498ZAug 19 02:49:19.789 INFO [host-package] process exited with exit status: 0 (956.206089132s)
38712026-08-19T02:49:20.498ZAug 19 02:49:19.790 INFO [host-libraries] running task
38722026-08-19T02:49:20.498ZAug 19 02:49:19.790 INFO [host-stamp] running task
38732026-08-19T02:49:20.506ZAug 19 02:49:19.792 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+git9c058b23a30
38742026-08-19T02:49:20.506ZAug 19 02:49:19.792 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+git9c058b23a30
38752026-08-19T02:49:20.506ZAug 19 02:49:19.793 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+git9c058b23a30
38762026-08-19T02:49:20.506ZAug 19 02:49:19.793 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+git9c058b23a30
38772026-08-19T02:49:20.506ZAug 19 02:49:19.793 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+git9c058b23a30
38782026-08-19T02:49:20.506ZAug 19 02:49:19.794 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+git9c058b23a30
38792026-08-19T02:49:20.507ZAug 19 02:49:19.794 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+git9c058b23a30
38802026-08-19T02:49:20.507ZAug 19 02:49:19.794 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+git9c058b23a30
38812026-08-19T02:49:20.516Z[stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG
38822026-08-19T02:49:20.517Z[stamp-crucible-utils] Logging to: /work/oxidecomputer/omicron/out/LOG
38832026-08-19T02:49:20.517Z[ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
38842026-08-19T02:49:20.517Z[ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG
38852026-08-19T02:49:20.517Z[stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG
38862026-08-19T02:49:20.517Z[stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
38872026-08-19T02:49:20.517Z[stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG
38882026-08-19T02:49:20.517Z[ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG
38892026-08-19T02:49:20.517Z[ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz
38902026-08-19T02:49:20.517ZAug 19 02:49:19.807 INFO [stamp-overlay] process exited with exit status: 0 (14.072265ms)
38912026-08-19T02:49:20.527Z[ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar
38922026-08-19T02:49:20.527ZAug 19 02:49:19.817 INFO [stamp-oxlog] process exited with exit status: 0 (24.773919ms)
38932026-08-19T02:49:20.564Z[stamp-crucible-utils] Created: /work/oxidecomputer/omicron/out/versioned/crucible-utils.tar
38942026-08-19T02:49:20.573ZAug 19 02:49:19.859 INFO [stamp-crucible-utils] process exited with exit status: 0 (64.898344ms)
38952026-08-19T02:49:20.589Z[stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar
38962026-08-19T02:49:20.597ZAug 19 02:49:19.884 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (92.120093ms)
38972026-08-19T02:49:20.738Z[ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar
38982026-08-19T02:49:20.749ZAug 19 02:49:20.033 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (240.491478ms)
38992026-08-19T02:49:21.052Z[stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz
39002026-08-19T02:49:21.062ZAug 19 02:49:20.347 INFO [stamp-propolis-server] process exited with exit status: 0 (553.478823ms)
39012026-08-19T02:49:21.100Z[stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar
39022026-08-19T02:49:21.108ZAug 19 02:49:20.394 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (600.72175ms)
39032026-08-19T02:49:22.312ZAug 19 02:49:21.602 INFO [host-libraries] task succeeded (1.812934873s)
39042026-08-19T02:49:22.319ZAug 19 02:49:21.603 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package
39052026-08-19T02:49:22.319Z[recovery-package] Logging to: /work/artifacts-recovery/LOG
39062026-08-19T02:49:23.277Z[recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
39072026-08-19T02:49:24.129Z[recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
39082026-08-19T02:49:29.616Z[stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz
39092026-08-19T02:49:29.616ZAug 19 02:49:26.928 INFO [stamp-switch-asic] process exited with exit status: 0 (7.133996631s)
39102026-08-19T02:49:29.616ZAug 19 02:49:26.928 INFO [host-stamp] task succeeded (7.138332422s)
39112026-08-19T02:49:29.616ZAug 19 02:49:26.928 INFO [host-proto] running task
39122026-08-19T02:49:29.616ZAug 19 02:49:27.427 INFO [host-proto] task succeeded (498.892903ms)
39132026-08-19T02:49:29.616ZAug 19 02:49:27.427 INFO [host-profile] running task
39142026-08-19T02:49:29.616ZAug 19 02:49:27.427 INFO [host-profile] task succeeded (191.74µs)
39152026-08-19T02:49:29.616ZAug 19 02:49:27.427 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/.tmpP3F9z8/proto/host/root -N 'ci 9c058b2/${os_short_commit} 2026-08-19 02:32' -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/'
39162026-08-19T02:49:29.616Z[ host-image] Aug 19 02:49:27.433 INFO Checking files for board 'cosmo'
39172026-08-19T02:49:29.616Z[ host-image] Aug 19 02:49:27.433 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5"
39182026-08-19T02:49:29.616Z[ host-image] Aug 19 02:49:27.433 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
39192026-08-19T02:49:29.616Z[ host-image] Aug 19 02:49:27.433 INFO Checking files for board 'gimlet'
39202026-08-19T02:49:29.617Z[ host-image] Aug 19 02:49:27.433 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
39212026-08-19T02:49:29.617Z[ host-image] Aug 19 02:49:27.433 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml"
39222026-08-19T02:49:29.617Z[ host-image] Aug 19 02:49:27.433 INFO Checking files for board 'cosmo-mbist-noaggr'
39232026-08-19T02:49:29.617Z[ host-image] Aug 19 02:49:27.433 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist-noaggr.toml"
39242026-08-19T02:49:29.618Z[ host-image] Aug 19 02:49:27.433 INFO Checking files for board 'cosmo-mbist'
39252026-08-19T02:49:29.618Z[ host-image] Aug 19 02:49:27.433 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist.toml"
39262026-08-19T02:49:29.619Z[ host-image] Aug 19 02:49:27.441 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmpP3F9z8/proto/host/root"
39272026-08-19T02:49:29.619Z[ host-image] Aug 19 02:49:27.441 INFO using external package repositories: helios={ file:///work/incorporation.p5p https://pkg.oxide.computer/helios/3/dev/ }
39282026-08-19T02:49:29.619Z[ host-image] Aug 19 02:49:27.441 INFO image builder template: ramdisk-01-os...
39292026-08-19T02:49:29.619Z[ host-image] Aug 19 02:49:27.441 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/.tmpP3F9z8/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "optever=0.41.506", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@23.0.0.0", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
39302026-08-19T02:49:29.619Z[ host-image] Aug 19 02:49:27.454 INFO O| Aug 19 02:49:27.454 INFO CREATE DATASET: rpool/images/build/host/output
39312026-08-19T02:49:29.619Z[ host-image] Aug 19 02:49:28.587 INFO O| Aug 19 02:49:28.587 INFO temporary dataset: rpool/images/build/host/tmp/sled/ramdisk-01-os
39322026-08-19T02:49:29.619Z[ host-image] Aug 19 02:49:28.590 INFO O| Aug 19 02:49:28.590 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/ramdisk-01-os
39332026-08-19T02:49:29.619Z[ host-image] Aug 19 02:49:28.799 INFO O| Aug 19 02:49:28.799 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/ramdisk-01-os: sync = disabled
39342026-08-19T02:49:29.619Z[ host-image] Aug 19 02:49:28.862 INFO O| Aug 19 02:49:28.862 INFO temporary directory: /rpool/images/build/host/tmp/sled/ramdisk-01-os
39352026-08-19T02:49:29.619Z[ host-image] Aug 19 02:49:28.862 INFO O| Aug 19 02:49:28.862 INFO work dataset: rpool/images/build/host/work/sled/ramdisk
39362026-08-19T02:49:29.619Z[ host-image] Aug 19 02:49:28.862 INFO O| Aug 19 02:49:28.862 INFO resetting by removing work dataset: rpool/images/build/host/work/sled/ramdisk
39372026-08-19T02:49:29.619Z[ host-image] Aug 19 02:49:28.862 INFO O| Aug 19 02:49:28.862 INFO DESTROY DATASET: rpool/images/build/host/work/sled/ramdisk
39382026-08-19T02:49:29.619Z[ host-image] Aug 19 02:49:28.867 INFO O| Aug 19 02:49:28.867 INFO CREATE DATASET: rpool/images/build/host/work/sled/ramdisk
39392026-08-19T02:49:29.787Z[ host-image] Aug 19 02:49:29.078 INFO O| Aug 19 02:49:29.078 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39402026-08-19T02:49:29.793Z[ host-image] Aug 19 02:49:29.084 INFO O| Aug 19 02:49:29.084 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/sled/ramdisk"]
39412026-08-19T02:49:30.089Z[ host-image] Aug 19 02:49:29.380 INFO O| Aug 19 02:49:29.380 INFO O| Caching catalogs ... Done
39422026-08-19T02:49:30.160Z[ host-image] Aug 19 02:49:29.451 INFO O| Aug 19 02:49:29.451 INFO STEP 0 (pkg_image_create) COMPLETE
39432026-08-19T02:49:30.160Z[ host-image] Aug 19 02:49:29.451 INFO O| Aug 19 02:49:29.451 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39442026-08-19T02:49:30.166Z[ host-image] Aug 19 02:49:29.458 INFO O| Aug 19 02:49:29.458 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"]
39452026-08-19T02:49:30.426Z[ host-image] Aug 19 02:49:29.718 INFO O| Aug 19 02:49:29.717 INFO STEP 1 (pkg_set_publisher) COMPLETE
39462026-08-19T02:49:30.426Z[ host-image] Aug 19 02:49:29.718 INFO O| Aug 19 02:49:29.718 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39472026-08-19T02:49:30.430Z[ host-image] Aug 19 02:49:29.718 INFO O| Aug 19 02:49:29.718 INFO skip step because feature "publisher_1_name" is not enabled
39482026-08-19T02:49:30.430Z[ host-image] Aug 19 02:49:29.718 INFO O| Aug 19 02:49:29.718 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39492026-08-19T02:49:30.430Z[ host-image] Aug 19 02:49:29.718 INFO O| Aug 19 02:49:29.718 INFO skip step because feature "publisher_2_name" is not enabled
39502026-08-19T02:49:30.430Z[ host-image] Aug 19 02:49:29.718 INFO O| Aug 19 02:49:29.718 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39512026-08-19T02:49:30.430Z[ host-image] Aug 19 02:49:29.718 INFO O| Aug 19 02:49:29.718 INFO skip step because feature "publisher_3_name" is not enabled
39522026-08-19T02:49:30.430Z[ host-image] Aug 19 02:49:29.718 INFO O| Aug 19 02:49:29.718 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39532026-08-19T02:49:30.676Z[ host-image] Aug 19 02:49:29.968 INFO O| Aug 19 02:49:29.968 INFO variant opensolaris.zone is already global
39542026-08-19T02:49:30.677Z[ host-image] Aug 19 02:49:29.968 INFO O| Aug 19 02:49:29.968 INFO STEP 5 (pkg_change_variant) COMPLETE
39552026-08-19T02:49:30.677Z[ host-image] Aug 19 02:49:29.968 INFO O| Aug 19 02:49:29.968 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39562026-08-19T02:49:30.922Z[ host-image] Aug 19 02:49:30.213 INFO O| Aug 19 02:49:30.213 INFO variant opensolaris.imagetype is full; changing to partial
39572026-08-19T02:49:30.922Z[ host-image] Aug 19 02:49:30.213 INFO O| Aug 19 02:49:30.213 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
39582026-08-19T02:49:32.561Z[ host-image] Aug 19 02:49:31.852 INFO O| Aug 19 02:49:31.852 INFO O| Startup: Refreshing catalog 'helios' ... Done
39592026-08-19T02:49:32.930Z[ host-image] Aug 19 02:49:32.222 INFO O| Aug 19 02:49:32.222 INFO O| Startup: Caching catalogs ... Done
39602026-08-19T02:49:32.942Z[ host-image] Aug 19 02:49:32.233 INFO O| Aug 19 02:49:32.233 INFO O| Planning: Planning completed in 0.00 seconds
39612026-08-19T02:49:32.945Z[ host-image] Aug 19 02:49:32.234 INFO O| Aug 19 02:49:32.234 INFO O| Planning: Consolidating action changes ... Done
39622026-08-19T02:49:32.945Z[ host-image] Aug 19 02:49:32.234 INFO O| Aug 19 02:49:32.234 INFO O| Planning: Evaluating mediators ... Done
39632026-08-19T02:49:32.945Z[ host-image] Aug 19 02:49:32.234 INFO O| Aug 19 02:49:32.234 INFO O| Planning: Planning completed in 0.00 seconds
39642026-08-19T02:49:32.945Z[ host-image] Aug 19 02:49:32.234 INFO O| Aug 19 02:49:32.234 INFO O| Variants/Facets to change: 1
39652026-08-19T02:49:32.951Z[ host-image] Aug 19 02:49:32.243 INFO O| Aug 19 02:49:32.243 INFO O| Finalize: Updating package state database ... Done
39662026-08-19T02:49:32.951Z[ host-image] Aug 19 02:49:32.243 INFO O| Aug 19 02:49:32.243 INFO O| Finalize: Updating package cache ... Done
39672026-08-19T02:49:33.010Z[ host-image] Aug 19 02:49:32.302 INFO O| Aug 19 02:49:32.302 INFO O| Finalize: Updating image state ... Done
39682026-08-19T02:49:33.018Z[ host-image] Aug 19 02:49:32.310 INFO O| Aug 19 02:49:32.310 INFO O| Finalize: Creating fast lookup database ... Done
39692026-08-19T02:49:33.021Z[ host-image] Aug 19 02:49:32.310 INFO O| Aug 19 02:49:32.310 INFO O| Finalize: Reading search index ... Done
39702026-08-19T02:49:33.021Z[ host-image] Aug 19 02:49:32.310 INFO O| Aug 19 02:49:32.310 INFO O| Finalize: Updating search index ... Done
39712026-08-19T02:49:33.021Z[ host-image] Aug 19 02:49:32.311 INFO O| Aug 19 02:49:32.311 INFO O| Finalize: Updating package cache ... Done
39722026-08-19T02:49:33.182Z[ host-image] Aug 19 02:49:32.474 INFO O| Aug 19 02:49:32.474 INFO STEP 6 (pkg_change_variant) COMPLETE
39732026-08-19T02:49:33.182Z[ host-image] Aug 19 02:49:32.474 INFO O| Aug 19 02:49:32.474 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39742026-08-19T02:49:33.182Z[ host-image] Aug 19 02:49:32.474 INFO O| Aug 19 02:49:32.474 INFO skip step because feature "debug_variant" is not enabled
39752026-08-19T02:49:33.186Z[ host-image] Aug 19 02:49:32.474 INFO O| Aug 19 02:49:32.474 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39762026-08-19T02:49:33.420Z[ host-image] Aug 19 02:49:32.711 INFO O| Aug 19 02:49:32.711 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "change-facet", "openssl.10=false"]
39772026-08-19T02:49:34.866Z[ host-image] Aug 19 02:49:34.157 INFO O| Aug 19 02:49:34.157 INFO O| Startup: Refreshing catalog 'helios' ... Done
39782026-08-19T02:49:35.148Z[recovery-package] Finished `release` profile [optimized] target(s) in 12.70s
39792026-08-19T02:49:35.236Z[ host-image] Aug 19 02:49:34.527 INFO O| Aug 19 02:49:34.527 INFO O| Startup: Caching catalogs ... Done
39802026-08-19T02:49:35.248Z[ host-image] Aug 19 02:49:34.540 INFO O| Aug 19 02:49:34.540 INFO O| Planning: Planning completed in 0.00 seconds
39812026-08-19T02:49:35.252Z[ host-image] Aug 19 02:49:34.540 INFO O| Aug 19 02:49:34.540 INFO O| Planning: Consolidating action changes ... Done
39822026-08-19T02:49:35.252Z[ host-image] Aug 19 02:49:34.540 INFO O| Aug 19 02:49:34.540 INFO O| Planning: Evaluating mediators ... Done
39832026-08-19T02:49:35.252Z[ host-image] Aug 19 02:49:34.540 INFO O| Aug 19 02:49:34.540 INFO O| Planning: Planning completed in 0.00 seconds
39842026-08-19T02:49:35.252Z[ host-image] Aug 19 02:49:34.540 INFO O| Aug 19 02:49:34.540 INFO O| Variants/Facets to change: 1
39852026-08-19T02:49:35.257Z[ host-image] Aug 19 02:49:34.549 INFO O| Aug 19 02:49:34.549 INFO O| Finalize: Updating package state database ... Done
39862026-08-19T02:49:35.258Z[ host-image] Aug 19 02:49:34.549 INFO O| Aug 19 02:49:34.549 INFO O| Finalize: Updating package cache ... Done
39872026-08-19T02:49:35.317Z[ host-image] Aug 19 02:49:34.608 INFO O| Aug 19 02:49:34.608 INFO O| Finalize: Updating image state ... Done
39882026-08-19T02:49:35.326Z[ host-image] Aug 19 02:49:34.618 INFO O| Aug 19 02:49:34.618 INFO O| Finalize: Creating fast lookup database ... Done
39892026-08-19T02:49:35.330Z[ host-image] Aug 19 02:49:34.618 INFO O| Aug 19 02:49:34.618 INFO O| Finalize: Reading search index ... Done
39902026-08-19T02:49:35.330Z[ host-image] Aug 19 02:49:34.618 INFO O| Aug 19 02:49:34.618 INFO O| Finalize: Updating search index ... Done
39912026-08-19T02:49:35.330Z[ host-image] Aug 19 02:49:34.619 INFO O| Aug 19 02:49:34.619 INFO O| Finalize: Updating package cache ... Done
39922026-08-19T02:49:35.497Z[ host-image] Aug 19 02:49:34.788 INFO O| Aug 19 02:49:34.788 INFO STEP 8 (pkg_change_facet) COMPLETE
39932026-08-19T02:49:35.497Z[ host-image] Aug 19 02:49:34.788 INFO O| Aug 19 02:49:34.788 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39942026-08-19T02:49:35.501Z[ host-image] Aug 19 02:49:34.788 INFO O| Aug 19 02:49:34.788 INFO skip step because feature "recovery" is not enabled
39952026-08-19T02:49:35.501Z[ host-image] Aug 19 02:49:34.788 INFO O| Aug 19 02:49:34.788 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39962026-08-19T02:49:35.504Z[ host-image] Aug 19 02:49:34.788 INFO O| Aug 19 02:49:34.788 INFO skip step because feature "recovery" is not enabled
39972026-08-19T02:49:35.504Z[ host-image] Aug 19 02:49:34.788 INFO O| Aug 19 02:49:34.788 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39982026-08-19T02:49:35.542Z[ host-image] Aug 19 02:49:34.795 INFO O| Aug 19 02:49:34.794 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"]
39992026-08-19T02:49:36.871Z[ host-image] Aug 19 02:49:36.162 INFO O| Aug 19 02:49:36.162 INFO O| Startup: Refreshing catalog 'helios' ... Done
40002026-08-19T02:49:37.236Z[ host-image] Aug 19 02:49:36.528 INFO O| Aug 19 02:49:36.528 INFO O| Startup: Caching catalogs ... Done
40012026-08-19T02:49:38.924Z[ host-image] Aug 19 02:49:38.215 INFO O| Aug 19 02:49:38.215 INFO O| Planning: Solver setup ... Done
40022026-08-19T02:49:39.076Z[ host-image] Aug 19 02:49:38.367 INFO O| Aug 19 02:49:38.367 INFO O| Planning: Running solver ... Done
40032026-08-19T02:49:39.115Z[ host-image] Aug 19 02:49:38.406 INFO O| Aug 19 02:49:38.406 INFO O| Planning: Finding local manifests ... Done
40042026-08-19T02:49:39.133Z[ host-image] Aug 19 02:49:38.425 INFO O| Aug 19 02:49:38.425 INFO O| Planning: Fetching manifests: 0/130 0% complete
40052026-08-19T02:49:40.739Z[ host-image] Aug 19 02:49:40.030 INFO O| Aug 19 02:49:40.030 INFO O| Planning: Fetching manifests: 130/130 100% complete
40062026-08-19T02:49:41.069Z[ host-image] Aug 19 02:49:40.360 INFO O| Aug 19 02:49:40.360 INFO O| Planning: Package planning ... Done
40072026-08-19T02:49:41.503Z[ host-image] Aug 19 02:49:40.794 INFO O| Aug 19 02:49:40.794 INFO O| Planning: Merging actions ... Done
40082026-08-19T02:49:41.605Z[ host-image] Aug 19 02:49:40.896 INFO O| Aug 19 02:49:40.896 INFO O| Planning: Checking for conflicting actions ... Done
40092026-08-19T02:49:41.702Z[ host-image] Aug 19 02:49:40.993 INFO O| Aug 19 02:49:40.993 INFO O| Planning: Consolidating action changes ... Done
40102026-08-19T02:49:41.865Z[ host-image] Aug 19 02:49:41.157 INFO O| Aug 19 02:49:41.157 INFO O| Planning: Evaluating mediators ... Done
40112026-08-19T02:49:43.252Z[ host-image] Aug 19 02:49:42.543 INFO O| Aug 19 02:49:42.543 INFO O| Planning: Planning completed in 6.00 seconds
40122026-08-19T02:49:43.255Z[ host-image] Aug 19 02:49:42.545 INFO O| Aug 19 02:49:42.545 INFO O| Packages to install: 130
40132026-08-19T02:49:43.255Z[ host-image] Aug 19 02:49:42.545 INFO O| Aug 19 02:49:42.545 INFO O| Mediators to change: 5
40142026-08-19T02:49:43.256Z[ host-image] Aug 19 02:49:42.545 INFO O| Aug 19 02:49:42.545 INFO O| Services to change: 6
40152026-08-19T02:49:43.278Z[ host-image] Aug 19 02:49:42.570 INFO O| Aug 19 02:49:42.570 INFO O| Download: 0/23887 items 0.0/222.8MB 0% complete
40162026-08-19T02:49:48.279Z[ host-image] Aug 19 02:49:47.570 INFO O| Aug 19 02:49:47.570 INFO O| Download: 21548/23887 items 183.2/222.8MB 82% complete (36.8M/s)
40172026-08-19T02:49:48.976Z[ host-image] Aug 19 02:49:48.267 INFO O| Aug 19 02:49:48.267 INFO O| Download: Completed 222.83 MB in 5.70 seconds (39.0M/s)
40182026-08-19T02:49:49.428Z[ host-image] Aug 19 02:49:48.719 INFO O| Aug 19 02:49:48.719 INFO O| Actions: 1/54180 actions (Installing new actions)
40192026-08-19T02:49:54.429Z[ host-image] Aug 19 02:49:53.719 INFO O| Aug 19 02:49:53.719 INFO O| Actions: 27150/54180 actions (Installing new actions)
40202026-08-19T02:49:55.784Z[ host-image] Aug 19 02:49:55.075 INFO O| Aug 19 02:49:55.074 INFO O| Actions: Completed 54180 actions in 6.35 seconds.
40212026-08-19T02:49:55.848Z[ host-image] Aug 19 02:49:55.138 INFO O| Aug 19 02:49:55.138 INFO O| Finalize: Updating package state database ... Done
40222026-08-19T02:49:55.848Z[ host-image] Aug 19 02:49:55.138 INFO O| Aug 19 02:49:55.138 INFO O| Finalize: Updating package cache ... Done
40232026-08-19T02:49:55.944Z[ host-image] Aug 19 02:49:55.235 INFO O| Aug 19 02:49:55.235 INFO O| Finalize: Updating image state ... Done
40242026-08-19T02:49:56.696Z[ host-image] Aug 19 02:49:55.987 INFO O| Aug 19 02:49:55.987 INFO O| Finalize: Creating fast lookup database ... Done
40252026-08-19T02:49:56.720Z[ host-image] Aug 19 02:49:56.011 INFO O| Aug 19 02:49:56.011 INFO O| Finalize: Reading search index ... Done
40262026-08-19T02:49:58.991Z[ host-image] Aug 19 02:49:58.278 INFO O| Aug 19 02:49:58.277 INFO O| Finalize: Building new search index ... Done
40272026-08-19T02:49:59.237ZAug 19 02:49:58.529 INFO [recovery-package] process exited with exit status: 0 (36.925865195s)
40282026-08-19T02:49:59.240ZAug 19 02:49:58.529 INFO [recovery-libraries] running task
40292026-08-19T02:49:59.240ZAug 19 02:49:58.529 INFO [recovery-stamp] running task
40302026-08-19T02:49:59.244ZAug 19 02:49:58.529 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+git9c058b23a30
40312026-08-19T02:49:59.244ZAug 19 02:49:58.529 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 23.0.0-0.ci+git9c058b23a30
40322026-08-19T02:49:59.247Z[ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG
40332026-08-19T02:49:59.247Z[stamp-installinator] Logging to: /work/artifacts-recovery/LOG
40342026-08-19T02:49:59.291ZAug 19 02:49:58.583 INFO [recovery-libraries] task succeeded (54.21686ms)
40352026-08-19T02:49:59.295ZAug 19 02:49:58.583 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/cargo xtask verify-libraries
40362026-08-19T02:49:59.336Z[stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar
40372026-08-19T02:49:59.339ZAug 19 02:49:58.630 INFO [stamp-installinator] process exited with exit status: 0 (100.596526ms)
40382026-08-19T02:49:59.373Z[ host-image] Aug 19 02:49:58.664 INFO O| Aug 19 02:49:58.664 INFO O| Finalize: Updating package cache ... Done
40392026-08-19T02:49:59.394Z[ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar
40402026-08-19T02:49:59.398ZAug 19 02:49:58.689 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (159.926739ms)
40412026-08-19T02:49:59.398ZAug 19 02:49:58.689 INFO [recovery-stamp] task succeeded (160.400159ms)
40422026-08-19T02:49:59.399ZAug 19 02:49:58.689 INFO [recovery-proto] running task
40432026-08-19T02:49:59.399ZAug 19 02:49:58.689 INFO [tuf-stamp] running task
40442026-08-19T02:49:59.399ZAug 19 02:49:58.689 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+git9c058b23a30
40452026-08-19T02:49:59.402ZAug 19 02:49:58.690 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+git9c058b23a30
40462026-08-19T02:49:59.404ZAug 19 02:49:58.690 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+git9c058b23a30
40472026-08-19T02:49:59.404ZAug 19 02:49:58.690 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+git9c058b23a30
40482026-08-19T02:49:59.404ZAug 19 02:49:58.691 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+git9c058b23a30
40492026-08-19T02:49:59.404ZAug 19 02:49:58.691 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+git9c058b23a30
40502026-08-19T02:49:59.404ZAug 19 02:49:58.691 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+git9c058b23a30
40512026-08-19T02:49:59.404ZAug 19 02:49:58.692 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+git9c058b23a30
40522026-08-19T02:49:59.404ZAug 19 02:49:58.692 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+git9c058b23a30
40532026-08-19T02:49:59.404ZAug 19 02:49:58.692 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+git9c058b23a30
40542026-08-19T02:49:59.404ZAug 19 02:49:58.693 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+git9c058b23a30
40552026-08-19T02:49:59.404ZAug 19 02:49:58.693 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+git9c058b23a30
40562026-08-19T02:49:59.408Z[ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG
40572026-08-19T02:49:59.408Z[ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG
40582026-08-19T02:49:59.408Z[stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
40592026-08-19T02:49:59.409Z[stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG
40602026-08-19T02:49:59.409Z[stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
40612026-08-19T02:49:59.409Z[ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG
40622026-08-19T02:49:59.409Z[stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG
40632026-08-19T02:49:59.413Z[stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG
40642026-08-19T02:49:59.413Z[ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG
40652026-08-19T02:49:59.413Z[stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
40662026-08-19T02:49:59.413Z[stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
40672026-08-19T02:49:59.413Z[stamp-clickhouse_server] Logging to: /work/oxidecomputer/omicron/out/LOG
40682026-08-19T02:49:59.457Z[ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz
40692026-08-19T02:49:59.461ZAug 19 02:49:58.752 INFO [stamp-probe] process exited with exit status: 0 (60.849592ms)
40702026-08-19T02:49:59.520ZAug 19 02:49:58.811 INFO [recovery-proto] task succeeded (122.216314ms)
40712026-08-19T02:49:59.524ZAug 19 02:49:58.811 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/.tmpP3F9z8/proto/recovery/root -N 'recovery 9c058b2/${os_short_commit} 2026-08-19 02:32' -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/'
40722026-08-19T02:49:59.528Z[ recovery-image] Aug 19 02:49:58.818 INFO Checking files for board 'cosmo-mbist'
40732026-08-19T02:49:59.528Z[ recovery-image] Aug 19 02:49:58.818 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist.toml"
40742026-08-19T02:49:59.528Z[ recovery-image] Aug 19 02:49:58.819 INFO Checking files for board 'cosmo'
40752026-08-19T02:49:59.528Z[ recovery-image] Aug 19 02:49:58.819 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5"
40762026-08-19T02:49:59.528Z[ recovery-image] Aug 19 02:49:58.819 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
40772026-08-19T02:49:59.528Z[ recovery-image] Aug 19 02:49:58.819 INFO Checking files for board 'gimlet'
40782026-08-19T02:49:59.531Z[ recovery-image] Aug 19 02:49:58.819 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
40792026-08-19T02:49:59.531Z[ recovery-image] Aug 19 02:49:58.819 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml"
40802026-08-19T02:49:59.531Z[ recovery-image] Aug 19 02:49:58.819 INFO Checking files for board 'cosmo-mbist-noaggr'
40812026-08-19T02:49:59.531Z[ recovery-image] Aug 19 02:49:58.819 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist-noaggr.toml"
40822026-08-19T02:49:59.538Z[ recovery-image] Aug 19 02:49:58.829 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmpP3F9z8/proto/recovery/root"
40832026-08-19T02:49:59.541Z[ recovery-image] Aug 19 02:49:58.829 INFO using external package repositories: helios={ file:///work/incorporation.p5p https://pkg.oxide.computer/helios/3/dev/ }
40842026-08-19T02:49:59.541Z[ recovery-image] Aug 19 02:49:58.829 INFO image builder template: ramdisk-01-os...
40852026-08-19T02:49:59.541Z[ recovery-image] Aug 19 02:49:58.829 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/.tmpP3F9z8/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@23.0.0.0", "-F", "optever=0.41.506", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
40862026-08-19T02:49:59.555Z[ recovery-image] Aug 19 02:49:58.846 INFO O| Aug 19 02:49:58.846 INFO CREATE DATASET: rpool/images/build/recovery/output
40872026-08-19T02:49:59.661Z[ host-image] Aug 19 02:49:58.952 INFO O| Aug 19 02:49:58.952 INFO STEP 11 (pkg_install) COMPLETE
40882026-08-19T02:49:59.661Z[ host-image] Aug 19 02:49:58.952 INFO O| Aug 19 02:49:58.952 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40892026-08-19T02:49:59.671Z[ host-image] Aug 19 02:49:58.962 INFO O| Aug 19 02:49:58.962 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"]
40902026-08-19T02:49:59.919Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
40912026-08-19T02:49:59.945Z[verify-libraries] Running `target/debug/xtask verify-libraries`
40922026-08-19T02:49:59.996Z[ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz
40932026-08-19T02:50:00.000ZAug 19 02:49:59.290 INFO [stamp-ntp] process exited with exit status: 0 (597.463089ms)
40942026-08-19T02:50:00.027Z[ recovery-image] Aug 19 02:49:59.318 INFO O| Aug 19 02:49:59.318 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
40952026-08-19T02:50:00.031Z[ recovery-image] Aug 19 02:49:59.322 INFO O| Aug 19 02:49:59.322 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
40962026-08-19T02:50:00.070Z[stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz
40972026-08-19T02:50:00.073ZAug 19 02:49:59.364 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (672.487926ms)
40982026-08-19T02:50:00.279Z[stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz
40992026-08-19T02:50:00.284ZAug 19 02:49:59.574 INFO [stamp-internal-dns] process exited with exit status: 0 (881.499823ms)
41002026-08-19T02:50:00.290Z[stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz
41012026-08-19T02:50:00.294ZAug 19 02:49:59.586 INFO [stamp-external-dns] process exited with exit status: 0 (895.289447ms)
41022026-08-19T02:50:00.298Z[stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz
41032026-08-19T02:50:00.301ZAug 19 02:49:59.592 INFO [stamp-crucible-zone] process exited with exit status: 0 (903.242471ms)
41042026-08-19T02:50:00.520Z[ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz
41052026-08-19T02:50:00.524ZAug 19 02:49:59.815 INFO [stamp-oximeter] process exited with exit status: 0 (1.124969172s)
41062026-08-19T02:50:01.016Z[ recovery-image] Aug 19 02:50:00.307 INFO O| Aug 19 02:50:00.307 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-01-os: sync = disabled
41072026-08-19T02:50:01.676Z[ host-image] Aug 19 02:50:00.967 INFO O| Aug 19 02:50:00.967 INFO O| Startup: Refreshing catalog 'helios' ... Done
41082026-08-19T02:50:01.684Z[ recovery-image] Aug 19 02:50:00.975 INFO O| Aug 19 02:50:00.975 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-01-os
41092026-08-19T02:50:01.684Z[ recovery-image] Aug 19 02:50:00.975 INFO O| Aug 19 02:50:00.975 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
41102026-08-19T02:50:01.688Z[ recovery-image] Aug 19 02:50:00.975 INFO O| Aug 19 02:50:00.975 INFO resetting by removing work dataset: rpool/images/build/recovery/work/sled/ramdisk
41112026-08-19T02:50:01.688Z[ recovery-image] Aug 19 02:50:00.975 INFO O| Aug 19 02:50:00.975 INFO DESTROY DATASET: rpool/images/build/recovery/work/sled/ramdisk
41122026-08-19T02:50:01.691Z[ recovery-image] Aug 19 02:50:00.981 INFO O| Aug 19 02:50:00.981 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
41132026-08-19T02:50:02.056Z[ host-image] Aug 19 02:50:01.347 INFO O| Aug 19 02:50:01.347 INFO O| Startup: Caching catalogs ... Done
41142026-08-19T02:50:02.160Z[stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz
41152026-08-19T02:50:02.164ZAug 19 02:50:01.454 INFO [stamp-cockroachdb] process exited with exit status: 0 (2.762592901s)
41162026-08-19T02:50:02.446Z[ host-image] Aug 19 02:50:01.737 INFO O| Aug 19 02:50:01.737 INFO O| Planning: Solver setup ... Done
41172026-08-19T02:50:02.450Z[ host-image] Aug 19 02:50:01.742 INFO O| Aug 19 02:50:01.742 INFO O| Planning: Running solver ... Done
41182026-08-19T02:50:02.461Z[ host-image] Aug 19 02:50:01.752 INFO O| Aug 19 02:50:01.752 INFO O| Planning: Finding local manifests ... Done
41192026-08-19T02:50:02.475Z[ host-image] Aug 19 02:50:01.766 INFO O| Aug 19 02:50:01.766 INFO O| Planning: Fetching manifests: 0/6 0% complete
41202026-08-19T02:50:02.511Z[ host-image] Aug 19 02:50:01.802 INFO O| Aug 19 02:50:01.802 INFO O| Planning: Fetching manifests: 6/6 100% complete
41212026-08-19T02:50:02.528Z[ host-image] Aug 19 02:50:01.819 INFO O| Aug 19 02:50:01.819 INFO O| Planning: Package planning ... Done
41222026-08-19T02:50:02.531Z[ host-image] Aug 19 02:50:01.821 INFO O| Aug 19 02:50:01.821 INFO O| Planning: Merging actions ... Done
41232026-08-19T02:50:02.661Z[ host-image] Aug 19 02:50:01.952 INFO O| Aug 19 02:50:01.952 INFO O| Planning: Checking for conflicting actions ... Done
41242026-08-19T02:50:02.665Z[ host-image] Aug 19 02:50:01.953 INFO O| Aug 19 02:50:01.953 INFO O| Planning: Consolidating action changes ... Done
41252026-08-19T02:50:02.789Z[ host-image] Aug 19 02:50:02.080 INFO O| Aug 19 02:50:02.080 INFO O| Planning: Evaluating mediators ... Done
41262026-08-19T02:50:02.793Z[ host-image] Aug 19 02:50:02.081 INFO O| Aug 19 02:50:02.081 INFO O| Planning: Planning completed in 0.72 seconds
41272026-08-19T02:50:02.793Z[ host-image] Aug 19 02:50:02.081 INFO O| Aug 19 02:50:02.081 INFO O| Packages to install: 6
41282026-08-19T02:50:02.793Z[ host-image] Aug 19 02:50:02.081 INFO O| Aug 19 02:50:02.081 INFO O| Services to change: 2
41292026-08-19T02:50:02.800Z[ host-image] Aug 19 02:50:02.091 INFO O| Aug 19 02:50:02.091 INFO O| Download: 0/155 items 0.0/1.7MB 0% complete
41302026-08-19T02:50:02.910Z[ host-image] Aug 19 02:50:02.201 INFO O| Aug 19 02:50:02.201 INFO O| Download: Completed 1.75 MB in 0.11 seconds (15.9M/s)
41312026-08-19T02:50:02.957Z[ host-image] Aug 19 02:50:02.248 INFO O| Aug 19 02:50:02.248 INFO O| Actions: 1/390 actions (Installing new actions)
41322026-08-19T02:50:03.092Z[ host-image] Aug 19 02:50:02.383 INFO O| Aug 19 02:50:02.383 INFO O| Actions: Completed 390 actions in 0.14 seconds.
41332026-08-19T02:50:03.125Z[ host-image] Aug 19 02:50:02.416 INFO O| Aug 19 02:50:02.416 INFO O| Finalize: Updating package state database ... Done
41342026-08-19T02:50:03.125Z[ host-image] Aug 19 02:50:02.416 INFO O| Aug 19 02:50:02.416 INFO O| Finalize: Updating package cache ... Done
41352026-08-19T02:50:03.206Z[ host-image] Aug 19 02:50:02.498 INFO O| Aug 19 02:50:02.497 INFO O| Finalize: Updating image state ... Done
41362026-08-19T02:50:03.976Z[ host-image] Aug 19 02:50:03.267 INFO O| Aug 19 02:50:03.267 INFO O| Finalize: Creating fast lookup database ... Done
41372026-08-19T02:50:03.999Z[ host-image] Aug 19 02:50:03.290 INFO O| Aug 19 02:50:03.290 INFO O| Finalize: Reading search index ... Done
41382026-08-19T02:50:04.000Z[ host-image] Aug 19 02:50:03.291 INFO O| Aug 19 02:50:03.291 INFO O| Finalize: Updating search index ... Done
41392026-08-19T02:50:04.014Z[ host-image] Aug 19 02:50:03.305 INFO O| Aug 19 02:50:03.305 INFO O| Finalize: Updating package cache ... Done
41402026-08-19T02:50:04.215Z[ host-image] Aug 19 02:50:03.506 INFO O| Aug 19 02:50:03.506 INFO STEP 12 (pkg_install) COMPLETE
41412026-08-19T02:50:04.215Z[ host-image] Aug 19 02:50:03.506 INFO O| Aug 19 02:50:03.506 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41422026-08-19T02:50:04.224Z[ host-image] Aug 19 02:50:03.515 INFO O| Aug 19 02:50:03.515 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/library/libxmlsec1", "/ooce/library/postgresql-13", "/system/zones/brand/omicron1"]
41432026-08-19T02:50:04.232Z[stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz
41442026-08-19T02:50:04.235ZAug 19 02:50:03.526 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (4.835589419s)
41452026-08-19T02:50:04.554Z[verify-libraries] Compiling match_cfg v0.1.0
41462026-08-19T02:50:04.554Z[verify-libraries] Compiling slog-json v2.6.1
41472026-08-19T02:50:04.555Z[verify-libraries] Compiling debug-ignore v1.0.5
41482026-08-19T02:50:04.559Z[verify-libraries] Compiling progenitor-client v0.14.0
41492026-08-19T02:50:04.559Z[verify-libraries] Compiling sha1 v0.11.0
41502026-08-19T02:50:04.559Z[verify-libraries] Compiling newtype-uuid-macros v0.1.0
41512026-08-19T02:50:04.559Z[verify-libraries] Compiling serde_path_to_error v0.1.20
41522026-08-19T02:50:04.591Z[stamp-clickhouse_server] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_server.tar.gz
41532026-08-19T02:50:04.594ZAug 19 02:50:03.886 INFO [stamp-clickhouse_server] process exited with exit status: 0 (5.193073681s)
41542026-08-19T02:50:04.605Z[stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz
41552026-08-19T02:50:04.608ZAug 19 02:50:03.899 INFO [stamp-clickhouse] process exited with exit status: 0 (5.208351066s)
41562026-08-19T02:50:04.867Z[verify-libraries] Compiling multer v3.1.0
41572026-08-19T02:50:04.867Z[verify-libraries] Compiling compression-core v0.4.31
41582026-08-19T02:50:04.870Z[verify-libraries] Compiling async-stream-impl v0.3.6
41592026-08-19T02:50:04.870Z[verify-libraries] Compiling toml_datetime v1.1.1+spec-1.1.0
41602026-08-19T02:50:04.870Z[verify-libraries] Compiling serde_spanned v1.1.1
41612026-08-19T02:50:04.872Z[verify-libraries] Compiling dropshot v0.17.1
41622026-08-19T02:50:04.998Z[verify-libraries] Compiling toml_writer v1.1.1+spec-1.1.0
41632026-08-19T02:50:04.998Z[verify-libraries] Compiling waitgroup v0.1.2
41642026-08-19T02:50:05.023Z[ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz
41652026-08-19T02:50:05.027ZAug 19 02:50:04.318 INFO [stamp-nexus] process exited with exit status: 0 (5.62847047s)
41662026-08-19T02:50:05.027ZAug 19 02:50:04.318 INFO [tuf-stamp] task succeeded (5.62950405s)
41672026-08-19T02:50:05.027ZAug 19 02:50:04.318 INFO [tuf-v2-zones] running task
41682026-08-19T02:50:05.039Z[verify-libraries] Compiling hostname v0.3.1
41692026-08-19T02:50:05.043Z[verify-libraries] Compiling rustls-pemfile v2.2.0
41702026-08-19T02:50:05.043Z[verify-libraries] Compiling dropshot_endpoint v0.17.1
41712026-08-19T02:50:05.101Z[verify-libraries] Compiling compression-codecs v0.4.37
41722026-08-19T02:50:05.101Z[verify-libraries] Compiling hostname v0.4.2
41732026-08-19T02:50:05.105Z[verify-libraries] Compiling atomicwrites v0.4.4
41742026-08-19T02:50:05.143ZAug 19 02:50:04.434 INFO [tuf-v2-zones] task succeeded (115.885193ms)
41752026-08-19T02:50:05.182Z[verify-libraries] Compiling slog-bunyan v2.5.0
41762026-08-19T02:50:05.212Z[verify-libraries] Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
41772026-08-19T02:50:05.212Z[verify-libraries] Compiling macaddr v1.0.1
41782026-08-19T02:50:05.261Z[verify-libraries] Compiling toml v1.1.2+spec-1.1.0
41792026-08-19T02:50:05.279Z[verify-libraries] Compiling regress v0.10.5
41802026-08-19T02:50:05.304Z[verify-libraries] Compiling instant v0.1.13
41812026-08-19T02:50:05.308Z[verify-libraries] Compiling parse-display-derive v0.10.0
41822026-08-19T02:50:05.368Z[verify-libraries] Compiling itertools v0.14.0
41832026-08-19T02:50:05.373Z[verify-libraries] Compiling backon v1.6.0
41842026-08-19T02:50:05.410Z[verify-libraries] Compiling async-compression v0.4.41
41852026-08-19T02:50:05.415Z[verify-libraries] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
41862026-08-19T02:50:05.429Z[verify-libraries] Compiling backoff v0.4.0
41872026-08-19T02:50:05.470Z[verify-libraries] Compiling humantime v2.3.0
41882026-08-19T02:50:05.470Z[verify-libraries] Compiling convert_case v0.4.0
41892026-08-19T02:50:05.508Z[verify-libraries] Compiling half v2.7.1
41902026-08-19T02:50:05.584Z[verify-libraries] Compiling async-stream v0.3.6
41912026-08-19T02:50:05.623Z[verify-libraries] Compiling progenitor-extras v0.2.0
41922026-08-19T02:50:05.645Z[verify-libraries] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
41932026-08-19T02:50:05.648Z[verify-libraries] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
41942026-08-19T02:50:05.690Z[verify-libraries] Compiling ciborium-io v0.2.2
41952026-08-19T02:50:05.743Z[verify-libraries] Compiling crucible-workspace-hack v0.1.0
41962026-08-19T02:50:06.157Z[verify-libraries] Compiling indent_write v2.2.0
41972026-08-19T02:50:06.162Z[verify-libraries] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
41982026-08-19T02:50:06.162Z[verify-libraries] Compiling ciborium-ll v0.2.2
41992026-08-19T02:50:06.162Z[verify-libraries] Compiling regress v0.11.1
42002026-08-19T02:50:06.162Z[verify-libraries] Compiling secrecy v0.10.3
42012026-08-19T02:50:06.162Z[verify-libraries] Compiling unsafe-libyaml v0.2.11
42022026-08-19T02:50:06.163Z[verify-libraries] Compiling derive_more v0.99.20
42032026-08-19T02:50:06.163Z[verify-libraries] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
42042026-08-19T02:50:06.163Z[verify-libraries] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
42052026-08-19T02:50:06.163Z[verify-libraries] Compiling inout v0.1.4
42062026-08-19T02:50:06.163Z[verify-libraries] Compiling ciborium v0.2.2
42072026-08-19T02:50:06.163Z[verify-libraries] Compiling universal-hash v0.5.1
42082026-08-19T02:50:06.163Z[verify-libraries] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
42092026-08-19T02:50:06.164Z[verify-libraries] Compiling cipher v0.4.4
42102026-08-19T02:50:06.193Z[verify-libraries] Compiling thiserror-impl-no-std v2.0.2
42112026-08-19T02:50:06.245Z[verify-libraries] Compiling opaque-debug v0.3.1
42122026-08-19T02:50:06.310Z[verify-libraries] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
42132026-08-19T02:50:06.346Z[verify-libraries] Compiling poly1305 v0.8.0
42142026-08-19T02:50:06.430Z[verify-libraries] Compiling chacha20 v0.9.1
42152026-08-19T02:50:06.461Z[verify-libraries] Compiling serde_yaml v0.9.34+deprecated
42162026-08-19T02:50:06.508Z[verify-libraries] Compiling blake2 v0.10.6
42172026-08-19T02:50:06.644Z[verify-libraries] Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
42182026-08-19T02:50:06.667Z[verify-libraries] Compiling aead v0.5.2
42192026-08-19T02:50:06.703Z[verify-libraries] Compiling password-hash v0.5.0
42202026-08-19T02:50:06.731Z[verify-libraries] Compiling num-derive v0.4.2
42212026-08-19T02:50:06.751Z[verify-libraries] Compiling crossbeam-deque v0.8.6
42222026-08-19T02:50:06.881Z[verify-libraries] Compiling chacha20poly1305 v0.10.1
42232026-08-19T02:50:06.927Z[verify-libraries] Compiling rayon-core v1.13.0
42242026-08-19T02:50:06.930Z[ recovery-image] Aug 19 02:50:06.218 INFO O| Aug 19 02:50:06.218 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42252026-08-19T02:50:06.937Z[ recovery-image] Aug 19 02:50:06.228 INFO O| Aug 19 02:50:06.228 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/sled/ramdisk"]
42262026-08-19T02:50:06.981Z[verify-libraries] Compiling argon2 v0.5.3
42272026-08-19T02:50:07.114Z[verify-libraries] Compiling toml_datetime v0.7.5+spec-1.1.0
42282026-08-19T02:50:07.154Z[verify-libraries] Compiling glob v0.3.3
42292026-08-19T02:50:07.186Z[verify-libraries] Compiling parse-display v0.10.0
42302026-08-19T02:50:07.211Z[verify-libraries] Compiling usdt-attr-macro v0.5.0
42312026-08-19T02:50:07.211Z[verify-libraries] Compiling usdt-macro v0.5.0
42322026-08-19T02:50:07.245Z[ recovery-image] Aug 19 02:50:06.536 INFO O| Aug 19 02:50:06.536 INFO O| Caching catalogs ... Done
42332026-08-19T02:50:07.390Z[ recovery-image] Aug 19 02:50:06.678 INFO O| Aug 19 02:50:06.678 INFO STEP 0 (pkg_image_create) COMPLETE
42342026-08-19T02:50:07.391Z[ recovery-image] Aug 19 02:50:06.678 INFO O| Aug 19 02:50:06.678 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42352026-08-19T02:50:07.398Z[ recovery-image] Aug 19 02:50:06.687 INFO O| Aug 19 02:50:06.687 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"]
42362026-08-19T02:50:07.444Z[verify-libraries] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
42372026-08-19T02:50:07.521Z[verify-libraries] Compiling typify-impl v0.6.2
42382026-08-19T02:50:07.624Z[verify-libraries] Compiling thiserror-no-std v2.0.2
42392026-08-19T02:50:07.659Z[verify-libraries] Compiling toml_edit v0.23.10+spec-1.0.0
42402026-08-19T02:50:07.712Z[ recovery-image] Aug 19 02:50:07.003 INFO O| Aug 19 02:50:07.003 INFO STEP 1 (pkg_set_publisher) COMPLETE
42412026-08-19T02:50:07.714Z[ recovery-image] Aug 19 02:50:07.003 INFO O| Aug 19 02:50:07.003 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42422026-08-19T02:50:07.714Z[ recovery-image] Aug 19 02:50:07.003 INFO O| Aug 19 02:50:07.003 INFO skip step because feature "publisher_1_name" is not enabled
42432026-08-19T02:50:07.717Z[ recovery-image] Aug 19 02:50:07.003 INFO O| Aug 19 02:50:07.003 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42442026-08-19T02:50:07.717Z[ recovery-image] Aug 19 02:50:07.003 INFO O| Aug 19 02:50:07.003 INFO skip step because feature "publisher_2_name" is not enabled
42452026-08-19T02:50:07.717Z[ recovery-image] Aug 19 02:50:07.003 INFO O| Aug 19 02:50:07.003 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42462026-08-19T02:50:07.717Z[ recovery-image] Aug 19 02:50:07.003 INFO O| Aug 19 02:50:07.003 INFO skip step because feature "publisher_3_name" is not enabled
42472026-08-19T02:50:07.717Z[ recovery-image] Aug 19 02:50:07.003 INFO O| Aug 19 02:50:07.003 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42482026-08-19T02:50:07.780Z[verify-libraries] Compiling vsss-rs v3.3.4
42492026-08-19T02:50:07.895Z[verify-libraries] Compiling memmap v0.7.0
42502026-08-19T02:50:07.945Z[verify-libraries] Compiling heapless v0.8.0
42512026-08-19T02:50:08.058Z[ recovery-image] Aug 19 02:50:07.349 INFO O| Aug 19 02:50:07.349 INFO variant opensolaris.zone is already global
42522026-08-19T02:50:08.058Z[ recovery-image] Aug 19 02:50:07.349 INFO O| Aug 19 02:50:07.349 INFO STEP 5 (pkg_change_variant) COMPLETE
42532026-08-19T02:50:08.061Z[ recovery-image] Aug 19 02:50:07.349 INFO O| Aug 19 02:50:07.349 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42542026-08-19T02:50:08.066Z[verify-libraries] Compiling proc-macro-error v1.0.4
42552026-08-19T02:50:08.100Z[verify-libraries] Compiling ingot-macros v0.2.0
42562026-08-19T02:50:08.153Z[verify-libraries] Compiling tabwriter v1.4.1
42572026-08-19T02:50:08.204Z[verify-libraries] Compiling hash32 v0.3.1
42582026-08-19T02:50:08.245Z[verify-libraries] Compiling usdt v0.5.0
42592026-08-19T02:50:08.291Z[ host-image] Aug 19 02:50:07.582 INFO O| Aug 19 02:50:07.582 INFO O| Startup: Refreshing catalog 'helios' ... Done
42602026-08-19T02:50:08.314Z[verify-libraries] Compiling proc-macro-crate v3.4.0
42612026-08-19T02:50:08.392Z[ recovery-image] Aug 19 02:50:07.683 INFO O| Aug 19 02:50:07.683 INFO variant opensolaris.imagetype is full; changing to partial
42622026-08-19T02:50:08.392Z[ recovery-image] Aug 19 02:50:07.683 INFO O| Aug 19 02:50:07.683 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
42632026-08-19T02:50:08.412Z[verify-libraries] Compiling smoltcp v0.11.0
42642026-08-19T02:50:08.489Z[verify-libraries] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
42652026-08-19T02:50:08.489Z[verify-libraries] Compiling cobs v0.3.0
42662026-08-19T02:50:08.560Z[verify-libraries] Compiling colored v3.1.1
42672026-08-19T02:50:08.598Z[verify-libraries] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
42682026-08-19T02:50:08.675Z[verify-libraries] Compiling rayon v1.11.0
42692026-08-19T02:50:08.723Z[ host-image] Aug 19 02:50:08.014 INFO O| Aug 19 02:50:08.014 INFO O| Startup: Caching catalogs ... Done
42702026-08-19T02:50:08.762Z[verify-libraries] Compiling postcard v1.1.3
42712026-08-19T02:50:08.792Z[verify-libraries] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
42722026-08-19T02:50:08.795Z[verify-libraries] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
42732026-08-19T02:50:08.909Z[verify-libraries] Compiling rand v0.10.1
42742026-08-19T02:50:08.932Z[verify-libraries] Compiling proc-macro-crate v1.3.1
42752026-08-19T02:50:08.939Z[verify-libraries] Compiling foreign-types-macros v0.2.3
42762026-08-19T02:50:08.976Z[verify-libraries] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
42772026-08-19T02:50:08.979Z[verify-libraries] Compiling num_enum_derive v0.7.6
42782026-08-19T02:50:09.081Z[verify-libraries] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
42792026-08-19T02:50:09.114Z[ host-image] Aug 19 02:50:08.405 INFO O| Aug 19 02:50:08.405 INFO O| Planning: Solver setup ... Done
42802026-08-19T02:50:09.119Z[ host-image] Aug 19 02:50:08.410 INFO O| Aug 19 02:50:08.410 INFO O| Planning: Running solver ... Done
42812026-08-19T02:50:09.133Z[ host-image] Aug 19 02:50:08.424 INFO O| Aug 19 02:50:08.424 INFO O| Planning: Finding local manifests ... Done
42822026-08-19T02:50:09.162Z[verify-libraries] Compiling foreign-types-shared v0.3.1
42832026-08-19T02:50:09.192Z[ host-image] Aug 19 02:50:08.483 INFO O| Aug 19 02:50:08.483 INFO O| Planning: Fetching manifests: 0/6 0% complete
42842026-08-19T02:50:09.285Z[verify-libraries] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
42852026-08-19T02:50:09.302Z[ host-image] Aug 19 02:50:08.593 INFO O| Aug 19 02:50:08.593 INFO O| Planning: Fetching manifests: 6/6 100% complete
42862026-08-19T02:50:09.332Z[ host-image] Aug 19 02:50:08.624 INFO O| Aug 19 02:50:08.624 INFO O| Planning: Package planning ... Done
42872026-08-19T02:50:09.342Z[ host-image] Aug 19 02:50:08.633 INFO O| Aug 19 02:50:08.633 INFO O| Planning: Merging actions ... Done
42882026-08-19T02:50:09.487Z[verify-libraries] Compiling num_enum_derive v0.5.11
42892026-08-19T02:50:09.490Z[verify-libraries] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
42902026-08-19T02:50:09.495Z[ host-image] Aug 19 02:50:08.786 INFO O| Aug 19 02:50:08.786 INFO O| Planning: Checking for conflicting actions ... Done
42912026-08-19T02:50:09.500Z[ host-image] Aug 19 02:50:08.790 INFO O| Aug 19 02:50:08.790 INFO O| Planning: Consolidating action changes ... Done
42922026-08-19T02:50:09.577Z[verify-libraries] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
42932026-08-19T02:50:09.614Z[verify-libraries] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
42942026-08-19T02:50:09.617Z[verify-libraries] Compiling cstr-argument v0.1.2
42952026-08-19T02:50:09.638Z[ host-image] Aug 19 02:50:08.929 INFO O| Aug 19 02:50:08.929 INFO O| Planning: Evaluating mediators ... Done
42962026-08-19T02:50:09.641Z[ host-image] Aug 19 02:50:08.932 INFO O| Aug 19 02:50:08.932 INFO O| Planning: Planning completed in 0.90 seconds
42972026-08-19T02:50:09.641Z[ host-image] Aug 19 02:50:08.932 INFO O| Aug 19 02:50:08.932 INFO O| Packages to install: 6
42982026-08-19T02:50:09.641Z[ host-image] Aug 19 02:50:08.933 INFO O| Aug 19 02:50:08.932 INFO O| Mediators to change: 1
42992026-08-19T02:50:09.641Z[ host-image] Aug 19 02:50:08.933 INFO O| Aug 19 02:50:08.932 INFO O| Services to change: 1
43002026-08-19T02:50:09.653Z[ host-image] Aug 19 02:50:08.944 INFO O| Aug 19 02:50:08.944 INFO O| Download: 0/1147 items 0.0/7.8MB 0% complete
43012026-08-19T02:50:09.665Z[verify-libraries] Compiling foreign-types v0.5.0
43022026-08-19T02:50:09.803Z[verify-libraries] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
43032026-08-19T02:50:09.827Z[verify-libraries] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
43042026-08-19T02:50:09.868Z[verify-libraries] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
43052026-08-19T02:50:09.902Z[verify-libraries] Compiling sigpipe v0.1.3
43062026-08-19T02:50:09.905Z[verify-libraries] Compiling zone_cfg_derive v0.3.1
43072026-08-19T02:50:10.033Z[ recovery-image] Aug 19 02:50:09.324 INFO O| Aug 19 02:50:09.324 INFO O| Startup: Refreshing catalog 'helios' ... Done
43082026-08-19T02:50:10.126Z[verify-libraries] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
43092026-08-19T02:50:10.163Z[ host-image] Aug 19 02:50:09.455 INFO O| Aug 19 02:50:09.455 INFO O| Download: Completed 7.84 MB in 0.51 seconds (15.4M/s)
43102026-08-19T02:50:10.172Z[verify-libraries] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
43112026-08-19T02:50:10.197Z[verify-libraries] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
43122026-08-19T02:50:10.277Z[verify-libraries] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
43132026-08-19T02:50:10.298Z[verify-libraries] Compiling num_enum v0.7.6
43142026-08-19T02:50:10.301Z[verify-libraries] Compiling itertools v0.12.1
43152026-08-19T02:50:10.341Z[verify-libraries] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
43162026-08-19T02:50:10.344Z[verify-libraries] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
43172026-08-19T02:50:10.383Z[verify-libraries] Compiling toml v0.8.23
43182026-08-19T02:50:10.406Z[verify-libraries] Compiling smf v0.2.3
43192026-08-19T02:50:10.465Z[verify-libraries] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
43202026-08-19T02:50:10.513Z[verify-libraries] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
43212026-08-19T02:50:10.585Z[verify-libraries] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
43222026-08-19T02:50:10.679Z[verify-libraries] Compiling num_enum v0.5.11
43232026-08-19T02:50:10.683Z[ host-image] Aug 19 02:50:09.974 INFO O| Aug 19 02:50:09.974 INFO O| Actions: 1/1366 actions (Installing new actions)
43242026-08-19T02:50:10.816Z[verify-libraries] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
43252026-08-19T02:50:10.820Z[verify-libraries] Compiling whoami v1.6.1
43262026-08-19T02:50:10.855Z[verify-libraries] Compiling tokio-dtrace v0.1.1
43272026-08-19T02:50:10.855Z[verify-libraries] Compiling derive-where v1.6.0
43282026-08-19T02:50:10.859Z[verify-libraries] Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
43292026-08-19T02:50:10.914Z[ host-image] Aug 19 02:50:10.205 INFO O| Aug 19 02:50:10.205 INFO O| Actions: Completed 1366 actions in 0.23 seconds.
43302026-08-19T02:50:10.971Z[ host-image] Aug 19 02:50:10.262 INFO O| Aug 19 02:50:10.262 INFO O| Finalize: Updating package state database ... Done
43312026-08-19T02:50:10.971Z[ host-image] Aug 19 02:50:10.262 INFO O| Aug 19 02:50:10.262 INFO O| Finalize: Updating package cache ... Done
43322026-08-19T02:50:10.994Z[verify-libraries] Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
43332026-08-19T02:50:11.054Z[ host-image] Aug 19 02:50:10.345 INFO O| Aug 19 02:50:10.345 INFO O| Finalize: Updating image state ... Done
43342026-08-19T02:50:11.117Z[ recovery-image] Aug 19 02:50:10.408 INFO O| Aug 19 02:50:10.408 INFO O| Startup: Caching catalogs ... Done
43352026-08-19T02:50:11.134Z[ recovery-image] Aug 19 02:50:10.421 INFO O| Aug 19 02:50:10.421 INFO O| Planning: Planning completed in 0.00 seconds
43362026-08-19T02:50:11.134Z[ recovery-image] Aug 19 02:50:10.422 INFO O| Aug 19 02:50:10.422 INFO O| Planning: Consolidating action changes ... Done
43372026-08-19T02:50:11.134Z[ recovery-image] Aug 19 02:50:10.422 INFO O| Aug 19 02:50:10.422 INFO O| Planning: Evaluating mediators ... Done
43382026-08-19T02:50:11.134Z[ recovery-image] Aug 19 02:50:10.422 INFO O| Aug 19 02:50:10.422 INFO O| Planning: Planning completed in 0.00 seconds
43392026-08-19T02:50:11.134Z[ recovery-image] Aug 19 02:50:10.422 INFO O| Aug 19 02:50:10.422 INFO O| Variants/Facets to change: 1
43402026-08-19T02:50:11.148Z[ recovery-image] Aug 19 02:50:10.439 INFO O| Aug 19 02:50:10.439 INFO O| Finalize: Updating package state database ... Done
43412026-08-19T02:50:11.148Z[ recovery-image] Aug 19 02:50:10.440 INFO O| Aug 19 02:50:10.439 INFO O| Finalize: Updating package cache ... Done
43422026-08-19T02:50:11.181Z[verify-libraries] Compiling oxide-tokio-rt v0.1.4
43432026-08-19T02:50:11.187Z[verify-libraries] Compiling gethostname v0.5.0
43442026-08-19T02:50:11.209Z[ recovery-image] Aug 19 02:50:10.500 INFO O| Aug 19 02:50:10.500 INFO O| Finalize: Updating image state ... Done
43452026-08-19T02:50:11.222Z[verify-libraries] Compiling cancel-safe-futures v0.1.5
43462026-08-19T02:50:11.225Z[verify-libraries] Compiling ingot-types v0.2.0
43472026-08-19T02:50:11.225Z[verify-libraries] Compiling newline-converter v0.3.0
43482026-08-19T02:50:11.225Z[ recovery-image] Aug 19 02:50:10.514 INFO O| Aug 19 02:50:10.513 INFO O| Finalize: Creating fast lookup database ... Done
43492026-08-19T02:50:11.225Z[ recovery-image] Aug 19 02:50:10.514 INFO O| Aug 19 02:50:10.514 INFO O| Finalize: Reading search index ... Done
43502026-08-19T02:50:11.225Z[ recovery-image] Aug 19 02:50:10.514 INFO O| Aug 19 02:50:10.514 INFO O| Finalize: Updating search index ... Done
43512026-08-19T02:50:11.225Z[ recovery-image] Aug 19 02:50:10.515 INFO O| Aug 19 02:50:10.515 INFO O| Finalize: Updating package cache ... Done
43522026-08-19T02:50:11.323Z[verify-libraries] Compiling console v0.15.11
43532026-08-19T02:50:11.365Z[verify-libraries] Compiling linear-map v1.2.0
43542026-08-19T02:50:11.368Z[verify-libraries] Compiling resolv-conf v0.7.6
43552026-08-19T02:50:11.492Z[ recovery-image] Aug 19 02:50:10.783 INFO O| Aug 19 02:50:10.783 INFO STEP 6 (pkg_change_variant) COMPLETE
43562026-08-19T02:50:11.492Z[ recovery-image] Aug 19 02:50:10.783 INFO O| Aug 19 02:50:10.783 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
43572026-08-19T02:50:11.492Z[ recovery-image] Aug 19 02:50:10.783 INFO O| Aug 19 02:50:10.783 INFO skip step because feature "debug_variant" is not enabled
43582026-08-19T02:50:11.492Z[ recovery-image] Aug 19 02:50:10.783 INFO O| Aug 19 02:50:10.783 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
43592026-08-19T02:50:11.513Z[verify-libraries] Compiling zone v0.3.1
43602026-08-19T02:50:11.589Z[verify-libraries] Compiling num-rational v0.4.2
43612026-08-19T02:50:11.622Z[verify-libraries] Compiling ingot v0.2.1
43622026-08-19T02:50:11.669Z[verify-libraries] Compiling num-complex v0.4.6
43632026-08-19T02:50:11.771Z[verify-libraries] Compiling expectorate v1.2.0
43642026-08-19T02:50:11.815Z[verify-libraries] Compiling slog-dtrace v0.3.0
43652026-08-19T02:50:11.832Z[ recovery-image] Aug 19 02:50:11.124 INFO O| Aug 19 02:50:11.123 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "openssl.10=false"]
43662026-08-19T02:50:11.881Z[verify-libraries] Compiling prettyplease v0.2.37
43672026-08-19T02:50:11.955Z[verify-libraries] Compiling float-ord v0.3.2
43682026-08-19T02:50:12.008Z[verify-libraries] Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
43692026-08-19T02:50:12.042Z[verify-libraries] Compiling linked-hash-map v0.5.6
43702026-08-19T02:50:12.067Z[ host-image] Aug 19 02:50:11.358 INFO O| Aug 19 02:50:11.349 INFO O| Finalize: Creating fast lookup database ... Done
43712026-08-19T02:50:12.087Z[ host-image] Aug 19 02:50:11.378 INFO O| Aug 19 02:50:11.378 INFO O| Finalize: Reading search index ... Done
43722026-08-19T02:50:12.087Z[ host-image] Aug 19 02:50:11.378 INFO O| Aug 19 02:50:11.378 INFO O| Finalize: Updating search index ... Done
43732026-08-19T02:50:12.121Z[ host-image] Aug 19 02:50:11.413 INFO O| Aug 19 02:50:11.412 INFO O| Finalize: Updating package cache ... Done
43742026-08-19T02:50:12.157Z[verify-libraries] Compiling num v0.4.3
43752026-08-19T02:50:12.238Z[verify-libraries] Compiling hickory-proto v0.24.4
43762026-08-19T02:50:12.241Z[verify-libraries] Compiling convert_case v0.10.0
43772026-08-19T02:50:12.241Z[verify-libraries] Compiling minimal-lexical v0.2.1
43782026-08-19T02:50:12.308Z[verify-libraries] Compiling lru-cache v0.1.2
43792026-08-19T02:50:12.397Z[ host-image] Aug 19 02:50:11.688 INFO O| Aug 19 02:50:11.688 INFO STEP 13 (pkg_install) COMPLETE
43802026-08-19T02:50:12.397Z[ host-image] Aug 19 02:50:11.688 INFO O| Aug 19 02:50:11.688 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
43812026-08-19T02:50:12.400Z[verify-libraries] Compiling unicode-xid v0.2.6
43822026-08-19T02:50:12.407Z[ host-image] Aug 19 02:50:11.698 INFO O| Aug 19 02:50:11.698 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/driver/network/opte@0.41.506"]
43832026-08-19T02:50:12.429Z[verify-libraries] Compiling oxide-update-engine-types v0.1.2
43842026-08-19T02:50:12.432Z[verify-libraries] Compiling typify-macro v0.6.2
43852026-08-19T02:50:12.452Z[verify-libraries] Compiling tabled_derive v0.7.0
43862026-08-19T02:50:12.543Z[verify-libraries] Compiling nom v7.1.3
43872026-08-19T02:50:12.599Z[verify-libraries] Compiling ar_archive_writer v0.5.1
43882026-08-19T02:50:12.639Z[verify-libraries] Compiling derive_more-impl v2.1.1
43892026-08-19T02:50:12.639Z[verify-libraries] Compiling fd-lock v4.0.4
43902026-08-19T02:50:12.718Z[verify-libraries] Compiling vte v0.14.1
43912026-08-19T02:50:12.860Z[verify-libraries] Compiling display-error-chain v0.2.2
43922026-08-19T02:50:12.896Z[verify-libraries] Compiling nu-ansi-term v0.50.3
43932026-08-19T02:50:12.920Z[verify-libraries] Compiling strip-ansi-escapes v0.2.1
43942026-08-19T02:50:12.986Z[verify-libraries] Compiling stacker v0.1.23
43952026-08-19T02:50:13.114Z[verify-libraries] Compiling cfg_aliases v0.1.1
43962026-08-19T02:50:13.205Z[verify-libraries] Compiling reedline v0.40.0
43972026-08-19T02:50:13.255Z[verify-libraries] Compiling nix v0.28.0
43982026-08-19T02:50:13.321Z[verify-libraries] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
43992026-08-19T02:50:13.502Z[verify-libraries] Compiling termtree v0.5.1
44002026-08-19T02:50:13.550Z[ recovery-image] Aug 19 02:50:12.841 INFO O| Aug 19 02:50:12.841 INFO O| Startup: Refreshing catalog 'helios' ... Done
44012026-08-19T02:50:13.580Z[verify-libraries] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
44022026-08-19T02:50:13.631Z[verify-libraries] Compiling oxide-update-engine v0.1.2
44032026-08-19T02:50:13.714Z[verify-libraries] Compiling psm v0.1.30
44042026-08-19T02:50:13.743Z[verify-libraries] Compiling tabled v0.15.0
44052026-08-19T02:50:13.767Z[verify-libraries] Compiling semver v0.1.20
44062026-08-19T02:50:13.795Z[verify-libraries] Compiling derive_more v2.1.1
44072026-08-19T02:50:13.799Z[verify-libraries] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
44082026-08-19T02:50:13.881Z[verify-libraries] Compiling phf_shared v0.12.1
44092026-08-19T02:50:13.904Z[verify-libraries] Compiling crossterm v0.29.0
44102026-08-19T02:50:13.960Z[verify-libraries] Compiling recursive-proc-macro-impl v0.1.1
44112026-08-19T02:50:13.980Z[ recovery-image] Aug 19 02:50:13.271 INFO O| Aug 19 02:50:13.271 INFO O| Startup: Caching catalogs ... Done
44122026-08-19T02:50:13.994Z[ recovery-image] Aug 19 02:50:13.285 INFO O| Aug 19 02:50:13.285 INFO O| Planning: Planning completed in 0.00 seconds
44132026-08-19T02:50:13.997Z[ recovery-image] Aug 19 02:50:13.285 INFO O| Aug 19 02:50:13.285 INFO O| Planning: Consolidating action changes ... Done
44142026-08-19T02:50:13.997Z[ recovery-image] Aug 19 02:50:13.285 INFO O| Aug 19 02:50:13.285 INFO O| Planning: Evaluating mediators ... Done
44152026-08-19T02:50:13.998Z[ recovery-image] Aug 19 02:50:13.285 INFO O| Aug 19 02:50:13.285 INFO O| Planning: Planning completed in 0.00 seconds
44162026-08-19T02:50:13.998Z[ recovery-image] Aug 19 02:50:13.286 INFO O| Aug 19 02:50:13.286 INFO O| Variants/Facets to change: 1
44172026-08-19T02:50:14.006Z[ recovery-image] Aug 19 02:50:13.297 INFO O| Aug 19 02:50:13.297 INFO O| Finalize: Updating package state database ... Done
44182026-08-19T02:50:14.006Z[ recovery-image] Aug 19 02:50:13.297 INFO O| Aug 19 02:50:13.297 INFO O| Finalize: Updating package cache ... Done
44192026-08-19T02:50:14.009Z[verify-libraries] Compiling rustc_version v0.1.7
44202026-08-19T02:50:14.068Z[ recovery-image] Aug 19 02:50:13.359 INFO O| Aug 19 02:50:13.358 INFO O| Finalize: Updating image state ... Done
44212026-08-19T02:50:14.081Z[ recovery-image] Aug 19 02:50:13.372 INFO O| Aug 19 02:50:13.372 INFO O| Finalize: Creating fast lookup database ... Done
44222026-08-19T02:50:14.085Z[ recovery-image] Aug 19 02:50:13.373 INFO O| Aug 19 02:50:13.373 INFO O| Finalize: Reading search index ... Done
44232026-08-19T02:50:14.085Z[ recovery-image] Aug 19 02:50:13.373 INFO O| Aug 19 02:50:13.373 INFO O| Finalize: Updating search index ... Done
44242026-08-19T02:50:14.085Z[ recovery-image] Aug 19 02:50:13.374 INFO O| Aug 19 02:50:13.374 INFO O| Finalize: Updating package cache ... Done
44252026-08-19T02:50:14.092Z[verify-libraries] Compiling nibble_vec v0.1.0
44262026-08-19T02:50:14.139Z[verify-libraries] Compiling endian-type v0.1.2
44272026-08-19T02:50:14.142Z[verify-libraries] Compiling chrono-tz v0.10.4
44282026-08-19T02:50:14.189Z[ host-image] Aug 19 02:50:13.480 INFO O| Aug 19 02:50:13.480 INFO O| Startup: Refreshing catalog 'helios' ... Done
44292026-08-19T02:50:14.288Z[verify-libraries] Compiling highway v1.3.0
44302026-08-19T02:50:14.288Z[verify-libraries] Compiling phf v0.12.1
44312026-08-19T02:50:14.348Z[ recovery-image] Aug 19 02:50:13.637 INFO O| Aug 19 02:50:13.637 INFO STEP 8 (pkg_change_facet) COMPLETE
44322026-08-19T02:50:14.348Z[ recovery-image] Aug 19 02:50:13.637 INFO O| Aug 19 02:50:13.637 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44332026-08-19T02:50:14.395Z[verify-libraries] Compiling radix_trie v0.2.1
44342026-08-19T02:50:14.442Z[verify-libraries] Compiling newtype_derive v0.1.6
44352026-08-19T02:50:14.485Z[verify-libraries] Compiling typify v0.6.2
44362026-08-19T02:50:14.574Z[verify-libraries] Compiling hickory-resolver v0.24.4
44372026-08-19T02:50:14.578Z[verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
44382026-08-19T02:50:14.607Z[ host-image] Aug 19 02:50:13.897 INFO O| Aug 19 02:50:13.897 INFO O| Startup: Caching catalogs ... Done
44392026-08-19T02:50:14.699Z[verify-libraries] Compiling progenitor-impl v0.14.0
44402026-08-19T02:50:14.739Z[ recovery-image] Aug 19 02:50:14.029 INFO O| Aug 19 02:50:14.029 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "doc=false"]
44412026-08-19T02:50:14.790Z[verify-libraries] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
44422026-08-19T02:50:14.816Z[verify-libraries] Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
44432026-08-19T02:50:14.820Z[verify-libraries] Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
44442026-08-19T02:50:14.893Z[verify-libraries] Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
44452026-08-19T02:50:15.021Z[verify-libraries] Compiling recursive v0.1.1
44462026-08-19T02:50:15.064Z[ host-image] Aug 19 02:50:14.355 INFO O| Aug 19 02:50:14.355 INFO O| Planning: Solver setup ... Done
44472026-08-19T02:50:15.069Z[ host-image] Aug 19 02:50:14.360 INFO O| Aug 19 02:50:14.360 INFO O| Planning: Running solver ... Done
44482026-08-19T02:50:15.083Z[ host-image] Aug 19 02:50:14.374 INFO O| Aug 19 02:50:14.374 INFO O| Planning: Finding local manifests ... Done
44492026-08-19T02:50:15.120Z[ host-image] Aug 19 02:50:14.410 INFO O| Aug 19 02:50:14.410 INFO O| Planning: Fetching manifests: 0/1 0% complete
44502026-08-19T02:50:15.129Z[ host-image] Aug 19 02:50:14.420 INFO O| Aug 19 02:50:14.420 INFO O| Planning: Fetching manifests: 1/1 100% complete
44512026-08-19T02:50:15.146Z[ host-image] Aug 19 02:50:14.437 INFO O| Aug 19 02:50:14.437 INFO O| Planning: Package planning ... Done
44522026-08-19T02:50:15.150Z[ host-image] Aug 19 02:50:14.437 INFO O| Aug 19 02:50:14.437 INFO O| Planning: Merging actions ... Done
44532026-08-19T02:50:15.182Z[verify-libraries] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
44542026-08-19T02:50:15.214Z[verify-libraries] Compiling const_format_proc_macros v0.2.34
44552026-08-19T02:50:15.241Z[verify-libraries] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
44562026-08-19T02:50:15.286Z[ host-image] Aug 19 02:50:14.577 INFO O| Aug 19 02:50:14.577 INFO O| Planning: Checking for conflicting actions ... Done
44572026-08-19T02:50:15.290Z[ host-image] Aug 19 02:50:14.578 INFO O| Aug 19 02:50:14.578 INFO O| Planning: Consolidating action changes ... Done
44582026-08-19T02:50:15.418Z[ host-image] Aug 19 02:50:14.708 INFO O| Aug 19 02:50:14.708 INFO O| Planning: Evaluating mediators ... Done
44592026-08-19T02:50:15.421Z[ host-image] Aug 19 02:50:14.709 INFO O| Aug 19 02:50:14.709 INFO O| Planning: Planning completed in 0.79 seconds
44602026-08-19T02:50:15.421Z[ host-image] Aug 19 02:50:14.709 INFO O| Aug 19 02:50:14.709 INFO O| Packages to install: 1
44612026-08-19T02:50:15.429Z[ host-image] Aug 19 02:50:14.720 INFO O| Aug 19 02:50:14.720 INFO O| Download: 0/4 items 0.0/13.3MB 0% complete
44622026-08-19T02:50:15.674Z[verify-libraries] Compiling peg-macros v0.8.5
44632026-08-19T02:50:15.771Z[verify-libraries] Compiling sqlparser_derive v0.5.0
44642026-08-19T02:50:15.903Z[ host-image] Aug 19 02:50:15.194 INFO O| Aug 19 02:50:15.194 INFO O| Download: Completed 13.27 MB in 0.47 seconds (28.0M/s)
44652026-08-19T02:50:15.926Z[ host-image] Aug 19 02:50:15.216 INFO O| Aug 19 02:50:15.216 INFO O| Actions: 1/22 actions (Installing new actions)
44662026-08-19T02:50:16.030Z[verify-libraries] Compiling qorb v0.4.1
44672026-08-19T02:50:16.173Z[ host-image] Aug 19 02:50:15.464 INFO O| Aug 19 02:50:15.464 INFO O| Actions: Completed 22 actions in 0.25 seconds.
44682026-08-19T02:50:16.205Z[ host-image] Aug 19 02:50:15.497 INFO O| Aug 19 02:50:15.496 INFO O| Finalize: Updating package state database ... Done
44692026-08-19T02:50:16.205Z[ host-image] Aug 19 02:50:15.497 INFO O| Aug 19 02:50:15.496 INFO O| Finalize: Updating package cache ... Done
44702026-08-19T02:50:16.219Z[verify-libraries] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
44712026-08-19T02:50:16.291Z[ host-image] Aug 19 02:50:15.578 INFO O| Aug 19 02:50:15.578 INFO O| Finalize: Updating image state ... Done
44722026-08-19T02:50:16.411Z[verify-libraries] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
44732026-08-19T02:50:16.454Z[verify-libraries] Compiling winnow v0.6.26
44742026-08-19T02:50:16.458Z[verify-libraries] Compiling csv-core v0.1.13
44752026-08-19T02:50:16.551Z[verify-libraries] Compiling home v0.5.12
44762026-08-19T02:50:16.647Z[verify-libraries] Compiling unicode_categories v0.1.1
44772026-08-19T02:50:16.680Z[verify-libraries] Compiling sqlparser v0.61.0
44782026-08-19T02:50:16.762Z[verify-libraries] Compiling rustyline v14.0.0
44792026-08-19T02:50:16.822Z[verify-libraries] Compiling csv v1.4.0
44802026-08-19T02:50:16.890Z[ recovery-image] Aug 19 02:50:16.181 INFO O| Aug 19 02:50:16.181 INFO O| Startup: Refreshing catalog 'helios' ... Done
44812026-08-19T02:50:16.927Z[verify-libraries] Compiling const_format v0.2.35
44822026-08-19T02:50:17.201Z[verify-libraries] Compiling peg v0.8.5
44832026-08-19T02:50:17.272Z[verify-libraries] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
44842026-08-19T02:50:17.276Z[ host-image] Aug 19 02:50:16.564 INFO O| Aug 19 02:50:16.564 INFO O| Finalize: Creating fast lookup database ... Done
44852026-08-19T02:50:17.302Z[ host-image] Aug 19 02:50:16.593 INFO O| Aug 19 02:50:16.593 INFO O| Finalize: Reading search index ... Done
44862026-08-19T02:50:17.306Z[ host-image] Aug 19 02:50:16.594 INFO O| Aug 19 02:50:16.593 INFO O| Finalize: Updating search index ... Done
44872026-08-19T02:50:17.313Z[ host-image] Aug 19 02:50:16.605 INFO O| Aug 19 02:50:16.604 INFO O| Finalize: Updating package cache ... Done
44882026-08-19T02:50:17.327Z[verify-libraries] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
44892026-08-19T02:50:17.337Z[ recovery-image] Aug 19 02:50:16.628 INFO O| Aug 19 02:50:16.628 INFO O| Startup: Caching catalogs ... Done
44902026-08-19T02:50:17.350Z[ recovery-image] Aug 19 02:50:16.641 INFO O| Aug 19 02:50:16.641 INFO O| Planning: Planning completed in 0.00 seconds
44912026-08-19T02:50:17.354Z[ recovery-image] Aug 19 02:50:16.642 INFO O| Aug 19 02:50:16.642 INFO O| Planning: Consolidating action changes ... Done
44922026-08-19T02:50:17.354Z[ recovery-image] Aug 19 02:50:16.642 INFO O| Aug 19 02:50:16.642 INFO O| Planning: Evaluating mediators ... Done
44932026-08-19T02:50:17.354Z[ recovery-image] Aug 19 02:50:16.642 INFO O| Aug 19 02:50:16.642 INFO O| Planning: Planning completed in 0.00 seconds
44942026-08-19T02:50:17.354Z[ recovery-image] Aug 19 02:50:16.642 INFO O| Aug 19 02:50:16.642 INFO O| Variants/Facets to change: 1
44952026-08-19T02:50:17.371Z[ recovery-image] Aug 19 02:50:16.662 INFO O| Aug 19 02:50:16.662 INFO O| Finalize: Updating package state database ... Done
44962026-08-19T02:50:17.371Z[ recovery-image] Aug 19 02:50:16.662 INFO O| Aug 19 02:50:16.662 INFO O| Finalize: Updating package cache ... Done
44972026-08-19T02:50:17.422Z[verify-libraries] Compiling bcs v0.1.6
44982026-08-19T02:50:17.431Z[ recovery-image] Aug 19 02:50:16.723 INFO O| Aug 19 02:50:16.722 INFO O| Finalize: Updating image state ... Done
44992026-08-19T02:50:17.445Z[ recovery-image] Aug 19 02:50:16.736 INFO O| Aug 19 02:50:16.736 INFO O| Finalize: Creating fast lookup database ... Done
45002026-08-19T02:50:17.448Z[ recovery-image] Aug 19 02:50:16.736 INFO O| Aug 19 02:50:16.736 INFO O| Finalize: Reading search index ... Done
45012026-08-19T02:50:17.448Z[ recovery-image] Aug 19 02:50:16.736 INFO O| Aug 19 02:50:16.736 INFO O| Finalize: Updating search index ... Done
45022026-08-19T02:50:17.448Z[ recovery-image] Aug 19 02:50:16.737 INFO O| Aug 19 02:50:16.737 INFO O| Finalize: Updating package cache ... Done
45032026-08-19T02:50:17.475Z[verify-libraries] Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
45042026-08-19T02:50:17.550Z[verify-libraries] Compiling progenitor-macro v0.14.0
45052026-08-19T02:50:17.577Z[ host-image] Aug 19 02:50:16.869 INFO O| Aug 19 02:50:16.868 INFO STEP 14 (pkg_install) COMPLETE
45062026-08-19T02:50:17.577Z[ host-image] Aug 19 02:50:16.869 INFO O| Aug 19 02:50:16.868 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45072026-08-19T02:50:17.577Z[ host-image] Aug 19 02:50:16.869 INFO O| Aug 19 02:50:16.869 INFO skip step because feature "mbist" is not enabled
45082026-08-19T02:50:17.581Z[ host-image] Aug 19 02:50:16.869 INFO O| Aug 19 02:50:16.869 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45092026-08-19T02:50:17.581Z[ host-image] Aug 19 02:50:16.869 INFO O| Aug 19 02:50:16.869 INFO skip step because feature "mfg" is not enabled
45102026-08-19T02:50:17.581Z[ host-image] Aug 19 02:50:16.869 INFO O| Aug 19 02:50:16.869 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45112026-08-19T02:50:17.582Z[ host-image] Aug 19 02:50:16.869 INFO O| Aug 19 02:50:16.869 INFO skip step because feature "compliance" is not enabled
45122026-08-19T02:50:17.582Z[ host-image] Aug 19 02:50:16.869 INFO O| Aug 19 02:50:16.869 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45132026-08-19T02:50:17.582Z[ host-image] Aug 19 02:50:16.869 INFO O| Aug 19 02:50:16.869 INFO skip step because feature "stress" is not enabled
45142026-08-19T02:50:17.582Z[ host-image] Aug 19 02:50:16.869 INFO O| Aug 19 02:50:16.869 INFO STEP 19: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45152026-08-19T02:50:17.582Z[ host-image] Aug 19 02:50:16.869 INFO O| Aug 19 02:50:16.869 INFO skip step because feature "compliance" is not enabled
45162026-08-19T02:50:17.582Z[ host-image] Aug 19 02:50:16.869 INFO O| Aug 19 02:50:16.869 INFO STEP 20: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45172026-08-19T02:50:17.582Z[ host-image] Aug 19 02:50:16.869 INFO O| Aug 19 02:50:16.869 INFO skip step because feature "nfs" is not enabled
45182026-08-19T02:50:17.582Z[ host-image] Aug 19 02:50:16.869 INFO O| Aug 19 02:50:16.869 INFO creating output snapshot rpool/images/build/host/work/sled/ramdisk@os
45192026-08-19T02:50:17.582Z[ host-image] Aug 19 02:50:16.869 INFO O| Aug 19 02:50:16.869 INFO CREATE SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@os
45202026-08-19T02:50:17.688Z[verify-libraries] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
45212026-08-19T02:50:17.736Z[verify-libraries] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
45222026-08-19T02:50:17.739Z[verify-libraries] Compiling nom v8.0.0
45232026-08-19T02:50:17.739Z[ recovery-image] Aug 19 02:50:17.030 INFO O| Aug 19 02:50:17.030 INFO STEP 9 (pkg_change_facet) COMPLETE
45242026-08-19T02:50:17.739Z[ recovery-image] Aug 19 02:50:17.030 INFO O| Aug 19 02:50:17.030 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45252026-08-19T02:50:17.853Z[ host-image] Aug 19 02:50:17.145 INFO O| Aug 19 02:50:17.144 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/ramdisk-01-os
45262026-08-19T02:50:17.898Z[verify-libraries] Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
45272026-08-19T02:50:17.919Z[verify-libraries] Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
45282026-08-19T02:50:18.027Z[verify-libraries] Compiling steno v0.4.1
45292026-08-19T02:50:18.033Z[ host-image] Aug 19 02:50:17.324 INFO O| Aug 19 02:50:17.324 INFO completed processing sled/ramdisk-01-os
45302026-08-19T02:50:18.036Z[ host-image] Aug 19 02:50:17.326 INFO omicron1 baseline generation...
45312026-08-19T02:50:18.036Z[ host-image] Aug 19 02:50:17.326 INFO exec: ["/usr/lib/brand/omicron1/baseline", "-R", "/rpool/images/build/host/work/sled/ramdisk", "/work/oxidecomputer/helios/tmp/image.host/omicron1"], pwd: None
45322026-08-19T02:50:18.078Z[ recovery-image] Aug 19 02:50:17.369 INFO O| Aug 19 02:50:17.369 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "doc.man=false"]
45332026-08-19T02:50:18.251Z[verify-libraries] Compiling sqlformat v0.3.5
45342026-08-19T02:50:18.285Z[verify-libraries] Compiling sha1 v0.10.6
45352026-08-19T02:50:18.417Z[ host-image] Aug 19 02:50:17.707 INFO O| incorp = pkg://helios/consolidation/osnet/osnet-incorporation@0.5.11-3.0.24191:20260817T130448Z
45362026-08-19T02:50:18.539Z[verify-libraries] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
45372026-08-19T02:50:18.597Z[verify-libraries] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
45382026-08-19T02:50:18.623Z[verify-libraries] Compiling dropshot-api-manager-types v0.8.0
45392026-08-19T02:50:18.854Z[verify-libraries] Compiling tagptr v0.2.0
45402026-08-19T02:50:18.892Z[verify-libraries] Compiling utf-8 v0.7.6
45412026-08-19T02:50:18.917Z[verify-libraries] Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
45422026-08-19T02:50:18.957Z[verify-libraries] Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
45432026-08-19T02:50:19.023Z[verify-libraries] Compiling libefi-sys v0.1.0
45442026-08-19T02:50:19.172Z[verify-libraries] Compiling moka v0.12.13
45452026-08-19T02:50:19.203Z[verify-libraries] Compiling tungstenite v0.21.0
45462026-08-19T02:50:19.226Z[verify-libraries] Compiling bitfield-struct v0.6.2
45472026-08-19T02:50:19.278Z[verify-libraries] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
45482026-08-19T02:50:19.299Z[verify-libraries] Compiling xshell-macros v0.2.7
45492026-08-19T02:50:19.630Z[verify-libraries] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
45502026-08-19T02:50:19.679Z[verify-libraries] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
45512026-08-19T02:50:19.792Z[verify-libraries] Compiling xshell v0.2.7
45522026-08-19T02:50:19.862Z[verify-libraries] Compiling tokio-tungstenite v0.21.0
45532026-08-19T02:50:19.972Z[verify-libraries] Compiling hickory-resolver v0.25.2
45542026-08-19T02:50:20.021Z[verify-libraries] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
45552026-08-19T02:50:20.056Z[ recovery-image] Aug 19 02:50:19.347 INFO O| Aug 19 02:50:19.347 INFO O| Startup: Refreshing catalog 'helios' ... Done
45562026-08-19T02:50:20.060Z[verify-libraries] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
45572026-08-19T02:50:20.108Z[verify-libraries] Compiling libscf-sys v1.2.0
45582026-08-19T02:50:20.108Z[verify-libraries] Compiling papergrid v0.18.0
45592026-08-19T02:50:20.201Z[verify-libraries] Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
45602026-08-19T02:50:20.295Z[verify-libraries] Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
45612026-08-19T02:50:20.356Z[verify-libraries] Compiling sha2 v0.11.0
45622026-08-19T02:50:20.361Z[verify-libraries] Compiling subprocess v0.2.15
45632026-08-19T02:50:20.361Z[verify-libraries] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
45642026-08-19T02:50:20.425Z[verify-libraries] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
45652026-08-19T02:50:20.428Z[verify-libraries] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
45662026-08-19T02:50:20.471Z[ recovery-image] Aug 19 02:50:19.762 INFO O| Aug 19 02:50:19.762 INFO O| Startup: Caching catalogs ... Done
45672026-08-19T02:50:20.484Z[ recovery-image] Aug 19 02:50:19.775 INFO O| Aug 19 02:50:19.775 INFO O| Planning: Planning completed in 0.00 seconds
45682026-08-19T02:50:20.488Z[ recovery-image] Aug 19 02:50:19.776 INFO O| Aug 19 02:50:19.776 INFO O| Planning: Consolidating action changes ... Done
45692026-08-19T02:50:20.488Z[ recovery-image] Aug 19 02:50:19.776 INFO O| Aug 19 02:50:19.776 INFO O| Planning: Evaluating mediators ... Done
45702026-08-19T02:50:20.488Z[ recovery-image] Aug 19 02:50:19.776 INFO O| Aug 19 02:50:19.776 INFO O| Planning: Planning completed in 0.00 seconds
45712026-08-19T02:50:20.488Z[ recovery-image] Aug 19 02:50:19.776 INFO O| Aug 19 02:50:19.776 INFO O| Variants/Facets to change: 1
45722026-08-19T02:50:20.855Z[ recovery-image] Aug 19 02:50:19.806 INFO O| Aug 19 02:50:19.806 INFO O| Finalize: Updating package state database ... Done
45732026-08-19T02:50:20.855Z[ recovery-image] Aug 19 02:50:19.806 INFO O| Aug 19 02:50:19.806 INFO O| Finalize: Updating package cache ... Done
45742026-08-19T02:50:20.860Z[ recovery-image] Aug 19 02:50:19.867 INFO O| Aug 19 02:50:19.867 INFO O| Finalize: Updating image state ... Done
45752026-08-19T02:50:20.860Z[ recovery-image] Aug 19 02:50:19.881 INFO O| Aug 19 02:50:19.881 INFO O| Finalize: Creating fast lookup database ... Done
45762026-08-19T02:50:20.860Z[ recovery-image] Aug 19 02:50:19.881 INFO O| Aug 19 02:50:19.881 INFO O| Finalize: Reading search index ... Done
45772026-08-19T02:50:20.860Z[ recovery-image] Aug 19 02:50:19.881 INFO O| Aug 19 02:50:19.881 INFO O| Finalize: Updating search index ... Done
45782026-08-19T02:50:20.860Z[ recovery-image] Aug 19 02:50:19.882 INFO O| Aug 19 02:50:19.882 INFO O| Finalize: Updating package cache ... Done
45792026-08-19T02:50:20.861Z[verify-libraries] Compiling headers-core v0.3.0
45802026-08-19T02:50:20.861Z[verify-libraries] Compiling unicase v2.9.0
45812026-08-19T02:50:20.866Z[ recovery-image] Aug 19 02:50:20.157 INFO O| Aug 19 02:50:20.157 INFO STEP 10 (pkg_change_facet) COMPLETE
45822026-08-19T02:50:20.866Z[ recovery-image] Aug 19 02:50:20.157 INFO O| Aug 19 02:50:20.157 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45832026-08-19T02:50:20.889Z[ recovery-image] Aug 19 02:50:20.167 INFO O| Aug 19 02:50:20.167 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"]
45842026-08-19T02:50:20.894Z[verify-libraries] Compiling headers v0.4.1
45852026-08-19T02:50:20.944Z[verify-libraries] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
45862026-08-19T02:50:21.092Z[verify-libraries] Compiling darling_core v0.21.3
45872026-08-19T02:50:21.152Z[verify-libraries] Compiling crc8 v0.1.1
45882026-08-19T02:50:21.320Z[verify-libraries] Compiling tabled v0.21.0
45892026-08-19T02:50:21.397Z[verify-libraries] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
45902026-08-19T02:50:21.550Z[verify-libraries] Compiling maplit v1.0.2
45912026-08-19T02:50:21.720Z[verify-libraries] Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
45922026-08-19T02:50:21.743Z[verify-libraries] Compiling yasna v0.5.2
45932026-08-19T02:50:22.038Z[verify-libraries] Compiling vergen-lib v0.1.6
45942026-08-19T02:50:22.074Z[verify-libraries] Compiling diesel_derives v2.3.7
45952026-08-19T02:50:22.212Z[verify-libraries] Compiling port-file v0.1.0
45962026-08-19T02:50:22.322Z[verify-libraries] Compiling rcgen v0.12.1
45972026-08-19T02:50:22.465Z[verify-libraries] Compiling vergen-gitcl v1.0.8
45982026-08-19T02:50:22.493Z[verify-libraries] Compiling scheduled-thread-pool v0.2.7
45992026-08-19T02:50:22.568Z[verify-libraries] Compiling diesel_table_macro_syntax v0.3.0
46002026-08-19T02:50:22.594Z[verify-libraries] Compiling half v1.8.3
46012026-08-19T02:50:22.830Z[verify-libraries] Compiling r2d2 v0.8.10
46022026-08-19T02:50:22.861Z[verify-libraries] Compiling serde_cbor v0.11.2
46032026-08-19T02:50:22.884Z[verify-libraries] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
46042026-08-19T02:50:22.944Z[verify-libraries] Compiling dirs-sys-next v0.1.2
46052026-08-19T02:50:23.044Z[verify-libraries] Compiling progenitor v0.14.0
46062026-08-19T02:50:23.137Z[ recovery-image] Aug 19 02:50:22.428 INFO O| Aug 19 02:50:22.428 INFO O| Startup: Refreshing catalog 'helios' ... Done
46072026-08-19T02:50:23.165Z[verify-libraries] Compiling crunchy v0.2.4
46082026-08-19T02:50:23.256Z[verify-libraries] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
46092026-08-19T02:50:23.292Z[verify-libraries] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
46102026-08-19T02:50:23.391Z[verify-libraries] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
46112026-08-19T02:50:23.450Z[verify-libraries] Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
46122026-08-19T02:50:23.530Z[verify-libraries] Compiling cpubits v0.1.1
46132026-08-19T02:50:23.639Z[verify-libraries] Compiling downcast-rs v2.0.2
46142026-08-19T02:50:23.661Z[ recovery-image] Aug 19 02:50:22.951 INFO O| Aug 19 02:50:22.951 INFO O| Startup: Caching catalogs ... Done
46152026-08-19T02:50:23.814Z[verify-libraries] Compiling dirs-next v2.0.0
46162026-08-19T02:50:23.938Z[verify-libraries] Compiling darling_macro v0.21.3
46172026-08-19T02:50:23.985Z[verify-libraries] Compiling clang-sys v1.8.1
46182026-08-19T02:50:24.108Z[verify-libraries] Compiling tiny-keccak v2.0.2
46192026-08-19T02:50:24.228Z[verify-libraries] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
46202026-08-19T02:50:24.280Z[verify-libraries] Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
46212026-08-19T02:50:24.467Z[verify-libraries] Compiling term v0.7.0
46222026-08-19T02:50:24.575Z[verify-libraries] Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
46232026-08-19T02:50:24.579Z[verify-libraries] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
46242026-08-19T02:50:24.601Z[verify-libraries] Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
46252026-08-19T02:50:24.621Z[verify-libraries] Compiling darling v0.21.3
46262026-08-19T02:50:24.692Z[verify-libraries] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
46272026-08-19T02:50:24.696Z[verify-libraries] Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
46282026-08-19T02:50:24.807Z[verify-libraries] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
46292026-08-19T02:50:24.879Z[verify-libraries] Compiling dsl_auto_type v0.2.0
46302026-08-19T02:50:24.959Z[verify-libraries] Compiling diff v0.1.13
46312026-08-19T02:50:25.008Z[verify-libraries] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
46322026-08-19T02:50:25.042Z[verify-libraries] Compiling bit-vec v0.6.3
46332026-08-19T02:50:25.200Z[verify-libraries] Compiling ascii-canvas v3.0.0
46342026-08-19T02:50:25.203Z[verify-libraries] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
46352026-08-19T02:50:25.321Z[verify-libraries] Compiling bit-set v0.5.3
46362026-08-19T02:50:25.368Z[verify-libraries] Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
46372026-08-19T02:50:25.371Z[verify-libraries] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
46382026-08-19T02:50:25.415Z[verify-libraries] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
46392026-08-19T02:50:25.511Z[verify-libraries] Compiling itertools v0.10.5
46402026-08-19T02:50:25.511Z[verify-libraries] Compiling ena v0.14.4
46412026-08-19T02:50:25.566Z[verify-libraries] Compiling libloading v0.8.9
46422026-08-19T02:50:25.587Z[verify-libraries] Compiling bindgen v0.71.1
46432026-08-19T02:50:25.590Z[verify-libraries] Compiling regex-syntax v0.6.29
46442026-08-19T02:50:25.627Z[ recovery-image] Aug 19 02:50:24.918 INFO O| Aug 19 02:50:24.918 INFO O| Planning: Solver setup ... Done
46452026-08-19T02:50:25.791Z[ recovery-image] Aug 19 02:50:25.082 INFO O| Aug 19 02:50:25.081 INFO O| Planning: Running solver ... Done
46462026-08-19T02:50:25.841Z[ recovery-image] Aug 19 02:50:25.132 INFO O| Aug 19 02:50:25.132 INFO O| Planning: Finding local manifests ... Done
46472026-08-19T02:50:25.865Z[ recovery-image] Aug 19 02:50:25.155 INFO O| Aug 19 02:50:25.155 INFO O| Planning: Fetching manifests: 0/130 0% complete
46482026-08-19T02:50:25.889Z[verify-libraries] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
46492026-08-19T02:50:25.889Z[verify-libraries] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
46502026-08-19T02:50:25.909Z[verify-libraries] Compiling cexpr v0.6.0
46512026-08-19T02:50:26.063Z[verify-libraries] Compiling pem-rfc7468 v1.0.0
46522026-08-19T02:50:26.124Z[verify-libraries] Compiling rustc-hash v2.1.1
46532026-08-19T02:50:26.219Z[verify-libraries] Compiling rfc6979 v0.4.0
46542026-08-19T02:50:26.363Z[verify-libraries] Compiling libxml v0.3.3
46552026-08-19T02:50:26.473Z[verify-libraries] Compiling proc-macro-error-attr2 v2.0.0
46562026-08-19T02:50:26.503Z[verify-libraries] Compiling ecdsa v0.16.9
46572026-08-19T02:50:26.588Z[verify-libraries] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
46582026-08-19T02:50:26.663Z[verify-libraries] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
46592026-08-19T02:50:26.721Z[verify-libraries] Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
46602026-08-19T02:50:26.745Z[verify-libraries] Compiling strum_macros v0.24.3
46612026-08-19T02:50:26.804Z[verify-libraries] Compiling primeorder v0.13.6
46622026-08-19T02:50:26.894Z[verify-libraries] Compiling hashbrown v0.14.5
46632026-08-19T02:50:26.971Z[verify-libraries] Compiling lalrpop v0.19.12
46642026-08-19T02:50:27.003Z[verify-libraries] Compiling proc-macro-error2 v2.0.1
46652026-08-19T02:50:27.149Z[verify-libraries] Compiling hmac v0.13.0
46662026-08-19T02:50:27.370Z[verify-libraries] Compiling universal-hash v0.6.1
46672026-08-19T02:50:27.405Z[verify-libraries] Compiling fxhash v0.2.1
46682026-08-19T02:50:27.545Z[verify-libraries] Compiling salty v0.3.0
46692026-08-19T02:50:27.647Z[verify-libraries] Compiling indoc v1.0.9
46702026-08-19T02:50:27.769Z[verify-libraries] Compiling chumsky v0.9.3
46712026-08-19T02:50:27.885Z[verify-libraries] Compiling knus-derive v3.4.0
46722026-08-19T02:50:27.980Z[verify-libraries] Compiling p384 v0.13.1
46732026-08-19T02:50:28.302Z[verify-libraries] Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
46742026-08-19T02:50:28.390Z[verify-libraries] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
46752026-08-19T02:50:29.340Z[verify-libraries] Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
46762026-08-19T02:50:29.742Z[ recovery-image] Aug 19 02:50:29.033 INFO O| Aug 19 02:50:29.032 INFO O| Planning: Fetching manifests: 130/130 100% complete
46772026-08-19T02:50:29.950Z[verify-libraries] Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
46782026-08-19T02:50:30.012Z[verify-libraries] Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
46792026-08-19T02:50:30.187Z[ recovery-image] Aug 19 02:50:29.478 INFO O| Aug 19 02:50:29.478 INFO O| Planning: Package planning ... Done
46802026-08-19T02:50:30.270Z[verify-libraries] Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
46812026-08-19T02:50:30.339Z[ recovery-image] Aug 19 02:50:29.630 INFO O| Aug 19 02:50:29.630 INFO O| Planning: Merging actions ... Done
46822026-08-19T02:50:30.421Z[verify-libraries] Compiling progenitor-impl v0.13.0
46832026-08-19T02:50:30.575Z[ recovery-image] Aug 19 02:50:29.866 INFO O| Aug 19 02:50:29.866 INFO O| Planning: Checking for conflicting actions ... Done
46842026-08-19T02:50:30.633Z[ recovery-image] Aug 19 02:50:29.924 INFO O| Aug 19 02:50:29.924 INFO O| Planning: Consolidating action changes ... Done
46852026-08-19T02:50:30.776Z[ recovery-image] Aug 19 02:50:30.061 INFO O| Aug 19 02:50:30.058 INFO O| Planning: Evaluating mediators ... Done
46862026-08-19T02:50:30.813Z[verify-libraries] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
46872026-08-19T02:50:31.067Z[verify-libraries] Compiling oso-derive v0.27.3
46882026-08-19T02:50:31.302Z[verify-libraries] Compiling quick-xml v0.37.5
46892026-08-19T02:50:31.489Z[verify-libraries] Compiling impl-trait-for-tuples v0.2.3
46902026-08-19T02:50:31.513Z[verify-libraries] Compiling diesel v2.3.7
46912026-08-19T02:50:31.739Z[verify-libraries] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
46922026-08-19T02:50:32.123Z[verify-libraries] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
46932026-08-19T02:50:32.214Z[ recovery-image] Aug 19 02:50:31.505 INFO O| Aug 19 02:50:31.504 INFO O| Planning: Planning completed in 8.54 seconds
46942026-08-19T02:50:32.218Z[ recovery-image] Aug 19 02:50:31.507 INFO O| Aug 19 02:50:31.506 INFO O| Packages to install: 130
46952026-08-19T02:50:32.218Z[ recovery-image] Aug 19 02:50:31.507 INFO O| Aug 19 02:50:31.506 INFO O| Mediators to change: 5
46962026-08-19T02:50:32.218Z[ recovery-image] Aug 19 02:50:31.507 INFO O| Aug 19 02:50:31.506 INFO O| Services to change: 5
46972026-08-19T02:50:32.244Z[ recovery-image] Aug 19 02:50:31.534 INFO O| Aug 19 02:50:31.534 INFO O| Download: 0/16682 items 0.0/200.0MB 0% complete
46982026-08-19T02:50:32.706Z[verify-libraries] Compiling openssl-probe v0.1.6
46992026-08-19T02:50:32.964Z[verify-libraries] Compiling knus v3.4.0
47002026-08-19T02:50:33.330Z[verify-libraries] Compiling progenitor-macro v0.13.0
47012026-08-19T02:50:33.356Z[verify-libraries] Compiling polyval v0.7.1
47022026-08-19T02:50:33.383Z[verify-libraries] Compiling der v0.8.0
47032026-08-19T02:50:33.551Z[verify-libraries] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
47042026-08-19T02:50:33.647Z[verify-libraries] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
47052026-08-19T02:50:33.733Z[verify-libraries] Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
47062026-08-19T02:50:33.785Z[verify-libraries] Compiling progenitor-client v0.13.0
47072026-08-19T02:50:34.052Z[verify-libraries] Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
47082026-08-19T02:50:34.189Z[verify-libraries] Compiling git-stub v1.0.0
47092026-08-19T02:50:34.403Z[verify-libraries] Compiling kstat-rs v0.2.5
47102026-08-19T02:50:34.544Z[verify-libraries] Compiling trait-variant v0.1.2
47112026-08-19T02:50:34.566Z[verify-libraries] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
47122026-08-19T02:50:34.751Z[verify-libraries] Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
47132026-08-19T02:50:34.795Z[verify-libraries] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
47142026-08-19T02:50:34.859Z[verify-libraries] Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
47152026-08-19T02:50:34.929Z[verify-libraries] Compiling git-stub-vcs v0.1.0
47162026-08-19T02:50:34.952Z[verify-libraries] Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d)
47172026-08-19T02:50:35.013Z[verify-libraries] Compiling ghash v0.6.0
47182026-08-19T02:50:35.109Z[verify-libraries] Compiling pbkdf2 v0.13.0
47192026-08-19T02:50:35.253Z[verify-libraries] Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
47202026-08-19T02:50:35.256Z[verify-libraries] Compiling aes v0.9.1
47212026-08-19T02:50:35.354Z[verify-libraries] Compiling crypto-bigint v0.7.5
47222026-08-19T02:50:35.413Z[verify-libraries] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
47232026-08-19T02:50:35.489Z[verify-libraries] Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
47242026-08-19T02:50:35.686Z[verify-libraries] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
47252026-08-19T02:50:35.905Z[verify-libraries] Compiling ctr v0.10.1
47262026-08-19T02:50:36.175Z[verify-libraries] Compiling aead v0.6.1
47272026-08-19T02:50:36.225Z[verify-libraries] Compiling bb8 v0.8.6
47282026-08-19T02:50:36.335Z[verify-libraries] Compiling parking_lot_core v0.8.6
47292026-08-19T02:50:36.400Z[verify-libraries] Compiling aes-gcm v0.11.0
47302026-08-19T02:50:36.593Z[verify-libraries] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
47312026-08-19T02:50:36.748Z[verify-libraries] Compiling spki v0.8.0
47322026-08-19T02:50:36.787Z[verify-libraries] Compiling mime_guess v2.0.5
47332026-08-19T02:50:36.944Z[verify-libraries] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
47342026-08-19T02:50:37.005Z[verify-libraries] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
47352026-08-19T02:50:37.051Z[verify-libraries] Compiling salsa20 v0.11.0
47362026-08-19T02:50:37.244Z[ recovery-image] Aug 19 02:50:36.535 INFO O| Aug 19 02:50:36.535 INFO O| Download: 7827/16682 items 83.0/200.0MB 41% complete (16.8M/s)
47372026-08-19T02:50:37.282Z[verify-libraries] Compiling nanorand v0.7.0
47382026-08-19T02:50:37.305Z[verify-libraries] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
47392026-08-19T02:50:37.512Z[verify-libraries] Compiling flume v0.11.1
47402026-08-19T02:50:37.602Z[verify-libraries] Compiling scrypt v0.12.0
47412026-08-19T02:50:37.836Z[verify-libraries] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
47422026-08-19T02:50:37.981Z[verify-libraries] Compiling olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
47432026-08-19T02:50:38.035Z[verify-libraries] Compiling cbc v0.2.1
47442026-08-19T02:50:38.125Z[verify-libraries] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e)
47452026-08-19T02:50:38.196Z[verify-libraries] Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
47462026-08-19T02:50:38.239Z[verify-libraries] Compiling nonempty v0.12.0
47472026-08-19T02:50:38.315Z[verify-libraries] Compiling http-range v0.1.5
47482026-08-19T02:50:38.427Z[verify-libraries] Compiling corncobs v0.1.4
47492026-08-19T02:50:38.558Z[verify-libraries] Compiling pkcs5 v0.8.1
47502026-08-19T02:50:38.562Z[verify-libraries] Compiling tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
47512026-08-19T02:50:38.579Z[verify-libraries] Compiling parking_lot v0.11.2
47522026-08-19T02:50:38.626Z[verify-libraries] Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
47532026-08-19T02:50:38.655Z[verify-libraries] Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
47542026-08-19T02:50:38.874Z[verify-libraries] Compiling progenitor v0.13.0
47552026-08-19T02:50:39.048Z[verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
47562026-08-19T02:50:39.138Z[verify-libraries] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
47572026-08-19T02:50:39.163Z[verify-libraries] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
47582026-08-19T02:50:39.251Z[verify-libraries] Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
47592026-08-19T02:50:39.283Z[verify-libraries] Compiling digest-io v0.1.0
47602026-08-19T02:50:39.463Z[verify-libraries] Compiling prefix-trie v0.7.0
47612026-08-19T02:50:39.721Z[verify-libraries] Compiling secrecy v0.8.0
47622026-08-19T02:50:39.908Z[verify-libraries] Compiling rawzip v0.4.4
47632026-08-19T02:50:39.982Z[verify-libraries] Compiling hickory-server v0.25.2
47642026-08-19T02:50:40.268Z[verify-libraries] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
47652026-08-19T02:50:40.318Z[verify-libraries] Compiling hyper-staticfile v0.10.1
47662026-08-19T02:50:40.360Z[verify-libraries] Compiling pkcs8 v0.11.0
47672026-08-19T02:50:40.410Z[verify-libraries] Compiling sled v0.34.7
47682026-08-19T02:50:40.780Z[verify-libraries] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
47692026-08-19T02:50:40.853Z[verify-libraries] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
47702026-08-19T02:50:41.004Z[verify-libraries] Compiling ignore v0.4.25
47712026-08-19T02:50:41.309Z[verify-libraries] Compiling tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
47722026-08-19T02:50:41.360Z[verify-libraries] Compiling anstyle-parse v0.2.7
47732026-08-19T02:50:41.414Z[verify-libraries] Compiling ff v0.14.0
47742026-08-19T02:50:41.622Z[verify-libraries] Compiling illumos-nvpair-sys v0.2.0
47752026-08-19T02:50:41.703Z[verify-libraries] Compiling globwalk v0.9.1
47762026-08-19T02:50:41.811Z[verify-libraries] Compiling anstream v0.6.21
47772026-08-19T02:50:42.000Z[verify-libraries] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
47782026-08-19T02:50:42.003Z[verify-libraries] Compiling predicates-tree v1.0.13
47792026-08-19T02:50:42.095Z[verify-libraries] Compiling libz-sys v1.1.24
47802026-08-19T02:50:42.246Z[ recovery-image] Aug 19 02:50:41.537 INFO O| Aug 19 02:50:41.537 INFO O| Download: 16325/16682 items 193.2/200.0MB 96% complete (19.3M/s)
47812026-08-19T02:50:42.361Z[verify-libraries] Compiling rand_seeder v0.4.0
47822026-08-19T02:50:42.628Z[verify-libraries] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
47832026-08-19T02:50:42.769Z[verify-libraries] Compiling camino-tempfile-ext v0.3.3
47842026-08-19T02:50:42.832Z[ recovery-image] Aug 19 02:50:42.123 INFO O| Aug 19 02:50:42.123 INFO O| Download: Completed 200.00 MB in 10.59 seconds (18.8M/s)
47852026-08-19T02:50:42.920Z[verify-libraries] Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
47862026-08-19T02:50:42.990Z[verify-libraries] Compiling group v0.14.0
47872026-08-19T02:50:43.195Z[verify-libraries] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
47882026-08-19T02:50:43.236Z[ recovery-image] Aug 19 02:50:42.527 INFO O| Aug 19 02:50:42.527 INFO O| Actions: 1/27580 actions (Installing new actions)
47892026-08-19T02:50:43.288Z[verify-libraries] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
47902026-08-19T02:50:43.326Z[verify-libraries] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
47912026-08-19T02:50:43.417Z[verify-libraries] Compiling signature v3.0.0
47922026-08-19T02:50:43.661Z[verify-libraries] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
47932026-08-19T02:50:43.771Z[verify-libraries] Compiling base16ct v1.0.0
47942026-08-19T02:50:43.870Z[verify-libraries] Compiling instability v0.3.11
47952026-08-19T02:50:44.071Z[verify-libraries] Compiling sec1 v0.8.1
47962026-08-19T02:50:44.129Z[verify-libraries] Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
47972026-08-19T02:50:44.227Z[verify-libraries] Compiling illumos-nvpair v0.3.0
47982026-08-19T02:50:44.281Z[verify-libraries] Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
47992026-08-19T02:50:44.519Z[verify-libraries] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
48002026-08-19T02:50:44.558Z[verify-libraries] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
48012026-08-19T02:50:44.562Z[verify-libraries] Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
48022026-08-19T02:50:44.690Z[verify-libraries] Compiling hkdf v0.13.0
48032026-08-19T02:50:44.694Z[verify-libraries] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
48042026-08-19T02:50:44.846Z[verify-libraries] Compiling scuffle v0.1.0
48052026-08-19T02:50:44.942Z[verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
48062026-08-19T02:50:45.020Z[verify-libraries] Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
48072026-08-19T02:50:45.183Z[verify-libraries] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
48082026-08-19T02:50:45.327Z[verify-libraries] Compiling libgit2-sys v0.18.3+1.9.2
48092026-08-19T02:50:45.406Z[verify-libraries] Compiling castaway v0.2.4
48102026-08-19T02:50:45.484Z[verify-libraries] Compiling indoc v2.0.7
48112026-08-19T02:50:45.656Z[verify-libraries] Compiling compact_str v0.8.1
48122026-08-19T02:50:45.948Z[verify-libraries] Compiling sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
48132026-08-19T02:50:46.106Z[verify-libraries] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
48142026-08-19T02:50:46.136Z[verify-libraries] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
48152026-08-19T02:50:46.359Z[verify-libraries] Compiling elliptic-curve v0.14.1
48162026-08-19T02:50:46.922Z[verify-libraries] Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
48172026-08-19T02:50:47.118Z[verify-libraries] Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
48182026-08-19T02:50:47.186Z[verify-libraries] Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
48192026-08-19T02:50:47.306Z[verify-libraries] Compiling sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common)
48202026-08-19T02:50:47.328Z[verify-libraries] Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
48212026-08-19T02:50:47.474Z[verify-libraries] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
48222026-08-19T02:50:47.552Z[verify-libraries] Compiling lru v0.12.5
48232026-08-19T02:50:47.611Z[verify-libraries] Compiling unicode-truncate v1.1.0
48242026-08-19T02:50:47.799Z[verify-libraries] Compiling arc-swap v1.8.2
48252026-08-19T02:50:47.865Z[verify-libraries] Compiling cassowary v0.3.0
48262026-08-19T02:50:48.185Z[verify-libraries] Compiling ratatui v0.29.0
48272026-08-19T02:50:48.207Z[verify-libraries] Compiling slog-scope v4.4.1
48282026-08-19T02:50:48.237Z[ recovery-image] Aug 19 02:50:47.528 INFO O| Aug 19 02:50:47.527 INFO O| Actions: 21151/27580 actions (Installing new actions)
48292026-08-19T02:50:48.264Z[verify-libraries] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
48302026-08-19T02:50:48.365Z[verify-libraries] Compiling wnaf v0.14.0
48312026-08-19T02:50:48.396Z[verify-libraries] Compiling primefield v0.14.0
48322026-08-19T02:50:48.471Z[verify-libraries] Compiling rfc6979 v0.6.0
48332026-08-19T02:50:48.679Z[verify-libraries] Compiling diesel-dtrace v0.5.0
48342026-08-19T02:50:48.721Z[verify-libraries] Compiling async-bb8-diesel v0.2.1
48352026-08-19T02:50:48.750Z[verify-libraries] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
48362026-08-19T02:50:49.057Z[verify-libraries] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
48372026-08-19T02:50:49.199Z[verify-libraries] Compiling signal-hook-tokio v0.3.1
48382026-08-19T02:50:49.205Z[ recovery-image] Aug 19 02:50:48.495 INFO O| Aug 19 02:50:48.495 INFO O| Actions: Completed 27580 actions in 5.97 seconds.
48392026-08-19T02:50:49.284Z[ recovery-image] Aug 19 02:50:48.574 INFO O| Aug 19 02:50:48.574 INFO O| Finalize: Updating package state database ... Done
48402026-08-19T02:50:49.284Z[ recovery-image] Aug 19 02:50:48.574 INFO O| Aug 19 02:50:48.574 INFO O| Finalize: Updating package cache ... Done
48412026-08-19T02:50:49.409Z[ recovery-image] Aug 19 02:50:48.699 INFO O| Aug 19 02:50:48.699 INFO O| Finalize: Updating image state ... Done
48422026-08-19T02:50:49.426Z[verify-libraries] Compiling vergen-git2 v9.1.0
48432026-08-19T02:50:49.493Z[verify-libraries] Compiling strsim v0.10.0
48442026-08-19T02:50:49.808Z[verify-libraries] Compiling darling_core v0.13.4
48452026-08-19T02:50:49.878Z[verify-libraries] Compiling primeorder v0.14.0
48462026-08-19T02:50:49.912Z[verify-libraries] Compiling ecdsa v0.17.0
48472026-08-19T02:50:49.948Z[verify-libraries] Compiling slog-stdlog v4.1.1
48482026-08-19T02:50:50.177Z[ recovery-image] Aug 19 02:50:49.466 INFO O| Aug 19 02:50:49.466 INFO O| Finalize: Creating fast lookup database ... Done
48492026-08-19T02:50:50.194Z[ recovery-image] Aug 19 02:50:49.484 INFO O| Aug 19 02:50:49.484 INFO O| Finalize: Reading search index ... Done
48502026-08-19T02:50:50.268Z[verify-libraries] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
48512026-08-19T02:50:50.359Z[verify-libraries] Compiling tungstenite v0.23.0
48522026-08-19T02:50:50.446Z[verify-libraries] Compiling curve25519-dalek v5.0.0
48532026-08-19T02:50:50.570Z[verify-libraries] Compiling console v0.16.2
48542026-08-19T02:50:50.951Z[verify-libraries] Compiling libsw-core v0.3.2
48552026-08-19T02:50:51.100Z[verify-libraries] Compiling unit-prefix v0.5.2
48562026-08-19T02:50:51.132Z[verify-libraries] Compiling assert_matches v1.5.0
48572026-08-19T02:50:51.207Z[verify-libraries] Compiling void v1.0.2
48582026-08-19T02:50:51.266Z[verify-libraries] Compiling indicatif v0.18.4
48592026-08-19T02:50:51.330Z[verify-libraries] Compiling libsw v3.5.0
48602026-08-19T02:50:51.427Z[verify-libraries] Compiling lzss v0.8.2
48612026-08-19T02:50:51.472Z[verify-libraries] Compiling tokio-tungstenite v0.23.1
48622026-08-19T02:50:51.520Z[verify-libraries] Compiling slog-envlogger v2.2.0
48632026-08-19T02:50:51.613Z[verify-libraries] Compiling ssh-encoding v0.3.0
48642026-08-19T02:50:51.748Z[verify-libraries] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
48652026-08-19T02:50:51.874Z[verify-libraries] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
48662026-08-19T02:50:51.903Z[verify-libraries] Compiling darling_macro v0.13.4
48672026-08-19T02:50:51.906Z[verify-libraries] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
48682026-08-19T02:50:51.978Z[verify-libraries] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
48692026-08-19T02:50:52.084Z[verify-libraries] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
48702026-08-19T02:50:52.106Z[ recovery-image] Aug 19 02:50:51.396 INFO O| Aug 19 02:50:51.396 INFO O| Finalize: Building new search index ... Done
48712026-08-19T02:50:52.261Z[verify-libraries] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
48722026-08-19T02:50:52.316Z[verify-libraries] Compiling nix v0.27.1
48732026-08-19T02:50:52.344Z[verify-libraries] Compiling colored v2.2.0
48742026-08-19T02:50:52.420Z[ recovery-image] Aug 19 02:50:51.711 INFO O| Aug 19 02:50:51.711 INFO O| Finalize: Updating package cache ... Done
48752026-08-19T02:50:52.436Z[verify-libraries] Compiling blake3 v1.8.5
48762026-08-19T02:50:52.591Z[verify-libraries] Compiling serde_bytes v0.11.19
48772026-08-19T02:50:52.661Z[verify-libraries] Compiling keccak v0.2.0
48782026-08-19T02:50:52.725Z[ recovery-image] Aug 19 02:50:52.016 INFO O| Aug 19 02:50:52.016 INFO STEP 11 (pkg_install) COMPLETE
48792026-08-19T02:50:52.725Z[ recovery-image] Aug 19 02:50:52.016 INFO O| Aug 19 02:50:52.016 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
48802026-08-19T02:50:52.725Z[ recovery-image] Aug 19 02:50:52.016 INFO O| Aug 19 02:50:52.016 INFO skip step because feature "recovery" is enabled
48812026-08-19T02:50:52.729Z[ recovery-image] Aug 19 02:50:52.016 INFO O| Aug 19 02:50:52.016 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
48822026-08-19T02:50:52.729Z[ recovery-image] Aug 19 02:50:52.016 INFO O| Aug 19 02:50:52.016 INFO skip step because feature "omicron1" is not enabled
48832026-08-19T02:50:52.729Z[ recovery-image] Aug 19 02:50:52.016 INFO O| Aug 19 02:50:52.016 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
48842026-08-19T02:50:52.734Z[ recovery-image] Aug 19 02:50:52.025 INFO O| Aug 19 02:50:52.025 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "install", "/driver/network/opte@0.41.506"]
48852026-08-19T02:50:52.789Z[verify-libraries] Compiling shell-words v1.1.1
48862026-08-19T02:50:52.925Z[verify-libraries] Compiling darling v0.13.4
48872026-08-19T02:50:53.014Z[verify-libraries] Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
48882026-08-19T02:50:53.093Z[verify-libraries] Compiling oxide-update-engine-display v0.1.2
48892026-08-19T02:50:53.188Z[verify-libraries] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
48902026-08-19T02:50:53.518Z[verify-libraries] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
48912026-08-19T02:50:53.554Z[verify-libraries] Compiling ed25519 v3.0.0
48922026-08-19T02:50:53.603Z[verify-libraries] Compiling crypto-primes v0.7.2
48932026-08-19T02:50:54.122Z[verify-libraries] Compiling pkcs1 v0.8.0-rc.4
48942026-08-19T02:50:54.593Z[verify-libraries] Compiling poly1305 v0.9.0
48952026-08-19T02:50:54.677Z[verify-libraries] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
48962026-08-19T02:50:54.716Z[verify-libraries] Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
48972026-08-19T02:50:54.976Z[verify-libraries] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
48982026-08-19T02:50:55.213Z[verify-libraries] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
48992026-08-19T02:50:55.262Z[verify-libraries] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
49002026-08-19T02:50:55.412Z[verify-libraries] Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
49012026-08-19T02:50:55.496Z[verify-libraries] Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
49022026-08-19T02:50:55.553Z[verify-libraries] Compiling blowfish v0.10.0
49032026-08-19T02:50:55.583Z[verify-libraries] Compiling blake2 v0.11.0-rc.6
49042026-08-19T02:50:55.691Z[verify-libraries] Compiling petname v2.0.2
49052026-08-19T02:50:55.748Z[verify-libraries] Compiling arrayref v0.3.9
49062026-08-19T02:50:55.769Z[verify-libraries] Compiling constant_time_eq v0.4.2
49072026-08-19T02:50:55.853Z[verify-libraries] Compiling arrayvec v0.7.6
49082026-08-19T02:50:55.915Z[verify-libraries] Compiling argon2 v0.6.0-rc.8
49092026-08-19T02:50:55.962Z[verify-libraries] Compiling bcrypt-pbkdf v0.11.0
49102026-08-19T02:50:56.258Z[verify-libraries] Compiling ssh-cipher v0.3.0
49112026-08-19T02:50:56.299Z[verify-libraries] Compiling rsa v0.10.0-rc.18
49122026-08-19T02:50:56.340Z[verify-libraries] Compiling ed25519-dalek v3.0.0
49132026-08-19T02:50:56.446Z[verify-libraries] Compiling serde_with_macros v1.5.2
49142026-08-19T02:50:56.615Z[verify-libraries] Compiling sha3 v0.11.0
49152026-08-19T02:50:56.682Z[verify-libraries] Compiling p384 v0.14.0
49162026-08-19T02:50:56.734Z[verify-libraries] Compiling p256 v0.14.0
49172026-08-19T02:50:56.896Z[verify-libraries] Compiling p521 v0.14.0
49182026-08-19T02:50:56.962Z[verify-libraries] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
49192026-08-19T02:50:57.055Z[verify-libraries] Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
49202026-08-19T02:50:57.110Z[verify-libraries] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
49212026-08-19T02:50:57.398Z[verify-libraries] Compiling twox-hash v2.1.2
49222026-08-19T02:50:57.434Z[verify-libraries] Compiling kem v0.3.0
49232026-08-19T02:50:57.639Z[verify-libraries] Compiling module-lattice v0.2.3
49242026-08-19T02:50:57.835Z[verify-libraries] Compiling rtoolbox v0.0.3
49252026-08-19T02:50:57.912Z[verify-libraries] Compiling atty v0.2.14
49262026-08-19T02:50:57.970Z[verify-libraries] Compiling sponge-cursor v0.1.0
49272026-08-19T02:50:58.069Z[verify-libraries] Compiling topological-sort v0.2.2
49282026-08-19T02:50:58.129Z[verify-libraries] Compiling sha3 v0.12.0
49292026-08-19T02:50:58.187Z[verify-libraries] Compiling rpassword v7.5.4
49302026-08-19T02:50:58.223Z[verify-libraries] Compiling ml-kem v0.3.2
49312026-08-19T02:50:58.278Z[verify-libraries] Compiling omicron-zone-package v0.12.3
49322026-08-19T02:50:58.435Z[verify-libraries] Compiling serde_with v1.14.0
49332026-08-19T02:50:58.900Z[verify-libraries] Compiling russh-cryptovec v0.62.0
49342026-08-19T02:50:59.321Z[verify-libraries] Compiling tui-tree-widget v0.23.1
49352026-08-19T02:50:59.345Z[verify-libraries] Compiling wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
49362026-08-19T02:50:59.390Z[verify-libraries] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
49372026-08-19T02:50:59.625Z[ recovery-image] Aug 19 02:50:58.910 INFO O| Aug 19 02:50:58.910 INFO O| Startup: Refreshing catalog 'helios' ... Done
49382026-08-19T02:50:59.675Z[verify-libraries] Compiling omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
49392026-08-19T02:50:59.798Z[verify-libraries] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
49402026-08-19T02:50:59.963Z[verify-libraries] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
49412026-08-19T02:51:00.107Z[ recovery-image] Aug 19 02:50:59.398 INFO O| Aug 19 02:50:59.398 INFO O| Startup: Caching catalogs ... Done
49422026-08-19T02:51:00.113Z[verify-libraries] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
49432026-08-19T02:51:00.543Z[verify-libraries] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
49442026-08-19T02:51:00.564Z[ recovery-image] Aug 19 02:50:59.855 INFO O| Aug 19 02:50:59.855 INFO O| Planning: Solver setup ... Done
49452026-08-19T02:51:00.571Z[ recovery-image] Aug 19 02:50:59.862 INFO O| Aug 19 02:50:59.862 INFO O| Planning: Running solver ... Done
49462026-08-19T02:51:00.585Z[ recovery-image] Aug 19 02:50:59.876 INFO O| Aug 19 02:50:59.876 INFO O| Planning: Finding local manifests ... Done
49472026-08-19T02:51:00.623Z[ recovery-image] Aug 19 02:50:59.914 INFO O| Aug 19 02:50:59.914 INFO O| Planning: Fetching manifests: 0/1 0% complete
49482026-08-19T02:51:00.628Z[verify-libraries] Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
49492026-08-19T02:51:00.652Z[ recovery-image] Aug 19 02:50:59.943 INFO O| Aug 19 02:50:59.943 INFO O| Planning: Fetching manifests: 1/1 100% complete
49502026-08-19T02:51:00.669Z[ recovery-image] Aug 19 02:50:59.960 INFO O| Aug 19 02:50:59.960 INFO O| Planning: Package planning ... Done
49512026-08-19T02:51:00.672Z[ recovery-image] Aug 19 02:50:59.960 INFO O| Aug 19 02:50:59.960 INFO O| Planning: Merging actions ... Done
49522026-08-19T02:51:00.787Z[ recovery-image] Aug 19 02:51:00.078 INFO O| Aug 19 02:51:00.078 INFO O| Planning: Checking for conflicting actions ... Done
49532026-08-19T02:51:00.790Z[ recovery-image] Aug 19 02:51:00.078 INFO O| Aug 19 02:51:00.078 INFO O| Planning: Consolidating action changes ... Done
49542026-08-19T02:51:00.898Z[ recovery-image] Aug 19 02:51:00.188 INFO O| Aug 19 02:51:00.188 INFO O| Planning: Evaluating mediators ... Done
49552026-08-19T02:51:00.901Z[ recovery-image] Aug 19 02:51:00.189 INFO O| Aug 19 02:51:00.189 INFO O| Planning: Planning completed in 0.77 seconds
49562026-08-19T02:51:00.901Z[ recovery-image] Aug 19 02:51:00.189 INFO O| Aug 19 02:51:00.189 INFO O| Packages to install: 1
49572026-08-19T02:51:00.910Z[ recovery-image] Aug 19 02:51:00.201 INFO O| Aug 19 02:51:00.201 INFO O| Download: 0/4 items 0.0/13.3MB 0% complete
49582026-08-19T02:51:01.112Z[verify-libraries] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
49592026-08-19T02:51:01.133Z[verify-libraries] Compiling sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
49602026-08-19T02:51:01.218Z[ recovery-image] Aug 19 02:51:00.509 INFO O| Aug 19 02:51:00.509 INFO O| Download: Completed 13.27 MB in 0.31 seconds (43.1M/s)
49612026-08-19T02:51:01.259Z[ recovery-image] Aug 19 02:51:00.550 INFO O| Aug 19 02:51:00.550 INFO O| Actions: 1/22 actions (Installing new actions)
49622026-08-19T02:51:01.482Z[ recovery-image] Aug 19 02:51:00.772 INFO O| Aug 19 02:51:00.772 INFO O| Actions: Completed 22 actions in 0.22 seconds.
49632026-08-19T02:51:01.522Z[ recovery-image] Aug 19 02:51:00.813 INFO O| Aug 19 02:51:00.813 INFO O| Finalize: Updating package state database ... Done
49642026-08-19T02:51:01.523Z[ recovery-image] Aug 19 02:51:00.813 INFO O| Aug 19 02:51:00.813 INFO O| Finalize: Updating package cache ... Done
49652026-08-19T02:51:01.607Z[verify-libraries] Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
49662026-08-19T02:51:01.623Z[ recovery-image] Aug 19 02:51:00.914 INFO O| Aug 19 02:51:00.914 INFO O| Finalize: Updating image state ... Done
49672026-08-19T02:51:01.780Z[verify-libraries] Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
49682026-08-19T02:51:02.308Z[ recovery-image] Aug 19 02:51:01.599 INFO O| Aug 19 02:51:01.599 INFO O| Finalize: Creating fast lookup database ... Done
49692026-08-19T02:51:02.323Z[ recovery-image] Aug 19 02:51:01.614 INFO O| Aug 19 02:51:01.614 INFO O| Finalize: Reading search index ... Done
49702026-08-19T02:51:02.324Z[ recovery-image] Aug 19 02:51:01.614 INFO O| Aug 19 02:51:01.614 INFO O| Finalize: Updating search index ... Done
49712026-08-19T02:51:02.334Z[ recovery-image] Aug 19 02:51:01.625 INFO O| Aug 19 02:51:01.625 INFO O| Finalize: Updating package cache ... Done
49722026-08-19T02:51:02.650Z[ recovery-image] Aug 19 02:51:01.940 INFO O| Aug 19 02:51:01.940 INFO STEP 14 (pkg_install) COMPLETE
49732026-08-19T02:51:02.650Z[ recovery-image] Aug 19 02:51:01.940 INFO O| Aug 19 02:51:01.940 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49742026-08-19T02:51:02.650Z[ recovery-image] Aug 19 02:51:01.940 INFO O| Aug 19 02:51:01.940 INFO skip step because feature "mbist" is not enabled
49752026-08-19T02:51:02.653Z[ recovery-image] Aug 19 02:51:01.940 INFO O| Aug 19 02:51:01.940 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49762026-08-19T02:51:02.654Z[ recovery-image] Aug 19 02:51:01.940 INFO O| Aug 19 02:51:01.940 INFO skip step because feature "mfg" is not enabled
49772026-08-19T02:51:02.654Z[ recovery-image] Aug 19 02:51:01.940 INFO O| Aug 19 02:51:01.940 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49782026-08-19T02:51:02.654Z[ recovery-image] Aug 19 02:51:01.940 INFO O| Aug 19 02:51:01.940 INFO skip step because feature "compliance" is not enabled
49792026-08-19T02:51:02.654Z[ recovery-image] Aug 19 02:51:01.940 INFO O| Aug 19 02:51:01.940 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49802026-08-19T02:51:02.654Z[ recovery-image] Aug 19 02:51:01.940 INFO O| Aug 19 02:51:01.940 INFO skip step because feature "stress" is not enabled
49812026-08-19T02:51:02.654Z[ recovery-image] Aug 19 02:51:01.940 INFO O| Aug 19 02:51:01.940 INFO STEP 19: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49822026-08-19T02:51:02.654Z[ recovery-image] Aug 19 02:51:01.940 INFO O| Aug 19 02:51:01.940 INFO skip step because feature "compliance" is not enabled
49832026-08-19T02:51:02.654Z[ recovery-image] Aug 19 02:51:01.940 INFO O| Aug 19 02:51:01.940 INFO STEP 20: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49842026-08-19T02:51:02.654Z[ recovery-image] Aug 19 02:51:01.940 INFO O| Aug 19 02:51:01.940 INFO skip step because feature "nfs" is not enabled
49852026-08-19T02:51:02.654Z[ recovery-image] Aug 19 02:51:01.940 INFO O| Aug 19 02:51:01.940 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@os
49862026-08-19T02:51:02.654Z[ recovery-image] Aug 19 02:51:01.940 INFO O| Aug 19 02:51:01.940 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@os
49872026-08-19T02:51:02.673Z[verify-libraries] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
49882026-08-19T02:51:02.830Z[verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
49892026-08-19T02:51:03.006Z[ recovery-image] Aug 19 02:51:02.296 INFO O| Aug 19 02:51:02.295 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
49902026-08-19T02:51:03.120Z[ recovery-image] Aug 19 02:51:02.411 INFO O| Aug 19 02:51:02.411 INFO completed processing sled/ramdisk-01-os
49912026-08-19T02:51:03.124Z[ recovery-image] Aug 19 02:51:02.414 INFO image builder template: ramdisk-02-trim...
49922026-08-19T02:51:03.124Z[ recovery-image] Aug 19 02:51:02.414 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/.tmpP3F9z8/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@23.0.0.0", "-F", "optever=0.41.506", "-n", "ramdisk-02-trim"], pwd: None
49932026-08-19T02:51:03.143Z[ recovery-image] Aug 19 02:51:02.434 INFO O| Aug 19 02:51:02.434 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
49942026-08-19T02:51:03.148Z[ recovery-image] Aug 19 02:51:02.438 INFO O| Aug 19 02:51:02.438 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
49952026-08-19T02:51:03.168Z[verify-libraries] Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
49962026-08-19T02:51:03.237Z[ recovery-image] Aug 19 02:51:02.528 INFO O| Aug 19 02:51:02.528 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-02-trim: sync = disabled
49972026-08-19T02:51:03.324Z[ recovery-image] Aug 19 02:51:02.614 INFO O| Aug 19 02:51:02.614 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
49982026-08-19T02:51:03.324Z[ recovery-image] Aug 19 02:51:02.614 INFO O| Aug 19 02:51:02.614 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
49992026-08-19T02:51:03.328Z[ recovery-image] Aug 19 02:51:02.619 INFO O| Aug 19 02:51:02.619 INFO looking for output snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
50002026-08-19T02:51:03.332Z[ recovery-image] Aug 19 02:51:02.623 INFO O| Aug 19 02:51:02.623 INFO looking for input snapshot rpool/images/build/recovery/work/sled/ramdisk@os
50012026-08-19T02:51:03.337Z[ recovery-image] Aug 19 02:51:02.628 INFO O| Aug 19 02:51:02.628 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@os
50022026-08-19T02:51:03.844Z[verify-libraries] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
50032026-08-19T02:51:03.868Z[ recovery-image] Aug 19 02:51:03.159 INFO O| Aug 19 02:51:03.159 INFO rolled back to input snapshot; work may begin
50042026-08-19T02:51:03.869Z[ recovery-image] Aug 19 02:51:03.159 INFO O| Aug 19 02:51:03.159 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
50052026-08-19T02:51:03.873Z[ recovery-image] Aug 19 02:51:03.164 INFO O| Aug 19 02:51:03.164 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50062026-08-19T02:51:03.876Z[verify-libraries] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
50072026-08-19T02:51:03.884Z[ recovery-image] Aug 19 02:51:03.174 INFO O| Aug 19 02:51:03.174 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/var/pkg"
50082026-08-19T02:51:03.932Z[ recovery-image] Aug 19 02:51:03.223 INFO O| Aug 19 02:51:03.222 INFO STEP 0 (remove_files) COMPLETE
50092026-08-19T02:51:03.932Z[ recovery-image] Aug 19 02:51:03.223 INFO O| Aug 19 02:51:03.223 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50102026-08-19T02:51:03.942Z[ recovery-image] Aug 19 02:51:03.233 INFO O| Aug 19 02:51:03.233 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/xpg4"
50112026-08-19T02:51:03.946Z[ recovery-image] Aug 19 02:51:03.235 INFO O| Aug 19 02:51:03.235 INFO STEP 1 (remove_files) COMPLETE
50122026-08-19T02:51:03.946Z[ recovery-image] Aug 19 02:51:03.235 INFO O| Aug 19 02:51:03.235 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50132026-08-19T02:51:03.954Z[ recovery-image] Aug 19 02:51:03.244 INFO O| Aug 19 02:51:03.244 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/include"
50142026-08-19T02:51:03.968Z[ recovery-image] Aug 19 02:51:03.259 INFO O| Aug 19 02:51:03.259 INFO STEP 2 (remove_files) COMPLETE
50152026-08-19T02:51:03.968Z[ recovery-image] Aug 19 02:51:03.259 INFO O| Aug 19 02:51:03.259 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50162026-08-19T02:51:03.977Z[ recovery-image] Aug 19 02:51:03.268 INFO O| Aug 19 02:51:03.268 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/demo"
50172026-08-19T02:51:03.981Z[ recovery-image] Aug 19 02:51:03.270 INFO O| Aug 19 02:51:03.270 INFO STEP 3 (remove_files) COMPLETE
50182026-08-19T02:51:03.981Z[ recovery-image] Aug 19 02:51:03.270 INFO O| Aug 19 02:51:03.270 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50192026-08-19T02:51:03.988Z[ recovery-image] Aug 19 02:51:03.279 INFO O| Aug 19 02:51:03.279 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/help"
50202026-08-19T02:51:03.991Z[ recovery-image] Aug 19 02:51:03.282 INFO O| Aug 19 02:51:03.282 INFO STEP 4 (remove_files) COMPLETE
50212026-08-19T02:51:03.991Z[ recovery-image] Aug 19 02:51:03.282 INFO O| Aug 19 02:51:03.282 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50222026-08-19T02:51:04.001Z[ recovery-image] Aug 19 02:51:03.292 INFO O| Aug 19 02:51:03.292 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/doc"
50232026-08-19T02:51:04.001Z[ recovery-image] Aug 19 02:51:03.292 INFO O| Aug 19 02:51:03.292 INFO STEP 5 (remove_files) COMPLETE
50242026-08-19T02:51:04.001Z[ recovery-image] Aug 19 02:51:03.292 INFO O| Aug 19 02:51:03.292 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50252026-08-19T02:51:04.011Z[ recovery-image] Aug 19 02:51:03.302 INFO O| Aug 19 02:51:03.302 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bash-completion"
50262026-08-19T02:51:04.023Z[ recovery-image] Aug 19 02:51:03.314 INFO O| Aug 19 02:51:03.314 INFO STEP 6 (remove_files) COMPLETE
50272026-08-19T02:51:04.024Z[ recovery-image] Aug 19 02:51:03.314 INFO O| Aug 19 02:51:03.314 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50282026-08-19T02:51:04.027Z[ recovery-image] Aug 19 02:51:03.314 INFO O| Aug 19 02:51:03.314 INFO skip step because feature "heliosv2" is not enabled
50292026-08-19T02:51:04.027Z[ recovery-image] Aug 19 02:51:03.314 INFO O| Aug 19 02:51:03.314 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50302026-08-19T02:51:04.027Z[ recovery-image] Aug 19 02:51:03.314 INFO O| Aug 19 02:51:03.314 INFO skip step because feature "recovery" is enabled
50312026-08-19T02:51:04.027Z[ recovery-image] Aug 19 02:51:03.314 INFO O| Aug 19 02:51:03.314 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50322026-08-19T02:51:04.027Z[ recovery-image] Aug 19 02:51:03.314 INFO O| Aug 19 02:51:03.314 INFO skip step because feature "recovery" is enabled
50332026-08-19T02:51:04.027Z[ recovery-image] Aug 19 02:51:03.314 INFO O| Aug 19 02:51:03.314 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50342026-08-19T02:51:04.027Z[ recovery-image] Aug 19 02:51:03.314 INFO O| Aug 19 02:51:03.314 INFO skip step because feature "recovery" is enabled
50352026-08-19T02:51:04.027Z[ recovery-image] Aug 19 02:51:03.314 INFO O| Aug 19 02:51:03.314 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50362026-08-19T02:51:04.037Z[ recovery-image] Aug 19 02:51:03.325 INFO O| Aug 19 02:51:03.325 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/etc/net-snmp"
50372026-08-19T02:51:04.037Z[ recovery-image] Aug 19 02:51:03.328 INFO O| Aug 19 02:51:03.328 INFO STEP 11 (remove_files) COMPLETE
50382026-08-19T02:51:04.040Z[ recovery-image] Aug 19 02:51:03.328 INFO O| Aug 19 02:51:03.328 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50392026-08-19T02:51:04.046Z[ recovery-image] Aug 19 02:51:03.337 INFO O| Aug 19 02:51:03.337 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i386"
50402026-08-19T02:51:04.050Z[ recovery-image] Aug 19 02:51:03.338 INFO O| Aug 19 02:51:03.338 INFO STEP 12 (remove_files) COMPLETE
50412026-08-19T02:51:04.050Z[ recovery-image] Aug 19 02:51:03.338 INFO O| Aug 19 02:51:03.338 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50422026-08-19T02:51:04.056Z[ recovery-image] Aug 19 02:51:03.347 INFO O| Aug 19 02:51:03.347 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/platform/i86xpv"
50432026-08-19T02:51:04.059Z[ recovery-image] Aug 19 02:51:03.348 INFO O| Aug 19 02:51:03.348 INFO STEP 13 (remove_files) COMPLETE
50442026-08-19T02:51:04.059Z[ recovery-image] Aug 19 02:51:03.348 INFO O| Aug 19 02:51:03.348 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50452026-08-19T02:51:04.067Z[ recovery-image] Aug 19 02:51:03.358 INFO O| Aug 19 02:51:03.358 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/opt/ooce/lib/amd64/libjq.a"
50462026-08-19T02:51:04.067Z[ recovery-image] Aug 19 02:51:03.358 INFO O| Aug 19 02:51:03.358 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/opt/ooce/lib/libjq.a"
50472026-08-19T02:51:04.217Z[ recovery-image] Aug 19 02:51:03.507 INFO O| Aug 19 02:51:03.507 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libtddl.a"
50482026-08-19T02:51:04.220Z[ recovery-image] Aug 19 02:51:03.511 INFO O| Aug 19 02:51:03.511 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtddl.a"
50492026-08-19T02:51:04.233Z[ recovery-image] Aug 19 02:51:03.524 INFO O| Aug 19 02:51:03.523 INFO STEP 14 (remove_files) COMPLETE
50502026-08-19T02:51:04.233Z[ recovery-image] Aug 19 02:51:03.524 INFO O| Aug 19 02:51:03.524 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50512026-08-19T02:51:04.241Z[verify-libraries] Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
50522026-08-19T02:51:04.262Z[ recovery-image] Aug 19 02:51:03.553 INFO O| Aug 19 02:51:03.553 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/boot"
50532026-08-19T02:51:04.265Z[ recovery-image] Aug 19 02:51:03.554 INFO O| Aug 19 02:51:03.554 INFO STEP 15 (remove_files) COMPLETE
50542026-08-19T02:51:04.265Z[ recovery-image] Aug 19 02:51:03.554 INFO O| Aug 19 02:51:03.554 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50552026-08-19T02:51:04.293Z[ recovery-image] Aug 19 02:51:03.583 INFO O| Aug 19 02:51:03.583 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/platform/i86pc"
50562026-08-19T02:51:04.299Z[ recovery-image] Aug 19 02:51:03.590 INFO O| Aug 19 02:51:03.590 INFO STEP 16 (remove_files) COMPLETE
50572026-08-19T02:51:04.299Z[ recovery-image] Aug 19 02:51:03.590 INFO O| Aug 19 02:51:03.590 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50582026-08-19T02:51:04.309Z[ recovery-image] Aug 19 02:51:03.600 INFO O| Aug 19 02:51:03.600 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/platform/i86xpv"
50592026-08-19T02:51:04.312Z[ recovery-image] Aug 19 02:51:03.600 INFO O| Aug 19 02:51:03.600 INFO STEP 17 (remove_files) COMPLETE
50602026-08-19T02:51:04.312Z[ recovery-image] Aug 19 02:51:03.600 INFO O| Aug 19 02:51:03.600 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50612026-08-19T02:51:04.318Z[ recovery-image] Aug 19 02:51:03.609 INFO O| Aug 19 02:51:03.609 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/platform/i86pc"
50622026-08-19T02:51:04.378Z[ recovery-image] Aug 19 02:51:03.611 INFO O| Aug 19 02:51:03.611 INFO STEP 18 (remove_files) COMPLETE
50632026-08-19T02:51:04.378Z[ recovery-image] Aug 19 02:51:03.611 INFO O| Aug 19 02:51:03.611 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50642026-08-19T02:51:04.382Z[ recovery-image] Aug 19 02:51:03.620 INFO O| Aug 19 02:51:03.620 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/acpica"
50652026-08-19T02:51:04.382Z[ recovery-image] Aug 19 02:51:03.620 INFO O| Aug 19 02:51:03.620 INFO STEP 19 (remove_files) COMPLETE
50662026-08-19T02:51:04.382Z[ recovery-image] Aug 19 02:51:03.620 INFO O| Aug 19 02:51:03.620 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50672026-08-19T02:51:04.382Z[ recovery-image] Aug 19 02:51:03.630 INFO O| Aug 19 02:51:03.630 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/tem"
50682026-08-19T02:51:04.382Z[ recovery-image] Aug 19 02:51:03.630 INFO O| Aug 19 02:51:03.630 INFO STEP 20 (remove_files) COMPLETE
50692026-08-19T02:51:04.382Z[ recovery-image] Aug 19 02:51:03.630 INFO O| Aug 19 02:51:03.630 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50702026-08-19T02:51:04.382Z[ recovery-image] Aug 19 02:51:03.639 INFO O| Aug 19 02:51:03.639 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/kbtrans"
50712026-08-19T02:51:04.382Z[ recovery-image] Aug 19 02:51:03.639 INFO O| Aug 19 02:51:03.639 INFO STEP 21 (remove_files) COMPLETE
50722026-08-19T02:51:04.382Z[ recovery-image] Aug 19 02:51:03.639 INFO O| Aug 19 02:51:03.639 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50732026-08-19T02:51:04.382Z[ recovery-image] Aug 19 02:51:03.649 INFO O| Aug 19 02:51:03.649 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/wc"
50742026-08-19T02:51:04.382Z[ recovery-image] Aug 19 02:51:03.649 INFO O| Aug 19 02:51:03.649 INFO STEP 22 (remove_files) COMPLETE
50752026-08-19T02:51:04.382Z[ recovery-image] Aug 19 02:51:03.649 INFO O| Aug 19 02:51:03.649 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50762026-08-19T02:51:04.382Z[ recovery-image] Aug 19 02:51:03.658 INFO O| Aug 19 02:51:03.658 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/acpi_drv"
50772026-08-19T02:51:04.382Z[ recovery-image] Aug 19 02:51:03.658 INFO O| Aug 19 02:51:03.658 INFO STEP 23 (remove_files) COMPLETE
50782026-08-19T02:51:04.382Z[ recovery-image] Aug 19 02:51:03.658 INFO O| Aug 19 02:51:03.658 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50792026-08-19T02:51:04.382Z[ recovery-image] Aug 19 02:51:03.667 INFO O| Aug 19 02:51:03.667 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/conskbd"
50802026-08-19T02:51:04.382Z[ recovery-image] Aug 19 02:51:03.667 INFO O| Aug 19 02:51:03.667 INFO STEP 24 (remove_files) COMPLETE
50812026-08-19T02:51:04.382Z[ recovery-image] Aug 19 02:51:03.667 INFO O| Aug 19 02:51:03.667 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50822026-08-19T02:51:04.386Z[ recovery-image] Aug 19 02:51:03.677 INFO O| Aug 19 02:51:03.677 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/tzmon"
50832026-08-19T02:51:04.386Z[ recovery-image] Aug 19 02:51:03.677 INFO O| Aug 19 02:51:03.677 INFO STEP 25 (remove_files) COMPLETE
50842026-08-19T02:51:04.389Z[ recovery-image] Aug 19 02:51:03.677 INFO O| Aug 19 02:51:03.677 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50852026-08-19T02:51:04.392Z[verify-libraries] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
50862026-08-19T02:51:04.397Z[ recovery-image] Aug 19 02:51:03.688 INFO O| Aug 19 02:51:03.688 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/power"
50872026-08-19T02:51:04.398Z[ recovery-image] Aug 19 02:51:03.688 INFO O| Aug 19 02:51:03.688 INFO STEP 26 (remove_files) COMPLETE
50882026-08-19T02:51:04.398Z[ recovery-image] Aug 19 02:51:03.688 INFO O| Aug 19 02:51:03.688 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50892026-08-19T02:51:04.406Z[ recovery-image] Aug 19 02:51:03.697 INFO O| Aug 19 02:51:03.696 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audio"
50902026-08-19T02:51:04.406Z[ recovery-image] Aug 19 02:51:03.697 INFO O| Aug 19 02:51:03.697 INFO STEP 27 (remove_files) COMPLETE
50912026-08-19T02:51:04.406Z[ recovery-image] Aug 19 02:51:03.697 INFO O| Aug 19 02:51:03.697 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50922026-08-19T02:51:04.414Z[ recovery-image] Aug 19 02:51:03.705 INFO O| Aug 19 02:51:03.705 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audio1575"
50932026-08-19T02:51:04.414Z[ recovery-image] Aug 19 02:51:03.705 INFO O| Aug 19 02:51:03.705 INFO STEP 28 (remove_files) COMPLETE
50942026-08-19T02:51:04.414Z[ recovery-image] Aug 19 02:51:03.705 INFO O| Aug 19 02:51:03.705 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50952026-08-19T02:51:04.422Z[ recovery-image] Aug 19 02:51:03.713 INFO O| Aug 19 02:51:03.713 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audioens"
50962026-08-19T02:51:04.422Z[ recovery-image] Aug 19 02:51:03.713 INFO O| Aug 19 02:51:03.713 INFO STEP 29 (remove_files) COMPLETE
50972026-08-19T02:51:04.422Z[ recovery-image] Aug 19 02:51:03.713 INFO O| Aug 19 02:51:03.713 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50982026-08-19T02:51:04.450Z[ recovery-image] Aug 19 02:51:03.730 INFO O| Aug 19 02:51:03.730 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audiopci"
50992026-08-19T02:51:04.453Z[ recovery-image] Aug 19 02:51:03.730 INFO O| Aug 19 02:51:03.730 INFO STEP 30 (remove_files) COMPLETE
51002026-08-19T02:51:04.453Z[ recovery-image] Aug 19 02:51:03.730 INFO O| Aug 19 02:51:03.730 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51012026-08-19T02:51:04.453Z[ recovery-image] Aug 19 02:51:03.740 INFO O| Aug 19 02:51:03.740 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audiots"
51022026-08-19T02:51:04.454Z[ recovery-image] Aug 19 02:51:03.740 INFO O| Aug 19 02:51:03.740 INFO STEP 31 (remove_files) COMPLETE
51032026-08-19T02:51:04.454Z[ recovery-image] Aug 19 02:51:03.740 INFO O| Aug 19 02:51:03.740 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51042026-08-19T02:51:04.459Z[ recovery-image] Aug 19 02:51:03.750 INFO O| Aug 19 02:51:03.750 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/ehci"
51052026-08-19T02:51:04.459Z[ recovery-image] Aug 19 02:51:03.750 INFO O| Aug 19 02:51:03.750 INFO STEP 32 (remove_files) COMPLETE
51062026-08-19T02:51:04.462Z[ recovery-image] Aug 19 02:51:03.750 INFO O| Aug 19 02:51:03.750 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51072026-08-19T02:51:04.469Z[ recovery-image] Aug 19 02:51:03.760 INFO O| Aug 19 02:51:03.760 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/hid"
51082026-08-19T02:51:04.469Z[ recovery-image] Aug 19 02:51:03.760 INFO O| Aug 19 02:51:03.760 INFO STEP 33 (remove_files) COMPLETE
51092026-08-19T02:51:04.469Z[ recovery-image] Aug 19 02:51:03.760 INFO O| Aug 19 02:51:03.760 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51102026-08-19T02:51:04.472Z[verify-libraries] Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
51112026-08-19T02:51:04.494Z[ recovery-image] Aug 19 02:51:03.785 INFO O| Aug 19 02:51:03.785 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/hubd"
51122026-08-19T02:51:04.494Z[ recovery-image] Aug 19 02:51:03.785 INFO O| Aug 19 02:51:03.785 INFO STEP 34 (remove_files) COMPLETE
51132026-08-19T02:51:04.494Z[ recovery-image] Aug 19 02:51:03.785 INFO O| Aug 19 02:51:03.785 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51142026-08-19T02:51:04.505Z[ recovery-image] Aug 19 02:51:03.796 INFO O| Aug 19 02:51:03.796 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/ohci"
51152026-08-19T02:51:04.507Z[ recovery-image] Aug 19 02:51:03.796 INFO O| Aug 19 02:51:03.796 INFO STEP 35 (remove_files) COMPLETE
51162026-08-19T02:51:04.507Z[ recovery-image] Aug 19 02:51:03.796 INFO O| Aug 19 02:51:03.796 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51172026-08-19T02:51:04.514Z[ recovery-image] Aug 19 02:51:03.805 INFO O| Aug 19 02:51:03.805 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/scsa2usb"
51182026-08-19T02:51:04.514Z[ recovery-image] Aug 19 02:51:03.805 INFO O| Aug 19 02:51:03.805 INFO STEP 36 (remove_files) COMPLETE
51192026-08-19T02:51:04.514Z[ recovery-image] Aug 19 02:51:03.805 INFO O| Aug 19 02:51:03.805 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51202026-08-19T02:51:04.523Z[ recovery-image] Aug 19 02:51:03.814 INFO O| Aug 19 02:51:03.814 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/uhci"
51212026-08-19T02:51:04.523Z[ recovery-image] Aug 19 02:51:03.814 INFO O| Aug 19 02:51:03.814 INFO STEP 37 (remove_files) COMPLETE
51222026-08-19T02:51:04.526Z[ recovery-image] Aug 19 02:51:03.814 INFO O| Aug 19 02:51:03.814 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51232026-08-19T02:51:04.531Z[ recovery-image] Aug 19 02:51:03.822 INFO O| Aug 19 02:51:03.822 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_ac"
51242026-08-19T02:51:04.531Z[ recovery-image] Aug 19 02:51:03.822 INFO O| Aug 19 02:51:03.822 INFO STEP 38 (remove_files) COMPLETE
51252026-08-19T02:51:04.534Z[ recovery-image] Aug 19 02:51:03.822 INFO O| Aug 19 02:51:03.822 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51262026-08-19T02:51:04.539Z[ recovery-image] Aug 19 02:51:03.830 INFO O| Aug 19 02:51:03.830 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_as"
51272026-08-19T02:51:04.539Z[ recovery-image] Aug 19 02:51:03.830 INFO O| Aug 19 02:51:03.830 INFO STEP 39 (remove_files) COMPLETE
51282026-08-19T02:51:04.543Z[ recovery-image] Aug 19 02:51:03.830 INFO O| Aug 19 02:51:03.830 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51292026-08-19T02:51:04.548Z[ recovery-image] Aug 19 02:51:03.839 INFO O| Aug 19 02:51:03.838 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_ia"
51302026-08-19T02:51:04.548Z[ recovery-image] Aug 19 02:51:03.839 INFO O| Aug 19 02:51:03.839 INFO STEP 40 (remove_files) COMPLETE
51312026-08-19T02:51:04.548Z[ recovery-image] Aug 19 02:51:03.839 INFO O| Aug 19 02:51:03.839 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51322026-08-19T02:51:04.556Z[ recovery-image] Aug 19 02:51:03.847 INFO O| Aug 19 02:51:03.847 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_mid"
51332026-08-19T02:51:04.556Z[ recovery-image] Aug 19 02:51:03.847 INFO O| Aug 19 02:51:03.847 INFO STEP 41 (remove_files) COMPLETE
51342026-08-19T02:51:04.556Z[ recovery-image] Aug 19 02:51:03.847 INFO O| Aug 19 02:51:03.847 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51352026-08-19T02:51:04.564Z[ recovery-image] Aug 19 02:51:03.855 INFO O| Aug 19 02:51:03.855 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usbprn"
51362026-08-19T02:51:04.564Z[ recovery-image] Aug 19 02:51:03.855 INFO O| Aug 19 02:51:03.855 INFO STEP 42 (remove_files) COMPLETE
51372026-08-19T02:51:04.564Z[ recovery-image] Aug 19 02:51:03.855 INFO O| Aug 19 02:51:03.855 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51382026-08-19T02:51:04.572Z[ recovery-image] Aug 19 02:51:03.863 INFO O| Aug 19 02:51:03.863 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/xhci"
51392026-08-19T02:51:04.572Z[ recovery-image] Aug 19 02:51:03.863 INFO O| Aug 19 02:51:03.863 INFO STEP 43 (remove_files) COMPLETE
51402026-08-19T02:51:04.575Z[ recovery-image] Aug 19 02:51:03.863 INFO O| Aug 19 02:51:03.863 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51412026-08-19T02:51:04.580Z[ recovery-image] Aug 19 02:51:03.871 INFO O| Aug 19 02:51:03.871 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nhm"
51422026-08-19T02:51:04.580Z[ recovery-image] Aug 19 02:51:03.871 INFO O| Aug 19 02:51:03.871 INFO STEP 44 (remove_files) COMPLETE
51432026-08-19T02:51:04.583Z[ recovery-image] Aug 19 02:51:03.871 INFO O| Aug 19 02:51:03.871 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51442026-08-19T02:51:04.589Z[ recovery-image] Aug 19 02:51:03.879 INFO O| Aug 19 02:51:03.879 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nb5000"
51452026-08-19T02:51:04.589Z[ recovery-image] Aug 19 02:51:03.879 INFO O| Aug 19 02:51:03.879 INFO STEP 45 (remove_files) COMPLETE
51462026-08-19T02:51:04.592Z[ recovery-image] Aug 19 02:51:03.879 INFO O| Aug 19 02:51:03.879 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51472026-08-19T02:51:04.598Z[ recovery-image] Aug 19 02:51:03.889 INFO O| Aug 19 02:51:03.889 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/mc-amd"
51482026-08-19T02:51:04.598Z[ recovery-image] Aug 19 02:51:03.889 INFO O| Aug 19 02:51:03.889 INFO STEP 46 (remove_files) COMPLETE
51492026-08-19T02:51:04.598Z[ recovery-image] Aug 19 02:51:03.889 INFO O| Aug 19 02:51:03.889 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51502026-08-19T02:51:04.607Z[ recovery-image] Aug 19 02:51:03.898 INFO O| Aug 19 02:51:03.898 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/acpi_toshiba"
51512026-08-19T02:51:04.607Z[ recovery-image] Aug 19 02:51:03.898 INFO O| Aug 19 02:51:03.898 INFO STEP 47 (remove_files) COMPLETE
51522026-08-19T02:51:04.607Z[ recovery-image] Aug 19 02:51:03.898 INFO O| Aug 19 02:51:03.898 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51532026-08-19T02:51:04.617Z[ recovery-image] Aug 19 02:51:03.907 INFO O| Aug 19 02:51:03.907 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nhmex"
51542026-08-19T02:51:04.617Z[ recovery-image] Aug 19 02:51:03.908 INFO O| Aug 19 02:51:03.907 INFO STEP 48 (remove_files) COMPLETE
51552026-08-19T02:51:04.617Z[ recovery-image] Aug 19 02:51:03.908 INFO O| Aug 19 02:51:03.907 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51562026-08-19T02:51:04.627Z[ recovery-image] Aug 19 02:51:03.918 INFO O| Aug 19 02:51:03.917 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/intel_nhmex.conf"
51572026-08-19T02:51:04.627Z[ recovery-image] Aug 19 02:51:03.918 INFO O| Aug 19 02:51:03.918 INFO STEP 49 (remove_files) COMPLETE
51582026-08-19T02:51:04.630Z[ recovery-image] Aug 19 02:51:03.918 INFO O| Aug 19 02:51:03.918 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51592026-08-19T02:51:04.636Z[ recovery-image] Aug 19 02:51:03.927 INFO O| Aug 19 02:51:03.927 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/mpt"
51602026-08-19T02:51:04.636Z[ recovery-image] Aug 19 02:51:03.927 INFO O| Aug 19 02:51:03.927 INFO STEP 50 (remove_files) COMPLETE
51612026-08-19T02:51:04.639Z[ recovery-image] Aug 19 02:51:03.927 INFO O| Aug 19 02:51:03.927 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51622026-08-19T02:51:04.652Z[ recovery-image] Aug 19 02:51:03.936 INFO O| Aug 19 02:51:03.936 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/mpt.conf"
51632026-08-19T02:51:04.652Z[ recovery-image] Aug 19 02:51:03.936 INFO O| Aug 19 02:51:03.936 INFO STEP 51 (remove_files) COMPLETE
51642026-08-19T02:51:04.652Z[ recovery-image] Aug 19 02:51:03.936 INFO O| Aug 19 02:51:03.936 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51652026-08-19T02:51:04.656Z[ recovery-image] Aug 19 02:51:03.947 INFO O| Aug 19 02:51:03.947 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
51662026-08-19T02:51:04.656Z[ recovery-image] Aug 19 02:51:03.947 INFO O| Aug 19 02:51:03.947 INFO STEP 52 (remove_files) COMPLETE
51672026-08-19T02:51:04.659Z[ recovery-image] Aug 19 02:51:03.947 INFO O| Aug 19 02:51:03.947 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51682026-08-19T02:51:04.666Z[ recovery-image] Aug 19 02:51:03.956 INFO O| Aug 19 02:51:03.956 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
51692026-08-19T02:51:04.666Z[ recovery-image] Aug 19 02:51:03.957 INFO O| Aug 19 02:51:03.957 INFO STEP 53 (remove_files) COMPLETE
51702026-08-19T02:51:04.666Z[ recovery-image] Aug 19 02:51:03.957 INFO O| Aug 19 02:51:03.957 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51712026-08-19T02:51:04.700Z[ recovery-image] Aug 19 02:51:03.991 INFO O| Aug 19 02:51:03.991 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/sbin/bootadm"
51722026-08-19T02:51:04.700Z[ recovery-image] Aug 19 02:51:03.991 INFO O| Aug 19 02:51:03.991 INFO STEP 54 (remove_files) COMPLETE
51732026-08-19T02:51:04.701Z[ recovery-image] Aug 19 02:51:03.991 INFO O| Aug 19 02:51:03.991 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51742026-08-19T02:51:04.709Z[ recovery-image] Aug 19 02:51:04.000 INFO O| Aug 19 02:51:03.999 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bootadm"
51752026-08-19T02:51:04.710Z[ recovery-image] Aug 19 02:51:04.000 INFO O| Aug 19 02:51:04.000 INFO STEP 55 (remove_files) COMPLETE
51762026-08-19T02:51:04.710Z[ recovery-image] Aug 19 02:51:04.000 INFO O| Aug 19 02:51:04.000 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51772026-08-19T02:51:04.718Z[ recovery-image] Aug 19 02:51:04.009 INFO O| Aug 19 02:51:04.009 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/sbin/beadm"
51782026-08-19T02:51:04.718Z[ recovery-image] Aug 19 02:51:04.009 INFO O| Aug 19 02:51:04.009 INFO STEP 56 (remove_files) COMPLETE
51792026-08-19T02:51:04.721Z[ recovery-image] Aug 19 02:51:04.009 INFO O| Aug 19 02:51:04.009 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51802026-08-19T02:51:04.727Z[ recovery-image] Aug 19 02:51:04.018 INFO O| Aug 19 02:51:04.018 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/beadm"
51812026-08-19T02:51:04.727Z[ recovery-image] Aug 19 02:51:04.018 INFO O| Aug 19 02:51:04.018 INFO STEP 57 (remove_files) COMPLETE
51822026-08-19T02:51:04.730Z[ recovery-image] Aug 19 02:51:04.018 INFO O| Aug 19 02:51:04.018 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51832026-08-19T02:51:04.736Z[ recovery-image] Aug 19 02:51:04.027 INFO O| Aug 19 02:51:04.027 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/etc/default/tar"
51842026-08-19T02:51:04.736Z[ recovery-image] Aug 19 02:51:04.027 INFO O| Aug 19 02:51:04.027 INFO STEP 58 (remove_files) COMPLETE
51852026-08-19T02:51:04.736Z[ recovery-image] Aug 19 02:51:04.027 INFO O| Aug 19 02:51:04.027 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51862026-08-19T02:51:04.745Z[ recovery-image] Aug 19 02:51:04.036 INFO O| Aug 19 02:51:04.036 WARN file /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
51872026-08-19T02:51:04.745Z[ recovery-image] Aug 19 02:51:04.036 INFO O| Aug 19 02:51:04.036 INFO writing /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap ...
51882026-08-19T02:51:04.745Z[ recovery-image] Aug 19 02:51:04.036 INFO O| Aug 19 02:51:04.036 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
51892026-08-19T02:51:04.749Z[ recovery-image] Aug 19 02:51:04.036 INFO O| Aug 19 02:51:04.036 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
51902026-08-19T02:51:04.751Z[ recovery-image] Aug 19 02:51:04.036 INFO O| Aug 19 02:51:04.036 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
51912026-08-19T02:51:04.751Z[ recovery-image] Aug 19 02:51:04.036 INFO O| Aug 19 02:51:04.036 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
51922026-08-19T02:51:04.751Z[ recovery-image] Aug 19 02:51:04.036 INFO O| Aug 19 02:51:04.036 INFO ok!
51932026-08-19T02:51:04.751Z[ recovery-image] Aug 19 02:51:04.036 INFO O| Aug 19 02:51:04.036 INFO STEP 59 (ensure_file) COMPLETE
51942026-08-19T02:51:04.751Z[ recovery-image] Aug 19 02:51:04.036 INFO O| Aug 19 02:51:04.036 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51952026-08-19T02:51:04.754Z[ recovery-image] Aug 19 02:51:04.045 INFO O| Aug 19 02:51:04.045 WARN file /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
51962026-08-19T02:51:04.755Z[ recovery-image] Aug 19 02:51:04.045 INFO O| Aug 19 02:51:04.045 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk ...
51972026-08-19T02:51:04.755Z[ recovery-image] Aug 19 02:51:04.045 INFO O| Aug 19 02:51:04.045 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
51982026-08-19T02:51:04.755Z[ recovery-image] Aug 19 02:51:04.045 INFO O| Aug 19 02:51:04.045 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
51992026-08-19T02:51:04.755Z[ recovery-image] Aug 19 02:51:04.045 INFO O| Aug 19 02:51:04.045 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
52002026-08-19T02:51:04.755Z[ recovery-image] Aug 19 02:51:04.045 INFO O| Aug 19 02:51:04.045 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
52012026-08-19T02:51:04.755Z[ recovery-image] Aug 19 02:51:04.045 INFO O| Aug 19 02:51:04.045 INFO ok!
52022026-08-19T02:51:04.755Z[ recovery-image] Aug 19 02:51:04.045 INFO O| Aug 19 02:51:04.045 INFO STEP 60 (ensure_file) COMPLETE
52032026-08-19T02:51:04.755Z[ recovery-image] Aug 19 02:51:04.045 INFO O| Aug 19 02:51:04.045 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52042026-08-19T02:51:04.763Z[ recovery-image] Aug 19 02:51:04.054 INFO O| Aug 19 02:51:04.054 INFO file /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile does not exist
52052026-08-19T02:51:04.764Z[ recovery-image] Aug 19 02:51:04.054 INFO O| Aug 19 02:51:04.054 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile ...
52062026-08-19T02:51:04.764Z[ recovery-image] Aug 19 02:51:04.054 INFO O| Aug 19 02:51:04.054 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile
52072026-08-19T02:51:04.767Z[ recovery-image] Aug 19 02:51:04.054 INFO O| Aug 19 02:51:04.054 INFO ok!
52082026-08-19T02:51:04.767Z[ recovery-image] Aug 19 02:51:04.054 INFO O| Aug 19 02:51:04.054 INFO STEP 61 (ensure_file) COMPLETE
52092026-08-19T02:51:04.767Z[ recovery-image] Aug 19 02:51:04.054 INFO O| Aug 19 02:51:04.054 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52102026-08-19T02:51:04.773Z[ recovery-image] Aug 19 02:51:04.064 INFO O| Aug 19 02:51:04.064 WARN file /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc exists, with wrong contents, unlinking
52112026-08-19T02:51:04.773Z[ recovery-image] Aug 19 02:51:04.064 INFO O| Aug 19 02:51:04.064 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc ...
52122026-08-19T02:51:04.773Z[ recovery-image] Aug 19 02:51:04.064 INFO O| Aug 19 02:51:04.064 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc
52132026-08-19T02:51:04.777Z[ recovery-image] Aug 19 02:51:04.064 INFO O| Aug 19 02:51:04.064 INFO ok!
52142026-08-19T02:51:04.777Z[ recovery-image] Aug 19 02:51:04.064 INFO O| Aug 19 02:51:04.064 INFO STEP 62 (ensure_file) COMPLETE
52152026-08-19T02:51:04.777Z[ recovery-image] Aug 19 02:51:04.064 INFO O| Aug 19 02:51:04.064 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52162026-08-19T02:51:04.782Z[ recovery-image] Aug 19 02:51:04.073 INFO O| Aug 19 02:51:04.073 WARN file /rpool/images/build/recovery/work/sled/ramdisk/etc/motd exists, with wrong contents, unlinking
52172026-08-19T02:51:04.782Z[ recovery-image] Aug 19 02:51:04.073 INFO O| Aug 19 02:51:04.073 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/sled/ramdisk/etc/motd ...
52182026-08-19T02:51:04.786Z[ recovery-image] Aug 19 02:51:04.073 INFO O| Aug 19 02:51:04.073 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/motd
52192026-08-19T02:51:04.786Z[ recovery-image] Aug 19 02:51:04.073 INFO O| Aug 19 02:51:04.073 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/motd
52202026-08-19T02:51:04.786Z[ recovery-image] Aug 19 02:51:04.073 INFO O| Aug 19 02:51:04.073 INFO ok!
52212026-08-19T02:51:04.787Z[ recovery-image] Aug 19 02:51:04.073 INFO O| Aug 19 02:51:04.073 INFO STEP 63 (ensure_file) COMPLETE
52222026-08-19T02:51:04.787Z[ recovery-image] Aug 19 02:51:04.073 INFO O| Aug 19 02:51:04.073 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52232026-08-19T02:51:04.792Z[ recovery-image] Aug 19 02:51:04.083 INFO O| Aug 19 02:51:04.082 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf does not exist
52242026-08-19T02:51:04.792Z[ recovery-image] Aug 19 02:51:04.083 INFO O| Aug 19 02:51:04.083 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-system-zfs:dbuf -> /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf ...
52252026-08-19T02:51:04.792Z[ recovery-image] Aug 19 02:51:04.083 INFO O| Aug 19 02:51:04.083 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf
52262026-08-19T02:51:04.792Z[ recovery-image] Aug 19 02:51:04.083 INFO O| Aug 19 02:51:04.083 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf
52272026-08-19T02:51:04.795Z[ recovery-image] Aug 19 02:51:04.083 INFO O| Aug 19 02:51:04.083 INFO ok!
52282026-08-19T02:51:04.795Z[ recovery-image] Aug 19 02:51:04.083 INFO O| Aug 19 02:51:04.083 INFO STEP 64 (ensure_file) COMPLETE
52292026-08-19T02:51:04.795Z[ recovery-image] Aug 19 02:51:04.083 INFO O| Aug 19 02:51:04.083 INFO STEP 65: assemble_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52302026-08-19T02:51:04.801Z[ recovery-image] Aug 19 02:51:04.092 INFO O| Aug 19 02:51:04.092 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly does not exist
52312026-08-19T02:51:04.801Z[ recovery-image] Aug 19 02:51:04.092 INFO O| Aug 19 02:51:04.092 INFO writing /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly ...
52322026-08-19T02:51:04.801Z[ recovery-image] Aug 19 02:51:04.092 INFO O| Aug 19 02:51:04.092 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly
52332026-08-19T02:51:04.801Z[ recovery-image] Aug 19 02:51:04.092 INFO O| Aug 19 02:51:04.092 INFO ok!
52342026-08-19T02:51:04.804Z[ recovery-image] Aug 19 02:51:04.092 INFO O| Aug 19 02:51:04.092 INFO STEP 65 (assemble_files) COMPLETE
52352026-08-19T02:51:04.804Z[ recovery-image] Aug 19 02:51:04.092 INFO O| Aug 19 02:51:04.092 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52362026-08-19T02:51:04.810Z[ recovery-image] Aug 19 02:51:04.101 INFO O| Aug 19 02:51:04.101 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf does not exist
52372026-08-19T02:51:04.810Z[ recovery-image] Aug 19 02:51:04.101 INFO O| Aug 19 02:51:04.101 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf ...
52382026-08-19T02:51:04.810Z[ recovery-image] Aug 19 02:51:04.101 INFO O| Aug 19 02:51:04.101 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf
52392026-08-19T02:51:04.813Z[ recovery-image] Aug 19 02:51:04.101 INFO O| Aug 19 02:51:04.101 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf
52402026-08-19T02:51:04.813Z[ recovery-image] Aug 19 02:51:04.101 INFO O| Aug 19 02:51:04.101 INFO ok!
52412026-08-19T02:51:04.813Z[ recovery-image] Aug 19 02:51:04.101 INFO O| Aug 19 02:51:04.101 INFO STEP 66 (ensure_file) COMPLETE
52422026-08-19T02:51:04.813Z[ recovery-image] Aug 19 02:51:04.101 INFO O| Aug 19 02:51:04.101 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52432026-08-19T02:51:04.813Z[ recovery-image] Aug 19 02:51:04.101 INFO O| Aug 19 02:51:04.101 INFO skip step because feature "omicron1" is not enabled
52442026-08-19T02:51:04.813Z[ recovery-image] Aug 19 02:51:04.101 INFO O| Aug 19 02:51:04.101 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52452026-08-19T02:51:04.813Z[ recovery-image] Aug 19 02:51:04.101 INFO O| Aug 19 02:51:04.101 INFO skip step because feature "omicron1" is not enabled
52462026-08-19T02:51:04.813Z[ recovery-image] Aug 19 02:51:04.101 INFO O| Aug 19 02:51:04.101 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52472026-08-19T02:51:04.813Z[ recovery-image] Aug 19 02:51:04.101 INFO O| Aug 19 02:51:04.101 INFO skip step because feature "omicron1" is not enabled
52482026-08-19T02:51:04.813Z[ recovery-image] Aug 19 02:51:04.101 INFO O| Aug 19 02:51:04.101 INFO STEP 70: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52492026-08-19T02:51:04.824Z[ recovery-image] Aug 19 02:51:04.114 INFO O| Aug 19 02:51:04.114 INFO file /rpool/images/build/recovery/output/sled-ramdisk.tar does not already exist, skipping removal
52502026-08-19T02:51:04.824Z[ recovery-image] Aug 19 02:51:04.114 INFO O| Aug 19 02:51:04.114 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/sled-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/sled/ramdisk", "."]
52512026-08-19T02:51:05.544Z[verify-libraries] Compiling ssh-key v0.7.0-rc.11
52522026-08-19T02:51:05.696Z[verify-libraries] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
52532026-08-19T02:51:05.888Z[verify-libraries] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
52542026-08-19T02:51:06.205Z[ recovery-image] Aug 19 02:51:05.495 INFO O| Aug 19 02:51:05.495 INFO STEP 70 (pack_tar) COMPLETE
52552026-08-19T02:51:06.209Z[ recovery-image] Aug 19 02:51:05.496 INFO O| Aug 19 02:51:05.495 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
52562026-08-19T02:51:06.209Z[ recovery-image] Aug 19 02:51:05.496 INFO O| Aug 19 02:51:05.495 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@trim
52572026-08-19T02:51:06.600Z[verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
52582026-08-19T02:51:06.641Z[ recovery-image] Aug 19 02:51:05.931 INFO O| Aug 19 02:51:05.931 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
52592026-08-19T02:51:06.761Z[ recovery-image] Aug 19 02:51:06.052 INFO O| Aug 19 02:51:06.052 INFO completed processing sled/ramdisk-02-trim
52602026-08-19T02:51:06.765Z[ recovery-image] Aug 19 02:51:06.054 INFO image builder template: ramdisk-03-recovery-trim...
52612026-08-19T02:51:06.765Z[ recovery-image] Aug 19 02:51:06.054 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/.tmpP3F9z8/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@23.0.0.0", "-F", "optever=0.41.506", "-n", "ramdisk-03-recovery-trim"], pwd: None
52622026-08-19T02:51:06.770Z[ recovery-image] Aug 19 02:51:06.059 INFO O| Aug 19 02:51:06.059 INFO skip include "recovery-elide-v2" because feature "heliosv2" is not enabled
52632026-08-19T02:51:06.846Z[ recovery-image] Aug 19 02:51:06.136 INFO O| Aug 19 02:51:06.136 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
52642026-08-19T02:51:06.857Z[ recovery-image] Aug 19 02:51:06.145 INFO O| Aug 19 02:51:06.140 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
52652026-08-19T02:51:06.862Z[verify-libraries] Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
52662026-08-19T02:51:06.884Z[verify-libraries] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
52672026-08-19T02:51:06.948Z[ recovery-image] Aug 19 02:51:06.238 INFO O| Aug 19 02:51:06.238 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim: sync = disabled
52682026-08-19T02:51:06.968Z[verify-libraries] Compiling internal-russh-num-bigint v0.5.0
52692026-08-19T02:51:07.043Z[ recovery-image] Aug 19 02:51:06.334 INFO O| Aug 19 02:51:06.334 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
52702026-08-19T02:51:07.044Z[ recovery-image] Aug 19 02:51:06.334 INFO O| Aug 19 02:51:06.334 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
52712026-08-19T02:51:07.050Z[ recovery-image] Aug 19 02:51:06.341 INFO O| Aug 19 02:51:06.341 INFO looking for output snapshot rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
52722026-08-19T02:51:07.055Z[ recovery-image] Aug 19 02:51:06.345 INFO O| Aug 19 02:51:06.345 INFO looking for input snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
52732026-08-19T02:51:07.059Z[ recovery-image] Aug 19 02:51:06.350 INFO O| Aug 19 02:51:06.350 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@trim
52742026-08-19T02:51:07.135Z[verify-libraries] Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
52752026-08-19T02:51:07.165Z[verify-libraries] Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
52762026-08-19T02:51:07.244Z[verify-libraries] Compiling fatfs v0.3.6
52772026-08-19T02:51:07.408Z[verify-libraries] Compiling num-bigint v0.4.6
52782026-08-19T02:51:07.555Z[verify-libraries] Compiling generic-array v1.4.3
52792026-08-19T02:51:07.734Z[ recovery-image] Aug 19 02:51:07.024 INFO O| Aug 19 02:51:07.024 INFO rolled back to input snapshot; work may begin
52802026-08-19T02:51:07.734Z[ recovery-image] Aug 19 02:51:07.024 INFO O| Aug 19 02:51:07.024 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
52812026-08-19T02:51:07.738Z[ recovery-image] Aug 19 02:51:07.029 INFO O| Aug 19 02:51:07.029 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52822026-08-19T02:51:07.749Z[ recovery-image] Aug 19 02:51:07.040 INFO O| Aug 19 02:51:07.040 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/platform/oxide/kernel/drv/amd64/vmm"
52832026-08-19T02:51:07.753Z[ recovery-image] Aug 19 02:51:07.043 INFO O| Aug 19 02:51:07.043 INFO STEP 0 (remove_files) COMPLETE
52842026-08-19T02:51:07.753Z[ recovery-image] Aug 19 02:51:07.043 INFO O| Aug 19 02:51:07.043 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52852026-08-19T02:51:07.763Z[ recovery-image] Aug 19 02:51:07.054 INFO O| Aug 19 02:51:07.054 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/platform/oxide/kernel/drv/vmm.conf"
52862026-08-19T02:51:07.767Z[ recovery-image] Aug 19 02:51:07.055 INFO O| Aug 19 02:51:07.055 INFO STEP 1 (remove_files) COMPLETE
52872026-08-19T02:51:07.767Z[ recovery-image] Aug 19 02:51:07.055 INFO O| Aug 19 02:51:07.055 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52882026-08-19T02:51:07.775Z[ recovery-image] Aug 19 02:51:07.066 INFO O| Aug 19 02:51:07.066 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/7"
52892026-08-19T02:51:07.778Z[ recovery-image] Aug 19 02:51:07.068 INFO O| Aug 19 02:51:07.068 INFO STEP 2 (remove_files) COMPLETE
52902026-08-19T02:51:07.778Z[ recovery-image] Aug 19 02:51:07.068 INFO O| Aug 19 02:51:07.068 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52912026-08-19T02:51:07.787Z[ recovery-image] Aug 19 02:51:07.078 INFO O| Aug 19 02:51:07.078 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/share"
52922026-08-19T02:51:07.841Z[ recovery-image] Aug 19 02:51:07.132 INFO O| Aug 19 02:51:07.132 INFO STEP 3 (remove_files) COMPLETE
52932026-08-19T02:51:07.841Z[ recovery-image] Aug 19 02:51:07.132 INFO O| Aug 19 02:51:07.132 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52942026-08-19T02:51:07.852Z[ recovery-image] Aug 19 02:51:07.143 INFO O| Aug 19 02:51:07.143 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dns"
52952026-08-19T02:51:07.856Z[ recovery-image] Aug 19 02:51:07.145 INFO O| Aug 19 02:51:07.145 INFO STEP 4 (remove_files) COMPLETE
52962026-08-19T02:51:07.856Z[ recovery-image] Aug 19 02:51:07.145 INFO O| Aug 19 02:51:07.145 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52972026-08-19T02:51:07.865Z[ recovery-image] Aug 19 02:51:07.156 INFO O| Aug 19 02:51:07.156 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/iconv"
52982026-08-19T02:51:07.913Z[ recovery-image] Aug 19 02:51:07.203 INFO O| Aug 19 02:51:07.203 INFO STEP 5 (remove_files) COMPLETE
52992026-08-19T02:51:07.913Z[ recovery-image] Aug 19 02:51:07.203 INFO O| Aug 19 02:51:07.203 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53002026-08-19T02:51:07.923Z[ recovery-image] Aug 19 02:51:07.214 INFO O| Aug 19 02:51:07.214 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/locale"
53012026-08-19T02:51:07.952Z[ recovery-image] Aug 19 02:51:07.241 INFO O| Aug 19 02:51:07.241 INFO STEP 6 (remove_files) COMPLETE
53022026-08-19T02:51:07.952Z[ recovery-image] Aug 19 02:51:07.241 INFO O| Aug 19 02:51:07.241 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53032026-08-19T02:51:07.962Z[ recovery-image] Aug 19 02:51:07.252 INFO O| Aug 19 02:51:07.252 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/mps"
53042026-08-19T02:51:07.965Z[ recovery-image] Aug 19 02:51:07.253 INFO O| Aug 19 02:51:07.253 INFO STEP 7 (remove_files) COMPLETE
53052026-08-19T02:51:07.965Z[ recovery-image] Aug 19 02:51:07.253 INFO O| Aug 19 02:51:07.253 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53062026-08-19T02:51:07.972Z[ recovery-image] Aug 19 02:51:07.262 INFO O| Aug 19 02:51:07.262 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pkgconfig"
53072026-08-19T02:51:07.974Z[ recovery-image] Aug 19 02:51:07.264 INFO O| Aug 19 02:51:07.264 INFO STEP 8 (remove_files) COMPLETE
53082026-08-19T02:51:07.974Z[ recovery-image] Aug 19 02:51:07.264 INFO O| Aug 19 02:51:07.264 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53092026-08-19T02:51:07.984Z[ recovery-image] Aug 19 02:51:07.275 INFO O| Aug 19 02:51:07.274 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/scsi"
53102026-08-19T02:51:07.987Z[ recovery-image] Aug 19 02:51:07.277 INFO O| Aug 19 02:51:07.276 INFO STEP 9 (remove_files) COMPLETE
53112026-08-19T02:51:07.987Z[ recovery-image] Aug 19 02:51:07.277 INFO O| Aug 19 02:51:07.277 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53122026-08-19T02:51:07.996Z[ recovery-image] Aug 19 02:51:07.287 INFO O| Aug 19 02:51:07.287 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/smbfs"
53132026-08-19T02:51:07.999Z[ recovery-image] Aug 19 02:51:07.288 INFO O| Aug 19 02:51:07.288 INFO STEP 10 (remove_files) COMPLETE
53142026-08-19T02:51:08.000Z[ recovery-image] Aug 19 02:51:07.288 INFO O| Aug 19 02:51:07.288 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53152026-08-19T02:51:08.007Z[ recovery-image] Aug 19 02:51:07.298 INFO O| Aug 19 02:51:07.298 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/smbsrv"
53162026-08-19T02:51:08.010Z[ recovery-image] Aug 19 02:51:07.300 INFO O| Aug 19 02:51:07.300 INFO STEP 11 (remove_files) COMPLETE
53172026-08-19T02:51:08.010Z[ recovery-image] Aug 19 02:51:07.300 INFO O| Aug 19 02:51:07.300 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53182026-08-19T02:51:08.027Z[ recovery-image] Aug 19 02:51:07.318 INFO O| Aug 19 02:51:07.318 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/perl5"
53192026-08-19T02:51:08.032Z[verify-libraries] Compiling russh-util v0.52.0
53202026-08-19T02:51:08.066Z[ recovery-image] Aug 19 02:51:07.357 INFO O| Aug 19 02:51:07.357 INFO STEP 12 (remove_files) COMPLETE
53212026-08-19T02:51:08.066Z[ recovery-image] Aug 19 02:51:07.357 INFO O| Aug 19 02:51:07.357 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53222026-08-19T02:51:08.077Z[ recovery-image] Aug 19 02:51:07.368 INFO O| Aug 19 02:51:07.368 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bash"
53232026-08-19T02:51:08.081Z[ recovery-image] Aug 19 02:51:07.369 INFO O| Aug 19 02:51:07.369 INFO STEP 13 (remove_files) COMPLETE
53242026-08-19T02:51:08.081Z[ recovery-image] Aug 19 02:51:07.369 INFO O| Aug 19 02:51:07.369 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53252026-08-19T02:51:08.090Z[ recovery-image] Aug 19 02:51:07.380 INFO O| Aug 19 02:51:07.380 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bhyve"
53262026-08-19T02:51:08.093Z[ recovery-image] Aug 19 02:51:07.383 INFO O| Aug 19 02:51:07.383 INFO STEP 14 (remove_files) COMPLETE
53272026-08-19T02:51:08.093Z[ recovery-image] Aug 19 02:51:07.383 INFO O| Aug 19 02:51:07.383 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53282026-08-19T02:51:08.104Z[ recovery-image] Aug 19 02:51:07.394 INFO O| Aug 19 02:51:07.394 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/emacs"
53292026-08-19T02:51:08.104Z[ recovery-image] Aug 19 02:51:07.395 INFO O| Aug 19 02:51:07.395 INFO STEP 15 (remove_files) COMPLETE
53302026-08-19T02:51:08.107Z[ recovery-image] Aug 19 02:51:07.395 INFO O| Aug 19 02:51:07.395 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53312026-08-19T02:51:08.113Z[ recovery-image] Aug 19 02:51:07.404 INFO O| Aug 19 02:51:07.404 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/icons"
53322026-08-19T02:51:08.116Z[ recovery-image] Aug 19 02:51:07.405 INFO O| Aug 19 02:51:07.405 INFO STEP 16 (remove_files) COMPLETE
53332026-08-19T02:51:08.117Z[ recovery-image] Aug 19 02:51:07.405 INFO O| Aug 19 02:51:07.405 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53342026-08-19T02:51:08.123Z[ recovery-image] Aug 19 02:51:07.414 INFO O| Aug 19 02:51:07.414 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/locale"
53352026-08-19T02:51:08.165Z[ recovery-image] Aug 19 02:51:07.417 INFO O| Aug 19 02:51:07.417 INFO STEP 17 (remove_files) COMPLETE
53362026-08-19T02:51:08.165Z[ recovery-image] Aug 19 02:51:07.417 INFO O| Aug 19 02:51:07.417 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53372026-08-19T02:51:08.165Z[ recovery-image] Aug 19 02:51:07.427 INFO O| Aug 19 02:51:07.427 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/src"
53382026-08-19T02:51:08.165Z[ recovery-image] Aug 19 02:51:07.427 INFO O| Aug 19 02:51:07.427 INFO STEP 18 (remove_files) COMPLETE
53392026-08-19T02:51:08.165Z[ recovery-image] Aug 19 02:51:07.427 INFO O| Aug 19 02:51:07.427 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53402026-08-19T02:51:08.165Z[ recovery-image] Aug 19 02:51:07.436 INFO O| Aug 19 02:51:07.436 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/terminfo"
53412026-08-19T02:51:08.165Z[ recovery-image] Aug 19 02:51:07.436 INFO O| Aug 19 02:51:07.436 INFO STEP 19 (remove_files) COMPLETE
53422026-08-19T02:51:08.165Z[ recovery-image] Aug 19 02:51:07.436 INFO O| Aug 19 02:51:07.436 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53432026-08-19T02:51:08.165Z[ recovery-image] Aug 19 02:51:07.446 INFO O| Aug 19 02:51:07.446 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/vim"
53442026-08-19T02:51:08.202Z[ recovery-image] Aug 19 02:51:07.493 INFO O| Aug 19 02:51:07.493 INFO STEP 20 (remove_files) COMPLETE
53452026-08-19T02:51:08.202Z[ recovery-image] Aug 19 02:51:07.493 INFO O| Aug 19 02:51:07.493 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53462026-08-19T02:51:08.215Z[ recovery-image] Aug 19 02:51:07.505 INFO O| Aug 19 02:51:07.505 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/lib/svc/manifest/network/ssh.xml"
53472026-08-19T02:51:08.234Z[ recovery-image] Aug 19 02:51:07.525 INFO O| Aug 19 02:51:07.525 INFO STEP 21 (remove_files) COMPLETE
53482026-08-19T02:51:08.234Z[ recovery-image] Aug 19 02:51:07.525 INFO O| Aug 19 02:51:07.525 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53492026-08-19T02:51:08.244Z[ recovery-image] Aug 19 02:51:07.535 INFO O| Aug 19 02:51:07.535 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/lib/svc/manifest/system/fmd.xml"
53502026-08-19T02:51:08.244Z[ recovery-image] Aug 19 02:51:07.535 INFO O| Aug 19 02:51:07.535 INFO STEP 22 (remove_files) COMPLETE
53512026-08-19T02:51:08.247Z[ recovery-image] Aug 19 02:51:07.535 INFO O| Aug 19 02:51:07.535 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53522026-08-19T02:51:08.253Z[verify-libraries] Compiling enum_dispatch v0.3.13
53532026-08-19T02:51:08.256Z[ recovery-image] Aug 19 02:51:07.544 INFO O| Aug 19 02:51:07.544 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/adb"
53542026-08-19T02:51:08.256Z[ recovery-image] Aug 19 02:51:07.544 INFO O| Aug 19 02:51:07.544 INFO STEP 23 (remove_files) COMPLETE
53552026-08-19T02:51:08.256Z[ recovery-image] Aug 19 02:51:07.544 INFO O| Aug 19 02:51:07.544 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53562026-08-19T02:51:08.276Z[verify-libraries] Compiling sapling-renderdag v0.1.0
53572026-08-19T02:51:08.279Z[ recovery-image] Aug 19 02:51:07.569 INFO O| Aug 19 02:51:07.569 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/addbadsec"
53582026-08-19T02:51:08.279Z[ recovery-image] Aug 19 02:51:07.569 INFO O| Aug 19 02:51:07.569 INFO STEP 24 (remove_files) COMPLETE
53592026-08-19T02:51:08.279Z[ recovery-image] Aug 19 02:51:07.569 INFO O| Aug 19 02:51:07.569 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53602026-08-19T02:51:08.288Z[ recovery-image] Aug 19 02:51:07.579 INFO O| Aug 19 02:51:07.579 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/agentxtrap"
53612026-08-19T02:51:08.288Z[ recovery-image] Aug 19 02:51:07.579 INFO O| Aug 19 02:51:07.579 INFO STEP 25 (remove_files) COMPLETE
53622026-08-19T02:51:08.291Z[ recovery-image] Aug 19 02:51:07.579 INFO O| Aug 19 02:51:07.579 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53632026-08-19T02:51:08.297Z[ recovery-image] Aug 19 02:51:07.588 INFO O| Aug 19 02:51:07.588 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/alias"
53642026-08-19T02:51:08.297Z[ recovery-image] Aug 19 02:51:07.588 INFO O| Aug 19 02:51:07.588 INFO STEP 26 (remove_files) COMPLETE
53652026-08-19T02:51:08.297Z[ recovery-image] Aug 19 02:51:07.588 INFO O| Aug 19 02:51:07.588 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53662026-08-19T02:51:08.306Z[ recovery-image] Aug 19 02:51:07.596 INFO O| Aug 19 02:51:07.596 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/adb"
53672026-08-19T02:51:08.306Z[ recovery-image] Aug 19 02:51:07.596 INFO O| Aug 19 02:51:07.596 INFO STEP 27 (remove_files) COMPLETE
53682026-08-19T02:51:08.306Z[ recovery-image] Aug 19 02:51:07.596 INFO O| Aug 19 02:51:07.596 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53692026-08-19T02:51:08.318Z[ recovery-image] Aug 19 02:51:07.609 INFO O| Aug 19 02:51:07.604 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/amt"
53702026-08-19T02:51:08.319Z[ recovery-image] Aug 19 02:51:07.609 INFO O| Aug 19 02:51:07.605 INFO STEP 28 (remove_files) COMPLETE
53712026-08-19T02:51:08.322Z[ recovery-image] Aug 19 02:51:07.609 INFO O| Aug 19 02:51:07.605 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53722026-08-19T02:51:08.322Z[ recovery-image] Aug 19 02:51:07.612 INFO O| Aug 19 02:51:07.612 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/crle"
53732026-08-19T02:51:08.322Z[ recovery-image] Aug 19 02:51:07.613 INFO O| Aug 19 02:51:07.613 INFO STEP 29 (remove_files) COMPLETE
53742026-08-19T02:51:08.322Z[ recovery-image] Aug 19 02:51:07.613 INFO O| Aug 19 02:51:07.613 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53752026-08-19T02:51:08.330Z[ recovery-image] Aug 19 02:51:07.621 INFO O| Aug 19 02:51:07.621 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/curl"
53762026-08-19T02:51:08.330Z[ recovery-image] Aug 19 02:51:07.621 INFO O| Aug 19 02:51:07.621 INFO STEP 30 (remove_files) COMPLETE
53772026-08-19T02:51:08.333Z[ recovery-image] Aug 19 02:51:07.621 INFO O| Aug 19 02:51:07.621 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53782026-08-19T02:51:08.340Z[verify-libraries] Compiling delegate v0.13.5
53792026-08-19T02:51:08.343Z[ recovery-image] Aug 19 02:51:07.631 INFO O| Aug 19 02:51:07.631 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/curl-config"
53802026-08-19T02:51:08.343Z[ recovery-image] Aug 19 02:51:07.631 INFO O| Aug 19 02:51:07.631 INFO STEP 31 (remove_files) COMPLETE
53812026-08-19T02:51:08.343Z[ recovery-image] Aug 19 02:51:07.631 INFO O| Aug 19 02:51:07.631 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53822026-08-19T02:51:08.350Z[ recovery-image] Aug 19 02:51:07.641 INFO O| Aug 19 02:51:07.641 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/decrypt"
53832026-08-19T02:51:08.350Z[ recovery-image] Aug 19 02:51:07.641 INFO O| Aug 19 02:51:07.641 INFO STEP 32 (remove_files) COMPLETE
53842026-08-19T02:51:08.354Z[ recovery-image] Aug 19 02:51:07.641 INFO O| Aug 19 02:51:07.641 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53852026-08-19T02:51:08.360Z[ recovery-image] Aug 19 02:51:07.651 INFO O| Aug 19 02:51:07.651 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/digest"
53862026-08-19T02:51:08.360Z[ recovery-image] Aug 19 02:51:07.651 INFO O| Aug 19 02:51:07.651 INFO STEP 33 (remove_files) COMPLETE
53872026-08-19T02:51:08.363Z[ recovery-image] Aug 19 02:51:07.651 INFO O| Aug 19 02:51:07.651 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53882026-08-19T02:51:08.395Z[verify-libraries] Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
53892026-08-19T02:51:08.398Z[ recovery-image] Aug 19 02:51:07.687 INFO O| Aug 19 02:51:07.687 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/elfwrap"
53902026-08-19T02:51:08.399Z[ recovery-image] Aug 19 02:51:07.688 INFO O| Aug 19 02:51:07.688 INFO STEP 34 (remove_files) COMPLETE
53912026-08-19T02:51:08.399Z[ recovery-image] Aug 19 02:51:07.688 INFO O| Aug 19 02:51:07.688 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53922026-08-19T02:51:08.409Z[ recovery-image] Aug 19 02:51:07.700 INFO O| Aug 19 02:51:07.700 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/encrypt"
53932026-08-19T02:51:08.412Z[ recovery-image] Aug 19 02:51:07.700 INFO O| Aug 19 02:51:07.700 INFO STEP 35 (remove_files) COMPLETE
53942026-08-19T02:51:08.412Z[ recovery-image] Aug 19 02:51:07.700 INFO O| Aug 19 02:51:07.700 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53952026-08-19T02:51:08.420Z[ recovery-image] Aug 19 02:51:07.710 INFO O| Aug 19 02:51:07.710 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gclear"
53962026-08-19T02:51:08.420Z[ recovery-image] Aug 19 02:51:07.710 INFO O| Aug 19 02:51:07.710 INFO STEP 36 (remove_files) COMPLETE
53972026-08-19T02:51:08.420Z[ recovery-image] Aug 19 02:51:07.710 INFO O| Aug 19 02:51:07.710 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53982026-08-19T02:51:08.439Z[ recovery-image] Aug 19 02:51:07.730 INFO O| Aug 19 02:51:07.730 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ginfocmp"
53992026-08-19T02:51:08.440Z[ recovery-image] Aug 19 02:51:07.730 INFO O| Aug 19 02:51:07.730 INFO STEP 37 (remove_files) COMPLETE
54002026-08-19T02:51:08.440Z[ recovery-image] Aug 19 02:51:07.730 INFO O| Aug 19 02:51:07.730 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54012026-08-19T02:51:08.449Z[ recovery-image] Aug 19 02:51:07.740 INFO O| Aug 19 02:51:07.739 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtabs"
54022026-08-19T02:51:08.449Z[ recovery-image] Aug 19 02:51:07.740 INFO O| Aug 19 02:51:07.740 INFO STEP 38 (remove_files) COMPLETE
54032026-08-19T02:51:08.449Z[ recovery-image] Aug 19 02:51:07.740 INFO O| Aug 19 02:51:07.740 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54042026-08-19T02:51:08.458Z[ recovery-image] Aug 19 02:51:07.748 INFO O| Aug 19 02:51:07.748 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtic"
54052026-08-19T02:51:08.458Z[ recovery-image] Aug 19 02:51:07.749 INFO O| Aug 19 02:51:07.748 INFO STEP 39 (remove_files) COMPLETE
54062026-08-19T02:51:08.462Z[ recovery-image] Aug 19 02:51:07.749 INFO O| Aug 19 02:51:07.749 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54072026-08-19T02:51:08.484Z[ recovery-image] Aug 19 02:51:07.774 INFO O| Aug 19 02:51:07.774 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtoe"
54082026-08-19T02:51:08.553Z[ recovery-image] Aug 19 02:51:07.844 INFO O| Aug 19 02:51:07.844 INFO STEP 40 (remove_files) COMPLETE
54092026-08-19T02:51:08.553Z[ recovery-image] Aug 19 02:51:07.844 INFO O| Aug 19 02:51:07.844 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54102026-08-19T02:51:08.557Z[verify-libraries] Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
54112026-08-19T02:51:08.588Z[ recovery-image] Aug 19 02:51:07.879 INFO O| Aug 19 02:51:07.879 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtput"
54122026-08-19T02:51:08.589Z[ recovery-image] Aug 19 02:51:07.879 INFO O| Aug 19 02:51:07.879 INFO STEP 41 (remove_files) COMPLETE
54132026-08-19T02:51:08.589Z[ recovery-image] Aug 19 02:51:07.879 INFO O| Aug 19 02:51:07.879 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54142026-08-19T02:51:08.612Z[ recovery-image] Aug 19 02:51:07.903 INFO O| Aug 19 02:51:07.903 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtset"
54152026-08-19T02:51:08.612Z[ recovery-image] Aug 19 02:51:07.903 INFO O| Aug 19 02:51:07.903 INFO STEP 42 (remove_files) COMPLETE
54162026-08-19T02:51:08.612Z[ recovery-image] Aug 19 02:51:07.903 INFO O| Aug 19 02:51:07.903 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54172026-08-19T02:51:08.623Z[ recovery-image] Aug 19 02:51:07.913 INFO O| Aug 19 02:51:07.913 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/idn"
54182026-08-19T02:51:08.623Z[ recovery-image] Aug 19 02:51:07.914 INFO O| Aug 19 02:51:07.914 INFO STEP 43 (remove_files) COMPLETE
54192026-08-19T02:51:08.626Z[ recovery-image] Aug 19 02:51:07.914 INFO O| Aug 19 02:51:07.914 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54202026-08-19T02:51:08.633Z[ recovery-image] Aug 19 02:51:07.924 INFO O| Aug 19 02:51:07.924 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ksh93"
54212026-08-19T02:51:08.633Z[ recovery-image] Aug 19 02:51:07.924 INFO O| Aug 19 02:51:07.924 INFO STEP 44 (remove_files) COMPLETE
54222026-08-19T02:51:08.633Z[ recovery-image] Aug 19 02:51:07.924 INFO O| Aug 19 02:51:07.924 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54232026-08-19T02:51:08.647Z[ recovery-image] Aug 19 02:51:07.937 INFO O| Aug 19 02:51:07.937 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ls"
54242026-08-19T02:51:08.647Z[ recovery-image] Aug 19 02:51:07.937 INFO O| Aug 19 02:51:07.937 INFO STEP 45 (remove_files) COMPLETE
54252026-08-19T02:51:08.647Z[ recovery-image] Aug 19 02:51:07.937 INFO O| Aug 19 02:51:07.937 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54262026-08-19T02:51:08.656Z[ recovery-image] Aug 19 02:51:07.946 INFO O| Aug 19 02:51:07.946 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/mac"
54272026-08-19T02:51:08.656Z[ recovery-image] Aug 19 02:51:07.946 INFO O| Aug 19 02:51:07.946 INFO STEP 46 (remove_files) COMPLETE
54282026-08-19T02:51:08.656Z[ recovery-image] Aug 19 02:51:07.946 INFO O| Aug 19 02:51:07.946 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54292026-08-19T02:51:08.673Z[ recovery-image] Aug 19 02:51:07.956 INFO O| Aug 19 02:51:07.956 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/moe"
54302026-08-19T02:51:08.673Z[ recovery-image] Aug 19 02:51:07.956 INFO O| Aug 19 02:51:07.956 INFO STEP 47 (remove_files) COMPLETE
54312026-08-19T02:51:08.673Z[ recovery-image] Aug 19 02:51:07.956 INFO O| Aug 19 02:51:07.956 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54322026-08-19T02:51:08.697Z[ recovery-image] Aug 19 02:51:07.978 INFO O| Aug 19 02:51:07.978 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ncurses6-config"
54332026-08-19T02:51:08.697Z[ recovery-image] Aug 19 02:51:07.978 INFO O| Aug 19 02:51:07.978 INFO STEP 48 (remove_files) COMPLETE
54342026-08-19T02:51:08.697Z[ recovery-image] Aug 19 02:51:07.978 INFO O| Aug 19 02:51:07.978 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54352026-08-19T02:51:08.701Z[ recovery-image] Aug 19 02:51:07.989 INFO O| Aug 19 02:51:07.989 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/newtask"
54362026-08-19T02:51:08.701Z[ recovery-image] Aug 19 02:51:07.989 INFO O| Aug 19 02:51:07.989 INFO STEP 49 (remove_files) COMPLETE
54372026-08-19T02:51:08.701Z[ recovery-image] Aug 19 02:51:07.989 INFO O| Aug 19 02:51:07.989 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54382026-08-19T02:51:08.709Z[ recovery-image] Aug 19 02:51:08.000 INFO O| Aug 19 02:51:08.000 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/nohup"
54392026-08-19T02:51:08.709Z[ recovery-image] Aug 19 02:51:08.000 INFO O| Aug 19 02:51:08.000 INFO STEP 50 (remove_files) COMPLETE
54402026-08-19T02:51:08.712Z[ recovery-image] Aug 19 02:51:08.000 INFO O| Aug 19 02:51:08.000 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54412026-08-19T02:51:08.719Z[ recovery-image] Aug 19 02:51:08.010 INFO O| Aug 19 02:51:08.010 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pargs"
54422026-08-19T02:51:08.722Z[verify-libraries] Compiling seq-macro v0.3.6
54432026-08-19T02:51:08.722Z[ recovery-image] Aug 19 02:51:08.012 INFO O| Aug 19 02:51:08.011 INFO STEP 51 (remove_files) COMPLETE
54442026-08-19T02:51:08.722Z[ recovery-image] Aug 19 02:51:08.012 INFO O| Aug 19 02:51:08.012 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54452026-08-19T02:51:08.731Z[ recovery-image] Aug 19 02:51:08.022 INFO O| Aug 19 02:51:08.022 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pauxv"
54462026-08-19T02:51:08.731Z[ recovery-image] Aug 19 02:51:08.022 INFO O| Aug 19 02:51:08.022 INFO STEP 52 (remove_files) COMPLETE
54472026-08-19T02:51:08.734Z[ recovery-image] Aug 19 02:51:08.022 INFO O| Aug 19 02:51:08.022 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54482026-08-19T02:51:08.740Z[ recovery-image] Aug 19 02:51:08.031 INFO O| Aug 19 02:51:08.031 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcap-config"
54492026-08-19T02:51:08.741Z[ recovery-image] Aug 19 02:51:08.031 INFO O| Aug 19 02:51:08.031 INFO STEP 53 (remove_files) COMPLETE
54502026-08-19T02:51:08.741Z[ recovery-image] Aug 19 02:51:08.031 INFO O| Aug 19 02:51:08.031 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54512026-08-19T02:51:08.749Z[ recovery-image] Aug 19 02:51:08.040 INFO O| Aug 19 02:51:08.040 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre-config"
54522026-08-19T02:51:08.755Z[ recovery-image] Aug 19 02:51:08.046 INFO O| Aug 19 02:51:08.046 INFO STEP 54 (remove_files) COMPLETE
54532026-08-19T02:51:08.755Z[ recovery-image] Aug 19 02:51:08.046 INFO O| Aug 19 02:51:08.046 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54542026-08-19T02:51:08.764Z[ recovery-image] Aug 19 02:51:08.055 INFO O| Aug 19 02:51:08.055 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre2-config"
54552026-08-19T02:51:08.764Z[ recovery-image] Aug 19 02:51:08.055 INFO O| Aug 19 02:51:08.055 INFO STEP 55 (remove_files) COMPLETE
54562026-08-19T02:51:08.767Z[ recovery-image] Aug 19 02:51:08.055 INFO O| Aug 19 02:51:08.055 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54572026-08-19T02:51:08.770Z[verify-libraries] Compiling hex-literal v1.1.0
54582026-08-19T02:51:08.773Z[ recovery-image] Aug 19 02:51:08.064 INFO O| Aug 19 02:51:08.063 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcred"
54592026-08-19T02:51:08.773Z[ recovery-image] Aug 19 02:51:08.064 INFO O| Aug 19 02:51:08.064 INFO STEP 56 (remove_files) COMPLETE
54602026-08-19T02:51:08.773Z[ recovery-image] Aug 19 02:51:08.064 INFO O| Aug 19 02:51:08.064 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54612026-08-19T02:51:08.781Z[ recovery-image] Aug 19 02:51:08.071 INFO O| Aug 19 02:51:08.071 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcregrep"
54622026-08-19T02:51:08.781Z[ recovery-image] Aug 19 02:51:08.072 INFO O| Aug 19 02:51:08.072 INFO STEP 57 (remove_files) COMPLETE
54632026-08-19T02:51:08.784Z[ recovery-image] Aug 19 02:51:08.072 INFO O| Aug 19 02:51:08.072 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54642026-08-19T02:51:08.789Z[ recovery-image] Aug 19 02:51:08.080 INFO O| Aug 19 02:51:08.080 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcretest"
54652026-08-19T02:51:08.789Z[ recovery-image] Aug 19 02:51:08.080 INFO O| Aug 19 02:51:08.080 INFO STEP 58 (remove_files) COMPLETE
54662026-08-19T02:51:08.789Z[ recovery-image] Aug 19 02:51:08.080 INFO O| Aug 19 02:51:08.080 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54672026-08-19T02:51:08.797Z[ recovery-image] Aug 19 02:51:08.088 INFO O| Aug 19 02:51:08.088 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/penv"
54682026-08-19T02:51:08.797Z[ recovery-image] Aug 19 02:51:08.088 INFO O| Aug 19 02:51:08.088 INFO STEP 59 (remove_files) COMPLETE
54692026-08-19T02:51:08.797Z[ recovery-image] Aug 19 02:51:08.088 INFO O| Aug 19 02:51:08.088 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54702026-08-19T02:51:08.806Z[ recovery-image] Aug 19 02:51:08.097 INFO O| Aug 19 02:51:08.097 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pfiles"
54712026-08-19T02:51:08.806Z[ recovery-image] Aug 19 02:51:08.097 INFO O| Aug 19 02:51:08.097 INFO STEP 60 (remove_files) COMPLETE
54722026-08-19T02:51:08.809Z[ recovery-image] Aug 19 02:51:08.097 INFO O| Aug 19 02:51:08.097 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54732026-08-19T02:51:08.810Z[verify-libraries] Compiling md5 v0.8.0
54742026-08-19T02:51:08.814Z[ recovery-image] Aug 19 02:51:08.105 INFO O| Aug 19 02:51:08.105 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pflags"
54752026-08-19T02:51:08.817Z[ recovery-image] Aug 19 02:51:08.105 INFO O| Aug 19 02:51:08.105 INFO STEP 61 (remove_files) COMPLETE
54762026-08-19T02:51:08.817Z[ recovery-image] Aug 19 02:51:08.105 INFO O| Aug 19 02:51:08.105 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54772026-08-19T02:51:08.828Z[ recovery-image] Aug 19 02:51:08.119 INFO O| Aug 19 02:51:08.118 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pldd"
54782026-08-19T02:51:08.828Z[ recovery-image] Aug 19 02:51:08.119 INFO O| Aug 19 02:51:08.119 INFO STEP 62 (remove_files) COMPLETE
54792026-08-19T02:51:08.831Z[ recovery-image] Aug 19 02:51:08.119 INFO O| Aug 19 02:51:08.119 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54802026-08-19T02:51:08.855Z[ recovery-image] Aug 19 02:51:08.146 INFO O| Aug 19 02:51:08.146 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/plgrp"
54812026-08-19T02:51:08.855Z[ recovery-image] Aug 19 02:51:08.146 INFO O| Aug 19 02:51:08.146 INFO STEP 63 (remove_files) COMPLETE
54822026-08-19T02:51:08.858Z[ recovery-image] Aug 19 02:51:08.146 INFO O| Aug 19 02:51:08.146 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54832026-08-19T02:51:08.876Z[ recovery-image] Aug 19 02:51:08.167 INFO O| Aug 19 02:51:08.167 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/plimit"
54842026-08-19T02:51:08.877Z[ recovery-image] Aug 19 02:51:08.167 INFO O| Aug 19 02:51:08.167 INFO STEP 64 (remove_files) COMPLETE
54852026-08-19T02:51:08.877Z[ recovery-image] Aug 19 02:51:08.167 INFO O| Aug 19 02:51:08.167 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54862026-08-19T02:51:08.886Z[ recovery-image] Aug 19 02:51:08.177 INFO O| Aug 19 02:51:08.177 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pmadvise"
54872026-08-19T02:51:08.886Z[ recovery-image] Aug 19 02:51:08.177 INFO O| Aug 19 02:51:08.177 INFO STEP 65 (remove_files) COMPLETE
54882026-08-19T02:51:08.886Z[ recovery-image] Aug 19 02:51:08.177 INFO O| Aug 19 02:51:08.177 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54892026-08-19T02:51:08.896Z[ recovery-image] Aug 19 02:51:08.187 INFO O| Aug 19 02:51:08.186 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pmap"
54902026-08-19T02:51:08.896Z[ recovery-image] Aug 19 02:51:08.187 INFO O| Aug 19 02:51:08.187 INFO STEP 66 (remove_files) COMPLETE
54912026-08-19T02:51:08.899Z[ recovery-image] Aug 19 02:51:08.187 INFO O| Aug 19 02:51:08.187 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54922026-08-19T02:51:08.906Z[ recovery-image] Aug 19 02:51:08.197 INFO O| Aug 19 02:51:08.197 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ppgsz"
54932026-08-19T02:51:08.906Z[ recovery-image] Aug 19 02:51:08.197 INFO O| Aug 19 02:51:08.197 INFO STEP 67 (remove_files) COMPLETE
54942026-08-19T02:51:08.906Z[ recovery-image] Aug 19 02:51:08.197 INFO O| Aug 19 02:51:08.197 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54952026-08-19T02:51:08.916Z[ recovery-image] Aug 19 02:51:08.207 INFO O| Aug 19 02:51:08.207 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ppriv"
54962026-08-19T02:51:08.916Z[ recovery-image] Aug 19 02:51:08.207 INFO O| Aug 19 02:51:08.207 INFO STEP 68 (remove_files) COMPLETE
54972026-08-19T02:51:08.917Z[ recovery-image] Aug 19 02:51:08.207 INFO O| Aug 19 02:51:08.207 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54982026-08-19T02:51:08.923Z[verify-libraries] Compiling sync-ptr v0.1.4
54992026-08-19T02:51:08.926Z[ recovery-image] Aug 19 02:51:08.217 INFO O| Aug 19 02:51:08.217 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prctl"
55002026-08-19T02:51:08.926Z[ recovery-image] Aug 19 02:51:08.217 INFO O| Aug 19 02:51:08.217 INFO STEP 69 (remove_files) COMPLETE
55012026-08-19T02:51:08.926Z[ recovery-image] Aug 19 02:51:08.217 INFO O| Aug 19 02:51:08.217 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55022026-08-19T02:51:08.935Z[ recovery-image] Aug 19 02:51:08.226 INFO O| Aug 19 02:51:08.226 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/preap"
55032026-08-19T02:51:08.935Z[ recovery-image] Aug 19 02:51:08.226 INFO O| Aug 19 02:51:08.226 INFO STEP 70 (remove_files) COMPLETE
55042026-08-19T02:51:08.938Z[ recovery-image] Aug 19 02:51:08.226 INFO O| Aug 19 02:51:08.226 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55052026-08-19T02:51:08.944Z[ recovery-image] Aug 19 02:51:08.235 INFO O| Aug 19 02:51:08.235 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prstat"
55062026-08-19T02:51:08.945Z[ recovery-image] Aug 19 02:51:08.235 INFO O| Aug 19 02:51:08.235 INFO STEP 71 (remove_files) COMPLETE
55072026-08-19T02:51:08.945Z[ recovery-image] Aug 19 02:51:08.235 INFO O| Aug 19 02:51:08.235 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55082026-08-19T02:51:08.958Z[ recovery-image] Aug 19 02:51:08.249 INFO O| Aug 19 02:51:08.249 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prun"
55092026-08-19T02:51:08.958Z[ recovery-image] Aug 19 02:51:08.249 INFO O| Aug 19 02:51:08.249 INFO STEP 72 (remove_files) COMPLETE
55102026-08-19T02:51:08.958Z[ recovery-image] Aug 19 02:51:08.249 INFO O| Aug 19 02:51:08.249 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55112026-08-19T02:51:08.970Z[ recovery-image] Aug 19 02:51:08.260 INFO O| Aug 19 02:51:08.260 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/psecflags"
55122026-08-19T02:51:08.970Z[ recovery-image] Aug 19 02:51:08.260 INFO O| Aug 19 02:51:08.260 INFO STEP 73 (remove_files) COMPLETE
55132026-08-19T02:51:08.973Z[ recovery-image] Aug 19 02:51:08.260 INFO O| Aug 19 02:51:08.260 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55142026-08-19T02:51:08.980Z[ recovery-image] Aug 19 02:51:08.271 INFO O| Aug 19 02:51:08.271 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/psig"
55152026-08-19T02:51:08.980Z[ recovery-image] Aug 19 02:51:08.271 INFO O| Aug 19 02:51:08.271 INFO STEP 74 (remove_files) COMPLETE
55162026-08-19T02:51:08.980Z[ recovery-image] Aug 19 02:51:08.271 INFO O| Aug 19 02:51:08.271 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55172026-08-19T02:51:08.992Z[ recovery-image] Aug 19 02:51:08.283 INFO O| Aug 19 02:51:08.283 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pstack"
55182026-08-19T02:51:08.992Z[ recovery-image] Aug 19 02:51:08.283 INFO O| Aug 19 02:51:08.283 INFO STEP 75 (remove_files) COMPLETE
55192026-08-19T02:51:08.992Z[ recovery-image] Aug 19 02:51:08.283 INFO O| Aug 19 02:51:08.283 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55202026-08-19T02:51:09.003Z[ recovery-image] Aug 19 02:51:08.294 INFO O| Aug 19 02:51:08.294 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pstop"
55212026-08-19T02:51:09.003Z[ recovery-image] Aug 19 02:51:08.294 INFO O| Aug 19 02:51:08.294 INFO STEP 76 (remove_files) COMPLETE
55222026-08-19T02:51:09.003Z[ recovery-image] Aug 19 02:51:08.294 INFO O| Aug 19 02:51:08.294 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55232026-08-19T02:51:09.015Z[ recovery-image] Aug 19 02:51:08.306 INFO O| Aug 19 02:51:08.306 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ptime"
55242026-08-19T02:51:09.015Z[ recovery-image] Aug 19 02:51:08.306 INFO O| Aug 19 02:51:08.306 INFO STEP 77 (remove_files) COMPLETE
55252026-08-19T02:51:09.018Z[ recovery-image] Aug 19 02:51:08.306 INFO O| Aug 19 02:51:08.306 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55262026-08-19T02:51:09.026Z[ recovery-image] Aug 19 02:51:08.316 INFO O| Aug 19 02:51:08.316 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ptree"
55272026-08-19T02:51:09.026Z[ recovery-image] Aug 19 02:51:08.316 INFO O| Aug 19 02:51:08.316 INFO STEP 78 (remove_files) COMPLETE
55282026-08-19T02:51:09.026Z[ recovery-image] Aug 19 02:51:08.316 INFO O| Aug 19 02:51:08.316 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55292026-08-19T02:51:09.038Z[ recovery-image] Aug 19 02:51:08.328 INFO O| Aug 19 02:51:08.328 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pwait"
55302026-08-19T02:51:09.038Z[ recovery-image] Aug 19 02:51:08.328 INFO O| Aug 19 02:51:08.328 INFO STEP 79 (remove_files) COMPLETE
55312026-08-19T02:51:09.038Z[ recovery-image] Aug 19 02:51:08.328 INFO O| Aug 19 02:51:08.328 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55322026-08-19T02:51:09.048Z[ recovery-image] Aug 19 02:51:08.339 INFO O| Aug 19 02:51:08.339 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pwdx"
55332026-08-19T02:51:09.048Z[ recovery-image] Aug 19 02:51:08.339 INFO O| Aug 19 02:51:08.339 INFO STEP 80 (remove_files) COMPLETE
55342026-08-19T02:51:09.051Z[ recovery-image] Aug 19 02:51:08.339 INFO O| Aug 19 02:51:08.339 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55352026-08-19T02:51:09.067Z[ recovery-image] Aug 19 02:51:08.357 INFO O| Aug 19 02:51:08.357 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/rksh"
55362026-08-19T02:51:09.067Z[ recovery-image] Aug 19 02:51:08.358 INFO O| Aug 19 02:51:08.358 INFO STEP 81 (remove_files) COMPLETE
55372026-08-19T02:51:09.067Z[ recovery-image] Aug 19 02:51:08.358 INFO O| Aug 19 02:51:08.358 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55382026-08-19T02:51:09.075Z[ recovery-image] Aug 19 02:51:08.366 INFO O| Aug 19 02:51:08.366 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/rksh93"
55392026-08-19T02:51:09.075Z[ recovery-image] Aug 19 02:51:08.366 INFO O| Aug 19 02:51:08.366 INFO STEP 82 (remove_files) COMPLETE
55402026-08-19T02:51:09.078Z[ recovery-image] Aug 19 02:51:08.366 INFO O| Aug 19 02:51:08.366 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55412026-08-19T02:51:09.085Z[ recovery-image] Aug 19 02:51:08.376 INFO O| Aug 19 02:51:08.376 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/strings"
55422026-08-19T02:51:09.085Z[ recovery-image] Aug 19 02:51:08.376 INFO O| Aug 19 02:51:08.376 INFO STEP 83 (remove_files) COMPLETE
55432026-08-19T02:51:09.085Z[ recovery-image] Aug 19 02:51:08.376 INFO O| Aug 19 02:51:08.376 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55442026-08-19T02:51:09.098Z[ recovery-image] Aug 19 02:51:08.386 INFO O| Aug 19 02:51:08.386 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xml2-config"
55452026-08-19T02:51:09.098Z[ recovery-image] Aug 19 02:51:08.386 INFO O| Aug 19 02:51:08.386 INFO STEP 84 (remove_files) COMPLETE
55462026-08-19T02:51:09.101Z[ recovery-image] Aug 19 02:51:08.386 INFO O| Aug 19 02:51:08.386 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55472026-08-19T02:51:09.110Z[ recovery-image] Aug 19 02:51:08.401 INFO O| Aug 19 02:51:08.401 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xmlcatalog"
55482026-08-19T02:51:09.110Z[ recovery-image] Aug 19 02:51:08.401 INFO O| Aug 19 02:51:08.401 INFO STEP 85 (remove_files) COMPLETE
55492026-08-19T02:51:09.113Z[ recovery-image] Aug 19 02:51:08.401 INFO O| Aug 19 02:51:08.401 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55502026-08-19T02:51:09.120Z[ recovery-image] Aug 19 02:51:08.410 INFO O| Aug 19 02:51:08.410 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xmllint"
55512026-08-19T02:51:09.120Z[ recovery-image] Aug 19 02:51:08.410 INFO O| Aug 19 02:51:08.410 INFO STEP 86 (remove_files) COMPLETE
55522026-08-19T02:51:09.121Z[ recovery-image] Aug 19 02:51:08.410 INFO O| Aug 19 02:51:08.410 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55532026-08-19T02:51:09.127Z[verify-libraries] Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
55542026-08-19T02:51:09.130Z[ recovery-image] Aug 19 02:51:08.419 INFO O| Aug 19 02:51:08.419 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amt"
55552026-08-19T02:51:09.130Z[ recovery-image] Aug 19 02:51:08.419 INFO O| Aug 19 02:51:08.419 INFO STEP 87 (remove_files) COMPLETE
55562026-08-19T02:51:09.130Z[ recovery-image] Aug 19 02:51:08.419 INFO O| Aug 19 02:51:08.419 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55572026-08-19T02:51:09.143Z[ recovery-image] Aug 19 02:51:08.434 INFO O| Aug 19 02:51:08.427 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/arch"
55582026-08-19T02:51:09.143Z[ recovery-image] Aug 19 02:51:08.434 INFO O| Aug 19 02:51:08.428 INFO STEP 88 (remove_files) COMPLETE
55592026-08-19T02:51:09.143Z[ recovery-image] Aug 19 02:51:08.434 INFO O| Aug 19 02:51:08.428 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55602026-08-19T02:51:09.146Z[ recovery-image] Aug 19 02:51:08.435 INFO O| Aug 19 02:51:08.435 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/asa"
55612026-08-19T02:51:09.146Z[ recovery-image] Aug 19 02:51:08.435 INFO O| Aug 19 02:51:08.435 INFO STEP 89 (remove_files) COMPLETE
55622026-08-19T02:51:09.146Z[ recovery-image] Aug 19 02:51:08.435 INFO O| Aug 19 02:51:08.435 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55632026-08-19T02:51:09.152Z[ recovery-image] Aug 19 02:51:08.443 INFO O| Aug 19 02:51:08.443 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/at"
55642026-08-19T02:51:09.152Z[ recovery-image] Aug 19 02:51:08.443 INFO O| Aug 19 02:51:08.443 INFO STEP 90 (remove_files) COMPLETE
55652026-08-19T02:51:09.152Z[ recovery-image] Aug 19 02:51:08.443 INFO O| Aug 19 02:51:08.443 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55662026-08-19T02:51:09.167Z[ recovery-image] Aug 19 02:51:08.457 INFO O| Aug 19 02:51:08.457 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/atq"
55672026-08-19T02:51:09.167Z[ recovery-image] Aug 19 02:51:08.457 INFO O| Aug 19 02:51:08.457 INFO STEP 91 (remove_files) COMPLETE
55682026-08-19T02:51:09.167Z[ recovery-image] Aug 19 02:51:08.458 INFO O| Aug 19 02:51:08.457 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55692026-08-19T02:51:09.170Z[verify-libraries] Compiling nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
55702026-08-19T02:51:09.175Z[ recovery-image] Aug 19 02:51:08.466 INFO O| Aug 19 02:51:08.466 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/atrm"
55712026-08-19T02:51:09.175Z[ recovery-image] Aug 19 02:51:08.466 INFO O| Aug 19 02:51:08.466 INFO STEP 92 (remove_files) COMPLETE
55722026-08-19T02:51:09.175Z[ recovery-image] Aug 19 02:51:08.466 INFO O| Aug 19 02:51:08.466 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55732026-08-19T02:51:09.186Z[ recovery-image] Aug 19 02:51:08.477 INFO O| Aug 19 02:51:08.477 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/auths"
55742026-08-19T02:51:09.186Z[ recovery-image] Aug 19 02:51:08.477 INFO O| Aug 19 02:51:08.477 INFO STEP 93 (remove_files) COMPLETE
55752026-08-19T02:51:09.186Z[ recovery-image] Aug 19 02:51:08.477 INFO O| Aug 19 02:51:08.477 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55762026-08-19T02:51:09.195Z[ recovery-image] Aug 19 02:51:08.486 INFO O| Aug 19 02:51:08.486 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/banner"
55772026-08-19T02:51:09.195Z[ recovery-image] Aug 19 02:51:08.486 INFO O| Aug 19 02:51:08.486 INFO STEP 94 (remove_files) COMPLETE
55782026-08-19T02:51:09.195Z[ recovery-image] Aug 19 02:51:08.486 INFO O| Aug 19 02:51:08.486 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55792026-08-19T02:51:09.203Z[ recovery-image] Aug 19 02:51:08.494 INFO O| Aug 19 02:51:08.494 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bashbug"
55802026-08-19T02:51:09.204Z[ recovery-image] Aug 19 02:51:08.494 INFO O| Aug 19 02:51:08.494 INFO STEP 95 (remove_files) COMPLETE
55812026-08-19T02:51:09.206Z[ recovery-image] Aug 19 02:51:08.494 INFO O| Aug 19 02:51:08.494 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55822026-08-19T02:51:09.211Z[ recovery-image] Aug 19 02:51:08.502 INFO O| Aug 19 02:51:08.502 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/batch"
55832026-08-19T02:51:09.211Z[ recovery-image] Aug 19 02:51:08.502 INFO O| Aug 19 02:51:08.502 INFO STEP 96 (remove_files) COMPLETE
55842026-08-19T02:51:09.216Z[ recovery-image] Aug 19 02:51:08.502 INFO O| Aug 19 02:51:08.502 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55852026-08-19T02:51:09.219Z[ recovery-image] Aug 19 02:51:08.510 INFO O| Aug 19 02:51:08.510 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bc"
55862026-08-19T02:51:09.219Z[ recovery-image] Aug 19 02:51:08.510 INFO O| Aug 19 02:51:08.510 INFO STEP 97 (remove_files) COMPLETE
55872026-08-19T02:51:09.219Z[ recovery-image] Aug 19 02:51:08.510 INFO O| Aug 19 02:51:08.510 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55882026-08-19T02:51:09.227Z[ recovery-image] Aug 19 02:51:08.518 INFO O| Aug 19 02:51:08.518 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bdiff"
55892026-08-19T02:51:09.227Z[ recovery-image] Aug 19 02:51:08.518 INFO O| Aug 19 02:51:08.518 INFO STEP 98 (remove_files) COMPLETE
55902026-08-19T02:51:09.227Z[ recovery-image] Aug 19 02:51:08.518 INFO O| Aug 19 02:51:08.518 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55912026-08-19T02:51:09.236Z[ recovery-image] Aug 19 02:51:08.526 INFO O| Aug 19 02:51:08.526 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bg"
55922026-08-19T02:51:09.236Z[ recovery-image] Aug 19 02:51:08.526 INFO O| Aug 19 02:51:08.526 INFO STEP 99 (remove_files) COMPLETE
55932026-08-19T02:51:09.238Z[ recovery-image] Aug 19 02:51:08.526 INFO O| Aug 19 02:51:08.526 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55942026-08-19T02:51:09.243Z[ recovery-image] Aug 19 02:51:08.534 INFO O| Aug 19 02:51:08.534 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/brotli"
55952026-08-19T02:51:09.243Z[ recovery-image] Aug 19 02:51:08.534 INFO O| Aug 19 02:51:08.534 INFO STEP 100 (remove_files) COMPLETE
55962026-08-19T02:51:09.246Z[ recovery-image] Aug 19 02:51:08.534 INFO O| Aug 19 02:51:08.534 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55972026-08-19T02:51:09.251Z[ recovery-image] Aug 19 02:51:08.542 INFO O| Aug 19 02:51:08.542 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bunzip2"
55982026-08-19T02:51:09.252Z[ recovery-image] Aug 19 02:51:08.542 INFO O| Aug 19 02:51:08.542 INFO STEP 101 (remove_files) COMPLETE
55992026-08-19T02:51:09.252Z[ recovery-image] Aug 19 02:51:08.542 INFO O| Aug 19 02:51:08.542 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56002026-08-19T02:51:09.261Z[ recovery-image] Aug 19 02:51:08.552 INFO O| Aug 19 02:51:08.552 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/busstat"
56012026-08-19T02:51:09.261Z[ recovery-image] Aug 19 02:51:08.552 INFO O| Aug 19 02:51:08.552 INFO STEP 102 (remove_files) COMPLETE
56022026-08-19T02:51:09.261Z[ recovery-image] Aug 19 02:51:08.552 INFO O| Aug 19 02:51:08.552 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56032026-08-19T02:51:09.270Z[ recovery-image] Aug 19 02:51:08.561 INFO O| Aug 19 02:51:08.560 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzcat"
56042026-08-19T02:51:09.270Z[ recovery-image] Aug 19 02:51:08.561 INFO O| Aug 19 02:51:08.561 INFO STEP 103 (remove_files) COMPLETE
56052026-08-19T02:51:09.273Z[ recovery-image] Aug 19 02:51:08.561 INFO O| Aug 19 02:51:08.561 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56062026-08-19T02:51:09.278Z[ recovery-image] Aug 19 02:51:08.569 INFO O| Aug 19 02:51:08.569 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzdiff"
56072026-08-19T02:51:09.278Z[ recovery-image] Aug 19 02:51:08.569 INFO O| Aug 19 02:51:08.569 INFO STEP 104 (remove_files) COMPLETE
56082026-08-19T02:51:09.282Z[ recovery-image] Aug 19 02:51:08.569 INFO O| Aug 19 02:51:08.569 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56092026-08-19T02:51:09.287Z[ recovery-image] Aug 19 02:51:08.578 INFO O| Aug 19 02:51:08.578 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzgrep"
56102026-08-19T02:51:09.287Z[ recovery-image] Aug 19 02:51:08.578 INFO O| Aug 19 02:51:08.578 INFO STEP 105 (remove_files) COMPLETE
56112026-08-19T02:51:09.287Z[ recovery-image] Aug 19 02:51:08.578 INFO O| Aug 19 02:51:08.578 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56122026-08-19T02:51:09.296Z[ recovery-image] Aug 19 02:51:08.587 INFO O| Aug 19 02:51:08.587 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzip2"
56132026-08-19T02:51:09.296Z[ recovery-image] Aug 19 02:51:08.587 INFO O| Aug 19 02:51:08.587 INFO STEP 106 (remove_files) COMPLETE
56142026-08-19T02:51:09.299Z[ recovery-image] Aug 19 02:51:08.587 INFO O| Aug 19 02:51:08.587 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56152026-08-19T02:51:09.305Z[ recovery-image] Aug 19 02:51:08.596 INFO O| Aug 19 02:51:08.595 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzip2recover"
56162026-08-19T02:51:09.305Z[ recovery-image] Aug 19 02:51:08.596 INFO O| Aug 19 02:51:08.596 INFO STEP 107 (remove_files) COMPLETE
56172026-08-19T02:51:09.305Z[ recovery-image] Aug 19 02:51:08.596 INFO O| Aug 19 02:51:08.596 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56182026-08-19T02:51:09.314Z[ recovery-image] Aug 19 02:51:08.605 INFO O| Aug 19 02:51:08.604 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzmore"
56192026-08-19T02:51:09.314Z[ recovery-image] Aug 19 02:51:08.605 INFO O| Aug 19 02:51:08.605 INFO STEP 108 (remove_files) COMPLETE
56202026-08-19T02:51:09.317Z[ recovery-image] Aug 19 02:51:08.605 INFO O| Aug 19 02:51:08.605 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56212026-08-19T02:51:09.323Z[ recovery-image] Aug 19 02:51:08.614 INFO O| Aug 19 02:51:08.614 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cal"
56222026-08-19T02:51:09.323Z[ recovery-image] Aug 19 02:51:08.614 INFO O| Aug 19 02:51:08.614 INFO STEP 109 (remove_files) COMPLETE
56232026-08-19T02:51:09.326Z[ recovery-image] Aug 19 02:51:08.614 INFO O| Aug 19 02:51:08.614 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56242026-08-19T02:51:09.332Z[ recovery-image] Aug 19 02:51:08.623 INFO O| Aug 19 02:51:08.623 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/captoinfo"
56252026-08-19T02:51:09.332Z[ recovery-image] Aug 19 02:51:08.623 INFO O| Aug 19 02:51:08.623 INFO STEP 110 (remove_files) COMPLETE
56262026-08-19T02:51:09.335Z[ recovery-image] Aug 19 02:51:08.623 INFO O| Aug 19 02:51:08.623 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56272026-08-19T02:51:09.342Z[ recovery-image] Aug 19 02:51:08.633 INFO O| Aug 19 02:51:08.633 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cd"
56282026-08-19T02:51:09.342Z[ recovery-image] Aug 19 02:51:08.633 INFO O| Aug 19 02:51:08.633 INFO STEP 111 (remove_files) COMPLETE
56292026-08-19T02:51:09.345Z[ recovery-image] Aug 19 02:51:08.633 INFO O| Aug 19 02:51:08.633 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56302026-08-19T02:51:09.357Z[ recovery-image] Aug 19 02:51:08.643 INFO O| Aug 19 02:51:08.643 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/certutil"
56312026-08-19T02:51:09.357Z[ recovery-image] Aug 19 02:51:08.643 INFO O| Aug 19 02:51:08.643 INFO STEP 112 (remove_files) COMPLETE
56322026-08-19T02:51:09.357Z[ recovery-image] Aug 19 02:51:08.643 INFO O| Aug 19 02:51:08.643 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56332026-08-19T02:51:09.362Z[ recovery-image] Aug 19 02:51:08.652 INFO O| Aug 19 02:51:08.652 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/checkbandwidth"
56342026-08-19T02:51:09.362Z[ recovery-image] Aug 19 02:51:08.652 INFO O| Aug 19 02:51:08.652 INFO STEP 113 (remove_files) COMPLETE
56352026-08-19T02:51:09.362Z[ recovery-image] Aug 19 02:51:08.652 INFO O| Aug 19 02:51:08.652 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56362026-08-19T02:51:09.371Z[ recovery-image] Aug 19 02:51:08.660 INFO O| Aug 19 02:51:08.660 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/chgrp"
56372026-08-19T02:51:09.371Z[ recovery-image] Aug 19 02:51:08.660 INFO O| Aug 19 02:51:08.660 INFO STEP 114 (remove_files) COMPLETE
56382026-08-19T02:51:09.374Z[verify-libraries] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
56392026-08-19T02:51:09.374Z[ recovery-image] Aug 19 02:51:08.660 INFO O| Aug 19 02:51:08.660 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56402026-08-19T02:51:09.378Z[ recovery-image] Aug 19 02:51:08.669 INFO O| Aug 19 02:51:08.669 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/chronyc"
56412026-08-19T02:51:09.378Z[ recovery-image] Aug 19 02:51:08.669 INFO O| Aug 19 02:51:08.669 INFO STEP 115 (remove_files) COMPLETE
56422026-08-19T02:51:09.378Z[ recovery-image] Aug 19 02:51:08.669 INFO O| Aug 19 02:51:08.669 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56432026-08-19T02:51:09.389Z[ recovery-image] Aug 19 02:51:08.679 INFO O| Aug 19 02:51:08.679 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckdate"
56442026-08-19T02:51:09.389Z[ recovery-image] Aug 19 02:51:08.680 INFO O| Aug 19 02:51:08.679 INFO STEP 116 (remove_files) COMPLETE
56452026-08-19T02:51:09.389Z[ recovery-image] Aug 19 02:51:08.680 INFO O| Aug 19 02:51:08.679 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56462026-08-19T02:51:09.397Z[ recovery-image] Aug 19 02:51:08.688 INFO O| Aug 19 02:51:08.688 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckgid"
56472026-08-19T02:51:09.400Z[ recovery-image] Aug 19 02:51:08.688 INFO O| Aug 19 02:51:08.688 INFO STEP 117 (remove_files) COMPLETE
56482026-08-19T02:51:09.400Z[ recovery-image] Aug 19 02:51:08.688 INFO O| Aug 19 02:51:08.688 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56492026-08-19T02:51:09.407Z[ recovery-image] Aug 19 02:51:08.698 INFO O| Aug 19 02:51:08.698 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckint"
56502026-08-19T02:51:09.407Z[ recovery-image] Aug 19 02:51:08.698 INFO O| Aug 19 02:51:08.698 INFO STEP 118 (remove_files) COMPLETE
56512026-08-19T02:51:09.407Z[ recovery-image] Aug 19 02:51:08.698 INFO O| Aug 19 02:51:08.698 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56522026-08-19T02:51:09.417Z[ recovery-image] Aug 19 02:51:08.708 INFO O| Aug 19 02:51:08.708 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckitem"
56532026-08-19T02:51:09.417Z[ recovery-image] Aug 19 02:51:08.708 INFO O| Aug 19 02:51:08.708 INFO STEP 119 (remove_files) COMPLETE
56542026-08-19T02:51:09.421Z[ recovery-image] Aug 19 02:51:08.708 INFO O| Aug 19 02:51:08.708 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56552026-08-19T02:51:09.428Z[ recovery-image] Aug 19 02:51:08.719 INFO O| Aug 19 02:51:08.718 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckkeywd"
56562026-08-19T02:51:09.428Z[ recovery-image] Aug 19 02:51:08.719 INFO O| Aug 19 02:51:08.719 INFO STEP 120 (remove_files) COMPLETE
56572026-08-19T02:51:09.431Z[ recovery-image] Aug 19 02:51:08.719 INFO O| Aug 19 02:51:08.719 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56582026-08-19T02:51:09.437Z[ recovery-image] Aug 19 02:51:08.728 INFO O| Aug 19 02:51:08.728 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckpath"
56592026-08-19T02:51:09.437Z[ recovery-image] Aug 19 02:51:08.728 INFO O| Aug 19 02:51:08.728 INFO STEP 121 (remove_files) COMPLETE
56602026-08-19T02:51:09.440Z[ recovery-image] Aug 19 02:51:08.728 INFO O| Aug 19 02:51:08.728 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56612026-08-19T02:51:09.447Z[ recovery-image] Aug 19 02:51:08.738 INFO O| Aug 19 02:51:08.737 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckrange"
56622026-08-19T02:51:09.447Z[ recovery-image] Aug 19 02:51:08.738 INFO O| Aug 19 02:51:08.738 INFO STEP 122 (remove_files) COMPLETE
56632026-08-19T02:51:09.447Z[ recovery-image] Aug 19 02:51:08.738 INFO O| Aug 19 02:51:08.738 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56642026-08-19T02:51:09.450Z[verify-libraries] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
56652026-08-19T02:51:09.457Z[ recovery-image] Aug 19 02:51:08.747 INFO O| Aug 19 02:51:08.747 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckstr"
56662026-08-19T02:51:09.457Z[ recovery-image] Aug 19 02:51:08.748 INFO O| Aug 19 02:51:08.748 INFO STEP 123 (remove_files) COMPLETE
56672026-08-19T02:51:09.457Z[ recovery-image] Aug 19 02:51:08.748 INFO O| Aug 19 02:51:08.748 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56682026-08-19T02:51:09.467Z[ recovery-image] Aug 19 02:51:08.758 INFO O| Aug 19 02:51:08.758 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cksum"
56692026-08-19T02:51:09.467Z[ recovery-image] Aug 19 02:51:08.758 INFO O| Aug 19 02:51:08.758 INFO STEP 124 (remove_files) COMPLETE
56702026-08-19T02:51:09.467Z[ recovery-image] Aug 19 02:51:08.758 INFO O| Aug 19 02:51:08.758 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56712026-08-19T02:51:09.471Z[verify-libraries] Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
56722026-08-19T02:51:09.474Z[verify-libraries] Compiling russh v0.62.4
56732026-08-19T02:51:09.476Z[ recovery-image] Aug 19 02:51:08.767 INFO O| Aug 19 02:51:08.767 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cktime"
56742026-08-19T02:51:09.476Z[ recovery-image] Aug 19 02:51:08.767 INFO O| Aug 19 02:51:08.767 INFO STEP 125 (remove_files) COMPLETE
56752026-08-19T02:51:09.477Z[ recovery-image] Aug 19 02:51:08.767 INFO O| Aug 19 02:51:08.767 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56762026-08-19T02:51:09.485Z[ recovery-image] Aug 19 02:51:08.776 INFO O| Aug 19 02:51:08.776 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckuid"
56772026-08-19T02:51:09.485Z[ recovery-image] Aug 19 02:51:08.776 INFO O| Aug 19 02:51:08.776 INFO STEP 126 (remove_files) COMPLETE
56782026-08-19T02:51:09.488Z[ recovery-image] Aug 19 02:51:08.776 INFO O| Aug 19 02:51:08.776 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56792026-08-19T02:51:09.493Z[ recovery-image] Aug 19 02:51:08.784 INFO O| Aug 19 02:51:08.784 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckyorn"
56802026-08-19T02:51:09.493Z[ recovery-image] Aug 19 02:51:08.784 INFO O| Aug 19 02:51:08.784 INFO STEP 127 (remove_files) COMPLETE
56812026-08-19T02:51:09.493Z[ recovery-image] Aug 19 02:51:08.784 INFO O| Aug 19 02:51:08.784 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56822026-08-19T02:51:09.502Z[ recovery-image] Aug 19 02:51:08.793 INFO O| Aug 19 02:51:08.793 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/clear"
56832026-08-19T02:51:09.502Z[ recovery-image] Aug 19 02:51:08.793 INFO O| Aug 19 02:51:08.793 INFO STEP 128 (remove_files) COMPLETE
56842026-08-19T02:51:09.506Z[ recovery-image] Aug 19 02:51:08.793 INFO O| Aug 19 02:51:08.793 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56852026-08-19T02:51:09.512Z[ recovery-image] Aug 19 02:51:08.802 INFO O| Aug 19 02:51:08.802 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cmp"
56862026-08-19T02:51:09.515Z[ recovery-image] Aug 19 02:51:08.802 INFO O| Aug 19 02:51:08.802 INFO STEP 129 (remove_files) COMPLETE
56872026-08-19T02:51:09.515Z[ recovery-image] Aug 19 02:51:08.802 INFO O| Aug 19 02:51:08.802 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56882026-08-19T02:51:09.519Z[ recovery-image] Aug 19 02:51:08.810 INFO O| Aug 19 02:51:08.810 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/col"
56892026-08-19T02:51:09.519Z[ recovery-image] Aug 19 02:51:08.810 INFO O| Aug 19 02:51:08.810 INFO STEP 130 (remove_files) COMPLETE
56902026-08-19T02:51:09.519Z[ recovery-image] Aug 19 02:51:08.810 INFO O| Aug 19 02:51:08.810 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56912026-08-19T02:51:09.529Z[ recovery-image] Aug 19 02:51:08.820 INFO O| Aug 19 02:51:08.820 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/comm"
56922026-08-19T02:51:09.529Z[ recovery-image] Aug 19 02:51:08.820 INFO O| Aug 19 02:51:08.820 INFO STEP 131 (remove_files) COMPLETE
56932026-08-19T02:51:09.529Z[ recovery-image] Aug 19 02:51:08.820 INFO O| Aug 19 02:51:08.820 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56942026-08-19T02:51:09.538Z[ recovery-image] Aug 19 02:51:08.829 INFO O| Aug 19 02:51:08.828 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/command"
56952026-08-19T02:51:09.538Z[ recovery-image] Aug 19 02:51:08.829 INFO O| Aug 19 02:51:08.829 INFO STEP 132 (remove_files) COMPLETE
56962026-08-19T02:51:09.541Z[ recovery-image] Aug 19 02:51:08.829 INFO O| Aug 19 02:51:08.829 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56972026-08-19T02:51:09.546Z[ recovery-image] Aug 19 02:51:08.837 INFO O| Aug 19 02:51:08.837 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/compress"
56982026-08-19T02:51:09.546Z[ recovery-image] Aug 19 02:51:08.837 INFO O| Aug 19 02:51:08.837 INFO STEP 133 (remove_files) COMPLETE
56992026-08-19T02:51:09.550Z[ recovery-image] Aug 19 02:51:08.837 INFO O| Aug 19 02:51:08.837 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57002026-08-19T02:51:09.559Z[ recovery-image] Aug 19 02:51:08.850 INFO O| Aug 19 02:51:08.850 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/connstat"
57012026-08-19T02:51:09.559Z[ recovery-image] Aug 19 02:51:08.850 INFO O| Aug 19 02:51:08.850 INFO STEP 134 (remove_files) COMPLETE
57022026-08-19T02:51:09.559Z[ recovery-image] Aug 19 02:51:08.850 INFO O| Aug 19 02:51:08.850 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57032026-08-19T02:51:09.568Z[ recovery-image] Aug 19 02:51:08.859 INFO O| Aug 19 02:51:08.859 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cpio"
57042026-08-19T02:51:09.568Z[ recovery-image] Aug 19 02:51:08.859 INFO O| Aug 19 02:51:08.859 INFO STEP 135 (remove_files) COMPLETE
57052026-08-19T02:51:09.568Z[ recovery-image] Aug 19 02:51:08.859 INFO O| Aug 19 02:51:08.859 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57062026-08-19T02:51:09.577Z[ recovery-image] Aug 19 02:51:08.867 INFO O| Aug 19 02:51:08.867 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crle"
57072026-08-19T02:51:09.577Z[ recovery-image] Aug 19 02:51:08.868 INFO O| Aug 19 02:51:08.868 INFO STEP 136 (remove_files) COMPLETE
57082026-08-19T02:51:09.580Z[ recovery-image] Aug 19 02:51:08.868 INFO O| Aug 19 02:51:08.868 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57092026-08-19T02:51:09.585Z[ recovery-image] Aug 19 02:51:08.876 INFO O| Aug 19 02:51:08.876 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crontab"
57102026-08-19T02:51:09.585Z[ recovery-image] Aug 19 02:51:08.876 INFO O| Aug 19 02:51:08.876 INFO STEP 137 (remove_files) COMPLETE
57112026-08-19T02:51:09.585Z[ recovery-image] Aug 19 02:51:08.876 INFO O| Aug 19 02:51:08.876 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57122026-08-19T02:51:09.594Z[ recovery-image] Aug 19 02:51:08.885 INFO O| Aug 19 02:51:08.885 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crypt"
57132026-08-19T02:51:09.594Z[ recovery-image] Aug 19 02:51:08.885 INFO O| Aug 19 02:51:08.885 INFO STEP 138 (remove_files) COMPLETE
57142026-08-19T02:51:09.594Z[ recovery-image] Aug 19 02:51:08.885 INFO O| Aug 19 02:51:08.885 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57152026-08-19T02:51:09.603Z[ recovery-image] Aug 19 02:51:08.894 INFO O| Aug 19 02:51:08.894 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/csh"
57162026-08-19T02:51:09.603Z[ recovery-image] Aug 19 02:51:08.894 INFO O| Aug 19 02:51:08.894 INFO STEP 139 (remove_files) COMPLETE
57172026-08-19T02:51:09.603Z[ recovery-image] Aug 19 02:51:08.894 INFO O| Aug 19 02:51:08.894 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57182026-08-19T02:51:09.612Z[ recovery-image] Aug 19 02:51:08.902 INFO O| Aug 19 02:51:08.902 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/csplit"
57192026-08-19T02:51:09.612Z[ recovery-image] Aug 19 02:51:08.902 INFO O| Aug 19 02:51:08.902 INFO STEP 140 (remove_files) COMPLETE
57202026-08-19T02:51:09.612Z[ recovery-image] Aug 19 02:51:08.902 INFO O| Aug 19 02:51:08.902 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57212026-08-19T02:51:09.620Z[ recovery-image] Aug 19 02:51:08.911 INFO O| Aug 19 02:51:08.911 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/curl"
57222026-08-19T02:51:09.620Z[ recovery-image] Aug 19 02:51:08.911 INFO O| Aug 19 02:51:08.911 INFO STEP 141 (remove_files) COMPLETE
57232026-08-19T02:51:09.623Z[ recovery-image] Aug 19 02:51:08.911 INFO O| Aug 19 02:51:08.911 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57242026-08-19T02:51:09.629Z[ recovery-image] Aug 19 02:51:08.920 INFO O| Aug 19 02:51:08.920 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/curl-config"
57252026-08-19T02:51:09.629Z[ recovery-image] Aug 19 02:51:08.920 INFO O| Aug 19 02:51:08.920 INFO STEP 142 (remove_files) COMPLETE
57262026-08-19T02:51:09.629Z[ recovery-image] Aug 19 02:51:08.920 INFO O| Aug 19 02:51:08.920 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57272026-08-19T02:51:09.638Z[ recovery-image] Aug 19 02:51:08.929 INFO O| Aug 19 02:51:08.929 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dc"
57282026-08-19T02:51:09.638Z[ recovery-image] Aug 19 02:51:08.929 INFO O| Aug 19 02:51:08.929 INFO STEP 143 (remove_files) COMPLETE
57292026-08-19T02:51:09.641Z[ recovery-image] Aug 19 02:51:08.929 INFO O| Aug 19 02:51:08.929 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57302026-08-19T02:51:09.647Z[ recovery-image] Aug 19 02:51:08.937 INFO O| Aug 19 02:51:08.937 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/decrypt"
57312026-08-19T02:51:09.647Z[ recovery-image] Aug 19 02:51:08.938 INFO O| Aug 19 02:51:08.937 INFO STEP 144 (remove_files) COMPLETE
57322026-08-19T02:51:09.649Z[ recovery-image] Aug 19 02:51:08.938 INFO O| Aug 19 02:51:08.937 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57332026-08-19T02:51:09.655Z[ recovery-image] Aug 19 02:51:08.946 INFO O| Aug 19 02:51:08.946 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devattr"
57342026-08-19T02:51:09.655Z[ recovery-image] Aug 19 02:51:08.946 INFO O| Aug 19 02:51:08.946 INFO STEP 145 (remove_files) COMPLETE
57352026-08-19T02:51:09.655Z[ recovery-image] Aug 19 02:51:08.946 INFO O| Aug 19 02:51:08.946 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57362026-08-19T02:51:09.665Z[ recovery-image] Aug 19 02:51:08.955 INFO O| Aug 19 02:51:08.955 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devfree"
57372026-08-19T02:51:09.665Z[ recovery-image] Aug 19 02:51:08.955 INFO O| Aug 19 02:51:08.955 INFO STEP 146 (remove_files) COMPLETE
57382026-08-19T02:51:09.665Z[ recovery-image] Aug 19 02:51:08.955 INFO O| Aug 19 02:51:08.955 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57392026-08-19T02:51:09.674Z[ recovery-image] Aug 19 02:51:08.965 INFO O| Aug 19 02:51:08.965 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devreserv"
57402026-08-19T02:51:09.674Z[ recovery-image] Aug 19 02:51:08.965 INFO O| Aug 19 02:51:08.965 INFO STEP 147 (remove_files) COMPLETE
57412026-08-19T02:51:09.677Z[ recovery-image] Aug 19 02:51:08.965 INFO O| Aug 19 02:51:08.965 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57422026-08-19T02:51:09.683Z[ recovery-image] Aug 19 02:51:08.974 INFO O| Aug 19 02:51:08.974 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/diff3"
57432026-08-19T02:51:09.686Z[ recovery-image] Aug 19 02:51:08.974 INFO O| Aug 19 02:51:08.974 INFO STEP 148 (remove_files) COMPLETE
57442026-08-19T02:51:09.686Z[ recovery-image] Aug 19 02:51:08.974 INFO O| Aug 19 02:51:08.974 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57452026-08-19T02:51:09.692Z[ recovery-image] Aug 19 02:51:08.983 INFO O| Aug 19 02:51:08.983 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/digest"
57462026-08-19T02:51:09.692Z[ recovery-image] Aug 19 02:51:08.983 INFO O| Aug 19 02:51:08.983 INFO STEP 149 (remove_files) COMPLETE
57472026-08-19T02:51:09.697Z[ recovery-image] Aug 19 02:51:08.983 INFO O| Aug 19 02:51:08.983 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57482026-08-19T02:51:09.701Z[ recovery-image] Aug 19 02:51:08.992 INFO O| Aug 19 02:51:08.992 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dircmp"
57492026-08-19T02:51:09.701Z[ recovery-image] Aug 19 02:51:08.992 INFO O| Aug 19 02:51:08.992 INFO STEP 150 (remove_files) COMPLETE
57502026-08-19T02:51:09.701Z[ recovery-image] Aug 19 02:51:08.992 INFO O| Aug 19 02:51:08.992 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57512026-08-19T02:51:09.711Z[ recovery-image] Aug 19 02:51:09.002 INFO O| Aug 19 02:51:09.002 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dirname"
57522026-08-19T02:51:09.711Z[ recovery-image] Aug 19 02:51:09.002 INFO O| Aug 19 02:51:09.002 INFO STEP 151 (remove_files) COMPLETE
57532026-08-19T02:51:09.714Z[ recovery-image] Aug 19 02:51:09.002 INFO O| Aug 19 02:51:09.002 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57542026-08-19T02:51:09.721Z[ recovery-image] Aug 19 02:51:09.012 INFO O| Aug 19 02:51:09.012 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/diskscan"
57552026-08-19T02:51:09.721Z[ recovery-image] Aug 19 02:51:09.012 INFO O| Aug 19 02:51:09.012 INFO STEP 152 (remove_files) COMPLETE
57562026-08-19T02:51:09.724Z[ recovery-image] Aug 19 02:51:09.012 INFO O| Aug 19 02:51:09.012 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57572026-08-19T02:51:09.731Z[ recovery-image] Aug 19 02:51:09.022 INFO O| Aug 19 02:51:09.022 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dispgid"
57582026-08-19T02:51:09.731Z[ recovery-image] Aug 19 02:51:09.022 INFO O| Aug 19 02:51:09.022 INFO STEP 153 (remove_files) COMPLETE
57592026-08-19T02:51:09.731Z[ recovery-image] Aug 19 02:51:09.022 INFO O| Aug 19 02:51:09.022 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57602026-08-19T02:51:09.740Z[ recovery-image] Aug 19 02:51:09.031 INFO O| Aug 19 02:51:09.031 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dispuid"
57612026-08-19T02:51:09.740Z[ recovery-image] Aug 19 02:51:09.031 INFO O| Aug 19 02:51:09.031 INFO STEP 154 (remove_files) COMPLETE
57622026-08-19T02:51:09.744Z[ recovery-image] Aug 19 02:51:09.031 INFO O| Aug 19 02:51:09.031 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57632026-08-19T02:51:09.749Z[ recovery-image] Aug 19 02:51:09.040 INFO O| Aug 19 02:51:09.040 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dos2unix"
57642026-08-19T02:51:09.750Z[ recovery-image] Aug 19 02:51:09.040 INFO O| Aug 19 02:51:09.040 INFO STEP 155 (remove_files) COMPLETE
57652026-08-19T02:51:09.750Z[ recovery-image] Aug 19 02:51:09.040 INFO O| Aug 19 02:51:09.040 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57662026-08-19T02:51:09.759Z[ recovery-image] Aug 19 02:51:09.049 INFO O| Aug 19 02:51:09.049 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/du"
57672026-08-19T02:51:09.759Z[ recovery-image] Aug 19 02:51:09.050 INFO O| Aug 19 02:51:09.050 INFO STEP 156 (remove_files) COMPLETE
57682026-08-19T02:51:09.762Z[ recovery-image] Aug 19 02:51:09.050 INFO O| Aug 19 02:51:09.050 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57692026-08-19T02:51:09.767Z[ recovery-image] Aug 19 02:51:09.058 INFO O| Aug 19 02:51:09.058 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dumpcs"
57702026-08-19T02:51:09.767Z[ recovery-image] Aug 19 02:51:09.058 INFO O| Aug 19 02:51:09.058 INFO STEP 157 (remove_files) COMPLETE
57712026-08-19T02:51:09.770Z[ recovery-image] Aug 19 02:51:09.058 INFO O| Aug 19 02:51:09.058 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57722026-08-19T02:51:09.777Z[ recovery-image] Aug 19 02:51:09.068 INFO O| Aug 19 02:51:09.067 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dumpkeys"
57732026-08-19T02:51:09.777Z[ recovery-image] Aug 19 02:51:09.068 INFO O| Aug 19 02:51:09.068 INFO STEP 158 (remove_files) COMPLETE
57742026-08-19T02:51:09.780Z[ recovery-image] Aug 19 02:51:09.068 INFO O| Aug 19 02:51:09.068 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57752026-08-19T02:51:09.786Z[ recovery-image] Aug 19 02:51:09.077 INFO O| Aug 19 02:51:09.076 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/edit"
57762026-08-19T02:51:09.786Z[ recovery-image] Aug 19 02:51:09.077 INFO O| Aug 19 02:51:09.077 INFO STEP 159 (remove_files) COMPLETE
57772026-08-19T02:51:09.789Z[ recovery-image] Aug 19 02:51:09.077 INFO O| Aug 19 02:51:09.077 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57782026-08-19T02:51:09.794Z[ recovery-image] Aug 19 02:51:09.085 INFO O| Aug 19 02:51:09.085 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/eject"
57792026-08-19T02:51:09.795Z[ recovery-image] Aug 19 02:51:09.085 INFO O| Aug 19 02:51:09.085 INFO STEP 160 (remove_files) COMPLETE
57802026-08-19T02:51:09.797Z[ recovery-image] Aug 19 02:51:09.085 INFO O| Aug 19 02:51:09.085 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57812026-08-19T02:51:09.803Z[ recovery-image] Aug 19 02:51:09.094 INFO O| Aug 19 02:51:09.094 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/elfsign"
57822026-08-19T02:51:09.803Z[ recovery-image] Aug 19 02:51:09.094 INFO O| Aug 19 02:51:09.094 INFO STEP 161 (remove_files) COMPLETE
57832026-08-19T02:51:09.803Z[ recovery-image] Aug 19 02:51:09.094 INFO O| Aug 19 02:51:09.094 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57842026-08-19T02:51:09.812Z[ recovery-image] Aug 19 02:51:09.103 INFO O| Aug 19 02:51:09.103 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/elfwrap"
57852026-08-19T02:51:09.812Z[ recovery-image] Aug 19 02:51:09.103 INFO O| Aug 19 02:51:09.103 INFO STEP 162 (remove_files) COMPLETE
57862026-08-19T02:51:09.812Z[ recovery-image] Aug 19 02:51:09.103 INFO O| Aug 19 02:51:09.103 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57872026-08-19T02:51:09.823Z[ recovery-image] Aug 19 02:51:09.114 INFO O| Aug 19 02:51:09.114 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/encode_keychange"
57882026-08-19T02:51:09.823Z[ recovery-image] Aug 19 02:51:09.114 INFO O| Aug 19 02:51:09.114 INFO STEP 163 (remove_files) COMPLETE
57892026-08-19T02:51:09.826Z[ recovery-image] Aug 19 02:51:09.114 INFO O| Aug 19 02:51:09.114 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57902026-08-19T02:51:09.846Z[ recovery-image] Aug 19 02:51:09.125 INFO O| Aug 19 02:51:09.125 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/encrypt"
57912026-08-19T02:51:09.846Z[ recovery-image] Aug 19 02:51:09.125 INFO O| Aug 19 02:51:09.125 INFO STEP 164 (remove_files) COMPLETE
57922026-08-19T02:51:09.846Z[ recovery-image] Aug 19 02:51:09.125 INFO O| Aug 19 02:51:09.125 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57932026-08-19T02:51:09.846Z[ recovery-image] Aug 19 02:51:09.136 INFO O| Aug 19 02:51:09.136 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/enhance"
57942026-08-19T02:51:09.846Z[ recovery-image] Aug 19 02:51:09.136 INFO O| Aug 19 02:51:09.136 INFO STEP 165 (remove_files) COMPLETE
57952026-08-19T02:51:09.846Z[ recovery-image] Aug 19 02:51:09.136 INFO O| Aug 19 02:51:09.136 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57962026-08-19T02:51:09.855Z[ recovery-image] Aug 19 02:51:09.146 INFO O| Aug 19 02:51:09.146 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/env"
57972026-08-19T02:51:09.855Z[ recovery-image] Aug 19 02:51:09.146 INFO O| Aug 19 02:51:09.146 INFO STEP 166 (remove_files) COMPLETE
57982026-08-19T02:51:09.858Z[ recovery-image] Aug 19 02:51:09.146 INFO O| Aug 19 02:51:09.146 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57992026-08-19T02:51:09.875Z[ recovery-image] Aug 19 02:51:09.166 INFO O| Aug 19 02:51:09.166 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/etdump"
58002026-08-19T02:51:09.876Z[ recovery-image] Aug 19 02:51:09.166 INFO O| Aug 19 02:51:09.166 INFO STEP 167 (remove_files) COMPLETE
58012026-08-19T02:51:09.876Z[ recovery-image] Aug 19 02:51:09.166 INFO O| Aug 19 02:51:09.166 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58022026-08-19T02:51:09.886Z[ recovery-image] Aug 19 02:51:09.177 INFO O| Aug 19 02:51:09.177 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/expand"
58032026-08-19T02:51:09.886Z[ recovery-image] Aug 19 02:51:09.177 INFO O| Aug 19 02:51:09.177 INFO STEP 168 (remove_files) COMPLETE
58042026-08-19T02:51:09.886Z[ recovery-image] Aug 19 02:51:09.177 INFO O| Aug 19 02:51:09.177 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58052026-08-19T02:51:09.896Z[ recovery-image] Aug 19 02:51:09.187 INFO O| Aug 19 02:51:09.187 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/exstr"
58062026-08-19T02:51:09.896Z[ recovery-image] Aug 19 02:51:09.187 INFO O| Aug 19 02:51:09.187 INFO STEP 169 (remove_files) COMPLETE
58072026-08-19T02:51:09.899Z[ recovery-image] Aug 19 02:51:09.187 INFO O| Aug 19 02:51:09.187 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58082026-08-19T02:51:09.907Z[ recovery-image] Aug 19 02:51:09.197 INFO O| Aug 19 02:51:09.197 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/factor"
58092026-08-19T02:51:09.907Z[ recovery-image] Aug 19 02:51:09.197 INFO O| Aug 19 02:51:09.197 INFO STEP 170 (remove_files) COMPLETE
58102026-08-19T02:51:09.910Z[ recovery-image] Aug 19 02:51:09.197 INFO O| Aug 19 02:51:09.197 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58112026-08-19T02:51:09.915Z[ recovery-image] Aug 19 02:51:09.206 INFO O| Aug 19 02:51:09.206 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/false"
58122026-08-19T02:51:09.915Z[ recovery-image] Aug 19 02:51:09.206 INFO O| Aug 19 02:51:09.206 INFO STEP 171 (remove_files) COMPLETE
58132026-08-19T02:51:09.919Z[ recovery-image] Aug 19 02:51:09.206 INFO O| Aug 19 02:51:09.206 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58142026-08-19T02:51:09.923Z[ recovery-image] Aug 19 02:51:09.214 INFO O| Aug 19 02:51:09.214 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fc"
58152026-08-19T02:51:09.923Z[ recovery-image] Aug 19 02:51:09.214 INFO O| Aug 19 02:51:09.214 INFO STEP 172 (remove_files) COMPLETE
58162026-08-19T02:51:09.923Z[ recovery-image] Aug 19 02:51:09.214 INFO O| Aug 19 02:51:09.214 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58172026-08-19T02:51:09.931Z[ recovery-image] Aug 19 02:51:09.222 INFO O| Aug 19 02:51:09.222 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fdetach"
58182026-08-19T02:51:09.931Z[ recovery-image] Aug 19 02:51:09.222 INFO O| Aug 19 02:51:09.222 INFO STEP 173 (remove_files) COMPLETE
58192026-08-19T02:51:09.934Z[ recovery-image] Aug 19 02:51:09.222 INFO O| Aug 19 02:51:09.222 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58202026-08-19T02:51:09.939Z[ recovery-image] Aug 19 02:51:09.230 INFO O| Aug 19 02:51:09.230 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fdformat"
58212026-08-19T02:51:09.939Z[ recovery-image] Aug 19 02:51:09.230 INFO O| Aug 19 02:51:09.230 INFO STEP 174 (remove_files) COMPLETE
58222026-08-19T02:51:09.942Z[ recovery-image] Aug 19 02:51:09.230 INFO O| Aug 19 02:51:09.230 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58232026-08-19T02:51:09.947Z[ recovery-image] Aug 19 02:51:09.238 INFO O| Aug 19 02:51:09.238 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fg"
58242026-08-19T02:51:09.947Z[ recovery-image] Aug 19 02:51:09.238 INFO O| Aug 19 02:51:09.238 INFO STEP 175 (remove_files) COMPLETE
58252026-08-19T02:51:09.947Z[ recovery-image] Aug 19 02:51:09.238 INFO O| Aug 19 02:51:09.238 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58262026-08-19T02:51:09.957Z[ recovery-image] Aug 19 02:51:09.248 INFO O| Aug 19 02:51:09.248 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fgrep"
58272026-08-19T02:51:09.957Z[ recovery-image] Aug 19 02:51:09.248 INFO O| Aug 19 02:51:09.248 INFO STEP 176 (remove_files) COMPLETE
58282026-08-19T02:51:09.957Z[ recovery-image] Aug 19 02:51:09.248 INFO O| Aug 19 02:51:09.248 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58292026-08-19T02:51:09.967Z[ recovery-image] Aug 19 02:51:09.257 INFO O| Aug 19 02:51:09.257 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/file"
58302026-08-19T02:51:09.967Z[ recovery-image] Aug 19 02:51:09.258 INFO O| Aug 19 02:51:09.258 INFO STEP 177 (remove_files) COMPLETE
58312026-08-19T02:51:09.970Z[ recovery-image] Aug 19 02:51:09.258 INFO O| Aug 19 02:51:09.258 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58322026-08-19T02:51:09.976Z[ recovery-image] Aug 19 02:51:09.267 INFO O| Aug 19 02:51:09.267 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fixproc"
58332026-08-19T02:51:09.976Z[ recovery-image] Aug 19 02:51:09.267 INFO O| Aug 19 02:51:09.267 INFO STEP 178 (remove_files) COMPLETE
58342026-08-19T02:51:09.976Z[ recovery-image] Aug 19 02:51:09.267 INFO O| Aug 19 02:51:09.267 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58352026-08-19T02:51:09.985Z[ recovery-image] Aug 19 02:51:09.276 INFO O| Aug 19 02:51:09.275 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fmt"
58362026-08-19T02:51:09.985Z[ recovery-image] Aug 19 02:51:09.276 INFO O| Aug 19 02:51:09.276 INFO STEP 179 (remove_files) COMPLETE
58372026-08-19T02:51:09.988Z[ recovery-image] Aug 19 02:51:09.276 INFO O| Aug 19 02:51:09.276 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58382026-08-19T02:51:09.993Z[ recovery-image] Aug 19 02:51:09.284 INFO O| Aug 19 02:51:09.284 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fmtmsg"
58392026-08-19T02:51:09.993Z[ recovery-image] Aug 19 02:51:09.284 INFO O| Aug 19 02:51:09.284 INFO STEP 180 (remove_files) COMPLETE
58402026-08-19T02:51:09.996Z[ recovery-image] Aug 19 02:51:09.284 INFO O| Aug 19 02:51:09.284 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58412026-08-19T02:51:10.003Z[ recovery-image] Aug 19 02:51:09.294 INFO O| Aug 19 02:51:09.294 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fold"
58422026-08-19T02:51:10.003Z[ recovery-image] Aug 19 02:51:09.294 INFO O| Aug 19 02:51:09.294 INFO STEP 181 (remove_files) COMPLETE
58432026-08-19T02:51:10.003Z[ recovery-image] Aug 19 02:51:09.294 INFO O| Aug 19 02:51:09.294 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58442026-08-19T02:51:10.012Z[ recovery-image] Aug 19 02:51:09.303 INFO O| Aug 19 02:51:09.303 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fsstat"
58452026-08-19T02:51:10.013Z[ recovery-image] Aug 19 02:51:09.303 INFO O| Aug 19 02:51:09.303 INFO STEP 182 (remove_files) COMPLETE
58462026-08-19T02:51:10.013Z[ recovery-image] Aug 19 02:51:09.303 INFO O| Aug 19 02:51:09.303 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58472026-08-19T02:51:10.022Z[ recovery-image] Aug 19 02:51:09.313 INFO O| Aug 19 02:51:09.313 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gclear"
58482026-08-19T02:51:10.022Z[ recovery-image] Aug 19 02:51:09.313 INFO O| Aug 19 02:51:09.313 INFO STEP 183 (remove_files) COMPLETE
58492026-08-19T02:51:10.022Z[ recovery-image] Aug 19 02:51:09.313 INFO O| Aug 19 02:51:09.313 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58502026-08-19T02:51:10.032Z[ recovery-image] Aug 19 02:51:09.323 INFO O| Aug 19 02:51:09.323 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/geniconvtbl"
58512026-08-19T02:51:10.032Z[ recovery-image] Aug 19 02:51:09.323 INFO O| Aug 19 02:51:09.323 INFO STEP 184 (remove_files) COMPLETE
58522026-08-19T02:51:10.035Z[ recovery-image] Aug 19 02:51:09.323 INFO O| Aug 19 02:51:09.323 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58532026-08-19T02:51:10.043Z[ recovery-image] Aug 19 02:51:09.334 INFO O| Aug 19 02:51:09.334 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getconf"
58542026-08-19T02:51:10.043Z[ recovery-image] Aug 19 02:51:09.334 INFO O| Aug 19 02:51:09.334 INFO STEP 185 (remove_files) COMPLETE
58552026-08-19T02:51:10.043Z[ recovery-image] Aug 19 02:51:09.334 INFO O| Aug 19 02:51:09.334 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58562026-08-19T02:51:10.051Z[ recovery-image] Aug 19 02:51:09.342 INFO O| Aug 19 02:51:09.342 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getdev"
58572026-08-19T02:51:10.051Z[ recovery-image] Aug 19 02:51:09.342 INFO O| Aug 19 02:51:09.342 INFO STEP 186 (remove_files) COMPLETE
58582026-08-19T02:51:10.051Z[ recovery-image] Aug 19 02:51:09.342 INFO O| Aug 19 02:51:09.342 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58592026-08-19T02:51:10.059Z[ recovery-image] Aug 19 02:51:09.350 INFO O| Aug 19 02:51:09.350 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getdgrp"
58602026-08-19T02:51:10.059Z[ recovery-image] Aug 19 02:51:09.350 INFO O| Aug 19 02:51:09.350 INFO STEP 187 (remove_files) COMPLETE
58612026-08-19T02:51:10.062Z[ recovery-image] Aug 19 02:51:09.350 INFO O| Aug 19 02:51:09.350 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58622026-08-19T02:51:10.068Z[ recovery-image] Aug 19 02:51:09.358 INFO O| Aug 19 02:51:09.358 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getent"
58632026-08-19T02:51:10.068Z[ recovery-image] Aug 19 02:51:09.359 INFO O| Aug 19 02:51:09.358 INFO STEP 188 (remove_files) COMPLETE
58642026-08-19T02:51:10.068Z[ recovery-image] Aug 19 02:51:09.359 INFO O| Aug 19 02:51:09.358 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58652026-08-19T02:51:10.076Z[ recovery-image] Aug 19 02:51:09.367 INFO O| Aug 19 02:51:09.367 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getfacl"
58662026-08-19T02:51:10.076Z[ recovery-image] Aug 19 02:51:09.367 INFO O| Aug 19 02:51:09.367 INFO STEP 189 (remove_files) COMPLETE
58672026-08-19T02:51:10.076Z[ recovery-image] Aug 19 02:51:09.367 INFO O| Aug 19 02:51:09.367 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58682026-08-19T02:51:10.084Z[ recovery-image] Aug 19 02:51:09.375 INFO O| Aug 19 02:51:09.375 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getopt"
58692026-08-19T02:51:10.084Z[ recovery-image] Aug 19 02:51:09.375 INFO O| Aug 19 02:51:09.375 INFO STEP 190 (remove_files) COMPLETE
58702026-08-19T02:51:10.084Z[ recovery-image] Aug 19 02:51:09.375 INFO O| Aug 19 02:51:09.375 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58712026-08-19T02:51:10.092Z[ recovery-image] Aug 19 02:51:09.383 INFO O| Aug 19 02:51:09.383 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getopts"
58722026-08-19T02:51:10.092Z[ recovery-image] Aug 19 02:51:09.383 INFO O| Aug 19 02:51:09.383 INFO STEP 191 (remove_files) COMPLETE
58732026-08-19T02:51:10.095Z[ recovery-image] Aug 19 02:51:09.383 INFO O| Aug 19 02:51:09.383 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58742026-08-19T02:51:10.103Z[ recovery-image] Aug 19 02:51:09.393 INFO O| Aug 19 02:51:09.393 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gettext"
58752026-08-19T02:51:10.103Z[ recovery-image] Aug 19 02:51:09.393 INFO O| Aug 19 02:51:09.393 INFO STEP 192 (remove_files) COMPLETE
58762026-08-19T02:51:10.103Z[ recovery-image] Aug 19 02:51:09.393 INFO O| Aug 19 02:51:09.393 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58772026-08-19T02:51:10.113Z[ recovery-image] Aug 19 02:51:09.403 INFO O| Aug 19 02:51:09.403 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getvol"
58782026-08-19T02:51:10.113Z[ recovery-image] Aug 19 02:51:09.404 INFO O| Aug 19 02:51:09.403 INFO STEP 193 (remove_files) COMPLETE
58792026-08-19T02:51:10.116Z[ recovery-image] Aug 19 02:51:09.404 INFO O| Aug 19 02:51:09.404 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58802026-08-19T02:51:10.122Z[ recovery-image] Aug 19 02:51:09.413 INFO O| Aug 19 02:51:09.413 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ginfocmp"
58812026-08-19T02:51:10.122Z[ recovery-image] Aug 19 02:51:09.413 INFO O| Aug 19 02:51:09.413 INFO STEP 194 (remove_files) COMPLETE
58822026-08-19T02:51:10.122Z[ recovery-image] Aug 19 02:51:09.413 INFO O| Aug 19 02:51:09.413 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58832026-08-19T02:51:10.132Z[ recovery-image] Aug 19 02:51:09.423 INFO O| Aug 19 02:51:09.423 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/groups"
58842026-08-19T02:51:10.132Z[ recovery-image] Aug 19 02:51:09.423 INFO O| Aug 19 02:51:09.423 INFO STEP 195 (remove_files) COMPLETE
58852026-08-19T02:51:10.135Z[ recovery-image] Aug 19 02:51:09.423 INFO O| Aug 19 02:51:09.423 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58862026-08-19T02:51:10.141Z[ recovery-image] Aug 19 02:51:09.432 INFO O| Aug 19 02:51:09.432 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtabs"
58872026-08-19T02:51:10.141Z[ recovery-image] Aug 19 02:51:09.432 INFO O| Aug 19 02:51:09.432 INFO STEP 196 (remove_files) COMPLETE
58882026-08-19T02:51:10.141Z[ recovery-image] Aug 19 02:51:09.432 INFO O| Aug 19 02:51:09.432 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58892026-08-19T02:51:10.150Z[ recovery-image] Aug 19 02:51:09.441 INFO O| Aug 19 02:51:09.441 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtic"
58902026-08-19T02:51:10.150Z[ recovery-image] Aug 19 02:51:09.441 INFO O| Aug 19 02:51:09.441 INFO STEP 197 (remove_files) COMPLETE
58912026-08-19T02:51:10.150Z[ recovery-image] Aug 19 02:51:09.441 INFO O| Aug 19 02:51:09.441 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58922026-08-19T02:51:10.160Z[ recovery-image] Aug 19 02:51:09.450 INFO O| Aug 19 02:51:09.450 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtoe"
58932026-08-19T02:51:10.160Z[ recovery-image] Aug 19 02:51:09.451 INFO O| Aug 19 02:51:09.451 INFO STEP 198 (remove_files) COMPLETE
58942026-08-19T02:51:10.160Z[ recovery-image] Aug 19 02:51:09.451 INFO O| Aug 19 02:51:09.451 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58952026-08-19T02:51:10.179Z[ recovery-image] Aug 19 02:51:09.460 INFO O| Aug 19 02:51:09.460 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtput"
58962026-08-19T02:51:10.179Z[ recovery-image] Aug 19 02:51:09.460 INFO O| Aug 19 02:51:09.460 INFO STEP 199 (remove_files) COMPLETE
58972026-08-19T02:51:10.182Z[ recovery-image] Aug 19 02:51:09.460 INFO O| Aug 19 02:51:09.460 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58982026-08-19T02:51:10.182Z[ recovery-image] Aug 19 02:51:09.470 INFO O| Aug 19 02:51:09.470 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtset"
58992026-08-19T02:51:10.183Z[ recovery-image] Aug 19 02:51:09.470 INFO O| Aug 19 02:51:09.470 INFO STEP 200 (remove_files) COMPLETE
59002026-08-19T02:51:10.183Z[ recovery-image] Aug 19 02:51:09.470 INFO O| Aug 19 02:51:09.470 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59012026-08-19T02:51:10.189Z[ recovery-image] Aug 19 02:51:09.479 INFO O| Aug 19 02:51:09.479 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gunzip"
59022026-08-19T02:51:10.189Z[ recovery-image] Aug 19 02:51:09.480 INFO O| Aug 19 02:51:09.480 INFO STEP 201 (remove_files) COMPLETE
59032026-08-19T02:51:10.189Z[ recovery-image] Aug 19 02:51:09.480 INFO O| Aug 19 02:51:09.480 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59042026-08-19T02:51:10.198Z[ recovery-image] Aug 19 02:51:09.489 INFO O| Aug 19 02:51:09.489 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzcat"
59052026-08-19T02:51:10.198Z[ recovery-image] Aug 19 02:51:09.489 INFO O| Aug 19 02:51:09.489 INFO STEP 202 (remove_files) COMPLETE
59062026-08-19T02:51:10.198Z[ recovery-image] Aug 19 02:51:09.489 INFO O| Aug 19 02:51:09.489 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59072026-08-19T02:51:10.206Z[ recovery-image] Aug 19 02:51:09.497 INFO O| Aug 19 02:51:09.497 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzcmp"
59082026-08-19T02:51:10.206Z[ recovery-image] Aug 19 02:51:09.497 INFO O| Aug 19 02:51:09.497 INFO STEP 203 (remove_files) COMPLETE
59092026-08-19T02:51:10.206Z[ recovery-image] Aug 19 02:51:09.497 INFO O| Aug 19 02:51:09.497 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59102026-08-19T02:51:10.216Z[ recovery-image] Aug 19 02:51:09.507 INFO O| Aug 19 02:51:09.507 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzdiff"
59112026-08-19T02:51:10.216Z[ recovery-image] Aug 19 02:51:09.507 INFO O| Aug 19 02:51:09.507 INFO STEP 204 (remove_files) COMPLETE
59122026-08-19T02:51:10.216Z[ recovery-image] Aug 19 02:51:09.507 INFO O| Aug 19 02:51:09.507 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59132026-08-19T02:51:10.226Z[ recovery-image] Aug 19 02:51:09.516 INFO O| Aug 19 02:51:09.516 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzegrep"
59142026-08-19T02:51:10.226Z[ recovery-image] Aug 19 02:51:09.516 INFO O| Aug 19 02:51:09.516 INFO STEP 205 (remove_files) COMPLETE
59152026-08-19T02:51:10.226Z[ recovery-image] Aug 19 02:51:09.516 INFO O| Aug 19 02:51:09.516 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59162026-08-19T02:51:10.234Z[ recovery-image] Aug 19 02:51:09.525 INFO O| Aug 19 02:51:09.525 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzexe"
59172026-08-19T02:51:10.234Z[ recovery-image] Aug 19 02:51:09.525 INFO O| Aug 19 02:51:09.525 INFO STEP 206 (remove_files) COMPLETE
59182026-08-19T02:51:10.234Z[ recovery-image] Aug 19 02:51:09.525 INFO O| Aug 19 02:51:09.525 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59192026-08-19T02:51:10.242Z[ recovery-image] Aug 19 02:51:09.533 INFO O| Aug 19 02:51:09.533 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzfgrep"
59202026-08-19T02:51:10.242Z[ recovery-image] Aug 19 02:51:09.533 INFO O| Aug 19 02:51:09.533 INFO STEP 207 (remove_files) COMPLETE
59212026-08-19T02:51:10.242Z[ recovery-image] Aug 19 02:51:09.533 INFO O| Aug 19 02:51:09.533 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59222026-08-19T02:51:10.250Z[ recovery-image] Aug 19 02:51:09.541 INFO O| Aug 19 02:51:09.541 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzforce"
59232026-08-19T02:51:10.250Z[ recovery-image] Aug 19 02:51:09.541 INFO O| Aug 19 02:51:09.541 INFO STEP 208 (remove_files) COMPLETE
59242026-08-19T02:51:10.253Z[ recovery-image] Aug 19 02:51:09.541 INFO O| Aug 19 02:51:09.541 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59252026-08-19T02:51:10.258Z[ recovery-image] Aug 19 02:51:09.549 INFO O| Aug 19 02:51:09.549 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzgrep"
59262026-08-19T02:51:10.258Z[ recovery-image] Aug 19 02:51:09.549 INFO O| Aug 19 02:51:09.549 INFO STEP 209 (remove_files) COMPLETE
59272026-08-19T02:51:10.258Z[ recovery-image] Aug 19 02:51:09.549 INFO O| Aug 19 02:51:09.549 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59282026-08-19T02:51:10.266Z[ recovery-image] Aug 19 02:51:09.557 INFO O| Aug 19 02:51:09.557 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzip"
59292026-08-19T02:51:10.266Z[ recovery-image] Aug 19 02:51:09.557 INFO O| Aug 19 02:51:09.557 INFO STEP 210 (remove_files) COMPLETE
59302026-08-19T02:51:10.266Z[ recovery-image] Aug 19 02:51:09.557 INFO O| Aug 19 02:51:09.557 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59312026-08-19T02:51:10.275Z[ recovery-image] Aug 19 02:51:09.565 INFO O| Aug 19 02:51:09.565 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzless"
59322026-08-19T02:51:10.275Z[ recovery-image] Aug 19 02:51:09.565 INFO O| Aug 19 02:51:09.565 INFO STEP 211 (remove_files) COMPLETE
59332026-08-19T02:51:10.275Z[ recovery-image] Aug 19 02:51:09.565 INFO O| Aug 19 02:51:09.565 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59342026-08-19T02:51:10.283Z[ recovery-image] Aug 19 02:51:09.574 INFO O| Aug 19 02:51:09.574 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzmore"
59352026-08-19T02:51:10.283Z[ recovery-image] Aug 19 02:51:09.574 INFO O| Aug 19 02:51:09.574 INFO STEP 212 (remove_files) COMPLETE
59362026-08-19T02:51:10.283Z[ recovery-image] Aug 19 02:51:09.574 INFO O| Aug 19 02:51:09.574 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59372026-08-19T02:51:10.291Z[ recovery-image] Aug 19 02:51:09.582 INFO O| Aug 19 02:51:09.582 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gznew"
59382026-08-19T02:51:10.291Z[ recovery-image] Aug 19 02:51:09.582 INFO O| Aug 19 02:51:09.582 INFO STEP 213 (remove_files) COMPLETE
59392026-08-19T02:51:10.291Z[ recovery-image] Aug 19 02:51:09.582 INFO O| Aug 19 02:51:09.582 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59402026-08-19T02:51:10.300Z[ recovery-image] Aug 19 02:51:09.591 INFO O| Aug 19 02:51:09.591 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hash"
59412026-08-19T02:51:10.300Z[ recovery-image] Aug 19 02:51:09.591 INFO O| Aug 19 02:51:09.591 INFO STEP 214 (remove_files) COMPLETE
59422026-08-19T02:51:10.300Z[ recovery-image] Aug 19 02:51:09.591 INFO O| Aug 19 02:51:09.591 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59432026-08-19T02:51:10.309Z[ recovery-image] Aug 19 02:51:09.599 INFO O| Aug 19 02:51:09.599 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hostid"
59442026-08-19T02:51:10.309Z[ recovery-image] Aug 19 02:51:09.599 INFO O| Aug 19 02:51:09.599 INFO STEP 215 (remove_files) COMPLETE
59452026-08-19T02:51:10.309Z[ recovery-image] Aug 19 02:51:09.599 INFO O| Aug 19 02:51:09.599 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59462026-08-19T02:51:10.317Z[ recovery-image] Aug 19 02:51:09.608 INFO O| Aug 19 02:51:09.607 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hostname"
59472026-08-19T02:51:10.317Z[ recovery-image] Aug 19 02:51:09.608 INFO O| Aug 19 02:51:09.608 INFO STEP 216 (remove_files) COMPLETE
59482026-08-19T02:51:10.317Z[ recovery-image] Aug 19 02:51:09.608 INFO O| Aug 19 02:51:09.608 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59492026-08-19T02:51:10.325Z[ recovery-image] Aug 19 02:51:09.616 INFO O| Aug 19 02:51:09.616 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/adb"
59502026-08-19T02:51:10.325Z[ recovery-image] Aug 19 02:51:09.616 INFO O| Aug 19 02:51:09.616 INFO STEP 217 (remove_files) COMPLETE
59512026-08-19T02:51:10.325Z[ recovery-image] Aug 19 02:51:09.616 INFO O| Aug 19 02:51:09.616 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59522026-08-19T02:51:10.371Z[ recovery-image] Aug 19 02:51:09.624 INFO O| Aug 19 02:51:09.624 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/amt"
59532026-08-19T02:51:10.372Z[ recovery-image] Aug 19 02:51:09.624 INFO O| Aug 19 02:51:09.624 INFO STEP 218 (remove_files) COMPLETE
59542026-08-19T02:51:10.372Z[ recovery-image] Aug 19 02:51:09.624 INFO O| Aug 19 02:51:09.624 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59552026-08-19T02:51:10.373Z[ recovery-image] Aug 19 02:51:09.633 INFO O| Aug 19 02:51:09.633 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/ksh"
59562026-08-19T02:51:10.373Z[ recovery-image] Aug 19 02:51:09.633 INFO O| Aug 19 02:51:09.633 INFO STEP 219 (remove_files) COMPLETE
59572026-08-19T02:51:10.373Z[ recovery-image] Aug 19 02:51:09.633 INFO O| Aug 19 02:51:09.633 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59582026-08-19T02:51:10.373Z[ recovery-image] Aug 19 02:51:09.641 INFO O| Aug 19 02:51:09.641 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/mdb"
59592026-08-19T02:51:10.373Z[ recovery-image] Aug 19 02:51:09.641 INFO O| Aug 19 02:51:09.641 INFO STEP 220 (remove_files) COMPLETE
59602026-08-19T02:51:10.373Z[ recovery-image] Aug 19 02:51:09.641 INFO O| Aug 19 02:51:09.641 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59612026-08-19T02:51:10.373Z[ recovery-image] Aug 19 02:51:09.649 INFO O| Aug 19 02:51:09.648 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/rksh"
59622026-08-19T02:51:10.373Z[ recovery-image] Aug 19 02:51:09.649 INFO O| Aug 19 02:51:09.649 INFO STEP 221 (remove_files) COMPLETE
59632026-08-19T02:51:10.373Z[ recovery-image] Aug 19 02:51:09.649 INFO O| Aug 19 02:51:09.649 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59642026-08-19T02:51:10.373Z[ recovery-image] Aug 19 02:51:09.656 INFO O| Aug 19 02:51:09.656 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/rksh93"
59652026-08-19T02:51:10.373Z[ recovery-image] Aug 19 02:51:09.656 INFO O| Aug 19 02:51:09.656 INFO STEP 222 (remove_files) COMPLETE
59662026-08-19T02:51:10.373Z[ recovery-image] Aug 19 02:51:09.656 INFO O| Aug 19 02:51:09.656 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59672026-08-19T02:51:10.378Z[ recovery-image] Aug 19 02:51:09.665 INFO O| Aug 19 02:51:09.664 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/iconv"
59682026-08-19T02:51:10.378Z[ recovery-image] Aug 19 02:51:09.665 INFO O| Aug 19 02:51:09.665 INFO STEP 223 (remove_files) COMPLETE
59692026-08-19T02:51:10.378Z[ recovery-image] Aug 19 02:51:09.665 INFO O| Aug 19 02:51:09.665 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59702026-08-19T02:51:10.382Z[ recovery-image] Aug 19 02:51:09.673 INFO O| Aug 19 02:51:09.673 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/id"
59712026-08-19T02:51:10.382Z[ recovery-image] Aug 19 02:51:09.673 INFO O| Aug 19 02:51:09.673 INFO STEP 224 (remove_files) COMPLETE
59722026-08-19T02:51:10.382Z[ recovery-image] Aug 19 02:51:09.673 INFO O| Aug 19 02:51:09.673 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59732026-08-19T02:51:10.393Z[ recovery-image] Aug 19 02:51:09.684 INFO O| Aug 19 02:51:09.684 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/idn"
59742026-08-19T02:51:10.393Z[ recovery-image] Aug 19 02:51:09.684 INFO O| Aug 19 02:51:09.684 INFO STEP 225 (remove_files) COMPLETE
59752026-08-19T02:51:10.393Z[ recovery-image] Aug 19 02:51:09.684 INFO O| Aug 19 02:51:09.684 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59762026-08-19T02:51:10.403Z[ recovery-image] Aug 19 02:51:09.694 INFO O| Aug 19 02:51:09.694 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/infocmp"
59772026-08-19T02:51:10.403Z[ recovery-image] Aug 19 02:51:09.694 INFO O| Aug 19 02:51:09.694 INFO STEP 226 (remove_files) COMPLETE
59782026-08-19T02:51:10.403Z[ recovery-image] Aug 19 02:51:09.694 INFO O| Aug 19 02:51:09.694 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59792026-08-19T02:51:10.413Z[ recovery-image] Aug 19 02:51:09.704 INFO O| Aug 19 02:51:09.704 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/iostat"
59802026-08-19T02:51:10.413Z[ recovery-image] Aug 19 02:51:09.704 INFO O| Aug 19 02:51:09.704 INFO STEP 227 (remove_files) COMPLETE
59812026-08-19T02:51:10.413Z[ recovery-image] Aug 19 02:51:09.704 INFO O| Aug 19 02:51:09.704 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59822026-08-19T02:51:10.423Z[ recovery-image] Aug 19 02:51:09.713 INFO O| Aug 19 02:51:09.713 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ipf-mod.pl"
59832026-08-19T02:51:10.423Z[ recovery-image] Aug 19 02:51:09.713 INFO O| Aug 19 02:51:09.713 INFO STEP 228 (remove_files) COMPLETE
59842026-08-19T02:51:10.423Z[ recovery-image] Aug 19 02:51:09.713 INFO O| Aug 19 02:51:09.713 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59852026-08-19T02:51:10.433Z[ recovery-image] Aug 19 02:51:09.723 INFO O| Aug 19 02:51:09.723 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/isainfo"
59862026-08-19T02:51:10.433Z[ recovery-image] Aug 19 02:51:09.723 INFO O| Aug 19 02:51:09.723 INFO STEP 229 (remove_files) COMPLETE
59872026-08-19T02:51:10.433Z[ recovery-image] Aug 19 02:51:09.723 INFO O| Aug 19 02:51:09.723 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59882026-08-19T02:51:10.445Z[ recovery-image] Aug 19 02:51:09.732 INFO O| Aug 19 02:51:09.732 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/isalist"
59892026-08-19T02:51:10.445Z[ recovery-image] Aug 19 02:51:09.732 INFO O| Aug 19 02:51:09.732 INFO STEP 230 (remove_files) COMPLETE
59902026-08-19T02:51:10.445Z[ recovery-image] Aug 19 02:51:09.732 INFO O| Aug 19 02:51:09.732 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59912026-08-19T02:51:10.450Z[ recovery-image] Aug 19 02:51:09.741 INFO O| Aug 19 02:51:09.741 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/jobs"
59922026-08-19T02:51:10.450Z[ recovery-image] Aug 19 02:51:09.741 INFO O| Aug 19 02:51:09.741 INFO STEP 231 (remove_files) COMPLETE
59932026-08-19T02:51:10.453Z[ recovery-image] Aug 19 02:51:09.741 INFO O| Aug 19 02:51:09.741 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59942026-08-19T02:51:10.460Z[ recovery-image] Aug 19 02:51:09.751 INFO O| Aug 19 02:51:09.750 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/join"
59952026-08-19T02:51:10.460Z[ recovery-image] Aug 19 02:51:09.751 INFO O| Aug 19 02:51:09.751 INFO STEP 232 (remove_files) COMPLETE
59962026-08-19T02:51:10.460Z[ recovery-image] Aug 19 02:51:09.751 INFO O| Aug 19 02:51:09.751 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59972026-08-19T02:51:10.469Z[ recovery-image] Aug 19 02:51:09.759 INFO O| Aug 19 02:51:09.759 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kbd"
59982026-08-19T02:51:10.469Z[ recovery-image] Aug 19 02:51:09.759 INFO O| Aug 19 02:51:09.759 INFO STEP 233 (remove_files) COMPLETE
59992026-08-19T02:51:10.469Z[ recovery-image] Aug 19 02:51:09.759 INFO O| Aug 19 02:51:09.759 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60002026-08-19T02:51:10.496Z[ recovery-image] Aug 19 02:51:09.787 INFO O| Aug 19 02:51:09.787 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kdestroy"
60012026-08-19T02:51:10.496Z[ recovery-image] Aug 19 02:51:09.787 INFO O| Aug 19 02:51:09.787 INFO STEP 234 (remove_files) COMPLETE
60022026-08-19T02:51:10.499Z[ recovery-image] Aug 19 02:51:09.787 INFO O| Aug 19 02:51:09.787 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60032026-08-19T02:51:10.521Z[ recovery-image] Aug 19 02:51:09.811 INFO O| Aug 19 02:51:09.811 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/keylogin"
60042026-08-19T02:51:10.521Z[ recovery-image] Aug 19 02:51:09.811 INFO O| Aug 19 02:51:09.811 INFO STEP 235 (remove_files) COMPLETE
60052026-08-19T02:51:10.521Z[ recovery-image] Aug 19 02:51:09.811 INFO O| Aug 19 02:51:09.811 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60062026-08-19T02:51:10.531Z[ recovery-image] Aug 19 02:51:09.821 INFO O| Aug 19 02:51:09.821 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/keylogout"
60072026-08-19T02:51:10.531Z[ recovery-image] Aug 19 02:51:09.821 INFO O| Aug 19 02:51:09.821 INFO STEP 236 (remove_files) COMPLETE
60082026-08-19T02:51:10.531Z[ recovery-image] Aug 19 02:51:09.821 INFO O| Aug 19 02:51:09.821 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60092026-08-19T02:51:10.539Z[ recovery-image] Aug 19 02:51:09.830 INFO O| Aug 19 02:51:09.830 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kill"
60102026-08-19T02:51:10.539Z[ recovery-image] Aug 19 02:51:09.830 INFO O| Aug 19 02:51:09.830 INFO STEP 237 (remove_files) COMPLETE
60112026-08-19T02:51:10.539Z[ recovery-image] Aug 19 02:51:09.830 INFO O| Aug 19 02:51:09.830 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60122026-08-19T02:51:10.560Z[ recovery-image] Aug 19 02:51:09.851 INFO O| Aug 19 02:51:09.851 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kinit"
60132026-08-19T02:51:10.560Z[ recovery-image] Aug 19 02:51:09.851 INFO O| Aug 19 02:51:09.851 INFO STEP 238 (remove_files) COMPLETE
60142026-08-19T02:51:10.560Z[ recovery-image] Aug 19 02:51:09.851 INFO O| Aug 19 02:51:09.851 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60152026-08-19T02:51:10.568Z[verify-libraries] Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
60162026-08-19T02:51:10.587Z[ recovery-image] Aug 19 02:51:09.878 INFO O| Aug 19 02:51:09.878 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/klist"
60172026-08-19T02:51:10.587Z[ recovery-image] Aug 19 02:51:09.878 INFO O| Aug 19 02:51:09.878 INFO STEP 239 (remove_files) COMPLETE
60182026-08-19T02:51:10.587Z[ recovery-image] Aug 19 02:51:09.878 INFO O| Aug 19 02:51:09.878 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60192026-08-19T02:51:10.624Z[ recovery-image] Aug 19 02:51:09.915 INFO O| Aug 19 02:51:09.915 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kmfcfg"
60202026-08-19T02:51:10.624Z[ recovery-image] Aug 19 02:51:09.915 INFO O| Aug 19 02:51:09.915 INFO STEP 240 (remove_files) COMPLETE
60212026-08-19T02:51:10.627Z[ recovery-image] Aug 19 02:51:09.915 INFO O| Aug 19 02:51:09.915 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60222026-08-19T02:51:10.633Z[ recovery-image] Aug 19 02:51:09.924 INFO O| Aug 19 02:51:09.924 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kpasswd"
60232026-08-19T02:51:10.633Z[ recovery-image] Aug 19 02:51:09.924 INFO O| Aug 19 02:51:09.924 INFO STEP 241 (remove_files) COMPLETE
60242026-08-19T02:51:10.633Z[ recovery-image] Aug 19 02:51:09.924 INFO O| Aug 19 02:51:09.924 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60252026-08-19T02:51:10.642Z[ recovery-image] Aug 19 02:51:09.932 INFO O| Aug 19 02:51:09.932 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/krb5-config"
60262026-08-19T02:51:10.642Z[ recovery-image] Aug 19 02:51:09.932 INFO O| Aug 19 02:51:09.932 INFO STEP 242 (remove_files) COMPLETE
60272026-08-19T02:51:10.645Z[ recovery-image] Aug 19 02:51:09.932 INFO O| Aug 19 02:51:09.932 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60282026-08-19T02:51:10.650Z[ recovery-image] Aug 19 02:51:09.941 INFO O| Aug 19 02:51:09.941 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ksh93"
60292026-08-19T02:51:10.650Z[ recovery-image] Aug 19 02:51:09.941 INFO O| Aug 19 02:51:09.941 INFO STEP 243 (remove_files) COMPLETE
60302026-08-19T02:51:10.653Z[ recovery-image] Aug 19 02:51:09.941 INFO O| Aug 19 02:51:09.941 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60312026-08-19T02:51:10.658Z[ recovery-image] Aug 19 02:51:09.949 INFO O| Aug 19 02:51:09.949 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ktutil"
60322026-08-19T02:51:10.658Z[ recovery-image] Aug 19 02:51:09.949 INFO O| Aug 19 02:51:09.949 INFO STEP 244 (remove_files) COMPLETE
60332026-08-19T02:51:10.661Z[ recovery-image] Aug 19 02:51:09.949 INFO O| Aug 19 02:51:09.949 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60342026-08-19T02:51:10.666Z[ recovery-image] Aug 19 02:51:09.957 INFO O| Aug 19 02:51:09.957 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kvmstat"
60352026-08-19T02:51:10.666Z[ recovery-image] Aug 19 02:51:09.957 INFO O| Aug 19 02:51:09.957 INFO STEP 245 (remove_files) COMPLETE
60362026-08-19T02:51:10.669Z[ recovery-image] Aug 19 02:51:09.957 INFO O| Aug 19 02:51:09.957 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60372026-08-19T02:51:10.674Z[ recovery-image] Aug 19 02:51:09.965 INFO O| Aug 19 02:51:09.965 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/last"
60382026-08-19T02:51:10.674Z[ recovery-image] Aug 19 02:51:09.965 INFO O| Aug 19 02:51:09.965 INFO STEP 246 (remove_files) COMPLETE
60392026-08-19T02:51:10.677Z[ recovery-image] Aug 19 02:51:09.965 INFO O| Aug 19 02:51:09.965 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60402026-08-19T02:51:10.682Z[ recovery-image] Aug 19 02:51:09.973 INFO O| Aug 19 02:51:09.973 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lastcomm"
60412026-08-19T02:51:10.682Z[ recovery-image] Aug 19 02:51:09.973 INFO O| Aug 19 02:51:09.973 INFO STEP 247 (remove_files) COMPLETE
60422026-08-19T02:51:10.686Z[ recovery-image] Aug 19 02:51:09.973 INFO O| Aug 19 02:51:09.973 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60432026-08-19T02:51:10.690Z[ recovery-image] Aug 19 02:51:09.981 INFO O| Aug 19 02:51:09.981 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ld"
60442026-08-19T02:51:10.690Z[ recovery-image] Aug 19 02:51:09.981 INFO O| Aug 19 02:51:09.981 INFO STEP 248 (remove_files) COMPLETE
60452026-08-19T02:51:10.693Z[ recovery-image] Aug 19 02:51:09.981 INFO O| Aug 19 02:51:09.981 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60462026-08-19T02:51:10.699Z[ recovery-image] Aug 19 02:51:09.990 INFO O| Aug 19 02:51:09.990 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ldd"
60472026-08-19T02:51:10.699Z[ recovery-image] Aug 19 02:51:09.990 INFO O| Aug 19 02:51:09.990 INFO STEP 249 (remove_files) COMPLETE
60482026-08-19T02:51:10.699Z[ recovery-image] Aug 19 02:51:09.990 INFO O| Aug 19 02:51:09.990 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60492026-08-19T02:51:10.708Z[ recovery-image] Aug 19 02:51:09.999 INFO O| Aug 19 02:51:09.999 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/less"
60502026-08-19T02:51:10.708Z[ recovery-image] Aug 19 02:51:09.999 INFO O| Aug 19 02:51:09.999 INFO STEP 250 (remove_files) COMPLETE
60512026-08-19T02:51:10.712Z[ recovery-image] Aug 19 02:51:09.999 INFO O| Aug 19 02:51:09.999 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60522026-08-19T02:51:10.719Z[ recovery-image] Aug 19 02:51:10.009 INFO O| Aug 19 02:51:10.009 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lessecho"
60532026-08-19T02:51:10.719Z[ recovery-image] Aug 19 02:51:10.010 INFO O| Aug 19 02:51:10.009 INFO STEP 251 (remove_files) COMPLETE
60542026-08-19T02:51:10.722Z[ recovery-image] Aug 19 02:51:10.010 INFO O| Aug 19 02:51:10.009 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60552026-08-19T02:51:10.727Z[ recovery-image] Aug 19 02:51:10.018 INFO O| Aug 19 02:51:10.018 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lesskey"
60562026-08-19T02:51:10.727Z[ recovery-image] Aug 19 02:51:10.018 INFO O| Aug 19 02:51:10.018 INFO STEP 252 (remove_files) COMPLETE
60572026-08-19T02:51:10.727Z[ recovery-image] Aug 19 02:51:10.018 INFO O| Aug 19 02:51:10.018 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60582026-08-19T02:51:10.735Z[ recovery-image] Aug 19 02:51:10.026 INFO O| Aug 19 02:51:10.026 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lgrpinfo"
60592026-08-19T02:51:10.735Z[ recovery-image] Aug 19 02:51:10.026 INFO O| Aug 19 02:51:10.026 INFO STEP 253 (remove_files) COMPLETE
60602026-08-19T02:51:10.738Z[ recovery-image] Aug 19 02:51:10.026 INFO O| Aug 19 02:51:10.026 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60612026-08-19T02:51:10.744Z[ recovery-image] Aug 19 02:51:10.035 INFO O| Aug 19 02:51:10.035 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/line"
60622026-08-19T02:51:10.744Z[ recovery-image] Aug 19 02:51:10.035 INFO O| Aug 19 02:51:10.035 INFO STEP 254 (remove_files) COMPLETE
60632026-08-19T02:51:10.747Z[ recovery-image] Aug 19 02:51:10.035 INFO O| Aug 19 02:51:10.035 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60642026-08-19T02:51:10.753Z[ recovery-image] Aug 19 02:51:10.044 INFO O| Aug 19 02:51:10.044 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/listdgrp"
60652026-08-19T02:51:10.753Z[ recovery-image] Aug 19 02:51:10.044 INFO O| Aug 19 02:51:10.044 INFO STEP 255 (remove_files) COMPLETE
60662026-08-19T02:51:10.753Z[ recovery-image] Aug 19 02:51:10.044 INFO O| Aug 19 02:51:10.044 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60672026-08-19T02:51:10.761Z[ recovery-image] Aug 19 02:51:10.052 INFO O| Aug 19 02:51:10.052 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/listusers"
60682026-08-19T02:51:10.761Z[ recovery-image] Aug 19 02:51:10.052 INFO O| Aug 19 02:51:10.052 INFO STEP 256 (remove_files) COMPLETE
60692026-08-19T02:51:10.761Z[ recovery-image] Aug 19 02:51:10.052 INFO O| Aug 19 02:51:10.052 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60702026-08-19T02:51:10.769Z[ recovery-image] Aug 19 02:51:10.060 INFO O| Aug 19 02:51:10.060 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/loadkeys"
60712026-08-19T02:51:10.769Z[ recovery-image] Aug 19 02:51:10.060 INFO O| Aug 19 02:51:10.060 INFO STEP 257 (remove_files) COMPLETE
60722026-08-19T02:51:10.772Z[ recovery-image] Aug 19 02:51:10.060 INFO O| Aug 19 02:51:10.060 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60732026-08-19T02:51:10.777Z[ recovery-image] Aug 19 02:51:10.068 INFO O| Aug 19 02:51:10.068 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logger"
60742026-08-19T02:51:10.777Z[ recovery-image] Aug 19 02:51:10.068 INFO O| Aug 19 02:51:10.068 INFO STEP 258 (remove_files) COMPLETE
60752026-08-19T02:51:10.780Z[ recovery-image] Aug 19 02:51:10.068 INFO O| Aug 19 02:51:10.068 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60762026-08-19T02:51:10.785Z[ recovery-image] Aug 19 02:51:10.076 INFO O| Aug 19 02:51:10.076 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logins"
60772026-08-19T02:51:10.785Z[ recovery-image] Aug 19 02:51:10.076 INFO O| Aug 19 02:51:10.076 INFO STEP 259 (remove_files) COMPLETE
60782026-08-19T02:51:10.788Z[ recovery-image] Aug 19 02:51:10.076 INFO O| Aug 19 02:51:10.076 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60792026-08-19T02:51:10.793Z[ recovery-image] Aug 19 02:51:10.084 INFO O| Aug 19 02:51:10.084 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logname"
60802026-08-19T02:51:10.793Z[ recovery-image] Aug 19 02:51:10.084 INFO O| Aug 19 02:51:10.084 INFO STEP 260 (remove_files) COMPLETE
60812026-08-19T02:51:10.796Z[ recovery-image] Aug 19 02:51:10.084 INFO O| Aug 19 02:51:10.084 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60822026-08-19T02:51:10.801Z[ recovery-image] Aug 19 02:51:10.091 INFO O| Aug 19 02:51:10.091 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/look"
60832026-08-19T02:51:10.801Z[ recovery-image] Aug 19 02:51:10.091 INFO O| Aug 19 02:51:10.091 INFO STEP 261 (remove_files) COMPLETE
60842026-08-19T02:51:10.804Z[ recovery-image] Aug 19 02:51:10.092 INFO O| Aug 19 02:51:10.091 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60852026-08-19T02:51:10.809Z[ recovery-image] Aug 19 02:51:10.100 INFO O| Aug 19 02:51:10.100 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lz4"
60862026-08-19T02:51:10.809Z[ recovery-image] Aug 19 02:51:10.100 INFO O| Aug 19 02:51:10.100 INFO STEP 262 (remove_files) COMPLETE
60872026-08-19T02:51:10.809Z[ recovery-image] Aug 19 02:51:10.100 INFO O| Aug 19 02:51:10.100 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60882026-08-19T02:51:10.818Z[ recovery-image] Aug 19 02:51:10.109 INFO O| Aug 19 02:51:10.108 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lzmadec"
60892026-08-19T02:51:10.818Z[ recovery-image] Aug 19 02:51:10.109 INFO O| Aug 19 02:51:10.109 INFO STEP 263 (remove_files) COMPLETE
60902026-08-19T02:51:10.818Z[ recovery-image] Aug 19 02:51:10.109 INFO O| Aug 19 02:51:10.109 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60912026-08-19T02:51:10.841Z[ recovery-image] Aug 19 02:51:10.132 INFO O| Aug 19 02:51:10.132 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lzmainfo"
60922026-08-19T02:51:10.841Z[ recovery-image] Aug 19 02:51:10.132 INFO O| Aug 19 02:51:10.132 INFO STEP 264 (remove_files) COMPLETE
60932026-08-19T02:51:10.841Z[ recovery-image] Aug 19 02:51:10.132 INFO O| Aug 19 02:51:10.132 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60942026-08-19T02:51:10.863Z[ recovery-image] Aug 19 02:51:10.154 INFO O| Aug 19 02:51:10.154 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mac"
60952026-08-19T02:51:10.863Z[ recovery-image] Aug 19 02:51:10.154 INFO O| Aug 19 02:51:10.154 INFO STEP 265 (remove_files) COMPLETE
60962026-08-19T02:51:10.863Z[ recovery-image] Aug 19 02:51:10.154 INFO O| Aug 19 02:51:10.154 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60972026-08-19T02:51:10.874Z[ recovery-image] Aug 19 02:51:10.165 INFO O| Aug 19 02:51:10.165 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mach"
60982026-08-19T02:51:10.874Z[ recovery-image] Aug 19 02:51:10.165 INFO O| Aug 19 02:51:10.165 INFO STEP 266 (remove_files) COMPLETE
60992026-08-19T02:51:10.874Z[ recovery-image] Aug 19 02:51:10.165 INFO O| Aug 19 02:51:10.165 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61002026-08-19T02:51:10.884Z[ recovery-image] Aug 19 02:51:10.174 INFO O| Aug 19 02:51:10.174 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mailx"
61012026-08-19T02:51:10.884Z[ recovery-image] Aug 19 02:51:10.174 INFO O| Aug 19 02:51:10.174 INFO STEP 267 (remove_files) COMPLETE
61022026-08-19T02:51:10.884Z[ recovery-image] Aug 19 02:51:10.174 INFO O| Aug 19 02:51:10.174 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61032026-08-19T02:51:10.892Z[ recovery-image] Aug 19 02:51:10.183 INFO O| Aug 19 02:51:10.183 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/makedev"
61042026-08-19T02:51:10.892Z[ recovery-image] Aug 19 02:51:10.183 INFO O| Aug 19 02:51:10.183 INFO STEP 268 (remove_files) COMPLETE
61052026-08-19T02:51:10.892Z[ recovery-image] Aug 19 02:51:10.183 INFO O| Aug 19 02:51:10.183 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61062026-08-19T02:51:10.899Z[ host-image] Aug 19 02:51:10.190 INFO O| install = pkg://helios/SUNWcs@0.5.11-3.0.24191:20260817T130502Z
61072026-08-19T02:51:10.899Z[ host-image] Aug 19 02:51:10.190 INFO O| install = pkg://helios/SUNWcsd@0.5.11-3.0.24191:20260817T130502Z
61082026-08-19T02:51:10.902Z[ host-image] Aug 19 02:51:10.190 INFO O| install = pkg://helios/compress/brotli@1.1.0-3.0:20260212T145231Z
61092026-08-19T02:51:10.902Z[ host-image] Aug 19 02:51:10.190 INFO O| install = pkg://helios/compress/bzip2@1.0.8-3.0:20260212T145211Z
61102026-08-19T02:51:10.902Z[ host-image] Aug 19 02:51:10.190 INFO O| install = pkg://helios/compress/gzip@1.14-3.0:20260212T145233Z
61112026-08-19T02:51:10.902Z[ host-image] Aug 19 02:51:10.190 INFO O| install = pkg://helios/compress/lz4@1.10.0-3.0:20260212T145227Z
61122026-08-19T02:51:10.902Z[ host-image] Aug 19 02:51:10.190 INFO O| install = pkg://helios/compress/xz@5.8.1-3.0:20260212T145332Z
61132026-08-19T02:51:10.902Z[ host-image] Aug 19 02:51:10.190 INFO O| install = pkg://helios/compress/zstd@1.5.7-3.0:20260212T145316Z
61142026-08-19T02:51:10.902Z[ host-image] Aug 19 02:51:10.191 INFO O| install = pkg://helios/consolidation/oxide/omicron-release-incorporation@23.0.0.0-3.0:20260819T023249Z
61152026-08-19T02:51:10.902Z[ host-image] Aug 19 02:51:10.191 INFO O| install = pkg://helios/consolidation/oxide/omicron1-brand-incorporation@1.0.26-3.0:20260506T112535Z
61162026-08-19T02:51:10.903Z[ host-image] Aug 19 02:51:10.191 INFO O| install = pkg://helios/database/sqlite-3@3.49.1-3.0:20260212T145531Z
61172026-08-19T02:51:10.903Z[ host-image] Aug 19 02:51:10.191 INFO O| install = pkg://helios/developer/acpi@0.5.11-3.0.24191:20260817T130503Z
61182026-08-19T02:51:10.903Z[ host-image] Aug 19 02:51:10.192 INFO O| install = pkg://helios/developer/debug/mdb@0.5.11-3.0.24191:20260817T130503Z
61192026-08-19T02:51:10.903Z[ host-image] Aug 19 02:51:10.192 INFO O| install = pkg://helios/developer/dtrace@0.5.11-3.0.24191:20260817T130503Z
61202026-08-19T02:51:10.903Z[ host-image] Aug 19 02:51:10.192 INFO O| install = pkg://helios/developer/linker@0.5.11-3.0.24191:20260817T130503Z
61212026-08-19T02:51:10.903Z[ host-image] Aug 19 02:51:10.192 INFO O| install = pkg://helios/developer/macro/cpp@20240422-3.0:20260212T145401Z
61222026-08-19T02:51:10.903Z[ host-image] Aug 19 02:51:10.192 INFO O| install = pkg://helios/developer/object-file@0.5.11-3.0.24191:20260817T130503Z
61232026-08-19T02:51:10.903Z[ host-image] Aug 19 02:51:10.192 INFO O| install = pkg://helios/diagnostic/cpu-counters@0.5.11-3.0.24191:20260817T130503Z
61242026-08-19T02:51:10.903Z[ host-image] Aug 19 02:51:10.192 INFO O| install = pkg://helios/diagnostic/diskinfo@0.5.11-3.0.24191:20260817T130503Z
61252026-08-19T02:51:10.903Z[ host-image] Aug 19 02:51:10.192 INFO O| install = pkg://helios/diagnostic/pci@0.5.11-3.0.24191:20260817T130503Z
61262026-08-19T02:51:10.903Z[ host-image] Aug 19 02:51:10.192 INFO O| install = pkg://helios/driver/audio@0.5.11-3.0.24191:20260817T130504Z
61272026-08-19T02:51:10.903Z[ host-image] Aug 19 02:51:10.192 INFO O| install = pkg://helios/driver/cpu/amd/psp@0.5.11-3.0.24191:20260817T130504Z
61282026-08-19T02:51:10.903Z[ host-image] Aug 19 02:51:10.193 INFO O| install = pkg://helios/driver/cpu/amd/zen@0.5.11-3.0.24191:20260817T130504Z
61292026-08-19T02:51:10.903Z[ host-image] Aug 19 02:51:10.193 INFO O| install = pkg://helios/driver/cpu/sensor@0.5.11-3.0.24191:20260817T130504Z
61302026-08-19T02:51:10.903Z[ host-image] Aug 19 02:51:10.193 INFO O| install = pkg://helios/driver/gpio/amd/zen@0.5.11-3.0.24191:20260817T130504Z
61312026-08-19T02:51:10.903Z[ host-image] Aug 19 02:51:10.193 INFO O| install = pkg://helios/driver/ktest@0.5.11-3.0.24191:20260817T130504Z
61322026-08-19T02:51:10.903Z[ host-image] Aug 19 02:51:10.193 INFO O| install = pkg://helios/driver/misc/tofino@0.5.11-3.0.24191:20260817T130505Z
61332026-08-19T02:51:10.903Z[ host-image] Aug 19 02:51:10.193 INFO O| install = pkg://helios/driver/network/cxgbe@0.5.11-3.0.24191:20260817T130505Z
61342026-08-19T02:51:10.903Z[ host-image] Aug 19 02:51:10.193 INFO O| install = pkg://helios/driver/network/e1000g@0.5.11-3.0.24191:20260817T130505Z
61352026-08-19T02:51:10.903Z[ host-image] Aug 19 02:51:10.193 INFO O| install = pkg://helios/driver/network/igb@0.5.11-3.0.24191:20260817T130506Z
61362026-08-19T02:51:10.903Z[ host-image] Aug 19 02:51:10.193 INFO O| install = pkg://helios/driver/network/ixgbe@0.5.11-3.0.24191:20260817T130506Z
61372026-08-19T02:51:10.903Z[ host-image] Aug 19 02:51:10.193 INFO O| install = pkg://helios/driver/network/opte@0.41.506-3.0:20260813T182845Z
61382026-08-19T02:51:10.903Z[ host-image] Aug 19 02:51:10.193 INFO O| install = pkg://helios/driver/network/rge@0.5.11-3.0.24191:20260817T130507Z
61392026-08-19T02:51:10.903Z[ host-image] Aug 19 02:51:10.193 INFO O| install = pkg://helios/driver/oxide/os-rot@0.5.11-3.0.24191:20260817T130508Z
61402026-08-19T02:51:10.907Z[ host-image] Aug 19 02:51:10.193 INFO O| install = pkg://helios/driver/serial/usbser@0.5.11-3.0.24191:20260817T130508Z
61412026-08-19T02:51:10.907Z[ host-image] Aug 19 02:51:10.193 INFO O| install = pkg://helios/driver/storage/blkdev@0.5.11-3.0.24191:20260817T130508Z
61422026-08-19T02:51:10.907Z[ host-image] Aug 19 02:51:10.193 INFO O| install = pkg://helios/driver/storage/nvme@0.5.11-3.0.24191:20260817T130508Z
61432026-08-19T02:51:10.907Z[ host-image] Aug 19 02:51:10.193 INFO O| install = pkg://helios/driver/usb@0.5.11-3.0.24191:20260817T130509Z
61442026-08-19T02:51:10.907Z[ host-image] Aug 19 02:51:10.193 INFO O| install = pkg://helios/driver/x11/xsvc@0.5.11-3.0.24191:20260817T130509Z
61452026-08-19T02:51:10.907Z[ recovery-image] Aug 19 02:51:10.194 INFO O| Aug 19 02:51:10.194 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mesg"
61462026-08-19T02:51:10.907Z[ recovery-image] Aug 19 02:51:10.194 INFO O| Aug 19 02:51:10.194 INFO STEP 269 (remove_files) COMPLETE
61472026-08-19T02:51:10.907Z[ recovery-image] Aug 19 02:51:10.194 INFO O| Aug 19 02:51:10.194 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61482026-08-19T02:51:10.907Z[ host-image] Aug 19 02:51:10.196 INFO O| install = pkg://helios/editor/vim@9.1.1202-3.0:20260212T145631Z
61492026-08-19T02:51:10.907Z[ host-image] Aug 19 02:51:10.196 INFO O| install = pkg://helios/install/beadm@0.5.11-3.0.24191:20260817T130509Z
61502026-08-19T02:51:10.907Z[ host-image] Aug 19 02:51:10.196 INFO O| install = pkg://helios/library/expat@2.7.2-3.0:20260212T145720Z
61512026-08-19T02:51:10.907Z[ host-image] Aug 19 02:51:10.196 INFO O| install = pkg://helios/library/libedit@3.1-3.0:20260212T145834Z
61522026-08-19T02:51:10.907Z[ host-image] Aug 19 02:51:10.197 INFO O| install = pkg://helios/library/libidn@1.43-3.0:20260212T150133Z
61532026-08-19T02:51:10.907Z[ host-image] Aug 19 02:51:10.197 INFO O| install = pkg://helios/library/libpsl@0.21.5-3.0:20260212T145919Z
61542026-08-19T02:51:10.907Z[ host-image] Aug 19 02:51:10.197 INFO O| install = pkg://helios/library/libtecla@1.6.0-3.0.24191:20260817T130509Z
61552026-08-19T02:51:10.907Z[ host-image] Aug 19 02:51:10.197 INFO O| install = pkg://helios/library/libtool/libltdl@2.5.4-3.0:20260212T153047Z
61562026-08-19T02:51:10.907Z[ host-image] Aug 19 02:51:10.197 INFO O| install = pkg://helios/library/libxml2@2.13.8-3.0:20260212T145937Z
61572026-08-19T02:51:10.907Z[ host-image] Aug 19 02:51:10.197 INFO O| install = pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z
61582026-08-19T02:51:10.907Z[ host-image] Aug 19 02:51:10.197 INFO O| install = pkg://helios/library/libxslt@1.1.42-3.0:20260212T150002Z
61592026-08-19T02:51:10.912Z[ host-image] Aug 19 02:51:10.200 INFO O| install = pkg://helios/library/ncurses@6.5.20240511-3.0:20260212T150321Z
61602026-08-19T02:51:10.912Z[ host-image] Aug 19 02:51:10.201 INFO O| install = pkg://helios/library/nghttp2@1.65.0-3.0:20260212T150101Z
61612026-08-19T02:51:10.912Z[ host-image] Aug 19 02:51:10.201 INFO O| install = pkg://helios/library/nspr@4.36-3.0:20260212T150052Z
61622026-08-19T02:51:10.912Z[ host-image] Aug 19 02:51:10.201 INFO O| install = pkg://helios/library/pcre@8.45-3.0:20260212T150116Z
61632026-08-19T02:51:10.912Z[ host-image] Aug 19 02:51:10.201 INFO O| install = pkg://helios/library/pcre2@10.45-3.0:20260212T150204Z
61642026-08-19T02:51:10.912Z[ host-image] Aug 19 02:51:10.201 INFO O| install = pkg://helios/library/readline@8.2.13-3.0:20260212T150529Z
61652026-08-19T02:51:10.912Z[ recovery-image] Aug 19 02:51:10.202 INFO O| Aug 19 02:51:10.202 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mib2c"
61662026-08-19T02:51:10.912Z[ recovery-image] Aug 19 02:51:10.202 INFO O| Aug 19 02:51:10.202 INFO STEP 270 (remove_files) COMPLETE
61672026-08-19T02:51:10.912Z[ recovery-image] Aug 19 02:51:10.202 INFO O| Aug 19 02:51:10.202 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61682026-08-19T02:51:10.919Z[ recovery-image] Aug 19 02:51:10.210 INFO O| Aug 19 02:51:10.209 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mib2c-update"
61692026-08-19T02:51:10.919Z[ recovery-image] Aug 19 02:51:10.210 INFO O| Aug 19 02:51:10.210 INFO STEP 271 (remove_files) COMPLETE
61702026-08-19T02:51:10.919Z[ recovery-image] Aug 19 02:51:10.210 INFO O| Aug 19 02:51:10.210 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61712026-08-19T02:51:10.922Z[ host-image] Aug 19 02:51:10.213 INFO O| install = pkg://helios/library/security/openssl-3@3.5.7-3.0:20260609T152445Z
61722026-08-19T02:51:10.922Z[ host-image] Aug 19 02:51:10.213 INFO O| install = pkg://helios/library/security/trousers@0.3.15-3.0:20260212T150509Z
61732026-08-19T02:51:10.923Z[ host-image] Aug 19 02:51:10.213 INFO O| install = pkg://helios/library/zlib@1.3.1-3.0:20260212T150415Z
61742026-08-19T02:51:10.926Z[ host-image] Aug 19 02:51:10.213 INFO O| install = pkg://helios/locale/en@0.5.11-3.0.24191:20260817T130510Z
61752026-08-19T02:51:10.927Z[ host-image] Aug 19 02:51:10.213 INFO O| install = pkg://helios/network/bridging@0.5.11-3.0.24191:20260817T130513Z
61762026-08-19T02:51:10.927Z[ host-image] Aug 19 02:51:10.213 INFO O| install = pkg://helios/network/dns/bind@9.18.35-3.0:20260212T150623Z
61772026-08-19T02:51:10.927Z[ host-image] Aug 19 02:51:10.213 INFO O| install = pkg://helios/network/netcat@0.5.11-3.0.24191:20260817T130513Z
61782026-08-19T02:51:10.927Z[ host-image] Aug 19 02:51:10.213 INFO O| install = pkg://helios/network/openssh@10.0.2-3.1:20260212T150612Z
61792026-08-19T02:51:10.927Z[ host-image] Aug 19 02:51:10.213 INFO O| install = pkg://helios/network/openssh-server@10.0.2-3.1:20260212T150627Z
61802026-08-19T02:51:10.927Z[ host-image] Aug 19 02:51:10.213 INFO O| install = pkg://helios/network/overwatch@0.1.0.42-3.0:20260226T161717Z
61812026-08-19T02:51:10.927Z[ host-image] Aug 19 02:51:10.213 INFO O| install = pkg://helios/network/rsync@3.4.4-3.0:20260630T201056Z
61822026-08-19T02:51:10.927Z[ host-image] Aug 19 02:51:10.213 INFO O| install = pkg://helios/network/snoop@0.5.11-3.0.24191:20260817T130513Z
61832026-08-19T02:51:10.927Z[ host-image] Aug 19 02:51:10.213 INFO O| install = pkg://helios/ooce/library/onig@6.9.10-3.0:20260212T173726Z
61842026-08-19T02:51:10.927Z[ host-image] Aug 19 02:51:10.214 INFO O| install = pkg://helios/ooce/library/postgresql-13@13.23-3.0:20260212T162452Z
61852026-08-19T02:51:10.927Z[ host-image] Aug 19 02:51:10.214 INFO O| install = pkg://helios/ooce/util/jq@1.8.1-3.0:20260212T184343Z
61862026-08-19T02:51:10.927Z[ host-image] Aug 19 02:51:10.214 INFO O| install = pkg://helios/oxide/platform-identity-cacerts@1.0-3.0:20260224T222206Z
61872026-08-19T02:51:10.927Z[ host-image] Aug 19 02:51:10.215 INFO O| install = pkg://helios/package/svr4@0.5.11-3.0.24191:20260817T130513Z
61882026-08-19T02:51:10.927Z[ host-image] Aug 19 02:51:10.215 INFO O| install = pkg://helios/release/name@0.5.11-3.0:20260226T173303Z
61892026-08-19T02:51:10.930Z[ host-image] Aug 19 02:51:10.219 INFO O| install = pkg://helios/runtime/perl@5.40.2-3.0:20260212T151017Z
61902026-08-19T02:51:10.931Z[ host-image] Aug 19 02:51:10.219 INFO O| install = pkg://helios/runtime/perl/module/sun-solaris@0.5.11-3.0.24191:20260817T130513Z
61912026-08-19T02:51:10.931Z[ recovery-image] Aug 19 02:51:10.219 INFO O| Aug 19 02:51:10.219 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mkfifo"
61922026-08-19T02:51:10.931Z[ recovery-image] Aug 19 02:51:10.219 INFO O| Aug 19 02:51:10.219 INFO STEP 272 (remove_files) COMPLETE
61932026-08-19T02:51:10.931Z[ recovery-image] Aug 19 02:51:10.219 INFO O| Aug 19 02:51:10.219 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61942026-08-19T02:51:10.934Z[ host-image] Aug 19 02:51:10.219 INFO O| install = pkg://helios/service/fault-management@0.5.11-3.0.24191:20260817T130513Z
61952026-08-19T02:51:10.934Z[ host-image] Aug 19 02:51:10.219 INFO O| install = pkg://helios/service/file-system/smb@0.5.11-3.0.24191:20260817T130513Z
61962026-08-19T02:51:10.937Z[ host-image] Aug 19 02:51:10.219 INFO O| install = pkg://helios/service/network/chrony@4.6.1-3.0:20260212T150931Z
61972026-08-19T02:51:10.937Z[ host-image] Aug 19 02:51:10.219 INFO O| install = pkg://helios/service/picl@0.5.11-3.0.24191:20260817T130514Z
61982026-08-19T02:51:10.937Z[ host-image] Aug 19 02:51:10.220 INFO O| install = pkg://helios/service/resource-pools@0.5.11-3.0.24191:20260817T130514Z
61992026-08-19T02:51:10.937Z[ host-image] Aug 19 02:51:10.220 INFO O| install = pkg://helios/service/security/gss@0.5.11-3.0.24191:20260817T130514Z
62002026-08-19T02:51:10.937Z[ host-image] Aug 19 02:51:10.220 INFO O| install = pkg://helios/service/security/kerberos-5@0.5.11-3.0.24191:20260817T130514Z
62012026-08-19T02:51:10.937Z[ host-image] Aug 19 02:51:10.221 INFO O| install = pkg://helios/shell/bash@5.2.32-3.1:20260709T181950Z
62022026-08-19T02:51:10.937Z[ host-image] Aug 19 02:51:10.221 INFO O| install = pkg://helios/shell/ksh93@93.21.1.20120801-3.0.24191:20260817T130514Z
62032026-08-19T02:51:10.937Z[ host-image] Aug 19 02:51:10.221 INFO O| install = pkg://helios/system/bhyve@0.5.11-3.0.24191:20260817T130515Z
62042026-08-19T02:51:10.937Z[ host-image] Aug 19 02:51:10.221 INFO O| install = pkg://helios/system/bhyve/firmware@20241101-3.0:20260212T151705Z
62052026-08-19T02:51:10.937Z[ host-image] Aug 19 02:51:10.223 INFO O| install = pkg://helios/system/boot/loader@1.1-3.0.24191:20260817T130515Z
62062026-08-19T02:51:10.937Z[ host-image] Aug 19 02:51:10.223 INFO O| install = pkg://helios/system/data/console/fonts@0.5.11-3.0.24191:20260817T130515Z
62072026-08-19T02:51:10.937Z[ host-image] Aug 19 02:51:10.223 INFO O| install = pkg://helios/system/data/hardware-registry@2025.6.9-3.0.24191:20260817T130515Z
62082026-08-19T02:51:10.937Z[ host-image] Aug 19 02:51:10.223 INFO O| install = pkg://helios/system/data/keyboard/keytables@0.5.11-3.0.24191:20260817T130515Z
62092026-08-19T02:51:10.937Z[ host-image] Aug 19 02:51:10.223 INFO O| install = pkg://helios/system/data/terminfo@0.5.11-3.0.24191:20260817T130515Z
62102026-08-19T02:51:10.937Z[ host-image] Aug 19 02:51:10.223 INFO O| install = pkg://helios/system/data/urxvt-terminfo@9.31-3.0:20260212T151125Z
62112026-08-19T02:51:10.937Z[ host-image] Aug 19 02:51:10.224 INFO O| install = pkg://helios/system/data/zoneinfo@2026.3-3.0.24191:20260817T130515Z
62122026-08-19T02:51:10.937Z[ host-image] Aug 19 02:51:10.224 INFO O| install = pkg://helios/system/dpe@0.5.11-3.0.24191:20260817T130515Z
62132026-08-19T02:51:10.937Z[ host-image] Aug 19 02:51:10.224 INFO O| install = pkg://helios/system/extended-system-utilities@0.5.11-3.0.24191:20260817T130515Z
62142026-08-19T02:51:10.937Z[ host-image] Aug 19 02:51:10.224 INFO O| install = pkg://helios/system/ficl@4.1.0-3.0.24191:20260817T130515Z
62152026-08-19T02:51:10.937Z[ host-image] Aug 19 02:51:10.224 INFO O| install = pkg://helios/system/file-system/smb@0.5.11-3.0.24191:20260817T130516Z
62162026-08-19T02:51:10.937Z[ host-image] Aug 19 02:51:10.224 INFO O| install = pkg://helios/system/file-system/zfs@0.5.11-3.0.24191:20260817T130516Z
62172026-08-19T02:51:10.937Z[ host-image] Aug 19 02:51:10.224 INFO O| install = pkg://helios/system/gpio@0.5.11-3.0.24191:20260817T130516Z
62182026-08-19T02:51:10.937Z[ host-image] Aug 19 02:51:10.225 INFO O| install = pkg://helios/system/i2c@0.5.11-3.0.24191:20260817T130516Z
62192026-08-19T02:51:10.937Z[ host-image] Aug 19 02:51:10.227 INFO O| install = pkg://helios/system/kernel@0.5.11-3.0.24191:20260817T130517Z
62202026-08-19T02:51:10.937Z[ host-image] Aug 19 02:51:10.227 INFO O| install = pkg://helios/system/kernel/cpu-counters@0.5.11-3.0.24191:20260817T130516Z
62212026-08-19T02:51:10.937Z[ host-image] Aug 19 02:51:10.228 INFO O| install = pkg://helios/system/kernel/dtrace/providers@0.5.11-3.0.24191:20260817T130516Z
62222026-08-19T02:51:10.941Z[ host-image] Aug 19 02:51:10.228 INFO O| install = pkg://helios/system/kernel/platform@0.5.11-3.0.24191:20260817T130516Z
62232026-08-19T02:51:10.941Z[ host-image] Aug 19 02:51:10.228 INFO O| install = pkg://helios/system/ksensor@0.5.11-3.0.24191:20260817T130517Z
62242026-08-19T02:51:10.941Z[ recovery-image] Aug 19 02:51:10.228 INFO O| Aug 19 02:51:10.228 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mkpwdict"
62252026-08-19T02:51:10.941Z[ recovery-image] Aug 19 02:51:10.228 INFO O| Aug 19 02:51:10.228 INFO STEP 273 (remove_files) COMPLETE
62262026-08-19T02:51:10.941Z[ recovery-image] Aug 19 02:51:10.228 INFO O| Aug 19 02:51:10.228 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62272026-08-19T02:51:10.944Z[ host-image] Aug 19 02:51:10.234 INFO O| install = pkg://helios/system/library@0.5.11-3.0.24191:20260817T130518Z
62282026-08-19T02:51:10.944Z[ host-image] Aug 19 02:51:10.234 INFO O| install = pkg://helios/system/library/bhyve@0.5.11-3.0.24191:20260817T130517Z
62292026-08-19T02:51:10.944Z[ host-image] Aug 19 02:51:10.234 INFO O| install = pkg://helios/system/library/demangle@0.5.11-3.0.24191:20260817T130517Z
62302026-08-19T02:51:10.944Z[ host-image] Aug 19 02:51:10.234 INFO O| install = pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z
62312026-08-19T02:51:10.944Z[ host-image] Aug 19 02:51:10.234 INFO O| install = pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z
62322026-08-19T02:51:10.947Z[ recovery-image] Aug 19 02:51:10.238 INFO O| Aug 19 02:51:10.238 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/moe"
62332026-08-19T02:51:10.950Z[ recovery-image] Aug 19 02:51:10.238 INFO O| Aug 19 02:51:10.238 INFO STEP 274 (remove_files) COMPLETE
62342026-08-19T02:51:10.950Z[ recovery-image] Aug 19 02:51:10.238 INFO O| Aug 19 02:51:10.238 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62352026-08-19T02:51:10.954Z[ host-image] Aug 19 02:51:10.242 INFO O| install = pkg://helios/system/library/iconv/utf-8@0.5.11-3.0.24191:20260817T130517Z
62362026-08-19T02:51:10.955Z[ host-image] Aug 19 02:51:10.242 INFO O| install = pkg://helios/system/library/libdbus@1.16.2-3.0:20260212T153054Z
62372026-08-19T02:51:10.955Z[ host-image] Aug 19 02:51:10.242 INFO O| install = pkg://helios/system/library/libdiskmgt@0.5.11-3.0.24191:20260817T130517Z
62382026-08-19T02:51:10.955Z[ host-image] Aug 19 02:51:10.242 INFO O| install = pkg://helios/system/library/libispi@0.5.11-3.0.24191:20260817T130517Z
62392026-08-19T02:51:10.955Z[ host-image] Aug 19 02:51:10.243 INFO O| install = pkg://helios/system/library/math@0.5.11-3.0.24191:20260817T130517Z
62402026-08-19T02:51:10.956Z[ host-image] Aug 19 02:51:10.243 INFO O| install = pkg://helios/system/library/mozilla-nss@3.110-3.0:20260212T151334Z
62412026-08-19T02:51:10.956Z[ host-image] Aug 19 02:51:10.243 INFO O| install = pkg://helios/system/library/pcap@1.10.5-3.0:20260212T151330Z
62422026-08-19T02:51:10.956Z[ host-image] Aug 19 02:51:10.243 INFO O| install = pkg://helios/system/library/security/gss@0.5.11-3.0.24191:20260817T130518Z
62432026-08-19T02:51:10.956Z[ host-image] Aug 19 02:51:10.243 INFO O| install = pkg://helios/system/library/security/gss/diffie-hellman@0.5.11-3.0.24191:20260817T130518Z
62442026-08-19T02:51:10.956Z[ host-image] Aug 19 02:51:10.243 INFO O| install = pkg://helios/system/library/security/gss/spnego@0.5.11-3.0.24191:20260817T130518Z
62452026-08-19T02:51:10.956Z[ host-image] Aug 19 02:51:10.243 INFO O| install = pkg://helios/system/library/security/libsasl@0.5.11-3.0.24191:20260817T130518Z
62462026-08-19T02:51:10.956Z[ host-image] Aug 19 02:51:10.243 INFO O| install = pkg://helios/system/library/storage/scsi-plugins@0.5.11-3.0.24191:20260817T130518Z
62472026-08-19T02:51:10.956Z[ host-image] Aug 19 02:51:10.243 INFO O| install = pkg://helios/system/man@0.5.11-3.0.24191:20260817T130518Z
62482026-08-19T02:51:10.956Z[ host-image] Aug 19 02:51:10.244 INFO O| install = pkg://helios/system/management/snmp/net-snmp@5.9.4-3.0:20260212T151432Z
62492026-08-19T02:51:10.956Z[ host-image] Aug 19 02:51:10.244 INFO O| install = pkg://helios/system/microcode/amd@20260416-3.0.24191:20260817T130518Z
62502026-08-19T02:51:10.956Z[ host-image] Aug 19 02:51:10.245 INFO O| install = pkg://helios/system/microcode/intel@20260512-3.0.24191:20260817T130518Z
62512026-08-19T02:51:10.956Z[ host-image] Aug 19 02:51:10.245 INFO O| install = pkg://helios/system/microcode/oxide@20251202-3.0.24191:20260817T130518Z
62522026-08-19T02:51:10.956Z[ host-image] Aug 19 02:51:10.245 INFO O| install = pkg://helios/system/network@0.5.11-3.0.24191:20260817T130519Z
62532026-08-19T02:51:10.956Z[ host-image] Aug 19 02:51:10.245 INFO O| install = pkg://helios/system/network/overlay@0.5.11-3.0.24191:20260817T130519Z
62542026-08-19T02:51:10.956Z[ host-image] Aug 19 02:51:10.245 INFO O| install = pkg://helios/system/network/routing@0.5.11-3.0.24191:20260817T130519Z
62552026-08-19T02:51:10.956Z[ host-image] Aug 19 02:51:10.245 INFO O| install = pkg://helios/system/prerequisite/gnu@0.5.11-3.0:20260212T151403Z
62562026-08-19T02:51:10.956Z[ host-image] Aug 19 02:51:10.245 INFO O| install = pkg://helios/system/watch@4.0.5-3.0:20260212T151501Z
62572026-08-19T02:51:10.957Z[ host-image] Aug 19 02:51:10.245 INFO O| install = pkg://helios/system/xopen/xcu4@0.5.11-3.0.24191:20260817T130520Z
62582026-08-19T02:51:10.957Z[ host-image] Aug 19 02:51:10.245 INFO O| install = pkg://helios/system/zones@0.5.11-3.0.24191:20260817T130520Z
62592026-08-19T02:51:10.957Z[ host-image] Aug 19 02:51:10.245 INFO O| install = pkg://helios/system/zones/brand/omicron1@1.0.26-3.0:20260506T112523Z
62602026-08-19T02:51:10.957Z[ host-image] Aug 19 02:51:10.245 INFO O| install = pkg://helios/terminal/resize@352-3.0:20260212T151456Z
62612026-08-19T02:51:10.957Z[ host-image] Aug 19 02:51:10.245 INFO O| install = pkg://helios/text/column@0.0.0.20181004-3.0:20260224T215736Z
62622026-08-19T02:51:10.958Z[ host-image] Aug 19 02:51:10.245 INFO O| install = pkg://helios/text/less@668-3.0:20260212T151713Z
62632026-08-19T02:51:10.958Z[ host-image] Aug 19 02:51:10.245 INFO O| install = pkg://helios/text/looker@0.1.0.15-3.0:20260224T221620Z
62642026-08-19T02:51:10.958Z[ host-image] Aug 19 02:51:10.245 INFO O| install = pkg://helios/web/ca-bundle@5.11-3.0:20260212T152502Z
62652026-08-19T02:51:10.962Z[ host-image] Aug 19 02:51:10.246 INFO O| install = pkg://helios/web/curl@8.21.0-3.0:20260630T200901Z
62662026-08-19T02:51:10.962Z[ host-image] Aug 19 02:51:10.246 INFO O| tempdir @ "/tmp/.tmp4i3BNj/tmp"
62672026-08-19T02:51:10.962Z[ host-image] Aug 19 02:51:10.246 INFO O| image root @ "/tmp/.tmp4i3BNj/tmp/root"
62682026-08-19T02:51:10.962Z[ host-image] Aug 19 02:51:10.246 INFO O| creating image...
62692026-08-19T02:51:10.962Z[ recovery-image] Aug 19 02:51:10.250 INFO O| Aug 19 02:51:10.250 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mpstat"
62702026-08-19T02:51:10.962Z[ recovery-image] Aug 19 02:51:10.250 INFO O| Aug 19 02:51:10.250 INFO STEP 275 (remove_files) COMPLETE
62712026-08-19T02:51:10.962Z[ recovery-image] Aug 19 02:51:10.250 INFO O| Aug 19 02:51:10.250 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62722026-08-19T02:51:10.969Z[ recovery-image] Aug 19 02:51:10.259 INFO O| Aug 19 02:51:10.259 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mt"
62732026-08-19T02:51:10.969Z[ recovery-image] Aug 19 02:51:10.260 INFO O| Aug 19 02:51:10.260 INFO STEP 276 (remove_files) COMPLETE
62742026-08-19T02:51:10.969Z[ recovery-image] Aug 19 02:51:10.260 INFO O| Aug 19 02:51:10.260 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62752026-08-19T02:51:10.978Z[ recovery-image] Aug 19 02:51:10.268 INFO O| Aug 19 02:51:10.268 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ncurses6-config"
62762026-08-19T02:51:10.978Z[ recovery-image] Aug 19 02:51:10.268 INFO O| Aug 19 02:51:10.268 INFO STEP 277 (remove_files) COMPLETE
62772026-08-19T02:51:10.980Z[ recovery-image] Aug 19 02:51:10.268 INFO O| Aug 19 02:51:10.268 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62782026-08-19T02:51:10.986Z[ recovery-image] Aug 19 02:51:10.277 INFO O| Aug 19 02:51:10.277 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-cert"
62792026-08-19T02:51:10.986Z[ recovery-image] Aug 19 02:51:10.277 INFO O| Aug 19 02:51:10.277 INFO STEP 278 (remove_files) COMPLETE
62802026-08-19T02:51:10.986Z[ recovery-image] Aug 19 02:51:10.277 INFO O| Aug 19 02:51:10.277 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62812026-08-19T02:51:10.997Z[ recovery-image] Aug 19 02:51:10.288 INFO O| Aug 19 02:51:10.288 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-config"
62822026-08-19T02:51:10.997Z[ recovery-image] Aug 19 02:51:10.288 INFO O| Aug 19 02:51:10.288 INFO STEP 279 (remove_files) COMPLETE
62832026-08-19T02:51:11.000Z[ recovery-image] Aug 19 02:51:10.288 INFO O| Aug 19 02:51:10.288 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62842026-08-19T02:51:11.011Z[ recovery-image] Aug 19 02:51:10.298 INFO O| Aug 19 02:51:10.298 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-create-v3-user"
62852026-08-19T02:51:11.011Z[ recovery-image] Aug 19 02:51:10.298 INFO O| Aug 19 02:51:10.298 INFO STEP 280 (remove_files) COMPLETE
62862026-08-19T02:51:11.011Z[ recovery-image] Aug 19 02:51:10.298 INFO O| Aug 19 02:51:10.298 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62872026-08-19T02:51:11.015Z[ recovery-image] Aug 19 02:51:10.306 INFO O| Aug 19 02:51:10.306 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newform"
62882026-08-19T02:51:11.015Z[ recovery-image] Aug 19 02:51:10.306 INFO O| Aug 19 02:51:10.306 INFO STEP 281 (remove_files) COMPLETE
62892026-08-19T02:51:11.018Z[ recovery-image] Aug 19 02:51:10.306 INFO O| Aug 19 02:51:10.306 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62902026-08-19T02:51:11.023Z[ recovery-image] Aug 19 02:51:10.314 INFO O| Aug 19 02:51:10.314 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newgrp"
62912026-08-19T02:51:11.023Z[ recovery-image] Aug 19 02:51:10.314 INFO O| Aug 19 02:51:10.314 INFO STEP 282 (remove_files) COMPLETE
62922026-08-19T02:51:11.026Z[ recovery-image] Aug 19 02:51:10.314 INFO O| Aug 19 02:51:10.314 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62932026-08-19T02:51:11.033Z[ recovery-image] Aug 19 02:51:10.322 INFO O| Aug 19 02:51:10.322 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/news"
62942026-08-19T02:51:11.033Z[ recovery-image] Aug 19 02:51:10.322 INFO O| Aug 19 02:51:10.322 INFO STEP 283 (remove_files) COMPLETE
62952026-08-19T02:51:11.033Z[ recovery-image] Aug 19 02:51:10.322 INFO O| Aug 19 02:51:10.322 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62962026-08-19T02:51:11.040Z[ recovery-image] Aug 19 02:51:10.331 INFO O| Aug 19 02:51:10.331 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newtask"
62972026-08-19T02:51:11.040Z[ recovery-image] Aug 19 02:51:10.331 INFO O| Aug 19 02:51:10.331 INFO STEP 284 (remove_files) COMPLETE
62982026-08-19T02:51:11.040Z[ recovery-image] Aug 19 02:51:10.331 INFO O| Aug 19 02:51:10.331 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62992026-08-19T02:51:11.044Z[verify-libraries] Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
63002026-08-19T02:51:11.050Z[ recovery-image] Aug 19 02:51:10.341 INFO O| Aug 19 02:51:10.340 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/nice"
63012026-08-19T02:51:11.050Z[ recovery-image] Aug 19 02:51:10.341 INFO O| Aug 19 02:51:10.340 INFO STEP 285 (remove_files) COMPLETE
63022026-08-19T02:51:11.053Z[ recovery-image] Aug 19 02:51:10.341 INFO O| Aug 19 02:51:10.340 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63032026-08-19T02:51:11.060Z[ recovery-image] Aug 19 02:51:10.351 INFO O| Aug 19 02:51:10.351 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/nl"
63042026-08-19T02:51:11.060Z[ recovery-image] Aug 19 02:51:10.351 INFO O| Aug 19 02:51:10.351 INFO STEP 286 (remove_files) COMPLETE
63052026-08-19T02:51:11.060Z[ recovery-image] Aug 19 02:51:10.351 INFO O| Aug 19 02:51:10.351 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63062026-08-19T02:51:11.069Z[ recovery-image] Aug 19 02:51:10.359 INFO O| Aug 19 02:51:10.359 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/oawk"
63072026-08-19T02:51:11.069Z[ recovery-image] Aug 19 02:51:10.359 INFO O| Aug 19 02:51:10.359 INFO STEP 287 (remove_files) COMPLETE
63082026-08-19T02:51:11.069Z[ recovery-image] Aug 19 02:51:10.359 INFO O| Aug 19 02:51:10.359 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63092026-08-19T02:51:11.077Z[ recovery-image] Aug 19 02:51:10.368 INFO O| Aug 19 02:51:10.368 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/od"
63102026-08-19T02:51:11.077Z[ recovery-image] Aug 19 02:51:10.368 INFO O| Aug 19 02:51:10.368 INFO STEP 288 (remove_files) COMPLETE
63112026-08-19T02:51:11.077Z[ recovery-image] Aug 19 02:51:10.368 INFO O| Aug 19 02:51:10.368 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63122026-08-19T02:51:11.086Z[ recovery-image] Aug 19 02:51:10.377 INFO O| Aug 19 02:51:10.376 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/optisa"
63132026-08-19T02:51:11.086Z[ recovery-image] Aug 19 02:51:10.377 INFO O| Aug 19 02:51:10.377 INFO STEP 289 (remove_files) COMPLETE
63142026-08-19T02:51:11.089Z[ recovery-image] Aug 19 02:51:10.377 INFO O| Aug 19 02:51:10.377 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63152026-08-19T02:51:11.094Z[ recovery-image] Aug 19 02:51:10.385 INFO O| Aug 19 02:51:10.385 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pack"
63162026-08-19T02:51:11.094Z[ recovery-image] Aug 19 02:51:10.385 INFO O| Aug 19 02:51:10.385 INFO STEP 290 (remove_files) COMPLETE
63172026-08-19T02:51:11.094Z[ recovery-image] Aug 19 02:51:10.385 INFO O| Aug 19 02:51:10.385 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63182026-08-19T02:51:11.103Z[ recovery-image] Aug 19 02:51:10.394 INFO O| Aug 19 02:51:10.394 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/page"
63192026-08-19T02:51:11.103Z[ recovery-image] Aug 19 02:51:10.394 INFO O| Aug 19 02:51:10.394 INFO STEP 291 (remove_files) COMPLETE
63202026-08-19T02:51:11.103Z[ recovery-image] Aug 19 02:51:10.394 INFO O| Aug 19 02:51:10.394 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63212026-08-19T02:51:11.114Z[ recovery-image] Aug 19 02:51:10.405 INFO O| Aug 19 02:51:10.405 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pagesize"
63222026-08-19T02:51:11.114Z[ recovery-image] Aug 19 02:51:10.405 INFO O| Aug 19 02:51:10.405 INFO STEP 292 (remove_files) COMPLETE
63232026-08-19T02:51:11.117Z[ recovery-image] Aug 19 02:51:10.405 INFO O| Aug 19 02:51:10.405 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63242026-08-19T02:51:11.124Z[ recovery-image] Aug 19 02:51:10.415 INFO O| Aug 19 02:51:10.415 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/passwd"
63252026-08-19T02:51:11.124Z[ recovery-image] Aug 19 02:51:10.415 INFO O| Aug 19 02:51:10.415 INFO STEP 293 (remove_files) COMPLETE
63262026-08-19T02:51:11.124Z[ recovery-image] Aug 19 02:51:10.415 INFO O| Aug 19 02:51:10.415 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63272026-08-19T02:51:11.133Z[ recovery-image] Aug 19 02:51:10.424 INFO O| Aug 19 02:51:10.424 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/paste"
63282026-08-19T02:51:11.133Z[ recovery-image] Aug 19 02:51:10.424 INFO O| Aug 19 02:51:10.424 INFO STEP 294 (remove_files) COMPLETE
63292026-08-19T02:51:11.136Z[ recovery-image] Aug 19 02:51:10.424 INFO O| Aug 19 02:51:10.424 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63302026-08-19T02:51:11.143Z[ recovery-image] Aug 19 02:51:10.433 INFO O| Aug 19 02:51:10.433 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pathchk"
63312026-08-19T02:51:11.143Z[ recovery-image] Aug 19 02:51:10.433 INFO O| Aug 19 02:51:10.433 INFO STEP 295 (remove_files) COMPLETE
63322026-08-19T02:51:11.146Z[ recovery-image] Aug 19 02:51:10.433 INFO O| Aug 19 02:51:10.433 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63332026-08-19T02:51:11.151Z[ recovery-image] Aug 19 02:51:10.442 INFO O| Aug 19 02:51:10.442 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pax"
63342026-08-19T02:51:11.151Z[ recovery-image] Aug 19 02:51:10.442 INFO O| Aug 19 02:51:10.442 INFO STEP 296 (remove_files) COMPLETE
63352026-08-19T02:51:11.151Z[ recovery-image] Aug 19 02:51:10.442 INFO O| Aug 19 02:51:10.442 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63362026-08-19T02:51:11.160Z[ recovery-image] Aug 19 02:51:10.451 INFO O| Aug 19 02:51:10.451 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcap-config"
63372026-08-19T02:51:11.160Z[ recovery-image] Aug 19 02:51:10.451 INFO O| Aug 19 02:51:10.451 INFO STEP 297 (remove_files) COMPLETE
63382026-08-19T02:51:11.160Z[ recovery-image] Aug 19 02:51:10.451 INFO O| Aug 19 02:51:10.451 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63392026-08-19T02:51:11.171Z[ recovery-image] Aug 19 02:51:10.461 INFO O| Aug 19 02:51:10.461 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre-config"
63402026-08-19T02:51:11.171Z[ recovery-image] Aug 19 02:51:10.461 INFO O| Aug 19 02:51:10.461 INFO STEP 298 (remove_files) COMPLETE
63412026-08-19T02:51:11.171Z[ recovery-image] Aug 19 02:51:10.461 INFO O| Aug 19 02:51:10.461 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63422026-08-19T02:51:11.181Z[ recovery-image] Aug 19 02:51:10.471 INFO O| Aug 19 02:51:10.471 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2-config"
63432026-08-19T02:51:11.181Z[ recovery-image] Aug 19 02:51:10.471 INFO O| Aug 19 02:51:10.471 INFO STEP 299 (remove_files) COMPLETE
63442026-08-19T02:51:11.181Z[ recovery-image] Aug 19 02:51:10.471 INFO O| Aug 19 02:51:10.471 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63452026-08-19T02:51:11.198Z[ recovery-image] Aug 19 02:51:10.481 INFO O| Aug 19 02:51:10.481 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2grep"
63462026-08-19T02:51:11.198Z[ recovery-image] Aug 19 02:51:10.481 INFO O| Aug 19 02:51:10.481 INFO STEP 300 (remove_files) COMPLETE
63472026-08-19T02:51:11.199Z[ recovery-image] Aug 19 02:51:10.481 INFO O| Aug 19 02:51:10.481 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63482026-08-19T02:51:11.202Z[ recovery-image] Aug 19 02:51:10.492 INFO O| Aug 19 02:51:10.492 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2test"
63492026-08-19T02:51:11.202Z[ recovery-image] Aug 19 02:51:10.492 INFO O| Aug 19 02:51:10.492 INFO STEP 301 (remove_files) COMPLETE
63502026-08-19T02:51:11.202Z[ recovery-image] Aug 19 02:51:10.492 INFO O| Aug 19 02:51:10.492 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63512026-08-19T02:51:11.210Z[ recovery-image] Aug 19 02:51:10.501 INFO O| Aug 19 02:51:10.501 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcregrep"
63522026-08-19T02:51:11.210Z[ recovery-image] Aug 19 02:51:10.501 INFO O| Aug 19 02:51:10.501 INFO STEP 302 (remove_files) COMPLETE
63532026-08-19T02:51:11.211Z[ recovery-image] Aug 19 02:51:10.501 INFO O| Aug 19 02:51:10.501 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63542026-08-19T02:51:11.221Z[ recovery-image] Aug 19 02:51:10.512 INFO O| Aug 19 02:51:10.512 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcretest"
63552026-08-19T02:51:11.221Z[ recovery-image] Aug 19 02:51:10.512 INFO O| Aug 19 02:51:10.512 INFO STEP 303 (remove_files) COMPLETE
63562026-08-19T02:51:11.221Z[ recovery-image] Aug 19 02:51:10.512 INFO O| Aug 19 02:51:10.512 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63572026-08-19T02:51:11.231Z[ recovery-image] Aug 19 02:51:10.521 INFO O| Aug 19 02:51:10.521 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfbash"
63582026-08-19T02:51:11.231Z[ recovery-image] Aug 19 02:51:10.521 INFO O| Aug 19 02:51:10.521 INFO STEP 304 (remove_files) COMPLETE
63592026-08-19T02:51:11.231Z[ recovery-image] Aug 19 02:51:10.521 INFO O| Aug 19 02:51:10.521 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63602026-08-19T02:51:11.244Z[ recovery-image] Aug 19 02:51:10.535 INFO O| Aug 19 02:51:10.535 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfcsh"
63612026-08-19T02:51:11.244Z[ recovery-image] Aug 19 02:51:10.535 INFO O| Aug 19 02:51:10.535 INFO STEP 305 (remove_files) COMPLETE
63622026-08-19T02:51:11.244Z[ recovery-image] Aug 19 02:51:10.535 INFO O| Aug 19 02:51:10.535 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63632026-08-19T02:51:11.256Z[ recovery-image] Aug 19 02:51:10.547 INFO O| Aug 19 02:51:10.547 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfksh"
63642026-08-19T02:51:11.256Z[ recovery-image] Aug 19 02:51:10.547 INFO O| Aug 19 02:51:10.547 INFO STEP 306 (remove_files) COMPLETE
63652026-08-19T02:51:11.261Z[ recovery-image] Aug 19 02:51:10.547 INFO O| Aug 19 02:51:10.547 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63662026-08-19T02:51:11.266Z[ recovery-image] Aug 19 02:51:10.556 INFO O| Aug 19 02:51:10.556 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfksh93"
63672026-08-19T02:51:11.266Z[ recovery-image] Aug 19 02:51:10.556 INFO O| Aug 19 02:51:10.556 INFO STEP 307 (remove_files) COMPLETE
63682026-08-19T02:51:11.269Z[ recovery-image] Aug 19 02:51:10.556 INFO O| Aug 19 02:51:10.556 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63692026-08-19T02:51:11.277Z[ recovery-image] Aug 19 02:51:10.568 INFO O| Aug 19 02:51:10.568 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfrksh"
63702026-08-19T02:51:11.277Z[ recovery-image] Aug 19 02:51:10.568 INFO O| Aug 19 02:51:10.568 INFO STEP 308 (remove_files) COMPLETE
63712026-08-19T02:51:11.280Z[ recovery-image] Aug 19 02:51:10.568 INFO O| Aug 19 02:51:10.568 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63722026-08-19T02:51:11.287Z[ recovery-image] Aug 19 02:51:10.577 INFO O| Aug 19 02:51:10.577 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfrksh93"
63732026-08-19T02:51:11.287Z[ recovery-image] Aug 19 02:51:10.578 INFO O| Aug 19 02:51:10.578 INFO STEP 309 (remove_files) COMPLETE
63742026-08-19T02:51:11.287Z[ recovery-image] Aug 19 02:51:10.578 INFO O| Aug 19 02:51:10.578 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63752026-08-19T02:51:11.295Z[ recovery-image] Aug 19 02:51:10.586 INFO O| Aug 19 02:51:10.586 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfsh"
63762026-08-19T02:51:11.295Z[ recovery-image] Aug 19 02:51:10.586 INFO O| Aug 19 02:51:10.586 INFO STEP 310 (remove_files) COMPLETE
63772026-08-19T02:51:11.295Z[ recovery-image] Aug 19 02:51:10.586 INFO O| Aug 19 02:51:10.586 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63782026-08-19T02:51:11.305Z[ recovery-image] Aug 19 02:51:10.596 INFO O| Aug 19 02:51:10.596 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pftcsh"
63792026-08-19T02:51:11.305Z[ recovery-image] Aug 19 02:51:10.596 INFO O| Aug 19 02:51:10.596 INFO STEP 311 (remove_files) COMPLETE
63802026-08-19T02:51:11.308Z[ recovery-image] Aug 19 02:51:10.596 INFO O| Aug 19 02:51:10.596 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63812026-08-19T02:51:11.315Z[ recovery-image] Aug 19 02:51:10.606 INFO O| Aug 19 02:51:10.605 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfzsh"
63822026-08-19T02:51:11.315Z[ recovery-image] Aug 19 02:51:10.606 INFO O| Aug 19 02:51:10.606 INFO STEP 312 (remove_files) COMPLETE
63832026-08-19T02:51:11.318Z[ recovery-image] Aug 19 02:51:10.606 INFO O| Aug 19 02:51:10.606 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63842026-08-19T02:51:11.325Z[ recovery-image] Aug 19 02:51:10.616 INFO O| Aug 19 02:51:10.616 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pg"
63852026-08-19T02:51:11.325Z[ recovery-image] Aug 19 02:51:10.616 INFO O| Aug 19 02:51:10.616 INFO STEP 313 (remove_files) COMPLETE
63862026-08-19T02:51:11.328Z[ recovery-image] Aug 19 02:51:10.616 INFO O| Aug 19 02:51:10.616 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63872026-08-19T02:51:11.333Z[ recovery-image] Aug 19 02:51:10.624 INFO O| Aug 19 02:51:10.624 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pginfo"
63882026-08-19T02:51:11.333Z[ recovery-image] Aug 19 02:51:10.624 INFO O| Aug 19 02:51:10.624 INFO STEP 314 (remove_files) COMPLETE
63892026-08-19T02:51:11.333Z[ recovery-image] Aug 19 02:51:10.624 INFO O| Aug 19 02:51:10.624 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63902026-08-19T02:51:11.341Z[ recovery-image] Aug 19 02:51:10.632 INFO O| Aug 19 02:51:10.632 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pgstat"
63912026-08-19T02:51:11.341Z[ recovery-image] Aug 19 02:51:10.632 INFO O| Aug 19 02:51:10.632 INFO STEP 315 (remove_files) COMPLETE
63922026-08-19T02:51:11.341Z[ recovery-image] Aug 19 02:51:10.632 INFO O| Aug 19 02:51:10.632 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63932026-08-19T02:51:11.348Z[verify-libraries] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
63942026-08-19T02:51:11.352Z[ recovery-image] Aug 19 02:51:10.641 INFO O| Aug 19 02:51:10.641 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgadm"
63952026-08-19T02:51:11.352Z[ recovery-image] Aug 19 02:51:10.641 INFO O| Aug 19 02:51:10.641 INFO STEP 316 (remove_files) COMPLETE
63962026-08-19T02:51:11.352Z[ recovery-image] Aug 19 02:51:10.641 INFO O| Aug 19 02:51:10.641 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63972026-08-19T02:51:11.360Z[ recovery-image] Aug 19 02:51:10.651 INFO O| Aug 19 02:51:10.651 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgcond"
63982026-08-19T02:51:11.361Z[ recovery-image] Aug 19 02:51:10.651 INFO O| Aug 19 02:51:10.651 INFO STEP 317 (remove_files) COMPLETE
63992026-08-19T02:51:11.363Z[ recovery-image] Aug 19 02:51:10.651 INFO O| Aug 19 02:51:10.651 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64002026-08-19T02:51:11.364Z[ host-image] Aug 19 02:51:10.653 INFO O| copying publishers...
64012026-08-19T02:51:11.370Z[ recovery-image] Aug 19 02:51:10.660 INFO O| Aug 19 02:51:10.660 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkginfo"
64022026-08-19T02:51:11.370Z[ recovery-image] Aug 19 02:51:10.661 INFO O| Aug 19 02:51:10.661 INFO STEP 318 (remove_files) COMPLETE
64032026-08-19T02:51:11.373Z[ recovery-image] Aug 19 02:51:10.661 INFO O| Aug 19 02:51:10.661 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64042026-08-19T02:51:11.379Z[ recovery-image] Aug 19 02:51:10.670 INFO O| Aug 19 02:51:10.670 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgmk"
64052026-08-19T02:51:11.379Z[ recovery-image] Aug 19 02:51:10.670 INFO O| Aug 19 02:51:10.670 INFO STEP 319 (remove_files) COMPLETE
64062026-08-19T02:51:11.379Z[ recovery-image] Aug 19 02:51:10.670 INFO O| Aug 19 02:51:10.670 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64072026-08-19T02:51:11.388Z[ recovery-image] Aug 19 02:51:10.679 INFO O| Aug 19 02:51:10.679 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgparam"
64082026-08-19T02:51:11.388Z[ recovery-image] Aug 19 02:51:10.679 INFO O| Aug 19 02:51:10.679 INFO STEP 320 (remove_files) COMPLETE
64092026-08-19T02:51:11.391Z[ recovery-image] Aug 19 02:51:10.679 INFO O| Aug 19 02:51:10.679 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64102026-08-19T02:51:11.396Z[ recovery-image] Aug 19 02:51:10.687 INFO O| Aug 19 02:51:10.687 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgproto"
64112026-08-19T02:51:11.396Z[ recovery-image] Aug 19 02:51:10.687 INFO O| Aug 19 02:51:10.687 INFO STEP 321 (remove_files) COMPLETE
64122026-08-19T02:51:11.397Z[ recovery-image] Aug 19 02:51:10.687 INFO O| Aug 19 02:51:10.687 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64132026-08-19T02:51:11.406Z[ recovery-image] Aug 19 02:51:10.696 INFO O| Aug 19 02:51:10.696 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgtrans"
64142026-08-19T02:51:11.406Z[ recovery-image] Aug 19 02:51:10.696 INFO O| Aug 19 02:51:10.696 INFO STEP 322 (remove_files) COMPLETE
64152026-08-19T02:51:11.409Z[ recovery-image] Aug 19 02:51:10.696 INFO O| Aug 19 02:51:10.696 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64162026-08-19T02:51:11.414Z[ recovery-image] Aug 19 02:51:10.705 INFO O| Aug 19 02:51:10.705 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pktool"
64172026-08-19T02:51:11.414Z[ recovery-image] Aug 19 02:51:10.705 INFO O| Aug 19 02:51:10.705 INFO STEP 323 (remove_files) COMPLETE
64182026-08-19T02:51:11.417Z[ recovery-image] Aug 19 02:51:10.705 INFO O| Aug 19 02:51:10.705 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64192026-08-19T02:51:11.424Z[ recovery-image] Aug 19 02:51:10.715 INFO O| Aug 19 02:51:10.715 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/plgrp"
64202026-08-19T02:51:11.424Z[ recovery-image] Aug 19 02:51:10.715 INFO O| Aug 19 02:51:10.715 INFO STEP 324 (remove_files) COMPLETE
64212026-08-19T02:51:11.424Z[ recovery-image] Aug 19 02:51:10.715 INFO O| Aug 19 02:51:10.715 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64222026-08-19T02:51:11.433Z[ recovery-image] Aug 19 02:51:10.724 INFO O| Aug 19 02:51:10.724 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pmadvise"
64232026-08-19T02:51:11.436Z[ recovery-image] Aug 19 02:51:10.724 INFO O| Aug 19 02:51:10.724 INFO STEP 325 (remove_files) COMPLETE
64242026-08-19T02:51:11.436Z[ recovery-image] Aug 19 02:51:10.724 INFO O| Aug 19 02:51:10.724 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64252026-08-19T02:51:11.442Z[ recovery-image] Aug 19 02:51:10.733 INFO O| Aug 19 02:51:10.733 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/poolstat"
64262026-08-19T02:51:11.445Z[ recovery-image] Aug 19 02:51:10.733 INFO O| Aug 19 02:51:10.733 INFO STEP 326 (remove_files) COMPLETE
64272026-08-19T02:51:11.446Z[ recovery-image] Aug 19 02:51:10.733 INFO O| Aug 19 02:51:10.733 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64282026-08-19T02:51:11.451Z[ recovery-image] Aug 19 02:51:10.742 INFO O| Aug 19 02:51:10.742 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ppgsz"
64292026-08-19T02:51:11.451Z[ recovery-image] Aug 19 02:51:10.742 INFO O| Aug 19 02:51:10.742 INFO STEP 327 (remove_files) COMPLETE
64302026-08-19T02:51:11.451Z[ recovery-image] Aug 19 02:51:10.742 INFO O| Aug 19 02:51:10.742 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64312026-08-19T02:51:11.460Z[ recovery-image] Aug 19 02:51:10.750 INFO O| Aug 19 02:51:10.750 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pr"
64322026-08-19T02:51:11.460Z[ recovery-image] Aug 19 02:51:10.751 INFO O| Aug 19 02:51:10.751 INFO STEP 328 (remove_files) COMPLETE
64332026-08-19T02:51:11.460Z[ recovery-image] Aug 19 02:51:10.751 INFO O| Aug 19 02:51:10.751 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64342026-08-19T02:51:11.468Z[ recovery-image] Aug 19 02:51:10.759 INFO O| Aug 19 02:51:10.759 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/print"
64352026-08-19T02:51:11.468Z[ recovery-image] Aug 19 02:51:10.759 INFO O| Aug 19 02:51:10.759 INFO STEP 329 (remove_files) COMPLETE
64362026-08-19T02:51:11.469Z[ recovery-image] Aug 19 02:51:10.759 INFO O| Aug 19 02:51:10.759 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64372026-08-19T02:51:11.477Z[ recovery-image] Aug 19 02:51:10.768 INFO O| Aug 19 02:51:10.768 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/printf"
64382026-08-19T02:51:11.477Z[ recovery-image] Aug 19 02:51:10.768 INFO O| Aug 19 02:51:10.768 INFO STEP 330 (remove_files) COMPLETE
64392026-08-19T02:51:11.480Z[ recovery-image] Aug 19 02:51:10.768 INFO O| Aug 19 02:51:10.768 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64402026-08-19T02:51:11.486Z[ recovery-image] Aug 19 02:51:10.776 INFO O| Aug 19 02:51:10.776 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/priocntl"
64412026-08-19T02:51:11.486Z[ recovery-image] Aug 19 02:51:10.777 INFO O| Aug 19 02:51:10.777 INFO STEP 331 (remove_files) COMPLETE
64422026-08-19T02:51:11.486Z[ recovery-image] Aug 19 02:51:10.777 INFO O| Aug 19 02:51:10.777 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64432026-08-19T02:51:11.494Z[ recovery-image] Aug 19 02:51:10.785 INFO O| Aug 19 02:51:10.785 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/profiles"
64442026-08-19T02:51:11.494Z[ recovery-image] Aug 19 02:51:10.785 INFO O| Aug 19 02:51:10.785 INFO STEP 332 (remove_files) COMPLETE
64452026-08-19T02:51:11.497Z[ recovery-image] Aug 19 02:51:10.785 INFO O| Aug 19 02:51:10.785 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64462026-08-19T02:51:11.502Z[ recovery-image] Aug 19 02:51:10.793 INFO O| Aug 19 02:51:10.793 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/projects"
64472026-08-19T02:51:11.502Z[ recovery-image] Aug 19 02:51:10.793 INFO O| Aug 19 02:51:10.793 INFO STEP 333 (remove_files) COMPLETE
64482026-08-19T02:51:11.502Z[ recovery-image] Aug 19 02:51:10.793 INFO O| Aug 19 02:51:10.793 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64492026-08-19T02:51:11.511Z[ recovery-image] Aug 19 02:51:10.802 INFO O| Aug 19 02:51:10.802 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/psecflags"
64502026-08-19T02:51:11.511Z[ recovery-image] Aug 19 02:51:10.802 INFO O| Aug 19 02:51:10.802 INFO STEP 334 (remove_files) COMPLETE
64512026-08-19T02:51:11.514Z[ recovery-image] Aug 19 02:51:10.802 INFO O| Aug 19 02:51:10.802 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64522026-08-19T02:51:11.521Z[ recovery-image] Aug 19 02:51:10.811 INFO O| Aug 19 02:51:10.811 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/putdev"
64532026-08-19T02:51:11.521Z[ recovery-image] Aug 19 02:51:10.811 INFO O| Aug 19 02:51:10.811 INFO STEP 335 (remove_files) COMPLETE
64542026-08-19T02:51:11.521Z[ recovery-image] Aug 19 02:51:10.811 INFO O| Aug 19 02:51:10.811 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64552026-08-19T02:51:11.529Z[ recovery-image] Aug 19 02:51:10.820 INFO O| Aug 19 02:51:10.820 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/putdgrp"
64562026-08-19T02:51:11.529Z[ recovery-image] Aug 19 02:51:10.820 INFO O| Aug 19 02:51:10.820 INFO STEP 336 (remove_files) COMPLETE
64572026-08-19T02:51:11.532Z[ recovery-image] Aug 19 02:51:10.820 INFO O| Aug 19 02:51:10.820 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64582026-08-19T02:51:11.537Z[ recovery-image] Aug 19 02:51:10.828 INFO O| Aug 19 02:51:10.828 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pvs"
64592026-08-19T02:51:11.538Z[ recovery-image] Aug 19 02:51:10.828 INFO O| Aug 19 02:51:10.828 INFO STEP 337 (remove_files) COMPLETE
64602026-08-19T02:51:11.541Z[ recovery-image] Aug 19 02:51:10.828 INFO O| Aug 19 02:51:10.828 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64612026-08-19T02:51:11.546Z[ recovery-image] Aug 19 02:51:10.837 INFO O| Aug 19 02:51:10.837 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pwait"
64622026-08-19T02:51:11.546Z[ recovery-image] Aug 19 02:51:10.837 INFO O| Aug 19 02:51:10.837 INFO STEP 338 (remove_files) COMPLETE
64632026-08-19T02:51:11.549Z[ recovery-image] Aug 19 02:51:10.837 INFO O| Aug 19 02:51:10.837 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64642026-08-19T02:51:11.554Z[ recovery-image] Aug 19 02:51:10.845 INFO O| Aug 19 02:51:10.845 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pwd"
64652026-08-19T02:51:11.554Z[ recovery-image] Aug 19 02:51:10.845 INFO O| Aug 19 02:51:10.845 INFO STEP 339 (remove_files) COMPLETE
64662026-08-19T02:51:11.554Z[ recovery-image] Aug 19 02:51:10.845 INFO O| Aug 19 02:51:10.845 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64672026-08-19T02:51:11.564Z[ recovery-image] Aug 19 02:51:10.854 INFO O| Aug 19 02:51:10.854 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/read"
64682026-08-19T02:51:11.566Z[ recovery-image] Aug 19 02:51:10.854 INFO O| Aug 19 02:51:10.854 INFO STEP 340 (remove_files) COMPLETE
64692026-08-19T02:51:11.569Z[ recovery-image] Aug 19 02:51:10.854 INFO O| Aug 19 02:51:10.854 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64702026-08-19T02:51:11.572Z[ recovery-image] Aug 19 02:51:10.863 INFO O| Aug 19 02:51:10.863 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/red"
64712026-08-19T02:51:11.572Z[ recovery-image] Aug 19 02:51:10.863 INFO O| Aug 19 02:51:10.863 INFO STEP 341 (remove_files) COMPLETE
64722026-08-19T02:51:11.575Z[ recovery-image] Aug 19 02:51:10.863 INFO O| Aug 19 02:51:10.863 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64732026-08-19T02:51:11.582Z[ recovery-image] Aug 19 02:51:10.873 INFO O| Aug 19 02:51:10.873 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/regcmp"
64742026-08-19T02:51:11.582Z[ recovery-image] Aug 19 02:51:10.873 INFO O| Aug 19 02:51:10.873 INFO STEP 342 (remove_files) COMPLETE
64752026-08-19T02:51:11.586Z[ recovery-image] Aug 19 02:51:10.873 INFO O| Aug 19 02:51:10.873 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64762026-08-19T02:51:11.590Z[ recovery-image] Aug 19 02:51:10.881 INFO O| Aug 19 02:51:10.881 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/renice"
64772026-08-19T02:51:11.590Z[ recovery-image] Aug 19 02:51:10.881 INFO O| Aug 19 02:51:10.881 INFO STEP 343 (remove_files) COMPLETE
64782026-08-19T02:51:11.591Z[ recovery-image] Aug 19 02:51:10.881 INFO O| Aug 19 02:51:10.881 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64792026-08-19T02:51:11.600Z[ recovery-image] Aug 19 02:51:10.891 INFO O| Aug 19 02:51:10.890 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/resize"
64802026-08-19T02:51:11.600Z[ recovery-image] Aug 19 02:51:10.891 INFO O| Aug 19 02:51:10.891 INFO STEP 344 (remove_files) COMPLETE
64812026-08-19T02:51:11.600Z[ recovery-image] Aug 19 02:51:10.891 INFO O| Aug 19 02:51:10.891 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64822026-08-19T02:51:11.609Z[ recovery-image] Aug 19 02:51:10.900 INFO O| Aug 19 02:51:10.900 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rev"
64832026-08-19T02:51:11.610Z[ recovery-image] Aug 19 02:51:10.900 INFO O| Aug 19 02:51:10.900 INFO STEP 345 (remove_files) COMPLETE
64842026-08-19T02:51:11.613Z[ recovery-image] Aug 19 02:51:10.900 INFO O| Aug 19 02:51:10.900 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64852026-08-19T02:51:11.620Z[ recovery-image] Aug 19 02:51:10.911 INFO O| Aug 19 02:51:10.911 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rksh"
64862026-08-19T02:51:11.620Z[ recovery-image] Aug 19 02:51:10.911 INFO O| Aug 19 02:51:10.911 INFO STEP 346 (remove_files) COMPLETE
64872026-08-19T02:51:11.620Z[ recovery-image] Aug 19 02:51:10.911 INFO O| Aug 19 02:51:10.911 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64882026-08-19T02:51:11.630Z[ recovery-image] Aug 19 02:51:10.920 INFO O| Aug 19 02:51:10.920 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rksh93"
64892026-08-19T02:51:11.630Z[ recovery-image] Aug 19 02:51:10.921 INFO O| Aug 19 02:51:10.920 INFO STEP 347 (remove_files) COMPLETE
64902026-08-19T02:51:11.633Z[ recovery-image] Aug 19 02:51:10.921 INFO O| Aug 19 02:51:10.921 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64912026-08-19T02:51:11.639Z[ recovery-image] Aug 19 02:51:10.930 INFO O| Aug 19 02:51:10.930 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/roles"
64922026-08-19T02:51:11.639Z[ recovery-image] Aug 19 02:51:10.930 INFO O| Aug 19 02:51:10.930 INFO STEP 348 (remove_files) COMPLETE
64932026-08-19T02:51:11.643Z[ recovery-image] Aug 19 02:51:10.930 INFO O| Aug 19 02:51:10.930 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64942026-08-19T02:51:11.649Z[ recovery-image] Aug 19 02:51:10.940 INFO O| Aug 19 02:51:10.940 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rpcinfo"
64952026-08-19T02:51:11.649Z[ recovery-image] Aug 19 02:51:10.940 INFO O| Aug 19 02:51:10.940 INFO STEP 349 (remove_files) COMPLETE
64962026-08-19T02:51:11.652Z[ recovery-image] Aug 19 02:51:10.940 INFO O| Aug 19 02:51:10.940 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64972026-08-19T02:51:11.664Z[ recovery-image] Aug 19 02:51:10.955 INFO O| Aug 19 02:51:10.955 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rsync"
64982026-08-19T02:51:11.665Z[ recovery-image] Aug 19 02:51:10.955 INFO O| Aug 19 02:51:10.955 INFO STEP 350 (remove_files) COMPLETE
64992026-08-19T02:51:11.665Z[ recovery-image] Aug 19 02:51:10.955 INFO O| Aug 19 02:51:10.955 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65002026-08-19T02:51:11.676Z[ recovery-image] Aug 19 02:51:10.967 INFO O| Aug 19 02:51:10.967 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rsync-ssl"
65012026-08-19T02:51:11.676Z[ recovery-image] Aug 19 02:51:10.967 INFO O| Aug 19 02:51:10.967 INFO STEP 351 (remove_files) COMPLETE
65022026-08-19T02:51:11.679Z[ recovery-image] Aug 19 02:51:10.967 INFO O| Aug 19 02:51:10.967 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65032026-08-19T02:51:11.686Z[ recovery-image] Aug 19 02:51:10.976 INFO O| Aug 19 02:51:10.976 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/runat"
65042026-08-19T02:51:11.686Z[ recovery-image] Aug 19 02:51:10.977 INFO O| Aug 19 02:51:10.977 INFO STEP 352 (remove_files) COMPLETE
65052026-08-19T02:51:11.689Z[ recovery-image] Aug 19 02:51:10.977 INFO O| Aug 19 02:51:10.977 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65062026-08-19T02:51:11.694Z[ recovery-image] Aug 19 02:51:10.984 INFO O| Aug 19 02:51:10.984 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/scp"
65072026-08-19T02:51:11.694Z[ recovery-image] Aug 19 02:51:10.985 INFO O| Aug 19 02:51:10.985 INFO STEP 353 (remove_files) COMPLETE
65082026-08-19T02:51:11.697Z[ recovery-image] Aug 19 02:51:10.985 INFO O| Aug 19 02:51:10.985 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65092026-08-19T02:51:11.702Z[ recovery-image] Aug 19 02:51:10.993 INFO O| Aug 19 02:51:10.993 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/script"
65102026-08-19T02:51:11.702Z[ recovery-image] Aug 19 02:51:10.993 INFO O| Aug 19 02:51:10.993 INFO STEP 354 (remove_files) COMPLETE
65112026-08-19T02:51:11.705Z[ recovery-image] Aug 19 02:51:10.993 INFO O| Aug 19 02:51:10.993 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65122026-08-19T02:51:11.712Z[ recovery-image] Aug 19 02:51:11.003 INFO O| Aug 19 02:51:11.002 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sdiff"
65132026-08-19T02:51:11.712Z[ recovery-image] Aug 19 02:51:11.003 INFO O| Aug 19 02:51:11.003 INFO STEP 355 (remove_files) COMPLETE
65142026-08-19T02:51:11.715Z[ recovery-image] Aug 19 02:51:11.003 INFO O| Aug 19 02:51:11.003 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65152026-08-19T02:51:11.723Z[ recovery-image] Aug 19 02:51:11.014 INFO O| Aug 19 02:51:11.014 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/setpgrp"
65162026-08-19T02:51:11.723Z[ recovery-image] Aug 19 02:51:11.014 INFO O| Aug 19 02:51:11.014 INFO STEP 356 (remove_files) COMPLETE
65172026-08-19T02:51:11.723Z[ recovery-image] Aug 19 02:51:11.014 INFO O| Aug 19 02:51:11.014 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65182026-08-19T02:51:11.735Z[ recovery-image] Aug 19 02:51:11.026 INFO O| Aug 19 02:51:11.026 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sftp"
65192026-08-19T02:51:11.735Z[ recovery-image] Aug 19 02:51:11.026 INFO O| Aug 19 02:51:11.026 INFO STEP 357 (remove_files) COMPLETE
65202026-08-19T02:51:11.735Z[ recovery-image] Aug 19 02:51:11.026 INFO O| Aug 19 02:51:11.026 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65212026-08-19T02:51:11.747Z[ recovery-image] Aug 19 02:51:11.038 INFO O| Aug 19 02:51:11.038 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/shcomp"
65222026-08-19T02:51:11.747Z[ recovery-image] Aug 19 02:51:11.038 INFO O| Aug 19 02:51:11.038 INFO STEP 358 (remove_files) COMPLETE
65232026-08-19T02:51:11.747Z[ recovery-image] Aug 19 02:51:11.038 INFO O| Aug 19 02:51:11.038 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65242026-08-19T02:51:11.759Z[ recovery-image] Aug 19 02:51:11.049 INFO O| Aug 19 02:51:11.049 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/smbutil"
65252026-08-19T02:51:11.759Z[ recovery-image] Aug 19 02:51:11.049 INFO O| Aug 19 02:51:11.049 INFO STEP 359 (remove_files) COMPLETE
65262026-08-19T02:51:11.759Z[ recovery-image] Aug 19 02:51:11.049 INFO O| Aug 19 02:51:11.049 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65272026-08-19T02:51:11.766Z[ recovery-image] Aug 19 02:51:11.057 INFO O| Aug 19 02:51:11.057 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmp-bridge-mib"
65282026-08-19T02:51:11.766Z[ recovery-image] Aug 19 02:51:11.057 INFO O| Aug 19 02:51:11.057 INFO STEP 360 (remove_files) COMPLETE
65292026-08-19T02:51:11.766Z[ recovery-image] Aug 19 02:51:11.057 INFO O| Aug 19 02:51:11.057 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65302026-08-19T02:51:11.773Z[ recovery-image] Aug 19 02:51:11.064 INFO O| Aug 19 02:51:11.064 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpbulkget"
65312026-08-19T02:51:11.773Z[ recovery-image] Aug 19 02:51:11.064 INFO O| Aug 19 02:51:11.064 INFO STEP 361 (remove_files) COMPLETE
65322026-08-19T02:51:11.773Z[ recovery-image] Aug 19 02:51:11.064 INFO O| Aug 19 02:51:11.064 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65332026-08-19T02:51:11.777Z[verify-libraries] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
65342026-08-19T02:51:11.784Z[ recovery-image] Aug 19 02:51:11.075 INFO O| Aug 19 02:51:11.075 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpbulkwalk"
65352026-08-19T02:51:11.785Z[ recovery-image] Aug 19 02:51:11.075 INFO O| Aug 19 02:51:11.075 INFO STEP 362 (remove_files) COMPLETE
65362026-08-19T02:51:11.788Z[ recovery-image] Aug 19 02:51:11.075 INFO O| Aug 19 02:51:11.075 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65372026-08-19T02:51:11.795Z[ recovery-image] Aug 19 02:51:11.085 INFO O| Aug 19 02:51:11.085 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpcheck"
65382026-08-19T02:51:11.795Z[ recovery-image] Aug 19 02:51:11.085 INFO O| Aug 19 02:51:11.085 INFO STEP 363 (remove_files) COMPLETE
65392026-08-19T02:51:11.799Z[ recovery-image] Aug 19 02:51:11.085 INFO O| Aug 19 02:51:11.085 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65402026-08-19T02:51:11.804Z[ recovery-image] Aug 19 02:51:11.095 INFO O| Aug 19 02:51:11.095 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpconf"
65412026-08-19T02:51:11.804Z[ recovery-image] Aug 19 02:51:11.095 INFO O| Aug 19 02:51:11.095 INFO STEP 364 (remove_files) COMPLETE
65422026-08-19T02:51:11.807Z[ recovery-image] Aug 19 02:51:11.095 INFO O| Aug 19 02:51:11.095 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65432026-08-19T02:51:11.814Z[ recovery-image] Aug 19 02:51:11.105 INFO O| Aug 19 02:51:11.105 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpdelta"
65442026-08-19T02:51:11.814Z[ recovery-image] Aug 19 02:51:11.105 INFO O| Aug 19 02:51:11.105 INFO STEP 365 (remove_files) COMPLETE
65452026-08-19T02:51:11.817Z[ recovery-image] Aug 19 02:51:11.105 INFO O| Aug 19 02:51:11.105 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65462026-08-19T02:51:11.824Z[ recovery-image] Aug 19 02:51:11.115 INFO O| Aug 19 02:51:11.114 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpdf"
65472026-08-19T02:51:11.824Z[ recovery-image] Aug 19 02:51:11.115 INFO O| Aug 19 02:51:11.115 INFO STEP 366 (remove_files) COMPLETE
65482026-08-19T02:51:11.824Z[ recovery-image] Aug 19 02:51:11.115 INFO O| Aug 19 02:51:11.115 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65492026-08-19T02:51:11.832Z[ recovery-image] Aug 19 02:51:11.123 INFO O| Aug 19 02:51:11.122 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpget"
65502026-08-19T02:51:11.832Z[ recovery-image] Aug 19 02:51:11.123 INFO O| Aug 19 02:51:11.123 INFO STEP 367 (remove_files) COMPLETE
65512026-08-19T02:51:11.832Z[ recovery-image] Aug 19 02:51:11.123 INFO O| Aug 19 02:51:11.123 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65522026-08-19T02:51:11.842Z[ recovery-image] Aug 19 02:51:11.133 INFO O| Aug 19 02:51:11.133 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpgetnext"
65532026-08-19T02:51:11.845Z[ recovery-image] Aug 19 02:51:11.133 INFO O| Aug 19 02:51:11.133 INFO STEP 368 (remove_files) COMPLETE
65542026-08-19T02:51:11.845Z[ recovery-image] Aug 19 02:51:11.133 INFO O| Aug 19 02:51:11.133 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65552026-08-19T02:51:11.851Z[ recovery-image] Aug 19 02:51:11.142 INFO O| Aug 19 02:51:11.142 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpnetstat"
65562026-08-19T02:51:11.851Z[ recovery-image] Aug 19 02:51:11.142 INFO O| Aug 19 02:51:11.142 INFO STEP 369 (remove_files) COMPLETE
65572026-08-19T02:51:11.851Z[ recovery-image] Aug 19 02:51:11.142 INFO O| Aug 19 02:51:11.142 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65582026-08-19T02:51:11.861Z[ recovery-image] Aug 19 02:51:11.152 INFO O| Aug 19 02:51:11.152 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmppcap"
65592026-08-19T02:51:11.861Z[ recovery-image] Aug 19 02:51:11.152 INFO O| Aug 19 02:51:11.152 INFO STEP 370 (remove_files) COMPLETE
65602026-08-19T02:51:11.861Z[ recovery-image] Aug 19 02:51:11.152 INFO O| Aug 19 02:51:11.152 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65612026-08-19T02:51:11.874Z[ recovery-image] Aug 19 02:51:11.165 INFO O| Aug 19 02:51:11.165 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpping"
65622026-08-19T02:51:11.874Z[ recovery-image] Aug 19 02:51:11.165 INFO O| Aug 19 02:51:11.165 INFO STEP 371 (remove_files) COMPLETE
65632026-08-19T02:51:11.874Z[ recovery-image] Aug 19 02:51:11.165 INFO O| Aug 19 02:51:11.165 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65642026-08-19T02:51:11.885Z[ recovery-image] Aug 19 02:51:11.176 INFO O| Aug 19 02:51:11.176 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpps"
65652026-08-19T02:51:11.885Z[ recovery-image] Aug 19 02:51:11.176 INFO O| Aug 19 02:51:11.176 INFO STEP 372 (remove_files) COMPLETE
65662026-08-19T02:51:11.885Z[ recovery-image] Aug 19 02:51:11.176 INFO O| Aug 19 02:51:11.176 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65672026-08-19T02:51:11.895Z[ recovery-image] Aug 19 02:51:11.186 INFO O| Aug 19 02:51:11.186 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpset"
65682026-08-19T02:51:11.895Z[ recovery-image] Aug 19 02:51:11.186 INFO O| Aug 19 02:51:11.186 INFO STEP 373 (remove_files) COMPLETE
65692026-08-19T02:51:11.895Z[ recovery-image] Aug 19 02:51:11.186 INFO O| Aug 19 02:51:11.186 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65702026-08-19T02:51:11.909Z[ recovery-image] Aug 19 02:51:11.200 INFO O| Aug 19 02:51:11.200 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpstatus"
65712026-08-19T02:51:11.910Z[ recovery-image] Aug 19 02:51:11.200 INFO O| Aug 19 02:51:11.200 INFO STEP 374 (remove_files) COMPLETE
65722026-08-19T02:51:11.913Z[ recovery-image] Aug 19 02:51:11.200 INFO O| Aug 19 02:51:11.200 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65732026-08-19T02:51:11.923Z[ recovery-image] Aug 19 02:51:11.214 INFO O| Aug 19 02:51:11.214 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptable"
65742026-08-19T02:51:11.923Z[ recovery-image] Aug 19 02:51:11.214 INFO O| Aug 19 02:51:11.214 INFO STEP 375 (remove_files) COMPLETE
65752026-08-19T02:51:11.923Z[ recovery-image] Aug 19 02:51:11.214 INFO O| Aug 19 02:51:11.214 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65762026-08-19T02:51:11.936Z[ recovery-image] Aug 19 02:51:11.227 INFO O| Aug 19 02:51:11.227 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptest"
65772026-08-19T02:51:11.937Z[ recovery-image] Aug 19 02:51:11.227 INFO O| Aug 19 02:51:11.227 INFO STEP 376 (remove_files) COMPLETE
65782026-08-19T02:51:11.937Z[ recovery-image] Aug 19 02:51:11.227 INFO O| Aug 19 02:51:11.227 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65792026-08-19T02:51:11.948Z[ recovery-image] Aug 19 02:51:11.239 INFO O| Aug 19 02:51:11.238 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptranslate"
65802026-08-19T02:51:11.948Z[ recovery-image] Aug 19 02:51:11.239 INFO O| Aug 19 02:51:11.239 INFO STEP 377 (remove_files) COMPLETE
65812026-08-19T02:51:11.952Z[ recovery-image] Aug 19 02:51:11.239 INFO O| Aug 19 02:51:11.239 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65822026-08-19T02:51:11.958Z[ recovery-image] Aug 19 02:51:11.248 INFO O| Aug 19 02:51:11.248 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptrap"
65832026-08-19T02:51:11.958Z[ recovery-image] Aug 19 02:51:11.248 INFO O| Aug 19 02:51:11.248 INFO STEP 378 (remove_files) COMPLETE
65842026-08-19T02:51:11.958Z[ recovery-image] Aug 19 02:51:11.248 INFO O| Aug 19 02:51:11.248 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65852026-08-19T02:51:11.969Z[ recovery-image] Aug 19 02:51:11.259 INFO O| Aug 19 02:51:11.259 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpusm"
65862026-08-19T02:51:11.969Z[ recovery-image] Aug 19 02:51:11.259 INFO O| Aug 19 02:51:11.259 INFO STEP 379 (remove_files) COMPLETE
65872026-08-19T02:51:11.969Z[ recovery-image] Aug 19 02:51:11.259 INFO O| Aug 19 02:51:11.259 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65882026-08-19T02:51:11.979Z[ recovery-image] Aug 19 02:51:11.270 INFO O| Aug 19 02:51:11.270 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpvacm"
65892026-08-19T02:51:11.979Z[ recovery-image] Aug 19 02:51:11.270 INFO O| Aug 19 02:51:11.270 INFO STEP 380 (remove_files) COMPLETE
65902026-08-19T02:51:11.979Z[ recovery-image] Aug 19 02:51:11.270 INFO O| Aug 19 02:51:11.270 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65912026-08-19T02:51:11.989Z[ recovery-image] Aug 19 02:51:11.280 INFO O| Aug 19 02:51:11.280 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpwalk"
65922026-08-19T02:51:11.989Z[ recovery-image] Aug 19 02:51:11.280 INFO O| Aug 19 02:51:11.280 INFO STEP 381 (remove_files) COMPLETE
65932026-08-19T02:51:11.989Z[ recovery-image] Aug 19 02:51:11.280 INFO O| Aug 19 02:51:11.280 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65942026-08-19T02:51:11.997Z[verify-libraries] Compiling samael v0.0.19
65952026-08-19T02:51:12.000Z[ recovery-image] Aug 19 02:51:11.289 INFO O| Aug 19 02:51:11.289 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sotruss"
65962026-08-19T02:51:12.000Z[ recovery-image] Aug 19 02:51:11.289 INFO O| Aug 19 02:51:11.289 INFO STEP 382 (remove_files) COMPLETE
65972026-08-19T02:51:12.000Z[ recovery-image] Aug 19 02:51:11.289 INFO O| Aug 19 02:51:11.289 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65982026-08-19T02:51:12.008Z[ recovery-image] Aug 19 02:51:11.299 INFO O| Aug 19 02:51:11.299 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/spell"
65992026-08-19T02:51:12.008Z[ recovery-image] Aug 19 02:51:11.299 INFO O| Aug 19 02:51:11.299 INFO STEP 383 (remove_files) COMPLETE
66002026-08-19T02:51:12.008Z[ recovery-image] Aug 19 02:51:11.299 INFO O| Aug 19 02:51:11.299 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66012026-08-19T02:51:12.018Z[ recovery-image] Aug 19 02:51:11.309 INFO O| Aug 19 02:51:11.309 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/split"
66022026-08-19T02:51:12.018Z[ recovery-image] Aug 19 02:51:11.309 INFO O| Aug 19 02:51:11.309 INFO STEP 384 (remove_files) COMPLETE
66032026-08-19T02:51:12.018Z[ recovery-image] Aug 19 02:51:11.309 INFO O| Aug 19 02:51:11.309 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66042026-08-19T02:51:12.029Z[ recovery-image] Aug 19 02:51:11.320 INFO O| Aug 19 02:51:11.319 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sqlite3"
66052026-08-19T02:51:12.029Z[ recovery-image] Aug 19 02:51:11.320 INFO O| Aug 19 02:51:11.320 INFO STEP 385 (remove_files) COMPLETE
66062026-08-19T02:51:12.029Z[ recovery-image] Aug 19 02:51:11.320 INFO O| Aug 19 02:51:11.320 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66072026-08-19T02:51:12.038Z[ recovery-image] Aug 19 02:51:11.329 INFO O| Aug 19 02:51:11.329 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh"
66082026-08-19T02:51:12.038Z[ recovery-image] Aug 19 02:51:11.329 INFO O| Aug 19 02:51:11.329 INFO STEP 386 (remove_files) COMPLETE
66092026-08-19T02:51:12.038Z[ recovery-image] Aug 19 02:51:11.329 INFO O| Aug 19 02:51:11.329 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66102026-08-19T02:51:12.047Z[ recovery-image] Aug 19 02:51:11.338 INFO O| Aug 19 02:51:11.337 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-add"
66112026-08-19T02:51:12.047Z[ recovery-image] Aug 19 02:51:11.338 INFO O| Aug 19 02:51:11.338 INFO STEP 387 (remove_files) COMPLETE
66122026-08-19T02:51:12.047Z[ recovery-image] Aug 19 02:51:11.338 INFO O| Aug 19 02:51:11.338 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66132026-08-19T02:51:12.057Z[ recovery-image] Aug 19 02:51:11.348 INFO O| Aug 19 02:51:11.348 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-agent"
66142026-08-19T02:51:12.057Z[ recovery-image] Aug 19 02:51:11.348 INFO O| Aug 19 02:51:11.348 INFO STEP 388 (remove_files) COMPLETE
66152026-08-19T02:51:12.060Z[ recovery-image] Aug 19 02:51:11.348 INFO O| Aug 19 02:51:11.348 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66162026-08-19T02:51:12.067Z[ recovery-image] Aug 19 02:51:11.358 INFO O| Aug 19 02:51:11.358 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-copy-id"
66172026-08-19T02:51:12.067Z[ recovery-image] Aug 19 02:51:11.358 INFO O| Aug 19 02:51:11.358 INFO STEP 389 (remove_files) COMPLETE
66182026-08-19T02:51:12.070Z[ recovery-image] Aug 19 02:51:11.358 INFO O| Aug 19 02:51:11.358 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66192026-08-19T02:51:12.077Z[ recovery-image] Aug 19 02:51:11.368 INFO O| Aug 19 02:51:11.367 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-keyscan"
66202026-08-19T02:51:12.077Z[ recovery-image] Aug 19 02:51:11.368 INFO O| Aug 19 02:51:11.368 INFO STEP 390 (remove_files) COMPLETE
66212026-08-19T02:51:12.077Z[ recovery-image] Aug 19 02:51:11.368 INFO O| Aug 19 02:51:11.368 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66222026-08-19T02:51:12.087Z[ recovery-image] Aug 19 02:51:11.377 INFO O| Aug 19 02:51:11.377 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/strings"
66232026-08-19T02:51:12.087Z[ recovery-image] Aug 19 02:51:11.377 INFO O| Aug 19 02:51:11.377 INFO STEP 391 (remove_files) COMPLETE
66242026-08-19T02:51:12.090Z[ recovery-image] Aug 19 02:51:11.378 INFO O| Aug 19 02:51:11.377 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66252026-08-19T02:51:12.097Z[ recovery-image] Aug 19 02:51:11.388 INFO O| Aug 19 02:51:11.388 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sum"
66262026-08-19T02:51:12.097Z[ recovery-image] Aug 19 02:51:11.388 INFO O| Aug 19 02:51:11.388 INFO STEP 392 (remove_files) COMPLETE
66272026-08-19T02:51:12.100Z[ recovery-image] Aug 19 02:51:11.388 INFO O| Aug 19 02:51:11.388 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66282026-08-19T02:51:12.103Z[verify-libraries] Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
66292026-08-19T02:51:12.108Z[ recovery-image] Aug 19 02:51:11.399 INFO O| Aug 19 02:51:11.398 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tabs"
66302026-08-19T02:51:12.108Z[ recovery-image] Aug 19 02:51:11.399 INFO O| Aug 19 02:51:11.399 INFO STEP 393 (remove_files) COMPLETE
66312026-08-19T02:51:12.111Z[ recovery-image] Aug 19 02:51:11.399 INFO O| Aug 19 02:51:11.399 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66322026-08-19T02:51:12.117Z[ recovery-image] Aug 19 02:51:11.408 INFO O| Aug 19 02:51:11.408 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tcopy"
66332026-08-19T02:51:12.117Z[ recovery-image] Aug 19 02:51:11.408 INFO O| Aug 19 02:51:11.408 INFO STEP 394 (remove_files) COMPLETE
66342026-08-19T02:51:12.120Z[ recovery-image] Aug 19 02:51:11.408 INFO O| Aug 19 02:51:11.408 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66352026-08-19T02:51:12.125Z[ recovery-image] Aug 19 02:51:11.416 INFO O| Aug 19 02:51:11.416 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/test"
66362026-08-19T02:51:12.125Z[ recovery-image] Aug 19 02:51:11.416 INFO O| Aug 19 02:51:11.416 INFO STEP 395 (remove_files) COMPLETE
66372026-08-19T02:51:12.128Z[ recovery-image] Aug 19 02:51:11.416 INFO O| Aug 19 02:51:11.416 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66382026-08-19T02:51:12.132Z[verify-libraries] Compiling socket2 v0.5.10
66392026-08-19T02:51:12.135Z[ recovery-image] Aug 19 02:51:11.426 INFO O| Aug 19 02:51:11.426 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tic"
66402026-08-19T02:51:12.135Z[ recovery-image] Aug 19 02:51:11.426 INFO O| Aug 19 02:51:11.426 INFO STEP 396 (remove_files) COMPLETE
66412026-08-19T02:51:12.139Z[ recovery-image] Aug 19 02:51:11.426 INFO O| Aug 19 02:51:11.426 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66422026-08-19T02:51:12.145Z[ recovery-image] Aug 19 02:51:11.436 INFO O| Aug 19 02:51:11.436 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/time"
66432026-08-19T02:51:12.145Z[ recovery-image] Aug 19 02:51:11.436 INFO O| Aug 19 02:51:11.436 INFO STEP 397 (remove_files) COMPLETE
66442026-08-19T02:51:12.145Z[ recovery-image] Aug 19 02:51:11.436 INFO O| Aug 19 02:51:11.436 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66452026-08-19T02:51:12.155Z[ recovery-image] Aug 19 02:51:11.445 INFO O| Aug 19 02:51:11.445 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tip"
66462026-08-19T02:51:12.155Z[ recovery-image] Aug 19 02:51:11.446 INFO O| Aug 19 02:51:11.446 INFO STEP 398 (remove_files) COMPLETE
66472026-08-19T02:51:12.155Z[ recovery-image] Aug 19 02:51:11.446 INFO O| Aug 19 02:51:11.446 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66482026-08-19T02:51:12.164Z[ recovery-image] Aug 19 02:51:11.455 INFO O| Aug 19 02:51:11.455 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tkmib"
66492026-08-19T02:51:12.164Z[ recovery-image] Aug 19 02:51:11.455 INFO O| Aug 19 02:51:11.455 INFO STEP 399 (remove_files) COMPLETE
66502026-08-19T02:51:12.164Z[ recovery-image] Aug 19 02:51:11.455 INFO O| Aug 19 02:51:11.455 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66512026-08-19T02:51:12.173Z[ recovery-image] Aug 19 02:51:11.464 INFO O| Aug 19 02:51:11.464 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tpmadm"
66522026-08-19T02:51:12.173Z[ recovery-image] Aug 19 02:51:11.464 INFO O| Aug 19 02:51:11.464 INFO STEP 400 (remove_files) COMPLETE
66532026-08-19T02:51:12.173Z[ recovery-image] Aug 19 02:51:11.464 INFO O| Aug 19 02:51:11.464 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66542026-08-19T02:51:12.182Z[ recovery-image] Aug 19 02:51:11.473 INFO O| Aug 19 02:51:11.473 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/traptoemail"
66552026-08-19T02:51:12.182Z[ recovery-image] Aug 19 02:51:11.473 INFO O| Aug 19 02:51:11.473 INFO STEP 401 (remove_files) COMPLETE
66562026-08-19T02:51:12.182Z[ recovery-image] Aug 19 02:51:11.473 INFO O| Aug 19 02:51:11.473 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66572026-08-19T02:51:12.191Z[ recovery-image] Aug 19 02:51:11.482 INFO O| Aug 19 02:51:11.482 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/true"
66582026-08-19T02:51:12.191Z[ recovery-image] Aug 19 02:51:11.482 INFO O| Aug 19 02:51:11.482 INFO STEP 402 (remove_files) COMPLETE
66592026-08-19T02:51:12.194Z[ recovery-image] Aug 19 02:51:11.482 INFO O| Aug 19 02:51:11.482 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66602026-08-19T02:51:12.199Z[ recovery-image] Aug 19 02:51:11.490 INFO O| Aug 19 02:51:11.490 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tty"
66612026-08-19T02:51:12.202Z[ recovery-image] Aug 19 02:51:11.490 INFO O| Aug 19 02:51:11.490 INFO STEP 403 (remove_files) COMPLETE
66622026-08-19T02:51:12.202Z[ recovery-image] Aug 19 02:51:11.490 INFO O| Aug 19 02:51:11.490 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66632026-08-19T02:51:12.209Z[ recovery-image] Aug 19 02:51:11.499 INFO O| Aug 19 02:51:11.499 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/type"
66642026-08-19T02:51:12.209Z[ recovery-image] Aug 19 02:51:11.500 INFO O| Aug 19 02:51:11.500 INFO STEP 404 (remove_files) COMPLETE
66652026-08-19T02:51:12.212Z[ recovery-image] Aug 19 02:51:11.500 INFO O| Aug 19 02:51:11.500 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66662026-08-19T02:51:12.220Z[ recovery-image] Aug 19 02:51:11.511 INFO O| Aug 19 02:51:11.511 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tzselect"
66672026-08-19T02:51:12.220Z[ recovery-image] Aug 19 02:51:11.511 INFO O| Aug 19 02:51:11.511 INFO STEP 405 (remove_files) COMPLETE
66682026-08-19T02:51:12.223Z[ recovery-image] Aug 19 02:51:11.511 INFO O| Aug 19 02:51:11.511 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66692026-08-19T02:51:12.274Z[ recovery-image] Aug 19 02:51:11.520 INFO O| Aug 19 02:51:11.520 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ulimit"
66702026-08-19T02:51:12.274Z[ recovery-image] Aug 19 02:51:11.520 INFO O| Aug 19 02:51:11.520 INFO STEP 406 (remove_files) COMPLETE
66712026-08-19T02:51:12.274Z[ recovery-image] Aug 19 02:51:11.520 INFO O| Aug 19 02:51:11.520 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66722026-08-19T02:51:12.274Z[ recovery-image] Aug 19 02:51:11.530 INFO O| Aug 19 02:51:11.530 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/umask"
66732026-08-19T02:51:12.274Z[ recovery-image] Aug 19 02:51:11.530 INFO O| Aug 19 02:51:11.530 INFO STEP 407 (remove_files) COMPLETE
66742026-08-19T02:51:12.274Z[ recovery-image] Aug 19 02:51:11.530 INFO O| Aug 19 02:51:11.530 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66752026-08-19T02:51:12.274Z[ recovery-image] Aug 19 02:51:11.539 INFO O| Aug 19 02:51:11.539 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unalias"
66762026-08-19T02:51:12.274Z[ recovery-image] Aug 19 02:51:11.539 INFO O| Aug 19 02:51:11.539 INFO STEP 408 (remove_files) COMPLETE
66772026-08-19T02:51:12.275Z[ recovery-image] Aug 19 02:51:11.539 INFO O| Aug 19 02:51:11.539 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66782026-08-19T02:51:12.275Z[ recovery-image] Aug 19 02:51:11.548 INFO O| Aug 19 02:51:11.548 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uncompress"
66792026-08-19T02:51:12.275Z[ recovery-image] Aug 19 02:51:11.548 INFO O| Aug 19 02:51:11.548 INFO STEP 409 (remove_files) COMPLETE
66802026-08-19T02:51:12.275Z[ recovery-image] Aug 19 02:51:11.548 INFO O| Aug 19 02:51:11.548 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66812026-08-19T02:51:12.275Z[ recovery-image] Aug 19 02:51:11.557 INFO O| Aug 19 02:51:11.557 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unexpand"
66822026-08-19T02:51:12.275Z[ recovery-image] Aug 19 02:51:11.557 INFO O| Aug 19 02:51:11.557 INFO STEP 410 (remove_files) COMPLETE
66832026-08-19T02:51:12.275Z[ recovery-image] Aug 19 02:51:11.557 INFO O| Aug 19 02:51:11.557 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66842026-08-19T02:51:12.279Z[ recovery-image] Aug 19 02:51:11.566 INFO O| Aug 19 02:51:11.566 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uniq"
66852026-08-19T02:51:12.279Z[ recovery-image] Aug 19 02:51:11.566 INFO O| Aug 19 02:51:11.566 INFO STEP 411 (remove_files) COMPLETE
66862026-08-19T02:51:12.279Z[ recovery-image] Aug 19 02:51:11.566 INFO O| Aug 19 02:51:11.566 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66872026-08-19T02:51:12.284Z[ recovery-image] Aug 19 02:51:11.575 INFO O| Aug 19 02:51:11.575 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/units"
66882026-08-19T02:51:12.284Z[ recovery-image] Aug 19 02:51:11.575 INFO O| Aug 19 02:51:11.575 INFO STEP 412 (remove_files) COMPLETE
66892026-08-19T02:51:12.287Z[ recovery-image] Aug 19 02:51:11.575 INFO O| Aug 19 02:51:11.575 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66902026-08-19T02:51:12.293Z[ recovery-image] Aug 19 02:51:11.584 INFO O| Aug 19 02:51:11.584 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unix2dos"
66912026-08-19T02:51:12.293Z[ recovery-image] Aug 19 02:51:11.584 INFO O| Aug 19 02:51:11.584 INFO STEP 413 (remove_files) COMPLETE
66922026-08-19T02:51:12.293Z[ recovery-image] Aug 19 02:51:11.584 INFO O| Aug 19 02:51:11.584 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66932026-08-19T02:51:12.303Z[ recovery-image] Aug 19 02:51:11.594 INFO O| Aug 19 02:51:11.593 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unpack"
66942026-08-19T02:51:12.303Z[ recovery-image] Aug 19 02:51:11.594 INFO O| Aug 19 02:51:11.594 INFO STEP 414 (remove_files) COMPLETE
66952026-08-19T02:51:12.303Z[ recovery-image] Aug 19 02:51:11.594 INFO O| Aug 19 02:51:11.594 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66962026-08-19T02:51:12.312Z[ recovery-image] Aug 19 02:51:11.602 INFO O| Aug 19 02:51:11.602 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/userattr"
66972026-08-19T02:51:12.312Z[ recovery-image] Aug 19 02:51:11.602 INFO O| Aug 19 02:51:11.602 INFO STEP 415 (remove_files) COMPLETE
66982026-08-19T02:51:12.314Z[ recovery-image] Aug 19 02:51:11.602 INFO O| Aug 19 02:51:11.602 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66992026-08-19T02:51:12.320Z[ recovery-image] Aug 19 02:51:11.611 INFO O| Aug 19 02:51:11.611 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uudecode"
67002026-08-19T02:51:12.320Z[ recovery-image] Aug 19 02:51:11.611 INFO O| Aug 19 02:51:11.611 INFO STEP 416 (remove_files) COMPLETE
67012026-08-19T02:51:12.320Z[ recovery-image] Aug 19 02:51:11.611 INFO O| Aug 19 02:51:11.611 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67022026-08-19T02:51:12.330Z[ recovery-image] Aug 19 02:51:11.620 INFO O| Aug 19 02:51:11.620 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uuencode"
67032026-08-19T02:51:12.330Z[ recovery-image] Aug 19 02:51:11.620 INFO O| Aug 19 02:51:11.620 INFO STEP 417 (remove_files) COMPLETE
67042026-08-19T02:51:12.333Z[ recovery-image] Aug 19 02:51:11.621 INFO O| Aug 19 02:51:11.620 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67052026-08-19T02:51:12.338Z[ recovery-image] Aug 19 02:51:11.629 INFO O| Aug 19 02:51:11.629 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uuidgen"
67062026-08-19T02:51:12.338Z[ recovery-image] Aug 19 02:51:11.629 INFO O| Aug 19 02:51:11.629 INFO STEP 418 (remove_files) COMPLETE
67072026-08-19T02:51:12.338Z[ recovery-image] Aug 19 02:51:11.629 INFO O| Aug 19 02:51:11.629 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67082026-08-19T02:51:12.349Z[ recovery-image] Aug 19 02:51:11.639 INFO O| Aug 19 02:51:11.639 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vedit"
67092026-08-19T02:51:12.349Z[ recovery-image] Aug 19 02:51:11.639 INFO O| Aug 19 02:51:11.639 INFO STEP 419 (remove_files) COMPLETE
67102026-08-19T02:51:12.352Z[ recovery-image] Aug 19 02:51:11.639 INFO O| Aug 19 02:51:11.639 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67112026-08-19T02:51:12.359Z[ recovery-image] Aug 19 02:51:11.650 INFO O| Aug 19 02:51:11.650 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vim"
67122026-08-19T02:51:12.359Z[ recovery-image] Aug 19 02:51:11.650 INFO O| Aug 19 02:51:11.650 INFO STEP 420 (remove_files) COMPLETE
67132026-08-19T02:51:12.359Z[ recovery-image] Aug 19 02:51:11.650 INFO O| Aug 19 02:51:11.650 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67142026-08-19T02:51:12.370Z[ recovery-image] Aug 19 02:51:11.661 INFO O| Aug 19 02:51:11.661 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vimtutor"
67152026-08-19T02:51:12.370Z[ recovery-image] Aug 19 02:51:11.661 INFO O| Aug 19 02:51:11.661 INFO STEP 421 (remove_files) COMPLETE
67162026-08-19T02:51:12.370Z[ recovery-image] Aug 19 02:51:11.661 INFO O| Aug 19 02:51:11.661 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67172026-08-19T02:51:12.380Z[ recovery-image] Aug 19 02:51:11.671 INFO O| Aug 19 02:51:11.671 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vmstat"
67182026-08-19T02:51:12.380Z[ recovery-image] Aug 19 02:51:11.671 INFO O| Aug 19 02:51:11.671 INFO STEP 422 (remove_files) COMPLETE
67192026-08-19T02:51:12.383Z[ recovery-image] Aug 19 02:51:11.671 INFO O| Aug 19 02:51:11.671 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67202026-08-19T02:51:12.390Z[ recovery-image] Aug 19 02:51:11.681 INFO O| Aug 19 02:51:11.681 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vtfontcvt"
67212026-08-19T02:51:12.390Z[ recovery-image] Aug 19 02:51:11.681 INFO O| Aug 19 02:51:11.681 INFO STEP 423 (remove_files) COMPLETE
67222026-08-19T02:51:12.390Z[ recovery-image] Aug 19 02:51:11.681 INFO O| Aug 19 02:51:11.681 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67232026-08-19T02:51:12.399Z[ recovery-image] Aug 19 02:51:11.690 INFO O| Aug 19 02:51:11.690 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/w"
67242026-08-19T02:51:12.399Z[ recovery-image] Aug 19 02:51:11.690 INFO O| Aug 19 02:51:11.690 INFO STEP 424 (remove_files) COMPLETE
67252026-08-19T02:51:12.402Z[ recovery-image] Aug 19 02:51:11.690 INFO O| Aug 19 02:51:11.690 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67262026-08-19T02:51:12.409Z[ recovery-image] Aug 19 02:51:11.699 INFO O| Aug 19 02:51:11.699 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wait"
67272026-08-19T02:51:12.412Z[ recovery-image] Aug 19 02:51:11.700 INFO O| Aug 19 02:51:11.700 INFO STEP 425 (remove_files) COMPLETE
67282026-08-19T02:51:12.412Z[ recovery-image] Aug 19 02:51:11.700 INFO O| Aug 19 02:51:11.700 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67292026-08-19T02:51:12.419Z[ recovery-image] Aug 19 02:51:11.709 INFO O| Aug 19 02:51:11.709 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/watch"
67302026-08-19T02:51:12.420Z[ recovery-image] Aug 19 02:51:11.709 INFO O| Aug 19 02:51:11.709 INFO STEP 426 (remove_files) COMPLETE
67312026-08-19T02:51:12.420Z[ recovery-image] Aug 19 02:51:11.709 INFO O| Aug 19 02:51:11.709 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67322026-08-19T02:51:12.428Z[ recovery-image] Aug 19 02:51:11.719 INFO O| Aug 19 02:51:11.718 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wc"
67332026-08-19T02:51:12.428Z[ recovery-image] Aug 19 02:51:11.719 INFO O| Aug 19 02:51:11.719 INFO STEP 427 (remove_files) COMPLETE
67342026-08-19T02:51:12.428Z[ recovery-image] Aug 19 02:51:11.719 INFO O| Aug 19 02:51:11.719 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67352026-08-19T02:51:12.437Z[ recovery-image] Aug 19 02:51:11.728 INFO O| Aug 19 02:51:11.728 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/which"
67362026-08-19T02:51:12.437Z[ recovery-image] Aug 19 02:51:11.728 INFO O| Aug 19 02:51:11.728 INFO STEP 428 (remove_files) COMPLETE
67372026-08-19T02:51:12.437Z[ recovery-image] Aug 19 02:51:11.728 INFO O| Aug 19 02:51:11.728 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67382026-08-19T02:51:12.447Z[ recovery-image] Aug 19 02:51:11.738 INFO O| Aug 19 02:51:11.738 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/whocalls"
67392026-08-19T02:51:12.447Z[ recovery-image] Aug 19 02:51:11.738 INFO O| Aug 19 02:51:11.738 INFO STEP 429 (remove_files) COMPLETE
67402026-08-19T02:51:12.450Z[ recovery-image] Aug 19 02:51:11.738 INFO O| Aug 19 02:51:11.738 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67412026-08-19T02:51:12.457Z[ recovery-image] Aug 19 02:51:11.748 INFO O| Aug 19 02:51:11.748 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wracct"
67422026-08-19T02:51:12.457Z[ recovery-image] Aug 19 02:51:11.748 INFO O| Aug 19 02:51:11.748 INFO STEP 430 (remove_files) COMPLETE
67432026-08-19T02:51:12.460Z[ recovery-image] Aug 19 02:51:11.748 INFO O| Aug 19 02:51:11.748 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67442026-08-19T02:51:12.471Z[ recovery-image] Aug 19 02:51:11.759 INFO O| Aug 19 02:51:11.759 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/write"
67452026-08-19T02:51:12.471Z[ recovery-image] Aug 19 02:51:11.759 INFO O| Aug 19 02:51:11.759 INFO STEP 431 (remove_files) COMPLETE
67462026-08-19T02:51:12.471Z[ recovery-image] Aug 19 02:51:11.759 INFO O| Aug 19 02:51:11.759 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67472026-08-19T02:51:12.479Z[ recovery-image] Aug 19 02:51:11.770 INFO O| Aug 19 02:51:11.770 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xargs"
67482026-08-19T02:51:12.479Z[ recovery-image] Aug 19 02:51:11.770 INFO O| Aug 19 02:51:11.770 INFO STEP 432 (remove_files) COMPLETE
67492026-08-19T02:51:12.482Z[ recovery-image] Aug 19 02:51:11.770 INFO O| Aug 19 02:51:11.770 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67502026-08-19T02:51:12.489Z[ recovery-image] Aug 19 02:51:11.779 INFO O| Aug 19 02:51:11.779 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xml2-config"
67512026-08-19T02:51:12.489Z[ recovery-image] Aug 19 02:51:11.779 INFO O| Aug 19 02:51:11.779 INFO STEP 433 (remove_files) COMPLETE
67522026-08-19T02:51:12.492Z[ recovery-image] Aug 19 02:51:11.779 INFO O| Aug 19 02:51:11.779 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67532026-08-19T02:51:12.498Z[ recovery-image] Aug 19 02:51:11.789 INFO O| Aug 19 02:51:11.789 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmlcatalog"
67542026-08-19T02:51:12.498Z[ recovery-image] Aug 19 02:51:11.789 INFO O| Aug 19 02:51:11.789 INFO STEP 434 (remove_files) COMPLETE
67552026-08-19T02:51:12.498Z[ recovery-image] Aug 19 02:51:11.789 INFO O| Aug 19 02:51:11.789 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67562026-08-19T02:51:12.509Z[ recovery-image] Aug 19 02:51:11.799 INFO O| Aug 19 02:51:11.799 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmllint"
67572026-08-19T02:51:12.509Z[ recovery-image] Aug 19 02:51:11.799 INFO O| Aug 19 02:51:11.799 INFO STEP 435 (remove_files) COMPLETE
67582026-08-19T02:51:12.509Z[ recovery-image] Aug 19 02:51:11.799 INFO O| Aug 19 02:51:11.799 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67592026-08-19T02:51:12.512Z[verify-libraries] Compiling fs-err v2.11.0
67602026-08-19T02:51:12.518Z[ recovery-image] Aug 19 02:51:11.808 INFO O| Aug 19 02:51:11.808 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmlwf"
67612026-08-19T02:51:12.518Z[ recovery-image] Aug 19 02:51:11.809 INFO O| Aug 19 02:51:11.808 INFO STEP 436 (remove_files) COMPLETE
67622026-08-19T02:51:12.518Z[ recovery-image] Aug 19 02:51:11.809 INFO O| Aug 19 02:51:11.809 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67632026-08-19T02:51:12.528Z[ recovery-image] Aug 19 02:51:11.819 INFO O| Aug 19 02:51:11.819 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xstr"
67642026-08-19T02:51:12.528Z[ recovery-image] Aug 19 02:51:11.819 INFO O| Aug 19 02:51:11.819 INFO STEP 437 (remove_files) COMPLETE
67652026-08-19T02:51:12.528Z[ recovery-image] Aug 19 02:51:11.819 INFO O| Aug 19 02:51:11.819 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67662026-08-19T02:51:12.539Z[ recovery-image] Aug 19 02:51:11.830 INFO O| Aug 19 02:51:11.829 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xxd"
67672026-08-19T02:51:12.539Z[ recovery-image] Aug 19 02:51:11.830 INFO O| Aug 19 02:51:11.830 INFO STEP 438 (remove_files) COMPLETE
67682026-08-19T02:51:12.542Z[ recovery-image] Aug 19 02:51:11.830 INFO O| Aug 19 02:51:11.830 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67692026-08-19T02:51:12.548Z[ recovery-image] Aug 19 02:51:11.839 INFO O| Aug 19 02:51:11.839 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xz"
67702026-08-19T02:51:12.551Z[ recovery-image] Aug 19 02:51:11.839 INFO O| Aug 19 02:51:11.839 INFO STEP 439 (remove_files) COMPLETE
67712026-08-19T02:51:12.551Z[ recovery-image] Aug 19 02:51:11.839 INFO O| Aug 19 02:51:11.839 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67722026-08-19T02:51:12.560Z[ recovery-image] Aug 19 02:51:11.848 INFO O| Aug 19 02:51:11.848 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzdec"
67732026-08-19T02:51:12.560Z[ recovery-image] Aug 19 02:51:11.848 INFO O| Aug 19 02:51:11.848 INFO STEP 440 (remove_files) COMPLETE
67742026-08-19T02:51:12.561Z[ recovery-image] Aug 19 02:51:11.848 INFO O| Aug 19 02:51:11.848 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67752026-08-19T02:51:12.567Z[ recovery-image] Aug 19 02:51:11.858 INFO O| Aug 19 02:51:11.858 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzdiff"
67762026-08-19T02:51:12.567Z[ recovery-image] Aug 19 02:51:11.858 INFO O| Aug 19 02:51:11.858 INFO STEP 441 (remove_files) COMPLETE
67772026-08-19T02:51:12.571Z[ recovery-image] Aug 19 02:51:11.858 INFO O| Aug 19 02:51:11.858 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67782026-08-19T02:51:12.577Z[ recovery-image] Aug 19 02:51:11.868 INFO O| Aug 19 02:51:11.868 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzgrep"
67792026-08-19T02:51:12.577Z[ recovery-image] Aug 19 02:51:11.868 INFO O| Aug 19 02:51:11.868 INFO STEP 442 (remove_files) COMPLETE
67802026-08-19T02:51:12.580Z[ recovery-image] Aug 19 02:51:11.868 INFO O| Aug 19 02:51:11.868 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67812026-08-19T02:51:12.587Z[ recovery-image] Aug 19 02:51:11.878 INFO O| Aug 19 02:51:11.877 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzless"
67822026-08-19T02:51:12.587Z[ recovery-image] Aug 19 02:51:11.878 INFO O| Aug 19 02:51:11.878 INFO STEP 443 (remove_files) COMPLETE
67832026-08-19T02:51:12.587Z[ recovery-image] Aug 19 02:51:11.878 INFO O| Aug 19 02:51:11.878 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67842026-08-19T02:51:12.597Z[ recovery-image] Aug 19 02:51:11.887 INFO O| Aug 19 02:51:11.887 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzmore"
67852026-08-19T02:51:12.597Z[ recovery-image] Aug 19 02:51:11.888 INFO O| Aug 19 02:51:11.887 INFO STEP 444 (remove_files) COMPLETE
67862026-08-19T02:51:12.600Z[ recovery-image] Aug 19 02:51:11.888 INFO O| Aug 19 02:51:11.887 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67872026-08-19T02:51:12.606Z[ recovery-image] Aug 19 02:51:11.897 INFO O| Aug 19 02:51:11.897 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/yes"
67882026-08-19T02:51:12.606Z[ recovery-image] Aug 19 02:51:11.897 INFO O| Aug 19 02:51:11.897 INFO STEP 445 (remove_files) COMPLETE
67892026-08-19T02:51:12.609Z[ recovery-image] Aug 19 02:51:11.897 INFO O| Aug 19 02:51:11.897 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67902026-08-19T02:51:12.616Z[ recovery-image] Aug 19 02:51:11.907 INFO O| Aug 19 02:51:11.907 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zcat"
67912026-08-19T02:51:12.616Z[ recovery-image] Aug 19 02:51:11.907 INFO O| Aug 19 02:51:11.907 INFO STEP 446 (remove_files) COMPLETE
67922026-08-19T02:51:12.616Z[ recovery-image] Aug 19 02:51:11.907 INFO O| Aug 19 02:51:11.907 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67932026-08-19T02:51:12.625Z[ recovery-image] Aug 19 02:51:11.916 INFO O| Aug 19 02:51:11.916 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zonestat"
67942026-08-19T02:51:12.628Z[ recovery-image] Aug 19 02:51:11.916 INFO O| Aug 19 02:51:11.916 INFO STEP 447 (remove_files) COMPLETE
67952026-08-19T02:51:12.628Z[ recovery-image] Aug 19 02:51:11.916 INFO O| Aug 19 02:51:11.916 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67962026-08-19T02:51:12.634Z[ recovery-image] Aug 19 02:51:11.925 INFO O| Aug 19 02:51:11.925 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstd"
67972026-08-19T02:51:12.634Z[ recovery-image] Aug 19 02:51:11.925 INFO O| Aug 19 02:51:11.925 INFO STEP 448 (remove_files) COMPLETE
67982026-08-19T02:51:12.634Z[ recovery-image] Aug 19 02:51:11.925 INFO O| Aug 19 02:51:11.925 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67992026-08-19T02:51:12.690Z[verify-libraries] Compiling internet-checksum v0.2.1
68002026-08-19T02:51:12.706Z[ recovery-image] Aug 19 02:51:11.991 INFO O| Aug 19 02:51:11.991 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstdgrep"
68012026-08-19T02:51:12.706Z[ recovery-image] Aug 19 02:51:11.991 INFO O| Aug 19 02:51:11.991 INFO STEP 449 (remove_files) COMPLETE
68022026-08-19T02:51:12.706Z[ recovery-image] Aug 19 02:51:11.991 INFO O| Aug 19 02:51:11.991 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68032026-08-19T02:51:12.711Z[ recovery-image] Aug 19 02:51:12.002 INFO O| Aug 19 02:51:12.002 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstdless"
68042026-08-19T02:51:12.712Z[ recovery-image] Aug 19 02:51:12.002 INFO O| Aug 19 02:51:12.002 INFO STEP 450 (remove_files) COMPLETE
68052026-08-19T02:51:12.712Z[ recovery-image] Aug 19 02:51:12.002 INFO O| Aug 19 02:51:12.002 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68062026-08-19T02:51:12.723Z[ recovery-image] Aug 19 02:51:12.014 INFO O| Aug 19 02:51:12.014 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0"
68072026-08-19T02:51:12.723Z[ recovery-image] Aug 19 02:51:12.014 INFO O| Aug 19 02:51:12.014 INFO STEP 451 (remove_files) COMPLETE
68082026-08-19T02:51:12.726Z[ recovery-image] Aug 19 02:51:12.014 INFO O| Aug 19 02:51:12.014 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68092026-08-19T02:51:12.733Z[ recovery-image] Aug 19 02:51:12.024 INFO O| Aug 19 02:51:12.024 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0"
68102026-08-19T02:51:12.733Z[ recovery-image] Aug 19 02:51:12.024 INFO O| Aug 19 02:51:12.024 INFO STEP 452 (remove_files) COMPLETE
68112026-08-19T02:51:12.733Z[ recovery-image] Aug 19 02:51:12.024 INFO O| Aug 19 02:51:12.024 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68122026-08-19T02:51:12.746Z[ recovery-image] Aug 19 02:51:12.036 INFO O| Aug 19 02:51:12.036 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0"
68132026-08-19T02:51:12.746Z[ recovery-image] Aug 19 02:51:12.037 INFO O| Aug 19 02:51:12.036 INFO STEP 453 (remove_files) COMPLETE
68142026-08-19T02:51:12.746Z[ recovery-image] Aug 19 02:51:12.037 INFO O| Aug 19 02:51:12.037 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68152026-08-19T02:51:12.756Z[ recovery-image] Aug 19 02:51:12.047 INFO O| Aug 19 02:51:12.047 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28"
68162026-08-19T02:51:12.756Z[ recovery-image] Aug 19 02:51:12.047 INFO O| Aug 19 02:51:12.047 INFO STEP 454 (remove_files) COMPLETE
68172026-08-19T02:51:12.756Z[ recovery-image] Aug 19 02:51:12.047 INFO O| Aug 19 02:51:12.047 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68182026-08-19T02:51:12.764Z[ recovery-image] Aug 19 02:51:12.055 INFO O| Aug 19 02:51:12.055 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0"
68192026-08-19T02:51:12.764Z[ recovery-image] Aug 19 02:51:12.055 INFO O| Aug 19 02:51:12.055 INFO STEP 455 (remove_files) COMPLETE
68202026-08-19T02:51:12.767Z[ recovery-image] Aug 19 02:51:12.055 INFO O| Aug 19 02:51:12.055 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68212026-08-19T02:51:12.773Z[ recovery-image] Aug 19 02:51:12.064 INFO O| Aug 19 02:51:12.064 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libgcc_s.so.1"
68222026-08-19T02:51:12.773Z[ recovery-image] Aug 19 02:51:12.064 INFO O| Aug 19 02:51:12.064 INFO STEP 456 (remove_files) COMPLETE
68232026-08-19T02:51:12.773Z[ recovery-image] Aug 19 02:51:12.064 INFO O| Aug 19 02:51:12.064 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68242026-08-19T02:51:12.783Z[ recovery-image] Aug 19 02:51:12.074 INFO O| Aug 19 02:51:12.074 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0"
68252026-08-19T02:51:12.784Z[ recovery-image] Aug 19 02:51:12.074 INFO O| Aug 19 02:51:12.074 INFO STEP 457 (remove_files) COMPLETE
68262026-08-19T02:51:12.787Z[ recovery-image] Aug 19 02:51:12.074 INFO O| Aug 19 02:51:12.074 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68272026-08-19T02:51:12.794Z[ recovery-image] Aug 19 02:51:12.085 INFO O| Aug 19 02:51:12.085 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0"
68282026-08-19T02:51:12.794Z[ recovery-image] Aug 19 02:51:12.085 INFO O| Aug 19 02:51:12.085 INFO STEP 458 (remove_files) COMPLETE
68292026-08-19T02:51:12.797Z[ recovery-image] Aug 19 02:51:12.085 INFO O| Aug 19 02:51:12.085 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68302026-08-19T02:51:12.803Z[ recovery-image] Aug 19 02:51:12.094 INFO O| Aug 19 02:51:12.093 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28"
68312026-08-19T02:51:12.803Z[ recovery-image] Aug 19 02:51:12.094 INFO O| Aug 19 02:51:12.094 INFO STEP 459 (remove_files) COMPLETE
68322026-08-19T02:51:12.806Z[ recovery-image] Aug 19 02:51:12.094 INFO O| Aug 19 02:51:12.094 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68332026-08-19T02:51:12.811Z[ recovery-image] Aug 19 02:51:12.102 INFO O| Aug 19 02:51:12.102 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libform.so.5.9"
68342026-08-19T02:51:12.811Z[ recovery-image] Aug 19 02:51:12.102 INFO O| Aug 19 02:51:12.102 INFO STEP 460 (remove_files) COMPLETE
68352026-08-19T02:51:12.811Z[ recovery-image] Aug 19 02:51:12.102 INFO O| Aug 19 02:51:12.102 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68362026-08-19T02:51:12.819Z[ recovery-image] Aug 19 02:51:12.110 INFO O| Aug 19 02:51:12.110 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9"
68372026-08-19T02:51:12.819Z[ recovery-image] Aug 19 02:51:12.110 INFO O| Aug 19 02:51:12.110 INFO STEP 461 (remove_files) COMPLETE
68382026-08-19T02:51:12.819Z[ recovery-image] Aug 19 02:51:12.110 INFO O| Aug 19 02:51:12.110 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68392026-08-19T02:51:12.829Z[ recovery-image] Aug 19 02:51:12.119 INFO O| Aug 19 02:51:12.119 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9"
68402026-08-19T02:51:12.832Z[ recovery-image] Aug 19 02:51:12.120 INFO O| Aug 19 02:51:12.120 INFO STEP 462 (remove_files) COMPLETE
68412026-08-19T02:51:12.832Z[ recovery-image] Aug 19 02:51:12.120 INFO O| Aug 19 02:51:12.120 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68422026-08-19T02:51:12.841Z[ recovery-image] Aug 19 02:51:12.132 INFO O| Aug 19 02:51:12.132 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libform.so.5.9"
68432026-08-19T02:51:12.841Z[ recovery-image] Aug 19 02:51:12.132 INFO O| Aug 19 02:51:12.132 INFO STEP 463 (remove_files) COMPLETE
68442026-08-19T02:51:12.842Z[ recovery-image] Aug 19 02:51:12.132 INFO O| Aug 19 02:51:12.132 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68452026-08-19T02:51:12.852Z[ recovery-image] Aug 19 02:51:12.143 INFO O| Aug 19 02:51:12.143 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libmenu.so.5.9"
68462026-08-19T02:51:12.852Z[ recovery-image] Aug 19 02:51:12.143 INFO O| Aug 19 02:51:12.143 INFO STEP 464 (remove_files) COMPLETE
68472026-08-19T02:51:12.855Z[ recovery-image] Aug 19 02:51:12.143 INFO O| Aug 19 02:51:12.143 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68482026-08-19T02:51:12.864Z[ recovery-image] Aug 19 02:51:12.155 INFO O| Aug 19 02:51:12.155 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libpanel.so.5.9"
68492026-08-19T02:51:12.864Z[ recovery-image] Aug 19 02:51:12.155 INFO O| Aug 19 02:51:12.155 INFO STEP 465 (remove_files) COMPLETE
68502026-08-19T02:51:12.864Z[ recovery-image] Aug 19 02:51:12.155 INFO O| Aug 19 02:51:12.155 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68512026-08-19T02:51:12.878Z[ recovery-image] Aug 19 02:51:12.165 INFO O| Aug 19 02:51:12.165 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/ctags"
68522026-08-19T02:51:12.878Z[ recovery-image] Aug 19 02:51:12.166 INFO O| Aug 19 02:51:12.165 INFO STEP 466 (remove_files) COMPLETE
68532026-08-19T02:51:12.881Z[ recovery-image] Aug 19 02:51:12.166 INFO O| Aug 19 02:51:12.165 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68542026-08-19T02:51:12.886Z[ recovery-image] Aug 19 02:51:12.177 INFO O| Aug 19 02:51:12.177 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/edit"
68552026-08-19T02:51:12.886Z[ recovery-image] Aug 19 02:51:12.177 INFO O| Aug 19 02:51:12.177 INFO STEP 467 (remove_files) COMPLETE
68562026-08-19T02:51:12.886Z[ recovery-image] Aug 19 02:51:12.177 INFO O| Aug 19 02:51:12.177 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68572026-08-19T02:51:12.899Z[ recovery-image] Aug 19 02:51:12.189 INFO O| Aug 19 02:51:12.189 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/ex"
68582026-08-19T02:51:12.899Z[ recovery-image] Aug 19 02:51:12.190 INFO O| Aug 19 02:51:12.190 INFO STEP 468 (remove_files) COMPLETE
68592026-08-19T02:51:12.902Z[ recovery-image] Aug 19 02:51:12.190 INFO O| Aug 19 02:51:12.190 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68602026-08-19T02:51:12.911Z[ recovery-image] Aug 19 02:51:12.202 INFO O| Aug 19 02:51:12.202 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/pfsh"
68612026-08-19T02:51:12.911Z[ recovery-image] Aug 19 02:51:12.202 INFO O| Aug 19 02:51:12.202 INFO STEP 469 (remove_files) COMPLETE
68622026-08-19T02:51:12.911Z[ recovery-image] Aug 19 02:51:12.202 INFO O| Aug 19 02:51:12.202 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68632026-08-19T02:51:12.922Z[ recovery-image] Aug 19 02:51:12.213 INFO O| Aug 19 02:51:12.213 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/sh"
68642026-08-19T02:51:12.922Z[ recovery-image] Aug 19 02:51:12.213 INFO O| Aug 19 02:51:12.213 INFO STEP 470 (remove_files) COMPLETE
68652026-08-19T02:51:12.925Z[ recovery-image] Aug 19 02:51:12.213 INFO O| Aug 19 02:51:12.213 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68662026-08-19T02:51:12.934Z[ recovery-image] Aug 19 02:51:12.225 INFO O| Aug 19 02:51:12.225 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/vedit"
68672026-08-19T02:51:12.937Z[ recovery-image] Aug 19 02:51:12.225 INFO O| Aug 19 02:51:12.225 INFO STEP 471 (remove_files) COMPLETE
68682026-08-19T02:51:12.937Z[ recovery-image] Aug 19 02:51:12.225 INFO O| Aug 19 02:51:12.225 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68692026-08-19T02:51:12.946Z[ recovery-image] Aug 19 02:51:12.237 INFO O| Aug 19 02:51:12.236 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/vi"
68702026-08-19T02:51:12.946Z[ recovery-image] Aug 19 02:51:12.237 INFO O| Aug 19 02:51:12.237 INFO STEP 472 (remove_files) COMPLETE
68712026-08-19T02:51:12.949Z[ recovery-image] Aug 19 02:51:12.237 INFO O| Aug 19 02:51:12.237 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68722026-08-19T02:51:12.957Z[ recovery-image] Aug 19 02:51:12.248 INFO O| Aug 19 02:51:12.248 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/view"
68732026-08-19T02:51:12.957Z[ recovery-image] Aug 19 02:51:12.248 INFO O| Aug 19 02:51:12.248 INFO STEP 473 (remove_files) COMPLETE
68742026-08-19T02:51:12.957Z[ recovery-image] Aug 19 02:51:12.248 INFO O| Aug 19 02:51:12.248 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68752026-08-19T02:51:12.970Z[ recovery-image] Aug 19 02:51:12.260 INFO O| Aug 19 02:51:12.260 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/logindmux"
68762026-08-19T02:51:12.973Z[ recovery-image] Aug 19 02:51:12.261 INFO O| Aug 19 02:51:12.261 INFO STEP 474 (remove_files) COMPLETE
68772026-08-19T02:51:12.973Z[ recovery-image] Aug 19 02:51:12.261 INFO O| Aug 19 02:51:12.261 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68782026-08-19T02:51:12.982Z[ recovery-image] Aug 19 02:51:12.273 INFO O| Aug 19 02:51:12.273 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/pool"
68792026-08-19T02:51:12.982Z[ recovery-image] Aug 19 02:51:12.273 INFO O| Aug 19 02:51:12.273 INFO STEP 475 (remove_files) COMPLETE
68802026-08-19T02:51:12.986Z[ recovery-image] Aug 19 02:51:12.273 INFO O| Aug 19 02:51:12.273 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68812026-08-19T02:51:12.993Z[ recovery-image] Aug 19 02:51:12.284 INFO O| Aug 19 02:51:12.284 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/ppt"
68822026-08-19T02:51:12.993Z[ recovery-image] Aug 19 02:51:12.284 INFO O| Aug 19 02:51:12.284 INFO STEP 476 (remove_files) COMPLETE
68832026-08-19T02:51:12.996Z[ recovery-image] Aug 19 02:51:12.284 INFO O| Aug 19 02:51:12.284 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68842026-08-19T02:51:13.006Z[ recovery-image] Aug 19 02:51:12.297 INFO O| Aug 19 02:51:12.296 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/ptm"
68852026-08-19T02:51:13.006Z[ recovery-image] Aug 19 02:51:12.297 INFO O| Aug 19 02:51:12.297 INFO STEP 477 (remove_files) COMPLETE
68862026-08-19T02:51:13.009Z[ recovery-image] Aug 19 02:51:12.297 INFO O| Aug 19 02:51:12.297 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68872026-08-19T02:51:13.016Z[ recovery-image] Aug 19 02:51:12.307 INFO O| Aug 19 02:51:12.306 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/pts"
68882026-08-19T02:51:13.016Z[ recovery-image] Aug 19 02:51:12.307 INFO O| Aug 19 02:51:12.307 INFO STEP 478 (remove_files) COMPLETE
68892026-08-19T02:51:13.016Z[ recovery-image] Aug 19 02:51:12.307 INFO O| Aug 19 02:51:12.307 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68902026-08-19T02:51:13.030Z[ recovery-image] Aug 19 02:51:12.318 INFO O| Aug 19 02:51:12.318 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/zcons"
68912026-08-19T02:51:13.033Z[ recovery-image] Aug 19 02:51:12.318 INFO O| Aug 19 02:51:12.318 INFO STEP 479 (remove_files) COMPLETE
68922026-08-19T02:51:13.033Z[ recovery-image] Aug 19 02:51:12.318 INFO O| Aug 19 02:51:12.318 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68932026-08-19T02:51:13.039Z[ recovery-image] Aug 19 02:51:12.330 INFO O| Aug 19 02:51:12.329 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/fssnap.conf"
68942026-08-19T02:51:13.039Z[ recovery-image] Aug 19 02:51:12.330 INFO O| Aug 19 02:51:12.330 INFO STEP 480 (remove_files) COMPLETE
68952026-08-19T02:51:13.039Z[ recovery-image] Aug 19 02:51:12.330 INFO O| Aug 19 02:51:12.330 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68962026-08-19T02:51:13.049Z[ recovery-image] Aug 19 02:51:12.339 INFO O| Aug 19 02:51:12.339 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/logindmux.conf"
68972026-08-19T02:51:13.049Z[ recovery-image] Aug 19 02:51:12.340 INFO O| Aug 19 02:51:12.340 INFO STEP 481 (remove_files) COMPLETE
68982026-08-19T02:51:13.049Z[ recovery-image] Aug 19 02:51:12.340 INFO O| Aug 19 02:51:12.340 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68992026-08-19T02:51:13.060Z[ recovery-image] Aug 19 02:51:12.351 INFO O| Aug 19 02:51:12.351 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/nsmb.conf"
69002026-08-19T02:51:13.060Z[ recovery-image] Aug 19 02:51:12.351 INFO O| Aug 19 02:51:12.351 INFO STEP 482 (remove_files) COMPLETE
69012026-08-19T02:51:13.060Z[ recovery-image] Aug 19 02:51:12.351 INFO O| Aug 19 02:51:12.351 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69022026-08-19T02:51:13.069Z[ recovery-image] Aug 19 02:51:12.360 INFO O| Aug 19 02:51:12.360 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/pool.conf"
69032026-08-19T02:51:13.069Z[ recovery-image] Aug 19 02:51:12.360 INFO O| Aug 19 02:51:12.360 INFO STEP 483 (remove_files) COMPLETE
69042026-08-19T02:51:13.069Z[ recovery-image] Aug 19 02:51:12.360 INFO O| Aug 19 02:51:12.360 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69052026-08-19T02:51:13.079Z[ recovery-image] Aug 19 02:51:12.369 INFO O| Aug 19 02:51:12.369 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/ppt.conf"
69062026-08-19T02:51:13.079Z[ recovery-image] Aug 19 02:51:12.370 INFO O| Aug 19 02:51:12.370 INFO STEP 484 (remove_files) COMPLETE
69072026-08-19T02:51:13.082Z[ recovery-image] Aug 19 02:51:12.370 INFO O| Aug 19 02:51:12.370 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69082026-08-19T02:51:13.088Z[ recovery-image] Aug 19 02:51:12.379 INFO O| Aug 19 02:51:12.379 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/smbsrv.conf"
69092026-08-19T02:51:13.088Z[ recovery-image] Aug 19 02:51:12.379 INFO O| Aug 19 02:51:12.379 INFO STEP 485 (remove_files) COMPLETE
69102026-08-19T02:51:13.091Z[ recovery-image] Aug 19 02:51:12.379 INFO O| Aug 19 02:51:12.379 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69112026-08-19T02:51:13.099Z[ recovery-image] Aug 19 02:51:12.390 INFO O| Aug 19 02:51:12.390 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/viona.conf"
69122026-08-19T02:51:13.099Z[ recovery-image] Aug 19 02:51:12.390 INFO O| Aug 19 02:51:12.390 INFO STEP 486 (remove_files) COMPLETE
69132026-08-19T02:51:13.099Z[ recovery-image] Aug 19 02:51:12.390 INFO O| Aug 19 02:51:12.390 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69142026-08-19T02:51:13.109Z[ recovery-image] Aug 19 02:51:12.400 INFO O| Aug 19 02:51:12.400 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/exec/amd64/javaexec"
69152026-08-19T02:51:13.109Z[ recovery-image] Aug 19 02:51:12.400 INFO O| Aug 19 02:51:12.400 INFO STEP 487 (remove_files) COMPLETE
69162026-08-19T02:51:13.109Z[ recovery-image] Aug 19 02:51:12.400 INFO O| Aug 19 02:51:12.400 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69172026-08-19T02:51:13.119Z[ recovery-image] Aug 19 02:51:12.409 INFO O| Aug 19 02:51:12.409 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/exec/amd64/shbinexec"
69182026-08-19T02:51:13.119Z[ recovery-image] Aug 19 02:51:12.409 INFO O| Aug 19 02:51:12.409 INFO STEP 488 (remove_files) COMPLETE
69192026-08-19T02:51:13.119Z[ recovery-image] Aug 19 02:51:12.409 INFO O| Aug 19 02:51:12.409 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69202026-08-19T02:51:13.131Z[ recovery-image] Aug 19 02:51:12.418 INFO O| Aug 19 02:51:12.418 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/fs/amd64/pcfs"
69212026-08-19T02:51:13.131Z[ recovery-image] Aug 19 02:51:12.418 INFO O| Aug 19 02:51:12.418 INFO STEP 489 (remove_files) COMPLETE
69222026-08-19T02:51:13.131Z[ recovery-image] Aug 19 02:51:12.418 INFO O| Aug 19 02:51:12.418 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69232026-08-19T02:51:13.136Z[ recovery-image] Aug 19 02:51:12.427 INFO O| Aug 19 02:51:12.427 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/fs/amd64/smbfs"
69242026-08-19T02:51:13.136Z[ recovery-image] Aug 19 02:51:12.427 INFO O| Aug 19 02:51:12.427 INFO STEP 490 (remove_files) COMPLETE
69252026-08-19T02:51:13.136Z[ recovery-image] Aug 19 02:51:12.427 INFO O| Aug 19 02:51:12.427 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69262026-08-19T02:51:13.145Z[ recovery-image] Aug 19 02:51:12.436 INFO O| Aug 19 02:51:12.435 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/nsmb"
69272026-08-19T02:51:13.145Z[ recovery-image] Aug 19 02:51:12.436 INFO O| Aug 19 02:51:12.436 INFO STEP 491 (remove_files) COMPLETE
69282026-08-19T02:51:13.145Z[ recovery-image] Aug 19 02:51:12.436 INFO O| Aug 19 02:51:12.436 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69292026-08-19T02:51:13.150Z[verify-libraries] Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
69302026-08-19T02:51:13.154Z[ recovery-image] Aug 19 02:51:12.445 INFO O| Aug 19 02:51:12.445 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/smbfs"
69312026-08-19T02:51:13.154Z[ recovery-image] Aug 19 02:51:12.445 INFO O| Aug 19 02:51:12.445 INFO STEP 492 (remove_files) COMPLETE
69322026-08-19T02:51:13.164Z[ recovery-image] Aug 19 02:51:12.445 INFO O| Aug 19 02:51:12.445 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69332026-08-19T02:51:13.164Z[ recovery-image] Aug 19 02:51:12.453 INFO O| Aug 19 02:51:12.453 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/smbsrv"
69342026-08-19T02:51:13.164Z[ recovery-image] Aug 19 02:51:12.453 INFO O| Aug 19 02:51:12.453 INFO STEP 493 (remove_files) COMPLETE
69352026-08-19T02:51:13.164Z[ recovery-image] Aug 19 02:51:12.453 INFO O| Aug 19 02:51:12.453 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69362026-08-19T02:51:13.171Z[ recovery-image] Aug 19 02:51:12.462 INFO O| Aug 19 02:51:12.462 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/misc/amd64/vmm_vtd"
69372026-08-19T02:51:13.171Z[ recovery-image] Aug 19 02:51:12.462 INFO O| Aug 19 02:51:12.462 INFO STEP 494 (remove_files) COMPLETE
69382026-08-19T02:51:13.171Z[ recovery-image] Aug 19 02:51:12.462 INFO O| Aug 19 02:51:12.462 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69392026-08-19T02:51:13.183Z[ recovery-image] Aug 19 02:51:12.471 INFO O| Aug 19 02:51:12.471 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/IA"
69402026-08-19T02:51:13.184Z[ recovery-image] Aug 19 02:51:12.471 INFO O| Aug 19 02:51:12.471 INFO STEP 495 (remove_files) COMPLETE
69412026-08-19T02:51:13.184Z[ recovery-image] Aug 19 02:51:12.471 INFO O| Aug 19 02:51:12.471 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69422026-08-19T02:51:13.190Z[ recovery-image] Aug 19 02:51:12.480 INFO O| Aug 19 02:51:12.480 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/RT"
69432026-08-19T02:51:13.190Z[ recovery-image] Aug 19 02:51:12.480 INFO O| Aug 19 02:51:12.480 INFO STEP 496 (remove_files) COMPLETE
69442026-08-19T02:51:13.193Z[ recovery-image] Aug 19 02:51:12.480 INFO O| Aug 19 02:51:12.480 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69452026-08-19T02:51:13.199Z[ recovery-image] Aug 19 02:51:12.489 INFO O| Aug 19 02:51:12.489 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/RT_DPTBL"
69462026-08-19T02:51:13.199Z[ recovery-image] Aug 19 02:51:12.489 INFO O| Aug 19 02:51:12.489 INFO STEP 497 (remove_files) COMPLETE
69472026-08-19T02:51:13.201Z[ recovery-image] Aug 19 02:51:12.489 INFO O| Aug 19 02:51:12.489 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69482026-08-19T02:51:13.208Z[ recovery-image] Aug 19 02:51:12.499 INFO O| Aug 19 02:51:12.499 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/cryptmod"
69492026-08-19T02:51:13.208Z[ recovery-image] Aug 19 02:51:12.499 INFO O| Aug 19 02:51:12.499 INFO STEP 498 (remove_files) COMPLETE
69502026-08-19T02:51:13.208Z[ recovery-image] Aug 19 02:51:12.499 INFO O| Aug 19 02:51:12.499 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69512026-08-19T02:51:13.219Z[ recovery-image] Aug 19 02:51:12.510 INFO O| Aug 19 02:51:12.510 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/rlmod"
69522026-08-19T02:51:13.219Z[ recovery-image] Aug 19 02:51:12.510 INFO O| Aug 19 02:51:12.510 INFO STEP 499 (remove_files) COMPLETE
69532026-08-19T02:51:13.219Z[ recovery-image] Aug 19 02:51:12.510 INFO O| Aug 19 02:51:12.510 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69542026-08-19T02:51:13.232Z[ recovery-image] Aug 19 02:51:12.522 INFO O| Aug 19 02:51:12.522 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/telmod"
69552026-08-19T02:51:13.232Z[ recovery-image] Aug 19 02:51:12.522 INFO O| Aug 19 02:51:12.522 INFO STEP 500 (remove_files) COMPLETE
69562026-08-19T02:51:13.232Z[ recovery-image] Aug 19 02:51:12.522 INFO O| Aug 19 02:51:12.522 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69572026-08-19T02:51:13.242Z[ recovery-image] Aug 19 02:51:12.533 INFO O| Aug 19 02:51:12.533 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/acctctl"
69582026-08-19T02:51:13.242Z[ recovery-image] Aug 19 02:51:12.533 INFO O| Aug 19 02:51:12.533 INFO STEP 501 (remove_files) COMPLETE
69592026-08-19T02:51:13.242Z[ recovery-image] Aug 19 02:51:12.533 INFO O| Aug 19 02:51:12.533 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69602026-08-19T02:51:13.253Z[ recovery-image] Aug 19 02:51:12.544 INFO O| Aug 19 02:51:12.544 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/exacctsys"
69612026-08-19T02:51:13.253Z[ recovery-image] Aug 19 02:51:12.544 INFO O| Aug 19 02:51:12.544 INFO STEP 502 (remove_files) COMPLETE
69622026-08-19T02:51:13.256Z[ recovery-image] Aug 19 02:51:12.544 INFO O| Aug 19 02:51:12.544 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69632026-08-19T02:51:13.264Z[ recovery-image] Aug 19 02:51:12.555 INFO O| Aug 19 02:51:12.555 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/sysacct"
69642026-08-19T02:51:13.264Z[ recovery-image] Aug 19 02:51:12.555 INFO O| Aug 19 02:51:12.555 INFO STEP 503 (remove_files) COMPLETE
69652026-08-19T02:51:13.264Z[ recovery-image] Aug 19 02:51:12.555 INFO O| Aug 19 02:51:12.555 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69662026-08-19T02:51:13.276Z[ recovery-image] Aug 19 02:51:12.567 INFO O| Aug 19 02:51:12.567 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kvm/README"
69672026-08-19T02:51:13.276Z[ recovery-image] Aug 19 02:51:12.567 INFO O| Aug 19 02:51:12.567 INFO STEP 504 (remove_files) COMPLETE
69682026-08-19T02:51:13.276Z[ recovery-image] Aug 19 02:51:12.567 INFO O| Aug 19 02:51:12.567 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69692026-08-19T02:51:13.288Z[ recovery-image] Aug 19 02:51:12.578 INFO O| Aug 19 02:51:12.578 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/abi/spec2map"
69702026-08-19T02:51:13.288Z[ recovery-image] Aug 19 02:51:12.578 INFO O| Aug 19 02:51:12.578 INFO STEP 505 (remove_files) COMPLETE
69712026-08-19T02:51:13.291Z[ recovery-image] Aug 19 02:51:12.578 INFO O| Aug 19 02:51:12.578 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69722026-08-19T02:51:13.298Z[ recovery-image] Aug 19 02:51:12.589 INFO O| Aug 19 02:51:12.589 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/abi/spec2trace"
69732026-08-19T02:51:13.298Z[ recovery-image] Aug 19 02:51:12.589 INFO O| Aug 19 02:51:12.589 INFO STEP 506 (remove_files) COMPLETE
69742026-08-19T02:51:13.299Z[ recovery-image] Aug 19 02:51:12.589 INFO O| Aug 19 02:51:12.589 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69752026-08-19T02:51:13.309Z[ recovery-image] Aug 19 02:51:12.600 INFO O| Aug 19 02:51:12.599 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen"
69762026-08-19T02:51:13.309Z[ recovery-image] Aug 19 02:51:12.600 INFO O| Aug 19 02:51:12.600 INFO STEP 507 (remove_files) COMPLETE
69772026-08-19T02:51:13.309Z[ recovery-image] Aug 19 02:51:12.600 INFO O| Aug 19 02:51:12.600 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69782026-08-19T02:51:13.320Z[ recovery-image] Aug 19 02:51:12.610 INFO O| Aug 19 02:51:12.610 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen1"
69792026-08-19T02:51:13.320Z[ recovery-image] Aug 19 02:51:12.610 INFO O| Aug 19 02:51:12.610 INFO STEP 508 (remove_files) COMPLETE
69802026-08-19T02:51:13.320Z[ recovery-image] Aug 19 02:51:12.610 INFO O| Aug 19 02:51:12.610 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69812026-08-19T02:51:13.330Z[ recovery-image] Aug 19 02:51:12.620 INFO O| Aug 19 02:51:12.620 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen3"
69822026-08-19T02:51:13.330Z[ recovery-image] Aug 19 02:51:12.620 INFO O| Aug 19 02:51:12.620 INFO STEP 509 (remove_files) COMPLETE
69832026-08-19T02:51:13.330Z[ recovery-image] Aug 19 02:51:12.620 INFO O| Aug 19 02:51:12.620 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69842026-08-19T02:51:13.345Z[ recovery-image] Aug 19 02:51:12.636 INFO O| Aug 19 02:51:12.635 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen4"
69852026-08-19T02:51:13.345Z[ recovery-image] Aug 19 02:51:12.636 INFO O| Aug 19 02:51:12.636 INFO STEP 510 (remove_files) COMPLETE
69862026-08-19T02:51:13.345Z[ recovery-image] Aug 19 02:51:12.636 INFO O| Aug 19 02:51:12.636 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69872026-08-19T02:51:13.357Z[ recovery-image] Aug 19 02:51:12.646 INFO O| Aug 19 02:51:12.646 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbsub.o"
69882026-08-19T02:51:13.357Z[ recovery-image] Aug 19 02:51:12.646 INFO O| Aug 19 02:51:12.646 INFO STEP 511 (remove_files) COMPLETE
69892026-08-19T02:51:13.357Z[ recovery-image] Aug 19 02:51:12.646 INFO O| Aug 19 02:51:12.646 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69902026-08-19T02:51:13.365Z[ recovery-image] Aug 19 02:51:12.656 INFO O| Aug 19 02:51:12.656 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/amd64/adbsub.o"
69912026-08-19T02:51:13.366Z[ recovery-image] Aug 19 02:51:12.656 INFO O| Aug 19 02:51:12.656 INFO STEP 512 (remove_files) COMPLETE
69922026-08-19T02:51:13.366Z[ recovery-image] Aug 19 02:51:12.656 INFO O| Aug 19 02:51:12.656 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69932026-08-19T02:51:13.376Z[ recovery-image] Aug 19 02:51:12.667 INFO O| Aug 19 02:51:12.667 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/0@0.so.1"
69942026-08-19T02:51:13.379Z[ recovery-image] Aug 19 02:51:12.667 INFO O| Aug 19 02:51:12.667 INFO STEP 513 (remove_files) COMPLETE
69952026-08-19T02:51:13.379Z[ recovery-image] Aug 19 02:51:12.667 INFO O| Aug 19 02:51:12.667 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69962026-08-19T02:51:13.387Z[ recovery-image] Aug 19 02:51:12.678 INFO O| Aug 19 02:51:12.678 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake"
69972026-08-19T02:51:13.387Z[ recovery-image] Aug 19 02:51:12.678 INFO O| Aug 19 02:51:12.678 INFO STEP 514 (remove_files) COMPLETE
69982026-08-19T02:51:13.387Z[ recovery-image] Aug 19 02:51:12.678 INFO O| Aug 19 02:51:12.678 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69992026-08-19T02:51:13.401Z[ recovery-image] Aug 19 02:51:12.691 INFO O| Aug 19 02:51:12.691 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/dbus-1.0/include/dbus/dbus-arch-deps.h"
70002026-08-19T02:51:13.401Z[ recovery-image] Aug 19 02:51:12.691 INFO O| Aug 19 02:51:12.691 INFO STEP 515 (remove_files) COMPLETE
70012026-08-19T02:51:13.401Z[ recovery-image] Aug 19 02:51:12.691 INFO O| Aug 19 02:51:12.691 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70022026-08-19T02:51:13.409Z[ recovery-image] Aug 19 02:51:12.700 INFO O| Aug 19 02:51:12.700 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/getloginx.so.1"
70032026-08-19T02:51:13.413Z[ recovery-image] Aug 19 02:51:12.701 INFO O| Aug 19 02:51:12.701 INFO STEP 516 (remove_files) COMPLETE
70042026-08-19T02:51:13.413Z[ recovery-image] Aug 19 02:51:12.701 INFO O| Aug 19 02:51:12.701 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70052026-08-19T02:51:13.420Z[ recovery-image] Aug 19 02:51:12.711 INFO O| Aug 19 02:51:12.711 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1"
70062026-08-19T02:51:13.420Z[ recovery-image] Aug 19 02:51:12.711 INFO O| Aug 19 02:51:12.711 INFO STEP 517 (remove_files) COMPLETE
70072026-08-19T02:51:13.423Z[ recovery-image] Aug 19 02:51:12.711 INFO O| Aug 19 02:51:12.711 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70082026-08-19T02:51:13.430Z[ recovery-image] Aug 19 02:51:12.721 INFO O| Aug 19 02:51:12.721 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/dh640-0.so.1"
70092026-08-19T02:51:13.430Z[ recovery-image] Aug 19 02:51:12.721 INFO O| Aug 19 02:51:12.721 INFO STEP 518 (remove_files) COMPLETE
70102026-08-19T02:51:13.430Z[ recovery-image] Aug 19 02:51:12.721 INFO O| Aug 19 02:51:12.721 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70112026-08-19T02:51:13.440Z[ recovery-image] Aug 19 02:51:12.731 INFO O| Aug 19 02:51:12.731 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/mech_dh.so.1"
70122026-08-19T02:51:13.440Z[ recovery-image] Aug 19 02:51:12.731 INFO O| Aug 19 02:51:12.731 INFO STEP 519 (remove_files) COMPLETE
70132026-08-19T02:51:13.440Z[ recovery-image] Aug 19 02:51:12.731 INFO O| Aug 19 02:51:12.731 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70142026-08-19T02:51:13.451Z[ recovery-image] Aug 19 02:51:12.742 INFO O| Aug 19 02:51:12.742 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1"
70152026-08-19T02:51:13.451Z[ recovery-image] Aug 19 02:51:12.742 INFO O| Aug 19 02:51:12.742 INFO STEP 520 (remove_files) COMPLETE
70162026-08-19T02:51:13.451Z[ recovery-image] Aug 19 02:51:12.742 INFO O| Aug 19 02:51:12.742 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70172026-08-19T02:51:13.462Z[ recovery-image] Aug 19 02:51:12.752 INFO O| Aug 19 02:51:12.752 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/lddstub"
70182026-08-19T02:51:13.462Z[ recovery-image] Aug 19 02:51:12.752 INFO O| Aug 19 02:51:12.752 INFO STEP 521 (remove_files) COMPLETE
70192026-08-19T02:51:13.464Z[ recovery-image] Aug 19 02:51:12.752 INFO O| Aug 19 02:51:12.752 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70202026-08-19T02:51:13.472Z[ recovery-image] Aug 19 02:51:12.763 INFO O| Aug 19 02:51:12.763 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/lib9p.so.1"
70212026-08-19T02:51:13.472Z[ recovery-image] Aug 19 02:51:12.763 INFO O| Aug 19 02:51:12.763 INFO STEP 522 (remove_files) COMPLETE
70222026-08-19T02:51:13.476Z[ recovery-image] Aug 19 02:51:12.763 INFO O| Aug 19 02:51:12.763 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70232026-08-19T02:51:13.483Z[ recovery-image] Aug 19 02:51:12.774 INFO O| Aug 19 02:51:12.773 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libads.so.1"
70242026-08-19T02:51:13.483Z[ recovery-image] Aug 19 02:51:12.774 INFO O| Aug 19 02:51:12.774 INFO STEP 523 (remove_files) COMPLETE
70252026-08-19T02:51:13.483Z[ recovery-image] Aug 19 02:51:12.774 INFO O| Aug 19 02:51:12.774 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70262026-08-19T02:51:13.493Z[ recovery-image] Aug 19 02:51:12.783 INFO O| Aug 19 02:51:12.783 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libadutils.so.1"
70272026-08-19T02:51:13.493Z[ recovery-image] Aug 19 02:51:12.783 INFO O| Aug 19 02:51:12.783 INFO STEP 524 (remove_files) COMPLETE
70282026-08-19T02:51:13.493Z[ recovery-image] Aug 19 02:51:12.783 INFO O| Aug 19 02:51:12.783 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70292026-08-19T02:51:13.503Z[ recovery-image] Aug 19 02:51:12.794 INFO O| Aug 19 02:51:12.794 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbe.so.1"
70302026-08-19T02:51:13.503Z[ recovery-image] Aug 19 02:51:12.794 INFO O| Aug 19 02:51:12.794 INFO STEP 525 (remove_files) COMPLETE
70312026-08-19T02:51:13.504Z[ recovery-image] Aug 19 02:51:12.794 INFO O| Aug 19 02:51:12.794 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70322026-08-19T02:51:13.514Z[ recovery-image] Aug 19 02:51:12.805 INFO O| Aug 19 02:51:12.804 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrand.so.1"
70332026-08-19T02:51:13.514Z[ recovery-image] Aug 19 02:51:12.805 INFO O| Aug 19 02:51:12.805 INFO STEP 526 (remove_files) COMPLETE
70342026-08-19T02:51:13.514Z[ recovery-image] Aug 19 02:51:12.805 INFO O| Aug 19 02:51:12.805 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70352026-08-19T02:51:13.526Z[ recovery-image] Aug 19 02:51:12.816 INFO O| Aug 19 02:51:12.816 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.1.0"
70362026-08-19T02:51:13.526Z[ recovery-image] Aug 19 02:51:12.816 INFO O| Aug 19 02:51:12.816 INFO STEP 527 (remove_files) COMPLETE
70372026-08-19T02:51:13.526Z[ recovery-image] Aug 19 02:51:12.816 INFO O| Aug 19 02:51:12.816 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70382026-08-19T02:51:13.537Z[ recovery-image] Aug 19 02:51:12.827 INFO O| Aug 19 02:51:12.827 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlidec.so.1.1.0"
70392026-08-19T02:51:13.537Z[ recovery-image] Aug 19 02:51:12.828 INFO O| Aug 19 02:51:12.827 INFO STEP 528 (remove_files) COMPLETE
70402026-08-19T02:51:13.537Z[ recovery-image] Aug 19 02:51:12.828 INFO O| Aug 19 02:51:12.827 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70412026-08-19T02:51:13.548Z[ recovery-image] Aug 19 02:51:12.838 INFO O| Aug 19 02:51:12.838 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlienc.so.1.1.0"
70422026-08-19T02:51:13.548Z[ recovery-image] Aug 19 02:51:12.838 INFO O| Aug 19 02:51:12.838 INFO STEP 529 (remove_files) COMPLETE
70432026-08-19T02:51:13.551Z[ recovery-image] Aug 19 02:51:12.838 INFO O| Aug 19 02:51:12.838 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70442026-08-19T02:51:13.558Z[ recovery-image] Aug 19 02:51:12.848 INFO O| Aug 19 02:51:12.848 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbsdmalloc.so.1"
70452026-08-19T02:51:13.558Z[ recovery-image] Aug 19 02:51:12.848 INFO O| Aug 19 02:51:12.848 INFO STEP 530 (remove_files) COMPLETE
70462026-08-19T02:51:13.558Z[ recovery-image] Aug 19 02:51:12.848 INFO O| Aug 19 02:51:12.848 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70472026-08-19T02:51:13.567Z[ recovery-image] Aug 19 02:51:12.857 INFO O| Aug 19 02:51:12.857 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbz2.so.1.0.8"
70482026-08-19T02:51:13.567Z[ recovery-image] Aug 19 02:51:12.857 INFO O| Aug 19 02:51:12.857 INFO STEP 531 (remove_files) COMPLETE
70492026-08-19T02:51:13.567Z[ recovery-image] Aug 19 02:51:12.857 INFO O| Aug 19 02:51:12.857 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70502026-08-19T02:51:13.577Z[ recovery-image] Aug 19 02:51:12.867 INFO O| Aug 19 02:51:12.867 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcommputil.so.1"
70512026-08-19T02:51:13.577Z[ recovery-image] Aug 19 02:51:12.867 INFO O| Aug 19 02:51:12.867 INFO STEP 532 (remove_files) COMPLETE
70522026-08-19T02:51:13.577Z[ recovery-image] Aug 19 02:51:12.867 INFO O| Aug 19 02:51:12.867 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70532026-08-19T02:51:13.588Z[ recovery-image] Aug 19 02:51:12.879 INFO O| Aug 19 02:51:12.879 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcrle.so.1"
70542026-08-19T02:51:13.588Z[ recovery-image] Aug 19 02:51:12.879 INFO O| Aug 19 02:51:12.879 INFO STEP 533 (remove_files) COMPLETE
70552026-08-19T02:51:13.588Z[ recovery-image] Aug 19 02:51:12.879 INFO O| Aug 19 02:51:12.879 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70562026-08-19T02:51:13.598Z[ recovery-image] Aug 19 02:51:12.889 INFO O| Aug 19 02:51:12.889 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcrypt.so.1"
70572026-08-19T02:51:13.599Z[ recovery-image] Aug 19 02:51:12.889 INFO O| Aug 19 02:51:12.889 INFO STEP 534 (remove_files) COMPLETE
70582026-08-19T02:51:13.599Z[ recovery-image] Aug 19 02:51:12.889 INFO O| Aug 19 02:51:12.889 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70592026-08-19T02:51:13.608Z[ recovery-image] Aug 19 02:51:12.899 INFO O| Aug 19 02:51:12.899 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcurl.so.4.8.0"
70602026-08-19T02:51:13.608Z[ recovery-image] Aug 19 02:51:12.899 INFO O| Aug 19 02:51:12.899 INFO STEP 535 (remove_files) COMPLETE
70612026-08-19T02:51:13.608Z[ recovery-image] Aug 19 02:51:12.899 INFO O| Aug 19 02:51:12.899 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70622026-08-19T02:51:13.618Z[ recovery-image] Aug 19 02:51:12.908 INFO O| Aug 19 02:51:12.908 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdemangle-sys.so.1"
70632026-08-19T02:51:13.618Z[ recovery-image] Aug 19 02:51:12.909 INFO O| Aug 19 02:51:12.908 INFO STEP 536 (remove_files) COMPLETE
70642026-08-19T02:51:13.618Z[ recovery-image] Aug 19 02:51:12.909 INFO O| Aug 19 02:51:12.909 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70652026-08-19T02:51:13.627Z[ recovery-image] Aug 19 02:51:12.918 INFO O| Aug 19 02:51:12.918 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdll.so.1"
70662026-08-19T02:51:13.627Z[ recovery-image] Aug 19 02:51:12.918 INFO O| Aug 19 02:51:12.918 INFO STEP 537 (remove_files) COMPLETE
70672026-08-19T02:51:13.627Z[ recovery-image] Aug 19 02:51:12.918 INFO O| Aug 19 02:51:12.918 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70682026-08-19T02:51:13.637Z[ recovery-image] Aug 19 02:51:12.927 INFO O| Aug 19 02:51:12.927 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdtrace_jni.so.1"
70692026-08-19T02:51:13.637Z[ recovery-image] Aug 19 02:51:12.927 INFO O| Aug 19 02:51:12.927 INFO STEP 538 (remove_files) COMPLETE
70702026-08-19T02:51:13.637Z[ recovery-image] Aug 19 02:51:12.927 INFO O| Aug 19 02:51:12.927 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70712026-08-19T02:51:13.646Z[ recovery-image] Aug 19 02:51:12.937 INFO O| Aug 19 02:51:12.936 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libform.so.1"
70722026-08-19T02:51:13.646Z[ recovery-image] Aug 19 02:51:12.937 INFO O| Aug 19 02:51:12.937 INFO STEP 539 (remove_files) COMPLETE
70732026-08-19T02:51:13.646Z[ recovery-image] Aug 19 02:51:12.937 INFO O| Aug 19 02:51:12.937 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70742026-08-19T02:51:13.655Z[ recovery-image] Aug 19 02:51:12.946 INFO O| Aug 19 02:51:12.946 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libfstyp.so.1"
70752026-08-19T02:51:13.655Z[ recovery-image] Aug 19 02:51:12.946 INFO O| Aug 19 02:51:12.946 INFO STEP 540 (remove_files) COMPLETE
70762026-08-19T02:51:13.655Z[ recovery-image] Aug 19 02:51:12.946 INFO O| Aug 19 02:51:12.946 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70772026-08-19T02:51:13.667Z[ recovery-image] Aug 19 02:51:12.958 INFO O| Aug 19 02:51:12.958 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libidspace.so.1"
70782026-08-19T02:51:13.667Z[ recovery-image] Aug 19 02:51:12.958 INFO O| Aug 19 02:51:12.958 INFO STEP 541 (remove_files) COMPLETE
70792026-08-19T02:51:13.667Z[ recovery-image] Aug 19 02:51:12.958 INFO O| Aug 19 02:51:12.958 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70802026-08-19T02:51:13.678Z[ recovery-image] Aug 19 02:51:12.969 INFO O| Aug 19 02:51:12.969 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libike.so.1"
70812026-08-19T02:51:13.678Z[ recovery-image] Aug 19 02:51:12.969 INFO O| Aug 19 02:51:12.969 INFO STEP 542 (remove_files) COMPLETE
70822026-08-19T02:51:13.678Z[ recovery-image] Aug 19 02:51:12.969 INFO O| Aug 19 02:51:12.969 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70832026-08-19T02:51:13.689Z[ recovery-image] Aug 19 02:51:12.980 INFO O| Aug 19 02:51:12.980 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libinstzones.so.1"
70842026-08-19T02:51:13.689Z[ recovery-image] Aug 19 02:51:12.980 INFO O| Aug 19 02:51:12.980 INFO STEP 543 (remove_files) COMPLETE
70852026-08-19T02:51:13.692Z[ recovery-image] Aug 19 02:51:12.980 INFO O| Aug 19 02:51:12.980 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70862026-08-19T02:51:13.700Z[ recovery-image] Aug 19 02:51:12.990 INFO O| Aug 19 02:51:12.990 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipmi.so.1"
70872026-08-19T02:51:13.700Z[ recovery-image] Aug 19 02:51:12.991 INFO O| Aug 19 02:51:12.991 INFO STEP 544 (remove_files) COMPLETE
70882026-08-19T02:51:13.700Z[ recovery-image] Aug 19 02:51:12.991 INFO O| Aug 19 02:51:12.991 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70892026-08-19T02:51:13.711Z[ recovery-image] Aug 19 02:51:13.001 INFO O| Aug 19 02:51:13.001 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipp.so.1"
70902026-08-19T02:51:13.711Z[ recovery-image] Aug 19 02:51:13.001 INFO O| Aug 19 02:51:13.001 INFO STEP 545 (remove_files) COMPLETE
70912026-08-19T02:51:13.711Z[ recovery-image] Aug 19 02:51:13.001 INFO O| Aug 19 02:51:13.001 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70922026-08-19T02:51:13.722Z[ recovery-image] Aug 19 02:51:13.013 INFO O| Aug 19 02:51:13.013 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipsecutil.so.1"
70932026-08-19T02:51:13.722Z[ recovery-image] Aug 19 02:51:13.013 INFO O| Aug 19 02:51:13.013 INFO STEP 546 (remove_files) COMPLETE
70942026-08-19T02:51:13.722Z[ recovery-image] Aug 19 02:51:13.013 INFO O| Aug 19 02:51:13.013 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70952026-08-19T02:51:13.732Z[ recovery-image] Aug 19 02:51:13.023 INFO O| Aug 19 02:51:13.023 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libjedec.so.1"
70962026-08-19T02:51:13.732Z[ recovery-image] Aug 19 02:51:13.023 INFO O| Aug 19 02:51:13.023 INFO STEP 547 (remove_files) COMPLETE
70972026-08-19T02:51:13.732Z[ recovery-image] Aug 19 02:51:13.023 INFO O| Aug 19 02:51:13.023 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70982026-08-19T02:51:13.744Z[ recovery-image] Aug 19 02:51:13.035 INFO O| Aug 19 02:51:13.035 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libl.so.1"
70992026-08-19T02:51:13.744Z[ recovery-image] Aug 19 02:51:13.035 INFO O| Aug 19 02:51:13.035 INFO STEP 548 (remove_files) COMPLETE
71002026-08-19T02:51:13.744Z[ recovery-image] Aug 19 02:51:13.035 INFO O| Aug 19 02:51:13.035 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71012026-08-19T02:51:13.756Z[ recovery-image] Aug 19 02:51:13.046 INFO O| Aug 19 02:51:13.046 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libldap.so.5"
71022026-08-19T02:51:13.756Z[ recovery-image] Aug 19 02:51:13.046 INFO O| Aug 19 02:51:13.046 INFO STEP 549 (remove_files) COMPLETE
71032026-08-19T02:51:13.756Z[ recovery-image] Aug 19 02:51:13.046 INFO O| Aug 19 02:51:13.046 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71042026-08-19T02:51:13.766Z[ recovery-image] Aug 19 02:51:13.056 INFO O| Aug 19 02:51:13.056 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libldstab.so.1"
71052026-08-19T02:51:13.766Z[ recovery-image] Aug 19 02:51:13.056 INFO O| Aug 19 02:51:13.056 INFO STEP 550 (remove_files) COMPLETE
71062026-08-19T02:51:13.766Z[ recovery-image] Aug 19 02:51:13.057 INFO O| Aug 19 02:51:13.056 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71072026-08-19T02:51:13.776Z[ recovery-image] Aug 19 02:51:13.066 INFO O| Aug 19 02:51:13.066 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liblgrp.so.1"
71082026-08-19T02:51:13.776Z[ recovery-image] Aug 19 02:51:13.066 INFO O| Aug 19 02:51:13.066 INFO STEP 551 (remove_files) COMPLETE
71092026-08-19T02:51:13.779Z[ recovery-image] Aug 19 02:51:13.066 INFO O| Aug 19 02:51:13.066 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71102026-08-19T02:51:13.785Z[ recovery-image] Aug 19 02:51:13.076 INFO O| Aug 19 02:51:13.076 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liblm.so.1"
71112026-08-19T02:51:13.785Z[ recovery-image] Aug 19 02:51:13.076 INFO O| Aug 19 02:51:13.076 INFO STEP 552 (remove_files) COMPLETE
71122026-08-19T02:51:13.785Z[ recovery-image] Aug 19 02:51:13.076 INFO O| Aug 19 02:51:13.076 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71132026-08-19T02:51:13.795Z[ recovery-image] Aug 19 02:51:13.086 INFO O| Aug 19 02:51:13.086 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmail.so.1"
71142026-08-19T02:51:13.795Z[ recovery-image] Aug 19 02:51:13.086 INFO O| Aug 19 02:51:13.086 INFO STEP 553 (remove_files) COMPLETE
71152026-08-19T02:51:13.795Z[ recovery-image] Aug 19 02:51:13.086 INFO O| Aug 19 02:51:13.086 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71162026-08-19T02:51:13.806Z[ recovery-image] Aug 19 02:51:13.097 INFO O| Aug 19 02:51:13.097 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmalloc.so.1"
71172026-08-19T02:51:13.806Z[ recovery-image] Aug 19 02:51:13.097 INFO O| Aug 19 02:51:13.097 INFO STEP 554 (remove_files) COMPLETE
71182026-08-19T02:51:13.806Z[ recovery-image] Aug 19 02:51:13.097 INFO O| Aug 19 02:51:13.097 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71192026-08-19T02:51:13.816Z[ recovery-image] Aug 19 02:51:13.107 INFO O| Aug 19 02:51:13.107 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmapmalloc.so.1"
71202026-08-19T02:51:13.816Z[ recovery-image] Aug 19 02:51:13.107 INFO O| Aug 19 02:51:13.107 INFO STEP 555 (remove_files) COMPLETE
71212026-08-19T02:51:13.816Z[ recovery-image] Aug 19 02:51:13.107 INFO O| Aug 19 02:51:13.107 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71222026-08-19T02:51:13.826Z[ recovery-image] Aug 19 02:51:13.117 INFO O| Aug 19 02:51:13.117 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmenu.so.1"
71232026-08-19T02:51:13.826Z[ recovery-image] Aug 19 02:51:13.117 INFO O| Aug 19 02:51:13.117 INFO STEP 556 (remove_files) COMPLETE
71242026-08-19T02:51:13.827Z[ recovery-image] Aug 19 02:51:13.117 INFO O| Aug 19 02:51:13.117 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71252026-08-19T02:51:13.836Z[ recovery-image] Aug 19 02:51:13.127 INFO O| Aug 19 02:51:13.127 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmtmalloc.so.1"
71262026-08-19T02:51:13.836Z[ recovery-image] Aug 19 02:51:13.127 INFO O| Aug 19 02:51:13.127 INFO STEP 557 (remove_files) COMPLETE
71272026-08-19T02:51:13.836Z[ recovery-image] Aug 19 02:51:13.127 INFO O| Aug 19 02:51:13.127 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71282026-08-19T02:51:13.846Z[ recovery-image] Aug 19 02:51:13.137 INFO O| Aug 19 02:51:13.137 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libncurses.so.5.9"
71292026-08-19T02:51:13.846Z[ recovery-image] Aug 19 02:51:13.137 INFO O| Aug 19 02:51:13.137 INFO STEP 558 (remove_files) COMPLETE
71302026-08-19T02:51:13.849Z[ recovery-image] Aug 19 02:51:13.137 INFO O| Aug 19 02:51:13.137 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71312026-08-19T02:51:13.856Z[ recovery-image] Aug 19 02:51:13.147 INFO O| Aug 19 02:51:13.147 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libnls.so.1"
71322026-08-19T02:51:13.856Z[ recovery-image] Aug 19 02:51:13.147 INFO O| Aug 19 02:51:13.147 INFO STEP 559 (remove_files) COMPLETE
71332026-08-19T02:51:13.856Z[ recovery-image] Aug 19 02:51:13.147 INFO O| Aug 19 02:51:13.147 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71342026-08-19T02:51:13.867Z[ recovery-image] Aug 19 02:51:13.158 INFO O| Aug 19 02:51:13.158 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpanel.so.1"
71352026-08-19T02:51:13.867Z[ recovery-image] Aug 19 02:51:13.158 INFO O| Aug 19 02:51:13.158 INFO STEP 560 (remove_files) COMPLETE
71362026-08-19T02:51:13.867Z[ recovery-image] Aug 19 02:51:13.158 INFO O| Aug 19 02:51:13.158 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71372026-08-19T02:51:13.880Z[ recovery-image] Aug 19 02:51:13.171 INFO O| Aug 19 02:51:13.168 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2"
71382026-08-19T02:51:13.880Z[ recovery-image] Aug 19 02:51:13.171 INFO O| Aug 19 02:51:13.169 INFO STEP 561 (remove_files) COMPLETE
71392026-08-19T02:51:13.880Z[ recovery-image] Aug 19 02:51:13.171 INFO O| Aug 19 02:51:13.169 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71402026-08-19T02:51:13.886Z[ host-image] Aug 19 02:51:13.177 INFO O| adding properties...
71412026-08-19T02:51:13.889Z[ recovery-image] Aug 19 02:51:13.180 INFO O| Aug 19 02:51:13.180 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7"
71422026-08-19T02:51:13.889Z[ recovery-image] Aug 19 02:51:13.180 INFO O| Aug 19 02:51:13.180 INFO STEP 562 (remove_files) COMPLETE
71432026-08-19T02:51:13.889Z[ recovery-image] Aug 19 02:51:13.180 INFO O| Aug 19 02:51:13.180 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71442026-08-19T02:51:13.899Z[ recovery-image] Aug 19 02:51:13.190 INFO O| Aug 19 02:51:13.190 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpicl.so.1"
71452026-08-19T02:51:13.899Z[ recovery-image] Aug 19 02:51:13.190 INFO O| Aug 19 02:51:13.190 INFO STEP 563 (remove_files) COMPLETE
71462026-08-19T02:51:13.899Z[ recovery-image] Aug 19 02:51:13.190 INFO O| Aug 19 02:51:13.190 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71472026-08-19T02:51:13.910Z[ recovery-image] Aug 19 02:51:13.201 INFO O| Aug 19 02:51:13.200 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libppt.so.1"
71482026-08-19T02:51:13.910Z[ recovery-image] Aug 19 02:51:13.201 INFO O| Aug 19 02:51:13.201 INFO STEP 564 (remove_files) COMPLETE
71492026-08-19T02:51:13.910Z[ recovery-image] Aug 19 02:51:13.201 INFO O| Aug 19 02:51:13.201 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71502026-08-19T02:51:13.922Z[ recovery-image] Aug 19 02:51:13.212 INFO O| Aug 19 02:51:13.212 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libraidcfg.so.1"
71512026-08-19T02:51:13.922Z[ recovery-image] Aug 19 02:51:13.212 INFO O| Aug 19 02:51:13.212 INFO STEP 565 (remove_files) COMPLETE
71522026-08-19T02:51:13.922Z[ recovery-image] Aug 19 02:51:13.212 INFO O| Aug 19 02:51:13.212 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71532026-08-19T02:51:13.931Z[ recovery-image] Aug 19 02:51:13.222 INFO O| Aug 19 02:51:13.222 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/librename.so.1"
71542026-08-19T02:51:13.931Z[ recovery-image] Aug 19 02:51:13.222 INFO O| Aug 19 02:51:13.222 INFO STEP 566 (remove_files) COMPLETE
71552026-08-19T02:51:13.931Z[ recovery-image] Aug 19 02:51:13.222 INFO O| Aug 19 02:51:13.222 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71562026-08-19T02:51:13.940Z[ recovery-image] Aug 19 02:51:13.231 INFO O| Aug 19 02:51:13.231 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libreparse.so.1"
71572026-08-19T02:51:13.940Z[ recovery-image] Aug 19 02:51:13.231 INFO O| Aug 19 02:51:13.231 INFO STEP 567 (remove_files) COMPLETE
71582026-08-19T02:51:13.940Z[ recovery-image] Aug 19 02:51:13.231 INFO O| Aug 19 02:51:13.231 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71592026-08-19T02:51:13.954Z[ recovery-image] Aug 19 02:51:13.245 INFO O| Aug 19 02:51:13.245 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsasl.so.1"
71602026-08-19T02:51:13.954Z[ recovery-image] Aug 19 02:51:13.245 INFO O| Aug 19 02:51:13.245 INFO STEP 568 (remove_files) COMPLETE
71612026-08-19T02:51:13.954Z[ recovery-image] Aug 19 02:51:13.245 INFO O| Aug 19 02:51:13.245 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71622026-08-19T02:51:13.964Z[ recovery-image] Aug 19 02:51:13.255 INFO O| Aug 19 02:51:13.255 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsched.so.1"
71632026-08-19T02:51:13.964Z[ recovery-image] Aug 19 02:51:13.255 INFO O| Aug 19 02:51:13.255 INFO STEP 569 (remove_files) COMPLETE
71642026-08-19T02:51:13.964Z[ recovery-image] Aug 19 02:51:13.255 INFO O| Aug 19 02:51:13.255 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71652026-08-19T02:51:13.976Z[ recovery-image] Aug 19 02:51:13.263 INFO O| Aug 19 02:51:13.263 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsctp.so.1"
71662026-08-19T02:51:13.976Z[ recovery-image] Aug 19 02:51:13.263 INFO O| Aug 19 02:51:13.263 INFO STEP 570 (remove_files) COMPLETE
71672026-08-19T02:51:13.976Z[ recovery-image] Aug 19 02:51:13.263 INFO O| Aug 19 02:51:13.263 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71682026-08-19T02:51:13.980Z[ recovery-image] Aug 19 02:51:13.271 INFO O| Aug 19 02:51:13.271 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsff.so.1"
71692026-08-19T02:51:13.983Z[ recovery-image] Aug 19 02:51:13.271 INFO O| Aug 19 02:51:13.271 INFO STEP 571 (remove_files) COMPLETE
71702026-08-19T02:51:13.983Z[ recovery-image] Aug 19 02:51:13.271 INFO O| Aug 19 02:51:13.271 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71712026-08-19T02:51:13.989Z[ recovery-image] Aug 19 02:51:13.279 INFO O| Aug 19 02:51:13.279 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsip.so.1"
71722026-08-19T02:51:13.989Z[ recovery-image] Aug 19 02:51:13.279 INFO O| Aug 19 02:51:13.279 INFO STEP 572 (remove_files) COMPLETE
71732026-08-19T02:51:13.992Z[ recovery-image] Aug 19 02:51:13.279 INFO O| Aug 19 02:51:13.279 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71742026-08-19T02:51:14.000Z[ recovery-image] Aug 19 02:51:13.290 INFO O| Aug 19 02:51:13.290 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsldap.so.1"
71752026-08-19T02:51:14.000Z[ recovery-image] Aug 19 02:51:13.291 INFO O| Aug 19 02:51:13.291 INFO STEP 573 (remove_files) COMPLETE
71762026-08-19T02:51:14.003Z[ recovery-image] Aug 19 02:51:13.291 INFO O| Aug 19 02:51:13.291 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71772026-08-19T02:51:14.010Z[ recovery-image] Aug 19 02:51:13.301 INFO O| Aug 19 02:51:13.301 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsmbfs.so.1"
71782026-08-19T02:51:14.010Z[ recovery-image] Aug 19 02:51:13.301 INFO O| Aug 19 02:51:13.301 INFO STEP 574 (remove_files) COMPLETE
71792026-08-19T02:51:14.010Z[ recovery-image] Aug 19 02:51:13.301 INFO O| Aug 19 02:51:13.301 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71802026-08-19T02:51:14.022Z[ recovery-image] Aug 19 02:51:13.313 INFO O| Aug 19 02:51:13.313 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsoftcrypto.so.1"
71812026-08-19T02:51:14.022Z[ recovery-image] Aug 19 02:51:13.313 INFO O| Aug 19 02:51:13.313 INFO STEP 575 (remove_files) COMPLETE
71822026-08-19T02:51:14.022Z[ recovery-image] Aug 19 02:51:13.313 INFO O| Aug 19 02:51:13.313 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71832026-08-19T02:51:14.032Z[ recovery-image] Aug 19 02:51:13.323 INFO O| Aug 19 02:51:13.323 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsqlite3.so.3.49.1"
71842026-08-19T02:51:14.032Z[ recovery-image] Aug 19 02:51:13.323 INFO O| Aug 19 02:51:13.323 INFO STEP 576 (remove_files) COMPLETE
71852026-08-19T02:51:14.033Z[ recovery-image] Aug 19 02:51:13.323 INFO O| Aug 19 02:51:13.323 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71862026-08-19T02:51:14.062Z[ recovery-image] Aug 19 02:51:13.350 INFO O| Aug 19 02:51:13.350 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsum.so.1"
71872026-08-19T02:51:14.062Z[ recovery-image] Aug 19 02:51:13.350 INFO O| Aug 19 02:51:13.350 INFO STEP 577 (remove_files) COMPLETE
71882026-08-19T02:51:14.062Z[ recovery-image] Aug 19 02:51:13.350 INFO O| Aug 19 02:51:13.350 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71892026-08-19T02:51:14.070Z[ recovery-image] Aug 19 02:51:13.361 INFO O| Aug 19 02:51:13.361 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtecla.so.1"
71902026-08-19T02:51:14.070Z[ recovery-image] Aug 19 02:51:13.361 INFO O| Aug 19 02:51:13.361 INFO STEP 578 (remove_files) COMPLETE
71912026-08-19T02:51:14.070Z[ recovery-image] Aug 19 02:51:13.361 INFO O| Aug 19 02:51:13.361 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71922026-08-19T02:51:14.080Z[ recovery-image] Aug 19 02:51:13.371 INFO O| Aug 19 02:51:13.371 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtspi.so.1.2.0"
71932026-08-19T02:51:14.080Z[ recovery-image] Aug 19 02:51:13.371 INFO O| Aug 19 02:51:13.371 INFO STEP 579 (remove_files) COMPLETE
71942026-08-19T02:51:14.080Z[ recovery-image] Aug 19 02:51:13.371 INFO O| Aug 19 02:51:13.371 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71952026-08-19T02:51:14.090Z[ recovery-image] Aug 19 02:51:13.381 INFO O| Aug 19 02:51:13.380 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libvolmgt.so.1"
71962026-08-19T02:51:14.090Z[ recovery-image] Aug 19 02:51:13.381 INFO O| Aug 19 02:51:13.381 INFO STEP 580 (remove_files) COMPLETE
71972026-08-19T02:51:14.090Z[ recovery-image] Aug 19 02:51:13.381 INFO O| Aug 19 02:51:13.381 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71982026-08-19T02:51:14.099Z[ recovery-image] Aug 19 02:51:13.390 INFO O| Aug 19 02:51:13.390 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liby.so.1"
71992026-08-19T02:51:14.099Z[ recovery-image] Aug 19 02:51:13.390 INFO O| Aug 19 02:51:13.390 INFO STEP 581 (remove_files) COMPLETE
72002026-08-19T02:51:14.099Z[ recovery-image] Aug 19 02:51:13.390 INFO O| Aug 19 02:51:13.390 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72012026-08-19T02:51:14.112Z[ recovery-image] Aug 19 02:51:13.401 INFO O| Aug 19 02:51:13.401 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzfs_jni.so.1"
72022026-08-19T02:51:14.112Z[ recovery-image] Aug 19 02:51:13.401 INFO O| Aug 19 02:51:13.401 INFO STEP 582 (remove_files) COMPLETE
72032026-08-19T02:51:14.112Z[ recovery-image] Aug 19 02:51:13.401 INFO O| Aug 19 02:51:13.401 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72042026-08-19T02:51:14.121Z[ recovery-image] Aug 19 02:51:13.412 INFO O| Aug 19 02:51:13.412 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzfsbootenv.so.1"
72052026-08-19T02:51:14.121Z[ recovery-image] Aug 19 02:51:13.412 INFO O| Aug 19 02:51:13.412 INFO STEP 583 (remove_files) COMPLETE
72062026-08-19T02:51:14.126Z[ recovery-image] Aug 19 02:51:13.412 INFO O| Aug 19 02:51:13.412 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72072026-08-19T02:51:14.131Z[ recovery-image] Aug 19 02:51:13.422 INFO O| Aug 19 02:51:13.422 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzonecfg.so.1"
72082026-08-19T02:51:14.131Z[ recovery-image] Aug 19 02:51:13.422 INFO O| Aug 19 02:51:13.422 INFO STEP 584 (remove_files) COMPLETE
72092026-08-19T02:51:14.131Z[ recovery-image] Aug 19 02:51:13.422 INFO O| Aug 19 02:51:13.422 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72102026-08-19T02:51:14.142Z[ recovery-image] Aug 19 02:51:13.432 INFO O| Aug 19 02:51:13.432 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzoneinfo.so.1"
72112026-08-19T02:51:14.142Z[ recovery-image] Aug 19 02:51:13.432 INFO O| Aug 19 02:51:13.432 INFO STEP 585 (remove_files) COMPLETE
72122026-08-19T02:51:14.142Z[ recovery-image] Aug 19 02:51:13.432 INFO O| Aug 19 02:51:13.432 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72132026-08-19T02:51:14.152Z[ recovery-image] Aug 19 02:51:13.442 INFO O| Aug 19 02:51:13.442 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzonestat.so.1"
72142026-08-19T02:51:14.152Z[ recovery-image] Aug 19 02:51:13.443 INFO O| Aug 19 02:51:13.443 INFO STEP 586 (remove_files) COMPLETE
72152026-08-19T02:51:14.156Z[ recovery-image] Aug 19 02:51:13.443 INFO O| Aug 19 02:51:13.443 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72162026-08-19T02:51:14.164Z[ recovery-image] Aug 19 02:51:13.453 INFO O| Aug 19 02:51:13.453 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzpool.so.1"
72172026-08-19T02:51:14.164Z[ recovery-image] Aug 19 02:51:13.453 INFO O| Aug 19 02:51:13.453 INFO STEP 587 (remove_files) COMPLETE
72182026-08-19T02:51:14.164Z[ recovery-image] Aug 19 02:51:13.453 INFO O| Aug 19 02:51:13.453 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72192026-08-19T02:51:14.177Z[ recovery-image] Aug 19 02:51:13.468 INFO O| Aug 19 02:51:13.468 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/madv.so.1"
72202026-08-19T02:51:14.178Z[ recovery-image] Aug 19 02:51:13.468 INFO O| Aug 19 02:51:13.468 INFO STEP 588 (remove_files) COMPLETE
72212026-08-19T02:51:14.178Z[ recovery-image] Aug 19 02:51:13.468 INFO O| Aug 19 02:51:13.468 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72222026-08-19T02:51:14.187Z[ recovery-image] Aug 19 02:51:13.478 INFO O| Aug 19 02:51:13.478 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/mpss.so.1"
72232026-08-19T02:51:14.187Z[ recovery-image] Aug 19 02:51:13.478 INFO O| Aug 19 02:51:13.478 INFO STEP 589 (remove_files) COMPLETE
72242026-08-19T02:51:14.187Z[ recovery-image] Aug 19 02:51:13.478 INFO O| Aug 19 02:51:13.478 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72252026-08-19T02:51:14.196Z[ recovery-image] Aug 19 02:51:13.487 INFO O| Aug 19 02:51:13.487 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/nss_ad.so.1"
72262026-08-19T02:51:14.196Z[ recovery-image] Aug 19 02:51:13.487 INFO O| Aug 19 02:51:13.487 INFO STEP 590 (remove_files) COMPLETE
72272026-08-19T02:51:14.196Z[ recovery-image] Aug 19 02:51:13.487 INFO O| Aug 19 02:51:13.487 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72282026-08-19T02:51:14.204Z[ recovery-image] Aug 19 02:51:13.495 INFO O| Aug 19 02:51:13.495 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/nss_ldap.so.1"
72292026-08-19T02:51:14.204Z[ recovery-image] Aug 19 02:51:13.495 INFO O| Aug 19 02:51:13.495 INFO STEP 591 (remove_files) COMPLETE
72302026-08-19T02:51:14.205Z[ recovery-image] Aug 19 02:51:13.495 INFO O| Aug 19 02:51:13.495 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72312026-08-19T02:51:14.213Z[ recovery-image] Aug 19 02:51:13.503 INFO O| Aug 19 02:51:13.503 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/passwdutil.so.1"
72322026-08-19T02:51:14.213Z[ recovery-image] Aug 19 02:51:13.503 INFO O| Aug 19 02:51:13.503 INFO STEP 592 (remove_files) COMPLETE
72332026-08-19T02:51:14.213Z[ recovery-image] Aug 19 02:51:13.503 INFO O| Aug 19 02:51:13.503 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72342026-08-19T02:51:14.221Z[ recovery-image] Aug 19 02:51:13.512 INFO O| Aug 19 02:51:13.512 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc"
72352026-08-19T02:51:14.221Z[ recovery-image] Aug 19 02:51:13.512 INFO O| Aug 19 02:51:13.512 INFO STEP 593 (remove_files) COMPLETE
72362026-08-19T02:51:14.221Z[ recovery-image] Aug 19 02:51:13.512 INFO O| Aug 19 02:51:13.512 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72372026-08-19T02:51:14.233Z[ recovery-image] Aug 19 02:51:13.520 INFO O| Aug 19 02:51:13.519 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/expat.pc"
72382026-08-19T02:51:14.233Z[ recovery-image] Aug 19 02:51:13.520 INFO O| Aug 19 02:51:13.520 INFO STEP 594 (remove_files) COMPLETE
72392026-08-19T02:51:14.233Z[ recovery-image] Aug 19 02:51:13.520 INFO O| Aug 19 02:51:13.520 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72402026-08-19T02:51:14.238Z[verify-libraries] Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
72412026-08-19T02:51:14.238Z[verify-libraries] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
72422026-08-19T02:51:14.241Z[ recovery-image] Aug 19 02:51:13.530 INFO O| Aug 19 02:51:13.530 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/form.pc"
72432026-08-19T02:51:14.241Z[ recovery-image] Aug 19 02:51:13.530 INFO O| Aug 19 02:51:13.530 INFO STEP 595 (remove_files) COMPLETE
72442026-08-19T02:51:14.241Z[ recovery-image] Aug 19 02:51:13.530 INFO O| Aug 19 02:51:13.530 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72452026-08-19T02:51:14.250Z[ recovery-image] Aug 19 02:51:13.541 INFO O| Aug 19 02:51:13.540 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc"
72462026-08-19T02:51:14.250Z[ recovery-image] Aug 19 02:51:13.541 INFO O| Aug 19 02:51:13.541 INFO STEP 596 (remove_files) COMPLETE
72472026-08-19T02:51:14.250Z[ recovery-image] Aug 19 02:51:13.541 INFO O| Aug 19 02:51:13.541 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72482026-08-19T02:51:14.259Z[ recovery-image] Aug 19 02:51:13.550 INFO O| Aug 19 02:51:13.550 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc"
72492026-08-19T02:51:14.260Z[ recovery-image] Aug 19 02:51:13.550 INFO O| Aug 19 02:51:13.550 INFO STEP 597 (remove_files) COMPLETE
72502026-08-19T02:51:14.260Z[ recovery-image] Aug 19 02:51:13.550 INFO O| Aug 19 02:51:13.550 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72512026-08-19T02:51:14.271Z[ recovery-image] Aug 19 02:51:13.561 INFO O| Aug 19 02:51:13.561 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc"
72522026-08-19T02:51:14.271Z[ recovery-image] Aug 19 02:51:13.561 INFO O| Aug 19 02:51:13.561 INFO STEP 598 (remove_files) COMPLETE
72532026-08-19T02:51:14.274Z[ recovery-image] Aug 19 02:51:13.561 INFO O| Aug 19 02:51:13.561 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72542026-08-19T02:51:14.300Z[ recovery-image] Aug 19 02:51:13.572 INFO O| Aug 19 02:51:13.572 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc"
72552026-08-19T02:51:14.300Z[ recovery-image] Aug 19 02:51:13.572 INFO O| Aug 19 02:51:13.572 INFO STEP 599 (remove_files) COMPLETE
72562026-08-19T02:51:14.303Z[ recovery-image] Aug 19 02:51:13.572 INFO O| Aug 19 02:51:13.572 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72572026-08-19T02:51:14.303Z[ recovery-image] Aug 19 02:51:13.583 INFO O| Aug 19 02:51:13.582 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc"
72582026-08-19T02:51:14.303Z[ recovery-image] Aug 19 02:51:13.583 INFO O| Aug 19 02:51:13.583 INFO STEP 600 (remove_files) COMPLETE
72592026-08-19T02:51:14.303Z[ recovery-image] Aug 19 02:51:13.583 INFO O| Aug 19 02:51:13.583 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72602026-08-19T02:51:14.304Z[ recovery-image] Aug 19 02:51:13.592 INFO O| Aug 19 02:51:13.592 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc"
72612026-08-19T02:51:14.304Z[ recovery-image] Aug 19 02:51:13.592 INFO O| Aug 19 02:51:13.592 INFO STEP 601 (remove_files) COMPLETE
72622026-08-19T02:51:14.304Z[ recovery-image] Aug 19 02:51:13.592 INFO O| Aug 19 02:51:13.592 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72632026-08-19T02:51:14.310Z[ recovery-image] Aug 19 02:51:13.601 INFO O| Aug 19 02:51:13.601 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc"
72642026-08-19T02:51:14.310Z[ recovery-image] Aug 19 02:51:13.601 INFO O| Aug 19 02:51:13.601 INFO STEP 602 (remove_files) COMPLETE
72652026-08-19T02:51:14.310Z[ recovery-image] Aug 19 02:51:13.601 INFO O| Aug 19 02:51:13.601 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72662026-08-19T02:51:14.320Z[ recovery-image] Aug 19 02:51:13.610 INFO O| Aug 19 02:51:13.610 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc"
72672026-08-19T02:51:14.320Z[ recovery-image] Aug 19 02:51:13.611 INFO O| Aug 19 02:51:13.611 INFO STEP 603 (remove_files) COMPLETE
72682026-08-19T02:51:14.320Z[ recovery-image] Aug 19 02:51:13.611 INFO O| Aug 19 02:51:13.611 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72692026-08-19T02:51:14.328Z[ recovery-image] Aug 19 02:51:13.619 INFO O| Aug 19 02:51:13.619 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc"
72702026-08-19T02:51:14.329Z[ recovery-image] Aug 19 02:51:13.619 INFO O| Aug 19 02:51:13.619 INFO STEP 604 (remove_files) COMPLETE
72712026-08-19T02:51:14.329Z[ recovery-image] Aug 19 02:51:13.619 INFO O| Aug 19 02:51:13.619 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72722026-08-19T02:51:14.337Z[ recovery-image] Aug 19 02:51:13.628 INFO O| Aug 19 02:51:13.628 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc"
72732026-08-19T02:51:14.337Z[ recovery-image] Aug 19 02:51:13.628 INFO O| Aug 19 02:51:13.628 INFO STEP 605 (remove_files) COMPLETE
72742026-08-19T02:51:14.337Z[ recovery-image] Aug 19 02:51:13.628 INFO O| Aug 19 02:51:13.628 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72752026-08-19T02:51:14.347Z[ recovery-image] Aug 19 02:51:13.638 INFO O| Aug 19 02:51:13.638 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc"
72762026-08-19T02:51:14.347Z[ recovery-image] Aug 19 02:51:13.638 INFO O| Aug 19 02:51:13.638 INFO STEP 606 (remove_files) COMPLETE
72772026-08-19T02:51:14.347Z[ recovery-image] Aug 19 02:51:13.638 INFO O| Aug 19 02:51:13.638 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72782026-08-19T02:51:14.353Z[verify-libraries] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
72792026-08-19T02:51:14.357Z[ recovery-image] Aug 19 02:51:13.646 INFO O| Aug 19 02:51:13.646 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc"
72802026-08-19T02:51:14.357Z[ recovery-image] Aug 19 02:51:13.647 INFO O| Aug 19 02:51:13.647 INFO STEP 607 (remove_files) COMPLETE
72812026-08-19T02:51:14.357Z[ recovery-image] Aug 19 02:51:13.647 INFO O| Aug 19 02:51:13.647 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72822026-08-19T02:51:14.365Z[ recovery-image] Aug 19 02:51:13.656 INFO O| Aug 19 02:51:13.656 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc"
72832026-08-19T02:51:14.365Z[ recovery-image] Aug 19 02:51:13.656 INFO O| Aug 19 02:51:13.656 INFO STEP 608 (remove_files) COMPLETE
72842026-08-19T02:51:14.365Z[ recovery-image] Aug 19 02:51:13.656 INFO O| Aug 19 02:51:13.656 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72852026-08-19T02:51:14.376Z[ recovery-image] Aug 19 02:51:13.666 INFO O| Aug 19 02:51:13.666 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc"
72862026-08-19T02:51:14.376Z[ recovery-image] Aug 19 02:51:13.666 INFO O| Aug 19 02:51:13.666 INFO STEP 609 (remove_files) COMPLETE
72872026-08-19T02:51:14.376Z[ recovery-image] Aug 19 02:51:13.666 INFO O| Aug 19 02:51:13.666 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72882026-08-19T02:51:14.386Z[ recovery-image] Aug 19 02:51:13.676 INFO O| Aug 19 02:51:13.676 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc"
72892026-08-19T02:51:14.386Z[ recovery-image] Aug 19 02:51:13.677 INFO O| Aug 19 02:51:13.676 INFO STEP 610 (remove_files) COMPLETE
72902026-08-19T02:51:14.388Z[ recovery-image] Aug 19 02:51:13.677 INFO O| Aug 19 02:51:13.677 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72912026-08-19T02:51:14.397Z[ recovery-image] Aug 19 02:51:13.687 INFO O| Aug 19 02:51:13.687 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc"
72922026-08-19T02:51:14.397Z[ recovery-image] Aug 19 02:51:13.687 INFO O| Aug 19 02:51:13.687 INFO STEP 611 (remove_files) COMPLETE
72932026-08-19T02:51:14.397Z[ recovery-image] Aug 19 02:51:13.687 INFO O| Aug 19 02:51:13.687 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72942026-08-19T02:51:14.406Z[ recovery-image] Aug 19 02:51:13.697 INFO O| Aug 19 02:51:13.697 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc"
72952026-08-19T02:51:14.406Z[ recovery-image] Aug 19 02:51:13.697 INFO O| Aug 19 02:51:13.697 INFO STEP 612 (remove_files) COMPLETE
72962026-08-19T02:51:14.406Z[ recovery-image] Aug 19 02:51:13.697 INFO O| Aug 19 02:51:13.697 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72972026-08-19T02:51:14.417Z[ recovery-image] Aug 19 02:51:13.707 INFO O| Aug 19 02:51:13.707 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/menu.pc"
72982026-08-19T02:51:14.417Z[ recovery-image] Aug 19 02:51:13.707 INFO O| Aug 19 02:51:13.707 INFO STEP 613 (remove_files) COMPLETE
72992026-08-19T02:51:14.417Z[ recovery-image] Aug 19 02:51:13.707 INFO O| Aug 19 02:51:13.707 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73002026-08-19T02:51:14.426Z[ recovery-image] Aug 19 02:51:13.716 INFO O| Aug 19 02:51:13.716 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc"
73012026-08-19T02:51:14.426Z[ recovery-image] Aug 19 02:51:13.716 INFO O| Aug 19 02:51:13.716 INFO STEP 614 (remove_files) COMPLETE
73022026-08-19T02:51:14.429Z[ recovery-image] Aug 19 02:51:13.716 INFO O| Aug 19 02:51:13.716 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73032026-08-19T02:51:14.434Z[ recovery-image] Aug 19 02:51:13.725 INFO O| Aug 19 02:51:13.725 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc"
73042026-08-19T02:51:14.434Z[ recovery-image] Aug 19 02:51:13.725 INFO O| Aug 19 02:51:13.725 INFO STEP 615 (remove_files) COMPLETE
73052026-08-19T02:51:14.435Z[ recovery-image] Aug 19 02:51:13.725 INFO O| Aug 19 02:51:13.725 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73062026-08-19T02:51:14.444Z[ recovery-image] Aug 19 02:51:13.734 INFO O| Aug 19 02:51:13.734 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc"
73072026-08-19T02:51:14.444Z[ recovery-image] Aug 19 02:51:13.734 INFO O| Aug 19 02:51:13.734 INFO STEP 616 (remove_files) COMPLETE
73082026-08-19T02:51:14.444Z[ recovery-image] Aug 19 02:51:13.734 INFO O| Aug 19 02:51:13.734 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73092026-08-19T02:51:14.453Z[ recovery-image] Aug 19 02:51:13.744 INFO O| Aug 19 02:51:13.744 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc"
73102026-08-19T02:51:14.453Z[ recovery-image] Aug 19 02:51:13.744 INFO O| Aug 19 02:51:13.744 INFO STEP 617 (remove_files) COMPLETE
73112026-08-19T02:51:14.514Z[ recovery-image] Aug 19 02:51:13.744 INFO O| Aug 19 02:51:13.744 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73122026-08-19T02:51:14.514Z[ recovery-image] Aug 19 02:51:13.754 INFO O| Aug 19 02:51:13.754 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/panel.pc"
73132026-08-19T02:51:14.514Z[ recovery-image] Aug 19 02:51:13.754 INFO O| Aug 19 02:51:13.754 INFO STEP 618 (remove_files) COMPLETE
73142026-08-19T02:51:14.514Z[ recovery-image] Aug 19 02:51:13.754 INFO O| Aug 19 02:51:13.754 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73152026-08-19T02:51:14.514Z[ recovery-image] Aug 19 02:51:13.762 INFO O| Aug 19 02:51:13.762 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/readline.pc"
73162026-08-19T02:51:14.514Z[ recovery-image] Aug 19 02:51:13.762 INFO O| Aug 19 02:51:13.762 INFO STEP 619 (remove_files) COMPLETE
73172026-08-19T02:51:14.514Z[ recovery-image] Aug 19 02:51:13.762 INFO O| Aug 19 02:51:13.762 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73182026-08-19T02:51:14.515Z[ recovery-image] Aug 19 02:51:13.771 INFO O| Aug 19 02:51:13.771 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc"
73192026-08-19T02:51:14.515Z[ recovery-image] Aug 19 02:51:13.771 INFO O| Aug 19 02:51:13.771 INFO STEP 620 (remove_files) COMPLETE
73202026-08-19T02:51:14.515Z[ recovery-image] Aug 19 02:51:13.771 INFO O| Aug 19 02:51:13.771 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73212026-08-19T02:51:14.515Z[ recovery-image] Aug 19 02:51:13.781 INFO O| Aug 19 02:51:13.781 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc"
73222026-08-19T02:51:14.515Z[ recovery-image] Aug 19 02:51:13.781 INFO O| Aug 19 02:51:13.781 INFO STEP 621 (remove_files) COMPLETE
73232026-08-19T02:51:14.515Z[ recovery-image] Aug 19 02:51:13.781 INFO O| Aug 19 02:51:13.781 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73242026-08-19T02:51:14.515Z[ recovery-image] Aug 19 02:51:13.791 INFO O| Aug 19 02:51:13.791 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/straddr.so.2"
73252026-08-19T02:51:14.515Z[ recovery-image] Aug 19 02:51:13.791 INFO O| Aug 19 02:51:13.791 INFO STEP 622 (remove_files) COMPLETE
73262026-08-19T02:51:14.515Z[ recovery-image] Aug 19 02:51:13.791 INFO O| Aug 19 02:51:13.791 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73272026-08-19T02:51:14.515Z[ recovery-image] Aug 19 02:51:13.802 INFO O| Aug 19 02:51:13.802 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/watchmalloc.so.1"
73282026-08-19T02:51:14.515Z[ recovery-image] Aug 19 02:51:13.802 INFO O| Aug 19 02:51:13.802 INFO STEP 623 (remove_files) COMPLETE
73292026-08-19T02:51:14.515Z[ recovery-image] Aug 19 02:51:13.802 INFO O| Aug 19 02:51:13.802 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73302026-08-19T02:51:14.522Z[ recovery-image] Aug 19 02:51:13.812 INFO O| Aug 19 02:51:13.812 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/audit/audit_record_attr"
73312026-08-19T02:51:14.522Z[ recovery-image] Aug 19 02:51:13.813 INFO O| Aug 19 02:51:13.813 INFO STEP 624 (remove_files) COMPLETE
73322026-08-19T02:51:14.522Z[ recovery-image] Aug 19 02:51:13.813 INFO O| Aug 19 02:51:13.813 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73332026-08-19T02:51:14.534Z[ recovery-image] Aug 19 02:51:13.822 INFO O| Aug 19 02:51:13.822 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/common.ksh"
73342026-08-19T02:51:14.534Z[ recovery-image] Aug 19 02:51:13.822 INFO O| Aug 19 02:51:13.822 INFO STEP 625 (remove_files) COMPLETE
73352026-08-19T02:51:14.535Z[ recovery-image] Aug 19 02:51:13.822 INFO O| Aug 19 02:51:13.822 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73362026-08-19T02:51:14.542Z[ recovery-image] Aug 19 02:51:13.833 INFO O| Aug 19 02:51:13.833 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/query"
73372026-08-19T02:51:14.542Z[ recovery-image] Aug 19 02:51:13.833 INFO O| Aug 19 02:51:13.833 INFO STEP 626 (remove_files) COMPLETE
73382026-08-19T02:51:14.542Z[ recovery-image] Aug 19 02:51:13.833 INFO O| Aug 19 02:51:13.833 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73392026-08-19T02:51:14.553Z[ recovery-image] Aug 19 02:51:13.843 INFO O| Aug 19 02:51:13.843 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/uninstall.ksh"
73402026-08-19T02:51:14.553Z[ recovery-image] Aug 19 02:51:13.843 INFO O| Aug 19 02:51:13.843 INFO STEP 627 (remove_files) COMPLETE
73412026-08-19T02:51:14.553Z[ recovery-image] Aug 19 02:51:13.843 INFO O| Aug 19 02:51:13.843 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73422026-08-19T02:51:14.566Z[ recovery-image] Aug 19 02:51:13.855 INFO O| Aug 19 02:51:13.854 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/ib.so.1"
73432026-08-19T02:51:14.566Z[ recovery-image] Aug 19 02:51:13.855 INFO O| Aug 19 02:51:13.855 INFO STEP 628 (remove_files) COMPLETE
73442026-08-19T02:51:14.566Z[ recovery-image] Aug 19 02:51:13.855 INFO O| Aug 19 02:51:13.855 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73452026-08-19T02:51:14.574Z[ recovery-image] Aug 19 02:51:13.865 INFO O| Aug 19 02:51:13.865 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/pci.so.1"
73462026-08-19T02:51:14.574Z[ recovery-image] Aug 19 02:51:13.865 INFO O| Aug 19 02:51:13.865 INFO STEP 629 (remove_files) COMPLETE
73472026-08-19T02:51:14.574Z[ recovery-image] Aug 19 02:51:13.865 INFO O| Aug 19 02:51:13.865 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73482026-08-19T02:51:14.583Z[ recovery-image] Aug 19 02:51:13.874 INFO O| Aug 19 02:51:13.874 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/sata.so.1"
73492026-08-19T02:51:14.583Z[ recovery-image] Aug 19 02:51:13.874 INFO O| Aug 19 02:51:13.874 INFO STEP 630 (remove_files) COMPLETE
73502026-08-19T02:51:14.584Z[ recovery-image] Aug 19 02:51:13.874 INFO O| Aug 19 02:51:13.874 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73512026-08-19T02:51:14.591Z[ recovery-image] Aug 19 02:51:13.882 INFO O| Aug 19 02:51:13.882 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1"
73522026-08-19T02:51:14.591Z[ recovery-image] Aug 19 02:51:13.882 INFO O| Aug 19 02:51:13.882 INFO STEP 631 (remove_files) COMPLETE
73532026-08-19T02:51:14.591Z[ recovery-image] Aug 19 02:51:13.882 INFO O| Aug 19 02:51:13.882 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73542026-08-19T02:51:14.600Z[ recovery-image] Aug 19 02:51:13.890 INFO O| Aug 19 02:51:13.890 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/usb.so.1"
73552026-08-19T02:51:14.600Z[ recovery-image] Aug 19 02:51:13.891 INFO O| Aug 19 02:51:13.890 INFO STEP 632 (remove_files) COMPLETE
73562026-08-19T02:51:14.600Z[ recovery-image] Aug 19 02:51:13.891 INFO O| Aug 19 02:51:13.890 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73572026-08-19T02:51:14.609Z[ recovery-image] Aug 19 02:51:13.899 INFO O| Aug 19 02:51:13.899 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/ib.so.1"
73582026-08-19T02:51:14.609Z[ recovery-image] Aug 19 02:51:13.899 INFO O| Aug 19 02:51:13.899 INFO STEP 633 (remove_files) COMPLETE
73592026-08-19T02:51:14.609Z[ recovery-image] Aug 19 02:51:13.899 INFO O| Aug 19 02:51:13.899 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73602026-08-19T02:51:14.617Z[ recovery-image] Aug 19 02:51:13.908 INFO O| Aug 19 02:51:13.908 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/pci.so.1"
73612026-08-19T02:51:14.618Z[ recovery-image] Aug 19 02:51:13.908 INFO O| Aug 19 02:51:13.908 INFO STEP 634 (remove_files) COMPLETE
73622026-08-19T02:51:14.621Z[ recovery-image] Aug 19 02:51:13.908 INFO O| Aug 19 02:51:13.908 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73632026-08-19T02:51:14.625Z[ recovery-image] Aug 19 02:51:13.916 INFO O| Aug 19 02:51:13.916 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/sata.so.1"
73642026-08-19T02:51:14.625Z[ recovery-image] Aug 19 02:51:13.916 INFO O| Aug 19 02:51:13.916 INFO STEP 635 (remove_files) COMPLETE
73652026-08-19T02:51:14.630Z[ recovery-image] Aug 19 02:51:13.916 INFO O| Aug 19 02:51:13.916 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73662026-08-19T02:51:14.633Z[ recovery-image] Aug 19 02:51:13.924 INFO O| Aug 19 02:51:13.924 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/scsi.so.1"
73672026-08-19T02:51:14.634Z[ recovery-image] Aug 19 02:51:13.924 INFO O| Aug 19 02:51:13.924 INFO STEP 636 (remove_files) COMPLETE
73682026-08-19T02:51:14.637Z[ recovery-image] Aug 19 02:51:13.924 INFO O| Aug 19 02:51:13.924 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73692026-08-19T02:51:14.641Z[ recovery-image] Aug 19 02:51:13.932 INFO O| Aug 19 02:51:13.932 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/shp.so.1"
73702026-08-19T02:51:14.641Z[ recovery-image] Aug 19 02:51:13.932 INFO O| Aug 19 02:51:13.932 INFO STEP 637 (remove_files) COMPLETE
73712026-08-19T02:51:14.644Z[ recovery-image] Aug 19 02:51:13.932 INFO O| Aug 19 02:51:13.932 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73722026-08-19T02:51:14.649Z[ recovery-image] Aug 19 02:51:13.940 INFO O| Aug 19 02:51:13.940 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/usb.so.1"
73732026-08-19T02:51:14.649Z[ recovery-image] Aug 19 02:51:13.940 INFO O| Aug 19 02:51:13.940 INFO STEP 638 (remove_files) COMPLETE
73742026-08-19T02:51:14.650Z[ recovery-image] Aug 19 02:51:13.940 INFO O| Aug 19 02:51:13.940 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73752026-08-19T02:51:14.657Z[ recovery-image] Aug 19 02:51:13.948 INFO O| Aug 19 02:51:13.948 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/FX/FXdispadmin"
73762026-08-19T02:51:14.657Z[ recovery-image] Aug 19 02:51:13.948 INFO O| Aug 19 02:51:13.948 INFO STEP 639 (remove_files) COMPLETE
73772026-08-19T02:51:14.658Z[ recovery-image] Aug 19 02:51:13.948 INFO O| Aug 19 02:51:13.948 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73782026-08-19T02:51:14.671Z[ recovery-image] Aug 19 02:51:13.962 INFO O| Aug 19 02:51:13.962 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/FX/FXpriocntl"
73792026-08-19T02:51:14.672Z[ recovery-image] Aug 19 02:51:13.962 INFO O| Aug 19 02:51:13.962 INFO STEP 640 (remove_files) COMPLETE
73802026-08-19T02:51:14.675Z[ recovery-image] Aug 19 02:51:13.962 INFO O| Aug 19 02:51:13.962 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73812026-08-19T02:51:14.680Z[ recovery-image] Aug 19 02:51:13.971 INFO O| Aug 19 02:51:13.971 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/IA/IAdispadmin"
73822026-08-19T02:51:14.680Z[ recovery-image] Aug 19 02:51:13.971 INFO O| Aug 19 02:51:13.971 INFO STEP 641 (remove_files) COMPLETE
73832026-08-19T02:51:14.684Z[ recovery-image] Aug 19 02:51:13.971 INFO O| Aug 19 02:51:13.971 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73842026-08-19T02:51:14.689Z[ recovery-image] Aug 19 02:51:13.980 INFO O| Aug 19 02:51:13.980 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/IA/IApriocntl"
73852026-08-19T02:51:14.693Z[ recovery-image] Aug 19 02:51:13.980 INFO O| Aug 19 02:51:13.980 INFO STEP 642 (remove_files) COMPLETE
73862026-08-19T02:51:14.693Z[ recovery-image] Aug 19 02:51:13.980 INFO O| Aug 19 02:51:13.980 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73872026-08-19T02:51:14.704Z[ recovery-image] Aug 19 02:51:13.995 INFO O| Aug 19 02:51:13.995 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/RT/RTdispadmin"
73882026-08-19T02:51:14.704Z[ recovery-image] Aug 19 02:51:13.995 INFO O| Aug 19 02:51:13.995 INFO STEP 643 (remove_files) COMPLETE
73892026-08-19T02:51:14.704Z[ recovery-image] Aug 19 02:51:13.995 INFO O| Aug 19 02:51:13.995 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73902026-08-19T02:51:14.714Z[ recovery-image] Aug 19 02:51:14.004 INFO O| Aug 19 02:51:14.004 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/RT/RTpriocntl"
73912026-08-19T02:51:14.714Z[ recovery-image] Aug 19 02:51:14.004 INFO O| Aug 19 02:51:14.004 INFO STEP 644 (remove_files) COMPLETE
73922026-08-19T02:51:14.714Z[ recovery-image] Aug 19 02:51:14.004 INFO O| Aug 19 02:51:14.004 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73932026-08-19T02:51:14.724Z[ recovery-image] Aug 19 02:51:14.014 INFO O| Aug 19 02:51:14.014 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/SDC/SDCdispadmin"
73942026-08-19T02:51:14.724Z[ recovery-image] Aug 19 02:51:14.014 INFO O| Aug 19 02:51:14.014 INFO STEP 645 (remove_files) COMPLETE
73952026-08-19T02:51:14.724Z[ recovery-image] Aug 19 02:51:14.014 INFO O| Aug 19 02:51:14.014 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73962026-08-19T02:51:14.734Z[ recovery-image] Aug 19 02:51:14.024 INFO O| Aug 19 02:51:14.024 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/SDC/SDCpriocntl"
73972026-08-19T02:51:14.734Z[ recovery-image] Aug 19 02:51:14.024 INFO O| Aug 19 02:51:14.024 INFO STEP 646 (remove_files) COMPLETE
73982026-08-19T02:51:14.737Z[ recovery-image] Aug 19 02:51:14.024 INFO O| Aug 19 02:51:14.024 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73992026-08-19T02:51:14.742Z[ recovery-image] Aug 19 02:51:14.033 INFO O| Aug 19 02:51:14.033 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/TS/TSdispadmin"
74002026-08-19T02:51:14.742Z[ recovery-image] Aug 19 02:51:14.033 INFO O| Aug 19 02:51:14.033 INFO STEP 647 (remove_files) COMPLETE
74012026-08-19T02:51:14.742Z[ recovery-image] Aug 19 02:51:14.033 INFO O| Aug 19 02:51:14.033 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74022026-08-19T02:51:14.753Z[ recovery-image] Aug 19 02:51:14.042 INFO O| Aug 19 02:51:14.042 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/TS/TSpriocntl"
74032026-08-19T02:51:14.753Z[ recovery-image] Aug 19 02:51:14.042 INFO O| Aug 19 02:51:14.042 INFO STEP 648 (remove_files) COMPLETE
74042026-08-19T02:51:14.753Z[ recovery-image] Aug 19 02:51:14.042 INFO O| Aug 19 02:51:14.042 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74052026-08-19T02:51:14.762Z[ recovery-image] Aug 19 02:51:14.052 INFO O| Aug 19 02:51:14.052 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake"
74062026-08-19T02:51:14.762Z[ recovery-image] Aug 19 02:51:14.052 INFO O| Aug 19 02:51:14.052 INFO STEP 649 (remove_files) COMPLETE
74072026-08-19T02:51:14.762Z[ recovery-image] Aug 19 02:51:14.052 INFO O| Aug 19 02:51:14.052 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74082026-08-19T02:51:14.770Z[ recovery-image] Aug 19 02:51:14.061 INFO O| Aug 19 02:51:14.060 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h"
74092026-08-19T02:51:14.771Z[ recovery-image] Aug 19 02:51:14.061 INFO O| Aug 19 02:51:14.061 INFO STEP 650 (remove_files) COMPLETE
74102026-08-19T02:51:14.771Z[ recovery-image] Aug 19 02:51:14.061 INFO O| Aug 19 02:51:14.061 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74112026-08-19T02:51:14.779Z[ recovery-image] Aug 19 02:51:14.069 INFO O| Aug 19 02:51:14.069 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlled"
74122026-08-19T02:51:14.779Z[ recovery-image] Aug 19 02:51:14.070 INFO O| Aug 19 02:51:14.070 INFO STEP 651 (remove_files) COMPLETE
74132026-08-19T02:51:14.779Z[ recovery-image] Aug 19 02:51:14.070 INFO O| Aug 19 02:51:14.070 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74142026-08-19T02:51:14.789Z[ recovery-image] Aug 19 02:51:14.079 INFO O| Aug 19 02:51:14.079 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlrecv"
74152026-08-19T02:51:14.789Z[ recovery-image] Aug 19 02:51:14.079 INFO O| Aug 19 02:51:14.079 INFO STEP 652 (remove_files) COMPLETE
74162026-08-19T02:51:14.789Z[ recovery-image] Aug 19 02:51:14.079 INFO O| Aug 19 02:51:14.079 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74172026-08-19T02:51:14.797Z[ recovery-image] Aug 19 02:51:14.088 INFO O| Aug 19 02:51:14.088 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlsend"
74182026-08-19T02:51:14.797Z[ recovery-image] Aug 19 02:51:14.088 INFO O| Aug 19 02:51:14.088 INFO STEP 653 (remove_files) COMPLETE
74192026-08-19T02:51:14.798Z[ recovery-image] Aug 19 02:51:14.088 INFO O| Aug 19 02:51:14.088 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74202026-08-19T02:51:14.806Z[ recovery-image] Aug 19 02:51:14.097 INFO O| Aug 19 02:51:14.097 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dltraninfo"
74212026-08-19T02:51:14.806Z[ recovery-image] Aug 19 02:51:14.097 INFO O| Aug 19 02:51:14.097 INFO STEP 654 (remove_files) COMPLETE
74222026-08-19T02:51:14.810Z[ recovery-image] Aug 19 02:51:14.097 INFO O| Aug 19 02:51:14.097 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74232026-08-19T02:51:14.817Z[ recovery-image] Aug 19 02:51:14.107 INFO O| Aug 19 02:51:14.107 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/drti.o"
74242026-08-19T02:51:14.818Z[ recovery-image] Aug 19 02:51:14.107 INFO O| Aug 19 02:51:14.107 INFO STEP 655 (remove_files) COMPLETE
74252026-08-19T02:51:14.818Z[ recovery-image] Aug 19 02:51:14.107 INFO O| Aug 19 02:51:14.107 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74262026-08-19T02:51:14.827Z[ recovery-image] Aug 19 02:51:14.118 INFO O| Aug 19 02:51:14.118 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so"
74272026-08-19T02:51:14.827Z[ recovery-image] Aug 19 02:51:14.118 INFO O| Aug 19 02:51:14.118 INFO STEP 656 (remove_files) COMPLETE
74282026-08-19T02:51:14.831Z[ recovery-image] Aug 19 02:51:14.118 INFO O| Aug 19 02:51:14.118 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74292026-08-19T02:51:14.836Z[ recovery-image] Aug 19 02:51:14.127 INFO O| Aug 19 02:51:14.126 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/sftp64.d"
74302026-08-19T02:51:14.836Z[ recovery-image] Aug 19 02:51:14.127 INFO O| Aug 19 02:51:14.127 INFO STEP 657 (remove_files) COMPLETE
74312026-08-19T02:51:14.836Z[ recovery-image] Aug 19 02:51:14.127 INFO O| Aug 19 02:51:14.127 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74322026-08-19T02:51:14.845Z[ recovery-image] Aug 19 02:51:14.136 INFO O| Aug 19 02:51:14.136 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/drti.o"
74332026-08-19T02:51:14.846Z[ recovery-image] Aug 19 02:51:14.136 INFO O| Aug 19 02:51:14.136 INFO STEP 658 (remove_files) COMPLETE
74342026-08-19T02:51:14.846Z[ recovery-image] Aug 19 02:51:14.136 INFO O| Aug 19 02:51:14.136 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74352026-08-19T02:51:14.854Z[ recovery-image] Aug 19 02:51:14.145 INFO O| Aug 19 02:51:14.145 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/libdtrace_forceload.so"
74362026-08-19T02:51:14.854Z[ recovery-image] Aug 19 02:51:14.145 INFO O| Aug 19 02:51:14.145 INFO STEP 659 (remove_files) COMPLETE
74372026-08-19T02:51:14.854Z[ recovery-image] Aug 19 02:51:14.145 INFO O| Aug 19 02:51:14.145 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74382026-08-19T02:51:14.863Z[ recovery-image] Aug 19 02:51:14.154 INFO O| Aug 19 02:51:14.154 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1"
74392026-08-19T02:51:14.865Z[ recovery-image] Aug 19 02:51:14.154 INFO O| Aug 19 02:51:14.154 INFO STEP 660 (remove_files) COMPLETE
74402026-08-19T02:51:14.865Z[ recovery-image] Aug 19 02:51:14.154 INFO O| Aug 19 02:51:14.154 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74412026-08-19T02:51:14.875Z[ recovery-image] Aug 19 02:51:14.165 INFO O| Aug 19 02:51:14.165 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1"
74422026-08-19T02:51:14.875Z[ recovery-image] Aug 19 02:51:14.165 INFO O| Aug 19 02:51:14.165 INFO STEP 661 (remove_files) COMPLETE
74432026-08-19T02:51:14.875Z[ recovery-image] Aug 19 02:51:14.165 INFO O| Aug 19 02:51:14.165 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74442026-08-19T02:51:14.884Z[ recovery-image] Aug 19 02:51:14.175 INFO O| Aug 19 02:51:14.175 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1"
74452026-08-19T02:51:14.884Z[ recovery-image] Aug 19 02:51:14.175 INFO O| Aug 19 02:51:14.175 INFO STEP 662 (remove_files) COMPLETE
74462026-08-19T02:51:14.885Z[ recovery-image] Aug 19 02:51:14.175 INFO O| Aug 19 02:51:14.175 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74472026-08-19T02:51:14.895Z[ recovery-image] Aug 19 02:51:14.186 INFO O| Aug 19 02:51:14.186 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1"
74482026-08-19T02:51:14.895Z[ recovery-image] Aug 19 02:51:14.186 INFO O| Aug 19 02:51:14.186 INFO STEP 663 (remove_files) COMPLETE
74492026-08-19T02:51:14.895Z[ recovery-image] Aug 19 02:51:14.186 INFO O| Aug 19 02:51:14.186 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74502026-08-19T02:51:14.904Z[ recovery-image] Aug 19 02:51:14.194 INFO O| Aug 19 02:51:14.194 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1"
74512026-08-19T02:51:14.904Z[ recovery-image] Aug 19 02:51:14.194 INFO O| Aug 19 02:51:14.194 INFO STEP 664 (remove_files) COMPLETE
74522026-08-19T02:51:14.904Z[ recovery-image] Aug 19 02:51:14.194 INFO O| Aug 19 02:51:14.194 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74532026-08-19T02:51:14.914Z[ recovery-image] Aug 19 02:51:14.204 INFO O| Aug 19 02:51:14.204 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1"
74542026-08-19T02:51:14.915Z[ recovery-image] Aug 19 02:51:14.204 INFO O| Aug 19 02:51:14.204 INFO STEP 665 (remove_files) COMPLETE
74552026-08-19T02:51:14.915Z[ recovery-image] Aug 19 02:51:14.204 INFO O| Aug 19 02:51:14.204 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74562026-08-19T02:51:14.923Z[ recovery-image] Aug 19 02:51:14.214 INFO O| Aug 19 02:51:14.214 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1"
74572026-08-19T02:51:14.923Z[ recovery-image] Aug 19 02:51:14.214 INFO O| Aug 19 02:51:14.214 INFO STEP 666 (remove_files) COMPLETE
74582026-08-19T02:51:14.923Z[ recovery-image] Aug 19 02:51:14.214 INFO O| Aug 19 02:51:14.214 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74592026-08-19T02:51:14.927Z[ host-image] Aug 19 02:51:14.217 INFO O| installing packages...
74602026-08-19T02:51:14.932Z[ recovery-image] Aug 19 02:51:14.223 INFO O| Aug 19 02:51:14.223 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1"
74612026-08-19T02:51:14.932Z[ recovery-image] Aug 19 02:51:14.223 INFO O| Aug 19 02:51:14.223 INFO STEP 667 (remove_files) COMPLETE
74622026-08-19T02:51:14.935Z[ recovery-image] Aug 19 02:51:14.223 INFO O| Aug 19 02:51:14.223 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74632026-08-19T02:51:14.940Z[ recovery-image] Aug 19 02:51:14.231 INFO O| Aug 19 02:51:14.231 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libseslog.so.1"
74642026-08-19T02:51:14.941Z[ recovery-image] Aug 19 02:51:14.231 INFO O| Aug 19 02:51:14.231 INFO STEP 668 (remove_files) COMPLETE
74652026-08-19T02:51:14.944Z[ recovery-image] Aug 19 02:51:14.231 INFO O| Aug 19 02:51:14.231 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74662026-08-19T02:51:14.951Z[ recovery-image] Aug 19 02:51:14.242 INFO O| Aug 19 02:51:14.242 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/AMD.dict"
74672026-08-19T02:51:14.952Z[ recovery-image] Aug 19 02:51:14.242 INFO O| Aug 19 02:51:14.242 INFO STEP 669 (remove_files) COMPLETE
74682026-08-19T02:51:14.952Z[ recovery-image] Aug 19 02:51:14.242 INFO O| Aug 19 02:51:14.242 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74692026-08-19T02:51:14.961Z[ recovery-image] Aug 19 02:51:14.252 INFO O| Aug 19 02:51:14.252 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict"
74702026-08-19T02:51:14.961Z[ recovery-image] Aug 19 02:51:14.252 INFO O| Aug 19 02:51:14.252 INFO STEP 670 (remove_files) COMPLETE
74712026-08-19T02:51:14.961Z[ recovery-image] Aug 19 02:51:14.252 INFO O| Aug 19 02:51:14.252 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74722026-08-19T02:51:14.972Z[ recovery-image] Aug 19 02:51:14.262 INFO O| Aug 19 02:51:14.262 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/GMCA.dict"
74732026-08-19T02:51:14.972Z[ recovery-image] Aug 19 02:51:14.262 INFO O| Aug 19 02:51:14.262 INFO STEP 671 (remove_files) COMPLETE
74742026-08-19T02:51:14.972Z[ recovery-image] Aug 19 02:51:14.262 INFO O| Aug 19 02:51:14.262 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74752026-08-19T02:51:14.980Z[ recovery-image] Aug 19 02:51:14.271 INFO O| Aug 19 02:51:14.271 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/INTEL.dict"
74762026-08-19T02:51:14.981Z[ recovery-image] Aug 19 02:51:14.271 INFO O| Aug 19 02:51:14.271 INFO STEP 672 (remove_files) COMPLETE
74772026-08-19T02:51:14.981Z[ recovery-image] Aug 19 02:51:14.271 INFO O| Aug 19 02:51:14.271 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74782026-08-19T02:51:14.990Z[ recovery-image] Aug 19 02:51:14.280 INFO O| Aug 19 02:51:14.280 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fminject"
74792026-08-19T02:51:14.990Z[ recovery-image] Aug 19 02:51:14.280 INFO O| Aug 19 02:51:14.280 INFO STEP 673 (remove_files) COMPLETE
74802026-08-19T02:51:14.993Z[ recovery-image] Aug 19 02:51:14.280 INFO O| Aug 19 02:51:14.280 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74812026-08-19T02:51:14.999Z[ recovery-image] Aug 19 02:51:14.290 INFO O| Aug 19 02:51:14.290 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fmsim"
74822026-08-19T02:51:14.999Z[ recovery-image] Aug 19 02:51:14.290 INFO O| Aug 19 02:51:14.290 INFO STEP 674 (remove_files) COMPLETE
74832026-08-19T02:51:14.999Z[ recovery-image] Aug 19 02:51:14.290 INFO O| Aug 19 02:51:14.290 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74842026-08-19T02:51:15.011Z[ recovery-image] Aug 19 02:51:14.301 INFO O| Aug 19 02:51:14.301 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fmtopo"
74852026-08-19T02:51:15.011Z[ recovery-image] Aug 19 02:51:14.301 INFO O| Aug 19 02:51:14.301 INFO STEP 675 (remove_files) COMPLETE
74862026-08-19T02:51:15.011Z[ recovery-image] Aug 19 02:51:14.301 INFO O| Aug 19 02:51:14.301 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74872026-08-19T02:51:15.021Z[ recovery-image] Aug 19 02:51:14.311 INFO O| Aug 19 02:51:14.311 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/ipmitopo"
74882026-08-19T02:51:15.021Z[ recovery-image] Aug 19 02:51:14.311 INFO O| Aug 19 02:51:14.311 INFO STEP 676 (remove_files) COMPLETE
74892026-08-19T02:51:15.021Z[ recovery-image] Aug 19 02:51:14.311 INFO O| Aug 19 02:51:14.311 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74902026-08-19T02:51:15.030Z[ recovery-image] Aug 19 02:51:14.321 INFO O| Aug 19 02:51:14.321 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/mcdecode"
74912026-08-19T02:51:15.030Z[ recovery-image] Aug 19 02:51:14.321 INFO O| Aug 19 02:51:14.321 INFO STEP 677 (remove_files) COMPLETE
74922026-08-19T02:51:15.034Z[ recovery-image] Aug 19 02:51:14.321 INFO O| Aug 19 02:51:14.321 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74932026-08-19T02:51:15.040Z[ recovery-image] Aug 19 02:51:14.330 INFO O| Aug 19 02:51:14.330 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf"
74942026-08-19T02:51:15.040Z[ recovery-image] Aug 19 02:51:14.330 INFO O| Aug 19 02:51:14.330 INFO STEP 678 (remove_files) COMPLETE
74952026-08-19T02:51:15.040Z[ recovery-image] Aug 19 02:51:14.330 INFO O| Aug 19 02:51:14.330 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74962026-08-19T02:51:15.050Z[ recovery-image] Aug 19 02:51:14.340 INFO O| Aug 19 02:51:14.340 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so"
74972026-08-19T02:51:15.054Z[ recovery-image] Aug 19 02:51:14.341 INFO O| Aug 19 02:51:14.341 INFO STEP 679 (remove_files) COMPLETE
74982026-08-19T02:51:15.055Z[ recovery-image] Aug 19 02:51:14.341 INFO O| Aug 19 02:51:14.341 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74992026-08-19T02:51:15.061Z[ recovery-image] Aug 19 02:51:14.351 INFO O| Aug 19 02:51:14.351 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so"
75002026-08-19T02:51:15.061Z[ recovery-image] Aug 19 02:51:14.351 INFO O| Aug 19 02:51:14.351 INFO STEP 680 (remove_files) COMPLETE
75012026-08-19T02:51:15.061Z[ recovery-image] Aug 19 02:51:14.351 INFO O| Aug 19 02:51:14.351 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75022026-08-19T02:51:15.070Z[ recovery-image] Aug 19 02:51:14.361 INFO O| Aug 19 02:51:14.361 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so"
75032026-08-19T02:51:15.071Z[ recovery-image] Aug 19 02:51:14.361 INFO O| Aug 19 02:51:14.361 INFO STEP 681 (remove_files) COMPLETE
75042026-08-19T02:51:15.071Z[ recovery-image] Aug 19 02:51:14.361 INFO O| Aug 19 02:51:14.361 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75052026-08-19T02:51:15.081Z[ recovery-image] Aug 19 02:51:14.372 INFO O| Aug 19 02:51:14.372 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so"
75062026-08-19T02:51:15.081Z[ recovery-image] Aug 19 02:51:14.372 INFO O| Aug 19 02:51:14.372 INFO STEP 682 (remove_files) COMPLETE
75072026-08-19T02:51:15.085Z[ recovery-image] Aug 19 02:51:14.372 INFO O| Aug 19 02:51:14.372 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75082026-08-19T02:51:15.092Z[ recovery-image] Aug 19 02:51:14.383 INFO O| Aug 19 02:51:14.383 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so"
75092026-08-19T02:51:15.092Z[ recovery-image] Aug 19 02:51:14.383 INFO O| Aug 19 02:51:14.383 INFO STEP 683 (remove_files) COMPLETE
75102026-08-19T02:51:15.092Z[ recovery-image] Aug 19 02:51:14.383 INFO O| Aug 19 02:51:14.383 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75112026-08-19T02:51:15.103Z[ recovery-image] Aug 19 02:51:14.393 INFO O| Aug 19 02:51:14.393 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so"
75122026-08-19T02:51:15.103Z[ recovery-image] Aug 19 02:51:14.394 INFO O| Aug 19 02:51:14.394 INFO STEP 684 (remove_files) COMPLETE
75132026-08-19T02:51:15.107Z[ recovery-image] Aug 19 02:51:14.394 INFO O| Aug 19 02:51:14.394 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75142026-08-19T02:51:15.114Z[ recovery-image] Aug 19 02:51:14.404 INFO O| Aug 19 02:51:14.404 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so"
75152026-08-19T02:51:15.114Z[ recovery-image] Aug 19 02:51:14.404 INFO O| Aug 19 02:51:14.404 INFO STEP 685 (remove_files) COMPLETE
75162026-08-19T02:51:15.117Z[ recovery-image] Aug 19 02:51:14.404 INFO O| Aug 19 02:51:14.404 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75172026-08-19T02:51:15.124Z[ recovery-image] Aug 19 02:51:14.414 INFO O| Aug 19 02:51:14.414 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so"
75182026-08-19T02:51:15.124Z[ recovery-image] Aug 19 02:51:14.414 INFO O| Aug 19 02:51:14.414 INFO STEP 686 (remove_files) COMPLETE
75192026-08-19T02:51:15.127Z[ recovery-image] Aug 19 02:51:14.414 INFO O| Aug 19 02:51:14.414 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75202026-08-19T02:51:15.133Z[ recovery-image] Aug 19 02:51:14.424 INFO O| Aug 19 02:51:14.424 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so"
75212026-08-19T02:51:15.133Z[ recovery-image] Aug 19 02:51:14.424 INFO O| Aug 19 02:51:14.424 INFO STEP 687 (remove_files) COMPLETE
75222026-08-19T02:51:15.137Z[ recovery-image] Aug 19 02:51:14.424 INFO O| Aug 19 02:51:14.424 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75232026-08-19T02:51:15.137Z[verify-libraries] Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
75242026-08-19T02:51:15.142Z[ recovery-image] Aug 19 02:51:14.432 INFO O| Aug 19 02:51:14.432 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so"
75252026-08-19T02:51:15.142Z[ recovery-image] Aug 19 02:51:14.432 INFO O| Aug 19 02:51:14.432 INFO STEP 688 (remove_files) COMPLETE
75262026-08-19T02:51:15.142Z[ recovery-image] Aug 19 02:51:14.432 INFO O| Aug 19 02:51:14.432 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75272026-08-19T02:51:15.151Z[ recovery-image] Aug 19 02:51:14.441 INFO O| Aug 19 02:51:14.441 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so"
75282026-08-19T02:51:15.151Z[ recovery-image] Aug 19 02:51:14.441 INFO O| Aug 19 02:51:14.441 INFO STEP 689 (remove_files) COMPLETE
75292026-08-19T02:51:15.154Z[ recovery-image] Aug 19 02:51:14.441 INFO O| Aug 19 02:51:14.441 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75302026-08-19T02:51:15.159Z[ recovery-image] Aug 19 02:51:14.450 INFO O| Aug 19 02:51:14.449 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/cpu.so"
75312026-08-19T02:51:15.159Z[ recovery-image] Aug 19 02:51:14.450 INFO O| Aug 19 02:51:14.450 INFO STEP 690 (remove_files) COMPLETE
75322026-08-19T02:51:15.159Z[ recovery-image] Aug 19 02:51:14.450 INFO O| Aug 19 02:51:14.450 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75332026-08-19T02:51:15.168Z[ recovery-image] Aug 19 02:51:14.458 INFO O| Aug 19 02:51:14.458 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/dev.so"
75342026-08-19T02:51:15.168Z[ recovery-image] Aug 19 02:51:14.458 INFO O| Aug 19 02:51:14.458 INFO STEP 691 (remove_files) COMPLETE
75352026-08-19T02:51:15.171Z[ recovery-image] Aug 19 02:51:14.458 INFO O| Aug 19 02:51:14.458 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75362026-08-19T02:51:15.176Z[ recovery-image] Aug 19 02:51:14.467 INFO O| Aug 19 02:51:14.467 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/fmd.so"
75372026-08-19T02:51:15.177Z[ recovery-image] Aug 19 02:51:14.467 INFO O| Aug 19 02:51:14.467 INFO STEP 692 (remove_files) COMPLETE
75382026-08-19T02:51:15.180Z[ recovery-image] Aug 19 02:51:14.467 INFO O| Aug 19 02:51:14.467 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75392026-08-19T02:51:15.196Z[ recovery-image] Aug 19 02:51:14.486 INFO O| Aug 19 02:51:14.486 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/hc.so"
75402026-08-19T02:51:15.196Z[ recovery-image] Aug 19 02:51:14.486 INFO O| Aug 19 02:51:14.486 INFO STEP 693 (remove_files) COMPLETE
75412026-08-19T02:51:15.200Z[ recovery-image] Aug 19 02:51:14.486 INFO O| Aug 19 02:51:14.486 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75422026-08-19T02:51:15.207Z[ recovery-image] Aug 19 02:51:14.497 INFO O| Aug 19 02:51:14.497 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so"
75432026-08-19T02:51:15.207Z[ recovery-image] Aug 19 02:51:14.497 INFO O| Aug 19 02:51:14.497 INFO STEP 694 (remove_files) COMPLETE
75442026-08-19T02:51:15.208Z[ recovery-image] Aug 19 02:51:14.497 INFO O| Aug 19 02:51:14.497 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75452026-08-19T02:51:15.216Z[ recovery-image] Aug 19 02:51:14.507 INFO O| Aug 19 02:51:14.507 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/mem.so"
75462026-08-19T02:51:15.217Z[ recovery-image] Aug 19 02:51:14.507 INFO O| Aug 19 02:51:14.507 INFO STEP 695 (remove_files) COMPLETE
75472026-08-19T02:51:15.220Z[ recovery-image] Aug 19 02:51:14.507 INFO O| Aug 19 02:51:14.507 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75482026-08-19T02:51:15.225Z[ recovery-image] Aug 19 02:51:14.516 INFO O| Aug 19 02:51:14.516 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/mod.so"
75492026-08-19T02:51:15.226Z[ recovery-image] Aug 19 02:51:14.516 INFO O| Aug 19 02:51:14.516 INFO STEP 696 (remove_files) COMPLETE
75502026-08-19T02:51:15.226Z[ recovery-image] Aug 19 02:51:14.516 INFO O| Aug 19 02:51:14.516 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75512026-08-19T02:51:15.234Z[ recovery-image] Aug 19 02:51:14.525 INFO O| Aug 19 02:51:14.525 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/pkg.so"
75522026-08-19T02:51:15.234Z[ recovery-image] Aug 19 02:51:14.525 INFO O| Aug 19 02:51:14.525 INFO STEP 697 (remove_files) COMPLETE
75532026-08-19T02:51:15.234Z[ recovery-image] Aug 19 02:51:14.525 INFO O| Aug 19 02:51:14.525 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75542026-08-19T02:51:15.244Z[ recovery-image] Aug 19 02:51:14.534 INFO O| Aug 19 02:51:14.534 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/sw.so"
75552026-08-19T02:51:15.244Z[ recovery-image] Aug 19 02:51:14.534 INFO O| Aug 19 02:51:14.534 INFO STEP 698 (remove_files) COMPLETE
75562026-08-19T02:51:15.244Z[ recovery-image] Aug 19 02:51:14.534 INFO O| Aug 19 02:51:14.534 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75572026-08-19T02:51:15.253Z[ recovery-image] Aug 19 02:51:14.543 INFO O| Aug 19 02:51:14.543 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libdiskstatus.so.1"
75582026-08-19T02:51:15.253Z[ recovery-image] Aug 19 02:51:14.544 INFO O| Aug 19 02:51:14.544 INFO STEP 699 (remove_files) COMPLETE
75592026-08-19T02:51:15.254Z[ recovery-image] Aug 19 02:51:14.544 INFO O| Aug 19 02:51:14.544 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75602026-08-19T02:51:15.263Z[ recovery-image] Aug 19 02:51:14.553 INFO O| Aug 19 02:51:14.553 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_adm.so.1"
75612026-08-19T02:51:15.263Z[ recovery-image] Aug 19 02:51:14.553 INFO O| Aug 19 02:51:14.553 INFO STEP 700 (remove_files) COMPLETE
75622026-08-19T02:51:15.263Z[ recovery-image] Aug 19 02:51:14.554 INFO O| Aug 19 02:51:14.553 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75632026-08-19T02:51:15.272Z[ recovery-image] Aug 19 02:51:14.563 INFO O| Aug 19 02:51:14.563 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_log.so.1"
75642026-08-19T02:51:15.272Z[ recovery-image] Aug 19 02:51:14.563 INFO O| Aug 19 02:51:14.563 INFO STEP 701 (remove_files) COMPLETE
75652026-08-19T02:51:15.276Z[ recovery-image] Aug 19 02:51:14.563 INFO O| Aug 19 02:51:14.563 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75662026-08-19T02:51:15.281Z[ recovery-image] Aug 19 02:51:14.572 INFO O| Aug 19 02:51:14.571 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_snmp.so.1"
75672026-08-19T02:51:15.281Z[ recovery-image] Aug 19 02:51:14.572 INFO O| Aug 19 02:51:14.572 INFO STEP 702 (remove_files) COMPLETE
75682026-08-19T02:51:15.284Z[ recovery-image] Aug 19 02:51:14.572 INFO O| Aug 19 02:51:14.572 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75692026-08-19T02:51:15.290Z[ recovery-image] Aug 19 02:51:14.580 INFO O| Aug 19 02:51:14.580 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmnotify.so.1"
75702026-08-19T02:51:15.290Z[ recovery-image] Aug 19 02:51:14.580 INFO O| Aug 19 02:51:14.580 INFO STEP 703 (remove_files) COMPLETE
75712026-08-19T02:51:15.293Z[ recovery-image] Aug 19 02:51:14.580 INFO O| Aug 19 02:51:14.580 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75722026-08-19T02:51:15.298Z[ recovery-image] Aug 19 02:51:14.589 INFO O| Aug 19 02:51:14.589 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libseslog.so.1"
75732026-08-19T02:51:15.298Z[ recovery-image] Aug 19 02:51:14.589 INFO O| Aug 19 02:51:14.589 INFO STEP 704 (remove_files) COMPLETE
75742026-08-19T02:51:15.302Z[ recovery-image] Aug 19 02:51:14.589 INFO O| Aug 19 02:51:14.589 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75752026-08-19T02:51:15.307Z[ recovery-image] Aug 19 02:51:14.598 INFO O| Aug 19 02:51:14.598 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml"
75762026-08-19T02:51:15.307Z[ recovery-image] Aug 19 02:51:14.598 INFO O| Aug 19 02:51:14.598 INFO STEP 705 (remove_files) COMPLETE
75772026-08-19T02:51:15.307Z[ recovery-image] Aug 19 02:51:14.598 INFO O| Aug 19 02:51:14.598 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75782026-08-19T02:51:15.327Z[ recovery-image] Aug 19 02:51:14.617 INFO O| Aug 19 02:51:14.617 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/disk.so"
75792026-08-19T02:51:15.327Z[ recovery-image] Aug 19 02:51:14.617 INFO O| Aug 19 02:51:14.617 INFO STEP 706 (remove_files) COMPLETE
75802026-08-19T02:51:15.330Z[ recovery-image] Aug 19 02:51:14.617 INFO O| Aug 19 02:51:14.617 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75812026-08-19T02:51:15.336Z[ recovery-image] Aug 19 02:51:14.626 INFO O| Aug 19 02:51:14.626 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so"
75822026-08-19T02:51:15.336Z[ recovery-image] Aug 19 02:51:14.626 INFO O| Aug 19 02:51:14.626 INFO STEP 707 (remove_files) COMPLETE
75832026-08-19T02:51:15.336Z[ recovery-image] Aug 19 02:51:14.626 INFO O| Aug 19 02:51:14.626 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75842026-08-19T02:51:15.345Z[ recovery-image] Aug 19 02:51:14.635 INFO O| Aug 19 02:51:14.635 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so"
75852026-08-19T02:51:15.345Z[ recovery-image] Aug 19 02:51:14.635 INFO O| Aug 19 02:51:14.635 INFO STEP 708 (remove_files) COMPLETE
75862026-08-19T02:51:15.345Z[ recovery-image] Aug 19 02:51:14.635 INFO O| Aug 19 02:51:14.635 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75872026-08-19T02:51:15.353Z[ recovery-image] Aug 19 02:51:14.644 INFO O| Aug 19 02:51:14.644 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so"
75882026-08-19T02:51:15.353Z[ recovery-image] Aug 19 02:51:14.644 INFO O| Aug 19 02:51:14.644 INFO STEP 709 (remove_files) COMPLETE
75892026-08-19T02:51:15.357Z[ recovery-image] Aug 19 02:51:14.644 INFO O| Aug 19 02:51:14.644 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75902026-08-19T02:51:15.362Z[ recovery-image] Aug 19 02:51:14.652 INFO O| Aug 19 02:51:14.652 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/ipmi.so"
75912026-08-19T02:51:15.362Z[ recovery-image] Aug 19 02:51:14.652 INFO O| Aug 19 02:51:14.652 INFO STEP 710 (remove_files) COMPLETE
75922026-08-19T02:51:15.365Z[ recovery-image] Aug 19 02:51:14.652 INFO O| Aug 19 02:51:14.652 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75932026-08-19T02:51:15.370Z[ recovery-image] Aug 19 02:51:14.661 INFO O| Aug 19 02:51:14.661 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/nic.so"
75942026-08-19T02:51:15.370Z[ recovery-image] Aug 19 02:51:14.661 INFO O| Aug 19 02:51:14.661 INFO STEP 711 (remove_files) COMPLETE
75952026-08-19T02:51:15.374Z[ recovery-image] Aug 19 02:51:14.661 INFO O| Aug 19 02:51:14.661 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75962026-08-19T02:51:15.378Z[ recovery-image] Aug 19 02:51:14.669 INFO O| Aug 19 02:51:14.669 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/ses.so"
75972026-08-19T02:51:15.379Z[ recovery-image] Aug 19 02:51:14.669 INFO O| Aug 19 02:51:14.669 INFO STEP 712 (remove_files) COMPLETE
75982026-08-19T02:51:15.382Z[ recovery-image] Aug 19 02:51:14.669 INFO O| Aug 19 02:51:14.669 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75992026-08-19T02:51:15.389Z[ recovery-image] Aug 19 02:51:14.679 INFO O| Aug 19 02:51:14.679 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/smbios.so"
76002026-08-19T02:51:15.389Z[ recovery-image] Aug 19 02:51:14.679 INFO O| Aug 19 02:51:14.679 INFO STEP 713 (remove_files) COMPLETE
76012026-08-19T02:51:15.393Z[ recovery-image] Aug 19 02:51:14.679 INFO O| Aug 19 02:51:14.679 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76022026-08-19T02:51:15.400Z[ recovery-image] Aug 19 02:51:14.691 INFO O| Aug 19 02:51:14.690 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/usb.so"
76032026-08-19T02:51:15.400Z[ recovery-image] Aug 19 02:51:14.691 INFO O| Aug 19 02:51:14.691 INFO STEP 714 (remove_files) COMPLETE
76042026-08-19T02:51:15.404Z[ recovery-image] Aug 19 02:51:14.691 INFO O| Aug 19 02:51:14.691 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76052026-08-19T02:51:15.411Z[ recovery-image] Aug 19 02:51:14.701 INFO O| Aug 19 02:51:14.701 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/xfp.so"
76062026-08-19T02:51:15.414Z[ recovery-image] Aug 19 02:51:14.702 INFO O| Aug 19 02:51:14.701 INFO STEP 715 (remove_files) COMPLETE
76072026-08-19T02:51:15.414Z[ recovery-image] Aug 19 02:51:14.702 INFO O| Aug 19 02:51:14.702 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76082026-08-19T02:51:15.422Z[ recovery-image] Aug 19 02:51:14.713 INFO O| Aug 19 02:51:14.712 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/bootfs/mount"
76092026-08-19T02:51:15.425Z[ recovery-image] Aug 19 02:51:14.713 INFO O| Aug 19 02:51:14.713 INFO STEP 716 (remove_files) COMPLETE
76102026-08-19T02:51:15.425Z[ recovery-image] Aug 19 02:51:14.713 INFO O| Aug 19 02:51:14.713 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76112026-08-19T02:51:15.433Z[ recovery-image] Aug 19 02:51:14.723 INFO O| Aug 19 02:51:14.723 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/fstyp"
76122026-08-19T02:51:15.433Z[ recovery-image] Aug 19 02:51:14.723 INFO O| Aug 19 02:51:14.723 INFO STEP 717 (remove_files) COMPLETE
76132026-08-19T02:51:15.433Z[ recovery-image] Aug 19 02:51:14.723 INFO O| Aug 19 02:51:14.723 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76142026-08-19T02:51:15.442Z[ recovery-image] Aug 19 02:51:14.732 INFO O| Aug 19 02:51:14.732 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/fstyp.so.1"
76152026-08-19T02:51:15.442Z[ recovery-image] Aug 19 02:51:14.733 INFO O| Aug 19 02:51:14.732 INFO STEP 718 (remove_files) COMPLETE
76162026-08-19T02:51:15.446Z[ recovery-image] Aug 19 02:51:14.733 INFO O| Aug 19 02:51:14.732 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76172026-08-19T02:51:15.451Z[ recovery-image] Aug 19 02:51:14.742 INFO O| Aug 19 02:51:14.742 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/labelit"
76182026-08-19T02:51:15.451Z[ recovery-image] Aug 19 02:51:14.742 INFO O| Aug 19 02:51:14.742 INFO STEP 719 (remove_files) COMPLETE
76192026-08-19T02:51:15.455Z[ recovery-image] Aug 19 02:51:14.742 INFO O| Aug 19 02:51:14.742 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76202026-08-19T02:51:15.460Z[ recovery-image] Aug 19 02:51:14.751 INFO O| Aug 19 02:51:14.751 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/lofs/mount"
76212026-08-19T02:51:15.460Z[ recovery-image] Aug 19 02:51:14.751 INFO O| Aug 19 02:51:14.751 INFO STEP 720 (remove_files) COMPLETE
76222026-08-19T02:51:15.460Z[ recovery-image] Aug 19 02:51:14.751 INFO O| Aug 19 02:51:14.751 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76232026-08-19T02:51:15.469Z[ recovery-image] Aug 19 02:51:14.760 INFO O| Aug 19 02:51:14.760 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/mntfs/mount"
76242026-08-19T02:51:15.469Z[ recovery-image] Aug 19 02:51:14.760 INFO O| Aug 19 02:51:14.760 INFO STEP 721 (remove_files) COMPLETE
76252026-08-19T02:51:15.469Z[ recovery-image] Aug 19 02:51:14.760 INFO O| Aug 19 02:51:14.760 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76262026-08-19T02:51:15.478Z[ recovery-image] Aug 19 02:51:14.769 INFO O| Aug 19 02:51:14.769 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fsck"
76272026-08-19T02:51:15.478Z[ recovery-image] Aug 19 02:51:14.769 INFO O| Aug 19 02:51:14.769 INFO STEP 722 (remove_files) COMPLETE
76282026-08-19T02:51:15.482Z[ recovery-image] Aug 19 02:51:14.769 INFO O| Aug 19 02:51:14.769 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76292026-08-19T02:51:15.486Z[ recovery-image] Aug 19 02:51:14.777 INFO O| Aug 19 02:51:14.777 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fstyp"
76302026-08-19T02:51:15.487Z[ recovery-image] Aug 19 02:51:14.777 INFO O| Aug 19 02:51:14.777 INFO STEP 723 (remove_files) COMPLETE
76312026-08-19T02:51:15.487Z[ recovery-image] Aug 19 02:51:14.777 INFO O| Aug 19 02:51:14.777 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76322026-08-19T02:51:15.496Z[ recovery-image] Aug 19 02:51:14.787 INFO O| Aug 19 02:51:14.787 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fstyp.so.1"
76332026-08-19T02:51:15.496Z[ recovery-image] Aug 19 02:51:14.787 INFO O| Aug 19 02:51:14.787 INFO STEP 724 (remove_files) COMPLETE
76342026-08-19T02:51:15.496Z[ recovery-image] Aug 19 02:51:14.787 INFO O| Aug 19 02:51:14.787 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76352026-08-19T02:51:15.505Z[ recovery-image] Aug 19 02:51:14.796 INFO O| Aug 19 02:51:14.796 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/mkfs"
76362026-08-19T02:51:15.506Z[ recovery-image] Aug 19 02:51:14.796 INFO O| Aug 19 02:51:14.796 INFO STEP 725 (remove_files) COMPLETE
76372026-08-19T02:51:15.514Z[ recovery-image] Aug 19 02:51:14.796 INFO O| Aug 19 02:51:14.796 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76382026-08-19T02:51:15.517Z[ recovery-image] Aug 19 02:51:14.805 INFO O| Aug 19 02:51:14.805 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/mount"
76392026-08-19T02:51:15.517Z[ recovery-image] Aug 19 02:51:14.805 INFO O| Aug 19 02:51:14.805 INFO STEP 726 (remove_files) COMPLETE
76402026-08-19T02:51:15.517Z[ recovery-image] Aug 19 02:51:14.805 INFO O| Aug 19 02:51:14.805 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76412026-08-19T02:51:15.525Z[ recovery-image] Aug 19 02:51:14.816 INFO O| Aug 19 02:51:14.815 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/sharefs/mount"
76422026-08-19T02:51:15.525Z[ recovery-image] Aug 19 02:51:14.816 INFO O| Aug 19 02:51:14.816 INFO STEP 727 (remove_files) COMPLETE
76432026-08-19T02:51:15.525Z[ recovery-image] Aug 19 02:51:14.816 INFO O| Aug 19 02:51:14.816 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76442026-08-19T02:51:15.534Z[ recovery-image] Aug 19 02:51:14.825 INFO O| Aug 19 02:51:14.824 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1"
76452026-08-19T02:51:15.534Z[ recovery-image] Aug 19 02:51:14.825 INFO O| Aug 19 02:51:14.825 INFO STEP 728 (remove_files) COMPLETE
76462026-08-19T02:51:15.539Z[ recovery-image] Aug 19 02:51:14.825 INFO O| Aug 19 02:51:14.825 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76472026-08-19T02:51:15.543Z[ recovery-image] Aug 19 02:51:14.834 INFO O| Aug 19 02:51:14.834 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smb/libshare_smb.so.1"
76482026-08-19T02:51:15.543Z[ recovery-image] Aug 19 02:51:14.834 INFO O| Aug 19 02:51:14.834 INFO STEP 729 (remove_files) COMPLETE
76492026-08-19T02:51:15.545Z[ recovery-image] Aug 19 02:51:14.834 INFO O| Aug 19 02:51:14.834 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76502026-08-19T02:51:15.553Z[ recovery-image] Aug 19 02:51:14.843 INFO O| Aug 19 02:51:14.843 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1"
76512026-08-19T02:51:15.553Z[ recovery-image] Aug 19 02:51:14.844 INFO O| Aug 19 02:51:14.844 INFO STEP 730 (remove_files) COMPLETE
76522026-08-19T02:51:15.553Z[ recovery-image] Aug 19 02:51:14.844 INFO O| Aug 19 02:51:14.844 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76532026-08-19T02:51:15.563Z[ recovery-image] Aug 19 02:51:14.853 INFO O| Aug 19 02:51:14.853 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/dfshares"
76542026-08-19T02:51:15.563Z[ recovery-image] Aug 19 02:51:14.853 INFO O| Aug 19 02:51:14.853 INFO STEP 731 (remove_files) COMPLETE
76552026-08-19T02:51:15.566Z[ recovery-image] Aug 19 02:51:14.853 INFO O| Aug 19 02:51:14.853 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76562026-08-19T02:51:15.572Z[ recovery-image] Aug 19 02:51:14.863 INFO O| Aug 19 02:51:14.863 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1"
76572026-08-19T02:51:15.572Z[ recovery-image] Aug 19 02:51:14.863 INFO O| Aug 19 02:51:14.863 INFO STEP 732 (remove_files) COMPLETE
76582026-08-19T02:51:15.575Z[ recovery-image] Aug 19 02:51:14.863 INFO O| Aug 19 02:51:14.863 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76592026-08-19T02:51:15.582Z[ recovery-image] Aug 19 02:51:14.872 INFO O| Aug 19 02:51:14.872 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/mount"
76602026-08-19T02:51:15.582Z[ recovery-image] Aug 19 02:51:14.872 INFO O| Aug 19 02:51:14.872 INFO STEP 733 (remove_files) COMPLETE
76612026-08-19T02:51:15.582Z[ recovery-image] Aug 19 02:51:14.872 INFO O| Aug 19 02:51:14.872 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76622026-08-19T02:51:15.590Z[ recovery-image] Aug 19 02:51:14.881 INFO O| Aug 19 02:51:14.881 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/share"
76632026-08-19T02:51:15.591Z[ recovery-image] Aug 19 02:51:14.881 INFO O| Aug 19 02:51:14.881 INFO STEP 734 (remove_files) COMPLETE
76642026-08-19T02:51:15.596Z[ recovery-image] Aug 19 02:51:14.881 INFO O| Aug 19 02:51:14.881 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76652026-08-19T02:51:15.599Z[ recovery-image] Aug 19 02:51:14.890 INFO O| Aug 19 02:51:14.889 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/umount"
76662026-08-19T02:51:15.599Z[ recovery-image] Aug 19 02:51:14.890 INFO O| Aug 19 02:51:14.890 INFO STEP 735 (remove_files) COMPLETE
76672026-08-19T02:51:15.602Z[ recovery-image] Aug 19 02:51:14.890 INFO O| Aug 19 02:51:14.890 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76682026-08-19T02:51:15.607Z[ recovery-image] Aug 19 02:51:14.898 INFO O| Aug 19 02:51:14.898 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/unshare"
76692026-08-19T02:51:15.607Z[ recovery-image] Aug 19 02:51:14.898 INFO O| Aug 19 02:51:14.898 INFO STEP 736 (remove_files) COMPLETE
76702026-08-19T02:51:15.610Z[ recovery-image] Aug 19 02:51:14.898 INFO O| Aug 19 02:51:14.898 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76712026-08-19T02:51:15.616Z[ recovery-image] Aug 19 02:51:14.907 INFO O| Aug 19 02:51:14.906 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/clri"
76722026-08-19T02:51:15.616Z[ recovery-image] Aug 19 02:51:14.907 INFO O| Aug 19 02:51:14.907 INFO STEP 737 (remove_files) COMPLETE
76732026-08-19T02:51:15.619Z[ recovery-image] Aug 19 02:51:14.907 INFO O| Aug 19 02:51:14.907 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76742026-08-19T02:51:15.625Z[ recovery-image] Aug 19 02:51:14.915 INFO O| Aug 19 02:51:14.915 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/dcopy"
76752026-08-19T02:51:15.625Z[ recovery-image] Aug 19 02:51:14.915 INFO O| Aug 19 02:51:14.915 INFO STEP 738 (remove_files) COMPLETE
76762026-08-19T02:51:15.625Z[ recovery-image] Aug 19 02:51:14.915 INFO O| Aug 19 02:51:14.915 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76772026-08-19T02:51:15.634Z[ recovery-image] Aug 19 02:51:14.924 INFO O| Aug 19 02:51:14.924 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/df"
76782026-08-19T02:51:15.634Z[ recovery-image] Aug 19 02:51:14.924 INFO O| Aug 19 02:51:14.924 INFO STEP 739 (remove_files) COMPLETE
76792026-08-19T02:51:15.637Z[ recovery-image] Aug 19 02:51:14.924 INFO O| Aug 19 02:51:14.924 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76802026-08-19T02:51:15.642Z[ recovery-image] Aug 19 02:51:14.933 INFO O| Aug 19 02:51:14.933 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/edquota"
76812026-08-19T02:51:15.642Z[ recovery-image] Aug 19 02:51:14.933 INFO O| Aug 19 02:51:14.933 INFO STEP 740 (remove_files) COMPLETE
76822026-08-19T02:51:15.642Z[ recovery-image] Aug 19 02:51:14.933 INFO O| Aug 19 02:51:14.933 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76832026-08-19T02:51:15.651Z[ recovery-image] Aug 19 02:51:14.941 INFO O| Aug 19 02:51:14.941 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ff"
76842026-08-19T02:51:15.651Z[ recovery-image] Aug 19 02:51:14.942 INFO O| Aug 19 02:51:14.941 INFO STEP 741 (remove_files) COMPLETE
76852026-08-19T02:51:15.651Z[ recovery-image] Aug 19 02:51:14.942 INFO O| Aug 19 02:51:14.941 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76862026-08-19T02:51:15.660Z[ recovery-image] Aug 19 02:51:14.950 INFO O| Aug 19 02:51:14.950 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsck"
76872026-08-19T02:51:15.660Z[ recovery-image] Aug 19 02:51:14.950 INFO O| Aug 19 02:51:14.950 INFO STEP 742 (remove_files) COMPLETE
76882026-08-19T02:51:15.664Z[ recovery-image] Aug 19 02:51:14.950 INFO O| Aug 19 02:51:14.950 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76892026-08-19T02:51:15.669Z[ recovery-image] Aug 19 02:51:14.959 INFO O| Aug 19 02:51:14.959 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsckall"
76902026-08-19T02:51:15.669Z[ recovery-image] Aug 19 02:51:14.959 INFO O| Aug 19 02:51:14.959 INFO STEP 743 (remove_files) COMPLETE
76912026-08-19T02:51:15.669Z[ recovery-image] Aug 19 02:51:14.959 INFO O| Aug 19 02:51:14.959 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76922026-08-19T02:51:15.673Z[verify-libraries] Compiling wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
76932026-08-19T02:51:15.678Z[ recovery-image] Aug 19 02:51:14.968 INFO O| Aug 19 02:51:14.968 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsdb"
76942026-08-19T02:51:15.679Z[ recovery-image] Aug 19 02:51:14.968 INFO O| Aug 19 02:51:14.968 INFO STEP 744 (remove_files) COMPLETE
76952026-08-19T02:51:15.682Z[ recovery-image] Aug 19 02:51:14.968 INFO O| Aug 19 02:51:14.968 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76962026-08-19T02:51:15.686Z[ recovery-image] Aug 19 02:51:14.977 INFO O| Aug 19 02:51:14.977 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsirand"
76972026-08-19T02:51:15.686Z[ recovery-image] Aug 19 02:51:14.977 INFO O| Aug 19 02:51:14.977 INFO STEP 745 (remove_files) COMPLETE
76982026-08-19T02:51:15.686Z[ recovery-image] Aug 19 02:51:14.977 INFO O| Aug 19 02:51:14.977 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76992026-08-19T02:51:15.695Z[ recovery-image] Aug 19 02:51:14.985 INFO O| Aug 19 02:51:14.985 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fssnap"
77002026-08-19T02:51:15.695Z[ recovery-image] Aug 19 02:51:14.986 INFO O| Aug 19 02:51:14.986 INFO STEP 746 (remove_files) COMPLETE
77012026-08-19T02:51:15.696Z[ recovery-image] Aug 19 02:51:14.986 INFO O| Aug 19 02:51:14.986 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77022026-08-19T02:51:15.703Z[ recovery-image] Aug 19 02:51:14.993 INFO O| Aug 19 02:51:14.993 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fstyp"
77032026-08-19T02:51:15.704Z[ recovery-image] Aug 19 02:51:14.993 INFO O| Aug 19 02:51:14.993 INFO STEP 747 (remove_files) COMPLETE
77042026-08-19T02:51:15.704Z[ recovery-image] Aug 19 02:51:14.993 INFO O| Aug 19 02:51:14.993 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77052026-08-19T02:51:15.711Z[ recovery-image] Aug 19 02:51:15.002 INFO O| Aug 19 02:51:15.002 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fstyp.so.1"
77062026-08-19T02:51:15.711Z[ recovery-image] Aug 19 02:51:15.002 INFO O| Aug 19 02:51:15.002 INFO STEP 748 (remove_files) COMPLETE
77072026-08-19T02:51:15.715Z[ recovery-image] Aug 19 02:51:15.002 INFO O| Aug 19 02:51:15.002 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77082026-08-19T02:51:15.719Z[ recovery-image] Aug 19 02:51:15.010 INFO O| Aug 19 02:51:15.010 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/labelit"
77092026-08-19T02:51:15.724Z[ recovery-image] Aug 19 02:51:15.011 INFO O| Aug 19 02:51:15.011 INFO STEP 749 (remove_files) COMPLETE
77102026-08-19T02:51:15.724Z[ recovery-image] Aug 19 02:51:15.011 INFO O| Aug 19 02:51:15.011 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77112026-08-19T02:51:15.729Z[ recovery-image] Aug 19 02:51:15.019 INFO O| Aug 19 02:51:15.019 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/lockfs"
77122026-08-19T02:51:15.729Z[ recovery-image] Aug 19 02:51:15.019 INFO O| Aug 19 02:51:15.019 INFO STEP 750 (remove_files) COMPLETE
77132026-08-19T02:51:15.729Z[ recovery-image] Aug 19 02:51:15.019 INFO O| Aug 19 02:51:15.019 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77142026-08-19T02:51:15.738Z[ recovery-image] Aug 19 02:51:15.028 INFO O| Aug 19 02:51:15.028 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/mkfs"
77152026-08-19T02:51:15.738Z[ recovery-image] Aug 19 02:51:15.028 INFO O| Aug 19 02:51:15.028 INFO STEP 751 (remove_files) COMPLETE
77162026-08-19T02:51:15.738Z[ recovery-image] Aug 19 02:51:15.028 INFO O| Aug 19 02:51:15.028 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77172026-08-19T02:51:15.746Z[ recovery-image] Aug 19 02:51:15.037 INFO O| Aug 19 02:51:15.037 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ncheck"
77182026-08-19T02:51:15.746Z[ recovery-image] Aug 19 02:51:15.037 INFO O| Aug 19 02:51:15.037 INFO STEP 752 (remove_files) COMPLETE
77192026-08-19T02:51:15.746Z[ recovery-image] Aug 19 02:51:15.037 INFO O| Aug 19 02:51:15.037 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77202026-08-19T02:51:15.755Z[ recovery-image] Aug 19 02:51:15.045 INFO O| Aug 19 02:51:15.045 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/newfs"
77212026-08-19T02:51:15.755Z[ recovery-image] Aug 19 02:51:15.045 INFO O| Aug 19 02:51:15.045 INFO STEP 753 (remove_files) COMPLETE
77222026-08-19T02:51:15.755Z[ recovery-image] Aug 19 02:51:15.045 INFO O| Aug 19 02:51:15.045 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77232026-08-19T02:51:15.763Z[ recovery-image] Aug 19 02:51:15.054 INFO O| Aug 19 02:51:15.054 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quot"
77242026-08-19T02:51:15.764Z[ recovery-image] Aug 19 02:51:15.054 INFO O| Aug 19 02:51:15.054 INFO STEP 754 (remove_files) COMPLETE
77252026-08-19T02:51:15.764Z[ recovery-image] Aug 19 02:51:15.054 INFO O| Aug 19 02:51:15.054 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77262026-08-19T02:51:15.772Z[ recovery-image] Aug 19 02:51:15.062 INFO O| Aug 19 02:51:15.062 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotacheck"
77272026-08-19T02:51:15.772Z[ recovery-image] Aug 19 02:51:15.062 INFO O| Aug 19 02:51:15.062 INFO STEP 755 (remove_files) COMPLETE
77282026-08-19T02:51:15.772Z[ recovery-image] Aug 19 02:51:15.062 INFO O| Aug 19 02:51:15.062 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77292026-08-19T02:51:15.781Z[ recovery-image] Aug 19 02:51:15.071 INFO O| Aug 19 02:51:15.071 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotaoff"
77302026-08-19T02:51:15.781Z[ recovery-image] Aug 19 02:51:15.072 INFO O| Aug 19 02:51:15.071 INFO STEP 756 (remove_files) COMPLETE
77312026-08-19T02:51:15.784Z[ recovery-image] Aug 19 02:51:15.072 INFO O| Aug 19 02:51:15.071 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77322026-08-19T02:51:15.790Z[ recovery-image] Aug 19 02:51:15.080 INFO O| Aug 19 02:51:15.080 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotaon"
77332026-08-19T02:51:15.790Z[ recovery-image] Aug 19 02:51:15.080 INFO O| Aug 19 02:51:15.080 INFO STEP 757 (remove_files) COMPLETE
77342026-08-19T02:51:15.793Z[ recovery-image] Aug 19 02:51:15.080 INFO O| Aug 19 02:51:15.080 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77352026-08-19T02:51:15.798Z[ recovery-image] Aug 19 02:51:15.089 INFO O| Aug 19 02:51:15.089 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/repquota"
77362026-08-19T02:51:15.798Z[ recovery-image] Aug 19 02:51:15.089 INFO O| Aug 19 02:51:15.089 INFO STEP 758 (remove_files) COMPLETE
77372026-08-19T02:51:15.802Z[ recovery-image] Aug 19 02:51:15.089 INFO O| Aug 19 02:51:15.089 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77382026-08-19T02:51:15.807Z[ recovery-image] Aug 19 02:51:15.097 INFO O| Aug 19 02:51:15.097 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/tunefs"
77392026-08-19T02:51:15.807Z[ recovery-image] Aug 19 02:51:15.097 INFO O| Aug 19 02:51:15.097 INFO STEP 759 (remove_files) COMPLETE
77402026-08-19T02:51:15.807Z[ recovery-image] Aug 19 02:51:15.097 INFO O| Aug 19 02:51:15.097 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77412026-08-19T02:51:15.815Z[ recovery-image] Aug 19 02:51:15.105 INFO O| Aug 19 02:51:15.105 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ufsdump"
77422026-08-19T02:51:15.815Z[ recovery-image] Aug 19 02:51:15.106 INFO O| Aug 19 02:51:15.106 INFO STEP 760 (remove_files) COMPLETE
77432026-08-19T02:51:15.815Z[ recovery-image] Aug 19 02:51:15.106 INFO O| Aug 19 02:51:15.106 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77442026-08-19T02:51:15.824Z[ recovery-image] Aug 19 02:51:15.114 INFO O| Aug 19 02:51:15.114 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ufsrestore"
77452026-08-19T02:51:15.824Z[ recovery-image] Aug 19 02:51:15.114 INFO O| Aug 19 02:51:15.114 INFO STEP 761 (remove_files) COMPLETE
77462026-08-19T02:51:15.828Z[ recovery-image] Aug 19 02:51:15.114 INFO O| Aug 19 02:51:15.114 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77472026-08-19T02:51:15.836Z[ recovery-image] Aug 19 02:51:15.126 INFO O| Aug 19 02:51:15.126 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/volcopy"
77482026-08-19T02:51:15.836Z[ recovery-image] Aug 19 02:51:15.127 INFO O| Aug 19 02:51:15.127 INFO STEP 762 (remove_files) COMPLETE
77492026-08-19T02:51:15.836Z[ recovery-image] Aug 19 02:51:15.127 INFO O| Aug 19 02:51:15.127 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77502026-08-19T02:51:15.847Z[ recovery-image] Aug 19 02:51:15.138 INFO O| Aug 19 02:51:15.138 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/dh1024-0.so.1"
77512026-08-19T02:51:15.847Z[ recovery-image] Aug 19 02:51:15.138 INFO O| Aug 19 02:51:15.138 INFO STEP 763 (remove_files) COMPLETE
77522026-08-19T02:51:15.848Z[ recovery-image] Aug 19 02:51:15.138 INFO O| Aug 19 02:51:15.138 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77532026-08-19T02:51:15.859Z[ recovery-image] Aug 19 02:51:15.149 INFO O| Aug 19 02:51:15.149 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/dh640-0.so.1"
77542026-08-19T02:51:15.864Z[ recovery-image] Aug 19 02:51:15.150 INFO O| Aug 19 02:51:15.150 INFO STEP 764 (remove_files) COMPLETE
77552026-08-19T02:51:15.864Z[ recovery-image] Aug 19 02:51:15.150 INFO O| Aug 19 02:51:15.150 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77562026-08-19T02:51:15.871Z[ recovery-image] Aug 19 02:51:15.162 INFO O| Aug 19 02:51:15.162 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/gsscred_clean"
77572026-08-19T02:51:15.871Z[ recovery-image] Aug 19 02:51:15.162 INFO O| Aug 19 02:51:15.162 INFO STEP 765 (remove_files) COMPLETE
77582026-08-19T02:51:15.875Z[ recovery-image] Aug 19 02:51:15.162 INFO O| Aug 19 02:51:15.162 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77592026-08-19T02:51:15.881Z[ recovery-image] Aug 19 02:51:15.172 INFO O| Aug 19 02:51:15.172 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/gssd"
77602026-08-19T02:51:15.881Z[ recovery-image] Aug 19 02:51:15.172 INFO O| Aug 19 02:51:15.172 INFO STEP 766 (remove_files) COMPLETE
77612026-08-19T02:51:15.885Z[ recovery-image] Aug 19 02:51:15.172 INFO O| Aug 19 02:51:15.172 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77622026-08-19T02:51:15.891Z[ recovery-image] Aug 19 02:51:15.182 INFO O| Aug 19 02:51:15.182 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_dh.so.1"
77632026-08-19T02:51:15.891Z[ recovery-image] Aug 19 02:51:15.182 INFO O| Aug 19 02:51:15.182 INFO STEP 767 (remove_files) COMPLETE
77642026-08-19T02:51:15.891Z[ recovery-image] Aug 19 02:51:15.182 INFO O| Aug 19 02:51:15.182 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77652026-08-19T02:51:15.902Z[ recovery-image] Aug 19 02:51:15.192 INFO O| Aug 19 02:51:15.192 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_krb5.so.1"
77662026-08-19T02:51:15.902Z[ recovery-image] Aug 19 02:51:15.192 INFO O| Aug 19 02:51:15.192 INFO STEP 768 (remove_files) COMPLETE
77672026-08-19T02:51:15.902Z[ recovery-image] Aug 19 02:51:15.192 INFO O| Aug 19 02:51:15.192 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77682026-08-19T02:51:15.912Z[ recovery-image] Aug 19 02:51:15.202 INFO O| Aug 19 02:51:15.202 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_spnego.so.1"
77692026-08-19T02:51:15.913Z[ recovery-image] Aug 19 02:51:15.202 INFO O| Aug 19 02:51:15.202 INFO STEP 769 (remove_files) COMPLETE
77702026-08-19T02:51:15.913Z[ recovery-image] Aug 19 02:51:15.202 INFO O| Aug 19 02:51:15.202 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77712026-08-19T02:51:15.922Z[ recovery-image] Aug 19 02:51:15.212 INFO O| Aug 19 02:51:15.212 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/amd64/in.iked"
77722026-08-19T02:51:15.922Z[ recovery-image] Aug 19 02:51:15.212 INFO O| Aug 19 02:51:15.212 INFO STEP 770 (remove_files) COMPLETE
77732026-08-19T02:51:15.922Z[ recovery-image] Aug 19 02:51:15.212 INFO O| Aug 19 02:51:15.212 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77742026-08-19T02:51:15.931Z[ recovery-image] Aug 19 02:51:15.222 INFO O| Aug 19 02:51:15.222 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certdb"
77752026-08-19T02:51:15.931Z[ recovery-image] Aug 19 02:51:15.222 INFO O| Aug 19 02:51:15.222 INFO STEP 771 (remove_files) COMPLETE
77762026-08-19T02:51:15.931Z[ recovery-image] Aug 19 02:51:15.222 INFO O| Aug 19 02:51:15.222 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77772026-08-19T02:51:15.940Z[ recovery-image] Aug 19 02:51:15.231 INFO O| Aug 19 02:51:15.230 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certlocal"
77782026-08-19T02:51:15.940Z[ recovery-image] Aug 19 02:51:15.231 INFO O| Aug 19 02:51:15.231 INFO STEP 772 (remove_files) COMPLETE
77792026-08-19T02:51:15.940Z[ recovery-image] Aug 19 02:51:15.231 INFO O| Aug 19 02:51:15.231 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77802026-08-19T02:51:15.949Z[ recovery-image] Aug 19 02:51:15.239 INFO O| Aug 19 02:51:15.239 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certrldb"
77812026-08-19T02:51:15.949Z[ recovery-image] Aug 19 02:51:15.239 INFO O| Aug 19 02:51:15.239 INFO STEP 773 (remove_files) COMPLETE
77822026-08-19T02:51:15.949Z[ recovery-image] Aug 19 02:51:15.239 INFO O| Aug 19 02:51:15.239 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77832026-08-19T02:51:15.958Z[ recovery-image] Aug 19 02:51:15.248 INFO O| Aug 19 02:51:15.248 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/in.iked"
77842026-08-19T02:51:15.958Z[ recovery-image] Aug 19 02:51:15.248 INFO O| Aug 19 02:51:15.248 INFO STEP 774 (remove_files) COMPLETE
77852026-08-19T02:51:15.958Z[ recovery-image] Aug 19 02:51:15.248 INFO O| Aug 19 02:51:15.248 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77862026-08-19T02:51:15.966Z[ recovery-image] Aug 19 02:51:15.256 INFO O| Aug 19 02:51:15.256 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/in.ripngd"
77872026-08-19T02:51:15.966Z[ recovery-image] Aug 19 02:51:15.256 INFO O| Aug 19 02:51:15.256 INFO STEP 775 (remove_files) COMPLETE
77882026-08-19T02:51:15.966Z[ recovery-image] Aug 19 02:51:15.256 INFO O| Aug 19 02:51:15.256 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77892026-08-19T02:51:15.975Z[ recovery-image] Aug 19 02:51:15.266 INFO O| Aug 19 02:51:15.266 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/inetd"
77902026-08-19T02:51:15.975Z[ recovery-image] Aug 19 02:51:15.266 INFO O| Aug 19 02:51:15.266 INFO STEP 776 (remove_files) COMPLETE
77912026-08-19T02:51:15.975Z[ recovery-image] Aug 19 02:51:15.266 INFO O| Aug 19 02:51:15.266 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77922026-08-19T02:51:15.985Z[ recovery-image] Aug 19 02:51:15.276 INFO O| Aug 19 02:51:15.276 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1"
77932026-08-19T02:51:15.986Z[ recovery-image] Aug 19 02:51:15.276 INFO O| Aug 19 02:51:15.276 INFO STEP 777 (remove_files) COMPLETE
77942026-08-19T02:51:15.986Z[ recovery-image] Aug 19 02:51:15.276 INFO O| Aug 19 02:51:15.276 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77952026-08-19T02:51:15.996Z[ recovery-image] Aug 19 02:51:15.287 INFO O| Aug 19 02:51:15.286 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/ktkt_warnd"
77962026-08-19T02:51:15.996Z[ recovery-image] Aug 19 02:51:15.287 INFO O| Aug 19 02:51:15.287 INFO STEP 778 (remove_files) COMPLETE
77972026-08-19T02:51:15.996Z[ recovery-image] Aug 19 02:51:15.287 INFO O| Aug 19 02:51:15.287 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77982026-08-19T02:51:16.006Z[ recovery-image] Aug 19 02:51:15.297 INFO O| Aug 19 02:51:15.297 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/libkadm5clnt.so.1"
77992026-08-19T02:51:16.007Z[ recovery-image] Aug 19 02:51:15.297 INFO O| Aug 19 02:51:15.297 INFO STEP 779 (remove_files) COMPLETE
78002026-08-19T02:51:16.007Z[ recovery-image] Aug 19 02:51:15.297 INFO O| Aug 19 02:51:15.297 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78012026-08-19T02:51:16.015Z[ recovery-image] Aug 19 02:51:15.306 INFO O| Aug 19 02:51:15.306 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/libss.so.1"
78022026-08-19T02:51:16.015Z[ recovery-image] Aug 19 02:51:15.306 INFO O| Aug 19 02:51:15.306 INFO STEP 780 (remove_files) COMPLETE
78032026-08-19T02:51:16.015Z[ recovery-image] Aug 19 02:51:15.306 INFO O| Aug 19 02:51:15.306 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78042026-08-19T02:51:16.025Z[ recovery-image] Aug 19 02:51:15.316 INFO O| Aug 19 02:51:15.316 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1"
78052026-08-19T02:51:16.025Z[ recovery-image] Aug 19 02:51:15.316 INFO O| Aug 19 02:51:15.316 INFO STEP 781 (remove_files) COMPLETE
78062026-08-19T02:51:16.025Z[ recovery-image] Aug 19 02:51:15.316 INFO O| Aug 19 02:51:15.316 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78072026-08-19T02:51:16.035Z[ recovery-image] Aug 19 02:51:15.326 INFO O| Aug 19 02:51:15.326 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.above4G"
78082026-08-19T02:51:16.035Z[ recovery-image] Aug 19 02:51:15.326 INFO O| Aug 19 02:51:15.326 INFO STEP 782 (remove_files) COMPLETE
78092026-08-19T02:51:16.035Z[ recovery-image] Aug 19 02:51:15.326 INFO O| Aug 19 02:51:15.326 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78102026-08-19T02:51:16.045Z[ recovery-image] Aug 19 02:51:15.336 INFO O| Aug 19 02:51:15.335 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.below4G"
78112026-08-19T02:51:16.045Z[ recovery-image] Aug 19 02:51:15.336 INFO O| Aug 19 02:51:15.336 INFO STEP 783 (remove_files) COMPLETE
78122026-08-19T02:51:16.045Z[ recovery-image] Aug 19 02:51:15.336 INFO O| Aug 19 02:51:15.336 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78132026-08-19T02:51:16.056Z[ recovery-image] Aug 19 02:51:15.346 INFO O| Aug 19 02:51:15.346 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.bssalign"
78142026-08-19T02:51:16.057Z[ recovery-image] Aug 19 02:51:15.346 INFO O| Aug 19 02:51:15.346 INFO STEP 784 (remove_files) COMPLETE
78152026-08-19T02:51:16.057Z[ recovery-image] Aug 19 02:51:15.346 INFO O| Aug 19 02:51:15.346 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78162026-08-19T02:51:16.067Z[ recovery-image] Aug 19 02:51:15.357 INFO O| Aug 19 02:51:15.357 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.default"
78172026-08-19T02:51:16.067Z[ recovery-image] Aug 19 02:51:15.357 INFO O| Aug 19 02:51:15.357 INFO STEP 785 (remove_files) COMPLETE
78182026-08-19T02:51:16.067Z[ recovery-image] Aug 19 02:51:15.357 INFO O| Aug 19 02:51:15.357 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78192026-08-19T02:51:16.077Z[ recovery-image] Aug 19 02:51:15.368 INFO O| Aug 19 02:51:15.368 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.execdata"
78202026-08-19T02:51:16.077Z[ recovery-image] Aug 19 02:51:15.368 INFO O| Aug 19 02:51:15.368 INFO STEP 786 (remove_files) COMPLETE
78212026-08-19T02:51:16.077Z[ recovery-image] Aug 19 02:51:15.368 INFO O| Aug 19 02:51:15.368 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78222026-08-19T02:51:16.088Z[ recovery-image] Aug 19 02:51:15.378 INFO O| Aug 19 02:51:15.378 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.filter"
78232026-08-19T02:51:16.088Z[ recovery-image] Aug 19 02:51:15.378 INFO O| Aug 19 02:51:15.378 INFO STEP 787 (remove_files) COMPLETE
78242026-08-19T02:51:16.088Z[ recovery-image] Aug 19 02:51:15.378 INFO O| Aug 19 02:51:15.378 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78252026-08-19T02:51:16.098Z[ recovery-image] Aug 19 02:51:15.389 INFO O| Aug 19 02:51:15.389 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexbss"
78262026-08-19T02:51:16.098Z[ recovery-image] Aug 19 02:51:15.389 INFO O| Aug 19 02:51:15.389 INFO STEP 788 (remove_files) COMPLETE
78272026-08-19T02:51:16.099Z[ recovery-image] Aug 19 02:51:15.389 INFO O| Aug 19 02:51:15.389 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78282026-08-19T02:51:16.109Z[ recovery-image] Aug 19 02:51:15.399 INFO O| Aug 19 02:51:15.399 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexdata"
78292026-08-19T02:51:16.109Z[ recovery-image] Aug 19 02:51:15.399 INFO O| Aug 19 02:51:15.399 INFO STEP 789 (remove_files) COMPLETE
78302026-08-19T02:51:16.109Z[ recovery-image] Aug 19 02:51:15.399 INFO O| Aug 19 02:51:15.399 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78312026-08-19T02:51:16.120Z[ recovery-image] Aug 19 02:51:15.411 INFO O| Aug 19 02:51:15.411 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexstk"
78322026-08-19T02:51:16.120Z[ recovery-image] Aug 19 02:51:15.411 INFO O| Aug 19 02:51:15.411 INFO STEP 790 (remove_files) COMPLETE
78332026-08-19T02:51:16.120Z[ recovery-image] Aug 19 02:51:15.411 INFO O| Aug 19 02:51:15.411 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78342026-08-19T02:51:16.131Z[ recovery-image] Aug 19 02:51:15.421 INFO O| Aug 19 02:51:15.421 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.pagealign"
78352026-08-19T02:51:16.131Z[ recovery-image] Aug 19 02:51:15.421 INFO O| Aug 19 02:51:15.421 INFO STEP 791 (remove_files) COMPLETE
78362026-08-19T02:51:16.131Z[ recovery-image] Aug 19 02:51:15.421 INFO O| Aug 19 02:51:15.421 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78372026-08-19T02:51:16.143Z[ recovery-image] Aug 19 02:51:15.433 INFO O| Aug 19 02:51:15.433 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libc/libc_hwcap1.so.1"
78382026-08-19T02:51:16.143Z[ recovery-image] Aug 19 02:51:15.433 INFO O| Aug 19 02:51:15.433 INFO STEP 792 (remove_files) COMPLETE
78392026-08-19T02:51:16.150Z[ recovery-image] Aug 19 02:51:15.434 INFO O| Aug 19 02:51:15.433 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78402026-08-19T02:51:16.155Z[ recovery-image] Aug 19 02:51:15.443 INFO O| Aug 19 02:51:15.443 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libc/libc_hwcap3.so.1"
78412026-08-19T02:51:16.155Z[ recovery-image] Aug 19 02:51:15.443 INFO O| Aug 19 02:51:15.443 INFO STEP 793 (remove_files) COMPLETE
78422026-08-19T02:51:16.155Z[ recovery-image] Aug 19 02:51:15.443 INFO O| Aug 19 02:51:15.443 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78432026-08-19T02:51:16.163Z[ recovery-image] Aug 19 02:51:15.453 INFO O| Aug 19 02:51:15.453 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1"
78442026-08-19T02:51:16.163Z[ recovery-image] Aug 19 02:51:15.453 INFO O| Aug 19 02:51:15.453 INFO STEP 794 (remove_files) COMPLETE
78452026-08-19T02:51:16.163Z[ recovery-image] Aug 19 02:51:15.453 INFO O| Aug 19 02:51:15.453 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78462026-08-19T02:51:16.173Z[ recovery-image] Aug 19 02:51:15.462 INFO O| Aug 19 02:51:15.462 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/truss.so.1"
78472026-08-19T02:51:16.173Z[ recovery-image] Aug 19 02:51:15.462 INFO O| Aug 19 02:51:15.462 INFO STEP 795 (remove_files) COMPLETE
78482026-08-19T02:51:16.173Z[ recovery-image] Aug 19 02:51:15.462 INFO O| Aug 19 02:51:15.462 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78492026-08-19T02:51:16.182Z[ recovery-image] Aug 19 02:51:15.472 INFO O| Aug 19 02:51:15.472 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/who.so.1"
78502026-08-19T02:51:16.182Z[ recovery-image] Aug 19 02:51:15.472 INFO O| Aug 19 02:51:15.472 INFO STEP 796 (remove_files) COMPLETE
78512026-08-19T02:51:16.182Z[ recovery-image] Aug 19 02:51:15.472 INFO O| Aug 19 02:51:15.472 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78522026-08-19T02:51:16.193Z[ recovery-image] Aug 19 02:51:15.484 INFO O| Aug 19 02:51:15.483 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/ldprof.so.1"
78532026-08-19T02:51:16.193Z[ recovery-image] Aug 19 02:51:15.484 INFO O| Aug 19 02:51:15.484 INFO STEP 797 (remove_files) COMPLETE
78542026-08-19T02:51:16.193Z[ recovery-image] Aug 19 02:51:15.484 INFO O| Aug 19 02:51:15.484 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78552026-08-19T02:51:16.204Z[ recovery-image] Aug 19 02:51:15.494 INFO O| Aug 19 02:51:15.494 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/truss.so.1"
78562026-08-19T02:51:16.204Z[ recovery-image] Aug 19 02:51:15.495 INFO O| Aug 19 02:51:15.495 INFO STEP 798 (remove_files) COMPLETE
78572026-08-19T02:51:16.205Z[ recovery-image] Aug 19 02:51:15.495 INFO O| Aug 19 02:51:15.495 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78582026-08-19T02:51:16.215Z[ recovery-image] Aug 19 02:51:15.505 INFO O| Aug 19 02:51:15.505 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/who.so.1"
78592026-08-19T02:51:16.215Z[ recovery-image] Aug 19 02:51:15.505 INFO O| Aug 19 02:51:15.505 INFO STEP 799 (remove_files) COMPLETE
78602026-08-19T02:51:16.215Z[ recovery-image] Aug 19 02:51:15.505 INFO O| Aug 19 02:51:15.505 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78612026-08-19T02:51:16.225Z[ recovery-image] Aug 19 02:51:15.515 INFO O| Aug 19 02:51:15.515 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcidb"
78622026-08-19T02:51:16.225Z[ recovery-image] Aug 19 02:51:15.515 INFO O| Aug 19 02:51:15.515 INFO STEP 800 (remove_files) COMPLETE
78632026-08-19T02:51:16.225Z[ recovery-image] Aug 19 02:51:15.515 INFO O| Aug 19 02:51:15.515 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78642026-08-19T02:51:16.235Z[ recovery-image] Aug 19 02:51:15.525 INFO O| Aug 19 02:51:15.525 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcidr_plugin.so"
78652026-08-19T02:51:16.235Z[ recovery-image] Aug 19 02:51:15.526 INFO O| Aug 19 02:51:15.526 INFO STEP 801 (remove_files) COMPLETE
78662026-08-19T02:51:16.239Z[ recovery-image] Aug 19 02:51:15.526 INFO O| Aug 19 02:51:15.526 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78672026-08-19T02:51:16.245Z[ recovery-image] Aug 19 02:51:15.535 INFO O| Aug 19 02:51:15.535 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/raidcfg/amd64/mpt.so.1"
78682026-08-19T02:51:16.245Z[ recovery-image] Aug 19 02:51:15.535 INFO O| Aug 19 02:51:15.535 INFO STEP 802 (remove_files) COMPLETE
78692026-08-19T02:51:16.248Z[ recovery-image] Aug 19 02:51:15.535 INFO O| Aug 19 02:51:15.535 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78702026-08-19T02:51:16.255Z[ recovery-image] Aug 19 02:51:15.546 INFO O| Aug 19 02:51:15.546 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/raidcfg/mpt.so.1"
78712026-08-19T02:51:16.256Z[ recovery-image] Aug 19 02:51:15.546 INFO O| Aug 19 02:51:15.546 INFO STEP 803 (remove_files) COMPLETE
78722026-08-19T02:51:16.259Z[ recovery-image] Aug 19 02:51:15.546 INFO O| Aug 19 02:51:15.546 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78732026-08-19T02:51:16.267Z[ recovery-image] Aug 19 02:51:15.557 INFO O| Aug 19 02:51:15.557 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/reparse/libreparse_smb.so.1"
78742026-08-19T02:51:16.268Z[ recovery-image] Aug 19 02:51:15.557 INFO O| Aug 19 02:51:15.557 INFO STEP 804 (remove_files) COMPLETE
78752026-08-19T02:51:16.268Z[ recovery-image] Aug 19 02:51:15.557 INFO O| Aug 19 02:51:15.557 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78762026-08-19T02:51:16.276Z[ recovery-image] Aug 19 02:51:15.567 INFO O| Aug 19 02:51:15.567 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/reparse/reparsed"
78772026-08-19T02:51:16.276Z[ recovery-image] Aug 19 02:51:15.567 INFO O| Aug 19 02:51:15.567 INFO STEP 805 (remove_files) COMPLETE
78782026-08-19T02:51:16.276Z[ recovery-image] Aug 19 02:51:15.567 INFO O| Aug 19 02:51:15.567 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78792026-08-19T02:51:16.285Z[ recovery-image] Aug 19 02:51:15.575 INFO O| Aug 19 02:51:15.575 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/saf/listen"
78802026-08-19T02:51:16.285Z[ recovery-image] Aug 19 02:51:15.576 INFO O| Aug 19 02:51:15.576 INFO STEP 806 (remove_files) COMPLETE
78812026-08-19T02:51:16.288Z[ recovery-image] Aug 19 02:51:15.576 INFO O| Aug 19 02:51:15.576 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78822026-08-19T02:51:16.296Z[ recovery-image] Aug 19 02:51:15.586 INFO O| Aug 19 02:51:15.586 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/saf/nlps_server"
78832026-08-19T02:51:16.296Z[ recovery-image] Aug 19 02:51:15.586 INFO O| Aug 19 02:51:15.586 INFO STEP 807 (remove_files) COMPLETE
78842026-08-19T02:51:16.296Z[ recovery-image] Aug 19 02:51:15.586 INFO O| Aug 19 02:51:15.586 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78852026-08-19T02:51:16.306Z[ recovery-image] Aug 19 02:51:15.597 INFO O| Aug 19 02:51:15.597 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/crammd5.so.1"
78862026-08-19T02:51:16.307Z[ recovery-image] Aug 19 02:51:15.597 INFO O| Aug 19 02:51:15.597 INFO STEP 808 (remove_files) COMPLETE
78872026-08-19T02:51:16.311Z[ recovery-image] Aug 19 02:51:15.597 INFO O| Aug 19 02:51:15.597 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78882026-08-19T02:51:16.319Z[ recovery-image] Aug 19 02:51:15.609 INFO O| Aug 19 02:51:15.609 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/digestmd5.so.1"
78892026-08-19T02:51:16.319Z[ recovery-image] Aug 19 02:51:15.609 INFO O| Aug 19 02:51:15.609 INFO STEP 809 (remove_files) COMPLETE
78902026-08-19T02:51:16.322Z[ recovery-image] Aug 19 02:51:15.609 INFO O| Aug 19 02:51:15.609 INFO STEP 810: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78912026-08-19T02:51:16.329Z[ recovery-image] Aug 19 02:51:15.620 INFO O| Aug 19 02:51:15.620 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/gssapi.so.1"
78922026-08-19T02:51:16.329Z[ recovery-image] Aug 19 02:51:15.620 INFO O| Aug 19 02:51:15.620 INFO STEP 810 (remove_files) COMPLETE
78932026-08-19T02:51:16.329Z[ recovery-image] Aug 19 02:51:15.620 INFO O| Aug 19 02:51:15.620 INFO STEP 811: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78942026-08-19T02:51:16.339Z[ recovery-image] Aug 19 02:51:15.629 INFO O| Aug 19 02:51:15.629 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/login.so.1"
78952026-08-19T02:51:16.339Z[ recovery-image] Aug 19 02:51:15.630 INFO O| Aug 19 02:51:15.630 INFO STEP 811 (remove_files) COMPLETE
78962026-08-19T02:51:16.340Z[ recovery-image] Aug 19 02:51:15.630 INFO O| Aug 19 02:51:15.630 INFO STEP 812: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78972026-08-19T02:51:16.350Z[ recovery-image] Aug 19 02:51:15.640 INFO O| Aug 19 02:51:15.640 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/plain.so.1"
78982026-08-19T02:51:16.350Z[ recovery-image] Aug 19 02:51:15.640 INFO O| Aug 19 02:51:15.640 INFO STEP 812 (remove_files) COMPLETE
78992026-08-19T02:51:16.353Z[ recovery-image] Aug 19 02:51:15.640 INFO O| Aug 19 02:51:15.640 INFO STEP 813: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79002026-08-19T02:51:16.363Z[ recovery-image] Aug 19 02:51:15.650 INFO O| Aug 19 02:51:15.650 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/crammd5.so.1"
79012026-08-19T02:51:16.363Z[ recovery-image] Aug 19 02:51:15.650 INFO O| Aug 19 02:51:15.650 INFO STEP 813 (remove_files) COMPLETE
79022026-08-19T02:51:16.363Z[ recovery-image] Aug 19 02:51:15.650 INFO O| Aug 19 02:51:15.650 INFO STEP 814: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79032026-08-19T02:51:16.370Z[ recovery-image] Aug 19 02:51:15.661 INFO O| Aug 19 02:51:15.661 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/digestmd5.so.1"
79042026-08-19T02:51:16.371Z[ recovery-image] Aug 19 02:51:15.661 INFO O| Aug 19 02:51:15.661 INFO STEP 814 (remove_files) COMPLETE
79052026-08-19T02:51:16.371Z[ recovery-image] Aug 19 02:51:15.661 INFO O| Aug 19 02:51:15.661 INFO STEP 815: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79062026-08-19T02:51:16.380Z[ recovery-image] Aug 19 02:51:15.670 INFO O| Aug 19 02:51:15.670 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/gssapi.so.1"
79072026-08-19T02:51:16.380Z[ recovery-image] Aug 19 02:51:15.670 INFO O| Aug 19 02:51:15.670 INFO STEP 815 (remove_files) COMPLETE
79082026-08-19T02:51:16.380Z[ recovery-image] Aug 19 02:51:15.670 INFO O| Aug 19 02:51:15.670 INFO STEP 816: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79092026-08-19T02:51:16.390Z[ recovery-image] Aug 19 02:51:15.680 INFO O| Aug 19 02:51:15.680 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/login.so.1"
79102026-08-19T02:51:16.391Z[ recovery-image] Aug 19 02:51:15.680 INFO O| Aug 19 02:51:15.680 INFO STEP 816 (remove_files) COMPLETE
79112026-08-19T02:51:16.391Z[ recovery-image] Aug 19 02:51:15.680 INFO O| Aug 19 02:51:15.680 INFO STEP 817: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79122026-08-19T02:51:16.400Z[ recovery-image] Aug 19 02:51:15.690 INFO O| Aug 19 02:51:15.690 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/plain.so.1"
79132026-08-19T02:51:16.400Z[ recovery-image] Aug 19 02:51:15.690 INFO O| Aug 19 02:51:15.690 INFO STEP 817 (remove_files) COMPLETE
79142026-08-19T02:51:16.400Z[ recovery-image] Aug 19 02:51:15.690 INFO O| Aug 19 02:51:15.690 INFO STEP 818: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79152026-08-19T02:51:16.411Z[ recovery-image] Aug 19 02:51:15.701 INFO O| Aug 19 02:51:15.701 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_bsdbf.so.1"
79162026-08-19T02:51:16.411Z[ recovery-image] Aug 19 02:51:15.701 INFO O| Aug 19 02:51:15.701 INFO STEP 818 (remove_files) COMPLETE
79172026-08-19T02:51:16.414Z[ recovery-image] Aug 19 02:51:15.701 INFO O| Aug 19 02:51:15.701 INFO STEP 819: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79182026-08-19T02:51:16.423Z[ recovery-image] Aug 19 02:51:15.712 INFO O| Aug 19 02:51:15.712 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_bsdmd5.so.1"
79192026-08-19T02:51:16.423Z[ recovery-image] Aug 19 02:51:15.712 INFO O| Aug 19 02:51:15.712 INFO STEP 819 (remove_files) COMPLETE
79202026-08-19T02:51:16.427Z[ recovery-image] Aug 19 02:51:15.712 INFO O| Aug 19 02:51:15.712 INFO STEP 820: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79212026-08-19T02:51:16.433Z[ recovery-image] Aug 19 02:51:15.723 INFO O| Aug 19 02:51:15.723 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sha256.so.1"
79222026-08-19T02:51:16.433Z[ recovery-image] Aug 19 02:51:15.723 INFO O| Aug 19 02:51:15.723 INFO STEP 820 (remove_files) COMPLETE
79232026-08-19T02:51:16.433Z[ recovery-image] Aug 19 02:51:15.723 INFO O| Aug 19 02:51:15.723 INFO STEP 821: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79242026-08-19T02:51:16.444Z[ recovery-image] Aug 19 02:51:15.733 INFO O| Aug 19 02:51:15.733 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sha512.so.1"
79252026-08-19T02:51:16.444Z[ recovery-image] Aug 19 02:51:15.733 INFO O| Aug 19 02:51:15.733 INFO STEP 821 (remove_files) COMPLETE
79262026-08-19T02:51:16.447Z[ recovery-image] Aug 19 02:51:15.733 INFO O| Aug 19 02:51:15.733 INFO STEP 822: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79272026-08-19T02:51:16.451Z[verify-libraries] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
79282026-08-19T02:51:16.454Z[ recovery-image] Aug 19 02:51:15.745 INFO O| Aug 19 02:51:15.745 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sunmd5.so.1"
79292026-08-19T02:51:16.454Z[ recovery-image] Aug 19 02:51:15.745 INFO O| Aug 19 02:51:15.745 INFO STEP 822 (remove_files) COMPLETE
79302026-08-19T02:51:16.454Z[ recovery-image] Aug 19 02:51:15.745 INFO O| Aug 19 02:51:15.745 INFO STEP 823: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79312026-08-19T02:51:16.465Z[ recovery-image] Aug 19 02:51:15.755 INFO O| Aug 19 02:51:15.755 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_allow.so.1"
79322026-08-19T02:51:16.465Z[ recovery-image] Aug 19 02:51:15.755 INFO O| Aug 19 02:51:15.755 INFO STEP 823 (remove_files) COMPLETE
79332026-08-19T02:51:16.465Z[ recovery-image] Aug 19 02:51:15.755 INFO O| Aug 19 02:51:15.755 INFO STEP 824: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79342026-08-19T02:51:16.474Z[ recovery-image] Aug 19 02:51:15.765 INFO O| Aug 19 02:51:15.765 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_check.so.1"
79352026-08-19T02:51:16.474Z[ recovery-image] Aug 19 02:51:15.765 INFO O| Aug 19 02:51:15.765 INFO STEP 824 (remove_files) COMPLETE
79362026-08-19T02:51:16.475Z[ recovery-image] Aug 19 02:51:15.765 INFO O| Aug 19 02:51:15.765 INFO STEP 825: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79372026-08-19T02:51:16.526Z[ recovery-image] Aug 19 02:51:15.776 INFO O| Aug 19 02:51:15.776 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_get.so.1"
79382026-08-19T02:51:16.526Z[ recovery-image] Aug 19 02:51:15.776 INFO O| Aug 19 02:51:15.776 INFO STEP 825 (remove_files) COMPLETE
79392026-08-19T02:51:16.526Z[ recovery-image] Aug 19 02:51:15.776 INFO O| Aug 19 02:51:15.776 INFO STEP 826: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79402026-08-19T02:51:16.526Z[ recovery-image] Aug 19 02:51:15.785 INFO O| Aug 19 02:51:15.785 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_store.so.1"
79412026-08-19T02:51:16.526Z[ recovery-image] Aug 19 02:51:15.785 INFO O| Aug 19 02:51:15.785 INFO STEP 826 (remove_files) COMPLETE
79422026-08-19T02:51:16.526Z[ recovery-image] Aug 19 02:51:15.785 INFO O| Aug 19 02:51:15.785 INFO STEP 827: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79432026-08-19T02:51:16.526Z[ recovery-image] Aug 19 02:51:15.795 INFO O| Aug 19 02:51:15.795 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_deny.so.1"
79442026-08-19T02:51:16.526Z[ recovery-image] Aug 19 02:51:15.795 INFO O| Aug 19 02:51:15.795 INFO STEP 827 (remove_files) COMPLETE
79452026-08-19T02:51:16.526Z[ recovery-image] Aug 19 02:51:15.795 INFO O| Aug 19 02:51:15.795 INFO STEP 828: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79462026-08-19T02:51:16.526Z[ recovery-image] Aug 19 02:51:15.805 INFO O| Aug 19 02:51:15.805 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_dhkeys.so.1"
79472026-08-19T02:51:16.526Z[ recovery-image] Aug 19 02:51:15.805 INFO O| Aug 19 02:51:15.805 INFO STEP 828 (remove_files) COMPLETE
79482026-08-19T02:51:16.526Z[ recovery-image] Aug 19 02:51:15.805 INFO O| Aug 19 02:51:15.805 INFO STEP 829: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79492026-08-19T02:51:16.526Z[ recovery-image] Aug 19 02:51:15.815 INFO O| Aug 19 02:51:15.815 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_dial_auth.so.1"
79502026-08-19T02:51:16.526Z[ recovery-image] Aug 19 02:51:15.815 INFO O| Aug 19 02:51:15.815 INFO STEP 829 (remove_files) COMPLETE
79512026-08-19T02:51:16.526Z[ recovery-image] Aug 19 02:51:15.815 INFO O| Aug 19 02:51:15.815 INFO STEP 830: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79522026-08-19T02:51:16.537Z[ recovery-image] Aug 19 02:51:15.825 INFO O| Aug 19 02:51:15.825 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_krb5.so.1"
79532026-08-19T02:51:16.537Z[ recovery-image] Aug 19 02:51:15.825 INFO O| Aug 19 02:51:15.825 INFO STEP 830 (remove_files) COMPLETE
79542026-08-19T02:51:16.537Z[ recovery-image] Aug 19 02:51:15.825 INFO O| Aug 19 02:51:15.825 INFO STEP 831: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79552026-08-19T02:51:16.544Z[ recovery-image] Aug 19 02:51:15.835 INFO O| Aug 19 02:51:15.835 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_krb5_migrate.so.1"
79562026-08-19T02:51:16.544Z[ recovery-image] Aug 19 02:51:15.835 INFO O| Aug 19 02:51:15.835 INFO STEP 831 (remove_files) COMPLETE
79572026-08-19T02:51:16.544Z[ recovery-image] Aug 19 02:51:15.835 INFO O| Aug 19 02:51:15.835 INFO STEP 832: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79582026-08-19T02:51:16.555Z[ recovery-image] Aug 19 02:51:15.845 INFO O| Aug 19 02:51:15.845 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_ldap.so.1"
79592026-08-19T02:51:16.555Z[ recovery-image] Aug 19 02:51:15.845 INFO O| Aug 19 02:51:15.845 INFO STEP 832 (remove_files) COMPLETE
79602026-08-19T02:51:16.555Z[ recovery-image] Aug 19 02:51:15.846 INFO O| Aug 19 02:51:15.845 INFO STEP 833: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79612026-08-19T02:51:16.565Z[ recovery-image] Aug 19 02:51:15.856 INFO O| Aug 19 02:51:15.855 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_list.so.1"
79622026-08-19T02:51:16.565Z[ recovery-image] Aug 19 02:51:15.856 INFO O| Aug 19 02:51:15.856 INFO STEP 833 (remove_files) COMPLETE
79632026-08-19T02:51:16.568Z[ recovery-image] Aug 19 02:51:15.856 INFO O| Aug 19 02:51:15.856 INFO STEP 834: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79642026-08-19T02:51:16.575Z[ recovery-image] Aug 19 02:51:15.865 INFO O| Aug 19 02:51:15.865 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_passwd_auth.so.1"
79652026-08-19T02:51:16.575Z[ recovery-image] Aug 19 02:51:15.865 INFO O| Aug 19 02:51:15.865 INFO STEP 834 (remove_files) COMPLETE
79662026-08-19T02:51:16.575Z[ recovery-image] Aug 19 02:51:15.865 INFO O| Aug 19 02:51:15.865 INFO STEP 835: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79672026-08-19T02:51:16.584Z[ recovery-image] Aug 19 02:51:15.875 INFO O| Aug 19 02:51:15.874 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_rhosts_auth.so.1"
79682026-08-19T02:51:16.584Z[ recovery-image] Aug 19 02:51:15.875 INFO O| Aug 19 02:51:15.875 INFO STEP 835 (remove_files) COMPLETE
79692026-08-19T02:51:16.584Z[ recovery-image] Aug 19 02:51:15.875 INFO O| Aug 19 02:51:15.875 INFO STEP 836: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79702026-08-19T02:51:16.593Z[ recovery-image] Aug 19 02:51:15.883 INFO O| Aug 19 02:51:15.883 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_roles.so.1"
79712026-08-19T02:51:16.593Z[ recovery-image] Aug 19 02:51:15.883 INFO O| Aug 19 02:51:15.883 INFO STEP 836 (remove_files) COMPLETE
79722026-08-19T02:51:16.593Z[ recovery-image] Aug 19 02:51:15.883 INFO O| Aug 19 02:51:15.883 INFO STEP 837: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79732026-08-19T02:51:16.602Z[ recovery-image] Aug 19 02:51:15.892 INFO O| Aug 19 02:51:15.892 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_sample.so.1"
79742026-08-19T02:51:16.602Z[ recovery-image] Aug 19 02:51:15.892 INFO O| Aug 19 02:51:15.892 INFO STEP 837 (remove_files) COMPLETE
79752026-08-19T02:51:16.602Z[ recovery-image] Aug 19 02:51:15.892 INFO O| Aug 19 02:51:15.892 INFO STEP 838: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79762026-08-19T02:51:16.611Z[ recovery-image] Aug 19 02:51:15.902 INFO O| Aug 19 02:51:15.902 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_smb_passwd.so.1"
79772026-08-19T02:51:16.611Z[ recovery-image] Aug 19 02:51:15.902 INFO O| Aug 19 02:51:15.902 INFO STEP 838 (remove_files) COMPLETE
79782026-08-19T02:51:16.615Z[ recovery-image] Aug 19 02:51:15.902 INFO O| Aug 19 02:51:15.902 INFO STEP 839: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79792026-08-19T02:51:16.621Z[ recovery-image] Aug 19 02:51:15.911 INFO O| Aug 19 02:51:15.911 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_smbfs_login.so.1"
79802026-08-19T02:51:16.624Z[ recovery-image] Aug 19 02:51:15.911 INFO O| Aug 19 02:51:15.911 INFO STEP 839 (remove_files) COMPLETE
79812026-08-19T02:51:16.624Z[ recovery-image] Aug 19 02:51:15.911 INFO O| Aug 19 02:51:15.911 INFO STEP 840: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79822026-08-19T02:51:16.632Z[ recovery-image] Aug 19 02:51:15.921 INFO O| Aug 19 02:51:15.921 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_timestamp.so.1"
79832026-08-19T02:51:16.632Z[ recovery-image] Aug 19 02:51:15.921 INFO O| Aug 19 02:51:15.921 INFO STEP 840 (remove_files) COMPLETE
79842026-08-19T02:51:16.632Z[ recovery-image] Aug 19 02:51:15.921 INFO O| Aug 19 02:51:15.921 INFO STEP 841: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79852026-08-19T02:51:16.645Z[ recovery-image] Aug 19 02:51:15.931 INFO O| Aug 19 02:51:15.931 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_tsol_account.so.1"
79862026-08-19T02:51:16.645Z[ recovery-image] Aug 19 02:51:15.931 INFO O| Aug 19 02:51:15.931 INFO STEP 841 (remove_files) COMPLETE
79872026-08-19T02:51:16.645Z[ recovery-image] Aug 19 02:51:15.931 INFO O| Aug 19 02:51:15.931 INFO STEP 842: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79882026-08-19T02:51:16.651Z[ recovery-image] Aug 19 02:51:15.940 INFO O| Aug 19 02:51:15.940 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_account.so.1"
79892026-08-19T02:51:16.651Z[ recovery-image] Aug 19 02:51:15.940 INFO O| Aug 19 02:51:15.940 INFO STEP 842 (remove_files) COMPLETE
79902026-08-19T02:51:16.651Z[ recovery-image] Aug 19 02:51:15.940 INFO O| Aug 19 02:51:15.940 INFO STEP 843: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79912026-08-19T02:51:16.658Z[verify-libraries] Compiling git2 v0.20.4
79922026-08-19T02:51:16.662Z[ recovery-image] Aug 19 02:51:15.950 INFO O| Aug 19 02:51:15.950 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_auth.so.1"
79932026-08-19T02:51:16.662Z[ recovery-image] Aug 19 02:51:15.950 INFO O| Aug 19 02:51:15.950 INFO STEP 843 (remove_files) COMPLETE
79942026-08-19T02:51:16.662Z[ recovery-image] Aug 19 02:51:15.950 INFO O| Aug 19 02:51:15.950 INFO STEP 844: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79952026-08-19T02:51:16.668Z[ recovery-image] Aug 19 02:51:15.959 INFO O| Aug 19 02:51:15.959 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_cred.so.1"
79962026-08-19T02:51:16.669Z[ recovery-image] Aug 19 02:51:15.959 INFO O| Aug 19 02:51:15.959 INFO STEP 844 (remove_files) COMPLETE
79972026-08-19T02:51:16.669Z[ recovery-image] Aug 19 02:51:15.959 INFO O| Aug 19 02:51:15.959 INFO STEP 845: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79982026-08-19T02:51:16.678Z[ recovery-image] Aug 19 02:51:15.968 INFO O| Aug 19 02:51:15.968 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_session.so.1"
79992026-08-19T02:51:16.678Z[ recovery-image] Aug 19 02:51:15.968 INFO O| Aug 19 02:51:15.968 INFO STEP 845 (remove_files) COMPLETE
80002026-08-19T02:51:16.678Z[ recovery-image] Aug 19 02:51:15.968 INFO O| Aug 19 02:51:15.968 INFO STEP 846: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80012026-08-19T02:51:16.686Z[ recovery-image] Aug 19 02:51:15.976 INFO O| Aug 19 02:51:15.976 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_kernel.so.1"
80022026-08-19T02:51:16.686Z[ recovery-image] Aug 19 02:51:15.976 INFO O| Aug 19 02:51:15.976 INFO STEP 846 (remove_files) COMPLETE
80032026-08-19T02:51:16.686Z[ recovery-image] Aug 19 02:51:15.976 INFO O| Aug 19 02:51:15.976 INFO STEP 847: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80042026-08-19T02:51:16.695Z[ recovery-image] Aug 19 02:51:15.986 INFO O| Aug 19 02:51:15.986 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_softtoken.so.1"
80052026-08-19T02:51:16.695Z[ recovery-image] Aug 19 02:51:15.986 INFO O| Aug 19 02:51:15.986 INFO STEP 847 (remove_files) COMPLETE
80062026-08-19T02:51:16.695Z[ recovery-image] Aug 19 02:51:15.986 INFO O| Aug 19 02:51:15.986 INFO STEP 848: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80072026-08-19T02:51:16.706Z[ recovery-image] Aug 19 02:51:15.996 INFO O| Aug 19 02:51:15.996 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_tpm.so.1"
80082026-08-19T02:51:16.706Z[ recovery-image] Aug 19 02:51:15.996 INFO O| Aug 19 02:51:15.996 INFO STEP 848 (remove_files) COMPLETE
80092026-08-19T02:51:16.706Z[ recovery-image] Aug 19 02:51:15.996 INFO O| Aug 19 02:51:15.996 INFO STEP 849: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80102026-08-19T02:51:16.716Z[ recovery-image] Aug 19 02:51:16.006 INFO O| Aug 19 02:51:16.006 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_binfile.so.1"
80112026-08-19T02:51:16.716Z[ recovery-image] Aug 19 02:51:16.006 INFO O| Aug 19 02:51:16.006 INFO STEP 849 (remove_files) COMPLETE
80122026-08-19T02:51:16.716Z[ recovery-image] Aug 19 02:51:16.006 INFO O| Aug 19 02:51:16.006 INFO STEP 850: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80132026-08-19T02:51:16.727Z[ recovery-image] Aug 19 02:51:16.017 INFO O| Aug 19 02:51:16.017 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_remote.so.1"
80142026-08-19T02:51:16.727Z[ recovery-image] Aug 19 02:51:16.017 INFO O| Aug 19 02:51:16.017 INFO STEP 850 (remove_files) COMPLETE
80152026-08-19T02:51:16.727Z[ recovery-image] Aug 19 02:51:16.017 INFO O| Aug 19 02:51:16.017 INFO STEP 851: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80162026-08-19T02:51:16.736Z[ recovery-image] Aug 19 02:51:16.027 INFO O| Aug 19 02:51:16.027 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_syslog.so.1"
80172026-08-19T02:51:16.736Z[ recovery-image] Aug 19 02:51:16.027 INFO O| Aug 19 02:51:16.027 INFO STEP 851 (remove_files) COMPLETE
80182026-08-19T02:51:16.738Z[ recovery-image] Aug 19 02:51:16.027 INFO O| Aug 19 02:51:16.027 INFO STEP 852: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80192026-08-19T02:51:16.747Z[ recovery-image] Aug 19 02:51:16.037 INFO O| Aug 19 02:51:16.037 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_bsdbf.so.1"
80202026-08-19T02:51:16.747Z[ recovery-image] Aug 19 02:51:16.037 INFO O| Aug 19 02:51:16.037 INFO STEP 852 (remove_files) COMPLETE
80212026-08-19T02:51:16.747Z[ recovery-image] Aug 19 02:51:16.037 INFO O| Aug 19 02:51:16.037 INFO STEP 853: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80222026-08-19T02:51:16.756Z[ recovery-image] Aug 19 02:51:16.046 INFO O| Aug 19 02:51:16.046 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_bsdmd5.so.1"
80232026-08-19T02:51:16.756Z[ recovery-image] Aug 19 02:51:16.046 INFO O| Aug 19 02:51:16.046 INFO STEP 853 (remove_files) COMPLETE
80242026-08-19T02:51:16.756Z[ recovery-image] Aug 19 02:51:16.046 INFO O| Aug 19 02:51:16.046 INFO STEP 854: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80252026-08-19T02:51:16.769Z[ recovery-image] Aug 19 02:51:16.059 INFO O| Aug 19 02:51:16.059 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sha256.so.1"
80262026-08-19T02:51:16.769Z[ recovery-image] Aug 19 02:51:16.059 INFO O| Aug 19 02:51:16.059 INFO STEP 854 (remove_files) COMPLETE
80272026-08-19T02:51:16.772Z[ recovery-image] Aug 19 02:51:16.059 INFO O| Aug 19 02:51:16.059 INFO STEP 855: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80282026-08-19T02:51:16.779Z[ recovery-image] Aug 19 02:51:16.069 INFO O| Aug 19 02:51:16.069 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sha512.so.1"
80292026-08-19T02:51:16.779Z[ recovery-image] Aug 19 02:51:16.069 INFO O| Aug 19 02:51:16.069 INFO STEP 855 (remove_files) COMPLETE
80302026-08-19T02:51:16.779Z[ recovery-image] Aug 19 02:51:16.069 INFO O| Aug 19 02:51:16.069 INFO STEP 856: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80312026-08-19T02:51:16.788Z[ recovery-image] Aug 19 02:51:16.079 INFO O| Aug 19 02:51:16.079 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sunmd5.so.1"
80322026-08-19T02:51:16.788Z[ recovery-image] Aug 19 02:51:16.079 INFO O| Aug 19 02:51:16.079 INFO STEP 856 (remove_files) COMPLETE
80332026-08-19T02:51:16.789Z[ recovery-image] Aug 19 02:51:16.079 INFO O| Aug 19 02:51:16.079 INFO STEP 857: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80342026-08-19T02:51:16.798Z[ recovery-image] Aug 19 02:51:16.089 INFO O| Aug 19 02:51:16.089 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_allow.so.1"
80352026-08-19T02:51:16.798Z[ recovery-image] Aug 19 02:51:16.089 INFO O| Aug 19 02:51:16.089 INFO STEP 857 (remove_files) COMPLETE
80362026-08-19T02:51:16.798Z[ recovery-image] Aug 19 02:51:16.089 INFO O| Aug 19 02:51:16.089 INFO STEP 858: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80372026-08-19T02:51:16.809Z[ recovery-image] Aug 19 02:51:16.099 INFO O| Aug 19 02:51:16.099 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_authtok_check.so.1"
80382026-08-19T02:51:16.809Z[ recovery-image] Aug 19 02:51:16.099 INFO O| Aug 19 02:51:16.099 INFO STEP 858 (remove_files) COMPLETE
80392026-08-19T02:51:16.812Z[ recovery-image] Aug 19 02:51:16.099 INFO O| Aug 19 02:51:16.099 INFO STEP 859: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80402026-08-19T02:51:16.819Z[ recovery-image] Aug 19 02:51:16.110 INFO O| Aug 19 02:51:16.110 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_authtok_store.so.1"
80412026-08-19T02:51:16.819Z[ recovery-image] Aug 19 02:51:16.110 INFO O| Aug 19 02:51:16.110 INFO STEP 859 (remove_files) COMPLETE
80422026-08-19T02:51:16.823Z[ recovery-image] Aug 19 02:51:16.110 INFO O| Aug 19 02:51:16.110 INFO STEP 860: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80432026-08-19T02:51:16.830Z[ recovery-image] Aug 19 02:51:16.120 INFO O| Aug 19 02:51:16.120 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_deny.so.1"
80442026-08-19T02:51:16.830Z[ recovery-image] Aug 19 02:51:16.120 INFO O| Aug 19 02:51:16.120 INFO STEP 860 (remove_files) COMPLETE
80452026-08-19T02:51:16.830Z[ recovery-image] Aug 19 02:51:16.120 INFO O| Aug 19 02:51:16.120 INFO STEP 861: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80462026-08-19T02:51:16.839Z[ recovery-image] Aug 19 02:51:16.130 INFO O| Aug 19 02:51:16.129 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_krb5.so.1"
80472026-08-19T02:51:16.839Z[ recovery-image] Aug 19 02:51:16.130 INFO O| Aug 19 02:51:16.130 INFO STEP 861 (remove_files) COMPLETE
80482026-08-19T02:51:16.842Z[ recovery-image] Aug 19 02:51:16.130 INFO O| Aug 19 02:51:16.130 INFO STEP 862: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80492026-08-19T02:51:16.848Z[ recovery-image] Aug 19 02:51:16.139 INFO O| Aug 19 02:51:16.139 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_krb5_migrate.so.1"
80502026-08-19T02:51:16.848Z[ recovery-image] Aug 19 02:51:16.139 INFO O| Aug 19 02:51:16.139 INFO STEP 862 (remove_files) COMPLETE
80512026-08-19T02:51:16.848Z[ recovery-image] Aug 19 02:51:16.139 INFO O| Aug 19 02:51:16.139 INFO STEP 863: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80522026-08-19T02:51:16.859Z[ recovery-image] Aug 19 02:51:16.150 INFO O| Aug 19 02:51:16.150 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_ldap.so.1"
80532026-08-19T02:51:16.859Z[ recovery-image] Aug 19 02:51:16.150 INFO O| Aug 19 02:51:16.150 INFO STEP 863 (remove_files) COMPLETE
80542026-08-19T02:51:16.859Z[ recovery-image] Aug 19 02:51:16.150 INFO O| Aug 19 02:51:16.150 INFO STEP 864: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80552026-08-19T02:51:16.871Z[ recovery-image] Aug 19 02:51:16.161 INFO O| Aug 19 02:51:16.161 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_list.so.1"
80562026-08-19T02:51:16.871Z[ recovery-image] Aug 19 02:51:16.161 INFO O| Aug 19 02:51:16.161 INFO STEP 864 (remove_files) COMPLETE
80572026-08-19T02:51:16.871Z[ recovery-image] Aug 19 02:51:16.161 INFO O| Aug 19 02:51:16.161 INFO STEP 865: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80582026-08-19T02:51:16.881Z[ recovery-image] Aug 19 02:51:16.172 INFO O| Aug 19 02:51:16.172 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_passwd_auth.so.1"
80592026-08-19T02:51:16.881Z[ recovery-image] Aug 19 02:51:16.172 INFO O| Aug 19 02:51:16.172 INFO STEP 865 (remove_files) COMPLETE
80602026-08-19T02:51:16.881Z[ recovery-image] Aug 19 02:51:16.172 INFO O| Aug 19 02:51:16.172 INFO STEP 866: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80612026-08-19T02:51:16.890Z[ recovery-image] Aug 19 02:51:16.181 INFO O| Aug 19 02:51:16.181 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_rhosts_auth.so.1"
80622026-08-19T02:51:16.890Z[ recovery-image] Aug 19 02:51:16.181 INFO O| Aug 19 02:51:16.181 INFO STEP 866 (remove_files) COMPLETE
80632026-08-19T02:51:16.895Z[ recovery-image] Aug 19 02:51:16.181 INFO O| Aug 19 02:51:16.181 INFO STEP 867: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80642026-08-19T02:51:16.899Z[ recovery-image] Aug 19 02:51:16.190 INFO O| Aug 19 02:51:16.190 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_sample.so.1"
80652026-08-19T02:51:16.899Z[ recovery-image] Aug 19 02:51:16.190 INFO O| Aug 19 02:51:16.190 INFO STEP 867 (remove_files) COMPLETE
80662026-08-19T02:51:16.899Z[ recovery-image] Aug 19 02:51:16.190 INFO O| Aug 19 02:51:16.190 INFO STEP 868: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80672026-08-19T02:51:16.909Z[ recovery-image] Aug 19 02:51:16.199 INFO O| Aug 19 02:51:16.199 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_smb_passwd.so.1"
80682026-08-19T02:51:16.909Z[ recovery-image] Aug 19 02:51:16.199 INFO O| Aug 19 02:51:16.199 INFO STEP 868 (remove_files) COMPLETE
80692026-08-19T02:51:16.912Z[ recovery-image] Aug 19 02:51:16.199 INFO O| Aug 19 02:51:16.199 INFO STEP 869: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80702026-08-19T02:51:16.917Z[ recovery-image] Aug 19 02:51:16.208 INFO O| Aug 19 02:51:16.208 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_smbfs_login.so.1"
80712026-08-19T02:51:16.917Z[ recovery-image] Aug 19 02:51:16.208 INFO O| Aug 19 02:51:16.208 INFO STEP 869 (remove_files) COMPLETE
80722026-08-19T02:51:16.917Z[ recovery-image] Aug 19 02:51:16.208 INFO O| Aug 19 02:51:16.208 INFO STEP 870: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80732026-08-19T02:51:16.926Z[ recovery-image] Aug 19 02:51:16.216 INFO O| Aug 19 02:51:16.216 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_timestamp.so.1"
80742026-08-19T02:51:16.926Z[ recovery-image] Aug 19 02:51:16.216 INFO O| Aug 19 02:51:16.216 INFO STEP 870 (remove_files) COMPLETE
80752026-08-19T02:51:16.926Z[ recovery-image] Aug 19 02:51:16.216 INFO O| Aug 19 02:51:16.216 INFO STEP 871: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80762026-08-19T02:51:16.936Z[ recovery-image] Aug 19 02:51:16.227 INFO O| Aug 19 02:51:16.227 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_tsol_account.so.1"
80772026-08-19T02:51:16.937Z[ recovery-image] Aug 19 02:51:16.227 INFO O| Aug 19 02:51:16.227 INFO STEP 871 (remove_files) COMPLETE
80782026-08-19T02:51:16.940Z[ recovery-image] Aug 19 02:51:16.227 INFO O| Aug 19 02:51:16.227 INFO STEP 872: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80792026-08-19T02:51:16.948Z[ recovery-image] Aug 19 02:51:16.239 INFO O| Aug 19 02:51:16.238 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_kernel.so.1"
80802026-08-19T02:51:16.948Z[ recovery-image] Aug 19 02:51:16.239 INFO O| Aug 19 02:51:16.239 INFO STEP 872 (remove_files) COMPLETE
80812026-08-19T02:51:16.948Z[ recovery-image] Aug 19 02:51:16.239 INFO O| Aug 19 02:51:16.239 INFO STEP 873: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80822026-08-19T02:51:16.958Z[ recovery-image] Aug 19 02:51:16.249 INFO O| Aug 19 02:51:16.249 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_softtoken.so.1"
80832026-08-19T02:51:16.958Z[ recovery-image] Aug 19 02:51:16.249 INFO O| Aug 19 02:51:16.249 INFO STEP 873 (remove_files) COMPLETE
80842026-08-19T02:51:16.958Z[ recovery-image] Aug 19 02:51:16.249 INFO O| Aug 19 02:51:16.249 INFO STEP 874: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80852026-08-19T02:51:16.969Z[ recovery-image] Aug 19 02:51:16.260 INFO O| Aug 19 02:51:16.260 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_tpm.so.1"
80862026-08-19T02:51:16.969Z[ recovery-image] Aug 19 02:51:16.260 INFO O| Aug 19 02:51:16.260 INFO STEP 874 (remove_files) COMPLETE
80872026-08-19T02:51:16.969Z[ recovery-image] Aug 19 02:51:16.260 INFO O| Aug 19 02:51:16.260 INFO STEP 875: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80882026-08-19T02:51:16.980Z[ recovery-image] Aug 19 02:51:16.270 INFO O| Aug 19 02:51:16.270 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/compress"
80892026-08-19T02:51:16.980Z[ recovery-image] Aug 19 02:51:16.270 INFO O| Aug 19 02:51:16.270 INFO STEP 875 (remove_files) COMPLETE
80902026-08-19T02:51:16.980Z[ recovery-image] Aug 19 02:51:16.270 INFO O| Aug 19 02:51:16.270 INFO STEP 876: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80912026-08-19T02:51:16.991Z[ recovery-image] Aug 19 02:51:16.281 INFO O| Aug 19 02:51:16.281 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hashcheck"
80922026-08-19T02:51:16.992Z[ recovery-image] Aug 19 02:51:16.281 INFO O| Aug 19 02:51:16.281 INFO STEP 876 (remove_files) COMPLETE
80932026-08-19T02:51:16.992Z[ recovery-image] Aug 19 02:51:16.281 INFO O| Aug 19 02:51:16.281 INFO STEP 877: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80942026-08-19T02:51:17.001Z[ recovery-image] Aug 19 02:51:16.291 INFO O| Aug 19 02:51:16.291 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hashmake"
80952026-08-19T02:51:17.001Z[ recovery-image] Aug 19 02:51:16.291 INFO O| Aug 19 02:51:16.291 INFO STEP 877 (remove_files) COMPLETE
80962026-08-19T02:51:17.004Z[ recovery-image] Aug 19 02:51:16.291 INFO O| Aug 19 02:51:16.291 INFO STEP 878: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80972026-08-19T02:51:17.010Z[ recovery-image] Aug 19 02:51:16.300 INFO O| Aug 19 02:51:16.300 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hlista"
80982026-08-19T02:51:17.010Z[ recovery-image] Aug 19 02:51:16.300 INFO O| Aug 19 02:51:16.300 INFO STEP 878 (remove_files) COMPLETE
80992026-08-19T02:51:17.010Z[ recovery-image] Aug 19 02:51:16.300 INFO O| Aug 19 02:51:16.300 INFO STEP 879: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81002026-08-19T02:51:17.020Z[ recovery-image] Aug 19 02:51:16.311 INFO O| Aug 19 02:51:16.311 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hlistb"
81012026-08-19T02:51:17.020Z[ recovery-image] Aug 19 02:51:16.311 INFO O| Aug 19 02:51:16.311 INFO STEP 879 (remove_files) COMPLETE
81022026-08-19T02:51:17.023Z[ recovery-image] Aug 19 02:51:16.311 INFO O| Aug 19 02:51:16.311 INFO STEP 880: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81032026-08-19T02:51:17.032Z[ recovery-image] Aug 19 02:51:16.322 INFO O| Aug 19 02:51:16.322 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hstop"
81042026-08-19T02:51:17.032Z[ recovery-image] Aug 19 02:51:16.322 INFO O| Aug 19 02:51:16.322 INFO STEP 880 (remove_files) COMPLETE
81052026-08-19T02:51:17.032Z[ recovery-image] Aug 19 02:51:16.322 INFO O| Aug 19 02:51:16.322 INFO STEP 881: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81062026-08-19T02:51:17.043Z[ recovery-image] Aug 19 02:51:16.333 INFO O| Aug 19 02:51:16.333 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/spellin"
81072026-08-19T02:51:17.044Z[ recovery-image] Aug 19 02:51:16.333 INFO O| Aug 19 02:51:16.333 INFO STEP 881 (remove_files) COMPLETE
81082026-08-19T02:51:17.044Z[ recovery-image] Aug 19 02:51:16.333 INFO O| Aug 19 02:51:16.333 INFO STEP 882: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81092026-08-19T02:51:17.047Z[verify-libraries] Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
81102026-08-19T02:51:17.053Z[ recovery-image] Aug 19 02:51:16.343 INFO O| Aug 19 02:51:16.343 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/spellprog"
81112026-08-19T02:51:17.053Z[ recovery-image] Aug 19 02:51:16.343 INFO O| Aug 19 02:51:16.343 INFO STEP 882 (remove_files) COMPLETE
81122026-08-19T02:51:17.056Z[ recovery-image] Aug 19 02:51:16.343 INFO O| Aug 19 02:51:16.343 INFO STEP 883: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81132026-08-19T02:51:17.062Z[ recovery-image] Aug 19 02:51:16.353 INFO O| Aug 19 02:51:16.353 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sysevent/syseventconfd"
81142026-08-19T02:51:17.062Z[ recovery-image] Aug 19 02:51:16.353 INFO O| Aug 19 02:51:16.353 INFO STEP 883 (remove_files) COMPLETE
81152026-08-19T02:51:17.062Z[ recovery-image] Aug 19 02:51:16.353 INFO O| Aug 19 02:51:16.353 INFO STEP 884: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81162026-08-19T02:51:17.072Z[ recovery-image] Aug 19 02:51:16.362 INFO O| Aug 19 02:51:16.362 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/amd64/libvarpd_direct.so.1"
81172026-08-19T02:51:17.072Z[ recovery-image] Aug 19 02:51:16.362 INFO O| Aug 19 02:51:16.362 INFO STEP 884 (remove_files) COMPLETE
81182026-08-19T02:51:17.075Z[ recovery-image] Aug 19 02:51:16.362 INFO O| Aug 19 02:51:16.362 INFO STEP 885: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81192026-08-19T02:51:17.082Z[ recovery-image] Aug 19 02:51:16.373 INFO O| Aug 19 02:51:16.373 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/amd64/libvarpd_files.so.1"
81202026-08-19T02:51:17.082Z[ recovery-image] Aug 19 02:51:16.373 INFO O| Aug 19 02:51:16.373 INFO STEP 885 (remove_files) COMPLETE
81212026-08-19T02:51:17.083Z[ recovery-image] Aug 19 02:51:16.373 INFO O| Aug 19 02:51:16.373 INFO STEP 886: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81222026-08-19T02:51:17.092Z[ recovery-image] Aug 19 02:51:16.383 INFO O| Aug 19 02:51:16.383 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/libvarpd_direct.so.1"
81232026-08-19T02:51:17.092Z[ recovery-image] Aug 19 02:51:16.383 INFO O| Aug 19 02:51:16.383 INFO STEP 886 (remove_files) COMPLETE
81242026-08-19T02:51:17.093Z[ recovery-image] Aug 19 02:51:16.383 INFO O| Aug 19 02:51:16.383 INFO STEP 887: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81252026-08-19T02:51:17.103Z[ recovery-image] Aug 19 02:51:16.393 INFO O| Aug 19 02:51:16.393 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/libvarpd_files.so.1"
81262026-08-19T02:51:17.103Z[ recovery-image] Aug 19 02:51:16.393 INFO O| Aug 19 02:51:16.393 INFO STEP 887 (remove_files) COMPLETE
81272026-08-19T02:51:17.106Z[ recovery-image] Aug 19 02:51:16.393 INFO O| Aug 19 02:51:16.393 INFO STEP 888: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81282026-08-19T02:51:17.112Z[ recovery-image] Aug 19 02:51:16.403 INFO O| Aug 19 02:51:16.403 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/varpd"
81292026-08-19T02:51:17.112Z[ recovery-image] Aug 19 02:51:16.403 INFO O| Aug 19 02:51:16.403 INFO STEP 888 (remove_files) COMPLETE
81302026-08-19T02:51:17.115Z[ recovery-image] Aug 19 02:51:16.403 INFO O| Aug 19 02:51:16.403 INFO STEP 889: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81312026-08-19T02:51:17.121Z[ recovery-image] Aug 19 02:51:16.412 INFO O| Aug 19 02:51:16.412 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/xhci/xhci_portsc"
81322026-08-19T02:51:17.121Z[ recovery-image] Aug 19 02:51:16.412 INFO O| Aug 19 02:51:16.412 INFO STEP 889 (remove_files) COMPLETE
81332026-08-19T02:51:17.121Z[ recovery-image] Aug 19 02:51:16.412 INFO O| Aug 19 02:51:16.412 INFO STEP 890: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81342026-08-19T02:51:17.132Z[ recovery-image] Aug 19 02:51:16.423 INFO O| Aug 19 02:51:16.422 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/zfs/availdevs"
81352026-08-19T02:51:17.132Z[ recovery-image] Aug 19 02:51:16.423 INFO O| Aug 19 02:51:16.423 INFO STEP 890 (remove_files) COMPLETE
81362026-08-19T02:51:17.133Z[ recovery-image] Aug 19 02:51:16.423 INFO O| Aug 19 02:51:16.423 INFO STEP 891: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81372026-08-19T02:51:17.144Z[ recovery-image] Aug 19 02:51:16.434 INFO O| Aug 19 02:51:16.434 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/zones/zoneadmd"
81382026-08-19T02:51:17.144Z[ recovery-image] Aug 19 02:51:16.434 INFO O| Aug 19 02:51:16.434 INFO STEP 891 (remove_files) COMPLETE
81392026-08-19T02:51:17.147Z[ recovery-image] Aug 19 02:51:16.434 INFO O| Aug 19 02:51:16.434 INFO STEP 892: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81402026-08-19T02:51:17.154Z[ recovery-image] Aug 19 02:51:16.445 INFO O| Aug 19 02:51:16.445 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/sftp-server"
81412026-08-19T02:51:17.155Z[ recovery-image] Aug 19 02:51:16.445 INFO O| Aug 19 02:51:16.445 INFO STEP 892 (remove_files) COMPLETE
81422026-08-19T02:51:17.155Z[ recovery-image] Aug 19 02:51:16.445 INFO O| Aug 19 02:51:16.445 INFO STEP 893: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81432026-08-19T02:51:17.165Z[ recovery-image] Aug 19 02:51:16.455 INFO O| Aug 19 02:51:16.455 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-keysign"
81442026-08-19T02:51:17.165Z[ recovery-image] Aug 19 02:51:16.455 INFO O| Aug 19 02:51:16.455 INFO STEP 893 (remove_files) COMPLETE
81452026-08-19T02:51:17.165Z[ recovery-image] Aug 19 02:51:16.455 INFO O| Aug 19 02:51:16.455 INFO STEP 894: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81462026-08-19T02:51:17.173Z[ recovery-image] Aug 19 02:51:16.464 INFO O| Aug 19 02:51:16.463 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-pkcs11-helper"
81472026-08-19T02:51:17.173Z[ recovery-image] Aug 19 02:51:16.464 INFO O| Aug 19 02:51:16.464 INFO STEP 894 (remove_files) COMPLETE
81482026-08-19T02:51:17.173Z[ recovery-image] Aug 19 02:51:16.464 INFO O| Aug 19 02:51:16.464 INFO STEP 895: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81492026-08-19T02:51:17.183Z[ recovery-image] Aug 19 02:51:16.474 INFO O| Aug 19 02:51:16.473 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-sk-helper"
81502026-08-19T02:51:17.183Z[ recovery-image] Aug 19 02:51:16.474 INFO O| Aug 19 02:51:16.474 INFO STEP 895 (remove_files) COMPLETE
81512026-08-19T02:51:17.187Z[ recovery-image] Aug 19 02:51:16.474 INFO O| Aug 19 02:51:16.474 INFO STEP 896: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81522026-08-19T02:51:17.194Z[ recovery-image] Aug 19 02:51:16.484 INFO O| Aug 19 02:51:16.484 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/dispgid"
81532026-08-19T02:51:17.197Z[ recovery-image] Aug 19 02:51:16.484 INFO O| Aug 19 02:51:16.484 INFO STEP 896 (remove_files) COMPLETE
81542026-08-19T02:51:17.197Z[ recovery-image] Aug 19 02:51:16.484 INFO O| Aug 19 02:51:16.484 INFO STEP 897: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81552026-08-19T02:51:17.206Z[ recovery-image] Aug 19 02:51:16.496 INFO O| Aug 19 02:51:16.495 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/dispuid"
81562026-08-19T02:51:17.206Z[ recovery-image] Aug 19 02:51:16.496 INFO O| Aug 19 02:51:16.496 INFO STEP 897 (remove_files) COMPLETE
81572026-08-19T02:51:17.206Z[ recovery-image] Aug 19 02:51:16.496 INFO O| Aug 19 02:51:16.496 INFO STEP 898: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81582026-08-19T02:51:17.216Z[ recovery-image] Aug 19 02:51:16.506 INFO O| Aug 19 02:51:16.506 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errange"
81592026-08-19T02:51:17.216Z[ recovery-image] Aug 19 02:51:16.506 INFO O| Aug 19 02:51:16.506 INFO STEP 898 (remove_files) COMPLETE
81602026-08-19T02:51:17.219Z[ recovery-image] Aug 19 02:51:16.506 INFO O| Aug 19 02:51:16.506 INFO STEP 899: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81612026-08-19T02:51:17.226Z[ recovery-image] Aug 19 02:51:16.516 INFO O| Aug 19 02:51:16.516 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errdate"
81622026-08-19T02:51:17.226Z[ recovery-image] Aug 19 02:51:16.516 INFO O| Aug 19 02:51:16.516 INFO STEP 899 (remove_files) COMPLETE
81632026-08-19T02:51:17.226Z[ recovery-image] Aug 19 02:51:16.516 INFO O| Aug 19 02:51:16.516 INFO STEP 900: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81642026-08-19T02:51:17.235Z[ recovery-image] Aug 19 02:51:16.526 INFO O| Aug 19 02:51:16.526 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errgid"
81652026-08-19T02:51:17.235Z[ recovery-image] Aug 19 02:51:16.526 INFO O| Aug 19 02:51:16.526 INFO STEP 900 (remove_files) COMPLETE
81662026-08-19T02:51:17.235Z[ recovery-image] Aug 19 02:51:16.526 INFO O| Aug 19 02:51:16.526 INFO STEP 901: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81672026-08-19T02:51:17.244Z[ recovery-image] Aug 19 02:51:16.534 INFO O| Aug 19 02:51:16.534 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errint"
81682026-08-19T02:51:17.244Z[ recovery-image] Aug 19 02:51:16.534 INFO O| Aug 19 02:51:16.534 INFO STEP 901 (remove_files) COMPLETE
81692026-08-19T02:51:17.247Z[ recovery-image] Aug 19 02:51:16.534 INFO O| Aug 19 02:51:16.534 INFO STEP 902: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81702026-08-19T02:51:17.253Z[ recovery-image] Aug 19 02:51:16.543 INFO O| Aug 19 02:51:16.543 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erritem"
81712026-08-19T02:51:17.253Z[ recovery-image] Aug 19 02:51:16.543 INFO O| Aug 19 02:51:16.543 INFO STEP 902 (remove_files) COMPLETE
81722026-08-19T02:51:17.256Z[ recovery-image] Aug 19 02:51:16.543 INFO O| Aug 19 02:51:16.543 INFO STEP 903: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81732026-08-19T02:51:17.262Z[ recovery-image] Aug 19 02:51:16.553 INFO O| Aug 19 02:51:16.553 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errpath"
81742026-08-19T02:51:17.262Z[ recovery-image] Aug 19 02:51:16.553 INFO O| Aug 19 02:51:16.553 INFO STEP 903 (remove_files) COMPLETE
81752026-08-19T02:51:17.262Z[ recovery-image] Aug 19 02:51:16.553 INFO O| Aug 19 02:51:16.553 INFO STEP 904: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81762026-08-19T02:51:17.271Z[ recovery-image] Aug 19 02:51:16.562 INFO O| Aug 19 02:51:16.562 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errstr"
81772026-08-19T02:51:17.271Z[ recovery-image] Aug 19 02:51:16.562 INFO O| Aug 19 02:51:16.562 INFO STEP 904 (remove_files) COMPLETE
81782026-08-19T02:51:17.271Z[ recovery-image] Aug 19 02:51:16.562 INFO O| Aug 19 02:51:16.562 INFO STEP 905: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81792026-08-19T02:51:17.280Z[ recovery-image] Aug 19 02:51:16.571 INFO O| Aug 19 02:51:16.571 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errtime"
81802026-08-19T02:51:17.280Z[ recovery-image] Aug 19 02:51:16.571 INFO O| Aug 19 02:51:16.571 INFO STEP 905 (remove_files) COMPLETE
81812026-08-19T02:51:17.280Z[ recovery-image] Aug 19 02:51:16.571 INFO O| Aug 19 02:51:16.571 INFO STEP 906: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81822026-08-19T02:51:17.289Z[ recovery-image] Aug 19 02:51:16.580 INFO O| Aug 19 02:51:16.580 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erruid"
81832026-08-19T02:51:17.289Z[ recovery-image] Aug 19 02:51:16.580 INFO O| Aug 19 02:51:16.580 INFO STEP 906 (remove_files) COMPLETE
81842026-08-19T02:51:17.289Z[ recovery-image] Aug 19 02:51:16.580 INFO O| Aug 19 02:51:16.580 INFO STEP 907: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81852026-08-19T02:51:17.292Z[verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
81862026-08-19T02:51:17.300Z[ recovery-image] Aug 19 02:51:16.590 INFO O| Aug 19 02:51:16.590 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erryorn"
81872026-08-19T02:51:17.300Z[ recovery-image] Aug 19 02:51:16.590 INFO O| Aug 19 02:51:16.590 INFO STEP 907 (remove_files) COMPLETE
81882026-08-19T02:51:17.300Z[ recovery-image] Aug 19 02:51:16.590 INFO O| Aug 19 02:51:16.590 INFO STEP 908: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81892026-08-19T02:51:17.310Z[ recovery-image] Aug 19 02:51:16.600 INFO O| Aug 19 02:51:16.600 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpdate"
81902026-08-19T02:51:17.310Z[ recovery-image] Aug 19 02:51:16.600 INFO O| Aug 19 02:51:16.600 INFO STEP 908 (remove_files) COMPLETE
81912026-08-19T02:51:17.310Z[ recovery-image] Aug 19 02:51:16.600 INFO O| Aug 19 02:51:16.600 INFO STEP 909: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81922026-08-19T02:51:17.320Z[ recovery-image] Aug 19 02:51:16.611 INFO O| Aug 19 02:51:16.611 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpgid"
81932026-08-19T02:51:17.320Z[ recovery-image] Aug 19 02:51:16.611 INFO O| Aug 19 02:51:16.611 INFO STEP 909 (remove_files) COMPLETE
81942026-08-19T02:51:17.320Z[ recovery-image] Aug 19 02:51:16.611 INFO O| Aug 19 02:51:16.611 INFO STEP 910: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81952026-08-19T02:51:17.331Z[ recovery-image] Aug 19 02:51:16.621 INFO O| Aug 19 02:51:16.621 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpint"
81962026-08-19T02:51:17.331Z[ recovery-image] Aug 19 02:51:16.621 INFO O| Aug 19 02:51:16.621 INFO STEP 910 (remove_files) COMPLETE
81972026-08-19T02:51:17.331Z[ recovery-image] Aug 19 02:51:16.621 INFO O| Aug 19 02:51:16.621 INFO STEP 911: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81982026-08-19T02:51:17.338Z[verify-libraries] Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
81992026-08-19T02:51:17.342Z[ recovery-image] Aug 19 02:51:16.633 INFO O| Aug 19 02:51:16.633 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpitem"
82002026-08-19T02:51:17.342Z[ recovery-image] Aug 19 02:51:16.633 INFO O| Aug 19 02:51:16.633 INFO STEP 911 (remove_files) COMPLETE
82012026-08-19T02:51:17.342Z[ recovery-image] Aug 19 02:51:16.633 INFO O| Aug 19 02:51:16.633 INFO STEP 912: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82022026-08-19T02:51:17.353Z[ recovery-image] Aug 19 02:51:16.643 INFO O| Aug 19 02:51:16.643 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helppath"
82032026-08-19T02:51:17.353Z[ recovery-image] Aug 19 02:51:16.643 INFO O| Aug 19 02:51:16.643 INFO STEP 912 (remove_files) COMPLETE
82042026-08-19T02:51:17.356Z[ recovery-image] Aug 19 02:51:16.643 INFO O| Aug 19 02:51:16.643 INFO STEP 913: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82052026-08-19T02:51:17.363Z[ recovery-image] Aug 19 02:51:16.653 INFO O| Aug 19 02:51:16.653 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helprange"
82062026-08-19T02:51:17.363Z[ recovery-image] Aug 19 02:51:16.653 INFO O| Aug 19 02:51:16.653 INFO STEP 913 (remove_files) COMPLETE
82072026-08-19T02:51:17.363Z[ recovery-image] Aug 19 02:51:16.653 INFO O| Aug 19 02:51:16.653 INFO STEP 914: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82082026-08-19T02:51:17.373Z[ recovery-image] Aug 19 02:51:16.664 INFO O| Aug 19 02:51:16.664 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpstr"
82092026-08-19T02:51:17.374Z[ recovery-image] Aug 19 02:51:16.664 INFO O| Aug 19 02:51:16.664 INFO STEP 914 (remove_files) COMPLETE
82102026-08-19T02:51:17.374Z[ recovery-image] Aug 19 02:51:16.664 INFO O| Aug 19 02:51:16.664 INFO STEP 915: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82112026-08-19T02:51:17.382Z[ recovery-image] Aug 19 02:51:16.673 INFO O| Aug 19 02:51:16.673 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helptime"
82122026-08-19T02:51:17.382Z[ recovery-image] Aug 19 02:51:16.673 INFO O| Aug 19 02:51:16.673 INFO STEP 915 (remove_files) COMPLETE
82132026-08-19T02:51:17.386Z[ recovery-image] Aug 19 02:51:16.673 INFO O| Aug 19 02:51:16.673 INFO STEP 916: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82142026-08-19T02:51:17.391Z[ recovery-image] Aug 19 02:51:16.681 INFO O| Aug 19 02:51:16.681 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpuid"
82152026-08-19T02:51:17.391Z[ recovery-image] Aug 19 02:51:16.681 INFO O| Aug 19 02:51:16.681 INFO STEP 916 (remove_files) COMPLETE
82162026-08-19T02:51:17.394Z[ recovery-image] Aug 19 02:51:16.681 INFO O| Aug 19 02:51:16.681 INFO STEP 917: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82172026-08-19T02:51:17.401Z[ recovery-image] Aug 19 02:51:16.691 INFO O| Aug 19 02:51:16.691 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpyorn"
82182026-08-19T02:51:17.401Z[ recovery-image] Aug 19 02:51:16.691 INFO O| Aug 19 02:51:16.691 INFO STEP 917 (remove_files) COMPLETE
82192026-08-19T02:51:17.404Z[ recovery-image] Aug 19 02:51:16.691 INFO O| Aug 19 02:51:16.691 INFO STEP 918: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82202026-08-19T02:51:17.410Z[ recovery-image] Aug 19 02:51:16.700 INFO O| Aug 19 02:51:16.700 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/puttext"
82212026-08-19T02:51:17.410Z[ recovery-image] Aug 19 02:51:16.700 INFO O| Aug 19 02:51:16.700 INFO STEP 918 (remove_files) COMPLETE
82222026-08-19T02:51:17.410Z[ recovery-image] Aug 19 02:51:16.700 INFO O| Aug 19 02:51:16.700 INFO STEP 919: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82232026-08-19T02:51:17.418Z[ recovery-image] Aug 19 02:51:16.709 INFO O| Aug 19 02:51:16.709 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valdate"
82242026-08-19T02:51:17.418Z[ recovery-image] Aug 19 02:51:16.709 INFO O| Aug 19 02:51:16.709 INFO STEP 919 (remove_files) COMPLETE
82252026-08-19T02:51:17.418Z[ recovery-image] Aug 19 02:51:16.709 INFO O| Aug 19 02:51:16.709 INFO STEP 920: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82262026-08-19T02:51:17.428Z[ recovery-image] Aug 19 02:51:16.718 INFO O| Aug 19 02:51:16.718 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valgid"
82272026-08-19T02:51:17.429Z[ recovery-image] Aug 19 02:51:16.718 INFO O| Aug 19 02:51:16.718 INFO STEP 920 (remove_files) COMPLETE
82282026-08-19T02:51:17.429Z[ recovery-image] Aug 19 02:51:16.718 INFO O| Aug 19 02:51:16.718 INFO STEP 921: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82292026-08-19T02:51:17.437Z[ recovery-image] Aug 19 02:51:16.727 INFO O| Aug 19 02:51:16.727 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valint"
82302026-08-19T02:51:17.437Z[ recovery-image] Aug 19 02:51:16.728 INFO O| Aug 19 02:51:16.727 INFO STEP 921 (remove_files) COMPLETE
82312026-08-19T02:51:17.437Z[ recovery-image] Aug 19 02:51:16.728 INFO O| Aug 19 02:51:16.728 INFO STEP 922: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82322026-08-19T02:51:17.447Z[ recovery-image] Aug 19 02:51:16.737 INFO O| Aug 19 02:51:16.737 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valpath"
82332026-08-19T02:51:17.447Z[ recovery-image] Aug 19 02:51:16.737 INFO O| Aug 19 02:51:16.737 INFO STEP 922 (remove_files) COMPLETE
82342026-08-19T02:51:17.447Z[ recovery-image] Aug 19 02:51:16.737 INFO O| Aug 19 02:51:16.737 INFO STEP 923: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82352026-08-19T02:51:17.458Z[ recovery-image] Aug 19 02:51:16.747 INFO O| Aug 19 02:51:16.747 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valrange"
82362026-08-19T02:51:17.458Z[ recovery-image] Aug 19 02:51:16.747 INFO O| Aug 19 02:51:16.747 INFO STEP 923 (remove_files) COMPLETE
82372026-08-19T02:51:17.458Z[ recovery-image] Aug 19 02:51:16.747 INFO O| Aug 19 02:51:16.747 INFO STEP 924: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82382026-08-19T02:51:17.465Z[ recovery-image] Aug 19 02:51:16.756 INFO O| Aug 19 02:51:16.756 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valstr"
82392026-08-19T02:51:17.466Z[ recovery-image] Aug 19 02:51:16.756 INFO O| Aug 19 02:51:16.756 INFO STEP 924 (remove_files) COMPLETE
82402026-08-19T02:51:17.469Z[ recovery-image] Aug 19 02:51:16.756 INFO O| Aug 19 02:51:16.756 INFO STEP 925: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82412026-08-19T02:51:17.478Z[ recovery-image] Aug 19 02:51:16.769 INFO O| Aug 19 02:51:16.769 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valtime"
82422026-08-19T02:51:17.478Z[ recovery-image] Aug 19 02:51:16.769 INFO O| Aug 19 02:51:16.769 INFO STEP 925 (remove_files) COMPLETE
82432026-08-19T02:51:17.478Z[ recovery-image] Aug 19 02:51:16.769 INFO O| Aug 19 02:51:16.769 INFO STEP 926: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82442026-08-19T02:51:17.490Z[ recovery-image] Aug 19 02:51:16.781 INFO O| Aug 19 02:51:16.781 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valuid"
82452026-08-19T02:51:17.490Z[ recovery-image] Aug 19 02:51:16.781 INFO O| Aug 19 02:51:16.781 INFO STEP 926 (remove_files) COMPLETE
82462026-08-19T02:51:17.490Z[ recovery-image] Aug 19 02:51:16.781 INFO O| Aug 19 02:51:16.781 INFO STEP 927: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82472026-08-19T02:51:17.501Z[ recovery-image] Aug 19 02:51:16.792 INFO O| Aug 19 02:51:16.792 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valyorn"
82482026-08-19T02:51:17.501Z[ recovery-image] Aug 19 02:51:16.792 INFO O| Aug 19 02:51:16.792 INFO STEP 927 (remove_files) COMPLETE
82492026-08-19T02:51:17.504Z[ recovery-image] Aug 19 02:51:16.792 INFO O| Aug 19 02:51:16.792 INFO STEP 928: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82502026-08-19T02:51:17.511Z[ recovery-image] Aug 19 02:51:16.801 INFO O| Aug 19 02:51:16.801 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkginstall"
82512026-08-19T02:51:17.511Z[ recovery-image] Aug 19 02:51:16.802 INFO O| Aug 19 02:51:16.802 INFO STEP 928 (remove_files) COMPLETE
82522026-08-19T02:51:17.514Z[ recovery-image] Aug 19 02:51:16.802 INFO O| Aug 19 02:51:16.802 INFO STEP 929: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82532026-08-19T02:51:17.523Z[ recovery-image] Aug 19 02:51:16.813 INFO O| Aug 19 02:51:16.813 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgname"
82542026-08-19T02:51:17.523Z[ recovery-image] Aug 19 02:51:16.813 INFO O| Aug 19 02:51:16.813 INFO STEP 929 (remove_files) COMPLETE
82552026-08-19T02:51:17.523Z[ recovery-image] Aug 19 02:51:16.813 INFO O| Aug 19 02:51:16.813 INFO STEP 930: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82562026-08-19T02:51:17.532Z[ recovery-image] Aug 19 02:51:16.822 INFO O| Aug 19 02:51:16.822 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgremove"
82572026-08-19T02:51:17.532Z[ recovery-image] Aug 19 02:51:16.822 INFO O| Aug 19 02:51:16.822 INFO STEP 930 (remove_files) COMPLETE
82582026-08-19T02:51:17.532Z[ recovery-image] Aug 19 02:51:16.822 INFO O| Aug 19 02:51:16.822 INFO STEP 931: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82592026-08-19T02:51:17.541Z[ recovery-image] Aug 19 02:51:16.832 INFO O| Aug 19 02:51:16.831 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgserv"
82602026-08-19T02:51:17.541Z[ recovery-image] Aug 19 02:51:16.832 INFO O| Aug 19 02:51:16.832 INFO STEP 931 (remove_files) COMPLETE
82612026-08-19T02:51:17.541Z[ recovery-image] Aug 19 02:51:16.832 INFO O| Aug 19 02:51:16.832 INFO STEP 932: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82622026-08-19T02:51:17.553Z[ recovery-image] Aug 19 02:51:16.842 INFO O| Aug 19 02:51:16.842 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/miniroot.db"
82632026-08-19T02:51:17.553Z[ recovery-image] Aug 19 02:51:16.842 INFO O| Aug 19 02:51:16.842 INFO STEP 932 (remove_files) COMPLETE
82642026-08-19T02:51:17.553Z[ recovery-image] Aug 19 02:51:16.842 INFO O| Aug 19 02:51:16.842 INFO STEP 933: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82652026-08-19T02:51:17.574Z[ recovery-image] Aug 19 02:51:16.864 INFO O| Aug 19 02:51:16.864 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/scripts/i.preserve"
82662026-08-19T02:51:17.574Z[ recovery-image] Aug 19 02:51:16.864 INFO O| Aug 19 02:51:16.864 INFO STEP 933 (remove_files) COMPLETE
82672026-08-19T02:51:17.578Z[ recovery-image] Aug 19 02:51:16.864 INFO O| Aug 19 02:51:16.864 INFO STEP 934: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82682026-08-19T02:51:17.585Z[ recovery-image] Aug 19 02:51:16.876 INFO O| Aug 19 02:51:16.876 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/ugdates"
82692026-08-19T02:51:17.585Z[ recovery-image] Aug 19 02:51:16.876 INFO O| Aug 19 02:51:16.876 INFO STEP 934 (remove_files) COMPLETE
82702026-08-19T02:51:17.585Z[ recovery-image] Aug 19 02:51:16.876 INFO O| Aug 19 02:51:16.876 INFO STEP 935: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82712026-08-19T02:51:17.618Z[verify-libraries] Compiling yansi v1.0.1
82722026-08-19T02:51:17.621Z[ recovery-image] Aug 19 02:51:16.910 INFO O| Aug 19 02:51:16.910 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/6to4relay"
82732026-08-19T02:51:17.621Z[ recovery-image] Aug 19 02:51:16.910 INFO O| Aug 19 02:51:16.910 INFO STEP 935 (remove_files) COMPLETE
82742026-08-19T02:51:17.621Z[ recovery-image] Aug 19 02:51:16.910 INFO O| Aug 19 02:51:16.910 INFO STEP 936: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82752026-08-19T02:51:17.634Z[ recovery-image] Aug 19 02:51:16.922 INFO O| Aug 19 02:51:16.921 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acctadm"
82762026-08-19T02:51:17.634Z[ recovery-image] Aug 19 02:51:16.922 INFO O| Aug 19 02:51:16.922 INFO STEP 936 (remove_files) COMPLETE
82772026-08-19T02:51:17.634Z[ recovery-image] Aug 19 02:51:16.922 INFO O| Aug 19 02:51:16.922 INFO STEP 937: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82782026-08-19T02:51:17.652Z[ recovery-image] Aug 19 02:51:16.942 INFO O| Aug 19 02:51:16.941 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acpidump"
82792026-08-19T02:51:17.652Z[ recovery-image] Aug 19 02:51:16.942 INFO O| Aug 19 02:51:16.942 INFO STEP 937 (remove_files) COMPLETE
82802026-08-19T02:51:17.655Z[ recovery-image] Aug 19 02:51:16.942 INFO O| Aug 19 02:51:16.942 INFO STEP 938: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82812026-08-19T02:51:17.699Z[ recovery-image] Aug 19 02:51:16.989 INFO O| Aug 19 02:51:16.989 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acpixtract"
82822026-08-19T02:51:17.699Z[ recovery-image] Aug 19 02:51:16.989 INFO O| Aug 19 02:51:16.989 INFO STEP 938 (remove_files) COMPLETE
82832026-08-19T02:51:17.702Z[ recovery-image] Aug 19 02:51:16.989 INFO O| Aug 19 02:51:16.989 INFO STEP 939: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82842026-08-19T02:51:17.710Z[ recovery-image] Aug 19 02:51:17.001 INFO O| Aug 19 02:51:17.000 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/add_drv"
82852026-08-19T02:51:17.710Z[ recovery-image] Aug 19 02:51:17.001 INFO O| Aug 19 02:51:17.001 INFO STEP 939 (remove_files) COMPLETE
82862026-08-19T02:51:17.714Z[ recovery-image] Aug 19 02:51:17.001 INFO O| Aug 19 02:51:17.001 INFO STEP 940: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82872026-08-19T02:51:17.721Z[ recovery-image] Aug 19 02:51:17.011 INFO O| Aug 19 02:51:17.011 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/allocate"
82882026-08-19T02:51:17.721Z[ recovery-image] Aug 19 02:51:17.011 INFO O| Aug 19 02:51:17.011 INFO STEP 940 (remove_files) COMPLETE
82892026-08-19T02:51:17.724Z[ recovery-image] Aug 19 02:51:17.011 INFO O| Aug 19 02:51:17.011 INFO STEP 941: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82902026-08-19T02:51:17.731Z[ recovery-image] Aug 19 02:51:17.022 INFO O| Aug 19 02:51:17.022 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/intrstat"
82912026-08-19T02:51:17.731Z[ recovery-image] Aug 19 02:51:17.022 INFO O| Aug 19 02:51:17.022 INFO STEP 941 (remove_files) COMPLETE
82922026-08-19T02:51:17.731Z[ recovery-image] Aug 19 02:51:17.022 INFO O| Aug 19 02:51:17.022 INFO STEP 942: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82932026-08-19T02:51:17.743Z[ recovery-image] Aug 19 02:51:17.033 INFO O| Aug 19 02:51:17.033 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/lockstat"
82942026-08-19T02:51:17.743Z[ recovery-image] Aug 19 02:51:17.033 INFO O| Aug 19 02:51:17.033 INFO STEP 942 (remove_files) COMPLETE
82952026-08-19T02:51:17.746Z[ recovery-image] Aug 19 02:51:17.033 INFO O| Aug 19 02:51:17.033 INFO STEP 943: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82962026-08-19T02:51:17.755Z[ recovery-image] Aug 19 02:51:17.044 INFO O| Aug 19 02:51:17.044 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/plockstat"
82972026-08-19T02:51:17.755Z[ recovery-image] Aug 19 02:51:17.044 INFO O| Aug 19 02:51:17.044 INFO STEP 943 (remove_files) COMPLETE
82982026-08-19T02:51:17.755Z[ recovery-image] Aug 19 02:51:17.044 INFO O| Aug 19 02:51:17.044 INFO STEP 944: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82992026-08-19T02:51:17.768Z[ recovery-image] Aug 19 02:51:17.056 INFO O| Aug 19 02:51:17.056 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/arp"
83002026-08-19T02:51:17.768Z[ recovery-image] Aug 19 02:51:17.056 INFO O| Aug 19 02:51:17.056 INFO STEP 944 (remove_files) COMPLETE
83012026-08-19T02:51:17.771Z[ recovery-image] Aug 19 02:51:17.056 INFO O| Aug 19 02:51:17.056 INFO STEP 945: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83022026-08-19T02:51:17.775Z[ recovery-image] Aug 19 02:51:17.066 INFO O| Aug 19 02:51:17.066 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/audit"
83032026-08-19T02:51:17.775Z[ recovery-image] Aug 19 02:51:17.066 INFO O| Aug 19 02:51:17.066 INFO STEP 945 (remove_files) COMPLETE
83042026-08-19T02:51:17.778Z[ recovery-image] Aug 19 02:51:17.066 INFO O| Aug 19 02:51:17.066 INFO STEP 946: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83052026-08-19T02:51:17.787Z[ recovery-image] Aug 19 02:51:17.078 INFO O| Aug 19 02:51:17.078 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditconfig"
83062026-08-19T02:51:17.787Z[ recovery-image] Aug 19 02:51:17.078 INFO O| Aug 19 02:51:17.078 INFO STEP 946 (remove_files) COMPLETE
83072026-08-19T02:51:17.788Z[ recovery-image] Aug 19 02:51:17.078 INFO O| Aug 19 02:51:17.078 INFO STEP 947: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83082026-08-19T02:51:17.800Z[ recovery-image] Aug 19 02:51:17.090 INFO O| Aug 19 02:51:17.090 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditd"
83092026-08-19T02:51:17.800Z[ recovery-image] Aug 19 02:51:17.090 INFO O| Aug 19 02:51:17.090 INFO STEP 947 (remove_files) COMPLETE
83102026-08-19T02:51:17.800Z[ recovery-image] Aug 19 02:51:17.090 INFO O| Aug 19 02:51:17.090 INFO STEP 948: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83112026-08-19T02:51:17.811Z[ recovery-image] Aug 19 02:51:17.102 INFO O| Aug 19 02:51:17.102 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditrecord"
83122026-08-19T02:51:17.811Z[ recovery-image] Aug 19 02:51:17.102 INFO O| Aug 19 02:51:17.102 INFO STEP 948 (remove_files) COMPLETE
83132026-08-19T02:51:17.811Z[ recovery-image] Aug 19 02:51:17.102 INFO O| Aug 19 02:51:17.102 INFO STEP 949: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83142026-08-19T02:51:17.822Z[ recovery-image] Aug 19 02:51:17.113 INFO O| Aug 19 02:51:17.113 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditreduce"
83152026-08-19T02:51:17.822Z[ recovery-image] Aug 19 02:51:17.113 INFO O| Aug 19 02:51:17.113 INFO STEP 949 (remove_files) COMPLETE
83162026-08-19T02:51:17.824Z[ recovery-image] Aug 19 02:51:17.113 INFO O| Aug 19 02:51:17.113 INFO STEP 950: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83172026-08-19T02:51:17.834Z[ recovery-image] Aug 19 02:51:17.124 INFO O| Aug 19 02:51:17.124 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditstat"
83182026-08-19T02:51:17.834Z[ recovery-image] Aug 19 02:51:17.124 INFO O| Aug 19 02:51:17.124 INFO STEP 950 (remove_files) COMPLETE
83192026-08-19T02:51:17.834Z[ recovery-image] Aug 19 02:51:17.124 INFO O| Aug 19 02:51:17.124 INFO STEP 951: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83202026-08-19T02:51:17.845Z[ recovery-image] Aug 19 02:51:17.136 INFO O| Aug 19 02:51:17.136 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/audlinks"
83212026-08-19T02:51:17.845Z[ recovery-image] Aug 19 02:51:17.136 INFO O| Aug 19 02:51:17.136 INFO STEP 951 (remove_files) COMPLETE
83222026-08-19T02:51:17.851Z[ recovery-image] Aug 19 02:51:17.136 INFO O| Aug 19 02:51:17.136 INFO STEP 952: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83232026-08-19T02:51:17.856Z[ recovery-image] Aug 19 02:51:17.147 INFO O| Aug 19 02:51:17.147 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bhyve"
83242026-08-19T02:51:17.856Z[ recovery-image] Aug 19 02:51:17.147 INFO O| Aug 19 02:51:17.147 INFO STEP 952 (remove_files) COMPLETE
83252026-08-19T02:51:17.856Z[ recovery-image] Aug 19 02:51:17.147 INFO O| Aug 19 02:51:17.147 INFO STEP 953: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83262026-08-19T02:51:17.870Z[ recovery-image] Aug 19 02:51:17.160 INFO O| Aug 19 02:51:17.160 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bhyvectl"
83272026-08-19T02:51:17.870Z[ recovery-image] Aug 19 02:51:17.160 INFO O| Aug 19 02:51:17.160 INFO STEP 953 (remove_files) COMPLETE
83282026-08-19T02:51:17.873Z[ recovery-image] Aug 19 02:51:17.160 INFO O| Aug 19 02:51:17.160 INFO STEP 954: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83292026-08-19T02:51:17.881Z[ recovery-image] Aug 19 02:51:17.172 INFO O| Aug 19 02:51:17.171 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/cfgadm"
83302026-08-19T02:51:17.881Z[ recovery-image] Aug 19 02:51:17.172 INFO O| Aug 19 02:51:17.172 INFO STEP 954 (remove_files) COMPLETE
83312026-08-19T02:51:17.884Z[ recovery-image] Aug 19 02:51:17.172 INFO O| Aug 19 02:51:17.172 INFO STEP 955: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83322026-08-19T02:51:17.891Z[ recovery-image] Aug 19 02:51:17.182 INFO O| Aug 19 02:51:17.182 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/chronyd"
83332026-08-19T02:51:17.891Z[ recovery-image] Aug 19 02:51:17.182 INFO O| Aug 19 02:51:17.182 INFO STEP 955 (remove_files) COMPLETE
83342026-08-19T02:51:17.891Z[ recovery-image] Aug 19 02:51:17.182 INFO O| Aug 19 02:51:17.182 INFO STEP 956: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83352026-08-19T02:51:17.903Z[ recovery-image] Aug 19 02:51:17.193 INFO O| Aug 19 02:51:17.193 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/chroot"
83362026-08-19T02:51:17.903Z[ recovery-image] Aug 19 02:51:17.193 INFO O| Aug 19 02:51:17.193 INFO STEP 956 (remove_files) COMPLETE
83372026-08-19T02:51:17.903Z[ recovery-image] Aug 19 02:51:17.193 INFO O| Aug 19 02:51:17.193 INFO STEP 957: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83382026-08-19T02:51:17.915Z[ recovery-image] Aug 19 02:51:17.205 INFO O| Aug 19 02:51:17.205 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clear_locks"
83392026-08-19T02:51:17.915Z[ recovery-image] Aug 19 02:51:17.205 INFO O| Aug 19 02:51:17.205 INFO STEP 957 (remove_files) COMPLETE
83402026-08-19T02:51:17.915Z[ recovery-image] Aug 19 02:51:17.205 INFO O| Aug 19 02:51:17.205 INFO STEP 958: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83412026-08-19T02:51:17.927Z[ recovery-image] Aug 19 02:51:17.217 INFO O| Aug 19 02:51:17.217 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clinfo"
83422026-08-19T02:51:17.927Z[ recovery-image] Aug 19 02:51:17.217 INFO O| Aug 19 02:51:17.217 INFO STEP 958 (remove_files) COMPLETE
83432026-08-19T02:51:17.927Z[ recovery-image] Aug 19 02:51:17.217 INFO O| Aug 19 02:51:17.217 INFO STEP 959: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83442026-08-19T02:51:17.938Z[ recovery-image] Aug 19 02:51:17.228 INFO O| Aug 19 02:51:17.228 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clri"
83452026-08-19T02:51:17.938Z[ recovery-image] Aug 19 02:51:17.228 INFO O| Aug 19 02:51:17.228 INFO STEP 959 (remove_files) COMPLETE
83462026-08-19T02:51:17.941Z[ recovery-image] Aug 19 02:51:17.228 INFO O| Aug 19 02:51:17.228 INFO STEP 960: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83472026-08-19T02:51:17.949Z[ recovery-image] Aug 19 02:51:17.240 INFO O| Aug 19 02:51:17.240 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/consadm"
83482026-08-19T02:51:17.949Z[ recovery-image] Aug 19 02:51:17.240 INFO O| Aug 19 02:51:17.240 INFO STEP 960 (remove_files) COMPLETE
83492026-08-19T02:51:17.952Z[ recovery-image] Aug 19 02:51:17.240 INFO O| Aug 19 02:51:17.240 INFO STEP 961: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83502026-08-19T02:51:17.960Z[ recovery-image] Aug 19 02:51:17.251 INFO O| Aug 19 02:51:17.251 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/consadmd"
83512026-08-19T02:51:17.960Z[ recovery-image] Aug 19 02:51:17.251 INFO O| Aug 19 02:51:17.251 INFO STEP 961 (remove_files) COMPLETE
83522026-08-19T02:51:17.964Z[ recovery-image] Aug 19 02:51:17.251 INFO O| Aug 19 02:51:17.251 INFO STEP 962: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83532026-08-19T02:51:17.974Z[ recovery-image] Aug 19 02:51:17.265 INFO O| Aug 19 02:51:17.265 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/deallocate"
83542026-08-19T02:51:17.974Z[ recovery-image] Aug 19 02:51:17.265 INFO O| Aug 19 02:51:17.265 INFO STEP 962 (remove_files) COMPLETE
83552026-08-19T02:51:17.978Z[ recovery-image] Aug 19 02:51:17.265 INFO O| Aug 19 02:51:17.265 INFO STEP 963: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83562026-08-19T02:51:17.988Z[ recovery-image] Aug 19 02:51:17.278 INFO O| Aug 19 02:51:17.278 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/devinfo"
83572026-08-19T02:51:17.988Z[ recovery-image] Aug 19 02:51:17.278 INFO O| Aug 19 02:51:17.278 INFO STEP 963 (remove_files) COMPLETE
83582026-08-19T02:51:17.991Z[ recovery-image] Aug 19 02:51:17.278 INFO O| Aug 19 02:51:17.278 INFO STEP 964: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83592026-08-19T02:51:17.998Z[ recovery-image] Aug 19 02:51:17.289 INFO O| Aug 19 02:51:17.289 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/devlinks"
83602026-08-19T02:51:17.998Z[ recovery-image] Aug 19 02:51:17.289 INFO O| Aug 19 02:51:17.289 INFO STEP 964 (remove_files) COMPLETE
83612026-08-19T02:51:17.998Z[ recovery-image] Aug 19 02:51:17.289 INFO O| Aug 19 02:51:17.289 INFO STEP 965: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83622026-08-19T02:51:18.011Z[ recovery-image] Aug 19 02:51:17.301 INFO O| Aug 19 02:51:17.301 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/df"
83632026-08-19T02:51:18.011Z[ recovery-image] Aug 19 02:51:17.301 INFO O| Aug 19 02:51:17.301 INFO STEP 965 (remove_files) COMPLETE
83642026-08-19T02:51:18.011Z[ recovery-image] Aug 19 02:51:17.301 INFO O| Aug 19 02:51:17.301 INFO STEP 966: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83652026-08-19T02:51:18.022Z[ recovery-image] Aug 19 02:51:17.312 INFO O| Aug 19 02:51:17.312 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dfmounts"
83662026-08-19T02:51:18.022Z[ recovery-image] Aug 19 02:51:17.312 INFO O| Aug 19 02:51:17.312 INFO STEP 966 (remove_files) COMPLETE
83672026-08-19T02:51:18.022Z[ recovery-image] Aug 19 02:51:17.312 INFO O| Aug 19 02:51:17.312 INFO STEP 967: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83682026-08-19T02:51:18.033Z[ recovery-image] Aug 19 02:51:17.323 INFO O| Aug 19 02:51:17.323 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dfshares"
83692026-08-19T02:51:18.033Z[ recovery-image] Aug 19 02:51:17.323 INFO O| Aug 19 02:51:17.323 INFO STEP 967 (remove_files) COMPLETE
83702026-08-19T02:51:18.036Z[ recovery-image] Aug 19 02:51:17.323 INFO O| Aug 19 02:51:17.323 INFO STEP 968: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83712026-08-19T02:51:18.043Z[ recovery-image] Aug 19 02:51:17.334 INFO O| Aug 19 02:51:17.334 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/disks"
83722026-08-19T02:51:18.043Z[ recovery-image] Aug 19 02:51:17.334 INFO O| Aug 19 02:51:17.334 INFO STEP 968 (remove_files) COMPLETE
83732026-08-19T02:51:18.046Z[ recovery-image] Aug 19 02:51:17.334 INFO O| Aug 19 02:51:17.334 INFO STEP 969: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83742026-08-19T02:51:18.052Z[ recovery-image] Aug 19 02:51:17.342 INFO O| Aug 19 02:51:17.342 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dispadmin"
83752026-08-19T02:51:18.052Z[ recovery-image] Aug 19 02:51:17.342 INFO O| Aug 19 02:51:17.342 INFO STEP 969 (remove_files) COMPLETE
83762026-08-19T02:51:18.052Z[ recovery-image] Aug 19 02:51:17.342 INFO O| Aug 19 02:51:17.342 INFO STEP 970: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83772026-08-19T02:51:18.062Z[ recovery-image] Aug 19 02:51:17.352 INFO O| Aug 19 02:51:17.352 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dminfo"
83782026-08-19T02:51:18.062Z[ recovery-image] Aug 19 02:51:17.352 INFO O| Aug 19 02:51:17.352 INFO STEP 970 (remove_files) COMPLETE
83792026-08-19T02:51:18.062Z[ recovery-image] Aug 19 02:51:17.352 INFO O| Aug 19 02:51:17.352 INFO STEP 971: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83802026-08-19T02:51:18.071Z[verify-libraries] Compiling pretty_assertions v1.4.1
83812026-08-19T02:51:18.074Z[ recovery-image] Aug 19 02:51:17.364 INFO O| Aug 19 02:51:17.364 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/drvconfig"
83822026-08-19T02:51:18.074Z[ recovery-image] Aug 19 02:51:17.364 INFO O| Aug 19 02:51:17.364 INFO STEP 971 (remove_files) COMPLETE
83832026-08-19T02:51:18.074Z[ recovery-image] Aug 19 02:51:17.364 INFO O| Aug 19 02:51:17.364 INFO STEP 972: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83842026-08-19T02:51:18.083Z[ recovery-image] Aug 19 02:51:17.373 INFO O| Aug 19 02:51:17.373 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/eeprom"
83852026-08-19T02:51:18.083Z[ recovery-image] Aug 19 02:51:17.373 INFO O| Aug 19 02:51:17.373 INFO STEP 972 (remove_files) COMPLETE
83862026-08-19T02:51:18.083Z[ recovery-image] Aug 19 02:51:17.373 INFO O| Aug 19 02:51:17.373 INFO STEP 973: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83872026-08-19T02:51:18.094Z[ recovery-image] Aug 19 02:51:17.385 INFO O| Aug 19 02:51:17.385 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ff"
83882026-08-19T02:51:18.094Z[ recovery-image] Aug 19 02:51:17.385 INFO O| Aug 19 02:51:17.385 INFO STEP 973 (remove_files) COMPLETE
83892026-08-19T02:51:18.094Z[ recovery-image] Aug 19 02:51:17.385 INFO O| Aug 19 02:51:17.385 INFO STEP 974: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83902026-08-19T02:51:18.103Z[ recovery-image] Aug 19 02:51:17.394 INFO O| Aug 19 02:51:17.393 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmadm"
83912026-08-19T02:51:18.103Z[ recovery-image] Aug 19 02:51:17.394 INFO O| Aug 19 02:51:17.394 INFO STEP 974 (remove_files) COMPLETE
83922026-08-19T02:51:18.106Z[ recovery-image] Aug 19 02:51:17.394 INFO O| Aug 19 02:51:17.394 INFO STEP 975: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83932026-08-19T02:51:18.111Z[ recovery-image] Aug 19 02:51:17.402 INFO O| Aug 19 02:51:17.402 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmdump"
83942026-08-19T02:51:18.112Z[ recovery-image] Aug 19 02:51:17.402 INFO O| Aug 19 02:51:17.402 INFO STEP 975 (remove_files) COMPLETE
83952026-08-19T02:51:18.115Z[ recovery-image] Aug 19 02:51:17.402 INFO O| Aug 19 02:51:17.402 INFO STEP 976: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83962026-08-19T02:51:18.120Z[ recovery-image] Aug 19 02:51:17.410 INFO O| Aug 19 02:51:17.410 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmstat"
83972026-08-19T02:51:18.120Z[ recovery-image] Aug 19 02:51:17.410 INFO O| Aug 19 02:51:17.410 INFO STEP 976 (remove_files) COMPLETE
83982026-08-19T02:51:18.120Z[ recovery-image] Aug 19 02:51:17.410 INFO O| Aug 19 02:51:17.410 INFO STEP 977: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83992026-08-19T02:51:18.138Z[ recovery-image] Aug 19 02:51:17.428 INFO O| Aug 19 02:51:17.428 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmthard"
84002026-08-19T02:51:18.138Z[ recovery-image] Aug 19 02:51:17.428 INFO O| Aug 19 02:51:17.428 INFO STEP 977 (remove_files) COMPLETE
84012026-08-19T02:51:18.138Z[ recovery-image] Aug 19 02:51:17.428 INFO O| Aug 19 02:51:17.428 INFO STEP 978: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84022026-08-19T02:51:18.149Z[ recovery-image] Aug 19 02:51:17.439 INFO O| Aug 19 02:51:17.439 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/format"
84032026-08-19T02:51:18.149Z[ recovery-image] Aug 19 02:51:17.439 INFO O| Aug 19 02:51:17.439 INFO STEP 978 (remove_files) COMPLETE
84042026-08-19T02:51:18.149Z[ recovery-image] Aug 19 02:51:17.439 INFO O| Aug 19 02:51:17.439 INFO STEP 979: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84052026-08-19T02:51:18.157Z[ recovery-image] Aug 19 02:51:17.448 INFO O| Aug 19 02:51:17.448 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fsck"
84062026-08-19T02:51:18.158Z[ recovery-image] Aug 19 02:51:17.448 INFO O| Aug 19 02:51:17.448 INFO STEP 979 (remove_files) COMPLETE
84072026-08-19T02:51:18.158Z[ recovery-image] Aug 19 02:51:17.448 INFO O| Aug 19 02:51:17.448 INFO STEP 980: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84082026-08-19T02:51:18.167Z[ recovery-image] Aug 19 02:51:17.458 INFO O| Aug 19 02:51:17.458 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fuser"
84092026-08-19T02:51:18.168Z[ recovery-image] Aug 19 02:51:17.458 INFO O| Aug 19 02:51:17.458 INFO STEP 980 (remove_files) COMPLETE
84102026-08-19T02:51:18.168Z[ recovery-image] Aug 19 02:51:17.458 INFO O| Aug 19 02:51:17.458 INFO STEP 981: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84112026-08-19T02:51:18.177Z[ recovery-image] Aug 19 02:51:17.468 INFO O| Aug 19 02:51:17.468 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/getdevpolicy"
84122026-08-19T02:51:18.178Z[ recovery-image] Aug 19 02:51:17.468 INFO O| Aug 19 02:51:17.468 INFO STEP 981 (remove_files) COMPLETE
84132026-08-19T02:51:18.178Z[ recovery-image] Aug 19 02:51:17.468 INFO O| Aug 19 02:51:17.468 INFO STEP 982: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84142026-08-19T02:51:18.186Z[verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
84152026-08-19T02:51:18.189Z[ recovery-image] Aug 19 02:51:17.478 INFO O| Aug 19 02:51:17.478 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/getmajor"
84162026-08-19T02:51:18.189Z[ recovery-image] Aug 19 02:51:17.478 INFO O| Aug 19 02:51:17.478 INFO STEP 982 (remove_files) COMPLETE
84172026-08-19T02:51:18.189Z[ recovery-image] Aug 19 02:51:17.478 INFO O| Aug 19 02:51:17.478 INFO STEP 983: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84182026-08-19T02:51:18.198Z[ recovery-image] Aug 19 02:51:17.489 INFO O| Aug 19 02:51:17.489 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupadd"
84192026-08-19T02:51:18.198Z[ recovery-image] Aug 19 02:51:17.489 INFO O| Aug 19 02:51:17.489 INFO STEP 983 (remove_files) COMPLETE
84202026-08-19T02:51:18.201Z[ recovery-image] Aug 19 02:51:17.489 INFO O| Aug 19 02:51:17.489 INFO STEP 984: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84212026-08-19T02:51:18.207Z[ recovery-image] Aug 19 02:51:17.498 INFO O| Aug 19 02:51:17.498 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupdel"
84222026-08-19T02:51:18.208Z[ recovery-image] Aug 19 02:51:17.498 INFO O| Aug 19 02:51:17.498 INFO STEP 984 (remove_files) COMPLETE
84232026-08-19T02:51:18.208Z[ recovery-image] Aug 19 02:51:17.498 INFO O| Aug 19 02:51:17.498 INFO STEP 985: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84242026-08-19T02:51:18.217Z[ recovery-image] Aug 19 02:51:17.508 INFO O| Aug 19 02:51:17.507 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupmod"
84252026-08-19T02:51:18.217Z[ recovery-image] Aug 19 02:51:17.508 INFO O| Aug 19 02:51:17.508 INFO STEP 985 (remove_files) COMPLETE
84262026-08-19T02:51:18.217Z[ recovery-image] Aug 19 02:51:17.508 INFO O| Aug 19 02:51:17.508 INFO STEP 986: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84272026-08-19T02:51:18.227Z[ recovery-image] Aug 19 02:51:17.518 INFO O| Aug 19 02:51:17.518 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/growfs"
84282026-08-19T02:51:18.227Z[ recovery-image] Aug 19 02:51:17.518 INFO O| Aug 19 02:51:17.518 INFO STEP 986 (remove_files) COMPLETE
84292026-08-19T02:51:18.227Z[ recovery-image] Aug 19 02:51:17.518 INFO O| Aug 19 02:51:17.518 INFO STEP 987: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84302026-08-19T02:51:18.235Z[verify-libraries] Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
84312026-08-19T02:51:18.239Z[ recovery-image] Aug 19 02:51:17.528 INFO O| Aug 19 02:51:17.528 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/grpck"
84322026-08-19T02:51:18.239Z[ recovery-image] Aug 19 02:51:17.528 INFO O| Aug 19 02:51:17.528 INFO STEP 987 (remove_files) COMPLETE
84332026-08-19T02:51:18.239Z[ recovery-image] Aug 19 02:51:17.528 INFO O| Aug 19 02:51:17.528 INFO STEP 988: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84342026-08-19T02:51:18.249Z[ recovery-image] Aug 19 02:51:17.539 INFO O| Aug 19 02:51:17.539 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/gsscred"
84352026-08-19T02:51:18.249Z[ recovery-image] Aug 19 02:51:17.539 INFO O| Aug 19 02:51:17.539 INFO STEP 988 (remove_files) COMPLETE
84362026-08-19T02:51:18.249Z[ recovery-image] Aug 19 02:51:17.539 INFO O| Aug 19 02:51:17.539 INFO STEP 989: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84372026-08-19T02:51:18.259Z[ recovery-image] Aug 19 02:51:17.549 INFO O| Aug 19 02:51:17.549 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/halt"
84382026-08-19T02:51:18.259Z[ recovery-image] Aug 19 02:51:17.549 INFO O| Aug 19 02:51:17.549 INFO STEP 989 (remove_files) COMPLETE
84392026-08-19T02:51:18.259Z[ recovery-image] Aug 19 02:51:17.549 INFO O| Aug 19 02:51:17.549 INFO STEP 990: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84402026-08-19T02:51:18.271Z[ recovery-image] Aug 19 02:51:17.562 INFO O| Aug 19 02:51:17.561 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/hotplug"
84412026-08-19T02:51:18.271Z[ recovery-image] Aug 19 02:51:17.562 INFO O| Aug 19 02:51:17.562 INFO STEP 990 (remove_files) COMPLETE
84422026-08-19T02:51:18.271Z[ recovery-image] Aug 19 02:51:17.562 INFO O| Aug 19 02:51:17.562 INFO STEP 991: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84432026-08-19T02:51:18.282Z[ recovery-image] Aug 19 02:51:17.573 INFO O| Aug 19 02:51:17.573 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/iasl"
84442026-08-19T02:51:18.282Z[ recovery-image] Aug 19 02:51:17.573 INFO O| Aug 19 02:51:17.573 INFO STEP 991 (remove_files) COMPLETE
84452026-08-19T02:51:18.282Z[ recovery-image] Aug 19 02:51:17.573 INFO O| Aug 19 02:51:17.573 INFO STEP 992: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84462026-08-19T02:51:18.294Z[ recovery-image] Aug 19 02:51:17.584 INFO O| Aug 19 02:51:17.584 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/idmap"
84472026-08-19T02:51:18.294Z[ recovery-image] Aug 19 02:51:17.584 INFO O| Aug 19 02:51:17.584 INFO STEP 992 (remove_files) COMPLETE
84482026-08-19T02:51:18.294Z[ recovery-image] Aug 19 02:51:17.584 INFO O| Aug 19 02:51:17.584 INFO STEP 993: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84492026-08-19T02:51:18.305Z[ recovery-image] Aug 19 02:51:17.596 INFO O| Aug 19 02:51:17.596 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/if_mpadm"
84502026-08-19T02:51:18.305Z[ recovery-image] Aug 19 02:51:17.596 INFO O| Aug 19 02:51:17.596 INFO STEP 993 (remove_files) COMPLETE
84512026-08-19T02:51:18.305Z[ recovery-image] Aug 19 02:51:17.596 INFO O| Aug 19 02:51:17.596 INFO STEP 994: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84522026-08-19T02:51:18.316Z[ recovery-image] Aug 19 02:51:17.606 INFO O| Aug 19 02:51:17.606 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ikeadm"
84532026-08-19T02:51:18.316Z[ recovery-image] Aug 19 02:51:17.607 INFO O| Aug 19 02:51:17.606 INFO STEP 994 (remove_files) COMPLETE
84542026-08-19T02:51:18.316Z[ recovery-image] Aug 19 02:51:17.607 INFO O| Aug 19 02:51:17.606 INFO STEP 995: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84552026-08-19T02:51:18.329Z[ recovery-image] Aug 19 02:51:17.619 INFO O| Aug 19 02:51:17.619 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ikecert"
84562026-08-19T02:51:18.329Z[ recovery-image] Aug 19 02:51:17.619 INFO O| Aug 19 02:51:17.619 INFO STEP 995 (remove_files) COMPLETE
84572026-08-19T02:51:18.329Z[ recovery-image] Aug 19 02:51:17.619 INFO O| Aug 19 02:51:17.619 INFO STEP 996: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84582026-08-19T02:51:18.345Z[ recovery-image] Aug 19 02:51:17.633 INFO O| Aug 19 02:51:17.633 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/in.rdisc"
84592026-08-19T02:51:18.345Z[ recovery-image] Aug 19 02:51:17.633 INFO O| Aug 19 02:51:17.633 INFO STEP 996 (remove_files) COMPLETE
84602026-08-19T02:51:18.345Z[ recovery-image] Aug 19 02:51:17.633 INFO O| Aug 19 02:51:17.633 INFO STEP 997: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84612026-08-19T02:51:18.353Z[ recovery-image] Aug 19 02:51:17.644 INFO O| Aug 19 02:51:17.644 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/in.routed"
84622026-08-19T02:51:18.353Z[ recovery-image] Aug 19 02:51:17.644 INFO O| Aug 19 02:51:17.644 INFO STEP 997 (remove_files) COMPLETE
84632026-08-19T02:51:18.353Z[ recovery-image] Aug 19 02:51:17.644 INFO O| Aug 19 02:51:17.644 INFO STEP 998: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84642026-08-19T02:51:18.364Z[ recovery-image] Aug 19 02:51:17.655 INFO O| Aug 19 02:51:17.654 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/inetadm"
84652026-08-19T02:51:18.364Z[ recovery-image] Aug 19 02:51:17.655 INFO O| Aug 19 02:51:17.655 INFO STEP 998 (remove_files) COMPLETE
84662026-08-19T02:51:18.364Z[ recovery-image] Aug 19 02:51:17.655 INFO O| Aug 19 02:51:17.655 INFO STEP 999: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84672026-08-19T02:51:18.374Z[ recovery-image] Aug 19 02:51:17.665 INFO O| Aug 19 02:51:17.665 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/inetconv"
84682026-08-19T02:51:18.374Z[ recovery-image] Aug 19 02:51:17.665 INFO O| Aug 19 02:51:17.665 INFO STEP 999 (remove_files) COMPLETE
84692026-08-19T02:51:18.374Z[ recovery-image] Aug 19 02:51:17.665 INFO O| Aug 19 02:51:17.665 INFO STEP 1000: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84702026-08-19T02:51:18.383Z[ recovery-image] Aug 19 02:51:17.673 INFO O| Aug 19 02:51:17.673 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/install"
84712026-08-19T02:51:18.383Z[ recovery-image] Aug 19 02:51:17.673 INFO O| Aug 19 02:51:17.673 INFO STEP 1000 (remove_files) COMPLETE
84722026-08-19T02:51:18.383Z[ recovery-image] Aug 19 02:51:17.673 INFO O| Aug 19 02:51:17.673 INFO STEP 1001: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84732026-08-19T02:51:18.391Z[ recovery-image] Aug 19 02:51:17.682 INFO O| Aug 19 02:51:17.682 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/installboot"
84742026-08-19T02:51:18.391Z[ recovery-image] Aug 19 02:51:17.682 INFO O| Aug 19 02:51:17.682 INFO STEP 1001 (remove_files) COMPLETE
84752026-08-19T02:51:18.391Z[ recovery-image] Aug 19 02:51:17.682 INFO O| Aug 19 02:51:17.682 INFO STEP 1002: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84762026-08-19T02:51:18.399Z[ recovery-image] Aug 19 02:51:17.689 INFO O| Aug 19 02:51:17.689 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/installf"
84772026-08-19T02:51:18.399Z[ recovery-image] Aug 19 02:51:17.689 INFO O| Aug 19 02:51:17.689 INFO STEP 1002 (remove_files) COMPLETE
84782026-08-19T02:51:18.402Z[ recovery-image] Aug 19 02:51:17.689 INFO O| Aug 19 02:51:17.689 INFO STEP 1003: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84792026-08-19T02:51:18.414Z[ recovery-image] Aug 19 02:51:17.701 INFO O| Aug 19 02:51:17.701 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/intrstat"
84802026-08-19T02:51:18.414Z[ recovery-image] Aug 19 02:51:17.701 INFO O| Aug 19 02:51:17.701 INFO STEP 1003 (remove_files) COMPLETE
84812026-08-19T02:51:18.414Z[ recovery-image] Aug 19 02:51:17.701 INFO O| Aug 19 02:51:17.701 INFO STEP 1004: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84822026-08-19T02:51:18.420Z[ recovery-image] Aug 19 02:51:17.710 INFO O| Aug 19 02:51:17.710 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipsecalgs"
84832026-08-19T02:51:18.420Z[ recovery-image] Aug 19 02:51:17.710 INFO O| Aug 19 02:51:17.710 INFO STEP 1004 (remove_files) COMPLETE
84842026-08-19T02:51:18.423Z[ recovery-image] Aug 19 02:51:17.710 INFO O| Aug 19 02:51:17.710 INFO STEP 1005: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84852026-08-19T02:51:18.428Z[ recovery-image] Aug 19 02:51:17.719 INFO O| Aug 19 02:51:17.719 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipsecconf"
84862026-08-19T02:51:18.428Z[ recovery-image] Aug 19 02:51:17.719 INFO O| Aug 19 02:51:17.719 INFO STEP 1005 (remove_files) COMPLETE
84872026-08-19T02:51:18.432Z[ recovery-image] Aug 19 02:51:17.719 INFO O| Aug 19 02:51:17.719 INFO STEP 1006: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84882026-08-19T02:51:18.439Z[ recovery-image] Aug 19 02:51:17.729 INFO O| Aug 19 02:51:17.729 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipseckey"
84892026-08-19T02:51:18.439Z[ recovery-image] Aug 19 02:51:17.729 INFO O| Aug 19 02:51:17.729 INFO STEP 1006 (remove_files) COMPLETE
84902026-08-19T02:51:18.439Z[ recovery-image] Aug 19 02:51:17.729 INFO O| Aug 19 02:51:17.729 INFO STEP 1007: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84912026-08-19T02:51:18.448Z[ recovery-image] Aug 19 02:51:17.738 INFO O| Aug 19 02:51:17.738 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/keyserv"
84922026-08-19T02:51:18.448Z[ recovery-image] Aug 19 02:51:17.738 INFO O| Aug 19 02:51:17.738 INFO STEP 1007 (remove_files) COMPLETE
84932026-08-19T02:51:18.448Z[ recovery-image] Aug 19 02:51:17.738 INFO O| Aug 19 02:51:17.738 INFO STEP 1008: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84942026-08-19T02:51:18.456Z[ recovery-image] Aug 19 02:51:17.746 INFO O| Aug 19 02:51:17.746 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/killall"
84952026-08-19T02:51:18.456Z[ recovery-image] Aug 19 02:51:17.746 INFO O| Aug 19 02:51:17.746 INFO STEP 1008 (remove_files) COMPLETE
84962026-08-19T02:51:18.456Z[ recovery-image] Aug 19 02:51:17.746 INFO O| Aug 19 02:51:17.746 INFO STEP 1009: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84972026-08-19T02:51:18.464Z[ recovery-image] Aug 19 02:51:17.754 INFO O| Aug 19 02:51:17.754 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/link"
84982026-08-19T02:51:18.464Z[ recovery-image] Aug 19 02:51:17.754 INFO O| Aug 19 02:51:17.754 INFO STEP 1009 (remove_files) COMPLETE
84992026-08-19T02:51:18.464Z[ recovery-image] Aug 19 02:51:17.754 INFO O| Aug 19 02:51:17.754 INFO STEP 1010: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85002026-08-19T02:51:18.474Z[ recovery-image] Aug 19 02:51:17.764 INFO O| Aug 19 02:51:17.764 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/list_devices"
85012026-08-19T02:51:18.474Z[ recovery-image] Aug 19 02:51:17.764 INFO O| Aug 19 02:51:17.764 INFO STEP 1010 (remove_files) COMPLETE
85022026-08-19T02:51:18.477Z[ recovery-image] Aug 19 02:51:17.764 INFO O| Aug 19 02:51:17.764 INFO STEP 1011: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85032026-08-19T02:51:18.484Z[ recovery-image] Aug 19 02:51:17.774 INFO O| Aug 19 02:51:17.774 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/locator"
85042026-08-19T02:51:18.487Z[ recovery-image] Aug 19 02:51:17.774 INFO O| Aug 19 02:51:17.774 INFO STEP 1011 (remove_files) COMPLETE
85052026-08-19T02:51:18.487Z[ recovery-image] Aug 19 02:51:17.774 INFO O| Aug 19 02:51:17.774 INFO STEP 1012: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85062026-08-19T02:51:18.494Z[ recovery-image] Aug 19 02:51:17.785 INFO O| Aug 19 02:51:17.785 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/lockstat"
85072026-08-19T02:51:18.497Z[ recovery-image] Aug 19 02:51:17.785 INFO O| Aug 19 02:51:17.785 INFO STEP 1012 (remove_files) COMPLETE
85082026-08-19T02:51:18.497Z[ recovery-image] Aug 19 02:51:17.785 INFO O| Aug 19 02:51:17.785 INFO STEP 1013: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85092026-08-19T02:51:18.506Z[ recovery-image] Aug 19 02:51:17.796 INFO O| Aug 19 02:51:17.796 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/lofiadm"
85102026-08-19T02:51:18.506Z[ recovery-image] Aug 19 02:51:17.796 INFO O| Aug 19 02:51:17.796 INFO STEP 1013 (remove_files) COMPLETE
85112026-08-19T02:51:18.509Z[ recovery-image] Aug 19 02:51:17.796 INFO O| Aug 19 02:51:17.796 INFO STEP 1014: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85122026-08-19T02:51:18.516Z[ recovery-image] Aug 19 02:51:17.807 INFO O| Aug 19 02:51:17.807 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/logadm"
85132026-08-19T02:51:18.517Z[ recovery-image] Aug 19 02:51:17.807 INFO O| Aug 19 02:51:17.807 INFO STEP 1014 (remove_files) COMPLETE
85142026-08-19T02:51:18.517Z[ recovery-image] Aug 19 02:51:17.807 INFO O| Aug 19 02:51:17.807 INFO STEP 1015: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85152026-08-19T02:51:18.527Z[ recovery-image] Aug 19 02:51:17.818 INFO O| Aug 19 02:51:17.818 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/makedbm"
85162026-08-19T02:51:18.527Z[ recovery-image] Aug 19 02:51:17.818 INFO O| Aug 19 02:51:17.818 INFO STEP 1015 (remove_files) COMPLETE
85172026-08-19T02:51:18.527Z[ recovery-image] Aug 19 02:51:17.818 INFO O| Aug 19 02:51:17.818 INFO STEP 1016: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85182026-08-19T02:51:18.538Z[ recovery-image] Aug 19 02:51:17.828 INFO O| Aug 19 02:51:17.828 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkdevalloc"
85192026-08-19T02:51:18.538Z[ recovery-image] Aug 19 02:51:17.828 INFO O| Aug 19 02:51:17.828 INFO STEP 1016 (remove_files) COMPLETE
85202026-08-19T02:51:18.541Z[ recovery-image] Aug 19 02:51:17.828 INFO O| Aug 19 02:51:17.828 INFO STEP 1017: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85212026-08-19T02:51:18.548Z[ recovery-image] Aug 19 02:51:17.838 INFO O| Aug 19 02:51:17.838 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkdevmaps"
85222026-08-19T02:51:18.548Z[ recovery-image] Aug 19 02:51:17.838 INFO O| Aug 19 02:51:17.838 INFO STEP 1017 (remove_files) COMPLETE
85232026-08-19T02:51:18.548Z[ recovery-image] Aug 19 02:51:17.838 INFO O| Aug 19 02:51:17.838 INFO STEP 1018: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85242026-08-19T02:51:18.558Z[ recovery-image] Aug 19 02:51:17.848 INFO O| Aug 19 02:51:17.848 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkfile"
85252026-08-19T02:51:18.558Z[ recovery-image] Aug 19 02:51:17.848 INFO O| Aug 19 02:51:17.848 INFO STEP 1018 (remove_files) COMPLETE
85262026-08-19T02:51:18.561Z[ recovery-image] Aug 19 02:51:17.848 INFO O| Aug 19 02:51:17.848 INFO STEP 1019: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85272026-08-19T02:51:18.567Z[ recovery-image] Aug 19 02:51:17.858 INFO O| Aug 19 02:51:17.858 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mknod"
85282026-08-19T02:51:18.568Z[ recovery-image] Aug 19 02:51:17.858 INFO O| Aug 19 02:51:17.858 INFO STEP 1019 (remove_files) COMPLETE
85292026-08-19T02:51:18.568Z[ recovery-image] Aug 19 02:51:17.858 INFO O| Aug 19 02:51:17.858 INFO STEP 1020: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85302026-08-19T02:51:18.576Z[ recovery-image] Aug 19 02:51:17.867 INFO O| Aug 19 02:51:17.867 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/modinfo"
85312026-08-19T02:51:18.576Z[ recovery-image] Aug 19 02:51:17.867 INFO O| Aug 19 02:51:17.867 INFO STEP 1020 (remove_files) COMPLETE
85322026-08-19T02:51:18.579Z[ recovery-image] Aug 19 02:51:17.867 INFO O| Aug 19 02:51:17.867 INFO STEP 1021: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85332026-08-19T02:51:18.587Z[ recovery-image] Aug 19 02:51:17.877 INFO O| Aug 19 02:51:17.877 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/modload"
85342026-08-19T02:51:18.587Z[ recovery-image] Aug 19 02:51:17.877 INFO O| Aug 19 02:51:17.877 INFO STEP 1021 (remove_files) COMPLETE
85352026-08-19T02:51:18.587Z[ recovery-image] Aug 19 02:51:17.877 INFO O| Aug 19 02:51:17.877 INFO STEP 1022: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85362026-08-19T02:51:18.596Z[ recovery-image] Aug 19 02:51:17.887 INFO O| Aug 19 02:51:17.887 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mountall"
85372026-08-19T02:51:18.596Z[ recovery-image] Aug 19 02:51:17.887 INFO O| Aug 19 02:51:17.887 INFO STEP 1022 (remove_files) COMPLETE
85382026-08-19T02:51:18.596Z[ recovery-image] Aug 19 02:51:17.887 INFO O| Aug 19 02:51:17.887 INFO STEP 1023: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85392026-08-19T02:51:18.610Z[ recovery-image] Aug 19 02:51:17.900 INFO O| Aug 19 02:51:17.900 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/msgid"
85402026-08-19T02:51:18.610Z[ recovery-image] Aug 19 02:51:17.900 INFO O| Aug 19 02:51:17.900 INFO STEP 1023 (remove_files) COMPLETE
85412026-08-19T02:51:18.614Z[ recovery-image] Aug 19 02:51:17.900 INFO O| Aug 19 02:51:17.900 INFO STEP 1024: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85422026-08-19T02:51:18.625Z[ recovery-image] Aug 19 02:51:17.910 INFO O| Aug 19 02:51:17.909 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mvdir"
85432026-08-19T02:51:18.625Z[ recovery-image] Aug 19 02:51:17.910 INFO O| Aug 19 02:51:17.910 INFO STEP 1024 (remove_files) COMPLETE
85442026-08-19T02:51:18.625Z[ recovery-image] Aug 19 02:51:17.910 INFO O| Aug 19 02:51:17.910 INFO STEP 1025: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85452026-08-19T02:51:18.628Z[ recovery-image] Aug 19 02:51:17.919 INFO O| Aug 19 02:51:17.919 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ndp"
85462026-08-19T02:51:18.628Z[ recovery-image] Aug 19 02:51:17.919 INFO O| Aug 19 02:51:17.919 INFO STEP 1025 (remove_files) COMPLETE
85472026-08-19T02:51:18.628Z[ recovery-image] Aug 19 02:51:17.919 INFO O| Aug 19 02:51:17.919 INFO STEP 1026: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85482026-08-19T02:51:18.636Z[ recovery-image] Aug 19 02:51:17.927 INFO O| Aug 19 02:51:17.927 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nlsadmin"
85492026-08-19T02:51:18.636Z[ recovery-image] Aug 19 02:51:17.927 INFO O| Aug 19 02:51:17.927 INFO STEP 1026 (remove_files) COMPLETE
85502026-08-19T02:51:18.639Z[ recovery-image] Aug 19 02:51:17.927 INFO O| Aug 19 02:51:17.927 INFO STEP 1027: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85512026-08-19T02:51:18.644Z[ recovery-image] Aug 19 02:51:17.935 INFO O| Aug 19 02:51:17.935 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nltest"
85522026-08-19T02:51:18.644Z[ recovery-image] Aug 19 02:51:17.935 INFO O| Aug 19 02:51:17.935 INFO STEP 1027 (remove_files) COMPLETE
85532026-08-19T02:51:18.648Z[ recovery-image] Aug 19 02:51:17.935 INFO O| Aug 19 02:51:17.935 INFO STEP 1028: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85542026-08-19T02:51:18.652Z[ recovery-image] Aug 19 02:51:17.943 INFO O| Aug 19 02:51:17.943 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nwamadm"
85552026-08-19T02:51:18.654Z[ recovery-image] Aug 19 02:51:17.943 INFO O| Aug 19 02:51:17.943 INFO STEP 1028 (remove_files) COMPLETE
85562026-08-19T02:51:18.654Z[ recovery-image] Aug 19 02:51:17.943 INFO O| Aug 19 02:51:17.943 INFO STEP 1029: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85572026-08-19T02:51:18.703Z[ recovery-image] Aug 19 02:51:17.957 INFO O| Aug 19 02:51:17.957 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nwamcfg"
85582026-08-19T02:51:18.703Z[ recovery-image] Aug 19 02:51:17.957 INFO O| Aug 19 02:51:17.957 INFO STEP 1029 (remove_files) COMPLETE
85592026-08-19T02:51:18.703Z[ recovery-image] Aug 19 02:51:17.957 INFO O| Aug 19 02:51:17.957 INFO STEP 1030: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85602026-08-19T02:51:18.703Z[ recovery-image] Aug 19 02:51:17.966 INFO O| Aug 19 02:51:17.966 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pbind"
85612026-08-19T02:51:18.703Z[ recovery-image] Aug 19 02:51:17.966 INFO O| Aug 19 02:51:17.966 INFO STEP 1030 (remove_files) COMPLETE
85622026-08-19T02:51:18.703Z[ recovery-image] Aug 19 02:51:17.966 INFO O| Aug 19 02:51:17.966 INFO STEP 1031: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85632026-08-19T02:51:18.703Z[ recovery-image] Aug 19 02:51:17.978 INFO O| Aug 19 02:51:17.978 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ping"
85642026-08-19T02:51:18.703Z[ recovery-image] Aug 19 02:51:17.978 INFO O| Aug 19 02:51:17.978 INFO STEP 1031 (remove_files) COMPLETE
85652026-08-19T02:51:18.703Z[ recovery-image] Aug 19 02:51:17.978 INFO O| Aug 19 02:51:17.978 INFO STEP 1032: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85662026-08-19T02:51:18.703Z[ recovery-image] Aug 19 02:51:17.990 INFO O| Aug 19 02:51:17.990 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgadd"
85672026-08-19T02:51:18.703Z[ recovery-image] Aug 19 02:51:17.990 INFO O| Aug 19 02:51:17.990 INFO STEP 1032 (remove_files) COMPLETE
85682026-08-19T02:51:18.703Z[ recovery-image] Aug 19 02:51:17.990 INFO O| Aug 19 02:51:17.990 INFO STEP 1033: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85692026-08-19T02:51:18.710Z[ recovery-image] Aug 19 02:51:18.000 INFO O| Aug 19 02:51:18.000 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgask"
85702026-08-19T02:51:18.710Z[ recovery-image] Aug 19 02:51:18.000 INFO O| Aug 19 02:51:18.000 INFO STEP 1033 (remove_files) COMPLETE
85712026-08-19T02:51:18.711Z[ recovery-image] Aug 19 02:51:18.000 INFO O| Aug 19 02:51:18.000 INFO STEP 1034: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85722026-08-19T02:51:18.720Z[ recovery-image] Aug 19 02:51:18.010 INFO O| Aug 19 02:51:18.010 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgchk"
85732026-08-19T02:51:18.720Z[ recovery-image] Aug 19 02:51:18.010 INFO O| Aug 19 02:51:18.010 INFO STEP 1034 (remove_files) COMPLETE
85742026-08-19T02:51:18.723Z[ recovery-image] Aug 19 02:51:18.010 INFO O| Aug 19 02:51:18.010 INFO STEP 1035: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85752026-08-19T02:51:18.729Z[ recovery-image] Aug 19 02:51:18.020 INFO O| Aug 19 02:51:18.020 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgrm"
85762026-08-19T02:51:18.729Z[ recovery-image] Aug 19 02:51:18.020 INFO O| Aug 19 02:51:18.020 INFO STEP 1035 (remove_files) COMPLETE
85772026-08-19T02:51:18.732Z[ recovery-image] Aug 19 02:51:18.020 INFO O| Aug 19 02:51:18.020 INFO STEP 1036: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85782026-08-19T02:51:18.739Z[ recovery-image] Aug 19 02:51:18.029 INFO O| Aug 19 02:51:18.029 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/plockstat"
85792026-08-19T02:51:18.739Z[ recovery-image] Aug 19 02:51:18.029 INFO O| Aug 19 02:51:18.029 INFO STEP 1036 (remove_files) COMPLETE
85802026-08-19T02:51:18.742Z[ recovery-image] Aug 19 02:51:18.029 INFO O| Aug 19 02:51:18.029 INFO STEP 1037: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85812026-08-19T02:51:18.753Z[ recovery-image] Aug 19 02:51:18.043 INFO O| Aug 19 02:51:18.043 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pooladm"
85822026-08-19T02:51:18.753Z[ recovery-image] Aug 19 02:51:18.043 INFO O| Aug 19 02:51:18.043 INFO STEP 1037 (remove_files) COMPLETE
85832026-08-19T02:51:18.756Z[ recovery-image] Aug 19 02:51:18.043 INFO O| Aug 19 02:51:18.043 INFO STEP 1038: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85842026-08-19T02:51:18.762Z[ recovery-image] Aug 19 02:51:18.053 INFO O| Aug 19 02:51:18.053 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poolbind"
85852026-08-19T02:51:18.762Z[ recovery-image] Aug 19 02:51:18.053 INFO O| Aug 19 02:51:18.053 INFO STEP 1038 (remove_files) COMPLETE
85862026-08-19T02:51:18.766Z[ recovery-image] Aug 19 02:51:18.053 INFO O| Aug 19 02:51:18.053 INFO STEP 1039: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85872026-08-19T02:51:18.770Z[ recovery-image] Aug 19 02:51:18.061 INFO O| Aug 19 02:51:18.061 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poolcfg"
85882026-08-19T02:51:18.770Z[ recovery-image] Aug 19 02:51:18.061 INFO O| Aug 19 02:51:18.061 INFO STEP 1039 (remove_files) COMPLETE
85892026-08-19T02:51:18.770Z[ recovery-image] Aug 19 02:51:18.061 INFO O| Aug 19 02:51:18.061 INFO STEP 1040: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85902026-08-19T02:51:18.779Z[ recovery-image] Aug 19 02:51:18.070 INFO O| Aug 19 02:51:18.070 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ports"
85912026-08-19T02:51:18.779Z[ recovery-image] Aug 19 02:51:18.070 INFO O| Aug 19 02:51:18.070 INFO STEP 1040 (remove_files) COMPLETE
85922026-08-19T02:51:18.783Z[ recovery-image] Aug 19 02:51:18.070 INFO O| Aug 19 02:51:18.070 INFO STEP 1041: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85932026-08-19T02:51:18.788Z[ recovery-image] Aug 19 02:51:18.079 INFO O| Aug 19 02:51:18.078 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poweroff"
85942026-08-19T02:51:18.788Z[ recovery-image] Aug 19 02:51:18.079 INFO O| Aug 19 02:51:18.079 INFO STEP 1041 (remove_files) COMPLETE
85952026-08-19T02:51:18.791Z[ recovery-image] Aug 19 02:51:18.079 INFO O| Aug 19 02:51:18.079 INFO STEP 1042: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85962026-08-19T02:51:18.791Z[verify-libraries] Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
85972026-08-19T02:51:18.796Z[ recovery-image] Aug 19 02:51:18.087 INFO O| Aug 19 02:51:18.087 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pptadm"
85982026-08-19T02:51:18.796Z[ recovery-image] Aug 19 02:51:18.087 INFO O| Aug 19 02:51:18.087 INFO STEP 1042 (remove_files) COMPLETE
85992026-08-19T02:51:18.796Z[ recovery-image] Aug 19 02:51:18.087 INFO O| Aug 19 02:51:18.087 INFO STEP 1043: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86002026-08-19T02:51:18.805Z[ recovery-image] Aug 19 02:51:18.096 INFO O| Aug 19 02:51:18.096 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/praudit"
86012026-08-19T02:51:18.805Z[ recovery-image] Aug 19 02:51:18.096 INFO O| Aug 19 02:51:18.096 INFO STEP 1043 (remove_files) COMPLETE
86022026-08-19T02:51:18.805Z[ recovery-image] Aug 19 02:51:18.096 INFO O| Aug 19 02:51:18.096 INFO STEP 1044: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86032026-08-19T02:51:18.814Z[ recovery-image] Aug 19 02:51:18.105 INFO O| Aug 19 02:51:18.105 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projadd"
86042026-08-19T02:51:18.814Z[ recovery-image] Aug 19 02:51:18.105 INFO O| Aug 19 02:51:18.105 INFO STEP 1044 (remove_files) COMPLETE
86052026-08-19T02:51:18.819Z[ recovery-image] Aug 19 02:51:18.105 INFO O| Aug 19 02:51:18.105 INFO STEP 1045: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86062026-08-19T02:51:18.823Z[ recovery-image] Aug 19 02:51:18.114 INFO O| Aug 19 02:51:18.114 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projdel"
86072026-08-19T02:51:18.823Z[ recovery-image] Aug 19 02:51:18.114 INFO O| Aug 19 02:51:18.114 INFO STEP 1045 (remove_files) COMPLETE
86082026-08-19T02:51:18.823Z[ recovery-image] Aug 19 02:51:18.114 INFO O| Aug 19 02:51:18.114 INFO STEP 1046: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86092026-08-19T02:51:18.833Z[ recovery-image] Aug 19 02:51:18.124 INFO O| Aug 19 02:51:18.123 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projmod"
86102026-08-19T02:51:18.833Z[ recovery-image] Aug 19 02:51:18.124 INFO O| Aug 19 02:51:18.124 INFO STEP 1046 (remove_files) COMPLETE
86112026-08-19T02:51:18.833Z[ recovery-image] Aug 19 02:51:18.124 INFO O| Aug 19 02:51:18.124 INFO STEP 1047: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86122026-08-19T02:51:18.843Z[ recovery-image] Aug 19 02:51:18.134 INFO O| Aug 19 02:51:18.133 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtdiag"
86132026-08-19T02:51:18.843Z[ recovery-image] Aug 19 02:51:18.134 INFO O| Aug 19 02:51:18.134 INFO STEP 1047 (remove_files) COMPLETE
86142026-08-19T02:51:18.844Z[ recovery-image] Aug 19 02:51:18.134 INFO O| Aug 19 02:51:18.134 INFO STEP 1048: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86152026-08-19T02:51:18.854Z[ recovery-image] Aug 19 02:51:18.145 INFO O| Aug 19 02:51:18.144 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtpicl"
86162026-08-19T02:51:18.854Z[ recovery-image] Aug 19 02:51:18.145 INFO O| Aug 19 02:51:18.145 INFO STEP 1048 (remove_files) COMPLETE
86172026-08-19T02:51:18.854Z[ recovery-image] Aug 19 02:51:18.145 INFO O| Aug 19 02:51:18.145 INFO STEP 1049: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86182026-08-19T02:51:18.865Z[ recovery-image] Aug 19 02:51:18.156 INFO O| Aug 19 02:51:18.156 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtvtoc"
86192026-08-19T02:51:18.865Z[ recovery-image] Aug 19 02:51:18.156 INFO O| Aug 19 02:51:18.156 INFO STEP 1049 (remove_files) COMPLETE
86202026-08-19T02:51:18.868Z[ recovery-image] Aug 19 02:51:18.156 INFO O| Aug 19 02:51:18.156 INFO STEP 1050: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86212026-08-19T02:51:18.875Z[ recovery-image] Aug 19 02:51:18.165 INFO O| Aug 19 02:51:18.165 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psradm"
86222026-08-19T02:51:18.875Z[ recovery-image] Aug 19 02:51:18.166 INFO O| Aug 19 02:51:18.166 INFO STEP 1050 (remove_files) COMPLETE
86232026-08-19T02:51:18.875Z[ recovery-image] Aug 19 02:51:18.166 INFO O| Aug 19 02:51:18.166 INFO STEP 1051: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86242026-08-19T02:51:18.884Z[ recovery-image] Aug 19 02:51:18.175 INFO O| Aug 19 02:51:18.175 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psrinfo"
86252026-08-19T02:51:18.884Z[ recovery-image] Aug 19 02:51:18.175 INFO O| Aug 19 02:51:18.175 INFO STEP 1051 (remove_files) COMPLETE
86262026-08-19T02:51:18.884Z[ recovery-image] Aug 19 02:51:18.175 INFO O| Aug 19 02:51:18.175 INFO STEP 1052: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86272026-08-19T02:51:18.894Z[ recovery-image] Aug 19 02:51:18.184 INFO O| Aug 19 02:51:18.184 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psrset"
86282026-08-19T02:51:18.894Z[ recovery-image] Aug 19 02:51:18.184 INFO O| Aug 19 02:51:18.184 INFO STEP 1052 (remove_files) COMPLETE
86292026-08-19T02:51:18.894Z[ recovery-image] Aug 19 02:51:18.184 INFO O| Aug 19 02:51:18.184 INFO STEP 1053: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86302026-08-19T02:51:18.902Z[ recovery-image] Aug 19 02:51:18.193 INFO O| Aug 19 02:51:18.193 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pwck"
86312026-08-19T02:51:18.902Z[ recovery-image] Aug 19 02:51:18.193 INFO O| Aug 19 02:51:18.193 INFO STEP 1053 (remove_files) COMPLETE
86322026-08-19T02:51:18.906Z[ recovery-image] Aug 19 02:51:18.193 INFO O| Aug 19 02:51:18.193 INFO STEP 1054: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86332026-08-19T02:51:18.910Z[ recovery-image] Aug 19 02:51:18.201 INFO O| Aug 19 02:51:18.201 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pwconv"
86342026-08-19T02:51:18.910Z[ recovery-image] Aug 19 02:51:18.201 INFO O| Aug 19 02:51:18.201 INFO STEP 1054 (remove_files) COMPLETE
86352026-08-19T02:51:18.910Z[ recovery-image] Aug 19 02:51:18.201 INFO O| Aug 19 02:51:18.201 INFO STEP 1055: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86362026-08-19T02:51:18.919Z[ recovery-image] Aug 19 02:51:18.209 INFO O| Aug 19 02:51:18.209 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/raidctl"
86372026-08-19T02:51:18.919Z[ recovery-image] Aug 19 02:51:18.209 INFO O| Aug 19 02:51:18.209 INFO STEP 1055 (remove_files) COMPLETE
86382026-08-19T02:51:18.922Z[ recovery-image] Aug 19 02:51:18.209 INFO O| Aug 19 02:51:18.209 INFO STEP 1056: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86392026-08-19T02:51:18.930Z[ recovery-image] Aug 19 02:51:18.220 INFO O| Aug 19 02:51:18.220 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ramdiskadm"
86402026-08-19T02:51:18.930Z[ recovery-image] Aug 19 02:51:18.220 INFO O| Aug 19 02:51:18.220 INFO STEP 1056 (remove_files) COMPLETE
86412026-08-19T02:51:18.930Z[ recovery-image] Aug 19 02:51:18.220 INFO O| Aug 19 02:51:18.220 INFO STEP 1057: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86422026-08-19T02:51:18.933Z[verify-libraries] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
86432026-08-19T02:51:18.940Z[ recovery-image] Aug 19 02:51:18.231 INFO O| Aug 19 02:51:18.230 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rctladm"
86442026-08-19T02:51:18.940Z[ recovery-image] Aug 19 02:51:18.231 INFO O| Aug 19 02:51:18.231 INFO STEP 1057 (remove_files) COMPLETE
86452026-08-19T02:51:18.943Z[ recovery-image] Aug 19 02:51:18.231 INFO O| Aug 19 02:51:18.231 INFO STEP 1058: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86462026-08-19T02:51:18.950Z[ recovery-image] Aug 19 02:51:18.241 INFO O| Aug 19 02:51:18.241 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rdmsr"
86472026-08-19T02:51:18.950Z[ recovery-image] Aug 19 02:51:18.241 INFO O| Aug 19 02:51:18.241 INFO STEP 1058 (remove_files) COMPLETE
86482026-08-19T02:51:18.950Z[ recovery-image] Aug 19 02:51:18.241 INFO O| Aug 19 02:51:18.241 INFO STEP 1059: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86492026-08-19T02:51:18.959Z[ recovery-image] Aug 19 02:51:18.250 INFO O| Aug 19 02:51:18.250 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/reboot"
86502026-08-19T02:51:18.959Z[ recovery-image] Aug 19 02:51:18.250 INFO O| Aug 19 02:51:18.250 INFO STEP 1059 (remove_files) COMPLETE
86512026-08-19T02:51:18.960Z[ recovery-image] Aug 19 02:51:18.250 INFO O| Aug 19 02:51:18.250 INFO STEP 1060: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86522026-08-19T02:51:18.968Z[ recovery-image] Aug 19 02:51:18.259 INFO O| Aug 19 02:51:18.259 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rem_drv"
86532026-08-19T02:51:18.968Z[ recovery-image] Aug 19 02:51:18.259 INFO O| Aug 19 02:51:18.259 INFO STEP 1060 (remove_files) COMPLETE
86542026-08-19T02:51:18.968Z[ recovery-image] Aug 19 02:51:18.259 INFO O| Aug 19 02:51:18.259 INFO STEP 1061: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86552026-08-19T02:51:18.977Z[ recovery-image] Aug 19 02:51:18.268 INFO O| Aug 19 02:51:18.268 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/removef"
86562026-08-19T02:51:18.978Z[ recovery-image] Aug 19 02:51:18.268 INFO O| Aug 19 02:51:18.268 INFO STEP 1061 (remove_files) COMPLETE
86572026-08-19T02:51:18.978Z[ recovery-image] Aug 19 02:51:18.268 INFO O| Aug 19 02:51:18.268 INFO STEP 1062: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86582026-08-19T02:51:18.988Z[ recovery-image] Aug 19 02:51:18.279 INFO O| Aug 19 02:51:18.279 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/roleadd"
86592026-08-19T02:51:18.989Z[ recovery-image] Aug 19 02:51:18.279 INFO O| Aug 19 02:51:18.279 INFO STEP 1062 (remove_files) COMPLETE
86602026-08-19T02:51:18.989Z[ recovery-image] Aug 19 02:51:18.279 INFO O| Aug 19 02:51:18.279 INFO STEP 1063: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86612026-08-19T02:51:18.992Z[verify-libraries] Compiling omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
86622026-08-19T02:51:18.998Z[ recovery-image] Aug 19 02:51:18.289 INFO O| Aug 19 02:51:18.289 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/roledel"
86632026-08-19T02:51:18.998Z[ recovery-image] Aug 19 02:51:18.289 INFO O| Aug 19 02:51:18.289 INFO STEP 1063 (remove_files) COMPLETE
86642026-08-19T02:51:18.998Z[ recovery-image] Aug 19 02:51:18.289 INFO O| Aug 19 02:51:18.289 INFO STEP 1064: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86652026-08-19T02:51:19.009Z[ recovery-image] Aug 19 02:51:18.300 INFO O| Aug 19 02:51:18.300 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rolemod"
86662026-08-19T02:51:19.009Z[ recovery-image] Aug 19 02:51:18.300 INFO O| Aug 19 02:51:18.300 INFO STEP 1064 (remove_files) COMPLETE
86672026-08-19T02:51:19.012Z[ recovery-image] Aug 19 02:51:18.300 INFO O| Aug 19 02:51:18.300 INFO STEP 1065: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86682026-08-19T02:51:19.019Z[ recovery-image] Aug 19 02:51:18.310 INFO O| Aug 19 02:51:18.309 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/root_archive"
86692026-08-19T02:51:19.022Z[ recovery-image] Aug 19 02:51:18.310 INFO O| Aug 19 02:51:18.310 INFO STEP 1065 (remove_files) COMPLETE
86702026-08-19T02:51:19.022Z[ recovery-image] Aug 19 02:51:18.310 INFO O| Aug 19 02:51:18.310 INFO STEP 1066: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86712026-08-19T02:51:19.030Z[ recovery-image] Aug 19 02:51:18.320 INFO O| Aug 19 02:51:18.320 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rpcbind"
86722026-08-19T02:51:19.030Z[ recovery-image] Aug 19 02:51:18.320 INFO O| Aug 19 02:51:18.320 INFO STEP 1066 (remove_files) COMPLETE
86732026-08-19T02:51:19.033Z[ recovery-image] Aug 19 02:51:18.320 INFO O| Aug 19 02:51:18.320 INFO STEP 1067: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86742026-08-19T02:51:19.040Z[ recovery-image] Aug 19 02:51:18.331 INFO O| Aug 19 02:51:18.330 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rtc"
86752026-08-19T02:51:19.040Z[ recovery-image] Aug 19 02:51:18.331 INFO O| Aug 19 02:51:18.331 INFO STEP 1067 (remove_files) COMPLETE
86762026-08-19T02:51:19.040Z[ recovery-image] Aug 19 02:51:18.331 INFO O| Aug 19 02:51:18.331 INFO STEP 1068: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86772026-08-19T02:51:19.051Z[ recovery-image] Aug 19 02:51:18.341 INFO O| Aug 19 02:51:18.341 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rtquery"
86782026-08-19T02:51:19.051Z[ recovery-image] Aug 19 02:51:18.341 INFO O| Aug 19 02:51:18.341 INFO STEP 1068 (remove_files) COMPLETE
86792026-08-19T02:51:19.051Z[ recovery-image] Aug 19 02:51:18.341 INFO O| Aug 19 02:51:18.341 INFO STEP 1069: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86802026-08-19T02:51:19.061Z[ recovery-image] Aug 19 02:51:18.352 INFO O| Aug 19 02:51:18.352 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/setmnt"
86812026-08-19T02:51:19.061Z[ recovery-image] Aug 19 02:51:18.352 INFO O| Aug 19 02:51:18.352 INFO STEP 1069 (remove_files) COMPLETE
86822026-08-19T02:51:19.062Z[ recovery-image] Aug 19 02:51:18.352 INFO O| Aug 19 02:51:18.352 INFO STEP 1070: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86832026-08-19T02:51:19.072Z[ recovery-image] Aug 19 02:51:18.362 INFO O| Aug 19 02:51:18.362 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/share"
86842026-08-19T02:51:19.072Z[ recovery-image] Aug 19 02:51:18.362 INFO O| Aug 19 02:51:18.362 INFO STEP 1070 (remove_files) COMPLETE
86852026-08-19T02:51:19.072Z[ recovery-image] Aug 19 02:51:18.363 INFO O| Aug 19 02:51:18.362 INFO STEP 1071: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86862026-08-19T02:51:19.081Z[ recovery-image] Aug 19 02:51:18.372 INFO O| Aug 19 02:51:18.371 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/shareall"
86872026-08-19T02:51:19.081Z[ recovery-image] Aug 19 02:51:18.372 INFO O| Aug 19 02:51:18.372 INFO STEP 1071 (remove_files) COMPLETE
86882026-08-19T02:51:19.081Z[ recovery-image] Aug 19 02:51:18.372 INFO O| Aug 19 02:51:18.372 INFO STEP 1072: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86892026-08-19T02:51:19.092Z[ recovery-image] Aug 19 02:51:18.383 INFO O| Aug 19 02:51:18.383 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sharectl"
86902026-08-19T02:51:19.092Z[ recovery-image] Aug 19 02:51:18.383 INFO O| Aug 19 02:51:18.383 INFO STEP 1072 (remove_files) COMPLETE
86912026-08-19T02:51:19.092Z[ recovery-image] Aug 19 02:51:18.383 INFO O| Aug 19 02:51:18.383 INFO STEP 1073: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86922026-08-19T02:51:19.103Z[ recovery-image] Aug 19 02:51:18.393 INFO O| Aug 19 02:51:18.393 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sharemgr"
86932026-08-19T02:51:19.103Z[ recovery-image] Aug 19 02:51:18.393 INFO O| Aug 19 02:51:18.393 INFO STEP 1073 (remove_files) COMPLETE
86942026-08-19T02:51:19.103Z[ recovery-image] Aug 19 02:51:18.393 INFO O| Aug 19 02:51:18.393 INFO STEP 1074: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86952026-08-19T02:51:19.112Z[ recovery-image] Aug 19 02:51:18.402 INFO O| Aug 19 02:51:18.402 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/shutdown"
86962026-08-19T02:51:19.112Z[ recovery-image] Aug 19 02:51:18.402 INFO O| Aug 19 02:51:18.402 INFO STEP 1074 (remove_files) COMPLETE
86972026-08-19T02:51:19.112Z[ recovery-image] Aug 19 02:51:18.402 INFO O| Aug 19 02:51:18.402 INFO STEP 1075: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86982026-08-19T02:51:19.120Z[ recovery-image] Aug 19 02:51:18.411 INFO O| Aug 19 02:51:18.411 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbadm"
86992026-08-19T02:51:19.120Z[ recovery-image] Aug 19 02:51:18.411 INFO O| Aug 19 02:51:18.411 INFO STEP 1075 (remove_files) COMPLETE
87002026-08-19T02:51:19.123Z[ recovery-image] Aug 19 02:51:18.411 INFO O| Aug 19 02:51:18.411 INFO STEP 1076: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87012026-08-19T02:51:19.129Z[ recovery-image] Aug 19 02:51:18.420 INFO O| Aug 19 02:51:18.420 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbios"
87022026-08-19T02:51:19.129Z[ recovery-image] Aug 19 02:51:18.420 INFO O| Aug 19 02:51:18.420 INFO STEP 1076 (remove_files) COMPLETE
87032026-08-19T02:51:19.132Z[ recovery-image] Aug 19 02:51:18.420 INFO O| Aug 19 02:51:18.420 INFO STEP 1077: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87042026-08-19T02:51:19.139Z[ recovery-image] Aug 19 02:51:18.429 INFO O| Aug 19 02:51:18.429 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbstat"
87052026-08-19T02:51:19.139Z[ recovery-image] Aug 19 02:51:18.429 INFO O| Aug 19 02:51:18.429 INFO STEP 1077 (remove_files) COMPLETE
87062026-08-19T02:51:19.142Z[ recovery-image] Aug 19 02:51:18.429 INFO O| Aug 19 02:51:18.429 INFO STEP 1078: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87072026-08-19T02:51:19.148Z[ recovery-image] Aug 19 02:51:18.438 INFO O| Aug 19 02:51:18.438 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snmpd"
87082026-08-19T02:51:19.148Z[ recovery-image] Aug 19 02:51:18.438 INFO O| Aug 19 02:51:18.438 INFO STEP 1078 (remove_files) COMPLETE
87092026-08-19T02:51:19.148Z[ recovery-image] Aug 19 02:51:18.438 INFO O| Aug 19 02:51:18.438 INFO STEP 1079: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87102026-08-19T02:51:19.157Z[ recovery-image] Aug 19 02:51:18.448 INFO O| Aug 19 02:51:18.448 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snmptrapd"
87112026-08-19T02:51:19.157Z[ recovery-image] Aug 19 02:51:18.448 INFO O| Aug 19 02:51:18.448 INFO STEP 1079 (remove_files) COMPLETE
87122026-08-19T02:51:19.157Z[ recovery-image] Aug 19 02:51:18.448 INFO O| Aug 19 02:51:18.448 INFO STEP 1080: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87132026-08-19T02:51:19.165Z[ recovery-image] Aug 19 02:51:18.456 INFO O| Aug 19 02:51:18.456 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snoop"
87142026-08-19T02:51:19.165Z[ recovery-image] Aug 19 02:51:18.456 INFO O| Aug 19 02:51:18.456 INFO STEP 1080 (remove_files) COMPLETE
87152026-08-19T02:51:19.166Z[ recovery-image] Aug 19 02:51:18.456 INFO O| Aug 19 02:51:18.456 INFO STEP 1081: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87162026-08-19T02:51:19.175Z[ recovery-image] Aug 19 02:51:18.465 INFO O| Aug 19 02:51:18.465 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sshd"
87172026-08-19T02:51:19.175Z[ recovery-image] Aug 19 02:51:18.465 INFO O| Aug 19 02:51:18.465 INFO STEP 1081 (remove_files) COMPLETE
87182026-08-19T02:51:19.175Z[ recovery-image] Aug 19 02:51:18.465 INFO O| Aug 19 02:51:18.465 INFO STEP 1082: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87192026-08-19T02:51:19.185Z[ recovery-image] Aug 19 02:51:18.476 INFO O| Aug 19 02:51:18.476 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/stmsboot"
87202026-08-19T02:51:19.185Z[ recovery-image] Aug 19 02:51:18.476 INFO O| Aug 19 02:51:18.476 INFO STEP 1082 (remove_files) COMPLETE
87212026-08-19T02:51:19.185Z[ recovery-image] Aug 19 02:51:18.476 INFO O| Aug 19 02:51:18.476 INFO STEP 1083: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87222026-08-19T02:51:19.195Z[ recovery-image] Aug 19 02:51:18.486 INFO O| Aug 19 02:51:18.485 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strace"
87232026-08-19T02:51:19.195Z[ recovery-image] Aug 19 02:51:18.486 INFO O| Aug 19 02:51:18.486 INFO STEP 1083 (remove_files) COMPLETE
87242026-08-19T02:51:19.195Z[ recovery-image] Aug 19 02:51:18.486 INFO O| Aug 19 02:51:18.486 INFO STEP 1084: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87252026-08-19T02:51:19.204Z[ recovery-image] Aug 19 02:51:18.495 INFO O| Aug 19 02:51:18.495 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strclean"
87262026-08-19T02:51:19.204Z[ recovery-image] Aug 19 02:51:18.495 INFO O| Aug 19 02:51:18.495 INFO STEP 1084 (remove_files) COMPLETE
87272026-08-19T02:51:19.204Z[ recovery-image] Aug 19 02:51:18.495 INFO O| Aug 19 02:51:18.495 INFO STEP 1085: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87282026-08-19T02:51:19.214Z[ recovery-image] Aug 19 02:51:18.505 INFO O| Aug 19 02:51:18.504 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strerr"
87292026-08-19T02:51:19.214Z[ recovery-image] Aug 19 02:51:18.505 INFO O| Aug 19 02:51:18.505 INFO STEP 1085 (remove_files) COMPLETE
87302026-08-19T02:51:19.217Z[ recovery-image] Aug 19 02:51:18.505 INFO O| Aug 19 02:51:18.505 INFO STEP 1086: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87312026-08-19T02:51:19.222Z[ recovery-image] Aug 19 02:51:18.513 INFO O| Aug 19 02:51:18.513 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sttydefs"
87322026-08-19T02:51:19.222Z[ recovery-image] Aug 19 02:51:18.513 INFO O| Aug 19 02:51:18.513 INFO STEP 1086 (remove_files) COMPLETE
87332026-08-19T02:51:19.222Z[ recovery-image] Aug 19 02:51:18.513 INFO O| Aug 19 02:51:18.513 INFO STEP 1087: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87342026-08-19T02:51:19.230Z[ recovery-image] Aug 19 02:51:18.521 INFO O| Aug 19 02:51:18.521 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncinit"
87352026-08-19T02:51:19.230Z[ recovery-image] Aug 19 02:51:18.521 INFO O| Aug 19 02:51:18.521 INFO STEP 1087 (remove_files) COMPLETE
87362026-08-19T02:51:19.230Z[ recovery-image] Aug 19 02:51:18.521 INFO O| Aug 19 02:51:18.521 INFO STEP 1088: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87372026-08-19T02:51:19.238Z[ recovery-image] Aug 19 02:51:18.529 INFO O| Aug 19 02:51:18.528 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncloop"
87382026-08-19T02:51:19.238Z[ recovery-image] Aug 19 02:51:18.529 INFO O| Aug 19 02:51:18.529 INFO STEP 1088 (remove_files) COMPLETE
87392026-08-19T02:51:19.241Z[ recovery-image] Aug 19 02:51:18.529 INFO O| Aug 19 02:51:18.529 INFO STEP 1089: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87402026-08-19T02:51:19.248Z[ recovery-image] Aug 19 02:51:18.538 INFO O| Aug 19 02:51:18.538 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncstat"
87412026-08-19T02:51:19.248Z[ recovery-image] Aug 19 02:51:18.538 INFO O| Aug 19 02:51:18.538 INFO STEP 1089 (remove_files) COMPLETE
87422026-08-19T02:51:19.248Z[ recovery-image] Aug 19 02:51:18.538 INFO O| Aug 19 02:51:18.538 INFO STEP 1090: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87432026-08-19T02:51:19.258Z[ recovery-image] Aug 19 02:51:18.548 INFO O| Aug 19 02:51:18.548 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sysdef"
87442026-08-19T02:51:19.258Z[ recovery-image] Aug 19 02:51:18.548 INFO O| Aug 19 02:51:18.548 INFO STEP 1090 (remove_files) COMPLETE
87452026-08-19T02:51:19.258Z[ recovery-image] Aug 19 02:51:18.548 INFO O| Aug 19 02:51:18.548 INFO STEP 1091: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87462026-08-19T02:51:19.268Z[ recovery-image] Aug 19 02:51:18.558 INFO O| Aug 19 02:51:18.558 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syseventadm"
87472026-08-19T02:51:19.269Z[ recovery-image] Aug 19 02:51:18.558 INFO O| Aug 19 02:51:18.558 INFO STEP 1091 (remove_files) COMPLETE
87482026-08-19T02:51:19.269Z[ recovery-image] Aug 19 02:51:18.558 INFO O| Aug 19 02:51:18.558 INFO STEP 1092: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87492026-08-19T02:51:19.278Z[ recovery-image] Aug 19 02:51:18.568 INFO O| Aug 19 02:51:18.568 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/t6mfgadm"
87502026-08-19T02:51:19.278Z[ recovery-image] Aug 19 02:51:18.568 INFO O| Aug 19 02:51:18.568 INFO STEP 1092 (remove_files) COMPLETE
87512026-08-19T02:51:19.278Z[ recovery-image] Aug 19 02:51:18.568 INFO O| Aug 19 02:51:18.568 INFO STEP 1093: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87522026-08-19T02:51:19.289Z[ recovery-image] Aug 19 02:51:18.579 INFO O| Aug 19 02:51:18.579 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tapes"
87532026-08-19T02:51:19.289Z[ recovery-image] Aug 19 02:51:18.579 INFO O| Aug 19 02:51:18.579 INFO STEP 1093 (remove_files) COMPLETE
87542026-08-19T02:51:19.289Z[ recovery-image] Aug 19 02:51:18.579 INFO O| Aug 19 02:51:18.579 INFO STEP 1094: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87552026-08-19T02:51:19.298Z[ recovery-image] Aug 19 02:51:18.589 INFO O| Aug 19 02:51:18.589 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tar"
87562026-08-19T02:51:19.298Z[ recovery-image] Aug 19 02:51:18.589 INFO O| Aug 19 02:51:18.589 INFO STEP 1094 (remove_files) COMPLETE
87572026-08-19T02:51:19.298Z[ recovery-image] Aug 19 02:51:18.589 INFO O| Aug 19 02:51:18.589 INFO STEP 1095: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87582026-08-19T02:51:19.307Z[ recovery-image] Aug 19 02:51:18.598 INFO O| Aug 19 02:51:18.598 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tcsd"
87592026-08-19T02:51:19.307Z[ recovery-image] Aug 19 02:51:18.598 INFO O| Aug 19 02:51:18.598 INFO STEP 1095 (remove_files) COMPLETE
87602026-08-19T02:51:19.307Z[ recovery-image] Aug 19 02:51:18.598 INFO O| Aug 19 02:51:18.598 INFO STEP 1096: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87612026-08-19T02:51:19.319Z[ recovery-image] Aug 19 02:51:18.610 INFO O| Aug 19 02:51:18.609 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/traceroute"
87622026-08-19T02:51:19.322Z[ recovery-image] Aug 19 02:51:18.610 INFO O| Aug 19 02:51:18.610 INFO STEP 1096 (remove_files) COMPLETE
87632026-08-19T02:51:19.325Z[ recovery-image] Aug 19 02:51:18.610 INFO O| Aug 19 02:51:18.610 INFO STEP 1097: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87642026-08-19T02:51:19.329Z[ recovery-image] Aug 19 02:51:18.620 INFO O| Aug 19 02:51:18.619 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/trapstat"
87652026-08-19T02:51:19.329Z[ recovery-image] Aug 19 02:51:18.620 INFO O| Aug 19 02:51:18.620 INFO STEP 1097 (remove_files) COMPLETE
87662026-08-19T02:51:19.329Z[ recovery-image] Aug 19 02:51:18.620 INFO O| Aug 19 02:51:18.620 INFO STEP 1098: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87672026-08-19T02:51:19.339Z[ recovery-image] Aug 19 02:51:18.629 INFO O| Aug 19 02:51:18.629 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ttyadm"
87682026-08-19T02:51:19.339Z[ recovery-image] Aug 19 02:51:18.629 INFO O| Aug 19 02:51:18.629 INFO STEP 1098 (remove_files) COMPLETE
87692026-08-19T02:51:19.339Z[ recovery-image] Aug 19 02:51:18.630 INFO O| Aug 19 02:51:18.629 INFO STEP 1099: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87702026-08-19T02:51:19.349Z[ recovery-image] Aug 19 02:51:18.639 INFO O| Aug 19 02:51:18.639 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ucodeadm"
87712026-08-19T02:51:19.349Z[ recovery-image] Aug 19 02:51:18.639 INFO O| Aug 19 02:51:18.639 INFO STEP 1099 (remove_files) COMPLETE
87722026-08-19T02:51:19.349Z[ recovery-image] Aug 19 02:51:18.639 INFO O| Aug 19 02:51:18.639 INFO STEP 1100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87732026-08-19T02:51:19.358Z[ recovery-image] Aug 19 02:51:18.648 INFO O| Aug 19 02:51:18.648 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/umountall"
87742026-08-19T02:51:19.358Z[ recovery-image] Aug 19 02:51:18.648 INFO O| Aug 19 02:51:18.648 INFO STEP 1100 (remove_files) COMPLETE
87752026-08-19T02:51:19.358Z[ recovery-image] Aug 19 02:51:18.648 INFO O| Aug 19 02:51:18.648 INFO STEP 1101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87762026-08-19T02:51:19.368Z[ recovery-image] Aug 19 02:51:18.658 INFO O| Aug 19 02:51:18.658 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unlink"
87772026-08-19T02:51:19.368Z[ recovery-image] Aug 19 02:51:18.658 INFO O| Aug 19 02:51:18.658 INFO STEP 1101 (remove_files) COMPLETE
87782026-08-19T02:51:19.368Z[ recovery-image] Aug 19 02:51:18.658 INFO O| Aug 19 02:51:18.658 INFO STEP 1102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87792026-08-19T02:51:19.377Z[ recovery-image] Aug 19 02:51:18.668 INFO O| Aug 19 02:51:18.668 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unshare"
87802026-08-19T02:51:19.377Z[ recovery-image] Aug 19 02:51:18.668 INFO O| Aug 19 02:51:18.668 INFO STEP 1102 (remove_files) COMPLETE
87812026-08-19T02:51:19.377Z[ recovery-image] Aug 19 02:51:18.668 INFO O| Aug 19 02:51:18.668 INFO STEP 1103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87822026-08-19T02:51:19.387Z[ recovery-image] Aug 19 02:51:18.677 INFO O| Aug 19 02:51:18.677 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unshareall"
87832026-08-19T02:51:19.387Z[ recovery-image] Aug 19 02:51:18.677 INFO O| Aug 19 02:51:18.677 INFO STEP 1103 (remove_files) COMPLETE
87842026-08-19T02:51:19.387Z[ recovery-image] Aug 19 02:51:18.677 INFO O| Aug 19 02:51:18.677 INFO STEP 1104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87852026-08-19T02:51:19.402Z[ recovery-image] Aug 19 02:51:18.693 INFO O| Aug 19 02:51:18.686 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/update_drv"
87862026-08-19T02:51:19.402Z[ recovery-image] Aug 19 02:51:18.693 INFO O| Aug 19 02:51:18.686 INFO STEP 1104 (remove_files) COMPLETE
87872026-08-19T02:51:19.405Z[ recovery-image] Aug 19 02:51:18.693 INFO O| Aug 19 02:51:18.686 INFO STEP 1105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87882026-08-19T02:51:19.405Z[ recovery-image] Aug 19 02:51:18.695 INFO O| Aug 19 02:51:18.694 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/useradd"
87892026-08-19T02:51:19.405Z[ recovery-image] Aug 19 02:51:18.695 INFO O| Aug 19 02:51:18.695 INFO STEP 1105 (remove_files) COMPLETE
87902026-08-19T02:51:19.405Z[ recovery-image] Aug 19 02:51:18.695 INFO O| Aug 19 02:51:18.695 INFO STEP 1106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87912026-08-19T02:51:19.413Z[ recovery-image] Aug 19 02:51:18.703 INFO O| Aug 19 02:51:18.702 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/userdel"
87922026-08-19T02:51:19.416Z[ recovery-image] Aug 19 02:51:18.703 INFO O| Aug 19 02:51:18.703 INFO STEP 1106 (remove_files) COMPLETE
87932026-08-19T02:51:19.416Z[ recovery-image] Aug 19 02:51:18.703 INFO O| Aug 19 02:51:18.703 INFO STEP 1107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87942026-08-19T02:51:19.420Z[ recovery-image] Aug 19 02:51:18.711 INFO O| Aug 19 02:51:18.711 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/usermod"
87952026-08-19T02:51:19.420Z[ recovery-image] Aug 19 02:51:18.711 INFO O| Aug 19 02:51:18.711 INFO STEP 1107 (remove_files) COMPLETE
87962026-08-19T02:51:19.420Z[ recovery-image] Aug 19 02:51:18.711 INFO O| Aug 19 02:51:18.711 INFO STEP 1108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87972026-08-19T02:51:19.428Z[ recovery-image] Aug 19 02:51:18.719 INFO O| Aug 19 02:51:18.719 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/volcopy"
87982026-08-19T02:51:19.428Z[ recovery-image] Aug 19 02:51:18.719 INFO O| Aug 19 02:51:18.719 INFO STEP 1108 (remove_files) COMPLETE
87992026-08-19T02:51:19.429Z[ recovery-image] Aug 19 02:51:18.719 INFO O| Aug 19 02:51:18.719 INFO STEP 1109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88002026-08-19T02:51:19.439Z[ recovery-image] Aug 19 02:51:18.729 INFO O| Aug 19 02:51:18.729 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/wall"
88012026-08-19T02:51:19.439Z[ recovery-image] Aug 19 02:51:18.730 INFO O| Aug 19 02:51:18.730 INFO STEP 1109 (remove_files) COMPLETE
88022026-08-19T02:51:19.439Z[ recovery-image] Aug 19 02:51:18.730 INFO O| Aug 19 02:51:18.730 INFO STEP 1110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88032026-08-19T02:51:19.449Z[ recovery-image] Aug 19 02:51:18.739 INFO O| Aug 19 02:51:18.739 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/whodo"
88042026-08-19T02:51:19.449Z[ recovery-image] Aug 19 02:51:18.739 INFO O| Aug 19 02:51:18.739 INFO STEP 1110 (remove_files) COMPLETE
88052026-08-19T02:51:19.449Z[ recovery-image] Aug 19 02:51:18.739 INFO O| Aug 19 02:51:18.739 INFO STEP 1111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88062026-08-19T02:51:19.457Z[ recovery-image] Aug 19 02:51:18.748 INFO O| Aug 19 02:51:18.748 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zdb"
88072026-08-19T02:51:19.458Z[ recovery-image] Aug 19 02:51:18.748 INFO O| Aug 19 02:51:18.748 INFO STEP 1111 (remove_files) COMPLETE
88082026-08-19T02:51:19.462Z[ recovery-image] Aug 19 02:51:18.748 INFO O| Aug 19 02:51:18.748 INFO STEP 1112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88092026-08-19T02:51:19.466Z[ recovery-image] Aug 19 02:51:18.757 INFO O| Aug 19 02:51:18.757 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zdump"
88102026-08-19T02:51:19.466Z[ recovery-image] Aug 19 02:51:18.757 INFO O| Aug 19 02:51:18.757 INFO STEP 1112 (remove_files) COMPLETE
88112026-08-19T02:51:19.469Z[ recovery-image] Aug 19 02:51:18.757 INFO O| Aug 19 02:51:18.757 INFO STEP 1113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88122026-08-19T02:51:19.476Z[ recovery-image] Aug 19 02:51:18.766 INFO O| Aug 19 02:51:18.766 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zic"
88132026-08-19T02:51:19.476Z[ recovery-image] Aug 19 02:51:18.766 INFO O| Aug 19 02:51:18.766 INFO STEP 1113 (remove_files) COMPLETE
88142026-08-19T02:51:19.479Z[ recovery-image] Aug 19 02:51:18.766 INFO O| Aug 19 02:51:18.766 INFO STEP 1114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88152026-08-19T02:51:19.484Z[ recovery-image] Aug 19 02:51:18.775 INFO O| Aug 19 02:51:18.775 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zlogin"
88162026-08-19T02:51:19.484Z[ recovery-image] Aug 19 02:51:18.775 INFO O| Aug 19 02:51:18.775 INFO STEP 1114 (remove_files) COMPLETE
88172026-08-19T02:51:19.488Z[ recovery-image] Aug 19 02:51:18.775 INFO O| Aug 19 02:51:18.775 INFO STEP 1115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88182026-08-19T02:51:19.493Z[ recovery-image] Aug 19 02:51:18.783 INFO O| Aug 19 02:51:18.783 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zoneadm"
88192026-08-19T02:51:19.493Z[ recovery-image] Aug 19 02:51:18.783 INFO O| Aug 19 02:51:18.783 INFO STEP 1115 (remove_files) COMPLETE
88202026-08-19T02:51:19.493Z[ recovery-image] Aug 19 02:51:18.783 INFO O| Aug 19 02:51:18.783 INFO STEP 1116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88212026-08-19T02:51:19.501Z[ recovery-image] Aug 19 02:51:18.792 INFO O| Aug 19 02:51:18.792 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zonecfg"
88222026-08-19T02:51:19.501Z[ recovery-image] Aug 19 02:51:18.792 INFO O| Aug 19 02:51:18.792 INFO STEP 1116 (remove_files) COMPLETE
88232026-08-19T02:51:19.501Z[ recovery-image] Aug 19 02:51:18.792 INFO O| Aug 19 02:51:18.792 INFO STEP 1117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88242026-08-19T02:51:19.510Z[ recovery-image] Aug 19 02:51:18.801 INFO O| Aug 19 02:51:18.801 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zstreamdump"
88252026-08-19T02:51:19.510Z[ recovery-image] Aug 19 02:51:18.801 INFO O| Aug 19 02:51:18.801 INFO STEP 1117 (remove_files) COMPLETE
88262026-08-19T02:51:19.513Z[ recovery-image] Aug 19 02:51:18.801 INFO O| Aug 19 02:51:18.801 INFO STEP 1118: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-03-recovery-trim.json
88272026-08-19T02:51:19.524Z[ recovery-image] Aug 19 02:51:18.815 INFO O| Aug 19 02:51:18.815 INFO file /rpool/images/build/recovery/output/sled-recovery-ramdisk.tar does not already exist, skipping removal
88282026-08-19T02:51:19.524Z[ recovery-image] Aug 19 02:51:18.815 INFO O| Aug 19 02:51:18.815 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/sled-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/sled/ramdisk", "."]
88292026-08-19T02:51:19.658Z[verify-libraries] Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
88302026-08-19T02:51:19.972Z[verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
88312026-08-19T02:51:19.992Z[verify-libraries] Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
88322026-08-19T02:51:20.405Z[verify-libraries] Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
88332026-08-19T02:51:20.408Z[ recovery-image] Aug 19 02:51:19.699 INFO O| Aug 19 02:51:19.699 INFO STEP 1118 (pack_tar) COMPLETE
88342026-08-19T02:51:20.409Z[ recovery-image] Aug 19 02:51:19.699 INFO O| Aug 19 02:51:19.699 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
88352026-08-19T02:51:20.410Z[ recovery-image] Aug 19 02:51:19.699 INFO O| Aug 19 02:51:19.699 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
88362026-08-19T02:51:20.467Z[verify-libraries] Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
88372026-08-19T02:51:20.659Z[verify-libraries] Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
88382026-08-19T02:51:20.681Z[verify-libraries] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
88392026-08-19T02:51:20.714Z[verify-libraries] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
88402026-08-19T02:51:20.789Z[verify-libraries] Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
88412026-08-19T02:51:20.813Z[verify-libraries] Compiling drift v0.2.0
88422026-08-19T02:51:20.971Z[verify-libraries] Compiling uzers v0.12.2
88432026-08-19T02:51:21.064Z[verify-libraries] Compiling parse-size v1.1.0
88442026-08-19T02:51:21.183Z[ recovery-image] Aug 19 02:51:20.473 INFO O| Aug 19 02:51:20.473 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
88452026-08-19T02:51:21.304Z[verify-libraries] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
88462026-08-19T02:51:21.311Z[ recovery-image] Aug 19 02:51:20.598 INFO O| Aug 19 02:51:20.598 INFO completed processing sled/ramdisk-03-recovery-trim
88472026-08-19T02:51:21.314Z[ recovery-image] Aug 19 02:51:20.602 INFO image builder template: zfs-recovery...
88482026-08-19T02:51:21.314Z[ recovery-image] Aug 19 02:51:20.602 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/.tmpP3F9z8/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@23.0.0.0", "-F", "optever=0.41.506", "-n", "zfs-recovery"], pwd: None
88492026-08-19T02:51:21.340Z[ recovery-image] Aug 19 02:51:20.630 INFO O| Aug 19 02:51:20.630 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/zfs-recovery
88502026-08-19T02:51:21.345Z[ recovery-image] Aug 19 02:51:20.635 INFO O| Aug 19 02:51:20.635 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/zfs-recovery
88512026-08-19T02:51:21.441Z[verify-libraries] Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
88522026-08-19T02:51:21.474Z[ recovery-image] Aug 19 02:51:20.764 INFO O| Aug 19 02:51:20.764 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/zfs-recovery: sync = disabled
88532026-08-19T02:51:21.523Z[verify-libraries] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
88542026-08-19T02:51:21.617Z[ recovery-image] Aug 19 02:51:20.907 INFO O| Aug 19 02:51:20.907 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/zfs-recovery
88552026-08-19T02:51:21.617Z[ recovery-image] Aug 19 02:51:20.908 INFO O| Aug 19 02:51:20.907 INFO work dataset: rpool/images/build/recovery/work/sled/zfs-recovery
88562026-08-19T02:51:21.621Z[ recovery-image] Aug 19 02:51:20.911 INFO O| Aug 19 02:51:20.911 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/zfs-recovery
88572026-08-19T02:51:21.691Z[verify-libraries] Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
88582026-08-19T02:51:21.739Z[ recovery-image] Aug 19 02:51:21.029 INFO O| Aug 19 02:51:21.029 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/work/sled/zfs-recovery: sync = disabled
88592026-08-19T02:51:21.802Z[ recovery-image] Aug 19 02:51:21.092 INFO O| Aug 19 02:51:21.092 INFO DESTROY POOL: TEMPORARY-sled-zfs-recovery
88602026-08-19T02:51:21.810Z[ recovery-image] Aug 19 02:51:21.100 INFO O| Aug 19 02:51:21.100 INFO image file: /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw
88612026-08-19T02:51:21.814Z[ recovery-image] Aug 19 02:51:21.105 INFO O| Aug 19 02:51:21.105 INFO pool altroot: /rpool/images/build/recovery/work/sled/zfs-recovery/altroot
88622026-08-19T02:51:21.818Z[ recovery-image] Aug 19 02:51:21.106 INFO O| Aug 19 02:51:21.106 INFO no lofi found
88632026-08-19T02:51:21.818Z[ recovery-image] Aug 19 02:51:21.106 INFO O| Aug 19 02:51:21.106 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw does not already exist, skipping removal
88642026-08-19T02:51:21.818Z[ recovery-image] Aug 19 02:51:21.106 INFO O| Aug 19 02:51:21.106 INFO CREATE IMAGE (2000MB): /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw
88652026-08-19T02:51:22.385Z[verify-libraries] Compiling dropshot-api-manager v0.8.0
88662026-08-19T02:51:23.167Z[verify-libraries] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
88672026-08-19T02:51:23.711Z[ recovery-image] Aug 19 02:51:23.001 INFO O| Aug 19 02:51:23.001 INFO lofi device = /dev/dsk/c2t1d0p0
88682026-08-19T02:51:23.712Z[ recovery-image] Aug 19 02:51:23.001 INFO O| Aug 19 02:51:23.001 INFO pool device = /dev/dsk/c2t1d0p0
88692026-08-19T02:51:23.716Z[ recovery-image] Aug 19 02:51:23.001 INFO O| Aug 19 02:51:23.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"]
88702026-08-19T02:51:23.859Z[ recovery-image] Aug 19 02:51:23.149 INFO O| Aug 19 02:51:23.149 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
88712026-08-19T02:51:23.859Z[ recovery-image] Aug 19 02:51:23.149 INFO O| Aug 19 02:51:23.149 INFO CREATE DATASET: TEMPORARY-sled-zfs-recovery/ROOT
88722026-08-19T02:51:23.890Z[ recovery-image] Aug 19 02:51:23.180 INFO O| Aug 19 02:51:23.180 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT: canmount = off
88732026-08-19T02:51:24.014Z[ recovery-image] Aug 19 02:51:23.304 INFO O| Aug 19 02:51:23.304 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT: mountpoint = legacy
88742026-08-19T02:51:24.049Z[ recovery-image] Aug 19 02:51:23.339 INFO O| Aug 19 02:51:23.339 INFO CREATE DATASET: TEMPORARY-sled-zfs-recovery/ROOT/ramdisk
88752026-08-19T02:51:24.071Z[ recovery-image] Aug 19 02:51:23.361 INFO O| Aug 19 02:51:23.361 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: canmount = noauto
88762026-08-19T02:51:24.089Z[ recovery-image] Aug 19 02:51:23.379 INFO O| Aug 19 02:51:23.379 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: mountpoint = legacy
88772026-08-19T02:51:24.133Z[ recovery-image] Aug 19 02:51:23.423 INFO O| Aug 19 02:51:23.423 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a
88782026-08-19T02:51:24.133Z[ recovery-image] Aug 19 02:51:23.423 INFO O| Aug 19 02:51:23.423 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a
88792026-08-19T02:51:24.133Z[ recovery-image] Aug 19 02:51:23.423 INFO O| Aug 19 02:51:23.423 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-sled-zfs-recovery/ROOT/ramdisk", "/rpool/images/build/recovery/work/sled/zfs-recovery/a"]
88802026-08-19T02:51:24.147Z[ recovery-image] Aug 19 02:51:23.437 INFO O| Aug 19 02:51:23.437 INFO boot environment UUID: cd519830-3728-4a93-b63a-7c17f235ef41
88812026-08-19T02:51:24.147Z[ recovery-image] Aug 19 02:51:23.437 INFO O| Aug 19 02:51:23.437 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:uuid = cd519830-3728-4a93-b63a-7c17f235ef41
88822026-08-19T02:51:24.163Z[ recovery-image] Aug 19 02:51:23.453 INFO O| Aug 19 02:51:23.453 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:policy = static
88832026-08-19T02:51:24.181Z[ recovery-image] Aug 19 02:51:23.471 INFO O| Aug 19 02:51:23.471 INFO STEP 0 (create_be) COMPLETE
88842026-08-19T02:51:24.181Z[ recovery-image] Aug 19 02:51:23.471 INFO O| Aug 19 02:51:23.471 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
88852026-08-19T02:51:24.197Z[ recovery-image] Aug 19 02:51:23.487 INFO O| Aug 19 02:51:23.487 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"]
88862026-08-19T02:51:24.338Z[verify-libraries] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
88872026-08-19T02:51:24.358Z[ host-image] Aug 19 02:51:23.647 INFO O| seeding SMF database...
88882026-08-19T02:51:24.394Z[verify-libraries] Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
88892026-08-19T02:51:25.417Z[verify-libraries] Compiling support-bundle-viewer v0.1.2
88902026-08-19T02:51:26.369Z[verify-libraries] Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
88912026-08-19T02:51:27.031Z[verify-libraries] Compiling trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
88922026-08-19T02:51:27.354Z[verify-libraries] Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
88932026-08-19T02:51:27.580Z[verify-libraries] Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
88942026-08-19T02:51:27.808Z[verify-libraries] Compiling openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
88952026-08-19T02:51:27.914Z[verify-libraries] Compiling multimap v0.10.1
88962026-08-19T02:51:27.967Z[verify-libraries] Compiling termios v0.3.3
88972026-08-19T02:51:28.195Z[verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
88982026-08-19T02:51:28.450Z[verify-libraries] Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
88992026-08-19T02:51:28.728Z[verify-libraries] Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
89002026-08-19T02:51:29.674Z[ host-image] Aug 19 02:51:28.964 INFO O| configuring SMF profile...
89012026-08-19T02:51:29.674Z[ host-image] Aug 19 02:51:28.964 INFO O| modifying shadow(5)...
89022026-08-19T02:51:29.674Z[ host-image] Aug 19 02:51:28.964 INFO O| loading user and group database...
89032026-08-19T02:51:29.677Z[ host-image] Aug 19 02:51:28.964 INFO O| loading facet selections...
89042026-08-19T02:51:30.105Z[ host-image] Aug 19 02:51:29.396 INFO O| devel -> true
89052026-08-19T02:51:30.105Z[ host-image] Aug 19 02:51:29.396 INFO O| doc.man -> true
89062026-08-19T02:51:30.109Z[ host-image] Aug 19 02:51:29.396 INFO O| version-lock.shell/ksh93 -> true
89072026-08-19T02:51:30.109Z[ host-image] Aug 19 02:51:29.396 INFO O| version-lock.system/data/hardware-registry -> true
89082026-08-19T02:51:30.109Z[ host-image] Aug 19 02:51:29.396 INFO O| version-lock.system/data/zoneinfo -> true
89092026-08-19T02:51:30.109Z[ host-image] Aug 19 02:51:29.396 INFO O| version-lock.system/microcode/amd -> true
89102026-08-19T02:51:30.109Z[ host-image] Aug 19 02:51:29.396 INFO O| version-lock.system/microcode/intel -> true
89112026-08-19T02:51:30.109Z[ host-image] Aug 19 02:51:29.396 INFO O| version-lock.system/microcode/oxide -> true
89122026-08-19T02:51:30.109Z[ host-image] Aug 19 02:51:29.396 INFO O| assessing packaged files...
89132026-08-19T02:51:32.062Z[verify-libraries] Compiling polar-core v0.27.3
89142026-08-19T02:51:32.270Z[ host-image] Aug 19 02:51:31.560 INFO O| creating archive...
89152026-08-19T02:51:32.293Z[ host-image] Aug 19 02:51:31.583 INFO O| missing from packaging:
89162026-08-19T02:51:32.297Z[ host-image] Aug 19 02:51:31.584 INFO O| "etc/.pwd.lock"
89172026-08-19T02:51:32.297Z[ host-image] Aug 19 02:51:31.584 INFO O| "etc/bash"
89182026-08-19T02:51:32.301Z[ host-image] Aug 19 02:51:31.588 INFO O| "etc/svc/profile/generic.xml"
89192026-08-19T02:51:32.301Z[ host-image] Aug 19 02:51:31.588 INFO O| "etc/svc/profile/inetd_services.xml"
89202026-08-19T02:51:32.301Z[ host-image] Aug 19 02:51:31.588 INFO O| "etc/svc/profile/name_service.xml"
89212026-08-19T02:51:32.301Z[ host-image] Aug 19 02:51:31.588 INFO O| "etc/svc/profile/platform.xml"
89222026-08-19T02:51:32.301Z[ host-image] Aug 19 02:51:31.588 INFO O| "etc/svc/profile/platform_omicron1.xml"
89232026-08-19T02:51:32.301Z[ host-image] Aug 19 02:51:31.588 INFO O| "etc/svc/repository.db"
89242026-08-19T02:51:32.305Z[ host-image] Aug 19 02:51:31.595 INFO O| "opt/ooce/share"
89252026-08-19T02:51:32.305Z[ host-image] Aug 19 02:51:31.595 INFO O| "opt/ooce/share/man"
89262026-08-19T02:51:32.306Z[ host-image] Aug 19 02:51:31.595 INFO O| "opt/ooce/share/man/man1"
89272026-08-19T02:51:32.315Z[ host-image] Aug 19 02:51:31.605 INFO O| finishing archive...
89282026-08-19T02:51:33.302Z[ recovery-image] Aug 19 02:51:32.591 INFO O| Aug 19 02:51:32.590 INFO STEP 1 (unpack_tar) COMPLETE
89292026-08-19T02:51:33.302Z[ recovery-image] Aug 19 02:51:32.591 INFO O| Aug 19 02:51:32.591 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89302026-08-19T02:51:33.310Z[ recovery-image] Aug 19 02:51:32.600 INFO O| Aug 19 02:51:32.600 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/recovery/work/sled/zfs-recovery/a"]
89312026-08-19T02:51:34.589Z[ recovery-image] Aug 19 02:51:33.879 INFO O| Aug 19 02:51:33.876 INFO STEP 2 (devfsadm) COMPLETE
89322026-08-19T02:51:34.589Z[ recovery-image] Aug 19 02:51:33.879 INFO O| Aug 19 02:51:33.876 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89332026-08-19T02:51:34.596Z[ recovery-image] Aug 19 02:51:33.886 INFO O| Aug 19 02:51:33.886 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
89342026-08-19T02:51:34.596Z[ recovery-image] Aug 19 02:51:33.886 INFO O| Aug 19 02:51:33.886 INFO STEP 3 (ensure_dir) COMPLETE
89352026-08-19T02:51:34.599Z[ recovery-image] Aug 19 02:51:33.886 INFO O| Aug 19 02:51:33.886 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89362026-08-19T02:51:34.604Z[ recovery-image] Aug 19 02:51:33.895 INFO O| Aug 19 02:51:33.895 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
89372026-08-19T02:51:34.604Z[ recovery-image] Aug 19 02:51:33.895 INFO O| Aug 19 02:51:33.895 INFO STEP 4 (ensure_dir) COMPLETE
89382026-08-19T02:51:34.604Z[ recovery-image] Aug 19 02:51:33.895 INFO O| Aug 19 02:51:33.895 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89392026-08-19T02:51:34.614Z[ recovery-image] Aug 19 02:51:33.903 INFO O| Aug 19 02:51:33.903 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
89402026-08-19T02:51:34.615Z[ recovery-image] Aug 19 02:51:33.903 INFO O| Aug 19 02:51:33.903 INFO STEP 5 (ensure_dir) COMPLETE
89412026-08-19T02:51:34.615Z[ recovery-image] Aug 19 02:51:33.903 INFO O| Aug 19 02:51:33.903 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89422026-08-19T02:51:34.621Z[ recovery-image] Aug 19 02:51:33.911 INFO O| Aug 19 02:51:33.911 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
89432026-08-19T02:51:34.621Z[ recovery-image] Aug 19 02:51:33.911 INFO O| Aug 19 02:51:33.911 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
89442026-08-19T02:51:34.624Z[ recovery-image] Aug 19 02:51:33.911 INFO O| Aug 19 02:51:33.911 INFO STEP 6 (ensure_dir) COMPLETE
89452026-08-19T02:51:34.624Z[ recovery-image] Aug 19 02:51:33.911 INFO O| Aug 19 02:51:33.911 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89462026-08-19T02:51:34.629Z[ recovery-image] Aug 19 02:51:33.920 INFO O| Aug 19 02:51:33.919 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
89472026-08-19T02:51:34.629Z[ recovery-image] Aug 19 02:51:33.920 INFO O| Aug 19 02:51:33.920 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
89482026-08-19T02:51:34.629Z[ recovery-image] Aug 19 02:51:33.920 INFO O| Aug 19 02:51:33.920 INFO STEP 7 (ensure_dir) COMPLETE
89492026-08-19T02:51:34.629Z[ recovery-image] Aug 19 02:51:33.920 INFO O| Aug 19 02:51:33.920 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89502026-08-19T02:51:34.639Z[ recovery-image] Aug 19 02:51:33.928 INFO O| Aug 19 02:51:33.928 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg"
89512026-08-19T02:51:34.642Z[ recovery-image] Aug 19 02:51:33.929 INFO O| Aug 19 02:51:33.929 INFO STEP 8 (remove_files) COMPLETE
89522026-08-19T02:51:34.642Z[ recovery-image] Aug 19 02:51:33.929 INFO O| Aug 19 02:51:33.929 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89532026-08-19T02:51:34.648Z[ recovery-image] Aug 19 02:51:33.939 INFO O| Aug 19 02:51:33.939 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk"
89542026-08-19T02:51:34.652Z[ recovery-image] Aug 19 02:51:33.940 INFO O| Aug 19 02:51:33.940 INFO STEP 9 (remove_files) COMPLETE
89552026-08-19T02:51:34.655Z[ recovery-image] Aug 19 02:51:33.940 INFO O| Aug 19 02:51:33.940 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89562026-08-19T02:51:34.658Z[ recovery-image] Aug 19 02:51:33.949 INFO O| Aug 19 02:51:33.949 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk"
89572026-08-19T02:51:34.661Z[ recovery-image] Aug 19 02:51:33.949 INFO O| Aug 19 02:51:33.949 INFO STEP 10 (remove_files) COMPLETE
89582026-08-19T02:51:34.661Z[ recovery-image] Aug 19 02:51:33.949 INFO O| Aug 19 02:51:33.949 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89592026-08-19T02:51:34.667Z[ recovery-image] Aug 19 02:51:33.958 INFO O| Aug 19 02:51:33.958 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors"
89602026-08-19T02:51:34.668Z[ recovery-image] Aug 19 02:51:33.958 INFO O| Aug 19 02:51:33.958 INFO STEP 11 (remove_files) COMPLETE
89612026-08-19T02:51:34.668Z[ recovery-image] Aug 19 02:51:33.958 INFO O| Aug 19 02:51:33.958 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89622026-08-19T02:51:34.678Z[ recovery-image] Aug 19 02:51:33.969 INFO O| Aug 19 02:51:33.969 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb"
89632026-08-19T02:51:34.679Z[ recovery-image] Aug 19 02:51:33.969 INFO O| Aug 19 02:51:33.969 INFO STEP 12 (remove_files) COMPLETE
89642026-08-19T02:51:34.679Z[ recovery-image] Aug 19 02:51:33.969 INFO O| Aug 19 02:51:33.969 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89652026-08-19T02:51:34.688Z[ recovery-image] Aug 19 02:51:33.979 INFO O| Aug 19 02:51:33.979 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
89662026-08-19T02:51:34.688Z[ recovery-image] Aug 19 02:51:33.979 INFO O| Aug 19 02:51:33.979 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
89672026-08-19T02:51:34.690Z[ recovery-image] Aug 19 02:51:33.979 INFO O| Aug 19 02:51:33.979 INFO STEP 13 (ensure_dir) COMPLETE
89682026-08-19T02:51:34.693Z[ recovery-image] Aug 19 02:51:33.979 INFO O| Aug 19 02:51:33.979 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89692026-08-19T02:51:34.699Z[ recovery-image] Aug 19 02:51:33.990 INFO O| Aug 19 02:51:33.989 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
89702026-08-19T02:51:34.702Z[ recovery-image] Aug 19 02:51:33.990 INFO O| Aug 19 02:51:33.990 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
89712026-08-19T02:51:34.702Z[ recovery-image] Aug 19 02:51:33.990 INFO O| Aug 19 02:51:33.990 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
89722026-08-19T02:51:34.702Z[ recovery-image] Aug 19 02:51:33.990 INFO O| Aug 19 02:51:33.990 INFO STEP 14 (ensure_dir) COMPLETE
89732026-08-19T02:51:34.702Z[ recovery-image] Aug 19 02:51:33.990 INFO O| Aug 19 02:51:33.990 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89742026-08-19T02:51:34.709Z[ recovery-image] Aug 19 02:51:33.999 INFO O| Aug 19 02:51:33.999 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
89752026-08-19T02:51:34.709Z[ recovery-image] Aug 19 02:51:33.999 INFO O| Aug 19 02:51:33.999 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
89762026-08-19T02:51:34.712Z[ recovery-image] Aug 19 02:51:33.999 INFO O| Aug 19 02:51:33.999 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
89772026-08-19T02:51:34.712Z[ recovery-image] Aug 19 02:51:33.999 INFO O| Aug 19 02:51:33.999 INFO STEP 15 (ensure_dir) COMPLETE
89782026-08-19T02:51:34.712Z[ recovery-image] Aug 19 02:51:33.999 INFO O| Aug 19 02:51:33.999 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89792026-08-19T02:51:34.718Z[ recovery-image] Aug 19 02:51:34.009 INFO O| Aug 19 02:51:34.009 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
89802026-08-19T02:51:34.718Z[ recovery-image] Aug 19 02:51:34.009 INFO O| Aug 19 02:51:34.009 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
89812026-08-19T02:51:34.718Z[ recovery-image] Aug 19 02:51:34.009 INFO O| Aug 19 02:51:34.009 INFO STEP 16 (ensure_dir) COMPLETE
89822026-08-19T02:51:34.722Z[ recovery-image] Aug 19 02:51:34.009 INFO O| Aug 19 02:51:34.009 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89832026-08-19T02:51:34.728Z[ recovery-image] Aug 19 02:51:34.018 INFO O| Aug 19 02:51:34.018 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
89842026-08-19T02:51:34.728Z[ recovery-image] Aug 19 02:51:34.018 INFO O| Aug 19 02:51:34.018 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
89852026-08-19T02:51:34.728Z[ recovery-image] Aug 19 02:51:34.018 INFO O| Aug 19 02:51:34.018 INFO STEP 17 (ensure_dir) COMPLETE
89862026-08-19T02:51:34.731Z[ recovery-image] Aug 19 02:51:34.018 INFO O| Aug 19 02:51:34.018 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89872026-08-19T02:51:34.737Z[ recovery-image] Aug 19 02:51:34.028 INFO O| Aug 19 02:51:34.028 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
89882026-08-19T02:51:34.737Z[ recovery-image] Aug 19 02:51:34.028 INFO O| Aug 19 02:51:34.028 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/msglog
89892026-08-19T02:51:34.740Z[ recovery-image] Aug 19 02:51:34.028 INFO O| Aug 19 02:51:34.028 INFO ok!
89902026-08-19T02:51:34.741Z[ recovery-image] Aug 19 02:51:34.028 INFO O| Aug 19 02:51:34.028 INFO STEP 18 (ensure_symlink) COMPLETE
89912026-08-19T02:51:34.741Z[ recovery-image] Aug 19 02:51:34.028 INFO O| Aug 19 02:51:34.028 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89922026-08-19T02:51:34.747Z[ recovery-image] Aug 19 02:51:34.037 INFO O| Aug 19 02:51:34.037 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/reconfigure exists, with correct contents
89932026-08-19T02:51:34.747Z[ recovery-image] Aug 19 02:51:34.037 INFO O| Aug 19 02:51:34.037 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/reconfigure
89942026-08-19T02:51:34.750Z[ recovery-image] Aug 19 02:51:34.037 INFO O| Aug 19 02:51:34.037 INFO ok!
89952026-08-19T02:51:34.750Z[ recovery-image] Aug 19 02:51:34.037 INFO O| Aug 19 02:51:34.037 INFO STEP 19 (ensure_file) COMPLETE
89962026-08-19T02:51:34.750Z[ recovery-image] Aug 19 02:51:34.037 INFO O| Aug 19 02:51:34.037 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
89972026-08-19T02:51:34.755Z[ recovery-image] Aug 19 02:51:34.045 INFO O| Aug 19 02:51:34.045 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml does not exist
89982026-08-19T02:51:34.756Z[ recovery-image] Aug 19 02:51:34.045 INFO O| Aug 19 02:51:34.045 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
89992026-08-19T02:51:34.756Z[ recovery-image] Aug 19 02:51:34.045 INFO O| Aug 19 02:51:34.045 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml
90002026-08-19T02:51:34.759Z[ recovery-image] Aug 19 02:51:34.045 INFO O| Aug 19 02:51:34.045 INFO ok!
90012026-08-19T02:51:34.759Z[ recovery-image] Aug 19 02:51:34.045 INFO O| Aug 19 02:51:34.045 INFO STEP 20 (ensure_symlink) COMPLETE
90022026-08-19T02:51:34.759Z[ recovery-image] Aug 19 02:51:34.045 INFO O| Aug 19 02:51:34.045 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
90032026-08-19T02:51:34.764Z[ recovery-image] Aug 19 02:51:34.054 INFO O| Aug 19 02:51:34.054 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml does not exist
90042026-08-19T02:51:34.764Z[ recovery-image] Aug 19 02:51:34.054 INFO O| Aug 19 02:51:34.054 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
90052026-08-19T02:51:34.767Z[ recovery-image] Aug 19 02:51:34.054 INFO O| Aug 19 02:51:34.054 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml
90062026-08-19T02:51:34.767Z[ recovery-image] Aug 19 02:51:34.054 INFO O| Aug 19 02:51:34.054 INFO ok!
90072026-08-19T02:51:34.767Z[ recovery-image] Aug 19 02:51:34.054 INFO O| Aug 19 02:51:34.054 INFO STEP 21 (ensure_symlink) COMPLETE
90082026-08-19T02:51:34.767Z[ recovery-image] Aug 19 02:51:34.054 INFO O| Aug 19 02:51:34.054 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
90092026-08-19T02:51:34.773Z[ recovery-image] Aug 19 02:51:34.064 INFO O| Aug 19 02:51:34.064 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml does not exist
90102026-08-19T02:51:34.773Z[ recovery-image] Aug 19 02:51:34.064 INFO O| Aug 19 02:51:34.064 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
90112026-08-19T02:51:34.773Z[ recovery-image] Aug 19 02:51:34.064 INFO O| Aug 19 02:51:34.064 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml
90122026-08-19T02:51:34.776Z[ recovery-image] Aug 19 02:51:34.064 INFO O| Aug 19 02:51:34.064 INFO ok!
90132026-08-19T02:51:34.777Z[ recovery-image] Aug 19 02:51:34.064 INFO O| Aug 19 02:51:34.064 INFO STEP 22 (ensure_symlink) COMPLETE
90142026-08-19T02:51:34.777Z[ recovery-image] Aug 19 02:51:34.064 INFO O| Aug 19 02:51:34.064 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
90152026-08-19T02:51:34.782Z[ recovery-image] Aug 19 02:51:34.073 INFO O| Aug 19 02:51:34.073 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml does not exist
90162026-08-19T02:51:34.782Z[ recovery-image] Aug 19 02:51:34.073 INFO O| Aug 19 02:51:34.073 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
90172026-08-19T02:51:34.786Z[ recovery-image] Aug 19 02:51:34.073 INFO O| Aug 19 02:51:34.073 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml
90182026-08-19T02:51:34.786Z[ recovery-image] Aug 19 02:51:34.073 INFO O| Aug 19 02:51:34.073 INFO ok!
90192026-08-19T02:51:34.786Z[ recovery-image] Aug 19 02:51:34.073 INFO O| Aug 19 02:51:34.073 INFO STEP 23 (ensure_symlink) COMPLETE
90202026-08-19T02:51:34.786Z[ recovery-image] Aug 19 02:51:34.073 INFO O| Aug 19 02:51:34.073 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
90212026-08-19T02:51:34.791Z[ recovery-image] Aug 19 02:51:34.082 INFO O| Aug 19 02:51:34.081 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nsswitch.conf exists, with wrong contents, unlinking
90222026-08-19T02:51:34.791Z[ recovery-image] Aug 19 02:51:34.082 INFO O| Aug 19 02:51:34.082 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 ...
90232026-08-19T02:51:34.795Z[ recovery-image] Aug 19 02:51:34.082 INFO O| Aug 19 02:51:34.082 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nsswitch.conf
90242026-08-19T02:51:34.795Z[ recovery-image] Aug 19 02:51:34.082 INFO O| Aug 19 02:51:34.082 INFO ok!
90252026-08-19T02:51:34.795Z[ recovery-image] Aug 19 02:51:34.082 INFO O| Aug 19 02:51:34.082 INFO STEP 24 (ensure_file) COMPLETE
90262026-08-19T02:51:34.795Z[ recovery-image] Aug 19 02:51:34.082 INFO O| Aug 19 02:51:34.082 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
90272026-08-19T02:51:34.803Z[ recovery-image] Aug 19 02:51:34.093 INFO O| Aug 19 02:51:34.093 INFO updating shadow file
90282026-08-19T02:51:34.803Z[ recovery-image] Aug 19 02:51:34.093 INFO O| Aug 19 02:51:34.093 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
90292026-08-19T02:51:34.803Z[ recovery-image] Aug 19 02:51:34.093 INFO O| Aug 19 02:51:34.093 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
90302026-08-19T02:51:34.844Z[ recovery-image] Aug 19 02:51:34.093 INFO O| Aug 19 02:51:34.093 INFO STEP 25 (shadow) COMPLETE
90312026-08-19T02:51:34.844Z[ recovery-image] Aug 19 02:51:34.093 INFO O| Aug 19 02:51:34.093 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
90322026-08-19T02:51:34.844Z[ recovery-image] Aug 19 02:51:34.102 INFO O| Aug 19 02:51:34.102 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts exists, with wrong contents, unlinking
90332026-08-19T02:51:34.844Z[ recovery-image] Aug 19 02:51:34.102 INFO O| Aug 19 02:51:34.102 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts ...
90342026-08-19T02:51:34.844Z[ recovery-image] Aug 19 02:51:34.102 INFO O| Aug 19 02:51:34.102 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts
90352026-08-19T02:51:34.844Z[ recovery-image] Aug 19 02:51:34.102 INFO O| Aug 19 02:51:34.102 INFO ok!
90362026-08-19T02:51:34.844Z[ recovery-image] Aug 19 02:51:34.102 INFO O| Aug 19 02:51:34.102 INFO STEP 26 (ensure_file) COMPLETE
90372026-08-19T02:51:34.844Z[ recovery-image] Aug 19 02:51:34.102 INFO O| Aug 19 02:51:34.102 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
90382026-08-19T02:51:34.845Z[ recovery-image] Aug 19 02:51:34.110 INFO O| Aug 19 02:51:34.109 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename does not exist
90392026-08-19T02:51:34.845Z[ recovery-image] Aug 19 02:51:34.110 INFO O| Aug 19 02:51:34.109 INFO writing /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename ...
90402026-08-19T02:51:34.845Z[ recovery-image] Aug 19 02:51:34.110 INFO O| Aug 19 02:51:34.110 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename
90412026-08-19T02:51:34.845Z[ recovery-image] Aug 19 02:51:34.110 INFO O| Aug 19 02:51:34.110 INFO ok!
90422026-08-19T02:51:34.845Z[ recovery-image] Aug 19 02:51:34.110 INFO O| Aug 19 02:51:34.110 INFO STEP 27 (ensure_file) COMPLETE
90432026-08-19T02:51:34.845Z[ recovery-image] Aug 19 02:51:34.110 INFO O| Aug 19 02:51:34.110 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
90442026-08-19T02:51:34.845Z[ recovery-image] Aug 19 02:51:34.117 INFO O| Aug 19 02:51:34.117 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent exists, with wrong contents, unlinking
90452026-08-19T02:51:34.845Z[ recovery-image] Aug 19 02:51:34.117 INFO O| Aug 19 02:51:34.117 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent ...
90462026-08-19T02:51:34.845Z[ recovery-image] Aug 19 02:51:34.117 INFO O| Aug 19 02:51:34.117 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent
90472026-08-19T02:51:34.845Z[ recovery-image] Aug 19 02:51:34.117 INFO O| Aug 19 02:51:34.117 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent
90482026-08-19T02:51:34.845Z[ recovery-image] Aug 19 02:51:34.117 INFO O| Aug 19 02:51:34.117 INFO ok!
90492026-08-19T02:51:34.845Z[ recovery-image] Aug 19 02:51:34.117 INFO O| Aug 19 02:51:34.117 INFO STEP 28 (ensure_file) COMPLETE
90502026-08-19T02:51:34.845Z[ recovery-image] Aug 19 02:51:34.117 INFO O| Aug 19 02:51:34.117 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
90512026-08-19T02:51:34.845Z[ recovery-image] Aug 19 02:51:34.124 INFO O| Aug 19 02:51:34.124 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf does not exist
90522026-08-19T02:51:34.846Z[ recovery-image] Aug 19 02:51:34.125 INFO O| Aug 19 02:51:34.124 INFO writing /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf ...
90532026-08-19T02:51:34.846Z[ recovery-image] Aug 19 02:51:34.125 INFO O| Aug 19 02:51:34.125 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf
90542026-08-19T02:51:34.846Z[ recovery-image] Aug 19 02:51:34.125 INFO O| Aug 19 02:51:34.125 INFO ok!
90552026-08-19T02:51:34.846Z[ recovery-image] Aug 19 02:51:34.125 INFO O| Aug 19 02:51:34.125 INFO STEP 29 (ensure_file) COMPLETE
90562026-08-19T02:51:34.846Z[ recovery-image] Aug 19 02:51:34.125 INFO O| Aug 19 02:51:34.125 INFO STEP 30: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
90572026-08-19T02:51:34.846Z[ recovery-image] Aug 19 02:51:34.132 INFO O| Aug 19 02:51:34.132 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
90582026-08-19T02:51:34.846Z[ recovery-image] Aug 19 02:51:34.132 INFO O| Aug 19 02:51:34.132 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
90592026-08-19T02:51:34.846Z[ recovery-image] Aug 19 02:51:34.132 INFO O| Aug 19 02:51:34.132 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
90602026-08-19T02:51:34.846Z[ recovery-image] Aug 19 02:51:34.132 INFO O| Aug 19 02:51:34.132 INFO STEP 30 (ensure_dir) COMPLETE
90612026-08-19T02:51:34.846Z[ recovery-image] Aug 19 02:51:34.132 INFO O| Aug 19 02:51:34.132 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
90622026-08-19T02:51:34.850Z[ recovery-image] Aug 19 02:51:34.139 INFO O| Aug 19 02:51:34.139 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide/net-setup does not exist
90632026-08-19T02:51:34.850Z[ recovery-image] Aug 19 02:51:34.139 INFO O| Aug 19 02:51:34.139 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 ...
90642026-08-19T02:51:34.850Z[ recovery-image] Aug 19 02:51:34.139 INFO O| Aug 19 02:51:34.139 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
90652026-08-19T02:51:34.850Z[ recovery-image] Aug 19 02:51:34.139 INFO O| Aug 19 02:51:34.139 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide/net-setup
90662026-08-19T02:51:34.850Z[ recovery-image] Aug 19 02:51:34.139 INFO O| Aug 19 02:51:34.139 INFO ok!
90672026-08-19T02:51:34.850Z[ recovery-image] Aug 19 02:51:34.139 INFO O| Aug 19 02:51:34.139 INFO STEP 31 (ensure_file) COMPLETE
90682026-08-19T02:51:34.850Z[ recovery-image] Aug 19 02:51:34.139 INFO O| Aug 19 02:51:34.139 INFO STEP 32: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
90692026-08-19T02:51:34.856Z[ recovery-image] Aug 19 02:51:34.147 INFO O| Aug 19 02:51:34.147 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
90702026-08-19T02:51:34.856Z[ recovery-image] Aug 19 02:51:34.147 INFO O| Aug 19 02:51:34.147 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
90712026-08-19T02:51:34.856Z[ recovery-image] Aug 19 02:51:34.147 INFO O| Aug 19 02:51:34.147 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
90722026-08-19T02:51:34.856Z[ recovery-image] Aug 19 02:51:34.147 INFO O| Aug 19 02:51:34.147 INFO STEP 32 (ensure_dir) COMPLETE
90732026-08-19T02:51:34.861Z[ recovery-image] Aug 19 02:51:34.147 INFO O| Aug 19 02:51:34.147 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
90742026-08-19T02:51:34.873Z[ recovery-image] Aug 19 02:51:34.164 INFO O| Aug 19 02:51:34.163 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide/net-setup.xml does not exist
90752026-08-19T02:51:34.873Z[ recovery-image] Aug 19 02:51:34.164 INFO O| Aug 19 02:51:34.164 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 ...
90762026-08-19T02:51:34.873Z[ recovery-image] Aug 19 02:51:34.164 INFO O| Aug 19 02:51:34.164 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
90772026-08-19T02:51:34.877Z[ recovery-image] Aug 19 02:51:34.164 INFO O| Aug 19 02:51:34.164 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide/net-setup.xml
90782026-08-19T02:51:34.877Z[ recovery-image] Aug 19 02:51:34.164 INFO O| Aug 19 02:51:34.164 INFO ok!
90792026-08-19T02:51:34.877Z[ recovery-image] Aug 19 02:51:34.164 INFO O| Aug 19 02:51:34.164 INFO STEP 33 (ensure_file) COMPLETE
90802026-08-19T02:51:34.877Z[ recovery-image] Aug 19 02:51:34.164 INFO O| Aug 19 02:51:34.164 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
90812026-08-19T02:51:34.885Z[ recovery-image] Aug 19 02:51:34.175 INFO O| Aug 19 02:51:34.175 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master does not exist
90822026-08-19T02:51:34.885Z[ recovery-image] Aug 19 02:51:34.175 INFO O| Aug 19 02:51:34.175 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master ...
90832026-08-19T02:51:34.885Z[ recovery-image] Aug 19 02:51:34.175 INFO O| Aug 19 02:51:34.175 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master
90842026-08-19T02:51:34.885Z[ recovery-image] Aug 19 02:51:34.175 INFO O| Aug 19 02:51:34.175 INFO ok!
90852026-08-19T02:51:34.888Z[ recovery-image] Aug 19 02:51:34.175 INFO O| Aug 19 02:51:34.175 INFO STEP 34 (ensure_file) COMPLETE
90862026-08-19T02:51:34.888Z[ recovery-image] Aug 19 02:51:34.175 INFO O| Aug 19 02:51:34.175 INFO STEP 35: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
90872026-08-19T02:51:34.895Z[ recovery-image] Aug 19 02:51:34.186 INFO O| Aug 19 02:51:34.186 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs exists, with wrong contents, unlinking
90882026-08-19T02:51:34.895Z[ recovery-image] Aug 19 02:51:34.186 INFO O| Aug 19 02:51:34.186 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs ...
90892026-08-19T02:51:34.895Z[ recovery-image] Aug 19 02:51:34.186 INFO O| Aug 19 02:51:34.186 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs
90902026-08-19T02:51:34.895Z[ recovery-image] Aug 19 02:51:34.186 INFO O| Aug 19 02:51:34.186 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs
90912026-08-19T02:51:34.899Z[ recovery-image] Aug 19 02:51:34.186 INFO O| Aug 19 02:51:34.186 INFO ok!
90922026-08-19T02:51:34.899Z[ recovery-image] Aug 19 02:51:34.186 INFO O| Aug 19 02:51:34.186 INFO STEP 35 (ensure_file) COMPLETE
90932026-08-19T02:51:34.899Z[ recovery-image] Aug 19 02:51:34.186 INFO O| Aug 19 02:51:34.186 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
90942026-08-19T02:51:34.908Z[ recovery-image] Aug 19 02:51:34.198 INFO O| Aug 19 02:51:34.198 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init exists, with wrong contents, unlinking
90952026-08-19T02:51:34.908Z[ recovery-image] Aug 19 02:51:34.198 INFO O| Aug 19 02:51:34.198 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init ...
90962026-08-19T02:51:34.908Z[ recovery-image] Aug 19 02:51:34.198 INFO O| Aug 19 02:51:34.198 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init
90972026-08-19T02:51:34.911Z[ recovery-image] Aug 19 02:51:34.198 INFO O| Aug 19 02:51:34.198 INFO ok!
90982026-08-19T02:51:34.911Z[ recovery-image] Aug 19 02:51:34.198 INFO O| Aug 19 02:51:34.198 INFO STEP 36 (ensure_file) COMPLETE
90992026-08-19T02:51:34.911Z[ recovery-image] Aug 19 02:51:34.198 INFO O| Aug 19 02:51:34.198 INFO STEP 37: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
91002026-08-19T02:51:34.918Z[ recovery-image] Aug 19 02:51:34.209 INFO O| Aug 19 02:51:34.208 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
91012026-08-19T02:51:34.918Z[ recovery-image] Aug 19 02:51:34.209 INFO O| Aug 19 02:51:34.209 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config ...
91022026-08-19T02:51:34.918Z[ recovery-image] Aug 19 02:51:34.209 INFO O| Aug 19 02:51:34.209 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config
91032026-08-19T02:51:34.922Z[ recovery-image] Aug 19 02:51:34.209 INFO O| Aug 19 02:51:34.209 INFO ok!
91042026-08-19T02:51:34.922Z[ recovery-image] Aug 19 02:51:34.209 INFO O| Aug 19 02:51:34.209 INFO STEP 37 (ensure_file) COMPLETE
91052026-08-19T02:51:34.922Z[ recovery-image] Aug 19 02:51:34.209 INFO O| Aug 19 02:51:34.209 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
91062026-08-19T02:51:34.929Z[ recovery-image] Aug 19 02:51:34.220 INFO O| Aug 19 02:51:34.220 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams does not exist
91072026-08-19T02:51:34.929Z[ recovery-image] Aug 19 02:51:34.220 INFO O| Aug 19 02:51:34.220 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams ...
91082026-08-19T02:51:34.933Z[ recovery-image] Aug 19 02:51:34.220 INFO O| Aug 19 02:51:34.220 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
91092026-08-19T02:51:34.933Z[ recovery-image] Aug 19 02:51:34.220 INFO O| Aug 19 02:51:34.220 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
91102026-08-19T02:51:34.933Z[ recovery-image] Aug 19 02:51:34.220 INFO O| Aug 19 02:51:34.220 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
91112026-08-19T02:51:34.933Z[ recovery-image] Aug 19 02:51:34.220 INFO O| Aug 19 02:51:34.220 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
91122026-08-19T02:51:34.933Z[ recovery-image] Aug 19 02:51:34.220 INFO O| Aug 19 02:51:34.220 INFO ok!
91132026-08-19T02:51:34.933Z[ recovery-image] Aug 19 02:51:34.220 INFO O| Aug 19 02:51:34.220 INFO STEP 38 (ensure_file) COMPLETE
91142026-08-19T02:51:34.933Z[ recovery-image] Aug 19 02:51:34.220 INFO O| Aug 19 02:51:34.220 INFO STEP 39: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
91152026-08-19T02:51:34.941Z[ recovery-image] Aug 19 02:51:34.231 INFO O| Aug 19 02:51:34.231 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
91162026-08-19T02:51:34.941Z[ recovery-image] Aug 19 02:51:34.231 INFO O| Aug 19 02:51:34.231 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
91172026-08-19T02:51:34.941Z[ recovery-image] Aug 19 02:51:34.231 INFO O| Aug 19 02:51:34.231 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
91182026-08-19T02:51:34.944Z[ recovery-image] Aug 19 02:51:34.231 INFO O| Aug 19 02:51:34.231 INFO STEP 39 (ensure_dir) COMPLETE
91192026-08-19T02:51:34.944Z[ recovery-image] Aug 19 02:51:34.231 INFO O| Aug 19 02:51:34.231 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
91202026-08-19T02:51:34.951Z[ recovery-image] Aug 19 02:51:34.242 INFO O| Aug 19 02:51:34.242 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
91212026-08-19T02:51:34.951Z[ recovery-image] Aug 19 02:51:34.242 INFO O| Aug 19 02:51:34.242 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 ...
91222026-08-19T02:51:34.954Z[ recovery-image] Aug 19 02:51:34.242 INFO O| Aug 19 02:51:34.242 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
91232026-08-19T02:51:34.954Z[ recovery-image] Aug 19 02:51:34.242 INFO O| Aug 19 02:51:34.242 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
91242026-08-19T02:51:34.954Z[ recovery-image] Aug 19 02:51:34.242 INFO O| Aug 19 02:51:34.242 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
91252026-08-19T02:51:34.954Z[ recovery-image] Aug 19 02:51:34.242 INFO O| Aug 19 02:51:34.242 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
91262026-08-19T02:51:34.955Z[ recovery-image] Aug 19 02:51:34.242 INFO O| Aug 19 02:51:34.242 INFO ok!
91272026-08-19T02:51:34.955Z[ recovery-image] Aug 19 02:51:34.242 INFO O| Aug 19 02:51:34.242 INFO STEP 40 (ensure_file) COMPLETE
91282026-08-19T02:51:34.955Z[ recovery-image] Aug 19 02:51:34.242 INFO O| Aug 19 02:51:34.242 INFO STEP 41: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
91292026-08-19T02:51:34.961Z[ recovery-image] Aug 19 02:51:34.251 INFO O| Aug 19 02:51:34.251 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
91302026-08-19T02:51:34.962Z[ recovery-image] Aug 19 02:51:34.252 INFO O| Aug 19 02:51:34.251 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 ...
91312026-08-19T02:51:34.962Z[ recovery-image] Aug 19 02:51:34.252 INFO O| Aug 19 02:51:34.252 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin
91322026-08-19T02:51:34.965Z[ recovery-image] Aug 19 02:51:34.252 INFO O| Aug 19 02:51:34.252 INFO ok!
91332026-08-19T02:51:34.965Z[ recovery-image] Aug 19 02:51:34.252 INFO O| Aug 19 02:51:34.252 INFO STEP 41 (ensure_symlink) COMPLETE
91342026-08-19T02:51:34.965Z[ recovery-image] Aug 19 02:51:34.252 INFO O| Aug 19 02:51:34.252 INFO STEP 42: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
91352026-08-19T02:51:34.970Z[ recovery-image] Aug 19 02:51:34.260 INFO O| Aug 19 02:51:34.260 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo does not exist
91362026-08-19T02:51:34.970Z[ recovery-image] Aug 19 02:51:34.260 INFO O| Aug 19 02:51:34.260 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo -> Oxide,Gimlet ...
91372026-08-19T02:51:34.970Z[ recovery-image] Aug 19 02:51:34.260 INFO O| Aug 19 02:51:34.260 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo
91382026-08-19T02:51:34.970Z[ recovery-image] Aug 19 02:51:34.260 INFO O| Aug 19 02:51:34.260 INFO ok!
91392026-08-19T02:51:34.973Z[ recovery-image] Aug 19 02:51:34.260 INFO O| Aug 19 02:51:34.260 INFO STEP 42 (ensure_symlink) COMPLETE
91402026-08-19T02:51:34.973Z[ recovery-image] Aug 19 02:51:34.260 INFO O| Aug 19 02:51:34.260 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
91412026-08-19T02:51:34.979Z[ recovery-image] Aug 19 02:51:34.270 INFO O| Aug 19 02:51:34.270 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname does not exist
91422026-08-19T02:51:34.979Z[ recovery-image] Aug 19 02:51:34.270 INFO O| Aug 19 02:51:34.270 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.sh -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname ...
91432026-08-19T02:51:34.982Z[ recovery-image] Aug 19 02:51:34.270 INFO O| Aug 19 02:51:34.270 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
91442026-08-19T02:51:34.982Z[ recovery-image] Aug 19 02:51:34.270 INFO O| Aug 19 02:51:34.270 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
91452026-08-19T02:51:34.982Z[ recovery-image] Aug 19 02:51:34.270 INFO O| Aug 19 02:51:34.270 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
91462026-08-19T02:51:34.983Z[ recovery-image] Aug 19 02:51:34.270 INFO O| Aug 19 02:51:34.270 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
91472026-08-19T02:51:34.983Z[ recovery-image] Aug 19 02:51:34.270 INFO O| Aug 19 02:51:34.270 INFO ok!
91482026-08-19T02:51:34.983Z[ recovery-image] Aug 19 02:51:34.270 INFO O| Aug 19 02:51:34.270 INFO STEP 43 (ensure_file) COMPLETE
91492026-08-19T02:51:34.983Z[ recovery-image] Aug 19 02:51:34.270 INFO O| Aug 19 02:51:34.270 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
91502026-08-19T02:51:34.989Z[ recovery-image] Aug 19 02:51:34.279 INFO O| Aug 19 02:51:34.279 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml does not exist
91512026-08-19T02:51:34.989Z[ recovery-image] Aug 19 02:51:34.279 INFO O| Aug 19 02:51:34.279 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 ...
91522026-08-19T02:51:34.989Z[ recovery-image] Aug 19 02:51:34.279 INFO O| Aug 19 02:51:34.279 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
91532026-08-19T02:51:34.992Z[ recovery-image] Aug 19 02:51:34.279 INFO O| Aug 19 02:51:34.279 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml
91542026-08-19T02:51:34.992Z[ recovery-image] Aug 19 02:51:34.279 INFO O| Aug 19 02:51:34.279 INFO ok!
91552026-08-19T02:51:34.992Z[ recovery-image] Aug 19 02:51:34.279 INFO O| Aug 19 02:51:34.279 INFO STEP 44 (ensure_file) COMPLETE
91562026-08-19T02:51:34.992Z[ recovery-image] Aug 19 02:51:34.279 INFO O| Aug 19 02:51:34.279 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
91572026-08-19T02:51:34.999Z[ recovery-image] Aug 19 02:51:34.289 INFO O| Aug 19 02:51:34.289 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml does not exist
91582026-08-19T02:51:34.999Z[ recovery-image] Aug 19 02:51:34.289 INFO O| Aug 19 02:51:34.289 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml ...
91592026-08-19T02:51:35.002Z[ recovery-image] Aug 19 02:51:34.289 INFO O| Aug 19 02:51:34.289 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml
91602026-08-19T02:51:35.002Z[ recovery-image] Aug 19 02:51:34.289 INFO O| Aug 19 02:51:34.289 INFO ok!
91612026-08-19T02:51:35.002Z[ recovery-image] Aug 19 02:51:34.289 INFO O| Aug 19 02:51:34.289 INFO STEP 45 (ensure_file) COMPLETE
91622026-08-19T02:51:35.002Z[ recovery-image] Aug 19 02:51:34.289 INFO O| Aug 19 02:51:34.289 INFO STEP 46: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
91632026-08-19T02:51:35.008Z[ recovery-image] Aug 19 02:51:34.298 INFO O| Aug 19 02:51:34.298 INFO updating shadow file
91642026-08-19T02:51:35.008Z[ recovery-image] Aug 19 02:51:34.298 INFO O| Aug 19 02:51:34.298 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
91652026-08-19T02:51:35.011Z[ recovery-image] Aug 19 02:51:34.298 INFO O| Aug 19 02:51:34.298 INFO STEP 46 (shadow) COMPLETE
91662026-08-19T02:51:35.011Z[ recovery-image] Aug 19 02:51:34.298 INFO O| Aug 19 02:51:34.298 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
91672026-08-19T02:51:35.018Z[ recovery-image] Aug 19 02:51:34.309 INFO O| Aug 19 02:51:34.309 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login exists, with wrong contents, unlinking
91682026-08-19T02:51:35.018Z[ recovery-image] Aug 19 02:51:34.309 INFO O| Aug 19 02:51:34.309 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login ...
91692026-08-19T02:51:35.021Z[ recovery-image] Aug 19 02:51:34.309 INFO O| Aug 19 02:51:34.309 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login
91702026-08-19T02:51:35.021Z[ recovery-image] Aug 19 02:51:34.309 INFO O| Aug 19 02:51:34.309 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login
91712026-08-19T02:51:35.021Z[ recovery-image] Aug 19 02:51:34.309 INFO O| Aug 19 02:51:34.309 INFO ok!
91722026-08-19T02:51:35.021Z[ recovery-image] Aug 19 02:51:34.309 INFO O| Aug 19 02:51:34.309 INFO STEP 47 (ensure_file) COMPLETE
91732026-08-19T02:51:35.021Z[ recovery-image] Aug 19 02:51:34.309 INFO O| Aug 19 02:51:34.309 INFO STEP 48: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
91742026-08-19T02:51:35.028Z[ recovery-image] Aug 19 02:51:34.318 INFO O| Aug 19 02:51:34.318 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt
91752026-08-19T02:51:35.028Z[ recovery-image] Aug 19 02:51:34.318 INFO O| Aug 19 02:51:34.318 INFO STEP 48 (ensure_dir) COMPLETE
91762026-08-19T02:51:35.031Z[ recovery-image] Aug 19 02:51:34.318 INFO O| Aug 19 02:51:34.318 INFO STEP 49: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
91772026-08-19T02:51:35.037Z[ recovery-image] Aug 19 02:51:34.328 INFO O| Aug 19 02:51:34.328 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide
91782026-08-19T02:51:35.037Z[ recovery-image] Aug 19 02:51:34.328 INFO O| Aug 19 02:51:34.328 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide
91792026-08-19T02:51:35.037Z[ recovery-image] Aug 19 02:51:34.328 INFO O| Aug 19 02:51:34.328 INFO STEP 49 (ensure_dir) COMPLETE
91802026-08-19T02:51:35.041Z[ recovery-image] Aug 19 02:51:34.328 INFO O| Aug 19 02:51:34.328 INFO STEP 50: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
91812026-08-19T02:51:35.046Z[ recovery-image] Aug 19 02:51:34.337 INFO O| Aug 19 02:51:34.337 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator
91822026-08-19T02:51:35.046Z[ recovery-image] Aug 19 02:51:34.337 INFO O| Aug 19 02:51:34.337 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator
91832026-08-19T02:51:35.050Z[ recovery-image] Aug 19 02:51:34.337 INFO O| Aug 19 02:51:34.337 INFO STEP 50 (ensure_dir) COMPLETE
91842026-08-19T02:51:35.050Z[ recovery-image] Aug 19 02:51:34.337 INFO O| Aug 19 02:51:34.337 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
91852026-08-19T02:51:35.056Z[ recovery-image] Aug 19 02:51:34.347 INFO O| Aug 19 02:51:34.347 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator does not exist
91862026-08-19T02:51:35.056Z[ recovery-image] Aug 19 02:51:34.347 INFO O| Aug 19 02:51:34.347 INFO copying /tmp/.tmpP3F9z8/proto/recovery/root/opt/oxide/installinator/installinator -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator ...
91872026-08-19T02:51:35.108Z[ recovery-image] Aug 19 02:51:34.398 INFO O| Aug 19 02:51:34.398 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator
91882026-08-19T02:51:35.108Z[ recovery-image] Aug 19 02:51:34.398 INFO O| Aug 19 02:51:34.398 INFO ok!
91892026-08-19T02:51:35.108Z[ recovery-image] Aug 19 02:51:34.398 INFO O| Aug 19 02:51:34.398 INFO STEP 51 (ensure_file) COMPLETE
91902026-08-19T02:51:35.111Z[ recovery-image] Aug 19 02:51:34.398 INFO O| Aug 19 02:51:34.398 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
91912026-08-19T02:51:35.119Z[ recovery-image] Aug 19 02:51:34.410 INFO O| Aug 19 02:51:34.410 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/pkg
91922026-08-19T02:51:35.119Z[ recovery-image] Aug 19 02:51:34.410 INFO O| Aug 19 02:51:34.410 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/pkg
91932026-08-19T02:51:35.119Z[ recovery-image] Aug 19 02:51:34.410 INFO O| Aug 19 02:51:34.410 INFO STEP 52 (ensure_dir) COMPLETE
91942026-08-19T02:51:35.123Z[ recovery-image] Aug 19 02:51:34.410 INFO O| Aug 19 02:51:34.410 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
91952026-08-19T02:51:35.130Z[ recovery-image] Aug 19 02:51:34.421 INFO O| Aug 19 02:51:34.421 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION does not exist
91962026-08-19T02:51:35.130Z[ recovery-image] Aug 19 02:51:34.421 INFO O| Aug 19 02:51:34.421 INFO copying /tmp/.tmpP3F9z8/proto/recovery/root/opt/oxide/installinator/VERSION -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION ...
91972026-08-19T02:51:35.130Z[ recovery-image] Aug 19 02:51:34.421 INFO O| Aug 19 02:51:34.421 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION
91982026-08-19T02:51:35.130Z[ recovery-image] Aug 19 02:51:34.421 INFO O| Aug 19 02:51:34.421 INFO ok!
91992026-08-19T02:51:35.133Z[ recovery-image] Aug 19 02:51:34.421 INFO O| Aug 19 02:51:34.421 INFO STEP 53 (ensure_file) COMPLETE
92002026-08-19T02:51:35.133Z[ recovery-image] Aug 19 02:51:34.421 INFO O| Aug 19 02:51:34.421 INFO STEP 54: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
92012026-08-19T02:51:35.140Z[ recovery-image] Aug 19 02:51:34.431 INFO O| Aug 19 02:51:34.431 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm
92022026-08-19T02:51:35.141Z[ recovery-image] Aug 19 02:51:34.431 INFO O| Aug 19 02:51:34.431 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm
92032026-08-19T02:51:35.141Z[ recovery-image] Aug 19 02:51:34.431 INFO O| Aug 19 02:51:34.431 INFO STEP 54 (ensure_dir) COMPLETE
92042026-08-19T02:51:35.144Z[ recovery-image] Aug 19 02:51:34.431 INFO O| Aug 19 02:51:34.431 INFO STEP 55: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
92052026-08-19T02:51:35.151Z[ recovery-image] Aug 19 02:51:34.441 INFO O| Aug 19 02:51:34.441 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm does not exist
92062026-08-19T02:51:35.151Z[ recovery-image] Aug 19 02:51:34.441 INFO O| Aug 19 02:51:34.441 INFO copying /tmp/.tmpP3F9z8/proto/recovery/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm ...
92072026-08-19T02:51:35.244Z[ host-image] Aug 19 02:51:34.534 INFO O| creating gzonly manifest...
92082026-08-19T02:51:35.281Z[ host-image] Aug 19 02:51:34.570 INFO O| ok
92092026-08-19T02:51:35.428Z[ host-image] Aug 19 02:51:34.718 INFO image builder template: ramdisk-02-trim...
92102026-08-19T02:51:35.429Z[ host-image] Aug 19 02:51:34.719 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/.tmpP3F9z8/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "optever=0.41.506", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@23.0.0.0", "-n", "ramdisk-02-trim"], pwd: None
92112026-08-19T02:51:35.453Z[ host-image] Aug 19 02:51:34.743 INFO O| Aug 19 02:51:34.743 INFO temporary dataset: rpool/images/build/host/tmp/sled/ramdisk-02-trim
92122026-08-19T02:51:35.457Z[ host-image] Aug 19 02:51:34.748 INFO O| Aug 19 02:51:34.748 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/ramdisk-02-trim
92132026-08-19T02:51:36.109Z[ host-image] Aug 19 02:51:35.399 INFO O| Aug 19 02:51:35.399 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/ramdisk-02-trim: sync = disabled
92142026-08-19T02:51:36.198Z[ host-image] Aug 19 02:51:35.489 INFO O| Aug 19 02:51:35.488 INFO temporary directory: /rpool/images/build/host/tmp/sled/ramdisk-02-trim
92152026-08-19T02:51:36.198Z[ host-image] Aug 19 02:51:35.489 INFO O| Aug 19 02:51:35.489 INFO work dataset: rpool/images/build/host/work/sled/ramdisk
92162026-08-19T02:51:36.204Z[ host-image] Aug 19 02:51:35.494 INFO O| Aug 19 02:51:35.494 INFO looking for output snapshot rpool/images/build/host/work/sled/ramdisk@trim
92172026-08-19T02:51:36.208Z[ host-image] Aug 19 02:51:35.498 INFO O| Aug 19 02:51:35.498 INFO looking for input snapshot rpool/images/build/host/work/sled/ramdisk@os
92182026-08-19T02:51:36.214Z[ host-image] Aug 19 02:51:35.504 INFO O| Aug 19 02:51:35.504 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@os
92192026-08-19T02:51:36.870Z[ host-image] Aug 19 02:51:36.160 INFO O| Aug 19 02:51:36.160 INFO rolled back to input snapshot; work may begin
92202026-08-19T02:51:36.870Z[ host-image] Aug 19 02:51:36.161 INFO O| Aug 19 02:51:36.160 INFO CREATE DATASET: rpool/images/build/host/work/sled/ramdisk
92212026-08-19T02:51:36.876Z[ host-image] Aug 19 02:51:36.166 INFO O| Aug 19 02:51:36.166 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92222026-08-19T02:51:36.886Z[ host-image] Aug 19 02:51:36.176 INFO O| Aug 19 02:51:36.176 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/var/pkg"
92232026-08-19T02:51:36.927Z[ host-image] Aug 19 02:51:36.217 INFO O| Aug 19 02:51:36.217 INFO STEP 0 (remove_files) COMPLETE
92242026-08-19T02:51:36.927Z[ host-image] Aug 19 02:51:36.218 INFO O| Aug 19 02:51:36.217 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92252026-08-19T02:51:36.938Z[ host-image] Aug 19 02:51:36.228 INFO O| Aug 19 02:51:36.228 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/xpg4"
92262026-08-19T02:51:36.941Z[ host-image] Aug 19 02:51:36.230 INFO O| Aug 19 02:51:36.230 INFO STEP 1 (remove_files) COMPLETE
92272026-08-19T02:51:36.941Z[ host-image] Aug 19 02:51:36.230 INFO O| Aug 19 02:51:36.230 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92282026-08-19T02:51:36.952Z[ host-image] Aug 19 02:51:36.242 INFO O| Aug 19 02:51:36.242 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/include"
92292026-08-19T02:51:36.966Z[ host-image] Aug 19 02:51:36.256 INFO O| Aug 19 02:51:36.256 INFO STEP 2 (remove_files) COMPLETE
92302026-08-19T02:51:36.966Z[ host-image] Aug 19 02:51:36.256 INFO O| Aug 19 02:51:36.256 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92312026-08-19T02:51:36.978Z[ host-image] Aug 19 02:51:36.268 INFO O| Aug 19 02:51:36.268 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/demo"
92322026-08-19T02:51:36.981Z[ host-image] Aug 19 02:51:36.269 INFO O| Aug 19 02:51:36.269 INFO STEP 3 (remove_files) COMPLETE
92332026-08-19T02:51:36.981Z[ host-image] Aug 19 02:51:36.269 INFO O| Aug 19 02:51:36.269 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92342026-08-19T02:51:36.990Z[ host-image] Aug 19 02:51:36.280 INFO O| Aug 19 02:51:36.280 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/help"
92352026-08-19T02:51:36.993Z[ host-image] Aug 19 02:51:36.283 INFO O| Aug 19 02:51:36.283 INFO STEP 4 (remove_files) COMPLETE
92362026-08-19T02:51:36.993Z[ host-image] Aug 19 02:51:36.283 INFO O| Aug 19 02:51:36.283 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92372026-08-19T02:51:37.004Z[ host-image] Aug 19 02:51:36.294 INFO O| Aug 19 02:51:36.294 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/doc"
92382026-08-19T02:51:37.007Z[ host-image] Aug 19 02:51:36.297 INFO O| Aug 19 02:51:36.297 INFO STEP 5 (remove_files) COMPLETE
92392026-08-19T02:51:37.007Z[ host-image] Aug 19 02:51:36.297 INFO O| Aug 19 02:51:36.297 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92402026-08-19T02:51:37.018Z[ host-image] Aug 19 02:51:36.308 INFO O| Aug 19 02:51:36.308 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/bash-completion"
92412026-08-19T02:51:37.028Z[ host-image] Aug 19 02:51:36.319 INFO O| Aug 19 02:51:36.319 INFO STEP 6 (remove_files) COMPLETE
92422026-08-19T02:51:37.028Z[ host-image] Aug 19 02:51:36.319 INFO O| Aug 19 02:51:36.319 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92432026-08-19T02:51:37.032Z[ host-image] Aug 19 02:51:36.319 INFO O| Aug 19 02:51:36.319 INFO skip step because feature "heliosv2" is not enabled
92442026-08-19T02:51:37.032Z[ host-image] Aug 19 02:51:36.319 INFO O| Aug 19 02:51:36.319 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92452026-08-19T02:51:37.040Z[ host-image] Aug 19 02:51:36.330 INFO O| Aug 19 02:51:36.330 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/perl5/5.40/man"
92462026-08-19T02:51:37.053Z[ host-image] Aug 19 02:51:36.343 INFO O| Aug 19 02:51:36.343 INFO STEP 8 (remove_files) COMPLETE
92472026-08-19T02:51:37.053Z[ host-image] Aug 19 02:51:36.343 INFO O| Aug 19 02:51:36.343 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92482026-08-19T02:51:37.064Z[ host-image] Aug 19 02:51:36.355 INFO O| Aug 19 02:51:36.355 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/man/man3ssl"
92492026-08-19T02:51:37.180Z[ host-image] Aug 19 02:51:36.471 INFO O| Aug 19 02:51:36.470 INFO STEP 9 (remove_files) COMPLETE
92502026-08-19T02:51:37.180Z[ host-image] Aug 19 02:51:36.471 INFO O| Aug 19 02:51:36.471 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92512026-08-19T02:51:37.193Z[ host-image] Aug 19 02:51:36.483 INFO O| Aug 19 02:51:36.483 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/ssl-3/man"
92522026-08-19T02:51:37.227Z[ recovery-image] Aug 19 02:51:36.517 INFO O| Aug 19 02:51:36.517 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm
92532026-08-19T02:51:37.227Z[ recovery-image] Aug 19 02:51:36.517 INFO O| Aug 19 02:51:36.517 INFO ok!
92542026-08-19T02:51:37.230Z[ recovery-image] Aug 19 02:51:36.517 INFO O| Aug 19 02:51:36.517 INFO STEP 55 (ensure_file) COMPLETE
92552026-08-19T02:51:37.230Z[ recovery-image] Aug 19 02:51:36.517 INFO O| Aug 19 02:51:36.517 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
92562026-08-19T02:51:37.238Z[ recovery-image] Aug 19 02:51:36.529 INFO O| Aug 19 02:51:36.529 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd does not exist
92572026-08-19T02:51:37.238Z[ recovery-image] Aug 19 02:51:36.529 INFO O| Aug 19 02:51:36.529 INFO copying /tmp/.tmpP3F9z8/proto/recovery/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd ...
92582026-08-19T02:51:37.291Z[ host-image] Aug 19 02:51:36.581 INFO O| Aug 19 02:51:36.581 INFO STEP 10 (remove_files) COMPLETE
92592026-08-19T02:51:37.291Z[ host-image] Aug 19 02:51:36.581 INFO O| Aug 19 02:51:36.581 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92602026-08-19T02:51:37.302Z[ host-image] Aug 19 02:51:36.593 INFO O| Aug 19 02:51:36.593 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/etc/net-snmp"
92612026-08-19T02:51:37.306Z[ host-image] Aug 19 02:51:36.596 INFO O| Aug 19 02:51:36.596 INFO STEP 11 (remove_files) COMPLETE
92622026-08-19T02:51:37.306Z[ host-image] Aug 19 02:51:36.596 INFO O| Aug 19 02:51:36.596 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92632026-08-19T02:51:37.316Z[ host-image] Aug 19 02:51:36.607 INFO O| Aug 19 02:51:36.606 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/bin/i386"
92642026-08-19T02:51:37.319Z[ host-image] Aug 19 02:51:36.607 INFO O| Aug 19 02:51:36.607 INFO STEP 12 (remove_files) COMPLETE
92652026-08-19T02:51:37.319Z[ host-image] Aug 19 02:51:36.608 INFO O| Aug 19 02:51:36.607 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92662026-08-19T02:51:37.330Z[ host-image] Aug 19 02:51:36.621 INFO O| Aug 19 02:51:36.621 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/platform/i86xpv"
92672026-08-19T02:51:37.333Z[ host-image] Aug 19 02:51:36.622 INFO O| Aug 19 02:51:36.622 INFO STEP 13 (remove_files) COMPLETE
92682026-08-19T02:51:37.333Z[ host-image] Aug 19 02:51:36.622 INFO O| Aug 19 02:51:36.622 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92692026-08-19T02:51:37.483Z[ host-image] Aug 19 02:51:36.773 INFO O| Aug 19 02:51:36.773 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/amd64/libtddl.a"
92702026-08-19T02:51:37.491Z[ host-image] Aug 19 02:51:36.781 INFO O| Aug 19 02:51:36.781 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/libtddl.a"
92712026-08-19T02:51:37.644Z[ host-image] Aug 19 02:51:36.934 INFO O| Aug 19 02:51:36.934 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgtypes.a"
92722026-08-19T02:51:37.644Z[ host-image] Aug 19 02:51:36.934 INFO O| Aug 19 02:51:36.934 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libecpg.a"
92732026-08-19T02:51:37.644Z[ host-image] Aug 19 02:51:36.934 INFO O| Aug 19 02:51:36.934 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpq.a"
92742026-08-19T02:51:37.644Z[ host-image] Aug 19 02:51:36.934 INFO O| Aug 19 02:51:36.934 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg_compat.a"
92752026-08-19T02:51:37.647Z[ host-image] Aug 19 02:51:36.934 INFO O| Aug 19 02:51:36.934 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport.a"
92762026-08-19T02:51:37.647Z[ host-image] Aug 19 02:51:36.934 INFO O| Aug 19 02:51:36.934 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon_shlib.a"
92772026-08-19T02:51:37.648Z[ host-image] Aug 19 02:51:36.934 INFO O| Aug 19 02:51:36.934 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg.a"
92782026-08-19T02:51:37.648Z[ host-image] Aug 19 02:51:36.934 INFO O| Aug 19 02:51:36.934 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgtypes.a"
92792026-08-19T02:51:37.648Z[ host-image] Aug 19 02:51:36.934 INFO O| Aug 19 02:51:36.934 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport_shlib.a"
92802026-08-19T02:51:37.648Z[ host-image] Aug 19 02:51:36.934 INFO O| Aug 19 02:51:36.934 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon.a"
92812026-08-19T02:51:37.648Z[ host-image] Aug 19 02:51:36.935 INFO O| Aug 19 02:51:36.935 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon.a"
92822026-08-19T02:51:37.648Z[ host-image] Aug 19 02:51:36.935 INFO O| Aug 19 02:51:36.935 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon_shlib.a"
92832026-08-19T02:51:37.648Z[ host-image] Aug 19 02:51:36.935 INFO O| Aug 19 02:51:36.935 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgport.a"
92842026-08-19T02:51:37.648Z[ host-image] Aug 19 02:51:36.935 INFO O| Aug 19 02:51:36.935 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgport_shlib.a"
92852026-08-19T02:51:37.648Z[ host-image] Aug 19 02:51:36.935 INFO O| Aug 19 02:51:36.935 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libecpg_compat.a"
92862026-08-19T02:51:37.648Z[ host-image] Aug 19 02:51:36.935 INFO O| Aug 19 02:51:36.935 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpq.a"
92872026-08-19T02:51:37.655Z[ host-image] Aug 19 02:51:36.942 INFO O| Aug 19 02:51:36.942 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/lib/libjq.a"
92882026-08-19T02:51:37.655Z[ host-image] Aug 19 02:51:36.942 INFO O| Aug 19 02:51:36.942 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/lib/amd64/libjq.a"
92892026-08-19T02:51:37.655Z[ host-image] Aug 19 02:51:36.942 INFO O| Aug 19 02:51:36.942 INFO STEP 14 (remove_files) COMPLETE
92902026-08-19T02:51:37.655Z[ host-image] Aug 19 02:51:36.942 INFO O| Aug 19 02:51:36.942 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92912026-08-19T02:51:37.664Z[ host-image] Aug 19 02:51:36.954 INFO O| Aug 19 02:51:36.954 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/boot"
92922026-08-19T02:51:37.667Z[ host-image] Aug 19 02:51:36.955 INFO O| Aug 19 02:51:36.955 INFO STEP 15 (remove_files) COMPLETE
92932026-08-19T02:51:37.667Z[ host-image] Aug 19 02:51:36.955 INFO O| Aug 19 02:51:36.955 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92942026-08-19T02:51:37.676Z[ host-image] Aug 19 02:51:36.966 INFO O| Aug 19 02:51:36.966 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/platform/i86pc"
92952026-08-19T02:51:37.682Z[ host-image] Aug 19 02:51:36.973 INFO O| Aug 19 02:51:36.973 INFO STEP 16 (remove_files) COMPLETE
92962026-08-19T02:51:37.682Z[ host-image] Aug 19 02:51:36.973 INFO O| Aug 19 02:51:36.973 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92972026-08-19T02:51:37.696Z[ host-image] Aug 19 02:51:36.986 INFO O| Aug 19 02:51:36.986 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/platform/i86xpv"
92982026-08-19T02:51:37.699Z[ host-image] Aug 19 02:51:36.987 INFO O| Aug 19 02:51:36.987 INFO STEP 17 (remove_files) COMPLETE
92992026-08-19T02:51:37.699Z[ host-image] Aug 19 02:51:36.987 INFO O| Aug 19 02:51:36.987 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93002026-08-19T02:51:37.707Z[ host-image] Aug 19 02:51:36.998 INFO O| Aug 19 02:51:36.998 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/platform/i86pc"
93012026-08-19T02:51:37.712Z[ host-image] Aug 19 02:51:36.999 INFO O| Aug 19 02:51:36.999 INFO STEP 18 (remove_files) COMPLETE
93022026-08-19T02:51:37.712Z[ host-image] Aug 19 02:51:36.999 INFO O| Aug 19 02:51:36.999 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93032026-08-19T02:51:37.721Z[ host-image] Aug 19 02:51:37.011 INFO O| Aug 19 02:51:37.011 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/acpica"
93042026-08-19T02:51:37.721Z[ host-image] Aug 19 02:51:37.011 INFO O| Aug 19 02:51:37.011 INFO STEP 19 (remove_files) COMPLETE
93052026-08-19T02:51:37.726Z[ host-image] Aug 19 02:51:37.011 INFO O| Aug 19 02:51:37.011 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93062026-08-19T02:51:37.738Z[ host-image] Aug 19 02:51:37.028 INFO O| Aug 19 02:51:37.024 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/tem"
93072026-08-19T02:51:37.738Z[ host-image] Aug 19 02:51:37.028 INFO O| Aug 19 02:51:37.028 INFO STEP 20 (remove_files) COMPLETE
93082026-08-19T02:51:37.741Z[ host-image] Aug 19 02:51:37.028 INFO O| Aug 19 02:51:37.028 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93092026-08-19T02:51:37.750Z[ host-image] Aug 19 02:51:37.041 INFO O| Aug 19 02:51:37.041 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/kbtrans"
93102026-08-19T02:51:37.750Z[ host-image] Aug 19 02:51:37.041 INFO O| Aug 19 02:51:37.041 INFO STEP 21 (remove_files) COMPLETE
93112026-08-19T02:51:37.750Z[ host-image] Aug 19 02:51:37.041 INFO O| Aug 19 02:51:37.041 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93122026-08-19T02:51:37.782Z[ host-image] Aug 19 02:51:37.071 INFO O| Aug 19 02:51:37.071 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/wc"
93132026-08-19T02:51:37.783Z[ host-image] Aug 19 02:51:37.071 INFO O| Aug 19 02:51:37.071 INFO STEP 22 (remove_files) COMPLETE
93142026-08-19T02:51:37.783Z[ host-image] Aug 19 02:51:37.071 INFO O| Aug 19 02:51:37.071 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93152026-08-19T02:51:37.827Z[ host-image] Aug 19 02:51:37.118 INFO O| Aug 19 02:51:37.117 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/acpi_drv"
93162026-08-19T02:51:37.827Z[ host-image] Aug 19 02:51:37.118 INFO O| Aug 19 02:51:37.118 INFO STEP 23 (remove_files) COMPLETE
93172026-08-19T02:51:37.831Z[ host-image] Aug 19 02:51:37.118 INFO O| Aug 19 02:51:37.118 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93182026-08-19T02:51:37.838Z[ host-image] Aug 19 02:51:37.128 INFO O| Aug 19 02:51:37.128 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/conskbd"
93192026-08-19T02:51:37.838Z[ host-image] Aug 19 02:51:37.128 INFO O| Aug 19 02:51:37.128 INFO STEP 24 (remove_files) COMPLETE
93202026-08-19T02:51:37.841Z[ host-image] Aug 19 02:51:37.128 INFO O| Aug 19 02:51:37.128 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93212026-08-19T02:51:37.849Z[ host-image] Aug 19 02:51:37.139 INFO O| Aug 19 02:51:37.139 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/tzmon"
93222026-08-19T02:51:37.849Z[ host-image] Aug 19 02:51:37.139 INFO O| Aug 19 02:51:37.139 INFO STEP 25 (remove_files) COMPLETE
93232026-08-19T02:51:37.849Z[ host-image] Aug 19 02:51:37.139 INFO O| Aug 19 02:51:37.139 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93242026-08-19T02:51:37.860Z[ host-image] Aug 19 02:51:37.150 INFO O| Aug 19 02:51:37.150 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/power"
93252026-08-19T02:51:37.860Z[ host-image] Aug 19 02:51:37.150 INFO O| Aug 19 02:51:37.150 INFO STEP 26 (remove_files) COMPLETE
93262026-08-19T02:51:37.860Z[ host-image] Aug 19 02:51:37.150 INFO O| Aug 19 02:51:37.150 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93272026-08-19T02:51:37.890Z[ host-image] Aug 19 02:51:37.180 INFO O| Aug 19 02:51:37.180 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audio"
93282026-08-19T02:51:37.890Z[ host-image] Aug 19 02:51:37.180 INFO O| Aug 19 02:51:37.180 INFO STEP 27 (remove_files) COMPLETE
93292026-08-19T02:51:37.890Z[ host-image] Aug 19 02:51:37.180 INFO O| Aug 19 02:51:37.180 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93302026-08-19T02:51:37.902Z[ host-image] Aug 19 02:51:37.192 INFO O| Aug 19 02:51:37.192 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audio1575"
93312026-08-19T02:51:37.902Z[ host-image] Aug 19 02:51:37.192 INFO O| Aug 19 02:51:37.192 INFO STEP 28 (remove_files) COMPLETE
93322026-08-19T02:51:37.902Z[ host-image] Aug 19 02:51:37.192 INFO O| Aug 19 02:51:37.192 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93332026-08-19T02:51:37.913Z[ host-image] Aug 19 02:51:37.204 INFO O| Aug 19 02:51:37.203 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audioens"
93342026-08-19T02:51:37.913Z[ host-image] Aug 19 02:51:37.204 INFO O| Aug 19 02:51:37.204 INFO STEP 29 (remove_files) COMPLETE
93352026-08-19T02:51:37.913Z[ host-image] Aug 19 02:51:37.204 INFO O| Aug 19 02:51:37.204 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93362026-08-19T02:51:37.928Z[ host-image] Aug 19 02:51:37.214 INFO O| Aug 19 02:51:37.214 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audiopci"
93372026-08-19T02:51:37.931Z[ host-image] Aug 19 02:51:37.214 INFO O| Aug 19 02:51:37.214 INFO STEP 30 (remove_files) COMPLETE
93382026-08-19T02:51:37.931Z[ host-image] Aug 19 02:51:37.214 INFO O| Aug 19 02:51:37.214 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93392026-08-19T02:51:37.957Z[ host-image] Aug 19 02:51:37.247 INFO O| Aug 19 02:51:37.225 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audiots"
93402026-08-19T02:51:37.957Z[ host-image] Aug 19 02:51:37.248 INFO O| Aug 19 02:51:37.225 INFO STEP 31 (remove_files) COMPLETE
93412026-08-19T02:51:37.960Z[ host-image] Aug 19 02:51:37.248 INFO O| Aug 19 02:51:37.225 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93422026-08-19T02:51:37.960Z[ host-image] Aug 19 02:51:37.248 INFO O| Aug 19 02:51:37.235 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/ehci"
93432026-08-19T02:51:37.960Z[ host-image] Aug 19 02:51:37.248 INFO O| Aug 19 02:51:37.235 INFO STEP 32 (remove_files) COMPLETE
93442026-08-19T02:51:37.960Z[ host-image] Aug 19 02:51:37.248 INFO O| Aug 19 02:51:37.235 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93452026-08-19T02:51:37.960Z[ host-image] Aug 19 02:51:37.248 INFO O| Aug 19 02:51:37.247 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/hid"
93462026-08-19T02:51:37.961Z[ host-image] Aug 19 02:51:37.248 INFO O| Aug 19 02:51:37.247 INFO STEP 33 (remove_files) COMPLETE
93472026-08-19T02:51:37.961Z[ host-image] Aug 19 02:51:37.248 INFO O| Aug 19 02:51:37.247 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93482026-08-19T02:51:37.995Z[ host-image] Aug 19 02:51:37.286 INFO O| Aug 19 02:51:37.285 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/hubd"
93492026-08-19T02:51:37.995Z[ host-image] Aug 19 02:51:37.286 INFO O| Aug 19 02:51:37.286 INFO STEP 34 (remove_files) COMPLETE
93502026-08-19T02:51:37.999Z[ host-image] Aug 19 02:51:37.286 INFO O| Aug 19 02:51:37.286 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93512026-08-19T02:51:38.009Z[ host-image] Aug 19 02:51:37.299 INFO O| Aug 19 02:51:37.299 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/ohci"
93522026-08-19T02:51:38.009Z[ host-image] Aug 19 02:51:37.299 INFO O| Aug 19 02:51:37.299 INFO STEP 35 (remove_files) COMPLETE
93532026-08-19T02:51:38.009Z[ host-image] Aug 19 02:51:37.299 INFO O| Aug 19 02:51:37.299 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93542026-08-19T02:51:38.024Z[ host-image] Aug 19 02:51:37.314 INFO O| Aug 19 02:51:37.314 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/scsa2usb"
93552026-08-19T02:51:38.024Z[ host-image] Aug 19 02:51:37.314 INFO O| Aug 19 02:51:37.314 INFO STEP 36 (remove_files) COMPLETE
93562026-08-19T02:51:38.024Z[ host-image] Aug 19 02:51:37.314 INFO O| Aug 19 02:51:37.314 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93572026-08-19T02:51:38.035Z[ host-image] Aug 19 02:51:37.325 INFO O| Aug 19 02:51:37.325 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/uhci"
93582026-08-19T02:51:38.035Z[ host-image] Aug 19 02:51:37.325 INFO O| Aug 19 02:51:37.325 INFO STEP 37 (remove_files) COMPLETE
93592026-08-19T02:51:38.035Z[ host-image] Aug 19 02:51:37.325 INFO O| Aug 19 02:51:37.325 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93602026-08-19T02:51:38.044Z[ host-image] Aug 19 02:51:37.334 INFO O| Aug 19 02:51:37.334 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_ac"
93612026-08-19T02:51:38.044Z[ host-image] Aug 19 02:51:37.334 INFO O| Aug 19 02:51:37.334 INFO STEP 38 (remove_files) COMPLETE
93622026-08-19T02:51:38.047Z[ host-image] Aug 19 02:51:37.334 INFO O| Aug 19 02:51:37.334 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93632026-08-19T02:51:38.053Z[ host-image] Aug 19 02:51:37.344 INFO O| Aug 19 02:51:37.343 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_as"
93642026-08-19T02:51:38.053Z[ host-image] Aug 19 02:51:37.344 INFO O| Aug 19 02:51:37.344 INFO STEP 39 (remove_files) COMPLETE
93652026-08-19T02:51:38.056Z[ host-image] Aug 19 02:51:37.344 INFO O| Aug 19 02:51:37.344 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93662026-08-19T02:51:38.062Z[ host-image] Aug 19 02:51:37.352 INFO O| Aug 19 02:51:37.352 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_ia"
93672026-08-19T02:51:38.062Z[ host-image] Aug 19 02:51:37.352 INFO O| Aug 19 02:51:37.352 INFO STEP 40 (remove_files) COMPLETE
93682026-08-19T02:51:38.066Z[ host-image] Aug 19 02:51:37.352 INFO O| Aug 19 02:51:37.352 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93692026-08-19T02:51:38.070Z[ host-image] Aug 19 02:51:37.361 INFO O| Aug 19 02:51:37.361 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_mid"
93702026-08-19T02:51:38.071Z[ host-image] Aug 19 02:51:37.361 INFO O| Aug 19 02:51:37.361 INFO STEP 41 (remove_files) COMPLETE
93712026-08-19T02:51:38.071Z[ host-image] Aug 19 02:51:37.361 INFO O| Aug 19 02:51:37.361 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93722026-08-19T02:51:38.079Z[ host-image] Aug 19 02:51:37.369 INFO O| Aug 19 02:51:37.369 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usbprn"
93732026-08-19T02:51:38.079Z[ host-image] Aug 19 02:51:37.370 INFO O| Aug 19 02:51:37.370 INFO STEP 42 (remove_files) COMPLETE
93742026-08-19T02:51:38.079Z[ host-image] Aug 19 02:51:37.370 INFO O| Aug 19 02:51:37.370 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93752026-08-19T02:51:38.088Z[ host-image] Aug 19 02:51:37.378 INFO O| Aug 19 02:51:37.378 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/xhci"
93762026-08-19T02:51:38.088Z[ host-image] Aug 19 02:51:37.379 INFO O| Aug 19 02:51:37.378 INFO STEP 43 (remove_files) COMPLETE
93772026-08-19T02:51:38.088Z[ host-image] Aug 19 02:51:37.379 INFO O| Aug 19 02:51:37.378 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93782026-08-19T02:51:38.097Z[ host-image] Aug 19 02:51:37.388 INFO O| Aug 19 02:51:37.388 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nhm"
93792026-08-19T02:51:38.098Z[ host-image] Aug 19 02:51:37.388 INFO O| Aug 19 02:51:37.388 INFO STEP 44 (remove_files) COMPLETE
93802026-08-19T02:51:38.098Z[ host-image] Aug 19 02:51:37.388 INFO O| Aug 19 02:51:37.388 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93812026-08-19T02:51:38.107Z[ host-image] Aug 19 02:51:37.398 INFO O| Aug 19 02:51:37.397 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nb5000"
93822026-08-19T02:51:38.107Z[ host-image] Aug 19 02:51:37.398 INFO O| Aug 19 02:51:37.398 INFO STEP 45 (remove_files) COMPLETE
93832026-08-19T02:51:38.110Z[ host-image] Aug 19 02:51:37.398 INFO O| Aug 19 02:51:37.398 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93842026-08-19T02:51:38.117Z[ host-image] Aug 19 02:51:37.407 INFO O| Aug 19 02:51:37.407 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/mc-amd"
93852026-08-19T02:51:38.117Z[ host-image] Aug 19 02:51:37.407 INFO O| Aug 19 02:51:37.407 INFO STEP 46 (remove_files) COMPLETE
93862026-08-19T02:51:38.117Z[ host-image] Aug 19 02:51:37.407 INFO O| Aug 19 02:51:37.407 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93872026-08-19T02:51:38.127Z[ host-image] Aug 19 02:51:37.418 INFO O| Aug 19 02:51:37.418 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/acpi_toshiba"
93882026-08-19T02:51:38.127Z[ host-image] Aug 19 02:51:37.418 INFO O| Aug 19 02:51:37.418 INFO STEP 47 (remove_files) COMPLETE
93892026-08-19T02:51:38.127Z[ host-image] Aug 19 02:51:37.418 INFO O| Aug 19 02:51:37.418 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93902026-08-19T02:51:38.138Z[ host-image] Aug 19 02:51:37.428 INFO O| Aug 19 02:51:37.428 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nhmex"
93912026-08-19T02:51:38.138Z[ host-image] Aug 19 02:51:37.428 INFO O| Aug 19 02:51:37.428 INFO STEP 48 (remove_files) COMPLETE
93922026-08-19T02:51:38.141Z[ host-image] Aug 19 02:51:37.428 INFO O| Aug 19 02:51:37.428 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93932026-08-19T02:51:38.149Z[ host-image] Aug 19 02:51:37.439 INFO O| Aug 19 02:51:37.439 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/intel_nhmex.conf"
93942026-08-19T02:51:38.149Z[ host-image] Aug 19 02:51:37.439 INFO O| Aug 19 02:51:37.439 INFO STEP 49 (remove_files) COMPLETE
93952026-08-19T02:51:38.152Z[ host-image] Aug 19 02:51:37.439 INFO O| Aug 19 02:51:37.439 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93962026-08-19T02:51:38.160Z[ host-image] Aug 19 02:51:37.450 INFO O| Aug 19 02:51:37.450 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/mpt"
93972026-08-19T02:51:38.160Z[ host-image] Aug 19 02:51:37.451 INFO O| Aug 19 02:51:37.451 INFO STEP 50 (remove_files) COMPLETE
93982026-08-19T02:51:38.160Z[ host-image] Aug 19 02:51:37.451 INFO O| Aug 19 02:51:37.451 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93992026-08-19T02:51:38.171Z[ host-image] Aug 19 02:51:37.462 INFO O| Aug 19 02:51:37.462 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/mpt.conf"
94002026-08-19T02:51:38.172Z[ host-image] Aug 19 02:51:37.462 INFO O| Aug 19 02:51:37.462 INFO STEP 51 (remove_files) COMPLETE
94012026-08-19T02:51:38.175Z[ host-image] Aug 19 02:51:37.462 INFO O| Aug 19 02:51:37.462 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94022026-08-19T02:51:38.181Z[ host-image] Aug 19 02:51:37.472 INFO O| Aug 19 02:51:37.472 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
94032026-08-19T02:51:38.181Z[ host-image] Aug 19 02:51:37.472 INFO O| Aug 19 02:51:37.472 INFO STEP 52 (remove_files) COMPLETE
94042026-08-19T02:51:38.184Z[ host-image] Aug 19 02:51:37.472 INFO O| Aug 19 02:51:37.472 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94052026-08-19T02:51:38.192Z[ host-image] Aug 19 02:51:37.482 INFO O| Aug 19 02:51:37.482 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
94062026-08-19T02:51:38.192Z[ host-image] Aug 19 02:51:37.482 INFO O| Aug 19 02:51:37.482 INFO STEP 53 (remove_files) COMPLETE
94072026-08-19T02:51:38.195Z[ host-image] Aug 19 02:51:37.482 INFO O| Aug 19 02:51:37.482 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94082026-08-19T02:51:38.201Z[ host-image] Aug 19 02:51:37.491 INFO O| Aug 19 02:51:37.491 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/sbin/bootadm"
94092026-08-19T02:51:38.201Z[ host-image] Aug 19 02:51:37.491 INFO O| Aug 19 02:51:37.491 INFO STEP 54 (remove_files) COMPLETE
94102026-08-19T02:51:38.204Z[ host-image] Aug 19 02:51:37.491 INFO O| Aug 19 02:51:37.491 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94112026-08-19T02:51:38.210Z[ host-image] Aug 19 02:51:37.501 INFO O| Aug 19 02:51:37.501 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/sbin/bootadm"
94122026-08-19T02:51:38.210Z[ host-image] Aug 19 02:51:37.501 INFO O| Aug 19 02:51:37.501 INFO STEP 55 (remove_files) COMPLETE
94132026-08-19T02:51:38.213Z[ host-image] Aug 19 02:51:37.501 INFO O| Aug 19 02:51:37.501 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94142026-08-19T02:51:38.221Z[ host-image] Aug 19 02:51:37.511 INFO O| Aug 19 02:51:37.511 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/sbin/beadm"
94152026-08-19T02:51:38.221Z[ host-image] Aug 19 02:51:37.511 INFO O| Aug 19 02:51:37.511 INFO STEP 56 (remove_files) COMPLETE
94162026-08-19T02:51:38.224Z[ host-image] Aug 19 02:51:37.511 INFO O| Aug 19 02:51:37.511 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94172026-08-19T02:51:38.233Z[ host-image] Aug 19 02:51:37.523 INFO O| Aug 19 02:51:37.523 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/sbin/beadm"
94182026-08-19T02:51:38.233Z[ host-image] Aug 19 02:51:37.523 INFO O| Aug 19 02:51:37.523 INFO STEP 57 (remove_files) COMPLETE
94192026-08-19T02:51:38.236Z[ host-image] Aug 19 02:51:37.523 INFO O| Aug 19 02:51:37.523 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94202026-08-19T02:51:38.245Z[ host-image] Aug 19 02:51:37.535 INFO O| Aug 19 02:51:37.535 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/etc/default/tar"
94212026-08-19T02:51:38.245Z[ host-image] Aug 19 02:51:37.536 INFO O| Aug 19 02:51:37.535 INFO STEP 58 (remove_files) COMPLETE
94222026-08-19T02:51:38.256Z[ host-image] Aug 19 02:51:37.536 INFO O| Aug 19 02:51:37.536 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94232026-08-19T02:51:38.260Z[ host-image] Aug 19 02:51:37.547 INFO O| Aug 19 02:51:37.547 WARN file /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
94242026-08-19T02:51:38.260Z[ host-image] Aug 19 02:51:37.547 INFO O| Aug 19 02:51:37.547 INFO writing /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap ...
94252026-08-19T02:51:38.260Z[ host-image] Aug 19 02:51:37.547 INFO O| Aug 19 02:51:37.547 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
94262026-08-19T02:51:38.260Z[ host-image] Aug 19 02:51:37.547 INFO O| Aug 19 02:51:37.547 INFO chmod ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
94272026-08-19T02:51:38.260Z[ host-image] Aug 19 02:51:37.547 INFO O| Aug 19 02:51:37.547 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
94282026-08-19T02:51:38.260Z[ host-image] Aug 19 02:51:37.547 INFO O| Aug 19 02:51:37.547 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
94292026-08-19T02:51:38.260Z[ host-image] Aug 19 02:51:37.547 INFO O| Aug 19 02:51:37.547 INFO ok!
94302026-08-19T02:51:38.260Z[ host-image] Aug 19 02:51:37.547 INFO O| Aug 19 02:51:37.547 INFO STEP 59 (ensure_file) COMPLETE
94312026-08-19T02:51:38.260Z[ host-image] Aug 19 02:51:37.547 INFO O| Aug 19 02:51:37.547 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94322026-08-19T02:51:38.268Z[ host-image] Aug 19 02:51:37.559 INFO O| Aug 19 02:51:37.559 WARN file /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
94332026-08-19T02:51:38.268Z[ host-image] Aug 19 02:51:37.559 INFO O| Aug 19 02:51:37.559 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk ...
94342026-08-19T02:51:38.268Z[ host-image] Aug 19 02:51:37.559 INFO O| Aug 19 02:51:37.559 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
94352026-08-19T02:51:38.272Z[ host-image] Aug 19 02:51:37.559 INFO O| Aug 19 02:51:37.559 INFO chmod ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
94362026-08-19T02:51:38.272Z[ host-image] Aug 19 02:51:37.559 INFO O| Aug 19 02:51:37.559 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
94372026-08-19T02:51:38.272Z[ host-image] Aug 19 02:51:37.559 INFO O| Aug 19 02:51:37.559 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
94382026-08-19T02:51:38.272Z[ host-image] Aug 19 02:51:37.559 INFO O| Aug 19 02:51:37.559 INFO ok!
94392026-08-19T02:51:38.273Z[ host-image] Aug 19 02:51:37.559 INFO O| Aug 19 02:51:37.559 INFO STEP 60 (ensure_file) COMPLETE
94402026-08-19T02:51:38.273Z[ host-image] Aug 19 02:51:37.559 INFO O| Aug 19 02:51:37.559 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94412026-08-19T02:51:38.280Z[ host-image] Aug 19 02:51:37.571 INFO O| Aug 19 02:51:37.571 INFO file /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile does not exist
94422026-08-19T02:51:38.280Z[ host-image] Aug 19 02:51:37.571 INFO O| Aug 19 02:51:37.571 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile ...
94432026-08-19T02:51:38.280Z[ host-image] Aug 19 02:51:37.571 INFO O| Aug 19 02:51:37.571 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile
94442026-08-19T02:51:38.280Z[ host-image] Aug 19 02:51:37.571 INFO O| Aug 19 02:51:37.571 INFO ok!
94452026-08-19T02:51:38.283Z[ host-image] Aug 19 02:51:37.571 INFO O| Aug 19 02:51:37.571 INFO STEP 61 (ensure_file) COMPLETE
94462026-08-19T02:51:38.283Z[ host-image] Aug 19 02:51:37.571 INFO O| Aug 19 02:51:37.571 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94472026-08-19T02:51:38.291Z[ host-image] Aug 19 02:51:37.582 INFO O| Aug 19 02:51:37.582 WARN file /rpool/images/build/host/work/sled/ramdisk/root/.bashrc exists, with wrong contents, unlinking
94482026-08-19T02:51:38.292Z[ host-image] Aug 19 02:51:37.582 INFO O| Aug 19 02:51:37.582 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/host/work/sled/ramdisk/root/.bashrc ...
94492026-08-19T02:51:38.292Z[ host-image] Aug 19 02:51:37.582 INFO O| Aug 19 02:51:37.582 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/root/.bashrc
94502026-08-19T02:51:38.295Z[ host-image] Aug 19 02:51:37.582 INFO O| Aug 19 02:51:37.582 INFO ok!
94512026-08-19T02:51:38.295Z[ host-image] Aug 19 02:51:37.582 INFO O| Aug 19 02:51:37.582 INFO STEP 62 (ensure_file) COMPLETE
94522026-08-19T02:51:38.295Z[ host-image] Aug 19 02:51:37.582 INFO O| Aug 19 02:51:37.582 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94532026-08-19T02:51:38.302Z[ host-image] Aug 19 02:51:37.592 INFO O| Aug 19 02:51:37.592 WARN file /rpool/images/build/host/work/sled/ramdisk/etc/motd exists, with wrong contents, unlinking
94542026-08-19T02:51:38.302Z[ host-image] Aug 19 02:51:37.592 INFO O| Aug 19 02:51:37.592 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/host/work/sled/ramdisk/etc/motd ...
94552026-08-19T02:51:38.303Z[ host-image] Aug 19 02:51:37.593 INFO O| Aug 19 02:51:37.593 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/etc/motd
94562026-08-19T02:51:38.307Z[ host-image] Aug 19 02:51:37.593 INFO O| Aug 19 02:51:37.593 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/motd
94572026-08-19T02:51:38.307Z[ host-image] Aug 19 02:51:37.593 INFO O| Aug 19 02:51:37.593 INFO ok!
94582026-08-19T02:51:38.307Z[ host-image] Aug 19 02:51:37.593 INFO O| Aug 19 02:51:37.593 INFO STEP 63 (ensure_file) COMPLETE
94592026-08-19T02:51:38.307Z[ host-image] Aug 19 02:51:37.593 INFO O| Aug 19 02:51:37.593 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94602026-08-19T02:51:38.313Z[ host-image] Aug 19 02:51:37.604 INFO O| Aug 19 02:51:37.604 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf does not exist
94612026-08-19T02:51:38.313Z[ host-image] Aug 19 02:51:37.604 INFO O| Aug 19 02:51:37.604 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-system-zfs:dbuf -> /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf ...
94622026-08-19T02:51:38.313Z[ host-image] Aug 19 02:51:37.604 INFO O| Aug 19 02:51:37.604 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf
94632026-08-19T02:51:38.317Z[ host-image] Aug 19 02:51:37.604 INFO O| Aug 19 02:51:37.604 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf
94642026-08-19T02:51:38.317Z[ host-image] Aug 19 02:51:37.604 INFO O| Aug 19 02:51:37.604 INFO ok!
94652026-08-19T02:51:38.317Z[ host-image] Aug 19 02:51:37.604 INFO O| Aug 19 02:51:37.604 INFO STEP 64 (ensure_file) COMPLETE
94662026-08-19T02:51:38.317Z[ host-image] Aug 19 02:51:37.604 INFO O| Aug 19 02:51:37.604 INFO STEP 65: assemble_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94672026-08-19T02:51:38.337Z[ host-image] Aug 19 02:51:37.627 INFO O| Aug 19 02:51:37.627 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly does not exist
94682026-08-19T02:51:38.337Z[ host-image] Aug 19 02:51:37.627 INFO O| Aug 19 02:51:37.627 INFO writing /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly ...
94692026-08-19T02:51:38.337Z[ host-image] Aug 19 02:51:37.627 INFO O| Aug 19 02:51:37.627 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly
94702026-08-19T02:51:38.340Z[ host-image] Aug 19 02:51:37.627 INFO O| Aug 19 02:51:37.627 INFO ok!
94712026-08-19T02:51:38.340Z[ host-image] Aug 19 02:51:37.627 INFO O| Aug 19 02:51:37.627 INFO STEP 65 (assemble_files) COMPLETE
94722026-08-19T02:51:38.340Z[ host-image] Aug 19 02:51:37.627 INFO O| Aug 19 02:51:37.627 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94732026-08-19T02:51:38.349Z[ host-image] Aug 19 02:51:37.640 INFO O| Aug 19 02:51:37.640 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf does not exist
94742026-08-19T02:51:38.349Z[ host-image] Aug 19 02:51:37.640 INFO O| Aug 19 02:51:37.640 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf ...
94752026-08-19T02:51:38.349Z[ host-image] Aug 19 02:51:37.640 INFO O| Aug 19 02:51:37.640 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf
94762026-08-19T02:51:38.349Z[ host-image] Aug 19 02:51:37.640 INFO O| Aug 19 02:51:37.640 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf
94772026-08-19T02:51:38.353Z[ host-image] Aug 19 02:51:37.640 INFO O| Aug 19 02:51:37.640 INFO ok!
94782026-08-19T02:51:38.353Z[ host-image] Aug 19 02:51:37.640 INFO O| Aug 19 02:51:37.640 INFO STEP 66 (ensure_file) COMPLETE
94792026-08-19T02:51:38.353Z[ host-image] Aug 19 02:51:37.640 INFO O| Aug 19 02:51:37.640 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94802026-08-19T02:51:38.362Z[ host-image] Aug 19 02:51:37.651 INFO O| Aug 19 02:51:37.651 INFO creating directory: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
94812026-08-19T02:51:38.362Z[ host-image] Aug 19 02:51:37.651 INFO O| Aug 19 02:51:37.651 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
94822026-08-19T02:51:38.363Z[ host-image] Aug 19 02:51:37.651 INFO O| Aug 19 02:51:37.651 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
94832026-08-19T02:51:38.367Z[ host-image] Aug 19 02:51:37.651 INFO O| Aug 19 02:51:37.651 INFO STEP 67 (ensure_dir) COMPLETE
94842026-08-19T02:51:38.367Z[ host-image] Aug 19 02:51:37.651 INFO O| Aug 19 02:51:37.651 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94852026-08-19T02:51:38.371Z[ host-image] Aug 19 02:51:37.662 INFO O| Aug 19 02:51:37.662 INFO file /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz does not exist
94862026-08-19T02:51:38.380Z[ host-image] Aug 19 02:51:37.662 INFO O| Aug 19 02:51:37.662 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 ...
94872026-08-19T02:51:38.385Z[ host-image] Aug 19 02:51:37.675 INFO O| Aug 19 02:51:37.675 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
94882026-08-19T02:51:38.385Z[ host-image] Aug 19 02:51:37.675 INFO O| Aug 19 02:51:37.675 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz
94892026-08-19T02:51:38.385Z[ host-image] Aug 19 02:51:37.675 INFO O| Aug 19 02:51:37.675 INFO ok!
94902026-08-19T02:51:38.385Z[ host-image] Aug 19 02:51:37.675 INFO O| Aug 19 02:51:37.675 INFO STEP 68 (ensure_file) COMPLETE
94912026-08-19T02:51:38.385Z[ host-image] Aug 19 02:51:37.675 INFO O| Aug 19 02:51:37.675 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94922026-08-19T02:51:38.403Z[ host-image] Aug 19 02:51:37.688 INFO O| Aug 19 02:51:37.688 INFO file /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt does not exist
94932026-08-19T02:51:38.403Z[ host-image] Aug 19 02:51:37.688 INFO O| Aug 19 02:51:37.688 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 ...
94942026-08-19T02:51:38.403Z[ host-image] Aug 19 02:51:37.688 INFO O| Aug 19 02:51:37.688 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
94952026-08-19T02:51:38.403Z[ host-image] Aug 19 02:51:37.688 INFO O| Aug 19 02:51:37.688 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt
94962026-08-19T02:51:38.403Z[ host-image] Aug 19 02:51:37.688 INFO O| Aug 19 02:51:37.688 INFO ok!
94972026-08-19T02:51:38.403Z[ host-image] Aug 19 02:51:37.688 INFO O| Aug 19 02:51:37.688 INFO STEP 69 (ensure_file) COMPLETE
94982026-08-19T02:51:38.403Z[ host-image] Aug 19 02:51:37.688 INFO O| Aug 19 02:51:37.688 INFO STEP 70: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94992026-08-19T02:51:38.415Z[ host-image] Aug 19 02:51:37.705 INFO O| Aug 19 02:51:37.705 INFO file /rpool/images/build/host/output/sled-ramdisk.tar does not already exist, skipping removal
95002026-08-19T02:51:38.415Z[ host-image] Aug 19 02:51:37.705 INFO O| Aug 19 02:51:37.705 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/host/output/sled-ramdisk.tar", "-C", "/rpool/images/build/host/work/sled/ramdisk", "."]
95012026-08-19T02:51:39.251Z[ recovery-image] Aug 19 02:51:38.541 INFO O| Aug 19 02:51:38.541 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd
95022026-08-19T02:51:39.251Z[ recovery-image] Aug 19 02:51:38.541 INFO O| Aug 19 02:51:38.541 INFO ok!
95032026-08-19T02:51:39.251Z[ recovery-image] Aug 19 02:51:38.541 INFO O| Aug 19 02:51:38.541 INFO STEP 56 (ensure_file) COMPLETE
95042026-08-19T02:51:39.255Z[ recovery-image] Aug 19 02:51:38.541 INFO O| Aug 19 02:51:38.541 INFO STEP 57: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
95052026-08-19T02:51:39.264Z[ recovery-image] Aug 19 02:51:38.554 INFO O| Aug 19 02:51:38.554 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg
95062026-08-19T02:51:39.264Z[ recovery-image] Aug 19 02:51:38.554 INFO O| Aug 19 02:51:38.554 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg
95072026-08-19T02:51:39.268Z[ recovery-image] Aug 19 02:51:38.554 INFO O| Aug 19 02:51:38.554 INFO STEP 57 (ensure_dir) COMPLETE
95082026-08-19T02:51:39.268Z[ recovery-image] Aug 19 02:51:38.554 INFO O| Aug 19 02:51:38.554 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
95092026-08-19T02:51:39.279Z[ recovery-image] Aug 19 02:51:38.565 INFO O| Aug 19 02:51:38.565 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
95102026-08-19T02:51:39.279Z[ recovery-image] Aug 19 02:51:38.565 INFO O| Aug 19 02:51:38.565 INFO copying /tmp/.tmpP3F9z8/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 ...
95112026-08-19T02:51:39.284Z[ recovery-image] Aug 19 02:51:38.565 INFO O| Aug 19 02:51:38.565 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
95122026-08-19T02:51:39.284Z[ recovery-image] Aug 19 02:51:38.565 INFO O| Aug 19 02:51:38.565 INFO ok!
95132026-08-19T02:51:39.284Z[ recovery-image] Aug 19 02:51:38.565 INFO O| Aug 19 02:51:38.565 INFO STEP 58 (ensure_file) COMPLETE
95142026-08-19T02:51:39.284Z[ recovery-image] Aug 19 02:51:38.565 INFO O| Aug 19 02:51:38.565 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
95152026-08-19T02:51:39.297Z[ recovery-image] Aug 19 02:51:38.576 INFO O| Aug 19 02:51:38.576 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
95162026-08-19T02:51:39.297Z[ recovery-image] Aug 19 02:51:38.576 INFO O| Aug 19 02:51:38.576 INFO copying /tmp/.tmpP3F9z8/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 ...
95172026-08-19T02:51:39.300Z[ recovery-image] Aug 19 02:51:38.577 INFO O| Aug 19 02:51:38.576 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
95182026-08-19T02:51:39.301Z[ recovery-image] Aug 19 02:51:38.577 INFO O| Aug 19 02:51:38.577 INFO ok!
95192026-08-19T02:51:39.301Z[ recovery-image] Aug 19 02:51:38.577 INFO O| Aug 19 02:51:38.577 INFO STEP 59 (ensure_file) COMPLETE
95202026-08-19T02:51:39.334Z[ recovery-image] Aug 19 02:51:38.577 INFO O| Aug 19 02:51:38.577 INFO STEP 60: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
95212026-08-19T02:51:39.334Z[ recovery-image] Aug 19 02:51:38.588 INFO O| Aug 19 02:51:38.587 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
95222026-08-19T02:51:39.334Z[ recovery-image] Aug 19 02:51:38.588 INFO O| Aug 19 02:51:38.588 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
95232026-08-19T02:51:39.334Z[ recovery-image] Aug 19 02:51:38.588 INFO O| Aug 19 02:51:38.588 INFO STEP 60 (ensure_dir) COMPLETE
95242026-08-19T02:51:39.334Z[ recovery-image] Aug 19 02:51:38.588 INFO O| Aug 19 02:51:38.588 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
95252026-08-19T02:51:39.334Z[ recovery-image] Aug 19 02:51:38.598 INFO O| Aug 19 02:51:38.598 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
95262026-08-19T02:51:39.334Z[ recovery-image] Aug 19 02:51:38.598 INFO O| Aug 19 02:51:38.598 INFO copying /tmp/.tmpP3F9z8/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 ...
95272026-08-19T02:51:39.334Z[ recovery-image] Aug 19 02:51:38.598 INFO O| Aug 19 02:51:38.598 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
95282026-08-19T02:51:39.334Z[ recovery-image] Aug 19 02:51:38.598 INFO O| Aug 19 02:51:38.598 INFO ok!
95292026-08-19T02:51:39.334Z[ recovery-image] Aug 19 02:51:38.598 INFO O| Aug 19 02:51:38.598 INFO STEP 61 (ensure_file) COMPLETE
95302026-08-19T02:51:39.335Z[ recovery-image] Aug 19 02:51:38.598 INFO O| Aug 19 02:51:38.598 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
95312026-08-19T02:51:39.335Z[ recovery-image] Aug 19 02:51:38.609 INFO O| Aug 19 02:51:38.609 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
95322026-08-19T02:51:39.335Z[ recovery-image] Aug 19 02:51:38.609 INFO O| Aug 19 02:51:38.609 INFO copying /tmp/.tmpP3F9z8/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 ...
95332026-08-19T02:51:39.335Z[ recovery-image] Aug 19 02:51:38.609 INFO O| Aug 19 02:51:38.609 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
95342026-08-19T02:51:39.335Z[ recovery-image] Aug 19 02:51:38.609 INFO O| Aug 19 02:51:38.609 INFO ok!
95352026-08-19T02:51:39.335Z[ recovery-image] Aug 19 02:51:38.609 INFO O| Aug 19 02:51:38.609 INFO STEP 62 (ensure_file) COMPLETE
95362026-08-19T02:51:39.335Z[ recovery-image] Aug 19 02:51:38.609 INFO O| Aug 19 02:51:38.609 INFO STEP 63: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
95372026-08-19T02:51:39.335Z[ recovery-image] Aug 19 02:51:38.619 INFO O| Aug 19 02:51:38.619 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
95382026-08-19T02:51:39.335Z[ recovery-image] Aug 19 02:51:38.619 INFO O| Aug 19 02:51:38.619 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
95392026-08-19T02:51:39.336Z[ recovery-image] Aug 19 02:51:38.619 INFO O| Aug 19 02:51:38.619 INFO STEP 63 (ensure_dir) COMPLETE
95402026-08-19T02:51:39.336Z[ recovery-image] Aug 19 02:51:38.619 INFO O| Aug 19 02:51:38.619 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
95412026-08-19T02:51:39.340Z[ recovery-image] Aug 19 02:51:38.630 INFO O| Aug 19 02:51:38.630 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
95422026-08-19T02:51:39.340Z[ recovery-image] Aug 19 02:51:38.630 INFO O| Aug 19 02:51:38.630 INFO copying /tmp/.tmpP3F9z8/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 ...
95432026-08-19T02:51:39.343Z[ recovery-image] Aug 19 02:51:38.630 INFO O| Aug 19 02:51:38.630 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
95442026-08-19T02:51:39.343Z[ recovery-image] Aug 19 02:51:38.630 INFO O| Aug 19 02:51:38.630 INFO ok!
95452026-08-19T02:51:39.343Z[ recovery-image] Aug 19 02:51:38.630 INFO O| Aug 19 02:51:38.630 INFO STEP 64 (ensure_file) COMPLETE
95462026-08-19T02:51:39.343Z[ recovery-image] Aug 19 02:51:38.630 INFO O| Aug 19 02:51:38.630 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
95472026-08-19T02:51:39.351Z[ recovery-image] Aug 19 02:51:38.641 INFO O| Aug 19 02:51:38.641 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION does not exist
95482026-08-19T02:51:39.351Z[ recovery-image] Aug 19 02:51:38.641 INFO O| Aug 19 02:51:38.641 INFO copying /tmp/.tmpP3F9z8/proto/recovery/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION ...
95492026-08-19T02:51:39.351Z[ recovery-image] Aug 19 02:51:38.641 INFO O| Aug 19 02:51:38.641 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION
95502026-08-19T02:51:39.354Z[ recovery-image] Aug 19 02:51:38.641 INFO O| Aug 19 02:51:38.641 INFO ok!
95512026-08-19T02:51:39.354Z[ recovery-image] Aug 19 02:51:38.641 INFO O| Aug 19 02:51:38.641 INFO STEP 65 (ensure_file) COMPLETE
95522026-08-19T02:51:39.354Z[ recovery-image] Aug 19 02:51:38.641 INFO O| Aug 19 02:51:38.641 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
95532026-08-19T02:51:39.380Z[ recovery-image] Aug 19 02:51:38.652 INFO O| Aug 19 02:51:38.652 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib
95542026-08-19T02:51:39.384Z[ recovery-image] Aug 19 02:51:38.652 INFO O| Aug 19 02:51:38.652 INFO STEP 66 (ensure_dir) COMPLETE
95552026-08-19T02:51:39.384Z[ recovery-image] Aug 19 02:51:38.652 INFO O| Aug 19 02:51:38.652 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
95562026-08-19T02:51:39.384Z[ recovery-image] Aug 19 02:51:38.661 INFO O| Aug 19 02:51:38.661 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc
95572026-08-19T02:51:39.385Z[ recovery-image] Aug 19 02:51:38.661 INFO O| Aug 19 02:51:38.661 INFO STEP 67 (ensure_dir) COMPLETE
95582026-08-19T02:51:39.385Z[ recovery-image] Aug 19 02:51:38.661 INFO O| Aug 19 02:51:38.661 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
95592026-08-19T02:51:39.385Z[ recovery-image] Aug 19 02:51:38.670 INFO O| Aug 19 02:51:38.670 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest
95602026-08-19T02:51:39.385Z[ recovery-image] Aug 19 02:51:38.670 INFO O| Aug 19 02:51:38.670 INFO STEP 68 (ensure_dir) COMPLETE
95612026-08-19T02:51:39.385Z[ recovery-image] Aug 19 02:51:38.670 INFO O| Aug 19 02:51:38.670 INFO STEP 69: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
95622026-08-19T02:51:39.389Z[ recovery-image] Aug 19 02:51:38.679 INFO O| Aug 19 02:51:38.679 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site
95632026-08-19T02:51:39.389Z[ recovery-image] Aug 19 02:51:38.679 INFO O| Aug 19 02:51:38.679 INFO STEP 69 (ensure_dir) COMPLETE
95642026-08-19T02:51:39.389Z[ recovery-image] Aug 19 02:51:38.679 INFO O| Aug 19 02:51:38.679 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
95652026-08-19T02:51:39.397Z[ recovery-image] Aug 19 02:51:38.688 INFO O| Aug 19 02:51:38.688 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml does not exist
95662026-08-19T02:51:39.397Z[ recovery-image] Aug 19 02:51:38.688 INFO O| Aug 19 02:51:38.688 INFO copying /tmp/.tmpP3F9z8/proto/recovery/root/lib/svc/manifest/site/installinator.xml -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml ...
95672026-08-19T02:51:39.397Z[ recovery-image] Aug 19 02:51:38.688 INFO O| Aug 19 02:51:38.688 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml
95682026-08-19T02:51:39.401Z[ recovery-image] Aug 19 02:51:38.688 INFO O| Aug 19 02:51:38.688 INFO ok!
95692026-08-19T02:51:39.401Z[ recovery-image] Aug 19 02:51:38.688 INFO O| Aug 19 02:51:38.688 INFO STEP 70 (ensure_file) COMPLETE
95702026-08-19T02:51:39.401Z[ recovery-image] Aug 19 02:51:38.688 INFO O| Aug 19 02:51:38.688 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95712026-08-19T02:51:39.406Z[ recovery-image] Aug 19 02:51:38.696 INFO O| Aug 19 02:51:38.696 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/ipsec"
95722026-08-19T02:51:39.406Z[ recovery-image] Aug 19 02:51:38.696 INFO O| Aug 19 02:51:38.696 INFO STEP 71 (remove_files) COMPLETE
95732026-08-19T02:51:39.409Z[ recovery-image] Aug 19 02:51:38.696 INFO O| Aug 19 02:51:38.696 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95742026-08-19T02:51:39.434Z[ recovery-image] Aug 19 02:51:38.705 INFO O| Aug 19 02:51:38.704 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/ldap"
95752026-08-19T02:51:39.434Z[ recovery-image] Aug 19 02:51:38.705 INFO O| Aug 19 02:51:38.705 INFO STEP 72 (remove_files) COMPLETE
95762026-08-19T02:51:39.434Z[ recovery-image] Aug 19 02:51:38.705 INFO O| Aug 19 02:51:38.705 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95772026-08-19T02:51:39.438Z[ recovery-image] Aug 19 02:51:38.713 INFO O| Aug 19 02:51:38.713 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/rpc"
95782026-08-19T02:51:39.438Z[ recovery-image] Aug 19 02:51:38.713 INFO O| Aug 19 02:51:38.713 INFO STEP 73 (remove_files) COMPLETE
95792026-08-19T02:51:39.438Z[ recovery-image] Aug 19 02:51:38.713 INFO O| Aug 19 02:51:38.713 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95802026-08-19T02:51:39.438Z[ recovery-image] Aug 19 02:51:38.722 INFO O| Aug 19 02:51:38.722 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/security"
95812026-08-19T02:51:39.438Z[ recovery-image] Aug 19 02:51:38.722 INFO O| Aug 19 02:51:38.722 INFO STEP 74 (remove_files) COMPLETE
95822026-08-19T02:51:39.438Z[ recovery-image] Aug 19 02:51:38.722 INFO O| Aug 19 02:51:38.722 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95832026-08-19T02:51:39.441Z[ recovery-image] Aug 19 02:51:38.731 INFO O| Aug 19 02:51:38.731 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/shares"
95842026-08-19T02:51:39.441Z[ recovery-image] Aug 19 02:51:38.731 INFO O| Aug 19 02:51:38.731 INFO STEP 75 (remove_files) COMPLETE
95852026-08-19T02:51:39.442Z[ recovery-image] Aug 19 02:51:38.731 INFO O| Aug 19 02:51:38.731 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95862026-08-19T02:51:39.451Z[ recovery-image] Aug 19 02:51:38.740 INFO O| Aug 19 02:51:38.740 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/smb"
95872026-08-19T02:51:39.451Z[ recovery-image] Aug 19 02:51:38.740 INFO O| Aug 19 02:51:38.740 INFO STEP 76 (remove_files) COMPLETE
95882026-08-19T02:51:39.454Z[ recovery-image] Aug 19 02:51:38.740 INFO O| Aug 19 02:51:38.740 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95892026-08-19T02:51:39.460Z[ recovery-image] Aug 19 02:51:38.750 INFO O| Aug 19 02:51:38.750 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/application/management/net-snmp.xml"
95902026-08-19T02:51:39.460Z[ recovery-image] Aug 19 02:51:38.750 INFO O| Aug 19 02:51:38.750 INFO STEP 77 (remove_files) COMPLETE
95912026-08-19T02:51:39.463Z[ recovery-image] Aug 19 02:51:38.750 INFO O| Aug 19 02:51:38.750 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95922026-08-19T02:51:39.469Z[ recovery-image] Aug 19 02:51:38.760 INFO O| Aug 19 02:51:38.759 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/application/security/tcsd.xml"
95932026-08-19T02:51:39.469Z[ recovery-image] Aug 19 02:51:38.760 INFO O| Aug 19 02:51:38.760 INFO STEP 78 (remove_files) COMPLETE
95942026-08-19T02:51:39.469Z[ recovery-image] Aug 19 02:51:38.760 INFO O| Aug 19 02:51:38.760 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95952026-08-19T02:51:39.479Z[ recovery-image] Aug 19 02:51:38.769 INFO O| Aug 19 02:51:38.769 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/dns/install.xml"
95962026-08-19T02:51:39.479Z[ recovery-image] Aug 19 02:51:38.769 INFO O| Aug 19 02:51:38.769 INFO STEP 79 (remove_files) COMPLETE
95972026-08-19T02:51:39.482Z[ recovery-image] Aug 19 02:51:38.769 INFO O| Aug 19 02:51:38.769 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95982026-08-19T02:51:39.489Z[ recovery-image] Aug 19 02:51:38.779 INFO O| Aug 19 02:51:38.779 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/inetd-upgrade.xml"
95992026-08-19T02:51:39.489Z[ recovery-image] Aug 19 02:51:38.779 INFO O| Aug 19 02:51:38.779 INFO STEP 80 (remove_files) COMPLETE
96002026-08-19T02:51:39.490Z[ recovery-image] Aug 19 02:51:38.779 INFO O| Aug 19 02:51:38.779 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96012026-08-19T02:51:39.498Z[ recovery-image] Aug 19 02:51:38.789 INFO O| Aug 19 02:51:38.788 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/inetd.xml"
96022026-08-19T02:51:39.498Z[ recovery-image] Aug 19 02:51:38.789 INFO O| Aug 19 02:51:38.789 INFO STEP 81 (remove_files) COMPLETE
96032026-08-19T02:51:39.502Z[ recovery-image] Aug 19 02:51:38.789 INFO O| Aug 19 02:51:38.789 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96042026-08-19T02:51:39.508Z[ recovery-image] Aug 19 02:51:38.798 INFO O| Aug 19 02:51:38.798 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-install.xml"
96052026-08-19T02:51:39.508Z[ recovery-image] Aug 19 02:51:38.798 INFO O| Aug 19 02:51:38.798 INFO STEP 82 (remove_files) COMPLETE
96062026-08-19T02:51:39.511Z[ recovery-image] Aug 19 02:51:38.798 INFO O| Aug 19 02:51:38.798 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96072026-08-19T02:51:39.517Z[ recovery-image] Aug 19 02:51:38.808 INFO O| Aug 19 02:51:38.808 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-ipmp.xml"
96082026-08-19T02:51:39.517Z[ recovery-image] Aug 19 02:51:38.808 INFO O| Aug 19 02:51:38.808 INFO STEP 83 (remove_files) COMPLETE
96092026-08-19T02:51:39.521Z[ recovery-image] Aug 19 02:51:38.808 INFO O| Aug 19 02:51:38.808 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96102026-08-19T02:51:39.529Z[ recovery-image] Aug 19 02:51:38.819 INFO O| Aug 19 02:51:38.819 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-iptun.xml"
96112026-08-19T02:51:39.529Z[ recovery-image] Aug 19 02:51:38.819 INFO O| Aug 19 02:51:38.819 INFO STEP 84 (remove_files) COMPLETE
96122026-08-19T02:51:39.532Z[ recovery-image] Aug 19 02:51:38.819 INFO O| Aug 19 02:51:38.819 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96132026-08-19T02:51:39.538Z[ recovery-image] Aug 19 02:51:38.828 INFO O| Aug 19 02:51:38.828 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-location.xml"
96142026-08-19T02:51:39.538Z[ recovery-image] Aug 19 02:51:38.828 INFO O| Aug 19 02:51:38.828 INFO STEP 85 (remove_files) COMPLETE
96152026-08-19T02:51:39.539Z[ recovery-image] Aug 19 02:51:38.828 INFO O| Aug 19 02:51:38.828 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96162026-08-19T02:51:39.549Z[ recovery-image] Aug 19 02:51:38.840 INFO O| Aug 19 02:51:38.840 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-netcfg.xml"
96172026-08-19T02:51:39.549Z[ recovery-image] Aug 19 02:51:38.840 INFO O| Aug 19 02:51:38.840 INFO STEP 86 (remove_files) COMPLETE
96182026-08-19T02:51:39.549Z[ recovery-image] Aug 19 02:51:38.840 INFO O| Aug 19 02:51:38.840 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96192026-08-19T02:51:39.560Z[ recovery-image] Aug 19 02:51:38.850 INFO O| Aug 19 02:51:38.850 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/routing/rdisc.xml"
96202026-08-19T02:51:39.560Z[ recovery-image] Aug 19 02:51:38.850 INFO O| Aug 19 02:51:38.850 INFO STEP 87 (remove_files) COMPLETE
96212026-08-19T02:51:39.560Z[ recovery-image] Aug 19 02:51:38.850 INFO O| Aug 19 02:51:38.850 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96222026-08-19T02:51:39.570Z[ recovery-image] Aug 19 02:51:38.860 INFO O| Aug 19 02:51:38.860 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/varpd.xml"
96232026-08-19T02:51:39.570Z[ recovery-image] Aug 19 02:51:38.860 INFO O| Aug 19 02:51:38.860 INFO STEP 88 (remove_files) COMPLETE
96242026-08-19T02:51:39.573Z[ recovery-image] Aug 19 02:51:38.860 INFO O| Aug 19 02:51:38.860 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96252026-08-19T02:51:39.580Z[ recovery-image] Aug 19 02:51:38.870 INFO O| Aug 19 02:51:38.870 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/allocate.xml"
96262026-08-19T02:51:39.580Z[ recovery-image] Aug 19 02:51:38.870 INFO O| Aug 19 02:51:38.870 INFO STEP 89 (remove_files) COMPLETE
96272026-08-19T02:51:39.583Z[ recovery-image] Aug 19 02:51:38.870 INFO O| Aug 19 02:51:38.870 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96282026-08-19T02:51:39.593Z[ recovery-image] Aug 19 02:51:38.882 INFO O| Aug 19 02:51:38.882 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/devices-audio.xml"
96292026-08-19T02:51:39.593Z[ recovery-image] Aug 19 02:51:38.882 INFO O| Aug 19 02:51:38.882 INFO STEP 90 (remove_files) COMPLETE
96302026-08-19T02:51:39.593Z[ recovery-image] Aug 19 02:51:38.882 INFO O| Aug 19 02:51:38.882 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96312026-08-19T02:51:39.635Z[ recovery-image] Aug 19 02:51:38.893 INFO O| Aug 19 02:51:38.893 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
96322026-08-19T02:51:39.635Z[ recovery-image] Aug 19 02:51:38.893 INFO O| Aug 19 02:51:38.893 INFO STEP 91 (remove_files) COMPLETE
96332026-08-19T02:51:39.635Z[ recovery-image] Aug 19 02:51:38.893 INFO O| Aug 19 02:51:38.893 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96342026-08-19T02:51:39.635Z[ recovery-image] Aug 19 02:51:38.902 INFO O| Aug 19 02:51:38.902 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sndstat"
96352026-08-19T02:51:39.635Z[ recovery-image] Aug 19 02:51:38.902 INFO O| Aug 19 02:51:38.902 INFO STEP 92 (remove_files) COMPLETE
96362026-08-19T02:51:39.638Z[ recovery-image] Aug 19 02:51:38.902 INFO O| Aug 19 02:51:38.902 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96372026-08-19T02:51:39.639Z[ recovery-image] Aug 19 02:51:38.910 INFO O| Aug 19 02:51:38.910 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
96382026-08-19T02:51:39.639Z[ recovery-image] Aug 19 02:51:38.910 INFO O| Aug 19 02:51:38.910 INFO STEP 93 (remove_files) COMPLETE
96392026-08-19T02:51:39.639Z[ recovery-image] Aug 19 02:51:38.910 INFO O| Aug 19 02:51:38.910 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96402026-08-19T02:51:39.639Z[ recovery-image] Aug 19 02:51:38.920 INFO O| Aug 19 02:51:38.920 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/hostid.xml"
96412026-08-19T02:51:39.639Z[ recovery-image] Aug 19 02:51:38.920 INFO O| Aug 19 02:51:38.920 INFO STEP 94 (remove_files) COMPLETE
96422026-08-19T02:51:39.639Z[ recovery-image] Aug 19 02:51:38.920 INFO O| Aug 19 02:51:38.920 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96432026-08-19T02:51:39.642Z[ recovery-image] Aug 19 02:51:38.930 INFO O| Aug 19 02:51:38.930 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/idmap.xml"
96442026-08-19T02:51:39.642Z[ recovery-image] Aug 19 02:51:38.930 INFO O| Aug 19 02:51:38.930 INFO STEP 95 (remove_files) COMPLETE
96452026-08-19T02:51:39.643Z[ recovery-image] Aug 19 02:51:38.930 INFO O| Aug 19 02:51:38.930 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96462026-08-19T02:51:39.649Z[ recovery-image] Aug 19 02:51:38.939 INFO O| Aug 19 02:51:38.939 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/pkgserv.xml"
96472026-08-19T02:51:39.649Z[ recovery-image] Aug 19 02:51:38.939 INFO O| Aug 19 02:51:38.939 INFO STEP 96 (remove_files) COMPLETE
96482026-08-19T02:51:39.649Z[ recovery-image] Aug 19 02:51:38.939 INFO O| Aug 19 02:51:38.939 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96492026-08-19T02:51:39.662Z[ recovery-image] Aug 19 02:51:38.950 INFO O| Aug 19 02:51:38.950 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/zones.xml"
96502026-08-19T02:51:39.662Z[ recovery-image] Aug 19 02:51:38.950 INFO O| Aug 19 02:51:38.950 INFO STEP 97 (remove_files) COMPLETE
96512026-08-19T02:51:39.662Z[ recovery-image] Aug 19 02:51:38.950 INFO O| Aug 19 02:51:38.950 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96522026-08-19T02:51:39.670Z[ recovery-image] Aug 19 02:51:38.961 INFO O| Aug 19 02:51:38.961 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/intrd.xml"
96532026-08-19T02:51:39.670Z[ recovery-image] Aug 19 02:51:38.961 INFO O| Aug 19 02:51:38.961 INFO STEP 98 (remove_files) COMPLETE
96542026-08-19T02:51:39.670Z[ recovery-image] Aug 19 02:51:38.961 INFO O| Aug 19 02:51:38.961 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96552026-08-19T02:51:39.681Z[ recovery-image] Aug 19 02:51:38.971 INFO O| Aug 19 02:51:38.971 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/chrony.xml"
96562026-08-19T02:51:39.681Z[ recovery-image] Aug 19 02:51:38.971 INFO O| Aug 19 02:51:38.971 INFO STEP 99 (remove_files) COMPLETE
96572026-08-19T02:51:39.684Z[ recovery-image] Aug 19 02:51:38.971 INFO O| Aug 19 02:51:38.971 INFO STEP 100: seed_smf, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
96582026-08-19T02:51:39.699Z[ recovery-image] Aug 19 02:51:38.989 INFO O| Aug 19 02:51:38.989 INFO file /rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db does not already exist, skipping removal
96592026-08-19T02:51:39.699Z[ recovery-image] Aug 19 02:51:38.989 INFO O| Aug 19 02:51:38.989 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "SVCCFG_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"}
96602026-08-19T02:51:40.386Z[ host-image] Aug 19 02:51:39.671 INFO O| Aug 19 02:51:39.671 INFO STEP 70 (pack_tar) COMPLETE
96612026-08-19T02:51:40.387Z[ host-image] Aug 19 02:51:39.671 INFO O| Aug 19 02:51:39.671 INFO creating output snapshot rpool/images/build/host/work/sled/ramdisk@trim
96622026-08-19T02:51:40.387Z[ host-image] Aug 19 02:51:39.671 INFO O| Aug 19 02:51:39.671 INFO CREATE SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@trim
96632026-08-19T02:51:40.984Z[verify-libraries] Compiling oso v0.27.3
96642026-08-19T02:51:41.113Z[ host-image] Aug 19 02:51:40.403 INFO O| Aug 19 02:51:40.403 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/ramdisk-02-trim
96652026-08-19T02:51:41.316Z[ host-image] Aug 19 02:51:40.603 INFO O| Aug 19 02:51:40.603 INFO completed processing sled/ramdisk-02-trim
96662026-08-19T02:51:41.320Z[ host-image] Aug 19 02:51:40.606 INFO image builder template: zfs...
96672026-08-19T02:51:41.320Z[ host-image] Aug 19 02:51:40.606 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/.tmpP3F9z8/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "optever=0.41.506", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@23.0.0.0", "-n", "zfs"], pwd: None
96682026-08-19T02:51:41.335Z[ host-image] Aug 19 02:51:40.620 INFO O| Aug 19 02:51:40.620 INFO skip include "stress" because feature "stress" is not enabled
96692026-08-19T02:51:41.335Z[ host-image] Aug 19 02:51:40.620 INFO O| Aug 19 02:51:40.620 INFO skip include "stress" because feature "compliance" is not enabled
96702026-08-19T02:51:41.362Z[ host-image] Aug 19 02:51:40.652 INFO O| Aug 19 02:51:40.652 INFO temporary dataset: rpool/images/build/host/tmp/sled/zfs
96712026-08-19T02:51:41.365Z[ host-image] Aug 19 02:51:40.656 INFO O| Aug 19 02:51:40.656 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/zfs
96722026-08-19T02:51:41.659Z[ host-image] Aug 19 02:51:40.949 INFO O| Aug 19 02:51:40.949 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/zfs: sync = disabled
96732026-08-19T02:51:41.755Z[ host-image] Aug 19 02:51:41.045 INFO O| Aug 19 02:51:41.045 INFO temporary directory: /rpool/images/build/host/tmp/sled/zfs
96742026-08-19T02:51:41.755Z[ host-image] Aug 19 02:51:41.045 INFO O| Aug 19 02:51:41.045 INFO work dataset: rpool/images/build/host/work/sled/zfs
96752026-08-19T02:51:41.759Z[ host-image] Aug 19 02:51:41.049 INFO O| Aug 19 02:51:41.049 INFO CREATE DATASET: rpool/images/build/host/work/sled/zfs
96762026-08-19T02:51:41.871Z[ host-image] Aug 19 02:51:41.160 INFO O| Aug 19 02:51:41.160 INFO SET DATASET PROPERTY ON rpool/images/build/host/work/sled/zfs: sync = disabled
96772026-08-19T02:51:41.976Z[ host-image] Aug 19 02:51:41.266 INFO O| Aug 19 02:51:41.266 INFO DESTROY POOL: TEMPORARY-sled-zfs
96782026-08-19T02:51:41.986Z[ host-image] Aug 19 02:51:41.276 INFO O| Aug 19 02:51:41.276 INFO image file: /rpool/images/build/host/work/sled/zfs/lofi.raw
96792026-08-19T02:51:41.990Z[ host-image] Aug 19 02:51:41.281 INFO O| Aug 19 02:51:41.280 INFO pool altroot: /rpool/images/build/host/work/sled/zfs/altroot
96802026-08-19T02:51:41.990Z[ host-image] Aug 19 02:51:41.281 INFO O| Aug 19 02:51:41.281 INFO no lofi found
96812026-08-19T02:51:41.994Z[ host-image] Aug 19 02:51:41.281 INFO O| Aug 19 02:51:41.281 INFO file /rpool/images/build/host/work/sled/zfs/lofi.raw does not already exist, skipping removal
96822026-08-19T02:51:41.994Z[ host-image] Aug 19 02:51:41.281 INFO O| Aug 19 02:51:41.281 INFO CREATE IMAGE (1200MB): /rpool/images/build/host/work/sled/zfs/lofi.raw
96832026-08-19T02:51:43.711Z[ host-image] Aug 19 02:51:43.001 INFO O| Aug 19 02:51:43.001 INFO lofi device = /dev/dsk/c2t2d0p0
96842026-08-19T02:51:43.711Z[ host-image] Aug 19 02:51:43.001 INFO O| Aug 19 02:51:43.001 INFO pool device = /dev/dsk/c2t2d0p0
96852026-08-19T02:51:43.714Z[ host-image] Aug 19 02:51:43.001 INFO O| Aug 19 02:51:43.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/c2t2d0p0"]
96862026-08-19T02:51:43.840Z[ host-image] Aug 19 02:51:43.130 INFO O| Aug 19 02:51:43.130 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
96872026-08-19T02:51:43.840Z[ host-image] Aug 19 02:51:43.130 INFO O| Aug 19 02:51:43.130 INFO CREATE DATASET: TEMPORARY-sled-zfs/ROOT
96882026-08-19T02:51:43.864Z[ host-image] Aug 19 02:51:43.154 INFO O| Aug 19 02:51:43.154 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT: canmount = off
96892026-08-19T02:51:44.016Z[ host-image] Aug 19 02:51:43.306 INFO O| Aug 19 02:51:43.306 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT: mountpoint = legacy
96902026-08-19T02:51:44.052Z[ host-image] Aug 19 02:51:43.342 INFO O| Aug 19 02:51:43.342 INFO CREATE DATASET: TEMPORARY-sled-zfs/ROOT/ramdisk
96912026-08-19T02:51:44.070Z[ host-image] Aug 19 02:51:43.360 INFO O| Aug 19 02:51:43.360 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: canmount = noauto
96922026-08-19T02:51:44.082Z[ host-image] Aug 19 02:51:43.372 INFO O| Aug 19 02:51:43.372 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: mountpoint = legacy
96932026-08-19T02:51:44.121Z[ host-image] Aug 19 02:51:43.411 INFO O| Aug 19 02:51:43.411 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a
96942026-08-19T02:51:44.121Z[ host-image] Aug 19 02:51:43.411 INFO O| Aug 19 02:51:43.411 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a
96952026-08-19T02:51:44.121Z[ host-image] Aug 19 02:51:43.411 INFO O| Aug 19 02:51:43.411 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-sled-zfs/ROOT/ramdisk", "/rpool/images/build/host/work/sled/zfs/a"]
96962026-08-19T02:51:44.132Z[ host-image] Aug 19 02:51:43.423 INFO O| Aug 19 02:51:43.423 INFO boot environment UUID: 63dd4054-6def-469f-a5c5-a09a13827f9e
96972026-08-19T02:51:44.132Z[ host-image] Aug 19 02:51:43.423 INFO O| Aug 19 02:51:43.423 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: org.opensolaris.libbe:uuid = 63dd4054-6def-469f-a5c5-a09a13827f9e
96982026-08-19T02:51:44.145Z[ host-image] Aug 19 02:51:43.436 INFO O| Aug 19 02:51:43.436 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: org.opensolaris.libbe:policy = static
96992026-08-19T02:51:44.159Z[ host-image] Aug 19 02:51:43.449 INFO O| Aug 19 02:51:43.449 INFO STEP 0 (create_be) COMPLETE
97002026-08-19T02:51:44.159Z[ host-image] Aug 19 02:51:43.449 INFO O| Aug 19 02:51:43.449 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
97012026-08-19T02:51:44.174Z[ host-image] Aug 19 02:51:43.464 INFO O| Aug 19 02:51:43.464 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/host/output/sled-ramdisk.tar", "-C", "/rpool/images/build/host/work/sled/zfs/a"]
97022026-08-19T02:51:47.620Z[ recovery-image] Aug 19 02:51:46.910 INFO O| Aug 19 02:51:46.910 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
97032026-08-19T02:51:47.620Z[ recovery-image] Aug 19 02:51:46.910 INFO O| Aug 19 02:51:46.910 INFO E| svccfg: Loaded 69 smf(7) service descriptions
97042026-08-19T02:51:47.635Z[ recovery-image] Aug 19 02:51:46.925 INFO O| Aug 19 02:51:46.925 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml"], env: {"SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a", "SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"}
97052026-08-19T02:51:47.742Z[ recovery-image] Aug 19 02:51:47.030 INFO O| Aug 19 02:51:47.030 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a", "SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"}
97062026-08-19T02:51:47.801Z[ recovery-image] Aug 19 02:51:47.091 INFO O| Aug 19 02:51:47.091 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "SVCCFG_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"}
97072026-08-19T02:51:47.912Z[ recovery-image] Aug 19 02:51:47.199 INFO O| Aug 19 02:51:47.198 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/repository.db does not exist
97082026-08-19T02:51:47.917Z[ recovery-image] Aug 19 02:51:47.199 INFO O| Aug 19 02:51:47.198 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 ...
97092026-08-19T02:51:47.917Z[ recovery-image] Aug 19 02:51:47.201 INFO O| Aug 19 02:51:47.200 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/repository.db
97102026-08-19T02:51:47.917Z[ recovery-image] Aug 19 02:51:47.201 INFO O| Aug 19 02:51:47.200 INFO ok!
97112026-08-19T02:51:47.917Z[ recovery-image] Aug 19 02:51:47.201 INFO O| Aug 19 02:51:47.200 INFO file /rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db exists (as File), removing
97122026-08-19T02:51:47.917Z[ recovery-image] Aug 19 02:51:47.201 INFO O| Aug 19 02:51:47.200 INFO STEP 100 (seed_smf) COMPLETE
97132026-08-19T02:51:47.917Z[ recovery-image] Aug 19 02:51:47.201 INFO O| Aug 19 02:51:47.200 INFO steps complete; finalising image!
97142026-08-19T02:51:47.917Z[ recovery-image] Aug 19 02:51:47.201 INFO O| Aug 19 02:51:47.200 INFO TRIM POOL: TEMPORARY-sled-zfs-recovery
97152026-08-19T02:51:47.997Z[ recovery-image] Aug 19 02:51:47.287 INFO O| Aug 19 02:51:47.287 INFO trim TEMPORARY-sled-zfs-recovery: (0% trimmed, started at Wed Aug 19 02:51:47 2026)
97162026-08-19T02:51:48.131Z[verify-libraries] Compiling tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
97172026-08-19T02:51:48.212Z[ recovery-image] Aug 19 02:51:47.502 INFO O| Aug 19 02:51:47.502 INFO trim TEMPORARY-sled-zfs-recovery: (63% trimmed, started at Wed Aug 19 02:51:47 2026)
97182026-08-19T02:51:48.417Z[ recovery-image] Aug 19 02:51:47.707 INFO O| Aug 19 02:51:47.707 INFO trim TEMPORARY-sled-zfs-recovery: (93% trimmed, started at Wed Aug 19 02:51:47 2026)
97192026-08-19T02:51:48.624Z[ recovery-image] Aug 19 02:51:47.914 INFO O| Aug 19 02:51:47.914 INFO trim TEMPORARY-sled-zfs-recovery: (93% trimmed, started at Wed Aug 19 02:51:47 2026)
97202026-08-19T02:51:48.829Z[ recovery-image] Aug 19 02:51:48.119 INFO O| Aug 19 02:51:48.119 INFO trim TEMPORARY-sled-zfs-recovery: (93% trimmed, started at Wed Aug 19 02:51:47 2026)
97212026-08-19T02:51:49.056Z[ recovery-image] Aug 19 02:51:48.346 INFO O| Aug 19 02:51:48.346 INFO trim TEMPORARY-sled-zfs-recovery: (93% trimmed, started at Wed Aug 19 02:51:47 2026)
97222026-08-19T02:51:49.262Z[ recovery-image] Aug 19 02:51:48.552 INFO O| Aug 19 02:51:48.552 INFO trim TEMPORARY-sled-zfs-recovery: (93% trimmed, started at Wed Aug 19 02:51:47 2026)
97232026-08-19T02:51:49.468Z[ recovery-image] Aug 19 02:51:48.758 INFO O| Aug 19 02:51:48.758 INFO trim TEMPORARY-sled-zfs-recovery: (93% trimmed, started at Wed Aug 19 02:51:47 2026)
97242026-08-19T02:51:49.675Z[ recovery-image] Aug 19 02:51:48.964 INFO O| Aug 19 02:51:48.964 INFO trim TEMPORARY-sled-zfs-recovery: (93% trimmed, started at Wed Aug 19 02:51:47 2026)
97252026-08-19T02:51:49.881Z[ recovery-image] Aug 19 02:51:49.170 INFO O| Aug 19 02:51:49.170 INFO trim TEMPORARY-sled-zfs-recovery: (93% trimmed, started at Wed Aug 19 02:51:47 2026)
97262026-08-19T02:51:50.091Z[ recovery-image] Aug 19 02:51:49.379 INFO O| Aug 19 02:51:49.378 INFO trim TEMPORARY-sled-zfs-recovery: (93% trimmed, started at Wed Aug 19 02:51:47 2026)
97272026-08-19T02:51:50.294Z[ recovery-image] Aug 19 02:51:49.584 INFO O| Aug 19 02:51:49.584 INFO trim TEMPORARY-sled-zfs-recovery: (93% trimmed, started at Wed Aug 19 02:51:47 2026)
97282026-08-19T02:51:50.500Z[ recovery-image] Aug 19 02:51:49.790 INFO O| Aug 19 02:51:49.790 INFO trim TEMPORARY-sled-zfs-recovery: (93% trimmed, started at Wed Aug 19 02:51:47 2026)
97292026-08-19T02:51:50.708Z[ recovery-image] Aug 19 02:51:49.996 INFO O| Aug 19 02:51:49.996 INFO trim TEMPORARY-sled-zfs-recovery: (93% trimmed, started at Wed Aug 19 02:51:47 2026)
97302026-08-19T02:51:50.919Z[ recovery-image] Aug 19 02:51:50.209 INFO O| Aug 19 02:51:50.207 INFO trim TEMPORARY-sled-zfs-recovery: (93% trimmed, started at Wed Aug 19 02:51:47 2026)
97312026-08-19T02:51:51.123Z[ recovery-image] Aug 19 02:51:50.413 INFO O| Aug 19 02:51:50.413 INFO trim TEMPORARY-sled-zfs-recovery: (93% trimmed, started at Wed Aug 19 02:51:47 2026)
97322026-08-19T02:51:51.332Z[ recovery-image] Aug 19 02:51:50.622 INFO O| Aug 19 02:51:50.622 INFO trim TEMPORARY-sled-zfs-recovery: (93% trimmed, started at Wed Aug 19 02:51:47 2026)
97332026-08-19T02:51:51.538Z[ recovery-image] Aug 19 02:51:50.829 INFO O| Aug 19 02:51:50.829 INFO trim TEMPORARY-sled-zfs-recovery: (93% trimmed, started at Wed Aug 19 02:51:47 2026)
97342026-08-19T02:51:51.744Z[ recovery-image] Aug 19 02:51:51.034 INFO O| Aug 19 02:51:51.034 INFO trim TEMPORARY-sled-zfs-recovery: (93% trimmed, started at Wed Aug 19 02:51:47 2026)
97352026-08-19T02:51:52.051Z[ recovery-image] Aug 19 02:51:51.334 INFO O| Aug 19 02:51:51.332 INFO trim TEMPORARY-sled-zfs-recovery: (98% trimmed, started at Wed Aug 19 02:51:47 2026)
97362026-08-19T02:51:52.072Z[verify-libraries] Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
97372026-08-19T02:51:52.270Z[ recovery-image] Aug 19 02:51:51.560 INFO O| Aug 19 02:51:51.560 INFO temporary pool has 496M used, 1.27G avail, 1.00x compressratio
97382026-08-19T02:51:52.270Z[ recovery-image] Aug 19 02:51:51.560 INFO O| Aug 19 02:51:51.560 INFO EXPORT POOL: TEMPORARY-sled-zfs-recovery
97392026-08-19T02:51:53.399Z[ recovery-image] Aug 19 02:51:52.689 INFO O| Aug 19 02:51:52.689 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
97402026-08-19T02:51:53.399Z[ recovery-image] Aug 19 02:51:52.689 INFO O| Aug 19 02:51:52.689 INFO file /rpool/images/build/recovery/output/sled-zfs-recovery.raw does not already exist, skipping removal
97412026-08-19T02:51:55.379Z[ host-image] Aug 19 02:51:54.669 INFO O| Aug 19 02:51:54.669 INFO STEP 1 (unpack_tar) COMPLETE
97422026-08-19T02:51:55.379Z[ host-image] Aug 19 02:51:54.669 INFO O| Aug 19 02:51:54.669 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97432026-08-19T02:51:55.389Z[ host-image] Aug 19 02:51:54.680 INFO O| Aug 19 02:51:54.680 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/host/work/sled/zfs/a"]
97442026-08-19T02:51:55.810Z[ host-image] Aug 19 02:51:55.100 INFO O| Aug 19 02:51:55.100 INFO STEP 2 (devfsadm) COMPLETE
97452026-08-19T02:51:55.810Z[ host-image] Aug 19 02:51:55.100 INFO O| Aug 19 02:51:55.100 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97462026-08-19T02:51:55.821Z[ host-image] Aug 19 02:51:55.111 INFO O| Aug 19 02:51:55.111 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
97472026-08-19T02:51:55.821Z[ host-image] Aug 19 02:51:55.111 INFO O| Aug 19 02:51:55.111 INFO STEP 3 (ensure_dir) COMPLETE
97482026-08-19T02:51:55.821Z[ host-image] Aug 19 02:51:55.111 INFO O| Aug 19 02:51:55.111 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97492026-08-19T02:51:55.832Z[ host-image] Aug 19 02:51:55.122 INFO O| Aug 19 02:51:55.122 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
97502026-08-19T02:51:55.832Z[ host-image] Aug 19 02:51:55.122 INFO O| Aug 19 02:51:55.122 INFO STEP 4 (ensure_dir) COMPLETE
97512026-08-19T02:51:55.835Z[ host-image] Aug 19 02:51:55.122 INFO O| Aug 19 02:51:55.122 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97522026-08-19T02:51:55.842Z[ host-image] Aug 19 02:51:55.132 INFO O| Aug 19 02:51:55.132 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
97532026-08-19T02:51:55.842Z[ host-image] Aug 19 02:51:55.132 INFO O| Aug 19 02:51:55.132 INFO STEP 5 (ensure_dir) COMPLETE
97542026-08-19T02:51:55.845Z[ host-image] Aug 19 02:51:55.132 INFO O| Aug 19 02:51:55.132 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97552026-08-19T02:51:55.852Z[ host-image] Aug 19 02:51:55.142 INFO O| Aug 19 02:51:55.142 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
97562026-08-19T02:51:55.852Z[ host-image] Aug 19 02:51:55.142 INFO O| Aug 19 02:51:55.142 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
97572026-08-19T02:51:55.855Z[ host-image] Aug 19 02:51:55.142 INFO O| Aug 19 02:51:55.142 INFO STEP 6 (ensure_dir) COMPLETE
97582026-08-19T02:51:55.855Z[ host-image] Aug 19 02:51:55.142 INFO O| Aug 19 02:51:55.142 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97592026-08-19T02:51:55.861Z[ host-image] Aug 19 02:51:55.152 INFO O| Aug 19 02:51:55.152 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/usb
97602026-08-19T02:51:55.862Z[ host-image] Aug 19 02:51:55.152 INFO O| Aug 19 02:51:55.152 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/usb
97612026-08-19T02:51:55.862Z[ host-image] Aug 19 02:51:55.152 INFO O| Aug 19 02:51:55.152 INFO STEP 7 (ensure_dir) COMPLETE
97622026-08-19T02:51:55.865Z[ host-image] Aug 19 02:51:55.152 INFO O| Aug 19 02:51:55.152 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97632026-08-19T02:51:55.878Z[ host-image] Aug 19 02:51:55.168 INFO O| Aug 19 02:51:55.168 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/cfg"
97642026-08-19T02:51:55.882Z[ host-image] Aug 19 02:51:55.169 INFO O| Aug 19 02:51:55.169 INFO STEP 8 (remove_files) COMPLETE
97652026-08-19T02:51:55.882Z[ host-image] Aug 19 02:51:55.169 INFO O| Aug 19 02:51:55.169 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97662026-08-19T02:51:55.889Z[ host-image] Aug 19 02:51:55.180 INFO O| Aug 19 02:51:55.180 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/dsk"
97672026-08-19T02:51:55.892Z[ host-image] Aug 19 02:51:55.180 INFO O| Aug 19 02:51:55.180 INFO STEP 9 (remove_files) COMPLETE
97682026-08-19T02:51:55.892Z[ host-image] Aug 19 02:51:55.180 INFO O| Aug 19 02:51:55.180 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97692026-08-19T02:51:55.901Z[ host-image] Aug 19 02:51:55.191 INFO O| Aug 19 02:51:55.191 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/rdsk"
97702026-08-19T02:51:55.904Z[ host-image] Aug 19 02:51:55.192 INFO O| Aug 19 02:51:55.192 INFO STEP 10 (remove_files) COMPLETE
97712026-08-19T02:51:55.904Z[ host-image] Aug 19 02:51:55.192 INFO O| Aug 19 02:51:55.192 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97722026-08-19T02:51:55.911Z[ host-image] Aug 19 02:51:55.201 INFO O| Aug 19 02:51:55.201 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/sensors"
97732026-08-19T02:51:55.911Z[ host-image] Aug 19 02:51:55.201 INFO O| Aug 19 02:51:55.201 INFO STEP 11 (remove_files) COMPLETE
97742026-08-19T02:51:55.911Z[ host-image] Aug 19 02:51:55.201 INFO O| Aug 19 02:51:55.201 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97752026-08-19T02:51:55.920Z[ host-image] Aug 19 02:51:55.211 INFO O| Aug 19 02:51:55.211 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/usb"
97762026-08-19T02:51:55.920Z[ host-image] Aug 19 02:51:55.211 INFO O| Aug 19 02:51:55.211 INFO STEP 12 (remove_files) COMPLETE
97772026-08-19T02:51:55.920Z[ host-image] Aug 19 02:51:55.211 INFO O| Aug 19 02:51:55.211 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97782026-08-19T02:51:55.930Z[ host-image] Aug 19 02:51:55.220 INFO O| Aug 19 02:51:55.220 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
97792026-08-19T02:51:55.930Z[ host-image] Aug 19 02:51:55.220 INFO O| Aug 19 02:51:55.220 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
97802026-08-19T02:51:55.933Z[ host-image] Aug 19 02:51:55.220 INFO O| Aug 19 02:51:55.220 INFO STEP 13 (ensure_dir) COMPLETE
97812026-08-19T02:51:55.933Z[ host-image] Aug 19 02:51:55.220 INFO O| Aug 19 02:51:55.220 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97822026-08-19T02:51:55.939Z[ host-image] Aug 19 02:51:55.229 INFO O| Aug 19 02:51:55.229 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
97832026-08-19T02:51:55.939Z[ host-image] Aug 19 02:51:55.229 INFO O| Aug 19 02:51:55.229 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
97842026-08-19T02:51:55.942Z[ host-image] Aug 19 02:51:55.229 INFO O| Aug 19 02:51:55.229 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
97852026-08-19T02:51:55.942Z[ host-image] Aug 19 02:51:55.229 INFO O| Aug 19 02:51:55.229 INFO STEP 14 (ensure_dir) COMPLETE
97862026-08-19T02:51:55.942Z[ host-image] Aug 19 02:51:55.229 INFO O| Aug 19 02:51:55.229 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97872026-08-19T02:51:55.948Z[ host-image] Aug 19 02:51:55.238 INFO O| Aug 19 02:51:55.238 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
97882026-08-19T02:51:55.948Z[ host-image] Aug 19 02:51:55.239 INFO O| Aug 19 02:51:55.239 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
97892026-08-19T02:51:55.948Z[ host-image] Aug 19 02:51:55.239 INFO O| Aug 19 02:51:55.239 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
97902026-08-19T02:51:55.952Z[ host-image] Aug 19 02:51:55.239 INFO O| Aug 19 02:51:55.239 INFO STEP 15 (ensure_dir) COMPLETE
97912026-08-19T02:51:55.952Z[ host-image] Aug 19 02:51:55.239 INFO O| Aug 19 02:51:55.239 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97922026-08-19T02:51:55.958Z[ host-image] Aug 19 02:51:55.248 INFO O| Aug 19 02:51:55.248 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
97932026-08-19T02:51:55.958Z[ host-image] Aug 19 02:51:55.248 INFO O| Aug 19 02:51:55.248 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
97942026-08-19T02:51:55.960Z[ host-image] Aug 19 02:51:55.248 INFO O| Aug 19 02:51:55.248 INFO STEP 16 (ensure_dir) COMPLETE
97952026-08-19T02:51:55.960Z[ host-image] Aug 19 02:51:55.248 INFO O| Aug 19 02:51:55.248 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97962026-08-19T02:51:55.967Z[ host-image] Aug 19 02:51:55.257 INFO O| Aug 19 02:51:55.257 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/usb
97972026-08-19T02:51:55.967Z[ host-image] Aug 19 02:51:55.257 INFO O| Aug 19 02:51:55.257 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/usb
97982026-08-19T02:51:55.967Z[ host-image] Aug 19 02:51:55.257 INFO O| Aug 19 02:51:55.257 INFO STEP 17 (ensure_dir) COMPLETE
97992026-08-19T02:51:55.970Z[ host-image] Aug 19 02:51:55.257 INFO O| Aug 19 02:51:55.257 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98002026-08-19T02:51:55.976Z[ host-image] Aug 19 02:51:55.266 INFO O| Aug 19 02:51:55.266 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
98012026-08-19T02:51:55.976Z[ host-image] Aug 19 02:51:55.266 INFO O| Aug 19 02:51:55.266 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/msglog
98022026-08-19T02:51:55.976Z[ host-image] Aug 19 02:51:55.266 INFO O| Aug 19 02:51:55.266 INFO ok!
98032026-08-19T02:51:55.976Z[ host-image] Aug 19 02:51:55.266 INFO O| Aug 19 02:51:55.266 INFO STEP 18 (ensure_symlink) COMPLETE
98042026-08-19T02:51:55.976Z[ host-image] Aug 19 02:51:55.266 INFO O| Aug 19 02:51:55.266 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98052026-08-19T02:51:55.984Z[ host-image] Aug 19 02:51:55.274 INFO O| Aug 19 02:51:55.274 INFO file /rpool/images/build/host/work/sled/zfs/a/reconfigure exists, with correct contents
98062026-08-19T02:51:55.984Z[ host-image] Aug 19 02:51:55.274 INFO O| Aug 19 02:51:55.274 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/reconfigure
98072026-08-19T02:51:55.984Z[ host-image] Aug 19 02:51:55.274 INFO O| Aug 19 02:51:55.274 INFO ok!
98082026-08-19T02:51:55.984Z[ host-image] Aug 19 02:51:55.274 INFO O| Aug 19 02:51:55.274 INFO STEP 19 (ensure_file) COMPLETE
98092026-08-19T02:51:55.985Z[ host-image] Aug 19 02:51:55.274 INFO O| Aug 19 02:51:55.274 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
98102026-08-19T02:51:55.993Z[ host-image] Aug 19 02:51:55.284 INFO O| Aug 19 02:51:55.284 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml does not exist
98112026-08-19T02:51:55.993Z[ host-image] Aug 19 02:51:55.284 INFO O| Aug 19 02:51:55.284 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
98122026-08-19T02:51:55.993Z[ host-image] Aug 19 02:51:55.284 INFO O| Aug 19 02:51:55.284 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml
98132026-08-19T02:51:55.997Z[ host-image] Aug 19 02:51:55.284 INFO O| Aug 19 02:51:55.284 INFO ok!
98142026-08-19T02:51:55.997Z[ host-image] Aug 19 02:51:55.284 INFO O| Aug 19 02:51:55.284 INFO STEP 20 (ensure_symlink) COMPLETE
98152026-08-19T02:51:55.997Z[ host-image] Aug 19 02:51:55.284 INFO O| Aug 19 02:51:55.284 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
98162026-08-19T02:51:56.006Z[ host-image] Aug 19 02:51:55.296 INFO O| Aug 19 02:51:55.296 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml does not exist
98172026-08-19T02:51:56.006Z[ host-image] Aug 19 02:51:55.296 INFO O| Aug 19 02:51:55.296 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
98182026-08-19T02:51:56.009Z[ host-image] Aug 19 02:51:55.296 INFO O| Aug 19 02:51:55.296 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml
98192026-08-19T02:51:56.009Z[ host-image] Aug 19 02:51:55.296 INFO O| Aug 19 02:51:55.296 INFO ok!
98202026-08-19T02:51:56.009Z[ host-image] Aug 19 02:51:55.296 INFO O| Aug 19 02:51:55.296 INFO STEP 21 (ensure_symlink) COMPLETE
98212026-08-19T02:51:56.009Z[ host-image] Aug 19 02:51:55.296 INFO O| Aug 19 02:51:55.296 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
98222026-08-19T02:51:56.017Z[ host-image] Aug 19 02:51:55.307 INFO O| Aug 19 02:51:55.307 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml does not exist
98232026-08-19T02:51:56.020Z[ host-image] Aug 19 02:51:55.307 INFO O| Aug 19 02:51:55.307 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
98242026-08-19T02:51:56.020Z[ host-image] Aug 19 02:51:55.307 INFO O| Aug 19 02:51:55.307 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml
98252026-08-19T02:51:56.021Z[ host-image] Aug 19 02:51:55.307 INFO O| Aug 19 02:51:55.307 INFO ok!
98262026-08-19T02:51:56.021Z[ host-image] Aug 19 02:51:55.307 INFO O| Aug 19 02:51:55.307 INFO STEP 22 (ensure_symlink) COMPLETE
98272026-08-19T02:51:56.021Z[ host-image] Aug 19 02:51:55.307 INFO O| Aug 19 02:51:55.307 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
98282026-08-19T02:51:56.028Z[ host-image] Aug 19 02:51:55.318 INFO O| Aug 19 02:51:55.318 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml does not exist
98292026-08-19T02:51:56.028Z[ host-image] Aug 19 02:51:55.318 INFO O| Aug 19 02:51:55.318 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
98302026-08-19T02:51:56.028Z[ host-image] Aug 19 02:51:55.319 INFO O| Aug 19 02:51:55.318 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml
98312026-08-19T02:51:56.028Z[ host-image] Aug 19 02:51:55.319 INFO O| Aug 19 02:51:55.318 INFO ok!
98322026-08-19T02:51:56.031Z[ host-image] Aug 19 02:51:55.319 INFO O| Aug 19 02:51:55.318 INFO STEP 23 (ensure_symlink) COMPLETE
98332026-08-19T02:51:56.031Z[ host-image] Aug 19 02:51:55.319 INFO O| Aug 19 02:51:55.319 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
98342026-08-19T02:51:56.038Z[ host-image] Aug 19 02:51:55.329 INFO O| Aug 19 02:51:55.328 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf exists, with wrong contents, unlinking
98352026-08-19T02:51:56.038Z[ host-image] Aug 19 02:51:55.329 INFO O| Aug 19 02:51:55.329 INFO copying /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.dns -> /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf ...
98362026-08-19T02:51:56.038Z[ host-image] Aug 19 02:51:55.329 INFO O| Aug 19 02:51:55.329 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf
98372026-08-19T02:51:56.041Z[ host-image] Aug 19 02:51:55.329 INFO O| Aug 19 02:51:55.329 INFO ok!
98382026-08-19T02:51:56.041Z[ host-image] Aug 19 02:51:55.329 INFO O| Aug 19 02:51:55.329 INFO STEP 24 (ensure_file) COMPLETE
98392026-08-19T02:51:56.041Z[ host-image] Aug 19 02:51:55.329 INFO O| Aug 19 02:51:55.329 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
98402026-08-19T02:51:56.051Z[ host-image] Aug 19 02:51:55.341 INFO O| Aug 19 02:51:55.341 INFO updating shadow file
98412026-08-19T02:51:56.051Z[ host-image] Aug 19 02:51:55.341 INFO O| Aug 19 02:51:55.341 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
98422026-08-19T02:51:56.051Z[ host-image] Aug 19 02:51:55.341 INFO O| Aug 19 02:51:55.341 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
98432026-08-19T02:51:56.055Z[ host-image] Aug 19 02:51:55.341 INFO O| Aug 19 02:51:55.341 INFO STEP 25 (shadow) COMPLETE
98442026-08-19T02:51:56.055Z[ host-image] Aug 19 02:51:55.341 INFO O| Aug 19 02:51:55.341 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
98452026-08-19T02:51:56.062Z[ host-image] Aug 19 02:51:55.352 INFO O| Aug 19 02:51:55.352 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts exists, with wrong contents, unlinking
98462026-08-19T02:51:56.062Z[ host-image] Aug 19 02:51:55.352 INFO O| Aug 19 02:51:55.352 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts ...
98472026-08-19T02:51:56.065Z[ host-image] Aug 19 02:51:55.352 INFO O| Aug 19 02:51:55.352 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts
98482026-08-19T02:51:56.065Z[ host-image] Aug 19 02:51:55.352 INFO O| Aug 19 02:51:55.352 INFO ok!
98492026-08-19T02:51:56.065Z[ host-image] Aug 19 02:51:55.352 INFO O| Aug 19 02:51:55.352 INFO STEP 26 (ensure_file) COMPLETE
98502026-08-19T02:51:56.065Z[ host-image] Aug 19 02:51:55.352 INFO O| Aug 19 02:51:55.352 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
98512026-08-19T02:51:56.072Z[ host-image] Aug 19 02:51:55.363 INFO O| Aug 19 02:51:55.363 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/nodename does not exist
98522026-08-19T02:51:56.072Z[ host-image] Aug 19 02:51:55.363 INFO O| Aug 19 02:51:55.363 INFO writing /rpool/images/build/host/work/sled/zfs/a/etc/nodename ...
98532026-08-19T02:51:56.073Z[ host-image] Aug 19 02:51:55.363 INFO O| Aug 19 02:51:55.363 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/nodename
98542026-08-19T02:51:56.076Z[ host-image] Aug 19 02:51:55.363 INFO O| Aug 19 02:51:55.363 INFO ok!
98552026-08-19T02:51:56.076Z[ host-image] Aug 19 02:51:55.363 INFO O| Aug 19 02:51:55.363 INFO STEP 27 (ensure_file) COMPLETE
98562026-08-19T02:51:56.076Z[ host-image] Aug 19 02:51:55.363 INFO O| Aug 19 02:51:55.363 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
98572026-08-19T02:51:56.084Z[ host-image] Aug 19 02:51:55.374 INFO O| Aug 19 02:51:55.374 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent exists, with wrong contents, unlinking
98582026-08-19T02:51:56.084Z[ host-image] Aug 19 02:51:55.374 INFO O| Aug 19 02:51:55.374 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent ...
98592026-08-19T02:51:56.087Z[ host-image] Aug 19 02:51:55.374 INFO O| Aug 19 02:51:55.374 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent
98602026-08-19T02:51:56.087Z[ host-image] Aug 19 02:51:55.374 INFO O| Aug 19 02:51:55.374 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent
98612026-08-19T02:51:56.087Z[ host-image] Aug 19 02:51:55.374 INFO O| Aug 19 02:51:55.374 INFO ok!
98622026-08-19T02:51:56.087Z[ host-image] Aug 19 02:51:55.374 INFO O| Aug 19 02:51:55.374 INFO STEP 28 (ensure_file) COMPLETE
98632026-08-19T02:51:56.087Z[ host-image] Aug 19 02:51:55.374 INFO O| Aug 19 02:51:55.374 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
98642026-08-19T02:51:56.096Z[ host-image] Aug 19 02:51:55.387 INFO O| Aug 19 02:51:55.387 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf does not exist
98652026-08-19T02:51:56.096Z[ host-image] Aug 19 02:51:55.387 INFO O| Aug 19 02:51:55.387 INFO writing /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf ...
98662026-08-19T02:51:56.097Z[ host-image] Aug 19 02:51:55.387 INFO O| Aug 19 02:51:55.387 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf
98672026-08-19T02:51:56.100Z[ host-image] Aug 19 02:51:55.387 INFO O| Aug 19 02:51:55.387 INFO ok!
98682026-08-19T02:51:56.100Z[ host-image] Aug 19 02:51:55.387 INFO O| Aug 19 02:51:55.387 INFO STEP 29 (ensure_file) COMPLETE
98692026-08-19T02:51:56.100Z[ host-image] Aug 19 02:51:55.387 INFO O| Aug 19 02:51:55.387 INFO STEP 30: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
98702026-08-19T02:51:56.107Z[ host-image] Aug 19 02:51:55.397 INFO O| Aug 19 02:51:55.397 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
98712026-08-19T02:51:56.107Z[ host-image] Aug 19 02:51:55.397 INFO O| Aug 19 02:51:55.397 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
98722026-08-19T02:51:56.109Z[ host-image] Aug 19 02:51:55.397 INFO O| Aug 19 02:51:55.397 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
98732026-08-19T02:51:56.112Z[ host-image] Aug 19 02:51:55.397 INFO O| Aug 19 02:51:55.397 INFO STEP 30 (ensure_dir) COMPLETE
98742026-08-19T02:51:56.112Z[ host-image] Aug 19 02:51:55.397 INFO O| Aug 19 02:51:55.397 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
98752026-08-19T02:51:56.119Z[ host-image] Aug 19 02:51:55.409 INFO O| Aug 19 02:51:55.409 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup does not exist
98762026-08-19T02:51:56.119Z[ host-image] Aug 19 02:51:55.409 INFO O| Aug 19 02:51:55.409 INFO copying /work/oxidecomputer/helios/image/templates/files/net-setup.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup ...
98772026-08-19T02:51:56.122Z[ host-image] Aug 19 02:51:55.409 INFO O| Aug 19 02:51:55.409 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup
98782026-08-19T02:51:56.122Z[ host-image] Aug 19 02:51:55.409 INFO O| Aug 19 02:51:55.409 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup
98792026-08-19T02:51:56.122Z[ host-image] Aug 19 02:51:55.409 INFO O| Aug 19 02:51:55.409 INFO ok!
98802026-08-19T02:51:56.122Z[ host-image] Aug 19 02:51:55.409 INFO O| Aug 19 02:51:55.409 INFO STEP 31 (ensure_file) COMPLETE
98812026-08-19T02:51:56.122Z[ host-image] Aug 19 02:51:55.409 INFO O| Aug 19 02:51:55.409 INFO STEP 32: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
98822026-08-19T02:51:56.131Z[ host-image] Aug 19 02:51:55.421 INFO O| Aug 19 02:51:55.421 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
98832026-08-19T02:51:56.131Z[ host-image] Aug 19 02:51:55.421 INFO O| Aug 19 02:51:55.421 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
98842026-08-19T02:51:56.131Z[ host-image] Aug 19 02:51:55.421 INFO O| Aug 19 02:51:55.421 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
98852026-08-19T02:51:56.134Z[ host-image] Aug 19 02:51:55.421 INFO O| Aug 19 02:51:55.421 INFO STEP 32 (ensure_dir) COMPLETE
98862026-08-19T02:51:56.134Z[ host-image] Aug 19 02:51:55.421 INFO O| Aug 19 02:51:55.421 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
98872026-08-19T02:51:56.142Z[ host-image] Aug 19 02:51:55.432 INFO O| Aug 19 02:51:55.432 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide/net-setup.xml does not exist
98882026-08-19T02:51:56.142Z[ host-image] Aug 19 02:51:55.432 INFO O| Aug 19 02:51:55.432 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 ...
98892026-08-19T02:51:56.145Z[ host-image] Aug 19 02:51:55.432 INFO O| Aug 19 02:51:55.432 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
98902026-08-19T02:51:56.145Z[ host-image] Aug 19 02:51:55.432 INFO O| Aug 19 02:51:55.432 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide/net-setup.xml
98912026-08-19T02:51:56.145Z[ host-image] Aug 19 02:51:55.432 INFO O| Aug 19 02:51:55.432 INFO ok!
98922026-08-19T02:51:56.145Z[ host-image] Aug 19 02:51:55.432 INFO O| Aug 19 02:51:55.432 INFO STEP 33 (ensure_file) COMPLETE
98932026-08-19T02:51:56.145Z[ host-image] Aug 19 02:51:55.432 INFO O| Aug 19 02:51:55.432 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
98942026-08-19T02:51:56.153Z[ host-image] Aug 19 02:51:55.443 INFO O| Aug 19 02:51:55.443 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/auto_master does not exist
98952026-08-19T02:51:56.153Z[ host-image] Aug 19 02:51:55.444 INFO O| Aug 19 02:51:55.443 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/host/work/sled/zfs/a/etc/auto_master ...
98962026-08-19T02:51:56.153Z[ host-image] Aug 19 02:51:55.444 INFO O| Aug 19 02:51:55.444 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/auto_master
98972026-08-19T02:51:56.156Z[ host-image] Aug 19 02:51:55.444 INFO O| Aug 19 02:51:55.444 INFO ok!
98982026-08-19T02:51:56.156Z[ host-image] Aug 19 02:51:55.444 INFO O| Aug 19 02:51:55.444 INFO STEP 34 (ensure_file) COMPLETE
98992026-08-19T02:51:56.156Z[ host-image] Aug 19 02:51:55.444 INFO O| Aug 19 02:51:55.444 INFO STEP 35: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99002026-08-19T02:51:56.165Z[ host-image] Aug 19 02:51:55.456 INFO O| Aug 19 02:51:55.456 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs exists, with wrong contents, unlinking
99012026-08-19T02:51:56.166Z[ host-image] Aug 19 02:51:55.456 INFO O| Aug 19 02:51:55.456 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs ...
99022026-08-19T02:51:56.166Z[ host-image] Aug 19 02:51:55.456 INFO O| Aug 19 02:51:55.456 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs
99032026-08-19T02:51:56.166Z[ host-image] Aug 19 02:51:55.456 INFO O| Aug 19 02:51:55.456 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs
99042026-08-19T02:51:56.170Z[ host-image] Aug 19 02:51:55.456 INFO O| Aug 19 02:51:55.456 INFO ok!
99052026-08-19T02:51:56.170Z[ host-image] Aug 19 02:51:55.456 INFO O| Aug 19 02:51:55.456 INFO STEP 35 (ensure_file) COMPLETE
99062026-08-19T02:51:56.170Z[ host-image] Aug 19 02:51:55.456 INFO O| Aug 19 02:51:55.456 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99072026-08-19T02:51:56.177Z[ host-image] Aug 19 02:51:55.467 INFO O| Aug 19 02:51:55.467 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/init exists, with wrong contents, unlinking
99082026-08-19T02:51:56.177Z[ host-image] Aug 19 02:51:55.467 INFO O| Aug 19 02:51:55.467 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/host/work/sled/zfs/a/etc/default/init ...
99092026-08-19T02:51:56.180Z[ host-image] Aug 19 02:51:55.467 INFO O| Aug 19 02:51:55.467 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/init
99102026-08-19T02:51:56.180Z[ host-image] Aug 19 02:51:55.467 INFO O| Aug 19 02:51:55.467 INFO ok!
99112026-08-19T02:51:56.180Z[ host-image] Aug 19 02:51:55.467 INFO O| Aug 19 02:51:55.467 INFO STEP 36 (ensure_file) COMPLETE
99122026-08-19T02:51:56.180Z[ host-image] Aug 19 02:51:55.467 INFO O| Aug 19 02:51:55.467 INFO STEP 37: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99132026-08-19T02:51:56.187Z[ host-image] Aug 19 02:51:55.478 INFO O| Aug 19 02:51:55.477 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
99142026-08-19T02:51:56.187Z[ host-image] Aug 19 02:51:55.478 INFO O| Aug 19 02:51:55.478 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config ...
99152026-08-19T02:51:56.190Z[ host-image] Aug 19 02:51:55.478 INFO O| Aug 19 02:51:55.478 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config
99162026-08-19T02:51:56.191Z[ host-image] Aug 19 02:51:55.478 INFO O| Aug 19 02:51:55.478 INFO ok!
99172026-08-19T02:51:56.191Z[ host-image] Aug 19 02:51:55.478 INFO O| Aug 19 02:51:55.478 INFO STEP 37 (ensure_file) COMPLETE
99182026-08-19T02:51:56.191Z[ host-image] Aug 19 02:51:55.478 INFO O| Aug 19 02:51:55.478 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99192026-08-19T02:51:56.198Z[ host-image] Aug 19 02:51:55.488 INFO O| Aug 19 02:51:55.488 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams does not exist
99202026-08-19T02:51:56.198Z[ host-image] Aug 19 02:51:55.488 INFO O| Aug 19 02:51:55.488 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams ...
99212026-08-19T02:51:56.201Z[ host-image] Aug 19 02:51:55.488 INFO O| Aug 19 02:51:55.488 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
99222026-08-19T02:51:56.201Z[ host-image] Aug 19 02:51:55.488 INFO O| Aug 19 02:51:55.488 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
99232026-08-19T02:51:56.201Z[ host-image] Aug 19 02:51:55.488 INFO O| Aug 19 02:51:55.488 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
99242026-08-19T02:51:56.201Z[ host-image] Aug 19 02:51:55.488 INFO O| Aug 19 02:51:55.488 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
99252026-08-19T02:51:56.201Z[ host-image] Aug 19 02:51:55.488 INFO O| Aug 19 02:51:55.488 INFO ok!
99262026-08-19T02:51:56.201Z[ host-image] Aug 19 02:51:55.488 INFO O| Aug 19 02:51:55.488 INFO STEP 38 (ensure_file) COMPLETE
99272026-08-19T02:51:56.201Z[ host-image] Aug 19 02:51:55.488 INFO O| Aug 19 02:51:55.488 INFO STEP 39: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
99282026-08-19T02:51:56.210Z[ host-image] Aug 19 02:51:55.500 INFO O| Aug 19 02:51:55.500 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
99292026-08-19T02:51:56.210Z[ host-image] Aug 19 02:51:55.500 INFO O| Aug 19 02:51:55.500 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
99302026-08-19T02:51:56.214Z[ host-image] Aug 19 02:51:55.500 INFO O| Aug 19 02:51:55.500 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
99312026-08-19T02:51:56.214Z[ host-image] Aug 19 02:51:55.500 INFO O| Aug 19 02:51:55.500 INFO STEP 39 (ensure_dir) COMPLETE
99322026-08-19T02:51:56.214Z[ host-image] Aug 19 02:51:55.500 INFO O| Aug 19 02:51:55.500 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
99332026-08-19T02:51:56.222Z[ host-image] Aug 19 02:51:55.512 INFO O| Aug 19 02:51:55.512 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
99342026-08-19T02:51:56.222Z[ host-image] Aug 19 02:51:55.512 INFO O| Aug 19 02:51:55.512 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 ...
99352026-08-19T02:51:56.225Z[ host-image] Aug 19 02:51:55.512 INFO O| Aug 19 02:51:55.512 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
99362026-08-19T02:51:56.225Z[ host-image] Aug 19 02:51:55.512 INFO O| Aug 19 02:51:55.512 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
99372026-08-19T02:51:56.225Z[ host-image] Aug 19 02:51:55.512 INFO O| Aug 19 02:51:55.512 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
99382026-08-19T02:51:56.225Z[ host-image] Aug 19 02:51:55.512 INFO O| Aug 19 02:51:55.512 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
99392026-08-19T02:51:56.225Z[ host-image] Aug 19 02:51:55.512 INFO O| Aug 19 02:51:55.512 INFO ok!
99402026-08-19T02:51:56.225Z[ host-image] Aug 19 02:51:55.512 INFO O| Aug 19 02:51:55.512 INFO STEP 40 (ensure_file) COMPLETE
99412026-08-19T02:51:56.225Z[ host-image] Aug 19 02:51:55.512 INFO O| Aug 19 02:51:55.512 INFO STEP 41: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
99422026-08-19T02:51:56.234Z[ host-image] Aug 19 02:51:55.524 INFO O| Aug 19 02:51:55.524 INFO link /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
99432026-08-19T02:51:56.234Z[ host-image] Aug 19 02:51:55.524 INFO O| Aug 19 02:51:55.524 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 ...
99442026-08-19T02:51:56.234Z[ host-image] Aug 19 02:51:55.524 INFO O| Aug 19 02:51:55.524 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin
99452026-08-19T02:51:56.234Z[ host-image] Aug 19 02:51:55.524 INFO O| Aug 19 02:51:55.524 INFO ok!
99462026-08-19T02:51:56.234Z[ host-image] Aug 19 02:51:55.524 INFO O| Aug 19 02:51:55.524 INFO STEP 41 (ensure_symlink) COMPLETE
99472026-08-19T02:51:56.237Z[ host-image] Aug 19 02:51:55.524 INFO O| Aug 19 02:51:55.524 INFO STEP 42: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
99482026-08-19T02:51:56.245Z[ host-image] Aug 19 02:51:55.535 INFO O| Aug 19 02:51:55.535 INFO link /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo does not exist
99492026-08-19T02:51:56.245Z[ host-image] Aug 19 02:51:55.535 INFO O| Aug 19 02:51:55.535 INFO linking /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo -> Oxide,Gimlet ...
99502026-08-19T02:51:56.245Z[ host-image] Aug 19 02:51:55.535 INFO O| Aug 19 02:51:55.535 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo
99512026-08-19T02:51:56.248Z[ host-image] Aug 19 02:51:55.535 INFO O| Aug 19 02:51:55.535 INFO ok!
99522026-08-19T02:51:56.248Z[ host-image] Aug 19 02:51:55.535 INFO O| Aug 19 02:51:55.535 INFO STEP 42 (ensure_symlink) COMPLETE
99532026-08-19T02:51:56.248Z[ host-image] Aug 19 02:51:55.535 INFO O| Aug 19 02:51:55.535 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99542026-08-19T02:51:56.255Z[ host-image] Aug 19 02:51:55.545 INFO O| Aug 19 02:51:55.545 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot does not exist
99552026-08-19T02:51:56.255Z[ host-image] Aug 19 02:51:55.545 INFO O| Aug 19 02:51:55.545 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-postboot.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot ...
99562026-08-19T02:51:56.258Z[ host-image] Aug 19 02:51:55.545 INFO O| Aug 19 02:51:55.545 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
99572026-08-19T02:51:56.258Z[ host-image] Aug 19 02:51:55.545 INFO O| Aug 19 02:51:55.545 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
99582026-08-19T02:51:56.258Z[ host-image] Aug 19 02:51:55.545 INFO O| Aug 19 02:51:55.545 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
99592026-08-19T02:51:56.258Z[ host-image] Aug 19 02:51:55.545 INFO O| Aug 19 02:51:55.545 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
99602026-08-19T02:51:56.261Z[ host-image] Aug 19 02:51:55.545 INFO O| Aug 19 02:51:55.545 INFO ok!
99612026-08-19T02:51:56.261Z[ host-image] Aug 19 02:51:55.545 INFO O| Aug 19 02:51:55.545 INFO STEP 43 (ensure_file) COMPLETE
99622026-08-19T02:51:56.261Z[ host-image] Aug 19 02:51:55.545 INFO O| Aug 19 02:51:55.545 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99632026-08-19T02:51:56.264Z[ host-image] Aug 19 02:51:55.555 INFO O| Aug 19 02:51:55.555 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/postboot.xml does not exist
99642026-08-19T02:51:56.265Z[ host-image] Aug 19 02:51:55.555 INFO O| Aug 19 02:51:55.555 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 ...
99652026-08-19T02:51:56.268Z[ host-image] Aug 19 02:51:55.555 INFO O| Aug 19 02:51:55.555 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
99662026-08-19T02:51:56.268Z[ host-image] Aug 19 02:51:55.555 INFO O| Aug 19 02:51:55.555 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/postboot.xml
99672026-08-19T02:51:56.268Z[ host-image] Aug 19 02:51:55.555 INFO O| Aug 19 02:51:55.555 INFO ok!
99682026-08-19T02:51:56.268Z[ host-image] Aug 19 02:51:55.555 INFO O| Aug 19 02:51:55.555 INFO STEP 44 (ensure_file) COMPLETE
99692026-08-19T02:51:56.268Z[ host-image] Aug 19 02:51:55.555 INFO O| Aug 19 02:51:55.555 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99702026-08-19T02:51:56.276Z[ host-image] Aug 19 02:51:55.566 INFO O| Aug 19 02:51:55.566 INFO file /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml does not exist
99712026-08-19T02:51:56.276Z[ host-image] Aug 19 02:51:55.567 INFO O| Aug 19 02:51:55.566 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml ...
99722026-08-19T02:51:56.276Z[ host-image] Aug 19 02:51:55.567 INFO O| Aug 19 02:51:55.566 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml
99732026-08-19T02:51:56.279Z[ host-image] Aug 19 02:51:55.567 INFO O| Aug 19 02:51:55.566 INFO ok!
99742026-08-19T02:51:56.279Z[ host-image] Aug 19 02:51:55.567 INFO O| Aug 19 02:51:55.567 INFO STEP 45 (ensure_file) COMPLETE
99752026-08-19T02:51:56.280Z[ host-image] Aug 19 02:51:55.567 INFO O| Aug 19 02:51:55.567 INFO STEP 46: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
99762026-08-19T02:51:56.289Z[ host-image] Aug 19 02:51:55.579 INFO O| Aug 19 02:51:55.579 INFO updating shadow file
99772026-08-19T02:51:56.289Z[ host-image] Aug 19 02:51:55.579 INFO O| Aug 19 02:51:55.579 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
99782026-08-19T02:51:56.289Z[ host-image] Aug 19 02:51:55.579 INFO O| Aug 19 02:51:55.579 INFO STEP 46 (shadow) COMPLETE
99792026-08-19T02:51:56.289Z[ host-image] Aug 19 02:51:55.579 INFO O| Aug 19 02:51:55.579 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
99802026-08-19T02:51:56.301Z[ host-image] Aug 19 02:51:55.591 INFO O| Aug 19 02:51:55.591 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/login exists, with wrong contents, unlinking
99812026-08-19T02:51:56.301Z[ host-image] Aug 19 02:51:55.591 INFO O| Aug 19 02:51:55.591 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/host/work/sled/zfs/a/etc/default/login ...
99822026-08-19T02:51:56.301Z[ host-image] Aug 19 02:51:55.591 INFO O| Aug 19 02:51:55.591 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/login
99832026-08-19T02:51:56.301Z[ host-image] Aug 19 02:51:55.591 INFO O| Aug 19 02:51:55.591 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/default/login
99842026-08-19T02:51:56.305Z[ host-image] Aug 19 02:51:55.591 INFO O| Aug 19 02:51:55.591 INFO ok!
99852026-08-19T02:51:56.305Z[ host-image] Aug 19 02:51:55.591 INFO O| Aug 19 02:51:55.591 INFO STEP 47 (ensure_file) COMPLETE
99862026-08-19T02:51:56.305Z[ host-image] Aug 19 02:51:55.591 INFO O| Aug 19 02:51:55.591 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99872026-08-19T02:51:56.305Z[ host-image] Aug 19 02:51:55.591 INFO O| Aug 19 02:51:55.591 INFO skip step because feature "mfg" is not enabled
99882026-08-19T02:51:56.305Z[ host-image] Aug 19 02:51:55.591 INFO O| Aug 19 02:51:55.591 INFO STEP 49: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99892026-08-19T02:51:56.305Z[ host-image] Aug 19 02:51:55.591 INFO O| Aug 19 02:51:55.591 INFO skip step because feature "mfg" is not enabled
99902026-08-19T02:51:56.305Z[ host-image] Aug 19 02:51:55.591 INFO O| Aug 19 02:51:55.591 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99912026-08-19T02:51:56.312Z[ host-image] Aug 19 02:51:55.603 INFO O| Aug 19 02:51:55.602 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot does not exist
99922026-08-19T02:51:56.312Z[ host-image] Aug 19 02:51:55.603 INFO O| Aug 19 02:51:55.603 INFO copying /work/oxidecomputer/helios/projects/pilot/target/release/pilot -> /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot ...
99932026-08-19T02:51:56.337Z[ host-image] Aug 19 02:51:55.628 INFO O| Aug 19 02:51:55.628 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot
99942026-08-19T02:51:56.338Z[ host-image] Aug 19 02:51:55.628 INFO O| Aug 19 02:51:55.628 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot
99952026-08-19T02:51:56.338Z[ host-image] Aug 19 02:51:55.628 INFO O| Aug 19 02:51:55.628 INFO ok!
99962026-08-19T02:51:56.341Z[ host-image] Aug 19 02:51:55.628 INFO O| Aug 19 02:51:55.628 INFO STEP 50 (ensure_file) COMPLETE
99972026-08-19T02:51:56.341Z[ host-image] Aug 19 02:51:55.628 INFO O| Aug 19 02:51:55.628 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
99982026-08-19T02:51:56.341Z[ host-image] Aug 19 02:51:55.628 INFO O| Aug 19 02:51:55.628 INFO skip step because feature "compliance" is not enabled
99992026-08-19T02:51:56.341Z[ host-image] Aug 19 02:51:55.628 INFO O| Aug 19 02:51:55.628 INFO STEP 52: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100002026-08-19T02:51:56.349Z[ host-image] Aug 19 02:51:55.639 INFO O| Aug 19 02:51:55.639 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname does not exist
100012026-08-19T02:51:56.352Z[ host-image] Aug 19 02:51:55.639 INFO O| Aug 19 02:51:55.639 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname ...
100022026-08-19T02:51:56.352Z[ host-image] Aug 19 02:51:55.639 INFO O| Aug 19 02:51:55.639 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
100032026-08-19T02:51:56.352Z[ host-image] Aug 19 02:51:55.639 INFO O| Aug 19 02:51:55.639 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
100042026-08-19T02:51:56.352Z[ host-image] Aug 19 02:51:55.639 INFO O| Aug 19 02:51:55.639 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
100052026-08-19T02:51:56.352Z[ host-image] Aug 19 02:51:55.639 INFO O| Aug 19 02:51:55.639 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
100062026-08-19T02:51:56.352Z[ host-image] Aug 19 02:51:55.639 INFO O| Aug 19 02:51:55.639 INFO ok!
100072026-08-19T02:51:56.353Z[ host-image] Aug 19 02:51:55.639 INFO O| Aug 19 02:51:55.639 INFO STEP 52 (ensure_file) COMPLETE
100082026-08-19T02:51:56.353Z[ host-image] Aug 19 02:51:55.639 INFO O| Aug 19 02:51:55.639 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100092026-08-19T02:51:56.361Z[ host-image] Aug 19 02:51:55.649 INFO O| Aug 19 02:51:55.649 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-hostname.xml does not exist
100102026-08-19T02:51:56.361Z[ host-image] Aug 19 02:51:55.649 INFO O| Aug 19 02:51:55.649 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 ...
100112026-08-19T02:51:56.361Z[ host-image] Aug 19 02:51:55.649 INFO O| Aug 19 02:51:55.649 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
100122026-08-19T02:51:56.361Z[ host-image] Aug 19 02:51:55.649 INFO O| Aug 19 02:51:55.649 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-hostname.xml
100132026-08-19T02:51:56.361Z[ host-image] Aug 19 02:51:55.649 INFO O| Aug 19 02:51:55.649 INFO ok!
100142026-08-19T02:51:56.361Z[ host-image] Aug 19 02:51:55.649 INFO O| Aug 19 02:51:55.649 INFO STEP 53 (ensure_file) COMPLETE
100152026-08-19T02:51:56.361Z[ host-image] Aug 19 02:51:55.649 INFO O| Aug 19 02:51:55.649 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100162026-08-19T02:51:56.368Z[ host-image] Aug 19 02:51:55.658 INFO O| Aug 19 02:51:55.658 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen does not exist
100172026-08-19T02:51:56.368Z[ host-image] Aug 19 02:51:55.658 INFO O| Aug 19 02:51:55.658 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 ...
100182026-08-19T02:51:56.368Z[ host-image] Aug 19 02:51:55.658 INFO O| Aug 19 02:51:55.658 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen
100192026-08-19T02:51:56.371Z[ host-image] Aug 19 02:51:55.659 INFO O| Aug 19 02:51:55.658 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen
100202026-08-19T02:51:56.371Z[ host-image] Aug 19 02:51:55.659 INFO O| Aug 19 02:51:55.658 INFO ok!
100212026-08-19T02:51:56.371Z[ host-image] Aug 19 02:51:55.659 INFO O| Aug 19 02:51:55.658 INFO STEP 54 (ensure_file) COMPLETE
100222026-08-19T02:51:56.371Z[ host-image] Aug 19 02:51:55.659 INFO O| Aug 19 02:51:55.659 INFO STEP 55: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100232026-08-19T02:51:56.379Z[ host-image] Aug 19 02:51:55.670 INFO O| Aug 19 02:51:55.669 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-cpu-loadgen.xml does not exist
100242026-08-19T02:51:56.379Z[ host-image] Aug 19 02:51:55.670 INFO O| Aug 19 02:51:55.670 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 ...
100252026-08-19T02:51:56.383Z[ host-image] Aug 19 02:51:55.673 INFO O| Aug 19 02:51:55.673 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
100262026-08-19T02:51:56.383Z[ host-image] Aug 19 02:51:55.673 INFO O| Aug 19 02:51:55.673 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-cpu-loadgen.xml
100272026-08-19T02:51:56.383Z[ host-image] Aug 19 02:51:55.673 INFO O| Aug 19 02:51:55.673 INFO ok!
100282026-08-19T02:51:56.386Z[ host-image] Aug 19 02:51:55.673 INFO O| Aug 19 02:51:55.673 INFO STEP 55 (ensure_file) COMPLETE
100292026-08-19T02:51:56.386Z[ host-image] Aug 19 02:51:55.673 INFO O| Aug 19 02:51:55.673 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100302026-08-19T02:51:56.395Z[ host-image] Aug 19 02:51:55.685 INFO O| Aug 19 02:51:55.685 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen does not exist
100312026-08-19T02:51:56.395Z[ host-image] Aug 19 02:51:55.685 INFO O| Aug 19 02:51:55.685 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 ...
100322026-08-19T02:51:56.395Z[ host-image] Aug 19 02:51:55.686 INFO O| Aug 19 02:51:55.685 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen
100332026-08-19T02:51:56.398Z[ host-image] Aug 19 02:51:55.686 INFO O| Aug 19 02:51:55.686 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen
100342026-08-19T02:51:56.398Z[ host-image] Aug 19 02:51:55.686 INFO O| Aug 19 02:51:55.686 INFO ok!
100352026-08-19T02:51:56.398Z[ host-image] Aug 19 02:51:55.686 INFO O| Aug 19 02:51:55.686 INFO STEP 56 (ensure_file) COMPLETE
100362026-08-19T02:51:56.398Z[ host-image] Aug 19 02:51:55.686 INFO O| Aug 19 02:51:55.686 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100372026-08-19T02:51:56.408Z[ host-image] Aug 19 02:51:55.698 INFO O| Aug 19 02:51:55.698 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-mem-loadgen.xml does not exist
100382026-08-19T02:51:56.408Z[ host-image] Aug 19 02:51:55.699 INFO O| Aug 19 02:51:55.698 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 ...
100392026-08-19T02:51:56.408Z[ host-image] Aug 19 02:51:55.699 INFO O| Aug 19 02:51:55.699 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
100402026-08-19T02:51:56.408Z[ host-image] Aug 19 02:51:55.699 INFO O| Aug 19 02:51:55.699 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-mem-loadgen.xml
100412026-08-19T02:51:56.409Z[ host-image] Aug 19 02:51:55.699 INFO O| Aug 19 02:51:55.699 INFO ok!
100422026-08-19T02:51:56.411Z[ host-image] Aug 19 02:51:55.699 INFO O| Aug 19 02:51:55.699 INFO STEP 57 (ensure_file) COMPLETE
100432026-08-19T02:51:56.411Z[ host-image] Aug 19 02:51:55.699 INFO O| Aug 19 02:51:55.699 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100442026-08-19T02:51:56.419Z[ host-image] Aug 19 02:51:55.709 INFO O| Aug 19 02:51:55.709 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen does not exist
100452026-08-19T02:51:56.419Z[ host-image] Aug 19 02:51:55.709 INFO O| Aug 19 02:51:55.709 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 ...
100462026-08-19T02:51:56.419Z[ host-image] Aug 19 02:51:55.709 INFO O| Aug 19 02:51:55.709 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
100472026-08-19T02:51:56.423Z[ host-image] Aug 19 02:51:55.709 INFO O| Aug 19 02:51:55.709 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
100482026-08-19T02:51:56.423Z[ host-image] Aug 19 02:51:55.709 INFO O| Aug 19 02:51:55.709 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
100492026-08-19T02:51:56.423Z[ host-image] Aug 19 02:51:55.709 INFO O| Aug 19 02:51:55.709 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
100502026-08-19T02:51:56.423Z[ host-image] Aug 19 02:51:55.709 INFO O| Aug 19 02:51:55.709 INFO ok!
100512026-08-19T02:51:56.423Z[ host-image] Aug 19 02:51:55.709 INFO O| Aug 19 02:51:55.709 INFO STEP 58 (ensure_file) COMPLETE
100522026-08-19T02:51:56.423Z[ host-image] Aug 19 02:51:55.710 INFO O| Aug 19 02:51:55.709 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100532026-08-19T02:51:56.429Z[ host-image] Aug 19 02:51:55.719 INFO O| Aug 19 02:51:55.719 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-nvme-loadgen.xml does not exist
100542026-08-19T02:51:56.429Z[ host-image] Aug 19 02:51:55.719 INFO O| Aug 19 02:51:55.719 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 ...
100552026-08-19T02:51:56.429Z[ host-image] Aug 19 02:51:55.719 INFO O| Aug 19 02:51:55.719 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
100562026-08-19T02:51:56.429Z[ host-image] Aug 19 02:51:55.719 INFO O| Aug 19 02:51:55.719 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-nvme-loadgen.xml
100572026-08-19T02:51:56.432Z[ host-image] Aug 19 02:51:55.719 INFO O| Aug 19 02:51:55.719 INFO ok!
100582026-08-19T02:51:56.432Z[ host-image] Aug 19 02:51:55.719 INFO O| Aug 19 02:51:55.719 INFO STEP 59 (ensure_file) COMPLETE
100592026-08-19T02:51:56.432Z[ host-image] Aug 19 02:51:55.719 INFO O| Aug 19 02:51:55.719 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100602026-08-19T02:51:56.439Z[ host-image] Aug 19 02:51:55.730 INFO O| Aug 19 02:51:55.730 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger does not exist
100612026-08-19T02:51:56.439Z[ host-image] Aug 19 02:51:55.730 INFO O| Aug 19 02:51:55.730 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-pinger.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger ...
100622026-08-19T02:51:56.439Z[ host-image] Aug 19 02:51:55.730 INFO O| Aug 19 02:51:55.730 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger
100632026-08-19T02:51:56.439Z[ host-image] Aug 19 02:51:55.730 INFO O| Aug 19 02:51:55.730 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger
100642026-08-19T02:51:56.443Z[ host-image] Aug 19 02:51:55.730 INFO O| Aug 19 02:51:55.730 INFO ok!
100652026-08-19T02:51:56.443Z[ host-image] Aug 19 02:51:55.730 INFO O| Aug 19 02:51:55.730 INFO STEP 60 (ensure_file) COMPLETE
100662026-08-19T02:51:56.443Z[ host-image] Aug 19 02:51:55.730 INFO O| Aug 19 02:51:55.730 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100672026-08-19T02:51:56.454Z[ host-image] Aug 19 02:51:55.744 INFO O| Aug 19 02:51:55.744 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-pinger.xml does not exist
100682026-08-19T02:51:56.454Z[ host-image] Aug 19 02:51:55.744 INFO O| Aug 19 02:51:55.744 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 ...
100692026-08-19T02:51:56.458Z[ host-image] Aug 19 02:51:55.745 INFO O| Aug 19 02:51:55.744 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
100702026-08-19T02:51:56.458Z[ host-image] Aug 19 02:51:55.745 INFO O| Aug 19 02:51:55.745 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-pinger.xml
100712026-08-19T02:51:56.458Z[ host-image] Aug 19 02:51:55.745 INFO O| Aug 19 02:51:55.745 INFO ok!
100722026-08-19T02:51:56.458Z[ host-image] Aug 19 02:51:55.745 INFO O| Aug 19 02:51:55.745 INFO STEP 61 (ensure_file) COMPLETE
100732026-08-19T02:51:56.459Z[ host-image] Aug 19 02:51:55.745 INFO O| Aug 19 02:51:55.745 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100742026-08-19T02:51:56.471Z[ host-image] Aug 19 02:51:55.761 INFO O| Aug 19 02:51:55.761 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon does not exist
100752026-08-19T02:51:56.471Z[ host-image] Aug 19 02:51:55.761 INFO O| Aug 19 02:51:55.761 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon ...
100762026-08-19T02:51:56.474Z[ host-image] Aug 19 02:51:55.761 INFO O| Aug 19 02:51:55.761 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
100772026-08-19T02:51:56.474Z[ host-image] Aug 19 02:51:55.761 INFO O| Aug 19 02:51:55.761 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
100782026-08-19T02:51:56.474Z[ host-image] Aug 19 02:51:55.761 INFO O| Aug 19 02:51:55.761 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
100792026-08-19T02:51:56.474Z[ host-image] Aug 19 02:51:55.761 INFO O| Aug 19 02:51:55.761 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
100802026-08-19T02:51:56.475Z[ host-image] Aug 19 02:51:55.761 INFO O| Aug 19 02:51:55.761 INFO ok!
100812026-08-19T02:51:56.475Z[ host-image] Aug 19 02:51:55.761 INFO O| Aug 19 02:51:55.761 INFO STEP 62 (ensure_file) COMPLETE
100822026-08-19T02:51:56.475Z[ host-image] Aug 19 02:51:55.761 INFO O| Aug 19 02:51:55.761 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100832026-08-19T02:51:56.485Z[ host-image] Aug 19 02:51:55.775 INFO O| Aug 19 02:51:55.775 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-beacon.xml does not exist
100842026-08-19T02:51:56.485Z[ host-image] Aug 19 02:51:55.775 INFO O| Aug 19 02:51:55.775 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 ...
100852026-08-19T02:51:56.488Z[ host-image] Aug 19 02:51:55.775 INFO O| Aug 19 02:51:55.775 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
100862026-08-19T02:51:56.488Z[ host-image] Aug 19 02:51:55.775 INFO O| Aug 19 02:51:55.775 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-beacon.xml
100872026-08-19T02:51:56.488Z[ host-image] Aug 19 02:51:55.775 INFO O| Aug 19 02:51:55.775 INFO ok!
100882026-08-19T02:51:56.488Z[ host-image] Aug 19 02:51:55.775 INFO O| Aug 19 02:51:55.775 INFO STEP 63 (ensure_file) COMPLETE
100892026-08-19T02:51:56.488Z[ host-image] Aug 19 02:51:55.775 INFO O| Aug 19 02:51:55.775 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100902026-08-19T02:51:56.498Z[ host-image] Aug 19 02:51:55.788 INFO O| Aug 19 02:51:55.788 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-time.xml does not exist
100912026-08-19T02:51:56.498Z[ host-image] Aug 19 02:51:55.788 INFO O| Aug 19 02:51:55.788 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 ...
100922026-08-19T02:51:56.498Z[ host-image] Aug 19 02:51:55.788 INFO O| Aug 19 02:51:55.788 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
100932026-08-19T02:51:56.501Z[ host-image] Aug 19 02:51:55.789 INFO O| Aug 19 02:51:55.788 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-time.xml
100942026-08-19T02:51:56.501Z[ host-image] Aug 19 02:51:55.789 INFO O| Aug 19 02:51:55.789 INFO ok!
100952026-08-19T02:51:56.501Z[ host-image] Aug 19 02:51:55.789 INFO O| Aug 19 02:51:55.789 INFO STEP 64 (ensure_file) COMPLETE
100962026-08-19T02:51:56.501Z[ host-image] Aug 19 02:51:55.789 INFO O| Aug 19 02:51:55.789 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100972026-08-19T02:51:56.509Z[ host-image] Aug 19 02:51:55.799 INFO O| Aug 19 02:51:55.799 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-dump.xml does not exist
100982026-08-19T02:51:56.509Z[ host-image] Aug 19 02:51:55.799 INFO O| Aug 19 02:51:55.799 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 ...
100992026-08-19T02:51:56.512Z[ host-image] Aug 19 02:51:55.800 INFO O| Aug 19 02:51:55.799 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
101002026-08-19T02:51:56.512Z[ host-image] Aug 19 02:51:55.800 INFO O| Aug 19 02:51:55.800 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-dump.xml
101012026-08-19T02:51:56.512Z[ host-image] Aug 19 02:51:55.800 INFO O| Aug 19 02:51:55.800 INFO ok!
101022026-08-19T02:51:56.512Z[ host-image] Aug 19 02:51:55.800 INFO O| Aug 19 02:51:55.800 INFO STEP 65 (ensure_file) COMPLETE
101032026-08-19T02:51:56.512Z[ host-image] Aug 19 02:51:55.800 INFO O| Aug 19 02:51:55.800 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
101042026-08-19T02:51:56.512Z[ host-image] Aug 19 02:51:55.800 INFO O| Aug 19 02:51:55.800 INFO skip step because feature "mbist" is not enabled
101052026-08-19T02:51:56.512Z[ host-image] Aug 19 02:51:55.800 INFO O| Aug 19 02:51:55.800 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101062026-08-19T02:51:56.521Z[ host-image] Aug 19 02:51:55.811 INFO O| Aug 19 02:51:55.811 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/opt
101072026-08-19T02:51:56.521Z[ host-image] Aug 19 02:51:55.812 INFO O| Aug 19 02:51:55.812 INFO STEP 67 (ensure_dir) COMPLETE
101082026-08-19T02:51:56.521Z[ host-image] Aug 19 02:51:55.812 INFO O| Aug 19 02:51:55.812 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101092026-08-19T02:51:56.534Z[ host-image] Aug 19 02:51:55.824 INFO O| Aug 19 02:51:55.824 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide
101102026-08-19T02:51:56.534Z[ host-image] Aug 19 02:51:55.824 INFO O| Aug 19 02:51:55.824 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide
101112026-08-19T02:51:56.534Z[ host-image] Aug 19 02:51:55.824 INFO O| Aug 19 02:51:55.824 INFO STEP 68 (ensure_dir) COMPLETE
101122026-08-19T02:51:56.537Z[ host-image] Aug 19 02:51:55.824 INFO O| Aug 19 02:51:55.824 INFO STEP 69: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101132026-08-19T02:51:56.544Z[ host-image] Aug 19 02:51:55.834 INFO O| Aug 19 02:51:55.834 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm
101142026-08-19T02:51:56.547Z[ host-image] Aug 19 02:51:55.835 INFO O| Aug 19 02:51:55.835 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm
101152026-08-19T02:51:56.547Z[ host-image] Aug 19 02:51:55.835 INFO O| Aug 19 02:51:55.835 INFO STEP 69 (ensure_dir) COMPLETE
101162026-08-19T02:51:56.547Z[ host-image] Aug 19 02:51:55.835 INFO O| Aug 19 02:51:55.835 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101172026-08-19T02:51:56.564Z[ host-image] Aug 19 02:51:55.854 INFO O| Aug 19 02:51:55.854 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm does not exist
101182026-08-19T02:51:56.564Z[ host-image] Aug 19 02:51:55.854 INFO O| Aug 19 02:51:55.854 INFO copying /tmp/.tmpP3F9z8/proto/host/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm ...
101192026-08-19T02:51:57.016Z[ host-image] Aug 19 02:51:56.306 INFO O| Aug 19 02:51:56.306 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm
101202026-08-19T02:51:57.016Z[ host-image] Aug 19 02:51:56.306 INFO O| Aug 19 02:51:56.306 INFO ok!
101212026-08-19T02:51:57.016Z[ host-image] Aug 19 02:51:56.306 INFO O| Aug 19 02:51:56.306 INFO STEP 70 (ensure_file) COMPLETE
101222026-08-19T02:51:57.020Z[ host-image] Aug 19 02:51:56.306 INFO O| Aug 19 02:51:56.306 INFO STEP 71: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101232026-08-19T02:51:57.026Z[ host-image] Aug 19 02:51:56.316 INFO O| Aug 19 02:51:56.316 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd does not exist
101242026-08-19T02:51:57.026Z[ host-image] Aug 19 02:51:56.316 INFO O| Aug 19 02:51:56.316 INFO copying /tmp/.tmpP3F9z8/proto/host/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd ...
101252026-08-19T02:51:57.548Z[ recovery-image] Aug 19 02:51:56.838 INFO O| Aug 19 02:51:56.838 INFO perms are 1600, should be 644, path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
101262026-08-19T02:51:57.548Z[ recovery-image] Aug 19 02:51:56.838 INFO O| Aug 19 02:51:56.838 INFO chmod ok, path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
101272026-08-19T02:51:57.548Z[ recovery-image] Aug 19 02:51:56.838 INFO O| Aug 19 02:51:56.838 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
101282026-08-19T02:51:57.552Z[ recovery-image] Aug 19 02:51:56.838 INFO O| Aug 19 02:51:56.838 INFO completed processing sled/zfs-recovery
101292026-08-19T02:51:57.552Z[ recovery-image] Aug 19 02:51:56.838 INFO O| Aug 19 02:51:56.838 INFO DESTROY DATASET: rpool/images/build/recovery/work/sled/zfs-recovery
101302026-08-19T02:51:58.002Z[ host-image] Aug 19 02:51:57.292 INFO O| Aug 19 02:51:57.291 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd
101312026-08-19T02:51:58.002Z[ host-image] Aug 19 02:51:57.292 INFO O| Aug 19 02:51:57.291 INFO ok!
101322026-08-19T02:51:58.002Z[ host-image] Aug 19 02:51:57.292 INFO O| Aug 19 02:51:57.291 INFO STEP 71 (ensure_file) COMPLETE
101332026-08-19T02:51:58.005Z[ host-image] Aug 19 02:51:57.292 INFO O| Aug 19 02:51:57.291 INFO STEP 72: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101342026-08-19T02:51:58.014Z[ host-image] Aug 19 02:51:57.304 INFO O| Aug 19 02:51:57.304 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg
101352026-08-19T02:51:58.014Z[ host-image] Aug 19 02:51:57.304 INFO O| Aug 19 02:51:57.304 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg
101362026-08-19T02:51:58.015Z[ host-image] Aug 19 02:51:57.304 INFO O| Aug 19 02:51:57.304 INFO STEP 72 (ensure_dir) COMPLETE
101372026-08-19T02:51:58.018Z[ host-image] Aug 19 02:51:57.304 INFO O| Aug 19 02:51:57.304 INFO STEP 73: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101382026-08-19T02:51:58.025Z[ host-image] Aug 19 02:51:57.315 INFO O| Aug 19 02:51:57.315 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
101392026-08-19T02:51:58.025Z[ host-image] Aug 19 02:51:57.315 INFO O| Aug 19 02:51:57.315 INFO copying /tmp/.tmpP3F9z8/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 ...
101402026-08-19T02:51:58.025Z[ host-image] Aug 19 02:51:57.315 INFO O| Aug 19 02:51:57.315 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh
101412026-08-19T02:51:58.029Z[ host-image] Aug 19 02:51:57.315 INFO O| Aug 19 02:51:57.315 INFO ok!
101422026-08-19T02:51:58.029Z[ host-image] Aug 19 02:51:57.315 INFO O| Aug 19 02:51:57.315 INFO STEP 73 (ensure_file) COMPLETE
101432026-08-19T02:51:58.029Z[ host-image] Aug 19 02:51:57.315 INFO O| Aug 19 02:51:57.315 INFO STEP 74: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101442026-08-19T02:51:58.036Z[ host-image] Aug 19 02:51:57.326 INFO O| Aug 19 02:51:57.326 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
101452026-08-19T02:51:58.036Z[ host-image] Aug 19 02:51:57.326 INFO O| Aug 19 02:51:57.326 INFO copying /tmp/.tmpP3F9z8/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 ...
101462026-08-19T02:51:58.036Z[ host-image] Aug 19 02:51:57.326 INFO O| Aug 19 02:51:57.326 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh
101472026-08-19T02:51:58.036Z[ host-image] Aug 19 02:51:57.326 INFO O| Aug 19 02:51:57.326 INFO ok!
101482026-08-19T02:51:58.054Z[ host-image] Aug 19 02:51:57.326 INFO O| Aug 19 02:51:57.326 INFO STEP 74 (ensure_file) COMPLETE
101492026-08-19T02:51:58.054Z[ host-image] Aug 19 02:51:57.326 INFO O| Aug 19 02:51:57.326 INFO STEP 75: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101502026-08-19T02:51:58.054Z[ host-image] Aug 19 02:51:57.337 INFO O| Aug 19 02:51:57.337 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd
101512026-08-19T02:51:58.054Z[ host-image] Aug 19 02:51:57.337 INFO O| Aug 19 02:51:57.337 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd
101522026-08-19T02:51:58.058Z[ host-image] Aug 19 02:51:57.337 INFO O| Aug 19 02:51:57.337 INFO STEP 75 (ensure_dir) COMPLETE
101532026-08-19T02:51:58.058Z[ host-image] Aug 19 02:51:57.337 INFO O| Aug 19 02:51:57.337 INFO STEP 76: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101542026-08-19T02:51:58.058Z[ host-image] Aug 19 02:51:57.348 INFO O| Aug 19 02:51:57.348 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
101552026-08-19T02:51:58.058Z[ host-image] Aug 19 02:51:57.348 INFO O| Aug 19 02:51:57.348 INFO copying /tmp/.tmpP3F9z8/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 ...
101562026-08-19T02:51:58.058Z[ host-image] Aug 19 02:51:57.348 INFO O| Aug 19 02:51:57.348 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
101572026-08-19T02:51:58.058Z[ host-image] Aug 19 02:51:57.348 INFO O| Aug 19 02:51:57.348 INFO ok!
101582026-08-19T02:51:58.058Z[ host-image] Aug 19 02:51:57.348 INFO O| Aug 19 02:51:57.348 INFO STEP 76 (ensure_file) COMPLETE
101592026-08-19T02:51:58.058Z[ host-image] Aug 19 02:51:57.348 INFO O| Aug 19 02:51:57.348 INFO STEP 77: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101602026-08-19T02:51:58.068Z[ host-image] Aug 19 02:51:57.358 INFO O| Aug 19 02:51:57.358 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
101612026-08-19T02:51:58.068Z[ host-image] Aug 19 02:51:57.358 INFO O| Aug 19 02:51:57.358 INFO copying /tmp/.tmpP3F9z8/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 ...
101622026-08-19T02:51:58.072Z[ host-image] Aug 19 02:51:57.358 INFO O| Aug 19 02:51:57.358 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh
101632026-08-19T02:51:58.072Z[ host-image] Aug 19 02:51:57.358 INFO O| Aug 19 02:51:57.358 INFO ok!
101642026-08-19T02:51:58.072Z[ host-image] Aug 19 02:51:57.358 INFO O| Aug 19 02:51:57.358 INFO STEP 77 (ensure_file) COMPLETE
101652026-08-19T02:51:58.072Z[ host-image] Aug 19 02:51:57.358 INFO O| Aug 19 02:51:57.358 INFO STEP 78: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101662026-08-19T02:51:58.080Z[ host-image] Aug 19 02:51:57.370 INFO O| Aug 19 02:51:57.370 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm
101672026-08-19T02:51:58.080Z[ host-image] Aug 19 02:51:57.370 INFO O| Aug 19 02:51:57.370 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm
101682026-08-19T02:51:58.080Z[ host-image] Aug 19 02:51:57.370 INFO O| Aug 19 02:51:57.370 INFO STEP 78 (ensure_dir) COMPLETE
101692026-08-19T02:51:58.080Z[ host-image] Aug 19 02:51:57.370 INFO O| Aug 19 02:51:57.370 INFO STEP 79: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101702026-08-19T02:51:58.102Z[ host-image] Aug 19 02:51:57.382 INFO O| Aug 19 02:51:57.382 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
101712026-08-19T02:51:58.102Z[ host-image] Aug 19 02:51:57.382 INFO O| Aug 19 02:51:57.382 INFO copying /tmp/.tmpP3F9z8/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 ...
101722026-08-19T02:51:58.102Z[ host-image] Aug 19 02:51:57.382 INFO O| Aug 19 02:51:57.382 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
101732026-08-19T02:51:58.106Z[ host-image] Aug 19 02:51:57.382 INFO O| Aug 19 02:51:57.382 INFO ok!
101742026-08-19T02:51:58.106Z[ host-image] Aug 19 02:51:57.382 INFO O| Aug 19 02:51:57.382 INFO STEP 79 (ensure_file) COMPLETE
101752026-08-19T02:51:58.106Z[ host-image] Aug 19 02:51:57.382 INFO O| Aug 19 02:51:57.382 INFO STEP 80: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101762026-08-19T02:51:58.106Z[ host-image] Aug 19 02:51:57.392 INFO O| Aug 19 02:51:57.392 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION does not exist
101772026-08-19T02:51:58.106Z[ host-image] Aug 19 02:51:57.392 INFO O| Aug 19 02:51:57.392 INFO copying /tmp/.tmpP3F9z8/proto/host/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION ...
101782026-08-19T02:51:58.106Z[ host-image] Aug 19 02:51:57.392 INFO O| Aug 19 02:51:57.392 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION
101792026-08-19T02:51:58.106Z[ host-image] Aug 19 02:51:57.392 INFO O| Aug 19 02:51:57.392 INFO ok!
101802026-08-19T02:51:58.108Z[ host-image] Aug 19 02:51:57.392 INFO O| Aug 19 02:51:57.392 INFO STEP 80 (ensure_file) COMPLETE
101812026-08-19T02:51:58.108Z[ host-image] Aug 19 02:51:57.392 INFO O| Aug 19 02:51:57.392 INFO STEP 81: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101822026-08-19T02:51:58.114Z[ host-image] Aug 19 02:51:57.404 INFO O| Aug 19 02:51:57.404 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent
101832026-08-19T02:51:58.114Z[ host-image] Aug 19 02:51:57.404 INFO O| Aug 19 02:51:57.404 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent
101842026-08-19T02:51:58.117Z[ host-image] Aug 19 02:51:57.404 INFO O| Aug 19 02:51:57.404 INFO STEP 81 (ensure_dir) COMPLETE
101852026-08-19T02:51:58.117Z[ host-image] Aug 19 02:51:57.404 INFO O| Aug 19 02:51:57.404 INFO STEP 82: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101862026-08-19T02:51:58.123Z[ host-image] Aug 19 02:51:57.413 INFO O| Aug 19 02:51:57.413 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle does not exist
101872026-08-19T02:51:58.123Z[ host-image] Aug 19 02:51:57.413 INFO O| Aug 19 02:51:57.413 INFO copying /tmp/.tmpP3F9z8/proto/host/root/opt/oxide/sled-agent/zone-bundle -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle ...
101882026-08-19T02:51:58.923Z[ host-image] Aug 19 02:51:58.212 INFO O| Aug 19 02:51:58.212 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle
101892026-08-19T02:51:58.923Z[ host-image] Aug 19 02:51:58.212 INFO O| Aug 19 02:51:58.212 INFO ok!
101902026-08-19T02:51:58.923Z[ host-image] Aug 19 02:51:58.212 INFO O| Aug 19 02:51:58.212 INFO STEP 82 (ensure_file) COMPLETE
101912026-08-19T02:51:58.926Z[ host-image] Aug 19 02:51:58.212 INFO O| Aug 19 02:51:58.212 INFO STEP 83: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101922026-08-19T02:51:58.934Z[ host-image] Aug 19 02:51:58.224 INFO O| Aug 19 02:51:58.224 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor does not exist
101932026-08-19T02:51:58.934Z[ host-image] Aug 19 02:51:58.225 INFO O| Aug 19 02:51:58.224 INFO copying /tmp/.tmpP3F9z8/proto/host/root/opt/oxide/sled-agent/tofino-monitor -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor ...
101942026-08-19T02:51:59.427Z[ host-image] Aug 19 02:51:58.717 INFO O| Aug 19 02:51:58.717 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor
101952026-08-19T02:51:59.428Z[ host-image] Aug 19 02:51:58.717 INFO O| Aug 19 02:51:58.717 INFO ok!
101962026-08-19T02:51:59.432Z[ host-image] Aug 19 02:51:58.717 INFO O| Aug 19 02:51:58.717 INFO STEP 83 (ensure_file) COMPLETE
101972026-08-19T02:51:59.432Z[ host-image] Aug 19 02:51:58.717 INFO O| Aug 19 02:51:58.717 INFO STEP 84: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101982026-08-19T02:51:59.439Z[ host-image] Aug 19 02:51:58.730 INFO O| Aug 19 02:51:58.730 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent does not exist
101992026-08-19T02:51:59.439Z[ host-image] Aug 19 02:51:58.730 INFO O| Aug 19 02:51:58.730 INFO copying /tmp/.tmpP3F9z8/proto/host/root/opt/oxide/sled-agent/sled-agent -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent ...
102002026-08-19T02:52:01.473Z[ host-image] Aug 19 02:52:00.763 INFO O| Aug 19 02:52:00.763 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent
102012026-08-19T02:52:01.473Z[ host-image] Aug 19 02:52:00.763 INFO O| Aug 19 02:52:00.763 INFO ok!
102022026-08-19T02:52:01.473Z[ host-image] Aug 19 02:52:00.763 INFO O| Aug 19 02:52:00.763 INFO STEP 84 (ensure_file) COMPLETE
102032026-08-19T02:52:01.476Z[ host-image] Aug 19 02:52:00.763 INFO O| Aug 19 02:52:00.763 INFO STEP 85: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102042026-08-19T02:52:01.484Z[ host-image] Aug 19 02:52:00.774 INFO O| Aug 19 02:52:00.774 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg
102052026-08-19T02:52:01.484Z[ host-image] Aug 19 02:52:00.774 INFO O| Aug 19 02:52:00.774 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg
102062026-08-19T02:52:01.484Z[ host-image] Aug 19 02:52:00.774 INFO O| Aug 19 02:52:00.774 INFO STEP 85 (ensure_dir) COMPLETE
102072026-08-19T02:52:01.487Z[ host-image] Aug 19 02:52:00.774 INFO O| Aug 19 02:52:00.774 INFO STEP 86: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102082026-08-19T02:52:01.493Z[ host-image] Aug 19 02:52:00.783 INFO O| Aug 19 02:52:00.783 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/config.toml does not exist
102092026-08-19T02:52:01.493Z[ host-image] Aug 19 02:52:00.783 INFO O| Aug 19 02:52:00.783 INFO copying /tmp/.tmpP3F9z8/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 ...
102102026-08-19T02:52:01.493Z[ host-image] Aug 19 02:52:00.783 INFO O| Aug 19 02:52:00.783 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/config.toml
102112026-08-19T02:52:01.493Z[ host-image] Aug 19 02:52:00.783 INFO O| Aug 19 02:52:00.783 INFO ok!
102122026-08-19T02:52:01.496Z[ host-image] Aug 19 02:52:00.783 INFO O| Aug 19 02:52:00.783 INFO STEP 86 (ensure_file) COMPLETE
102132026-08-19T02:52:01.496Z[ host-image] Aug 19 02:52:00.783 INFO O| Aug 19 02:52:00.783 INFO STEP 87: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102142026-08-19T02:52:01.502Z[ host-image] Aug 19 02:52:00.792 INFO O| Aug 19 02:52:00.792 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/README.md does not exist
102152026-08-19T02:52:01.502Z[ host-image] Aug 19 02:52:00.793 INFO O| Aug 19 02:52:00.792 INFO copying /tmp/.tmpP3F9z8/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 ...
102162026-08-19T02:52:01.502Z[ host-image] Aug 19 02:52:00.793 INFO O| Aug 19 02:52:00.793 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/README.md
102172026-08-19T02:52:01.506Z[ host-image] Aug 19 02:52:00.793 INFO O| Aug 19 02:52:00.793 INFO ok!
102182026-08-19T02:52:01.506Z[ host-image] Aug 19 02:52:00.793 INFO O| Aug 19 02:52:00.793 INFO STEP 87 (ensure_file) COMPLETE
102192026-08-19T02:52:01.506Z[ host-image] Aug 19 02:52:00.793 INFO O| Aug 19 02:52:00.793 INFO STEP 88: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102202026-08-19T02:52:01.512Z[ host-image] Aug 19 02:52:00.802 INFO O| Aug 19 02:52:00.802 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION does not exist
102212026-08-19T02:52:01.515Z[ host-image] Aug 19 02:52:00.802 INFO O| Aug 19 02:52:00.802 INFO copying /tmp/.tmpP3F9z8/proto/host/root/opt/oxide/sled-agent/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION ...
102222026-08-19T02:52:01.516Z[ host-image] Aug 19 02:52:00.802 INFO O| Aug 19 02:52:00.802 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION
102232026-08-19T02:52:01.516Z[ host-image] Aug 19 02:52:00.802 INFO O| Aug 19 02:52:00.802 INFO ok!
102242026-08-19T02:52:01.516Z[ host-image] Aug 19 02:52:00.802 INFO O| Aug 19 02:52:00.802 INFO STEP 88 (ensure_file) COMPLETE
102252026-08-19T02:52:01.516Z[ host-image] Aug 19 02:52:00.802 INFO O| Aug 19 02:52:00.802 INFO STEP 89: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102262026-08-19T02:52:01.563Z[ host-image] Aug 19 02:52:00.812 INFO O| Aug 19 02:52:00.812 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz does not exist
102272026-08-19T02:52:01.563Z[ host-image] Aug 19 02:52:00.813 INFO O| Aug 19 02:52:00.812 INFO copying /tmp/.tmpP3F9z8/proto/host/root/opt/oxide/overlay.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz ...
102282026-08-19T02:52:01.563Z[ host-image] Aug 19 02:52:00.813 INFO O| Aug 19 02:52:00.813 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz
102292026-08-19T02:52:01.563Z[ host-image] Aug 19 02:52:00.813 INFO O| Aug 19 02:52:00.813 INFO ok!
102302026-08-19T02:52:01.564Z[ host-image] Aug 19 02:52:00.813 INFO O| Aug 19 02:52:00.813 INFO STEP 89 (ensure_file) COMPLETE
102312026-08-19T02:52:01.564Z[ host-image] Aug 19 02:52:00.813 INFO O| Aug 19 02:52:00.813 INFO STEP 90: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102322026-08-19T02:52:01.564Z[ host-image] Aug 19 02:52:00.823 INFO O| Aug 19 02:52:00.823 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog
102332026-08-19T02:52:01.564Z[ host-image] Aug 19 02:52:00.823 INFO O| Aug 19 02:52:00.823 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog
102342026-08-19T02:52:01.564Z[ host-image] Aug 19 02:52:00.823 INFO O| Aug 19 02:52:00.823 INFO STEP 90 (ensure_dir) COMPLETE
102352026-08-19T02:52:01.564Z[ host-image] Aug 19 02:52:00.823 INFO O| Aug 19 02:52:00.823 INFO STEP 91: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102362026-08-19T02:52:01.564Z[ host-image] Aug 19 02:52:00.834 INFO O| Aug 19 02:52:00.834 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog does not exist
102372026-08-19T02:52:01.564Z[ host-image] Aug 19 02:52:00.834 INFO O| Aug 19 02:52:00.834 INFO copying /tmp/.tmpP3F9z8/proto/host/root/opt/oxide/oxlog/oxlog -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog ...
102382026-08-19T02:52:01.782Z[ host-image] Aug 19 02:52:01.072 INFO O| Aug 19 02:52:01.072 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog
102392026-08-19T02:52:01.782Z[ host-image] Aug 19 02:52:01.072 INFO O| Aug 19 02:52:01.072 INFO ok!
102402026-08-19T02:52:01.786Z[ host-image] Aug 19 02:52:01.072 INFO O| Aug 19 02:52:01.072 INFO STEP 91 (ensure_file) COMPLETE
102412026-08-19T02:52:01.786Z[ host-image] Aug 19 02:52:01.072 INFO O| Aug 19 02:52:01.072 INFO STEP 92: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102422026-08-19T02:52:01.793Z[ host-image] Aug 19 02:52:01.082 INFO O| Aug 19 02:52:01.082 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION does not exist
102432026-08-19T02:52:01.793Z[ host-image] Aug 19 02:52:01.082 INFO O| Aug 19 02:52:01.082 INFO copying /tmp/.tmpP3F9z8/proto/host/root/opt/oxide/oxlog/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION ...
102442026-08-19T02:52:01.793Z[ host-image] Aug 19 02:52:01.082 INFO O| Aug 19 02:52:01.082 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION
102452026-08-19T02:52:01.793Z[ host-image] Aug 19 02:52:01.082 INFO O| Aug 19 02:52:01.082 INFO ok!
102462026-08-19T02:52:01.793Z[ host-image] Aug 19 02:52:01.082 INFO O| Aug 19 02:52:01.082 INFO STEP 92 (ensure_file) COMPLETE
102472026-08-19T02:52:01.793Z[ host-image] Aug 19 02:52:01.082 INFO O| Aug 19 02:52:01.082 INFO STEP 93: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102482026-08-19T02:52:01.802Z[ host-image] Aug 19 02:52:01.092 INFO O| Aug 19 02:52:01.092 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz does not exist
102492026-08-19T02:52:01.802Z[ host-image] Aug 19 02:52:01.092 INFO O| Aug 19 02:52:01.092 INFO copying /tmp/.tmpP3F9z8/proto/host/root/opt/oxide/propolis-server.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz ...
102502026-08-19T02:52:02.711Z[ host-image] Aug 19 02:52:02.001 INFO O| Aug 19 02:52:02.001 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz
102512026-08-19T02:52:02.711Z[ host-image] Aug 19 02:52:02.002 INFO O| Aug 19 02:52:02.001 INFO ok!
102522026-08-19T02:52:02.715Z[ host-image] Aug 19 02:52:02.002 INFO O| Aug 19 02:52:02.001 INFO STEP 93 (ensure_file) COMPLETE
102532026-08-19T02:52:02.715Z[ host-image] Aug 19 02:52:02.002 INFO O| Aug 19 02:52:02.001 INFO STEP 94: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102542026-08-19T02:52:02.723Z[ host-image] Aug 19 02:52:02.013 INFO O| Aug 19 02:52:02.013 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind
102552026-08-19T02:52:02.723Z[ host-image] Aug 19 02:52:02.014 INFO O| Aug 19 02:52:02.013 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind
102562026-08-19T02:52:02.726Z[ host-image] Aug 19 02:52:02.014 INFO O| Aug 19 02:52:02.014 INFO STEP 94 (ensure_dir) COMPLETE
102572026-08-19T02:52:02.727Z[ host-image] Aug 19 02:52:02.014 INFO O| Aug 19 02:52:02.014 INFO STEP 95: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102582026-08-19T02:52:02.736Z[ host-image] Aug 19 02:52:02.026 INFO O| Aug 19 02:52:02.026 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib
102592026-08-19T02:52:02.736Z[ host-image] Aug 19 02:52:02.026 INFO O| Aug 19 02:52:02.026 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib
102602026-08-19T02:52:02.736Z[ host-image] Aug 19 02:52:02.026 INFO O| Aug 19 02:52:02.026 INFO STEP 95 (ensure_dir) COMPLETE
102612026-08-19T02:52:02.739Z[ host-image] Aug 19 02:52:02.026 INFO O| Aug 19 02:52:02.026 INFO STEP 96: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102622026-08-19T02:52:02.751Z[ host-image] Aug 19 02:52:02.041 INFO O| Aug 19 02:52:02.038 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc
102632026-08-19T02:52:02.751Z[ host-image] Aug 19 02:52:02.041 INFO O| Aug 19 02:52:02.039 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc
102642026-08-19T02:52:02.751Z[ host-image] Aug 19 02:52:02.041 INFO O| Aug 19 02:52:02.039 INFO STEP 96 (ensure_dir) COMPLETE
102652026-08-19T02:52:02.754Z[ host-image] Aug 19 02:52:02.041 INFO O| Aug 19 02:52:02.039 INFO STEP 97: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102662026-08-19T02:52:02.758Z[ host-image] Aug 19 02:52:02.049 INFO O| Aug 19 02:52:02.049 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
102672026-08-19T02:52:02.758Z[ host-image] Aug 19 02:52:02.049 INFO O| Aug 19 02:52:02.049 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
102682026-08-19T02:52:02.759Z[ host-image] Aug 19 02:52:02.049 INFO O| Aug 19 02:52:02.049 INFO STEP 97 (ensure_dir) COMPLETE
102692026-08-19T02:52:02.762Z[ host-image] Aug 19 02:52:02.049 INFO O| Aug 19 02:52:02.049 INFO STEP 98: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102702026-08-19T02:52:02.768Z[ host-image] Aug 19 02:52:02.058 INFO O| Aug 19 02:52:02.058 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
102712026-08-19T02:52:02.768Z[ host-image] Aug 19 02:52:02.058 INFO O| Aug 19 02:52:02.058 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
102722026-08-19T02:52:02.768Z[ host-image] Aug 19 02:52:02.058 INFO O| Aug 19 02:52:02.058 INFO STEP 98 (ensure_dir) COMPLETE
102732026-08-19T02:52:02.771Z[ host-image] Aug 19 02:52:02.059 INFO O| Aug 19 02:52:02.058 INFO STEP 99: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102742026-08-19T02:52:02.778Z[ host-image] Aug 19 02:52:02.068 INFO O| Aug 19 02:52:02.068 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml does not exist
102752026-08-19T02:52:02.778Z[ host-image] Aug 19 02:52:02.068 INFO O| Aug 19 02:52:02.068 INFO copying /tmp/.tmpP3F9z8/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 ...
102762026-08-19T02:52:02.779Z[ host-image] Aug 19 02:52:02.068 INFO O| Aug 19 02:52:02.068 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml
102772026-08-19T02:52:02.782Z[ host-image] Aug 19 02:52:02.068 INFO O| Aug 19 02:52:02.068 INFO ok!
102782026-08-19T02:52:02.782Z[ host-image] Aug 19 02:52:02.068 INFO O| Aug 19 02:52:02.068 INFO STEP 99 (ensure_file) COMPLETE
102792026-08-19T02:52:02.783Z[ host-image] Aug 19 02:52:02.068 INFO O| Aug 19 02:52:02.068 INFO STEP 100: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102802026-08-19T02:52:02.787Z[ host-image] Aug 19 02:52:02.078 INFO O| Aug 19 02:52:02.077 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin
102812026-08-19T02:52:02.787Z[ host-image] Aug 19 02:52:02.078 INFO O| Aug 19 02:52:02.078 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin
102822026-08-19T02:52:02.787Z[ host-image] Aug 19 02:52:02.078 INFO O| Aug 19 02:52:02.078 INFO STEP 100 (ensure_dir) COMPLETE
102832026-08-19T02:52:02.790Z[ host-image] Aug 19 02:52:02.078 INFO O| Aug 19 02:52:02.078 INFO STEP 101: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102842026-08-19T02:52:02.802Z[ host-image] Aug 19 02:52:02.087 INFO O| Aug 19 02:52:02.087 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind does not exist
102852026-08-19T02:52:02.802Z[ host-image] Aug 19 02:52:02.087 INFO O| Aug 19 02:52:02.087 INFO copying /tmp/.tmpP3F9z8/proto/host/root/opt/oxide/pumpkind/bin/pumpkind -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind ...
102862026-08-19T02:52:03.392Z[ host-image] Aug 19 02:52:02.682 INFO O| Aug 19 02:52:02.682 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind
102872026-08-19T02:52:03.392Z[ host-image] Aug 19 02:52:02.682 INFO O| Aug 19 02:52:02.682 INFO ok!
102882026-08-19T02:52:03.392Z[ host-image] Aug 19 02:52:02.682 INFO O| Aug 19 02:52:02.682 INFO STEP 101 (ensure_file) COMPLETE
102892026-08-19T02:52:03.396Z[ host-image] Aug 19 02:52:02.682 INFO O| Aug 19 02:52:02.682 INFO STEP 102: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102902026-08-19T02:52:03.419Z[ host-image] Aug 19 02:52:02.709 INFO O| Aug 19 02:52:02.698 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind does not exist
102912026-08-19T02:52:03.419Z[ host-image] Aug 19 02:52:02.709 INFO O| Aug 19 02:52:02.698 INFO copying /tmp/.tmpP3F9z8/proto/host/root/opt/oxide/pumpkind/bin/svc-pumpkind -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind ...
102922026-08-19T02:52:03.419Z[ host-image] Aug 19 02:52:02.709 INFO O| Aug 19 02:52:02.698 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind
102932026-08-19T02:52:03.419Z[ host-image] Aug 19 02:52:02.709 INFO O| Aug 19 02:52:02.698 INFO ok!
102942026-08-19T02:52:03.422Z[ host-image] Aug 19 02:52:02.709 INFO O| Aug 19 02:52:02.698 INFO STEP 102 (ensure_file) COMPLETE
102952026-08-19T02:52:03.422Z[ host-image] Aug 19 02:52:02.709 INFO O| Aug 19 02:52:02.698 INFO STEP 103: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102962026-08-19T02:52:03.422Z[ host-image] Aug 19 02:52:02.713 INFO O| Aug 19 02:52:02.711 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm does not exist
102972026-08-19T02:52:03.422Z[ host-image] Aug 19 02:52:02.713 INFO O| Aug 19 02:52:02.711 INFO copying /tmp/.tmpP3F9z8/proto/host/root/opt/oxide/pumpkind/bin/pumpkinadm -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm ...
102982026-08-19T02:52:03.427Z[ host-image] Aug 19 02:52:02.718 INFO O| Aug 19 02:52:02.717 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm
102992026-08-19T02:52:03.427Z[ host-image] Aug 19 02:52:02.718 INFO O| Aug 19 02:52:02.718 INFO ok!
103002026-08-19T02:52:03.431Z[ host-image] Aug 19 02:52:02.718 INFO O| Aug 19 02:52:02.718 INFO STEP 103 (ensure_file) COMPLETE
103012026-08-19T02:52:03.431Z[ host-image] Aug 19 02:52:02.718 INFO O| Aug 19 02:52:02.718 INFO STEP 104: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103022026-08-19T02:52:03.439Z[ host-image] Aug 19 02:52:02.729 INFO O| Aug 19 02:52:02.729 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION does not exist
103032026-08-19T02:52:03.439Z[ host-image] Aug 19 02:52:02.729 INFO O| Aug 19 02:52:02.729 INFO copying /tmp/.tmpP3F9z8/proto/host/root/opt/oxide/pumpkind/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION ...
103042026-08-19T02:52:03.439Z[ host-image] Aug 19 02:52:02.729 INFO O| Aug 19 02:52:02.729 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION
103052026-08-19T02:52:03.442Z[ host-image] Aug 19 02:52:02.729 INFO O| Aug 19 02:52:02.729 INFO ok!
103062026-08-19T02:52:03.443Z[ host-image] Aug 19 02:52:02.729 INFO O| Aug 19 02:52:02.729 INFO STEP 104 (ensure_file) COMPLETE
103072026-08-19T02:52:03.443Z[ host-image] Aug 19 02:52:02.729 INFO O| Aug 19 02:52:02.729 INFO STEP 105: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103082026-08-19T02:52:03.450Z[ host-image] Aug 19 02:52:02.740 INFO O| Aug 19 02:52:02.740 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils
103092026-08-19T02:52:03.450Z[ host-image] Aug 19 02:52:02.740 INFO O| Aug 19 02:52:02.740 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils
103102026-08-19T02:52:03.450Z[ host-image] Aug 19 02:52:02.740 INFO O| Aug 19 02:52:02.740 INFO STEP 105 (ensure_dir) COMPLETE
103112026-08-19T02:52:03.453Z[ host-image] Aug 19 02:52:02.740 INFO O| Aug 19 02:52:02.740 INFO STEP 106: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103122026-08-19T02:52:03.461Z[ host-image] Aug 19 02:52:02.751 INFO O| Aug 19 02:52:02.751 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/crucible-verify-raw does not exist
103132026-08-19T02:52:03.461Z[ host-image] Aug 19 02:52:02.751 INFO O| Aug 19 02:52:02.751 INFO copying /tmp/.tmpP3F9z8/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 ...
103142026-08-19T02:52:03.859Z[ host-image] Aug 19 02:52:03.149 INFO O| Aug 19 02:52:03.149 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/crucible-verify-raw
103152026-08-19T02:52:03.859Z[ host-image] Aug 19 02:52:03.149 INFO O| Aug 19 02:52:03.149 INFO ok!
103162026-08-19T02:52:03.859Z[ host-image] Aug 19 02:52:03.149 INFO O| Aug 19 02:52:03.149 INFO STEP 106 (ensure_file) COMPLETE
103172026-08-19T02:52:03.862Z[ host-image] Aug 19 02:52:03.149 INFO O| Aug 19 02:52:03.149 INFO STEP 107: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103182026-08-19T02:52:03.880Z[ host-image] Aug 19 02:52:03.170 INFO O| Aug 19 02:52:03.169 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_repair.d does not exist
103192026-08-19T02:52:03.880Z[ host-image] Aug 19 02:52:03.170 INFO O| Aug 19 02:52:03.169 INFO copying /tmp/.tmpP3F9z8/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 ...
103202026-08-19T02:52:03.880Z[ host-image] Aug 19 02:52:03.170 INFO O| Aug 19 02:52:03.170 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_repair.d
103212026-08-19T02:52:03.880Z[ host-image] Aug 19 02:52:03.170 INFO O| Aug 19 02:52:03.170 INFO ok!
103222026-08-19T02:52:03.883Z[ host-image] Aug 19 02:52:03.170 INFO O| Aug 19 02:52:03.170 INFO STEP 107 (ensure_file) COMPLETE
103232026-08-19T02:52:03.883Z[ host-image] Aug 19 02:52:03.170 INFO O| Aug 19 02:52:03.170 INFO STEP 108: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103242026-08-19T02:52:03.891Z[ host-image] Aug 19 02:52:03.181 INFO O| Aug 19 02:52:03.181 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_raw.d does not exist
103252026-08-19T02:52:03.891Z[ host-image] Aug 19 02:52:03.181 INFO O| Aug 19 02:52:03.181 INFO copying /tmp/.tmpP3F9z8/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 ...
103262026-08-19T02:52:03.891Z[ host-image] Aug 19 02:52:03.181 INFO O| Aug 19 02:52:03.181 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_raw.d
103272026-08-19T02:52:03.891Z[ host-image] Aug 19 02:52:03.181 INFO O| Aug 19 02:52:03.181 INFO ok!
103282026-08-19T02:52:03.891Z[ host-image] Aug 19 02:52:03.181 INFO O| Aug 19 02:52:03.181 INFO STEP 108 (ensure_file) COMPLETE
103292026-08-19T02:52:03.893Z[ host-image] Aug 19 02:52:03.181 INFO O| Aug 19 02:52:03.181 INFO STEP 109: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103302026-08-19T02:52:03.902Z[ host-image] Aug 19 02:52:03.192 INFO O| Aug 19 02:52:03.192 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_info.d does not exist
103312026-08-19T02:52:03.902Z[ host-image] Aug 19 02:52:03.192 INFO O| Aug 19 02:52:03.192 INFO copying /tmp/.tmpP3F9z8/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 ...
103322026-08-19T02:52:03.902Z[ host-image] Aug 19 02:52:03.192 INFO O| Aug 19 02:52:03.192 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_info.d
103332026-08-19T02:52:03.905Z[ host-image] Aug 19 02:52:03.192 INFO O| Aug 19 02:52:03.192 INFO ok!
103342026-08-19T02:52:03.905Z[ host-image] Aug 19 02:52:03.192 INFO O| Aug 19 02:52:03.192 INFO STEP 109 (ensure_file) COMPLETE
103352026-08-19T02:52:03.905Z[ host-image] Aug 19 02:52:03.192 INFO O| Aug 19 02:52:03.192 INFO STEP 110: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103362026-08-19T02:52:03.937Z[ host-image] Aug 19 02:52:03.227 INFO O| Aug 19 02:52:03.227 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_count.d does not exist
103372026-08-19T02:52:03.937Z[ host-image] Aug 19 02:52:03.227 INFO O| Aug 19 02:52:03.227 INFO copying /tmp/.tmpP3F9z8/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 ...
103382026-08-19T02:52:03.940Z[ host-image] Aug 19 02:52:03.227 INFO O| Aug 19 02:52:03.227 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_count.d
103392026-08-19T02:52:03.940Z[ host-image] Aug 19 02:52:03.227 INFO O| Aug 19 02:52:03.227 INFO ok!
103402026-08-19T02:52:03.940Z[ host-image] Aug 19 02:52:03.227 INFO O| Aug 19 02:52:03.227 INFO STEP 110 (ensure_file) COMPLETE
103412026-08-19T02:52:03.940Z[ host-image] Aug 19 02:52:03.227 INFO O| Aug 19 02:52:03.227 INFO STEP 111: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103422026-08-19T02:52:03.948Z[ host-image] Aug 19 02:52:03.238 INFO O| Aug 19 02:52:03.238 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_action.d does not exist
103432026-08-19T02:52:03.948Z[ host-image] Aug 19 02:52:03.238 INFO O| Aug 19 02:52:03.238 INFO copying /tmp/.tmpP3F9z8/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 ...
103442026-08-19T02:52:03.948Z[ host-image] Aug 19 02:52:03.238 INFO O| Aug 19 02:52:03.238 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_action.d
103452026-08-19T02:52:03.951Z[ host-image] Aug 19 02:52:03.238 INFO O| Aug 19 02:52:03.238 INFO ok!
103462026-08-19T02:52:03.951Z[ host-image] Aug 19 02:52:03.238 INFO O| Aug 19 02:52:03.238 INFO STEP 111 (ensure_file) COMPLETE
103472026-08-19T02:52:03.951Z[ host-image] Aug 19 02:52:03.238 INFO O| Aug 19 02:52:03.238 INFO STEP 112: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103482026-08-19T02:52:03.968Z[ host-image] Aug 19 02:52:03.258 INFO O| Aug 19 02:52:03.258 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/up-info.d does not exist
103492026-08-19T02:52:03.968Z[ host-image] Aug 19 02:52:03.258 INFO O| Aug 19 02:52:03.258 INFO copying /tmp/.tmpP3F9z8/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 ...
103502026-08-19T02:52:03.968Z[ host-image] Aug 19 02:52:03.258 INFO O| Aug 19 02:52:03.258 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/up-info.d
103512026-08-19T02:52:03.968Z[ host-image] Aug 19 02:52:03.258 INFO O| Aug 19 02:52:03.258 INFO ok!
103522026-08-19T02:52:03.968Z[ host-image] Aug 19 02:52:03.258 INFO O| Aug 19 02:52:03.258 INFO STEP 112 (ensure_file) COMPLETE
103532026-08-19T02:52:03.968Z[ host-image] Aug 19 02:52:03.258 INFO O| Aug 19 02:52:03.258 INFO STEP 113: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103542026-08-19T02:52:03.978Z[ host-image] Aug 19 02:52:03.268 INFO O| Aug 19 02:52:03.268 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d does not exist
103552026-08-19T02:52:03.978Z[ host-image] Aug 19 02:52:03.268 INFO O| Aug 19 02:52:03.268 INFO copying /tmp/.tmpP3F9z8/proto/host/root/opt/oxide/crucible_utils/tracegw.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d ...
103562026-08-19T02:52:03.978Z[ host-image] Aug 19 02:52:03.268 INFO O| Aug 19 02:52:03.268 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d
103572026-08-19T02:52:03.978Z[ host-image] Aug 19 02:52:03.268 INFO O| Aug 19 02:52:03.268 INFO ok!
103582026-08-19T02:52:03.981Z[ host-image] Aug 19 02:52:03.268 INFO O| Aug 19 02:52:03.268 INFO STEP 113 (ensure_file) COMPLETE
103592026-08-19T02:52:03.981Z[ host-image] Aug 19 02:52:03.268 INFO O| Aug 19 02:52:03.268 INFO STEP 114: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103602026-08-19T02:52:03.992Z[ host-image] Aug 19 02:52:03.283 INFO O| Aug 19 02:52:03.280 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/trace-vol.d does not exist
103612026-08-19T02:52:03.992Z[ host-image] Aug 19 02:52:03.283 INFO O| Aug 19 02:52:03.280 INFO copying /tmp/.tmpP3F9z8/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 ...
103622026-08-19T02:52:03.992Z[ host-image] Aug 19 02:52:03.283 INFO O| Aug 19 02:52:03.280 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/trace-vol.d
103632026-08-19T02:52:03.996Z[ host-image] Aug 19 02:52:03.283 INFO O| Aug 19 02:52:03.280 INFO ok!
103642026-08-19T02:52:03.996Z[ host-image] Aug 19 02:52:03.283 INFO O| Aug 19 02:52:03.280 INFO STEP 114 (ensure_file) COMPLETE
103652026-08-19T02:52:03.996Z[ host-image] Aug 19 02:52:03.283 INFO O| Aug 19 02:52:03.280 INFO STEP 115: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103662026-08-19T02:52:04.003Z[ host-image] Aug 19 02:52:03.293 INFO O| Aug 19 02:52:03.293 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/sled_upstairs_info.d does not exist
103672026-08-19T02:52:04.003Z[ host-image] Aug 19 02:52:03.293 INFO O| Aug 19 02:52:03.293 INFO copying /tmp/.tmpP3F9z8/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 ...
103682026-08-19T02:52:04.003Z[ host-image] Aug 19 02:52:03.293 INFO O| Aug 19 02:52:03.293 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/sled_upstairs_info.d
103692026-08-19T02:52:04.006Z[ host-image] Aug 19 02:52:03.293 INFO O| Aug 19 02:52:03.293 INFO ok!
103702026-08-19T02:52:04.006Z[ host-image] Aug 19 02:52:03.293 INFO O| Aug 19 02:52:03.293 INFO STEP 115 (ensure_file) COMPLETE
103712026-08-19T02:52:04.006Z[ host-image] Aug 19 02:52:03.293 INFO O| Aug 19 02:52:03.293 INFO STEP 116: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103722026-08-19T02:52:04.014Z[ host-image] Aug 19 02:52:03.305 INFO O| Aug 19 02:52:03.305 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/single_up_info.d does not exist
103732026-08-19T02:52:04.014Z[ host-image] Aug 19 02:52:03.305 INFO O| Aug 19 02:52:03.305 INFO copying /tmp/.tmpP3F9z8/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 ...
103742026-08-19T02:52:04.017Z[ host-image] Aug 19 02:52:03.305 INFO O| Aug 19 02:52:03.305 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/single_up_info.d
103752026-08-19T02:52:04.023Z[ host-image] Aug 19 02:52:03.305 INFO O| Aug 19 02:52:03.305 INFO ok!
103762026-08-19T02:52:04.023Z[ host-image] Aug 19 02:52:03.305 INFO O| Aug 19 02:52:03.305 INFO STEP 116 (ensure_file) COMPLETE
103772026-08-19T02:52:04.023Z[ host-image] Aug 19 02:52:03.305 INFO O| Aug 19 02:52:03.305 INFO STEP 117: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103782026-08-19T02:52:04.026Z[ host-image] Aug 19 02:52:03.316 INFO O| Aug 19 02:52:03.316 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d does not exist
103792026-08-19T02:52:04.026Z[ host-image] Aug 19 02:52:03.316 INFO O| Aug 19 02:52:03.316 INFO copying /tmp/.tmpP3F9z8/proto/host/root/opt/oxide/crucible_utils/perfgw.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d ...
103802026-08-19T02:52:04.026Z[ host-image] Aug 19 02:52:03.316 INFO O| Aug 19 02:52:03.316 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d
103812026-08-19T02:52:04.026Z[ host-image] Aug 19 02:52:03.316 INFO O| Aug 19 02:52:03.316 INFO ok!
103822026-08-19T02:52:04.027Z[ host-image] Aug 19 02:52:03.316 INFO O| Aug 19 02:52:03.316 INFO STEP 117 (ensure_file) COMPLETE
103832026-08-19T02:52:04.031Z[ host-image] Aug 19 02:52:03.316 INFO O| Aug 19 02:52:03.316 INFO STEP 118: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103842026-08-19T02:52:04.039Z[ host-image] Aug 19 02:52:03.329 INFO O| Aug 19 02:52:03.329 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-vol.d does not exist
103852026-08-19T02:52:04.039Z[ host-image] Aug 19 02:52:03.329 INFO O| Aug 19 02:52:03.329 INFO copying /tmp/.tmpP3F9z8/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 ...
103862026-08-19T02:52:04.042Z[ host-image] Aug 19 02:52:03.329 INFO O| Aug 19 02:52:03.329 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-vol.d
103872026-08-19T02:52:04.044Z[ host-image] Aug 19 02:52:03.329 INFO O| Aug 19 02:52:03.329 INFO ok!
103882026-08-19T02:52:04.044Z[ host-image] Aug 19 02:52:03.329 INFO O| Aug 19 02:52:03.329 INFO STEP 118 (ensure_file) COMPLETE
103892026-08-19T02:52:04.044Z[ host-image] Aug 19 02:52:03.329 INFO O| Aug 19 02:52:03.329 INFO STEP 119: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103902026-08-19T02:52:04.051Z[ host-image] Aug 19 02:52:03.341 INFO O| Aug 19 02:52:03.341 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-upstairs-wf.d does not exist
103912026-08-19T02:52:04.051Z[ host-image] Aug 19 02:52:03.341 INFO O| Aug 19 02:52:03.341 INFO copying /tmp/.tmpP3F9z8/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 ...
103922026-08-19T02:52:04.051Z[ host-image] Aug 19 02:52:03.341 INFO O| Aug 19 02:52:03.341 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-upstairs-wf.d
103932026-08-19T02:52:04.054Z[ host-image] Aug 19 02:52:03.341 INFO O| Aug 19 02:52:03.341 INFO ok!
103942026-08-19T02:52:04.054Z[ host-image] Aug 19 02:52:03.341 INFO O| Aug 19 02:52:03.341 INFO STEP 119 (ensure_file) COMPLETE
103952026-08-19T02:52:04.054Z[ host-image] Aug 19 02:52:03.341 INFO O| Aug 19 02:52:03.341 INFO STEP 120: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103962026-08-19T02:52:04.069Z[ host-image] Aug 19 02:52:03.359 INFO O| Aug 19 02:52:03.359 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-reqwest.d does not exist
103972026-08-19T02:52:04.069Z[ host-image] Aug 19 02:52:03.359 INFO O| Aug 19 02:52:03.359 INFO copying /tmp/.tmpP3F9z8/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 ...
103982026-08-19T02:52:04.072Z[ host-image] Aug 19 02:52:03.359 INFO O| Aug 19 02:52:03.359 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-reqwest.d
103992026-08-19T02:52:04.072Z[ host-image] Aug 19 02:52:03.359 INFO O| Aug 19 02:52:03.359 INFO ok!
104002026-08-19T02:52:04.072Z[ host-image] Aug 19 02:52:03.359 INFO O| Aug 19 02:52:03.359 INFO STEP 120 (ensure_file) COMPLETE
104012026-08-19T02:52:04.072Z[ host-image] Aug 19 02:52:03.359 INFO O| Aug 19 02:52:03.359 INFO STEP 121: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104022026-08-19T02:52:04.080Z[ host-image] Aug 19 02:52:03.371 INFO O| Aug 19 02:52:03.370 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-online-repair.d does not exist
104032026-08-19T02:52:04.080Z[ host-image] Aug 19 02:52:03.371 INFO O| Aug 19 02:52:03.370 INFO copying /tmp/.tmpP3F9z8/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 ...
104042026-08-19T02:52:04.080Z[ host-image] Aug 19 02:52:03.371 INFO O| Aug 19 02:52:03.371 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-online-repair.d
104052026-08-19T02:52:04.080Z[ host-image] Aug 19 02:52:03.371 INFO O| Aug 19 02:52:03.371 INFO ok!
104062026-08-19T02:52:04.083Z[ host-image] Aug 19 02:52:03.371 INFO O| Aug 19 02:52:03.371 INFO STEP 121 (ensure_file) COMPLETE
104072026-08-19T02:52:04.083Z[ host-image] Aug 19 02:52:03.371 INFO O| Aug 19 02:52:03.371 INFO STEP 122: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104082026-08-19T02:52:04.092Z[ host-image] Aug 19 02:52:03.381 INFO O| Aug 19 02:52:03.381 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-net.d does not exist
104092026-08-19T02:52:04.092Z[ host-image] Aug 19 02:52:03.381 INFO O| Aug 19 02:52:03.381 INFO copying /tmp/.tmpP3F9z8/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 ...
104102026-08-19T02:52:04.096Z[ host-image] Aug 19 02:52:03.381 INFO O| Aug 19 02:52:03.381 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-net.d
104112026-08-19T02:52:04.096Z[ host-image] Aug 19 02:52:03.381 INFO O| Aug 19 02:52:03.381 INFO ok!
104122026-08-19T02:52:04.096Z[ host-image] Aug 19 02:52:03.381 INFO O| Aug 19 02:52:03.381 INFO STEP 122 (ensure_file) COMPLETE
104132026-08-19T02:52:04.096Z[ host-image] Aug 19 02:52:03.381 INFO O| Aug 19 02:52:03.381 INFO STEP 123: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104142026-08-19T02:52:04.101Z[ host-image] Aug 19 02:52:03.391 INFO O| Aug 19 02:52:03.391 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-client.d does not exist
104152026-08-19T02:52:04.101Z[ host-image] Aug 19 02:52:03.391 INFO O| Aug 19 02:52:03.391 INFO copying /tmp/.tmpP3F9z8/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 ...
104162026-08-19T02:52:04.102Z[ host-image] Aug 19 02:52:03.391 INFO O| Aug 19 02:52:03.391 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-client.d
104172026-08-19T02:52:04.105Z[ host-image] Aug 19 02:52:03.391 INFO O| Aug 19 02:52:03.391 INFO ok!
104182026-08-19T02:52:04.105Z[ host-image] Aug 19 02:52:03.391 INFO O| Aug 19 02:52:03.391 INFO STEP 123 (ensure_file) COMPLETE
104192026-08-19T02:52:04.105Z[ host-image] Aug 19 02:52:03.391 INFO O| Aug 19 02:52:03.391 INFO STEP 124: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104202026-08-19T02:52:04.114Z[ host-image] Aug 19 02:52:03.402 INFO O| Aug 19 02:52:03.402 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs.d does not exist
104212026-08-19T02:52:04.114Z[ host-image] Aug 19 02:52:03.402 INFO O| Aug 19 02:52:03.402 INFO copying /tmp/.tmpP3F9z8/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 ...
104222026-08-19T02:52:04.114Z[ host-image] Aug 19 02:52:03.402 INFO O| Aug 19 02:52:03.402 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs.d
104232026-08-19T02:52:04.114Z[ host-image] Aug 19 02:52:03.402 INFO O| Aug 19 02:52:03.402 INFO ok!
104242026-08-19T02:52:04.114Z[ host-image] Aug 19 02:52:03.402 INFO O| Aug 19 02:52:03.402 INFO STEP 124 (ensure_file) COMPLETE
104252026-08-19T02:52:04.114Z[ host-image] Aug 19 02:52:03.402 INFO O| Aug 19 02:52:03.402 INFO STEP 125: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104262026-08-19T02:52:04.121Z[ host-image] Aug 19 02:52:03.412 INFO O| Aug 19 02:52:03.412 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-tick.d does not exist
104272026-08-19T02:52:04.121Z[ host-image] Aug 19 02:52:03.412 INFO O| Aug 19 02:52:03.412 INFO copying /tmp/.tmpP3F9z8/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 ...
104282026-08-19T02:52:04.121Z[ host-image] Aug 19 02:52:03.412 INFO O| Aug 19 02:52:03.412 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-tick.d
104292026-08-19T02:52:04.126Z[ host-image] Aug 19 02:52:03.412 INFO O| Aug 19 02:52:03.412 INFO ok!
104302026-08-19T02:52:04.126Z[ host-image] Aug 19 02:52:03.412 INFO O| Aug 19 02:52:03.412 INFO STEP 125 (ensure_file) COMPLETE
104312026-08-19T02:52:04.126Z[ host-image] Aug 19 02:52:03.412 INFO O| Aug 19 02:52:03.412 INFO STEP 126: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104322026-08-19T02:52:04.133Z[ host-image] Aug 19 02:52:03.423 INFO O| Aug 19 02:52:03.423 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-three.d does not exist
104332026-08-19T02:52:04.133Z[ host-image] Aug 19 02:52:03.424 INFO O| Aug 19 02:52:03.423 INFO copying /tmp/.tmpP3F9z8/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 ...
104342026-08-19T02:52:04.136Z[ host-image] Aug 19 02:52:03.424 INFO O| Aug 19 02:52:03.423 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-three.d
104352026-08-19T02:52:04.136Z[ host-image] Aug 19 02:52:03.424 INFO O| Aug 19 02:52:03.424 INFO ok!
104362026-08-19T02:52:04.136Z[ host-image] Aug 19 02:52:03.424 INFO O| Aug 19 02:52:03.424 INFO STEP 126 (ensure_file) COMPLETE
104372026-08-19T02:52:04.136Z[ host-image] Aug 19 02:52:03.424 INFO O| Aug 19 02:52:03.424 INFO STEP 127: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104382026-08-19T02:52:04.147Z[ host-image] Aug 19 02:52:03.435 INFO O| Aug 19 02:52:03.435 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-os.d does not exist
104392026-08-19T02:52:04.147Z[ host-image] Aug 19 02:52:03.435 INFO O| Aug 19 02:52:03.435 INFO copying /tmp/.tmpP3F9z8/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 ...
104402026-08-19T02:52:04.147Z[ host-image] Aug 19 02:52:03.435 INFO O| Aug 19 02:52:03.435 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-os.d
104412026-08-19T02:52:04.147Z[ host-image] Aug 19 02:52:03.435 INFO O| Aug 19 02:52:03.435 INFO ok!
104422026-08-19T02:52:04.147Z[ host-image] Aug 19 02:52:03.435 INFO O| Aug 19 02:52:03.435 INFO STEP 127 (ensure_file) COMPLETE
104432026-08-19T02:52:04.150Z[ host-image] Aug 19 02:52:03.435 INFO O| Aug 19 02:52:03.435 INFO STEP 128: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104442026-08-19T02:52:04.161Z[ host-image] Aug 19 02:52:03.450 INFO O| Aug 19 02:52:03.450 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.sh does not exist
104452026-08-19T02:52:04.161Z[ host-image] Aug 19 02:52:03.450 INFO O| Aug 19 02:52:03.450 INFO copying /tmp/.tmpP3F9z8/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 ...
104462026-08-19T02:52:04.164Z[ host-image] Aug 19 02:52:03.450 INFO O| Aug 19 02:52:03.450 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.sh
104472026-08-19T02:52:04.164Z[ host-image] Aug 19 02:52:03.450 INFO O| Aug 19 02:52:03.450 INFO ok!
104482026-08-19T02:52:04.164Z[ host-image] Aug 19 02:52:03.450 INFO O| Aug 19 02:52:03.450 INFO STEP 128 (ensure_file) COMPLETE
104492026-08-19T02:52:04.164Z[ host-image] Aug 19 02:52:03.450 INFO O| Aug 19 02:52:03.450 INFO STEP 129: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104502026-08-19T02:52:04.171Z[ host-image] Aug 19 02:52:03.461 INFO O| Aug 19 02:52:03.461 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.d does not exist
104512026-08-19T02:52:04.171Z[ host-image] Aug 19 02:52:03.461 INFO O| Aug 19 02:52:03.461 INFO copying /tmp/.tmpP3F9z8/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 ...
104522026-08-19T02:52:04.171Z[ host-image] Aug 19 02:52:03.461 INFO O| Aug 19 02:52:03.461 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.d
104532026-08-19T02:52:04.174Z[ host-image] Aug 19 02:52:03.461 INFO O| Aug 19 02:52:03.461 INFO ok!
104542026-08-19T02:52:04.174Z[ host-image] Aug 19 02:52:03.461 INFO O| Aug 19 02:52:03.461 INFO STEP 129 (ensure_file) COMPLETE
104552026-08-19T02:52:04.174Z[ host-image] Aug 19 02:52:03.461 INFO O| Aug 19 02:52:03.461 INFO STEP 130: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104562026-08-19T02:52:04.182Z[ host-image] Aug 19 02:52:03.472 INFO O| Aug 19 02:52:03.472 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.sh does not exist
104572026-08-19T02:52:04.182Z[ host-image] Aug 19 02:52:03.472 INFO O| Aug 19 02:52:03.472 INFO copying /tmp/.tmpP3F9z8/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 ...
104582026-08-19T02:52:04.182Z[ host-image] Aug 19 02:52:03.472 INFO O| Aug 19 02:52:03.472 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.sh
104592026-08-19T02:52:04.186Z[ host-image] Aug 19 02:52:03.472 INFO O| Aug 19 02:52:03.472 INFO ok!
104602026-08-19T02:52:04.186Z[ host-image] Aug 19 02:52:03.472 INFO O| Aug 19 02:52:03.472 INFO STEP 130 (ensure_file) COMPLETE
104612026-08-19T02:52:04.187Z[ host-image] Aug 19 02:52:03.472 INFO O| Aug 19 02:52:03.472 INFO STEP 131: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104622026-08-19T02:52:04.192Z[ host-image] Aug 19 02:52:03.483 INFO O| Aug 19 02:52:03.483 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.d does not exist
104632026-08-19T02:52:04.192Z[ host-image] Aug 19 02:52:03.483 INFO O| Aug 19 02:52:03.483 INFO copying /tmp/.tmpP3F9z8/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 ...
104642026-08-19T02:52:04.192Z[ host-image] Aug 19 02:52:03.483 INFO O| Aug 19 02:52:03.483 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.d
104652026-08-19T02:52:04.196Z[ host-image] Aug 19 02:52:03.483 INFO O| Aug 19 02:52:03.483 INFO ok!
104662026-08-19T02:52:04.196Z[ host-image] Aug 19 02:52:03.483 INFO O| Aug 19 02:52:03.483 INFO STEP 131 (ensure_file) COMPLETE
104672026-08-19T02:52:04.196Z[ host-image] Aug 19 02:52:03.483 INFO O| Aug 19 02:52:03.483 INFO STEP 132: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104682026-08-19T02:52:04.204Z[ host-image] Aug 19 02:52:03.494 INFO O| Aug 19 02:52:03.494 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.sh does not exist
104692026-08-19T02:52:04.204Z[ host-image] Aug 19 02:52:03.494 INFO O| Aug 19 02:52:03.494 INFO copying /tmp/.tmpP3F9z8/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 ...
104702026-08-19T02:52:04.204Z[ host-image] Aug 19 02:52:03.494 INFO O| Aug 19 02:52:03.494 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.sh
104712026-08-19T02:52:04.207Z[ host-image] Aug 19 02:52:03.494 INFO O| Aug 19 02:52:03.494 INFO ok!
104722026-08-19T02:52:04.207Z[ host-image] Aug 19 02:52:03.494 INFO O| Aug 19 02:52:03.494 INFO STEP 132 (ensure_file) COMPLETE
104732026-08-19T02:52:04.207Z[ host-image] Aug 19 02:52:03.494 INFO O| Aug 19 02:52:03.494 INFO STEP 133: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104742026-08-19T02:52:04.214Z[ host-image] Aug 19 02:52:03.504 INFO O| Aug 19 02:52:03.504 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.d does not exist
104752026-08-19T02:52:04.214Z[ host-image] Aug 19 02:52:03.504 INFO O| Aug 19 02:52:03.504 INFO copying /tmp/.tmpP3F9z8/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 ...
104762026-08-19T02:52:04.214Z[ host-image] Aug 19 02:52:03.504 INFO O| Aug 19 02:52:03.504 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.d
104772026-08-19T02:52:04.217Z[ host-image] Aug 19 02:52:03.504 INFO O| Aug 19 02:52:03.504 INFO ok!
104782026-08-19T02:52:04.217Z[ host-image] Aug 19 02:52:03.504 INFO O| Aug 19 02:52:03.504 INFO STEP 133 (ensure_file) COMPLETE
104792026-08-19T02:52:04.217Z[ host-image] Aug 19 02:52:03.504 INFO O| Aug 19 02:52:03.504 INFO STEP 134: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104802026-08-19T02:52:04.226Z[ host-image] Aug 19 02:52:03.516 INFO O| Aug 19 02:52:03.516 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/downstairs_count.d does not exist
104812026-08-19T02:52:04.226Z[ host-image] Aug 19 02:52:03.516 INFO O| Aug 19 02:52:03.516 INFO copying /tmp/.tmpP3F9z8/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 ...
104822026-08-19T02:52:04.226Z[ host-image] Aug 19 02:52:03.516 INFO O| Aug 19 02:52:03.516 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/downstairs_count.d
104832026-08-19T02:52:04.235Z[ host-image] Aug 19 02:52:03.516 INFO O| Aug 19 02:52:03.516 INFO ok!
104842026-08-19T02:52:04.235Z[ host-image] Aug 19 02:52:03.516 INFO O| Aug 19 02:52:03.516 INFO STEP 134 (ensure_file) COMPLETE
104852026-08-19T02:52:04.235Z[ host-image] Aug 19 02:52:03.516 INFO O| Aug 19 02:52:03.516 INFO STEP 135: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104862026-08-19T02:52:04.244Z[ host-image] Aug 19 02:52:03.526 INFO O| Aug 19 02:52:03.526 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/all_downstairs.d does not exist
104872026-08-19T02:52:04.244Z[ host-image] Aug 19 02:52:03.526 INFO O| Aug 19 02:52:03.526 INFO copying /tmp/.tmpP3F9z8/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 ...
104882026-08-19T02:52:04.246Z[ host-image] Aug 19 02:52:03.526 INFO O| Aug 19 02:52:03.526 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/all_downstairs.d
104892026-08-19T02:52:04.246Z[ host-image] Aug 19 02:52:03.526 INFO O| Aug 19 02:52:03.526 INFO ok!
104902026-08-19T02:52:04.246Z[ host-image] Aug 19 02:52:03.526 INFO O| Aug 19 02:52:03.526 INFO STEP 135 (ensure_file) COMPLETE
104912026-08-19T02:52:04.246Z[ host-image] Aug 19 02:52:03.526 INFO O| Aug 19 02:52:03.526 INFO STEP 136: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104922026-08-19T02:52:04.270Z[ host-image] Aug 19 02:52:03.537 INFO O| Aug 19 02:52:03.536 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md does not exist
104932026-08-19T02:52:04.270Z[ host-image] Aug 19 02:52:03.537 INFO O| Aug 19 02:52:03.536 INFO copying /tmp/.tmpP3F9z8/proto/host/root/opt/oxide/crucible_utils/README.md -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md ...
104942026-08-19T02:52:04.270Z[ host-image] Aug 19 02:52:03.537 INFO O| Aug 19 02:52:03.536 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md
104952026-08-19T02:52:04.270Z[ host-image] Aug 19 02:52:03.537 INFO O| Aug 19 02:52:03.536 INFO ok!
104962026-08-19T02:52:04.270Z[ host-image] Aug 19 02:52:03.537 INFO O| Aug 19 02:52:03.536 INFO STEP 136 (ensure_file) COMPLETE
104972026-08-19T02:52:04.270Z[ host-image] Aug 19 02:52:03.537 INFO O| Aug 19 02:52:03.536 INFO STEP 137: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104982026-08-19T02:52:04.270Z[ host-image] Aug 19 02:52:03.546 INFO O| Aug 19 02:52:03.546 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/utils-info.txt does not exist
104992026-08-19T02:52:04.271Z[ host-image] Aug 19 02:52:03.546 INFO O| Aug 19 02:52:03.546 INFO copying /tmp/.tmpP3F9z8/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 ...
105002026-08-19T02:52:04.271Z[ host-image] Aug 19 02:52:03.546 INFO O| Aug 19 02:52:03.546 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/utils-info.txt
105012026-08-19T02:52:04.271Z[ host-image] Aug 19 02:52:03.546 INFO O| Aug 19 02:52:03.546 INFO ok!
105022026-08-19T02:52:04.271Z[ host-image] Aug 19 02:52:03.546 INFO O| Aug 19 02:52:03.546 INFO STEP 137 (ensure_file) COMPLETE
105032026-08-19T02:52:04.271Z[ host-image] Aug 19 02:52:03.546 INFO O| Aug 19 02:52:03.546 INFO STEP 138: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105042026-08-19T02:52:04.272Z[ host-image] Aug 19 02:52:03.556 INFO O| Aug 19 02:52:03.556 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION does not exist
105052026-08-19T02:52:04.272Z[ host-image] Aug 19 02:52:03.556 INFO O| Aug 19 02:52:03.556 INFO copying /tmp/.tmpP3F9z8/proto/host/root/opt/oxide/crucible_utils/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION ...
105062026-08-19T02:52:04.272Z[ host-image] Aug 19 02:52:03.556 INFO O| Aug 19 02:52:03.556 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION
105072026-08-19T02:52:04.272Z[ host-image] Aug 19 02:52:03.556 INFO O| Aug 19 02:52:03.556 INFO ok!
105082026-08-19T02:52:04.272Z[ host-image] Aug 19 02:52:03.556 INFO O| Aug 19 02:52:03.556 INFO STEP 138 (ensure_file) COMPLETE
105092026-08-19T02:52:04.272Z[ host-image] Aug 19 02:52:03.556 INFO O| Aug 19 02:52:03.556 INFO STEP 139: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105102026-08-19T02:52:04.278Z[ host-image] Aug 19 02:52:03.566 INFO O| Aug 19 02:52:03.565 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz does not exist
105112026-08-19T02:52:04.278Z[ host-image] Aug 19 02:52:03.566 INFO O| Aug 19 02:52:03.565 INFO copying /tmp/.tmpP3F9z8/proto/host/root/opt/oxide/switch.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz ...
105122026-08-19T02:52:04.766Z[verify-libraries] Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
105132026-08-19T02:52:05.122Z[verify-libraries] Compiling reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
105142026-08-19T02:52:09.069Z[verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
105152026-08-19T02:52:09.114Z[verify-libraries] Compiling oximeter-load-test v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oximeter-load-test)
105162026-08-19T02:52:09.780Z[verify-libraries] Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
105172026-08-19T02:52:10.099Z[ recovery-image] Aug 19 02:52:09.383 INFO O| Aug 19 02:52:09.383 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/zfs-recovery
105182026-08-19T02:52:11.062Z[verify-libraries] Compiling omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
105192026-08-19T02:52:11.183Z[ recovery-image] Aug 19 02:52:10.473 INFO BUILD STRING "heads/stlouis-0-ga931ca4556\n"
105202026-08-19T02:52:11.183Z[ recovery-image] Aug 19 02:52:10.473 INFO expanded image name: "recovery 9c058b2/${os_short_commit} 2026-08-19 02:32" -> "recovery 9c058b2/a931ca4 2026-08-19 02:32"
105212026-08-19T02:52:11.187Z[ recovery-image] Aug 19 02:52:10.473 INFO output artefacts stored in: "/work/os-recovery"
105222026-08-19T02:52:11.187Z[ recovery-image] Aug 19 02:52:10.473 INFO collecting git info from project "pinprick"...
105232026-08-19T02:52:11.193Z[ recovery-image] Aug 19 02:52:10.482 INFO collecting git info from project "pilot"...
105242026-08-19T02:52:11.201Z[ recovery-image] Aug 19 02:52:10.491 INFO collecting git info from project "chelsio-t6-roms"...
105252026-08-19T02:52:11.221Z[ recovery-image] Aug 19 02:52:10.511 INFO collecting git info from project "phbl"...
105262026-08-19T02:52:11.229Z[ recovery-image] Aug 19 02:52:10.519 INFO collecting git info from project "dmar-report"...
105272026-08-19T02:52:11.245Z[ recovery-image] Aug 19 02:52:10.530 INFO collecting git info from project "image-builder"...
105282026-08-19T02:52:11.262Z[ recovery-image] Aug 19 02:52:10.552 INFO collecting git info from project "amd-host-image-builder"...
105292026-08-19T02:52:11.310Z[ recovery-image] Aug 19 02:52:10.600 INFO collecting git info from project "amd-firmware"...
105302026-08-19T02:52:11.453Z[ recovery-image] Aug 19 02:52:10.743 INFO collecting git info from project "bootserver"...
105312026-08-19T02:52:11.461Z[ recovery-image] Aug 19 02:52:10.751 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
105322026-08-19T02:52:11.996Z[ recovery-image] Aug 19 02:52:11.286 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
105332026-08-19T02:52:12.423Z[ recovery-image] Aug 19 02:52:11.712 INFO creating Oxide boot image...
105342026-08-19T02:52:12.423Z[ recovery-image] Aug 19 02:52:11.713 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/recovery/output/sled-zfs-recovery.raw", "-N", "recovery 9c058b2/a931ca4 2026-08-19 02:32", "-o", "/work/os-recovery/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.recovery/boot_image_csum", "-s", "4096", "-z"], pwd: None
105352026-08-19T02:52:14.845Z[verify-libraries] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
105362026-08-19T02:52:15.652Z[verify-libraries] Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
105372026-08-19T02:52:17.764Z[verify-libraries] Compiling corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust)
105382026-08-19T02:52:23.308Z[ host-image] Aug 19 02:52:22.597 INFO O| Aug 19 02:52:22.597 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz
105392026-08-19T02:52:23.308Z[ host-image] Aug 19 02:52:22.597 INFO O| Aug 19 02:52:22.597 INFO ok!
105402026-08-19T02:52:23.308Z[ host-image] Aug 19 02:52:22.597 INFO O| Aug 19 02:52:22.597 INFO STEP 139 (ensure_file) COMPLETE
105412026-08-19T02:52:23.312Z[ host-image] Aug 19 02:52:22.597 INFO O| Aug 19 02:52:22.597 INFO STEP 140: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105422026-08-19T02:52:23.318Z[ host-image] Aug 19 02:52:22.608 INFO O| Aug 19 02:52:22.608 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib
105432026-08-19T02:52:23.318Z[ host-image] Aug 19 02:52:22.608 INFO O| Aug 19 02:52:22.608 INFO STEP 140 (ensure_dir) COMPLETE
105442026-08-19T02:52:23.318Z[ host-image] Aug 19 02:52:22.608 INFO O| Aug 19 02:52:22.608 INFO STEP 141: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105452026-08-19T02:52:23.327Z[ host-image] Aug 19 02:52:22.617 INFO O| Aug 19 02:52:22.617 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc
105462026-08-19T02:52:23.327Z[ host-image] Aug 19 02:52:22.617 INFO O| Aug 19 02:52:22.617 INFO STEP 141 (ensure_dir) COMPLETE
105472026-08-19T02:52:23.330Z[ host-image] Aug 19 02:52:22.617 INFO O| Aug 19 02:52:22.617 INFO STEP 142: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105482026-08-19T02:52:23.335Z[ host-image] Aug 19 02:52:22.625 INFO O| Aug 19 02:52:22.625 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest
105492026-08-19T02:52:23.335Z[ host-image] Aug 19 02:52:22.625 INFO O| Aug 19 02:52:22.625 INFO STEP 142 (ensure_dir) COMPLETE
105502026-08-19T02:52:23.339Z[ host-image] Aug 19 02:52:22.626 INFO O| Aug 19 02:52:22.625 INFO STEP 143: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105512026-08-19T02:52:23.344Z[ host-image] Aug 19 02:52:22.634 INFO O| Aug 19 02:52:22.634 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site
105522026-08-19T02:52:23.344Z[ host-image] Aug 19 02:52:22.634 INFO O| Aug 19 02:52:22.634 INFO STEP 143 (ensure_dir) COMPLETE
105532026-08-19T02:52:23.347Z[ host-image] Aug 19 02:52:22.634 INFO O| Aug 19 02:52:22.634 INFO STEP 144: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105542026-08-19T02:52:23.352Z[ host-image] Aug 19 02:52:22.642 INFO O| Aug 19 02:52:22.642 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/sled-agent.xml does not exist
105552026-08-19T02:52:23.353Z[ host-image] Aug 19 02:52:22.642 INFO O| Aug 19 02:52:22.642 INFO copying /tmp/.tmpP3F9z8/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 ...
105562026-08-19T02:52:23.359Z[ host-image] Aug 19 02:52:22.642 INFO O| Aug 19 02:52:22.642 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/sled-agent.xml
105572026-08-19T02:52:23.359Z[ host-image] Aug 19 02:52:22.642 INFO O| Aug 19 02:52:22.642 INFO ok!
105582026-08-19T02:52:23.359Z[ host-image] Aug 19 02:52:22.643 INFO O| Aug 19 02:52:22.642 INFO STEP 144 (ensure_file) COMPLETE
105592026-08-19T02:52:23.359Z[ host-image] Aug 19 02:52:22.643 INFO O| Aug 19 02:52:22.643 INFO STEP 145: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105602026-08-19T02:52:23.362Z[ host-image] Aug 19 02:52:22.652 INFO O| Aug 19 02:52:22.652 INFO perms are 700, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/root
105612026-08-19T02:52:23.362Z[ host-image] Aug 19 02:52:22.652 INFO O| Aug 19 02:52:22.652 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/root
105622026-08-19T02:52:23.362Z[ host-image] Aug 19 02:52:22.652 INFO O| Aug 19 02:52:22.652 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/root
105632026-08-19T02:52:23.363Z[ host-image] Aug 19 02:52:22.652 INFO O| Aug 19 02:52:22.652 INFO STEP 145 (ensure_dir) COMPLETE
105642026-08-19T02:52:23.363Z[ host-image] Aug 19 02:52:22.652 INFO O| Aug 19 02:52:22.652 INFO STEP 146: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105652026-08-19T02:52:23.370Z[ host-image] Aug 19 02:52:22.660 INFO O| Aug 19 02:52:22.660 WARN file /rpool/images/build/host/work/sled/zfs/a/root/.profile exists, with wrong contents, unlinking
105662026-08-19T02:52:23.371Z[ host-image] Aug 19 02:52:22.661 INFO O| Aug 19 02:52:22.660 INFO copying /tmp/.tmpP3F9z8/proto/host/root/root/.profile -> /rpool/images/build/host/work/sled/zfs/a/root/.profile ...
105672026-08-19T02:52:23.374Z[ host-image] Aug 19 02:52:22.661 INFO O| Aug 19 02:52:22.661 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/root/.profile
105682026-08-19T02:52:23.374Z[ host-image] Aug 19 02:52:22.661 INFO O| Aug 19 02:52:22.661 INFO ok!
105692026-08-19T02:52:23.375Z[ host-image] Aug 19 02:52:22.661 INFO O| Aug 19 02:52:22.661 INFO STEP 146 (ensure_file) COMPLETE
105702026-08-19T02:52:23.375Z[ host-image] Aug 19 02:52:22.661 INFO O| Aug 19 02:52:22.661 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105712026-08-19T02:52:23.379Z[ host-image] Aug 19 02:52:22.669 INFO O| Aug 19 02:52:22.669 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/ipsec"
105722026-08-19T02:52:23.382Z[ host-image] Aug 19 02:52:22.670 INFO O| Aug 19 02:52:22.669 INFO STEP 147 (remove_files) COMPLETE
105732026-08-19T02:52:23.383Z[ host-image] Aug 19 02:52:22.670 INFO O| Aug 19 02:52:22.669 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105742026-08-19T02:52:23.441Z[ host-image] Aug 19 02:52:22.679 INFO O| Aug 19 02:52:22.679 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/ldap"
105752026-08-19T02:52:23.441Z[ host-image] Aug 19 02:52:22.679 INFO O| Aug 19 02:52:22.679 INFO STEP 148 (remove_files) COMPLETE
105762026-08-19T02:52:23.441Z[ host-image] Aug 19 02:52:22.679 INFO O| Aug 19 02:52:22.679 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105772026-08-19T02:52:23.441Z[ host-image] Aug 19 02:52:22.689 INFO O| Aug 19 02:52:22.689 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/rpc"
105782026-08-19T02:52:23.441Z[ host-image] Aug 19 02:52:22.689 INFO O| Aug 19 02:52:22.689 INFO STEP 149 (remove_files) COMPLETE
105792026-08-19T02:52:23.441Z[ host-image] Aug 19 02:52:22.689 INFO O| Aug 19 02:52:22.689 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105802026-08-19T02:52:23.441Z[ host-image] Aug 19 02:52:22.699 INFO O| Aug 19 02:52:22.699 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/security"
105812026-08-19T02:52:23.441Z[ host-image] Aug 19 02:52:22.699 INFO O| Aug 19 02:52:22.699 INFO STEP 150 (remove_files) COMPLETE
105822026-08-19T02:52:23.441Z[ host-image] Aug 19 02:52:22.699 INFO O| Aug 19 02:52:22.699 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105832026-08-19T02:52:23.441Z[ host-image] Aug 19 02:52:22.708 INFO O| Aug 19 02:52:22.708 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/shares"
105842026-08-19T02:52:23.443Z[ host-image] Aug 19 02:52:22.708 INFO O| Aug 19 02:52:22.708 INFO STEP 151 (remove_files) COMPLETE
105852026-08-19T02:52:23.443Z[ host-image] Aug 19 02:52:22.708 INFO O| Aug 19 02:52:22.708 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105862026-08-19T02:52:23.443Z[ host-image] Aug 19 02:52:22.718 INFO O| Aug 19 02:52:22.718 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/smb"
105872026-08-19T02:52:23.443Z[ host-image] Aug 19 02:52:22.718 INFO O| Aug 19 02:52:22.718 INFO STEP 152 (remove_files) COMPLETE
105882026-08-19T02:52:23.443Z[ host-image] Aug 19 02:52:22.718 INFO O| Aug 19 02:52:22.718 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105892026-08-19T02:52:23.443Z[ host-image] Aug 19 02:52:22.728 INFO O| Aug 19 02:52:22.728 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/application/management/net-snmp.xml"
105902026-08-19T02:52:23.443Z[ host-image] Aug 19 02:52:22.728 INFO O| Aug 19 02:52:22.728 INFO STEP 153 (remove_files) COMPLETE
105912026-08-19T02:52:23.443Z[ host-image] Aug 19 02:52:22.728 INFO O| Aug 19 02:52:22.728 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105922026-08-19T02:52:23.448Z[ host-image] Aug 19 02:52:22.736 INFO O| Aug 19 02:52:22.736 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/application/security/tcsd.xml"
105932026-08-19T02:52:23.448Z[ host-image] Aug 19 02:52:22.737 INFO O| Aug 19 02:52:22.737 INFO STEP 154 (remove_files) COMPLETE
105942026-08-19T02:52:23.448Z[ host-image] Aug 19 02:52:22.737 INFO O| Aug 19 02:52:22.737 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105952026-08-19T02:52:23.455Z[ host-image] Aug 19 02:52:22.745 INFO O| Aug 19 02:52:22.745 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/dns/install.xml"
105962026-08-19T02:52:23.456Z[ host-image] Aug 19 02:52:22.746 INFO O| Aug 19 02:52:22.746 INFO STEP 155 (remove_files) COMPLETE
105972026-08-19T02:52:23.456Z[ host-image] Aug 19 02:52:22.746 INFO O| Aug 19 02:52:22.746 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105982026-08-19T02:52:23.466Z[ host-image] Aug 19 02:52:22.756 INFO O| Aug 19 02:52:22.756 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/inetd-upgrade.xml"
105992026-08-19T02:52:23.468Z[ host-image] Aug 19 02:52:22.756 INFO O| Aug 19 02:52:22.756 INFO STEP 156 (remove_files) COMPLETE
106002026-08-19T02:52:23.473Z[ host-image] Aug 19 02:52:22.756 INFO O| Aug 19 02:52:22.756 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106012026-08-19T02:52:23.476Z[ host-image] Aug 19 02:52:22.766 INFO O| Aug 19 02:52:22.766 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/inetd.xml"
106022026-08-19T02:52:23.476Z[ host-image] Aug 19 02:52:22.766 INFO O| Aug 19 02:52:22.766 INFO STEP 157 (remove_files) COMPLETE
106032026-08-19T02:52:23.476Z[ host-image] Aug 19 02:52:22.766 INFO O| Aug 19 02:52:22.766 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106042026-08-19T02:52:23.485Z[ host-image] Aug 19 02:52:22.775 INFO O| Aug 19 02:52:22.775 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-install.xml"
106052026-08-19T02:52:23.485Z[ host-image] Aug 19 02:52:22.775 INFO O| Aug 19 02:52:22.775 INFO STEP 158 (remove_files) COMPLETE
106062026-08-19T02:52:23.485Z[ host-image] Aug 19 02:52:22.775 INFO O| Aug 19 02:52:22.775 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106072026-08-19T02:52:23.495Z[ host-image] Aug 19 02:52:22.785 INFO O| Aug 19 02:52:22.785 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-ipmp.xml"
106082026-08-19T02:52:23.495Z[ host-image] Aug 19 02:52:22.785 INFO O| Aug 19 02:52:22.785 INFO STEP 159 (remove_files) COMPLETE
106092026-08-19T02:52:23.495Z[ host-image] Aug 19 02:52:22.785 INFO O| Aug 19 02:52:22.785 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106102026-08-19T02:52:23.504Z[ host-image] Aug 19 02:52:22.794 INFO O| Aug 19 02:52:22.794 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-iptun.xml"
106112026-08-19T02:52:23.504Z[ host-image] Aug 19 02:52:22.794 INFO O| Aug 19 02:52:22.794 INFO STEP 160 (remove_files) COMPLETE
106122026-08-19T02:52:23.508Z[ host-image] Aug 19 02:52:22.794 INFO O| Aug 19 02:52:22.794 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106132026-08-19T02:52:23.513Z[ host-image] Aug 19 02:52:22.803 INFO O| Aug 19 02:52:22.803 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-location.xml"
106142026-08-19T02:52:23.514Z[ host-image] Aug 19 02:52:22.803 INFO O| Aug 19 02:52:22.803 INFO STEP 161 (remove_files) COMPLETE
106152026-08-19T02:52:23.518Z[ host-image] Aug 19 02:52:22.803 INFO O| Aug 19 02:52:22.803 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106162026-08-19T02:52:23.522Z[ host-image] Aug 19 02:52:22.811 INFO O| Aug 19 02:52:22.811 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-netcfg.xml"
106172026-08-19T02:52:23.522Z[ host-image] Aug 19 02:52:22.812 INFO O| Aug 19 02:52:22.812 INFO STEP 162 (remove_files) COMPLETE
106182026-08-19T02:52:23.522Z[ host-image] Aug 19 02:52:22.812 INFO O| Aug 19 02:52:22.812 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106192026-08-19T02:52:23.531Z[ host-image] Aug 19 02:52:22.821 INFO O| Aug 19 02:52:22.821 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/routing/rdisc.xml"
106202026-08-19T02:52:23.531Z[ host-image] Aug 19 02:52:22.821 INFO O| Aug 19 02:52:22.821 INFO STEP 163 (remove_files) COMPLETE
106212026-08-19T02:52:23.535Z[ host-image] Aug 19 02:52:22.821 INFO O| Aug 19 02:52:22.821 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106222026-08-19T02:52:23.546Z[ host-image] Aug 19 02:52:22.836 INFO O| Aug 19 02:52:22.836 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/varpd.xml"
106232026-08-19T02:52:23.546Z[ host-image] Aug 19 02:52:22.836 INFO O| Aug 19 02:52:22.836 INFO STEP 164 (remove_files) COMPLETE
106242026-08-19T02:52:23.546Z[ host-image] Aug 19 02:52:22.836 INFO O| Aug 19 02:52:22.836 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106252026-08-19T02:52:23.556Z[ host-image] Aug 19 02:52:22.845 INFO O| Aug 19 02:52:22.845 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/allocate.xml"
106262026-08-19T02:52:23.556Z[ host-image] Aug 19 02:52:22.845 INFO O| Aug 19 02:52:22.845 INFO STEP 165 (remove_files) COMPLETE
106272026-08-19T02:52:23.556Z[ host-image] Aug 19 02:52:22.845 INFO O| Aug 19 02:52:22.845 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106282026-08-19T02:52:23.564Z[ host-image] Aug 19 02:52:22.854 INFO O| Aug 19 02:52:22.854 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/devices-audio.xml"
106292026-08-19T02:52:23.565Z[ host-image] Aug 19 02:52:22.854 INFO O| Aug 19 02:52:22.854 INFO STEP 166 (remove_files) COMPLETE
106302026-08-19T02:52:23.565Z[ host-image] Aug 19 02:52:22.854 INFO O| Aug 19 02:52:22.854 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106312026-08-19T02:52:23.575Z[ host-image] Aug 19 02:52:22.865 INFO O| Aug 19 02:52:22.864 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
106322026-08-19T02:52:23.575Z[ host-image] Aug 19 02:52:22.865 INFO O| Aug 19 02:52:22.865 INFO STEP 167 (remove_files) COMPLETE
106332026-08-19T02:52:23.578Z[ host-image] Aug 19 02:52:22.865 INFO O| Aug 19 02:52:22.865 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106342026-08-19T02:52:23.585Z[ host-image] Aug 19 02:52:22.875 INFO O| Aug 19 02:52:22.875 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/dev/sndstat"
106352026-08-19T02:52:23.588Z[ host-image] Aug 19 02:52:22.875 INFO O| Aug 19 02:52:22.875 INFO STEP 168 (remove_files) COMPLETE
106362026-08-19T02:52:23.588Z[ host-image] Aug 19 02:52:22.875 INFO O| Aug 19 02:52:22.875 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106372026-08-19T02:52:23.596Z[ host-image] Aug 19 02:52:22.886 INFO O| Aug 19 02:52:22.886 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
106382026-08-19T02:52:23.596Z[ host-image] Aug 19 02:52:22.886 INFO O| Aug 19 02:52:22.886 INFO STEP 169 (remove_files) COMPLETE
106392026-08-19T02:52:23.599Z[ host-image] Aug 19 02:52:22.886 INFO O| Aug 19 02:52:22.886 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106402026-08-19T02:52:23.606Z[ host-image] Aug 19 02:52:22.895 INFO O| Aug 19 02:52:22.895 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/hostid.xml"
106412026-08-19T02:52:23.606Z[ host-image] Aug 19 02:52:22.895 INFO O| Aug 19 02:52:22.895 INFO STEP 170 (remove_files) COMPLETE
106422026-08-19T02:52:23.606Z[ host-image] Aug 19 02:52:22.895 INFO O| Aug 19 02:52:22.895 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106432026-08-19T02:52:23.615Z[ host-image] Aug 19 02:52:22.905 INFO O| Aug 19 02:52:22.905 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/idmap.xml"
106442026-08-19T02:52:23.616Z[ host-image] Aug 19 02:52:22.905 INFO O| Aug 19 02:52:22.905 INFO STEP 171 (remove_files) COMPLETE
106452026-08-19T02:52:23.616Z[ host-image] Aug 19 02:52:22.905 INFO O| Aug 19 02:52:22.905 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106462026-08-19T02:52:23.625Z[ host-image] Aug 19 02:52:22.914 INFO O| Aug 19 02:52:22.914 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/pkgserv.xml"
106472026-08-19T02:52:23.625Z[ host-image] Aug 19 02:52:22.914 INFO O| Aug 19 02:52:22.914 INFO STEP 172 (remove_files) COMPLETE
106482026-08-19T02:52:23.628Z[ host-image] Aug 19 02:52:22.914 INFO O| Aug 19 02:52:22.914 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106492026-08-19T02:52:23.635Z[ host-image] Aug 19 02:52:22.925 INFO O| Aug 19 02:52:22.925 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/zones.xml"
106502026-08-19T02:52:23.635Z[ host-image] Aug 19 02:52:22.925 INFO O| Aug 19 02:52:22.925 INFO STEP 173 (remove_files) COMPLETE
106512026-08-19T02:52:23.635Z[ host-image] Aug 19 02:52:22.925 INFO O| Aug 19 02:52:22.925 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106522026-08-19T02:52:23.646Z[ host-image] Aug 19 02:52:22.936 INFO O| Aug 19 02:52:22.935 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/intrd.xml"
106532026-08-19T02:52:23.646Z[ host-image] Aug 19 02:52:22.936 INFO O| Aug 19 02:52:22.936 INFO STEP 174 (remove_files) COMPLETE
106542026-08-19T02:52:23.646Z[ host-image] Aug 19 02:52:22.936 INFO O| Aug 19 02:52:22.936 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106552026-08-19T02:52:23.657Z[ host-image] Aug 19 02:52:22.946 INFO O| Aug 19 02:52:22.945 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/chrony.xml"
106562026-08-19T02:52:23.657Z[ host-image] Aug 19 02:52:22.946 INFO O| Aug 19 02:52:22.946 INFO STEP 175 (remove_files) COMPLETE
106572026-08-19T02:52:23.657Z[ host-image] Aug 19 02:52:22.946 INFO O| Aug 19 02:52:22.946 INFO STEP 176: seed_smf, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
106582026-08-19T02:52:23.684Z[ host-image] Aug 19 02:52:22.965 INFO O| Aug 19 02:52:22.965 INFO file /rpool/images/build/host/tmp/sled/zfs/repo.db does not already exist, skipping removal
106592026-08-19T02:52:23.684Z[ host-image] Aug 19 02:52:22.965 INFO O| Aug 19 02:52:22.965 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest"], env: {"SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db"}
106602026-08-19T02:52:26.167Z[verify-libraries] Compiling omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
106612026-08-19T02:52:30.507Z[ host-image] Aug 19 02:52:29.797 INFO O| Aug 19 02:52:29.797 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
106622026-08-19T02:52:30.507Z[ host-image] Aug 19 02:52:29.797 INFO O| Aug 19 02:52:29.797 INFO E| svccfg: Loaded 80 smf(7) service descriptions
106632026-08-19T02:52:30.520Z[ host-image] Aug 19 02:52:29.810 INFO O| Aug 19 02:52:29.810 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml"], env: {"SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "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"}
106642026-08-19T02:52:30.622Z[ host-image] Aug 19 02:52:29.912 INFO O| Aug 19 02:52:29.912 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml"], env: {"SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a"}
106652026-08-19T02:52:30.681Z[ host-image] Aug 19 02:52:29.971 INFO O| Aug 19 02:52:29.971 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "SVCCFG_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"}
106662026-08-19T02:52:30.747Z[ host-image] Aug 19 02:52:30.037 INFO O| Aug 19 02:52:30.037 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db does not exist
106672026-08-19T02:52:30.747Z[ host-image] Aug 19 02:52:30.037 INFO O| Aug 19 02:52:30.037 INFO copying /rpool/images/build/host/tmp/sled/zfs/repo.db -> /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db ...
106682026-08-19T02:52:30.752Z[ host-image] Aug 19 02:52:30.039 INFO O| Aug 19 02:52:30.039 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db
106692026-08-19T02:52:30.752Z[ host-image] Aug 19 02:52:30.039 INFO O| Aug 19 02:52:30.039 INFO ok!
106702026-08-19T02:52:30.752Z[ host-image] Aug 19 02:52:30.039 INFO O| Aug 19 02:52:30.039 INFO file /rpool/images/build/host/tmp/sled/zfs/repo.db exists (as File), removing
106712026-08-19T02:52:30.752Z[ host-image] Aug 19 02:52:30.039 INFO O| Aug 19 02:52:30.039 INFO STEP 176 (seed_smf) COMPLETE
106722026-08-19T02:52:30.752Z[ host-image] Aug 19 02:52:30.039 INFO O| Aug 19 02:52:30.039 INFO steps complete; finalising image!
106732026-08-19T02:52:30.752Z[ host-image] Aug 19 02:52:30.039 INFO O| Aug 19 02:52:30.039 INFO TRIM POOL: TEMPORARY-sled-zfs
106742026-08-19T02:52:30.837Z[ host-image] Aug 19 02:52:30.127 INFO O| Aug 19 02:52:30.126 INFO trim TEMPORARY-sled-zfs: (2% trimmed, started at Wed Aug 19 02:52:30 2026)
106752026-08-19T02:52:31.057Z[ host-image] Aug 19 02:52:30.347 INFO O| Aug 19 02:52:30.347 INFO temporary pool has 912M used, 112M avail, 1.81x compressratio
106762026-08-19T02:52:31.057Z[ host-image] Aug 19 02:52:30.347 INFO O| Aug 19 02:52:30.347 INFO EXPORT POOL: TEMPORARY-sled-zfs
106772026-08-19T02:52:31.420Z[ host-image] Aug 19 02:52:30.709 INFO O| Aug 19 02:52:30.709 INFO copying image /rpool/images/build/host/work/sled/zfs/lofi.raw to output file /rpool/images/build/host/output/sled-zfs.raw
106782026-08-19T02:52:31.420Z[ host-image] Aug 19 02:52:30.709 INFO O| Aug 19 02:52:30.709 INFO file /rpool/images/build/host/output/sled-zfs.raw does not already exist, skipping removal
106792026-08-19T02:52:31.511Z[verify-libraries] Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
106802026-08-19T02:52:32.447Z[ host-image] Aug 19 02:52:31.737 INFO O| Aug 19 02:52:31.737 INFO perms are 1600, should be 644, path: /rpool/images/build/host/output/sled-zfs.raw
106812026-08-19T02:52:32.448Z[ host-image] Aug 19 02:52:31.737 INFO O| Aug 19 02:52:31.737 INFO chmod ok, path: /rpool/images/build/host/output/sled-zfs.raw
106822026-08-19T02:52:32.448Z[ host-image] Aug 19 02:52:31.737 INFO O| Aug 19 02:52:31.737 INFO ownership already OK (0:0), path: /rpool/images/build/host/output/sled-zfs.raw
106832026-08-19T02:52:32.451Z[ host-image] Aug 19 02:52:31.737 INFO O| Aug 19 02:52:31.737 INFO completed processing sled/zfs
106842026-08-19T02:52:32.451Z[ host-image] Aug 19 02:52:31.737 INFO O| Aug 19 02:52:31.737 INFO DESTROY DATASET: rpool/images/build/host/work/sled/zfs
106852026-08-19T02:52:49.099Z[ host-image] Aug 19 02:52:48.387 INFO O| Aug 19 02:52:48.387 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/zfs
106862026-08-19T02:52:49.187Z[ host-image] Aug 19 02:52:48.477 INFO BUILD STRING "heads/stlouis-0-ga931ca4556\n"
106872026-08-19T02:52:49.187Z[ host-image] Aug 19 02:52:48.477 INFO expanded image name: "ci 9c058b2/${os_short_commit} 2026-08-19 02:32" -> "ci 9c058b2/a931ca4 2026-08-19 02:32"
106882026-08-19T02:52:49.191Z[ host-image] Aug 19 02:52:48.477 INFO output artefacts stored in: "/work/os-host"
106892026-08-19T02:52:49.191Z[ host-image] Aug 19 02:52:48.477 INFO collecting git info from project "pinprick"...
106902026-08-19T02:52:49.194Z[ host-image] Aug 19 02:52:48.482 INFO collecting git info from project "pilot"...
106912026-08-19T02:52:49.197Z[ host-image] Aug 19 02:52:48.486 INFO collecting git info from project "chelsio-t6-roms"...
106922026-08-19T02:52:49.201Z[ host-image] Aug 19 02:52:48.490 INFO collecting git info from project "phbl"...
106932026-08-19T02:52:49.204Z[ host-image] Aug 19 02:52:48.494 INFO collecting git info from project "dmar-report"...
106942026-08-19T02:52:49.208Z[ host-image] Aug 19 02:52:48.498 INFO collecting git info from project "image-builder"...
106952026-08-19T02:52:49.212Z[ host-image] Aug 19 02:52:48.502 INFO collecting git info from project "amd-host-image-builder"...
106962026-08-19T02:52:49.216Z[ host-image] Aug 19 02:52:48.506 INFO collecting git info from project "amd-firmware"...
106972026-08-19T02:52:49.224Z[ host-image] Aug 19 02:52:48.514 INFO collecting git info from project "bootserver"...
106982026-08-19T02:52:49.230Z[ host-image] Aug 19 02:52:48.518 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
106992026-08-19T02:52:49.518Z[ host-image] Aug 19 02:52:48.808 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
107002026-08-19T02:52:49.799Z[ host-image] Aug 19 02:52:49.088 INFO creating Oxide boot image...
107012026-08-19T02:52:49.799Z[ host-image] Aug 19 02:52:49.088 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/host/output/sled-zfs.raw", "-N", "ci 9c058b2/a931ca4 2026-08-19 02:32", "-o", "/work/os-host/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.host/boot_image_csum", "-s", "4096"], pwd: None
107022026-08-19T02:52:50.808Z[ host-image] Aug 19 02:52:50.097 INFO O| ok, image written!
107032026-08-19T02:52:50.808Z[ host-image] Aug 19 02:52:50.097 INFO O| ok, boot_image_csum file written!
107042026-08-19T02:52:50.811Z[ host-image] Aug 19 02:52:50.099 INFO creating boot archive (CPIO)...
107052026-08-19T02:52:50.811Z[ host-image] Aug 19 02:52:50.100 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
107062026-08-19T02:52:50.814Z[ host-image] Aug 19 02:52:50.104 INFO E| + root=/rpool/images/build/host/work/sled/ramdisk
107072026-08-19T02:52:50.814Z[ host-image] Aug 19 02:52:50.104 INFO E| + outfile=/work/os-host/cpio
107082026-08-19T02:52:50.814Z[ host-image] Aug 19 02:52:50.104 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.host
107092026-08-19T02:52:50.820Z[ host-image] Aug 19 02:52:50.106 INFO E| + cd /rpool/images/build/host/work/sled/ramdisk
107102026-08-19T02:52:50.820Z[ host-image] Aug 19 02:52:50.106 INFO E| + cpio -qo -H odc -O /work/os-host/cpio
107112026-08-19T02:52:50.841Z[ host-image] Aug 19 02:52:50.130 INFO E| + cd /work/oxidecomputer/helios/tmp/image.host
107122026-08-19T02:52:50.844Z[ host-image] Aug 19 02:52:50.131 INFO E| + cpio -qo -H odc -AO /work/os-host/cpio
107132026-08-19T02:52:50.847Z[ host-image] Aug 19 02:52:50.136 INFO creating compressed cpio/unix for dev loaders...
107142026-08-19T02:52:50.847Z[ host-image] Aug 19 02:52:50.136 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
107152026-08-19T02:52:51.073Z[ host-image] Aug 19 02:52:50.361 INFO exec: ["bash", "-c", "'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick' '/work/os-host/cpio' >'/work/os-host/cpio.z'"], pwd: None
107162026-08-19T02:52:53.693Z[ recovery-image] Aug 19 02:52:52.982 INFO O| ok, image written!
107172026-08-19T02:52:53.693Z[ recovery-image] Aug 19 02:52:52.982 INFO O| ok, boot_image_csum file written!
107182026-08-19T02:52:53.697Z[ recovery-image] Aug 19 02:52:52.985 INFO creating boot archive (CPIO)...
107192026-08-19T02:52:53.697Z[ recovery-image] Aug 19 02:52:52.985 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
107202026-08-19T02:52:53.700Z[ recovery-image] Aug 19 02:52:52.988 INFO E| + root=/rpool/images/build/recovery/work/sled/ramdisk
107212026-08-19T02:52:53.700Z[ recovery-image] Aug 19 02:52:52.988 INFO E| + outfile=/work/os-recovery/cpio
107222026-08-19T02:52:53.700Z[ recovery-image] Aug 19 02:52:52.988 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.recovery
107232026-08-19T02:52:53.700Z[ recovery-image] Aug 19 02:52:52.990 INFO E| + cd /rpool/images/build/recovery/work/sled/ramdisk
107242026-08-19T02:52:53.700Z[ recovery-image] Aug 19 02:52:52.990 INFO E| + cpio -qo -H odc -O /work/os-recovery/cpio
107252026-08-19T02:52:53.727Z[ recovery-image] Aug 19 02:52:53.016 INFO E| + cd /work/oxidecomputer/helios/tmp/image.recovery
107262026-08-19T02:52:53.727Z[ recovery-image] Aug 19 02:52:53.016 INFO E| + cpio -qo -H odc -AO /work/os-recovery/cpio
107272026-08-19T02:52:53.732Z[ recovery-image] Aug 19 02:52:53.022 INFO creating compressed cpio/unix for dev loaders...
107282026-08-19T02:52:53.732Z[ recovery-image] Aug 19 02:52:53.022 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
107292026-08-19T02:52:53.952Z[ recovery-image] Aug 19 02:52:53.242 INFO exec: ["bash", "-c", "'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick' '/work/os-recovery/cpio' >'/work/os-recovery/cpio.z'"], pwd: None
107302026-08-19T02:52:54.312Z[ host-image] Aug 19 02:52:53.601 INFO creating reset image...
107312026-08-19T02:52:54.312Z[ host-image] Aug 19 02:52:53.601 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")
107322026-08-19T02:52:54.512Z[ host-image] Aug 19 02:52:53.802 INFO E| Updating crates.io index
107332026-08-19T02:52:55.004Z[ host-image] Aug 19 02:52:54.293 INFO E| Downloading crates ...
107342026-08-19T02:52:55.042Z[ host-image] Aug 19 02:52:54.332 INFO E| Downloaded sigchld v0.2.4
107352026-08-19T02:52:55.048Z[ host-image] Aug 19 02:52:54.338 INFO E| Downloaded duct v1.1.1
107362026-08-19T02:52:55.051Z[ host-image] Aug 19 02:52:54.340 INFO E| Downloaded shared_child v1.1.1
107372026-08-19T02:52:55.052Z[ host-image] Aug 19 02:52:54.340 INFO E| Downloaded os_pipe v1.2.3
107382026-08-19T02:52:55.052Z[ host-image] Aug 19 02:52:54.341 INFO E| Downloaded shared_thread v0.2.0
107392026-08-19T02:52:55.052Z[ host-image] Aug 19 02:52:54.342 INFO E| Downloaded colorchoice v1.0.5
107402026-08-19T02:52:55.055Z[ host-image] Aug 19 02:52:54.342 INFO E| Downloaded clap_lex v1.1.0
107412026-08-19T02:52:55.082Z[ host-image] Aug 19 02:52:54.372 INFO E| Compiling libc v0.2.186
107422026-08-19T02:52:55.083Z[ host-image] Aug 19 02:52:54.372 INFO E| Compiling proc-macro2 v1.0.106
107432026-08-19T02:52:55.083Z[ host-image] Aug 19 02:52:54.372 INFO E| Compiling quote v1.0.45
107442026-08-19T02:52:55.086Z[ host-image] Aug 19 02:52:54.372 INFO E| Compiling signal-hook v0.3.18
107452026-08-19T02:52:55.086Z[ host-image] Aug 19 02:52:54.372 INFO E| Compiling unicode-ident v1.0.24
107462026-08-19T02:52:55.086Z[ host-image] Aug 19 02:52:54.373 INFO E| Compiling utf8parse v0.2.2
107472026-08-19T02:52:55.086Z[ host-image] Aug 19 02:52:54.373 INFO E| Compiling is_terminal_polyfill v1.70.2
107482026-08-19T02:52:55.086Z[ host-image] Aug 19 02:52:54.373 INFO E| Compiling anstyle-query v1.1.5
107492026-08-19T02:52:55.086Z[ host-image] Aug 19 02:52:54.373 INFO E| Compiling colorchoice v1.0.5
107502026-08-19T02:52:55.086Z[ host-image] Aug 19 02:52:54.373 INFO E| Compiling anstyle v1.0.14
107512026-08-19T02:52:55.086Z[ host-image] Aug 19 02:52:54.373 INFO E| Compiling strsim v0.11.1
107522026-08-19T02:52:55.086Z[ host-image] Aug 19 02:52:54.373 INFO E| Compiling clap_lex v1.1.0
107532026-08-19T02:52:55.086Z[ host-image] Aug 19 02:52:54.373 INFO E| Compiling heck v0.5.0
107542026-08-19T02:52:55.087Z[ host-image] Aug 19 02:52:54.373 INFO E| Compiling shared_thread v0.2.0
107552026-08-19T02:52:55.211Z[ host-image] Aug 19 02:52:54.500 INFO E| Compiling anstyle-parse v1.0.0
107562026-08-19T02:52:55.346Z[ host-image] Aug 19 02:52:54.635 INFO E| Compiling anstream v1.0.0
107572026-08-19T02:52:55.544Z[ host-image] Aug 19 02:52:54.833 INFO E| Compiling clap_builder v4.6.0
107582026-08-19T02:52:55.804Z[ host-image] Aug 19 02:52:55.094 INFO E| Compiling errno v0.3.14
107592026-08-19T02:52:55.804Z[ host-image] Aug 19 02:52:55.094 INFO E| Compiling os_pipe v1.2.3
107602026-08-19T02:52:55.887Z[ host-image] Aug 19 02:52:55.177 INFO E| Compiling signal-hook-registry v1.4.8
107612026-08-19T02:52:56.092Z[ host-image] Aug 19 02:52:55.381 INFO E| Compiling syn v2.0.117
107622026-08-19T02:52:56.137Z[ host-image] Aug 19 02:52:55.426 INFO E| Compiling sigchld v0.2.4
107632026-08-19T02:52:56.226Z[ host-image] Aug 19 02:52:55.516 INFO E| Compiling shared_child v1.1.1
107642026-08-19T02:52:56.333Z[ host-image] Aug 19 02:52:55.623 INFO E| Compiling duct v1.1.1
107652026-08-19T02:52:57.203Z[ recovery-image] Aug 19 02:52:56.492 INFO creating reset image...
107662026-08-19T02:52:57.203Z[ recovery-image] Aug 19 02:52:56.493 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")
107672026-08-19T02:52:57.368Z[ recovery-image] Aug 19 02:52:56.658 INFO E| Blocking waiting for file lock on build directory
107682026-08-19T02:52:57.988Z[ host-image] Aug 19 02:52:57.277 INFO E| Compiling clap_derive v4.6.1
107692026-08-19T02:52:59.144Z[ host-image] Aug 19 02:52:58.433 INFO E| Compiling clap v4.6.1
107702026-08-19T02:52:59.199Z[ host-image] Aug 19 02:52:58.489 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/phbl/xtask)
107712026-08-19T02:52:59.945Z[ host-image] Aug 19 02:52:59.235 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.59s
107722026-08-19T02:52:59.950Z[ host-image] Aug 19 02:52:59.240 INFO E| Running `target/debug/xtask build --release --cpioz /work/os-host/cpio.z --target-dir /work/os-host/phbl`
107732026-08-19T02:52:59.953Z[ recovery-image] Aug 19 02:52:59.240 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.70s
107742026-08-19T02:52:59.953Z[ recovery-image] Aug 19 02:52:59.243 INFO E| Running `target/debug/xtask build --release --cpioz /work/os-recovery/cpio.z --target-dir /work/os-recovery/phbl`
107752026-08-19T02:53:00.143Z[ recovery-image] Aug 19 02:52:59.433 INFO E| Blocking waiting for file lock on package cache
107762026-08-19T02:53:00.160Z[ host-image] Aug 19 02:52:59.450 INFO E| Blocking waiting for file lock on package cache
107772026-08-19T02:53:00.185Z[ recovery-image] Aug 19 02:52:59.475 INFO E| Blocking waiting for file lock on package cache
107782026-08-19T02:53:00.204Z[ host-image] Aug 19 02:52:59.493 INFO E| Blocking waiting for file lock on package cache
107792026-08-19T02:53:00.228Z[ recovery-image] Aug 19 02:52:59.517 INFO E| Blocking waiting for file lock on package cache
107802026-08-19T02:53:00.231Z[ host-image] Aug 19 02:52:59.518 INFO E| Downloading crates ...
107812026-08-19T02:53:00.275Z[ host-image] Aug 19 02:52:59.565 INFO E| Downloaded log v0.4.32
107822026-08-19T02:53:00.283Z[ host-image] Aug 19 02:52:59.573 INFO E| Downloaded cpio_reader v0.1.2
107832026-08-19T02:53:00.286Z[ host-image] Aug 19 02:52:59.574 INFO E| Downloaded bit_field v0.10.3
107842026-08-19T02:53:00.286Z[ host-image] Aug 19 02:52:59.574 INFO E| Downloaded bitstruct_derive v0.1.0
107852026-08-19T02:53:00.286Z[ host-image] Aug 19 02:52:59.575 INFO E| Downloaded raw-cpuid v10.7.0
107862026-08-19T02:53:00.290Z[ host-image] Aug 19 02:52:59.580 INFO E| Downloaded bitstruct v0.1.1
107872026-08-19T02:53:00.297Z[ host-image] Aug 19 02:52:59.587 INFO E| Downloaded bitflags v2.13.0
107882026-08-19T02:53:00.303Z[ host-image] Aug 19 02:52:59.593 INFO E| Downloaded miniz_oxide v0.9.1
107892026-08-19T02:53:00.331Z[ host-image] Aug 19 02:52:59.621 INFO E| Downloaded goblin v0.10.7
107902026-08-19T02:53:00.434Z[ host-image] Aug 19 02:52:59.724 INFO E| Downloaded x86 v0.52.0
107912026-08-19T02:53:00.465Z[ host-image] Aug 19 02:52:59.755 INFO E| Blocking waiting for file lock on package cache
107922026-08-19T02:53:00.468Z[ host-image] Aug 19 02:52:59.755 INFO E| Updating crates.io index
107932026-08-19T02:53:00.471Z[ recovery-image] Aug 19 02:52:59.759 INFO E| Blocking waiting for file lock on package cache
107942026-08-19T02:53:00.509Z[ host-image] Aug 19 02:52:59.799 INFO E| Blocking waiting for file lock on package cache
107952026-08-19T02:53:00.512Z[ recovery-image] Aug 19 02:52:59.801 INFO E| Blocking waiting for file lock on package cache
107962026-08-19T02:53:00.512Z[ host-image] Aug 19 02:52:59.802 INFO E| Downloading crates ...
107972026-08-19T02:53:00.533Z[ host-image] Aug 19 02:52:59.823 INFO E| Downloaded rustc-literal-escaper v0.0.7
107982026-08-19T02:53:00.536Z[ host-image] Aug 19 02:52:59.824 INFO E| Downloaded hashbrown v0.17.1
107992026-08-19T02:53:00.539Z[ host-image] Aug 19 02:52:59.828 INFO E| Blocking waiting for file lock on package cache
108002026-08-19T02:53:00.584Z[ host-image] Aug 19 02:52:59.874 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)
108012026-08-19T02:53:00.584Z[ host-image] Aug 19 02:52:59.874 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)
108022026-08-19T02:53:00.588Z[ host-image] Aug 19 02:52:59.874 INFO E| Compiling proc-macro2 v1.0.106
108032026-08-19T02:53:00.588Z[ recovery-image] Aug 19 02:52:59.874 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)
108042026-08-19T02:53:00.588Z[ host-image] Aug 19 02:52:59.874 INFO E| Compiling unicode-ident v1.0.24
108052026-08-19T02:53:00.588Z[ host-image] Aug 19 02:52:59.874 INFO E| Compiling quote v1.0.45
108062026-08-19T02:53:00.588Z[ host-image] Aug 19 02:52:59.874 INFO E| Compiling syn v1.0.109
108072026-08-19T02:53:00.588Z[ recovery-image] Aug 19 02:52:59.874 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)
108082026-08-19T02:53:00.588Z[ host-image] Aug 19 02:52:59.874 INFO E| Compiling x86 v0.52.0
108092026-08-19T02:53:00.588Z[ recovery-image] Aug 19 02:52:59.874 INFO E| Compiling proc-macro2 v1.0.106
108102026-08-19T02:53:00.588Z[ host-image] Aug 19 02:52:59.874 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
108112026-08-19T02:53:00.588Z[ recovery-image] Aug 19 02:52:59.874 INFO E| Compiling quote v1.0.45
108122026-08-19T02:53:00.588Z[ recovery-image] Aug 19 02:52:59.874 INFO E| Compiling unicode-ident v1.0.24
108132026-08-19T02:53:00.588Z[ recovery-image] Aug 19 02:52:59.874 INFO E| Compiling syn v1.0.109
108142026-08-19T02:53:00.588Z[ recovery-image] Aug 19 02:52:59.875 INFO E| Compiling x86 v0.52.0
108152026-08-19T02:53:00.589Z[ recovery-image] Aug 19 02:52:59.875 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
108162026-08-19T02:53:00.589Z[ recovery-image] Aug 19 02:52:59.875 INFO E| Compiling seq-macro v0.3.6
108172026-08-19T02:53:00.596Z[ host-image] Aug 19 02:52:59.886 INFO E| Compiling seq-macro v0.3.6
108182026-08-19T02:53:01.583Z[ recovery-image] Aug 19 02:53:00.872 INFO E| Compiling syn v2.0.117
108192026-08-19T02:53:01.682Z[ host-image] Aug 19 02:53:00.971 INFO E| Compiling syn v2.0.117
108202026-08-19T02:53:02.940Z[ recovery-image] Aug 19 02:53:02.230 INFO E| Compiling scroll_derive v0.13.1
108212026-08-19T02:53:03.029Z[ host-image] Aug 19 02:53:02.319 INFO E| Compiling scroll_derive v0.13.1
108222026-08-19T02:53:03.972Z[ recovery-image] Aug 19 02:53:03.261 INFO E| Compiling bitstruct_derive v0.1.0
108232026-08-19T02:53:04.040Z[ host-image] Aug 19 02:53:03.330 INFO E| Compiling bitstruct_derive v0.1.0
108242026-08-19T02:53:12.923Z[ host-image] Aug 19 02:53:12.212 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)
108252026-08-19T02:53:13.180Z[ recovery-image] Aug 19 02:53:12.469 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)
108262026-08-19T02:53:15.402Z[ host-image] Aug 19 02:53:14.691 INFO E| Compiling bitflags v1.3.2
108272026-08-19T02:53:15.402Z[ host-image] Aug 19 02:53:14.691 INFO E| Compiling bitflags v2.13.0
108282026-08-19T02:53:15.402Z[ host-image] Aug 19 02:53:14.691 INFO E| Compiling log v0.4.32
108292026-08-19T02:53:15.402Z[ host-image] Aug 19 02:53:14.691 INFO E| Compiling adler2 v2.0.1
108302026-08-19T02:53:15.406Z[ host-image] Aug 19 02:53:14.692 INFO E| Compiling bit_field v0.10.3
108312026-08-19T02:53:15.406Z[ host-image] Aug 19 02:53:14.692 INFO E| Compiling plain v0.2.3
108322026-08-19T02:53:15.406Z[ host-image] Aug 19 02:53:14.692 INFO E| Compiling scroll v0.13.0
108332026-08-19T02:53:15.406Z[ host-image] Aug 19 02:53:14.692 INFO E| Compiling static_assertions v1.1.0
108342026-08-19T02:53:15.407Z[ host-image] Aug 19 02:53:14.692 INFO E| Compiling bitstruct v0.1.1
108352026-08-19T02:53:15.465Z[ host-image] Aug 19 02:53:14.754 INFO E| Compiling raw-cpuid v10.7.0
108362026-08-19T02:53:15.528Z[ host-image] Aug 19 02:53:14.818 INFO E| Compiling miniz_oxide v0.9.1
108372026-08-19T02:53:15.635Z[ host-image] Aug 19 02:53:14.924 INFO E| Compiling cpio_reader v0.1.2
108382026-08-19T02:53:15.650Z[ host-image] Aug 19 02:53:14.940 INFO E| Compiling goblin v0.10.7
108392026-08-19T02:53:15.726Z[ recovery-image] Aug 19 02:53:15.015 INFO E| Compiling bitflags v1.3.2
108402026-08-19T02:53:15.726Z[ recovery-image] Aug 19 02:53:15.015 INFO E| Compiling adler2 v2.0.1
108412026-08-19T02:53:15.726Z[ recovery-image] Aug 19 02:53:15.015 INFO E| Compiling bitflags v2.13.0
108422026-08-19T02:53:15.726Z[ recovery-image] Aug 19 02:53:15.015 INFO E| Compiling plain v0.2.3
108432026-08-19T02:53:15.726Z[ recovery-image] Aug 19 02:53:15.015 INFO E| Compiling scroll v0.13.0
108442026-08-19T02:53:15.730Z[ recovery-image] Aug 19 02:53:15.015 INFO E| Compiling bit_field v0.10.3
108452026-08-19T02:53:15.730Z[ recovery-image] Aug 19 02:53:15.015 INFO E| Compiling log v0.4.32
108462026-08-19T02:53:15.730Z[ recovery-image] Aug 19 02:53:15.015 INFO E| Compiling bitstruct v0.1.1
108472026-08-19T02:53:15.730Z[ recovery-image] Aug 19 02:53:15.015 INFO E| Compiling static_assertions v1.1.0
108482026-08-19T02:53:15.787Z[ recovery-image] Aug 19 02:53:15.076 INFO E| Compiling raw-cpuid v10.7.0
108492026-08-19T02:53:15.854Z[ recovery-image] Aug 19 02:53:15.143 INFO E| Compiling miniz_oxide v0.9.1
108502026-08-19T02:53:16.014Z[ recovery-image] Aug 19 02:53:15.303 INFO E| Compiling cpio_reader v0.1.2
108512026-08-19T02:53:16.041Z[ recovery-image] Aug 19 02:53:15.330 INFO E| Compiling goblin v0.10.7
108522026-08-19T02:53:19.558Z[ host-image] Aug 19 02:53:18.847 INFO E| Finished `release` profile [optimized] target(s) in 19.59s
108532026-08-19T02:53:19.582Z[ host-image] Aug 19 02:53:18.871 INFO building ROM for cosmo
108542026-08-19T02:53:19.582Z[ host-image] Aug 19 02:53:18.871 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")
108552026-08-19T02:53:19.672Z[ host-image] Aug 19 02:53:18.961 INFO E| Downloading crates ...
108562026-08-19T02:53:19.727Z[ host-image] Aug 19 02:53:19.017 INFO E| Downloaded is_terminal_polyfill v1.70.1
108572026-08-19T02:53:19.731Z[ host-image] Aug 19 02:53:19.021 INFO E| Downloaded toml_datetime v0.6.9
108582026-08-19T02:53:19.746Z[ host-image] Aug 19 02:53:19.036 INFO E| Downloaded clap_lex v0.7.4
108592026-08-19T02:53:19.749Z[ host-image] Aug 19 02:53:19.037 INFO E| Downloaded anstyle v1.0.10
108602026-08-19T02:53:19.753Z[ host-image] Aug 19 02:53:19.043 INFO E| Downloaded anstyle-query v1.1.2
108612026-08-19T02:53:19.756Z[ host-image] Aug 19 02:53:19.044 INFO E| Downloaded colorchoice v1.0.3
108622026-08-19T02:53:19.756Z[ host-image] Aug 19 02:53:19.046 INFO E| Downloaded serde_spanned v0.6.8
108632026-08-19T02:53:19.759Z[ host-image] Aug 19 02:53:19.047 INFO E| Downloaded shared_child v1.0.1
108642026-08-19T02:53:19.759Z[ host-image] Aug 19 02:53:19.048 INFO E| Downloaded os_pipe v1.2.1
108652026-08-19T02:53:19.763Z[ recovery-image] Aug 19 02:53:19.052 INFO E| Finished `release` profile [optimized] target(s) in 19.79s
108662026-08-19T02:53:19.766Z[ host-image] Aug 19 02:53:19.055 INFO E| Downloaded anstream v0.6.18
108672026-08-19T02:53:19.769Z[ host-image] Aug 19 02:53:19.056 INFO E| Downloaded anstyle-parse v0.2.6
108682026-08-19T02:53:19.773Z[ host-image] Aug 19 02:53:19.063 INFO E| Downloaded duct v0.13.7
108692026-08-19T02:53:19.776Z[ host-image] Aug 19 02:53:19.065 INFO E| Downloaded toml_write v0.1.1
108702026-08-19T02:53:19.779Z[ recovery-image] Aug 19 02:53:19.069 INFO skipping building ROM for cosmo-mbist ('mbist' disabled)
108712026-08-19T02:53:19.779Z[ recovery-image] Aug 19 02:53:19.069 INFO building ROM for cosmo
108722026-08-19T02:53:19.779Z[ recovery-image] Aug 19 02:53:19.069 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")
108732026-08-19T02:53:19.782Z[ host-image] Aug 19 02:53:19.072 INFO E| Downloaded clap_derive v4.5.32
108742026-08-19T02:53:19.787Z[ host-image] Aug 19 02:53:19.077 INFO E| Downloaded clap v4.5.37
108752026-08-19T02:53:19.792Z[ host-image] Aug 19 02:53:19.082 INFO E| Downloaded toml v0.8.22
108762026-08-19T02:53:19.813Z[ host-image] Aug 19 02:53:19.103 INFO E| Downloaded clap_builder v4.5.37
108772026-08-19T02:53:19.817Z[ host-image] Aug 19 02:53:19.107 INFO E| Downloaded cc v1.2.20
108782026-08-19T02:53:19.820Z[ host-image] Aug 19 02:53:19.109 INFO E| Downloaded toml_edit v0.22.26
108792026-08-19T02:53:19.835Z[ recovery-image] Aug 19 02:53:19.124 INFO E| Blocking waiting for file lock on package cache
108802026-08-19T02:53:19.840Z[ host-image] Aug 19 02:53:19.130 INFO E| Downloaded winnow v0.7.7
108812026-08-19T02:53:19.847Z[ host-image] Aug 19 02:53:19.137 INFO E| Blocking waiting for file lock on package cache
108822026-08-19T02:53:19.882Z[ host-image] Aug 19 02:53:19.171 INFO E| Compiling libc v0.2.172
108832026-08-19T02:53:19.882Z[ host-image] Aug 19 02:53:19.171 INFO E| Compiling utf8parse v0.2.2
108842026-08-19T02:53:19.885Z[ host-image] Aug 19 02:53:19.171 INFO E| Compiling hashbrown v0.15.2
108852026-08-19T02:53:19.885Z[ host-image] Aug 19 02:53:19.171 INFO E| Compiling once_cell v1.21.3
108862026-08-19T02:53:19.885Z[ host-image] Aug 19 02:53:19.171 INFO E| Compiling is_terminal_polyfill v1.70.1
108872026-08-19T02:53:19.885Z[ host-image] Aug 19 02:53:19.171 INFO E| Compiling anstyle v1.0.10
108882026-08-19T02:53:19.885Z[ host-image] Aug 19 02:53:19.171 INFO E| Compiling colorchoice v1.0.3
108892026-08-19T02:53:19.885Z[ host-image] Aug 19 02:53:19.172 INFO E| Compiling equivalent v1.0.2
108902026-08-19T02:53:19.885Z[ host-image] Aug 19 02:53:19.172 INFO E| Compiling shlex v1.3.0
108912026-08-19T02:53:19.885Z[ host-image] Aug 19 02:53:19.172 INFO E| Compiling anstyle-query v1.1.2
108922026-08-19T02:53:19.885Z[ host-image] Aug 19 02:53:19.172 INFO E| Compiling clap_lex v0.7.4
108932026-08-19T02:53:19.885Z[ recovery-image] Aug 19 02:53:19.174 INFO E| Blocking waiting for file lock on build directory
108942026-08-19T02:53:19.901Z[ host-image] Aug 19 02:53:19.190 INFO E| Compiling strsim v0.11.1
108952026-08-19T02:53:19.906Z[ host-image] Aug 19 02:53:19.195 INFO E| Compiling winnow v0.7.7
108962026-08-19T02:53:19.909Z[ host-image] Aug 19 02:53:19.197 INFO E| Compiling anyhow v1.0.98
108972026-08-19T02:53:19.912Z[ host-image] Aug 19 02:53:19.201 INFO E| Compiling toml_write v0.1.1
108982026-08-19T02:53:19.916Z[ host-image] Aug 19 02:53:19.205 INFO E| Compiling syn v2.0.101
108992026-08-19T02:53:20.032Z[ host-image] Aug 19 02:53:19.321 INFO E| Compiling anstyle-parse v0.2.6
109002026-08-19T02:53:20.048Z[ host-image] Aug 19 02:53:19.337 INFO E| Compiling cc v1.2.20
109012026-08-19T02:53:20.181Z[ host-image] Aug 19 02:53:19.470 INFO E| Compiling anstream v0.6.18
109022026-08-19T02:53:20.399Z[ host-image] Aug 19 02:53:19.689 INFO E| Compiling clap_builder v4.5.37
109032026-08-19T02:53:20.451Z[ host-image] Aug 19 02:53:19.741 INFO E| Compiling indexmap v2.9.0
109042026-08-19T02:53:20.667Z[ host-image] Aug 19 02:53:19.956 INFO E| Compiling os_pipe v1.2.1
109052026-08-19T02:53:20.667Z[ host-image] Aug 19 02:53:19.957 INFO E| Compiling shared_child v1.0.1
109062026-08-19T02:53:20.788Z[ host-image] Aug 19 02:53:20.077 INFO E| Compiling duct v0.13.7
109072026-08-19T02:53:21.325Z[ host-image] Aug 19 02:53:20.614 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/xtask)
109082026-08-19T02:53:22.184Z[ host-image] Aug 19 02:53:21.473 INFO E| Compiling serde_derive v1.0.219
109092026-08-19T02:53:22.184Z[ host-image] Aug 19 02:53:21.473 INFO E| Compiling clap_derive v4.5.32
109102026-08-19T02:53:23.623Z[ host-image] Aug 19 02:53:22.912 INFO E| Compiling clap v4.5.37
109112026-08-19T02:53:24.275Z[ host-image] Aug 19 02:53:23.564 INFO E| Compiling serde v1.0.219
109122026-08-19T02:53:26.011Z[ host-image] Aug 19 02:53:25.300 INFO E| Compiling toml_datetime v0.6.9
109132026-08-19T02:53:26.011Z[ host-image] Aug 19 02:53:25.300 INFO E| Compiling serde_spanned v0.6.8
109142026-08-19T02:53:26.159Z[ host-image] Aug 19 02:53:25.448 INFO E| Compiling toml_edit v0.22.26
109152026-08-19T02:53:27.383Z[ host-image] Aug 19 02:53:26.673 INFO E| Compiling toml v0.8.22
109162026-08-19T02:53:29.481Z[ host-image] Aug 19 02:53:28.770 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.85s
109172026-08-19T02:53:29.488Z[ recovery-image] Aug 19 02:53:28.778 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.67s
109182026-08-19T02:53:29.492Z[ host-image] Aug 19 02:53:28.780 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`
109192026-08-19T02:53:29.492Z[ recovery-image] Aug 19 02:53:28.781 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`
109202026-08-19T02:53:29.509Z[ recovery-image] Aug 19 02:53:28.798 INFO E| reading from "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
109212026-08-19T02:53:29.513Z[ host-image] Aug 19 02:53:28.800 INFO E| reading from "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
109222026-08-19T02:53:29.531Z[ host-image] Aug 19 02:53:28.821 INFO E| Blocking waiting for file lock on package cache
109232026-08-19T02:53:29.553Z[ recovery-image] Aug 19 02:53:28.843 INFO E| Blocking waiting for file lock on package cache
109242026-08-19T02:53:29.577Z[ host-image] Aug 19 02:53:28.866 INFO E| Blocking waiting for file lock on package cache
109252026-08-19T02:53:29.580Z[ recovery-image] Aug 19 02:53:28.867 INFO E| Blocking waiting for file lock on package cache
109262026-08-19T02:53:29.580Z[ host-image] Aug 19 02:53:28.869 INFO E| Blocking waiting for file lock on package cache
109272026-08-19T02:53:29.598Z[ recovery-image] Aug 19 02:53:28.887 INFO E| Blocking waiting for file lock on package cache
109282026-08-19T02:53:29.612Z[ host-image] Aug 19 02:53:28.902 INFO E| Blocking waiting for file lock on build directory
109292026-08-19T02:53:29.625Z[ recovery-image] Aug 19 02:53:28.915 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.11s
109302026-08-19T02:53:29.629Z[ recovery-image] Aug 19 02:53:28.919 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`
109312026-08-19T02:53:29.635Z[ host-image] Aug 19 02:53:28.925 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.12s
109322026-08-19T02:53:29.639Z[ host-image] Aug 19 02:53:28.928 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`
109332026-08-19T02:53:29.850Z[ recovery-image] Aug 19 02:53:29.139 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x00_AmdPubKey_BRH.tkn"
109342026-08-19T02:53:29.850Z[ recovery-image] Aug 19 02:53:29.139 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x01_PspBl_BRH.esbin"
109352026-08-19T02:53:29.850Z[ recovery-image] Aug 19 02:53:29.139 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x02_PspOS_BRH.ecsbin"
109362026-08-19T02:53:29.855Z[ recovery-image] Aug 19 02:53:29.139 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x03_PspRecBl_BRH.esbin"
109372026-08-19T02:53:29.855Z[ recovery-image] Aug 19 02:53:29.139 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x08_SmuFirmware_breithorn.ecsbin"
109382026-08-19T02:53:29.855Z[ recovery-image] Aug 19 02:53:29.139 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x208_SmuFirmware_BRHDense.ecsbin"
109392026-08-19T02:53:29.855Z[ recovery-image] Aug 19 02:53:29.139 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x09_PspDebugUnlockToken_BRH.stkn"
109402026-08-19T02:53:29.855Z[ recovery-image] Aug 19 02:53:29.139 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x0A_PspAblPubKey_BRH.stkn"
109412026-08-19T02:53:29.855Z[ recovery-image] Aug 19 02:53:29.139 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x13_SduFw_BRH.ecsbin"
109422026-08-19T02:53:29.855Z[ recovery-image] Aug 19 02:53:29.139 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x21_PspAmdIkek_BRH.bin"
109432026-08-19T02:53:29.855Z[ recovery-image] Aug 19 02:53:29.139 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22_SecureEmptyToken.bin"
109442026-08-19T02:53:29.855Z[ recovery-image] Aug 19 02:53:29.139 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x24_RegisterAccessPolicy_BRH.cesbin"
109452026-08-19T02:53:29.855Z[ recovery-image] Aug 19 02:53:29.139 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x224_RegisterAccessPolicy_BRHDense.cesbin"
109462026-08-19T02:53:29.855Z[ recovery-image] Aug 19 02:53:29.139 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x28_PspSystemDriver_BRH.ecsbin"
109472026-08-19T02:53:29.855Z[ recovery-image] Aug 19 02:53:29.139 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2A_SmuFirmware_breithorn.ecsbin"
109482026-08-19T02:53:29.855Z[ recovery-image] Aug 19 02:53:29.140 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22A_SmuFirmware_BRHDense.ecsbin"
109492026-08-19T02:53:29.856Z[ recovery-image] Aug 19 02:53:29.140 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2D_AblRt.ecsbin"
109502026-08-19T02:53:29.856Z[ recovery-image] Aug 19 02:53:29.140 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x30_AgesaBootLoaderU_BRH.ecsbin"
109512026-08-19T02:53:29.856Z[ recovery-image] Aug 19 02:53:29.140 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x42_PhyFw_BRH.ecsbin"
109522026-08-19T02:53:29.856Z[ recovery-image] Aug 19 02:53:29.140 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x44_USB_PHY_BRH.esbin"
109532026-08-19T02:53:29.856Z[ recovery-image] Aug 19 02:53:29.140 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x45_RegisterAccessPolicy_BRH.cesbin"
109542026-08-19T02:53:29.856Z[ recovery-image] Aug 19 02:53:29.140 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x245_RegisterAccessPolicy_BRHDense.cesbin"
109552026-08-19T02:53:29.856Z[ recovery-image] Aug 19 02:53:29.140 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x50_PspKeyDataBase_BRH.sbin"
109562026-08-19T02:53:29.856Z[ recovery-image] Aug 19 02:53:29.140 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x51_PspTosKeyDataBase_BRH.ecsbin"
109572026-08-19T02:53:29.856Z[ recovery-image] Aug 19 02:53:29.140 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x55_SPLTable_BRH.sbin"
109582026-08-19T02:53:29.856Z[ recovery-image] Aug 19 02:53:29.140 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x5DMpioFw_BRH.cesbin"
109592026-08-19T02:53:29.856Z[ recovery-image] Aug 19 02:53:29.140 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x64_RasDriver_BRH.ecsbin"
109602026-08-19T02:53:29.856Z[ recovery-image] Aug 19 02:53:29.140 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x65_ta_ras_prod_amdTEE.ecsbin"
109612026-08-19T02:53:29.856Z[ recovery-image] Aug 19 02:53:29.140 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1A_SevDriver_BRH.ecsbin"
109622026-08-19T02:53:29.856Z[ recovery-image] Aug 19 02:53:29.140 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x15_IpKeyManagerDriver_BRH.ecsbin"
109632026-08-19T02:53:29.857Z[ recovery-image] Aug 19 02:53:29.140 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1B_BootDriver_BRH.ecsbin"
109642026-08-19T02:53:29.857Z[ recovery-image] Aug 19 02:53:29.140 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1C_SocDriver_BRH.ecsbin"
109652026-08-19T02:53:29.857Z[ recovery-image] Aug 19 02:53:29.140 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1D_HadDriver_BRH.ecsbin"
109662026-08-19T02:53:29.857Z[ recovery-image] Aug 19 02:53:29.140 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1F_InterfaceDriver_BRH.ecsbin"
109672026-08-19T02:53:29.857Z[ recovery-image] Aug 19 02:53:29.140 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x38_PspSevEmptyData.bin"
109682026-08-19T02:53:29.857Z[ recovery-image] Aug 19 02:53:29.140 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x47_DRTMDriver_BRH.ecsbin"
109692026-08-19T02:53:29.857Z[ recovery-image] Aug 19 02:53:29.140 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x67_FHPDriver_BRH.ecsbin"
109702026-08-19T02:53:29.857Z[ recovery-image] Aug 19 02:53:29.140 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x68_SPDMDriver_BRH.ecsbin"
109712026-08-19T02:53:29.857Z[ recovery-image] Aug 19 02:53:29.140 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x69_DPEDriver_BRH.ecsbin"
109722026-08-19T02:53:29.857Z[ recovery-image] Aug 19 02:53:29.140 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x73_PspBl_BRH.ecsbin"
109732026-08-19T02:53:29.857Z[ recovery-image] Aug 19 02:53:29.140 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x76_DfRib_BRH.csbin"
109742026-08-19T02:53:29.857Z[ recovery-image] Aug 19 02:53:29.140 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x8C_MPDMATF_BRH.sbin"
109752026-08-19T02:53:29.857Z[ recovery-image] Aug 19 02:53:29.140 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x91_GmiPhyFw_BRH.esbin"
109762026-08-19T02:53:29.857Z[ recovery-image] Aug 19 02:53:29.140 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x92_Page_BRH.sbin"
109772026-08-19T02:53:29.857Z[ recovery-image] Aug 19 02:53:29.140 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9D_AspSramFwExt_BRH.sbin"
109782026-08-19T02:53:29.858Z[ recovery-image] Aug 19 02:53:29.141 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9F_psp_tos_wl_bin_brh.sbin"
109792026-08-19T02:53:29.858Z[ recovery-image] Aug 19 02:53:29.141 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_A0.sbin"
109802026-08-19T02:53:29.858Z[ recovery-image] Aug 19 02:53:29.141 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_A0.sbin"
109812026-08-19T02:53:29.858Z[ recovery-image] Aug 19 02:53:29.141 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B0.sbin"
109822026-08-19T02:53:29.858Z[ recovery-image] Aug 19 02:53:29.141 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C0.sbin"
109832026-08-19T02:53:29.858Z[ recovery-image] Aug 19 02:53:29.141 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_B0.sbin"
109842026-08-19T02:53:29.858Z[ recovery-image] Aug 19 02:53:29.141 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B1.sbin"
109852026-08-19T02:53:29.858Z[ recovery-image] Aug 19 02:53:29.141 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C1.sbin"
109862026-08-19T02:53:29.858Z[ recovery-image] Aug 19 02:53:29.141 INFO O| Info: ABL version: 0x100af010
109872026-08-19T02:53:29.858Z[ recovery-image] Aug 19 02:53:29.141 INFO O| Info: For sub_program 2: SMU firmware version: 99.131.0
109882026-08-19T02:53:29.858Z[ recovery-image] Aug 19 02:53:29.141 INFO O| Info: For sub_program 0: SMU firmware version: 94.131.0
109892026-08-19T02:53:29.858Z[ recovery-image] Aug 19 02:53:29.141 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/APOB_NV_BRH.bin"
109902026-08-19T02:53:29.858Z[ recovery-image] Aug 19 02:53:29.141 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH.ecsbin"
109912026-08-19T02:53:29.858Z[ recovery-image] Aug 19 02:53:29.141 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH_C0.ecsbin"
109922026-08-19T02:53:29.858Z[ recovery-image] Aug 19 02:53:29.141 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH.ecsbin"
109932026-08-19T02:53:29.859Z[ recovery-image] Aug 19 02:53:29.141 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH_C0.ecsbin"
109942026-08-19T02:53:29.859Z[ recovery-image] Aug 19 02:53:29.141 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH.ecsbin"
109952026-08-19T02:53:29.859Z[ recovery-image] Aug 19 02:53:29.141 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH_C0.ecsbin"
109962026-08-19T02:53:29.859Z[ recovery-image] Aug 19 02:53:29.141 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH.ecsbin"
109972026-08-19T02:53:29.859Z[ recovery-image] Aug 19 02:53:29.141 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH_C0.ecsbin"
109982026-08-19T02:53:29.859Z[ recovery-image] Aug 19 02:53:29.141 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmQuickbootImem11_BRH_C0.ecsbin"
109992026-08-19T02:53:29.859Z[ recovery-image] Aug 19 02:53:29.141 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH.ecsbin"
110002026-08-19T02:53:29.859Z[ recovery-image] Aug 19 02:53:29.141 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH_C0.ecsbin"
110012026-08-19T02:53:29.859Z[ recovery-image] Aug 19 02:53:29.141 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH.ecsbin"
110022026-08-19T02:53:29.859Z[ recovery-image] Aug 19 02:53:29.141 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH_C0.ecsbin"
110032026-08-19T02:53:29.859Z[ recovery-image] Aug 19 02:53:29.142 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH.ecsbin"
110042026-08-19T02:53:29.859Z[ recovery-image] Aug 19 02:53:29.142 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH_C0.ecsbin"
110052026-08-19T02:53:29.859Z[ recovery-image] Aug 19 02:53:29.142 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH.ecsbin"
110062026-08-19T02:53:29.859Z[ recovery-image] Aug 19 02:53:29.142 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH_C0.ecsbin"
110072026-08-19T02:53:29.859Z[ recovery-image] Aug 19 02:53:29.142 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem11_BRH_C0.ecsbin"
110082026-08-19T02:53:29.859Z[ recovery-image] Aug 19 02:53:29.142 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem12_BRH_C0.ecsbin"
110092026-08-19T02:53:29.859Z[ recovery-image] Aug 19 02:53:29.142 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem5_BRH.csbin"
110102026-08-19T02:53:29.859Z[ recovery-image] Aug 19 02:53:29.142 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem6_BRH.csbin"
110112026-08-19T02:53:29.859Z[ recovery-image] Aug 19 02:53:29.142 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem7_BRH.csbin"
110122026-08-19T02:53:29.859Z[ recovery-image] Aug 19 02:53:29.142 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem8_BRH.csbin"
110132026-08-19T02:53:29.859Z[ recovery-image] Aug 19 02:53:29.142 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem5_BRH.csbin"
110142026-08-19T02:53:29.859Z[ recovery-image] Aug 19 02:53:29.142 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem6_BRH.csbin"
110152026-08-19T02:53:29.859Z[ recovery-image] Aug 19 02:53:29.142 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem7_BRH.csbin"
110162026-08-19T02:53:29.859Z[ recovery-image] Aug 19 02:53:29.142 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem8_BRH.csbin"
110172026-08-19T02:53:29.859Z[ recovery-image] Aug 19 02:53:29.142 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmQuickbootImem13_BRH.csbin"
110182026-08-19T02:53:29.860Z[ recovery-image] Aug 19 02:53:29.142 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem13_BRH.csbin"
110192026-08-19T02:53:29.860Z[ recovery-image] Aug 19 02:53:29.142 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem14_BRH.csbin"
110202026-08-19T02:53:29.864Z[ host-image] Aug 19 02:53:29.148 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x00_AmdPubKey_BRH.tkn"
110212026-08-19T02:53:29.864Z[ host-image] Aug 19 02:53:29.148 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x01_PspBl_BRH.esbin"
110222026-08-19T02:53:29.864Z[ host-image] Aug 19 02:53:29.148 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x02_PspOS_BRH.ecsbin"
110232026-08-19T02:53:29.864Z[ host-image] Aug 19 02:53:29.148 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x03_PspRecBl_BRH.esbin"
110242026-08-19T02:53:29.864Z[ host-image] Aug 19 02:53:29.148 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x08_SmuFirmware_breithorn.ecsbin"
110252026-08-19T02:53:29.864Z[ host-image] Aug 19 02:53:29.148 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x208_SmuFirmware_BRHDense.ecsbin"
110262026-08-19T02:53:29.864Z[ host-image] Aug 19 02:53:29.148 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x09_PspDebugUnlockToken_BRH.stkn"
110272026-08-19T02:53:29.864Z[ host-image] Aug 19 02:53:29.148 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x0A_PspAblPubKey_BRH.stkn"
110282026-08-19T02:53:29.864Z[ host-image] Aug 19 02:53:29.148 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x13_SduFw_BRH.ecsbin"
110292026-08-19T02:53:29.864Z[ host-image] Aug 19 02:53:29.148 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x21_PspAmdIkek_BRH.bin"
110302026-08-19T02:53:29.864Z[ host-image] Aug 19 02:53:29.148 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22_SecureEmptyToken.bin"
110312026-08-19T02:53:29.864Z[ host-image] Aug 19 02:53:29.148 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x24_RegisterAccessPolicy_BRH.cesbin"
110322026-08-19T02:53:29.865Z[ host-image] Aug 19 02:53:29.148 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x224_RegisterAccessPolicy_BRHDense.cesbin"
110332026-08-19T02:53:29.865Z[ host-image] Aug 19 02:53:29.148 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x28_PspSystemDriver_BRH.ecsbin"
110342026-08-19T02:53:29.865Z[ host-image] Aug 19 02:53:29.148 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2A_SmuFirmware_breithorn.ecsbin"
110352026-08-19T02:53:29.866Z[ host-image] Aug 19 02:53:29.148 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22A_SmuFirmware_BRHDense.ecsbin"
110362026-08-19T02:53:29.866Z[ host-image] Aug 19 02:53:29.148 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2D_AblRt.ecsbin"
110372026-08-19T02:53:29.866Z[ host-image] Aug 19 02:53:29.148 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x30_AgesaBootLoaderU_BRH.ecsbin"
110382026-08-19T02:53:29.866Z[ host-image] Aug 19 02:53:29.148 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x42_PhyFw_BRH.ecsbin"
110392026-08-19T02:53:29.866Z[ host-image] Aug 19 02:53:29.148 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x44_USB_PHY_BRH.esbin"
110402026-08-19T02:53:29.866Z[ host-image] Aug 19 02:53:29.148 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x45_RegisterAccessPolicy_BRH.cesbin"
110412026-08-19T02:53:29.866Z[ host-image] Aug 19 02:53:29.148 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x245_RegisterAccessPolicy_BRHDense.cesbin"
110422026-08-19T02:53:29.866Z[ host-image] Aug 19 02:53:29.148 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x50_PspKeyDataBase_BRH.sbin"
110432026-08-19T02:53:29.866Z[ host-image] Aug 19 02:53:29.148 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x51_PspTosKeyDataBase_BRH.ecsbin"
110442026-08-19T02:53:29.866Z[ host-image] Aug 19 02:53:29.148 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x55_SPLTable_BRH.sbin"
110452026-08-19T02:53:29.866Z[ host-image] Aug 19 02:53:29.148 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x5DMpioFw_BRH.cesbin"
110462026-08-19T02:53:29.866Z[ host-image] Aug 19 02:53:29.148 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x64_RasDriver_BRH.ecsbin"
110472026-08-19T02:53:29.866Z[ host-image] Aug 19 02:53:29.148 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x65_ta_ras_prod_amdTEE.ecsbin"
110482026-08-19T02:53:29.866Z[ host-image] Aug 19 02:53:29.148 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1A_SevDriver_BRH.ecsbin"
110492026-08-19T02:53:29.866Z[ host-image] Aug 19 02:53:29.148 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x15_IpKeyManagerDriver_BRH.ecsbin"
110502026-08-19T02:53:29.866Z[ host-image] Aug 19 02:53:29.148 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1B_BootDriver_BRH.ecsbin"
110512026-08-19T02:53:29.866Z[ host-image] Aug 19 02:53:29.148 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1C_SocDriver_BRH.ecsbin"
110522026-08-19T02:53:29.867Z[ host-image] Aug 19 02:53:29.148 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1D_HadDriver_BRH.ecsbin"
110532026-08-19T02:53:29.867Z[ host-image] Aug 19 02:53:29.148 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1F_InterfaceDriver_BRH.ecsbin"
110542026-08-19T02:53:29.867Z[ host-image] Aug 19 02:53:29.149 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x38_PspSevEmptyData.bin"
110552026-08-19T02:53:29.867Z[ host-image] Aug 19 02:53:29.149 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x47_DRTMDriver_BRH.ecsbin"
110562026-08-19T02:53:29.867Z[ host-image] Aug 19 02:53:29.149 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x67_FHPDriver_BRH.ecsbin"
110572026-08-19T02:53:29.867Z[ host-image] Aug 19 02:53:29.149 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x68_SPDMDriver_BRH.ecsbin"
110582026-08-19T02:53:29.867Z[ host-image] Aug 19 02:53:29.149 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x69_DPEDriver_BRH.ecsbin"
110592026-08-19T02:53:29.867Z[ host-image] Aug 19 02:53:29.149 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x73_PspBl_BRH.ecsbin"
110602026-08-19T02:53:29.867Z[ host-image] Aug 19 02:53:29.149 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x76_DfRib_BRH.csbin"
110612026-08-19T02:53:29.867Z[ host-image] Aug 19 02:53:29.149 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x8C_MPDMATF_BRH.sbin"
110622026-08-19T02:53:29.867Z[ host-image] Aug 19 02:53:29.149 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x91_GmiPhyFw_BRH.esbin"
110632026-08-19T02:53:29.867Z[ host-image] Aug 19 02:53:29.149 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x92_Page_BRH.sbin"
110642026-08-19T02:53:29.869Z[ host-image] Aug 19 02:53:29.149 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9D_AspSramFwExt_BRH.sbin"
110652026-08-19T02:53:29.869Z[ host-image] Aug 19 02:53:29.149 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9F_psp_tos_wl_bin_brh.sbin"
110662026-08-19T02:53:29.869Z[ host-image] Aug 19 02:53:29.149 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_A0.sbin"
110672026-08-19T02:53:29.869Z[ host-image] Aug 19 02:53:29.149 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_A0.sbin"
110682026-08-19T02:53:29.869Z[ host-image] Aug 19 02:53:29.149 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B0.sbin"
110692026-08-19T02:53:29.869Z[ host-image] Aug 19 02:53:29.149 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C0.sbin"
110702026-08-19T02:53:29.869Z[ host-image] Aug 19 02:53:29.149 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_B0.sbin"
110712026-08-19T02:53:29.869Z[ host-image] Aug 19 02:53:29.149 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B1.sbin"
110722026-08-19T02:53:29.869Z[ host-image] Aug 19 02:53:29.149 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C1.sbin"
110732026-08-19T02:53:29.869Z[ host-image] Aug 19 02:53:29.149 INFO O| Info: ABL version: 0x100af010
110742026-08-19T02:53:29.869Z[ host-image] Aug 19 02:53:29.149 INFO O| Info: For sub_program 2: SMU firmware version: 99.131.0
110752026-08-19T02:53:29.869Z[ host-image] Aug 19 02:53:29.149 INFO O| Info: For sub_program 0: SMU firmware version: 94.131.0
110762026-08-19T02:53:29.869Z[ host-image] Aug 19 02:53:29.149 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/APOB_NV_BRH.bin"
110772026-08-19T02:53:29.869Z[ host-image] Aug 19 02:53:29.149 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH.ecsbin"
110782026-08-19T02:53:29.869Z[ host-image] Aug 19 02:53:29.149 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH_C0.ecsbin"
110792026-08-19T02:53:29.870Z[ host-image] Aug 19 02:53:29.149 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH.ecsbin"
110802026-08-19T02:53:29.870Z[ host-image] Aug 19 02:53:29.149 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH_C0.ecsbin"
110812026-08-19T02:53:29.870Z[ host-image] Aug 19 02:53:29.149 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH.ecsbin"
110822026-08-19T02:53:29.870Z[ host-image] Aug 19 02:53:29.149 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH_C0.ecsbin"
110832026-08-19T02:53:29.870Z[ host-image] Aug 19 02:53:29.149 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH.ecsbin"
110842026-08-19T02:53:29.870Z[ host-image] Aug 19 02:53:29.149 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH_C0.ecsbin"
110852026-08-19T02:53:29.870Z[ host-image] Aug 19 02:53:29.149 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmQuickbootImem11_BRH_C0.ecsbin"
110862026-08-19T02:53:29.870Z[ host-image] Aug 19 02:53:29.149 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH.ecsbin"
110872026-08-19T02:53:29.870Z[ host-image] Aug 19 02:53:29.149 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH_C0.ecsbin"
110882026-08-19T02:53:29.870Z[ host-image] Aug 19 02:53:29.149 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH.ecsbin"
110892026-08-19T02:53:29.870Z[ host-image] Aug 19 02:53:29.149 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH_C0.ecsbin"
110902026-08-19T02:53:29.870Z[ host-image] Aug 19 02:53:29.149 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH.ecsbin"
110912026-08-19T02:53:29.870Z[ host-image] Aug 19 02:53:29.150 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH_C0.ecsbin"
110922026-08-19T02:53:29.870Z[ host-image] Aug 19 02:53:29.150 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH.ecsbin"
110932026-08-19T02:53:29.872Z[ host-image] Aug 19 02:53:29.150 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH_C0.ecsbin"
110942026-08-19T02:53:29.872Z[ host-image] Aug 19 02:53:29.150 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem11_BRH_C0.ecsbin"
110952026-08-19T02:53:29.872Z[ host-image] Aug 19 02:53:29.150 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem12_BRH_C0.ecsbin"
110962026-08-19T02:53:29.872Z[ host-image] Aug 19 02:53:29.150 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem5_BRH.csbin"
110972026-08-19T02:53:29.872Z[ host-image] Aug 19 02:53:29.150 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem6_BRH.csbin"
110982026-08-19T02:53:29.872Z[ host-image] Aug 19 02:53:29.150 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem7_BRH.csbin"
110992026-08-19T02:53:29.872Z[ host-image] Aug 19 02:53:29.150 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem8_BRH.csbin"
111002026-08-19T02:53:29.872Z[ host-image] Aug 19 02:53:29.150 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem5_BRH.csbin"
111012026-08-19T02:53:29.872Z[ host-image] Aug 19 02:53:29.150 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem6_BRH.csbin"
111022026-08-19T02:53:29.872Z[ host-image] Aug 19 02:53:29.150 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem7_BRH.csbin"
111032026-08-19T02:53:29.872Z[ host-image] Aug 19 02:53:29.150 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem8_BRH.csbin"
111042026-08-19T02:53:29.872Z[ host-image] Aug 19 02:53:29.150 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmQuickbootImem13_BRH.csbin"
111052026-08-19T02:53:29.872Z[ host-image] Aug 19 02:53:29.150 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem13_BRH.csbin"
111062026-08-19T02:53:29.872Z[ host-image] Aug 19 02:53:29.150 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem14_BRH.csbin"
111072026-08-19T02:53:29.889Z[ recovery-image] Aug 19 02:53:29.179 INFO building ROM for gimlet
111082026-08-19T02:53:29.892Z[ recovery-image] Aug 19 02:53:29.179 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")
111092026-08-19T02:53:29.896Z[ host-image] Aug 19 02:53:29.186 INFO building ROM for gimlet
111102026-08-19T02:53:29.896Z[ host-image] Aug 19 02:53:29.186 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")
111112026-08-19T02:53:29.946Z[ host-image] Aug 19 02:53:29.236 INFO E| Blocking waiting for file lock on package cache
111122026-08-19T02:53:29.967Z[ recovery-image] Aug 19 02:53:29.257 INFO E| Blocking waiting for file lock on package cache
111132026-08-19T02:53:29.990Z[ host-image] Aug 19 02:53:29.280 INFO E| Blocking waiting for file lock on package cache
111142026-08-19T02:53:30.000Z[ recovery-image] Aug 19 02:53:29.289 INFO E| Blocking waiting for file lock on package cache
111152026-08-19T02:53:30.007Z[ recovery-image] Aug 19 02:53:29.297 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.08s
111162026-08-19T02:53:30.012Z[ recovery-image] Aug 19 02:53:29.302 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`
111172026-08-19T02:53:30.015Z[ host-image] Aug 19 02:53:29.305 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.08s
111182026-08-19T02:53:30.018Z[ host-image] Aug 19 02:53:29.307 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`
111192026-08-19T02:53:30.026Z[ recovery-image] Aug 19 02:53:29.316 INFO E| reading from "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml"
111202026-08-19T02:53:30.033Z[ host-image] Aug 19 02:53:29.323 INFO E| reading from "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml"
111212026-08-19T02:53:30.053Z[ host-image] Aug 19 02:53:29.343 INFO E| Blocking waiting for file lock on package cache
111222026-08-19T02:53:30.071Z[ recovery-image] Aug 19 02:53:29.361 INFO E| Blocking waiting for file lock on package cache
111232026-08-19T02:53:30.095Z[ host-image] Aug 19 02:53:29.385 INFO E| Blocking waiting for file lock on package cache
111242026-08-19T02:53:30.098Z[ recovery-image] Aug 19 02:53:29.385 INFO E| Blocking waiting for file lock on package cache
111252026-08-19T02:53:30.098Z[ host-image] Aug 19 02:53:29.387 INFO E| Blocking waiting for file lock on package cache
111262026-08-19T02:53:30.111Z[ recovery-image] Aug 19 02:53:29.400 INFO E| Blocking waiting for file lock on package cache
111272026-08-19T02:53:30.126Z[ recovery-image] Aug 19 02:53:29.415 INFO E| Blocking waiting for file lock on build directory
111282026-08-19T02:53:30.135Z[ host-image] Aug 19 02:53:29.425 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.09s
111292026-08-19T02:53:30.139Z[ host-image] Aug 19 02:53:29.428 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`
111302026-08-19T02:53:30.146Z[ recovery-image] Aug 19 02:53:29.436 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.11s
111312026-08-19T02:53:30.150Z[ recovery-image] Aug 19 02:53:29.440 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`
111322026-08-19T02:53:30.263Z[ host-image] Aug 19 02:53:29.552 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AmdPubKey_gn.tkn"
111332026-08-19T02:53:30.263Z[ host-image] Aug 19 02:53:29.553 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspBootLoader_gn.sbin"
111342026-08-19T02:53:30.266Z[ host-image] Aug 19 02:53:29.553 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspRecoveryBootLoader_gn.sbin"
111352026-08-19T02:53:30.266Z[ host-image] Aug 19 02:53:29.553 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmwareGn-45-104-100.csbin"
111362026-08-19T02:53:30.266Z[ host-image] Aug 19 02:53:29.553 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugToken_gn.stkn"
111372026-08-19T02:53:30.266Z[ host-image] Aug 19 02:53:29.553 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspABLFw_gn.stkn"
111382026-08-19T02:53:30.266Z[ host-image] Aug 19 02:53:29.553 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmware2Gn-45-104-100.csbin"
111392026-08-19T02:53:30.266Z[ host-image] Aug 19 02:53:29.553 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugUnlock_gn.sbin"
111402026-08-19T02:53:30.266Z[ host-image] Aug 19 02:53:29.553 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspIkek_gn.bin"
111412026-08-19T02:53:30.266Z[ host-image] Aug 19 02:53:29.553 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureEmptyToken.bin"
111422026-08-19T02:53:30.267Z[ host-image] Aug 19 02:53:29.553 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/RsmuSecPolicy_gn.sbin"
111432026-08-19T02:53:30.267Z[ host-image] Aug 19 02:53:29.553 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Mp5Gn-45-104-100.csbin"
111442026-08-19T02:53:30.267Z[ host-image] Aug 19 02:53:29.553 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AgesaBootloader_U_prod_GN.csbin"
111452026-08-19T02:53:30.267Z[ host-image] Aug 19 02:53:29.553 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/GnPhyFw.sbin"
111462026-08-19T02:53:30.267Z[ host-image] Aug 19 02:53:29.553 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PSP-Key-DB_gn.sbin"
111472026-08-19T02:53:30.267Z[ host-image] Aug 19 02:53:29.553 INFO O| Info: ABL version: 0x100f5010
111482026-08-19T02:53:30.267Z[ host-image] Aug 19 02:53:29.553 INFO O| Info: For sub_program 0: SMU firmware version: 45.104.100
111492026-08-19T02:53:30.267Z[ host-image] Aug 19 02:53:29.553 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Imem.csbin"
111502026-08-19T02:53:30.267Z[ host-image] Aug 19 02:53:29.553 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Dmem.csbin"
111512026-08-19T02:53:30.267Z[ host-image] Aug 19 02:53:29.553 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Imem.csbin"
111522026-08-19T02:53:30.268Z[ host-image] Aug 19 02:53:29.553 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Dmem.csbin"
111532026-08-19T02:53:30.268Z[ host-image] Aug 19 02:53:29.553 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Imem.csbin"
111542026-08-19T02:53:30.268Z[ host-image] Aug 19 02:53:29.553 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Dmem.csbin"
111552026-08-19T02:53:30.268Z[ host-image] Aug 19 02:53:29.554 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Imem.csbin"
111562026-08-19T02:53:30.268Z[ host-image] Aug 19 02:53:29.554 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Dmem.csbin"
111572026-08-19T02:53:30.268Z[ host-image] Aug 19 02:53:29.554 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Imem.csbin"
111582026-08-19T02:53:30.268Z[ host-image] Aug 19 02:53:29.554 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Dmem.csbin"
111592026-08-19T02:53:30.268Z[ host-image] Aug 19 02:53:29.554 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Imem.csbin"
111602026-08-19T02:53:30.268Z[ host-image] Aug 19 02:53:29.554 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Dmem.csbin"
111612026-08-19T02:53:30.268Z[ host-image] Aug 19 02:53:29.554 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Imem.csbin"
111622026-08-19T02:53:30.268Z[ host-image] Aug 19 02:53:29.554 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Dmem.csbin"
111632026-08-19T02:53:30.268Z[ host-image] Aug 19 02:53:29.554 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Imem.csbin"
111642026-08-19T02:53:30.268Z[ host-image] Aug 19 02:53:29.554 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Dmem.csbin"
111652026-08-19T02:53:30.268Z[ host-image] Aug 19 02:53:29.554 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Imem.csbin"
111662026-08-19T02:53:30.268Z[ host-image] Aug 19 02:53:29.554 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Dmem.csbin"
111672026-08-19T02:53:30.275Z[ recovery-image] Aug 19 02:53:29.565 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AmdPubKey_gn.tkn"
111682026-08-19T02:53:30.275Z[ recovery-image] Aug 19 02:53:29.565 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspBootLoader_gn.sbin"
111692026-08-19T02:53:30.279Z[ recovery-image] Aug 19 02:53:29.565 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspRecoveryBootLoader_gn.sbin"
111702026-08-19T02:53:30.279Z[ recovery-image] Aug 19 02:53:29.565 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmwareGn-45-104-100.csbin"
111712026-08-19T02:53:30.279Z[ recovery-image] Aug 19 02:53:29.565 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugToken_gn.stkn"
111722026-08-19T02:53:30.279Z[ recovery-image] Aug 19 02:53:29.565 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspABLFw_gn.stkn"
111732026-08-19T02:53:30.279Z[ recovery-image] Aug 19 02:53:29.565 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmware2Gn-45-104-100.csbin"
111742026-08-19T02:53:30.279Z[ recovery-image] Aug 19 02:53:29.565 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugUnlock_gn.sbin"
111752026-08-19T02:53:30.279Z[ recovery-image] Aug 19 02:53:29.565 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspIkek_gn.bin"
111762026-08-19T02:53:30.279Z[ recovery-image] Aug 19 02:53:29.565 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureEmptyToken.bin"
111772026-08-19T02:53:30.279Z[ recovery-image] Aug 19 02:53:29.565 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/RsmuSecPolicy_gn.sbin"
111782026-08-19T02:53:30.280Z[ recovery-image] Aug 19 02:53:29.565 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Mp5Gn-45-104-100.csbin"
111792026-08-19T02:53:30.280Z[ recovery-image] Aug 19 02:53:29.565 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AgesaBootloader_U_prod_GN.csbin"
111802026-08-19T02:53:30.280Z[ recovery-image] Aug 19 02:53:29.565 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/GnPhyFw.sbin"
111812026-08-19T02:53:30.280Z[ recovery-image] Aug 19 02:53:29.565 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PSP-Key-DB_gn.sbin"
111822026-08-19T02:53:30.280Z[ recovery-image] Aug 19 02:53:29.566 INFO O| Info: ABL version: 0x100f5010
111832026-08-19T02:53:30.280Z[ recovery-image] Aug 19 02:53:29.566 INFO O| Info: For sub_program 0: SMU firmware version: 45.104.100
111842026-08-19T02:53:30.280Z[ recovery-image] Aug 19 02:53:29.566 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Imem.csbin"
111852026-08-19T02:53:30.280Z[ recovery-image] Aug 19 02:53:29.566 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Dmem.csbin"
111862026-08-19T02:53:30.280Z[ recovery-image] Aug 19 02:53:29.566 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Imem.csbin"
111872026-08-19T02:53:30.280Z[ recovery-image] Aug 19 02:53:29.566 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Dmem.csbin"
111882026-08-19T02:53:30.280Z[ recovery-image] Aug 19 02:53:29.566 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Imem.csbin"
111892026-08-19T02:53:30.280Z[ recovery-image] Aug 19 02:53:29.566 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Dmem.csbin"
111902026-08-19T02:53:30.280Z[ recovery-image] Aug 19 02:53:29.566 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Imem.csbin"
111912026-08-19T02:53:30.280Z[ recovery-image] Aug 19 02:53:29.566 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Dmem.csbin"
111922026-08-19T02:53:30.280Z[ recovery-image] Aug 19 02:53:29.566 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Imem.csbin"
111932026-08-19T02:53:30.280Z[ recovery-image] Aug 19 02:53:29.566 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Dmem.csbin"
111942026-08-19T02:53:30.280Z[ recovery-image] Aug 19 02:53:29.566 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Imem.csbin"
111952026-08-19T02:53:30.281Z[ recovery-image] Aug 19 02:53:29.566 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Dmem.csbin"
111962026-08-19T02:53:30.281Z[ recovery-image] Aug 19 02:53:29.566 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Imem.csbin"
111972026-08-19T02:53:30.281Z[ recovery-image] Aug 19 02:53:29.566 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Dmem.csbin"
111982026-08-19T02:53:30.281Z[ recovery-image] Aug 19 02:53:29.566 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Imem.csbin"
111992026-08-19T02:53:30.281Z[ recovery-image] Aug 19 02:53:29.566 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Dmem.csbin"
112002026-08-19T02:53:30.281Z[ recovery-image] Aug 19 02:53:29.566 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Imem.csbin"
112012026-08-19T02:53:30.281Z[ recovery-image] Aug 19 02:53:29.566 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Dmem.csbin"
112022026-08-19T02:53:30.304Z[ host-image] Aug 19 02:53:29.594 INFO skipping building ROM for cosmo-mbist-noaggr ('mbist' disabled)
112032026-08-19T02:53:30.304Z[ host-image] Aug 19 02:53:29.594 INFO skipping building ROM for cosmo-mbist ('mbist' disabled)
112042026-08-19T02:53:30.307Z[ host-image] Aug 19 02:53:29.594 INFO finishing image archive at "/work/os-host/os.tar.gz"...
112052026-08-19T02:53:30.315Z[ recovery-image] Aug 19 02:53:29.605 INFO skipping building ROM for cosmo-mbist-noaggr ('mbist' disabled)
112062026-08-19T02:53:30.315Z[ recovery-image] Aug 19 02:53:29.605 INFO finishing image archive at "/work/os-recovery/os.tar.gz"...
112072026-08-19T02:53:31.514Z[ recovery-image] Aug 19 02:53:30.803 INFO image complete! materials are in "/work/os-recovery"
112082026-08-19T02:53:31.517Z[ recovery-image]
112092026-08-19T02:53:31.518Z[ recovery-image] real 3:31.989719668
112102026-08-19T02:53:31.518Z[ recovery-image] user 2:00.308037185
112112026-08-19T02:53:31.518Z[ recovery-image] sys 29.554262101
112122026-08-19T02:53:31.518Z[ recovery-image] trap 0.095649359
112132026-08-19T02:53:31.518Z[ recovery-image] tflt 0.397391543
112142026-08-19T02:53:31.518Z[ recovery-image] dflt 0.268867092
112152026-08-19T02:53:31.518Z[ recovery-image] kflt 0.000154680
112162026-08-19T02:53:31.518Z[ recovery-image] lock 5:38.266442594
112172026-08-19T02:53:31.518Z[ recovery-image] slp 18:11.612022383
112182026-08-19T02:53:31.518Z[ recovery-image] lat 35.029504335
112192026-08-19T02:53:31.518Z[ recovery-image] stop 2.168175311
112202026-08-19T02:53:31.518ZAug 19 02:53:30.806 INFO [recovery-image] process exited with exit status: 0 (211.994754401s)
112212026-08-19T02:53:31.518ZAug 19 02:53:30.806 INFO [tuf-v2-recovery] running task
112222026-08-19T02:53:31.521ZAug 19 02:53:30.807 INFO [tuf-v2-recovery] task succeeded (812.05µs)
112232026-08-19T02:53:31.527Z[ host-image] Aug 19 02:53:30.816 INFO image complete! materials are in "/work/os-host"
112242026-08-19T02:53:31.530Z[ host-image]
112252026-08-19T02:53:31.531Z[ host-image] real 4:03.387766119
112262026-08-19T02:53:31.531Z[ host-image] user 3:19.312392091
112272026-08-19T02:53:31.531Z[ host-image] sys 46.552638621
112282026-08-19T02:53:31.531Z[ host-image] trap 0.144333414
112292026-08-19T02:53:31.531Z[ host-image] tflt 0.596011972
112302026-08-19T02:53:31.531Z[ host-image] dflt 0.820878081
112312026-08-19T02:53:31.531Z[ host-image] kflt 0.000393090
112322026-08-19T02:53:31.531Z[ host-image] lock 8:33.272293647
112332026-08-19T02:53:31.531Z[ host-image] slp 22:02.181696074
112342026-08-19T02:53:31.531Z[ host-image] lat 27.501008779
112352026-08-19T02:53:31.531Z[ host-image] stop 8.358859753
112362026-08-19T02:53:31.531ZAug 19 02:53:30.819 INFO [host-image] process exited with exit status: 0 (243.391980411s)
112372026-08-19T02:53:31.531ZAug 19 02:53:30.819 INFO [tuf-v2-host] running task
112382026-08-19T02:53:31.531ZAug 19 02:53:30.819 INFO [tuf-repo] running task
112392026-08-19T02:53:31.531ZAug 19 02:53:30.820 INFO [tuf-v2-host] task succeeded (355.8µs)
112402026-08-19T02:53:31.531ZAug 19 02:53:30.820 INFO [tuf-v2-repo] running task
112412026-08-19T02:53:52.792ZAug 19 02:53:52.081 INFO [tuf-v2-repo] task succeeded (21.261823862s)
112422026-08-19T02:53:52.947ZAug 19 02:53:52.237 INFO assembling repository in `/tmp/tufaceousZs3Ei9`, component: OmicronRepoAssembler
112432026-08-19T02:54:01.656ZAug 19 02:54:00.945 DEBG assembly successful, cleaning up, component: OmicronRepoAssembler
112442026-08-19T02:54:01.929ZAug 19 02:54:01.219 INFO artifacts assembled and archived to `/work/repo.zip`, component: OmicronRepoAssembler
112452026-08-19T02:54:04.226ZAug 19 02:54:03.515 INFO skipping lab SP image, name: "cosmo-a-lab", board: "cosmo-a"
112462026-08-19T02:54:04.284ZAug 19 02:54:03.573 INFO skipping lab SP image, name: "cosmo-b-lab", board: "cosmo-b"
112472026-08-19T02:54:04.336ZAug 19 02:54:03.625 INFO skipping lab SP image, name: "gimlet-b-lab", board: "gimlet-b"
112482026-08-19T02:54:04.384ZAug 19 02:54:03.672 INFO skipping lab SP image, name: "gimlet-c-lab", board: "gimlet-c"
112492026-08-19T02:54:04.443ZAug 19 02:54:03.732 INFO skipping lab SP image, name: "gimlet-d-lab", board: "gimlet-d"
112502026-08-19T02:54:04.495ZAug 19 02:54:03.784 INFO skipping lab SP image, name: "gimlet-e-lab", board: "gimlet-e"
112512026-08-19T02:54:04.549ZAug 19 02:54:03.838 INFO skipping lab SP image, name: "gimlet-f-lab", board: "gimlet-f"
112522026-08-19T02:54:15.040ZAug 19 02:54:14.329 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
112532026-08-19T02:54:15.046ZAug 19 02:54:14.335 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
112542026-08-19T02:54:15.069ZAug 19 02:54:14.358 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
112552026-08-19T02:54:15.125ZAug 19 02:54:14.414 INFO skipping lab SP image, name: "sidecar-b-lab", board: "sidecar-b"
112562026-08-19T02:54:15.185ZAug 19 02:54:14.473 INFO skipping lab SP image, name: "sidecar-c-lab", board: "sidecar-c"
112572026-08-19T02:54:15.253ZAug 19 02:54:14.542 INFO skipping lab SP image, name: "sidecar-d-lab", board: "sidecar-d"
112582026-08-19T02:54:15.314ZAug 19 02:54:14.603 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
112592026-08-19T02:54:15.320ZAug 19 02:54:14.609 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
112602026-08-19T02:54:15.345ZAug 19 02:54:14.634 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
112612026-08-19T02:54:17.125ZAug 19 02:54:16.414 INFO [tuf-repo] task succeeded (45.595027958s)
112622026-08-19T02:57:08.371Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 7m 05s
112632026-08-19T02:57:08.374Z[verify-libraries] warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
112642026-08-19T02:57:08.374Z[verify-libraries] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
112652026-08-19T02:57:10.884ZAug 19 02:57:10.171 INFO [verify-libraries] process exited with exit status: 0 (431.588200321s)
112662026-08-19T02:57:10.884ZAug 19 02:57:10.171 INFO all jobs completed in 1464.828949857s
112672026-08-19T02:57:12.024Zprocess exited: duration 1680348 ms, exit code 0
 
112682026-08-19T02:57:12.036Zfound 41 output files
112692026-08-19T02:57:12.036Zuploading: /work/manifest.toml (17334 bytes)
112702026-08-19T02:57:13.051Zuploaded: /work/manifest.toml
112712026-08-19T02:57:13.051Zuploading: /work/repo.zip (3296453110 bytes)
112722026-08-19T02:57:55.127Zuploaded: /work/repo.zip
112732026-08-19T02:57:55.127Zuploading: /work/repo.zip.sha256.txt (65 bytes)
112742026-08-19T02:57:56.143Zuploaded: /work/repo.zip.sha256.txt
112752026-08-19T02:57:56.143Zuploading: /work/helios.json (647 bytes)
112762026-08-19T02:57:57.154Zuploaded: /work/helios.json
112772026-08-19T02:57:57.154Zuploading: /work/incorporation.p5m (113590 bytes)
112782026-08-19T02:57:58.171Zuploaded: /work/incorporation.p5m
112792026-08-19T02:57:58.171Zuploading: /work/incorporation.p5p (133120 bytes)
112802026-08-19T02:57:59.187Zuploaded: /work/incorporation.p5p
112812026-08-19T02:57:59.187Zuploading: /work/helios-incorp.log (522 bytes)
112822026-08-19T02:58:00.198Zuploaded: /work/helios-incorp.log
112832026-08-19T02:58:00.198Zuploading: /work/helios-setup.log (57183 bytes)
112842026-08-19T02:58:01.213Zuploaded: /work/helios-setup.log
112852026-08-19T02:58:01.214Zuploading: /work/host-image.log (242219 bytes)
112862026-08-19T02:58:02.231Zuploaded: /work/host-image.log
112872026-08-19T02:58:02.231Zuploading: /work/host-package.log (33711 bytes)
112882026-08-19T02:58:03.244Zuploaded: /work/host-package.log
112892026-08-19T02:58:03.244Zuploading: /work/host-target.log (101 bytes)
112902026-08-19T02:58:04.254Zuploaded: /work/host-target.log
112912026-08-19T02:58:04.254Zuploading: /work/incorp-create.log (0 bytes)
112922026-08-19T02:58:05.262Zuploaded: /work/incorp-create.log
112932026-08-19T02:58:05.262Zuploading: /work/incorp-fmt.log (0 bytes)
112942026-08-19T02:58:06.270Zuploaded: /work/incorp-fmt.log
112952026-08-19T02:58:06.270Zuploading: /work/incorp-pkgsend.log (108 bytes)
112962026-08-19T02:58:07.281Zuploaded: /work/incorp-pkgsend.log
112972026-08-19T02:58:07.281Zuploading: /work/incorp-publisher.log (0 bytes)
112982026-08-19T02:58:08.291Zuploaded: /work/incorp-publisher.log
112992026-08-19T02:58:08.291Zuploading: /work/omicron-package.log (10067 bytes)
113002026-08-19T02:58:09.306Zuploaded: /work/omicron-package.log
113012026-08-19T02:58:09.306Zuploading: /work/recovery-image.log (585361 bytes)
113022026-08-19T02:58:10.328Zuploaded: /work/recovery-image.log
113032026-08-19T02:58:10.328Zuploading: /work/recovery-package.log (321 bytes)
113042026-08-19T02:58:11.339Zuploaded: /work/recovery-package.log
113052026-08-19T02:58:11.339Zuploading: /work/recovery-target.log (98 bytes)
113062026-08-19T02:58:12.353Zuploaded: /work/recovery-target.log
113072026-08-19T02:58:12.353Zuploading: /work/stamp-clickhouse.log (117 bytes)
113082026-08-19T02:58:13.363Zuploaded: /work/stamp-clickhouse.log
113092026-08-19T02:58:13.363Zuploading: /work/stamp-clickhouse_keeper.log (124 bytes)
113102026-08-19T02:58:14.374Zuploaded: /work/stamp-clickhouse_keeper.log
113112026-08-19T02:58:14.374Zuploading: /work/stamp-clickhouse_server.log (124 bytes)
113122026-08-19T02:58:15.385Zuploaded: /work/stamp-clickhouse_server.log
113132026-08-19T02:58:15.385Zuploading: /work/stamp-cockroachdb.log (118 bytes)
113142026-08-19T02:58:16.397Zuploaded: /work/stamp-cockroachdb.log
113152026-08-19T02:58:16.397Zuploading: /work/stamp-crucible-pantry-zone.log (127 bytes)
113162026-08-19T02:58:17.409Zuploaded: /work/stamp-crucible-pantry-zone.log
113172026-08-19T02:58:17.409Zuploading: /work/stamp-crucible-utils.log (118 bytes)
113182026-08-19T02:58:18.419Zuploaded: /work/stamp-crucible-utils.log
113192026-08-19T02:58:18.419Zuploading: /work/stamp-crucible-zone.log (120 bytes)
113202026-08-19T02:58:19.430Zuploaded: /work/stamp-crucible-zone.log
113212026-08-19T02:58:19.430Zuploading: /work/stamp-external-dns.log (119 bytes)
113222026-08-19T02:58:20.441Zuploaded: /work/stamp-external-dns.log
113232026-08-19T02:58:20.441Zuploading: /work/stamp-installinator.log (103 bytes)
113242026-08-19T02:58:21.451Zuploaded: /work/stamp-installinator.log
113252026-08-19T02:58:21.451Zuploading: /work/stamp-internal-dns.log (119 bytes)
113262026-08-19T02:58:22.462Zuploaded: /work/stamp-internal-dns.log
113272026-08-19T02:58:22.462Zuploading: /work/stamp-mg-ddm-gz.log (99 bytes)
113282026-08-19T02:58:23.473Zuploaded: /work/stamp-mg-ddm-gz.log
113292026-08-19T02:58:23.473Zuploading: /work/stamp-nexus.log (112 bytes)
113302026-08-19T02:58:24.483Zuploaded: /work/stamp-nexus.log
113312026-08-19T02:58:24.483Zuploading: /work/stamp-ntp.log (110 bytes)
113322026-08-19T02:58:25.493Zuploaded: /work/stamp-ntp.log
113332026-08-19T02:58:25.493Zuploading: /work/stamp-omicron-sled-agent.log (122 bytes)
113342026-08-19T02:58:26.502Zuploaded: /work/stamp-omicron-sled-agent.log
113352026-08-19T02:58:26.503Zuploading: /work/stamp-overlay.log (114 bytes)
113362026-08-19T02:58:27.512Zuploaded: /work/stamp-overlay.log
113372026-08-19T02:58:27.512Zuploading: /work/stamp-oximeter.log (115 bytes)
113382026-08-19T02:58:28.523Zuploaded: /work/stamp-oximeter.log
113392026-08-19T02:58:28.523Zuploading: /work/stamp-oxlog.log (109 bytes)
113402026-08-19T02:58:29.533Zuploaded: /work/stamp-oxlog.log
113412026-08-19T02:58:29.534Zuploading: /work/stamp-probe.log (112 bytes)
113422026-08-19T02:58:30.546Zuploaded: /work/stamp-probe.log
113432026-08-19T02:58:30.546Zuploading: /work/stamp-propolis-server.log (122 bytes)
113442026-08-19T02:58:31.557Zuploaded: /work/stamp-propolis-server.log
113452026-08-19T02:58:31.557Zuploading: /work/stamp-pumpkind-gz.log (115 bytes)
113462026-08-19T02:58:32.568Zuploaded: /work/stamp-pumpkind-gz.log
113472026-08-19T02:58:32.568Zuploading: /work/stamp-switch-asic.log (118 bytes)
113482026-08-19T02:58:33.579Zuploaded: /work/stamp-switch-asic.log
113492026-08-19T02:58:33.579Zuploading: /work/verify-libraries.log (50450 bytes)
113502026-08-19T02:58:34.593Zuploaded: /work/verify-libraries.log